header#masthead{
	position:relative;
	position:fixed;
	 width:100%; 
	overflow:visible;
	z-index:100;
	transition: all 0.4s;
	background:transparent;
	min-height: var(--headerheight);
	height: var(--headerheight);
    display: flex;
    align-items: center;
	top: var(--admin-bar-height);
	pointer-events: all !important;
}
#top_header+header#masthead{
	top:var(--top-header-height);
}
header#masthead #site-navigation {
	height: var(--headerheight) !important;
	max-height: var(--headerheight) !important;
}
body.scrolled header#masthead {
	background: var(--grey);
	box-shadow: 1px 1px 25px 2px rgba(0, 0, 0, 0.39);
	-webkit-box-shadow: 1px 1px 25px 2px rgba(0, 0, 0, 0.39);
}
body.scrolled header#masthead .navbar-toggler-icon .center-bar, 
	body.scrolled #masthead .navbar-toggler-icon:after, 
	body.scrolled #masthead .navbar-toggler-icon:before {
	background: var(--primary);
}
body header#masthead .border-bottom {
	border-bottom: 2px solid var(--primary-medium)!important;
}
/*FOCUS RULES*/
/*FOCUS RULES*/

/* BARRIEREFREIHEIT */
body .navbar-toggler:focus{
	outline: 2px dashed var(--grey-dark)!important;
    /* background: var(--white)!important; */
	height: 45px;
}
body a:focus{
	outline: 2px dashed var(--grey-dark);
    /* background: var(--primary-lightest); */
}

body section#s_header .header-section-menu a:focus,
body #masthead .site-logo a:focus {
	outline: 2px dashed var(--text);
	/* background: var(--primary-lightest); */
}

/*TOOLTIP*/
/*TOOLTIP*/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.rot-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 999;
    transition: opacity 0.2s ease;
    max-width: 10rem;
    overflow: hidden;
    text-align: center;
}


/*MASTHEAD*/

body #content{
	padding-top:var(--headerheight);
	padding-top:0;
}
#wpadminbar {
	position: fixed;
}
body header#masthead ul.navbar-nav {
	font-size: var(--menu-font-size);
    padding: var(--nav-items-padding);
    font-weight:var(--nav-items-fontweight);
    font-family:var(--menu-font-family);
	color:var(--main-menu-color);
	text-transform:var(--menu-text-transform);
	/* padding-right: calc(72px + 1.2rem); */
	padding-left: var(--container-margin);
	padding-right: var(--container-margin);
}
@media(max-width:991.98px){
	body header#masthead ul.navbar-nav {
		font-size: var(--c-menu-font-size);
		font-weight:var(--c-nav-items-fontweight);
		/* font-family:var(--c-menu-font-family); */
		color:var(--c-main-menu-color);
	}
	/* body.scrolled .logo-wrap:not(.centered) {
		height: auto;
		top: 1px;
	} */
}
@media (min-width: 1200px) and (max-width: 1899px) and (max-height:1400px) {
body header#masthead ul.navbar-nav {
		font-size: 2rem;
}
}
@media (min-width: 1200px) and (max-width: 2500px) and (max-height: 950px) {
body header#masthead ul.navbar-nav {
		font-size: 1.5rem;
}

@media (min-width: 1900px) and (max-width: 2500px) and (max-height:1400px) {
body header#masthead ul.navbar-nav {
		font-size: 55px;
}
}

body #masthead #primary-menu {
	gap: 0.5rem !important;
}
}

.logo-wrap{
	position: relative;
	padding: var(--logo-padding);
	left: 1rem;
	width:var(--logo-width);
	height: 100%;
	transition: width .74s, padding .74s, height .4s;
	z-index:4;
	box-sizing: border-box;
}
body.scrolled .logo-wrap:not(.centered) {
	 height: 50px; 
}
@media (min-width: 576px) {
	.logo-wrap{
		height: 100%;
	}
	
}


@media (min-width: 768px) {
	body.scrolled .logo-wrap:not(.centered) {
		 /* height: 80px;  */
	}
	body.scrolled .logo-wrap {
		/* height: 100%; */
	}
}
@media(min-width:992px){
	body #masthead .navbar-collapse.centered.fullwidth>ul{
        width: auto;
        display: flex;
        /* justify-content: space-between; */
        /* justify-content: flex-end; */
		padding-right: var(--container-margin);
		padding-left: var(--container-margin);
		transition:background .4s;
		min-width:500px;
    }
	body.scrolled .mast-should-stick~#masthead .navbar-collapse.centered.fullwidth>ul{
		/* padding-left:var(--logo-width-threshold); */
		padding-right:0;
		position:relative;
	}

	#masthead .underline-dashed:after {
		width: calc(100% + var(--logo-width-threshold));
		left: 0;
	}

	body #masthead .navbar-collapse.show ul#primary-menu {
		flex-direction: row;
    	flex-wrap: wrap;
		justify-content: flex-start;
	}

}
@media(min-width:1200px){
	#masthead .underline-dashed:after {
		width: calc(100% + var(--logo-width-threshold));
		left: 0;
	}
	body.scrolled .logo-wrap:not(.centered) {
			height: 100%; 
		}
	
	.logo-wrap {
		left: 3rem;
	}
}

