* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.content-inner {
  background-color: #FFF;
  padding: 65px 0;
}

dl, ol, ul {
    padding-left:20px;
    margin-top: 17px;
    margin-bottom: 20px;
}
li {
    font-weight: 300;
    padding:0.2rem 0;
}

/* font */
h4.card-title{
  font-weight: 100;
  font-size: 30px;
}
.header-title h1, h1 {
  font-size: 16px;
    line-height: 26px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  width: max-content;
}
h1{
  letter-spacing: 1px;
  width:100%;
  margin:0;
  padding:0;
}
h1:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    margin-bottom: 1rem;
}
.header-title h1 {
    line-height:16px;
}
.header-title h1:after {
    margin:0;
    display:none;
}

h2 {
font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-title h2{
  font-size: 40px;
  line-height: 52px;
  text-transform: none;
  font-weight: 100;
  max-width:80%;
}

header h3{
  font-size: 34px;
  line-height: 42px;
  font-weight: 100;
  margin-bottom: 12px;
}

h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5{
  font-size: 20px;
  line-height: 22px;
}

h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.weight100 {
font-weight:100;
}
.weight300 {
font-weight:300;
}
.weight400 {
font-weight:400;
}
.weight700 {
font-weight:700;
}

p{
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

a{
  font-size: 16px;
  line-height: 26px;
  font-weight:300;
}

p a,
p a:hover,
p a:active,
p a:focus {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

p a:hover,
p a:active,
p a:focus {
    color: #e3007a;
    border-bottom: 1px solid #e3007a;
}

span{
  font-size: 16px;
}


.space-before-small {
    margin-top: 1rem!important;
}
.space-before-large {
    margin-top: 3rem!important;
}

.pink .ce-gallery img {
    width: 160px;
    height: 160px;
}

.header.parallax-window {
    min-height: 78vh;
    background: transparent;
}

.parallax-window {
    min-height: 200px;
    background: transparent;
}

.navbar>.container{
  margin-top: 7px;
}

button:focus {
outline: 0;
}


.background-white-nav .nav a {
  color: #606061;
}

.navbar { 
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease, height 0.2s ease;
  background-color:#FFF;
  height: 80px;
}


.affix, .menu-mobile-open  {
  height:70px;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear, height 0.2s linear;
  transition:all 0.8s linear;
  box-shadow: 0px 0px 10px #999999;
}
.logo {
  transform: scale(1.1);
  transition:all 0.2s ease;
  position:relative;
  top: 15px;
}
.logo img 
{
  transform: scale(1.1);
  transition:all 0.2s ease;
  position:relative;
  top: 15px;
}

.affix .logo, 
.menu-mobile-open .logo {
  transform: scale(0.7);
  transition:all 0.2s linear;
  top:0;
}
.affix .logo img, 
.menu-mobile-open .logo img {
  transform: scale(0.7);
  transition:all 0.2s linear;
  top:0;
}

li.nav-item.active {
    padding-top: 3px;
    letter-spacing: 0.3px;
}
li.nav-item.dropdown.active {
    padding-top: 0.2rem;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ 
        display: none; border: 0;
        border-radius: 0;
        padding-top: 22px;
    }
    .navbar.affix .nav-item .dropdown-menu { 
        padding-top:13px; 
    }
    .navbar .nav-item:hover .nav-link{  
    }
    .navbar .nav-item:hover .dropdown-menu{ 
        display: block;
     }
    .navbar .nav-item .dropdown-menu{ 
        margin-top:0;
        min-width: 310px;
    }
}   
.navbar .nav-item .dropdown-menu{ 
    border: 0;
    border-radius: 0;
    margin-left: -16px;
    padding: 0 1rem;
    padding-top: 15px;
}
.dropdown-menu .dropdown-item span {
    text-transform: none;
}
a.nav-link {
    color: #606061;
    letter-spacing: 0.3px;
    font-weight:100;
}
a.nav-link:focus {
outline:0;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #FFFFFF;
    outline:0;
}
.nav-item:focus a.nav-link span, 
.nav-item:hover a.nav-link span, 
.dropdown-item:focus a.nav-link span, 
.dropdown-item:hover a.nav-link span, 
.nav-item:hover .dropdown-item:hover a.nav-link span {
    font-weight:300;
}
@media (max-width: 576px) {
  .nav-item a.nav-link span {
    font-weight: 400;
  }
}
.nav-item:hover .dropdown-item a.nav-link span {
    font-weight:100;
}
.dropdown-item{
  padding: .25rem 0;
}
.navbar .nav-item .dropdown-menu li:first-child {
    border-top: 5px solid #e5457a;
    padding-top: 11px;
}
.navbar .nav-item:last-child a {
    color: #fff;
    background-color: #e3007a;
    margin-left:5px;
}
/* Termin Buchen Link START */
.navbar.ishome .nav-item:nth-last-child(2) a:not(.background-white-nav-link),
.navbar:not(.ishome) .nav-item:nth-last-child(2) a:not(.background-white-nav-link) {
  color: #0e1532 !important;
  background-color: white;
  margin-left:5px;
  font-weight: 300;
}
.navbar:not(.ishome) .nav-item:nth-last-child(2) a#termin-buchen,
.navbar:hover.ishome .nav-item:nth-last-child(2) a:not(.background-white-nav-link),
.navbar .nav-item:nth-last-child(2) a,
.navbar .nav-item:nth-last-child(2) a:hover {
  color: #fff !important;
  background-color: #0e1532;
  margin-left:5px;
}
/* Termin Buchen Mobile Button */
.navbar .termin-buchen a {
  margin-right: 110px;
}
.navbar .termin-buchen {
  padding-bottom: 2px;
}

/* Booking Widget */
.booking-widget {
  width: 450px;
  height: 80%;
  overflow: hidden;
  border-radius: 3px;
  margin: 20px;
  display: flex;
  position: fixed !important;
  left: unset !important;
  right: 0 !important;
  bottom: 80px !important;
  margin: 20px !important;
  z-index: 2147483647 !important;
  top: initial !important;
  background-color: #eef0f4;
  flex-direction: column;
  animation: widget-slide-in 0.25s ease-in-out;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.25s ease-in-out, bottom 0.25s ease-in-out;
}
.booking-widget > iframe {
  flex: 1;
  border: none;
  width: 100%;
}
@media (max-width: 576px) {
  .SBW-button {
    display: none;
  }
}
/* Termin Buchen Link END */

.navbar .nav-item.active span {
    display: block;
    padding: 0.4rem;
    font-weight: 300;
  padding-top: 9px;
}
.navbar .nav-item.dropdown.active span {
    padding:0;

}
.navbar.ishome {
    background-color:transparent;
}
.navbar.ishome .navbar-toggler, 
.navbar.ishome .nav-item a.nav-link {
    color:#FFFFFF;
    letter-spacing: 0.3px;
}
.navbar.ishome .nav-dropdown a.nav-link {
    color:inherit;
    padding-left:0;
}
.navbar:hover,
.navbar.ishome.affix {
    background-color:#FFF;
    transition: 0.5s ease-out;

}
.navbar.ishome:hover .nav-item a.nav-link,
.navbar.ishome.affix .nav-item a.nav-link,
.navbar:hover .navbar-toggler,
.navbar .navbar-toggler,
.navbar.ishome .navbar-toggler
 {
    color: #606061;
}
.navbar.ishome:hover .nav-item:last-child a,
.navbar.ishome.affix .nav-item:last-child a {
    color: #fff;
    background-color: #e3007a;
}
.dropdown-item.active, 
.dropdown-item:active {
    color: #606061;
    background-color: #FFF;
}
.navbar-expand-lg .navbar-nav .dropdown-item a {
    padding:0;
}



.pink .col-lg-4:first-child a {
    color: #fff;
}

.portfolio p {
  line-height: 22px;
  margin: 0;
}

.portfolio span.function {
  margin-bottom: 0.25rem;
  font-style: italic;
  font-weight: 300;
}

span.function p a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);;
    padding-bottom: 1px;
    display: inline;
}

