/* main.css */
.text-primary {
  color: var(--inn-primary) !important;
}
.text-secondary {
  color: var(--inn-secondary) !important;
}
.text-neutral {
  color: var(--inn-neutral) !important;
}
.text-white {
  color: white!important;
}
.text-black {
  color: black!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.add_font {
  font-family: var(--inn-head-font);
}
body {
  font-family: var(--inn-main-font);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--inn-head-font);
}
@font-face {
  font-family: 'Striverx';
  font-style: normal;
  font-weight: 400;
  src: local('Striverx Regular'), local('Striverx-Regular'), url('../fonts/Striverx.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Striverx.otf') format('opentype');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Skia';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Skia.eot");
  src: url("../fonts/Skia.otf") format("opentype"), url("../fonts/Skia.woff") format("woff"), url('../fonts/Skia.ttf') format('truetype'), /* Safari, Android, iOS */ url("../fonts/Skia.svg#filename") format("svg");
}
body {
  font-size: var(--inn-body-font-size);
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-weight: 300;
  overflow-x: hidden;
  max-width: 100vw;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .ce_text,
  .infotext,
  .infotext-box,
  .fewo-text {
    font-size: 12px;
  }
}
.button-1 a {
  padding-left: 0px;
  padding-right: 0px;
}
.button-desktop {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .button-desktop {
    display: none !important;
  }
}
.button-mobile {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .button-mobile {
    display: inline-block !important;
  }
}
.button-orange > a {
  background-color: var(--inn-primary);
  color: white;
}
.button-orange > a:hover {
  background: var(--inn-secondary) !important;
  border-color: var(--inn-secondary);
}
.v-white > a:hover {
  background-color: var(--inn-primary) !important;
  color: white !important;
}
.ce_rsce_button a {
  padding: 10px 20px !important;
}
#container {
  padding-top: 66px;
}
@media only screen and (max-width: 767px) {
  #container {
    padding-top: 46px;
  }
}
.fewo-text-box {
  padding: 2rem 2rem;
  padding-bottom: 0px;
  background-color: var(--inn-primary);
  color: white;
  position: relative;
  overflow: visible;
}
.fewo-text-box h1,
.fewo-text-box h2,
.fewo-text-box h3 {
  margin-bottom: 10px;
}
.fewo-text-box .upper-headline h1,
.fewo-text-box .upper-headline h2,
.fewo-text-box .upper-headline h3,
.fewo-text-box .upper-headline h4 {
  color: white;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  .fewo-text-box .upper-headline h1,
  .fewo-text-box .upper-headline h2,
  .fewo-text-box .upper-headline h3,
  .fewo-text-box .upper-headline h4 {
    font-size: 22px;
  }
}
.fewo-text-box .v-headline-text-container {
  margin-top: 0rem;
}
.fewo-text-box .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid white;
  width: 6rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
