

.maintenance-content {
    color:var(--white);
    font-size: 22px;
}
.maintenance-content.bg-white {
    color:var(--text)!important;
    font-size: 22px;
}
.maintenance-content .rot-img-absolute{
    margin-top: 2rem;
    min-height:260px;
    padding-bottom:0;
}
.branding-wrap {
    font-size:20px;
    display: flex;
    align-items: center;
    height: 22em;
}
.branding-wrap>figure.rot-img-relative{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    min-height: 2rem;
    padding-bottom:0;
}
.maintenance-content .content-col .inner-wrap{
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.branding-wrap {
    font-size: 1.1em!important;
    width:100%;
}
.branding-wrap .h-wrap {
    max-width:1px;
    max-height:1px;
    overflow:hidden;
}
.branding-wrap p.smaller {
    font-size: 0.596em;
}
.p-display {
    font-size: 1.9em;
    font-weight: 500;
    color: var(--text);
    max-width: 390px;
    line-height: 1;
    margin: 0.7em 0.23em;
    position: relative;
    text-align: right;
    color: #ffffff40;
    display: flex;
    align-items: center;
}
.bg-white .p-display {
    color:var(--text);
}
.p-display span.txt {
    font-size: 0.65em;
    line-height: 1.1;
    font-weight: 300;
}
body .bottom-txt{
    font-size: 22px;
    font-weight: 600;
    color: var(--grey-light);
}
.rkp-icon {
    display: inline-block;
    width: 4em;
    line-height: inherit;
    position: relative;
    top: 0;
    right: auto;
    margin-left: 0.5em;
}
.rkp-icon .st0{
    stroke:var(--white);
}
.bg-white .rkp-icon .st0{
    stroke:var(--text);
}
.maintenance-content .rkp-icon svg>g:nth-of-type(2) path{
    stroke:var(--primary);
}
body .maintenance-content a:hover{
    color:white!important;
}

@media(min-width:576px){
    .maintenance-content .rot-img-absolute {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 0;
        height: calc(100vh - 4rem);
    }
}
@media(min-width:768px){
    .branding-wrap {
        font-size:28px;
    }
}
@media(min-width:992px){
    .maintenance-content .rot-img-absolute {
        margin-top: 0rem;
        margin-bottom: 0rem;
        height: 100%;
    }
}
@media(min-width:1200px){
    .branding-wrap {
        font-size:2.3vw;
    }
}

#rkp-icon-cogwheels svg>g:first-of-type{
    animation: rotate_1 4s linear 0.17s infinite normal forwards;
    transform-origin: 0.6em 0.6em;
}
#rkp-icon-cogwheels svg>g:nth-of-type(3) {
    animation: rotate_1 4s linear 0s infinite reverse forwards;
    transform-origin: 1.65em 1.45em;
    /* background: red; */
}
#rkp-icon-cogwheels svg>g:nth-of-type(2) {
    animation: rotate_1 4s linear 0.03s infinite normal forwards;
    transform-origin: 0.59em 2.37em;
}

@keyframes rotate_1 {
	0% {
		transform: rotate(0);
        /* transform-origin: center; */
	}
	100% {
		transform: rotate(360deg);
        /* transform-origin: center; */
	}
}


.social-wrap a.sbtn.s-copy,
.inner-cta a.cta-link,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag,
.section-cta a.cta-link {
    display: inline-block;
    /* font-size: var(--regular-p-size, 1.09rem); */
    font-weight: 500;
    /* text-transform: uppercase; */
    line-height: 1;
	position:relative;
    display: inline-flex;
    align-items: center;
	color: var(--white);
    background-color:var(--primary);
}
.inner-cta a.cta-link{
    margin-right:1.7rem;
}
.social-wrap a.sbtn.s-copy,
.inner-cta a.cta-link,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag{
	color: var(--white);
}

.inner-cta a.cta-link i,
.section-cta a.cta-link i {
    font-size: 1.2rem;
    display: inline-block;
    bottom: 2px;
    bottom: 0;
    position: relative;
}
.inner-cta a.cta-link i{
    font-size:1.5em;
    line-height:.6;
}
.inner-cta .cta-content-before{
    margin-bottom:.7rem;
}
.social-wrap a.sbtn.s-copy.copied .link-inner>span{
    position:relative;
}
.social-wrap a.sbtn.s-copy .link-inner>span:after{
    content:'copied';
    position:absolute;
    top:0;
    left:0;
    font-size:inherit;
    height:100%;
    width:100%;
    opacity:0;
    transition:opacity .4s;
    background:var(--primary-hover);
}
.social-wrap a.sbtn.s-copy.copied .link-inner>span:after{
    opacity:1;
}
body .inner-cta a.cta-link.style-flat .cta-link-inner{
    color: var(--text);
    border: 2px solid var(--text);
    background-color: var(--white);
    padding: .34rem .6rem .26rem;
}
body .inner-cta a.cta-link.style-flat:hover .cta-link-inner{
    left:0;
    background:var(--white);
    border-color:var(--primary);
    color:var(--primary);

}
body .inner-cta a.cta-link.style-flat::after,
body .inner-cta a.cta-link.style-flat::before{
    display: none;
}



.rc-checkboxes .rc-checkboxes-row {
	margin-left:-4px;
	margin-right:-4px;
}
.hide-labels .rc-checkboxes label {
	font-size: 1rem;
}
#prn-filter-post-form input[type="checkbox"]~span {
    background: var(--primary);
    color: white;
    text-transform: uppercase;
	padding:4px 7px 1px;
	filter:grayscale(1);
}
#prn-filter-post-form input[type="checkbox"]:checked~span {
	filter:grayscale(0);
}
.hide-labels .rc-checkboxes label.tech-h-sm {
    font-size: .84rem;
    margin-bottom: .74rem;
    width: 100%;
}
body{
    --car-size: 240px;
    --logo-wrap-width:340px;
}




