/* ---------- to be integrated in standard css ---------- */
html {
    --button-border-radius: 5px;
    --input-border-radius: 5px;
    --toggler-background: var(--color-brand) !important;
}

/*for accessibility */
.js__searchbar-button {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#container .ce_text a {
  color: #404041!important;
}

#main {
    min-height: 75vh;
}

.height-100vh {
	min-height: 100vh;
}

.page-newsletter #footer .mod_subscribe .error {
  display: none;
}

/* ---------- images ---------- */
figure {
    display: flex;
    color: var(--color-text);
    font-size: 0.85em;
}

img.img--round {
    border-radius: 100%;
    border: 5px solid var(--color-brand2);
}

/* for image with caption */
.image_container {
    flex-direction: column;
}


/* ---------- fonts ---------- */
h1, .heading-h1 {
    line-height: 1.15!important;
    margin-top: 0!important;
    margin-bottom: 25px!important;
}

@media screen and (min-width: 68.75em) {
h1, .heading-h1 {
    font-size: 2.75rem!important;
}
}

@media screen and (min-width: 58.75em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

@media screen and (min-width: 48em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

h2, .heading-h2 {
    line-height: 1.1em !important;
    font-size: 2.25rem!important;
    margin-bottom: 1em!important;
}

h3, .heading-h3 {
    line-height: 1em;
    font-size: 1.3rem;
}

h4, .heading-h4 {
    font-size: 1.25rem;
}

.ce_text h1+h2 {
    margin-top: 0;
}

.text--right {
    text-align: right;
}

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

.text--standard,
.text--standard h1,
.text--standard h2,
.text--standard h3,
.text--standard h4 {
   color: var(--color-brand);
}

.text--white p,
.text--white h1,
.text--white h2,
.text--white h3,
.ce_text.text--white.iconized a {
	color: #fff;
}

.text--white h2 a,
.text--white p a {
    color: #fff !important;
}

.text--uppercase h1, .text--uppercase .heading-h1,
.text--uppercase h2, .text--uppercase .heading-h2,
.text--uppercase h3, .text--uppercase .heading-h3 {
	text-transform: uppercase;
}

/* ---------- initial and intro  ---------- */
/* introtext */
.intro {
    font-size: 1.15em;
    line-height: 1.7em;
    /*max-width: 55%;*/
    padding: 0 0 1em 1em;
    border-bottom: 3px solid var(--color-brand3);
}

.intro p:first-of-type:first-letter {
  font-size: 300%;
  line-height: 1;
  float: left;
  padding-right: .125em;
 font-family: var(--headings__font-family);
}

/* ---------- links and buttons ---------- */
.back a {
	border-color: var(--color-brand2);
    color: var(--color-brand2);
}

a.btn--highlight, span.btn--highlight, button.btn--highlight, input.btn--highlight.submit, .ce_comments .btn--highlight.submit {
    background: var(--button-highlight-bgcolor);
    color: var(--color-text);
}


/* ---------- backgrounds ---------- */
.bg--highlight {
    background: var(--color-highlight);
}

.bg--grey {
    background: #cccccc;
}


/* ---------- shadows ---------- */
.box-shadow {
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
}

/* ---------- other styles ---------- */

ul.list-style--fa li:before {
    color: var(--color-brand);
}

/* ---------- downloads ---------- */
.wrapper-grid__inner .ce_download, .ce_downloads {
    margin-bottom: 1rem;
    border: 1px solid var(--download-elem__border-color);
    text-align: center;
}

.download-element-wrapper {
	border:none;
}

/* ---------- footer ---------- */

#footer-pre .ce_headline {
    margin-bottom: 0.5rem;
}

#footer-pre .contact__outer > div {
	margin-bottom: 0;
}

#tns1 > .tns-item {
    padding-right: 0 !important;
}

@media screen and (max-width: 820px) {
.slider-full .headerslide__wrapper {
    height: 33vh !important;
}
}

@media screen and (max-width: 830px) {
	.wrapper-flex__inner {
    flex-direction: column !important;
	}
}