span.function p a:hover {
    border-bottom: 1px solid #e3007a;
}

.portfolio .short-info {
  position: relative;
}

.portfolio a {
  color: #202529;
  text-decoration: underline;
  display:block;
}

.short-info h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin:0;
  font-weight:400;
}
/* LINKS */
.content-inner a.arrow {
  color: #fff !important;
  background-color: #e3007a;
  text-decoration: none;
  padding: 5px 25px 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}

.content-inner a.arrow:hover {
  background-color: #c30069;
  transform: scale(1.1);
  transition: transform 0.5s;
}

.content-inner a.arrow:after {
  content: "→";
  position: absolute;
  right: 5px;
  top: 3px;
}

/* acordion */
.portfolio .acordion-close, .portfolio .acordion-open {
  width: 35px;
  height: 35px;
  float: right;
  cursor: pointer;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 0 !important;
}

.acordion-open {
  background: url(../Images/icon/arrow-open.jpg);
}

.acordion-close {
  background: url(../Images/icon/arrow-close.jpg);
}

a.acordion-open:after, a.acordion-close:after {
  content: "";
}

a.acordion-close {
  margin-top: -15px;
}

.portfolio hr {
  margin-top: 20px;
  margin-bottom: 0;
}

.short-info a[aria-expanded="true"]{
    display: none;
}