/*RSE*/

body ul{
    padding-left:1.25em;
    list-style: disc;
    /* font-size:16px; */

}
ul.menu{
    padding-left:1.25em;
    list-style: none;
}

.site-content ul:not(.navbar-nav):not([class*="wp-admin"]) li {
    /* position: relative;
    display: flex;
    align-items: center; */
    margin-bottom:.6rem;
}


header#masthead{
    border:none;
}

body.scrolled header#masthead:after {
    height: 80px;
    opacity: .5;
}
body .navbar-toggler {
    padding: 0;
    font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
    font-size:inherit;
    font-weight:inherit;
    padding:0;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap {
    position:relative;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap>.nav-item-title {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    display: block;
}


.rkp-path2{
    fill:none;
    stroke:var(--text);
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-miterlimit:10;
}
.fill-text{
    fill:var(--text);
}
.fill-none{
    fill:none;
}
body:not(.home) section#s_header.dark:before{
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.23);
    position:absolute;

}

#s_header.animation-ended #h_video:before {
    opacity:1;
}

.navbar-toggler-icon .center-bar, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    height: 6px;
}
.logo-wrap {
    width: 7.6rem;
    margin-top: 0rem;
    z-index: 4;
    position: relative;
    left: 0px;
    height: 100%;
    /* padding: 0.9rem 0 0.6rem; */
}
.site-logo {
    width: var(--main-logo-width);
    position: absolute;
    transition: transform .5s, width .5s;
    height: auto;
    margin-top: auto;
    transform: translateY(calc(-50% + 2px));
    top: 50%;
}
.logo-wrap polygon.fill-rkp,
.logo-wrap rect.fill-rkp,
.logo-wrap path.fill-rkp{
    fill:white;
}

ul.navbar-nav>li .menu-contact-wrap .menu-contact-thumb{
    max-width: 120px;
    /* display: flex; */
    /* justify-content: flex-end; */
    text-align: right;
    display: inline-block;
    width: 100%;
}


@media(max-width:767.98px){
    .navbar-extra-links{
        right:0;
        padding:0;
    }
}

@media(max-width:991.98px){
    header#masthead.whitened.opened,
    header#masthead.opened{
        background:var(--primary);
    }
}

header#masthead:after {
    content: '';
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: transparent;
    height: 0px;
    position: absolute;
    background: var(--header-after-gradient);
    pointer-events:none;
    transition:height .6s;
}


/*KLAMPFL*/
body #site-footer a.social-link {
        font-size: 1.5rem;
        background: var(--secondary);
        transition: background-color .4s;
        padding: 0em;
        border-radius: 100px;
        margin: 2px;
        font-weight: 600;
        margin-left: 0.7rem;
}
body #site-footer.bg-text a.social-link {
    color:var(--text);
}
body #site-footer a.social-link>i {
    position: relative;
    bottom: -1px;
    font-size: 1.8rem;
}

.page-template-page-standard p,
.page-template-page-standard ul li{
    margin-bottom:1rem;
}
.page-template-page-standard h3{
    margin-bottom:.75rem;
}

/*NAV*/

.rot-mnav-footer a,
.rot-mnav-footer ul,
.rot-mnav-footer li,
.rot-mnav-footer p{
    font-size:var(--small-p-size);
}
.rot-mnav-footer ul{
    margin-bottom:0;
    line-height:2;
    padding-left:0;
}
.rot-mnav-footer [class*="col-"]{
    display:flex;
    align-items: flex-end;
}
.rot-mnav-footer [class*="col-"]{
    display:flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.rot-mnav-footer [class*="col-"]:first-of-type{
    justify-content:flex-start;
}
.rot-mnav-footer [class*="col-"]:last-of-type{
    justify-content:flex-end;
}
.rot-mnav-footer figure{
    text-align: left;
    width:50%;
    margin-bottom:.8rem;
}
.rot-mnav-footer figure img{
    width:140px;
    max-width:100%;
}
.rot-mnav-footer figure.smaller img{
    width:74px;
    max-width:70%;
    margin-left:15%;
}





/*HACKL*/

/*HEADER HEADER HEADER*/

.lab.la-facebook-f{
    font-size: 0.7em;
    display: inline-block;
    top: -0.15em;
    position: relative;
}
.logo-wrap.centered{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
ul.navbar-nav>li.spacer{
    display:none!important;
    pointer-events:none;
}
section#s_header{
    transition:height .4s, min-height .4s;
}
@media(max-width:991.98px){

}
@media(min-width:992px){
    body #masthead .navbar-collapse {
		position: absolute;

		top: auto;
        bottom:0;
		transform:translateY(100%);
	}
    body #masthead .navbar-collapse ul li{
		/* border:2px solid var(--text); */
        color: inherit;
	}
    body #masthead .navbar-collapse>ul{
        /* border-bottom:2px dashed var(--text); */
        /* background:#00000091; */
        /* background:var(--text); */
    }
    body #masthead .navbar-collapse.centered.fullwidth>ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    body #masthead .navbar-collapse.centered.fullwidth>ul>li{
        flex-grow:1;
        hyphens:auto;
    }
    #primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		text-align: center;
    	justify-content: center;
		width:100%;
	}
    ul.navbar-nav>li.spacer{
        display:block!important;
        width:var(--container-margin);
        flex-grow:0!important;
    }
    ul.navbar-nav>li.spacer a{
        display:none!important;
    }
    .spacer-left{
        border-left:0!important;
    }
    .spacer-right{
        border-right:0!important;
    }
}


/*DISPLAY_HEADER*/
#s_header .caption-right .col-12{
    display:flex;
    justify-content: flex-end;
}
#s_header.animation-ended .header-caption{
    opacity:1!important;
}