@media screen and (max-width: 350px) {
	.wrapper-simple.ce_rsce_wrapper_simple_start {
    padding: 0.5em !important;
}
dl.definitionlist__list {
    font-size: 0.9em;
}
}

/* ---------- customized styles website ---------- */

/* ---------- customized styles anker ---------- */
.social_feed_element .icon img{
	right:20px;
}

.red {
	color: red;
}

.player .video_container {
	height: 85vh !important;
}

.mod_newslist.news-short {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2em;
    grid-column-gap: 2em;
}

.layout_short {
    border: 1px solid;
    padding: 1em;
}

.layout_short .info {
    background: var(--color-brand);
    color: white;
    text-align: center;
}

/* ----------Element-Filter teaserbox ---------- */
.filters{
	margin-top:1rem;
	margin-bottom:2rem;
}
.filters li{
	    background-image: none;
    white-space: nowrap;
    text-decoration: none;
        display: inline-block;
}
.filters a.active{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a:hover{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a{
	background: var(--button-bg);
    border-color: var(--button-bg);
    border-radius: var(--button-border-radius);
    padding: var(--button-spacing);
    border: var(--button-border-width) solid transparent;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);

}
.filters a{
	color: #fff;
	text-decoration: none;
}
/*filter flex*/
.elements-filter-wrapper{
	display:flex;
	flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2em;
    column-gap: 1em;
}
.teaserkachel__outer.ce_rsce_teaserkachel.elements-filter{
	flex-basis: calc(100% / 3 - 1em);
    min-width: 250px;
}

/*  SWITCH  */

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: "Off";
  left: -4rem;
}
.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: "Off";
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: "On";
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #a16d60;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #000;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #e4e4e4;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #03c603;
}
.btn-toggle.btn-secondary.active {
  background-color: #e4e4e4;
}

.btn.btn-xs.btn-secondary.btn-toggle,
.btn.btn-xs.btn-secondary.btn-toggle.active {
  position:relative;
  top:-5px;
  margin-left:3px;
  margin-right:3px;
}

/* READ MORE LISTE */

.read-more-list {
  cursor: pointer;
}
.isCollapsed span {
  display: none;
}
.isCollapsed:after {
  display: block;
  content: "mehr lesen";
  font-weight: bold;
}

/* TEASERBOX MIT OVERLAY */

.overlay--content {
  position: relative;
  padding: 15px;
  margin-top: -220px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.overlay--content h3,
.overlay--content p {
  color:white;	
}

.overlay--content .btn {
  margin-bottom:0px!important;
}

/* BESTFEWOHARZ */

/* HEADER, TOPBAR */

#header {
  border-bottom:none!important;
  background: transparent linear-gradient(180deg, #F5EFE1 0%, #F1EADCA3 56%, #E9E2D200 100%) 0% 0% !important;
}

#header .topbar-logo.position--default {
  width: 10%;
}

#header .topbar-nav--new {
  width: 70%;
}

#header .topbar-inner {
  background-color: var(--color-default);
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
  transition: .350s;
  justify-content: end;
}

@media screen and (max-width: 1420px) {
  #header .topbar-inner .topbar-button-bar {
    display:none!important;
  }
  #header .topbar-inner {
    justify-content: space-between;
  }
  .topbar-nav--new {
    width:90%!important; 
  }
  #header .topbar-nav--new .mod_navigation ul.level_1 {
    justify-content: end!important;
  }
  .mod_navigation a {
    font-size: 16px !important;
  }
}

/* TOPBAR LOGO */

#header .topbar-inner .customer-logo {
  height: 60px;
   margin: 0;
}

#header .topbar-inner  .topbar-logo.position--default img {
  background: transparent!important;
}

/* TOPBAR NAVIGATION */

#header .topbar-nav--new .mod_navigation ul.level_1 {
  justify-content: center;
}

#header .topbar-inner .mod_navigation ul li a {
  color: var(--color-default2)!important;
  font-weight:bold;
}

#header .topbar-inner .nav-style_5 > .level_1.mainnav__list > li > a:hover {
  border: 2px solid var(--color-default2)!important;
}

