:root body.single{
	--container-width:calc(100% - 30px);
}

@media (min-width: 576px) {
    body.single .container,
	body.single .container-sm{
		max-width: calc(100% - 48px);
	}
    :root body.single{
        --container-width:calc(100% - 48px);
        --container-margin: 24px;
    }
}
@media (min-width: 768px) {
	body.single .container,
    body.single .container-sm,
    body.single .container-md{
		max-width: calc(100% - 120px);
	}
    :root body.single{
        --container-width:calc(100% - 120px);
        --container-margin: 60px;
    }
}
@media (min-width: 840px) {
    body.single .container,
    body.single .container-sm,
    body.single .container-md{
		max-width: calc(100% - 160px);
	}
    :root body.single{
        --container-width:calc(100% - 160px);
        --container-margin: 80px;
    }
}
@media (min-width: 992px) {
    body.single .container,
    body.single .container-sm,
    body.single .container-md,
    body.single .container-lg{
		max-width: calc(100% - 220px);
	}
    :root body.single{
        --container-width:calc(100% - 220px);
        --container-margin: 110px;
    }
}
@media (min-width: 1200px) {
    body.single .container,
    body.single .container-sm,
    body.single .container-md,
    body.single .container-lg,
    body.single .container-xl{
		max-width: calc(960px);
	}
    :root body.single{
        --container-width:calc(960px);
        --container-margin: calc((100% - 960px) / 2);
    }
}
@media (min-width: 1440px) {
    body.single .container,
    body.single .container-sm,
    body.single .container-md,
    body.single .container-lg,
    body.single .container-xl{
		max-width: 1080px;
	}
    :root body.single{
        --container-width:1080px;
        --container-margin: calc((100% - 1080px) / 2);
    }
}
@media (min-width: 1600px) {
    body.single .container,
    body.single .container-sm,
    body.single .container-md,
    body.single .container-lg,
    body.single .container-xl{
		max-width: 1320px;
	}
    :root body.single{
        --container-width:1320px;
        --container-margin: calc((100% - 1320px) / 2);
    }
}










.pt-90{
	padding-top:52px!important;
}

body.single #content.site-content{
    background:var(--secondary-light);
}

body svg .st0{
    fill:var(--secondary-light);
}

article.rot-item{
    border-radius: 4px;
    overflow: hidden;
}

@media(min-width:992px){
	.pt-90{
		padding-top:90px!important;
	}
}
a.btn{
    display: flex;
    align-items: center;
}
a.btn i{
    font-size:2rem;
}

.header-caption {
    position: relative;
    padding-top: 2rem;
    bottom: 0;
    z-index: 2;
}

/*LINK*/
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(--text2);
}
body .header-caption a{
    color:var(--secondary-light);
    padding-top: 0.3em;
}
#primary-menu .nav-item a.nav-link{
    position:relative;
    padding:0px 0px 4px;
    display:inline-block;
}
body #masthead .navbar-collapse ul.navbar-nav .nav-item {
    padding: .14rem 0rem;
}
body .panel a,
body #contact a,
body .BorlabsCookie a.small-bold,
.submit-wrap.small-bold,
input.small-bold:disabled,
input.small-bold,
.navbar-toggler>.inner-button,
a.small-bold {
    background-color: transparent!important;
    /* font-weight: 400; */
    margin-top: 0;
    /* color: var(--text2); */
    display: inline-flex;
    align-items: center;
    transition: all .5s;
    position: relative;
    padding: 0px 0px;
    line-height:1.1;
    /* border-left:2px solid var(--yellow); */
}
.navbar-toggler>.inner-button{
    font-size:1.34rem;
}

.submit-wrap.small-bold{
    width:auto;
    margin-top:0!important;
}
form>p:last-of-type{
    margin-bottom:0;
}
input.small-bold:disabled,
input.small-bold{
    margin:0!important;
}
.wpcf7-form .submit-wrap {
    position: relative;
    display: inline-block;
    padding-right: 0rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    background-color: #faf5e214!important;
}
.wpcf7-form .submit-wrap.enabled {
    background-color: var(--secondary-light)!important;
}
.wpcf7-form .submit-wrap p {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin:0;
}
.wpcf7-form .submit-wrap input:before {
    content: '\f14d';
    content: '\f0e0';
    position: relative;
    height: 100%;
    display: inline-block;
    left: auto;
    right: 0;
    line-height: 1;
    text-align: center;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 1.6rem;
    opacity: 1;
    background: transparent;
    transition: opacity .4s, color .4s;
    z-index: 9;
}
.wpcf7-form .submit-wrap:hover,
.wpcf7-form .submit-wrap:hover:before,
.wpcf7-form .submit-wrap input,
.wpcf7-form .submit-wrap:before{
    color:var(--grey-light);
}
.wpcf7-form .submit-wrap.rot-enabled:hover,
.wpcf7-form .submit-wrap.rot-enabled:hover:before,
.wpcf7-form .submit-wrap.rot-enabled input,
.wpcf7-form .submit-wrap.rot-enabled:before{
    color:var(--primary-dark);
}



.social-bar  {
    display: flex;
    align-items: center;
}
.social-bar a.small-bold {
    margin:0 .4rem!important;
    top:.1em;
    font-size:1.5rem;
}
/* body .panel a:before, */
body .panel a:after,
/* body #contact a:before, */
body #contact a:after,
/* .submit-wrap.small-bold:before, */
/* a.nav-link:not(.dropdown-toggle):before, */
/* input.small-bold:before, */
/* a.small-bold:before, */
#masthead .main-header-links a:after,
.navbar-toggler>.inner-button:after,
.submit-wrap.small-bold:after,
a.nav-link:not(.dropdown-toggle):after,
input.small-bold:after,
a.small-bold:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    /* height: 0; */
    height: 2px;
    opacity: 1;
    /* width: 2px; */
    width: 0px;
    left: auto;
    /* right: -2px; */
    /* top: 50%; */
    left: 50%;
    /* transform: translateY(-50%); */
    transform: translateX(-50%);
    pointer-events: none;
    background:var(--secondary-light);
    /* transition: height .5s, opacity .5s; */
    transition: width .5s, opacity .5s;
}
body form.wpcf7-form .submit-wrap:after{
    pointer-events:none;
    width:100%;
    height:100%;
    background:transparent;
    cursor:pointer;
}
body form.wpcf7-form .submit-wrap input:disabled,
body form.wpcf7-form .submit-wrap:not(.rot-enabled):after{
    cursor:not-allowed;
}
.bg-secondary-light a.nav-link:after,
.bg-secondary-light a.small-bold:after{
    background: var(--primary-dark);
}
/* body .panel a:before,
body #contact a:before,
.submit-wrap.small-bold:before,
a.nav-link:not(.dropdown-toggle):before,
input.small-bold:before,
a.small-bold:before{
    right:auto;
    left:-2px;
} */
/* a.nav-link:not(.dropdown-toggle):before,
.social-bar a.small-bold:before,
a.nav-link:not(.dropdown-toggle):after,
.social-bar a.small-bold:after{
    opacity: 0;
    height: 0%;
} */
.submit-wrap.small-bold:hover,
a.small-bold:hover,
.header-caption a.small-bold:hover{
    color:var(--text);
    text-decoration:none;
}
.submit-wrap.small-bold.enabled:hover{
    color:var(--text);
}

.quote-links .header-links{
    margin-top:1rem;
}
.quote-links a.small-bold:hover,
.header-caption a.small-bold:hover{
    color:var(--secondary-light);
}
/* body .panel a:hover:before, */
body .panel a:hover:after,
/* body #contact a:hover:before, */
body #contact a:hover:after,
/* .submit-wrap.small-bold.enabled:hover:before, */
/* input.small-bold:hover:before, */
/* a.small-bold:hover:before, */
/* .navbar-toggler:hover>.inner-button:after, */
.submit-wrap.small-bold.enabled:hover:after,
input.small-bold:hover:after,
a.small-bold:hover:after{
    opacity:.8;
    /* height:100%; */
    width:100%;
    background-color:var(--secondary-light);
}