.site-logo {
	width: auto;
	position: relative;
	transition: all 0.5s;
	height: 100%;
}

.site-logo a{
	position: relative;
    height: 100%;
    display: block;
    width: 100%;
}
.site-logo svg{
	height: 100%;
	width: auto;
	pointer-events:none;
}
.site-logo svg rect,
.site-logo svg polygon,
.site-logo svg path{
	/* fill: var(--primary); */
	fill-rule: evenodd;
	clip-rule: evenodd;
	transition:all 0.4s;
}
.whitened .site-logo svg polygon,
.whitened .site-logo svg rect,
.whitened .site-logo svg path{
	/* fill: var(--primary); */
	/* fill:var(--text2)!important; */
}
.footer-logo svg>g#quads>path:first-child,
.site-logo svg>g#quads>path:first-child{
	/* fill: var(--primary); */
	fill:var(--primary)!important;
}

nav.navbar{
	padding:0rem 15px;
}
.has-fixed-header .site-logo{
	width: auto;
	/* top: 0px; */
}
.menu-wrap {
	position: absolute;
	right: auto;
	left: 0;
	width: 100%;
}

@media(min-width:992px){
	body header#masthead.has-item-active {
		border-bottom: 1px solid var(--blur-dark-bg);
	}
	header#masthead ul.navbar-nav>li.menu-contact-wrap-outer,
	header#masthead ul.navbar-nav>li.menu-contact-wrap{
		display:none;
	}
}


.navbar-toggler{
	color: var(--text);
	border-color: var(--text);
	border-radius: 0;
	border-top: 0;
	border-right: 0;
}



#masthead .main-header-links {
    color: var(--white);
    position: relative;
    top: 0;
    text-align: center;
    font-size: .94rem;
    background: var(--primary);
}

.navbar-extra-links {
    position: fixed;
    right: 15px;
    width: 100%;
    bottom: 0;
	padding-top: 0.4rem;
    padding-bottom: 0.4rem;
	transition: top .74s, transform .7s;
}
.navbar-extra-links a {
    width: 100%;
}


@media(min-width:768px){
	.navbar-extra-links{
		position:absolute;
		width:auto;
		bottom:auto;
		backdrop-filter: none	;
    	background-color: transparent;
		padding-top:0;
		padding-bottom:0;
	}
	#masthead .main-header-links{
		top: calc(var(--header-height) - 7px);
		right:var(--container-margin);
		width: auto;
		position:absolute;
	}
}




#primary-menu-footer .nav-item a.nav-link,
#primary-menu .nav-item a.nav-link {
    color: inherit;
    word-break: break-word;
    transition: color .3s, text-shadow .3s, background-color .3s;
	font-size:inherit;
	position: relative;
	font-weight: 500;
	width: fit-content;
}
/* #primary-menu .nav-item.active .nav-link{
	color: var(--accent);
} */
#primary-menu .nav-item{
	transition: color .3s, text-shadow .3s, background-color .3s;
}
#primary-menu .nav-item.item-active>a.nav-link,
#primary-menu .nav-item a.nav-link:hover {
    color: var(--primary-medium);
}
@media(min-width:992px){
	#primary-menu .nav-item.item-active>a.nav-link,
#primary-menu .nav-item a.nav-link:hover {
    color: var(--primary-lightest);
}
}
#masthead:not(.whitened) #primary-menu .nav-item a.nav-link::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0%;
	height: 4px;
	transition: width 0.5s;
	background: var(--text);
}
#masthead:not(.whitened) #primary-menu .nav-item a.nav-link:hover {
	color: var(--main-menu-hover-color);
    /* text-shadow: var(--menu-item-hover-shadow); */
	/* background:var(--primary); */
}

#masthead:not(.whitened) #primary-menu .nav-item a.nav-link:hover::after {
	width: 100%;
	background: var(--text);
}
#masthead:not(.whitened) #primary-menu>ul>.nav-item.hovered,
/* #masthead:not(.whitened) #primary-menu .nav-item:hover:before, */
#masthead:not(.whitened) #primary-menu>ul>.nav-item:hover {
	background:var(--primary);
}
#masthead .main-header-links a:after,
#primary-menu .nav-item a.nav-link:after{
	height:2px;
}

body .p-relative{
	position:relative;
}
body.has-display-header header#masthead{
	position: absolute;
	top: 0;
	left: 0;
	background:transparent;
	transition: all 0.75s;
}