#header .topbar-inner .topbar-nav--new .mod_navigation ul.level_1 li:hover > ul {
  background-color: var(--color-default)!important;
  border-radius: .5rem!important;
}

#header .topbar-nav--new .mod_navigation ul li a:not(.btn--primary):not(.mobilenav__burger-button):not(input.submit):not(button.submit):hover {
  color:var(--color-default2)!important;
}

#header .topbar-nav--new .mod_navigation ul.level_1 li:hover > ul {
  background-color: #fbf6f0!important;
}

#header .topbar-inner .topbar-nav--new .mod_navigation ul li.trail a.trail,
#header .topbar-nav--new .mod_navigation ul li a:not(.btn--primary):not(.mobilenav__burger-button):not(input.submit):not(button.submit).active {
  background-color: transparent!important;
}

#header .topbar-nav--new .mod_navigation ul li a:not(.btn--primary):not(.mobilenav__burger-button):not(input.submit):not(button.submit).active {
  color:var(--color-default2)!important;
}

/* TOPBAR BUTTONS */

#header .topbar-inner .topbar-button-bar .btn.btn--primary.btn__rounded {
  background-color: var(--color-highlight)!important;
  border-color: var(--color-highlight)!important;
  color:var(--color-default)!important;
}

#header .topbar-inner .topbar-button-bar .btn.btn--primary.btn__rounded:hover {
  background-color: var(--color-default2)!important;
  border-color: var(--color-default2)!important;
  color:var(--color-default)!important;
}

#header .topbar-inner .topbar-button-bar .btn.btn--primary.btn__rounded {
  margin-bottom: 0;
  padding: 10px 50px;
  margin-right: 15px;
}

#header .topbar-inner .topbar-button-bar {
  width: 20%;
  text-align: right;
  align-items: center;
  display: flex;
  justify-content: end;
}

#header .topbar-button-bar i {
  font-size: 1.75rem;
  padding: 0 10px;
}

/* SCHRIFT ÜBER VIDEOTEASER */

.top-heading,
.sub-heading {
  color:white;
}

.top-heading {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.sub-heading {
  font-family: 'Hurricane'!important;
  font-size: 5rem;
  text-shadow: 1px 1px 5px #000000;
}

/* ARTIKELBREITE */

@media screen and (min-width:1025px) {
  .mod_article,
  .centered-wrapper-inner,
  .article--full.containered > .inside,
  #footer-sub .inside {
    max-width: 1100px!important;
  }
  .article--full {
    max-width: none!important;
  }
}

@media screen and (min-width:1551px) {
  .mod_article,
  .centered-wrapper-inner,
  .article--full.containered > .inside,
  #footer-sub .inside {
    max-width: 1400px!important;
  }
  .article--full {
    max-width: none!important;
  }
}

@media screen and (min-width:2400px) {
  .mod_article,
  .centered-wrapper-inner,
  .article--full.containered > .inside,
  #footer-sub .inside {
    max-width: 2000px!important;
  }
  .article--full {
    max-width: none!important;
  }
}

/* DIVERSES */

.border-radius-1rem img {
  border-radius: 1rem!important;
}

/*
#container {
  margin-top: -120px;
}*/

.topic-line p {
  text-transform: uppercase;
}

.btn.hero-quickbutton__button {
  width: 5rem;
  height: 5rem;
}

.elements-item:hover,
.elements-item__image-wrapper img:hover {
  border-radius: .5rem;
}

.breaker-bgimage__headline {
  font-family: 'Hurricane' !important;
  font-size: 5rem!important;
  line-height: 1.1!important;
  margin-bottom: 0!important;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width:600px) {
  .breaker-bgimage__headline {
    font-size: 3rem!important;
  }
}

.elements-item__text.text1 {
  font-family: 'Crimson Pro' !important;
  font-size: 1.75rem!important;
}

.service-slider .ce_rsce_icon_box i,
.service-eigentuemer .ce_rsce_icon_box i,
.service-gaeste .ce_rsce_icon_box i {
  background-color: transparent!important;
  color: var(--color-default)!important;
}