.rot-section{
    overflow:visible;
    max-width:100%;
    position:relative;

}
.rot-section>.container{
    /* opacity:0.1;
    top:1.5rem;
    transition:opacity .7s, top .7s;
    transition-delay:.2s;
    position:relative; */
}
.rot-section.split-content-img  .split-inner-row{
	/* opacity:0;
    transform:translateY(3rem); */
    /* transition:opacity .7s, transform .7s; */
    /* transition-delay:.7s;
    position:relative; */
}
.rot-section.split-content-img.been-in-scope .split-inner-row,
.rot-section.been-in-scope>.container{
	/* opacity:1;
	top:0;
    transform:translateY(0); */
}


/*SPLIT CONTENT SONDERLÖSUNG HACKL*/

.rot-section.split-content-img .split-content-col{
    min-height: 0;
    position: static;
    z-index: 2;
}

.rot-section.split-content-img:not(.split-strict) .split-content-col {
min-height: calc(var(--display-header-min-h) + 2 * var(--split-section-offset-y));
}
/* .rot-section.split-content-img:not(.split-strict) .split-inner-row{
    position: absolute;
    padding: 2rem;
    left: calc((100% / 12 * 2) + var(--container-margin));
    top: 14rem;
    background: var(--warmwhite);
    color: var(--text);
    width: calc(100% / 12 * 10 - 0px);
} */
.rot-section.split-content-img:not(.split-strict) .split-inner-row {
	position: relative;
    padding: 2rem;
    left: calc((100% / 12 * 1) + var(--container-margin));
    margin-top: 0rem;
	margin-bottom:var(--split-section-offset-y);
    background: var(--transparent-primary, #ffe0d3c7);
    color: var(--text);
    width: calc(100% / 12 * 11 - 0px);
	transition:margin .8s,transform .8s;
	will-change: transform;
	transform:translate3d(0px, 0px, 0px);
}
.rot-section:not(.first-appeared).split-content-img:not(.split-strict) .split-inner-row {
	/* margin-top:10rem; */
	transform:translate3d(0px, 0rem, 0px);
}
.rot-section.split-content-img:not(.split-strict).content-secondary .split-inner-row {
	background: var(--transparent-secondary, #d3fff4c7);
}
.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
	left:15px;
}
/*FIGURE*/
.rot-section.split-content-img .split-img-col>figure{
	padding-bottom:340px;
	overflow:hidden;
}
.rot-section.split-content-img:not(.split-strict) .split-img-col>figure{
    /* left: calc(0px + var(--container-margin)); */
}
.rot-section.split-content-img:not(.split-strict) .main-row.order-swapped .split-img-col>figure{
	left:calc(0px - var(--container-margin) + 0rem);
}
section.enlarge-img-1 figure.bg-img>img {
    width: 209%;
    object-position: right 50%!important;
    right: -11%;
    left: auto;
}

@media(min-width:480px){
	.rot-section.split-content-img:not(.split-strict) .split-inner-row {
		left: calc((100% / 12 * 2) + var(--container-margin));
		width: calc(100% / 12 * 10 - 0px);
		left: calc(15px + (100% / 12 * 2));
	}
	section.enlarge-img-1 figure.bg-img>img {
    	width: 139%;
	}
}
@media(min-width:768px){
	.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 3 + 15px);
        width: calc(100% / 12 * 9 - 0px);
    }

	.rot-section.split-content-img:not(.split-strict) .split-img-col>figure {
		width: 100%;
	}
	.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-img-col>figure {
		/* left: calc(0px + var(--container-margin)); */
	}
    .rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 9 - 0px);
    }
    .rot-section.split-content-img:not(.split-strict) .split-content-col {
		min-height: calc(var(--display-header-min-h) + 1.5 * var(--split-section-offset-y));
	}
}
@media(min-width:992px){
	section.enlarge-img-1 figure.bg-img>img {
    	width: 109%;
	}
	.rot-section.split-content-img:not(.split-strict) .split-inner-row {
		margin-top: 0rem;
	}
	.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 8 - 0px);
    }
	.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 4 + 15px);
        width: calc(100% / 12 * 8 - 0px);
    }
}
@media(min-width:1200px){
	.rot-section.split-content-img:not(.split-strict) .split-inner-row {
		margin-top: 0rem;
	}
	.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 7 - 0px);
    }
	.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 5 + 15px);
        width: calc(100% / 12 * 7 - 0px);
    }
}
@media(min-width:1800px){
	section.enlarge-img-1 figure.bg-img>img {
    	width: 100%;
	}
	section.enlarge-img-1 figure.bg-img>img {
    right: auto;
    left: 0;
}
	section.contain-img-xxxl figure.bg-img>img{
		object-fit:contain;
	}
	.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 6 - 0px);
    }
	.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 6 + 15px);
        width: calc(100% / 12 * 6 - 0px);
    }
}
section.before-bg-text:before{
    content:'';
    top:-1px;
    left:0;
    background:var(--text);
    width:100%;
    height:8rem;
    z-index:0;
    position: absolute;
    display:block;
}
.modal-inner p{
    font-weight: 400;
}





/*TYPO*/
body h1.page-h1{
    margin-bottom:0.7rem;
}

body .h2,
body h2{
    margin-bottom:1.7rem;
}
/*post - subtitle*/
.post-h span.theme-h-sm{
    display: block;
    font-size: var(--regular-p-size);
    margin-top: 0.75rem;
}

/*ACCORDION*/
.h-col,
.acc-img-col{
    min-height:300px;
}
.rot-acc.accordion h3,
.rot-acc.accordion .h3{
    transition:text-decoration .4s;
    font-weight:500;
}
.rot-acc.accordion.active h3,
.rot-acc.accordion.active .h3{
    text-decoration:underline;
}