.text-primary-dark a.small-bold:hover:after,
.bg-secondary-light a.small-bold:hover:after{
    background:var(--primary-dark);
}
#masthead .main-header-links a:hover:after,
a.nav-link:not(.dropdown-toggle):hover:before,
.social-bar a.small-bold:hover:before,
a.nav-link:not(.dropdown-toggle):hover:after,
.social-bar a.small-bold:hover:after{
    opacity: .7;
    /* height: 100%; */
    width: 100%;
    background-color: var(--secondary-light);
}
a.small-bold i{
    font-size:1.3em;
}
button.dropdown-toggle{
    padding-right:0;
}
div>a.small-bold:last-child{
    margin-bottom:0.3rem;
}
.btn.small-bold,
.section-links a.small-bold,
.quote-links a.small-bold,
.single .header-links.bottom-links a.small-bold,
.header-caption a.small-bold{
    color:var(--secondary);
    margin-bottom:0;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom:8px;padding-top: 5px;
}
.rot-cpt-content a.small-bold{
    padding-bottom:8px;padding-top: 5px;
}
.single .header-links.bottom-links a.small-bold{
    color:var(--primary-dark);
}

.section-links a.small-bold,
.quote-links a.small-bold{
    color:var(--secondary-light);
    margin-top: .7rem;
    padding-top: 0.4rem;
}
.bg-secondary-light .section-links a.small-bold,
.bg-secondary-light .quote-links a.small-bold{
    color:var(--primary-dark);
}
.header-caption a.small-bold:before,
.header-caption a.small-bold:after{
    background-color:var(--secondary);
}
.header-caption a.small-bold:focus:before,
.header-caption a.small-bold:hover:before,
.header-caption a.small-bold:focus:after,
.header-caption a.small-bold:hover:after{
    background-color:var(--secondary);
}
.has-border-top{
    border-top: 1.5px solid var(--grey-light);
    padding-top: 5rem;
}
.has-border-bottom{
    border-bottom: 1.5px solid var(--grey-light);
    padding-bottom: 5rem;
}
figure.rot-cpt-thumb>a,
figure.rot-img-fixed>a {
    transition:background-color .5s;
    background-color:transparent;
}
figure.rot-cpt-thumb>a svg{
    width: 3.2em;
    max-width:90%;
}
figure.rot-img-fixed>a svg{
    width: 4em;
}
figure.rot-cpt-thumb>a svg,
figure.rot-img-fixed>a svg,
figure.rot-img-fixed>a i{
    opacity:0;
    color:var(--primary);
    transition:font-size .5s, color .5s, opacity .5s;
    left:50%;
    top:50%;
    position:absolute;
    transform:translate(-50%, -50%);
}
figure.rot-cpt-thumb>a:hover,
figure.rot-img-fixed>a:hover {
    background: #0000002e;
}
figure.rot-img-fixed>a:hover i{
    font-size:16rem;
    color:var(--white);
    opacity:1;
}

figure.rot-cpt-thumb>a:hover svg,
figure.rot-img-fixed>a:hover svg{
    font-size:5rem;
    color:var(--white);
    opacity:1;
}
/* .rot-cpt-items p,
.rot-cpt-items ul{
    font-size:initial;
} */

/*HEADING*/
/* .impressum-container h3, */
.quite-large,
h1.theme-h,
body.page-template-page-plain h1,
.h2.theme-h,
h2.theme-h {
    font-size: 3.8rem;
    font-family: var(--serif);
    line-height: 1;
    font-weight: 600!important;
    hyphens: auto;
    color: var(--secondary-light);
    max-width: 20rem;
}
h1.theme-h.header-h>.theme-h-sm,
h1.theme-h.header-h,
h1.header-h{
    color:white;
}
body.page-template-page-plain h1{
    text-align:left;
}

h1.h2.theme-h,
h1.theme-h{
    font-size: 3.8rem;
    margin-bottom:.8em;
}

h3.section-h,
h2.section-h{
    max-width:9em;
    letter-spacing: 0.02em;
    hyphens:auto;
}
body .section-content h2,
body.single h2.section-h{
    letter-spacing: 0.02em;
    hyphens: auto;
    font-family: var(--sans2);
    font-size: 1.84rem;
    color: var(--primary-dark);
    max-width: 100%;
    margin-bottom: 0.9em;
    font-weight:500;
}
body .section-content.bg-primary h2{
    color: var(--secondary-light);
    font-weight:400!important;
}
body .section-content p+h3,
body .section-content p+h2{
    margin-top:1.34em;
}
body .section-content h3{
    font-size:1.2rem;
    margin-bottom: 0.64em;
    font-weight:500;
}


body.jobs-template-default h1.h2.theme-h,
body.jobs-template-default h1.theme-h{

    margin-bottom:.4em;
}
.theme-h>.theme-h-sm {
    display: block;
    font-size: 1.06rem;
    font-weight: 500;
    margin-top: 0.22em;
    color: var(--text);
    line-height: 1.22;
    max-width: 12rem;
}
.leistungen-h.theme-h{
    margin-bottom:.7em;
}
.leistungen-h.theme-h>.theme-h-sm{
    margin-top:.7em;
}
.theme-h>.theme-h-sm.bit-smaller {
    font-size: .93rem;
}
h1.theme-h>.theme-h-sm {
    font-size: 1.13rem;
}
.h3.leistung-link-subh{
    font-weight: 600;
    text-transform: none;
    text-transform: uppercase;
}
.rot-leistungen-link a.small-bold{
    margin-top:.2rem;
}
.gal-col .text-col,
h1.theme-h>.theme-h-sm,
.theme-h>.theme-h-sm{
    font-size: 1.12rem;
}
@media(min-width:576px){

    .theme-h>.theme-h-sm {
        max-width:22rem;
    }
}
@media(min-width:768px){
    body .urlaub .section-content h2,
    .h2.theme-h,
    h2.theme-h,
    h2.theme-h,
    h1.h2.theme-h,
    h1.theme-h{
        font-size: 5rem;
        max-width:8em;
    }
    body.single h1.theme-h{
        max-width:6.2em;
    }
    .top-section h1.theme-h{
        padding-bottom: 3.4rem;
    }
    body.page-id-2 h1.theme-h{
        max-width:4em;
    }
    .gal-col .text-col,
    h1.theme-h>.theme-h-sm,
    .theme-h>.theme-h-sm{
        font-size: 1.24rem;
    }
    #content.site-content{
        padding-top:0;
    }
}
@media(min-width:992px){
    body #masthead .navbar-collapse ul.navbar-nav .nav-item {
        padding: .4rem 0rem;
    }
    body #masthead .navbar-collapse ul.navbar-nav {
        padding-right: 54px;
    }
    body .urlaub .section-content h2,
    h2.theme-h,
    h1.h2.theme-h,
    h1.theme-h{
        font-size: 5.2rem;

    }
    h1.theme-h>.theme-h-sm,
    .theme-h>.theme-h-sm{
        font-size: 1.52rem;
    }
    body:not(.is-urlaub) #content.site-content{
        padding-top:var(--header-height);
    }

}
@media(min-width:1200px){
    .gal-col .text-col{
        font-size: 1.52rem;
    }
    body .urlaub .section-content h2,
    h2.theme-h, h1.h2.theme-h, h1.theme-h {
        font-size: 6.2rem;

    }
}
@media(min-width:1440px){
    body .urlaub .section-content h2,
    h2.theme-h, h1.h2.theme-h, h1.theme-h {
        font-size: 6.2rem;
    }
    .rot-cpt-content a.small-bold{
        font-size:1.34rem;
    }
}
.rot-img-relative.linked>a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

}
.partner-col{
    display: flex;
    align-items: center;
}
.logo-wrap {
    /* top: 3px; */
    height:100%;
}
.footer-logo-col{
    text-align:center;
}
.footer-logo{
    width: 120px;
    display: inline-block;
}
.footer-logo svg .st0{
    fill:var(--secondary);
}
.rot-footer-main .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--secondary);
}
.footer-credits{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.9rem;
    border-top: 1px solid rgb(250 245 226 / 65%);
    margin-top: 2rem;
    font-size:0.9rem
}