.rot-caption-inner-wrap{
	margin-bottom:5rem;
	margin-top:5rem;
}

.nav-link.dropdown-toggle,
.nav-link.dropdown-toggle:hover{
	color:var(--text);
}

@media(min-width:576px){

}
@media(min-width:768px){
	#content.site-content{
	padding-top:0;
	}
	.navbar-expand-md .navbar-collapse{
		position: relative;
		top: 0;
	}

	.w-md-100,
	body .container.w-100,
	body .container.w-md-100{width:100%; max-width:100%;}
}

@media(min-width:992px){
	/* header#masthead {
		max-height: 48px;
	} */
	#content.site-content {
		padding-top: 0;
	}
	#primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		letter-spacing: 0.0em;
		/* text-align: center; */
		text-align: left;
    	/* justify-content: center; */
		width:100%;
	}
}
/*NAVBAR ---------------------NAVBAR--------------------------------NAVBAR*/

.navbar-nav>li:last-child{
	border-right:none;
}

#masthead .container,
#masthead .container>.row,
#masthead .container>.row>nav{
	position: static;
	height:var(--headerheight);
	transition: height .4s;
	align-content:center;

}
body:not(.scrolled) #masthead .container {
	border-bottom: 2px solid var(--grey-lightestest);
}
#primary-menu-wrap .nav-link{

	transition:opacity .4s, color .4s;
}
#primary-menu>li>.nav-link {
    /* text-transform: uppercase; */
    /* font-size: 0.94rem; */
    font-weight: inherit;
}

@media(min-width:768px){
	#masthead .container,
	#masthead .container>.row,
	#masthead .container>.row>nav{
		position: relative;
	}
	#masthead .container>.row>nav{
		justify-content: var(--header-justify-content);
		width:100%;
	}

	#primary-menu-wrap .nav-link{
		opacity:1;
	}
}

/*2nd level menu animation*/
nav .dropdown-menu{
	padding:0;
	border:0;
	border-radius:1px;
	/*hier müssen bootstrap standard rules ausgehebelt werden, damit nichts aus dem zugeklappten menü "rausschaut"*/
}

body #masthead nav .navbar-collapse>ul>li:not(:last-child):not(:nth-last-child(2)),
body #masthead nav .navbar-collapse>ul>li.menu-item-has-children{
	padding-right:0;

}
@media (min-width: 768px) {
	body #masthead nav .navbar-collapse>ul>li:not(:last-child):not(:nth-last-child(2)),
	body #masthead nav .navbar-collapse>ul>li.menu-item-has-children {
		border: none;
		padding-right:.8rem;
	}
}

.menu-item.dropdown i{
	transition:transform .5s;
}
.menu-item.dropdown.hovered i{
	transform:rotate(180deg);
}

nav .dropdown-toggler {
    align-self: flex-end;
    border: none;
    background: transparent;
}
nav .dropdown-toggle:after {
	display:none;
}


nav .dropdown-menu {
    top: calc(100% - 0rem);
    overflow: hidden;
    max-height: 0;
    height: auto;
    /* transition: all .8s cubic-bezier(0.83, -0.05, 0.25, 1) 0s; */
    transition: padding 0.4s, height 1s, max-height 1s;
    font-weight: 300;
    background: transparent;
    color: var(--secondary);
    color: var(--white);
    display: block;
    width: 50rem;
    max-width: 100%;
    padding: 0 1.4rem;
    padding-right: var(--container-margin)!important;
    width: calc(var(--menu-width) + var(--container-margin));
}
@media(max-width:991.98px){
	nav .dropdown-menu {
		padding: 0 1.4rem!important;
	}
	nav .dropdown-menu li a {
		width: 100%;
		justify-content: center!important;
	}


}
@media(max-width:767.98px){
}

nav .dropdown-menu{
	max-height:0px;
}



nav .dropdown-menu.dont-show {
	max-height: 0px;
	padding: 0rem 2.4rem!important;
	max-width:100%;
}

nav .dropdown-menu a{
	max-width: 100%;
    position: relative;
    white-space: normal;
	color: inherit;
	font-weight:inherit;
}

@media(min-width:1200px){
	body #masthead nav .navbar-collapse>ul>li:not(:last-child):not(:nth-last-child(2)),
body #masthead nav .navbar-collapse>ul>li.menu-item-has-children{
	padding-right:1.2rem;
}
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--text-light);
    font-weight: inherit;
}
@media(max-width:991.998px){
	nav .dropdown-menu{
		position:relative;
	}
}
/* ------NAVBAR-COLLAPSE---------*/
/* body #masthead .navbar-collapse {
	position: absolute;
    top: calc(100% + 0px);
	background:var(--white);
    width: 100%;
    left: 0;
	padding-top: 2.5rem;
	min-height:100vh;
	transform: translateY(100%);
    transition: all .4s;
} */
body #masthead .navbar-collapse {
    position: absolute;
    top: calc(100% + 0px);
    background: var(--white);
    width: auto;
    min-width: var(--mobile-nav-minwidth);
    left: auto;
    padding-top: 0;
    min-height: 20rem;
    /* transform: translateX(100%); */
    /* transition: all .4s; */
    right: 0;
    overflow: hidden;
}
body .navbar-nav .nav-link{
	padding: var(--nav-link-padding)!important;
}


