html{
    max-width:100vw;
    overflow-x:hidden;
    font-size:15px;
}
body {
    overflow:hidden;
    font-family:var(--sans)!important;
    color:var(--text2);
}
html body.custom-background{
    background-color:var(--white);
}
body .wp-bs-4-jumbotron .container,
body .container {max-width: 96%;}
@media (min-width: 576px) {body .container, body .wp-bs-4-jumbotron .container {max-width: 520px; max-width:96%;}}
@media (min-width: 768px) {body .container, body .wp-bs-4-jumbotron .container {max-width: 680px;}}
@media (min-width: 992px) {body .container, body .wp-bs-4-jumbotron .container {max-width: 900px;}}
@media (min-width: 1200px) {body .container, body .wp-bs-4-jumbotron .container {max-width: 1100px;}}

*:focus{outline:none!important;}

*{
    -webkit-transition:background-color 0.5s ease, opacity 0.5s ease, background-position 0.5s ease;
    -o-transition:background-color 0.5s ease, opacity 0.5s ease,
    background-position 0.5s ease;
    transition:background-color 0.5s ease, opacity 0.5s ease,
    background-position 0.5s ease;
}
#content.site-content{
    position:relative;
    /* background:var(--white); */
    padding-bottom:0rem;
}
.home #content.site-content{
    padding-bottom:0;
}
article.rot-article.hentry{
    margin-bottom:0;
}
footer#colophon{
    margin-top:0!important;
}
.container .container{width:100%!important; padding:0; max-width:none;}

body .dropdown-menu{
    right: 0;
    left: auto;
}
body a{color:var(--primary);}
/* #content{background-image: url(/wp-content/uploads/2021/02/dotpattern.png);} */
body a:hover, body a:active, body a:focus, body .btn-link:hover, body .entry-meta a:hover, body .comments-link a:hover, body .edit-link a:hover {
    color: var(--primary);
}
.min-h-15{min-height:15rem;}

@media(min-width:576px){body .h-sm-50{height:50%!important;}}
@media(min-width:768px){body .h-md-50{height:50%!important;}}
@media(min-width:992px){body .h-lg-50{height:50%!important;}}
@media(min-width:1200px){body .h-xl-50{height:50%!important;}}

@media(min-width:576px){body .h-sm-100{height:100%!important;}}
@media(min-width:768px){body .h-md-100{height:100%!important;}}
@media(min-width:992px){body .h-lg-100{height:100%!important;}}
@media(min-width:1200px){body .h-xl-100{height:100%!important;}}

/* h1, h2, .h1, .h2 {
    font-family:var(--zilla);
    color:var(--text2);
    padding-bottom:0.1em;
    font-weight:800!important;

} */
/* h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    font-family:var(--zilla);
    padding-bottom:0.1em;
    font-weight:500;
} */
/* p{
    font-size:1.05rem;
    letter-spacing:0.2px;
    color:var(--text2);
} */
/* .entry-content ul{
    font-size:1rem;
    line-height: 1.75;
    padding-left:1.4em;
} */

/* body h1, body .h1{
    font-size:2.915rem;
    font-weight:500!important;
    padding-bottom:0;
    margin-bottom:0;

} */
/* body h2, body .h2{
    font-size:2.35rem;
    font-weight:800!important;
} */

/* body h3, body .h3{
    font-weight:700;
    text-transform:uppercase;
    font-size:1.35rem;
    margin-bottom:1.2rem;
} */
/* body h5, body .h5{
    font-weight:700;
    text-transform:uppercase;
    font-size:1.05rem;
    margin-bottom:1.3rem;
    margin-top:0.8rem;
} */
/* body h1.h3{font-weight:800!important;} */

/* .lead{
    font-size:1.05rem;
    line-height:1.5;
} */

/* @media(min-width:992px){
    body h1, body .h1{font-size:3.25rem}
    body h2, body .h2{font-size:2.35rem}
    .lead{font-size:1.15rem; line-height:1.75}
    .entry-content ul{
        font-size:1.05rem;
        line-height: 2;
    }
} */