.rot-footer-main .navbar-nav>li{
    padding: 0 .5rem;
    font-size:1.12rem;
}
.rot-footer-secondary ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
}
.rot-footer-secondary .navbar-nav>li{
    padding: 0 0 0 1rem;
    font-size:inherit;
}

footer#site-footer a{
    position:relative;
}
.bg-dark-gradient{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1f2024+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(31,32,36,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(31,32,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(31,32,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2024',GradientType=0 ); /* IE6-9 */

}
.bg-dark-gradient:before{
    content:'';
    font-family:var(--serif);
    font-size:6rem;
    color:#000;
    text-align:center;
    width:100%;
    top:50%;
    position:absolute;
    display:inline-block;
    transform:translateY(-50%);
}

.selector {
    background-color: white;
    color: #2d2d2c;
    width: 100% !important;
    border-bottom: 2px solid #2d2d2d;
}

iframe.wuksD5 {
    width: 100%;
    position: relative;
    height: calc(100vh - var(--header-height));
    /* height: calc(100% - var(--header-height)); */
    /* position: absolute; */
}
.BorlabsCookie._brlbs-cb-teamsieben{
    /* position: absolute; */
    width: 100%;
    height: calc(100% - var(--header-height));
}
.BorlabsCookie._brlbs-cb-teamsieben{
	min-height:700px;
}
body:not(.home) p>a.small-bold{
    margin-top:0;
}

section.rot-section>.container:first-of-type .quote.position-absolute{
    top:-4rem;
}

/*header relative*/
header#masthead{position:relative;}
body #content {
    padding-top: 0;
}
/* .rkp-menu-outer-wrap{
    display:none;
} */

.logo-wrap{
    display: flex;
    align-items: center;
    height:44px;
    top:6px;
}
.logo-wrap .branding{
    font-size: 1.8rem;
    font-weight: 800;
    margin-left: 1.2rem;
    line-height:1;
}
.footer-logo img,
.logo-wrap svg{
    /* filter: grayscale(1); */
    /* transition:filter .4s; */
}
.footer-logo img:hover,
.logo-wrap .site-logo a:hover svg{
    filter: grayscale(0);
}

.logo-col .logo-wrap{
    height:64px;
}
.logo-col .logo-wrap .branding{
    font-size:2.1rem;
}
.job-spex{
    font-size:1.12rem;
    font-weight:300;
    display:flex;
    flex-wrap:wrap;
}
@media(min-width:768px){
    .job-spex{
        font-size:1.24rem;
        font-weight:300;
        display:flex;
        flex-wrap:wrap;
    }
    .logo-wrap {
        justify-content: flex-end;
        top: 1px;
    }
}
@media(min-width:992px){
    .logo-wrap {

        height: 50px;
        top: -2px;
    }
}

.gal-col .text-col{
    line-height: 1.14;
}
.sp-value{
    font-weight:500;
    display:block;
}
.sp-value-desc{
    font-weight:300;
    hyphens:auto;
}
.gal-col figure.rot-img-relative{
    min-height: 4rem;
    padding-bottom: 63%;
    height:100%;
}
.gal-col>.row>.gal-item-col:nth-of-type(3n+2) .text-col{
    order:2;
}
@media(min-width:992px){
    .gal-col>.row>.gal-item-col:nth-of-type(2n+1) .text-col{
        order:2;
    }
    .gal-col figure.rot-img-relative{
        min-height: 13rem;
        padding-bottom: 63%;
    }
}
#contact i.las{
    font-size:1.4rem;
}
.footer-menu-wrap #primary-menu-footer a{
    transition:color .4s;
}
.footer-menu-wrap #primary-menu-footer a:hover{
    color:var(--yellow)!important;
}
.font-larger{
    font-size:1.24rem;
}


/*RESTAURANT HAIDER*/
/*lineart*/
main#main{
    overflow:hidden;

}
section.smaller-lineart,
section.small-lineart{
    min-height: 24rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
section.has-o-img-top{
    min-height:24rem;
}
section.has-o-img-top:before{
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    background-image: url(tischtuch-textur-min.png);
    background-size:cover;
}
body section.bg-secondary h2{
    color:var(--primary-dark);
}
body section.bg-secondary-light h2{
    color:var(--primary);
}
section.smaller-lineart>.rot-img-lineart svg,
section.small-lineart>.rot-img-lineart svg,
.top-section>.rot-img-lineart svg {
    position: absolute;
    height: 100%;
    top: 10%;
    right: 0;
    opacity: 0.3;
    transform: translate(10%, -50%);
    top: 50%;
}


section.small-lineart.align-lineart-left>.rot-img-lineart svg{
    right: auto;
    left: 0;
    transform: translate(-45%, -50%);
}
section.small-lineart.align-lineart-left.lineart-less-left>.rot-img-lineart svg{
    transform: translate(-29%, -50%);
}
body:not(.home) section.small-lineart.align-lineart-left>.rot-img-lineart svg{
    transform: translate(-25%, -50%);
}
section.smaller-lineart>.rot-img-lineart svg,
section.small-lineart>.rot-img-lineart svg{
    height: 50%;
    /* top: 11%; */
    opacity: .2;
}
section.smaller-lineart>.rot-img-lineart svg path,
section.small-lineart>.rot-img-lineart svg path{
    fill:var(--primary);
}
section.smaller-lineart.bg-text2>.rot-img-lineart svg path,
section.small-lineart.bg-text2>.rot-img-lineart svg path,
section.small-lineart.bg-primary-dark>.rot-img-lineart svg path,
section.small-lineart.bg-primary>.rot-img-lineart svg path{
    fill:var(--secondary);
}
section.smaller-lineart.bg-text2>.rot-img-lineart svg,
section.small-lineart.bg-text2>.rot-img-lineart svg,
section.small-lineart.bg-primary-dark>.rot-img-lineart svg,
section.small-lineart.bg-primary>.rot-img-lineart svg{
    opacity:.3;

    max-height: 520px!important;
}
.urlaub.small-lineart>.rot-img-lineart svg{
    left:0!important;
    transform:translate(-0%, -100%);
    top:100%;
}
.urlaub.small-lineart>.rot-img-lineart.mirrored svg {
    right: 0!important;
    left: auto!important;
    transform: translate(0%, -100%) scaleX(-1);
    top: 100%;
}
.header-links{
    font-size:1.34rem;
}
body.single .header-caption .header-links{
    font-size:1.84rem;
}
@media(min-width:768px){
    body.single .header-caption .header-links{
        font-size:2.24rem;
    }
}
.section-links .header-links{
    text-align:center;
}
body.single #s_header{
    display: flex;
    align-items: flex-end;
}

/* .header-links>a:not(:first-of-type), */
.header-links>a:not(:first-of-type){
    padding-left:1.44rem;
    border-left:2px solid var(--secondary);
}

.header-links>a:first-of-type:last-of-type{
    padding-left:1.44rem;
    padding-right:1.44rem;
    border-left: 2px solid var(--primary-dark);
    border-right: 2px solid var(--primary-dark);
    color:var(--primary-dark);

}

@media(max-width:768px){
    .header-caption .header-links{
        padding-bottom: 2rem;
        padding-top: 1rem;
    }
    .header-links>a{
        display:block;
    }
    .header-links>a:not(:first-of-type){
        padding-left:0;
        border-left:none;
    }

    .header-links>a:first-of-type:last-of-type{
        padding-left:1.44rem;
        padding-right:1.44rem;
        border-left: 2px solid var(--primary-dark);
        border-right: 2px solid var(--primary-dark);
        color:var(--primary-dark);

    }
}
.bg-primary-dark .header-links>a:first-of-type:last-of-type{
    padding-left:1.44rem;
    padding-right:1.44rem;
    border-left: 1px solid var(--secondary);
    border-right: 1px solid var(--secondary);
    color: var(--secondary);
}
.bg-primary-dark .header-links>a.small-bold:after{
    border-color:var(--secondary);
    background-color:var(--secondary);
}
.bg-primary .header-links>a:first-of-type:last-of-type,
.header-caption .header-links>a:first-of-type:last-of-type{
    padding-left:1.44rem;
    padding-right:1.44rem;
    border-left: 2px solid var(--secondary-light);
    border-right: 2px solid var(--secondary-light);
    color: var(--secondary-light);

}
.header-links>a:last-of-type{
    margin-right:0!important;
}
.header-links>a:not(:first-of-type):after{
    transform: translateX(calc(-50% + .72rem));
}
.header-links>a:not(:first-of-type):hover:after{
    transform: translateX(calc(-50% + .72rem));
    width:calc(100% - 1.44rem)
}
figure.o-img{
    padding-bottom:0;
}
figure.o-img,
figure.o-img img{
    pointer-events:none;
}