.icon-box__title {
  font-family: 'Crimson Pro' !important;
  font-size: 1.25rem!important;
}

@media screen and (max-width:2400px) {
   .service-gaeste .wrapper-grid__inner,
   .service-eigentuemer .wrapper-grid__inner {
    grid-template-columns: repeat(4,1fr)!important;
  }
}

@media screen and (max-width:1550px) {
   .service-gaeste .wrapper-grid__inner,
   .service-eigentuemer .wrapper-grid__inner {
    grid-template-columns: repeat(3,1fr)!important;
  }
}

@media screen and (max-width:900px) {
   .service-gaeste .wrapper-grid__inner,
   .service-eigentuemer .wrapper-grid__inner {
    grid-template-columns: repeat(2,1fr)!important;
  }
}

@media screen and (max-width:600px) {
   .service-gaeste .wrapper-grid__inner,
   .service-eigentuemer .wrapper-grid__inner {
    grid-template-columns: repeat(1,1fr)!important;
  }
}

/* TEASERBOXEN */

.ce_text_teaserbox {
  border-radius: .5rem!important;
}

.teaserkachel__nobtn__headline {
  min-height: 50px;
}

.teaserkachel__nobtn__text-wrapper {
  min-height: 50px;
}

.teaserkachel__nobtn__image-wrapper img {
  border-top-left-radius: .5rem; 
  border-top-right-radius: .5rem; 
}

.teaserkachel__nobtn__alltext {
  position: relative!important;
  border-bottom-left-radius: .5rem; 
  border-bottom-right-radius: .5rem; 
}

.teaserkachel__nobtn__inner .location, .eventdate {
  margin-bottom: .5rem;
}

.teaserkachel__nobtn__inner .location:before {
  content:url(/files/content/icons/Icon_Standort.svg);
  display: inline-block;
  width:16px;
  height:16px;
  position: relative;
  top: 5px;
  margin-right: 3px;
}

.teaserkachel__nobtn__inner .eventdate:before {
  content:url(/files/content/icons/calendar.svg);
  display: inline-block;
  width:16px;
  height:16px;
  position: relative;
  margin-right: 3px;
}

.teaserkachel__nobtn__inner .price {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background-color: var(--color-highlight);
  margin-bottom: 260px;
  right: 0;
  padding: 5px 15px;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Crimson Pro';
}

.teaserkachel__nobtn__inner .features {
	min-height: 100px;
}

.teaserkachel__nobtn__inner .feature-bubble {
  display: inline-block;
  background-color: var(--color-highlight);
  color: white;
  padding: 5px 15px;
  border-radius: .5rem;
  margin-top: .5rem;
  margin-right: .3rem;
}

@media screen and (max-width:1550px) {
  .teaserkachel__nobtn__inner .price,
  .teaserkachel__nobtn__inner .feature-bubble {
    font-size: 1rem!important;
  }
  .teaserkachel__nobtn__image-wrapper {
    height:200px!important;
  }
}

/* BILDLEISTE TEASER STARTSEITE */

.imagebar__inner .elements-item__text.text1 {
  line-height: 1.1;
}

/* GROSSE WÖRTER IM LAYOUT */

.tag-word-right p {
  font-size: 10rem;
  text-align: right;
  font-family: 'Hurricane' !important;
  color: var(--color-default2);
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
  padding-right: 1rem;
}

.tag-word-left p {
  font-size: 10rem;
  text-align: left;
  font-family: 'Hurricane' !important;
  color: var(--color-default2);
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
  padding-left: 1rem;
}

@media screen and (max-width:600px) {
  .tag-word-right p {
    font-size: 5rem;
  }
  .tag-word-left p {
    font-size: 5rem;
  }
}

/* KARTE */

.full-padding {
  padding-left: 8rem;
  padding-right: 3rem;
}

.c4g-starboardscope-header {
  display: none;
}

.c4g-external > div > div[class*="content"] {
  padding: 0!important;
}