body h1{
    font-weight:bold;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}
.bg-pic-bottom img{
    object-position:50% 90%;
}
.bg-pic-center img{
    object-position:50% 50%;
}
.bg-pic-top img{
    object-position:50% 15%;
}

body .subtitle h2{
    padding-bottom:0.4rem;
    margin-bottom:0;
}
body .subtitle h2,
.subtitle p,
.subtitle{
    font-size: 1.15rem;
    display: inline-block;
    width: auto;
    font-weight:500!important;
    text-transform: uppercase;
    color:var(--secondary);
}
body:not(.home) .subtitle h2,
body:not(.home) .subtitle p,
.subtitle{
    font-size: 1.1rem;
    font-weight:500!important;
    text-transform: none;
    color:initial;
}


.subtitle{
    margin-bottom:1rem;
}
.subtitle[class*="col-"]{
    border-bottom: none!important;
    padding-bottom: 0em;
    margin-bottom: 0.4em;
}
.subtitle[class*="col-"] p{
    border-bottom: 2px solid var(--text-medium)!important;
    padding-bottom: 0.8em;
    margin-bottom: 0.4em;
}
.boxed{
    padding: 1.8rem 1.4rem;
    margin-bottom: 2.1rem;
    font-weight:600;
    background-color:var(--white);
}
.boxed.lead{
    padding: 1.8rem 3.4rem;
    margin-bottom: 2.1rem;
    font-weight: 200;
    background-color: var(--white);
    font-size: 1.35rem;
    line-height: 1.275;
    font-style:italic;
    font-family:var(--zilla);
}
.boxed.lead.larger{
    padding: 1.8rem 1.4rem;
    margin-bottom: 2.1rem;
    font-weight: 200;
    background-color: var(--white);
    font-size: 1.65rem;
    line-height: 1.275;
}
.boxed h3{
    padding-bottom:0!important;
}
body .bg-light{
    background-color:var(--light)!important;
}
.bg-white-06{
    background: rgba(255,255,255,0.9);
}
.bg-grey{
    background:var(--text);
    color:white!important;
}
body .border-bottom{
    border-bottom:2px solid var(--text-medium)!important;
    padding-bottom:0.4em;
    margin-bottom: 0.4em;
}
body .border-top{
    border-top:2px solid var(--text)!important;
    padding-top:0.4em;

}
.bg-white75{
    background:var(--white75);
    position:relative;
    color:var(--text);
}
.bg-white75 h1,
.bg-white75 h2:not([class*='boxed']),
.bg-white75 .h1,
.bg-white75 .h2,
.bg-white75 p{
    color:var(--text);
}

.bg-meer{
    background-image:url('/wp-content/uploads/2021/06/Wasser_1.jpg');
    background-attachment: fixed;
    background-size: cover;
}
.aus-icon{
    max-width: none;
    margin-left: 11%;
    margin-right: 11%;
}
.iconh{
    font-family: var(--sans);
    padding-bottom: 0.1em;
    font-style: italic;
    text-align: center;
}
.iconp{
    margin-top: 0;
    text-align:center;
}

.home main>article{margin-bottom:0;margin-top:0rem;}
.color-primary{
    color:var(--primary);
}

body .btn-primary:focus, body .btn-outline-primary:focus {
    box-shadow: none!important;
}
.btn-textcolor{
    color: #fff;
    background-color: var(--text);
    border-color: var(--text);
    display: inline-block;
    width: auto;
}
.btn-textcolor:focus,
.btn-textcolor:active,
.btn-textcolor:hover{
    color: #fff;
    background-color: var(--text-light);
    border-color: var(--text-light);
}

.mail-btn{
    width:auto;
    transition: all 0.3s;
}
.btn-secondary a{color:white!important;}
.btn-primary a{color:white!important;}

