/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html,button,input,select,textarea{font-family:'Lato',sans-serif;color: #000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
html{-webkit-box-sizing:border-box;box-sizing:border-box}
*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}
body{font-size:1em;line-height:1.4;margin:0;background:#fff}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc}
img{vertical-align:middle;width: 100%;}
fieldset{border:0}
textarea{resize:vertical}
input[type=submit] {outline: none}
h1,h2,h3,h4,h5,h6{text-rendering:optimizelegibility}

a,a:link,a:visited{color:#000;text-decoration:none;outline: none;}
a:hover{color:#000}
p{font-size:1rem;line-height:1.5rem;font-weight:400;}

ul{list-style:none;}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: rgb(214, 214, 214);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(182, 182, 182);
}


/* COLORS GC Work Space */
:root {
	--workspace-blue: #121C34;
	--workspace-black: #000;
	--workspace-green: #86A19B;
	--workspace-light: #F8F4F1;
}

/* 
 ==========================================================================
 general layout (not color specific) 
 ==========================================================================
 */

/*  ====================== HELPER CLASSES ====================== */
 .sr-only{
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}

.bottom-wrap{
  margin-bottom: 110px;
}

.site-wrapper{
  max-width: 1800px;
  margin: 0 auto;
   -webkit-box-shadow: 0 0 19px 0 rgba(0,0,0,0.50);
           box-shadow: 0 0 19px 0 rgba(0,0,0,0.50);
   margin-bottom: 55px;

}


   html.menu-open{
  overflow: hidden;
}

body.menu-open {
    overflow: visible;
    height: 100%;
}

@media screen and (max-width: 850px){

  .bottom-wrap{
    margin-bottom: 80px;
  }
}



@media screen and (max-width: 550px){

  .bottom-wrap{
    margin-bottom:60px;
  }
}




/*  ====================== GERNERALS ====================== */

body{
  background: #000;
  color:#fff;
}

.button-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-row .button {
  height: fit-content;
}



/*HEADLINES*/
.h2 {
  font-size: 2.8125rem;
  line-height: 3.4375rem;
}


.h2.general-h2-gap{
  margin-bottom: 30px;
}
/*paragraph*/

p, ol,.intro-section .right-intro-col ul li, dl,
.horizontal-text-image-section .text-container ul li{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

p strong{
  font-weight: 600;
}

p a {
  font-weight: 600;
  text-decoration: underline;
}

dl{
  padding-bottom: 5px;
}

dl dt{
  width: 40%;
  font-weight: 400;
}

dl dd{
  width: 60%;
}


h1:empty,h2:empty,h3:empty {
  display: none;
}

/*BUTTONS*/


/* reset styling of the booking widget (reservision) */
#widget .reservision-start {
  margin: 0;
  padding: 0;
  width: fit-content;
}
#widget .reservision-start div {
  height: fit-content;
  background: transparent;
  width: fit-content;
}

a.button,
button.button,
#widget .reservision-start {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	background: #aaa;
	color: black;
	border-radius: 0 20px 0 20px;
	padding: 15px 20px;
	transition: 0.8s;
	position: relative;
	border: 1px solid transparent;
}

a.button:empty,
button.button:empty {
	display: none;
}

button.js-tab-link {
	border: none;
	background: transparent;
	color: white;
}


a.button:hover,
button.button:hover{
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,.6);
}

a.button svg{
  fill: #fff;
  width: 18px;
  height: 19px;
  position: absolute;
  left:25px;
}


a.button.download{
  padding-left:60px;
}



/*SUBHEADLINE*/
span.subheadline{
  font-size: 1rem;
  font-weight: 700;
}

span.subheadline.line{
  display: inline-block;
  padding-left: 80px;
  opacity: 1;
  position: relative;
  margin-bottom: 22px;
}

span.subheadline.line:before{
  content:'';
  display: block;
  height: 1px;
  width: 70px;
  position: absolute;
  left: 0;
  background: #fff;
  top: 10px;
}