nav .dropdown-menu {
	max-height: 1000px;
	padding: 0.74rem 2.4rem!important;
	max-width:100%;
}


@media(max-width:991.98px){
	.mega-wrap-outer{
		background: white;
		padding: 0rem 0.3rem 1.8rem;
	}
	nav .dropdown-menu {
		/* padding: 0rem 0.7rem!important; */
	}
	nav .dropdown-menu.show {
		/* padding: 0.7rem 0.7rem!important; */
	}
}
@media(min-width:576px){

}
@media(min-width:768px){

}
@media(min-width:840px){
}
@media(min-width:992px){
	body #masthead .navbar-collapse {
		position: absolute;
		top: calc(100% + 7px);
		backdrop-filter: none;
		background: transparent;
		width: 100%;
		min-width:1px;
		left: 0;
		padding-top: 0rem;
		min-height:1px;
		transform:translateX(0);
		overflow:visible;
	}
	nav .dropdown-menu {
		background: var(--blur-dark-bg);
		/* background: var(--bg-transparent-light); */
		backdrop-filter: blur(14px);
	}
	.whitened nav .dropdown-menu {
		/* background: var(--bg-transparent-light); */
		/* background: var(--bg-transparent-light); */
		/* backdrop-filter: blur(14px); */
	}
	/* FALLS ES EINE SICHTBARE NAVBAR GIBT - HIER WEITERMACHEN */
	body #masthead .navbar-collapse,
	body #masthead .navbar-collapse>ul,
	body #masthead .navbar-collapse>ul>li,
	body #masthead .navbar-collapse>ul>li:before,
	body #masthead .navbar-collapse>ul>li>a{
		/* height:100%; */
		display:flex;
		align-items:flex-start;
	}
	body #masthead .navbar-collapse.right-aligned,
	body #masthead .navbar-collapse.right-aligned>ul,
	body #masthead .navbar-collapse.right-aligned>ul>li:last-of-type{
		padding-right:0!important;
		/* padding-right:0; */
	}
	body #masthead .navbar-collapse {
		position: relative;
		z-index:2;
		top: 0;
		height:var(--menu-height);
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
		height: 100%;
		align-items: center;
		
		
	}
	body #masthead.nav-showing .navbar-expand-lg .navbar-nav .dropdown-menu {
		position: relative;
		/* top: calc(var(--header-height) + var(--admin-bar-height)); */
		border-radius: 0;
		margin-top: 0;
		width: 100%;
		left: 0;
		padding: 0rem 0rem;
		max-height: 1000px;
		max-width: 100vw;
		right: calc(0px - var(--container-margin));
		left: auto;
		/* right: 0; */
		background: transparent;
		backdrop-filter: none;
		/* outline: 1px dotted red; */

		top: 0;
		left: 0;

	}
	body #masthead .navbar-collapse.show li {
		flex-direction: column;
	}
	body .navbar-expand-lg .navbar-nav .dropdown-menu.show {
		max-height: 1000px;
		/* padding: 0rem 0rem 0rem!important; */
	}
	body .navbar-expand-lg .navbar-nav .dropdown-menu .contact-item {
		background:white;
		color: var(--text);
		/* background: red; */
		width: 100vw;
		left: 0px;
		position: relative;
		padding-right: var(--container-margin);
		padding-left: var(--container-margin);
		padding-bottom: 2rem;
		padding-top:2rem;
	}
	

	body #masthead .navbar-collapse.fullwidth {
		position: relative;
		top: 0;
		transform: translateY(0%);
		position: fixed;
		width: 100%;
		height: calc(100vh + var(--admin-bar-height));
		left: 0;
		/* left: calc(var(--container-margin) * -1); */
		top: calc(var(--admin-bar-height) * -1);
	}
	body #masthead .navbar-collapse>ul {
		flex: 1 1 0px;
        flex-basis: 50%;
	}
}


/*TOGGLER*/
body #masthead .navbar-toggler:before {
    content: '';
    position: absolute;
    /* top: -12px; */
    /* left: -7px; */
	width: 42px;
	height: 42px;
    display: inline-block;
	transition: background-color .3s;
}
body #masthead .navbar-toggler.collapsed:before {
	background:transparent;
}
body #masthead .navbar-toggler {
	border:none;
	background:transparent;
	position:relative;
	/* color:var(--nav-toggler-color); */
	transition:transform .4s;
	transition-delay:.4s;
	bottom:-0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}