.mail-btn:after{
    content: "\f003";
    font-family: FontAwesome;
    color: white;
    display: inline-block;
    width: 0;
    overflow: hidden;
    font-size: 1.2rem;
    transition: all 0.3s;
    line-height: 1;
    top: 3px;
    position: relative;
    padding-left: 0.5rem;
}

.mail-btn:hover:after{
    width:auto;
}

body .btn {
    border-radius:0;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.btn.rot-btn{
    background-color: var(--secondary);
    padding: 0.675em 0.8em;
    line-height: 1;
    bottom: 0.2em;
    position: relative;
    font-weight: 500;
}
.btn-primary{
    background-color:var(--primary)!important;
    border-color:var(--primary)!important;
    color:white!important;
}
.btn-secondary{
    background-color:var(--secondary)!important;
    border-color:var(--secondary)!important;
    color:white!important;
}
.btn-secondary:visited{
    background-color:var(--secondary)!important;
    border-color:var(--secondary)!important;
    color:white!important;
}
.btn-secondary:hover,
.btn-secondary:focus{
    background-color:var(--secondary-dark)!important;
    border-color:var(--secondary-dark)!important;
    color:white!important;
    box-shadow:none!important;
}


.btn-primary.btn.btn-white,
.btn.btn-white{
    color:var(--text)!important;
    background-color: var(--white)!important;
    border-color: var(--white)!important;
}
.btn-primary.btn.btn-white:after,
.btn.btn-white:after{
    color:var(--text)!important;
}
.btn-primary.btn.btn-white:visited,
.btn-primary.btn.btn-white:focus,
.btn-primary.btn.btn-white:active,
.btn-primary.btn.btn-white:hover,
.btn.btn-white:visited,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white:hover{
    color:var(--text)!important;
    background-color: rgb(221, 221, 221)!important;
    border-color: rgba(221,221,221)!important;
}
.btn.rot-btn-transparent75:visited,
.btn.rot-btn-transparent75:active,
.btn.rot-btn-transparent75{
    color:var(--text);
    background-color: var(--white75);
    border-color: var(--white75);
}
.btn.rot-btn-transparent75:focus,
.btn.rot-btn-transparent75:hover{
    color:var(--text);
    background-color: var(--white);
    border-color: var(--white);
}
p.jumbo-p, p .jumbo-p, .jumbo-p p{
    font-size: 115%;
    margin-bottom: 0;
}
p.tiny-p, p .tiny-p, .tiny-p p{
    font-size: 80%;
}
p.jumbo-p,
p.h4{color:var(--text-light);}


.rot-card{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.wp-block-image{overflow:hidden; border-radius:1px;}

.rot-nosb .rot-heading{font-size:2.2rem;}
p.rot-subtitle{font-size:1.4em;color:var(--primary-superdark);}
/* .home .rot-article{margin-top:2.5rem!important;} */
.rot-article .rot-article{margin-top:0!important;}

@media(min-width:768px){
    .bg-white-06{
        background: rgba(255,255,255,0.7);
    }
    .rot-heading{font-size:2.6rem;}
    p.rot-subtitle{font-size:1.65em;}
    /* .home .rot-article{margin-top:3rem!important;} */
    .rot-article .rot-article{margin-top:0rem!important;}
    .rot-nosb .rot-heading{font-size:2.4rem;}
    .aus-icon {
        margin-left: 15%;
        margin-right: 15%;
    }
    body .subtitle h2,
    .subtitle p,
    .subtitle{
        font-size:1.35rem;
    }
}
@media(min-width:992px){

}

.rot-body .post-thumbnail{display:none;}
body.page:not(.home) .post-thumbnail,
body.page:not(.home) .entry-title{display:block;}

body.page:not(.home) .entry-title:not(.rcp-title){
    display: inline-block;
    max-width: 24.1rem;
}


/* single-bottom post nav*/
.single .rot-postnav .post-navigation .nav-links {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;


}
.single .rot-postnav.verein .post-navigation .nav-links {
    -webkit-box-orient: horizontal;    -webkit-box-direction: reverse;    -ms-flex-direction: row-reverse;    flex-direction: row-reverse;

}
.single .rot-postnav .post-navigation .nav-links a {
    color: inherit;
    margin-bottom: 0;
    display: inline-block;
    padding: 0.5rem 1.2rem;
    width: 100%;
}
.nav-links span{
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0.6px;
}
/* .rot-postnav .nav-links:after {
    display: block;
    clear: both;
    content: "";
} */
.rot-postnav .post-navigation .nav-next,
.rot-postnav .post-navigation .nav-previous {
    float: left;
    text-align: center;
    width: auto;
    /* background-color: var(--primary); */
    /* color: white; */
    border: none;
    border-radius: 0;
}
.rot-postnav .post-navigation .nav-next{float:right;}
.rot-postnav .post-navigation .nav-previous{border-right: 3px solid white;}

.rot-postnav .post-navigation .nav-next:hover,
.rot-postnav .post-navigation .nav-previous:hover {
    /* background-color: var(--primary-dark); */
    color:var(--text-medium);
}

.wpcf7 form .wpcf7-response-output:after{
    content: "\f00d";
    font-family: fontAwesome;
    font-size: 1.7rem;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.5rem;
    margin-right: 1rem;
    display: block;
    cursor:pointer
}
.wpcf7 form .wpcf7-response-output:hover:after{
    color: var(--text-light);
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translate(-50%,-50%);
    background: var(--primary);
    border: none;
    padding: 5%;
    border-radius: 0px;
    font-family: inherit;
    color: var(--text);
    font-weight: 500;
    text-align: center;
    font-size: 1.3rem;
    box-shadow: 4px 5px var(--text);
    cursor: inherit;
    z-index:5;
}
.wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.wpcf7-not-valid-tip~input {
    background:var(--red);
}

body input[type="submit"]:focus,
body input[type="submit"]{
    background-color:var(--dark-red);
    border-color:var(--dark-red);
}

body input[type="submit"]:hover{
    background-color:var(--red);
    border-color:var(--red);
}
li[id*=wpcf7]{
    display:none;
}


.da_popup{
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y:auto;
}
.popup-inner,
.popup-inner-editing{
    position: fixed!important;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-height: 94vh;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 40rem;
    width: 90%;
    margin-top: 2vh;
}

.da_popup .close-it{
    top: 0;
    right: 0.4rem;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2rem;
    border-radius: 0;
    text-align: center;
    background: var(--white);
    position: absolute;
    cursor: pointer;
    line-height: 1.05;

}
.da_popup .close-it:hover{background-color:var(--primary);}
.da_popup form{
    max-height: 96vh;
    max-width: 100%;
    overflow: auto;

}

.site-footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

p .day{
    display: inline-block;
    width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:1.25;
}
p .hours{
    display:inline-block;
    min-width: none;
    overflow: hidden;
    line-height:1.25;
}



footer#colophon{
    position: relative;
    background:var(--secondary);
}
footer#colophon:before{
    z-index: 10;
    height: auto;

    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    background-repeat: repeat-x;
    padding-bottom: 0;
    transform:rotate(180deg);
    pointer-events:none;
}
footer#colophon p{font-size:0.9rem!important;}
@media(min-width:576px){

    p .day{
        width: 5em;
    }
}
@media(min-width:768px){
    footer#colophon:before{
        background-size:150vw;
    }
    p .day{
        width: 8em;
    }
}
body .site-footer.text-muted{
    color:white!important;
}
.menu-footer-menu-container{
    display:flex;
    display:-ms-flexbox;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.footer-widgets{
    padding-top:2rem;
}
body .site-footer a{
    color: var(--text)!important;
}

.footer-widgets h4 {
    font-size: 1.05rem;
    /* text-transform: uppercase; */
    font-weight: 700;
    display: block;
    margin-bottom: 1.4rem;
    padding-bottom: 0.3rem;
    text-align: center;
}
    .footer-widgets .widget ul{
    display:flex;
    list-style:none;
    font-size: 0.9rem;
    font-weight: 600;
    padding-left:0;
}
.footer-widgets .widget ul li{
    display:block;
    margin:0 0rem;
}


/*---- wildoner ---*/
body .category-heading{
    display: inline-block;
    padding-bottom: 0.2rem;
    /* border-bottom: 3px solid var(--primary); */
    font-weight: 400!important;
    text-transform: inherit;
    margin-top: 1rem;
    margin-bottom: 1.6em!important;
    background-color: var(--grey);
    padding: 4px 16px;
    color: white;
    font-size:1.35rem;
}
@media(min-width:576px){
    body .category-heading{
        display: inline-block;
    }

}
@media(min-width:768px){
    body .category-heading{
        font-size:1.35rem;
    }

}
@media(min-width:992px){
    body .category-heading{
        font-size:1.45rem;
    }

}

form{
    padding: 1rem;
    background: var(--primary-light);
    margin-top:0rem;
}
body form a{
    color:var(--text);
    font-weight:600;
}
@media(min-width:576px){
    form{
        margin-top: 0rem;
        padding: 1rem 2rem;
    }
}





/* SINGLE ENTRY */

.rot-article-single {
    position: relative;
    margin-left:-15px;
    margin-right:-15px;
}
.rot-article-single .entry-header{

}

.entry-header .untertitel,
.rot-article-single .entry-header .untertitel{
    margin-bottom:0;
    font-family: var(--serif);
    font-size: 1.25rem;
}
.rot-article-single .entry-meta{
    padding-top:1rem;
}
.rot-article-single .rot-meta-infos {
    margin-top: 1rem;
    /* margin-left: 15px; */
    text-align: left;
    padding-top: 0.3rem;
    padding-right: 0.7rem;
    border: none;
    position:static;
}
.rot-article-single .rot-meta-info {
    padding-right: 1rem;
    padding-left: 0;
    display: inline-block;
    padding-bottom: 0.3em;
    border-bottom: 2px solid var(--primary);
    font-size:0.9em;
}
.rot-article-single .rot-meta-infos .rot-meta-info:last-child {
    padding-right: 0rem;
}


body.single header#masthead{
    position:relative;
}
.rot-article-single .post-thumbnail{
    display:block;
    margin-top:0;
    border-radius:1rem;
    overflow:hidden;
}
.thumb-overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba(255,255,255,0.9);
    color: var(--text);
    opacity:0;
    transition:opacity 0.5s;
    pointer-events:none;

}
.rot-page-thumbnail:hover .thumb-overlay{opacity:1;}
.thumb-overlay span{
    max-width: 80%;
    text-align: center;
    font-size: 1.85rem;
    font-style: italic;

}