.fewo-text-box .v-headline-text-container p {
  color: white;
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  .fewo-text-box .v-headline-text-container p {
    font-size: 12px;
  }
}
.fewo-text-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 200vw;
  background-color: var(--inn-primary);
}
.fewo-text-box .upper-headline span {
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  .fewo-text-box .upper-headline span {
    font-size: 22px;
  }
}
.fewo-text-box .fewo-text p {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  .fewo-text-box .fewo-text {
    margin-bottom: 1rem;
  }
}
.fewo-text-box .button-image-wrapper {
  margin-bottom: 2rem;
  display: flex;
}
.fewo-text-box .button-image-wrapper img {
  width: 65px;
  height: 77px;
  margin-right: 0.5rem;
}
.fewo-text-box .button-image-wrapper .v-button {
  height: fit-content;
  align-self: center;
}
.fewo-text-box .button-image-wrapper .v-button a {
  color: var(--inn-primary);
  background-color: white;
  padding: 0.5rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fewo-text-box .button-image-wrapper .v-button a {
    padding: 0.5rem 1rem;
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .fewo-text-box::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: var(--inn-primary);
  }
}
@media only screen and (max-width: 767px) {
  .fewo-text-box {
    padding: 2rem 0rem;
  }
  .fewo-text-box h1,
  .fewo-text-box h2,
  .fewo-text-box h3 {
    margin-bottom: 10px;
  }
  .fewo-text-box .upper-headline h1,
  .fewo-text-box .upper-headline h2,
  .fewo-text-box .upper-headline h3,
  .fewo-text-box .upper-headline h4 {
    color: white;
    margin-bottom: 0rem;
  }
  .fewo-text-box .v-headline-text-container {
    margin-top: 0rem;
  }
  .fewo-text-box .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid white;
    width: 9.5rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  .fewo-text-box .v-headline-text-container p {
    color: white;
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .fewo-text-box .upper-headline h1,
  .fewo-text-box .upper-headline h2,
  .fewo-text-box .upper-headline h3,
  .fewo-text-box .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .fewo-text-box .v-headline-text-container p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .fewo-text-box {
    padding-bottom: 0rem;
    margin-bottom: 2rem;
  }
}
.content-wrapper {
  box-sizing: border-box;
  max-width: var(--inn-container-width);
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inside {
  max-width: var(--inn-container-width);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
}
.inside section:last-child,
.inside div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inside {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.swiper-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
  margin: 0 !important;
  transform: none !important;
  border: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-disabled:after {
  color: #bcbcbc;
}
.swiper-button-prev:after {
  content: "\f060";
}
.swiper-button-next:after {
  content: "\f061";
}
img {
  width: 100%;
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.logo-loader.loaded {
  opacity: 0;
  z-index: -1;
}
.logo-loader img {
  width: 100vw;
}
section {
  margin-bottom: 70px;
}
section > div {
  display: flex;
}
section > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section.colcount_2 .col_1 {
    margin-bottom: 40px;
  }
  section > div {
    margin-bottom: 40px;
  }
  section > div:last-of-type {
    margin-bottom: 0;
  }
}
/*Header*/
#header {
  position: fixed;
  top: 65px;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
#header .inside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0px;
  padding-bottom: 0px;
}
#header .inside .header-nav li {
  display: inline-block;
}
#header .inside .header-nav a {
  color: black;
  text-decoration: none;
}
#header .inside #header-nav-mod {
  width: 100%;
}
#header .inside #header-nav-mod #header-nav-inh {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#header .inside #header-nav-mod #header-nav-inh .logo {
  width: 138px;
  height: 61px;
}
@media only screen and (max-width: 767px) {
  #header .inside #header-nav-mod #header-nav-inh {
    display: none;
  }
}
#header .inside #header-nav-mod #header-nav-inh-mobile {
  width: 100%;
  justify-content: space-between;
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#header .inside #header-nav-mod #header-nav-inh-mobile .logo {
  width: 53.5px;
  height: 53.5px;
}
#header .inside #header-nav-mod #header-nav-inh-mobile .ce_rsce_button {
  display: flex;
  align-items: center;
}
#header .inside #header-nav-mod #header-nav-inh-mobile .ce_rsce_button a {
  background-color: var(--inn-primary);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #header .inside #header-nav-mod #header-nav-inh-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    top: 46px;
  }
}
#top-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: var(--inn-primary);
}
#top-bar .inside {
  padding-top: 0;
  padding-bottom: 0;
  height: 65px;
  display: flex;
  align-items: center;
}
#top-bar .inside #top-bar-mod {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #top-bar .inside {
    height: 46px;
  }
}
#top-bar #top-bar-inh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
#top-bar #top-bar-inh .ce_text {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-bar #top-bar-inh .ce_text p {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #top-bar #top-bar-inh .ce_text {
    display: none;
  }
}
#top-bar #top-bar-inh .ce_rsce_button a {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  #top-bar #top-bar-inh .ce_rsce_button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #top-bar #top-bar-inh {
    grid-template-columns: 1fr;
  }
}
#top-bar .top-bar-icons {
  display: flex;
  align-items: center;
}
#top-bar .top-bar-icons img {
  height: 19.34px;
  width: 24.61px;
}
@media only screen and (max-width: 767px) {
  #top-bar .top-bar-icons {
    justify-content: space-between;
  }
}
#top-bar .top-bar-contact {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  border-right: 2px solid white;
}
@media only screen and (max-width: 767px) {
  #top-bar .top-bar-contact {
    border: 0;
  }
}
#top-bar .top-bar-socials {
  display: flex;
  gap: 20px;
  padding-left: 20px;
}
.navigation .level_1 .navHeading,
.navigation .level_1 strong.active {
  font-weight: 800;
  font-family: var(--inn-head-font);
}
@media only screen and (max-width: 767px) {
  .navigation .level_1 .navHeading,
  .navigation .level_1 .first {
    font-size: 22px;
  }
}
.navigation .level_1 .navSub {
  text-transform: uppercase;
}
.navigation .level_1 li strong,
.navigation .level_1 li .active {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) {
  .navigation .level_1 {
    margin-right: 2rem !important;
    margin-top: 9rem !important;
    grid-gap: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    background-color: unset !important;
    clip-path: none !important;
    background-image: url("/files/contao_files/Bilder/menu-mobil.png") !important;
  }
}
/*Header end*/
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#bilder-grid {
  margin-top: 3rem;
}
#bilder-grid .ce_gallery {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  top: 2%;
}
#bilder-grid .ce_gallery .cols_4 {
  position: relative;
}
#bilder-grid .ce_gallery .cols_4 .col_0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bilder-grid .ce_gallery .cols_4 .col_1 img {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}
@media only screen and (max-width: 767px) {
  #bilder-grid .ce_gallery {
    height: 100px;
    width: 100px;
    top: 1%;
  }
}
#bilder-grid .ce_rsce_icon_image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#bilder-grid .ce_rsce_icon_image img {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5 s linear infinite;
}
@media only screen and (max-width: 767px) {
  #bilder-grid .ce_rsce_icon_image {
    height: 100px;
    width: 100px;
    top: 1.5%;
  }
}
#bilder-grid .header__grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 1rem;
  margin-top: 25vh;
  max-height: 100vh;
}
#bilder-grid .header__grid .vag-img {
  object-fit: cover;
}
#bilder-grid .header__grid .vag-img-1,
#bilder-grid .header__grid .vag-img-3 {
  height: 467px;
}
@media only screen and (max-width: 767px) {
  #bilder-grid .header__grid .vag-img-1,
  #bilder-grid .header__grid .vag-img-3 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #bilder-grid .header__grid .vag-img-2 .v-desktop {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #bilder-grid .header__grid {
    grid-template-columns: 1fr;
    margin-top: 15vh;
  }
}
@media only screen and (max-width: 767px) {
  #bilder-grid {
    margin-bottom: 0rem;
    margin-top: 0vh;
  }
}
#start-article h1,
#start-article h2,
#start-article h3 {
  margin-bottom: 10px;
}
#start-article .upper-headline h1,
#start-article .upper-headline h2,
#start-article .upper-headline h3,
#start-article .upper-headline h4 {
  color: var(--inn-primary);
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #start-article .upper-headline h1,
  #start-article .upper-headline h2,
  #start-article .upper-headline h3,
  #start-article .upper-headline h4 {
    font-size: 22px;
  }
}
#start-article .v-headline-text-container {
  margin-top: 0rem;
}
#start-article .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 11rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#start-article .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #start-article .v-headline-text-container p {
    font-size: 12px;
  }
}
#start-article #headline-1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #start-article #swiper-column .col_1 {
    order: 2;
  }
}
#start-article #swiper-column .subcr {
  justify-content: start;
  gap: 2rem;
}
#start-article #swiper-column .subcr .ce_rsce_button {
  margin-top: 3.5rem;
}
#start-article .accordion {
  width: 100%;
  margin-top: 0px;
}
#start-article .start-grid1 {
  overflow: visible;
  margin-bottom: 30px;
}
#start-article .ce_colsetStart {
  overflow: visible;
}
#start-article #buchen-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #start-article #buchen-mobile {
    display: block;
  }
}
#start-article #startseite-swiper {
  padding-bottom: 0px;
}
#start-article #startseite-swiper .swiper-arrow-container {
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  #start-article #startseite-swiper .swiper-arrow-container .bh-button-prev {
    margin-right: 25vw;
  }
}
@media only screen and (max-width: 767px) {
  #start-article #startseite-swiper .swiper-arrow-container {
    justify-content: end;
  }
}
@media only screen and (max-width: 767px) {
  #start-article #startseite-swiper {
    display: none;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #start-article #startseite-swiper {
    padding-bottom: 10px;
  }
}
#start-article #startseite-swiper-mobil {
  display: none;
}
#start-article #startseite-swiper-mobil .fewo-preisbox {
  height: 153px;
  width: 153px;
  right: 0%;
  bottom: 34.5%;
  background: unset;
  background-color: var(--inn-primary);
}
#start-article #startseite-swiper-mobil .fewo-preisbox .fewo-preisbox-text h3:first-child {
  font-size: 17px;
}
#start-article #startseite-swiper-mobil .fewo-preisbox .fewo-preisbox-text h3:last-child {
  font-size: 43px;
}
#start-article #startseite-swiper-mobil .fewo-preisbox .fewo-preisbox-text p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #start-article #startseite-swiper-mobil .fewo-preisbox {
    display: none;
  }
}
#start-article #startseite-swiper-mobil .swiper-wrapper {
  padding-bottom: 0.5rem;
}
#start-article #startseite-swiper-mobil .swiper-arrow-container .bh-button-prev {
  margin-right: 7rem;
}
@media only screen and (max-width: 767px) {
  #start-article #startseite-swiper-mobil {
    display: block;
    margin-bottom: 0rem;
  }
}
#start-article .ce_rsce_iconboxes .single-icon:last-child {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_iconboxes .single-icon:last-child {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_iconboxes {
    margin-bottom: 2rem;
  }
}
#start-article #iconbox-start {
  padding-top: 0rem;
}
#start-article #iconbox-start .single-icon {
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  #start-article #iconbox-start .single-icon {
    padding: 1.75rem 2rem;
  }
}
#start-article #iconbox-start .single-icon:last-child {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #start-article #iconbox-start {
    padding: 0.75rem 0rem;
  }
}
@media only screen and (max-width: 767px) {
  #start-article .ce_image {
    display: none;
  }
}
#start-article .subcl .ce_image {
  height: 100%;
}
#start-article .subcl .ce_image * {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #start-article .subcl .ce_text {
    margin-bottom: 0px !important;
  }
}
#start-article .subcl .ce_rsce_button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #start-article .subcl .ce_rsce_button {
    display: none;
  }
}
#start-article .icons-container {
  background: #b25d00;
  color: white;
  position: relative;
  overflow: visible;
  padding-top: 2rem;
}
#start-article .icons-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 200vw;
  background-color: var(--inn-secondary);
}
#start-article .icons-container .single-icon {
  max-height: 40px;
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}
#start-article .icons-container .single-icon .icon-img-container {
  display: flex;
  gap: 2rem;
  width: 30px;
}
#start-article .icons-container .single-icon .icon-img-container img {
  display: flex;
  align-items: center;
}
#start-article .icons-container .single-icon span p {
  margin-bottom: 0rem;
}
#start-article .icons-container .single-icon img {
  max-height: 30.29px;
}
@media only screen and (max-width: 767px) {
  #start-article .icons-container .single-icon {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #start-article .icons-container {
    padding-top: 0rem;
  }
}
#start-article .ce_rsce_swiper {
  max-width: 643.2px;
}
#start-article .ce_rsce_swiper .swiper-container {
  height: 560px;
}
#start-article .ce_rsce_swiper .swiper-wrapper {
  margin-bottom: 2rem;
}
#start-article .ce_rsce_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
#start-article .ce_rsce_swiper .swiper-wrapper .swiper-slide img {
  height: 510px;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #start-article .ce_rsce_swiper .swiper-wrapper .swiper-slide img {
    height: 35vh;
  }
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper .swiper-wrapper {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #start-article .ce_rsce_swiper .swiper-wrapper {
    margin-bottom: 0.5rem;
  }
}
#start-article .ce_rsce_swiper .swiper-arrow-container {
  display: flex;
  justify-content: start;
}
#start-article .ce_rsce_swiper .swiper-arrow-container div[class^="bh-button"] {
  margin-right: 1rem;
}
#start-article .ce_rsce_swiper .swiper-arrow-container div[class^="bh-button"] img {
  max-height: 40px;
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper .swiper-arrow-container {
    justify-content: end;
  }
}
#start-article .ce_rsce_swiper .swiper-arrow-container .bh-button-prev {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper .swiper-arrow-container .bh-button-prev {
    margin-right: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper {
    display: none;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #start-article .ce_rsce_swiper {
    margin-top: 1rem;
  }
}
#start-article .ce_rsce_swiper_fewo .fewo-preisbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50%;
  bottom: 7%;
  z-index: 900;
  overflow: visible;
  background-color: var(--inn-secondary);
  background: url("/files/contao_files/Bilder/svg/pfeil-gross-weiss.svg") no-repeat 80px 30px;
  height: 194px;
  width: 194px;
  -moz-border-radius: 97px;
  border-radius: 97px;
  background-color: var(--inn-primary);
  color: white;
  text-align: center;
}
#start-article .ce_rsce_swiper_fewo .fewo-preisbox .fewo-preisbox-text {
  margin-left: 0.5rem;
}
#start-article .ce_rsce_swiper_fewo .fewo-preisbox .fewo-preisbox-text h3 {
  font-size: 55px;
  text-align: left;
  margin-bottom: -5%;
}
#start-article .ce_rsce_swiper_fewo .fewo-preisbox .fewo-preisbox-text p {
  color: var(--inn-secondary);
  font-size: 21px;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper_fewo .fewo-preisbox {
    display: none;
    right: 50%;
    bottom: 2.5rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #start-article .ce_rsce_swiper_fewo .fewo-preisbox {
    bottom: 14%;
  }
}
#start-article .ce_rsce_swiper_fewo .swiper-wrapper {
  padding-bottom: 2rem;
}
#start-article .ce_rsce_swiper_fewo .swiper-arrow-container {
  display: flex;
  justify-content: flex-start;
}
#start-article .ce_rsce_swiper_fewo .swiper-arrow-container div[class^="bh-button"] img {
  max-height: 40px;
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper_fewo .swiper-arrow-container div[class^="bh-button"] {
    padding-right: rem;
  }
  #start-article .ce_rsce_swiper_fewo .swiper-arrow-container div[class^="bh-button"]:last-child {
    padding-right: 0rem;
  }
}
#start-article .ce_rsce_swiper_fewo .swiper-arrow-container .bh-button-prev {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper_fewo .swiper-arrow-container {
    justify-content: end;
  }
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_swiper_fewo {
    margin-bottom: 2.5rem;
  }
}
#start-article .ce_gallery ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 0rem;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #start-article .ce_gallery ul {
    row-gap: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  #start-article .ce_gallery {
    display: none;
  }
}
#start-article .ce_accordionStart {
  background: #b25d00;
  color: white;
  justify-content: start;
}
#start-article .ce_rsce_button a {
  background-color: var(--inn-primary);
  color: white;
}
@media only screen and (max-width: 767px) {
  #start-article .ce_rsce_button {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #start-article h1,
  #start-article h2,
  #start-article h3 {
    margin-bottom: 10px;
  }
  #start-article .upper-headline h1,
  #start-article .upper-headline h2,
  #start-article .upper-headline h3,
  #start-article .upper-headline h4 {
    color: var(--inn-primary);
    margin-bottom: 0rem;
  }
  #start-article .v-headline-text-container {
    margin-top: 0rem;
  }
  #start-article .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid var(--inn-secondary);
    width: 5rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  #start-article .v-headline-text-container p {
    color: var(--inn-secondary);
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
  #start-article .ce_rsce_headline {
    margin-bottom: 0rem;
  }
  #start-article .col_1,
  #start-article .col_2 {
    margin-bottom: 0rem !important;
  }
  #start-article .ce_rsce_swiper {
    margin-top: 0rem;
  }
  #start-article h2,
  #start-article h3 {
    font-size: 22px;
  }
  #start-article p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #start-article .upper-headline h1,
  #start-article .upper-headline h2,
  #start-article .upper-headline h3,
  #start-article .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #start-article .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-header-fewo {
  display: block;
}
@media only screen and (max-width: 767px) {
  #s-header-fewo {
    display: none;
  }
}
#s-header-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #s-header-mobile {
    display: block;
  }
}
#s-header-about-us {
  display: block;
}
@media only screen and (max-width: 767px) {
  #s-header-about-us {
    display: none;
  }
}
#s-header-about-us-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #s-header-about-us-mobile {
    display: block;
  }
}
#s-header-activity {
  display: block;
}
@media only screen and (max-width: 767px) {
  #s-header-activity {
    display: none;
  }
}
#s-header-activity-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #s-header-activity-mobile {
    display: block;
  }
}
#s-header-kontakt {
  display: block;
}
@media only screen and (max-width: 767px) {
  #s-header-kontakt {
    display: none;
  }
}
#s-header-kontakt-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #s-header-kontakt-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #s-parallax-1 .ce_rsce_parallax {
    height: 30vh;
  }
}
.a-nachhaltigkeit {
  background-color: var(--inn-primary);
}
.a-nachhaltigkeit h1,
.a-nachhaltigkeit h2,
.a-nachhaltigkeit h3 {
  margin-bottom: 10px;
}
.a-nachhaltigkeit .upper-headline h1,
.a-nachhaltigkeit .upper-headline h2,
.a-nachhaltigkeit .upper-headline h3,
.a-nachhaltigkeit .upper-headline h4 {
  color: white;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit .upper-headline h1,
  .a-nachhaltigkeit .upper-headline h2,
  .a-nachhaltigkeit .upper-headline h3,
  .a-nachhaltigkeit .upper-headline h4 {
    font-size: 22px;
  }
}
.a-nachhaltigkeit .v-headline-text-container {
  margin-top: 0rem;
}
.a-nachhaltigkeit .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 12rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
.a-nachhaltigkeit .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit .v-headline-text-container p {
    font-size: 12px;
  }
}
.a-nachhaltigkeit .ce_rsce_headline {
  margin-bottom: 10px;
}
.a-nachhaltigkeit .ce_rsce_headline .upper-headline {
  margin-bottom: 5px;
}
.a-nachhaltigkeit .ce_rsce_headline .upper-headline h2 > span {
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit .ce_rsce_headline .upper-headline h2 > span {
    font-size: 22px;
  }
}
.a-nachhaltigkeit .ce_rsce_headline .v-headline-text-container p:before {
  width: 11.5rem;
}
.a-nachhaltigkeit .ce_text {
  color: white;
  width: 50%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit .ce_text {
    width: 100%;
  }
}
.a-nachhaltigkeit .ce_rsce_button a {
  padding: 5px 15px;
  background-color: white;
  color: var(--inn-primary);
}
.a-nachhaltigkeit .ce_rsce_button a span {
  color: var(--inn-primary) !important;
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit .ce_rsce_button {
    text-align: center;
  }
}
.a-nachhaltigkeit .ce_rsce_iconboxes {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  color: white;
}
.a-nachhaltigkeit .ce_rsce_iconboxes .single-icon {
  text-align: center;
}
.a-nachhaltigkeit .ce_rsce_iconboxes .single-icon .icon-img-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.a-nachhaltigkeit .ce_rsce_iconboxes .single-icon .icon-img-container img {
  width: auto;
}
.a-nachhaltigkeit .ce_rsce_iconboxes .single-icon .icon-img-container .icon-img {
  height: 75px;
  width: 75px;
}
.a-nachhaltigkeit .ce_rsce_iconboxes .single-icon span h3 {
  margin-bottom: 1rem;
  font-size: 21px;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-nachhaltigkeit .ce_rsce_iconboxes .single-icon span h3 {
    font-size: 19px;
  }
}
.a-nachhaltigkeit .ce_rsce_iconboxes .single-icon span p {
  font-size: 21px;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit .ce_rsce_iconboxes .single-icon:nth-child(n + 4) {
    display: none;
  }
}
.a-nachhaltigkeit .ce_rsce_iconboxes .icon-img-container,
.a-nachhaltigkeit .ce_rsce_iconboxes .fewo-nachhaltigkeit .icon-img-container {
  height: 90px;
  padding-bottom: 3rem !important;
}
.a-nachhaltigkeit #iconbox-text {
  flex-wrap: wrap;
  gap: 4rem;
}
.a-nachhaltigkeit #iconbox-text .single-icon {
  width: 29%;
}
.a-nachhaltigkeit #iconbox-text .single-icon span p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit #iconbox-text .single-icon span p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit #iconbox-text .single-icon span {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit #iconbox-text .single-icon {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-nachhaltigkeit #iconbox-text .single-icon {
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit #iconbox-text {
    flex-direction: column;
    align-items: center;
  }
}
.a-nachhaltigkeit #nachhaltigkeit-mobilebutton {
  display: none;
  margin-top: 65px;
}
.a-nachhaltigkeit #nachhaltigkeit-mobilebutton a {
  color: var(--inn-primary);
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit #nachhaltigkeit-mobilebutton {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .a-nachhaltigkeit {
    background-color: var(--inn-primary);
  }
  .a-nachhaltigkeit h1,
  .a-nachhaltigkeit h2,
  .a-nachhaltigkeit h3 {
    margin-bottom: 10px;
  }
  .a-nachhaltigkeit .upper-headline h1,
  .a-nachhaltigkeit .upper-headline h2,
  .a-nachhaltigkeit .upper-headline h3,
  .a-nachhaltigkeit .upper-headline h4 {
    color: white;
    margin-bottom: 0rem;
  }
  .a-nachhaltigkeit .v-headline-text-container {
    margin-top: 0rem;
  }
  .a-nachhaltigkeit .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid var(--inn-secondary);
    width: 9.5rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  .a-nachhaltigkeit .v-headline-text-container p {
    color: var(--inn-secondary);
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
  .a-nachhaltigkeit .icon-swiper-container {
    display: block;
  }
  .a-nachhaltigkeit > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .a-nachhaltigkeit .ce_rsce_parallax {
    margin-bottom: 40px;
    position: relative;
    left: -30px;
    width: 100vw;
    height: 235px;
  }
  .a-nachhaltigkeit .icons-headline-wrapper .v-headline {
    margin-bottom: 10px;
  }
  .a-nachhaltigkeit .ce_text {
    margin-bottom: 1rem;
  }
  .a-nachhaltigkeit .infotext {
    margin-bottom: 4rem;
  }
  .a-nachhaltigkeit .upper-headline {
    margin-bottom: 10px;
  }
  .a-nachhaltigkeit h1,
  .a-nachhaltigkeit h2,
  .a-nachhaltigkeit h3 {
    margin-bottom: 10px;
  }
  .a-nachhaltigkeit .upper-headline h1,
  .a-nachhaltigkeit .upper-headline h2,
  .a-nachhaltigkeit .upper-headline h3,
  .a-nachhaltigkeit .upper-headline h4 {
    color: white;
    margin-bottom: 0rem;
  }
  .a-nachhaltigkeit .v-headline-text-container {
    margin-top: 0rem;
  }
  .a-nachhaltigkeit .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid var(--inn-secondary);
    width: 9.5rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  .a-nachhaltigkeit .v-headline-text-container p {
    color: var(--inn-secondary);
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
  .a-nachhaltigkeit a {
    color: var(--inn-primary);
  }
  .a-nachhaltigkeit #icon-swiper {
    display: none;
  }
  .a-nachhaltigkeit #icon-swiper .swiper-container .swiper-button-prev {
    color: white;
    padding-right: 40px;
  }
  .a-nachhaltigkeit #icon-swiper .swiper-container .swiper-button-prev img {
    transform: rotate(180deg);
  }
  .a-nachhaltigkeit #icon-swiper .swiper-container .swiper-button-prev:after {
    display: none;
  }
  .a-nachhaltigkeit #icon-swiper .swiper-container .swiper-button-next {
    color: white;
    padding-left: 40px;
  }
  .a-nachhaltigkeit #icon-swiper .swiper-container .swiper-button-next:after {
    display: none;
  }
  .a-nachhaltigkeit #icon-swiper .swiper-container .swiper-button-next img {
    height: 20px;
    width: 20px;
  }
  .a-nachhaltigkeit #icon-swiper .swiper-container .swiper-wrapper {
    padding-bottom: 20px;
  }
  .a-nachhaltigkeit .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .a-nachhaltigkeit .swiper-slide img {
    width: 68px;
    height: 70px;
    margin-bottom: 20px;
  }
  .a-nachhaltigkeit .swiper-slide .swiper-content-container {
    width: fit-content;
  }
  .a-nachhaltigkeit .swiper-slide .swiper-content-container h2 p {
    font-size: 21px;
    color: white;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-nachhaltigkeit .upper-headline h1,
  .a-nachhaltigkeit .upper-headline h2,
  .a-nachhaltigkeit .upper-headline h3,
  .a-nachhaltigkeit .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-nachhaltigkeit .v-headline-text-container p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-nachhaltigkeit .upper-headline h1,
  .a-nachhaltigkeit .upper-headline h2,
  .a-nachhaltigkeit .upper-headline h3,
  .a-nachhaltigkeit .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-nachhaltigkeit .v-headline-text-container p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-nachhaltigkeit #icon-swiper {
    display: block;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-nachhaltigkeit .swiper-slide {
    width: 40vw;
  }
}
.a-nachhaltigkeit #s-nachhaltigkeit-mobile {
  display: none;
}
.a-nachhaltigkeit .ce_rsce_button {
  margin-bottom: 4rem;
}
.a-nachhaltigkeit .ce_rsce_button a {
  background-color: white;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-nachhaltigkeit {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #s-nachhaltigkeit h1,
  #s-nachhaltigkeit h2,
  #s-nachhaltigkeit h3 {
    margin-bottom: 10px;
  }
  #s-nachhaltigkeit .upper-headline h1,
  #s-nachhaltigkeit .upper-headline h2,
  #s-nachhaltigkeit .upper-headline h3,
  #s-nachhaltigkeit .upper-headline h4 {
    color: white;
    margin-bottom: 0rem;
  }
  #s-nachhaltigkeit .v-headline-text-container {
    margin-top: 0rem;
  }
  #s-nachhaltigkeit .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid var(--inn-secondary);
    width: 9.5rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  #s-nachhaltigkeit .v-headline-text-container p {
    color: var(--inn-secondary);
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #s-nachhaltigkeit .upper-headline h1,
  #s-nachhaltigkeit .upper-headline h2,
  #s-nachhaltigkeit .upper-headline h3,
  #s-nachhaltigkeit .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #s-nachhaltigkeit .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-nachhaltigkeit-1 .icon-swiper-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  #s-nachhaltigkeit-1 .icon-swiper-container {
    display: block;
  }
}
#s-nachhaltigkeit-1 #icon-swiper {
  display: none;
}
@media only screen and (max-width: 767px) {
  #s-nachhaltigkeit-1 #icon-swiper {
    display: block;
  }
}
#s-nachhaltigkeit-1 .ce_rsce_parallax {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #s-nachhaltigkeit-1 .ce_rsce_parallax {
    display: block !important;
  }
}
#s-nachhaltigkeit-1 .ce_rsce_button {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #s-nachhaltigkeit-1 .ce_rsce_button {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #s-nachhaltigkeit-1 {
    display: block;
  }
  #s-nachhaltigkeit-1 .inside {
    padding-top: 0px;
  }
  #s-nachhaltigkeit-1 .inside > div:not(.ce_rsce_parallax):not(.icon-swiper-container):not(
        .ce_rsce_button
      ) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .a-about-us .ce_text {
    margin-bottom: 0px;
  }
}
.a-about-us .ce_rsce_headline {
  margin-bottom: 10px;
}
.a-about-us .ce_rsce_button a {
  background-color: var(--inn-primary);
  color: white;
  padding: 15px 25px;
}
@media only screen and (max-width: 767px) {
  .a-about-us .ce_rsce_button {
    display: none;
  }
}
.a-about-us .subcl {
  justify-content: start;
  gap: 1rem;
}
.a-about-us h1,
.a-about-us h2,
.a-about-us h3 {
  margin-bottom: 10px;
}
.a-about-us .upper-headline h1,
.a-about-us .upper-headline h2,
.a-about-us .upper-headline h3,
.a-about-us .upper-headline h4 {
  color: var(--inn-primary);
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  .a-about-us .upper-headline h1,
  .a-about-us .upper-headline h2,
  .a-about-us .upper-headline h3,
  .a-about-us .upper-headline h4 {
    font-size: 22px;
  }
}
.a-about-us .v-headline-text-container {
  margin-top: 0rem;
}
.a-about-us .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 6rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
.a-about-us .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  .a-about-us .v-headline-text-container p {
    font-size: 12px;
  }
}
.a-about-us #about-us-swiper .swiper-wrapper {
  padding-bottom: 1rem;
}
.a-about-us #about-us-swiper .swiper-wrapper img {
  height: 620px;
}
@media only screen and (max-width: 767px) {
  .a-about-us #about-us-swiper .swiper-wrapper img {
    height: unset;
  }
}
.a-about-us #about-us-swiper .swiper-arrow-container {
  display: flex;
  justify-content: flex-start;
}
.a-about-us #about-us-swiper .swiper-arrow-container div[class^="bh-button"] img {
  max-height: 40px;
}
.a-about-us #about-us-swiper .swiper-arrow-container .bh-button-prev {
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .a-about-us #about-us-swiper .swiper-arrow-container .bh-button-prev {
    padding-right: 8rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .a-about-us #about-us-swiper .swiper-arrow-container {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-about-us #about-us-swiper .swiper-arrow-container {
    justify-content: start;
  }
}
.a-about-us #about-us-fewo-grid {
  margin-top: 69px;
  overflow: visible;
}
.a-about-us #about-us-fewo-grid .col_2 {
  width: 40.5%;
}
.a-about-us #about-us-fewo-grid .col_2 .subcr {
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  .a-about-us #about-us-fewo-grid {
    flex-direction: column-reverse;
  }
}
.a-about-us .fewo-text-box {
  padding: 2rem 2rem;
  padding-top: 50px;
  padding-right: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 53px;
  background-color: var(--inn-primary);
  color: white;
  position: relative;
  overflow: visible;
}
.a-about-us .fewo-text-box h1,
.a-about-us .fewo-text-box h2,
.a-about-us .fewo-text-box h3 {
  margin-bottom: 10px;
}
.a-about-us .fewo-text-box .upper-headline h1,
.a-about-us .fewo-text-box .upper-headline h2,
.a-about-us .fewo-text-box .upper-headline h3,
.a-about-us .fewo-text-box .upper-headline h4 {
  color: white;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .upper-headline h1,
  .a-about-us .fewo-text-box .upper-headline h2,
  .a-about-us .fewo-text-box .upper-headline h3,
  .a-about-us .fewo-text-box .upper-headline h4 {
    font-size: 22px;
  }
}
.a-about-us .fewo-text-box .v-headline-text-container {
  margin-top: 0rem;
}
.a-about-us .fewo-text-box .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid white;
  width: 6rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