section.has-bg-img,
section.has-bg-img figure.bg-img{
    min-height:420px;
}
section.top-section.has-bg-img{
    background-position: center;
    background-size: cover;
}
section.has-o-img-top figure.o-img img {
    position: absolute;
    top: -227px;
    left: -199px;
    width: 739px;
    height: auto;
    object-fit: initial;
}
section.has-o-img-top.has-oimg-right figure.o-img img {
    left:auto;
    right:-140px;
}
section.small-lineart>#lineart-servierer svg{
    height: 80%;
    max-height: 340px;
    opacity: 0.4;
    right: 16%;
}
section.small-lineart.align-lineart-left>#lineart-servierer svg {
    right: auto;
    left: 0;
    transform: translate(-41%, -50%);
}
section.small-lineart>#lineart-konditorin_torte svg{
    height: 70%;
    max-height: 340px;
    opacity: .6;
    transform: translate(30%, -50%);
}
section.small-lineart>#lineart-taschenkrebs svg{
    transform: translate(30%, -50%);
}
section.small-lineart>#lineart-servierer svg{
    transform: translate(50%, -50%);
}
/* section.small-lineart:not(.lineart-align-left):not(#s_header)>#lineart-besteck_ohne_teller svg{ */
section#s_header>#lineart-besteck_ohne_teller svg,
section.small-lineart:not(.lineart-align-left)>#lineart-besteck_ohne_teller svg{
    transform: translate(38%, -50%);
    top:50%;
}
section.small-lineart>#lineart-fackel-right svg{
    transform: translate(42%, -50%);
    height: 390px;
}
section.small-lineart.lineart-align-left>#lineart-fackel-right svg{
    left: 0;
    right: auto;
    transform: translate(-22%, -50%);
}
body:not(.home) .top-section>.rot-img-lineart#lineart-fackel-right svg, body.page-id-2 .top-section>.rot-img-lineart#lineart-fackel-right svg {
    transform: translate(60%, -50%);
}
body.page-id-1583 #s_header h1{
    max-width:27rem;
}
section.small-lineart>#lineart-koch_flamme2 svg{
    height: 90%;
    opacity: .5;
    transform:translate(40%, -50%);
}
body section.small-lineart.align-lineart-left>#lineart-gehirn-globe svg {
    transform: translate(-43%, -50%);
}
section.has-o-img-top.has-oimg-right figure.o-img img {
    left:auto;
    right:-330px;
    /* top:-167px; */
    /* width:579px; */
}
section.lineart-far-right .rot-img-lineart svg{
    left:auto;
    right:0;
    transform:translate(20%, 50%);
}
section.lineart-xl .rot-img-lineart svg,
section.lineart-lg .rot-img-lineart svg{
    display:none;
}
body.single .header-caption .header-links{
    font-weight:400;
    padding-bottom:.6rem;
    color:var(--primary-dark);
}
@media (min-width: 576px) {
    section.has-o-img-top figure.o-img img {
        left: -159px;
    }
    section.small-lineart.lineart-align-left>#lineart-fackel-right svg {
        transform: translate(-15%, -50%);
    }
    section.small-lineart>#lineart-konditorin_torte svg {
        transform: translate(12%, -50%);
    }
}
@media (min-width: 768px) {
    section.has-o-img-top figure.o-img img {
        top: -187px;
        left: -149px;
        width: 830px;
    }
    section.has-o-img-top.not-that-high figure.o-img img {
        top: -137px;
        left: -310px;
    }
    section.has-o-img-top.has-oimg-right figure.o-img img {
        left:auto;
        right:-340px;
    }
	.top-section>.rot-img-lineart{
        margin-top: var(--header-height);
		height: calc(100% - var(--header-height));
	}
	.top-section>.rot-img-lineart svg {
		height: 90%;
		top: 5%;
		transform: translateX(29%);
	}
	section.smaller-lineart>.rot-img-lineart svg,
	section.small-lineart>.rot-img-lineart svg {
        height: 50%;
        /* top: 41%; */
        opacity: .5;
        transform: translate(0%, -50%);
	}
    section.lineart-far-right .rot-img-lineart svg{
        transform:translate(44%, -50%);
    }
    section.small-lineart>#lineart-koch_flamme2.rot-img-lineart svg {
        transform: translate(20%, -50%);
    }
	section.small-lineart>#lineart-fisch.rot-img-lineart svg {

        opacity: .5;
        transform: translate(29%, -50%);
        height:200px;
	}
    section.small-lineart.align-lineart-left>.rot-img-lineart svg{
        transform: translate(-24%, -50%);
    }
    body:not(.home) section.small-lineart.align-lineart-left>.rot-img-lineart svg {
        transform: translate(-12%, -50%);
    }
    section.small-lineart.align-lineart-left.lineart-less-left>.rot-img-lineart svg {
        transform: translate(11%, -50%);
    }

    section.small-lineart>#lineart-servierer svg{
        right: 7%;
    }
    section.small-lineart.align-lineart-left>#lineart-servierer svg {
        right: auto;
        left: 3%;
        transform: translate(-26%, -50%);
    }
    section.small-lineart:not(.align-lineart-left)>#lineart-servierer svg{
        right: -8%;
        transform: translate(0%, -50%);
        opacity:.7;
    }
    section.small-lineart>#lineart-besteck.rot-img-lineart svg {
        height: 250px;
        opacity: .4;
        transform:translate(-15%, -50%);
    }
    section.small-lineart>#lineart-konditorin_torte svg{
        transform: translate(5%, -50%);
    }
    section.small-lineart>#lineart-taschenkrebs svg{
        transform: translate(30%, -50%);
    }
    section.small-lineart>#lineart-fackel-right svg{
        transform: translate(42%, -50%);
    }
    section.small-lineart.lineart-align-left>#lineart-fackel-right svg {
        transform: translate(0%, -50%);
    }
    section#s_header>#lineart-besteck_ohne_teller svg,
    section.small-lineart:not(.lineart-align-left)>#lineart-besteck_ohne_teller svg {
        transform: translate(26%, -50%);
    }
    body section.small-lineart.align-lineart-left>#lineart-gehirn-globe svg {
        transform: translate(-20%, -50%);
    }
    body:not(.home) .top-section>.rot-img-lineart#lineart-fackel-right svg, body.page-id-2 .top-section>.rot-img-lineart#lineart-fackel-right svg {
        transform: translate(32%, -50%);
    }




}
@media (min-width: 992px) {
    section.lineart-lg .rot-img-lineart svg{
        display:block;
    }
	.top-section>.rot-img-lineart{
        margin-top: 0;
		height: 100%;
	}
	.top-section>.rot-img-lineart svg {
        height: 90%;
		top: 5%;
		transform: translateX(29%);
	}
    body.page-id-1555 .top-section>.rot-img-lineart svg {
        height:110%;
    }
    section.has-o-img-top.has-oimg-right figure.o-img img {
        left:auto;
        right:-240px;
    }
    #s_split_oimg_5{
        min-height:472px;
    }
    section.small-lineart.align-lineart-left>.rot-img-lineart svg{
        transform: translate(-9%, -50%);
    }
    body:not(.home) section.small-lineart.align-lineart-left>.rot-img-lineart svg {
        transform: translate(-3%, -50%);
    }
    section.small-lineart>#lineart-koch_flamme2.rot-img-lineart svg {
        transform: translate(10%, -50%);
    }
    section.small-lineart>#lineart-taschenkrebs svg{
        transform: translate(10%, -50%);
    }
    section.small-lineart.lineart-align-left>#lineart-fackel-right svg {
        transform: translate(6%, -50%);
        height: 80%;
    }
    section#s_header>#lineart-besteck_ohne_teller svg,
    section.small-lineart:not(.lineart-align-left)>#lineart-besteck_ohne_teller svg {
        transform: translate(15%, -50%);
    }
}
@media (min-width: 1200px) {
    section.urlaub.small-lineart{
        min-height:30rem;
        padding-bottom:82px;
    }
    section.lineart-xl .rot-img-lineart svg{
        display:block;
    }
    section.small-lineart.align-lineart-left>.rot-img-lineart svg{
        transform: translate(-3%, -50%);
    }
    section.has-o-img-top figure.o-img img {
        top: -183px;
        left: -139px;
        width: 940px;
    }
    section.has-o-img-top.has-oimg-right figure.o-img img {
        left:auto;
        right:-140px;
    }
    section.has-o-img-top.not-that-high figure.o-img img {
        left: -110px;
    }
    .single section.top-section.has-bg-img{
        min-height:520px;
    }
    section.bit-higha{
        min-height:532px!important;
    }
	.header-links>a:not(:first-of-type){
        padding-left:3.34rem;
        border-left:2px solid var(--secondary);
    }
	.header-links>a:not(:first-of-type):after{
        transform: translateX(calc(-50% + 1.67rem));
    }
	.header-links>a:not(:first-of-type):hover:after{
        transform: translateX(calc(-50% + 1.67rem));
        width:calc(100% - 3.34rem)
    }
    section.small-lineart>.rot-img-lineart svg {
        height: 80%;
        opacity: .7;
    }
    section.smaller-lineart>.rot-img-lineart svg {
        height: 68%;
        opacity: .7;
    }
    section.small-lineart>#lineart-besteck.rot-img-lineart svg {
        height: 250px;
        opacity: .5;
        transform:translate(-3%, -50%);
    }

    section.small-lineart>#lineart-servierer svg,
    section.small-lineart>#lineart-konditorin_torte svg{
        height:90%;
        max-height:372px;
    }
    section.small-lineart>#lineart-servierer svg {
        right: 7%;
    }
    section.small-lineart.align-lineart-left>#lineart-servierer svg {
        right: 25%;
        left: auto;
    }
    section.small-lineart:not(.align-lineart-left)>#lineart-servierer svg {
        right: 2%;
        height: 91%;
        max-height: 100%;
    }
    section.small-lineart>#lineart-fisch.rot-img-lineart svg {
        opacity: .5;
        transform: translate(13%, -50%);
        height:280px;
	}
    section.small-lineart>#lineart-konditorin_torte svg{
        transform: translate(-10%, -50%);
    }
    section.small-lineart>#lineart-fackel-right svg {
        transform: translate(12%, -50%);
    }
    section.small-lineart.lineart-align-left>#lineart-fackel-right svg {
        transform: translate(3%, -50%);
        height: 80%;
        max-height: 440px!important;
    }

}
@media (min-width: 1440px) {
    section.has-o-img-top figure.o-img img {
        top: -233px;
        left: -139px;
        width: 1100px;
    }
    .header-links{
        font-size:1.74rem;
    }
    body.single .header-caption .header-links{
        font-size:2.3rem;
    }
	.top-section>.rot-img-lineart svg {
		height: 90%;
	}
    #s_img_4.has-bg-img figure.bg-img{
        background-position:center 18%;
    }
    section.has-o-img-top.not-that-high figure.o-img img {
        left: -160px;
    }
    section.small-lineart.align-lineart-left>.rot-img-lineart svg{
        transform: translate(-3%, -50%);
    }
    body:not(.home) section.small-lineart.align-lineart-left>.rot-img-lineart svg {
        transform: translate(7%, -50%);
    }
    section.smaller-lineart>.rot-img-lineart svg,
    section.small-lineart>.rot-img-lineart svg {
        transform: translate(-40%, -50%);
    }
    section.lineart-far-right .rot-img-lineart svg{
        transform:translate(44%, -50%);
    }
    section.small-lineart>#lineart-taschenkrebs.rot-img-lineart svg,
    section.small-lineart>#lineart-koch_flamme2.rot-img-lineart svg {
        transform: translate(0%, -50%);
    }
    section.small-lineart>#lineart-servierer svg {
        right: -12%;
    }
    section.small-lineart:not(.align-lineart-left)>#lineart-servierer svg {
        right: 10%;
    }
    section.small-lineart>#lineart-fackel-right svg {
        right: -12%;
        transform: translate(-28%, -50%);
    }
    section.small-lineart.lineart-align-left>#lineart-fackel-right svg {
        transform: translate(31%, -50%);
    }
    section#s_header>#lineart-besteck_ohne_teller svg,
    section.small-lineart:not(.lineart-align-left)>#lineart-besteck_ohne_teller svg {
        transform: translate(6%, -50%);
    }
    body:not(.home) .top-section>.rot-img-lineart#lineart-fackel-right svg, body.page-id-2 .top-section>.rot-img-lineart#lineart-fackel-right svg {
        transform: translate(22%, -50%);
    }
}
@media (min-width: 1600px) {
    .top-section>.rot-img-lineart svg {
        right: auto;
        left: 35%;
    }
    section.smaller-lineart>.rot-img-lineart svg,
    section.small-lineart>.rot-img-lineart svg {
        transform: translate(-60%, -50%);
    }
    body:not(.home) section.small-lineart.align-lineart-left>.rot-img-lineart svg {
        transform: translate(14%, -50%);
    }
    section.small-lineart>#lineart-servierer svg,
    section.small-lineart>#lineart-konditorin_torte svg {
        height: 97%;
        max-height: 422px;
    }
    section.quite-higha {
        min-height: 632px!important;
    }
    section.has-o-img-top.not-that-high figure.o-img img {
        left: -80px;
    }
    section.lineart-far-right .rot-img-lineart svg{
        transform:translate(27%, -50%);
    }
    section.small-lineart>#lineart-taschenkrebs.rot-img-lineart svg,
    section.small-lineart>#lineart-koch_flamme2.rot-img-lineart svg {
        transform: translate(-10%, -50%);
    }
    section.small-lineart:not(.align-lineart-left)>#lineart-servierer svg {
        right: auto;
        left: 29%;
    }
    section.small-lineart>#lineart-konditorin_torte svg{
        transform: translate(-20%, -50%);
    }
    section#s_header>#lineart-besteck_ohne_teller svg,
    section.small-lineart:not(.lineart-align-left)>#lineart-besteck_ohne_teller svg {
        transform: translate(22%, -50%);
    }
    section.small-lineart.align-lineart-left>#lineart-servierer svg {
        right: 32%;
    }


}
@media (min-width: 1900px) {
    section.quite-higha {
        min-height: 652px!important;
    }
    body section.small-lineart.align-lineart-left>#lineart-gehirn-globe svg {
        transform: translate(-6%, -50%);
    }
    section.small-lineart>#lineart-fackel-right svg {

        transform: translate(-58%, -50%);
    }

}