.rot-article-single h4.rot-role {
    margin-top: 0.1em;
}
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4,
body:not(.home) .entry-content h5,
body:not(.home) .entry-content h6,
.rot-article-single .entry-content h3,
.rot-article-single .entry-content h4,
.rot-article-single .entry-content h5,
.rot-article-single .entry-content h6{
    font-family: var(--sans);
    /* padding-bottom: 0.8rem; */
}
.rcp-body.category-team .entry-header .entry-title,
.rcp-body.category-team>div>.entry-header{
    border:none;
}

.rot-article-single:not(.category-formate) .entry-title{
    margin-top:2rem;
}
@media(min-width:576px){
    .rot-article-single:not(.category-formate) .entry-title{
        margin-top:2rem;
    }
    .entry-header .subtitle{
        font-size: 1.35rem;
    }
    .rot-article-single .entry-header .untertitel{
        font-size: 1.35rem;
    }
    .rot-article-single .rot-meta-infos {
        margin-top: 0;
    }
    .rot-article-single .rot-meta-info {
        padding-left:0;
        padding-right: 0;
        display: inline-block;
        border:0;
        padding-bottom:0;
    }
    .rot-article-single .rot-meta-infos .rot-meta-info:last-child {
        padding-left: 1rem;
    }
    .rot-article-single:not(.category-produktionen) .rot-meta-infos .rot-meta-info:last-child {
        padding-left: 0rem;
    }

    .rot-article-single .entry-meta{
        padding-top:1rem;
    }
    .rot-article-single .entry-summary{
        margin-left: 0rem;
        margin-right:0rem;
    }
    .rot-article-single .rot-post-thumb-link{
        padding-bottom:120%;
    }
}
@media(min-width:992px){
    .rcp-body.category-team>div>.entry-header{
        border:none;
        margin-left:0;
    }
    /* div:not(.rot-page-thumbnail)>.entry-header, */
    .rot-article-single .entry-header{
        padding: 0;
        margin-bottom: 0.8em;
        /* border-bottom: 2px solid var(--text); */
        margin-left: 15px;
        position: relative;
        top: 0;
    }


    .rot-article-single .entry-header .untertitel{
        font-size: 1.65rem;
    }
    .rot-article-single .rot-meta-infos {
        margin-top: 8.5rem;
        text-align: left;
        padding-top: 0.3rem;
        padding-right: 0;
        /* border-top: 2px solid var(--primary); */
        /* border-right: 2px solid var(--primary); */
    }
    .rot-article-single:not(.category-produktionen) .rot-meta-infos {
        margin-top: 0;
        text-align: left;
        padding-top: 0.3rem;
        padding-right: 0;
        /* border-top: 2px solid var(--primary); */
        /* border-right: 2px solid var(--primary); */
    }
    .rot-article-single .rot-meta-info {
        padding-left: 0;
        padding-right: 1rem;
        display: inline-block;
        border: 0;
        padding-bottom: 0;
    }
    .rot-article-single .premiere-date {
        top:-6.5rem;
        right:15px;
    }

    .premiere-date p {
        font-size: 1.2em;
        letter-spacing: 4px;
    }
    .premiere-date span:nth-child(2) {
        font-size: 2.4em;
        font-weight: 200;
    }
    .premiere-date span:nth-child(3) {
        top: 0px;
        letter-spacing: 3px;
        font-size: 1.2em;
    }

    .rot-article-single .entry-meta{
        padding-top:2.5em;
    }
    .premiere-date span:nth-child(4) {
        display: block;
        position: absolute;
        bottom: -2em;
        width: 100%;
        left: 0;
        font-size: 1.65rem;
    }
    .rcp-wrapper .premiere-date span:nth-child(4) {display:none;}
}