.c4g-starboard-wrapper, .c4g-starboardscope-content-container {
  background: #fff!important;
}

.c4g-starboardscope-content-container > ul > li {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

.c4g-starboardscope-content-container ul li .c4g-popup-wrapper {
  border-radius: .5rem;
  background-color: #fbf6f0;
  padding: 1rem;
  margin:0;
}

.c4g-starboardscope-content-container ul li .c4g-popup-wrapper p,
.c4g-starboardscope-content-container ul li .c4g-popup-wrapper h1,
.c4g-starboardscope-content-container ul li .c4g-popup-wrapper h2,
.c4g-starboardscope-content-container ul li .c4g-popup-wrapper h3,
.c4g-starboardscope-content-container ul li .c4g-popup-wrapper h4 {
   color: var(--color-default)!important;
}

/* FOOTER */

#footer-pre h3 {
  margin-top:0!important;
  margin-bottom: var(--base-spacing-unit)!important;
}

.contact__outer i {
  color: var(--color-highlight)!important;
}

.bounce {
  transition: transform .25s; 
}

.bounce:hover {
  transform: scale(1.35);
}

.pre-sub {
  border-top: 1px solid #fbf6f0;
}

#footer-pre > .inside {
  padding-bottom:0!important;
}

.pay-wrapper {
  display: flex;
  justify-content: end;
}

ul.pay-icons {
  list-style-type: none;
}

ul.pay-icons li {
 display:inline-block; 
}

.hero-quickbutton__button {
  background-color: var(--color-default) !important;
  border:none!important;
}

.hero-quickbutton__button:hover {
  background-color: var(--color-highlight) !important;
}

/* KONTAKT BOX */

.border-radius-halfrem {
  border-radius: 1rem;
}

.kontakt-grid {
 
}

.kontakt-grid .kontakt-box {
  margin-top: -120px;
  margin-bottom: 50px;
  border-radius: 1rem;
}

@media screen and (max-width:900px) {
  .kontakt-grid .wrapper-grid__inner {
    display:block;
  }
}

.kontakt-box-gutscheine {
  border-radius: 1rem;
}

