/*kl-stiepel.css (c) redesign-berlin 14-11-2022
---------------------------------------------------------------------*/


.cc-pagemode-default #cc-inner {
    overflow-x: hidden;
}

/*
.touch #cc-inner {
    margin-top: -75px;
}

.no-touch #cc-inner {
    margin-top: 0;
}*/


/* Silbentrennung in TWI-Elementen (ermöglicht Blocksatz)
--------------------------------------------------------------*/
p {
    hyphens: auto !important;
}

/*Content
------------------------------------*/

.jtpl-content {
    padding: 30px 20px 80px;
}


#contentfooter {
    max-width: 260px;
    margin: auto;
}

.j-meta-links {
    width: unset;
}


.jtpl-sidebar__inner img:hover {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
}


/* Spenden-Button
-----------------------------*/

.spenden_button {
    position: absolute;
    width: 50px;
    margin-top: -20px;
    /* margin-left: 10px; */
}

@media(max-width:767px) {
    .spenden_button {
        position: relative;
        /* width: 48px; */
        margin-top: 5px;
    }
}


/*Search-Leiste Blogseite
----------------------------------*/
div#cc-m-13020247326 {
    width: 350px;
    position: absolute;
    right: calc(50vw - 510px)
}

@media(max-width:1023px) {
    div#cc-m-13020247326 {
        right: 0;
    }
}

@media(max-width:767px) {
    div#cc-m-13020247326 {
        position: relative;
        width: unset;
        right: auto;
    }
}

/*Blog-Heading
------------------------------------*/
.blog_heading {
    max-width: 1000px;
    margin: 50px auto 0;
    min-height: 180px;
}



.blog_heading h1 {
    font-family: "Montserrat Alternates",
        sans-serif,
        "google";
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    color: #949494;
}

/* divider
------------------------------------*/
.jtpl-sidebar:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100px;
    left: 0;
    top: -100px;
    background-image: url(https://redesign-berlin.lima-city.de/__project/kloster-stiepel/divider.svg);
    background-color: #ffffff;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 9999;
}




@media(min-width:768px) {

    /*Navigationsunterpunkte Desktop*/

    #cc-nav-view-1381286784 ul.cc-nav-level-1.j-nav-level-1 {
        min-width: 300px;
        /* Wert ggf. anpassen */
    }

    .jtpl-header--image {
        height: 100vh;
    }


    .touch .jtpl-header--image {
        height: 65vh;
    }
}