/*GERICHTE SLIDER */
/*with .owl-stage-outer set to  overflow hidden we have to play with the margins*/
.has-oimg-slider .container-fluid .rot-cpt-owl{
    margin-top:-10rem;
    /*get the container-fluid padding neutralized*/
    margin-left:-15px;
    margin-right:-15px;
}
.rot-cpt-item-gerichte{
    margin-top:11.5rem;
}
.backshadow-below-md{
    background: rgba(9, 9, 9, 0.57);
    background:var(--text2);
    background:#1f2024e8;
}
@media(max-width:767.98px){
    .backshadow-below-md span,
    .backshadow-below-md p,
    .backshadow-below-md h2{
        color:var(--secondary-light)!important;
    }
}

.has-oimg-slider .rot-cpt-items .owl-nav,
.has-oimg-slider .rot-cpt-items .owl-nav {
    width: 100px;
    left: calc(var(--container-margin) + (var(--container-width) / 12 * 7) + 15px);
    margin-top: 6.5rem!important;
    height:2.2rem;
}

.owl-theme .owl-nav [class*=owl-] {
    left: 15px;
    color: var(--secondary);
    border-color: var(--secondary);
}
.bg-secondary-light .owl-theme .owl-nav [class*=owl-] {
    color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    border-color: var(--secondary);
    text-decoration: none;
    opacity: 0.4;
}
.bg-secondary-light .owl-theme .owl-nav [class*=owl-]:hover {
    border-color: var(--primary-dark);
}
.owl-theme .owl-nav [class*=owl-]:before {
    outline: 2px solid var(--secondary);
    transition:opacity .4s;
}
.owl-theme .owl-nav [class*=owl-]:hover:before {
    outline: 2px solid var(--secondary);
    opacity:.4;
}
.bg-secondary-light .owl-theme .owl-nav [class*=owl-]:before {
    outline: 2px solid var(--primary-dark);
}
.bg-secondary-light.owl-theme .owl-nav [class*=owl-]:hover:before {
    outline: 2px solid var(--primary-dark);
    opacity:.4;
}
.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 15px;
}