@media(max-width:767.98px){
    .acc-img-row>.acc-img-col{display:none!important;}
    .rot-acc.accordion{margin-right: 2.1rem;}
    .rot-acc-content.panel p {margin-right: 0;}
    .rot-acc.accordion h3,
    .rot-acc.accordion .h3{max-width:calc(100% - 50px);}
    .rot-acc.accordion i {
        transform: rotate(-90deg);
    }
    .rot-acc.accordion.active i {
        transform: rotate(0deg);
    }

}
@media(min-width:768px){
    .acc-img-row>.acc-img-col{
        display:block;
        margin-top: -4.3rem;
    }
    .acc-img-row>.h-col .rot-acc-content.panel{
        display:none!important;
    }
    .rot-acc.accordion {
        flex-wrap: nowrap;
    }
}


body #BorlabsCookieBoxWidget svg {
    color:var(--primary);
    opacity:.7;
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps {
    height: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
body .BorlabsCookie._brlbs-cb-facebookfeed ._brlbs-content-blocker{
    position:relative;
}


@media(min-width:1200px){
    .rot-section>.content-replace-img .container,
    .rot-section>.container{
        /* transform:scale(.93); */
        /* transition:transform .4s; */

    }
    .rot-section:not(#s_header):not(.in-scope)>.content-replace-img .container,
    .rot-section:not(#s_header):not(.in-scope)>.container{
		/* transform: scale(1) translateX(-70px); */
		/* transform: scale(1); */
		/* transition: transform .4s; */

    }
    .rot-section.in-scope>.content-replace-img .container,
    .rot-section.in-scope>.container{
        /* transform:scale(1.00); */
    }
}
.rot-cpt-tabs-wrap  .second-nav{
    font-size: 2.4rem;
    position: absolute;
    left: calc(100% / 12 *6);
    transform: translate(calc(0px - 100% - 2rem), -100%);
    color: var(--secondary);
}


/*
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
*/

body header#masthead{
    pointer-events:all;
}
section#s_header:not(.mast-should-stick)~header#masthead .site-logo{
	opacity:0;
}

.second-logo-container .site-logo{
	width:11rem;
	top:1rem;
	max-width:100%;
}




#primary-menu.underline-dashed:after{
    display:none;
}
nav.underline-dashed:after {
    width: calc(100% - (2 * var(--container-margin)));
}
.split-hc .section-h{
    max-width: 9.8em;
}

.split-hc .section-h-col{
    margin-bottom:1.5rem;
}
@media(min-width:992px){
    #primary-menu.underline-dashed:after{
        display:block;
    }
    nav.underline-dashed:after{
        display:none;
    }
}

@media(min-width:1440px){
    .split-hc .section-h{
        max-width: 9.8em;
    }
}

.inner{
    background: white;
    padding: 2rem 3rem;
}
.special-nav-wrap {
    position: relative;
    overflow: hidden;
    min-height: var(--display-header-min-h);
    padding-bottom:3rem;

}



/*//IMMOBIL//*/
/*//IMMOBIL//*/
/*//IMMOBIL//*/
/*//IMMOBIL//*/
/*//IMMOBIL//*/

/*slider*/
/*outer wrapper @multilayer slides*/
.multilayer-slide{
	width: 100%;
    height: 100%;
    position: absolute;
	top:0;
	left:0;
}
.multilayer-slide figure.rot-img-absolute{
    position: absolute;
	padding-bottom:0;
}
.special-nav-wrap>.inner {
    padding: calc(var(--header-height) + 0rem) var(--container-margin) 0;
    height: 100%;
}
.special-nav-wrap>.container>.row,
.special-nav-wrap>.inner>.row,
.special-nav-wrap>.inner>.container-fluid>.row,
.special-nav-wrap>.inner>.container>.row{
	min-height:var(--display-header-min-h);
}
.special-nav-wrap .inner .inner{
	padding: 0;
}
.special-nav-wrap .inner .inner>figure{
	padding: 0;
}
/* //slider*/
.special-nav-wrap .bg-layer {
	background: var(--warmwhite);
    bottom: 0;
    position: absolute;
    width: calc(100% - calc(2 * var(--h-col-padding)) + var(--container-margin));
	width:100%;
	left:0;
    height: 100%;
	/* width: calc(100% -(2* var(--h-col-padding))); */
    /* left: var(--h-col-padding); */
}
@media(min-width:576px){
	.special-nav-wrap .bg-layer {
		width: calc(100% - calc(2 * var(--h-col-padding)) + var(--container-margin));
		left: var(--h-col-padding,15px);
	}

}

.second-logo-container{
    pointer-events: none;
}
.second-logo-container .site-logo{
    pointer-events:all;
}


@media(min-width:1820px){
    .second-logo-container .site-logo {
        width: 22.8rem;
    }
}

.special-nav-wrap [data-menu-item-id]:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(imgs/kurtl600.webp);
    background-size: cover;
    background-position-x: 60%;
    opacity: 0;
    transition:opacity.6s;
}
.special-nav-wrap [data-menu-item-id="181"]:after {
    background-image: url(imgs/kurtl600.webp);
    background-size: cover;
    background-position-x: 60%;
}
.special-nav-wrap [data-menu-item-id]:hover:after{
    opacity:.6;
}
.special-nav-wrap [data-menu-item-id] a span{
    display: inline-block;
    transform:skewX(17deg);
    font-style:italic;
    transition:transform .4s;
}
.special-nav-wrap [data-menu-item-id]:hover a span{
    transform:skewX(5deg);
}


.special-nav-wrap .owl-item{
	height:var(--slider-height);
}
.special-nav-wrap .owl-item img{
	filter:saturate(.3);
	transition:filter .4s;
}
.special-nav-wrap .owl-item img:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background: white;
	opacity:.2;
	transition:opacity .4s;
	pointer-events:none;
}
.special-nav-wrap .owl-item img:hover{
	filter: saturate(1);
}
.special-nav-wrap .owl-item img:hover:after{
	opacity:0;
}