@media(min-width:1200px){
    .rot-article-single .post-thumbnail{
        max-width:30rem;
    }
}
#fancybox-content{border:none!important;}
#fancybox-right-ico,
#fancybox-left-ico,
#fancybox-close{
    background-image:none!important;
    background-color:white!important;
    border-radius:100px;
}
#fancybox-left-ico:after,
#fancybox-right-ico:after,
#fancybox-close:after{
    content: "\f00d";
    font-family: FontAwesome;
    position: relative;
    width: 100%;
    height: 100%;
    top: -33%;
    font-size: 2rem;
    left: 13.4%;
    position: absolute;
}
#fancybox-left-ico:after{
    content:"\f053";
    top:-26%;
    left:10%;
}
#fancybox-right-ico:after{
    content:"\f054";
    top:-26%;
    left:26.4%;
}
#fancybox-left-ico:hover,
#fancybox-right-ico:hover,
#fancybox-close:hover{
    background-image:none;
    background-color:var(--primary)!important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.rot-text-n-pic .wp-block-image{
    position:relative;
}


.rot-text-n-pic .wp-block-image img{
    filter:brightness(0.7);
    transition:all 0.5s;
}
.rot-text-n-pic .wp-block-image.growing{
    min-height:26rem;
    margin:0;
}
@media(min-width:768px){
    .rot-text-n-pic .wp-block-image.growing{
        min-height:26rem;
        margin:0;

    }

}
.rot-text-n-pic .wp-block-image.growing img{
    position:absolute;
    height:100%;
    top:0;
    width:100%;
    left:0;
}
.rot-text-n-pic .wp-block-image:hover img{
    filter:brightness(1);
}