@media(min-width:576px){
}
@media(min-width:768px){
    .backshadow-below-md{
        background: transparent;
    }
    .has-oimg-slider .container-fluid .rot-cpt-owl{
        margin-top:-10rem;

    }
    .rot-cpt-item-gerichte{
        margin-top:8.5rem;
    }
    section.has-oimg-slider figure.o-img img {
        top: -167px;
        left: -209px;
        width: 740px;
    }
    .container-fluid.container-md{
        padding-left:0;
        padding-right:0;
    }
    .has-oimg-slider .rot-cpt-items .owl-nav {
        left: calc(var(--container-margin) + (var(--container-width) / 12 * 6) + 2.8rem);
        margin-top: 7.3rem!important;
    }



}
@media(min-width:992px){
    section.has-oimg-slider figure.o-img img {
        top: -186px;
        left: -179px;
        width: 820px;
    }
    .container-fluid.container-md .row [class*= "col-"]{
        padding-left:15px!important;
        padding-right:15px!important;
    }
    .has-oimg-slider .rot-cpt-items .owl-nav {
        left: calc(var(--container-margin) + (var(--container-width) / 12 * 6) + 13px);
        margin-top: 6.7rem!important;
    }
}
@media(min-width:1200px){
    section.has-oimg-slider figure.o-img img {
        top: -187px;
        left: -119px;
        width: 66%;
    }
    .has-oimg-slider .rot-cpt-items .owl-nav {
        left: calc(var(--container-margin) + (var(--container-width) / 12 * 6) + 5px + 0.9%);
    }

    #slide-1143 .o-img>img{
        top:-207px;
        left: -169px;
    }
    section.has-larger-bg-img,
    section.has-larger-bg-img figure.bg-img{
        min-height:480px;
    }
}
@media (min-width: 1440px) {
    #slide-1143 .o-img>img {
        top: -223px;
    }
    .has-oimg-slider .rot-cpt-items .owl-nav {
        left: calc(var(--container-margin) + (var(--container-width) / 12 * 6) + 15px);
    }
    section.has-larger-bg-img,
    section.has-larger-bg-img figure.bg-img,
    section#s_img_4.has-bg-img,
    section#s_img_4 figure.bg-img{
        min-height:520px;
    }
    .rot-cpt-item-gerichte {
        min-height: 570px;
    }
}
@media (min-width: 1600px) {
    .has-oimg-slider .rot-cpt-items .owl-nav {
        /* left: calc(var(--container-margin) + (var(--container-width) / 12 * 7) + 25px); */
    }
    section.has-larger-bg-img,
    section.has-larger-bg-img figure.bg-img,
    section#s_img_4.has-bg-img,
    section#s_img_4 figure.bg-img{
        min-height:620px;
    }
}
@media (min-width: 1800px) {
    #slide-1143 .o-img>img {
        top: -253px;
    }
}


/*SLIDER GROW TOP*/

.has-post-slider .rot-cpt-items .owl-nav,
.has-fullwidth-slider .rot-cpt-items .owl-nav,
.has-slider-grow-top .rot-cpt-items .owl-nav {

    position: absolute;
    top: 50%!important;
    left: 0;
    right: auto;
    width: 100%;
    height: 4rem;
    z-index: 6;
    pointer-events: none;
    transform:translateY(-50%);
}
.has-post-slider .owl-theme .owl-nav [class*=owl-],
.has-fullwidth-slider .owl-theme .owl-nav [class*=owl-],
.has-slider-grow-top .owl-theme .owl-nav [class*=owl-] {
    pointer-events:all;
    top:calc(50% - 8px);

}
.has-post-slider .owl-theme .owl-nav [class*=owl-],
.has-fullwidth-slider .owl-theme .owl-nav [class*=owl-]{
    left:1.5rem;
}
.has-post-slider .owl-theme .owl-nav .owl-next,
.has-fullwidth-slider .owl-theme .owl-nav .owl-next{
    left:auto;
    right:1.5rem;
}
@media(min-width:992px){
    .has-post-slider .owl-theme .owl-nav [class*=owl-]{
        left:-.5rem;
    }
    .has-post-slider .owl-theme .owl-nav .owl-next{
        left:auto;
        right:-.5rem;
    }
}
@media(min-width:1200px){
    .has-post-slider .owl-theme .owl-nav [class*=owl-]{
        left:-2.1rem;
    }
    .has-post-slider .owl-theme .owl-nav .owl-next{
        left:auto;
        right:-2.1rem;
    }
}
@media(min-width:1440px){
    .has-post-slider .owl-theme .owl-nav [class*=owl-]{
        left:-3.1rem;
    }
    .has-post-slider .owl-theme .owl-nav .owl-next{
        left:auto;
        right:-3.1rem;
    }
}


.has-slider-grow-top .rot-cpt-owl{
    margin-top:-10rem;
}
.has-slider-grow-top .rot-cpt-owl article.rot-cpt-item{
    padding-top:10rem;
}
.has-slider-grow-top .rot-cpt-owl article.rot-cpt-item figure.rot-img-absolute.img-grow-top {
    margin-top: 0rem;
    height: calc(100% + 0rem);
    padding-bottom:204px;
}
@media(min-width:576px){
    .has-slider-grow-top .rot-cpt-owl article.rot-cpt-item figure.rot-img-absolute.img-grow-top{
        margin-top:-7rem;
        height:calc(100% + 3rem);
    }
}

.has-slider-grow-top .heading-row{
    z-index: 5;
    pointer-events:none;
}
.has-slider-grow-top .heading-row h2{
    pointer-events:all;
}
figure.bg-oimg.split-img:after,
#s_split_img_14 figure.bg-oimg:after,
#s_split_img_11 figure.bg-oimg:after {
    content:'';
    right:0;
    height:100%;
    background:var(--text2);
    width:26.2%;
    top:0;
    display:block;
    position:absolute;
}
section.bg-primary-dark figure.split-img:after {
    background:var(--primary-dark);
}
section.bg-primary figure.split-img:after {
    background:var(--primary);
}
section.bg-text2 figure.split-img:after {
    background:var(--text2);
}

figure.bg-oimg.split-img[data-align-img="right"]:after,
#s_split_img_14 figure.bg-oimg:after{
    right:auto;
    left:0;
}
section.has-smaller-figure-after figure.bg-oimg.split-img[data-align-img="right"]:after{
    width:22.2%
}


section.has-split-img.has-oimg figure.bg-oimg img,
#s_split_img_11 figure.bg-oimg img {
    width: 593px;
    position: absolute;
    top: -88px;
    left: -130px;
    height: auto;
    object-fit: initial;
    filter: brightness(0.9);
    pointer-events:none;
}
section figure.bg-oimg.split-img[data-align-img="right"] img{
    right:0;
}
#s_split_oimg_5 figure.bg-oimg img {
    left: auto;
    right: calc(30% - 269px);
    width: 578px;
    top: -86px;
}

#s_split_oimg_7 figure.bg-oimg img,
#s_split_img_14 figure.bg-oimg img {
    width: 613px;
    top: -38px;
    left: -50px;
}
section.has-split-img.has-oimg h2,
#s_split_img_11 h2 {
    text-shadow: 3px 1px 12px rgb(31 32 36 / 41%);
}