.kontakt-box-gutscheine .ce_rsce_wrapper_plain_start {
  border: 1px solid var(--color-default2);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.kontakt-grid .kontakt-box img,
.kontakt-box-gutscheine img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.kontakt-grid .kontakt-box .ce_text,
.kontakt-box-gutscheine .ce_text{
  padding: 1rem 2rem;
}

.kontakt-grid .kontakt-box .ce_rsce_button_variant,
.kontakt-box-gutscheine .ce_rsce_button_variant {
  padding: 0 2rem;
}

.kontakt-grid .kontakt-box .btn.btn--primary.btn__rounded,
.kontakt-box-gutscheine .btn.btn--primary.btn__rounded {
  display: block;
}

/* TESTIMONIALS */

.testimonials {
  background-image:url(/files/content/fotos/bestfewoharz3.jpg);
  background-position: center center;
  background-size: cover;
}

.testimonial-green {
  color: white!important;
  border-radius: .5rem!important;
  margin-top: 5rem;
  width:50%;
}

.testimonial-beige {
  border-radius: .5rem!important;
  margin-bottom: 5rem;
  width:50%;
}

.testimonial-green p,
.testimonial-beige p {
  padding: 2rem;
}

@media screen and (max-width:900px) {
  .testimonial-green,
  .testimonial-beige {
    width:100%;
  }
}

/* STEPS */

.step {
  padding: 2rem;
  transition: ease-in-out 250ms;
  border-radius: .5rem!important;
}

.step:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.step .big-number {
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: 'Hurricane' !important;
}

.step.green p {
  color:white;
}

/* KONTAKT */

.submit {
  border-radius: .5rem!important;
  color: var(--color-default)!important;
  background-color: var(--color-highlight)!important;
  border-color: var(--color-highlight)!important;
  padding: 10px 25px!important;
  transition: ease-in-out 250ms;
}

.submit:hover {
  color: var(--color-default)!important;
  background-color: var(--color-default2)!important;
  border-color: var(--color-default2)!important;
}

input.text, input.captcha, textarea,
.formbody fieldset {
  border-radius: .5rem!important;
  border: 1px solid var(--color-default2)!important;
}

/* FAQ */

.handorgel__header__button {
  padding: 20px 0px!important;
}

.handorgel__content__inner {
  background-color: #fbf6f0!important;
}

/* MOBILE HEADER */

.mobile_menu_trigger .btn {
  background-color: transparent!important;
  border: none;
  font-size: 2rem;
  color: var(--color-highlight);
}

.mobile_menu_trigger .btn:hover {
  color: var(--color-default2);
}

.mobile_menu .inner {
  background: var(--color-default);
  color: var(--color-default2);
  overflow: unset;
}

.mobile_menu .inner .mod_navigation ul li a {
  color: var(--color-default2);
}

.mobile_menu .inner .mod_navigation ul li a:hover,
.mobile_menu .inner .mod_navigation ul li a.active {
  color: var(--color-default);
  background: var(--color-default2);
}

.mobmen_btn_bar {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.mobmen_btn_bar .btn {
  margin:0;
  background-color: var(--color-highlight);
  color:var(--color-default);
}

.mobmen_btn_bar .btn:hover {
  background-color: var(--color-default2);
  color:var(--color-default);
}

@media screen and (max-width:1420px) {
.fullwidth-tablet .wrapper-grid__inner {
    grid-template-columns: repeat(1,1fr)!important;
  }
}  

@media screen and (max-width:900px) {
  .topbar-button-bar .btn {
    display:none;
  }
  .topbar-logo {
    width:33%!important;
  }
  .topbar-button-bar {
    order:2;
    width:33%!important;
    justify-content: center!important;
  }
  .topbar-nav--new {
    order:3;
    width:33%!important;
  }
  .topbar-nav--new .mod_navigation ul.level_1 {
    justify-content: end !important;
  }
  .imagebar__inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:600px) {
  .mobile-smaller-spacer {
    margin-top: 1em!important;
    margin-bottom: 1em!important;
  }
  .mobile-off {
    display: none!important;
  }
  .video__text-wrapper {
    top:25%!important;
    padding:0!important;
  }
  .video__text-wrapper .top-heading {
    font-size:1.75rem!important;
  }
  .video__text-wrapper .sub-heading {
    font-size:3rem!important;
  }
}

/* FEWOFLOW */

/* SUCHE */

.home .stagesearch-inner {
  position: absolute;
  z-index: 99;
  margin-top: -280px;
  background-color: rgba(255,255,255,1);
  border-radius: .5rem;
  gap: 0px!important;
  left:0;
  padding:1rem;
}

.stagesearch-inner {
  background-color: rgba(255,255,255,1);
  border-radius: .5rem;
  gap: 0px!important;
  left:0;
}

#FewoflowSearchBar {
  border: none!important;
  background-color: transparent!important;
  box-shadow: none!important;
  padding: 0!important;
}

.stagesearchstart {
  background-color:var(--color-default)!important;
  border:none!important;
}

.stagesearchstart:hover {
  background-color:var(--color-default-dark)!important;
}

.selectpicker, .date, .chkbox, .filterhaustier {
  border: none!important;
  font-size: 16px!important;
}

.filterhaustier label {
  margin-left: 10px;
  font-size: 16px!important;
}

#chkHaustier {
  width: 20px;
  height: 20px;
}

@media screen and (min-width:769px) {
  .filterort, .filterzeitraum, .filterperson, .filterhaustier {
    border-right: 1px solid var(--color-default);
    padding: 1rem;
  }
  .home .stagesearch-inner {
    position: absolute;
    z-index: 9;
    margin-top: -200px;
    gap: 15px!important;
  }
}

.month-wrapper {
  width: auto !important;
}

.date-picker-wrapper {
  border: none!important;
  background-color: #fbf6f0!important;
  border-radius: .5rem;
}

.date-picker-wrapper .month-wrapper {
  border: none!important;
  background-color: #fbf6f0!important;
  padding:0!important;
}