.wp-block-image figcaption{
    position: relative;
    top: auto;
    left: 0;
    bottom: 1rem;
    transform: none;
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: left;
    color: #67757d;
    display: block;
    font-family: var(--serif);
    margin: 1.5rem 0 0;
    padding-bottom: 0;
}


.wp-block-image.growing figcaption{
    margin:0;
    padding-bottom:0;
}
@media(min-width:768px){
    .wp-block-image figcaption{
        /* font-size: 3.5rem; */
        line-height:1.25;
    }
}
.bg-featuredpic{
    background-position:left 20%;
    background-size:cover;
}
.home .jumbotron .rot-post-thumb-link {
    height:0;
    width:0;
    position:absolute;
    top:0;
    left:0;
    padding:0;
    margin:0;
}
.jumbotron .scrolldown{
    position: relative;
    bottom: 0em;
    width: 6em;
    /* left: calc(50% - 5em); */
}
.jumbotron .scrolldown span{
    position: absolute;
    /* transform: translateX(-37%); */
    font-size: 1rem;
    margin-top: 1.1rem;
    color: white;
    opacity:0;
    width: 150%;
    left: -37.5%;
}
.initialstyle,
.boxed.lead .btn{
    font-family: var(--sans);
    font-weight: initial;
    font-style: initial;
    font-size:initial;
    line-height:initial;
}