body #masthead .navbar-toggler[aria-expanded="true"] {
    transform: rotate(45deg) translate(-6px, -13px);
}

.toggler-wrap {
    display: flex;
    column-gap: 10px;
    align-items: flex-end;
    z-index: 2;
    overflow: visible;
	min-height: 42px;
    height: 100%;
    padding: var(--nav-link-padding);
	z-index: 100;
	position: relative;
	width: 42px;
}
.toggler-text{
	display: block;
    font-size: 1rem;
    font-weight: 500;
	color: var(--nav-toggler-color);
}

body #masthead.dark-header .navbar-toggler {
	color:var(--grey-darkest);
}
body #masthead .navbar-toggler-icon {
    display: inline-block;
    width: 42px;
    height: 27px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
    bottom: -0;
    left: 0px;
    position: relative;
	transition:left .3s;
	transition-delay: .2s;
	transform:scale(.9);
}
/* body.scrolled #masthead .navbar-toggler-icon {
    bottom: -7px;
} */

body #masthead .navbar-toggler-icon{
	background-image:none!important;
	position: relative;
}
.navbar-toggler-icon .center-bar,
.navbar-toggler-icon:after,
.navbar-toggler-icon:before{
	display:block;
	content:"";
	width:100%;
	right:0;
	position:absolute;
	height:3px;
	border:1px solid var(--primary);
	border:none;
	border-radius:1px;
	background-color: var(--primary);
	top:7px;
	transition:
		transform 0.5s cubic-bezier(.88,.11,.83,.67) 0.2s,
		border-color .3s, background-color .3s,
		width .3s;

	height: 1px;
	top:4px;
	/* background: var(--white); */
}
body #masthead.dark-header .navbar-toggler-icon .center-bar,
body #masthead.dark-header .navbar-toggler-icon:after,
body #masthead.dark-header .navbar-toggler-icon:before{
	border-color: var(--text);
	background-color: var(--text);
}
body #masthead.nav-showing .navbar-toggler-icon .center-bar,
body #masthead.nav-showing .navbar-toggler-icon:after,
body #masthead.nav-showing .navbar-toggler-icon:before{
	border-color: var(--text);
	background-color: var(--primary);

}

.navbar-toggler-icon .center-bar {
    top:15px;
    transform: scale(1);
    width: 100%;
    left: -0;
}
.navbar-toggler-icon:after{
	top:26px;
	/* bottom:5px; */
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	left:5px!important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(90deg) translate(0.45em, 0.384em);
    /* width: 1.9em; */
    /* width: 1.5em; */
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(90deg) translate(0.4em, 0.384em);
    /* width: 1.9em; */
    /* width: 1.5em; */
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .center-bar {
    transform: translateX(-0.3em) rotate(180deg);
	width:100%;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-450deg) translate(0.505em, -0.4em);
    /* width: 1.9em; */
    /* width: 1.58em; */
    bottom: 3px;
	visibility: hidden;
}


/*------------------------------------------------------CUSTOM-------------------------*/


/*SOCIAL*/
.navbar-collapse{
	flex-grow:0;
	-ms-flex-positive:0;
}

.spacer-x{
	width:1rem;
	height:1rem;
}

.spacer-x:last-child{
	width:0;
	height:0;
}

body .social a{
	font-size:inherit;
	margin-right: 5px;
    padding: 2px 0 0;
}
body .social a i:before{
	font-size:120%;
}
body .social a:not(:last-child){
	margin-right:5px;
}
body .social a:visited,
body .social a:focus,
body .social a{
	color:inherit;
}
body .social a:hover{
	/* color:var(--primary); */
	color:var(--grey-light);
}
body .dark .social a,
body .dark .social{
	color:var(--secondary);
}
body .dark.whitened .social a,
body .dark.whitened .social{
	color:var(--secondary);
}

section.top-section .header-caption {
    padding-top: var(--header-caption-spacing-y);
	padding-bottom: var(--header-caption-spacing-y);
	max-width:var(--d-header-width);
	left:50%;
	transform:translateX(-50%);
}

body #s_header.top-section,
body .top-section,
.has-bg-img{
    min-height:calc(var(--display-header-min-h));
	background-size: cover;
    background-position: center 80%;
	margin-top: 0 !important;
}

@media(min-width:768px){

	.has-bg-img:after {
		height: 200px;
	}
	.top-section,
	.has-bg-img{
		position:absolute;
		top:0;
		height:100%;
		width:100%;
	}

	.navbar-extra-links {
		top: 0px;
	}
}
@media(min-width:992px){
	.navbar-extra-links {
		top: auto;
	}
}

@media(min-width:1200px){
}