.date-picker-wrapper .month-wrapper table, .date-picker-wrapper .month-wrapper table.month2 {
  background-color: white;
}

/* SUCHERGEBNISSE */

li.objektliste-item {
  background-color: white;
  border-radius: .5rem;
  border:none;
}

ul.objektliste {
  margin:0!important;
  justify-content: start!important;
}

.objektliste-links {
  padding: 0 1rem!important;
}

.objektliste-beschreibung {
  padding: 0 1rem!important;
}

.objektliste-infos {
  padding: 0 1rem 1rem 1rem!important;
}

.objektliste-infos {
  display: block!important;
}

#divSuchergebnisse .u-width1of2, .objektliste-preis {
  position: absolute;
  top: 50px;
  background-color: rgba(225,161,100,0.8);
  right: 0;
  padding: 5px 15px;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.objektliste-preis {
  color: white!important;
  font-weight: bold;
  font-family: 'Crimson Pro';
  font-size: 1.2rem!important;
}

ul.objekteliste-merkmale {
  display: block;
}

.objektliste-links a {
  color:var(--color-default)!important;
  font-family: 'Crimson Pro';
  line-height: 1em;
  font-size: 1.3rem;
}

/* DETAILSEITE */

.fewo-main > div {
 margin-bottom:2rem; 
}

.fewo-detail-wrapper h2 {
  margin-bottom: .5em !important;
}

.fewo-detail-wrapper h3 {
  font-family: 'Lato'!important;
}

.fewo-short-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.fewo-address, .fewo-area-persons {
  background-color:#fbf6f0;
  border-radius: .5rem;
  font-size:16px!important;
  padding: 1rem;
}

.fewo-description {
  background-color:#fbf6f0;
  border-radius: .5rem;
  font-size:16px!important;
  padding: 1rem;
  margin-bottom: 0;
}

.fewo-detail-wrapper h4 {
  border-bottom:1px solid var(--color-default);
  padding: .5rem 0;
  color:var(--color-default);
  margin-bottom: 1.5rem;
}

.seasons {
  background-color:#fbf6f0;
  padding: 1rem 0;
  border-radius: .5rem;
  display: flex;
  justify-content: space-between;
  font-size:16px!important;
  margin-bottom:1rem;
}

@media screen and (max-width:900px) {
  .fewo-season-content.card-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .seasons {
    display: block;
  }
}

@media screen and (max-width:600px) {
  .fewo-season-content.card-content {
    grid-template-columns: 1fr;
  }
}

.season-entry-date,
.season-entry-price,
.season-entry-hints {
  padding-left: 1rem;
  padding-right: 1rem;
}

.season-entry-hints p {
  margin-bottom:0;
}

.other-costs-content,
.fewo-options-content {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.fewo-equipment-content {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width:1550px) {
  .fewo-equipment-content,
  .other-costs-content,
  .fewo-options-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:600px) {
  .fewo-equipment-content,
  .other-costs-content,
  .fewo-options-content {
    grid-template-columns: 1fr;
  }
}

.additional-price {
  background-color:#fbf6f0;
  padding: 1rem 0;
  border-radius: .5rem;
  font-size:16px!important;
  padding: 1rem;
}

.additional-price p {
  margin-bottom:0;
}

.fewo-rooms-content {
  background-color:#fbf6f0;
  border-radius: .5rem;
  font-size:16px!important;
  padding: 1rem;
}

.location-content {
  background-color:#fbf6f0;
  border-radius: .5rem;
  font-size:16px!important;
  padding: 1rem;
}

@media (min-width: 980px) {
  div.divRentalKalenderContainer > .objektdetails-kalender-monate {
    justify-content: flex-start!important;
    gap: 1rem!important;
  }
}

.objektdetails-kalender-monattitel {
  height: 30px!important;
  line-height: 30px!important;
  font-size: 16px!important;
  background-color: var(--color-default)!important;
}

.objektdetails-kalender-wochentag,
.objektdetails-kalender-wochentag-wochenende,
.objektdetails-kalender-tag-datum,
.objektdetails-kalender-tag-belegt,
.objektdetails-kalender-tag-datum-belegt,
.objektdetails-kalender-tag-abreise-belegt,
.objektdetails-kalender-tag-anreise-belegt,
.objektdetails-kalender-tag-anab-belegt {
  font-size: 12px!important;
}

.fewo-image.image-large {
  width:50%;
}

.fewo-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}