.a-about-us .fewo-text-box .v-headline-text-container p {
  color: white;
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .v-headline-text-container p {
    font-size: 12px;
  }
}
.a-about-us .fewo-text-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 200vw;
  background-color: var(--inn-primary);
}
.a-about-us .fewo-text-box .upper-headline {
  margin-bottom: 10px;
}
.a-about-us .fewo-text-box .upper-headline span {
  font-size: 27px;
}
.a-about-us .fewo-text-box .upper-headline span h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .upper-headline span {
    font-size: 22px;
  }
}
.a-about-us .fewo-text-box .fewo-text {
  font-family: var(--inn-main-font);
}
.a-about-us .fewo-text-box .fewo-text p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .fewo-text {
    margin-bottom: 1rem;
  }
}
.a-about-us .fewo-text-box .button-image-wrapper {
  margin-bottom: 2rem;
  display: flex;
}
.a-about-us .fewo-text-box .button-image-wrapper img {
  width: 65px;
  height: 77px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .button-image-wrapper img {
    width: 80px;
  }
}
.a-about-us .fewo-text-box .button-image-wrapper .v-button {
  height: fit-content;
  align-self: center;
}
.a-about-us .fewo-text-box .button-image-wrapper .v-button a {
  color: var(--inn-primary);
  background-color: white;
  padding: 0.5rem 1.5rem;
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .button-image-wrapper .v-button a {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .button-image-wrapper .v-button {
    width: 235px;
    height: 41px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-about-us .fewo-text-box .button-image-wrapper {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: var(--inn-primary);
  }
}
@media only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box {
    padding: 2rem 0rem;
    padding-top: 60px;
  }
  .a-about-us .fewo-text-box h1,
  .a-about-us .fewo-text-box h2,
  .a-about-us .fewo-text-box h3 {
    margin-bottom: 10px;
  }
  .a-about-us .fewo-text-box .upper-headline h1,
  .a-about-us .fewo-text-box .upper-headline h2,
  .a-about-us .fewo-text-box .upper-headline h3,
  .a-about-us .fewo-text-box .upper-headline h4 {
    color: white;
    margin-bottom: 0rem;
  }
  .a-about-us .fewo-text-box .v-headline-text-container {
    margin-top: 0rem;
  }
  .a-about-us .fewo-text-box .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid white;
    width: 9.5rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  .a-about-us .fewo-text-box .v-headline-text-container p {
    color: white;
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .upper-headline h1,
  .a-about-us .fewo-text-box .upper-headline h2,
  .a-about-us .fewo-text-box .upper-headline h3,
  .a-about-us .fewo-text-box .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .a-about-us .fewo-text-box .v-headline-text-container p {
    font-size: 12px;
  }
}
.a-about-us .ce_gallery {
  margin-top: 0rem;
}
.a-about-us .ce_gallery ul {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .a-about-us .ce_gallery {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #img-header img {
    height: 50vh;
  }
}
#about-us-1 section {
  margin-bottom: 0px;
}
#about-us-1 #about-us-button-mobil {
  display: none;
}
@media only screen and (max-width: 767px) {
  #about-us-1 #about-us-button-mobil {
    display: block;
    margin-top: 32px;
  }
}
#about-us-2 .ce_colsetStart {
  margin-bottom: 0px;
}
#about-us-2 #about-us-button-mobil {
  display: none;
}
@media only screen and (max-width: 767px) {
  #about-us-2 #about-us-button-mobil {
    display: block;
  }
}
#s-parallax .ce_rsce_parallax {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #s-parallax .ce_rsce_parallax {
    width: auto;
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  #s-parallax {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #s-parallax-3 {
    display: none;
  }
}
#s-ausstattung h1,
#s-ausstattung h2,
#s-ausstattung h3 {
  margin-bottom: 10px;
}
#s-ausstattung .upper-headline h1,
#s-ausstattung .upper-headline h2,
#s-ausstattung .upper-headline h3,
#s-ausstattung .upper-headline h4 {
  color: var(--inn-primary);
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-ausstattung .upper-headline h1,
  #s-ausstattung .upper-headline h2,
  #s-ausstattung .upper-headline h3,
  #s-ausstattung .upper-headline h4 {
    font-size: 22px;
  }
}
#s-ausstattung .v-headline-text-container {
  margin-top: 0rem;
}
#s-ausstattung .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 12rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#s-ausstattung .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #s-ausstattung .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-ausstattung .ce_rsce_headline {
  margin-top: 2rem;
}
#s-ausstattung .ce_rsce_headline .upper-headline h2 {
  margin-bottom: 5px;
}
#s-ausstattung .ce_rsce_headline .v-headline-text-container p {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #s-ausstattung .inside {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausstattung .v-headline {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausstattung .v-headline {
    margin-bottom: 0px;
  }
}
#s-ausstattung .ce_text {
  width: 50%;
}
#s-ausstattung .ce_text p {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #s-ausstattung .ce_text {
    width: 100%;
  }
}
#s-ausstattung #Ausstattung .col_1 {
  background-color: var(--inn-primary);
}
@media only screen and (max-width: 767px) {
  #s-ausstattung #Ausstattung .col_1 {
    overflow: visible;
    position: relative;
  }
  #s-ausstattung #Ausstattung .col_1::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
  #s-ausstattung #Ausstattung .col_1::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
}
#s-ausstattung #Ausstattung .col_2 {
  background-color: #db8c35;
}
@media only screen and (max-width: 767px) {
  #s-ausstattung #Ausstattung .col_2 {
    overflow: visible;
    position: relative;
  }
  #s-ausstattung #Ausstattung .col_2::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
  #s-ausstattung #Ausstattung .col_2::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
}
#s-ausstattung #Ausstattung .col_3 {
  background-color: var(--inn-secondary);
}
@media only screen and (max-width: 767px) {
  #s-ausstattung #Ausstattung .col_3 {
    overflow: visible;
    position: relative;
  }
  #s-ausstattung #Ausstattung .col_3::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
  #s-ausstattung #Ausstattung .col_3::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausstattung #Ausstattung > div {
    width: 45%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausstattung #Ausstattung {
    overflow: visible;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausstattung #Ausstattung {
    flex-wrap: wrap;
  }
}
#s-ausstattung .ce_list {
  color: white;
  padding: 2.5rem 1.5rem !important;
}
#s-ausstattung .ce_list h1,
#s-ausstattung .ce_list h2,
#s-ausstattung .ce_list h3,
#s-ausstattung .ce_list h4,
#s-ausstattung .ce_list h5,
#s-ausstattung .ce_list h6 {
  padding-bottom: 1rem;
  border-bottom: 2px solid white;
  width: fit-content;
}
#s-ausstattung .ce_list ul {
  list-style-image: url("/files/contao_files/Bilder/svg/icon-ausstattung-check.svg");
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.5rem;
  padding-inline-start: 10px;
  list-style: none;
  margin-top: 1.5rem;
}
#s-ausstattung .ce_list ul li {
  padding-left: 2rem;
  background: url("/files/contao_files/Bilder/svg/icon-ausstattung-check.svg") no-repeat 0 2.5px;
}
#s-ausstattung .ce_list ul li:before {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #s-ausstattung .ce_list {
    padding: 2rem 0rem !important;
  }
}
#s-ausstattung #liste-einspaltig ul {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 767px) {
  #s-ausstattung h1,
  #s-ausstattung h2,
  #s-ausstattung h3 {
    margin-bottom: 10px;
  }
  #s-ausstattung .upper-headline h1,
  #s-ausstattung .upper-headline h2,
  #s-ausstattung .upper-headline h3,
  #s-ausstattung .upper-headline h4 {
    color: var(--inn-primary);
    margin-bottom: 0rem;
  }
  #s-ausstattung .v-headline-text-container {
    margin-top: 0rem;
  }
  #s-ausstattung .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid var(--inn-secondary);
    width: 8rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  #s-ausstattung .v-headline-text-container p {
    color: var(--inn-secondary);
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #s-ausstattung .upper-headline h1,
  #s-ausstattung .upper-headline h2,
  #s-ausstattung .upper-headline h3,
  #s-ausstattung .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #s-ausstattung .v-headline-text-container p {
    font-size: 12px;
  }
}
.ausflugtipps-overview {
  margin: 0rm 0rem !important;
}
.ausflugtipps-overview > div:not(#s-header-activity):not(#s-header-activity-mobile) {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .ausflugtipps-overview > div:not(#s-header-activity):not(#s-header-activity-mobile) {
    width: 90vw;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .ausflugtipps-overview > div:not(#s-header-activity):not(#s-header-activity-mobile) {
    width: 90vw;
  }
}
.ausflugtipps-overview .header-only figcaption {
  padding-left: 0rem !important;
}
.ausflugtipps-overview #full-width-bg {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .ausflugtipps-overview #full-width-bg {
    margin-bottom: 3rem;
  }
}
#s-ausflugtipps {
  margin: 0rem 0rem;
}
#s-ausflugtipps h1,
#s-ausflugtipps h2,
#s-ausflugtipps h3 {
  margin-bottom: 10px;
}
#s-ausflugtipps .upper-headline h1,
#s-ausflugtipps .upper-headline h2,
#s-ausflugtipps .upper-headline h3,
#s-ausflugtipps .upper-headline h4 {
  color: var(--inn-primary);
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .upper-headline h1,
  #s-ausflugtipps .upper-headline h2,
  #s-ausflugtipps .upper-headline h3,
  #s-ausflugtipps .upper-headline h4 {
    font-size: 22px;
  }
}
#s-ausflugtipps .v-headline-text-container {
  margin-top: 0rem;
}
#s-ausflugtipps .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 6rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#s-ausflugtipps .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-ausflugtipps .ce_rsce_activityoverview {
  margin-bottom: 5rem;
}
#s-ausflugtipps .ce_rsce_activityoverview .activity-headline-wrapper h3 {
  margin-bottom: 0px;
}
#s-ausflugtipps .ce_rsce_activityoverview .overview-first-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-position: 0px 0px;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .ce_rsce_activityoverview .overview-first-image {
    height: 200px;
    background-position: 0px -230px;
  }
}
#s-ausflugtipps .ausflugtipps-headline {
  display: flex;
  justify-content: space-between;
}
#s-ausflugtipps .ausflugtipps-headline .ce_rsce_headline {
  margin-bottom: 10px;
}
#s-ausflugtipps .ausflugtipps-headline .ce_rsce_button a {
  background-color: var(--inn-primary);
  color: white;
  padding: 10px 25px;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .ausflugtipps-headline .ce_rsce_button {
    display: none;
  }
}
#s-ausflugtipps .activity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.5rem;
  row-gap: 3rem;
  overflow: visible;
}
#s-ausflugtipps .activity-grid h1,
#s-ausflugtipps .activity-grid h2,
#s-ausflugtipps .activity-grid h3 {
  margin-bottom: 10px;
}
#s-ausflugtipps .activity-grid .upper-headline h1,
#s-ausflugtipps .activity-grid .upper-headline h2,
#s-ausflugtipps .activity-grid .upper-headline h3,
#s-ausflugtipps .activity-grid .upper-headline h4 {
  color: white;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .upper-headline h1,
  #s-ausflugtipps .activity-grid .upper-headline h2,
  #s-ausflugtipps .activity-grid .upper-headline h3,
  #s-ausflugtipps .activity-grid .upper-headline h4 {
    font-size: 22px;
  }
}
#s-ausflugtipps .activity-grid .v-headline-text-container {
  margin-top: 0rem;
}
#s-ausflugtipps .activity-grid .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 6rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#s-ausflugtipps .activity-grid .v-headline-text-container p {
  color: white;
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-ausflugtipps .activity-grid .activity-grid-item figure {
  position: relative;
  margin-bottom: 0rem;
}
#s-ausflugtipps .activity-grid .activity-grid-item figure figcaption {
  min-width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  padding: 1.5rem 0rem;
  padding-left: 1rem;
  color: white;
  background-color: rgba(233, 129, 0, 0.6);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption {
    padding: 0.75rem;
  }
}
#s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper h3 {
  margin-bottom: 0px;
}
#s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper h3 p {
  margin-bottom: 0rem;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper h3 p {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper h3 p {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper h3 p::before {
    transform: translateY(0rem);
  }
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper .v-headline-text-container p {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper {
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .activity-headline-wrapper {
    padding-left: 1rem;
  }
}
#s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 4px solid white;
  width: 3.7rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .v-headline-text-container p::before {
    width: 2rem;
    transform: translateY(0rem);
    border-top: 2px solid white;
    margin-right: 0.4rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .v-headline-text-container p::before {
    width: 2.5rem;
  }
}
#s-ausflugtipps .activity-grid .activity-grid-item figure figcaption .v-headline-text-container p {
  font-size: 12px;
  margin-bottom: 0rem;
}
#s-ausflugtipps .activity-grid .first-item {
  background-color: #e98100;
}
#s-ausflugtipps .activity-grid .first-item figure {
  height: 100%;
}
#s-ausflugtipps .activity-grid .first-item figure figcaption {
  padding-left: 1.437rem;
  background-color: unset !important;
  bottom: 1%;
  left: 8%;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .first-item figure figcaption {
    position: absolute;
    bottom: 30px;
    left: 10px;
  }
}
#s-ausflugtipps .activity-grid .first-item img {
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .first-item {
    grid-column: 1 / 3;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausflugtipps .activity-grid .first-item {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
}
#s-ausflugtipps .activity-grid .header-only:hover {
  background-color: rgba(233, 129, 0, 0.6);
}
#s-ausflugtipps .activity-grid .header-only:hover img {
  opacity: 0.4;
}
#s-ausflugtipps .activity-grid .header-only:hover figcaption {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .header-only:hover figcaption {
    padding: 0;
  }
}
#s-ausflugtipps .activity-grid .header-only:hover .activity-headline-wrapper {
  text-align: center;
  padding-left: 0rem;
}
#s-ausflugtipps .activity-grid .header-only:hover .activity-headline-wrapper h3 {
  margin-bottom: 1rem;
}
#s-ausflugtipps .activity-grid .header-only:hover .activity-headline-wrapper .img-description {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--inn-neutral);
  padding: 0rem 2rem;
}
#s-ausflugtipps .activity-grid .header-only:hover .activity-headline-wrapper .img-description p {
  color: white;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .header-only:hover .activity-headline-wrapper .img-description p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .header-only:hover .activity-headline-wrapper .img-description {
    padding: 0rem 1rem;
  }
}
#s-ausflugtipps .activity-grid .header-only figure figcaption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
#s-ausflugtipps .activity-grid .header-only figure figcaption .activity-headline-wrapper .img-description {
  display: none;
}
#s-ausflugtipps .activity-grid .activity-arrow-wrapper {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  right: 20px;
  background-color: var(--inn-primary);
  clip-path: circle(50% at 50% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#s-ausflugtipps .activity-grid .activity-arrow-wrapper .activity-arrow {
  width: 11.5px;
  height: 20px;
}
#s-ausflugtipps .activity-grid .activity-arrow-wrapper:hover {
  transform: translateX(10px);
  transition: transform 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid .activity-arrow-wrapper {
    width: 42px;
    height: 42px;
    right: 5px;
    bottom: -20px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-ausflugtipps .activity-grid .activity-arrow-wrapper {
    bottom: -35px;
    right: 5px;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps .activity-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.75rem;
    row-gap: 1.5rem;
  }
}
#s-ausflugtipps .ce_image {
  margin-bottom: 4rem;
}
#s-ausflugtipps .ce_image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  background-color: var(--inn-primary);
  opacity: 0.8;
  margin-bottom: 0rem;
  padding: 1rem 0rem;
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps h2,
  #s-ausflugtipps h3 {
    font-size: 22px;
  }
  #s-ausflugtipps p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #s-ausflugtipps {
    margin-top: 0rem;
  }
}
#s-faq {
  background-color: var(--inn-primary);
}
#s-faq h1,
#s-faq h2,
#s-faq h3 {
  margin-bottom: 10px;
}
#s-faq .upper-headline h1,
#s-faq .upper-headline h2,
#s-faq .upper-headline h3,
#s-faq .upper-headline h4 {
  color: white;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-faq .upper-headline h1,
  #s-faq .upper-headline h2,
  #s-faq .upper-headline h3,
  #s-faq .upper-headline h4 {
    font-size: 22px;
  }
}
#s-faq .v-headline-text-container {
  margin-top: 0rem;
}
#s-faq .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 12rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#s-faq .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #s-faq .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-faq .faq-headline {
  display: none;
}
#s-faq .v-headline {
  margin-bottom: 10px;
}
#s-faq .ce_text {
  color: white;
  width: 50%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #s-faq .ce_text {
    width: 100%;
  }
}
#s-faq .mod_faqpage {
  padding-bottom: 4rem;
}
#s-faq .faq-accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6rem;
  row-gap: 1rem;
  color: white;
}
@media only screen and (max-width: 767px) {
  #s-faq .faq-accordion .faq-half-container:last-child {
    display: none;
  }
}
#s-faq .faq-accordion .faq-card {
  margin-bottom: 1.5rem;
  border-bottom: 2px solid white;
}
#s-faq .faq-accordion .faq-card .faq-link {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: white;
}
#s-faq .faq-accordion .faq-card .faq-body {
  padding-top: 1rem;
  color: white;
}
@media only screen and (max-width: 767px) {
  #s-faq .faq-accordion {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0rem;
  }
}
#s-faq .faq-icon {
  width: auto;
}
#s-faq .faq-icon img {
  width: auto;
}
#s-faq .ce_rsce_button {
  display: none;
}
#s-faq .ce_rsce_button a {
  padding: 10px 25px;
  background-color: white;
  color: var(--inn-primary) !important;
}
#s-faq .ce_rsce_button a:hover {
  background-color: var(--inn-primary) !important;
  color: white !important;
}
@media only screen and (max-width: 767px) {
  #s-faq .ce_rsce_button {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-faq .ce_rsce_button {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #s-faq h1,
  #s-faq h2,
  #s-faq h3 {
    margin-bottom: 10px;
  }
  #s-faq .upper-headline h1,
  #s-faq .upper-headline h2,
  #s-faq .upper-headline h3,
  #s-faq .upper-headline h4 {
    color: white;
    margin-bottom: 0rem;
  }
  #s-faq .v-headline-text-container {
    margin-top: 0rem;
  }
  #s-faq .v-headline-text-container p::before {
    display: inline-block;
    content: "";
    border-top: 5px solid var(--inn-secondary);
    width: 9rem;
    margin-right: 1rem;
    transform: translateY(-0.2rem);
  }
  #s-faq .v-headline-text-container p {
    color: var(--inn-secondary);
    font-size: 18pxw;
    font-family: var(--inn-main-font);
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #s-faq .upper-headline h1,
  #s-faq .upper-headline h2,
  #s-faq .upper-headline h3,
  #s-faq .upper-headline h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #s-faq .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-preise .ce_rsce_headline {
  margin-bottom: 0rem;
}
#s-preise #preise-row {
  overflow: visible;
}
#s-preise #preise-row {
  margin-bottom: 20px;
}
#s-preise #preise-button {
  margin-top: 1.5rem;
}
#s-preise #preise-button a {
  background-color: var(--inn-primary);
  color: white;
}
@media only screen and (max-width: 767px) {
  #s-preise .ce_rsce_button {
    text-align: center;
  }
}
#s-preise h1,
#s-preise h2,
#s-preise h3 {
  margin-bottom: 10px;
}
#s-preise .upper-headline h1,
#s-preise .upper-headline h2,
#s-preise .upper-headline h3,
#s-preise .upper-headline h4 {
  color: var(--inn-primary);
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-preise .upper-headline h1,
  #s-preise .upper-headline h2,
  #s-preise .upper-headline h3,
  #s-preise .upper-headline h4 {
    font-size: 22px;
  }
}
#s-preise .v-headline-text-container {
  margin-top: 0rem;
}
#s-preise .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 10.7rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#s-preise .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #s-preise .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-preise .preise {
  background-color: var(--inn-secondary);
  color: white;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 7rem;
  position: relative;
  overflow: visible;
}
#s-preise .preise h3 {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid white;
  width: fit-content;
  margin-bottom: 2rem;
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  #s-preise .preise h3 {
    font-size: 22px;
  }
}
#s-preise .preise .saison {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#s-preise .preise .saison .saison-left .v-headline {
  margin-bottom: 0px;
  font-size: 21px;
}
#s-preise .preise .saison .saison-left span {
  margin-top: 5px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #s-preise .preise .saison .saison-right {
    align-self: flex-end;
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #s-preise .preise .saison {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #s-preise .preise {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow: visible;
    position: relative;
  }
  #s-preise .preise::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
  #s-preise .preise::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 200vw;
    background-color: inherit;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-preise .preise {
    padding-right: 1rem;
  }
}
#s-preise .preise *:not(span) {
  font-weight: 800;
}
#s-preise .infotext-box {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 7rem;
  position: relative;
  overflow: visible;
  border-left: 2px solid var(--inn-secondary);
  border-bottom: 3px solid var(--inn-secondary);
  border-right: 2px solid var(--inn-secondary);
}
#s-preise .infotext-box .infotext {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #s-preise .infotext-box {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
    position: relative;
    border: 0;
  }
  #s-preise .infotext-box::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 200vw;
    border-left: 6px solid var(--inn-secondary);
    border-bottom: 6px solid var(--inn-secondary);
  }
  #s-preise .infotext-box::after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 200vw;
    border-right: 6px solid var(--inn-secondary);
    border-bottom: 6px solid var(--inn-secondary);
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-preise {
    padding-bottom: 2rem;
  }
}
#s-kontakt h1,
#s-kontakt h2,
#s-kontakt h3 {
  margin-bottom: 10px;
}
#s-kontakt .upper-headline h1,
#s-kontakt .upper-headline h2,
#s-kontakt .upper-headline h3,
#s-kontakt .upper-headline h4 {
  color: var(--inn-primary);
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .upper-headline h1,
  #s-kontakt .upper-headline h2,
  #s-kontakt .upper-headline h3,
  #s-kontakt .upper-headline h4 {
    font-size: 22px;
  }
}
#s-kontakt .v-headline-text-container {
  margin-top: 0rem;
}
#s-kontakt .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-secondary);
  width: 4rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#s-kontakt .v-headline-text-container p {
  color: var(--inn-secondary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #s-kontakt .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-kontakt .ce_image {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .ce_image {
    margin-bottom: 40px;
  }
}
#s-kontakt .ce_text p {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .ce_text p {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-kontakt .ce_text p {
    width: 100%;
  }
}
#s-kontakt .ce_rsce_headline {
  margin-bottom: 10px;
}
#s-kontakt .ce_text {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .ce_text {
    width: 100%;
  }
}
#s-kontakt .formbody {
  display: grid;
  grid-template-areas: "anrede buchungszeitraum" "name personenzahl" "email telefonnummer" "nachricht nachricht" "button button";
  column-gap: 4rem;
  row-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody {
    grid-template-areas: "anrede anrede" "name name" "buchungszeitraum buchungszeitraum" "personenzahl personenzahl" "email email" "telefonnummer telefonnummer" "nachricht nachricht" "button button";
    row-gap: 1rem;
  }
}
#s-kontakt .formbody .select-gender {
  grid-area: anrede;
  width: 200px;
}
#s-kontakt .formbody .select-gender::before {
  content: "";
}
#s-kontakt .formbody .select-gender label {
  position: absolute;
  top: 55%;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .select-gender {
    width: 70%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-kontakt .formbody .select-gender {
    width: 50%;
  }
}
#s-kontakt .formbody .buchungszeitraum {
  grid-area: buchungszeitraum;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .buchungszeitraum .widget-calendar {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .buchungszeitraum {
    flex-direction: column;
  }
}
#s-kontakt .formbody .input-firstname {
  width: 620px;
  grid-area: name;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .input-firstname {
    width: 100%;
  }
}
#s-kontakt .formbody .personenanzahl {
  grid-area: personenzahl;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .personenanzahl .widget-text:first-child {
    width: 50%;
  }
  #s-kontakt .formbody .personenanzahl .widget-text:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .personenanzahl {
    flex-direction: column;
    gap: 20px;
  }
}
#s-kontakt .formbody .input-mail {
  grid-area: email;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .input-mail {
    width: 100%;
  }
}
#s-kontakt .formbody .input-phone {
  grid-area: telefonnummer;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .formbody .input-phone {
    width: 100%;
  }
}
#s-kontakt .formbody .input-msg {
  grid-area: nachricht;
  resize: none;
}
#s-kontakt input,
#s-kontakt select {
  border-top: 0rem;
  border-left: 0rem;
  border-right: 0rem;
  border-radius: 0px;
  border-color: var(--inn-secondary);
}
#s-kontakt .personenanzahl {
  display: flex;
  gap: 20%;
}
#s-kontakt .personenanzahl .widget-text {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .personenanzahl .widget-text {
    width: 26%;
  }
}
#s-kontakt .personenanzahl input[name="Erwachsene"] {
  padding-left: 11%;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .personenanzahl input[name="Erwachsene"] {
    padding-left: 11%;
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  #s-kontakt .personenanzahl input[name="Erwachsene"] {
    padding-left: 15%;
    width: 100%;
  }
}
#s-kontakt .personenanzahl input[name="Kinder"] {
  padding-left: 11%;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .personenanzahl input[name="Kinder"] {
    padding-left: 11%;
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  #s-kontakt .personenanzahl input[name="Kinder"] {
    padding-left: 15%;
    width: 100%;
  }
}
#s-kontakt .personenanzahl label {
  top: 45%;
}
#s-kontakt .decrement-button {
  position: absolute;
  bottom: 56%;
  left: -3%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .decrement-button {
    padding-left: 5px;
  }
}
#s-kontakt .increment-button {
  position: absolute;
  left: 18%;
  bottom: 56%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .increment-button {
    padding-left: 5px;
  }
}
#s-kontakt .widget-textarea {
  position: relative;
  grid-column: span 2;
}
#s-kontakt .widget-textarea textarea {
  border-top: 0rem;
  border-left: 0rem;
  border-right: 0rem;
  border-radius: 0px;
  border-color: var(--inn-secondary);
  height: auto;
}
#s-kontakt .widget-textarea select {
  border-top: 0rem;
  border-left: 0rem;
  border-right: 0rem;
  border-color: var(--inn-secondary);
}
#s-kontakt .widget-textarea label {
  position: absolute;
  top: 55%;
}
#s-kontakt .widget-text {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .widget-text:first-child {
    margin-bottom: 1rem;
  }
}
#s-kontakt .widget-text label:not(label[for="frm-datenschutz"]) {
  position: absolute;
  top: 55%;
}
#s-kontakt .buchungszeitraum {
  display: flex;
  gap: 20%;
}
#s-kontakt .buchungszeitraum .widget-calendar {
  width: 200px;
}
#s-kontakt .buchungszeitraum .widget-calendar img {
  position: absolute;
  width: 30px;
  left: 82%;
  bottom: 50%;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .buchungszeitraum .widget-calendar {
    width: 26%;
  }
}
#s-kontakt .input-firstname {
  width: 100%;
}
#s-kontakt .input-firstname input {
  padding-right: 20%;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .input-firstname {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #s-kontakt label.input-firstname {
    padding-top: 0.5rem;
  }
}
#s-kontakt .input-mail {
  width: 620px;
}
#s-kontakt .input-mail input {
  padding-right: 20%;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .input-mail {
    width: 100%;
  }
}
#s-kontakt .input-phone {
  width: 620px;
}
@media only screen and (max-width: 767px) {
  #s-kontakt .input-phone {
    width: 83%;
  }
}
#s-kontakt .input-submit {
  justify-self: end;
  grid-area: button;
}
#s-kontakt .input-submit #ctrl_2 {
  width: unset;
}
#s-notfound #notfoundcol {
  padding-top: 7rem;
}
#s-notfound #notfoundcol .subcl .ce_rsce_headline {
  margin-bottom: 0px;
}
#s-notfound .ce_colsetStart {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
#s-notfound .ce_colsetStart .ce_rsce_fewo_text {
  padding-right: 0rem;
  padding-left: 0.5rem;
}
#s-notfound .ce_colsetStart .ce_rsce_fewo_text .v-headline-text-container p:before {
  width: 8.5rem;
}
#s-notfound .ce_colsetStart .ce_rsce_fewo_text .button-image-wrapper a {
  width: max-content;
}
@media only screen and (max-width: 767px) {
  #s-notfound .ce_colsetStart {
    width: 90vw;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #s-notfound .ce_colsetStart {
    width: 90vw;
  }
}
#s-notfound .col_1 h1,
#s-notfound .col_1 h2,
#s-notfound .col_1 h3 {
  margin-bottom: 10px;
}
#s-notfound .col_1 .upper-headline h1,
#s-notfound .col_1 .upper-headline h2,
#s-notfound .col_1 .upper-headline h3,
#s-notfound .col_1 .upper-headline h4 {
  color: var(--inn-primary);
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-notfound .col_1 .upper-headline h1,
  #s-notfound .col_1 .upper-headline h2,
  #s-notfound .col_1 .upper-headline h3,
  #s-notfound .col_1 .upper-headline h4 {
    font-size: 22px;
  }
}
#s-notfound .col_1 .v-headline-text-container {
  margin-top: 0rem;
}
#s-notfound .col_1 .v-headline-text-container p::before {
  display: inline-block;
  content: "";
  border-top: 5px solid var(--inn-primary);
  width: 5rem;
  margin-right: 1rem;
  transform: translateY(-0.2rem);
}
#s-notfound .col_1 .v-headline-text-container p {
  color: var(--inn-primary);
  font-size: 18pxw;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #s-notfound .col_1 .v-headline-text-container p {
    font-size: 12px;
  }
}
#s-notfound .col_1 .subcl {
  justify-content: start;
}
#s-notfound .fewo-text-box {
  padding-right: 0rem;
}
@media only screen and (max-width: 767px) {
  #s-parallax-2 .ce_rsce_parallax {
    height: 40vh;
    background-position: 30% 50%;
  }
}
.ce_dlh_googlemaps,
.dlh_googlemap {
  height: 392px;
}
@media only screen and (max-width: 767px) {
  .ce_dlh_googlemaps,
  .dlh_googlemap {
    height: 445px;
  }
}
/*Footer*/
#footer {
  color: white;
  background: var(--inn-secondary);
}
#footer .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .inside .footer-nav ul {
  display: flex;
  flex-direction: row;
}
#footer .inside .footer-nav ul li {
  display: flex;
  align-items: center;
}
#footer .inside .footer-nav ul li:after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: white;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-nav ul li:after {
    display: none;
  }
}
#footer .inside .footer-nav ul li:last-child:after {
  display: none;
}
#footer .inside .footer-nav ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-nav ul li {
    width: 100vw;
    margin-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-nav ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-nav ul {
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inside {
    flex-direction: column;
    align-items: start;
  }
}
/*Footer end*/
/*Slider*/
#slider-start .inside {
  max-width: 100%;
  padding: 0;
}
/*Slider end*/
.mod_cms_accept_tags {
  font-size: 80% !important;
}
.mod_cms_accept_tags form {
  background: var(--inn-neutral);
  color: white;
  max-width: 700px;
  font-weight: 100;
  font-family: var(--inn-main-font);
  padding-bottom: 30px!important;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form {
    max-width: 100%;
    margin: 10px;
  }
}
.mod_cms_accept_tags strong {
  font-weight: 900!important;
}
.mod_cms_accept_tags .footer-nav {
  font-size: 80%;
  padding-left: 30px!important;
  padding-right: 30px!important;
  margin-top: 30px;
}
.mod_cms_accept_tags .footer-nav ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .footer-nav ul {
    justify-content: center;
  }
}
.mod_cms_accept_tags .footer-nav ul li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
.mod_cms_accept_tags .footer-nav ul li:last-child:after {
  display: none;
}
.mod_cms_accept_tags form > .tags > div .head input:checked + label {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form .widget-submit button {
  background: var(--inn-primary);
  padding: 5px 15px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  color: white;
  font-family: var(--inn-head-font);
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form .widget-submit button {
    width: 100%;
  }
}
.mod_cms_accept_tags form .widget-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.mod_cms_accept_tags form > .tags {
  padding: 30px!important;
  padding-bottom: 0!important;
  padding-top: 0!important;
  justify-content: space-between;
  align-items: center;
}
.mod_cms_accept_tags form > .tags .head {
  margin: 0!important;
}
.mod_cms_accept_tags form > .tags > div {
  flex-grow: inherit;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags {
    flex-direction: column;
  }
}
.mod_cms_accept_tags form > .tags .tag-wrapper {
  display: flex;
  min-width: 40%;
  justify-content: flex-start;
  align-items: center;
  padding: 0!important;
  min-height: 30px;
}
.mod_cms_accept_tags form > .tags .tag-wrapper .tag-container {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .tag-wrapper {
    width: 100%;
    justify-content: center;
  }
  .mod_cms_accept_tags form > .tags .tag-wrapper .tag-container {
    margin-right: 20px;
  }
}
.mod_cms_accept_tags form > .tags .cms_tags_action_container {
  display: flex;
  min-width: 50%;
  align-items: center;
  justify-content: flex-end;
  padding: 0!important;
  min-height: 30px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .cms_tags_action_container {
    width: 100%;
    justify-content: center;
  }
}
.mod_cms_accept_tags form > .tags .head {
  position: relative;
  display: flex;
}
.mod_cms_accept_tags form > .tags .head label {
  background: none!important;
  height: auto!important;
  width: auto!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  margin: 0!important;
}
.mod_cms_accept_tags form > .tags .head input {
  position: absolute;
  opacity: 0 !important;
  display: none!important;
}
.mod_cms_accept_tags form > .tags .head input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.mod_cms_accept_tags form > .tags .head input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 2px solid var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:hover + label:before {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.mod_cms_accept_tags form > .tags .head input:checked + label:before {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:disabled + label {
  cursor: auto;
}
.mod_cms_accept_tags form > .tags .head input:disabled + label:before {
  box-shadow: none;
  background: var(--inn-primary);
  opacity: 0.4;
}
.mod_cms_accept_tags form > .tags .head label:after {
  display: none!important;
  content: "";
  position: absolute;
  left: 5px!important;
  top: 11px!important;
  background: white!important;
  border-radius: 0!important;
  width: 2px!important;
  height: 2px!important;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.mod_cms_accept_tags form > .tags .head input:checked + label:after {
  display: block!important;
}
.mod_cms_accept_tags form > .tags .head input:disabled + label:after {
  background: var(--inn-primary) !important;
  box-shadow: 2px 0 0 var(--inn-primary), 4px 0 0 var(--inn-primary), 4px -2px 0 var(--inn-primary), 4px -4px 0 var(--inn-primary), 4px -6px 0 var(--inn-primary), 4px -8px 0 var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head label {
  margin-right: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .head label {
    width: 100%;
  }
}
.mod_cms_accept_tags .cookie-headline {
  color: var(--inn-primary);
  font-family: var(--inn-head-font);
  font-size: 200%;
  margin-bottom: 15px;
}
.mod_cms_accept_tags .cookie-icon {
  color: var(--inn-primary);
  position: absolute;
  right: 15px;
  top: 20px;
}
.mod_cms_accept_tags .cookie-icon i {
  font-size: 300%;
}
.mod_cms_accept_tags .formbody {
  position: relative;
  padding: 30px!important;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .formbody {
    padding-bottom: 0!important;
  }
}
.mod_cms_accept_tags .cms_button_chosen {
  display: flex;
  align-items: center;
  font-weight: 100!important;
}
.mod_cms_accept_tags .cms_button_chosen:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin-left: 5px;
  font-size: 130%;
}
.mod_cms_accept_tags .cms_button_all {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .cms_button_all {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .tag-info {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .cms_tags_action_container {
    flex-direction: column;
    align-items: center;
    min-height: 60px!important;
  }
  .mod_cms_accept_tags .cms_tags_action_container .widget-submit.v-primary {
    width: 100%;
  }
}
.mod_cms_accept_tags .widget-submit {
  white-space: nowrap;
}
.ds-options-button {
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 9999;
  color: white;
  background: var(--inn-primary);
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid whitE;
}
@media only screen and (max-width: 767px) {
  .ds-options-button {
    bottom: 65px;
    left: 10px;
  }
}
.syndication a img {
  width: auto;
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content {
  background: var(--inn-neutral);
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content .uc-btn-accept-wrapper button {
  background: var(--inn-primary);
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content .uc-btn-deny-wrapper button {
  background: var(--inn-neutral);
}
#uc-privacy-button #bto-path-1 {
  fill: var(--inn-primary) !important;
}
#uc-privacy-button #ico_button_close-b {
  fill: var(--inn-primary) !important;
}
.uc-card-header,
.uc-nav.uc-nav-tabs,
.uc-btn.uc-btn-primary,
.uc-modal-header.uc-flex-container {
  background: var(--inn-primary) !important;
}
#uc-search-consents-info {
  background: var(--inn-neutral) !important;
  border-color: var(--inn-neutral) !important;
}
#uc-corner-modal .uc-corner-modal-content {
  bottom: 140px!important;
}
#uc-btn-open-main-corner-modal {
  bottom: 70px!important;
}
#bto-path-1,
#fingerprint,
#ico_button_close-b {
  fill: var(--inn-primary) !important;
}
#uc-btn-open-main-corner-modal,
.uc-corner-modal-content {
  z-index: 99999999!important;
}
.uc-banner-btn-list > div {
  display: flex;
  justify-content: center;
}
.uc-banner-btn-list > div button {
  width: 100%!important;
  min-width: 100%!important;
  display: block!important;
}
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  bottom: 0;
  background: white;
  left: 0;
  z-index: 9999999999 !important;
}
.percentage {
  z-index: 100;
  text-align: center;
  color: var(--inn-neutral);
  line-height: 30px;
  font-size: 15px;
}
.loader {
  height: 20vw;
  max-width: 20vw;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media only screen and (max-width: 767px) {
  .loader {
    max-width: 50vw;
    height: 30vw;
  }
}
.loader svg {
  width: 100%;
  height: auto;
}
.loader .ce_gallery {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  top: 2%;
}
.loader .ce_gallery .cols_4 {
  position: relative;
}
.loader .ce_gallery .cols_4 .col_0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .ce_gallery .cols_4 .col_1 img {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}
@media only screen and (max-width: 767px) {
  .loader .ce_gallery {
    height: 100px;
    width: 100px;
    top: 1%;
  }
}
.percentage {
  position: relative;
  z-index: 99999;
  font-family: var(--inn-head-font);
  font-size: 200%;
  color: var(--inn-primary);
}
.loader:after,
.percentage:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.trackbar {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}
#Rectangle {
  width: 0;
  fill: var(--inn-primary);
}
.loadbar {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}
.glow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
}
@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}
#loader {
  height: 0;
}
#loader .inside {
  padding: 0 !important;
  height: 0 !important;
}