.urlaub{
	min-height:420px;
	position:relative;
	background:var(--text2);
	display:flex;
	margin-top:48px;

	align-items: center;
    justify-content: center;

}
body .urlaub .section-content h2{
    font-family: var(--serif)!important;
    color: var(--secondary);
    font-size: 3.8rem;
    margin-bottom: 1rem;
}

body .urlaub ul,
body .urlaub h2,
body .urlaub p{
	color:var(--secondary);
}
body .urlaub ul strong,
body .urlaub h2 strong,
body .urlaub p strong{
	color:var(--secondary-light);
	display:inline-block;
	padding:0 1rem;
	letter-spacing:0.04em;
	font-weight:initial;
}
@media(min-width:768px){
	.urlaub{
		min-height:540px;
		margin-top:0px;
		padding-top:120px;
	}
}


.dropdown-menu .nav-link-wrap .description {
    color: var(--text-light);
    line-height: 1.4em;
    display: block;
    margin-bottom: auto;
    position: relative;
}
.whitened .dropdown-menu .nav-link-wrap .description {
    color: var(--text-medium);
}
.dropdown-menu .quicklink-inner p {
    font-size:.917rem;
}



ul.dropdown-menu{
	display: block;
	padding-right:0;
}
ul.dropdown-menu .menu-item {
    display: block;
    /* align-items: flex-start; */
}
ul.dropdown-menu .menu-item a.nav-link{
    display: block;
    /* align-items: flex-start; */
}
ul.dropdown-menu .menu-item a.nav-link i svg{
	width: 1em;
	height:1em;
}
ul.dropdown-menu .menu-item a.nav-link i {
    font-size: 1.3rem;
    padding: 4px;
    background: var(--secondary);
    height: 100%;
    margin-right: 0.8rem;
    border-radius: 3.1px;
    color: var(--text);
	display:inline-flex;
	align-items: center;
	transition: background-color .3s, color .3s;
	display:none;
}
ul.dropdown-menu .menu-item a.nav-link i path{
	transition: fill .3s;
}

ul.dropdown-menu .menu-item a.nav-link:hover i {
    background: var(--primary);
	color: var(--secondary-light);
}
.whitened ul.dropdown-menu .menu-item a.nav-link i path,
ul.dropdown-menu .menu-item a.nav-link:hover i path{
	fill: var(--secondary-light);
}
.whitened ul.dropdown-menu .menu-item a.nav-link i{
    background: var(--text-medium);
    color: var(--secondary-light);

}
ul.dropdown-menu .menu-item a.nav-link:hover i,
.whitened ul.dropdown-menu .menu-item a.nav-link:hover i{
    background: var(--primary);
    color: var(--secondary-light);
}



ul.dropdown-menu .contact-item{
	grid-column: 3 / 5;
    grid-row-start: 1;
    grid-row-end: 6;
}
/* @media(max-width:991.98px){ */
	ul.dropdown-menu{
		padding-left:0!important;
		padding-top:0!important;
		padding-right: 0!important;
	}

	body #masthead .navbar-collapse>ul{
		transform:translateX(100%);
		transition:transform .6s;
		background:var(--main-menu-bg);
	}
	body #masthead .navbar-collapse.show>ul{

		transform: translateX(0);
	}
	body #masthead .navbar-collapse,
	body #masthead.whitened .navbar-collapse {
		background: var(--main-menu-bg);
		background: transparent;
		color: var(--c-main-menu-color);
		display: flex;
		flex-direction: column;
		align-items: stretch;
		pointer-events:none;
		top: 0;
		width:100%;
		height:100vh;
	}
	@media (max-width: 991px) {
		body #masthead .navbar-collapse.show {
			background: var(--main-menu-bg);
			height: 100vh;
		}
		body #masthead .navbar-collapse.show ul#primary-menu {
			position: absolute !important;
		}
	}
	body #masthead .navbar-collapse a,
	body #masthead.whitened .navbar-collapse a{
		color: inherit;
	}
	body #masthead .navbar-collapse>ul,
	body #masthead.whitened .navbar-collapse>ul{
		line-height:var(--menu-line-height);
		text-align:left;
		width: 100%;
	}
	body #masthead .navbar-collapse>ul li {
		width: calc(100% - 2 * var(--container-margin));
		margin: 0 ;
	}

	body #masthead .navbar-collapse.show ul#primary-menu {
		position: relative;
		max-height: calc(100vh - var(--admin-bar-height) - 0rem);
		overflow: auto;
		overflow-x: auto;
		pointer-events: all;
		padding-top: calc(var(--headerheight) + 2rem);
		padding-bottom: var(--headerheight);
		height: calc(100vh - var(--admin-bar-height));
	}
	body #masthead nav .navbar-collapse>ul>li.menu-item-has-children {
		padding-right: 0!important;
	}
/* } */