/*WRAPPER*/
.wrap-1180{
  max-width:calc(1180px + 100px);
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-945{
  max-width:calc(945px + 100px);
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-25{
  margin-left: 25px;
  margin-right: 25px;
}


.wrap-100{
  margin-left: 100px;
  margin-right: 100px;
}

@media screen and (max-width: 1200px){

  .h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  .h2.general-h2-gap{
    margin-bottom: 15px;
  }

  p,.intro-section .right-intro-col ul li, dl,
  .horizontal-text-image-section .text-container ul li{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  span.subheadline{
    font-size: 0.875rem;
  }

  span.subheadline.line{
    margin-bottom: 15px;
  }

  a.button,
  button.button{
    font-size: 0.875rem;
    padding: 12px 15px;
  }
}

@media screen and (max-width: 750px){

    .h2{
      font-size: 1.625rem;
      line-height: 2rem;
    }

     span.subheadline {
      font-size: 0.875rem;
    }

    a.button svg{
      width: 15px;
      height: 16px;
      left:18px;
    }


    a.button.download{
      padding-left:40px;
    }


}

@media screen and (max-width: 550px){

  .wrap-945 {
    padding: 0 25px;
  }

  .wrap-1180 {
    padding: 0 25px;
  } 


}


/*FLEX BOXES*/


/*Variante 1 “ Elemente in Mitte ausgerichtet*/

.flex-middle-align{
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	justify-content: flex-start;
    align-content: stretch;
}

.flex-item-middle-align{
	order: 0;
	flex: 0 1 auto;
	align-self: center;
}

/*Variante 2 “ Elemente gestrecht*/
.flex-container {
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	justify-content: flex-start;
    align-content: stretch;
	align-items: flex-start;
}

.flex-item{
	order: 0;
	flex: 0 1 auto;
	align-self: stretch;
}



/*Variante 3 “ Mehrere Reihen*/

.flex-rows-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
}

.flex-rows-item{
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.kenburns-left {
  	animation: kenburns-left 5s ease-out infinite alternate forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-14 13:32:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-left
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
    transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.05) translate(-20px, 15px);
    transform: scale(1.05) translate(-20px, 15px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@keyframes kenburns-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
    transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.05) translate(-20px, 15px);
    transform: scale(1.05) translate(-20px, 15px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

/*  ====================== pager ====================== */

.pager{
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
    font-size: 25px;
    position: relative;
}

.pager li a{
  display: inline-block;
  height: 48px;
  line-height: 3rem;
  -webkit-font-feature-settings: 'lnum';
          font-feature-settings: 'lnum';
}

.pager li a.page-number{
  border-radius: 0 20px 0 20px;
  padding: 0 20px;
}

.pager li a.page-number.active{
  background: #aaa;

}

.pager li a.next,
.pager li a.prev{
  width:10px;
  height: 19px;
  background-size:contain;

}

.pager li a.next{
  background-image:url(../images/arrows/arrow-black-next.svg);
  margin-left: 20px;
}

.pager li a.prev{
  background-image:url(../images/arrows/arrow-black-prev.svg);
  margin-right: 20px;
}

@media screen and (max-width: 1200px){

  .pager{
      font-size: 20px;
  }

  .pager li a{
    height:35px;
    line-height: 2.1875rem;
  }

  .pager li a.page-number{
      padding: 0 15px;
    }

    .pager li a.next,
    .pager li a.prev{
      width:8px;
      height: 15px;

    }


}

/*  ====================== SITE HEADER ====================== */
header.site-header{
  max-width: 1800px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  transition: all .6s ease-out;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
}

header.site-header a{
  color: #fff;
}

a.price {
  font-family: 'Lato',sans-serif;
  font-size: 20px;
  position: fixed;
  right: 0;
  top: 194px;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  z-index: 3;
  color: #000;
  text-align: right;
  transition: transform .3s ease-out;
  transform: translateX(120%);
}

a.price.loaded {
  transform: translate(0);
  right: calc((100vw - 1808px) / 2);
}

a.price .image {
  position: absolute;
  top: -22px;
  left: -22px;
  padding: 10px 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition: transform .3s ease-out;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 .14);
}

.schloss-reinach-scheme a.price .image {
  background-color: #856A56;
}

.boardinghouse-scheme a.price {
  background-color: #BC9C62;
  color: black;
}
.boardinghouse-scheme a.price .text hr {
  border-color: black;
}
.black-forest-color-scheme a.price {
  background-color: #006633;
  color: #fff;
}
.black-forest-color-scheme a.price .text hr {
  border-color: #F39200;
}

a.price.loaded:hover .image {
  transform: scale(1.1);
}
a.price .image svg {
  display: block;
  width: 40px;
  height: auto;
  max-height: 24px;
  fill: #fff;
}
a.price .text {
  display: flex;
  align-items: center;
}
a.price .text hr {
  margin: 0;
  border: none;
  width: 100%;
  border-top: 1px solid #000;
}
a.price .text span {
  margin-left: 8px;
  font-size: 0.875rem;
  white-space: nowrap;
}
a.price .h3 {
  font-family: 'Lato',sans-serif;
}

@media screen and (max-width: 1800px) {
	a.price.loaded {
	  right: 0;
	}
  }
@media screen and (max-width: 1700px) {
	a.price {
	top: 170px;
	}
}

/*Main Navigation*/

.main-navigation{
  position: relative;
  padding: 10px 20px;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  background-color: #D8D2C7;
  height: 110px;
}

.mobile-navigation{
  position: relative;
  padding: 10px 0;
  height: 110px;
  display: none;
  width: 100%;
  transition: all .6s ease-out;
  justify-content: space-between;
}

.site-header.scrolled-header .main-navigation {
	height: 90px;
}


/*Site Logo*/
.main-navigation a.site-logo,
.mobile-navigation a.site-logo {
	display: block;
	width: fit-content;
	height: auto;
  margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	transition: all .6s ease-out;
}

/* .main-navigation .site-logo svg,
.mobile-navigation .site-logo svg{
  display: none;
} */

.schloss-reinach-scheme .main-navigation a.site-logo svg,
.schloss-reinach-scheme .mobile-navigation a.site-logo svg {
	width: 136px;
  	height: 84px;
}
.schloss-reinach-scheme .site-header.scrolled-header .main-navigation a.site-logo svg,
.schloss-reinach-scheme .site-header.scrolled-header .mobile-navigation a.site-logo svg {
	width: 108px;
  	height: 67px;
}

.black-forest-color-scheme .main-navigation a.site-logo svg,
.black-forest-color-scheme .mobile-navigation a.site-logo svg {
	width: 200px;
  height: 85px;
}
.black-forest-color-scheme .site-header.scrolled-header .main-navigation a.site-logo svg,
.black-forest-color-scheme .site-header.scrolled-header .mobile-navigation a.site-logo svg {
	width: 168px;
  height: 62px;
}

.boardinghouse-scheme .main-navigation a.site-logo svg,
.boardinghouse-scheme .mobile-navigation a.site-logo svg {
	width: 148px;
  height: 84px;
}
.boardinghouse-scheme .site-header.scrolled-header .main-navigation a.site-logo svg,
.boardinghouse-scheme .site-header.scrolled-header .mobile-navigation a.site-logo svg {
	width: 117px;
  height: 65px;
}

.gc-work-space .main-navigation a.site-logo svg,
.gc-work-space .mobile-navigation a.site-logo svg {
  width: 170px;
  height: 84px;
}
.gc-work-space .site-header.scrolled-header .main-navigation a.site-logo svg,
.gc-work-space .site-header.scrolled-header .mobile-navigation a.site-logo svg {
  width: 110px;
  height: 70px;
}

@media screen and (max-width: 1500px) {
	.black-forest-color-scheme .mobile-navigation,
	.boardinghouse-scheme .mobile-navigation {
		height: fit-content;
	}

  .gc-work-space .main-navigation a.site-logo svg,
  .gc-work-space .mobile-navigation a.site-logo svg {
    height: 63px;
  }
  .gc-work-space .site-header.scrolled-header .main-navigation a.site-logo svg,
  .gc-work-space .site-header.scrolled-header .mobile-navigation a.site-logo svg {
    width: 170px;
    height: 63px;
  }
}

@media screen and (max-width: 1200px) {
	.mobile-navigation {
		height: 80px;
	}
	.mobile-navigation .left-mobile-container {
		margin-top: -3px;
	}
	.mobile-navigation .open-menu-container {
		margin-top: 5px;
	}

	.schloss-reinach-scheme .mobile-navigation a.site-logo svg {
		width: 99px;
    	height: 60px;
	}
	.schloss-reinach-scheme .site-header.scrolled-header .mobile-navigation a.site-logo svg {
		width: 95px;
  		height: 58px;
	}

	.black-forest-color-scheme .mobile-navigation a.site-logo svg {
		width: 174px;
  		height: 62px;
	}

	.boardinghouse-scheme .mobile-navigation a.site-logo svg {
		width: 108px;
    	height: 60px;
	}
}

@media screen and (max-width: 800px) {
	.black-forest-color-scheme .mobile-navigation a.site-logo svg {
		width: 177px;
  		height: 62px;
	}
  
  .gc-work-space .mobile-navigation .open-menu-container {
    margin-top: -1px;
  }
  .gc-work-space .main-navigation a.site-logo svg,
  .gc-work-space .mobile-navigation a.site-logo svg,
  .gc-work-space .site-header.scrolled-header .main-navigation a.site-logo svg,
  .gc-work-space .site-header.scrolled-header .mobile-navigation a.site-logo svg {
    width: 140px;
    height: 66px;
  }
}


.brown-part{fill:#6F4024}
.lila-part{fill:#5F295F}
.green-part{fill:#205A41;}
.grey-part{fill:#897E79;}

/*Nav (left/right)*/

.main-navigation nav > ul > li{
  margin-left: 12px;
  position: relative;
  outline: none;
}
.main-navigation nav > ul > li:first-child{
  margin-left:0;
}

.main-navigation nav > ul > li > a,
.mobilenav nav > ul > li > a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  padding: 11px 0px 11px 10px;
  position: relative;
  outline: none;
  color: black;
}

.black-forest-color-scheme .main-navigation nav ul li a {
	color: white;
}


.main-navigation nav > ul > li > a:after,
.mobilenav nav > ul > li > a:after {
    content: '';
    display: block;
    height: 2px;
    left: 5px;
    right: 0;
    bottom: 5px;
    width: 0;
    position: absolute;
    background: black;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.main-navigation nav > ul > li > a:hover:after{
    width: 100%;
}
.mobilenav nav > ul > li > a:hover:after{
  width: 100%;
}

.main-navigation nav > ul > li > a.active:after{
  	width: 100%;
}
.mobilenav nav > ul > li > a:active:after{
  width: 100%;
}

.js-submenu-trigger {
	width: 36px;
  	height: 36px;
	background: transparent;
	border: none;
	padding: 8px 8px;
}
.js-submenu-trigger span {
	width: 20px;
	height: 20px;
	display: block;
	background-color: #6E6A65;
	color: white;
}

.main-navigation .left-nav {
    width: calc(50% - 150px);
    position: absolute;
    left: 0;
	top: 31px;
	justify-content: flex-end;
  	transition: all .6s ease-out;
}
.schloss-reinach-scheme .main-navigation .left-nav,
.schloss-reinach-scheme .main-navigation .right-nav,
.boardinghouse-scheme .main-navigation .left-nav,
.boardinghouse-scheme .main-navigation .right-nav {
	width: calc(50% - 120px);
}

.main-navigation .right-nav {
	width: calc(50% - 150px);
	position: absolute;
	right: 0;
	top: 31px;
	transition: all .6s ease-out;
}

.menu-open .main-navigation,
.menu-open .main-navigation.active {
  display: none;
}
#controled_by_hamburger {
  display: none;
}
#controled_by_hamburger.open {
  display: block;
}


/*HAMBURGER*/

.site-header .open-menu-container {
	width: 25%;
	height: fit-content;
	padding-right: 25px;
}

.site-header .hamburger {
	position: relative;
	margin: 7px 0 0 auto;
	border: none;
	background: none;
	outline: none;
	display: block;
	z-index: 20;
	cursor: pointer;
	transition: all .3s ease-out;
}

.site-header .hamburger:hover,
.site-header .hamburger:focus {
	transform: scale(1.1);
}
.site-header .hamburger:focus-visible {
	outline: 2px solid black;
}

.site-header .hamburger svg {
	width: 65px;
  	height: 45px;
}

.site-header .hamburger .hamburger_lines {
	position: absolute;
	top: 15px;
	left: 22px;
}

.site-header .hamburger .hamburger_lines span{
	display: block;
	width: 30px;
	height: 1px;
	background: black;
	margin-bottom: 8px;
	transition: all .3s ease-out;
}

.menu-open .site-header .hamburger span.one {
	opacity: 0;
}

.menu-open .site-header .hamburger span.two {
	transform: rotate(-45deg);
}

.menu-open .site-header .hamburger span.three {
	transform: rotate(45deg);
	position: relative;
	top: -8px;
}

.site-header .open-menu-container .hamburger p.menu-text{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;    
	font-weight: 600;
	position: absolute;
	top: -10px;
	left:0;
	text-align: center;
	width: 100%;
	color: black;
}

.black-forest-color-scheme .site-header .hamburger:focus-visible {
	outline: 2px solid #F39200;
}
.black-forest-color-scheme .site-header .hamburger svg {
	fill: white;
}
.black-forest-color-scheme .site-header .hamburger .hamburger_lines span {
	background: white;
}
.black-forest-color-scheme .site-header .open-menu-container .hamburger p.menu-text {
	color: white;
}


/*Subnavigation*/

ul.submenu[aria-hidden="true"] {
  	display: none;
}

li.submenu-open > ul.submenu[aria-hidden="false"] {
  	display: block;
}

nav > ul li ul.submenu {
	display: none;
	background: rgba(66,70,73,.9);
	border-top: 2px solid rgba(66,70,73,.9);
	position: absolute;
	left:0%;
	top: 100%;
	padding: 5px 0;
    min-width: 150px;
}

nav > ul li ul:before{
	content:'';
	display: block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #aaa;
	position: absolute;
	left:20px;
	transform:translateX(-50%);
	bottom: 100%;
}

nav > ul ul li{
  	margin-bottom: 10px;
}

nav > ul ul a{
	font-size: 1rem;
	text-transform: initial;
	white-space: nowrap;
	padding: 12px 10px;
}
nav > ul ul a:hover {
	text-decoration: underline;
}


/*Meta Bar*/
.site-header .meta-bar{
	background: #222;
	padding: 0 40px;
	height: 45px;
	line-height: 2.8125rem;
	font-size: 1rem;
	justify-content: space-between;
	transition: all .6s ease-out;
	z-index: 999999;
}

.site-header .meta-bar .contact-language-bar li a{
	display: inline-block;
	transition: 0.8s;
}

.site-header .meta-bar .contact-language-bar li a svg{
	display: none;
	fill:#fff;
}

.site-header .meta-bar .contact-language-bar li a.mail svg{
	width: 18px;
	height: 12px;
	position: relative;
	bottom: -2px;
}
.site-header .meta-bar .contact-language-bar li a.phone svg{
	width: 18px;
	height: 17px;
	position: relative;
	bottom: -3px;
}

.site-header .meta-bar ul li:before{
	content:'|';
	padding: 0 8px;
}

.site-header .meta-bar ul li:first-child:before{
  	display: none;
}

.site-header .meta-bar ul{
  	list-style:none;
}

.site-header .meta-bar .meta-links a{
	font-weight: 700;
	transition: 0.8s;
}

.site-header button.language-menu.hidden{
	display: none !important;
}

.site-header button.language-menu {
	text-transform: uppercase;
	position: relative;
	z-index: 999999;
	border: none;
	background: transparent;
	color: white;
}

.site-header button.language-menu span{
	position: relative;
	cursor:pointer;
	padding-right: 20px;
}


.site-header button.language-menu span:after{
	content:'';
	display: block;
	background: url(../images/arrows/arrow-white-down.svg);
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
}


.site-header button.language-menu ul.hidden-language-choice{ 
	list-style: none;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
}


.site-header button.language-menu ul.hidden-language-choice li {
    background: rgba(255,255,255,.9);
    line-height: initial;
    text-align: center;
    margin-bottom: 2px;
}

.site-header button.language-menu ul.hidden-language-choice li:before{
  	display: none;
}

.site-header button.language-menu ul.hidden-language-choice li a {
    padding: 10px 0;
    display: block;
    color: #222;
}

/*Scrolled Header*/

.site-header.scrolled-header .main-navigation .left-nav{
    width: calc(50% - 100px);
}

.site-header.scrolled-header .main-navigation .right-nav{
  width: calc(50% - 100px);
}

.menu-open .site-header.scrolled-header .mobile-navigation .left-nav,
.menu-open .site-header.scrolled-header .mobile-navigation .right-nav{
  width: 100%;
}

.site-header.scrolled-header .main-navigation .right-nav,
.site-header.scrolled-header .main-navigation .left-nav {
	transform: none;
	top: 20px;
}


.site-header.scrolled-header .main-navigation > ul > li {
    margin-left: 4%;
}



.site-header.scrolled-header .meta-bar,
.menu-open .site-header .meta-bar {
    height: 30px;
    line-height: 1.875rem;
    font-size: 0.875rem;
}

@media screen and (max-width: 1800px){

  .schloss-reinach-scheme .main-navigation,
  .schloss-reinach-scheme .main-navigation.active {
    display: none;
    padding: 0;
  }

  .schloss-reinach-scheme .main-navigation .site-logo{
		display: none!important;
	}


  /*Mobile Navigation*/

  .schloss-reinach-scheme .mobilenav {
		width: 100%;
		position: fixed;
		display: none;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-content: flex-start;
		align-items: stretch;
		bottom: 0;
		height: calc(100vh - 30px);
		background: #D8D2C7;
		padding-top: 130px;
		overflow-y: auto;
	}

	.schloss-reinach-scheme .mobilenav nav > ul > li {
		margin-left: 0;
	}

	.schloss-reinach-scheme .mobilenav nav > ul > li > a {
		padding: 10px;
    color: black;
	}

	.schloss-reinach-scheme .mobilenav nav > ul > li > a:after {
		left: 0;
	}

	.schloss-reinach-scheme .site-header.scrolled-header .mobilenav{
		padding-top: 150px;
	}

	.schloss-reinach-scheme .mobilenav.active{
		display: block;
	}

	.schloss-reinach-scheme .mobilenav .left-nav,
	.schloss-reinach-scheme .mobilenav .right-nav{
		position: relative;
		display: block;
		width: 100%;
		padding: 0 !important;
		margin: 0 auto;
	}

	.schloss-reinach-scheme .mobilenav nav > ul > li {
		width: fit-content;
		text-align: center;
    position: relative;
    margin: 0 auto;
	}

	.schloss-reinach-scheme .mobile-navigation{
		display: flex;
		align-items: center;
		background-color: #D8D2C7;
	}

	.schloss-reinach-scheme .site-header.scrolled-header .mobile-navigation {
		background: #aaa;
		padding: 10px 0;
	}

	.schloss-reinach-scheme .menu-open .site-header.scrolled-header .mobile-navigation{
		padding: 15px 0;
	}

  .schloss-reinach-scheme .mobile-navigation .left-mobile-container {
      width: 25%;
      padding-left: 25px;
      z-index: 2;
  }

  .schloss-reinach-scheme .mobile-navigation .left-mobile-container a.button span.short-word{
      	display: none;
	}
    

  .schloss-reinach-scheme .mobile-navigation .logo-container{
		width: 50%;
		text-align: center;
    z-index: 2;
  }

	.schloss-reinach-scheme .site-header.scrolled-header .main-navigation .right-nav,
	.schloss-reinach-scheme .site-header.scrolled-header .main-navigation .left-nav {
		transform:translateY(0);
	}

    /* Subnavigation*/

    .schloss-reinach-scheme .mobilenav nav > ul li ul.submenu{
		border-top: none;
		position: relative;
		margin: 0 auto;
		width: fit-content;
		min-width: 150px;
    }

    .schloss-reinach-scheme .mobilenav nav > ul > li:hover > ul.submenu {
		display: none;
    }

	.schloss-reinach-scheme .mobilenav nav > ul > li.submenu-open > ul.submenu {
		display: block;
    }

    .schloss-reinach-scheme .mobilenav nav > ul li.active ul.submenu{
      	display: block;
    }

    .schloss-reinach-scheme .mobilenav nav > ul > li.active > a:after{
      	width: 100%;
    }

    .schloss-reinach-scheme .mobilenav nav > ul li ul:before{
      	display: none;
    }

}

@media screen and (max-width: 1500px){

  .main-navigation {
    display: none;
  }

	.mobilenav {
		width: 100%;
		height: calc(100vh - 30px);
		background: #424649;
		padding-top: 130px;
	}

	.mobilenav nav > ul > li {
		margin: 0 auto;
		text-align: center;
	}

	.mobilenav nav > ul > li > a {
		padding: 10px;
    color: white;
	}

	.mobilenav .site-logo{
		display: none!important;
	}

	.site-header.scrolled-header .mobilenav{
		padding-top: 150px;
	}

	.mobilenav.active{
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	}

	.mobilenav .left-nav,
	.mobilenav .right-nav{
		position: static;
		display: block;
		width: 100%;
		padding: 0 !important;
	
	}

	.mobilenav > ul > li {
		margin-left: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
		margin-left: 0;
	}

	.mobilenav > ul > li > a,
	.site-header.scrolled-header .mobilenav ul > li > a {
		font-size: 18px;
	}

	.mobilenav nav > ul > li > a:after {
		left: 0;
	}

	.mobilenav nav .left-nav,
	.mobilenav nav .right-nav {
		width: 300px!important;
    margin: 0 auto;
	}

	/*Mobile Navigation*/

	.mobile-navigation{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
				align-items: center;
	}

	.menu-open .site-header.scrolled-header .mobile-navigation{
		padding: 15px 0;
	}

	.mobile-navigation .left-mobile-container,
	.mobile-navigation .open-menu-container{
		width: 25%;
    z-index: 2;
	}

  .mobile-navigation .logo-container {
    z-index: 2;
  }

	.mobile-navigation .left-mobile-container{
		padding-left: 25px;
	}


	.mobile-navigation .left-mobile-container a.button span.short-word{
		display: none;
	}
    

  .mobile-navigation .logo-container{
    width: 50%;
    text-align: center;
  }

	.site-header.scrolled-header .main-navigation .right-nav,
	.site-header.scrolled-header .main-navigation .left-nav {
		transform:translateY(0);
	}

	.site-header.scrolled-header .main-navigation ul li {
		padding-left: 0;
	}

    /* Subnavigation*/

	nav > ul li ul.submenu {
		position: relative;
		display: none;
		border-top: none !important;
		transition: 0.8s;
	}

  nav > ul > li:hover > ul.submenu{
    display: none;
  }

  nav > ul li.active ul.submenu{
    display: block;
  }

nav > ul > li.submenu-open > ul.submenu {
  display: block;
  }

  nav > ul > li.active > a:after{
    width: 100%;
  }

  nav > ul li ul.submenu:before{
    display: none;
  }


    .site-header nav > ul > li > ul.submenu > li > a{
      font-size: 1rem !important;
      opacity: .8;
    }

}

@media screen and (max-width: 800px){

	.site-header .meta-bar {
		height: 30px;
		line-height: 1.875rem;
		font-size: 0.875rem;
		padding: 0 20px;
	}

	.mobile-navigation .left-mobile-container a.button span.long-word {
		display: none;
	}

	.mobile-navigation .left-mobile-container a.button span.short-word {
		display: blcok;
	}

	.mobile-navigation .left-mobile-container a.button {
		padding: 8px 10px;
	}

	.mobile-navigation .left-mobile-container a.button span.short-word{
		display: block!important;
	}

}

@media screen and (max-width: 550px){

	.site-header .meta-bar .contact-language-bar li a svg{
		display: block;

	}

	.site-header .meta-bar .contact-language-bar li a span{
		display: none;
	}

	.mobile-navigation .left-mobile-container {
		padding-left: 15px;
	}

}
/* =========================== BOOKING PANEL =========================== */

.booking-bar{
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: #222;

}

.booking-bar.scrolled-bar{
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.50);
          box-shadow: 0 0 6px 0 rgba(0,0,0,0.50);
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
  max-width: 1800px;
  margin: 0 auto;
  height: 55px;
}



.booking-bar.scrolled-bar .booking-submit-field input[type="submit"]{
  height: 55px;
}
.booking-bar.scrolled-bar .booking-form-field{
  margin: 5px 0;
}

.newsletter-form .fax{
	position: absolute;
	left: -1000000vw;
}

.booking-bar.scrolled-bar .booking-form-field input[type="text"], 
.booking-bar.scrolled-bar .booking-form-field select{
  font-size: 1rem;
}

.booking-bar .booking-form-field{
  width: 28%;
}

.booking-bar .booking-submit-field{
  width: 16%;
}

.booking-bar .booking-form-field{
  margin: 10px 0;
  border-left: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s
}

.booking-bar .booking-form-field:first-child{
  border-left: 0 !important;
}

.booking-bar .booking-form-field:first-child svg{
  left: 0;
}

.booking-bar .booking-form-field svg{
  position: absolute;
  top: 50%;
  left:25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}



.booking-bar .booking-form-field.calendar svg{
  fill: #fff;
  width: 22px;
  height: 22px;
}



.booking-bar .booking-form-field.persons svg{
  fill: #fff;
  width: 21px;
  height: 18px;
}



.booking-bar .booking-form-field.clock svg{
  fill: #fff;
  width: 23px;
  height: 23px;
}



.booking-bar .booking-form-field input[type="text"],
.booking-bar .booking-form-field select{
  border: none;
  background: none;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 42px;
  outline: none;
  padding-left: 60px;
  cursor:pointer;
}

.booking-bar .booking-form-field:first-child input[type="text"],
.booking-bar .booking-form-field:first-child select{
  padding-left: 40px;
}

.booking-bar .booking-form-field input[type="text"]::-webkit-input-placeholder {
  color: #fff;
   font-weight: 400;

}

.booking-bar .booking-form-field input[type="text"]::-moz-placeholder {
  color: #fff;
   font-weight: 400;
}

.booking-bar .booking-form-field input[type="text"]:-ms-input-placeholder {
  color: #fff;
   font-weight: 400;
}

.booking-bar .booking-form-field input[type="text"]::-ms-input-placeholder {
  color: #fff;
   font-weight: 400;
}

.booking-bar .booking-form-field input[type="text"]::placeholder {
  color: #fff;
   font-weight: 400;
}

.booking-bar .booking-submit-field input[type="submit"]{
  width: 100%;
  height: 65px;
  background: #000;
  border: none;
  outline:  none;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}


/*Barrierefrei*/
.booking-bar .button {
	width: 250px;
	margin: 0 auto;
	border-radius: 0;
	text-align: center;
	height: 100%;
	padding: 20px;
	font-size: 17px;
	color: black;
}
.schloss-reinach-scheme .booking-bar .button {
	background-color: #755741;
	color: white;
}
.black-forest-color-scheme .booking-bar .button {
  	background-color: #F39200;
}
.boardinghouse-scheme .booking-bar .button {
  	background-color: #BC9C62;
}
.booking-bar.scrolled-bar .button {
  	padding: 15px;
}


@media screen and (max-width: 1300px){


  .booking-bar .booking-submit-field input[type="submit"]{
    font-size: 1rem;
  }


 .booking-bar .booking-form-field input[type="text"],
  .booking-bar .booking-form-field select{
    font-size: 0.875rem;
    padding-left: 45px;
  }

  .js-select .label {
    font-size: 0.875rem;
  }

  .booking-bar .js-select {
    padding-left: 45px !important;
  }

  .booking-bar .booking-form-field svg{
    left: 15px;
  }

  .booking-bar .booking-form-field.calendar svg {
    width: 19px;
    height: 19px;
  }

  .booking-bar .booking-form-field.persons svg {
    width: 20px;
    height: 18px;
  }

  .booking-bar .booking-form-field:first-child input[type="text"], .booking-bar .booking-form-field:first-child select {
    padding-left: 30px;
  }

}

@media screen and (max-width: 1050px){
  .site-wrapper{
    margin-bottom: 0;
  }
  .booking-bar{
    display: none;
  }
}

/* =========================== SUSTAINABILITY CIRCLE =========================== */

.sustainability-circle{
  display: block;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  position: absolute;
  bottom: 105px;
  right: 40px;
  background: #64A14E;
  -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
          box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  outline: none;
}

.sustainability-circle .circle-text{
  position: absolute;
  top: 50%;
  left:0;
  right: 0;
  width: 100%;
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
  text-align: center;
}

.sustainability-circle .circle-text svg{
  fill:#fff;
  width: 29px;
  height: 27px;
}

.sustainability-circle .circle-text span{
  display: block;
  font-size:0.875em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

/*Hover*/
.sustainability-circle .hover-popup{
  display: none;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 40px;
  background: #fff;
  width: 230px;
  padding: 20px 20px;
  z-index: 9999999;
}


.sustainability-circle.active .hover-popup{
  display: block;
}

.sustainability-circle.active span{
  text-decoration: underline;
}

.sustainability-circle .hover-popup:after{
  content:'';
  display: block;
  width:12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  bottom: -6px;
  right: 20px;
}

.sustainability-circle .hover-popup .h3 {
  font-size:1.125em;
  margin-bottom: 10px;
}

.sustainability-circle .hover-popup ul{
  font-size: 0.938em;
}

.sustainability-circle .hover-popup ul li{
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.sustainability-circle .hover-popup ul li:before{
  content:'•';
  position: absolute;
  left: 0;
  top: -1px;


}

@media screen and (max-height: 800px){

    .sustainability-circle{
      width: 100px;
      height: 100px;
      bottom: 85px;
      right: 30px;
    }

    .sustainability-circle .hover-popup{
      right: 25px;
    }

}

@media screen and (max-width: 1050px){

    .sustainability-circle{
      width: 100px;
      height: 100px;
      bottom: 30px;
      right: 30px;
    }  

     .sustainability-circle .hover-popup{
      right: 25px;
    }
}

@media screen and (max-width: 550px){

   .sustainability-circle{
      width: 80px;
      height: 80px;
      bottom: 15px;
      right: 15px;
    } 

    .sustainability-circle .circle-text span{
      font-size:0.75em;
    }

    .sustainability-circle .circle-text svg{
      width: 22px;
      height: 21px;
    }

     .sustainability-circle .hover-popup{
      right: 15px;
    }

}

/*  ====================== SITE-TEASER ====================== */

.site-teaser{
  position: relative;
  width: 100%;
  margin-top: 113px;
}

@media screen and (max-width: 800px) {
  .site-teaser {
    margin-top: 105px;
  }
}

/*Headline*/
.site-teaser .stage-headline{
	width: fit-content;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -9999px;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 2;
	background: rgba(110, 106, 101, 0.6);
	backdrop-filter: blur(20px);
	padding: 30px;
	min-width: 650px;
}

.site-teaser span.subheadline{
  display: inline-block;
  position: relative;
  width: fit-content;
  white-space: nowrap;
}

.site-teaser .stage-headline .subheadline_container hr {
  height: 1px;
  background: #fff;
  width: 100%;
  margin: 10px 0;
  padding: 0;
}

.site-teaser .stage-headline .h1{
   padding-top: 17px;
   word-wrap: break-word;
   font-size: 3.125rem;
   line-height: 3.875rem;
   margin: 0 auto;
}

.site-teaser.small-stage .stage-headline .h1{
	padding-top: 17px;
	word-wrap: break-word;
	font-size: 2.625rem;
	line-height: 3.125rem;
	margin: 0 auto;
 }

.site-teaser.small-stage .stage-headline {
	min-width: 650px;
}


/*Slideshow*/

.site-teaser .stage-slideshow{
  overflow: hidden;
  height: calc(100% - 65px);
  margin-bottom: 0;
}


.site-teaser.without-booking-panel .stage-slideshow{
  height: 100%;
}

.site-teaser.without-booking-panel.extra-small-stage .stage-slideshow div{
  height: 60vh;
}


.site-teaser .stage-slideshow div:after{
  content:'';
  display: none;

}

.site-teaser .stage-slideshow img,
.site-teaser .stage-slideshow video{
    object-position: center center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.schloss-reinach-scheme .site-teaser .stage-slideshow div:after {
	background: transparent;
}

.site-teaser .stage-slideshow .slick-slide {
  margin: 0;
}

/* VIDEO */
.video_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.video_controls {
	position: absolute;
	right: 10px;
  bottom: 10px;
	display: flex;
	height: fit-content!important;
	gap: 5px;
	z-index: 100;
}
.video_controls button {
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.video_controls button.js-play {
	background-image: url('../images/pause.svg');
}
.video_controls button.js-play.pause {
	background-image: url('../images/play.svg');
}
.video_controls button.js-open-dialog {
	background-image: url('../images/transcript.svg');
}

.transcript {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	min-width: 320px;
  	width: 50%;
}
.transcript[open=""] {
	display: block;
}
.transcript .js-dialog-close {
	width: 44px;
	height: 44px;
	float: right;
	padding: 10px;
	background-color: #78706B;
	border: none;
}
.transcript p {
	padding-right: 50px;
}



/* BIG STAGE TEASER*/
.big-stage {
  height: calc(100vh - 150px);
}

.small-stage {
    height: 75vh;
}

.extra-small-stage {
    height: 60vh;
}


.site-teaser.big-stage .stage-slideshow div{
  height: 100%;
}

.site-teaser.small-stage .stage-slideshow div{
  height: 71vh;
}

.site-teaser.extra-small-stage .stage-slideshow div{
  height: 55vh;
}
@media screen and (max-width: 1800px) {
  .big-stage {
    height: calc(100vh - 135px);
  }

  .site-teaser.big-stage .stage-slideshow div{
    height: calc(100vh - 200px);
  }
}

@media screen and (max-width: 1200px) {

	.site-teaser .stage-headline .h1,
	.site-teaser.small-stage .stage-headline .h1 {
		font-size: 2.8175rem;
		line-height: 2.8125rem;
	}

	.site-teaser.big-stage .stage-headline .h1{
		font-size: 2.8125rem!important;
		line-height: 3.4375rem;
	}
}


@media screen and (max-width: 800px){

  .big-stage {
    height: 100%;
  }

  .site-teaser.big-stage .stage-slideshow div{
    height: calc(100vh - 200px);
  }

	.small-stage,
	.site-teaser.small-stage .stage-slideshow div {
		height: 75vh;
	}

	.site-teaser .stage-headline,
	.site-teaser.small-stage .stage-headline {
		min-width: unset!important;
		width: 60vw;
		padding: 20px;
	}

	.site-teaser .stage-headline .h1,
	.site-teaser.small-stage .stage-headline .h1{
		font-size: 1.5625rem;
		line-height: 1.875rem;
	}


	.site-teaser.big-stage .stage-headline .h1{
		font-size: 2.1875rem;
		line-height: 3.125rem;
	}

	.site-teaser span.subheadline:before,
	.site-teaser span.subheadline:after {
		min-width: 100px;
	}
}

@media screen and (max-width: 550px){

	.site-teaser .stage-headline,
	.site-teaser.small-stage .stage-headline {
		min-width: unset!important;
		width: 90vw;
	}

	.site-teaser span.subheadline:before,
	.site-teaser span.subheadline:after {
		width: 30px;
		min-width: initial;
	}
	.site-teaser span.subheadline:before {
		margin-right: 5px;
	}
	.site-teaser span.subheadline:after {
		margin-left: 5px;
	}

	.site-teaser.big-stage .stage-headline .h1{
		font-size: 25px;
		line-height: 3rem;
	}

}



/*  ====================== INTRO SECTION ====================== */

.intro-section{
  padding-top: 120px;
}

.intro-section.additional-container{
  padding-top:0;
}

.intro-section .anchor-links{
  margin-top: 20px;
}

.intro-section .anchor-links li:before{
  content:'|';
  padding: 0 10px;
}

.intro-section .anchor-links li:first-child:before{
  display:none;
}

.intro-section .anchor-links li a{
  font-weight: 400;
  color: #fff;
}

.intro-section .right-intro-col ul li,
.horizontal-text-image-section .text-container ul li{
  padding-left:20px;
  position: relative;
}

.intro-section .right-intro-col ul li:before,
.horizontal-text-image-section .text-container ul li:before{
	content: '' !important;
	display: block;
	width: 5px !important;
	height: 5px;
	border-radius: 50%;
	background: #212121;
	position: absolute;
	left: 0;
	top: 11px;
}

.intro-section .h3{
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.intro-section .h4{
  font-size: 20px;
  line-height: 1.875rem;
  font-weight: 400;
}

.intro-section .line-headline{
  position: relative;
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;


}

.intro-section .line-headline:after{
  content:'';
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.intro-section .line-headline #popup-desc {
  background: #E8E2D7;
  padding: 5px 10px;
}

.intro-section ol.breadcrumbs li {
  float: left;
}

.intro-section ol.breadcrumbs li a span {
  font-weight: 400;
}

.intro-section ol.breadcrumbs li a.active span {
  font-weight: 700;
}

.intro-section ol.breadcrumbs li:before {
  content:'>';
  padding: 0 10px;
}

.intro-section ol.breadcrumbs li:first-child:before{
  display: none;
}

.intro-section .line-headline nav{
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 10%;
  z-index: 1;
  position: relative;
  background: transparent;
}

.intro-section .line-headline nav:after {
  content:'';
  display: block;
  width: calc(100% + 40px);
  height: 100%;
  background: #E8E2D7;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
}

.intro-section .line-headline nav a {
  color: #fff;
}



.intro-section .intro-wrap{
  padding: 0 10%;
  margin-bottom: 100px;
}
.intro-section .intro-wrap:last-of-type {
  margin-bottom: 0;
}

.intro-section .intro-wrap iframe{
  margin-top: 30px;
  border: 0;
}

.intro-section .left-intro-col,
.intro-section .right-intro-col{
  width: 50%;
}

.intro-section .left-intro-col{
  padding-right: 25px;
}

.intro-section .image-container{
  margin-top: 35px;
}


/*Icon  Case*/

.intro-section ul.facts-icon-container{
  margin-top: 25px;
}

.intro-section ul.facts-icon-container svg{
  fill:#fff;
  position: absolute;
  left:0;
}

.intro-section ul.facts-icon-container a{
  font-weight: 400;
}


.intro-section ul.facts-icon-container .person svg{
  width:13px;
  height:26px;
}

.intro-section ul.facts-icon-container .size svg{
  width:22px;
  height:22px;
}


.intro-section ul.facts-icon-container .marker svg{
  width:19px;
  height:28px;
  top: -2px;
}



.intro-section ul.facts-icon-container li{
	margin-bottom:20px;
	font-size: 18px;
	font-weight: 400;
	padding-left: 35px;
	position: relative;
}


/*Booking Information Bar*/

.intro-section .booking-information-bar{
  margin-top: 50px;
   -ms-flex-pack: justify;
   -webkit-box-pack: justify;
           justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
}

.intro-section .booking-information-bar a.button,
.intro-section .booking-information-bar button.button{
  font-size: 17px;
}

.intro-section .booking-information-bar span,
.horizontal-text-img-element .price-line span{
  font-size: 1rem;
  font-weight: 400;
}

.intro-section .booking-information-bar span strong,
.horizontal-text-img-element .price-line span strong{
  font-size: 25px;
  font-weight: 600;
  padding-left: 5px;

}


@media screen and (max-width: 1200px){

  /*Icon  Case*/

  .intro-section ul.facts-icon-container{
    margin-top: 20px;
  }


  .intro-section ul.facts-icon-container .person svg{
    width:10px;
    height:20px;
  }

  .intro-section ul.facts-icon-container .size svg{
    width:17px;
    height:17px;
  }


  .intro-section ul.facts-icon-container .marker svg{
    width:15px;
    height:22px;
  }


  .intro-section ul.facts-icon-container li{
    margin-bottom:12px;
      font-size: 1rem;
    padding-left: 28px;
  }


}




@media screen and (max-width: 1000px){

  .intro-section .intro-wrap {
      padding: 0;
  }

  .intro-section .booking-information-bar span strong,
  .horizontal-text-img-element .price-line span strong{
    font-size: 22px;
    padding-left: 2px;

  }

}

@media screen and (max-width: 850px){

  .intro-section {
      padding-top: 80px;
  }

  .intro-section .line-headline {
      position: relative;
      margin-bottom: 20px;
  }

  .intro-section .left-intro-col, .intro-section .right-intro-col {
      width: 100%;
  }

  .intro-section .left-intro-col{
    margin-bottom: 20px;
  }

  .intro-section .line-headline li{
    font-size: 0.875rem;
  }

}

@media screen and (max-width: 550px){

  .intro-section .booking-information-bar span{
    width: 100%;
    margin-bottom: 20px;
  }

  .intro-section .booking-information-bar {
    text-align: right;
  }


  .intro-section .line-headline div:after{
    left: -10px;
    width: calc(100% + 20px);
  }

  .intro-section .line-headline div {
    margin: 0 5%;
  }

    .intro-section {
      padding-top: 50px;
    }

}

@media screen and (max-width: 480px){

  .intro-section .line-headline ul{
    display: none;
  }

}


/*  ====================== TWO TEASER SECTION ====================== */

.two-teaser-section{
 -ms-flex-align: start;
 -webkit-box-align: start;
         align-items: flex-start;

  }

.two-teaser-section .left-bigger-teaser{
  width: calc(60% - 25px);
  margin-right: 25px;
  position: relative;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.two-teaser-section .right-smaller-teaser{
  width: 40%;
  position: relative;
  margin-top: 80px;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}



.two-teaser-section .left-bigger-teaser:after,
.two-teaser-section .right-smaller-teaser:after{
  content:'';
  display:block;
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
}

.two-teaser-section .left-bigger-teaser:after{
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33,33,33,0.00)), to(#212121));
  background-image: -o-linear-gradient(top, rgba(33,33,33,0.00) 0%, #212121 100%);
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, #212121 100%);
}

.two-teaser-section .right-smaller-teaser:after{
  top: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33,33,33,0.00)), to(#212121));
  background-image: -o-linear-gradient(top, rgba(33,33,33,0.00) 0%, #212121 100%);
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, #212121 100%);
}

.two-teaser-section .left-bigger-teaser:hover img,
.two-teaser-section .right-smaller-teaser:hover img{
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}


.two-teaser-section .left-bigger-teaser:hover .h3,
.two-teaser-section .right-smaller-teaser:hover .h3{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/*text*/


.two-teaser-section .h3{
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.125rem;
  width: 50%;
  left: 25px;
  position: absolute;
  z-index: 1;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.two-teaser-section span,
span.arrow-link{
	color:rgba(255,255,255,.65);
	display: inline-block;
	width: initial;
	padding: 11px 85px 11px 0;
	z-index: 99;
	font-size: 1rem;
	position: absolute;
	right: 0;
	font-weight: 400;
	letter-spacing: 0.02rem;
}



.two-teaser-section span svg,
span.arrow-link svg{
  width: 65px;
  height:16px;
  position: absolute;
  right: 0;
  top: 15px;
}

.two-teaser-section .left-bigger-teaser .h3{
  bottom: auto;
  top: 93%;
}

.two-teaser-section .left-bigger-teaser span{
  bottom: 0;
}

.two-teaser-section .right-smaller-teaser .h3{
  top: -60px;
}


.two-teaser-section .right-smaller-teaser span{
	top: -42px;
}

@media screen and (max-width: 1200px){

  .two-teaser-section .h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    width: 50%;
    left: 10px;
  }

  .two-teaser-section span,
  span.arrow-link {
    padding-right: 60px;
    font-size: 0.875rem;
  }

  .two-teaser-section span svg,
  span.arrow-link svg {
    width: 50px;
    height: 12px;
  }

}

@media screen and (max-width: 950px){

  .two-teaser-section{
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    max-width: calc(945px + 100px);
    padding: 0 50px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .two-teaser-section .left-bigger-teaser{
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }

  .two-teaser-section .right-smaller-teaser{
    width: 100%;
    margin-bottom: 25px;
  }

}

@media screen and (max-width: 550px){

  .two-teaser-section{
    padding: 0;
    margin-left: 25px;
    margin-right: 25px;
  }

  .two-teaser-section .h3 {
    width: 90%;
  }



}

@media screen and (max-width: 450px){

  .two-teaser-section span{
    display: none;
  }

}


/*  ====================== TEXTBANNER ====================== */

.textbanner-section{
  background: #aaa;
  padding: 95px 0;
  text-align: center;
}

.textbanner-section.left-align{
  text-align: left;
}


.textbanner-section p,
.textbanner-section .contact-row li a{
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-family: 'Raleway';
  font-weight: 400;
}

.textbanner-section .logo-seperator{
  margin: 0 auto 40px;
}

.textbanner-section small,
.textbanner-section .small-prints,
.textbanner-section .small-prints p{
  font-family:'Lato' !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin-top: 30px;
}

.textbanner-section .small-prints p{
  margin-top: 0;
}

.textbanner-section .small-prints ul li{
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}

.textbanner-section .small-prints ul li:before{
  content:'';
  display: block;
  width: 5px;
  height: 5px;
  border-radius:50%;
  background:#212121;
  position: absolute;
  left:0;
  top: 9px;
}

.textbanner-section .contact-row{
  margin-top: 40px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.textbanner-section .contact-row li{
  padding-left: 55px;
}

.textbanner-section .contact-row li:first-child{
  padding-left:0;
}
.textbanner-section .contact-row li a{
  color:#fff;
  padding-left: 55px;
  position: relative;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.textbanner-section .contact-row li a svg{
  fill:#fff;
  position: absolute;
  left:0;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.textbanner-section .contact-row li a:hover svg{
  -webkit-transform:scale(1.05);
      -ms-transform:scale(1.05);
          transform:scale(1.05);
}

.textbanner-section .contact-row li a.mail svg{
  width: 35px;
  height: 24px;
  top: 5px;
}

.textbanner-section .contact-row li a.phone svg{
  width: 38px;
  height: 36px;
  top: 1px;
}

@media screen and (max-width: 1200px){

  .textbanner-section{
    padding: 70px 0;
  }

  .textbanner-section p,
  .textbanner-section .contact-row li a{
    font-size: 20px;
    line-height: 2rem;
  }

  .textbanner-section .logo-seperator{
    margin: 0 auto 30px;
  }

  .textbanner-section .contact-row li a.mail svg{
      width: 28px;
      height: 19px;
      top: 2px;
    }

    .textbanner-section .contact-row li a.phone svg{
      width: 30px;
      height: 28px;
      top:-3px;
    }

    .textbanner-section .contact-row li a{
      padding-left: 40px;
    }

    .textbanner-section .contact-row li{
      padding-left: 30px;
    }

}

@media screen and (max-width: 850px){

  .textbanner-section .contact-row li{
    margin-bottom: 15px;
    width: 100%;
  }

  .textbanner-section .contact-row{
    margin-top: 20px;
  }

}

@media screen and (max-width: 550px){

    .textbanner-section p,
    .textbanner-section .contact-row li a{
      font-size: 1rem;
      line-height: 1.625rem;
    }

    .textbanner-section{
      padding: 50px 0;
    }


    .textbanner-section small,
    .textbanner-section .small-prints{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

    .textbanner-section .contact-row li a.mail svg{
      width: 20px;
      height: 14px;
      top: 2px;
    }

    .textbanner-section .contact-row li a.phone svg{
      width: 20px;
      height: 19px;
      top:0px;
    }

    .textbanner-section .contact-row li a{
      padding-left: 30px;
    }

}




/*  ====================== HORIZONTAL-TEXT-IMAGE-SECTION (optional slideshow) ====================== */

.horizontal-text-image-section .h2.slideshow-headline {
  text-align: right;
  max-width: 1065px;
  margin: 0 auto 30px;
}

.horizontal-text-img-element{
    z-index: 1;
    width: 1065px !important;
    margin: 0 60px;
    outline: 0;
    opacity:.4;
    position: relative;
    padding: 44px 0;
}

.horizontal-text-image-section .slick-slide.slick-current .horizontal-text-img-element {
  opacity: 1;
}

.horizontal-text-img-element .h2 {
  word-wrap: break-word;
}

.horizontal-text-img-element .text-container .h3{
  font-family:'Lato' !important;
  padding-bottom: 20px;
}

.horizontal-text-img-element .price-line{
  padding: 30px 0 10px;
}

.horizontal-text-img-element .price-line span{
  display:block;
  margin-bottom: 5px;
}

.horizontal-text-img-element .price-line.right{
  text-align: right;
}

.horizontal-text-img-element.slick-current{
  opacity: 1;
}

.horizontal-text-img-element .image-container{ 
  width: 40%;
  margin: 40px 0;
  z-index: 999;
  position: relative;
}

.horizontal-text-img-element .image-container .image-box{
  width: calc(100% + 100px);

  height: 100%;
  position: absolute;
}
.horizontal-text-img-element .image-container .image-box img{
  -o-object-fit: cover;
   -o-object-position: center center;
      object-position: center center;
    object-fit: cover;
    width: 100%;
   height: 100%;

}


.horizontal-text-img-element .text-container{
  width: 60%;
  background: #444;
  padding: 70px 70px 70px 140px;
  position: relative;

}

@media screen and (max-width: 1400px){


  .horizontal-text-img-element{
    width: 900px !important;
    margin: 0 30px;
    padding: 25px 0;
  }

   .horizontal-text-image-section .h2.slideshow-headline{
    max-width: 900px;
  }

}

@media screen and (max-width: 1200px){

  .horizontal-text-img-element .image-container {
    width: 30%;
  }

  .horizontal-text-img-element .text-container {
    width: 70%;
    background: #444;
   padding: 50px 70px 50px 140px;
    position: relative;
  }

  .horizontal-text-img-element{
    width: 750px !important;
  }

  .horizontal-text-image-section .h2.slideshow-headline{
    max-width: 750px;
  }

}

@media screen and (max-width: 900px){

  .horizontal-text-img-element{
    width: 550px !important;
    margin: 0 15px;
  }

  .horizontal-text-image-section .h2.slideshow-headline{
    max-width: 550px;
  }

  .horizontal-text-img-element .text-container {
    width: 100%;
    background: #444;
    padding: 100px 50px 50px 50px;
    position: relative;
  }

  .horizontal-text-img-element .image-container .image-box {
    width: 100%;
    height: 400px;
    position: relative;
    bottom: -60px;
  }

  .horizontal-text-img-element .image-container {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}

@media screen and (max-width: 750px){

  .horizontal-text-img-element{
    width: calc(100vw - 100px) !important;
    margin: 0 50px;
  }

  .horizontal-text-image-section .h2.slideshow-headline{
    max-width: calc(100vw - 60px) ;
  }

  .horizontal-text-img-element .text-container {
    padding: 100px 35px 50px 35px;
  }

  .horizontal-text-img-element .image-container .image-box {
    height: 300px;
  }

  .horizontal-text-img-element .image-container {
    width: calc(100% - 70px);
    margin: 0 35px;
  }

}

@media screen and (max-width: 550px){

  .horizontal-text-img-element{
    width: calc(100vw - 50px) !important;
    margin: 0 25px;
  }

  .horizontal-text-img-element .image-container .image-box {
    height: 220px;
    bottom: -40px;
  }

  .horizontal-text-img-element .text-container {
    padding: 70px 25px 40px 25px;
  }

  .horizontal-text-img-element .image-container {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}


/*  ====================== THREE TOPICS TEASER ====================== */
.three-topics-teaser {
  min-height: 600px;
}

.three-topics-teaser .left-two-teasers{
  width: 25%;
  order: 1;
}


.three-topics-teaser .h2.h2-left-corner{
  color: black;
  font-size: 1.875rem;
  line-height: 2.75rem;
  position: absolute;
  left:0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(232, 226, 215, .6);
  backdrop-filter: blur(20px);
  text-align: center;
  padding: 5px 10px;
  width: 100%;
}

.three-topics-teaser span.right-corner-text{
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgba(255,255,255,.9);
  font-size: 0.875rem;
  text-transform:uppercase;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #755741;
  padding: 5px;
}

.three-topics-teaser .left-two-teasers .teaser-box{
  height: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}

.three-topics-teaser .left-two-teasers .teaser-box a, 
.three-topics-teaser .right-one-teaser a {
  height: 100%;
  display: block;
}


.three-topics-teaser .middle-text-area{
  width: 40%;
  padding: 60px 100px 80px 50px;
  background: #424649;
  order: 2;
}

.three-topics-teaser .right-one-teaser{
  width: 35%;
  min-height: 550px;
   position: relative;
   overflow: hidden;
   order: 3;
}

.three-topics-teaser .middle-text-area .h3{
  font-family:'Lato';
  color:rgba(255,255,255,.5);
  text-transform:uppercase;
  font-weight: 700;
  font-size: 1rem;
}

.three-topics-teaser .middle-text-area dl dt{
  color: #fff;
}

.schloss-reinach-scheme .three-topics-teaser .middle-text-area p a {
  color: white;
  text-decoration: underline;
}



.three-topics-teaser .right-one-teaser:after,
.three-topics-teaser .left-two-teasers .teaser-box:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .15;
}

.three-topics-teaser img{
   -o-object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
     position: absolute;
     -webkit-transition: 1.2s;
     -o-transition: 1.2s;
     transition: 1.2s;
}

.three-topics-teaser a.teaser-box:hover img,
.three-topics-teaser a.right-one-teaser:hover img{
	transform:scale(1.05);
}
   

@media screen and (max-width: 1000px){

 .three-topics-teaser .left-two-teasers {
      width: 100%;
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
              order: 4;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      align-items: stretch;
  }

  .three-topics-teaser .left-two-teasers .teaser-box {
      height: initial;
      width: 50%;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  }

  .three-topics-teaser .middle-text-area {
    width: 65%;
    padding: 50px;
  }

  .three-topics-teaser .right-one-teaser {
    width: 35%;
    min-height: initial;
  }

  .three-topics-teaser img{
       position: static;
  }

}

@media screen and (max-width: 750px){

	.three-topics-teaser .right-one-teaser,
	.three-topics-teaser .middle-text-area {
		width: 100%;
	}

	.three-topics-teaser .h2.h2-left-corner {
		font-size: 20px;
		line-height: 1.5625rem;
	}

}

/*  ====================== FORM SECTION ====================== */


.form-style{
  position: relative;
}

.form-style #form-anchor{
  position: absolute;
  top: -150px;
}

.form-style .form-field-row{
  width: 100%;
  margin-bottom: 30px;
}

.form-style  .privacy-info{
  margin-bottom: 30px;
}

.form-style .CheckboxGroup {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
.form-style .CheckboxGroup input[type="checkbox"] {
  margin-right: 10px;
}
.form-style .form-field-row .form-field{
  width: calc(50% - 12px);
}

.form-style .form-field-row .form-field:first-child{
  margin-right: 24px;
}

.form-style .form-field-row .form-field label{
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.form-style .form-field-row .form-field input,
.form-style .form-field-row .form-field select,
.form-style .form-field-row .form-field .js-select{
  width: 100%;
  height: 55px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}

/* error styles */
.form-style .CheckboxGroup.error label,
.form-style .CheckboxGroup.error label p,
.form-style .CheckboxGroup.error label p a,
.form-style .form-field-row .form-field.error label,
.black-forest-color-scheme .form-style .form-field-row .form-field.error label {
  color: #aa0000;
}
.form-style .form-field-row .form-field input.error,
.schloss-reinach-scheme .form-style .form-field-row .form-field.error input,
.black-forest-color-scheme .form-style .form-field-row .form-field.error input,
.boardinghouse-scheme .form-style .form-field-row .form-field.error input{
  border: 1px solid #aa0000;
  background: #c4afaf;
}
.error-message{
  color: #aa0000;
  margin-top: 10px;
  display: none;
}

.black-forest-color-scheme .newsletter-form {
  background-color: #eaeaea !important;
}

/* ==== */

.form-style .form-field-row .form-field .js-select .label{
  line-height: 3.4375rem;
}

.form-style .submit-row input[type="submit"]{
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #aaa;
  color: #fff;
  border-radius: 0 20px 0 20px;
  padding: 20px 20px;
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      position: relative;
      border: 1px solid transparent;
}

.form-style .submit-row input[type="submit"]:hover{
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,.6);
}

.form-style .submit-row{
      -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


@media screen and (max-width: 600px){

  .form-style .form-field-row .form-field input,
  .form-style .form-field-row .form-field select,
  .form-style .form-field-row .form-field .js-select{
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-style .form-field-row .form-field{
    width: 100%;
    margin-bottom: 15px;
  }

  .form-style .form-field-row .form-field:first-child{
    margin-right: 0px;
  }

  .form-style .form-field-row{
    margin-bottom: 0;
  }

  .form-style .form-field-row .form-field label{
    font-size: 0.875rem;
    margin-bottom: 5px;
  }

  .form-style .form-field-row .form-field .js-select .label{
    line-height: 2.75rem;
  }

}


/*  ====================== IMG TEXT SECTION WITH OPTIONAL COLLAGE ====================== */

.img-text-section-opt-collage{
  margin-top: -160px;
}

.img-text-section-opt-collage img{
    -o-object-fit: cover;
     -o-object-position: center center;
        object-position: center center;
    object-fit: cover;
    width: 100% ;
    height: 100%;
}

.img-text-section-opt-collage .text-container{
  background: #aaa;
  padding: 200px 60px 60px 60px;
}

.img-text-section-opt-collage .text-container .text-2-cols div{
  width: calc(50% - 30px);
}

.img-text-section-opt-collage .text-container .text-2-cols div:first-child{
  margin-right: 60px;
}

.img-text-section-opt-collage .img-container{
  height: 40vw;
  max-height: 500px;
  width: calc(100% - 120px);
  margin: 0 60px;
  position: relative;
  bottom: -160px;
}

.img-text-section-opt-collage .img-container .left-img-col{
  width: 35%;
  height: 100%;
}

.img-text-section-opt-collage .img-container .left-img-col .img-box-50h{
  height: 50%;
}

.img-text-section-opt-collage .img-container .right-img-col{
  width: 65%;
  height: 100%;
}


@media screen and (max-width: 1200px){

  .img-text-section-opt-collage .text-container{
    padding: 200px 35px 50px 35px;
  }

  .img-text-section-opt-collage .img-container {
      width: calc(100% - 70px);
      margin: 0 35px;
  }

}

@media screen and (max-width: 800px){

  .img-text-section-opt-collage .text-container .text-2-cols div{
    width: 100%;
  }

  .img-text-section-opt-collage .text-container .text-2-cols div:first-child{
    margin-right: 0px;
    margin-bottom: 25px;
  }

}

@media screen and (max-width: 550px){

  .img-text-section-opt-collage {
    margin-top: -60px;
  }

  .img-text-section-opt-collage .img-container{
      height: 200px;
      bottom: -60px;
    }

  .img-text-section-opt-collage .text-container{
      padding: 100px 25px 50px 25px;
    }

    .img-text-section-opt-collage .img-container {
        width: calc(100% - 50px);
        margin: 0 25px;
    }


}


/*  ====================== FULL IMG TEASER ====================== */

.full-img-teaser{
  display: block;
  padding-bottom: 30px;
  position: relative;
}

.full-img-teaser a.full-img-teaser-link {
  cursor: pointer;
}
.full-img-teaser a.full-img-teaser-link span.arrow-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.full-img-teaser a.full-img-teaser-link span.arrow-link svg {
  top: 11px;
}

.full-img-teaser .img-teaser-container{
  height: 580px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.full-img-teaser .img-teaser-container:after{
  content:'';
  display: block;
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33,33,33,0.00)), to(#212121));
  background-image: -o-linear-gradient(top, rgba(33,33,33,0.00) 0%, #212121 100%);
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, #212121 100%);
}

.full-img-teaser .img-teaser-container img{
   -o-object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    object-fit: cover;
    width: 100% ;
    height: 100%;
    -webkit-transition:1.2s;
    -o-transition:1.2s;
    transition:1.2s;
}

.full-img-teaser:hover .img-teaser-container img{
  -webkit-transform:scale(1.05);
      -ms-transform:scale(1.05);
          transform:scale(1.05);
}

.full-img-teaser span.arrow-link{
  position: absolute;
  right: 0;
  bottom: 0;
}

.full-img-teaser .h3 {
  position:absolute;
  bottom: 0;
  left: 20px;
  width:70%;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.125rem;
}



@media screen and (max-width: 1200px){

  .full-img-teaser .h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

@media screen and (max-width: 800px){

  .full-img-teaser .img-teaser-container{
      height: 400px;
    }

}

@media screen and (max-width: 450px){

  .full-img-teaser span.arrow-link{
    display: none;
  }

  .full-img-teaser .img-teaser-container{
      height: 300px;
    }


}

/* =========================== ICON LIST MODULE =========================== */

.icon-list-module{
  background-color: #aaa;
  padding: 85px 15% 25px;
   text-align: center;
   position:relative;
   z-index: 1;
   background-repeat:no-repeat;
   background-size:cover;
}

.icon-list-module.bg-case{
  background-repeat: no-repeat;
  background-size:cover;
}

.icon-list-module.bg-case:after{
  content:'';
  display: block;
  background: #8A807A;

  opacity: .95;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index:-1;

}

.icon-list-module .icon-list-container .icon-element span.headline-case{
  font-size: 2.1875rem;
  line-height: 2.5rem;
  width: 100%;

  margin-bottom: 10px;
}

.icon-list-module .icon-list-container .icon-element span a{
  color: #fff;
  text-decoration: underline;
}

.icon-list-module .h3 {
  text-align: center;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: 400;
  margin-bottom: 50px;
  z-index:99;
}

.icon-list-module .icon-list-container .icon-element{
  margin-right: 50px;
  width:calc(33.3333% - 33.3333px);
  text-align: left;
  position: relative;
  min-height: 35px;
  margin-bottom: 60px;
  z-index: 99;
}

.icon-list-module .icon-list-container .icon-element:nth-child(3n+3){
  margin-right: 0;
}

.icon-list-module .icon-list-container .icon-element svg{
  fill: #fff;
  max-height: 30px;
  max-width: 30px;
  position: absolute;
  left:0;
  top: 0;
}

.icon-list-module .icon-list-container .icon-element span{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding-left: 55px;
}

.icon-list-module .icon-list-container .icon-element span strong{
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.icon-list-module small{
  display:inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 60px;
}


@media screen and (max-width: 1200px){

  .icon-list-module{
    padding: 65px 10% 25px;
  }

  .icon-list-module .h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;

  }


  .icon-list-module .icon-list-container .icon-element{
      width:calc(50% - 25px);
      margin-bottom: 50px;
    }

    .icon-list-module .icon-list-container .icon-element:nth-child(3n+3){
      margin-right: 50px;
    }

    .icon-list-module .icon-list-container .icon-element:nth-child(2n+2){
      margin-right: 0;
    }

    .icon-list-module .icon-list-container .icon-element span{
      padding-left: 45px;
    }

    .icon-list-module .icon-list-container .icon-element svg{
      max-height: 25px;
      max-width: 25px;
    }

    .icon-list-module small{
      margin-top: 0;
       margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px){

  .icon-list-module .h3 {
    font-size: 25px;
    line-height: 1.875rem;

  }

  .icon-list-module{
    padding: 50px 50px 25px;
  }

  .icon-list-module .icon-list-container .icon-element{
    width:100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .icon-list-module .icon-list-container .icon-element:nth-child(3n+3){
    margin-right: 0;
  }

  .icon-list-module small{
       margin-bottom: 30px;
    }

}

@media screen and (max-width: 550px){

  .icon-list-module{
    padding: 40px 25px 25px;
  }

  .icon-list-module small{
       margin-bottom: 20px;
    }

}

/* =========================== BOX FACTS MODULE =========================== */

.box-facts-module .fact-box {
  width: calc(33.333% - 16.666667px);
  margin-right: 25px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 30px;
  margin-bottom: 25px;
}

.box-facts-module .fact-box:nth-child(3n+3){
  margin-right: 0;
}

.box-facts-module .fact-box .h3 {
  font-size: 24px;
  margin-bottom: 30px;
}


@media screen and (max-width: 1200px){

  .box-facts-module .fact-box .h3 {
      font-size: 20px;
      margin-bottom: 25px;
    }


  .box-facts-module .fact-box {
    width: calc(50% - 12.5px);
    margin-right: 0;
  }

  .box-facts-module .fact-box:nth-child(3n+3){
    width: 100%;
  }


  .box-facts-module .fact-box:nth-child(3n+1){
    margin-right: 25px;
  }


}

@media screen and (max-width: 750px){

  .box-facts-module .fact-box .h3 {
      font-size: 1rem;
      margin-bottom: 20px;
    }

  .box-facts-module .fact-box {
      width: 100%;
    }

    .box-facts-module .fact-box:nth-child(3n+1){
      margin-right: 0;
    }
}

/* =========================== GALLERY SECTION =========================== */

.gallery-section .wide-img-col{
  width: calc(65% - 12.5px);
  margin-right: 25px;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.gallery-section .small-img-col{
  width: calc(35% - 12.5px);
  margin-top: 80px;
}

.gallery-section a.gallery-img{
  overflow: hidden;
}

.gallery-section a.gallery-img img{
  -webkit-transition:0.8s;
  -o-transition:0.8s;
  transition:0.8s;
}

.gallery-section a.gallery-img:hover img{
  -webkit-transform:scale(1.02);
      -ms-transform:scale(1.02);
          transform:scale(1.02);
}

.gallery-section a.gallery-img,
.gallery-section span.text-col{
  margin-bottom: 25px;
  display: block;
}

.gallery-section .gallery-img.width50,
.gallery-section span.text-col.width50{
  width:calc(50% - 12.5px);
}

.gallery-section span.text-col{
  text-align: right;
  font-size: 25px;
  font-family:'Raleway';
  font-weight: 500;
}

.gallery-section .small-img-col span.text-col{
  text-align: left;
}

.gallery-section .gallery-img.width100{
  width:100%;
}

.gallery-section .gallery-img.gap{
  margin-left: 25px;
}

@media screen and (max-width: 750px){

  .gallery-section .wide-img-col{
    width: calc(45% - 12.5px);
  }

  .gallery-section .small-img-col{
    width: calc(55% - 12.5px);
    margin-top: 50px;
  }

  .gallery-section .gallery-img.width50{
    width:100%;
  }

  .gallery-section .gallery-img.gap{
    margin-left: 0px;
  }

  .gallery-section span.text-col{
    font-size: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .gallery-section span.text-col.width50{
    width:100%;
  }
}


/*  ====================== TAB SECTION WITH IMG SLIDESHOW ====================== */


.tab-section-with-img-slideshow .horizontal-text-img-element{
    width: 100% !important;
    margin: 0;
    opacity: 1;
    position: relative;
    padding:0;
}



.tab-section-with-img-slideshow.with-slideshow .horizontal-text-img-element .text-container{
  padding-bottom: 250px;
}

.tab-section-with-img-slideshow .small-img-slideshow{
  display: none;
  z-index:9999;
  position: absolute;
  width: 60%;
  right: 0;
  bottom:0;

}

.tab-section-with-img-slideshow.with-slideshow .small-img-slideshow{
  display: block;
}

.tab-section-with-img-slideshow .small-img-slideshow a{
  display: inline-block;
  margin-right: 20px;
}


.tab-section-with-img-slideshow .horizontal-text-img-element .tab-box{
  width: calc(100% + 100px);
  height: 100%;
  background: #aaa;
  padding: 50px 60px;
}

.tab-section-with-img-slideshow .horizontal-text-img-element .tab-box .h3{
  font-size: 25px;
  line-height: 2.1875rem;
  margin-bottom: 25px;
}

.tab-section-with-img-slideshow .horizontal-text-img-element .tab-box li{
  margin-bottom: 15px;
}

.tab-section-with-img-slideshow .horizontal-text-img-element .tab-box li button{
  color: #fff;
}

.tab-section-with-img-slideshow .horizontal-text-img-element .tab-box li button:hover {
	font-weight: 600;
}

.tab-section-with-img-slideshow .horizontal-text-img-element .tab-box li button.active{
	font-weight: 600;
	text-decoration: underline;
}

@media screen and (max-width: 1200px){

  .tab-section-with-img-slideshow .small-img-slideshow{
      width: 70%;
    }



    .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box{
        padding: 30px 30px 100px 30px;
      }

    .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box li{
      margin-bottom: 10px;
    }

    .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box li button{
      font-size: 0.875rem;
    }

    .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box .h3{
      font-size: 18px;
      line-height: 1.375rem;
      margin-bottom: 20px;
    }

}


@media screen and (max-width: 900px){

  .tab-section-with-img-slideshow .small-img-slideshow{
      width: 100%;
      position: static;
    }

    .tab-section-with-img-slideshow.with-slideshow .horizontal-text-img-element .text-container{
        padding: 80px 50px 50px 50px;

    }


    .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box {
        width: 100%;
        position: relative;
        bottom: -30px;
         padding: 30px;
    }
}

@media screen and (max-width: 550px){

    .tab-section-with-img-slideshow.with-slideshow .horizontal-text-img-element .text-container{
        padding: 60px 25px 40px 25px;
    }

    .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box{
        padding: 20px;
    }

    .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box li button{
      font-size: 0.875rem;
    }

}


/*  ====================== LINK BOXES COLLECTION ====================== */

.link-boxes-collection .link-box{
  width: calc(33.33% - 16.66667px);
  margin-right: 25px;
  background: #aaa;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.link-boxes-collection .link-box img{
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.link-boxes-collection .link-box:hover img{
  -webkit-transform:scale(1.03);
      -ms-transform:scale(1.03);
          transform:scale(1.03);
}

.link-boxes-collection .link-box .h3 {
  font-size: 20px;
  line-height: 1.625rem;
  margin-bottom: 15px;
}

.link-boxes-collection .link-box .icon-facts{
  text-align:left;
}

.link-boxes-collection .link-box .icon-facts span{
  display: block;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  margin-top: 10px;
}

.link-boxes-collection .link-box .icon-facts span:first-child{
  margin-top: 0;
}

.link-boxes-collection .link-box .icon-facts svg{
  fill: #fff;
  position: absolute;
  left: 0;
}

.link-boxes-collection .link-box .icon-facts span.size svg{
  width: 18px;
  height: 18px;
}

.link-boxes-collection .link-box .icon-facts span.persons svg{
  width: 11px;
  height: 22px;
}

.link-boxes-collection .link-box.meeting-case .h3,
.link-boxes-collection .link-box.logo-case .h3 {
  font-size: 25px;
}

.link-boxes-collection .link-box:nth-child(3n+3){
  margin-right: 0;
}

.link-boxes-collection .link-box-wrap{
  padding: 20px 30px 35px 30px;
}

.link-boxes-collection .additional-comment{
  margin-top: 55px;
}

 .additional-comment{
  text-align: center;
}

.additional-comment p{
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-family: 'Raleway';
  font-weight: 400;
}

.choose-category-row{
  margin-bottom: 40px;
  gap: 20px;
}

.choose-category-row button{
  background: none;
  border: 1px solid #000;
  margin-bottom: 20px;
  color: black;
}

.choose-category-row button.active{
  background: #aaa;
  border: 1px solid transparent;
}



/*Logo case*/
.link-boxes-collection .link-box.logo-case .logo-container{
  height: 180px;
  width: 100%;
  background: #fff;
  position: relative;
}

.link-boxes-collection .link-box.logo-case .logo-container img{
  max-height: 70%;
  max-width: 80%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}

@media screen and (max-width: 1200px){
   .additional-comment p {
      font-size: 20px;
      line-height: 2rem;
  }

  .link-boxes-collection .link-box{
    width: calc(50% - 12.5px);
  }

  .link-boxes-collection .link-box:nth-child(3n+3){
    margin-right: 25px;
  }

   .link-boxes-collection .link-box:nth-child(2n+2){
      margin-right: 0;
    }

  .link-boxes-collection .link-box-wrap{
    padding: 20px 20px 30px 20px;
  }

  .link-boxes-collection .additional-comment{
      margin-top: 15px;
    }


}

@media screen and (max-width: 650px){

  .link-boxes-collection .link-box{
    width: 100%;
    margin-right: 0;
  }

  .link-boxes-collection .link-box:nth-child(3n+3){
    margin-right: 0;
  }

  .choose-category-row {
    gap: 10px;
  }

  .choose-category-row button{
      font-size: 0.875rem;
      padding: 12px 8px;
    }

  .choose-category-row {
    margin-bottom: 20px;
  }

}


@media screen and (max-width: 550px){

 .additional-comment p {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .choose-category-row button{
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }

}


/*  ====================== PROMINENT INTERNAL LINKS COLLECTION====================== */

.prominent-internal-links-collection .prominent-link-box{
  width:calc(50% - 12.5px);
  margin-right: 25px;
  margin-bottom: 140px;
}

.prominent-internal-links-collection .prominent-link-box:nth-child(2n+2){
  margin-right: 0;
}

.prominent-internal-links-collection .prominent-link-box:nth-child(2n+3){
  margin-top: -90px;
}

.prominent-internal-links-collection .prominent-link-box:nth-child(2){
  margin-top: 90px;
}

.prominent-internal-links-collection .prominent-teaser-img-slideshow{
  position: relative;

}

.prominent-internal-links-collection .prominent-link-box .link-area{
  display: block;
  color: #fff;
  position: relative;
    margin-bottom: -70px;
}

.prominent-internal-links-collection .prominent-link-box .link-area a{
  position: absolute;
  left: 0;
  right: 0;
  height: 90%;
  width: 100%;
  z-index: 1;
  cursor:pointer;
}

.prominent-internal-links-collection .prominent-link-box .link-area span.text-right-corner{
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 700;
  z-index: 1;
  background-color: rgba(232,226,215, .8);
  color: black;
  padding: 10px;
}

.prominent-internal-links-collection .prominent-link-box .text-part{
  padding: 0 25px;
  position: relative;
  top: -70px;
  z-index: 1;
}

.prominent-internal-links-collection .prominent-link-box .text-part .h2{
  margin-bottom: 20px;
}

.prominent-internal-links-collection .prominent-link-box .facts-bar{
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
}

.prominent-internal-links-collection .prominent-link-box .facts-bar li{
  margin-left: 30px;
  font-weight: 400;
}

.prominent-internal-links-collection .prominent-link-box .facts-bar li:first-child{
  margin-left: 0;
}

.prominent-internal-links-collection .prominent-link-box .facts-bar li svg{
  fill:#fff;
  margin-right: 8px;
  position: relative;
}

.prominent-internal-links-collection .prominent-link-box .facts-bar li.size svg{
  width: 19px;
  height: 19px;
  top: 2px;
}

.prominent-internal-links-collection .prominent-link-box .facts-bar li.person svg{
  width: 11px;
  height: 22px;
  top: 3px;
}

.prominent-internal-links-collection .prominent-link-box .facts-bar li.distance svg{
  width: 24px;
  height: 24px;
  top: 3px;
}



.prominent-internal-links-collection .prominent-teaser-img-slideshow:before,
.prominent-internal-links-collection .prominent-teaser-img-slideshow:after{
 content:'';
  display: block;
  position: absolute;
  left:0;
  width: 100%;
  height: 140px;

}

.prominent-internal-links-collection .prominent-teaser-img-slideshow:before{
	top: 0;
	transform: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.611538) 40%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	width: calc(100% - 20px);
	left: 10px;
}


.prominent-internal-links-collection .prominent-teaser-img-slideshow:after{
  bottom: -1px;
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, #212121 40%);
}

.prominent-internal-links-collection .prominent-link-box img{
  transition: 1.2s;
}

.prominent-internal-links-collection .prominent-link-box:hover img{
	transform:scale(1.05);
}

.prominent-link-box .slick-slide {
	overflow: hidden!important;
}


@media screen and (max-width: 1200px){

  .prominent-internal-links-collection .prominent-link-box .text-part{
    padding: 0 15px;
  }

  .prominent-internal-links-collection .prominent-link-box .facts-bar{
    font-size: 0.875rem;
    line-height: 1;
  }

  .prominent-internal-links-collection .prominent-link-box .facts-bar li.size svg{
    width: 15px;
    height: 15px;
  }

  .prominent-internal-links-collection .prominent-link-box .facts-bar li.distance svg{
    width:20px;
    height:20px;
  }

  .prominent-internal-links-collection .prominent-link-box .facts-bar li.person svg{
    width: 8px;
    height: 16px;
  }

  .prominent-internal-links-collection .prominent-link-box .link-area span.text-right-corner{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

}


@media screen and (max-width: 900px){

  .prominent-internal-links-collection .prominent-link-box{
      margin-bottom: 70px;
    }

    .prominent-internal-links-collection .prominent-link-box .facts-bar li{
      margin-left: 0;
      width: 100%;
      margin-bottom: 8px;
    }

	.prominent-internal-links-collection .prominent-link-box .text-part .h2 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}

}

@media screen and (max-width: 750px){

  .prominent-internal-links-collection .prominent-link-box{
      width:100%;
      margin-right: 0;
      margin-bottom: 40px;
    }

    .prominent-internal-links-collection .prominent-link-box:nth-child(2n+3){
      margin-top:0;
    }

    .prominent-internal-links-collection .prominent-link-box:nth-child(2){
      margin-top: 0;
    }

    .prominent-internal-links-collection .prominent-link-box .h2{
      font-size: 2rem;
      line-height: 2.625rem;
    }
   
}

@media screen and (max-width: 550px){
   .prominent-internal-links-collection .prominent-link-box .h2{
      font-size: 26px;
      line-height: 2rem;
    }
}

/*  ====================== CLASSIC TEASER SLIDESHOW ====================== */

.classic-teaser-slideshow-section {
  margin-left: auto;
  padding-left: 18%;
  position: relative;
}


.classic-teaser-slideshow-section .classic-teaser-slideshow{
  padding-top: 65px;
}
.classic-teaser-slideshow-section .slick-slide {
  margin-right: 100px;
}
.classic-teaser-slideshow-section a{
  display: block;
  margin-right: 100px;
  width: 35%;
  color: #fff;
  text-align: center;
  margin-bottom: -50px;
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
}

.col-2-teaser-boxes a{
  display: block;
  width: calc(50% - 60px);
  min-width: 412px;
  margin-top: 50px;
  text-align: center;
  display:block;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: relative;
}

.col-2-teaser-boxes a:first-child,
.col-2-teaser-boxes a:nth-child(2){
  margin-top: 0;
}

.col-2-teaser-boxes a:nth-child(2n+2){
  margin-right: 0;
}

.classic-teaser-slideshow-section a img,
 img{
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.classic-teaser-slideshow-section a:hover img,
.col-2-teaser-boxes a:hover img{
  -webkit-transform:scale(1.05);
      -ms-transform:scale(1.05);
          transform:scale(1.05);
}

.classic-teaser-slideshow-section a .teaser-text-area,
.col-2-teaser-boxes a .teaser-text-area{
  padding: 20px 30px 30px 30px;
  margin: 0 25px;
  background: #aaa;
  position: relative;
  top: -70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; 
  overflow: auto;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.classic-teaser-slideshow-section a .teaser-text-area .h3,
.col-2-teaser-boxes a .teaser-text-area .h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.classic-teaser-slideshow-section.offer-case a .teaser-text-area,
.col-2-teaser-boxes.offer-case a .teaser-text-area{
    padding: 50px 30px 50px 30px;
}

.classic-teaser-slideshow-section.offer-case .teaser-box .h3,
.col-2-teaser-boxes.offer-case a .teaser-text-area .h3 {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.classic-teaser-slideshow-section  span.price,
.col-2-teaser-boxes.offer-case a .teaser-text-area span.price{
  display: inline-block;
  font-size: 1rem;
  color:rgba(255,255,255,.9);
  font-weight: 400;
  margin-top: 25px;
}

.classic-teaser-slideshow-section  span.price strong,
.col-2-teaser-boxes.offer-case a .teaser-text-area span.price strong{
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
}

/*Event*/

.col-2-teaser-boxes .teaser-box.event-case{
  position: relative;

}

.col-2-teaser-boxes .teaser-box.event-case:after{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  height: 110px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33,33,33,0.00)), to(#6E6A65));
  background-image: -o-linear-gradient(top, rgba(33,33,33,0.00) 0%, #6E6A65 100%);
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, #6E6A65 100%);
  width: 100%;
}

.col-2-teaser-boxes .teaser-box.event-case span.event-date{
  position: absolute;
  left: 20px;
  top: 10px;
  color: #fff;
  font-size: 0.875rem;
  text-transform:uppercase;
  letter-spacing: 1px;
  padding-left: 30px;
  z-index: 99;
}

.col-2-teaser-boxes .teaser-box.event-case span.event-date svg{
  fill: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left:0;
  top: -1px;
}

@media screen and (max-width: 1200px){

  .classic-teaser-slideshow-section {
    padding-left: 10%;

}

  .classic-teaser-slideshow-section a{
    margin-right: 60px;
  }

  .classic-teaser-slideshow-section a .teaser-text-area .h3{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .classic-teaser-slideshow-section a .teaser-text-area p{
    font-size: 1rem;
    line-height: 1.375rem;
  }


  .col-2-teaser-boxes a{
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-top: 0;
  }

  .classic-teaser-slideshow-section.offer-case .teaser-box .h3,
  .col-2-teaser-boxes.offer-case a .teaser-text-area .h3{
    font-size: 1.875rem;
    line-height: 2rem;
  }

}

@media screen and (max-width: 900px){

	.classic-teaser-slideshow-section {
		padding-left: 50px;
	}

	.classic-teaser-slideshow-section a{
		margin-right: 50px;
	}

	.col-2-teaser-boxes.offer-case a .teaser-text-area {
		padding: 20px 15px;
		margin: 0 10px;
	}
}

@media screen and (max-width: 700px) {
	.col-2-teaser-boxes a{
		width: 100%;
    min-width: unset;
		margin-right: 0;
	}
}

@media screen and (max-width: 550px){

   .classic-teaser-slideshow-section a .teaser-text-area .h3{
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .classic-teaser-slideshow-section {
    padding-left: 25px;
  }

   .classic-teaser-slideshow-section a{
     margin-right: 25px;
  }


  .classic-teaser-slideshow-section a .teaser-text-area {
      padding: 20px 15px 25px 15px;
      margin: 0 10px;
      top: -70px;

  }

}




/*  ====================== SPECIAL TAB IMAGE SECTION ====================== */



.special-tab-image-section a.image-tab-button{
  display: block;
  width: calc(33.33% - 16.66667px);
  position: relative;
  color:#fff;
  -webkit-transition:1.2s;
  -o-transition:1.2s;
  transition:1.2s;
  overflow: visible;
  
}

.special-tab-image-section a.image-tab-button:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: .75;
}


.special-tab-image-section a.image-tab-button:hover:after{
	opacity: .7 !important;
}

.special-tab-image-section a.image-tab-button:hover .text-container {
	backdrop-filter: blur(30px);
  	padding: 10px 0;
}

.special-tab-image-section a.image-tab-button.active .text-container{
  bottom: 30px;
  top: initial;
}

.special-tab-image-section a.image-tab-button.active{
  pointer-events: none
}

.special-tab-image-section a.image-tab-button.active:after{
  height: 50%;
  top: initial;
  bottom: 0;
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33,33,33,0.00)), color-stop(24%, rgba(0,0,0,0.58)), color-stop(95%, #000));
  background-image: -o-linear-gradient(top, rgba(33,33,33,0.00) 0%, rgba(0,0,0,0.58) 24%, #000 95%);
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, rgba(0,0,0,0.58) 24%, #000 95%);
}

.special-tab-image-section a.image-tab-button.active:before{
  content:'';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 20px 0 20px;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left:50%;
  -webkit-transform:translateX(-50%);
      -ms-transform:translateX(-50%);
          transform:translateX(-50%);
  z-index: 99;
}

.special-tab-image-section a.image-tab-button .text-container{
	position:absolute;
	left: 0;
	top: 40%;
	width: 100%;
	z-index: 99;
	text-align: center;
	-webkit-transition: 1.2s;
	-o-transition: 1.2s;
	transition: 1.2s;
	backdrop-filter: blur(30px);
	padding: 10px 0;
}

.special-tab-image-section a.image-tab-button .text-container p{
  	font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,.75);
}

.special-tab-image-section a.image-tab-button .text-container p strong{
  font-size: 3.75rem;
  font-family: 'Raleway';
  font-weight: 600;
  display: inline-block;
  padding: 20px 0;
  color: rgba(255,255,255,1);
}

.special-tab-image-section a.image-tab-button:first-child{
  margin-left: 0;
}

.special-tab-image-section a.image-tab-button img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition:1.2s;
  -o-transition:1.2s;
  transition:1.2s;
}

.special-tab-image-section a.image-tab-button:hover img,
.special-tab-image-section a.image-tab-button.active img{
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
 
}

.special-tab-image-section .image-tab-row.flex-rows-container {
	justify-content: center;
  gap: 25px;
}



/*hidden content*/

.special-tab-image-section .special-tab-hidden-content{
  margin-top: 45px;
  background: #aaa;
  padding-top: 70px;
  padding-bottom: 100px;
}

.special-tab-image-section .horizontal-text-img-element .text-container{
  background:#000;
}


@media screen and (max-width: 1200px){

  .special-tab-image-section a.image-tab-button .text-container p{
    font-size: 0.875rem;
  }

  .special-tab-image-section a.image-tab-button .text-container p strong{
      font-size: 2.1875rem;
      padding: 7px 0;
    }

}

@media screen and (max-width: 1050px){

  .special-tab-image-section a.image-tab-button .text-container p{
    font-size: 0.875rem;
  }

  .special-tab-image-section a.image-tab-button .text-container p strong{
      font-size: 1.875rem;
      padding: 5px 0;
    }

}

@media screen and (max-width: 900px){

  .special-tab-image-section a.image-tab-button{
     width: 100%;
    margin: 0;
    height: 250px;
  }

  .special-tab-image-section a.image-tab-button img{
     -o-object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
    object-fit: cover;
    object-position: center center;
    width: 100% ;
    height: 100%;
  }

   .special-tab-image-section a.image-tab-button.active{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
   }

  .special-tab-image-section a.image-tab-button.active:before{
    border-width: 17px 13px 0 13px;
    bottom: -17px;
  }

}

@media screen and (max-width: 550px){



    .special-tab-image-section.wrap-25{
      margin-left: 0;
      margin-right: 0;
    }
}


/*  ====================== MAP SECTION ====================== */

.map-section #simple-map{
  height:445px;
  width: 100%
}

.map-section #simple-map #content{
  padding: 15px;


}

.map-section #simple-map p,
.map-section #simple-map .h2{
  color: #212121;
}

.map-section #simple-map .h2{
  font-size: 25px;
  line-height: 1.5625rem;
  font-weight: 600;
  max-width: 70%;
  margin-bottom: 15px;
}
.map-section #simple-map p{
  font-size: 1rem;
  line-height: 1.375rem;
}

@media screen and (max-width: 900px){

  .map-section #simple-map{
      height:300px;
    }

}


/*  ====================== TEXTSITE CONTAINER====================== */

.textsite-container .h3{
  font-size: 25px;
  line-height: 2.1875rem;
}

.textsite-container p a{
  word-wrap: break-word;
}

.textsite-container .textsite-unit .h3{
  margin-bottom: 20px;
}

.textsite-container .textsite-unit{
  margin-bottom: 80px;
}


.textsite-container .textsite-unit ol{
  list-style:none;
  counter-reset: my-awesome-counter;
}

.textsite-container .textsite-unit ol > li{
  counter-increment: my-awesome-counter;
  padding-left:30px;
  position: relative;
  margin-bottom: 20px;
}

.textsite-container ol > li:before {
  content: "(" counter(my-awesome-counter) ")";
  font-weight: 400;
  font-size: 1rem;
  position: absolute;
  left:0;
}

.textsite-container ol ol > li:before {
  content: "(" counter(my-awesome-counter,lower-alpha) ")";

}

.textsite-container ol ul{
  margin-left: 10px;
}

.textsite-container ul li{
  padding-left: 15px;
  position: relative;
}

.textsite-container ul{
  margin-top: 15px;
}

.textsite-container ul li:before{
  content:'';
  display: block;
  width: 6px;
  height: 6px;
  border-radius:50%;
  background:#aaa;
  position: absolute;
  left:0;
  top: 9px;
}

@media screen and (max-width: 1200px){

   .textsite-container .h3{
    font-size: 18px;
    line-height: 1.5625rem;
  }

  .textsite-container .textsite-unit .h3{
    margin-bottom: 10px;
  }

  .textsite-container .textsite-unit{
      margin-bottom: 50px;
    }


}

@media screen and (max-width: 750px){

  .textsite-container .h3{
    font-size: 1rem;
    line-height: 1.25rem;
  }

}

/*  ====================== TAB MENU SECTION ====================== */

.tab-menu-section{
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background-repeat:no-repeat;
  background-size: cover;
}

.tab-menu-section:after{
  content:'';
  display: block;
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: .9;
  z-index: -1;
}

/* Head Row*/

.tab-menu-section .head-row{
  margin-bottom: 40px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.tab-menu-section .head-row a{
  display: inline-block;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}

.tab-menu-section .head-row a:hover {
	text-decoration: underline;
}

.tab-menu-section .head-row a.download svg{
  width: 15px;
  height: 16px;
  position: absolute;
  left:0;
  top: 3px;
}

/* Menu Text Area*/

.tab-menu-section .menu-text-area{
  padding: 70px 23%;
  text-align: center;
  background: #aaa;

}

.tab-menu-section .menu-text-area .text-unit .h3{
  font-size: 22px;
  line-height: 1.5625rem;
  margin-bottom: 5px;
}

.tab-menu-section .menu-text-area .text-unit span{
  font-weight: 400;
}

.tab-menu-section .menu-text-area .text-unit p{
  margin-top:18px;
}

.tab-menu-section .menu-text-area .text-unit{
  padding: 25px 0 25px;
  border-top: 1px solid rgba(0,0,0,.2);
}

.tab-menu-section .menu-text-area .text-unit:first-child{
  border-top: none;
}

@media screen and (max-width: 1200px){

  .tab-menu-section{
    padding: 60px 0;
  }

  .tab-menu-section .menu-text-area{
    padding: 50px 15%;
  }


  .tab-menu-section .menu-text-area .text-unit .h3{
    font-size: 18px;
    line-height: 1.375rem;
  }

  .tab-menu-section .menu-text-area .text-unit span{
    font-size: 0.875rem;
  }

  .tab-menu-section .menu-text-area .text-unit p{
    margin-top:10px;
  }
}


@media screen and (max-width: 900px){

  .tab-menu-section .head-row a{
    padding-left: 20px;
    font-size: 0.875rem;
  }

  .tab-menu-section .head-row a.download svg{
    width: 12px;
    height: 13px;
  }

  .tab-menu-section{
    padding: 40px 0;
  }

  .tab-menu-section .menu-text-area{
    padding: 20px;
  }

}


/*  ====================== MEETIN TABLE SECTION ====================== */



.meeting-table-section table{
  width: 100%;
  margin-top: 40px;
}

.meeting-table-section span.additional-line{
  padding-top: 8px;
  display: inline-block;
}


.meeting-table-section table tbody tr td{
  border-bottom: 1px solid #000;
}

.meeting-table-section table th{
  width: 9%;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1rem;
  border-left: 1px solid #000;
}

.meeting-table-section table th:first-child{
  border-left: 0;
}

.meeting-table-section table th span{
    font-size: 0.875rem;
    text-transform: none;
    display: block;
    opacity: .7;
}

.meeting-table-section table th.add-icon{
  font-size: 1rem;
  letter-spacing: 1px;
  background-repeat:no-repeat;
}

.meeting-table-section table th.add-icon:before{
  content:'';
  display: block;
  background-repeat: none;
  margin: 0 auto;
  margin-bottom: 5px;
}

  /*Meeting Icons*/


.meeting-table-section table th.add-icon.u-form:before{
  background-image: url(../images/meeting_icons/meeting_icon_u_form.svg);
  background-size: contain;
  width:23px;
  height:19px;
}

.meeting-table-section table th.add-icon.parliament:before{
  background-image: url(../images/meeting_icons/meeting_icon_parliament.svg);
  background-size: contain;
  width:24px;
  height:18px;
}

.meeting-table-section table th.add-icon.theatre:before{
  background-image: url(../images/meeting_icons/meeting_icon_theatre.svg);
  background-size: contain;
  width:21px;
  height:18px;
}




.meeting-table-section table th{
  height: 66px;
  background: #111;
}

.meeting-table-section table th.important-col{
 
  font-size: 17px;
  text-align: left;
  padding-left: 20px;

}

.meeting-table-section table td{
  background: #aaa;
  text-align: center;
  font-size: 0.875rem;
  padding: 20px 0;
  border-left: 1px solid #000;
}

.meeting-table-section table td:first-child{
  text-align: left;
  padding-left: 20px;
  border-left: 0;
  font-size: 1rem;
  color: #A29F9C;
  font-weight: 700;
}

.meeting-table-section table td a{
  display: inline-block;
  position: relative;
}

.meeting-table-section table td a:after{
  content:'';
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
}



@media screen and (max-width: 900px){

  /* Force table to not be like tables anymore */
  .meeting-table-section table table, 
  .meeting-table-section table thead, 
  .meeting-table-section table tbody, 
  .meeting-table-section table th, 
  .meeting-table-section table td, 
  .meeting-table-section table tr { 
    display: block; 
  }

  .meeting-table-section table tr.divider td:before{
    width: 0;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .meeting-table-section thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }


  .meeting-table-section table td { 
    /* Behave  like a "row" */
    position: relative;
      padding-left: 15px;
    white-space: normal;
    text-align:left;

    border-bottom: 2px solid #fff;
  }

  .meeting-table-section table td:first-child {
    text-align: inherit;
    color: #fff;
    text-transform: initial;

  }

  .meeting-table-section td:empty{
    display: none;
  }

  .meeting-table-section td:before { 
    /* Now like a table header */
    position: static;
    display: inline-block;
    /* Top/left values mimic padding */
    width: 50%; 
    
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  .meeting-table-section td.icon:before{
    padding-left: 40px;
  }

  .meeting-table-section td:before { content: attr(data-title); }

  .meeting-table-section td:after{
    content:'';
    display: block;
    background-repeat: none;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: left;
    position: absolute;
    left:0;
    margin:initial;
    left: 20px;
    top: 20px;
    background-size:contain;
    background-repeat: no-repeat;
  }



  .meeting-table-section td[data-class="u-form"]:after{
   background-image: url(../images/meeting_icons/meeting_icon_u_form_dark.svg);
    width:23px;
    height:19px;
  }

  .meeting-table-section td[data-class="parliament"]:after{
    background-image: url(../images/meeting_icons/meeting_icon_parliament_dark.svg);
    background-size: 28px 21px;
    width:28px;
    height:21px;
  }

    .meeting-table-section td[data-class="theatre"]:after{
     background-image: url(../images/meeting_icons/meeting_icon_theatre_dark.svg);
    width:21px;
    height:18px;
  }




}

/*  ====================== SOCIAL WALL ====================== */

.social-wall .social-col-left{
  text-align: right;
}

.social-wall .social-col-left span{
  font-size: 25px;
  font-weight: 600;
  position:relative;
  top: -10px;
}

.social-wall .social-col-left,
.social-wall .social-col-right{
  width: 35%;
}

.social-wall .social-col-right{
  margin-top: 20px;
}

.social-wall .social-col-middle{
  width: calc(25% - 50px);
  margin: 0 25px;
  margin-top: 90px;
}

.social-wall .social-img-container,
.social-wall .social-teaser{
  margin-bottom: 25px;
}

.social-wall .social-teaser{
  background:#aaa;
  padding: 25px 20px 35px;
}

.social-wall .social-teaser .h2{
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 25px;
}

.social-wall .social-links li{
  margin-left: 15px;
}

.social-wall .social-links li:first-child{
  margin-left: 0;
}

.social-wall .social-links a{
  display: inline-block;
  width: 47px;
  height: 43px;
  border-radius: 0 20px 0 20px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border: 1px solid transparent;
}



.social-wall .social-links a svg{
  fill: #212121;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.social-wall .social-links a.instagram svg{
  width: 22px;
  height: 23px;
}

.social-wall .social-links a.facebook svg{
  width: 12px;
  height: 22px;
}

@media screen and (max-width: 1200px){

  .social-wall .social-teaser {
    padding: 20px;
  }

  .social-wall .social-col-left span{
    font-size: 17px;
  }

  .social-wall .social-teaser .h2 {
    font-size: 22px;
    line-height: 2rem;
    margin-bottom: 20px;
  }

  .social-wall .social-links li {
    margin-left: 7px;
  }

  .social-wall .social-teaser .social-links a{
    width: 40px;
    height: 37px;
  }

  .social-wall .social-teaser .social-links a.instagram svg{
    width: 19px;
    height: 19px;
  }

  .social-wall .social-teaser .social-links a.facebook svg{
    width: 11px;
    height: 19px;
  }

}

@media screen and (max-width: 900px){


  .social-wall .social-col-middle {
    width: 100%;
    margin: 0;
    margin-top: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .social-wall .social-col-middle .social-img-container{
    width: calc(33.33% - 16.666667px);
    margin-left: 25px;
     -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  }

  .social-wall .social-col-middle .social-img-container:first-child{
    margin-left: 0;
  }

  .social-wall .social-col-left, .social-wall .social-col-right {
    width: calc(50% - 12.5px);
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin:0;
  }

  .social-wall .social-col-left{
    margin-right: 25px;
  }

  .social-wall .social-teaser .h2 {
    font-size: 17px;
    line-height: 1.375rem;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 500px){

  .social-wall .social-col-left, .social-wall .social-col-right {
    width: 100%;
    margin: 0;

  }

  .social-wall .social-col-right {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
   .social-wall .social-col-left{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
   }
  

  .social-wall .social-col-left .social-img-container{
    width: calc(50% - 12.5px);
  }

  .social-wall .social-col-left .social-img-container:first-child{
    margin-right: 25px;
  }



}


/*  ====================== FOOTER ====================== */

/* Main Footer*/

footer.site-footer{
  position: relative;
}

footer.site-footer:after{
  background-repeat: no-repeat;
}

footer.site-footer .main-footer{
  background: #aaa;
  padding: 90px 0 60px;

}

footer.site-footer .main-footer .flex-rows-container{
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

footer.site-footer .main-footer .footer-col-wide{
  width: 26.6667%;
}

footer.site-footer .main-footer .footer-col{
  padding-left: 25px;
}

footer.site-footer .main-footer .footer-col:first-child{
  padding-left:0;
}

footer.site-footer .main-footer .footer-col-small{
  width: 20%;
}

footer.site-footer .main-footer .h3{
  font-size: 25px;
  line-height: 1.5625rem;
  padding-bottom: 25px;
}

footer.site-footer .main-footer p{
  font-size: 1rem;
  line-height: 1.5rem;
}

footer.site-footer .main-footer p a{
    color:#fff;
    text-decoration: underline;
}

footer.site-footer .main-footer ul.link-col li{
  height: fit-content;
  padding: 5px 0;
}

footer.site-footer .main-footer ul.link-col li a{
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 5px 0;
}

footer.site-footer .main-footer ul.link-col li a:after,
footer.site-footer .bottom-footer-line .meta-link-row a:after {
    content: '';
    display: block;
    height: 1px;
    bottom: 1px;
    left:0;
    width: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

footer.site-footer .main-footer ul.link-col li a:hover:after,
footer.site-footer .bottom-footer-line .meta-link-row a:hover:after {
    width: 100%;
}

footer.site-footer .social-links.flex-rows-container{
  margin-top: 30px;
   -ms-flex-pack: left;
   -webkit-box-pack: left;
           justify-content: left;
}

footer.site-footer .social-links li{
  margin-left: 12px;
}

footer.site-footer .social-links li:before {
	display: none!important;
}

footer.site-footer .social-links li:first-child{
  margin-left: 0;
}

footer.site-footer .social-links a{
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 0 20px 0 20px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border: 1px solid transparent;
}

footer.site-footer .social-links a:hover,
footer.site-footer .social-links a:focus {
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,.2);
}
footer.site-footer .social-links a:focus {
	outline: 2px solid black;
}

footer.site-footer .social-links a svg{
  fill: #212121;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

footer.site-footer .social-links a.instagram svg{
  width: 19px;
  height: 19px;
}

footer.site-footer .social-links a.facebook svg{
  width: 11px;
  height: 19px;
}


footer.site-footer .social-links a.youtube svg{
  width: 19px;
  height: 20px;
}

/* Bottom Footer Line */

footer.site-footer .bottom-footer-line{
  padding: 0 40px;
  height: 60px;
  background: #212121;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

footer.site-footer .bottom-footer-line span,
footer.site-footer .bottom-footer-line .meta-link-row a{
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height:60px;
}

footer.site-footer .bottom-footer-line .meta-link-row li{
  margin-left: 30px;
}

footer.site-footer .bottom-footer-line .meta-link-row li:first-child{
  margin-left:0;
}

footer.site-footer .bottom-footer-line .meta-link-row a{
  position: relative;
}


@media screen and (max-width: 1200px){

  footer.site-footer .main-footer .flex-rows-container{
  -ms-flex-pack: left;
  -webkit-box-pack: left;
          justify-content: left;
}

  footer.site-footer .main-footer .h3 {
    font-size: 18px;
    line-height: 1.125rem;
    padding-bottom: 20px;
  }

  footer.site-footer .bottom-footer-line span, footer.site-footer .bottom-footer-line .meta-link-row a {
      font-size: 0.875rem;
  }

  footer.site-footer .main-footer .footer-col-wide{
    width: 50%;
  }
  footer.site-footer .main-footer .footer-col-small{
    width: 50%;
  }

  footer.site-footer .main-footer .footer-col{
    margin-bottom: 50px;
  }

  footer.site-footer .main-footer .footer-col:nth-child(3){
    padding-left:0;
  }



}

@media screen and (max-width: 900px){

  footer.site-footer .main-footer {
      padding: 60px 0 60px;
  }

  footer.site-footer .main-footer ul.link-col li a{
    opacity: .7;
  }

  footer.site-footer .main-footer .wrap-100{
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }

  footer.site-footer .main-footer .footer-col-wide {
    width: 100%;
    padding: 0 !important;
  }

  footer.site-footer .main-footer .footer-col:last-child{
    margin-bottom: 0;
  }


  footer.site-footer .main-footer .footer-col-small {
    width: 100%;
    margin-bottom: 50px;
  }

  footer.site-footer .social-links.flex-rows-container,
  footer.site-footer .meta-link-row{
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  footer.site-footer .bottom-footer-line span, footer.site-footer .bottom-footer-line .meta-link-row a {
      line-height: initial;
  }


  footer.site-footer .bottom-footer-line .meta-link-row li {
    padding-left: 20px;
  }

    footer.site-footer .bottom-footer-line .meta-link-row li:first-child{
      padding-left: 0;
    }

  footer.site-footer .bottom-footer-line{
    height: initial;
    padding: 20px 0;
  }

  footer.site-footer .bottom-footer-line span{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  footer.site-footer .meta-link-row{
    width: 100%;
    opacity: .7;
  }

}




  @media print,
         (-o-min-device-pixel-ratio: 5/4),
         (-webkit-min-device-pixel-ratio: 1.25),
         (min-resolution: 120dpi) {
  }






/* 
 ==========================================================================
 black forest lodges color scheme 
 ==========================================================================
 */

 body.black-forest-color-scheme,
 #popup.black-forest-color-scheme{
  background: #212121;
  color: #fff;
}

body.black-forest-color-scheme p a{
	color: white;
	text-decoration: underline;
}

/*  ====================== GERNERALS ====================== */

/*HEADLINES*/
.black-forest-color-scheme .h1,
.black-forest-color-scheme .h2,
.black-forest-color-scheme .h3 {
  font-family: 'Raleway';
  font-weight: 600;
}

/*subheadline*/

.black-forest-color-scheme span.subheadline.line:before{
  background: #F39200;

}

/*BUTTONS*/

.black-forest-color-scheme a.button.colored,
.black-forest-color-scheme #widget .reservision-start,
.black-forest-color-scheme button.button.colored{
  background: #F39200;
}

.site-wrapper .flex-rows-item ul li {
  list-style-type: none;
}
.site-wrapper .flex-rows-item ul li::before {
  content: '–';
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0;
}
.black-forest-color-scheme .flex-rows-item ul li::before {
  color: white;
}
.schloss-reinach-scheme .flex-rows-item ul li::before {
  color: #212121;
}
.schloss-reinach-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box ul li::before {
  color: rgba(255,255,255,.4);
}

.boardinghouse-scheme .flex-rows-item ul li::before {
  color: #575756;
}
.boardinghouse-scheme .tab-section-with-img-slideshow .flex-rows-item ul li::before {
  color: #fff;
}


/*  ====================== SITE HEADER ====================== */
.black-forest-color-scheme .site-header .meta-bar{
  background: #006633;
}

.black-forest-color-scheme .main-navigation,
.black-forest-color-scheme .mobile-navigation {
	background-color: #424649;
}

.black-forest-color-scheme .main-navigation .site-logo svg{
  width: 219px;
  height: 80px;
}

.black-forest-color-scheme .mobile-navigation .site-logo svg{
  width: 182px;
    height: 64px;
}
.black-forest-color-scheme .main-navigation ul li a:after{
  background: #F39200;
}

.black-forest-color-scheme .main-navigation > ul ul{
  border-top: 2px solid #F39200;
}

.black-forest-color-scheme .main-navigation > ul ul:before{
  border-bottom: 5px solid #F39200;

}

.black-forest-color-scheme .main-navigation > ul ul a:hover,
.black-forest-color-scheme .main-navigation > ul ul a.active{
  color: #F39200;
}

.black-forest-color-scheme .site-header .meta-bar .contact-language-bar li a:hover,
.black-forest-color-scheme .site-header .meta-bar .meta-links a:hover{
  color:#F39200;
}

.black-forest-color-scheme .mobilenav nav > ul > li > a::after {
  background: #F39200;
}

.black-forest-color-scheme .long-word,
.black-forest-color-scheme .short-word {
  color: black;
}

/*Scrolled Header*/

.black-forest-color-scheme .scrolled-header .main-navigation .site-logo svg,
.black-forest-color-scheme .scrolled-header .mobile-navigation .site-logo svg {
    width: 135px;
    height: 47px;
}



.black-forest-color-scheme .site-header.scrolled-header .main-navigation,
.black-forest-color-scheme .site-header.scrolled-header .mobile-navigation{
  background: #424649;
}


.black-forest-color-scheme .mobile-navigation .open-menu-container p.menu-text{
    font-family:'Raleway';
  }

.black-forest-color-scheme  .main-navigation nav > ul li ul.submenu {
	background: #212121;
	border: 2px solid rgba(33,33,33,.9);
}
.black-forest-color-scheme  .main-navigation nav > ul li ul.submenu:before {
	border-bottom-color: #212121;
}
.black-forest-color-scheme .js-submenu-trigger span {
	background-color: #212121;
}

.black-forest-color-scheme  .main-navigation nav > ul li ul.submenu li:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1300px){

    .black-forest-color-scheme .main-navigation .site-logo svg{
		width: 182px;
		height: 64px;
	}

	.black-forest-color-scheme .main-navigation .left-nav,
	.black-forest-color-scheme .main-navigation .right-nav {
		top: 20px;
	}

	.black-forest-color-scheme .site-header.scrolled-header .main-navigation .left-nav,
	.black-forest-color-scheme .site-header.scrolled-header .main-navigation .right-nav {
		top: 11px;
	}
}

@media screen and (max-width: 1050px){

  .black-forest-color-scheme .main-navigation{
    background: #424649;
  }


  .black-forest-color-scheme.menu-open .scrolled-header .mobile-navigation .site-logo svg {
    width: 182px;
    height: 64px;
  }

}

@media screen and (max-width: 800px){

	.black-forest-color-scheme .main-navigation .site-logo svg,
	.black-forest-color-scheme .mobile-navigation .site-logo svg {
		width: 135px;
		height: 47px;
	}

}
  
  


/*  ====================== BOOKING BAR ====================== */

.black-forest-color-scheme .booking-bar {
    background: #424649;
}

.black-forest-color-scheme  .booking-bar .booking-submit-field input[type="submit"] {
    background: #F39200;
}

.black-forest-color-scheme .booking-bar .booking-submit-field input[type="submit"]:hover{
  background: #006633;
}


/*  ====================== INTRO SECTION ====================== */


.black-forest-color-scheme .intro-section .line-headline:after{
  background: #F39200;
}


.black-forest-color-scheme .intro-section .line-headline div:after{
  background: #212121;
}

.black-forest-color-scheme .intro-section ol.breadcrumbs li a.active{
  color: #F39200;
}

.black-forest-color-scheme .intro-section .anchor-links li a{
  color: #F39200;
}

.black-forest-color-scheme .intro-section .line-headline nav::after {
  background: #212121;
}




/*Booking Information Bar*/

.black-forest-color-scheme .intro-section .booking-information-bar a.button,
.black-forest-color-scheme .intro-section .booking-information-bar button.button
{
  background: #006633;
  color: white;
}

.black-forest-color-scheme .intro-section .booking-information-bar span strong{
  color: #F39200;
}

/* =========================== SUSTAINABILITY CIRCLE =========================== */

.black-forest-color-scheme .sustainability-circle{
  background: #006633;
}
.black-forest-color-scheme .sustainability-circle .hover-popup .h3{
  font-size:0.938em;
}

.black-forest-color-scheme .sustainability-circle .hover-popup{
   background: #424649;
   color: #fff;
}

.black-forest-color-scheme .sustainability-circle .hover-popup:after{
   background: #424649;
}



/*  ====================== TWO TEASER SECTION ====================== */

.black-forest-color-scheme .two-teaser-section span svg,
.black-forest-color-scheme span.arrow-link svg{
  fill:#006633;
}





/*  ====================== TEXTBANNER ====================== */

.black-forest-color-scheme .textbanner-section{
  background:#424649;
}

.black-forest-color-scheme .textbanner-section.colored{
  background: #006633;
}

.black-forest-color-scheme .textbanner-section .contact-row li a{
  color:#F39200;
}


.black-forest-color-scheme .textbanner-section .contact-row li a svg{
  fill:#F39200;
}

.black-forest-color-scheme .textbanner-section .contact-row li a:hover svg{
  fill: #fff;
}

.black-forest-color-scheme .textbanner-section .contact-row li a:hover {
	color: white;
}


/*  ====================== IMG TEXT SECTION WITH OPTIONAL COLLAGE ====================== */


.black-forest-color-scheme .img-text-section-opt-collage .text-container{
  background: #424649;
}

.black-forest-color-scheme .img-text-section-opt-collage.colored .text-container{
  background: #006633;
}


/* =========================== ICON LIST MODULE =========================== */

.black-forest-color-scheme .icon-list-module{
  background-color: #424649;
}

.black-forest-color-scheme .icon-list-module.colored{
  background: #006633;
}

.black-forest-color-scheme .icon-list-module .h3{
  text-transform:initial;
  font-weight: 400;
}

/* =========================== BOX FACTS MODULE =========================== */

.black-forest-color-scheme .box-facts-module .fact-box {
  border: 1px solid #F39200;
}

.black-forest-color-scheme .box-facts-module .fact-box .logo-seperator,
.black-forest-color-scheme .link-boxes-collection .link-box .logo-seperator,
.black-forest-color-scheme .classic-teaser-slideshow-section a .logo-seperator{
  width: 100px;
  height: 22px;
  background-size: contain;
  background-image:url(../images/black-forest-mountains.svg);
  margin: 0 auto 15px;
}


/*  ====================== TAB SECTION WITH IMG SLIDESHOW ====================== */

.black-forest-color-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box{
  background: #006633;
}

.black-forest-color-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a.active,
.black-forest-color-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a:hover{
  color:#F39200 ;
}


/*  ====================== LINK BOXES COLLECTION ====================== */

.black-forest-color-scheme .link-boxes-collection .link-box{
  background: #424649;
}

.black-forest-color-scheme .link-boxes-collection .link-box:hover{
  background: #006633;
}

.black-forest-color-scheme .link-boxes-collection .additional-comment p strong{
  color: #F39200;
}

.black-forest-color-scheme  .choose-category-row button.active{
  background: #F39200;
  color: black;
}


/*  ====================== CLASSIC TEASER SLIDESHOW ====================== */

.black-forest-color-scheme .classic-teaser-slideshow-section a .teaser-text-area{
  background: #006633;
}

.black-forest-color-scheme .classic-teaser-slideshow-section a:hover .teaser-text-area{
  background: #008543;
}

/*  ====================== SPECIAL TAB IMAGE SECTION ====================== */

.black-forest-color-scheme  .special-tab-image-section .special-tab-hidden-content .logo-seperator{
  width: 230px;
  height: 50px;
  background-size: contain;
  background-image:url(../images/black-forest-mountains.svg);
  margin: 0 auto 40px;
}

.black-forest-color-scheme .special-tab-image-section a.image-tab-button.active:after{
  opacity: 0.98;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33,33,33,0.00)), color-stop(24%, rgba(14,73,43,0.80)), color-stop(95%, #006633));
  background-image: -o-linear-gradient(top, rgba(33,33,33,0.00) 0%, rgba(14,73,43,0.80) 24%, #006633 95%);
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, rgba(14,73,43,0.80) 24%, #006633 95%);
}

/*hidden content*/

.black-forest-color-scheme  .special-tab-image-section .special-tab-hidden-content{
  background:#424649;
}

.black-forest-color-scheme .special-tab-image-section .horizontal-text-img-element .text-container{
  background:#212121;
}

.black-forest-color-scheme .special-tab-image-section a.image-tab-button.active:before{
  border-color: #006633 transparent transparent transparent;
}



@media screen and (max-width: 900px){

  .black-forest-color-scheme  .special-tab-image-section .special-tab-hidden-content .logo-seperator{
    width: 150px;
    height: 32px;

    margin: 0 auto 30px;
  }


}

/*  ====================== MAP SECTION ====================== */

  .black-forest-color-scheme .map-section #simple-map .h2{
    color:#F39200;
}


/*  ====================== TEXTSITE CONTAINER====================== */

 .black-forest-color-scheme .textsite-container .h3{
  color:#F39200;
}

 .black-forest-color-scheme .textsite-container ol li::before {
  color: #F39200;

}

 .black-forest-color-scheme .textsite-container ul li:before{
  background:#F39200;
}




/*  ====================== SOCIAL WALL ====================== */
.black-forest-color-scheme .social-wall .social-col-left span{
  font-family:'Raleway';
}

.black-forest-color-scheme .social-wall .social-teaser{
  background:#006633;
}

.black-forest-color-scheme .social-wall .social-links a:hover{
  background: #F39200;
}

.black-forest-color-scheme .social-wall .social-links a:hover svg{
  fill: #fff;
}

/*  ====================== FOOTER ====================== */

.black-forest-color-scheme footer.site-footer .main-footer{
  background: #424649;
}

.black-forest-color-scheme footer.site-footer .main-footer a.button{
  background:#006633;
  color: white;
}

.black-forest-color-scheme footer.site-footer  .social-links a{
  background: #006633;
}

.black-forest-color-scheme footer.site-footer  .social-links a svg{
  fill: #fff;
}

.black-forest-color-scheme footer.site-footer:after{
  content:'';
  display: block;
  width: 230px;
  height: 50px;
  background-image:url(../images/black-forest-mountains.svg);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform:translateX(-50%);
      -ms-transform:translateX(-50%);
          transform:translateX(-50%);
}

@media screen and (max-width: 900px){

  .black-forest-color-scheme footer.site-footer:after {
    width: 161px;
    height: 35px;
    background-size: contain;
    top: -20px;
    left: 50%;
  }

}


/* 
 ==========================================================================
schloss reinach color scheme 
 ==========================================================================
 */


.schloss-reinach-scheme .form-style .form-field-row .form-field input,
.schloss-reinach-scheme .form-style .form-field-row .form-field select,
.schloss-reinach-scheme .form-style .form-field-row .form-field .js-select{
  background: #D8D2C7;
}


.schloss-reinach-scheme .site-wrapper{
  -webkit-box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%);
          box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%);
}

body.schloss-reinach-scheme,
#popup.schloss-reinach-scheme {
  background: #E8E2D7;
  color: #212121;
}

body.schloss-reinach-scheme p a{
  color: #212121;
}

.schloss-reinach-scheme dl dt{
  color: #212121;
}
.schloss-reinach-scheme .reservision-start > div {
  background-color: #755741;
  font-family: 'Lato',sans-serif;
  border-radius: 0 20px 0 20px;
  transition: border-radius .8s ease;
}
.schloss-reinach-scheme .reservision-start > div:hover {
  border-radius: 0px;
}


/*HEADLINES*/
.schloss-reinach-scheme .h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
}
  
@media screen and (min-width: 1200px){

   .schloss-reinach-scheme .intro-section .h2 {
    font-size: 3.75rem;
    line-height: 70px;
  }
}

  @media screen and (max-width: 1200px){

  .schloss-reinach-scheme .h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

@media screen and (max-width: 750px){

  .schloss-reinach-scheme .h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }


}

/*  ====================== pager ====================== */

.schloss-reinach-scheme .pager{
  font-family:'Playfair Display';
}

.schloss-reinach-scheme .pager li a.page-number.active{
  background:#755741;
  color: #fff;
}
 

/*  ====================== GERNERALS ====================== */

/*HEADLINES*/
.schloss-reinach-scheme  .h1,
.schloss-reinach-scheme  .h2,
.schloss-reinach-scheme  .h3 {
  font-family: 'Playfair Display';
  font-weight: 400;
}

/*subheadline*/

.schloss-reinach-scheme  span.subheadline.line:before{
  background: #755741;

}

/*BUTTONS*/

.schloss-reinach-scheme  a.button.colored,
.schloss-reinach-scheme  a.button.colored,
.schloss-reinach-scheme #widget .reservision-start,
.schloss-reinach-scheme button.button.colored,
.schloss-reinach-scheme .form-style .submit-row input[type="submit"]{
  background: #755741;
  color: white;
}


/*  ====================== SITE HEADER ====================== */
.schloss-reinach-scheme .site-header .meta-bar{
  background: #6E6A65;
}

.schloss-reinach-scheme .main-navigation .site-logo svg{
	width: 140px;
    height: 85px;
    fill: #000000;
}


.schloss-reinach-scheme .mobile-navigation .site-logo svg{
  fill:#000;
  width: 100px;
    height: 62px;
}

.schloss-reinach-scheme .main-navigation nav ul li a:after{
    background: black;
}




.schloss-reinach-scheme .main-navigation nav > ul ul{
  border-top: 2px solid #6E6A65;
}

.schloss-reinach-scheme .main-navigation nav > ul ul:before{
  border-bottom: 5px solid #6E6A65;

}

.schloss-reinach-scheme .main-navigation nav > ul li ul {
    background: rgba(110,106,101,.95);
}


.schloss-reinach-scheme .main-navigation > ul li ul a{
  color: rgba(255,255,255,.6);
}




.schloss-reinach-scheme .main-navigation nav > ul ul a:hover,
.schloss-reinach-scheme .main-navigation nav > ul ul a.active{
  color: white;
  text-decoration: underline;
}

.schloss-reinach-scheme .site-header .meta-bar .contact-language-bar li a:hover,
.schloss-reinach-scheme .site-header .meta-bar .meta-links a:hover{
  color:#fff;
  text-decoration: underline;
}

/*Scrolled Header*/

.schloss-reinach-scheme .scrolled-header .main-navigation .site-logo svg,
.schloss-reinach-scheme .scrolled-header .mobile-navigation .site-logo svg,
.schloss-reinach-scheme.menu-open .site-logo svg {
    width: 100px;
    height: 62px;
}

.schloss-reinach-scheme .scrolled-header .main-navigation nav ul li a:after,
.schloss-reinach-scheme.menu-open .main-navigation nav ul li a:after{
    background: #755741;
}

.schloss-reinach-scheme .scrolled-header .main-navigation nav > ul ul{
  border-top: 2px solid #755741;
}

.schloss-reinach-scheme .scrolled-header  .main-navigation nav > ul ul:before{
      border-bottom: 5px solid #755741;
}

.schloss-reinach-scheme .site-header.scrolled-header .main-navigation,
.schloss-reinach-scheme .site-header.scrolled-header .mobile-navigation{
  background: #D8D2C7;
}

.schloss-reinach-scheme .site-header.scrolled-header .main-navigation nav > ul > li > a,
.schloss-reinach-scheme .site-header.scrolled-header .mobile-navigation nav > ul > li > a{
  color: #212121;
}


.schloss-reinach-scheme .site-header.scrolled-header svg{
  fill:#212121;
}

.schloss-reinach-scheme .site-header.scrolled-header .open-menu-container p.menu-text,
.schloss-reinach-scheme.menu-open .site-header .open-menu-container p.menu-text{
  color: #212121;
}


.schloss-reinach-scheme .mobile-navigation .open-menu-container p.menu-text{
  font-family: 'Playfair Display';
}

/*  ====================== SPECIAL TAB IMAGE SECTION ====================== */



.schloss-reinach-scheme .special-tab-image-section a.image-tab-button:after{
	background: #6E6A65;
  	opacity: .75;
}


.schloss-reinach-scheme .special-tab-image-section a.image-tab-button.active:after{
  opacity: 0.98;
  background:transparent;
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, rgb(117, 87, 65) 40%, #755741 100%);
}




.schloss-reinach-scheme .special-tab-image-section a.image-tab-button.active:before{
  border-color: #755741 transparent transparent transparent;
}



.schloss-reinach-scheme .special-tab-image-section a.image-tab-button .text-container p{
    color: white;
}

.schloss-reinach-scheme .special-tab-image-section a.image-tab-button .text-container p strong{
  font-family: 'Playfair';
  font-weight: 400;
  text-transform: initial;
  color: rgba(255,255,255,1);
}


/*hidden content*/

.schloss-reinach-scheme .special-tab-image-section .special-tab-hidden-content{
  background: #D8D2C7;
}

.schloss-reinach-scheme .special-tab-image-section .horizontal-text-img-element .text-container{
  background:#E8E2D7;
}


/* =========================== SUSTAINABILITY CIRCLE =========================== */

/*Hover*/
.schloss-reinach-scheme  .sustainability-circle .hover-popup{
  background: #E8E2D7;
}

.schloss-reinach-scheme .sustainability-circle .hover-popup:after{
  background: #E8E2D7;
}

/*  ====================== BOOKING BAR ====================== */

.schloss-reinach-scheme .booking-bar {
    background: #D8D2C7;
}

.schloss-reinach-scheme .booking-bar .booking-form-field.calendar svg,
.schloss-reinach-scheme .booking-bar .booking-form-field.persons svg,
.schloss-reinach-scheme .booking-bar .booking-form-field.clock svg{
  fill:#78756B;
}

.schloss-reinach-scheme .booking-bar .booking-form-field {
    border-left: 1px solid #755741;
}

.schloss-reinach-scheme .booking-bar .booking-form-field input[type="text"], 
.schloss-reinach-scheme .booking-bar .booking-form-field select,
.schloss-reinach-scheme .js-select .label{
  color: #555555;
}


.schloss-reinach-scheme .booking-bar .booking-form-field input[type="text"]::-webkit-input-placeholder {
  color: #555;
}

.schloss-reinach-scheme .booking-bar .booking-form-field input[type="text"]::-moz-placeholder {
  color: #555;
}

.schloss-reinach-scheme .booking-bar .booking-form-field input[type="text"]:-ms-input-placeholder {
  color: #555;
}

.schloss-reinach-scheme .booking-bar .booking-form-field input[type="text"]::-ms-input-placeholder {
  color: #555;
}

.schloss-reinach-scheme .booking-bar .booking-form-field input[type="text"]::placeholder {
  color: #555;
}


.schloss-reinach-scheme  .booking-bar .booking-submit-field input[type="submit"] {
    background: #755741;
}

.schloss-reinach-scheme .booking-bar .booking-submit-field input[type="submit"]:hover{
  background: #856A56;
}
  
  

/*  ====================== INTRO SECTION ====================== */


.schloss-reinach-scheme .intro-section .line-headline:after{
  background: #755741;
}


.schloss-reinach-scheme .intro-section .line-headline div:after{
  background: #E8E2D7;
}

.schloss-reinach-scheme .intro-section ol.breadcrumbs li a span{
  color: #212121;
}


.schloss-reinach-scheme .intro-section ol.breadcrumbs li:last-of-type span{
  color: #755741;
}

.schloss-reinach-scheme .intro-section .anchor-links li a span{
  color: #212121;
}

.schloss-reinach-scheme .intro-section ul.facts-icon-container svg{
  fill:#755741;
}

.schloss-reinach-scheme .intro-section ul.facts-icon-container a{
  color: #755741;
}

.schloss-reinach-scheme .intro-section .h4{
  color: #755741;
}

/*Booking Information Bar*/

.schloss-reinach-scheme .intro-section .booking-information-bar a.button,
.schloss-reinach-scheme .intro-section .booking-information-bar button.button{
  background: #755741;
}

.schloss-reinach-scheme .intro-section .booking-information-bar span strong,
 .schloss-reinach-scheme .horizontal-text-img-element .price-line span strong{
  color: #755741;
}




/*  ====================== TAB MENU SECTION ====================== */

.schloss-reinach-scheme .tab-menu-section:after{
  background: #D8D2C7;
}

/* Menu Text Area*/

.schloss-reinach-scheme  .tab-menu-section .menu-text-area{
  background: #E8E2D7;
}

.schloss-reinach-scheme  .tab-menu-section .menu-text-area .text-unit span{
  color: #755741;
}

/*  ====================== LINK BOXES COLLECTION ====================== */

.schloss-reinach-scheme .link-boxes-collection .link-box{
  background: #6E6A65;
}

.schloss-reinach-scheme .link-boxes-collection .link-box:hover{
  background: #755741;
}

/*  ====================== MAP SECTION ====================== */

  .schloss-reinach-scheme .map-section #simple-map .h2 {
    color:#212121;
    font-family:'Playfair Display';
    font-weight: 400;
}




/*  ====================== TWO TEASER SECTION ====================== */

.schloss-reinach-scheme .two-teaser-section span svg,
.schloss-reinach-scheme span.arrow-link svg{
  fill:#755741;
}

.schloss-reinach-scheme  .two-teaser-section .h3 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    color: #212121;
}


.schloss-reinach-scheme .two-teaser-section .left-bigger-teaser:after{
  background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #E8E2D7 60%);
}

.schloss-reinach-scheme .two-teaser-section .right-smaller-teaser:after{
  background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #E8E2D7 50%);
}

.schloss-reinach-scheme .two-teaser-section span, 
.schloss-reinach-scheme span.arrow-link {
    color:black;
}


@media screen and (max-width: 1200px){

  .schloss-reinach-scheme .two-teaser-section .h3 {
    font-size: 2.5rem;
    line-height: 3.125rem;

  }


}


@media screen and (max-width: 550px){

  .schloss-reinach-scheme .two-teaser-section .h3 {
    font-size: 2rem;
    line-height: 2.375rem;

  }


}


/* =========================== BOX FACTS MODULE =========================== */

.schloss-reinach-scheme.box-facts-module .fact-box {
  border: 1px solid #212121;
}

.schloss-reinach-scheme .box-facts-module .fact-box .logo-seperator,
.schloss-reinach-scheme .link-boxes-collection .link-box .logo-seperator,
.schloss-reinach-scheme .classic-teaser-slideshow-section a .logo-seperator,
.schloss-reinach-scheme .col-2-teaser-boxes a .logo-seperator{
  width: 35px;
  height: 30px;
  background-size: contain;
  background-image:url(../images/schloss_reinach_small_logo.svg);
  margin: 0 auto 15px;
}

/*  ====================== TEXTBANNER ====================== */

.schloss-reinach-scheme .textbanner-section{
  background:#D8D2C7;
  color: #212121;
}

.schloss-reinach-scheme .textbanner-section.colored{
  background: #6E6A65;
  color: #fff;
}

.schloss-reinach-scheme .textbanner-section p, 
.schloss-reinach-scheme .textbanner-section .contact-row li a {

    font-family: 'Playfair Display';
    font-weight: 400;
}

.schloss-reinach-scheme .textbanner-section p a{
  color: #755741;
}

.schloss-reinach-scheme .textbanner-section.colored p a{
  color: #fff;
}

.schloss-reinach-scheme .textbanner-section .contact-row li a{
  color:white;
}
.schloss-reinach-scheme .textbanner-section .contact-row li a:hover {
	background-color: #755741;
	padding: 5px 5px 5px 55px;
}

.schloss-reinach-scheme .textbanner-section .contact-row li a svg{
  fill:white;
}
.schloss-reinach-scheme .textbanner-section .contact-row li a:hover svg{
	background-color: #755741;
}

.schloss-reinach-scheme  .textbanner-section .contact-row li a.mail svg{
  top: 9px;
}
.schloss-reinach-scheme  .textbanner-section .contact-row li a.mail:hover svg{
	top: 14px;
	left: 5px;
}

.schloss-reinach-scheme .textbanner-section .contact-row li a.phone svg{
  top: 3px;
}
.schloss-reinach-scheme .textbanner-section .contact-row li a.phone:hover svg{
	top: 8px;
	left: 5px;
}


.schloss-reinach-scheme .textbanner-section .logo-seperator {
    background-image: url(../images/gc_logo-black.svg);
}

/*  ====================== HORIZIONTAL IMAGE ====================== */

.schloss-reinach-scheme .horizontal-text-img-element .text-container {
    background: #D8D2C7;
}

/*  ====================== THREE TOPICS TEASER ====================== */

.schloss-reinach-scheme  .three-topics-teaser .middle-text-area{
  background: #6E6A65;
  color: #fff;
}

.schloss-reinach-scheme .three-topics-teaser span.subheadline.line:before {
    background: rgba(255,255,255,.5);
}




/*  ====================== TAB SECTION WITH IMG SLIDESHOW ====================== */



.schloss-reinach-scheme  .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box{
  background: #6E6A65;
  color: #fff;
}

.schloss-reinach-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a{
  color: rgba(255,255,255,.4);
  font-weight: 700;
}

.schloss-reinach-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a.active,
.schloss-reinach-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a:hover{
  color:#FFFFFF;
}


/*  ====================== FULL IMG TEASER ====================== */

.schloss-reinach-scheme  .full-img-teaser .h3{
  color: #212121;
}



.schloss-reinach-scheme  .full-img-teaser .img-teaser-container:after{
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232,226,215,0.00)), to(#E8E2D7));
   background-image: -o-linear-gradient(top, rgba(232,226,215,0.00) 0%, #E8E2D7 100%);
   background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #E8E2D7 100%);
}


/*  ====================== IMG TEXT SECTION WITH OPTIONAL COLLAGE ====================== */


.schloss-reinach-scheme .img-text-section-opt-collage .text-container{
  background: #D8D2C7;
}

.schloss-reinach-scheme .img-text-section-opt-collage.colored .text-container{
  background: #D8D2C7;
}


/*  ====================== CLASSIC TEASER SLIDESHOW ====================== */

.schloss-reinach-scheme .classic-teaser-slideshow-section a .teaser-text-area,
.schloss-reinach-scheme .col-2-teaser-boxes a .teaser-text-area{
  background: #6E6A65;
  color: #fff;
}

.schloss-reinach-scheme .classic-teaser-slideshow-section a .teaser-text-area .h3{
  font-size: 1.875rem;
}

.schloss-reinach-scheme .classic-teaser-slideshow-section a:hover .teaser-text-area,
.schloss-reinach-scheme .col-2-teaser-boxes a:hover .teaser-text-area{
  background: #755741;
}



@media screen and (max-width: 1200px){
  .schloss-reinach-scheme .classic-teaser-slideshow-section a .teaser-text-area .h3{
    font-size: 22px;
  }
}


/*  ====================== LINK BOXES COLLECTION ====================== */



.schloss-reinach-scheme .choose-category-row button {
    color: #755741;
    border: 1px solid #755741;
    background-color: transparent;
}

.schloss-reinach-scheme  .choose-category-row button.active{
  background: #755741;
  color: #fff;
}



/* =========================== ICON LIST MODULE =========================== */

.schloss-reinach-scheme .icon-list-module{
  background-color: #6E6A65;
  color: #fff;
}

.schloss-reinach-scheme .icon-list-module.colored{
  background: #6E6A65;
}


.schloss-reinach-scheme .icon-list-module .icon-list-container .icon-element span.headline-case{
  font-family:'Playfair Display';
  color: #E8E2D7;
}



/*  ====================== PROMINENT INTERNAL LINKS COLLECTION====================== */

.schloss-reinach-scheme  .prominent-internal-links-collection .prominent-link-box .text-part {
  color: #212121;
}


.schloss-reinach-scheme  .prominent-internal-links-collection .prominent-link-box .text-part svg{
  fill:#755741;
}




.schloss-reinach-scheme .prominent-internal-links-collection .prominent-teaser-img-slideshow:after{
  background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #E8E2D7 40%);
}


/*  ====================== GALLERY ====================== */

.schloss-reinach-scheme  .gallery-section span.text-col{
  font-family:'Playfair Display';
  font-weight: 400;

}



/*  ====================== MEETIN TABLE SECTION ====================== */

.schloss-reinach-scheme .meeting-table-section table tbody tr td{
  border-bottom: 1px solid #E8E2D7;
}

.schloss-reinach-scheme .meeting-table-section table th{
  border-left: 1px solid #E8E2D7;
}

.schloss-reinach-scheme .meeting-table-section table th{
  background: #6E6A65;
  font-family:'Playfair Display';
}


.schloss-reinach-scheme  .meeting-table-section table td{
  background: #D8D2C7;
  border-left: 1px solid #E8E2D7;
}

.schloss-reinach-scheme .meeting-table-section table td:first-child{
  background: #CFC9C0;
}

.schloss-reinach-scheme .meeting-table-section table td:first-child a,
.schloss-reinach-scheme .meeting-table-section table td:first-child{
  color: black;
}


.schloss-reinach-scheme .meeting-table-section table th span{
    font-family:'Lato';
    font-weight: 400;
}

.schloss-reinach-scheme  .meeting-table-section table td a:after{
  background: #755741;
}

@media screen and (max-width: 900px){
  .schloss-reinach-scheme .meeting-table-section table td:first-child {
    color: #755741;
    font-family:'Playfair Display';

  }
}


/*  ====================== TEXTSITE CONTAINER====================== */

 .schloss-reinach-scheme .textsite-container .h3{
  color:#212121;
}

 .schloss-reinach-scheme .textsite-container ol li::before {
  color: #212121;

}

 .schloss-reinach-scheme .textsite-container ul li:before{
  background:#755741;
}

/*  ====================== SOCIAL WALL ====================== */
.schloss-reinach-scheme .social-wall .social-col-left span{
  font-family:'Playfair Display';
  color: #755741;
  font-weight: 400;
}

.schloss-reinach-scheme .social-wall .social-teaser{
  background:#D8D2C7;
}

.schloss-reinach-scheme .social-wall .social-teaser .h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.schloss-reinach-scheme .social-wall .social-links a{
  background: #755741;
}

.schloss-reinach-scheme .social-wall .social-links a svg{
  fill: #fff;
}

.schloss-reinach-scheme .social-wall .social-links a:hover{
  background: #6E6A65;
}

@media screen and (max-width: 1200px){

  .schloss-reinach-scheme .social-wall .social-teaser .h2 {
      font-size: 1.875rem;
      line-height: 2.1875rem;
  }
}

@media screen and (max-width: 900px){

  .schloss-reinach-scheme  .social-wall .social-teaser .h2 {
    font-size: 23px;
    line-height: 1.625rem;
  }

  .schloss-reinach-scheme .prominent-internal-links-collection .prominent-teaser-img-slideshow::after {
	background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #E8E2D7 50%);
  }
}



/*  ====================== FOOTER ====================== */

.schloss-reinach-scheme footer.site-footer .main-footer{
  background: #D8D2C7;
  color: black;
}

.schloss-reinach-scheme footer.site-footer .main-footer p{
  font-weight: 400;
}

.schloss-reinach-scheme  footer.site-footer .main-footer .h3{
  color: #212121;
  font-size: 1.875rem;
  line-height: 2.75rem;
}

.schloss-reinach-scheme footer.site-footer .main-footer p strong{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.schloss-reinach-scheme footer.site-footer .main-footer a.button{
  background:#755741;
  color: white;
}

.schloss-reinach-scheme footer.site-footer  .social-links a{
  background: #755741;
}
.schloss-reinach-scheme footer.site-footer  .social-links li:before {
	display: none;
}

.schloss-reinach-scheme footer.site-footer  .social-links a svg{
  fill: #fff;
}

.schloss-reinach-scheme footer.site-footer:after{
  content:'';
  display: block;
  width: 60px;
  height: 52px;
   background-image: url(../images/schloss_reinach_small_logo_dark.svg);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform:translateX(-50%);
      -ms-transform:translateX(-50%);
          transform:translateX(-50%);
}

.schloss-reinach-scheme footer.site-footer .main-footer ul.link-col li a,
.schloss-reinach-scheme footer.site-footer .main-footer p a{
    color: black;
}

.schloss-reinach-scheme footer.site-footer .main-footer ul.link-col li a:after {
    background: black;
}

.schloss-reinach-scheme footer.site-footer .bottom-footer-line .meta-link-row a:after{
  background: #fff;
}

.schloss-reinach-scheme  footer.site-footer .bottom-footer-line {
    background: #6E6A65;
    color: #fff;
}

@media screen and (max-width: 900px){

  .schloss-reinach-scheme footer.site-footer:after {
    width: 40px;
    height: 35px;
    background-size:contain;
    top: -20px;
    left: 50%;
  }

}


/* 
 ==========================================================================
boardinghouse stadt lörrach color scheme 
 ==========================================================================
 */


.boardinghouse-scheme .site-wrapper{
  -webkit-box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%);
          box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%);
}

body.boardinghouse-scheme,
#popup.boardinghouse-scheme{
  background: #F8F4F1;
  color: #575756;
}

body.boardinghouse-scheme p a{
  color: #212121;
}

.boardinghouse-scheme dl dt{
	color: black;
	font-weight: bolder;
}

.boardinghouse-scheme .form-style .form-field-row .form-field input,
.boardinghouse-scheme .form-style .form-field-row .form-field select,
.boardinghouse-scheme .form-style .form-field-row .form-field .js-select{
  background: #fff;
}

.boardinghouse-scheme a.button svg {
  fill: black;
}


/*HEADLINES*/
.boardinghouse-scheme .h2{
  font-size: 3.125rem;
  line-height: 3.75rem;
}

@media screen and (min-width: 1200px){

   .boardinghouse-scheme .intro-section .h2{
    font-size: 3.75rem;
    line-height: 70px;
  }
}

  @media screen and (max-width: 1200px){

  .boardinghouse-scheme .h2{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

@media screen and (max-width: 750px){

  .boardinghouse-scheme .h2{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }


}

/*  ====================== pager ====================== */

.boardinghouse-scheme .pager{
  font-family:'Alegreya Sans';
}

.boardinghouse-scheme .pager li a.page-number.active{
  background:#BC9C62;
  color: #fff;
}
 

/*  ====================== GERNERALS ====================== */

/*HEADLINES*/
.boardinghouse-scheme  .h1,
.boardinghouse-scheme  .h2,
.boardinghouse-scheme  .h3 {
  font-family: 'Alegreya Sans';
  font-weight: 300;
}

/*subheadline*/

.boardinghouse-scheme  span.subheadline.line:before{
  background: #BC9C62;

}

/*BUTTONS*/

.boardinghouse-scheme  a.button.colored,
.boardinghouse-scheme  #widget .reservision-start,
.boardinghouse-scheme button.button.colored{
  background: #BC9C62;
}


/*  ====================== SITE HEADER ====================== */
.boardinghouse-scheme .site-header .meta-bar{
  background: #78706B;
}

.boardinghouse-scheme .site-teaser .stage-headline .h1 {
	line-height: 3.125rem;
}

.boardinghouse-scheme .main-navigation .site-logo svg{
	width: 152px;
	height: 84px;
  	fill: black;
}

.boardinghouse-scheme .main-navigation,
.boardinghouse-scheme .mobile-navigation,
.boardinghouse-scheme .mobilenav {
	background-color: #E8E2D7;
}

.boardinghouse-scheme .mobile-navigation .site-logo svg{
	fill:black;
	width: 100px;
    height: 62px;
}

.boardinghouse-scheme .main-navigation ul li a:after{
    background: black;
}

.boardinghouse-scheme .main-navigation > ul ul.submenu{
  border-top: 2px solid #E8E2D7;
}

.boardinghouse-scheme .main-navigation > ul ul:before{
  border-bottom: 5px solid #E8E2D7;

}

.boardinghouse-scheme .main-navigation > ul li ul.submenu {
    background: rgba(110,106,101,.95);
}

.boardinghouse-scheme .main-navigation > ul li ul.submenu a{
  color: rgba(255,255,255,.6);
}


.boardinghouse-scheme .main-navigation > ul ul.submenu a:hover,
.boardinghouse-scheme .main-navigation > ul ul.submenu a.active{
  color: #E8E2D7;
}

.boardinghouse-scheme .site-header .meta-bar .contact-language-bar li a:hover{
  color:#BC9C62;
}
.boardinghouse-scheme .site-header .meta-bar .meta-links a:hover{
  color:#E8E2D7;
}

.boardinghouse-scheme  .main-navigation nav > ul li ul.submenu:before {
	border-bottom-color: #667073;
}

/*Scrolled Header*/

.boardinghouse-scheme .scrolled-header .main-navigation .site-logo svg,
.boardinghouse-scheme .scrolled-header .mobile-navigation .site-logo svg,
.boardinghouse-scheme.menu-open .site-logo svg {
    width: 100px;
    height: 62px;
}




.boardinghouse-scheme .scrolled-header .main-navigation ul li a:after,
.boardinghouse-scheme.menu-open .main-navigation ul li a:after{
    background: #BC9C62;
}

.boardinghouse-scheme .scrolled-header .main-navigation > ul ul.submenu{
  border-top: 2px solid #BC9C62;
}

.boardinghouse-scheme .scrolled-header  .main-navigation > ul ul.submenu:before{
      border-bottom: 5px solid #BC9C62;
}

.boardinghouse-scheme .site-header.scrolled-header .main-navigation > ul > li > a,
.boardinghouse-scheme .site-header.scrolled-header .mobile-navigation > ul > li > a{
  color: #575756;
}


.boardinghouse-scheme .site-header.scrolled-header svg{
  fill:#212121;
}

.boardinghouse-scheme.menu-open .scrolled-header .mobile-navigation .site-logo svg .changelogocolor{
	fill: #575756 !important;
}

.boardinghouse-scheme .site-header.scrolled-header .open-menu-container p.menu-text,
.boardinghouse-scheme.menu-open .site-header .open-menu-container p.menu-text{
  color: #212121;
}


.boardinghouse-scheme .mobile-navigation .open-menu-container p.menu-text{
  font-family: 'Alegreya Sans';
  }

.boardinghouse-scheme .long-word,
.boardinghouse-scheme .short-word {
  color: black;
}

@media screen and (max-width: 1500px){

	.boardinghouse-scheme .mobilenav .site-logo svg{
		width: 120px;
		height: 67px;
	}

  .boardinghouse-scheme .mobilenav nav > ul > li > a {
    color: black;
  }

	.boardinghouse-scheme .mobilenav nav > ul li ul.submenu {
		background-color: white;
	}

	.boardinghouse-scheme .mobilenav nav > ul li ul.submenu li a {
		color: black;
	}

	.boardinghouse-scheme .mobilenav nav > ul li ul.submenu li a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 1050px){


  .boardinghouse-scheme.menu-open .site-header svg{
    fill:#212121;
  }

  .boardinghouse-scheme.menu-open .main-navigation > ul li ul.submenu {
    background: none;
  }


  .boardinghouse-scheme.menu-open .site-header .main-navigation > ul > li > a, 
  .boardinghouse-scheme.menu-open .site-header .mobile-navigation > ul > li > a{
    color: #212121;
  }


  .boardinghouse-scheme.menu-open .main-navigation > ul li ul.submenu a{
    color: #212121;
  }

   .boardinghouse-scheme  .main-navigation{
    background: #F8F4F1;
  }


  .boardinghouse-scheme.menu-open .scrolled-header .mobile-navigation .site-logo svg {
    width: 100px;
    height: 62px;
  }

   .boardinghouse-scheme.menu-open .scrolled-header .mobile-navigation .site-logo svg .changelogocolor{
    fill: #575756 !important;
   }

    .boardinghouse-scheme.menu-open .main-navigation > ul li ul.submenu a.active{
      color:#755741;
      font-weight: 700;
    }

}

@media screen and (max-width: 800px){

  .boardinghouse-scheme .main-navigation .site-logo svg,
  .boardinghouse-scheme .mobile-navigation .site-logo svg
  .boardinghouse-scheme .scrolled-header .site-logo svg {
    width: 100px;
    height: 56px;
  }


}


/* =========================== SUSTAINABILITY CIRCLE =========================== */

/*Hover*/
.boardinghouse-scheme  .sustainability-circle .hover-popup{
  background: #E8E2D7;
}

.boardinghouse-scheme .sustainability-circle .hover-popup:after{
  background: #E8E2D7;
}

/*  ====================== BOOKING BAR ====================== */

.boardinghouse-scheme .booking-bar {
    background: #fff;
}

.boardinghouse-scheme .booking-bar .booking-form-field.calendar svg,
.boardinghouse-scheme .booking-bar .booking-form-field.persons svg,
.boardinghouse-scheme .booking-bar .booking-form-field.clock svg{
  fill:#BC9C62;
}

.boardinghouse-scheme .booking-bar .booking-form-field {
    border-left: 1px solid #BC9C62;
}

.boardinghouse-scheme .booking-bar .booking-form-field input[type="text"], 
.boardinghouse-scheme .booking-bar .booking-form-field select,
.boardinghouse-scheme .js-select .label{
  color: #575756;
}


.boardinghouse-scheme .booking-bar .booking-form-field input[type="text"]::-webkit-input-placeholder {
  color: #575756;
}

.boardinghouse-scheme .booking-bar .booking-form-field input[type="text"]::-moz-placeholder {
  color: #575756;
}

.boardinghouse-scheme .booking-bar .booking-form-field input[type="text"]:-ms-input-placeholder {
  color: #575756;
}

.boardinghouse-scheme .booking-bar .booking-form-field input[type="text"]::-ms-input-placeholder {
  color: #575756;
}

.boardinghouse-scheme .booking-bar .booking-form-field input[type="text"]::placeholder {
  color: #575756;
}


.boardinghouse-scheme  .booking-bar .booking-submit-field input[type="submit"] {
    background: #BC9C62;
}

.boardinghouse-scheme .booking-bar .booking-submit-field input[type="submit"]:hover{
  background: #8A807A;
}
  
  

/*  ====================== INTRO SECTION ====================== */


.boardinghouse-scheme .intro-section .line-headline:after{
  background: #BC9C62;
}


.boardinghouse-scheme .intro-section .line-headline div:after{
  background: #F8F4F1;
}

.boardinghouse-scheme .intro-section ol.breadcrumbs li a{
  color: #212121;
}


.boardinghouse-scheme .intro-section ol.breadcrumbs li a.active{
  color: #BC9C62;
}

.boardinghouse-scheme .intro-section .anchor-links li a {
  color: #212121;
}

.boardinghouse-scheme .intro-section span{
  color: #555555;
}

.boardinghouse-scheme .intro-section ul.facts-icon-container svg{
  fill:#BC9C62;
}

.boardinghouse-scheme .intro-section ul.facts-icon-container a{
  color: #BC9C62;
}

.boardinghouse-scheme .intro-section .h4{
  color: #BC9C62;
}

.boardinghouse-scheme .intro-section .line-headline nav::after {
  background: #F8F4F1;
}

/*Booking Information Bar*/

.boardinghouse-scheme .intro-section .booking-information-bar a.button,
.boardinghouse-scheme .intro-section .booking-information-bar button.button{
  background: #BC9C62;
}

.boardinghouse-scheme .intro-section .booking-information-bar span strong,
 .boardinghouse-scheme .horizontal-text-img-element .price-line span strong{
  color: #BC9C62;
}


/*  ====================== SPECIAL TAB IMAGE SECTION ====================== */



.boardinghouse-scheme .special-tab-image-section a.image-tab-button:after{
  background: #8A807A;
  opacity: .75;
}


.boardinghouse-scheme .special-tab-image-section a.image-tab-button.active:after{
  background:transparent;
  opacity: 0.98;
  background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, rgba(188,156,98,0.58) 24%, #BC9C62 95%);
}




.boardinghouse-scheme .special-tab-image-section a.image-tab-button.active:before{
  border-color: #BC9C62 transparent transparent transparent;
}



.boardinghouse-scheme .special-tab-image-section a.image-tab-button .text-container p{
    color: rgba(255,255,255,.75);
}

.boardinghouse-scheme .special-tab-image-section a.image-tab-button .text-container p strong{
  font-family: 'Alegreya Sans';
  font-weight: 300;
}


/*hidden content*/

.boardinghouse-scheme .special-tab-image-section .special-tab-hidden-content{
  background: #fff;
}

.boardinghouse-scheme .special-tab-image-section .horizontal-text-img-element .text-container{
  background:#F8F4F1;
}



/*  ====================== TAB MENU SECTION ====================== */

.boardinghouse-scheme .tab-menu-section:after{
  background: #fff;
}

/* Menu Text Area*/

.boardinghouse-scheme  .tab-menu-section .menu-text-area{
  background: #fff;
}

.boardinghouse-scheme  .tab-menu-section .menu-text-area .text-unit span{
  color: #BC9C62;
}

/*  ====================== LINK BOXES COLLECTION ====================== */

.boardinghouse-scheme .link-boxes-collection .link-box{
  background: #8A807A;
}

.boardinghouse-scheme .link-boxes-collection .link-box:hover{
  background: #86817B;
}

/*  ====================== MAP SECTION ====================== */

  .boardinghouse-scheme .map-section #simple-map .h2{
    color:#212121;
    font-family:'Alegreya Sans';
    font-weight: 400;
}




/*  ====================== TWO TEASER SECTION ====================== */

.boardinghouse-scheme .two-teaser-section span svg,
.boardinghouse-scheme span.arrow-link svg{
  fill:black;
}

.boardinghouse-scheme  .two-teaser-section .h3 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    color: black;
}


.boardinghouse-scheme .two-teaser-section .left-bigger-teaser:after{
  background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #F8F4F1 50%);
}

.boardinghouse-scheme .two-teaser-section .right-smaller-teaser:after{
  background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #F8F4F1 50%);
}

.boardinghouse-scheme .two-teaser-section span, 
.boardinghouse-scheme span.arrow-link {
    color:#555555;
}


@media screen and (max-width: 1200px){

  .boardinghouse-scheme .two-teaser-section .h3 {
    font-size: 2.5rem;
    line-height: 3.125rem;

  }


}


@media screen and (max-width: 550px){
  .boardinghouse-scheme .two-teaser-section .h3 {
    font-size: 2rem;
    line-height: 2.375rem;

  }


}


/* =========================== BOX FACTS MODULE =========================== */

.boardinghouse-scheme.box-facts-module .fact-box {
  border: 1px solid #212121;
}

.boardinghouse-scheme .box-facts-module .fact-box .logo-seperator,
.boardinghouse-scheme .link-boxes-collection .link-box .logo-seperator,
.boardinghouse-scheme .classic-teaser-slideshow-section a .logo-seperator,
.boardinghouse-scheme .col-2-teaser-boxes a .logo-seperator{
    width: 60px;
  height: 68px;
  background-size: contain;
  background-image:url(../images/boardinghouse_loerrach_bildmarke.svg);
  margin: 0 auto 15px;
}



/*  ====================== TEXTBANNER ====================== */

.boardinghouse-scheme .textbanner-section{
  background:#fff;
  color: #212121;
}

.boardinghouse-scheme .textbanner-section.colored{
  background: #8A807A;
  color: #fff;
}

.boardinghouse-scheme .textbanner-section p, 
.boardinghouse-scheme .textbanner-section .contact-row li a {

    font-family: 'Alegreya Sans';
    font-weight: 400;
}

.boardinghouse-scheme .textbanner-section p a{
  color: #BC9C62;
}

.boardinghouse-scheme .textbanner-section.colored p a{
  color: #fff;
}

.boardinghouse-scheme .textbanner-section .contact-row li a{
  color:#F8F4F1;
}


.boardinghouse-scheme .textbanner-section .contact-row li a svg{
  fill:#F8F4F1;
}

.boardinghouse-scheme .textbanner-section .contact-row li a:hover svg{
  fill: #fff;
}

.boardinghouse-scheme  .textbanner-section .contact-row li a.mail svg{
  top: 9px;
}

.boardinghouse-scheme .textbanner-section .contact-row li a.phone svg{
  top: 3px;
}


.boardinghouse-scheme .textbanner-section .logo-seperator {
      width: 70px;
    height: 80px;
    background-image:url(../images/boardinghouse_loerrach_bildmarke.svg);
    background-repeat: no-repeat;
}


@media screen and (max-width: 1200px){

  .boardinghouse-scheme .textbanner-section .logo-seperator{
    width: 45px;
    height:51px;
    background-size: contain;
  }
}

/*  ====================== HORIZIONTAL IMAGE ====================== */

.boardinghouse-scheme .horizontal-text-img-element .text-container {
    background: #fff;
}

.boardinghouse-scheme .horizontal-text-img-element .text-container p a{
  color: black;
  text-decoration: underline;
}

/*  ====================== THREE TOPICS TEASER ====================== */

.boardinghouse-scheme  .three-topics-teaser .middle-text-area{
  background: #78706B;
  color: #fff;
}

.boardinghouse-scheme .three-topics-teaser .h2.h2-left-corner {
	background-color: rgba(120, 112, 107, .5);
	color: white;
}

.boardinghouse-scheme .three-topics-teaser span.subheadline.line:before {
    background: rgba(255,255,255,.5);
}




/*  ====================== TAB SECTION WITH IMG SLIDESHOW ====================== */

.boardinghouse-scheme  .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box{
  background: #8A807A;
  color: #fff;
}

.boardinghouse-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a{
  color: rgba(255,255,255,.4);
  font-weight: 700;
}

.boardinghouse-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a.active,
.boardinghouse-scheme .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box a:hover{
  color:#FFFFFF;
}


/*  ====================== FULL IMG TEASER ====================== */

.boardinghouse-scheme  .full-img-teaser .h3{
  color: #212121;
}



.boardinghouse-scheme  .full-img-teaser .img-teaser-container:after{
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232,226,215,0.00)), to(#F8F4F1));
   background-image: -o-linear-gradient(top, rgba(232,226,215,0.00) 0%, #F8F4F1 100%);
   background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #F8F4F1 100%);
}


/*  ====================== IMG TEXT SECTION WITH OPTIONAL COLLAGE ====================== */


.boardinghouse-scheme .img-text-section-opt-collage .text-container{
  background: #fff;
}

.boardinghouse-scheme .img-text-section-opt-collage.colored .text-container{
  background: #8A807A;
  color: #fff;
}


/*  ====================== CLASSIC TEASER SLIDESHOW ====================== */

.boardinghouse-scheme .classic-teaser-slideshow-section a .teaser-text-area,
.boardinghouse-scheme .col-2-teaser-boxes a .teaser-text-area{
  background: #8A807A;
  color: #fff;
}

.boardinghouse-scheme .classic-teaser-slideshow-section a .teaser-text-area .h3{
  font-size: 1.875rem;
}

.boardinghouse-scheme .classic-teaser-slideshow-section a:hover .teaser-text-area,
.boardinghouse-scheme .col-2-teaser-boxes a:hover .teaser-text-area{
  background: #938B82;
}



@media screen and (max-width: 1200px){
  .boardinghouse-scheme .classic-teaser-slideshow-section a .teaser-text-area .h3{
    font-size: 22px;
  }
}


/*  ====================== LINK BOXES COLLECTION ====================== */



.boardinghouse-scheme .choose-category-row button {
  color: #BC9C62;
    border: 1px solid #BC9C62;
}

.boardinghouse-scheme  .choose-category-row button.active{
  background: #BC9C62;
  color: #fff;
}



/* =========================== ICON LIST MODULE =========================== */

.boardinghouse-scheme .icon-list-module{
  background-color: #8A807A;
  color: #fff;
}

.boardinghouse-scheme .icon-list-module.colored{
  background: #8A807A;
}


.boardinghouse-scheme .icon-list-module .icon-list-container .icon-element span.headline-case{
  font-family:'Alegreya Sans';
  color: #F8F4F1;
}



/*  ====================== PROMINENT INTERNAL LINKS COLLECTION====================== */

.boardinghouse-scheme  .prominent-internal-links-collection .prominent-link-box .text-part {
  color: #212121;
}


.boardinghouse-scheme  .prominent-internal-links-collection .prominent-link-box .text-part svg{
  fill:black;
}




.boardinghouse-scheme .prominent-internal-links-collection .prominent-teaser-img-slideshow:after{
  background-image: linear-gradient(180deg, rgba(232,226,215,0.00) 0%, #F8F4F1 50%);
}


/*  ====================== GALLERY ====================== */

.boardinghouse-scheme  .gallery-section span.text-col{
  font-family:'Alegreya Sans';
  font-weight: 400;

}



/*  ====================== MEETIN TABLE SECTION ====================== */

.boardinghouse-scheme .meeting-table-section table tbody tr td{
  border-bottom: 1px solid #F8F4F1;
}

.boardinghouse-scheme .meeting-table-section table th{
  border-left: 1px solid #F8F4F1;
}

.boardinghouse-scheme .meeting-table-section table th{
  background: #BC9C62;
  font-family:'Alegreya Sans';
}


.boardinghouse-scheme  .meeting-table-section table td{
  background: #fff;
  border-left: 1px solid #F8F4F1;
}

.boardinghouse-scheme .meeting-table-section table td:first-child{
  background: #D6D0CD;
}

.boardinghouse-scheme .meeting-table-section table td:first-child a,
.boardinghouse-scheme .meeting-table-section table td:first-child{
  color: #575756;
}


.boardinghouse-scheme .meeting-table-section table th span{
    font-family:'Lato';
    font-weight: 400;
}

.boardinghouse-scheme  .meeting-table-section table td a:after{
  background: #575756;
}

@media screen and (max-width: 900px){
  .boardinghouse-scheme .meeting-table-section table td:first-child {
    color: #BC9C62;
    font-family:'Alegreya Sans';

  }
}


/*  ====================== TEXTSITE CONTAINER====================== */

 .boardinghouse-scheme .textsite-container .h3{
  color:#212121;
}

 .boardinghouse-scheme .textsite-container ol li::before {
  color: #BC9C62;

}

 .boardinghouse-scheme .textsite-container ul li:before{
  background:#BC9C62;
}

/*  ====================== SOCIAL WALL ====================== */
.boardinghouse-scheme .social-wall .social-col-left span{
  font-family:'Alegreya Sans';
  color: black;
  font-weight: 400;
}

.boardinghouse-scheme .social-wall .social-teaser{
  background:#BC9C62;
  color: black;
}

.boardinghouse-scheme .social-wall .social-teaser .h2{
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.boardinghouse-scheme .social-wall .social-links a{
  background: #fff;
}

.boardinghouse-scheme .social-wall .social-links a svg{
	fill: black;
}

.boardinghouse-scheme .social-wall .social-links a:hover{
  background: #F8F4F1;
}

@media screen and (max-width: 1200px){

  .boardinghouse-scheme .social-wall .social-teaser .h2 {
      font-size: 1.875rem;
      line-height: 2.1875rem;
  }
}

@media screen and (max-width: 900px){

  .boardinghouse-scheme  .social-wall .social-teaser .h2 {
    font-size: 23px;
    line-height: 1.625rem;
  }
}

body:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .4s ease-out;
}
body.popup {
  overflow: hidden;
}
body.popup:before {
  background-color: rgba(0, 0, 0, .6);
  z-index: 999999;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

#popup {
  position: fixed;
  width: 100%;
  max-width: 800px;
  margin: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 999999;
  padding: 60px;
  padding-top: 100px;
  transition: transform .6s ease-out;
  border: none;
}

#popup .content {
  overflow-y: auto;
  max-height: calc(80vh - 160px);
}

#popup.show {
  display: block;
}
#popup.hide {
  top: 0;
  transform: translate(-50%, -150%);
}

#popup .h2 {
  margin-bottom: 20px;
}

#popup button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #BC9C62;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  border: none;
  width: 44px;
  height: 44px;
}

#popup button.close img {
  display: block;
  width: 20px;
  height: 16px;
}


#popup .textbanner-section {
  background: none;
  padding: 0;
}

#popup .textbanner-section .logo-seperator {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

#popup.schloss-reinach-scheme a.close {
  background-color: #755741;
}
#popup.black-forest-color-scheme a.close {
  background-color: #F39200;
}

#popup .textbanner-section .logo-seperator {
  width: 78px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/gc_logo-dark.svg?v002);
}

#popup.black-forest-color-scheme .textbanner-section .logo-seperator {
  background-image: url(../images/gc_logo.svg?v002);
}

@media screen and (max-width: 1200px) {

  #popup {
    max-width: 560px;
  }

}

@media screen and (max-width: 520px){

  #popup {
    padding: 100px 20px 40px;
    width: calc(100% - 60px);
    max-height: 80%;
  }

  #popup .content {
    max-height: calc(80vh - 120px);
  }

}

/* Gesller Collection */

.gessler_collection {
  display: block;
  padding-top: 120px;
  margin: 0 auto;
  width: 50%;
  max-width: 700px;
}

@media screen and (max-width: 850px){

  .gessler_collection {
    padding-top: 80px;
  }

}

@media screen and (max-width: 550px){

  .gessler_collection {
    padding-top: 50px;
    width: 60%;
  }

}


/*  ====================== FOOTER ====================== */

.boardinghouse-scheme footer.site-footer .main-footer{
  background: #fff;
  color: #575756;
}

.boardinghouse-scheme footer.site-footer .main-footer p{
  font-weight: 400;
}

.boardinghouse-scheme  footer.site-footer .main-footer .h3{
  color: #212121;
  font-size: 1.875rem;
  line-height: 2.75rem;
}

.boardinghouse-scheme footer.site-footer .main-footer p strong{
  text-transform: uppercase;
  font-family:'Alegreya Sans';
  font-size: 1rem;
  color: black;
  font-weight: 500;
  letter-spacing: 1px;
}

.boardinghouse-scheme footer.site-footer .main-footer a.button{
  background:#BC9C62;
}

.boardinghouse-scheme footer.site-footer  .social-links a{
  background: #BC9C62;
}

.boardinghouse-scheme footer.site-footer  .social-links a svg{
  fill: black;
}

.boardinghouse-scheme footer.site-footer:after{
	content:'';
	display: block;
	width: 70px;
	height: 80px;
	background-image:url(../images/boardinghouse_loerrach_bildmarke.svg);
	position: absolute;
	top: -40px;
	left: 50%;
	transform:translateX(-50%);
}

.boardinghouse-scheme footer.site-footer .main-footer ul.link-col li a {
	color: black;
}
.boardinghouse-scheme footer.site-footer .main-footer p a {
	text-decoration: underline;
  color: black;
}

.boardinghouse-scheme footer.site-footer .main-footer ul.link-col li a:after {
    background: #BC9C62;
}

.boardinghouse-scheme footer.site-footer .bottom-footer-line .meta-link-row a:after{
  	background: #fff;
}

.boardinghouse-scheme  footer.site-footer .bottom-footer-line {
    background: #78706B;
    color: #fff;
}

@media screen and (max-width: 900px){

	.boardinghouse-scheme footer.site-footer:after {
		width: 45px;
		height: 51px;
		background-size:contain;
		top: -20px;
		left: 50%;
	}

}



/* ========================================================================== 
   plugins */


/*======================================
  js-select v1.13.0
======================================*/

.js-select {
  position: relative;
  cursor: pointer;
}

.js-select-responsive {
  width: 100%;
}

.js-select {
  position: relative;
  overflow: hidden;
}

.js-select .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.js-select .button {
  display: block;
  position: absolute;
  text-align: center;
}



.js-select-focus .js-select {
  border-color: #aaaaaa;
}

.js-select-hover .js-select {
  border-color: #c4c4c4;
}

.js-select-hover .js-select .button {
  color: #a2a2a2;
}

.js-select-hover .js-select .button:after {
  border-top-color: #a2a2a2;
}

.js-select-open {
  z-index: 9999;
}

.js-select-open .js-select {
  border-color: #c4c4c4;
}

.js-select-open .js-select-items {
  display: block;
}

.js-select-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.js-select-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.js-select-hide-select select {
  position: absolute;
  left: -100%;
}

.js-select-hide-select.js-select-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.js-select-hide-select.js-select-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.js-select-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.js-select-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.js-select-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ddd;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.js-select-items .js-select-scroll {
  height: 100%;
  overflow: auto;
}

.js-select-above .js-select-items {
  top: auto;
  bottom: 100%;
}

.js-select-items ul, .js-select-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 20px;
  border-top: 1px solid rgba(255,255,255,.3);
}

.js-select-items li {
  display: block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.js-select-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.js-select-items li.highlighted {
  background: #aaa;
  color: #fff;
}

.js-select-items li:hover {
  background: #aaa;
  color: #fff;
}

.js-select-items .disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: default !important;
  background: none !important;
  color: #fff !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.js-select-items .js-select-group .js-select-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.js-select-items .js-select-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.js-select-items .js-select-group li {
  padding-left: 25px;
}

/* Booking Case */

.booking-bar .js-select .label{
  height:42px;
  line-height: 2.625rem;
}

.booking-bar .js-select{
  padding-left: 55px;
}


/*Black Forest Case*/

.black-forest-color-scheme .form-style .form-field-row .form-field input,
.black-forest-color-scheme .form-style .form-field-row .form-field select,
.black-forest-color-scheme .form-style .form-field-row .form-field .js-select{
  background: #fff;
  color: #212121;
}

.black-forest-color-scheme .form-style .form-field-row .form-field label {
  color: #fff;
}
.black-forest-color-scheme .form-style .form-field-row .form-field .js-select .label {
  color: #212121;
}


.black-forest-color-scheme .js-select-items li.highlighted {
  background: #006633;
  color: #fff;
}

.black-forest-color-scheme .js-select-items li:hover {
  background: #006633;
  color: #fff;
}

.black-forest-color-scheme .js-select-items {
  background: #444;
}

/*Schloss Reinach Case*/

.schloss-reinach-scheme  .js-select-items li{
  color: #212121;
}

.schloss-reinach-scheme .js-select-items li.highlighted {
  background: #CFC9C0;
}

.schloss-reinach-scheme .js-select-items li:hover {
  background: #755741;
  color: #fff;
}

.schloss-reinach-scheme .js-select-items .disabled{

  color: #212121 !important;
}

.schloss-reinach-scheme .js-select-items {
  background: #D8D2C7;
  color: 212121;
}


/*======================================
  GC Work Space
======================================*/

body.gc-work-space {
	background: var(--workspace-light);
	color: var(--workspace-blue);
}
.gc-work-space .main-navigation,
.gc-work-space .mobile-navigation {
	background-color: var(--workspace-green);
	height: 110px;
}
.gc-work-space .mobile-navigation {
	background-color: var(--workspace-green);
	height: 90px;
}
.gc-work-space nav > ul li ul.submenu {
	background: var(--workspace-green);
}
.gc-work-space .mobilenav {
	background: var(--workspace-green);
}
.gc-work-space .mobilenav nav > ul > li > a {
  color: var(--workspace-black);
}
.gc-work-space .mobilenav nav > ul > li > a::after {
  background: var(--workspace-black);
}
.gc-work-space nav > ul li ul.submenu li a {
	color: var(--workspace-black);
}
.gc-work-space nav > ul li ul.submenu:before {
	border-bottom: 5px solid var(--workspace-black);
}
.gc-work-space .site-header.scrolled-header .main-navigation {
	height: 90px;
}
.gc-work-space .js-submenu-trigger span {
	background-color: var(--workspace-blue);
	color: var(--workspace-light);
}
.gc-work-space .site-header .meta-bar,
.gc-work-space footer.site-footer .bottom-footer-line {
  background: var(--workspace-blue);
}
.gc-work-space .booking-bar {
	background: var(--workspace-blue);
}
.gc-work-space .button {
	background-color: var(--workspace-green)!important;
	color: var(--workspace-black)!important;
}
.gc-work-space .mobile-navigation a.button {
  background-color: var(--workspace-light)!important;
}

.gc-work-space .site-header.scrolled-header .main-navigation a.site-logo {
	width: 87px;
	height: 69px;
}

.gc-work-space .intro-section .line-headline nav,
.gc-work-space .intro-section .line-headline nav a {
	color: var(--workspace-black);
}
.gc-work-space .intro-section .line-headline nav::after,
.gc-work-space .intro-section .line-headline::after {
	background: var(--workspace-green);
}

.gc-work-space .textbanner-section,
.gc-work-space footer.site-footer .main-footer {
	background: var(--workspace-green);
	color: var(--workspace-black);
}
.gc-work-space .three-topics-teaser .h2.h2-left-corner {
	background: #86A19B80;
}

.gc-work-space a.price .image {
  background: var(--workspace-green);
}


.gc-work-space .two-teaser-section .left-bigger-teaser::after,
.gc-work-space .two-teaser-section .right-smaller-teaser::after,
.gc-work-space .prominent-internal-links-collection .prominent-teaser-img-slideshow::before,
.gc-work-space .prominent-internal-links-collection .prominent-teaser-img-slideshow::after,
.gc-work-space .full-img-teaser .img-teaser-container::after {
	background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, #F8F4F1 100%);
	height: 140px;
}
.gc-work-space .prominent-internal-links-collection .prominent-teaser-img-slideshow::before {
	background-image: linear-gradient(180deg, rgba(33,33,33,0.00) 0%, var(--workspace-blue) 100%);
	transform: rotate(-180deg);
}
.gc-work-space .prominent-internal-links-collection .prominent-link-box .text-part {
	color: var(--workspace-black);
}
.gc-work-space .prominent-internal-links-collection .prominent-link-box .link-area span.text-right-corner {
	background: var(--workspace-green);
}

.gc-work-space .two-teaser-section .h3,
.gc-work-space .two-teaser-section .left-bigger-teaser span,
.gc-work-space .two-teaser-section .right-smaller-teaser span {
	color: var(--workspace-blue);
}

.gc-work-space .horizontal-text-img-element .text-container,
.gc-work-space .three-topics-teaser .middle-text-area {
	background: var(--workspace-blue);
	color: var(--workspace-light)!important;
}

.gc-work-space .social-wall .social-teaser {
	background: var(--workspace-green);
	color: var(--workspace-black);
}

.gc-work-space footer.site-footer .main-footer p a,
.gc-work-space footer.site-footer .main-footer ul.link-col li a {
	color: var(--workspace-black);
}
.gc-work-space footer.site-footer .main-footer ul.link-col li a:after {
	background: var(--workspace-black);
}

.gc-work-space .icon-list-module {
	background: var(--workspace-green);
	color: var(--workspace-black);
}

.gc-work-space .slick-prev,
.gc-work-space .slick-next {
	background: var(--workspace-green);
}

.gc-work-space .classic-teaser-slideshow-section a .teaser-text-area, .col-2-teaser-boxes a .teaser-text-area {
	background: var(--workspace-blue);
	color: var(--workspace-light);
}

.gc-work-space .meeting-table-section table td {
	background: var(--workspace-green);
	color: var(--workspace-black);
}
.gc-work-space .meeting-table-section table th,
.gc-work-space .link-boxes-collection .link-box {
	background-color: var(--workspace-blue);
	color: var(--workspace-light);
}

.gc-work-space .tab-menu-section::after {
	background: var(--workspace-green);
	opacity: .6;
}
.gc-work-space .tab-menu-section .h2 {
	color: var(--workspace-black);
}
.gc-work-space .tab-menu-section .menu-text-area {
	background: var(--workspace-light);
}

.gc-work-space .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box,
.gc-work-space .img-text-section-opt-collage .text-container {
	background: var(--workspace-green);
}
.gc-work-space .tab-section-with-img-slideshow .horizontal-text-img-element .tab-box button,
.gc-work-space .img-text-section-opt-collage .text-container {
	color: var(--workspace-black);
}
.gc-work-space span.subheadline.line::before {
	background: var(--workspace-black);
}
.gc-work-space .three-topics-teaser span.subheadline.line::before {
	background: var(--workspace-light);
}
.gc-work-space .tab-section-with-img-slideshow span.subheadline.line:before {
	background: var(--workspace-light);
}

.gc-work-space .prominent-internal-links-collection .prominent-link-box .facts-bar li svg,
.gc-work-space .intro-section ul.facts-icon-container svg {
  fill: var(--workspace-blue);
}
.gc-work-space .icon-list-module .icon-list-container .icon-element svg {
  fill: var(--workspace-black);
}

.gc-work-space .full-img-teaser .h3,
.gc-work-space .two-teaser-section span, 
.gc-work-space span.arrow-link {
  color: var(--workspace-blue);
}

.gc-work-space footer.site-footer::after {
  content: '';
  background-image: url('../images/gc_work_space.svg')!important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 230px;
  height: 70px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.gc-work-space .box-facts-module .fact-box .logo-seperator,
.gc-work-space .link-boxes-collection .link-box .logo-seperator,
.gc-work-space .classic-teaser-slideshow-section a .logo-seperator{
  background-image: url('../images/gc_work_space_white.svg')!important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 130px;
  height: 40px;
  margin: 0 auto 20px auto;
}

/*======================================
  LOFT46A
======================================*/

.schloss-reinach-scheme footer.site-footer.loft46a::after {
  background-image: url('../images/loft46a_logo.svg')!important;
  background-size: 100%;
  width: 108px;
  height: 67px;
}
.schloss-reinach-scheme .box-facts-module .fact-box.loft46a .logo-seperator,
.schloss-reinach-scheme .link-boxes-collection .link-box.loft46a .logo-seperator,
.schloss-reinach-scheme .classic-teaser-slideshow-section.loft46a a .logo-seperator{
  background-image: url('../images/loft46a_logo.svg')!important;
  background-size: 100%;
  width: 80px;
  height: 50px;
}

/*======================================
  BLACK FOREST VILLAGE
======================================*/

.black-forest-color-scheme footer.site-footer.black-forest-village::after {
  background-image: url('../images/black_forest_village_small_logo.svg')!important;
  background-size: 100%;
  width: 230px;
  height: 60px;
}
.black-forest-color-scheme .box-facts-module .fact-box.black-forest-village .logo-seperator,
.black-forest-color-scheme .link-boxes-collection .link-box.black-forest-village .logo-seperator,
.black-forest-color-scheme .classic-teaser-slideshow-section.black-forest-village a .logo-seperator{
  background-image: url('../images/black_forest_village_small_logo.svg')!important;
  background-size: 100%;
  width: 100px;
  height: 22px;
}

/*======================================
  DATEPICKER *PICK A DATE*
======================================*/


.picker,.picker__holder{width:100%;position:absolute}.picker{font-size: 1rem;text-align:left;line-height:1.2;color:#000;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #aaa;border-top-width:0;border-bottom-width:0;border-radius:0 0 5px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:176px;max-width:466px;max-height:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);-webkit-transition:opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;-o-transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out}/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{max-height:25em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border-top-width:1px;border-bottom-width:1px;-webkit-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);-webkit-transition:opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;-o-transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;-webkit-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);box-shadow:0 6px 18px 1px rgba(0,0,0,.12)}
.picker__footer,.picker__header,.picker__table{text-align:center}.picker__box{padding:0 1em}.picker__header{position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;padding:.5em;margin-left:.25em;margin-right:.25em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--next,.picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;-webkit-box-sizing:content-box;box-sizing:content-box;top:-.25em}.picker__nav--prev{left:-1em;padding-right:1.25em}.picker__nav--next{right:-1em;padding-left:1.25em}@media (min-width:24.5em){.picker__select--month,.picker__select--year{margin-top:-.5em}.picker__nav--next,.picker__nav--prev{top:-.33em}.picker__nav--prev{padding-right:1.5em}.picker__nav--next{padding-left:1.5em}}.picker__nav--next:before,.picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--next:hover,.picker__nav--prev:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover{cursor:default;background:0 0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker--focused .picker__day--highlighted,.picker__day--highlighted:hover,.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted{border-color:#0089ec}.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover{background:#0089ec;color:#fff}.picker--focused .picker__day--disabled,.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__button--clear,.picker__button--close,.picker__button--today{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:33%;display:inline-block;vertical-align:bottom}.picker__button--clear:hover,.picker__button--close:hover,.picker__button--today:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--clear:focus,.picker__button--close:focus,.picker__button--today:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--clear:before,.picker__button--close:before,.picker__button--today:before{position:relative;display:inline-block;height:0}.picker__button--clear:before,.picker__button--today:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-.25em;width:.66em;border-top:3px solid #e20}.picker__button--close:before{content:"\D7";top:-.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaa}
/*Custom Date Picker*/

.picker__button--today:before {
    border-top: .66em solid #798C9F;
}

.picker__footer{
  display: none;
}

.picker--opened .picker__holder{
  width: 400px;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
    color: #fff;
    font-weight: 600;
    background: #aaa;
}

.picker__day--highlighted {
    border-color: #918681;
}

.picker__day--today:before {
    border-top: .5em solid #8F837E;
}
.picker__month{
  color:#aaa;
  text-transform: uppercase;
}

.picker__month, .picker__year {
    font-weight: 600;

}

.picker__year {
    color: #8F837E;
    font-style: normal;
}

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
    color: #233954;
    background: #FAF7F6;
    border-bottom-color: #eeeeee;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
    color: #233954;
    background: #eeeeee;
}

.picker:focus, .picker__holder:focus {
  outline: 0;
  border: 0;
}

.picker__holder {
    border-radius: 0;
}

.picker--focused .picker__day--disabled{
  pointer-events:none;
}

.booking-bar.scrolled-bar .picker, 
.booking-bar.scrolled-bar .picker__holder{
  bottom: 100%;
}

/*Black Forest Case*/

.black-forest-color-scheme .picker--focused .picker__day--highlighted,
.black-forest-color-scheme .picker__day--highlighted:hover,
.black-forest-color-scheme .picker__day--infocus:hover,
.black-forest-color-scheme .picker__day--outfocus:hover {
    background: #006633;
}

.black-forest-color-scheme .picker__month{
  color:#006633;
}

/*Schloss Reinach Case*/


.schloss-reinach-scheme .picker--focused .picker__day--highlighted,
.schloss-reinach-scheme .picker__day--highlighted:hover,
.schloss-reinach-scheme .picker__day--infocus:hover,
.schloss-reinach-scheme .picker__day--outfocus:hover {
    background: #755741;
}

.schloss-reinach-scheme .picker__month{
  color:#755741;
}

.schloss-reinach-scheme .picker__frame{
  background: #D8D2C7;
}

.schloss-reinach-scheme .picker--focused .picker__day--disabled, 
.schloss-reinach-scheme .picker__day--disabled, .picker__day--disabled:hover{
  background: #E8E2D7;
  border: 1px solid #E8E2D7;
  color: rgba(0,0,0,.2);
}


/*======================================
  FANCYBOX
======================================*/


body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 999999999;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
         -o-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
         -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
         -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 0.875rem;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 2.75rem;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button.fancybox-button--thumbs{
  display:none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 0.875rem;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
         -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share .h1 {
    color: #222;
    font-size: 2.1875rem;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 0.875rem;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/* GEWINNSPIEL FORMULAR */
.gewinnspiel_form_container {
  background: #D8D2C7;
  color: #212121;
  padding: 95px 0;
  position: relative;
}
.gewinnspiel_form_container .form-field-row .form-field .js-select,.gewinnspiel_form_container .form-field-row .form-field input {
  background-color: #E8E2D7!important;
}

.select2-container--default .select2-selection--single {
  background-color: #E8E2D7;
  border: none;
  border-radius: 0;
  padding: 1px 20px;
  font-size: 1rem;
  height: 55px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 11px 0;
  height: 55px;
}

.select2-selection__arrow {
  top: 13px!important;
  right: 10px!important;
}
.select2-selection__arrow b {
  border: none!important;
  width: 20px!important;
  height: 20px!important;
  left: 0!important;
  margin-left: 0!important;
  margin-top: 0!important;
  position: relative!important;
  top: 0!important;
}
.select2-selection__arrow b:after {
  content: '+';
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  color: black;
  font-size: 20px;
}

.select2.select2-container--open .select2-selection__arrow b:after {
  content: '–';
}

.select2-dropdown {
  background-color: #6E6A65;
  border: none;
  color: white;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #D8D2C7;
  color: black;
}

.select2-search {
  display: none;
}

@media screen and (max-width: 1200px) {
  .gewinnspiel_form_container {
      padding: 70px 0;
  }
}



/* ACCESSABILITY */
*:focus-visible {
    outline: 3px solid black!important;
}
.video_controls button:focus-visible {
    outline: 3px solid #D8D2C7!important;
}
.right-one-teaser a:focus h3,
.left-two-teasers .teaser-box a:focus h3 {
  border: 3px solid black!important;
}

.black-forest-color-scheme *:focus-visible {
  outline: 3px solid black!important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

a.skiplink {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 200;
    text-align: center;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    background: #fff;
    padding: 10px;
    transition: all .3s ease;
    transform: translateY(-110%);
}
a.skiplink:focus {
	transform: none;
}
a.skiplink:focus + header {
	top: 44px;
}


[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{-webkit-transition-duration:50ms;-o-transition-duration:50ms;transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{-webkit-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{-webkit-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{-webkit-transition-delay:.25s;-o-transition-delay:.25s;transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{-webkit-transition-delay:.35s;-o-transition-delay:.35s;transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{-webkit-transition-duration:.45s;-o-transition-duration:.45s;transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{-webkit-transition-delay:.45s;-o-transition-delay:.45s;transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{-webkit-transition-duration:.55s;-o-transition-duration:.55s;transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{-webkit-transition-delay:.55s;-o-transition-delay:.55s;transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{-webkit-transition-duration:.6s;-o-transition-duration:.6s;transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{-webkit-transition-duration:.65s;-o-transition-duration:.65s;transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{-webkit-transition-delay:.65s;-o-transition-delay:.65s;transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{-webkit-transition-duration:.7s;-o-transition-duration:.7s;transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{-webkit-transition-duration:.75s;-o-transition-duration:.75s;transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{-webkit-transition-delay:.75s;-o-transition-delay:.75s;transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{-webkit-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{-webkit-transition-duration:.85s;-o-transition-duration:.85s;transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{-webkit-transition-delay:.85s;-o-transition-delay:.85s;transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{-webkit-transition-duration:.9s;-o-transition-duration:.9s;transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{-webkit-transition-duration:.95s;-o-transition-duration:.95s;transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{-webkit-transition-delay:.95s;-o-transition-delay:.95s;transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{-webkit-transition-duration:1.05s;-o-transition-duration:1.05s;transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{-webkit-transition-delay:1.05s;-o-transition-delay:1.05s;transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{-webkit-transition-duration:1.1s;-o-transition-duration:1.1s;transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{-webkit-transition-delay:1.1s;-o-transition-delay:1.1s;transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{-webkit-transition-duration:1.15s;-o-transition-duration:1.15s;transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{-webkit-transition-delay:1.15s;-o-transition-delay:1.15s;transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{-webkit-transition-duration:1.2s;-o-transition-duration:1.2s;transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{-webkit-transition-duration:1.25s;-o-transition-duration:1.25s;transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{-webkit-transition-delay:1.25s;-o-transition-delay:1.25s;transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{-webkit-transition-duration:1.3s;-o-transition-duration:1.3s;transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{-webkit-transition-delay:1.3s;-o-transition-delay:1.3s;transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{-webkit-transition-duration:1.35s;-o-transition-duration:1.35s;transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{-webkit-transition-duration:1.4s;-o-transition-duration:1.4s;transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{-webkit-transition-delay:1.4s;-o-transition-delay:1.4s;transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{-webkit-transition-duration:1.45s;-o-transition-duration:1.45s;transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{-webkit-transition-delay:1.45s;-o-transition-delay:1.45s;transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{-webkit-transition-duration:1.5s;-o-transition-duration:1.5s;transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{-webkit-transition-delay:1.5s;-o-transition-delay:1.5s;transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{-webkit-transition-duration:1.55s;-o-transition-duration:1.55s;transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{-webkit-transition-delay:1.55s;-o-transition-delay:1.55s;transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{-webkit-transition-duration:1.6s;-o-transition-duration:1.6s;transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{-webkit-transition-delay:1.6s;-o-transition-delay:1.6s;transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{-webkit-transition-duration:1.65s;-o-transition-duration:1.65s;transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{-webkit-transition-delay:1.65s;-o-transition-delay:1.65s;transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{-webkit-transition-duration:1.7s;-o-transition-duration:1.7s;transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{-webkit-transition-delay:1.7s;-o-transition-delay:1.7s;transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{-webkit-transition-duration:1.75s;-o-transition-duration:1.75s;transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{-webkit-transition-delay:1.75s;-o-transition-delay:1.75s;transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{-webkit-transition-duration:1.8s;-o-transition-duration:1.8s;transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{-webkit-transition-delay:1.8s;-o-transition-delay:1.8s;transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{-webkit-transition-duration:1.85s;-o-transition-duration:1.85s;transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{-webkit-transition-delay:1.85s;-o-transition-delay:1.85s;transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{-webkit-transition-duration:1.9s;-o-transition-duration:1.9s;transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{-webkit-transition-delay:1.9s;-o-transition-delay:1.9s;transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{-webkit-transition-duration:1.95s;-o-transition-duration:1.95s;transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{-webkit-transition-delay:1.95s;-o-transition-delay:1.95s;transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{-webkit-transition-duration:2s;-o-transition-duration:2s;transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{-webkit-transition-delay:2s;-o-transition-delay:2s;transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{-webkit-transition-duration:2.05s;-o-transition-duration:2.05s;transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{-webkit-transition-delay:2.05s;-o-transition-delay:2.05s;transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{-webkit-transition-duration:2.1s;-o-transition-duration:2.1s;transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{-webkit-transition-delay:2.1s;-o-transition-delay:2.1s;transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{-webkit-transition-duration:2.15s;-o-transition-duration:2.15s;transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{-webkit-transition-delay:2.15s;-o-transition-delay:2.15s;transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{-webkit-transition-duration:2.2s;-o-transition-duration:2.2s;transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{-webkit-transition-delay:2.2s;-o-transition-delay:2.2s;transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{-webkit-transition-duration:2.25s;-o-transition-duration:2.25s;transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{-webkit-transition-delay:2.25s;-o-transition-delay:2.25s;transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{-webkit-transition-duration:2.3s;-o-transition-duration:2.3s;transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{-webkit-transition-delay:2.3s;-o-transition-delay:2.3s;transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{-webkit-transition-duration:2.35s;-o-transition-duration:2.35s;transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{-webkit-transition-delay:2.35s;-o-transition-delay:2.35s;transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{-webkit-transition-duration:2.4s;-o-transition-duration:2.4s;transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{-webkit-transition-delay:2.4s;-o-transition-delay:2.4s;transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{-webkit-transition-duration:2.45s;-o-transition-duration:2.45s;transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{-webkit-transition-delay:2.45s;-o-transition-delay:2.45s;transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{-webkit-transition-duration:2.5s;-o-transition-duration:2.5s;transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{-webkit-transition-delay:2.5s;-o-transition-delay:2.5s;transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{-webkit-transition-duration:2.55s;-o-transition-duration:2.55s;transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{-webkit-transition-delay:2.55s;-o-transition-delay:2.55s;transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{-webkit-transition-duration:2.6s;-o-transition-duration:2.6s;transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{-webkit-transition-delay:2.6s;-o-transition-delay:2.6s;transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{-webkit-transition-duration:2.65s;-o-transition-duration:2.65s;transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{-webkit-transition-delay:2.65s;-o-transition-delay:2.65s;transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{-webkit-transition-duration:2.7s;-o-transition-duration:2.7s;transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{-webkit-transition-delay:2.7s;-o-transition-delay:2.7s;transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{-webkit-transition-duration:2.75s;-o-transition-duration:2.75s;transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{-webkit-transition-delay:2.75s;-o-transition-delay:2.75s;transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{-webkit-transition-duration:2.8s;-o-transition-duration:2.8s;transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{-webkit-transition-delay:2.8s;-o-transition-delay:2.8s;transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{-webkit-transition-duration:2.85s;-o-transition-duration:2.85s;transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{-webkit-transition-delay:2.85s;-o-transition-delay:2.85s;transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{-webkit-transition-duration:2.9s;-o-transition-duration:2.9s;transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{-webkit-transition-delay:2.9s;-o-transition-delay:2.9s;transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{-webkit-transition-duration:2.95s;-o-transition-duration:2.95s;transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{-webkit-transition-delay:2.95s;-o-transition-delay:2.95s;transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{-webkit-transition-duration:3s;-o-transition-duration:3s;transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{-webkit-transition-delay:3s;-o-transition-delay:3s;transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.25,.75,.75);-o-transition-timing-function:cubic-bezier(.25,.25,.75,.75);transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.6,-.28,.735,.045);-o-transition-timing-function:cubic-bezier(.6,-.28,.735,.045);transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);-o-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.47,0,.745,.715);-o-transition-timing-function:cubic-bezier(.47,0,.745,.715);transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.39,.575,.565,1);-o-transition-timing-function:cubic-bezier(.39,.575,.565,1);transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.445,.05,.55,.95);-o-transition-timing-function:cubic-bezier(.445,.05,.55,.95);transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);-o-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);-o-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);-o-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);-o-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);-o-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);-o-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);-o-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);-o-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);-o-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,-webkit-transform;-o-transition-property:opacity,transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,-webkit-transform;-o-transition-property:opacity,transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}
/* ========================================================================== */

.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}

/* ==========================================================================
   print styles */

@media print {
    *{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}
    a,a:visited{text-decoration:underline}
    a[href]:after{content:" (" attr(href) ")"}
    abbr[title]:after{content:" (" attr(title) ")"}
    a[href^="javascript:"]:after,a[href^="#"]:after {content:""}
    pre,blockquote{border:1px solid #999;page-break-inside:avoid}
    thead{display:table-header-group}
    tr,img{page-break-inside:avoid}
    img{max-width:100% !important}
    @page{margin:0.5cm}
    p,h2,h3{orphans:3;widows:3}
    h2,h3{page-break-after:avoid}
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

/* SIMPLE BUTTON MODUL */

.m_button_module {
  display: flex;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.offers_container .flex-rows-container {
  gap: 0 120px;
}
.offers_container .col-2-teaser-boxes a,
.offers_container .col-2-teaser-boxes a:first-child,
.offers_container .col-2-teaser-boxes a:nth-child(2),
.offers_container .col-2-teaser-boxes a:nth-child(2n+2) {
  margin-right: 0!important;
}