.portfolio .collapse, .portfolio .collapsing {
  margin-top: 30px;
  position: relative;
}


.header .logo {
  width: 120px;
  height: 120px;
    position: absolute;
    top: 10px;
    transition: width 2s, height 2s;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

.header .logo img {
  width: 120px;
  height: 120px;
    position: absolute;
    top: 10px;
    transition: width 2s, height 2s;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  text-align: left;
  width: max-content;
  padding: 10px;
  font-size: 16px;
  padding-top: 30px;
  margin-left: -10px;
}

.fixed-top>.row {
  width: 83.3%;
  margin: 0 auto !important;
}

.dropdown-content hr {
  background-color: #e20079;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.header {
  height: 1000px;
}

.header-title {
    color: #fff;
    position: absolute;
    z-index: 1000;
    bottom: 30vh;
    width: 1110px;
}

.header a, .footer a {
  color: #fff;
}


/* Button */
.button, .button-arrow {
  color: #fff !important;
  background-color: #e3007a;
  text-decoration: none;
  font-weight: 600;
}

.button:hover, .button-arrow:hover {
  background-color: #c30069;
  transform: scale(1.1);
  transition: transform 0.5s;
  text-decoration:none;
}

.button-arrow {
  padding: 8px 49px 7px 17px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

.button-arrow:after {
    content: url('../Images/icon/arrow-weiter.png');
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 15px;
}

.button {
  padding: 2px 10px !important;
}

.frame-layout-1 h2{
}
/* PDF */
.pdf-preview p {
font-size: 20px;
    line-height: 24px;
}

.pdf-preview .card-title {
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid #606061;
    letter-spacing: 1px;
    font-weight:300;
}

.pdf-preview img {
  height: auto;
}

/* frame */
.row.frame-download {
border-top: 1px solid;
    padding: 5px 0;
}

.row.frame-download:last-child {
  border-bottom: 1px solid;
}

.row.frame-download .col-lg-2 a {
  font-size: 16pt;
  text-transform: uppercase;
  font-weight: 400;
}

.row.frame-download p {
  font-size: 16pt;
}

.row.frame-download span {
    display: block;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
}


.frame-ruler-after:after {
content: '';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 0px;
  margin-bottom: 1rem !important;
}

/* service-box */


/* blue */
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6,
.blue span,
.blue li {
  color: #1d243f;
}
.blue p {
  color: #606061;
  font-size: 20px;
  line-height: 32px;
  font-weight:100;
}

.content-inner.blue {
  background-color: #e7f5f6;
}

.blue h2:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    margin-bottom: 1rem !important;
}

/* Pink Footer */
.content-inner.pink a {
  text-decoration: none;
  border-bottom: 0px;
  color: #ef9ebf;
}
.content-inner.pink p {
    margin: 0;
}

.pink a[target="_blank"] {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  line-height: 5px;
}

.pink .col-lg-4.col-md-4.col-sm-12.mb-4.mb-md-0:first-child a, .pink a[target="_blank"] {
  color: #ffffff;
}

.content-inner.pink {
  background-color: #e3007a;
  color: #FFFFFF;
}

.content-inner.pink a {
  padding: 0;
  text-transform: none;
  font-size: 1rem;
  font-weight: 300;
}

.content-inner.pink a:after {
  content: "";
}

/* generel */
.content-row img:hover {
  /* filter: grayscale(0.3); */
}

.container-fluid {
  padding: 0;
}

body .container-fluid .row {
  margin: 0;
}


.text-big {
font-size: 34px;
    line-height: 42px;
    text-transform: none;
    font-weight: 100;
    color:#606061;
    padding-bottom: 2rem;
}


#map {
    width: 100%;
    height: 500px;
}

.gm-style-mtc {
	display: none;
}




/* seperator */
.img-separator img, .img-google-maps img, .img-separator .ce-outer, .img-separator .ce-inner, .img-separator .ce-column, figure.image {
  width: 100%;
  height: auto;
}


.portfolio img {
width: 100%;
height: auto;
}


#header-title a.btn {
	font-size: 32px;
    font-weight: 100;
    text-transform: none;
    letter-spacing: 0.5px;
    top: 0.5rem;
}
#header-title a.btn:after {
	font-size: 20px;
	top: 18px;
}