@media (max-width: 991px) {
	body #masthead .navbar-collapse.show ul#primary-menu {
		height: calc(100vh - var(--admin-bar-height));
		padding-bottom: 0;
	}
}

@media(min-width:576px) and (max-width:991.98px){
	#primary-menu .dropdown-menu{
		display:flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#primary-menu .dropdown-menu .nav-item{
		max-width:50%;
		flex:0 0 50%;
	}
	#primary-menu .dropdown-menu .nav-item.contact-item{
		max-width:100%;
		flex:0 0 100%;
		border-bottom: 1px solid var(--primary);

	}

	body #masthead .navbar-collapse #primary-menu{
		padding-left:var(--container-margin);
		padding-right:var(--container-margin);
	}
	#primary-menu .quicklink-wrap{
		display: flex;
		column-gap: 20px;
		flex-wrap: wrap;
	}
	#primary-menu .quicklink-wrap .quicklink-inner{
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}
@media(min-width:768px) and (max-width:991.98px){
	.navbar {
		align-items: center;
		justify-content: flex-end;
	}
	.logo-wrap {
		margin-right: auto;
	}
	.navbar-extra-links {
		position: relative;
		right:0;
	}
	#masthead .main-header-links {
		top: auto;
		left: 0;
		right: auto;
		width: auto;
		position: relative;
	}
	body #masthead .navbar-collapse {
        width: calc(100% + (2 * var(--container-margin)) - 30px);
        right: calc(0px - (var(--container-margin) - 23px));
    }
}
@media(min-width:782px) and (max-width:991.98px){

	.navbar-extra-links {
		top: 0px;
	}
}
@media(min-width:840px) and (max-width:991.98px){
	body #masthead .navbar-collapse {
        right: calc(0px - (var(--container-margin) - 15px));
    }
}

@media(min-width:992px){
	body #masthead .navbar-collapse.show ul#primary-menu {
		padding-top: var(--headerheight);
	}
	ul.dropdown-menu{
		/* display: grid;
		display: grid!important;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px; */
	}
body #masthead .header-extra-links {
		display:none !important;
	}
	#masthead .main-header-links {
		top: 0;
		right: auto;
		left: 0;
		width: auto;
		position: relative;
	}

	.nav-item-title {
		font-size: 0.81rem;
	}
	.nav-item-title {
		margin-bottom: 0px;
	}
}
@media(min-width:1340px){

	.nav-item-title {
		font-size: 0.94rem;
	}
}


#primary-menu .dropdown-menu .contact-item-content .h3{
	color: var(--primary);
    font-size: 1.04rem;
    font-weight: 500;
}
.q-link, #primary-menu .q-link {
    display: inline-block;
    padding-top: .57rem;
    font-weight: 400;
    color: white;
}
.whitened #primary-menu .q-link {
    color: var(--text2);
}
#primary-menu .q-link:hover{
	font-weight:600;
}
.whitened #primary-menu .q-link:hover {
    color: var(--primary);
}
.section-lead, .section-lead p,
.lead p, p.lead, .lead {
	font-size: var(--larger-p-size);
	font-family: var(--sans2);
    font-weight: 400;
    line-height: 1.5;
}




body section.in-scope .section-lead::before,
body section.in-scope .section-lead::before,
body section.in-scope .section-lead::after,
body section.in-scope .section-lead::after {
	width: 100%;
	transition: width 2s;
	transition-delay:2s;
}

@media (min-width: 1200px) {
	.section-lead {
		max-width: 55%;
	}
}

.section-content p.lead {
	font-size: 1.37rem;
	font-style:italic;
}
@media(min-width:992px){
	.section-content p.lead {
		font-size: 1.57rem;
	}

}
@media(min-width:1200px){
	.section-content p.lead {
		font-size: 1.07rem;
	}
}
@media(min-width:1600px){
	.section-content p.lead {
		font-size: 1.07rem;
	}

}
.navbar-nav ul.dropdown-menu>li>a.nav-link{
	padding-right: 1.17rem;
}


#s_header .rkp-h-logo {
    max-width: 50vw;
	min-width:40px;
    display: inline-block;
    position: relative;
    margin-bottom: 1.4vw;
}

#s_header .h-h-wrap.just-img {
	width: 240px;
    position: relative;
    display: flex;
}
#s_header .h-h-wrap.just-img>img{
	max-width: 60%;
}
#s_header .h-h-wrap.just-img>img.rkp-h-img-2{
	max-width: 40%;
}
@media(max-width:767.98px){
	#s_header .h-h-wrap.just-img {
		width: 148px;
		padding-left: 1.5rem;;
	}
	#s_header .h-h-wrap.just-img>img{
		max-width: 100%;
	}
	#s_header .h-h-wrap.just-img>img.rkp-h-img-2{
		display:none;
	}
}