.h-special-logo-container .rot-svg-relative {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
}
.h-special-logo-container.has-text-logo .rot-svg-relative {
	width: 240px;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
@media(min-width:576px){
	.h-special-logo-container .rot-svg-relative {
		max-width: 96px;
	}
	.h-special-logo-container.has-text-logo .rot-svg-relative {
		padding-bottom: 2rem;
	}

}


body:not(.home) .marquee {
	display:none;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 2.2rem;
    overflow-x: hidden;
    /* background: var(--primary-dark); */
    /* margin-top: 1.4rem; */
	transition: background-color .4s;
}
.marquee p{
	font-family: var(--serif);
    font-size: 1.2rem;
}
.marquee:after {
	content:'';
	bottom:0;
	width:100%;
	width: calc(100% - (2 * var(--container-margin)) + 0px);
	left:50%;
	border-bottom: 2px solid var(--text);
	transform: translateX(-50%);
	position:absolute;
}
.track {
	position: absolute;
    white-space: nowrap;
    will-change: transform;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
	animation: marquee 62s linear infinite;
	animation-play-state:paused;
}
.marquee:hover .track{
	animation-play-state: running;
}
@keyframes marquee{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}

}


#s_header .rot-item-slide .inner .caption {
    position: absolute;
    z-index: 34;
    color: white;
    font-family: var(--serif);
    font-weight: 100;
    font-size: 5rem;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
    transition: opacity 1.5s;
    white-space: nowrap;
    text-shadow: 0 0 13px black;
    padding-left: 2rem;
}
#s_header .rot-item-slide .inner:hover .caption{
	opacity:.2;
}

h1.home-title{
	position: absolute;
    overflow: hidden;
    height: 2rem;
    margin: 0;
    padding: 0;
    text-indent: 10em;
    width: 7em;
}
#rot-copy-url{
	padding:0 6px 0 6px;
}
#rot-copy-url .spectacularly-small-p-size{
	font-size:1rem;
}