body:not(.home) #s_header .header-caption{
    margin-top:4rem;
}
@media(min-width:576px){

    section.has-split-img.has-oimg figure.bg-oimg img,
    #s_split_img_11 figure.bg-oimg img {
        left: -30px;
    }
    #s_split_oimg_7 figure.bg-oimg img,
    #s_split_img_14 figure.bg-oimg img {
        width: 623px;
        top: -40px;
        left: 16%;
    }
    #s_split_oimg_7 figure.bg-oimg img{
        left: -10%;
    }
}
@media(min-width:768px){
    .has-slider-grow-top .rot-cpt-owl article.rot-cpt-item figure.rot-img-absolute.img-grow-top{
        margin-top:-4rem;
    }
    section.has-split-img.has-oimg figure.bg-oimg img,
    #s_split_img_11 figure.bg-oimg img {
        width: 653px;
        top: -97px;
        left: 0;
    }
    #s_split_oimg_7 figure.bg-oimg img,
    #s_split_img_14 figure.bg-oimg img {
        width: 823px;
        top: -53px;
        left: 16%;
    }
    #s_split_oimg_7 figure.bg-oimg img{
        left: -10%;
    }
    section figure.bg-oimg.split-img[data-align-img="right"] img,
    #s_split_oimg_5 figure.bg-oimg img {
        width: 653px;
        top: -97px;
        left: auto;
        right: 0;
    }
}
@media(min-width:992px){
    .has-slider-grow-top .rot-cpt-owl article.rot-cpt-item figure.rot-img-absolute.img-grow-top{
        margin-top:-7rem;
    }
    section.has-split-img.has-oimg figure.bg-oimg img,

    #s_split_img_11 figure.bg-oimg img{
        width: 823px;
        top: -122px;
        left: 0;
    }
    section figure.bg-oimg.split-img[data-align-img="right"] img,
    #s_split_oimg_7 figure.bg-oimg img,
    #s_split_img_14 figure.bg-oimg img {
        width: 877px;
        top: -57px;
        left: auto;
        right:0;
    }
    #s_split_oimg_5 figure.bg-oimg img{
        width: 877px;
        top:-130px;
    }
    #s_split_oimg_7 figure.bg-oimg img{
        left: -10%;
    }
}
@media(min-width:1200px){
    #s_split_oimg_7 figure.bg-oimg img,
    #s_split_img_14 figure.bg-oimg img {
        width: 78%;
        top: -5vw;
        left: 22%;
        right:auto;
    }
    #s_split_oimg_7 figure.bg-oimg img{
        left: -10%;
    }
}
@media(min-width:1440px){
    #s_split_oimg_5 figure.bg-oimg img {
        width: 70%;
        top: -10.4vw;
        left: auto;
    }
    #s_split_oimg_7 figure.bg-oimg img,
    #s_split_img_14 figure.bg-oimg img {
        width: 70%;
        top: -4.5vw;
        left: 35%;
    }
    #s_split_oimg_7 figure.bg-oimg img{
        left: -10%;
    }
}
@media(min-width:1600px){
    section.has-split-img.has-oimg figure.bg-oimg img,
    #s_split_img_11 figure.bg-oimg img {
        width: 1092px;
        top: -162px;
        left: 0;
    }
    #s_split_oimg_7 figure.bg-oimg img,
    #s_split_img_14 figure.bg-oimg img {
        width: 65%;
        top: -4.2vw;
        left: 35%;
    }
    #s_split_oimg_5 figure.bg-oimg img {
        width: 1010px;
        top: -150px;
        left: 34%;
        right: auto;
    }
    #s_split_oimg_7 figure.bg-oimg img{
        left: 0%;
    }
}
.rot-cpt-events .owl-stage{
    display:flex;
}
.rot-cpt-events article.bg-secondary-light .rot-cpt-content h3{
    color:var(--primary-dark);
    font-weight:800!important;
}
.rot-cpt-events article .rot-cpt-content h3 {
    font-size: 2.1rem;
    text-transform: initial;
    padding-bottom: 1rem;
    font-family: var(--serif);
    border-bottom: 2px solid var(--primary);
    margin-bottom: .8rem;
}
.rot-event-date{
    font-size:1.44rem;
    font-weight:500;
}
.rot-event-date .timeinfo{
    font-size:1.1rem;
}
.rot-cpt-events article .rot-cpt-content a{
    color:var(--primary);
    margin-top: 1rem;
}
.rot-cpt-events article .rot-cpt-content a:hover{
    color:var(--primary-light);
}
.rot-cpt-events article .rot-cpt-content a:hover:after{
    background-color:var(--primary-light);
}
.bg-primary .bg-secondary p,
.bg-primary .bg-secondary-light p{
    color:var(--primary-dark);
}

.top-section>.rot-img-lineart svg *{
    fill:var(--secondary);
}




/*CUSOM*/

body:not(.home) .top-section>.rot-img-lineart svg,
body.page-id-2 .top-section>.rot-img-lineart svg{
    transform: translate(28%, -50%);
    top:50%;
}
@media(min-width:768px){
    body:not(.home) .top-section>.rot-img-lineart svg,
    body.page-id-2 .top-section>.rot-img-lineart svg{
        transform: translate(18%, -50%);
        top:50%;
    }

    section#s_light_g2 .rot-img-lineart svg{
        transform: translate(10%, -50%);
    }
}
@media(min-width:992px){

}
@media(min-width:1200px){
    body:not(.home) .top-section>.rot-img-lineart svg,
    body.page-id-2 .top-section>.rot-img-lineart svg{
        transform: translate(18%, -50%);
    }
}
@media(min-width:1440px){
    body:not(.home) .top-section>.rot-img-lineart svg,
    body.page-id-2 .top-section>.rot-img-lineart svg{
        transform: translate(8%, -50%);
    }
}
@media(min-width:1600px){
    body:not(.home) .top-section>.rot-img-lineart svg,
    body.page-id-2 .top-section>.rot-img-lineart svg{
        transform: translate(-10%, -50%);
    }
}

.menu-widener{
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}
.responsive-a4{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    padding-bottom:141.43%;
    position:relative;
}
.responsive-a4 iframe{
    top: 0;
    position: absolute;
    height: 100%;
    width:100%;
    overflow: hidden;
}
.responsive-a4 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-center>h2.section-h{
    display:inline-block;
}


@media(min-width:768px){
    .rot-cpt-item-auszeichnungen .content-col,
    .rot-cpt-item-lieferanten .content-col{
        min-height:14rem;
    }
}
.links-mt-0 .section-links{
    margin-top:0!important;
}



/*DATEPICKER*/
input[name="rot-dp"]{
    text-align: left;
    font-size: 1.5rem;
    pointer-events:none;
}
span[data-name="rot-dp"]{
    position:relative;
}
.dp-col p{
    border-bottom:none;
    text-align:center;
}
body .daterangepicker {
    width: calc(100% - 15px);
    left: 0px!important;
    top: 0!important;
    /* border-left: 1px solid var(--secondary); */
    border-radius: 0;
    position: relative;
    z-index: 5;
    font-family: var(--sans);
}
body .daterangepicker .drp-calendar {
    max-width: 100%;
}
body .daterangepicker table{
    table-layout:fixed;
}
body .daterangepicker .calendar-table th,
body .daterangepicker .calendar-table td {
    min-width: calc(100% / 7);
    /* width: calc(100% / 7); */
    height: 40px;
    line-height: 40px;
    /* font-size: 14px; */
    color: var(--secondary);
}
body .daterangepicker .calendar-table th {
    color: var(--secondary-light);
    text-transform: uppercase;
    font-size: 1rem!important;
    font-weight: 400;
    height: 2rem;
    padding-bottom: 0rem;
}
body .daterangepicker .calendar-table td {
    min-width: calc(100% / 7);
    font-size: 1rem;
    position:relative;
}
body .daterangepicker .calendar-table th.month{
    width: calc(100% / 7 * 5);
}
body .daterangepicker .calendar-table td.active {
    background-color:transparent;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--secondary-light);
}
body .daterangepicker .calendar-table td:before {
    content: '';
    width: 38px;
    height: 38px;
    top: calc(50% - 1px);
    left: 50%;
    position: absolute;
    border-radius: 500px;
    transform: translate(-50%, -50%);
}
body .daterangepicker .calendar-table td.active:before {
    border: 1px solid var(--secondary);
    background-color:rgba(242, 202, 189, 0.225);
}
.daterangepicker td.available:hover:before,
.daterangepicker th.available:hover:before {
    background-color:rgba(242, 202, 189, 0.225);

}
.daterangepicker td.off.disabled{
    background-color: transparent;
    border-color: transparent;
    color: #270800!important;
    opacity: 0.8;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 3em;
    margin: 0 auto;
    background: var(--primary);
    border: 1px solid #f1f1f100;
    padding: 2px;
    outline: 0;
    font-size: 1.1rem;
    color: var(--secondary-light);
}
.daterangepicker .calendar-time {
    margin: 26px auto 0 auto;
    line-height:38px;
    font-size: 1.2rem;
}