.header-caption-content{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 0.6rem;
}
#s_header.rot-section .header-links a{
	margin-bottom:.5rem;
}
#s_header.rot-section .header-links .link-icon{
	display: inline-block;
    margin-left: 0.4rem;
    margin-right: 0.9rem;
}


section .h-bg-img-container{
	position: absolute;
    height: 100%;
    margin-left: var(--container-margin);
}
section.caption-layout-center .h-bg-img-container {
    position: relative;
    height: var(--display-header-min-h);
    margin-left: var(--container-margin);
    width: 100%;
}

section .h-bg-img-container figure.rot-img-relative {
	padding-bottom: 0;
	height: 100%;
}

/*
TOP HEADER
D_ HEADER ON TO OF MASTHEAD
SECOND LOGO
*****************
TOP HEADER
D_ HEADER ON TO OF MASTHEAD
SECOND LOGO
*/

section.top-header{
	background:var(--grey-dark);
	position:relative;
	color:white;
	z-index:2000;
	height:var(--top-header-height);
	display: flex;
	align-items: center;
}
section#s_header~header#masthead{
	position:absolute!important;
	top:auto!important;
	margin-top:0;
}
#content.includes-d-header,
section#s_header~#content{
	padding-top:0;
}



#content{
	z-index:10;
}

body.modal-open #masthead{
	transform: translateY(calc(0px - var(--header-height)));
}

@media (max-width: 991px) {
	body #masthead .navbar-toggler-icon .center-bar, 
	body #masthead .navbar-toggler-icon:after, 
	body #masthead .navbar-toggler-icon:before {
		background: var(--text);
	}
	body #s_header.caption-layout-left {
		padding-top: var(--headerheight);
	}
}

body #masthead #primary-menu li.no-link > a {
	text-transform: uppercase;
	font-family: var(--serif);
	letter-spacing: 1px;
	font-weight: 400;
}



body #s_header h1 {
	font-size: var(--h1-size-large);
	background-position: 0 86%;
	padding: 0 1rem;
	text-align: center;
}
body #s_header .caption-content p {
	font-size: var(--larger-p-size);
}

/* FIXED NAV */
body #s_header .rot-fixed-nav-list {
	list-style-type: none;
	padding-left: 0;
	position: relative;
}
.rot-fixed-nav {
	position: absolute;
	z-index: 10;
}
@media(min-width: 992px) {
	.rot-fixed-nav {
		transform: translateY(-50%);
    	top: 50%;
	}
}
body #s_header .rot-fixed-nav-list img {
	width: 70px;
	aspect-ratio: 1/1;
}
@media(min-width:1200px) {
	body #s_header .rot-fixed-nav-list img {
		width: 115px;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	body section#s_header .rkp-h-caption.caption-layout-simple .h-caption-outer-col {
		padding: 0 100px;
	}
}
@keyframes rot-icon-shake {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(5deg); }
    75%  { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
@media(hover:hover) {
	.rot-fixed-nav-link:hover .rot-fixed-nav-icon img {
		animation: rot-icon-shake 0.6s ease-in-out;
		transform-origin: center center;
	}
}
@media (max-width: 767px) {
    .rot-fixed-nav {
        position: fixed;       
        bottom: 0;            
        left: 0;              
        width: 100%;           
        z-index: 999;          
        background-color: var(--grey); 
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    body #s_header .rot-fixed-nav-list {
        display: flex;                 
        justify-content: space-around; 
        align-items: center;           
        margin: 0;                      
        padding: 10px 0;                
    }

    .rot-fixed-nav-item {
        flex: 1;              
        text-align: center; 
		margin-bottom: 0 !important;
    }
    
    .rot-fixed-nav-icon img {
        max-width: 50px;      
        height: auto;
    }
}

body section#s_header .rot-items.owl-carousel {
	height: var(--display-header-min-h);
}

body section#s_header .rot-cpt-owl {
	position: absolute;
}

section#s_header .rot-cpt-owl::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	pointer-events: none;
}

section#s_header .rot-cpt-headerslide .owl-item {
	margin: 0 !important;
}
section#s_header .rot-items.owl-carousel .owl-stage article.rot-item-headerslide {
	padding: 0 !important;
}
section#s_header .rot-cpt-headerslide .rot-cpt-content {
	display: none;
}

section#s_header .rot-cpt-headerslide .owl-stage-outer,
section#s_header .rot-cpt-headerslide .owl-stage,
section#s_header .rot-cpt-headerslide .owl-stage .owl-item,
section#s_header .rot-cpt-headerslide .owl-stage .rot-item,
section#s_header .rot-cpt-headerslide .owl-stage .rot-item-inner,
section#s_header .rot-cpt-headerslide .owl-stage .rot-item-inner .rot-cpt-head,
section#s_header .rot-cpt-headerslide .owl-stage .rot-item-inner .rot-cpt-head figure {
	/* height: 100%; */
	height: var(--display-header-min-h);
}