[data-slide-post-id="320"] .multilayer-slide{
	font-size:3.8px;
}
[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper,
[data-slide-post-id="320"] .multilayer-slide .vogel_1_wrapper {
	position: absolute;
    height: 12px;
    /* width: calc(var(--display-header-min-h) / 1.2); */
	width:100em;
    left: auto;
    top: calc(var(--display-header-min-h) / 1.415);
    right: calc(var(--display-header-min-h) / 2.25);
    transform: translateY(-50%);
	/* border: 2px dotted red; */
}
[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
    /* border: 2px dotted turquoise; */
    top: 100%;
    /* font-size: 0.7vw; */
    /* right: calc(var(--display-header-min-h) / 14.2); */
    right: 140px;
    left: auto;
}
[data-slide-post-id="320"] .multilayer-slide .vogel_2,
[data-slide-post-id="320"] .multilayer-slide .vogel_1 {
	position: absolute;
    height: 144px;
    width: 34px;
    /* background-color: red; */
    background-image: url('vogel_1.webp');
    left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    bottom: 0;
    right: 0;
	will-change: right;
    /* transform: translateY(-50%); */
}
[data-slide-post-id="320"] .multilayer-slide .vogel_2 {
    background-image: url('vogel_2.webp');
    height: 210px;
    width: 80px;
    right: auto;
    left: -7em;
}

[data-slide-post-id="320"] .multilayer-slide .rot-img-absolute>img{
	object-position: right;
    width: auto;
    height: 120%;
    right: 0;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
	will-change: width;
}
@media(min-width:768px){
	[data-slide-post-id="320"] .multilayer-slide .vogel_1_wrapper {
		right: calc(var(--display-header-min-h) / 2 - 10rem);
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		top: 42em;
		font-size: 9px;
		right: calc(var(--display-header-min-h) / 5.4 + 3rem);
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		top: 50em;
	}
	[data-slide-post-id="320"] .multilayer-slide .rot-img-absolute>img{
	right:-10rem;
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2 {
		background-image: url('vogel_2.webp');
		height: 25em;
		width: 11em;
		right: auto;
		left: calc(-7em + 10rem);
	}
}
@media(min-width:992px){
	[data-slide-post-id="320"] .multilayer-slide .vogel_1_wrapper {
		right: calc(var(--display-header-min-h) / 2 - 2rem);
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		right: calc(var(--display-header-min-h) / 5.7 + 11.3rem);
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		top: 50em;
	}
	[data-slide-post-id="320"] .multilayer-slide .rot-img-absolute>img{
	right:-2rem;
	}
}
@media(min-width:1200px){
	/* [data-slide-post-id="320"] .multilayer-slide .vogel_1_wrapper {
		right: calc(var(--display-header-min-h) / 2 - 2rem);
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		right: calc(var(--display-header-min-h) / 5.7 + 11.3rem);
	} */
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		top: 53em;
		font-size:10px;
	}
	[data-slide-post-id="320"] .multilayer-slide .rot-img-absolute>img{
	right:-2rem;
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_1{
		width:40px;
		height:157px;
	}
	[data-slide-post-id="320"] .multilayer-slide {
		font-size: 4.7px;
	}
}
@media(min-width:1400px){
	[data-slide-post-id="320"] .multilayer-slide{
		font-size:.3vw;
	}
	/* [data-slide-post-id="320"] .multilayer-slide .rot-img-absolute>img{
		height: 34vw;
		right:0;
	} */
	[data-slide-post-id="320"] .multilayer-slide .rot-img-absolute>img {
		height: 38vw;
		right: -2.2vw;
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_1_wrapper {
		top: calc(52% + 5.3vw);
		right: 13vw;
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		top: auto;
		left: -3.8em;
		bottom: -10px;
		font-size: 0.7vw;
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2,
	[data-slide-post-id="320"] .multilayer-slide .vogel_1 {
		height: 28em;
		width: 7.1em;
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2 {
		background-image: url('vogel_2.webp');
		height: 25em;
		width: 11em;
		left: calc(-9.8em);
		max-height:340px;
	}
}
@media(min-width:1440px){
	[data-slide-post-id="320"] .multilayer-slide .rot-img-absolute>img {
		height: 37vw;
		right: -1.3vw;
		top: 49%;
	}
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		left: -5.8em;
	}
}
@media(min-width:1720px){
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		left: -4.8em;
	}
}
@media(min-width:1820px){
	[data-slide-post-id="320"] .multilayer-slide .vogel_2_wrapper {
		left: -3.8em;
	}
}
.rot-gsap-slide:not(.active){
	pointer-events:none;
}
.opacity-0{
	opacity:0;
}

.h-special-logo-container{
	opacity:0;
}


/*FINALES DRÜBERSTYLEN*/
body .section-h{
	position:relative;
	font-weight:300;
	width:fit-content;
}
.section-h:after {
    content: '';
    left: 0;
    bottom: 0px;
    height: 0;
    width: 100%;
    border-bottom: 4px solid var(--primary);
    display: block;
    position: absolute;
}

.claim-col:before {
    content: '';
    background: var(--grey-lightestest);
    top: 1.5rem;
    left: calc(0px - var(--container-margin));
    width: calc(100%);
    height: calc(100%);
    display: block;
    z-index: 0;
    position: absolute;
}
@media(min-width:576px){
	.claim-col.top-claim:before {
		display:none;
	}
}
.claim-wrap {
	max-width: 16.1rem;
	margin-right:1rem;
	margin-left:auto;
    position: relative;
}
@media(min-width:450px){
	.claim-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 18rem;
	}

}
@media(min-width:576px){
	.claim-wrap {
		max-width: none;
		margin-left: calc(100% / 4 + var(--h-col-padding));
		margin-right: auto;
		margin-right: 4rem;
	}
	.logo-3>figure{
		position: absolute;
		/* width: 66px; */
	}
	.claim-col:before {
		left: calc(1.4rem + var(--claim-figure-width));
		left: calc(var(--i-col-padding) - var(--container-margin));
		width: calc(100%);
		height: calc(100% + 1rem);
	}
}
@media(min-width:640px){

}
@media(min-width:768px){

	section.split-content-img .img-col>.rot-img-absolute {
		width: calc(100% - 30px + var(--container-margin));
		left: calc(15px - var(--container-margin));
	}
	.claim-wrap {
		margin-right: 3rem;
	}
}
@media(min-width:992px){

}
@media(min-width:1200px){
	.claim-wrap {
		margin-right: 0rem;
	}
	.claim-wrap {
        margin-left: calc(var(--claim-figure-width) - 30px + .7vw);
        padding-top: 4rem;
    }

}
@media(min-width:1440px){
	body .claim-wrap {
		margin-right: 3rem;
        padding-top: 3rem;
	}

}
@media(min-width:1600px){
	body .claim-wrap {
        padding-top: 6rem;
	}

}
@media(min-width:1820px){
	body .claim-wrap {
        padding-top: 8rem;
	}

}
@media(min-width:2200px){
	body .claim-wrap {
        margin-right: 3rem;
        padding-top: 6rem!important;
        margin-left: calc(var(--claim-figure-width) - var(--h-col-padding) + 0.7vw);
    }

}


body .section-h {
    position: relative;
    padding-left: 51px;
    min-height: 95px;
    overflow: hidden;
    margin-bottom: 1.3rem;
    padding-bottom: 0.9rem;
    display: flex;
    align-items: flex-end;
	hyphens:auto;
}
body .section-h.no-bird {
    padding-left: 0px;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 1.3rem;
    padding-bottom: 0.9rem;
    display: flex;
    align-items: flex-end;
	hyphens:auto;
}
.title-wrap .bird {
    width: 40px;
    height: 100px;
    position: absolute;
    bottom: var(--title-wrap-padding,1rem);
    left: 0;
    /* border: 2px dotted red; */
	overflow:hidden;
}
.rot-item-team .contact-txt:before,
.title-wrap .bird:before,
.section-h:not(.no-bird):before {
	content: '';
    /* background-image: url("/svg/vogel-mario.svg"); */
    background-image: url("vogel_2.webp");
    width: 40px;
    height: 100px;
    position: absolute;
    display: block;
    left: 0;
    bottom: -12px;
    background-size: contain;
    background-repeat: no-repeat;
    /* max-height: 100px; */
    transition: height 1s, transform 1s, bottom 1s;
    /* transform: scaleY(0); */
}
.rot-item-team .contact-txt{
	padding-bottom: .5rem;
    border-bottom: 3px solid var(--primary);
}
.rot-item-team .contact-txt>span{
	display:block;
}
.rot-item-team .contact-txt:before{
	z-index:-1;
	bottom:-4px;
	left:0rem;
}
.single-scrape_ad .section-h:not(.no-bird),
.split .section-h{
	padding-left:0;
	padding-right:51px;
}
.single-scrape_ad .section-h:before,
.split .section-h:before {
	left: auto;
    right: 0;
    transform: scaleX(-1);
    transition: height 1s, transform 1s, bottom 1s;
}
.single-scrape_ad .h1.section-h,
.single-scrape_ad h1.section-h{
	margin-bottom:0;
}
.single-scrape_ad .title-wrap .h1.section-h:before,
.single-scrape_ad .title-wrap  h1.section-h:before{
	background-image:none;
	display:none;
}
.single-scrape_ad .simple-header .title-wrap .bird{
	left:auto;
	right:1rem;
	transform:scaleX(-1);

}





section:not(.in-scope) .title-wrap .bird:before,
section:not(.in-scope) .section-h:before {
    bottom: -12px;
}

/*BUTTONS*/
/*BUTTONS*/
/*BUTTONS*/
a.btn{
	border:none!important;
}
a.btn:hover,
a.btn:focus{
	color:var(--white)!important;
	background: var(--secondary-light)!important;
	outline:none!important;
}





.rot-item-scrape_ad .rot-cpt-item-inner{
	padding:8px!important;
	background:white;
}
.rot-item-scrape_ad .thumb {
	/* border-left: 6px solid var(--primary); */
    overflow: hidden;
	padding-bottom:0;
}

.rot-item-scrape_ad .img-col{
	min-height:5rem;
	margin-bottom:0;
}
.rot-item-scrape_ad.kauf .thumb{
	/* border-left:6px solid var(--secondary); */
}
.rot-item-scrape_ad.kauf .item-terms .term-link{
	background:var(--secondary);
	border-color:var(--secondary);
}
.immo-spex{

}
.i-spec{
	padding-right:1em;
	display:inline-block;
	font-size:.9em;
	line-height:1.25;
	font-weight:600;
}
span.i-spec:not(:last-of-type):not(.ort){
	padding-right:.5em;
	margin-right:.5em;
	border-right:2px solid var(--text);
}
.rot-item:not(.list-style-shortads) .i-spec{
	font-size:1rem;
}
.i-spec.ort{
	font-weight:400;
}
.price-wrap{
	width:100%;
	text-align:right;
	margin-top:.6rem;
}
.i-spec.price{
	font-size:1.1rem;
	width:fit-content;
	padding-bottom: .2em;
	border-bottom:2px solid var(--primary);
	padding-right:.1em;
	margin-right:1em;
	font-weight:500;
}
.list-style-shortads .price-wrap{
	margin-top:0.5rem;
}
.list-style-shortads .i-spec.price{
	font-size:.9rem;
}
.kauf .i-spec.price{
	border-color: var(--secondary);
}
.i-spec.ort{
	width:100%;
	padding:0;
	hyphens:auto;
}
.x-long-txt{
	line-height:1;
}
.x-long-txt>span{
	font-size:.9em;
}
@media(min-width:992px){
	.large-pr{
		padding-right:4rem!important;
	}
}
@media(min-width:1600px){
	.large-pr{
		padding-right:7rem!important;
	}
}

.align-bottom{
	display:flex;
	height:100%;
	flex-direction:column;
}
@media(min-width:1200px){
	/* .align-bottom{
		justify-content: flex-end;
		padding-bottom:5rem;
	} */
}
@media(min-width:1700px){
	.align-bottom{
		justify-content: flex-end;
		padding-bottom:10rem;
	}
}


/*BTN*/
/*BTN*/
/*BTN*/
.btn.rot-btn {
    background-color: transparent;
	color: var(--text);
}
.btn.theme-btn {
	position: relative;
	padding-left: 1.35em;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	font-weight:500;
}
.btn.theme-btn.btn-primary,
.btn.theme-btn.btn-secondary{
	background:transparent!important;
	color:var(--text)!important;
}
.btn.theme-btn .txt{
	display:inline-block;
}

.btn.theme-btn .chevron-svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .8em;
	height: 1.4em;
	transition: transform 0.3s ease, stroke-width .3s ease;
	stroke-width:2;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.btn.theme-btn .chevron-svg path{
	stroke-width:inherit!important;
}
.btn.theme-btn .chevron-svg svg {
	width: 100%;
	height: 100%;
	display: block;
}
.btn.theme-btn:focus,
.btn.theme-btn:hover{
	background:transparent!important;
	color:var(--text)!important;
}

.links-item:hover a.btn .chevron-svg,
.btn.theme-btn:focus .chevron-svg,
.btn.theme-btn:hover .chevron-svg {
	transform: translateY(-50%) scaleY(0.6);
	stroke-width:3;
}
.btn.theme-btn .txt{
	position:relative;
}
.btn.theme-btn .txt:before{
	content:'';
	position:absolute;
	bottom:-.5rem;
	left:0;
	width:2rem;
	transition:opacity .5s, width .5s;
	border-bottom:3px solid var(--primary);
}
.kauf .btn.theme-btn .txt:before,
.btn.theme-btn.btn-secondary .txt:before{
	border-color: var(--secondary);
}
.links-item:hover a.btn .txt:before,
.btn.theme-btn:focus .txt:before,
.btn.theme-btn:hover .txt:before{
	width:100%;
}

body .h-link{
	line-height:inherit!important;
	font-weight:inherit!important;
	font-size:inherit!important;
}
body .h-link .chevron-svg{
	font-size:1rem;
}


/* .rot-item-scrape_ad:not([list-stye="shortad"]) .content-col{ */
.rot-item-scrape_ad:not(.list-style-shortads) .content-col{
	margin-top:0;
	transform:translate3d(0px, -4rem, 0px);
	will-change: transform;
	/* transition: margin .5s; */
	transition: transform .5s;
}
.rot-item-scrape_ad:not(.list-style-shortads):hover .content-col{
	transform:translate3d(0px, -1rem, 0px);
	/* margin-top:-1rem; */
}

.scrape-ads-wrap{
	padding: 1rem;
	background:var(--grey-lightestest);
}

.row.list-style-shortads{
	row-gap:8px;
}



@media(min-width:992px){
	.rot-filter-items {
		display: flex;
		flex-wrap: wrap;
		border-collapse: collapse; /* für Gefühl */
	}

	.rot-item-scrape_ad:not(.list-style-shortads) {
		padding-bottom:0;
	}
	.rot-filter-items>article {
		width: 50%;
		padding: 1.5rem;
		box-sizing: border-box;
		position: relative;
	}

	/* vertikale Linie: nur die linke Zelle jeder Zeile bekommt eine rechte Linie */
	.rot-filter-items>article:nth-child(2n-1):after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background-color: #ccc; /* deine Linienfarbe */
	}

	/* horizontale Linie: alle Zellen außer die in der letzten Zeile */
	.rot-filter-items>article:nth-last-child(2):nth-child(even):before,
	.rot-filter-items>article:nth-last-child(n+3):before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}
}