.fewo-main-wrapper-left {
 width: 60%; 
}

.fewo-main-wrapper-right {
 width: 40%; 
}

@media screen and (max-width:1550px) {
  .fewo-main-wrapper-left {
    width: 50%; 
  }
  .fewo-main-wrapper-right {
    width: 50%; 
  }
}

@media screen and (max-width:900px) {
  .fewo-wrapper {
    display: grid;
  }
  .fewo-main-wrapper-left {
    width: 100%;
  }
  .fewo-main-wrapper-right {
    width: 100%;
  }
}

.fewo-images {
  margin-bottom: 2rem;
}

.fewo-images .fewo-image-top-wrapper {
  display: flex;
  gap:1rem;
}

.fewo-image-inner-wrapper {
  display: grid;
  gap: 1rem;
  width:50%;
}

.fewo-images .fewo-image-thumb-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap:1rem;
  margin-top:1rem;
  margin-bottom:1rem;
}

.fewo-images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.fewo-image-thumb-wrapper a img {
  border-radius: 3px!important;
}

.fewo-booking-box {
  min-height: 100px;
  margin-bottom:2rem;
  background-color: var(--color-default);
  border-radius: .5rem;
  color: white;
  font-size:16px!important;
}

.u-widthFull.u-l-width1of4.u-boxsizing.u-flexGrow-0 {
  display: none;
}

.u-widthFull h1 {
  display:none;
}

.u-p-all-2 {
  padding: 0px !important;
}

.u-c-black {
  color: inherit!important;
}

.u-l-width3of4 {
    max-width: inherit!important;
}

.u-min-height75vh {
  min-height: inherit!important;
}

.u-mt-Section {
  margin-top: 1rem!important;
}

.u-widthFull.u-l-width3of4.u-boxsizing.u-p-all-1.u-flex.u-flexColumn {
  background-color: #fbf6f0;
  color: var(--color-default) !important;
  border-radius: .5rem;
  padding: 1rem!important;
}

.buchungFehler {
  background-color: #fbf6f0;
  border-radius: .5rem;
}


.u-l-width1of3 .input-label,
.buchungPflichtfeld {
  color:white!important;
}

.wizardStepAktiv {
  color:white!important;
  font-weight:bold;
  text-decoration: underline;
}

.lnkUserAktion {
  background-color: var(--color-highlight) !important;
  border-color: var(--color-highlight) !important;
  color: var(--color-default) !important;
  padding: 10px 50px;
  border-radius: var(--btn-rounded-radius);
  width: max-content;
  cursor:pointer;
}

#fewo-booking-box .u-width2of5 div {
  color:white!important;
}

.form2020 input {
  width:100%;
  border:none;
  padding:5px;
  font-size: 16px!important;
}

.u-bg-lightGrey {
  background-color: var(--color-default) !important;
}

.fewo-equipment-content.card-content > div::before {
  content: url('/files/layout/icons/checked.png');
  position: relative;
  top: 10px;
  margin-right: 5px;
  padding-left: 5px;
}

.fewo-equipment-content.card-content > div {
  background-color: #fbf6f0;
  border-radius: .5rem;
  padding: 5px 5px 17px 16px;
}

.fa-solid.fa-circle-check,
.fa-solid.fa-lock {
  color: var(--color-default) !important;
  margin-right: 5px;
}

.no-link {
  pointer-events: none; 
}

.date-picker-wrapper {
  z-index: 999!important;
}

.div-objektliste-detail-cm {
  margin-top: 1rem;
}

.objektliste-item {
  margin: 0!important;
}

.ul-objektliste-cm {
  gap: 1rem;
}