.daterangepicker .drp-calendar{
    padding-left:0!important;
}
.calendar-time{
    color:var(--secondary);
}
.daterangepicker .calendar-time:after{
    content:' Uhr';
    position:relative;
    display: inline-block;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid var(--secondary);
    border-width: 0 1px 1px 0;
    border-radius: 0;
    display: inline-block;
    padding: 6px;
}
form span.rot-form-label{display:block;}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    width: 100%;
    max-width: calc(100% - 45px);
}
.daterangepicker{
    transition:background-color .4s;
}
.daterangepicker.rot-focused select,
.daterangepicker.rot-focused{
    background-color:#9d4646;
}

.submit-wrap.rot-enabled{
    background-color:var(--secondary)!important;
}
.submit-wrap.rot-enabled input:before,
.submit-wrap.rot-enabled input,
.submit-wrap.rot-enabled p{
    color:var(--primary-dark);
}
@media(min-width:768px){
    body .daterangepicker {
        width: calc(100% - 2px);
    }
    body .daterangepicker .calendar-table th {
        font-size: 1.1rem!important;
    }
    body .daterangepicker .calendar-table td {
        font-size: 1.1rem;
    }
}
@media(min-width:1200px){
    body .daterangepicker {
        max-width:364px;
    }
    body .daterangepicker .calendar-table th {
        font-size: 1.24rem!important;
    }
    body .daterangepicker .calendar-table td {
        font-size: 1.24rem;
    }
    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.secondselect,
    .daterangepicker select.ampmselect {
        font-size: 1.24rem;
    }
}
form .acceptance a{
    color:var(--secondary-dark);
    font-weight:600;
}

input[type="checkbox"]{
    visibility:hidden;
    display:inline-flex;
    position: relative!important;
    margin-right:15px!important;

}
input[type="checkbox"]:after {
    content: '';
    width: 16px;
    height: 16px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    display: block;
    visibility: visible;
    border: 1px solid var(--secondary);
    border-radius: 2px;
    cursor:pointer;
}
input[type="checkbox"]:before {
    content: '\f00c'!important;
    font-family: 'Line Awesome';
    position: absolute;
    height: 100%;
    display: inline-block;
    left: 0;
    right: auto;
    line-height: 1;
    text-align: center;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 1.4rem;
    opacity: 0;
    background: transparent;
    transition: opacity .4s, color .4s;
    z-index: 9;
    visibility: visible;
    color: var(--secondary);
    top: 50%;
    transform: translateY(-100%);
}

input[type="checkbox"]:checked:before {
    opacity:1;
}
.rkp-gmap{
    height:380px;
}
body a.h2{
    transition:all .5s;
}
body a.h2:hover,
body a.h2:hover{
    color:var(--primary);
}
.bg-primary-dark a.h2:hover,
.bg-primary a.h2:hover{
    color:var(--secondary-light);
}
body.single .top-section.has-bg-img:before{
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(255, 255, 255, 0.501);
}
body.single .top-section.has-bg-img:after{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
body.single .header-caption h1.theme-h.header-h>.theme-h-sm,
body.single .header-caption h1.theme-h.header-h,
body.single h1.header-h {
    color:var(--primary-dark);
    font-weight:800!important;
}
.single .lead p,
.single .lead,
.single p.lead{
    font-size:1.274rem;
    font-weight:400;
}


/* .rot-gal-from-galfield.row{
    margin-left:-5px;
    margin-right:-5px;
    width:calc(100% + 10px);
} */
/* .rot-gal-from-galfield.row>.rot-gal-item{
    padding-left:5px;
    padding-right:5px;
} */
/* .rot-gal-from-galfield>.rot-gal-item figure.rot-img-relative{
    margin-bottom:10px;
} */

/* .rot-gal-from-galfield>.rot-gal-item:nth-child(3n+1){
    flex:0 0 calc(100% / 1);
    width:calc(100% / 1);
    max-width:calc(100% / 1);
}
.rot-gal-from-galfield>.rot-gal-item:nth-child(3n+1) figure.rot-img-relative{
    padding-bottom:50%;
}
.rot-gal-from-galfield>.rot-gal-item:nth-child(3n+2),
.rot-gal-from-galfield>.rot-gal-item:nth-child(3n+3){
    flex:0 0 calc(100% / 2);
    width:calc(100% / 2);
    max-width:calc(100% / 2);
} */
/* .rot-gal-from-galfield>.rot-gal-item:nth-child(3n+2) figure.rot-img-relative,
.rot-gal-from-galfield>.rot-gal-item:nth-child(3n+3) figure.rot-img-relative{
    padding-bottom:100%;
} */
body.single section.border-bottom{
    border-bottom:none!important;
}
body.single section.border-bottom .container{
    border-bottom: 2px solid var(--primary-dark);
}
.rot-gal-from-galfield {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.rot-gal-from-galfield.items-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.rot-gal-from-galfield>.rot-gal-item figure.rot-img-relative {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    min-height: 12rem;
    padding-bottom: 80%;
}
.rot-gal-from-galfield>.rot-gal-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.rot-gal-from-galfield>.rot-gal-item:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.rot-gal-from-galfield>.rot-gal-item:nth-child(3) { grid-area: 1 / 2 / 3 / 3; }

.rot-gal-from-galfield.rot-gal-even>.rot-gal-item:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.rot-gal-from-galfield.rot-gal-even>.rot-gal-item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.rot-gal-from-galfield.rot-gal-even>.rot-gal-item:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }

.rot-gal-from-galfield.items-2>.rot-gal-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.rot-gal-from-galfield.items-2>.rot-gal-item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
@media(min-width:992px){
    .rot-gal-from-galfield>.rot-gal-item figure.rot-img-relative {
        padding-bottom: 60%;
    }
}
.single .footer-img-top img,
.single .footer-img-bottom img{
    width:100%;
}
.single .footer-img-bottom {
    max-height:462px;
}

body .menu-container{
    background-color:#f8f4e3!important;
}

/* #slide-1180 figure.rot-img-absolute:before{
    content:'';
    background-color: #2f3235;
    border-radius: 1000px;
    padding-bottom: calc(100% - 30px);
    height: 0;
} */

a{
    color:var(--primary-light);
}

section.urlaub{
    position: fixed;
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    z-index: 200;
    background-color: #040303f0!important;
}
section.urlaub .close-it {
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    font-size: 1.8rem;
    color:var(--secondary);
    z-index:2000;
    cursor:pointer;
}
@media(min-width:768px){
    section.urlaub .close-it {
        top: 5.8rem;
        right: 5.8rem;
        font-size: 3.8rem;
    }
}
body .urlaub ul strong, body .urlaub h2 strong, body .urlaub p strong {
    color: var(--secondary-light);
    display: inline-block;
    padding: 0.3rem 1rem 0.7rem;
    letter-spacing: 0.04em;
    font-weight: initial;
    font-family: var(--serif);
    font-size: 2.3rem;
    line-height: 1;
}
body .urlaub .section-content{
    z-index: 5;
}

.urlaub.small-lineart>.rot-img-lineart.mirrored#lineart-taschenkrebs2 svg {
    top: 36%;
}