.text-box{
    padding:2.8rem 3.6rem;
}

ul.cpt-listing{
    list-style-type: none;
    padding-left: 4px;
}
body .bg-white{
    position:relative;
    background-color:var(--white)!important;
    color:var(--text);
}

.wp-block-media-text__media{
    position: relative;
    height: 0;
    padding-bottom: 124%;
}
.wp-block-media-text__media img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

[class*="mb"].mb-0important{margin-bottom:0!important;}

.appear {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: appear;
  animation-name: appear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  /* -webkit-animation-delay:2.5s; */
  /* animation-delay:2.5s; */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
}
@-webkit-keyframes appear {
    0% {
        opacity:0;
    }
    50% {
        opacity:0;
    }
    60% {
        opacity:1;
    }
    100% {
        opacity:1;
    }
}
@keyframes appear {
    0% {
        opacity:0;
    }
    50% {
        opacity:0;
    }
    60% {
        opacity:1;
    }
    100% {
        opacity:1;
    }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
}
@-webkit-keyframes swing {
    10% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    }
    20% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    }
    30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    }
    40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    }
    50% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    10% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    }
    20% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    }
    30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    }
    40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    }
    50% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    }
}

.fill-primary{fill:var(--primary)!important;}
.fill-secondary{fill:var(--secondary)!important;}
.twisting{ animation: spin_it 12s ease-in-out 0s infinite normal forwards;}

@keyframes spin_it {
	0% {
        transform: rotate3d(1, -1, 1, 0deg);
        transform-origin: 50%;
	}
	25% {
		transform: rotate3d(1, -12, 1, 360deg);
	}
	25.001% {
		transform: rotate3d(1, -1, 1, 0deg);
	}

	100% {
		transform: rotate3d(1, -1, 1, 0deg);
	}
}

#logo_Ebene_6{
    position: absolute;	width: 42%; margin-left: 30.5%;
}

#pisces_unique path.st0.circle-around{
    stroke-dasharray:1731;
    stroke-dashoffset:1731;
    animation: dash 3s linear forwards;
}

@keyframes dash{
    to{
        stroke-dashoffset:1;
    }
}