.split-content-img .split-img-col {
    position: absolute;
    margin-top: var(--split-section-offset-y,4rem);
    height: calc(100% - 2 * var(--split-section-offset-y));
}



.links-item {
  position: relative;
  cursor: pointer;
}

.links-item::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
.links-item a {
  position: relative;
  z-index: 2;
  font-size:1.3rem;
}
@media(min-width:768px){
	.links-item a {
		font-size:1.1rem;
	}
}

.row-ratio-header{
	row-gap:25px;
}
.rot-post-item .row-ratio-header{
	row-gap:0px;
}

.team-h{
	position:relative;
	padding-bottom:.5rem;
	width:fit-content;
}
.team-h:after {
    content: '';
    left: 0;
    bottom: 0px;
    height: 0;
    width: 100%;
    border-bottom: 4px solid var(--primary);
    display: block;
    position: absolute;
}
@media(min-width:992px){
	.rot-post-item .row-ratio-header>.col-12:first-child{
		flex:0 0 25%;
		max-width:25%;
	}
	.rot-post-item .row-ratio-header>.col-12:nth-child(2){
		flex:0 0 75%;
		max-width:75%;
	}
}
@media(min-width:1440px){
	.row-ratio-header>.col-12:first-child{
		flex:0 0 25%;
		max-width:25%;
	}
	.row-ratio-header>.col-12:nth-child(2){
		flex:0 0 75%;
		max-width:75%;
	}
}