@media (max-width: 1200px){
.header-title {
    width:auto;
}
  .card-block.px-2 {
        word-wrap: break-word;
    width: 303px;
}
}

.header-title {
  bottom: 38svh;
}
@media (min-width: 576px) {
  .header-title {
    bottom: 50svh;
  }
}
@media (min-width: 768px) {
  .header-title {
    bottom: 40svh;
  }
}
@media (min-width: 992px) {
  .header-title {
    bottom: 38svh;
  }
}


@media (max-width: 991px){
	button.navbar-toggler {
	position: absolute;
    right: 15px;
	}
	
	.navbar {
	padding:0;
	}
	
    .navbar .container  {
    max-width:none;
    }
    
    #navbarResponsive {
    background-color:#FFF;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: -1;
    }
    
    .navbar .nav-item span, 
    .navbar .nav-item a, 
    .navbar .nav-item .dropdown-item.active span, 
    .navbar .nav-item .dropdown-item a {
    padding: 0.4rem;
    }
    .navbar .nav-item a span {
    padding: 0 3rem !important;
    }
    .navbar .nav-item:last-child a span {
    	padding: 0 2rem !important;
    }
    
    .logo img {
    transform: scale(0.9);
    top: -10px;
    }
    
    .header.parallax-window {
    min-height:70vh;
    }
    
    .affix .logo img, .menu-mobile-open .logo img {
    	top:0;
    	left: 1.8rem;
    }

    .dropdown-menu .dropdown-item span {
    	margin-left:-3.4rem;
    }
   	.dropdown-menu .dropdown-item.active span {
   		margin-left:-0.4rem;
   		padding-left:0;
   	}
	.logo img {
		left: 1.1rem;
	}
  .navbar .nav-item .dropdown-menu{
    margin: 0 2.4rem;
  }
  .menu-mobile-open ul li.nav-item:last-child {
    padding-bottom: 0;
}
  .navbar.ishome:hover .nav-item a.nav-link, 
  .navbar.ishome.affix .nav-item a.nav-link, 
  .navbar:hover .navbar-toggler, 
  .navbar .navbar-toggler, .navbar.ishome .navbar-toggler, 
  .navbar.ishome .navbar-toggler, .navbar.ishome .nav-item a.nav-link{
    color: #606061;
  }
  .nav-item:last-child a.nav-link,
  .navbar.ishome .nav-item:last-child a.nav-link{
    color: white !important;
    margin-left: 3.4rem !important;
  }
    .card-block.px-2 {
    width: 270px;
    margin-left: .2rem;
}
  
 #c281 p:last-child a:last-child{
   margin-left: -4px;
  } 
  .navbar>.container{
    margin-top: 0;
  }
    .header {
        margin-bottom:0!important;
    }
    .header-title h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .logo {
        width:30px;
        height:30px;
        position:relative;
        top:0;
        margin-left: 16px;
    }

    .frame-space-after-small {
    	/*margin-bottom: 0;*/
    }

    
    .parallax-window {height:500px!important;}
    /*.parallax-window {display:none;}*/
    .navbar, .navbar.ishome {
        background-color:#FFF;
        height:60px;
    }
    .navbar-brand {padding-top:0;}
    .navbar-nav .nav-link {
        padding: .5rem 1rem;
    }
    .navbar .nav-item.active span {
        padding-left:3.4rem;
    }
    .navbar .navbar-toggler, .navbar.ishome .navbar-toggler {
        color:#e3007a !important;
        font-size: 50px;
        line-height: 30px;
        margin-right: 16px;
        top:7px;
    }
    .navbar .container  {
    max-width:none;
    }
	.navbar .nav-item:last-child a {
    margin: 0 0 10px 10px;
    display: inline-block;
	}
    .affix .logo {
    	position:relative;
    }
    .affix .logo img, 
    .menu-mobile-open .logo img {
    	top:-34px;
    	left:30px;
    }

    .short-info, .portfolio hr, .portfolio .collapse, .portfolio .collapsing {
        width:auto;
    }
    h3 {
	  font-size: 24px;
	}
    h4.card-title {
    	font-size: 24px;
    	line-height: 32px;
    }

    #header-title a.btn {
    font-size: 28px;
    font-weight: 100;
    text-transform: none;
    letter-spacing: 0.5px;
}
#header-title a.btn:after {
    font-size: 20px;
    top: 14px;
}
  
}