@media(max-width:991.98px){
	body.single-scrape_ad .short2 section{
		order:2;
	}
	body.single-scrape_ad .short2 section[data-field-group="Objektinformationen"]{
		order:0;
	}
	body.single-scrape_ad .short2 section.grundriss{
		order:1;
	}

}


.in-charge-h.kerstin+ .in-charge-items .rot-item-team .contact-txt:before {
    background-image: url(vogel_1.webp);
    bottom: -31px;
    width: 60px;
    height: 134px;
}
.in-charge-h.kerstin+ .in-charge-items .rot-item-team .contact-txt {
    border-color: var(--secondary);
    padding-top: 1.2rem;
    margin-top: -1.3rem;
	overflow:hidden;
}
.in-charge-h.kerstin+ .in-charge-items .rot-item-team .contact-txt a{
	color:var(--secondary-dark);
}
.in-charge-h.kerstin+ .in-charge-items .rot-item-team .contact-txt a:hover{
	color:var(--secondary);
}


.rot-post-list-flat { list-style: none; padding: 0!important; }
.rot-post-list-flat .rot-post-item {
    padding: 1.7rem .5rem .5rem;
    background: var(--grey-lightestest);
    border: 0px solid var(--grey);
}
.rot-post-list-flat .rot-post-title {
	margin: 0 0 0.5rem;
	font-size: 1.2rem;
	padding-left:.5rem;
}
.rot-post-item .rot-post-excerpt {
	padding-left: 0rem;
}
@media(min-width:1200px){
	.rot-post-list-flat .rot-post-title {
		padding-left:2rem;
	}
}
@media(min-width:1400px){
	.rot-post-list-flat .rot-post-title a{
		justify-content: flex-end;
	}
	.rot-post-list-flat .rot-post-title {
		text-align:right;
		/* padding-left:1.5rem; */
	}
	.rot-post-list-flat .rot-post-title a,
	.rot-post-list-flat .rot-post-title .txt{
		text-align:right;
	}
}
@media(min-width:1600px){
	.rot-post-item .rot-post-excerpt {
		padding-left: 2rem;
	}
}
.rot-post-list-flat .rot-post-meta {
    font-size: 0.8rem;
    color: white;
    background: var(--secondary);
    max-width: fit-content;
    padding: 1px 6px;
    font-weight: 600;
	position: absolute;
    top: -1.7rem;
    left: .5rem;
}
.rot-post-list-flat .rot-post-excerpt {
	margin: 0.5rem 0;
}
.rot-post-list-flat .rot-post-readmore {
    display: inline-block;
    margin-top: 0.5rem;
    color: var(--primary);
    text-decoration: underline;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85em;
}

.rot-img-absolute.rot-header-bg:after {
    content: '';
    background: -moz-linear-gradient();
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */



.single-post .lead{
    margin-bottom:1rem;
    padding-bottom: 1rem;
	position:relative;
}
.single-post .lead:after{
    content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:6rem;
	border-bottom:3px solid var(--primary);

}


.single-post .row-ratio-header>.col-12:first-child{
	order:1;
}
.single-post .lead{
	font-size:1rem;
}
.single-post .rot-gal{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.single-post .rot-gal .rot-gal-item figure{
	min-height:4rem;
	padding-bottom:100%;
}
.single-post .rot-gal .rot-gal-item {
	flex: 1 1 calc(33.3334% - 10px / 3 * 2);
}


@media(min-width:1440px){
	.single-post .row-ratio-header>.col-12:first-child{
		order:0;
	}
	.single-post .row-ratio-header>.col-12:not(:first-child){
		order:1;
	}
	.single-post .rot-gal{
		column-gap:0;
		row-gap:10px;
	}
	.single-post .rot-gal .rot-gal-item {
		flex: 1 1 calc(100%);
	}
	.single-post .item-terms {
		position: absolute;
		top: 0;
		transform: translateY(calc(-100% - 1.5rem));
	}
	.rot-post-list-flat .rot-post-meta {
		background: var(--grey);
		top: -1.7rem;
		left: auto;
		right: 24px;
	}
	.single-post .rot-gal .rot-gal-item figure {
		min-height: 4rem;
		padding-bottom: 260px;
		max-width: 260px;
		position: relative;
		margin-left: auto;
	}
}

#s_hereingeflatter{
	padding-bottom:0!important;
}