@media (max-width: 767px) {
	button.navbar-toggler {
	top:9px;
}
.card-block.px-2 {
    width: 100%;
    margin-left: .5rem;
}
.space-before-small {
	margin:0!important;
}
.logo img,
.affix .logo img,
.menu-mobile-open .logo img {
	transform: scale(0.7);
	top: -18px;
	left:0;
	}

.affix .logo img, 
.menu-mobile-open .logo img {
		top:-34px;
		left:0;
	}


#navbarResponsive {
margin-top:15px;
}

.navbar, .navbar.ishome {
    background-color:#FFF;
    height:45px;
}
.navbar .nav-item .dropdown-menu{
    margin: 0 .8rem;
  }
.navbar .nav-item a span {
	padding: 0 1.5rem !important;
}

.navbar .nav-item.active span {
    padding: 0 1.9rem;
}
.navbar .nav-item:last-child a {
    margin: 0 0 10px 10px;
}
.nav-item:last-child a.nav-link,
  .navbar.ishome .nav-item:last-child a.nav-link{
    margin-left: 1.8rem !important;
  }

 .dropdown-menu .dropdown-item span {
	margin-left:-1.8rem;
}

#container-parallax {
	height: 450px !important;
}
.header-title h2 {
    font-size: 25px;
    line-height: 34px;
    max-width: 100%;
}

  .header.parallax-window {
    min-height: 58vh;
}

  .portfolio .acordion-close{
    position: relative;
  }

  .navbar.ishome .navbar-toggler, 
.navbar.ishome .nav-item a.nav-link {
    color:#606061;
    outline:none;
}
  .navbar.ishome:hover .nav-item:last-child a{
    color: #fff !important;
  }
  .content-inner {
  padding: 40px 0;
}

  .space-before-large{
    margin-top: 0!important;
  }
  .card-block.px-2 {
    width: 100%;
}
   .navbar .navbar-toggler, .navbar.ishome .navbar-toggler {
   margin-top: 0;
  }
  .pr-3{
    padding-right: 0!important;
  }
.pl-3{
padding-left: 0!important;
}
.pdf-preview .card-title {
    padding-top: 15px;
}

  .navbar, .navbar.ishome{
    height: 65px;
  }

  .text-big {
    padding-bottom:2rem;
  }
  .text-big, header h3{
    font-size: 23px;
    word-wrap: break-word;
    line-height: 34px;
  }
  h4.card-title{
    font-size: 24px;
  }

  .button-arrow{
    font-size: 12px;
  }
  
  .card-transparent {
    margin-top:25px;
  }

  .row.frame-download {
    padding: 20px 0;
}


#header-title a.btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 0.2rem 0.8rem 0.2rem 0.4rem;
    width: 90%;
}
#header-title a.btn:after {
    font-size: 16px;
    top: 5px;
}
}





@media (max-width: 576px){
  a.btn.btn-default.button-arrow.rounded-0.float-right{
    float: left!important;
  }
  .portfolio hr{
    margin-top: 40px;
  }
  a.acordion-close{
        margin-top: 0px;
  }

  #container-parallax {
	height: 350px !important;
}
  
.header-title {
	bottom:46vh;
}
    #navbarResponsive {
        margin-top: 5px;
    }
}
@media (max-width: 400px){
  .card-transparent .col{
      width: 185px;
  }
  .header-title {
    top:24vh;
}
}

button.navbar-toggler.text-uppercase.justify-content-end ~ a.logo.navbar-brand.js-scroll-trigger img{
  width: 50px;
  height: 50px;
}

@media (max-width: 375px){
    .header-title {
    top:20vh;
}
    }

    @media (max-width: 320px){
    .header-title {
    bottom:16vh;
}
    }

@keyframes popOut {
0% {
  transform: scale(1, 1);
}
50% {
  transform: scale(1.5, 1.5);
  top: 200px;
  right: 100px;
}
100% {
  transform: scale(0.6, 0.6);
  top: 35px;
}
}
#header:has(.teaser-image) {
  position: relative;
}
#header .teaser-image {
  position: absolute;
  height: 145px;
  width: auto;
  right: 0;
  top: 55px;
  margin-right: 3svw;
  z-index: 2000;
}
@media (max-width: 575.99px) {
  body:has(nav.menu-mobile-open) {
    #header .teaser-image {
      opacity: 0;
    }
  }
  #header.background-white-nav .teaser-image {
    z-index: 1;
  }
}
@media (min-width: 576px) {
  #header .teaser-image {
    height: 200px;
    top: 100px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  #header .teaser-image {
    height: 250px;
    top: auto;
    bottom: -78px;
    margin-right: 20svw;
  }
}
@media (min-width: 1600px) {
  #header .teaser-image {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  #header .teaser-image {
    bottom: -95px;
  }
}