/* main.css */
.text-shadow-white {
  text-shadow: -1.5px -1.5px 0 white, 1.5px -1.5px 0 white, -1.5px 1.5px 0 white, 1.5px 1.5px 0 white;
  color: var(--inn-neutral);
  letter-spacing: 3px;
}
h1 {
  font-size: var(--inn-h1-font-size);
  font-weight: var(--inn-headline-font-weight-h1);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: var(--inn-h1-font-size-mobile);
  }
}
h2 {
  font-size: var(--inn-h2-font-size);
  font-weight: var(--inn-headline-font-weight-h2);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: var(--inn-h2-font-size-mobile);
  }
}
h3 {
  font-size: var(--inn-h3-font-size);
  font-weight: var(--inn-headline-font-weight-h3);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: var(--inn-h3-font-size-mobile);
  }
}
h4 {
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.h1-font-size {
  font-size: var(--inn-h1-font-size);
  font-weight: var(--inn-headline-font-weight-h1);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h1-font-size {
    font-size: var(--inn-h1-font-size-mobile);
  }
}
.h2-font-size {
  font-size: var(--inn-h2-font-size);
  font-weight: var(--inn-headline-font-weight-h2);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h2-font-size {
    font-size: var(--inn-h2-font-size-mobile);
  }
}
.h3-font-size {
  font-size: var(--inn-h3-font-size);
  font-weight: var(--inn-headline-font-weight-h3);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .h3-font-size {
    font-size: var(--inn-h3-font-size-mobile);
  }
}
.h4-font-size {
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h4-font-size {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.h5-font-size {
  font-size: 20px;
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h5-font-size {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.reset-br br {
  display: inline;
  content: ' ';
  padding: 0 3px;
}
.v-bold {
  font-weight: 700;
}
.small-dot-styling {
  width: 7px;
  min-width: 7px;
  height: 7px;
  background: var(--inn-primary);
  border-radius: 2px;
}
.ul-points ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.ul-points ul li {
  position: relative;
}
.ul-points ul li:before {
  content: "";
  width: 7px;
  min-width: 7px;
  height: 7px;
  background: var(--inn-primary);
  border-radius: 2px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.4em;
}
.ul-custom ul {
  list-style: none;
  padding: 0!important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.ul-custom ul li {
  position: relative;
  padding-left: 1.8em;
}
.ul-custom ul li:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url('/files/contao_files/Bilder/svg/icon-stichpunkte-anker.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.v-primary-color {
  color: var(--inn-primary);
}
.v-secondary-color {
  color: var(--inn-secondary);
}
.v-third-color {
  color: var(--inn-third);
}
.v-fourth-color {
  color: var(--inn-fourth);
}
.v-neutral-color {
  color: var(--inn-neutral);
}
.v-icon-white-bg {
  background: white;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #707070;
}
.v-icon-secondary-bg {
  background: var(--inn-secondary);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .v-icon-secondary-bg {
    width: 55px;
    height: 55px;
  }
}
.v-icon-secondary-bg-small {
  background: var(--inn-secondary);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 5px;
  color: white;
  font-size: 1.2em;
}
.v-icon-primary-bg {
  background: var(--inn-primary);
  color: white;
  width: 45px;
  height: 45px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 1.7em;
}
.v-chevron-right-line-icons:before {
  display: inline-block;
  font: normal normal normal 1em/1 'lineicons';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb0d";
}
.v-primary-bg {
  background: var(--inn-primary);
}
strong {
  font-weight: 700;
}
.v-max-width-650 {
  max-width: 650px;
}
.v-margin-center {
  margin-left: auto;
  margin-right: auto;
}
.v-bg-primary-light {
  position: relative;
}
.v-bg-primary-light:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-bg-primary-light-half-bottom {
  position: relative;
}
.v-bg-primary-light-half-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-bg-primary-light-bigger-bottom {
  position: relative;
}
.v-bg-primary-light-bigger-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  bottom: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-bg-primary-light-bigger-top {
  position: relative;
}
.v-bg-primary-light-bigger-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50%;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.v-vertical-text p {
  margin: 0;
}
.v-vertical-text-normal {
  writing-mode: vertical-rl;
}
.v-vertical-text-normal p {
  margin: 0;
}
/*--------------------------------

Lineicons Free Web Font
Crafted by Lineicons.com Team
Version: 4.0

-------------------------------- */
/* base class */
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'lineicons';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* size examples - relative units */
.lni-sm {
  font-size: 0.8em;
}
.lni-lg {
  font-size: 1.2em;
}
/* size examples - absolute units */
.lni-16 {
  font-size: 16px;
}
.lni-32 {
  font-size: 32px;
}
/* rotate the icon infinitely */
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}
@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* transform */
.lni-rotate-90 {
  transform: rotate(90deg);
}
.lni-rotate-180 {
  transform: rotate(180deg);
}
.lni-rotate-270 {
  transform: rotate(270deg);
}
.lni-flip-y {
  transform: scaleY(-1);
}
.lni-flip-x {
  transform: scaleX(-1);
}
/* icons */
.lni-zoom-out::before {
  content: "\ea02";
}
.lni-zoom-in::before {
  content: "\ea03";
}
.lni-zip::before {
  content: "\ea04";
}
.lni-website::before {
  content: "\ea05";
}
.lni-website-alt::before {
  content: "\ea06";
}
.lni-users::before {
  content: "\ea07";
}
.lni-user::before {
  content: "\ea08";
}
.lni-upload::before {
  content: "\ea09";
}
.lni-unlink::before {
  content: "\ea0a";
}
.lni-trash-can::before {
  content: "\ea0b";
}
.lni-timer::before {
  content: "\ea0c";
}
.lni-tab::before {
  content: "\ea0d";
}
.lni-star-half::before {
  content: "\ea0e";
}
.lni-star-fill::before {
  content: "\ea0f";
}
.lni-star-empty::before {
  content: "\ea10";
}
.lni-signal::before {
  content: "\ea11";
}
.lni-shortcode::before {
  content: "\ea12";
}
.lni-shopping-basket::before {
  content: "\ea13";
}
.lni-share::before {
  content: "\ea14";
}
.lni-share-alt::before {
  content: "\ea15";
}
.lni-search::before {
  content: "\ea16";
}
.lni-search-alt::before {
  content: "\ea17";
}
.lni-scroll-down::before {
  content: "\ea18";
}
.lni-save::before {
  content: "\ea19";
}
.lni-rss-feed::before {
  content: "\ea1a";
}
.lni-rocket::before {
  content: "\ea1b";
}
.lni-remove-file::before {
  content: "\ea1c";
}
.lni-reload::before {
  content: "\ea1d";
}
.lni-printer::before {
  content: "\ea1e";
}
.lni-plug::before {
  content: "\ea1f";
}
.lni-package::before {
  content: "\ea20";
}
.lni-mouse::before {
  content: "\ea21";
}
.lni-mobile::before {
  content: "\ea22";
}
.lni-microphone::before {
  content: "\ea23";
}
.lni-mic::before {
  content: "\ea24";
}
.lni-menu::before {
  content: "\ea25";
}
.lni-map::before {
  content: "\ea26";
}
.lni-map-marker::before {
  content: "\ea27";
}
.lni-magnifier::before {
  content: "\ea28";
}
.lni-magnet::before {
  content: "\ea29";
}
.lni-link::before {
  content: "\ea2a";
}
.lni-laptop::before {
  content: "\ea2b";
}
.lni-laptop-phone::before {
  content: "\ea2c";
}
.lni-keyboard::before {
  content: "\ea2d";
}
.lni-image::before {
  content: "\ea2e";
}
.lni-headphone::before {
  content: "\ea2f";
}
.lni-harddrive::before {
  content: "\ea30";
}
.lni-game::before {
  content: "\ea31";
}
.lni-folder::before {
  content: "\ea32";
}
.lni-files::before {
  content: "\ea33";
}
.lni-empty-file::before {
  content: "\ea34";
}
.lni-download::before {
  content: "\ea35";
}
.lni-domain::before {
  content: "\ea36";
}
.lni-display::before {
  content: "\ea37";
}
.lni-display-alt::before {
  content: "\ea38";
}
.lni-database::before {
  content: "\ea39";
}
.lni-dashboard::before {
  content: "\ea3a";
}
.lni-cut::before {
  content: "\ea3b";
}
.lni-control-panel::before {
  content: "\ea3c";
}
.lni-cogs::before {
  content: "\ea3d";
}
.lni-cog::before {
  content: "\ea3e";
}
.lni-code::before {
  content: "\ea3f";
}
.lni-code-alt::before {
  content: "\ea40";
}
.lni-cloud-upload::before {
  content: "\ea41";
}
.lni-cloud-sync::before {
  content: "\ea42";
}
.lni-cloud-network::before {
  content: "\ea43";
}
.lni-cloud-download::before {
  content: "\ea44";
}
.lni-cloud-check::before {
  content: "\ea45";
}
.lni-camera::before {
  content: "\ea46";
}
.lni-calendar::before {
  content: "\ea47";
}
.lni-bulb::before {
  content: "\ea48";
}
.lni-bookmark::before {
  content: "\ea49";
}
.lni-bookmark-alt::before {
  content: "\ea4a";
}
.lni-bluetooth::before {
  content: "\ea4b";
}
.lni-ban::before {
  content: "\ea4c";
}
.lni-archive::before {
  content: "\ea4d";
}
.lni-alarm::before {
  content: "\ea4e";
}
.lni-alarm-clock::before {
  content: "\ea4f";
}
.lni-add-files::before {
  content: "\ea50";
}
.lni-thunder::before {
  content: "\ea51";
}
.lni-thunder-alt::before {
  content: "\ea52";
}
.lni-sun::before {
  content: "\ea53";
}
.lni-rain::before {
  content: "\ea54";
}
.lni-night::before {
  content: "\ea55";
}
.lni-drop::before {
  content: "\ea56";
}
.lni-cloudy-sun::before {
  content: "\ea57";
}
.lni-cloud::before {
  content: "\ea58";
}
.lni-travel::before {
  content: "\ea59";
}
.lni-surf-board::before {
  content: "\ea5a";
}
.lni-pyramids::before {
  content: "\ea5b";
}
.lni-underline::before {
  content: "\ea5c";
}
.lni-text-format::before {
  content: "\ea5d";
}
.lni-text-format-remove::before {
  content: "\ea5e";
}
.lni-text-align-right::before {
  content: "\ea5f";
}
.lni-text-align-left::before {
  content: "\ea60";
}
.lni-text-align-justify::before {
  content: "\ea61";
}
.lni-text-align-center::before {
  content: "\ea62";
}
.lni-strikethrough::before {
  content: "\ea63";
}
.lni-spellcheck::before {
  content: "\ea64";
}
.lni-sort-amount-dsc::before {
  content: "\ea65";
}
.lni-sort-amount-asc::before {
  content: "\ea66";
}
.lni-sort-alpha-asc::before {
  content: "\ea67";
}
.lni-pilcrow::before {
  content: "\ea68";
}
.lni-pagination::before {
  content: "\ea69";
}
.lni-page-break::before {
  content: "\ea6a";
}
.lni-line-spacing::before {
  content: "\ea6b";
}
.lni-line-double::before {
  content: "\ea6c";
}
.lni-line-dotted::before {
  content: "\ea6d";
}
.lni-line-dashed::before {
  content: "\ea6e";
}
.lni-italic::before {
  content: "\ea6f";
}
.lni-indent-increase::before {
  content: "\ea70";
}
.lni-indent-decrease::before {
  content: "\ea71";
}
.lni-bold::before {
  content: "\ea72";
}
.lni-spinner::before {
  content: "\ea73";
}
.lni-spinner-solid::before {
  content: "\ea74";
}
.lni-spinner-arrow::before {
  content: "\ea75";
}
.lni-hourglass::before {
  content: "\ea76";
}
.lni-tounge::before {
  content: "\ea77";
}
.lni-suspect::before {
  content: "\ea78";
}
.lni-speechless::before {
  content: "\ea79";
}
.lni-smile::before {
  content: "\ea7a";
}
.lni-sad::before {
  content: "\ea7b";
}
.lni-happy::before {
  content: "\ea7c";
}
.lni-friendly::before {
  content: "\ea7d";
}
.lni-cool::before {
  content: "\ea7e";
}
.lni-thought::before {
  content: "\ea7f";
}
.lni-t-shirt::before {
  content: "\ea80";
}
.lni-home::before {
  content: "\ea81";
}
.lni-gift::before {
  content: "\ea82";
}
.lni-cup::before {
  content: "\ea83";
}
.lni-crown::before {
  content: "\ea84";
}
.lni-briefcase::before {
  content: "\ea85";
}
.lni-spray::before {
  content: "\ea86";
}
.lni-flags-alt-1::before {
  content: "\ea87";
}
.lni-fireworks::before {
  content: "\ea88";
}
.lni-candy::before {
  content: "\ea89";
}
.lni-candy-cane::before {
  content: "\ea8a";
}
.lni-cake::before {
  content: "\ea8b";
}
.lni-baloon::before {
  content: "\ea8c";
}
.lni-trees::before {
  content: "\ea8d";
}
.lni-tree::before {
  content: "\ea8e";
}
.lni-sprout::before {
  content: "\ea8f";
}
.lni-mushroom::before {
  content: "\ea90";
}
.lni-mashroom::before {
  content: "\ea91";
}
.lni-leaf::before {
  content: "\ea92";
}
.lni-island::before {
  content: "\ea93";
}
.lni-flower::before {
  content: "\ea94";
}
.lni-bug::before {
  content: "\ea95";
}
.lni-volume::before {
  content: "\ea96";
}
.lni-volume-mute::before {
  content: "\ea97";
}
.lni-volume-medium::before {
  content: "\ea98";
}
.lni-volume-low::before {
  content: "\ea99";
}
.lni-volume-high::before {
  content: "\ea9a";
}
.lni-video::before {
  content: "\ea9b";
}
.lni-stop::before {
  content: "\ea9c";
}
.lni-shuffle::before {
  content: "\ea9d";
}
.lni-play::before {
  content: "\ea9e";
}
.lni-pause::before {
  content: "\ea9f";
}
.lni-gallery::before {
  content: "\eaa0";
}
.lni-full-screen::before {
  content: "\eaa1";
}
.lni-frame-expand::before {
  content: "\eaa2";
}
.lni-forward::before {
  content: "\eaa3";
}
.lni-backward::before {
  content: "\eaa4";
}
.lni-target-customer::before {
  content: "\eaa5";
}
.lni-seo::before {
  content: "\eaa6";
}
.lni-network::before {
  content: "\eaa7";
}
.lni-keyword-research::before {
  content: "\eaa8";
}
.lni-graph::before {
  content: "\eaa9";
}
.lni-bar-chart::before {
  content: "\eaaa";
}
.lni-warning::before {
  content: "\eaab";
}
.lni-unlock::before {
  content: "\eaac";
}
.lni-ticket::before {
  content: "\eaad";
}
.lni-ticket-alt::before {
  content: "\eaae";
}
.lni-thumbs-up::before {
  content: "\eaaf";
}
.lni-thumbs-down::before {
  content: "\eab0";
}
.lni-teabag::before {
  content: "\eab1";
}
.lni-shield::before {
  content: "\eab2";
}
.lni-radio-button::before {
  content: "\eab3";
}
.lni-question-circle::before {
  content: "\eab4";
}
.lni-protection::before {
  content: "\eab5";
}
.lni-power-switch::before {
  content: "\eab6";
}
.lni-pointer::before {
  content: "\eab7";
}
.lni-plus::before {
  content: "\eab8";
}
.lni-music::before {
  content: "\eab9";
}
.lni-more::before {
  content: "\eaba";
}
.lni-more-alt::before {
  content: "\eabb";
}
.lni-minus::before {
  content: "\eabc";
}
.lni-lock::before {
  content: "\eabd";
}
.lni-lock-alt::before {
  content: "\eabe";
}
.lni-list::before {
  content: "\eabf";
}
.lni-lifering::before {
  content: "\eac0";
}
.lni-key::before {
  content: "\eac1";
}
.lni-invention::before {
  content: "\eac2";
}
.lni-information::before {
  content: "\eac3";
}
.lni-infinite::before {
  content: "\eac4";
}
.lni-help::before {
  content: "\eac5";
}
.lni-heart::before {
  content: "\eac6";
}
.lni-heart-fill::before {
  content: "\eac7";
}
.lni-hand::before {
  content: "\eac8";
}
.lni-funnel::before {
  content: "\eac9";
}
.lni-flag::before {
  content: "\eaca";
}
.lni-flag-alt::before {
  content: "\eacb";
}
.lni-eye::before {
  content: "\eacc";
}
.lni-cross-circle::before {
  content: "\eacd";
}
.lni-close::before {
  content: "\eace";
}
.lni-circle-plus::before {
  content: "\eacf";
}
.lni-circle-minus::before {
  content: "\ead0";
}
.lni-checkmark::before {
  content: "\ead1";
}
.lni-checkmark-circle::before {
  content: "\ead2";
}
.lni-check-box::before {
  content: "\ead3";
}
.lni-bolt::before {
  content: "\ead4";
}
.lni-bolt-alt::before {
  content: "\ead5";
}
.lni-wheelchair::before {
  content: "\ead6";
}
.lni-weight::before {
  content: "\ead7";
}
.lni-syringe::before {
  content: "\ead8";
}
.lni-sthethoscope::before {
  content: "\ead9";
}
.lni-slim::before {
  content: "\eada";
}
.lni-skipping-rope::before {
  content: "\eadb";
}
.lni-pulse::before {
  content: "\eadc";
}
.lni-microscope::before {
  content: "\eadd";
}
.lni-hospital::before {
  content: "\eade";
}
.lni-heart-monitor::before {
  content: "\eadf";
}
.lni-first-aid::before {
  content: "\eae0";
}
.lni-dumbbell::before {
  content: "\eae1";
}
.lni-capsule::before {
  content: "\eae2";
}
.lni-basketball::before {
  content: "\eae3";
}
.lni-ambulance::before {
  content: "\eae4";
}
.lni-service::before {
  content: "\eae5";
}
.lni-restaurant::before {
  content: "\eae6";
}
.lni-pizza::before {
  content: "\eae7";
}
.lni-juice::before {
  content: "\eae8";
}
.lni-fresh-juice::before {
  content: "\eae9";
}
.lni-dinner::before {
  content: "\eaea";
}
.lni-coffee-cup::before {
  content: "\eaeb";
}
.lni-chef-hat::before {
  content: "\eaec";
}
.lni-burger::before {
  content: "\eaed";
}
.lni-write::before {
  content: "\eaee";
}
.lni-world::before {
  content: "\eaef";
}
.lni-world-alt::before {
  content: "\eaf0";
}
.lni-school-bench::before {
  content: "\eaf1";
}
.lni-school-bench-alt::before {
  content: "\eaf2";
}
.lni-pencil::before {
  content: "\eaf3";
}
.lni-pencil-alt::before {
  content: "\eaf4";
}
.lni-library::before {
  content: "\eaf5";
}
.lni-graduation::before {
  content: "\eaf6";
}
.lni-eraser::before {
  content: "\eaf7";
}
.lni-compass::before {
  content: "\eaf8";
}
.lni-clipboard::before {
  content: "\eaf9";
}
.lni-certificate::before {
  content: "\eafa";
}
.lni-book::before {
  content: "\eafb";
}
.lni-blackboard::before {
  content: "\eafc";
}
.lni-shift-right::before {
  content: "\eafd";
}
.lni-shift-left::before {
  content: "\eafe";
}
.lni-pointer-top::before {
  content: "\eaff";
}
.lni-pointer-right::before {
  content: "\eb00";
}
.lni-pointer-left::before {
  content: "\eb01";
}
.lni-pointer-down::before {
  content: "\eb02";
}
.lni-exit::before {
  content: "\eb03";
}
.lni-exit-up::before {
  content: "\eb04";
}
.lni-exit-down::before {
  content: "\eb05";
}
.lni-enter::before {
  content: "\eb06";
}
.lni-direction::before {
  content: "\eb07";
}
.lni-direction-rtl::before {
  content: "\eb08";
}
.lni-direction-ltr::before {
  content: "\eb09";
}
.lni-direction-alt::before {
  content: "\eb0a";
}
.lni-chevron-up::before {
  content: "\eb0b";
}
.lni-chevron-up-circle::before {
  content: "\eb0c";
}
.lni-chevron-right::before {
  content: "\eb0d";
}
.lni-chevron-right-circle::before {
  content: "\eb0e";
}
.lni-chevron-left::before {
  content: "\eb0f";
}
.lni-chevron-left-circle::before {
  content: "\eb10";
}
.lni-chevron-down::before {
  content: "\eb11";
}
.lni-chevron-down-circle::before {
  content: "\eb12";
}
.lni-arrows-vertical::before {
  content: "\eb13";
}
.lni-arrows-horizontal::before {
  content: "\eb14";
}
.lni-arrow-up::before {
  content: "\eb15";
}
.lni-arrow-up-circle::before {
  content: "\eb16";
}
.lni-arrow-top-right::before {
  content: "\eb17";
}
.lni-arrow-top-left::before {
  content: "\eb18";
}
.lni-arrow-right::before {
  content: "\eb19";
}
.lni-arrow-right-circle::before {
  content: "\eb1a";
}
.lni-arrow-left::before {
  content: "\eb1b";
}
.lni-arrow-left-circle::before {
  content: "\eb1c";
}
.lni-arrow-down::before {
  content: "\eb1d";
}
.lni-arrow-down-circle::before {
  content: "\eb1e";
}
.lni-angle-double-up::before {
  content: "\eb1f";
}
.lni-angle-double-right::before {
  content: "\eb20";
}
.lni-angle-double-left::before {
  content: "\eb21";
}
.lni-angle-double-down::before {
  content: "\eb22";
}
.lni-vector::before {
  content: "\eb23";
}
.lni-ux::before {
  content: "\eb24";
}
.lni-slice::before {
  content: "\eb25";
}
.lni-select-cursor::before {
  content: "\eb26";
}
.lni-pallet::before {
  content: "\eb27";
}
.lni-move::before {
  content: "\eb28";
}
.lni-layout::before {
  content: "\eb29";
}
.lni-layers::before {
  content: "\eb2a";
}
.lni-highlight::before {
  content: "\eb2b";
}
.lni-highlight-alt::before {
  content: "\eb2c";
}
.lni-grid::before {
  content: "\eb2d";
}
.lni-grid-alt::before {
  content: "\eb2e";
}
.lni-crop::before {
  content: "\eb2f";
}
.lni-brush::before {
  content: "\eb30";
}
.lni-brush-alt::before {
  content: "\eb31";
}
.lni-yen::before {
  content: "\eb32";
}
.lni-wallet::before {
  content: "\eb33";
}
.lni-rupee::before {
  content: "\eb34";
}
.lni-pound::before {
  content: "\eb35";
}
.lni-money-protection::before {
  content: "\eb36";
}
.lni-money-location::before {
  content: "\eb37";
}
.lni-euro::before {
  content: "\eb38";
}
.lni-dollar::before {
  content: "\eb39";
}
.lni-diamond-shape::before {
  content: "\eb3a";
}
.lni-diamond-alt::before {
  content: "\eb3b";
}
.lni-credit-cards::before {
  content: "\eb3c";
}
.lni-coin::before {
  content: "\eb3d";
}
.lni-calculator::before {
  content: "\eb3e";
}
.lni-calculator-alt::before {
  content: "\eb3f";
}
.lni-wheelbarrow::before {
  content: "\eb40";
}
.lni-trowel::before {
  content: "\eb41";
}
.lni-shovel::before {
  content: "\eb42";
}
.lni-ruler::before {
  content: "\eb43";
}
.lni-ruler-pencil::before {
  content: "\eb44";
}
.lni-ruler-alt::before {
  content: "\eb45";
}
.lni-paint-roller::before {
  content: "\eb46";
}
.lni-paint-bucket-alt::before {
  content: "\eb47";
}
.lni-helmet::before {
  content: "\eb48";
}
.lni-hammer::before {
  content: "\eb49";
}
.lni-construction::before {
  content: "\eb4a";
}
.lni-construction-hammer::before {
  content: "\eb4b";
}
.lni-bricks::before {
  content: "\eb4c";
}
.lni-train::before {
  content: "\eb4d";
}
.lni-train-alt::before {
  content: "\eb4e";
}
.lni-taxi::before {
  content: "\eb4f";
}
.lni-support::before {
  content: "\eb50";
}
.lni-ship::before {
  content: "\eb51";
}
.lni-scooter::before {
  content: "\eb52";
}
.lni-road::before {
  content: "\eb53";
}
.lni-reply::before {
  content: "\eb54";
}
.lni-postcard::before {
  content: "\eb55";
}
.lni-popup::before {
  content: "\eb56";
}
.lni-plane::before {
  content: "\eb57";
}
.lni-phone::before {
  content: "\eb58";
}
.lni-phone-set::before {
  content: "\eb59";
}
.lni-inbox::before {
  content: "\eb5a";
}
.lni-helicopter::before {
  content: "\eb5b";
}
.lni-envelope::before {
  content: "\eb5c";
}
.lni-comments::before {
  content: "\eb5d";
}
.lni-comments-reply::before {
  content: "\eb5e";
}
.lni-comments-alt-2::before {
  content: "\eb5f";
}
.lni-caravan::before {
  content: "\eb60";
}
.lni-car::before {
  content: "\eb61";
}
.lni-car-alt::before {
  content: "\eb62";
}
.lni-bus::before {
  content: "\eb63";
}
.lni-bullhorn::before {
  content: "\eb64";
}
.lni-bubble::before {
  content: "\eb65";
}
.lni-bridge::before {
  content: "\eb66";
}
.lni-bi-cycle::before {
  content: "\eb67";
}
.lni-anchor::before {
  content: "\eb68";
}
.lni-target::before {
  content: "\eb69";
}
.lni-target-revenue::before {
  content: "\eb6a";
}
.lni-tag::before {
  content: "\eb6b";
}
.lni-stats-up::before {
  content: "\eb6c";
}
.lni-stats-down::before {
  content: "\eb6d";
}
.lni-stamp::before {
  content: "\eb6e";
}
.lni-revenue::before {
  content: "\eb6f";
}
.lni-quotation::before {
  content: "\eb70";
}
.lni-pin::before {
  content: "\eb71";
}
.lni-pie-chart::before {
  content: "\eb72";
}
.lni-paperclip::before {
  content: "\eb73";
}
.lni-offer::before {
  content: "\eb74";
}
.lni-notepad::before {
  content: "\eb75";
}
.lni-license::before {
  content: "\eb76";
}
.lni-investment::before {
  content: "\eb77";
}
.lni-invest-monitor::before {
  content: "\eb78";
}
.lni-handshake::before {
  content: "\eb79";
}
.lni-grow::before {
  content: "\eb7a";
}
.lni-delivery::before {
  content: "\eb7b";
}
.lni-customer::before {
  content: "\eb7c";
}
.lni-consulting::before {
  content: "\eb7d";
}
.lni-cart::before {
  content: "\eb7e";
}
.lni-cart-full::before {
  content: "\eb7f";
}
.lni-briefcase-alt::before {
  content: "\eb80";
}
.lni-apartment::before {
  content: "\eb81";
}
.lni-agenda::before {
  content: "\eb82";
}
.lni-zoom::before {
  content: "\eb83";
}
.lni-zapier::before {
  content: "\eb84";
}
.lni-youtube::before {
  content: "\eb85";
}
.lni-ycombinator::before {
  content: "\eb86";
}
.lni-yahoo::before {
  content: "\eb87";
}
.lni-xrp::before {
  content: "\eb88";
}
.lni-xbox::before {
  content: "\eb89";
}
.lni-wordpress::before {
  content: "\eb8a";
}
.lni-wordpress-fill::before {
  content: "\eb8b";
}
.lni-windows::before {
  content: "\eb8c";
}
.lni-whatsapp::before {
  content: "\eb8d";
}
.lni-wechat::before {
  content: "\eb8e";
}
.lni-webhooks::before {
  content: "\eb8f";
}
.lni-vuejs::before {
  content: "\eb90";
}
.lni-vs-code::before {
  content: "\eb91";
}
.lni-volkswagen::before {
  content: "\eb92";
}
.lni-vmware::before {
  content: "\eb93";
}
.lni-vk::before {
  content: "\eb94";
}
.lni-visa::before {
  content: "\eb95";
}
.lni-vimeo::before {
  content: "\eb96";
}
.lni-vercel::before {
  content: "\eb97";
}
.lni-unsplash::before {
  content: "\eb98";
}
.lni-ubuntu::before {
  content: "\eb99";
}
.lni-typescript::before {
  content: "\eb9a";
}
.lni-twitter::before {
  content: "\eb9b";
}
.lni-twitter-original::before {
  content: "\eb9c";
}
.lni-twitter-fill::before {
  content: "\eb9d";
}
.lni-twitch::before {
  content: "\eb9e";
}
.lni-tumblr::before {
  content: "\eb9f";
}
.lni-trello::before {
  content: "\eba0";
}
.lni-toyota::before {
  content: "\eba1";
}
.lni-tiktok::before {
  content: "\eba2";
}
.lni-tiktok-alt::before {
  content: "\eba3";
}
.lni-tesla::before {
  content: "\eba4";
}
.lni-telegram::before {
  content: "\eba5";
}
.lni-telegram-original::before {
  content: "\eba6";
}
.lni-tailwindcss::before {
  content: "\eba7";
}
.lni-swift::before {
  content: "\eba8";
}
.lni-svelte::before {
  content: "\eba9";
}
.lni-stumbleupon::before {
  content: "\ebaa";
}
.lni-stripe::before {
  content: "\ebab";
}
.lni-steam::before {
  content: "\ebac";
}
.lni-stackoverflow::before {
  content: "\ebad";
}
.lni-squarespace::before {
  content: "\ebae";
}
.lni-spotify::before {
  content: "\ebaf";
}
.lni-spotify-original::before {
  content: "\ebb0";
}
.lni-soundcloud::before {
  content: "\ebb1";
}
.lni-soundcloud-original::before {
  content: "\ebb2";
}
.lni-snapchat::before {
  content: "\ebb3";
}
.lni-slideshare::before {
  content: "\ebb4";
}
.lni-slack::before {
  content: "\ebb5";
}
.lni-slack-line::before {
  content: "\ebb6";
}
.lni-skype::before {
  content: "\ebb7";
}
.lni-sketch::before {
  content: "\ebb8";
}
.lni-signal-app::before {
  content: "\ebb9";
}
.lni-shopify::before {
  content: "\ebba";
}
.lni-safari::before {
  content: "\ebbb";
}
.lni-reddit::before {
  content: "\ebbc";
}
.lni-react::before {
  content: "\ebbd";
}
.lni-quora::before {
  content: "\ebbe";
}
.lni-python::before {
  content: "\ebbf";
}
.lni-producthunt::before {
  content: "\ebc0";
}
.lni-postman::before {
  content: "\ebc1";
}
.lni-postgresql::before {
  content: "\ebc2";
}
.lni-playstation::before {
  content: "\ebc3";
}
.lni-play-store::before {
  content: "\ebc4";
}
.lni-play-store-fill::before {
  content: "\ebc5";
}
.lni-play-store-alt::before {
  content: "\ebc6";
}
.lni-pinterest::before {
  content: "\ebc7";
}
.lni-php::before {
  content: "\ebc8";
}
.lni-paypal::before {
  content: "\ebc9";
}
.lni-paypal-original::before {
  content: "\ebca";
}
.lni-patreon::before {
  content: "\ebcb";
}
.lni-paddle::before {
  content: "\ebcc";
}
.lni-opera::before {
  content: "\ebcd";
}
.lni-oculus::before {
  content: "\ebce";
}
.lni-npm::before {
  content: "\ebcf";
}
.lni-notion::before {
  content: "\ebd0";
}
.lni-nodejs::before {
  content: "\ebd1";
}
.lni-nodejs-alt::before {
  content: "\ebd2";
}
.lni-nissan::before {
  content: "\ebd3";
}
.lni-nextjs::before {
  content: "\ebd4";
}
.lni-netlify::before {
  content: "\ebd5";
}
.lni-netflix::before {
  content: "\ebd6";
}
.lni-mysql::before {
  content: "\ebd7";
}
.lni-mongodb::before {
  content: "\ebd8";
}
.lni-microsoft::before {
  content: "\ebd9";
}
.lni-microsoft-teams::before {
  content: "\ebda";
}
.lni-microsoft-edge::before {
  content: "\ebdb";
}
.lni-meta::before {
  content: "\ebdc";
}
.lni-meta-2::before {
  content: "\ebdd";
}
.lni-meta-1::before {
  content: "\ebde";
}
.lni-mercedes::before {
  content: "\ebdf";
}
.lni-medium::before {
  content: "\ebe0";
}
.lni-medium-alt::before {
  content: "\ebe1";
}
.lni-mastercard::before {
  content: "\ebe2";
}
.lni-markdown::before {
  content: "\ebe3";
}
.lni-mailchimp::before {
  content: "\ebe4";
}
.lni-magento::before {
  content: "\ebe5";
}
.lni-linkedin::before {
  content: "\ebe6";
}
.lni-linkedin-original::before {
  content: "\ebe7";
}
.lni-lineicons::before {
  content: "\ebe8";
}
.lni-lineicons-symbol::before {
  content: "\ebe9";
}
.lni-lineicons-symbol-alt::before {
  content: "\ebea";
}
.lni-lineicons-symbol-alt-2::before {
  content: "\ebeb";
}
.lni-lineicons-alt::before {
  content: "\ebec";
}
.lni-line::before {
  content: "\ebed";
}
.lni-laravel::before {
  content: "\ebee";
}
.lni-kubernetes::before {
  content: "\ebef";
}
.lni-jsfiddle::before {
  content: "\ebf0";
}
.lni-joomla::before {
  content: "\ebf1";
}
.lni-joomla-original::before {
  content: "\ebf2";
}
.lni-jcb::before {
  content: "\ebf3";
}
.lni-javascript::before {
  content: "\ebf4";
}
.lni-java::before {
  content: "\ebf5";
}
.lni-jamstack::before {
  content: "\ebf6";
}
.lni-jaguar::before {
  content: "\ebf7";
}
.lni-ios::before {
  content: "\ebf8";
}
.lni-instagram::before {
  content: "\ebf9";
}
.lni-instagram-original::before {
  content: "\ebfa";
}
.lni-instagram-fill::before {
  content: "\ebfb";
}
.lni-imdb::before {
  content: "\ebfc";
}
.lni-html5::before {
  content: "\ebfd";
}
.lni-hacker-news::before {
  content: "\ebfe";
}
.lni-grammarly::before {
  content: "\ebff";
}
.lni-google::before {
  content: "\ec00";
}
.lni-google-wallet::before {
  content: "\ec01";
}
.lni-google-pay::before {
  content: "\ec02";
}
.lni-google-drive::before {
  content: "\ec03";
}
.lni-google-cloud::before {
  content: "\ec04";
}
.lni-google-meet::before {
  content: "\ec05";
}
.lni-goodreads::before {
  content: "\ec06";
}
.lni-go::before {
  content: "\ec07";
}
.lni-github::before {
  content: "\ec08";
}
.lni-github-original::before {
  content: "\ec09";
}
.lni-git::before {
  content: "\ec0a";
}
.lni-gatsby::before {
  content: "\ec0b";
}
.lni-ford::before {
  content: "\ec0c";
}
.lni-flutter::before {
  content: "\ec0d";
}
.lni-flickr::before {
  content: "\ec0e";
}
.lni-fitbit::before {
  content: "\ec0f";
}
.lni-firefox::before {
  content: "\ec10";
}
.lni-firefox-original::before {
  content: "\ec11";
}
.lni-firebase::before {
  content: "\ec12";
}
.lni-figma::before {
  content: "\ec13";
}
.lni-facetime::before {
  content: "\ec14";
}
.lni-facebook::before {
  content: "\ec15";
}
.lni-facebook-oval::before {
  content: "\ec16";
}
.lni-facebook-original::before {
  content: "\ec17";
}
.lni-facebook-messenger::before {
  content: "\ec18";
}
.lni-facebook-line::before {
  content: "\ec19";
}
.lni-facebook-fill::before {
  content: "\ec1a";
}
.lni-ethereum::before {
  content: "\ec1b";
}
.lni-envato::before {
  content: "\ec1c";
}
.lni-edge::before {
  content: "\ec1d";
}
.lni-drupal::before {
  content: "\ec1e";
}
.lni-drupal-original::before {
  content: "\ec1f";
}
.lni-dropbox::before {
  content: "\ec20";
}
.lni-dropbox-original::before {
  content: "\ec21";
}
.lni-dribbble::before {
  content: "\ec22";
}
.lni-docker::before {
  content: "\ec23";
}
.lni-discover::before {
  content: "\ec24";
}
.lni-discord::before {
  content: "\ec25";
}
.lni-discord-alt::before {
  content: "\ec26";
}
.lni-diners-club::before {
  content: "\ec27";
}
.lni-digitalocean::before {
  content: "\ec28";
}
.lni-dialogflow::before {
  content: "\ec29";
}
.lni-dev::before {
  content: "\ec2a";
}
.lni-css3::before {
  content: "\ec2b";
}
.lni-creative-commons::before {
  content: "\ec2c";
}
.lni-cpanel::before {
  content: "\ec2d";
}
.lni-coral::before {
  content: "\ec2e";
}
.lni-connectdevelop::before {
  content: "\ec2f";
}
.lni-coinbase::before {
  content: "\ec30";
}
.lni-codepen::before {
  content: "\ec31";
}
.lni-cloudflare::before {
  content: "\ec32";
}
.lni-cisco::before {
  content: "\ec33";
}
.lni-chromecast::before {
  content: "\ec34";
}
.lni-chrome::before {
  content: "\ec35";
}
.lni-cash-app::before {
  content: "\ec36";
}
.lni-btc::before {
  content: "\ec37";
}
.lni-brave::before {
  content: "\ec38";
}
.lni-bootstrap::before {
  content: "\ec39";
}
.lni-bootstrap-5::before {
  content: "\ec3a";
}
.lni-bmw::before {
  content: "\ec3b";
}
.lni-bluetooth-original::before {
  content: "\ec3c";
}
.lni-blogger::before {
  content: "\ec3d";
}
.lni-bittorrent::before {
  content: "\ec3e";
}
.lni-bitcoin::before {
  content: "\ec3f";
}
.lni-bitbucket::before {
  content: "\ec40";
}
.lni-behance::before {
  content: "\ec41";
}
.lni-behance-original::before {
  content: "\ec42";
}
.lni-azure::before {
  content: "\ec43";
}
.lni-aws::before {
  content: "\ec44";
}
.lni-audi::before {
  content: "\ec45";
}
.lni-atlassian::before {
  content: "\ec46";
}
.lni-apple-pay::before {
  content: "\ec47";
}
.lni-apple-music::before {
  content: "\ec48";
}
.lni-apple-brand::before {
  content: "\ec49";
}
.lni-app-store::before {
  content: "\ec4a";
}
.lni-angular::before {
  content: "\ec4b";
}
.lni-angellist::before {
  content: "\ec4c";
}
.lni-android::before {
  content: "\ec4d";
}
.lni-android-original::before {
  content: "\ec4e";
}
.lni-amex::before {
  content: "\ec4f";
}
.lni-amazon::before {
  content: "\ec50";
}
.lni-amazon-pay::before {
  content: "\ec51";
}
.lni-amazon-original::before {
  content: "\ec52";
}
.lni-airtable::before {
  content: "\ec53";
}
.lni-airbnb::before {
  content: "\ec54";
}
.lni-adobe::before {
  content: "\ec55";
}
.lni-500px::before {
  content: "\ec56";
}
.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);
}
.v-button a {
  text-transform: uppercase;
  border-radius: 10px;
  padding: 11px 30px !important;
  min-width: 150px !important;
  font-weight: 400 !important;
  z-index: 55!important;
}
@media only screen and (max-width: 767px) {
  .v-button a {
    font-size: 15px!important;
  }
}
.v-button.v-secondary a {
  background: var(--inn-secondary);
  color: var(--inn-neutral) !important;
}
.v-button.v-secondary a:hover {
  background: transparent!important;
  color: var(--inn-secondary) !important;
}
.v-button.v-white a {
  background: transparent !important;
  color: white !important;
}
.v-button.v-white a:hover {
  background: white!important;
  color: var(--inn-primary) !important;
}
.v-button.v-white-full a {
  background: white!important;
  color: var(--inn-neutral) !important;
}
.v-button.v-white-full a:hover {
  background: transparent!important;
  color: white !important;
}
.v-button.v-lightgrey-full a {
  background: var(--inn-lightgrey) !important;
  color: var(--inn-neutral) !important;
}
.v-button.v-lightgrey-full a:hover {
  background: transparent!important;
  color: var(--inn-lightgrey) !important;
}
.v-button.v-neutral a {
  background: transparent !important;
  color: var(--inn-neutral) !important;
  border-color: var(--inn-neutral) !important;
}
.v-button.v-neutral a:hover {
  background: var(--inn-neutral) !important;
  color: white!important;
}
.v-button.has-icon a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap, 12px);
}
.v-button.has-icon .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  font-size: 1.2em;
}
.v-button.has-icon .button-icon.button-icon-image img,
.v-button.has-icon .button-icon.button-icon-image picture {
  display: block;
  max-height: 1.5em;
  width: auto;
  height: auto;
}
.v-button.has-icon .button-icon.button-icon-image .button-icon-img {
  object-fit: contain;
}
.v-button.has-icon.icon-left a {
  flex-direction: row;
}
.v-button.has-icon.icon-right a {
  flex-direction: row-reverse;
}
.v-add-waves-bottom {
  position: relative;
  overflow: visible;
  background: var(--inn-lightgrey);
  margin-bottom: 200px;
}
.v-add-waves-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 9vw;
  background-color: var(--inn-lightgrey);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 100vw 10vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100vw 10vw;
}
@media only screen and (max-width: 767px) {
  .v-hide-waves-bottom {
    background: transparent;
    margin-bottom: 0;
  }
  .v-hide-waves-bottom:before {
    display: none;
  }
}
.v-add-waves-top-big {
  position: relative;
  overflow: visible;
  background: var(--inn-lightgrey);
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .v-add-waves-top-big {
    margin-top: 100px;
  }
}
.v-add-waves-top-big:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 9vw;
  background-color: var(--inn-lightgrey);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 100vw 10vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100vw 10vw;
  transform: rotate(180deg);
}
.v-add-waves-bottom-2 {
  position: relative;
  overflow: visible;
}
.v-add-waves-bottom-2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  height: 9vw;
  background-color: var(--inn-lightgrey);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 100vw 10vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100vw 10vw;
  transform: scaleX(-1);
}
.v-add-waves-bottom-2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--inn-lightgrey);
  height: 250px;
}
.v-add-waves-bottom-2 > .inside {
  position: relative;
  z-index: 66;
}
.v-add-waves-bottom-white:before {
  background-color: white;
}
.v-add-waves-bottom-primary:before {
  background-color: var(--inn-primary);
}
.v-add-waves-bottom-secondary:before {
  background-color: var(--inn-secondary);
}
.v-add-waves-bottom-neutral:before {
  background-color: var(--inn-neutral);
}
.v-add-waves-bottom-lightgrey:before {
  background-color: var(--inn-lightgrey);
}
.v-add-waves-bottom-grey:before {
  background-color: #7F8883;
}
.v-add-waves-bottom-black:before {
  background-color: #000000;
}
.v-add-waves-top {
  position: relative;
  overflow: visible;
  margin-top: 6vw;
}
.v-add-waves-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 99%;
  width: 200%;
  height: 4vw;
  background-color: var(--inn-lightgrey);
  transform: translateX(-50%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: top;
  mask-size: 105vw 5vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top;
  -webkit-mask-size: 105vw 5vw;
}
@media only screen and (max-width: 767px) {
  .v-add-waves-top:before {
    mask-size: 210vw 10vw;
    height: 9vw;
    bottom: 100%;
  }
}
.v-add-waves2-bottom {
  position: relative;
  overflow: visible;
  margin-bottom: 6vw;
}
.v-add-waves2-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 200%;
  height: 5vw;
  background-color: var(--inn-lightgrey);
  transform: translateX(-50%) rotate(180deg) translateY(1vw);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 105vw 5vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 105vw 5vw;
}
@media only screen and (max-width: 767px) {
  .v-add-waves2-bottom:after {
    mask-size: 210vw 9vw;
    height: 9vw;
    top: 100%;
  }
}
.v-add-waves-top-white:before {
  background-color: white;
}
.v-add-waves-top-primary:before {
  background-color: var(--inn-primary);
}
.v-add-waves-top-secondary:before {
  background-color: var(--inn-secondary);
}
.v-add-waves-top-neutral:before {
  background-color: var(--inn-neutral);
}
.v-add-waves-top-lightgrey:before {
  background-color: var(--inn-lightgrey);
}
.v-add-waves-top-grey:before {
  background-color: #7F8883;
}
.v-add-waves-top-black:before {
  background-color: #000000;
}
.v-add-waves2-bottom-white:after {
  background-color: white;
}
.v-add-waves2-bottom-primary:after {
  background-color: var(--inn-primary);
}
.v-add-waves2-bottom-secondary:after {
  background-color: var(--inn-secondary);
}
.v-add-waves2-bottom-neutral:after {
  background-color: var(--inn-neutral);
}
.v-add-waves2-bottom-lightgrey:after {
  background-color: var(--inn-lightgrey);
}
.v-add-waves2-bottom-grey:after {
  background-color: #7F8883;
}
.v-add-waves2-bottom-black:after {
  background-color: #000000;
}
.v-max-width-500 {
  max-width: 500px;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.ce_image figure {
  margin-bottom: 0;
}
nav ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
section > div {
  margin-left: 0;
  margin-right: 0;
}
section .col_2 {
  margin-left: 0;
}
.flex-row {
  display: flex;
}
.flex-jc {
  justify-content: space-between;
}
.flex-al {
  align-items: center;
}
.sec-impressum .v-headline {
  margin-bottom: 30px!important;
}
.start-header-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-header-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 40vh;
}
@media only screen and (max-width: 767px) {
  .small-header-wrapper .header-image {
    max-width: 85%;
  }
}
.imp-logo {
  text-align: right;
  margin-left: auto;
}
.imp-logo img {
  width: auto;
  height: 104px;
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .imp-logo {
    margin: auto;
  }
}
img {
  width: 100%;
}
.v-centered {
  text-align: center;
}
.v-right {
  text-align: right;
}
.v-left {
  text-align: left;
}
.v-headline {
  font-family: var(--inn-main-font);
  margin-bottom: 30px;
}
.v-headline .v-headline-text-container {
  margin-top: 20px;
  max-width: 600px;
}
.v-headline.v-left .v-headline-text-container {
  margin-right: auto;
}
.v-headline.v-centered .v-headline-text-container {
  margin-left: auto;
  margin-right: auto;
}
.cookiebar {
  z-index: 9999999;
  background: var(--inn-neutral);
  font-family: var(--inn-main-font);
}
.cookiebar .cookiebar__button {
  background: var(--inn-primary);
}
.cookiebar {
  width: 20%;
  bottom: 0;
  left: 0;
}
.cookiebar .cookiebar__text,
.cookiebar .cookiebar__message {
  margin-right: 0;
}
.cookiebar .cookiebar__text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cookiebar {
    width: 100%;
  }
}
#page-image {
  position: relative;
}
#page-image .inside {
  max-width: 100%;
  padding: 0;
}
.v-button > a,
.buttons > a,
.v-button > a.button,
.buttons > a.button,
.v-button button,
.buttons button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.v-button > a:hover,
.buttons > a:hover,
.v-button > a.button:hover,
.buttons > a.button:hover,
.v-button button:hover,
.buttons button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.v-button.v-primary > a,
.buttons.v-primary > a,
.v-button.v-primary button,
.buttons.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.v-button.v-primary > a:hover,
.buttons.v-primary > a:hover,
.v-button.v-primary button:hover,
.buttons.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.v-button.v-secondary > a,
.buttons.v-secondary > a,
.v-button.v-secondary button,
.buttons.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.v-button.v-secondary > a:hover,
.buttons.v-secondary > a:hover,
.v-button.v-secondary button:hover,
.buttons.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.v-button.v-neutral > a,
.buttons.v-neutral > a,
.v-button.v-neutral button,
.buttons.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.v-button.v-neutral > a:hover,
.buttons.v-neutral > a:hover,
.v-button.v-neutral button:hover,
.buttons.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.v-button.v-white > a,
.buttons.v-white > a,
.v-button.v-white button,
.buttons.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.v-button.v-white > a:hover,
.buttons.v-white > a:hover,
.v-button.v-white button:hover,
.buttons.v-white button:hover {
  background: transparent;
  color: white;
}
/*swiper*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 1vw;
  height: 1vw;
  border: none;
  border-left: 0.1vw solid var(--inn-neutral);
  border-bottom: 0.1vw solid var(--inn-neutral);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
  background: none;
  box-shadow: none;
}
.swiper-button-prev {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.v-swiper-under .swiper-button-next,
.v-swiper-under .swiper-button-prev {
  top: unset;
  bottom: 20%;
  left: 52%;
  margin-right: -1vw;
}
.v-swiper-under .swiper-button-prev {
  top: unset;
  bottom: 20%;
  left: unset;
  right: 52%;
  margin-left: -1vw;
}
.v-swiper-under .swiper-container {
  padding-bottom: 10%;
}
.swiper-container {
  padding-left: 30px;
  padding-right: 30px;
}
/*swiper-end*/
.datenschutz-checkbox {
  margin-bottom: 20px;
}
.datenschutz-checkbox a {
  color: var(--inn-neutral);
}
.datenschutz-checkbox input,
.datenschutz-checkbox label {
  display: inline-block;
  width: 5%;
  margin: 0px;
  height: auto;
}
.datenschutz-checkbox label {
  min-width: 70%;
  padding-top: 2px;
  vertical-align: bottom;
  font-size: 18px;
}
form input,
form textarea {
  border-color: var(--inn-neutral);
  color: var(--inn-neutral);
  border-width: 2px;
  border-style: solid;
  border-image: none!important;
  box-shadow: none!important;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  background: transparent;
}
form textarea {
  height: 240px;
  padding-top: 10px;
}
form .widget-select {
  position: relative;
}
form .widget-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: 20px;
  background: var(--inn-neutral);
  border: 2px solid var(--inn-neutral);
  border-radius: 0;
  margin-bottom: 30px;
  font-weight: 100;
  background: transparent;
}
form .widget-select select::-ms-expand {
  display: none;
}
form .widget-select:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
  pointer-events: none;
  color: var(--inn-neutral);
  font-weight: 900;
}
form .input-submit button {
  background: var(--inn-primary);
  padding: 5px 15px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  width: 100%;
  color: white;
}
form .input-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
form .datenschutz-checkbox {
  display: inline-block;
  width: 74%;
  font-size: 1vw;
  margin-bottom: 0;
}
.checkbox_container > input,
.datenschutz-checkbox > input,
.radio_container > input,
.option.radio > input {
  position: absolute;
  opacity: 0!important;
  display: none;
}
.checkbox_container > input + label,
.datenschutz-checkbox > input + label,
.radio_container > input + label,
.option.radio > input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox_container > input + label:before,
.datenschutz-checkbox > input + label:before,
.radio_container > input + label:before,
.option.radio > input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border: 2px solid var(--inn-primary);
  margin-top: 3px;
}
.checkbox_container > input:hover + label:before,
.datenschutz-checkbox > input:hover + label:before,
.radio_container > input:hover + label:before,
.option.radio > input:hover + label:before {
  background: var(--inn-primary);
}
.checkbox_container > input:focus + label:before,
.datenschutz-checkbox > input:focus + label:before,
.radio_container > input:focus + label:before,
.option.radio > input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.checkbox_container > input:checked + label:before,
.datenschutz-checkbox > input:checked + label:before,
.radio_container > input:checked + label:before,
.option.radio > input:checked + label:before {
  background: var(--inn-primary);
}
.checkbox_container > input:disabled + label,
.datenschutz-checkbox > input:disabled + label,
.radio_container > input:disabled + label,
.option.radio > input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox_container > input:disabled + label:before,
.datenschutz-checkbox > input:disabled + label:before,
.radio_container > input:disabled + label:before,
.option.radio > input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox_container > input:checked + label:after,
.datenschutz-checkbox > input:checked + label:after,
.radio_container > input:checked + label:after,
.option.radio > input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background: white;
  width: 2px;
  height: 2px;
  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);
  transform: rotate(45deg);
}
.checkbox_container > label,
.datenschutz-checkbox > label,
.radio_container > label,
.option.radio > label {
  margin-right: 10px;
  margin-bottom: 30px;
}
.datenschutz-checkbox label {
  margin-bottom: 0;
}
.side-nav-container {
  position: fixed;
  left: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  z-index: 99999999;
}
.side-nav-container a {
  padding: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  background: var(--inn-primary);
  color: white;
  margin-bottom: 20px;
  width: auto;
  margin-right: auto;
  align-items: center;
  height: 60px;
}
.side-nav-container a:hover {
  color: white;
}
.side-nav-container a:hover i,
.side-nav-container a:hover p {
  color: white;
}
.side-nav-container a i {
  font-size: 140%;
  line-height: 1;
}
.side-nav-container .side-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-nav-container .side-nav-text {
  white-space: nowrap;
  padding-right: 10px;
}
.side-nav-container .side-nav-text p {
  margin-bottom: 0;
}
.scroll-top-button {
  position: fixed;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}
.scroll-top-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  color: white;
  background: var(--inn-primary);
  font-size: 150%;
  width: 1.7em;
  height: 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  border: 2px solid white;
}
@media only screen and (max-width: 767px) {
  .scroll-top-button {
    right: 10px;
    bottom: 10px;
  }
}
.scroll-top-button:hover {
  cursor: pointer;
}
.scroll-top-button.show-scroll-top {
  opacity: 1;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
form {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.parallax {
  min-height: 30vw;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 1000px) {
  .parallax {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: unset;
  }
}
section {
  display: grid;
  grid-gap: 50px;
  max-width: 100%!important;
  overflow: hidden;
}
section > div {
  width: 100%!important;
  max-width: 100%;
  overflow: hidden;
}
section > div > div {
  width: 100%!important;
  height: 100%;
}
section.col-20x20x20x20x20 {
  grid-template-columns: 20fr 20fr 20fr 20fr 20fr;
}
section.col-25x25x25x25 {
  grid-template-columns: 25fr 25fr 25fr 25fr;
}
section.col-33x33x33 {
  grid-template-columns: 33fr 33fr 33fr;
}
section.col-50x50 {
  grid-template-columns: 50fr 50fr;
}
section.col-75x25 {
  grid-template-columns: 75fr 25fr;
}
section.col-25x75 {
  grid-template-columns: 25fr 75fr;
}
section.col-60x40 {
  grid-template-columns: 60fr 40fr;
}
section.col-40x60 {
  grid-template-columns: 40fr 60fr;
}
section.col-30x70 {
  grid-template-columns: 30fr 70fr;
}
section.col-33x66 {
  grid-template-columns: 33fr 66fr;
}
section.col-66x33 {
  grid-template-columns: 66fr 33fr;
}
section.col-70x30 {
  grid-template-columns: 30fr 70fr;
}
@media only screen and (max-width: 767px) {
  section {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
section > div {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section > div > div .ce_text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.background-image {
  display: flex;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  height: 100%;
}
.accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  overflow: visible;
}
.accordion .card {
  background: transparent;
  overflow: visible;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  position: relative;
}
.accordion .card > div {
  overflow: visible;
}
.accordion .card:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 50px;
  background: var(--inn-secondary);
  left: -10px;
  top: 5px;
  z-index: -1;
  border-radius: 3px;
}
.accordion .card .card-header {
  padding: 0;
  background: var(--inn-primary);
  color: white;
  position: relative;
  z-index: 5;
  border-radius: 3px;
}
.accordion .card .card-header .btn-link {
  display: flex;
  color: white;
  position: relative;
  z-index: 6;
}
.accordion .card .card-header .btn-link:hover {
  text-decoration-color: var(--inn-primary) !important;
}
.accordion .card .card-header .btn-link .plus.icon {
  margin-right: 10px;
}
.accordion .card .card-header .btn-link .plus.icon i {
  color: white;
  font-size: 150%;
}
.accordion .card .card-header .btn-link .question {
  color: white;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .accordion .card .card-header .btn-link .question {
    font-size: 3.3vw;
  }
}
.accordion .card .card-body {
  position: relative;
  left: -10px;
  top: -35px;
  background: var(--inn-secondary);
  color: var(--inn-primary);
  padding-top: 45px;
}
.accordion.faq-page .card {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .accordion.faq-page .card {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .card {
    width: 100%;
  }
}
.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;
}
.mod_cms_accept_tags form .widget-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.v-buttons {
  display: flex;
}
.v-buttons .v-button:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .v-buttons {
    flex-direction: column;
  }
  .v-buttons .v-button {
    margin-right: 0!important;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mod_dlh_googlemaps {
  max-width: 100%;
}
.mod_dlh_googlemaps .dlh_googlemap {
  max-width: 100%;
  position: relative;
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps p {
  max-width: 600px;
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps a[href="#"] {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: var(--inn-button-padding-vertical, 12px) var(--inn-button-padding-horizontal, 30px);
  color: var(--inn-neutral);
  background: var(--inn-primary);
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-radius: var(--inn-button-border-radius, 5px);
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps a[href="#"]:hover {
  color: var(--inn-primary);
  background: transparent;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px!important;
  min-width: 60px!important;
  height: 34px!important;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: var(--inn-primary);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--inn-primary);
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: white;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--inn-primary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: var(--inn-primary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
  border: 2px solid var(--inn-primary);
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch.white .slider {
  background: var(--inn-primary);
  border-color: var(--inn-primary) !important;
}
.switch.white .slider:before {
  background: white;
}
.switch.white input:checked + .slider {
  background-color: white;
  border-color: var(--inn-primary) !important;
}
.switch.white input:checked + .slider:before {
  background: var(--inn-primary) !important;
}
.switch.white input:focus + .slider {
  box-shadow: 0 0 1px white;
}
.switch.white input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: white;
}
.full-form .formbody {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.full-form .formbody .widget.select-gender {
  width: 15%;
  margin-right: 1%;
}
.full-form .formbody .widget.input-firstname {
  width: 32%;
  margin-right: 4%;
}
.full-form .formbody .widget.input-lastname {
  width: 48%;
}
.full-form .formbody .widget.input-street {
  width: 48%;
  margin-right: 4%;
}
.full-form .formbody .widget.input-plz,
.full-form .formbody .widget.input-wunschtermin {
  margin-right: 2%;
}
.full-form .formbody .widget.input-plz,
.full-form .formbody .widget.input-city,
.full-form .formbody .widget.input-wunschtermin,
.full-form .formbody .widget.input-alternativtermin {
  width: 23%;
}
.full-form .formbody .widget.input-mail {
  width: 48%;
  margin-right: 4%;
}
.full-form .formbody .widget.input-phone {
  width: 48%;
}
.full-form .formbody .widget.input-betreff {
  width: 100%;
}
.full-form .formbody .widget.input-msg {
  width: 100%;
}
.full-form .formbody .widget.input-grund {
  width: 48%;
  margin-right: 4%;
}
.full-form .formbody .widget.widget-fineuploader {
  width: 40%;
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: var(--inn-button-padding-vertical, 12px) var(--inn-button-padding-horizontal, 30px);
  color: var(--inn-primary);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-radius: var(--inn-button-border-radius, 5px);
  border-width: 4px!important;
  padding: 15px 30px!important;
  min-width: 12em!important;
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector:hover {
  color: white;
  background: var(--inn-primary);
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector {
    display: inline-block;
    border: 2px solid var(--inn-primary);
    padding: var(--inn-button-padding-vertical, 12px) var(--inn-button-padding-horizontal, 30px);
    color: white;
    background: var(--inn-primary);
    transition: 0.5s all ease-in-out;
    z-index: 9999;
    min-width: 10em;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    border-radius: var(--inn-button-border-radius, 5px);
    width: 100%;
    border-radius: 10px;
    padding: 10px 60px;
    min-width: 8em;
  }
  .full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector:hover {
    color: var(--inn-primary);
    background: transparent;
  }
}
.full-form .formbody .widget.widget-fineuploader .values-container .values-list li .fineuploader-item {
  display: flex;
}
.full-form .formbody .widget.widget-fineuploader .values-container .values-list li .fineuploader-item .content {
  display: flex;
}
.full-form .formbody .widget.widget-fineuploader .values-container .values-list li .fineuploader-item .content img {
  width: inherit!important;
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-success {
  display: none;
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .widget {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
  }
}
.full-form .formbody .datenschutz-checkbox {
  width: 40%!important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .datenschutz-checkbox {
    margin-bottom: 10px!important;
    margin-top: 20px!important;
  }
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .datenschutz-checkbox {
    align-items: center;
    width: 100%!important;
    font-size: 100%!important;
  }
  .full-form .formbody .datenschutz-checkbox label {
    font-size: 70%;
    width: 100%;
  }
}
.full-form .formbody .widget.widget-submit {
  width: 20%;
  display: flex;
}
.full-form .formbody .widget.widget-submit button {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: var(--inn-button-padding-vertical, 12px) var(--inn-button-padding-horizontal, 30px);
  color: var(--inn-primary);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-radius: var(--inn-button-border-radius, 5px);
  padding: 10px 30px!important;
  min-width: 12em!important;
  text-transform: uppercase;
  font-family: var(--inn-head-font);
}
.full-form .formbody .widget.widget-submit button:hover {
  color: white;
  background: var(--inn-primary);
}
div.widget-calendar {
  position: relative;
}
div.widget-calendar img {
  position: absolute;
  width: 30px;
  right: 10px;
  top: 5px;
}
.icons-container a {
  display: flex;
}
.icons-container a p {
  margin-bottom: 0;
}
.icons-container a.type-image-icon.hover-image-icon .hover-icon-img {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.icons-container a.type-image-icon.hover-image-icon:hover .hover-icon-img {
  opacity: 1;
}
.gallery-thumbs {
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .gallery-thumbs {
    display: none;
  }
}
.gallery-thumbs .swiper-wrapper {
  display: grid!important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.gallery-thumbs .swiper-slide {
  min-height: 100px;
  width: 100%!important;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  display: none!important;
}
#maps .inside {
  max-width: 100%!important;
  padding: 0!important;
}
#maps .inside .mod_dlh_googlemaps,
#maps .inside .dlh_googlemap {
  max-width: 100%!important;
  width: 100%!important;
}
.mt-xxl {
  margin-top: 150px!important;
}
.mt-xl {
  margin-top: 100px!important;
}
.mt-l {
  margin-top: 80px!important;
}
.mt-m {
  margin-top: 60px!important;
}
.mt-s {
  margin-top: 40px!important;
}
.mt-xs {
  margin-top: 30px!important;
}
.mt-xxs {
  margin-top: 20px!important;
}
.mb-xxl {
  margin-bottom: 150px!important;
}
.mb-xl {
  margin-bottom: 100px!important;
}
.mb-l {
  margin-bottom: 80px!important;
}
.mb-m {
  margin-bottom: 60px!important;
}
.mb-s {
  margin-bottom: 40px!important;
}
.mb-xs {
  margin-bottom: 30px!important;
}
.mb-xxs {
  margin-bottom: 20px!important;
}
.pt-xxl {
  padding-top: 150px!important;
}
.pt-xl {
  padding-top: 120px!important;
}
.pt-l {
  padding-top: 100px!important;
}
.pt-m {
  padding-top: 80px!important;
}
.pt-s {
  padding-top: 60px!important;
}
.pt-xs {
  padding-top: 40px!important;
}
.pt-xxs {
  padding-top: 20px!important;
}
.pb-xxl {
  padding-bottom: 150px!important;
}
.pb-xl {
  padding-bottom: 120px!important;
}
.pb-l {
  padding-bottom: 100px!important;
}
.pb-m {
  padding-bottom: 80px!important;
}
.pb-s {
  padding-bottom: 60px!important;
}
.pb-xs {
  padding-bottom: 40px!important;
}
.pb-xxs {
  padding-bottom: 20px!important;
}
.m-0 {
  margin: 0 !important;
}
.m-4 {
  margin: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-56 {
  margin: 56px !important;
}
.m-64 {
  margin: 64px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-96 {
  margin: 96px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-200 {
  margin: 200px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-96 {
  margin-left: 96px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-96 {
  margin-right: 96px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mx-0 {
  margin-left: 0!important;
  margin-right: 0 !important;
}
.mx-4 {
  margin-left: 4px!important;
  margin-right: 4px !important;
}
.mx-8 {
  margin-left: 8px!important;
  margin-right: 8px !important;
}
.mx-12 {
  margin-left: 12px!important;
  margin-right: 12px !important;
}
.mx-16 {
  margin-left: 16px!important;
  margin-right: 16px !important;
}
.mx-20 {
  margin-left: 20px!important;
  margin-right: 20px !important;
}
.mx-24 {
  margin-left: 24px!important;
  margin-right: 24px !important;
}
.mx-32 {
  margin-left: 32px!important;
  margin-right: 32px !important;
}
.mx-40 {
  margin-left: 40px!important;
  margin-right: 40px !important;
}
.mx-48 {
  margin-left: 48px!important;
  margin-right: 48px !important;
}
.mx-56 {
  margin-left: 56px!important;
  margin-right: 56px !important;
}
.mx-64 {
  margin-left: 64px!important;
  margin-right: 64px !important;
}
.mx-80 {
  margin-left: 80px!important;
  margin-right: 80px !important;
}
.mx-96 {
  margin-left: 96px!important;
  margin-right: 96px !important;
}
.mx-120 {
  margin-left: 120px!important;
  margin-right: 120px !important;
}
.mx-160 {
  margin-left: 160px!important;
  margin-right: 160px !important;
}
.mx-200 {
  margin-left: 200px!important;
  margin-right: 200px !important;
}
.mx-auto {
  margin-left: auto!important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0!important;
  margin-bottom: 0 !important;
}
.my-4 {
  margin-top: 4px!important;
  margin-bottom: 4px !important;
}
.my-8 {
  margin-top: 8px!important;
  margin-bottom: 8px !important;
}
.my-12 {
  margin-top: 12px!important;
  margin-bottom: 12px !important;
}
.my-16 {
  margin-top: 16px!important;
  margin-bottom: 16px !important;
}
.my-20 {
  margin-top: 20px!important;
  margin-bottom: 20px !important;
}
.my-24 {
  margin-top: 24px!important;
  margin-bottom: 24px !important;
}
.my-32 {
  margin-top: 32px!important;
  margin-bottom: 32px !important;
}
.my-40 {
  margin-top: 40px!important;
  margin-bottom: 40px !important;
}
.my-48 {
  margin-top: 48px!important;
  margin-bottom: 48px !important;
}
.my-56 {
  margin-top: 56px!important;
  margin-bottom: 56px !important;
}
.my-64 {
  margin-top: 64px!important;
  margin-bottom: 64px !important;
}
.my-80 {
  margin-top: 80px!important;
  margin-bottom: 80px !important;
}
.my-96 {
  margin-top: 96px!important;
  margin-bottom: 96px !important;
}
.my-120 {
  margin-top: 120px!important;
  margin-bottom: 120px !important;
}
.my-160 {
  margin-top: 160px!important;
  margin-bottom: 160px !important;
}
.my-200 {
  margin-top: 200px!important;
  margin-bottom: 200px !important;
}
.my-auto {
  margin-top: auto!important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-96 {
  padding: 96px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-200 {
  padding: 200px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-96 {
  padding-top: 96px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-96 {
  padding-bottom: 96px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-96 {
  padding-left: 96px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-96 {
  padding-right: 96px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.px-0 {
  padding-left: 0!important;
  padding-right: 0 !important;
}
.px-4 {
  padding-left: 4px!important;
  padding-right: 4px !important;
}
.px-8 {
  padding-left: 8px!important;
  padding-right: 8px !important;
}
.px-12 {
  padding-left: 12px!important;
  padding-right: 12px !important;
}
.px-16 {
  padding-left: 16px!important;
  padding-right: 16px !important;
}
.px-20 {
  padding-left: 20px!important;
  padding-right: 20px !important;
}
.px-24 {
  padding-left: 24px!important;
  padding-right: 24px !important;
}
.px-32 {
  padding-left: 32px!important;
  padding-right: 32px !important;
}
.px-40 {
  padding-left: 40px!important;
  padding-right: 40px !important;
}
.px-48 {
  padding-left: 48px!important;
  padding-right: 48px !important;
}
.px-56 {
  padding-left: 56px!important;
  padding-right: 56px !important;
}
.px-64 {
  padding-left: 64px!important;
  padding-right: 64px !important;
}
.px-80 {
  padding-left: 80px!important;
  padding-right: 80px !important;
}
.px-96 {
  padding-left: 96px!important;
  padding-right: 96px !important;
}
.px-120 {
  padding-left: 120px!important;
  padding-right: 120px !important;
}
.px-160 {
  padding-left: 160px!important;
  padding-right: 160px !important;
}
.px-200 {
  padding-left: 200px!important;
  padding-right: 200px !important;
}
.py-0 {
  padding-top: 0!important;
  padding-bottom: 0 !important;
}
.py-4 {
  padding-top: 4px!important;
  padding-bottom: 4px !important;
}
.py-8 {
  padding-top: 8px!important;
  padding-bottom: 8px !important;
}
.py-12 {
  padding-top: 12px!important;
  padding-bottom: 12px !important;
}
.py-16 {
  padding-top: 16px!important;
  padding-bottom: 16px !important;
}
.py-20 {
  padding-top: 20px!important;
  padding-bottom: 20px !important;
}
.py-24 {
  padding-top: 24px!important;
  padding-bottom: 24px !important;
}
.py-32 {
  padding-top: 32px!important;
  padding-bottom: 32px !important;
}
.py-40 {
  padding-top: 40px!important;
  padding-bottom: 40px !important;
}
.py-48 {
  padding-top: 48px!important;
  padding-bottom: 48px !important;
}
.py-56 {
  padding-top: 56px!important;
  padding-bottom: 56px !important;
}
.py-64 {
  padding-top: 64px!important;
  padding-bottom: 64px !important;
}
.py-80 {
  padding-top: 80px!important;
  padding-bottom: 80px !important;
}
.py-96 {
  padding-top: 96px!important;
  padding-bottom: 96px !important;
}
.py-120 {
  padding-top: 120px!important;
  padding-bottom: 120px !important;
}
.py-160 {
  padding-top: 160px!important;
  padding-bottom: 160px !important;
}
.py-200 {
  padding-top: 200px!important;
  padding-bottom: 200px !important;
}
.-mt-4 {
  margin-top: -4px !important;
}
.-mt-8 {
  margin-top: -8px !important;
}
.-mt-12 {
  margin-top: -12px !important;
}
.-mt-16 {
  margin-top: -16px !important;
}
.-mt-20 {
  margin-top: -20px !important;
}
.-mt-24 {
  margin-top: -24px !important;
}
.-mt-32 {
  margin-top: -32px !important;
}
.-mt-40 {
  margin-top: -40px !important;
}
.-mt-48 {
  margin-top: -48px !important;
}
.-mt-64 {
  margin-top: -64px !important;
}
.-mt-80 {
  margin-top: -80px !important;
}
.-mt-96 {
  margin-top: -96px !important;
}
.-mt-120 {
  margin-top: -120px !important;
}
.-mb-4 {
  margin-bottom: -4px !important;
}
.-mb-8 {
  margin-bottom: -8px !important;
}
.-mb-12 {
  margin-bottom: -12px !important;
}
.-mb-16 {
  margin-bottom: -16px !important;
}
.-mb-20 {
  margin-bottom: -20px !important;
}
.-mb-24 {
  margin-bottom: -24px !important;
}
.-mb-32 {
  margin-bottom: -32px !important;
}
.-mb-40 {
  margin-bottom: -40px !important;
}
.-mb-48 {
  margin-bottom: -48px !important;
}
.-mb-64 {
  margin-bottom: -64px !important;
}
.-mb-80 {
  margin-bottom: -80px !important;
}
.-mb-96 {
  margin-bottom: -96px !important;
}
.-mb-120 {
  margin-bottom: -120px !important;
}
.-ml-4 {
  margin-left: -4px !important;
}
.-ml-8 {
  margin-left: -8px !important;
}
.-ml-12 {
  margin-left: -12px !important;
}
.-ml-16 {
  margin-left: -16px !important;
}
.-ml-20 {
  margin-left: -20px !important;
}
.-ml-24 {
  margin-left: -24px !important;
}
.-ml-32 {
  margin-left: -32px !important;
}
.-ml-40 {
  margin-left: -40px !important;
}
.-ml-48 {
  margin-left: -48px !important;
}
.-ml-64 {
  margin-left: -64px !important;
}
.-ml-80 {
  margin-left: -80px !important;
}
.-ml-96 {
  margin-left: -96px !important;
}
.-ml-120 {
  margin-left: -120px !important;
}
.-mr-4 {
  margin-right: -4px !important;
}
.-mr-8 {
  margin-right: -8px !important;
}
.-mr-12 {
  margin-right: -12px !important;
}
.-mr-16 {
  margin-right: -16px !important;
}
.-mr-20 {
  margin-right: -20px !important;
}
.-mr-24 {
  margin-right: -24px !important;
}
.-mr-32 {
  margin-right: -32px !important;
}
.-mr-40 {
  margin-right: -40px !important;
}
.-mr-48 {
  margin-right: -48px !important;
}
.-mr-64 {
  margin-right: -64px !important;
}
.-mr-80 {
  margin-right: -80px !important;
}
.-mr-96 {
  margin-right: -96px !important;
}
.-mr-120 {
  margin-right: -120px !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mt-xxl {
    margin-top: 60px!important;
  }
  .mt-xl {
    margin-top: 50px!important;
  }
  .mt-l {
    margin-top: 40px!important;
  }
  .mt-m {
    margin-top: 30px!important;
  }
  .mt-s {
    margin-top: 25px!important;
  }
  .mt-xs {
    margin-top: 25px!important;
  }
  .mt-xxs {
    margin-top: 25px!important;
  }
  .mb-xxl {
    margin-bottom: 60px!important;
  }
  .mb-xl {
    margin-bottom: 50px!important;
  }
  .mb-l {
    margin-bottom: 40px!important;
  }
  .mb-m {
    margin-bottom: 30px!important;
  }
  .mb-s {
    margin-bottom: 25px!important;
  }
  .mb-xs {
    margin-bottom: 25px!important;
  }
  .mb-xxs {
    margin-bottom: 25px!important;
  }
  .pt-xxl {
    padding-top: 100px!important;
  }
  .pt-xl {
    padding-top: 80px!important;
  }
  .pt-l {
    padding-top: 70px!important;
  }
  .pt-m {
    padding-top: 60px!important;
  }
  .pt-s {
    padding-top: 50px!important;
  }
  .pt-xs {
    padding-top: 30px!important;
  }
  .pt-xxs {
    padding-top: 20px!important;
  }
  .pb-xxl {
    padding-bottom: 100px!important;
  }
  .pb-xl {
    padding-bottom: 80px!important;
  }
  .pb-l {
    padding-bottom: 70px!important;
  }
  .pb-m {
    padding-bottom: 60px!important;
  }
  .pb-s {
    padding-bottom: 50px!important;
  }
  .pb-xs {
    padding-bottom: 30px!important;
  }
  .pb-xxs {
    padding-bottom: 20px!important;
  }
  .m-0-t {
    margin: 0 !important;
  }
  .m-4-t {
    margin: 4px !important;
  }
  .m-8-t {
    margin: 8px !important;
  }
  .m-12-t {
    margin: 12px !important;
  }
  .m-16-t {
    margin: 16px !important;
  }
  .m-20-t {
    margin: 20px !important;
  }
  .m-24-t {
    margin: 24px !important;
  }
  .m-32-t {
    margin: 32px !important;
  }
  .m-40-t {
    margin: 40px !important;
  }
  .m-48-t {
    margin: 48px !important;
  }
  .m-56-t {
    margin: 56px !important;
  }
  .m-64-t {
    margin: 64px !important;
  }
  .m-80-t {
    margin: 80px !important;
  }
  .m-96-t {
    margin: 96px !important;
  }
  .m-120-t {
    margin: 120px !important;
  }
  .m-160-t {
    margin: 160px !important;
  }
  .m-200-t {
    margin: 200px !important;
  }
  .mt-0-t {
    margin-top: 0 !important;
  }
  .mt-4-t {
    margin-top: 4px !important;
  }
  .mt-8-t {
    margin-top: 8px !important;
  }
  .mt-12-t {
    margin-top: 12px !important;
  }
  .mt-16-t {
    margin-top: 16px !important;
  }
  .mt-20-t {
    margin-top: 20px !important;
  }
  .mt-24-t {
    margin-top: 24px !important;
  }
  .mt-32-t {
    margin-top: 32px !important;
  }
  .mt-40-t {
    margin-top: 40px !important;
  }
  .mt-48-t {
    margin-top: 48px !important;
  }
  .mt-56-t {
    margin-top: 56px !important;
  }
  .mt-64-t {
    margin-top: 64px !important;
  }
  .mt-80-t {
    margin-top: 80px !important;
  }
  .mt-96-t {
    margin-top: 96px !important;
  }
  .mt-120-t {
    margin-top: 120px !important;
  }
  .mt-160-t {
    margin-top: 160px !important;
  }
  .mt-200-t {
    margin-top: 200px !important;
  }
  .mb-0-t {
    margin-bottom: 0 !important;
  }
  .mb-4-t {
    margin-bottom: 4px !important;
  }
  .mb-8-t {
    margin-bottom: 8px !important;
  }
  .mb-12-t {
    margin-bottom: 12px !important;
  }
  .mb-16-t {
    margin-bottom: 16px !important;
  }
  .mb-20-t {
    margin-bottom: 20px !important;
  }
  .mb-24-t {
    margin-bottom: 24px !important;
  }
  .mb-32-t {
    margin-bottom: 32px !important;
  }
  .mb-40-t {
    margin-bottom: 40px !important;
  }
  .mb-48-t {
    margin-bottom: 48px !important;
  }
  .mb-56-t {
    margin-bottom: 56px !important;
  }
  .mb-64-t {
    margin-bottom: 64px !important;
  }
  .mb-80-t {
    margin-bottom: 80px !important;
  }
  .mb-96-t {
    margin-bottom: 96px !important;
  }
  .mb-120-t {
    margin-bottom: 120px !important;
  }
  .mb-160-t {
    margin-bottom: 160px !important;
  }
  .mb-200-t {
    margin-bottom: 200px !important;
  }
  .ml-0-t {
    margin-left: 0 !important;
  }
  .ml-4-t {
    margin-left: 4px !important;
  }
  .ml-8-t {
    margin-left: 8px !important;
  }
  .ml-12-t {
    margin-left: 12px !important;
  }
  .ml-16-t {
    margin-left: 16px !important;
  }
  .ml-20-t {
    margin-left: 20px !important;
  }
  .ml-24-t {
    margin-left: 24px !important;
  }
  .ml-32-t {
    margin-left: 32px !important;
  }
  .ml-40-t {
    margin-left: 40px !important;
  }
  .ml-48-t {
    margin-left: 48px !important;
  }
  .ml-64-t {
    margin-left: 64px !important;
  }
  .ml-80-t {
    margin-left: 80px !important;
  }
  .ml-auto-t {
    margin-left: auto !important;
  }
  .mr-0-t {
    margin-right: 0 !important;
  }
  .mr-4-t {
    margin-right: 4px !important;
  }
  .mr-8-t {
    margin-right: 8px !important;
  }
  .mr-12-t {
    margin-right: 12px !important;
  }
  .mr-16-t {
    margin-right: 16px !important;
  }
  .mr-20-t {
    margin-right: 20px !important;
  }
  .mr-24-t {
    margin-right: 24px !important;
  }
  .mr-32-t {
    margin-right: 32px !important;
  }
  .mr-40-t {
    margin-right: 40px !important;
  }
  .mr-48-t {
    margin-right: 48px !important;
  }
  .mr-64-t {
    margin-right: 64px !important;
  }
  .mr-80-t {
    margin-right: 80px !important;
  }
  .mr-auto-t {
    margin-right: auto !important;
  }
  .mx-0-t {
    margin-left: 0!important;
    margin-right: 0 !important;
  }
  .mx-auto-t {
    margin-left: auto!important;
    margin-right: auto !important;
  }
  .my-0-t {
    margin-top: 0!important;
    margin-bottom: 0 !important;
  }
  .my-auto-t {
    margin-top: auto!important;
    margin-bottom: auto !important;
  }
  .p-0-t {
    padding: 0 !important;
  }
  .p-4-t {
    padding: 4px !important;
  }
  .p-8-t {
    padding: 8px !important;
  }
  .p-12-t {
    padding: 12px !important;
  }
  .p-16-t {
    padding: 16px !important;
  }
  .p-20-t {
    padding: 20px !important;
  }
  .p-24-t {
    padding: 24px !important;
  }
  .p-32-t {
    padding: 32px !important;
  }
  .p-40-t {
    padding: 40px !important;
  }
  .p-48-t {
    padding: 48px !important;
  }
  .p-56-t {
    padding: 56px !important;
  }
  .p-64-t {
    padding: 64px !important;
  }
  .p-80-t {
    padding: 80px !important;
  }
  .p-96-t {
    padding: 96px !important;
  }
  .p-120-t {
    padding: 120px !important;
  }
  .p-160-t {
    padding: 160px !important;
  }
  .p-200-t {
    padding: 200px !important;
  }
  .pt-0-t {
    padding-top: 0 !important;
  }
  .pt-4-t {
    padding-top: 4px !important;
  }
  .pt-8-t {
    padding-top: 8px !important;
  }
  .pt-12-t {
    padding-top: 12px !important;
  }
  .pt-16-t {
    padding-top: 16px !important;
  }
  .pt-20-t {
    padding-top: 20px !important;
  }
  .pt-24-t {
    padding-top: 24px !important;
  }
  .pt-32-t {
    padding-top: 32px !important;
  }
  .pt-40-t {
    padding-top: 40px !important;
  }
  .pt-48-t {
    padding-top: 48px !important;
  }
  .pt-56-t {
    padding-top: 56px !important;
  }
  .pt-64-t {
    padding-top: 64px !important;
  }
  .pt-80-t {
    padding-top: 80px !important;
  }
  .pt-96-t {
    padding-top: 96px !important;
  }
  .pt-120-t {
    padding-top: 120px !important;
  }
  .pt-160-t {
    padding-top: 160px !important;
  }
  .pt-200-t {
    padding-top: 200px !important;
  }
  .pb-0-t {
    padding-bottom: 0 !important;
  }
  .pb-4-t {
    padding-bottom: 4px !important;
  }
  .pb-8-t {
    padding-bottom: 8px !important;
  }
  .pb-12-t {
    padding-bottom: 12px !important;
  }
  .pb-16-t {
    padding-bottom: 16px !important;
  }
  .pb-20-t {
    padding-bottom: 20px !important;
  }
  .pb-24-t {
    padding-bottom: 24px !important;
  }
  .pb-32-t {
    padding-bottom: 32px !important;
  }
  .pb-40-t {
    padding-bottom: 40px !important;
  }
  .pb-48-t {
    padding-bottom: 48px !important;
  }
  .pb-56-t {
    padding-bottom: 56px !important;
  }
  .pb-64-t {
    padding-bottom: 64px !important;
  }
  .pb-80-t {
    padding-bottom: 80px !important;
  }
  .pb-96-t {
    padding-bottom: 96px !important;
  }
  .pb-120-t {
    padding-bottom: 120px !important;
  }
  .pb-160-t {
    padding-bottom: 160px !important;
  }
  .pb-200-t {
    padding-bottom: 200px !important;
  }
  .pl-0-t {
    padding-left: 0 !important;
  }
  .pl-4-t {
    padding-left: 4px !important;
  }
  .pl-8-t {
    padding-left: 8px !important;
  }
  .pl-12-t {
    padding-left: 12px !important;
  }
  .pl-16-t {
    padding-left: 16px !important;
  }
  .pl-20-t {
    padding-left: 20px !important;
  }
  .pl-24-t {
    padding-left: 24px !important;
  }
  .pl-32-t {
    padding-left: 32px !important;
  }
  .pl-40-t {
    padding-left: 40px !important;
  }
  .pl-48-t {
    padding-left: 48px !important;
  }
  .pl-64-t {
    padding-left: 64px !important;
  }
  .pl-80-t {
    padding-left: 80px !important;
  }
  .pr-0-t {
    padding-right: 0 !important;
  }
  .pr-4-t {
    padding-right: 4px !important;
  }
  .pr-8-t {
    padding-right: 8px !important;
  }
  .pr-12-t {
    padding-right: 12px !important;
  }
  .pr-16-t {
    padding-right: 16px !important;
  }
  .pr-20-t {
    padding-right: 20px !important;
  }
  .pr-24-t {
    padding-right: 24px !important;
  }
  .pr-32-t {
    padding-right: 32px !important;
  }
  .pr-40-t {
    padding-right: 40px !important;
  }
  .pr-48-t {
    padding-right: 48px !important;
  }
  .pr-64-t {
    padding-right: 64px !important;
  }
  .pr-80-t {
    padding-right: 80px !important;
  }
  .px-0-t {
    padding-left: 0!important;
    padding-right: 0 !important;
  }
  .px-8-t {
    padding-left: 8px!important;
    padding-right: 8px !important;
  }
  .px-16-t {
    padding-left: 16px!important;
    padding-right: 16px !important;
  }
  .px-24-t {
    padding-left: 24px!important;
    padding-right: 24px !important;
  }
  .px-32-t {
    padding-left: 32px!important;
    padding-right: 32px !important;
  }
  .px-40-t {
    padding-left: 40px!important;
    padding-right: 40px !important;
  }
  .py-0-t {
    padding-top: 0!important;
    padding-bottom: 0 !important;
  }
  .py-8-t {
    padding-top: 8px!important;
    padding-bottom: 8px !important;
  }
  .py-16-t {
    padding-top: 16px!important;
    padding-bottom: 16px !important;
  }
  .py-24-t {
    padding-top: 24px!important;
    padding-bottom: 24px !important;
  }
  .py-32-t {
    padding-top: 32px!important;
    padding-bottom: 32px !important;
  }
  .py-40-t {
    padding-top: 40px!important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-xxl {
    margin-top: 50px!important;
  }
  .mt-xl {
    margin-top: 40px!important;
  }
  .mt-l {
    margin-top: 30px!important;
  }
  .mt-m {
    margin-top: 25px!important;
  }
  .mt-s {
    margin-top: 20px!important;
  }
  .mt-xs {
    margin-top: 15px!important;
  }
  .mt-xxs {
    margin-top: 10px!important;
  }
  .mb-xxl {
    margin-bottom: 50px!important;
  }
  .mb-xl {
    margin-bottom: 40px!important;
  }
  .mb-l {
    margin-bottom: 30px!important;
  }
  .mb-m {
    margin-bottom: 25px!important;
  }
  .mb-s {
    margin-bottom: 20px!important;
  }
  .mb-xs {
    margin-bottom: 15px!important;
  }
  .mb-xxs {
    margin-bottom: 10px!important;
  }
  .pt-xxl {
    padding-top: 80px!important;
  }
  .pt-xl {
    padding-top: 60px!important;
  }
  .pt-l {
    padding-top: 50px!important;
  }
  .pt-m {
    padding-top: 40px!important;
  }
  .pt-s {
    padding-top: 30px!important;
  }
  .pt-xs {
    padding-top: 20px!important;
  }
  .pt-xxs {
    padding-top: 15px!important;
  }
  .pb-xxl {
    padding-bottom: 80px!important;
  }
  .pb-xl {
    padding-bottom: 60px!important;
  }
  .pb-l {
    padding-bottom: 50px!important;
  }
  .pb-m {
    padding-bottom: 40px!important;
  }
  .pb-s {
    padding-bottom: 30px!important;
  }
  .pb-xs {
    padding-bottom: 20px!important;
  }
  .pb-xxs {
    padding-bottom: 15px!important;
  }
  .mt-xxl-m {
    margin-top: 80px!important;
  }
  .mt-xl-m {
    margin-top: 70px!important;
  }
  .mt-l-m {
    margin-top: 60px!important;
  }
  .mt-m-m {
    margin-top: 45px!important;
  }
  .mt-s-m {
    margin-top: 35px!important;
  }
  .mt-xs-m {
    margin-top: 25px!important;
  }
  .mt-xxs-m {
    margin-top: 20px!important;
  }
  .mt-no-m {
    margin-top: 0px!important;
  }
  .mb-xxl-m {
    margin-bottom: 80px!important;
  }
  .mb-xl-m {
    margin-bottom: 70px!important;
  }
  .mb-l-m {
    margin-bottom: 60px!important;
  }
  .mb-m-m {
    margin-bottom: 45px!important;
  }
  .mb-s-m {
    margin-bottom: 35px!important;
  }
  .mb-xs-m {
    margin-bottom: 25px!important;
  }
  .mb-xxs-m {
    margin-bottom: 20px!important;
  }
  .mb-no-m {
    margin-bottom: 0px!important;
  }
  .m-0-m {
    margin: 0 !important;
  }
  .m-4-m {
    margin: 4px !important;
  }
  .m-8-m {
    margin: 8px !important;
  }
  .m-12-m {
    margin: 12px !important;
  }
  .m-16-m {
    margin: 16px !important;
  }
  .m-20-m {
    margin: 20px !important;
  }
  .m-24-m {
    margin: 24px !important;
  }
  .m-32-m {
    margin: 32px !important;
  }
  .m-40-m {
    margin: 40px !important;
  }
  .m-48-m {
    margin: 48px !important;
  }
  .m-56-m {
    margin: 56px !important;
  }
  .m-64-m {
    margin: 64px !important;
  }
  .m-80-m {
    margin: 80px !important;
  }
  .m-96-m {
    margin: 96px !important;
  }
  .m-120-m {
    margin: 120px !important;
  }
  .m-160-m {
    margin: 160px !important;
  }
  .m-200-m {
    margin: 200px !important;
  }
  .mt-0-m {
    margin-top: 0 !important;
  }
  .mt-4-m {
    margin-top: 4px !important;
  }
  .mt-8-m {
    margin-top: 8px !important;
  }
  .mt-12-m {
    margin-top: 12px !important;
  }
  .mt-16-m {
    margin-top: 16px !important;
  }
  .mt-20-m {
    margin-top: 20px !important;
  }
  .mt-24-m {
    margin-top: 24px !important;
  }
  .mt-32-m {
    margin-top: 32px !important;
  }
  .mt-40-m {
    margin-top: 40px !important;
  }
  .mt-48-m {
    margin-top: 48px !important;
  }
  .mt-56-m {
    margin-top: 56px !important;
  }
  .mt-64-m {
    margin-top: 64px !important;
  }
  .mt-80-m {
    margin-top: 80px !important;
  }
  .mt-96-m {
    margin-top: 96px !important;
  }
  .mt-120-m {
    margin-top: 120px !important;
  }
  .mt-160-m {
    margin-top: 160px !important;
  }
  .mt-200-m {
    margin-top: 200px !important;
  }
  .mb-0-m {
    margin-bottom: 0 !important;
  }
  .mb-4-m {
    margin-bottom: 4px !important;
  }
  .mb-8-m {
    margin-bottom: 8px !important;
  }
  .mb-12-m {
    margin-bottom: 12px !important;
  }
  .mb-16-m {
    margin-bottom: 16px !important;
  }
  .mb-20-m {
    margin-bottom: 20px !important;
  }
  .mb-24-m {
    margin-bottom: 24px !important;
  }
  .mb-32-m {
    margin-bottom: 32px !important;
  }
  .mb-40-m {
    margin-bottom: 40px !important;
  }
  .mb-48-m {
    margin-bottom: 48px !important;
  }
  .mb-56-m {
    margin-bottom: 56px !important;
  }
  .mb-64-m {
    margin-bottom: 64px !important;
  }
  .mb-80-m {
    margin-bottom: 80px !important;
  }
  .mb-96-m {
    margin-bottom: 96px !important;
  }
  .mb-120-m {
    margin-bottom: 120px !important;
  }
  .mb-160-m {
    margin-bottom: 160px !important;
  }
  .mb-200-m {
    margin-bottom: 200px !important;
  }
  .ml-0-m {
    margin-left: 0 !important;
  }
  .ml-4-m {
    margin-left: 4px !important;
  }
  .ml-8-m {
    margin-left: 8px !important;
  }
  .ml-12-m {
    margin-left: 12px !important;
  }
  .ml-16-m {
    margin-left: 16px !important;
  }
  .ml-20-m {
    margin-left: 20px !important;
  }
  .ml-24-m {
    margin-left: 24px !important;
  }
  .ml-32-m {
    margin-left: 32px !important;
  }
  .ml-40-m {
    margin-left: 40px !important;
  }
  .ml-48-m {
    margin-left: 48px !important;
  }
  .ml-64-m {
    margin-left: 64px !important;
  }
  .ml-80-m {
    margin-left: 80px !important;
  }
  .ml-auto-m {
    margin-left: auto !important;
  }
  .mr-0-m {
    margin-right: 0 !important;
  }
  .mr-4-m {
    margin-right: 4px !important;
  }
  .mr-8-m {
    margin-right: 8px !important;
  }
  .mr-12-m {
    margin-right: 12px !important;
  }
  .mr-16-m {
    margin-right: 16px !important;
  }
  .mr-20-m {
    margin-right: 20px !important;
  }
  .mr-24-m {
    margin-right: 24px !important;
  }
  .mr-32-m {
    margin-right: 32px !important;
  }
  .mr-40-m {
    margin-right: 40px !important;
  }
  .mr-48-m {
    margin-right: 48px !important;
  }
  .mr-64-m {
    margin-right: 64px !important;
  }
  .mr-80-m {
    margin-right: 80px !important;
  }
  .mr-auto-m {
    margin-right: auto !important;
  }
  .mx-0-m {
    margin-left: 0!important;
    margin-right: 0 !important;
  }
  .mx-4-m {
    margin-left: 4px!important;
    margin-right: 4px !important;
  }
  .mx-8-m {
    margin-left: 8px!important;
    margin-right: 8px !important;
  }
  .mx-12-m {
    margin-left: 12px!important;
    margin-right: 12px !important;
  }
  .mx-16-m {
    margin-left: 16px!important;
    margin-right: 16px !important;
  }
  .mx-20-m {
    margin-left: 20px!important;
    margin-right: 20px !important;
  }
  .mx-24-m {
    margin-left: 24px!important;
    margin-right: 24px !important;
  }
  .mx-32-m {
    margin-left: 32px!important;
    margin-right: 32px !important;
  }
  .mx-40-m {
    margin-left: 40px!important;
    margin-right: 40px !important;
  }
  .mx-auto-m {
    margin-left: auto!important;
    margin-right: auto !important;
  }
  .my-0-m {
    margin-top: 0!important;
    margin-bottom: 0 !important;
  }
  .my-4-m {
    margin-top: 4px!important;
    margin-bottom: 4px !important;
  }
  .my-8-m {
    margin-top: 8px!important;
    margin-bottom: 8px !important;
  }
  .my-12-m {
    margin-top: 12px!important;
    margin-bottom: 12px !important;
  }
  .my-16-m {
    margin-top: 16px!important;
    margin-bottom: 16px !important;
  }
  .my-20-m {
    margin-top: 20px!important;
    margin-bottom: 20px !important;
  }
  .my-24-m {
    margin-top: 24px!important;
    margin-bottom: 24px !important;
  }
  .my-32-m {
    margin-top: 32px!important;
    margin-bottom: 32px !important;
  }
  .my-40-m {
    margin-top: 40px!important;
    margin-bottom: 40px !important;
  }
  .my-auto-m {
    margin-top: auto!important;
    margin-bottom: auto !important;
  }
  .p-0-m {
    padding: 0 !important;
  }
  .p-4-m {
    padding: 4px !important;
  }
  .p-8-m {
    padding: 8px !important;
  }
  .p-12-m {
    padding: 12px !important;
  }
  .p-16-m {
    padding: 16px !important;
  }
  .p-20-m {
    padding: 20px !important;
  }
  .p-24-m {
    padding: 24px !important;
  }
  .p-32-m {
    padding: 32px !important;
  }
  .p-40-m {
    padding: 40px !important;
  }
  .p-48-m {
    padding: 48px !important;
  }
  .p-56-m {
    padding: 56px !important;
  }
  .p-64-m {
    padding: 64px !important;
  }
  .p-80-m {
    padding: 80px !important;
  }
  .p-96-m {
    padding: 96px !important;
  }
  .p-120-m {
    padding: 120px !important;
  }
  .p-160-m {
    padding: 160px !important;
  }
  .p-200-m {
    padding: 200px !important;
  }
  .pt-0-m {
    padding-top: 0 !important;
  }
  .pt-4-m {
    padding-top: 4px !important;
  }
  .pt-8-m {
    padding-top: 8px !important;
  }
  .pt-12-m {
    padding-top: 12px !important;
  }
  .pt-16-m {
    padding-top: 16px !important;
  }
  .pt-20-m {
    padding-top: 20px !important;
  }
  .pt-24-m {
    padding-top: 24px !important;
  }
  .pt-32-m {
    padding-top: 32px !important;
  }
  .pt-40-m {
    padding-top: 40px !important;
  }
  .pt-48-m {
    padding-top: 48px !important;
  }
  .pt-56-m {
    padding-top: 56px !important;
  }
  .pt-64-m {
    padding-top: 64px !important;
  }
  .pt-80-m {
    padding-top: 80px !important;
  }
  .pt-96-m {
    padding-top: 96px !important;
  }
  .pt-120-m {
    padding-top: 120px !important;
  }
  .pt-160-m {
    padding-top: 160px !important;
  }
  .pt-200-m {
    padding-top: 200px !important;
  }
  .pb-0-m {
    padding-bottom: 0 !important;
  }
  .pb-4-m {
    padding-bottom: 4px !important;
  }
  .pb-8-m {
    padding-bottom: 8px !important;
  }
  .pb-12-m {
    padding-bottom: 12px !important;
  }
  .pb-16-m {
    padding-bottom: 16px !important;
  }
  .pb-20-m {
    padding-bottom: 20px !important;
  }
  .pb-24-m {
    padding-bottom: 24px !important;
  }
  .pb-32-m {
    padding-bottom: 32px !important;
  }
  .pb-40-m {
    padding-bottom: 40px !important;
  }
  .pb-48-m {
    padding-bottom: 48px !important;
  }
  .pb-56-m {
    padding-bottom: 56px !important;
  }
  .pb-64-m {
    padding-bottom: 64px !important;
  }
  .pb-80-m {
    padding-bottom: 80px !important;
  }
  .pb-96-m {
    padding-bottom: 96px !important;
  }
  .pb-120-m {
    padding-bottom: 120px !important;
  }
  .pb-160-m {
    padding-bottom: 160px !important;
  }
  .pb-200-m {
    padding-bottom: 200px !important;
  }
  .pl-0-m {
    padding-left: 0 !important;
  }
  .pl-4-m {
    padding-left: 4px !important;
  }
  .pl-8-m {
    padding-left: 8px !important;
  }
  .pl-12-m {
    padding-left: 12px !important;
  }
  .pl-16-m {
    padding-left: 16px !important;
  }
  .pl-20-m {
    padding-left: 20px !important;
  }
  .pl-24-m {
    padding-left: 24px !important;
  }
  .pl-32-m {
    padding-left: 32px !important;
  }
  .pl-40-m {
    padding-left: 40px !important;
  }
  .pl-48-m {
    padding-left: 48px !important;
  }
  .pl-64-m {
    padding-left: 64px !important;
  }
  .pl-80-m {
    padding-left: 80px !important;
  }
  .pr-0-m {
    padding-right: 0 !important;
  }
  .pr-4-m {
    padding-right: 4px !important;
  }
  .pr-8-m {
    padding-right: 8px !important;
  }
  .pr-12-m {
    padding-right: 12px !important;
  }
  .pr-16-m {
    padding-right: 16px !important;
  }
  .pr-20-m {
    padding-right: 20px !important;
  }
  .pr-24-m {
    padding-right: 24px !important;
  }
  .pr-32-m {
    padding-right: 32px !important;
  }
  .pr-40-m {
    padding-right: 40px !important;
  }
  .pr-48-m {
    padding-right: 48px !important;
  }
  .pr-64-m {
    padding-right: 64px !important;
  }
  .pr-80-m {
    padding-right: 80px !important;
  }
  .px-0-m {
    padding-left: 0!important;
    padding-right: 0 !important;
  }
  .px-4-m {
    padding-left: 4px!important;
    padding-right: 4px !important;
  }
  .px-8-m {
    padding-left: 8px!important;
    padding-right: 8px !important;
  }
  .px-12-m {
    padding-left: 12px!important;
    padding-right: 12px !important;
  }
  .px-16-m {
    padding-left: 16px!important;
    padding-right: 16px !important;
  }
  .px-20-m {
    padding-left: 20px!important;
    padding-right: 20px !important;
  }
  .px-24-m {
    padding-left: 24px!important;
    padding-right: 24px !important;
  }
  .px-32-m {
    padding-left: 32px!important;
    padding-right: 32px !important;
  }
  .px-40-m {
    padding-left: 40px!important;
    padding-right: 40px !important;
  }
  .py-0-m {
    padding-top: 0!important;
    padding-bottom: 0 !important;
  }
  .py-4-m {
    padding-top: 4px!important;
    padding-bottom: 4px !important;
  }
  .py-8-m {
    padding-top: 8px!important;
    padding-bottom: 8px !important;
  }
  .py-12-m {
    padding-top: 12px!important;
    padding-bottom: 12px !important;
  }
  .py-16-m {
    padding-top: 16px!important;
    padding-bottom: 16px !important;
  }
  .py-20-m {
    padding-top: 20px!important;
    padding-bottom: 20px !important;
  }
  .py-24-m {
    padding-top: 24px!important;
    padding-bottom: 24px !important;
  }
  .py-32-m {
    padding-top: 32px!important;
    padding-bottom: 32px !important;
  }
  .py-40-m {
    padding-top: 40px!important;
    padding-bottom: 40px !important;
  }
}
.show-lines-1 .inner-text-container {
  max-height: 1.32em;
}
.show-lines-2 .inner-text-container {
  max-height: 2.64em;
}
.show-lines-3 .inner-text-container {
  max-height: 3.96em;
}
.show-lines-4 .inner-text-container {
  max-height: 5.28em;
}
.show-lines-5 .inner-text-container {
  max-height: 6.6em;
}
.show-lines-6 .inner-text-container {
  max-height: 7.92em;
}
.show-lines-7 .inner-text-container {
  max-height: 9.24em;
}
.show-lines-8 .inner-text-container {
  max-height: 10.56em;
}
.show-lines-9 .inner-text-container {
  max-height: 11.88em;
}
.show-lines-10 .inner-text-container {
  max-height: 13.2em;
}
.show-lines-11 .inner-text-container {
  max-height: 14.52em;
}
.show-lines-12 .inner-text-container {
  max-height: 15.84em;
}
.show-lines-13 .inner-text-container {
  max-height: 17.16em;
}
.show-lines-14 .inner-text-container {
  max-height: 18.48em;
}
.show-lines-15 .inner-text-container {
  max-height: 19.8em;
}
.show-lines-16 .inner-text-container {
  max-height: 21.12em;
}
.show-lines-17 .inner-text-container {
  max-height: 22.44em;
}
.show-lines-18 .inner-text-container {
  max-height: 23.76em;
}
.show-lines-19 .inner-text-container {
  max-height: 25.08em;
}
.show-lines-20 .inner-text-container {
  max-height: 26.4em;
}
.show-lines-21 .inner-text-container {
  max-height: 27.72em;
}
.show-lines-22 .inner-text-container {
  max-height: 29.04em;
}
.show-lines-23 .inner-text-container {
  max-height: 30.36em;
}
.show-lines-24 .inner-text-container {
  max-height: 31.68em;
}
.show-lines-25 .inner-text-container {
  max-height: 33em;
}
.show-lines-26 .inner-text-container {
  max-height: 34.32em;
}
.show-lines-27 .inner-text-container {
  max-height: 35.64em;
}
.show-lines-28 .inner-text-container {
  max-height: 36.96em;
}
.show-lines-29 .inner-text-container {
  max-height: 38.28em;
}
.show-lines-30 .inner-text-container {
  max-height: 39.6em;
}
.show-lines-31 .inner-text-container {
  max-height: 40.92em;
}
.show-lines-32 .inner-text-container {
  max-height: 42.24em;
}
.show-lines-33 .inner-text-container {
  max-height: 43.56em;
}
.show-lines-34 .inner-text-container {
  max-height: 44.88em;
}
.show-lines-35 .inner-text-container {
  max-height: 46.2em;
}
.show-lines-36 .inner-text-container {
  max-height: 47.52em;
}
.show-lines-37 .inner-text-container {
  max-height: 48.84em;
}
.show-lines-38 .inner-text-container {
  max-height: 50.16em;
}
.show-lines-39 .inner-text-container {
  max-height: 51.48em;
}
.show-lines-40 .inner-text-container {
  max-height: 52.8em;
}
.show-lines-41 .inner-text-container {
  max-height: 54.12em;
}
.show-lines-42 .inner-text-container {
  max-height: 55.44em;
}
.show-lines-43 .inner-text-container {
  max-height: 56.76em;
}
.show-lines-44 .inner-text-container {
  max-height: 58.08em;
}
.show-lines-45 .inner-text-container {
  max-height: 59.4em;
}
.show-lines-46 .inner-text-container {
  max-height: 60.72em;
}
.show-lines-47 .inner-text-container {
  max-height: 62.04em;
}
.show-lines-48 .inner-text-container {
  max-height: 63.36em;
}
.show-lines-49 .inner-text-container {
  max-height: 64.68em;
}
.show-lines-50 .inner-text-container {
  max-height: 66em;
}
.show-lines-51 .inner-text-container {
  max-height: 67.32em;
}
.show-lines-52 .inner-text-container {
  max-height: 68.64em;
}
.show-lines-53 .inner-text-container {
  max-height: 69.96em;
}
.show-lines-54 .inner-text-container {
  max-height: 71.28em;
}
.show-lines-55 .inner-text-container {
  max-height: 72.6em;
}
.show-lines-56 .inner-text-container {
  max-height: 73.92em;
}
.show-lines-57 .inner-text-container {
  max-height: 75.24em;
}
.show-lines-58 .inner-text-container {
  max-height: 76.56em;
}
.show-lines-59 .inner-text-container {
  max-height: 77.88em;
}
.show-lines-60 .inner-text-container {
  max-height: 79.2em;
}
.show-lines-61 .inner-text-container {
  max-height: 80.52em;
}
.show-lines-62 .inner-text-container {
  max-height: 81.84em;
}
.show-lines-63 .inner-text-container {
  max-height: 83.16em;
}
.show-lines-64 .inner-text-container {
  max-height: 84.48em;
}
.show-lines-65 .inner-text-container {
  max-height: 85.8em;
}
.show-lines-66 .inner-text-container {
  max-height: 87.12em;
}
.show-lines-67 .inner-text-container {
  max-height: 88.44em;
}
.show-lines-68 .inner-text-container {
  max-height: 89.76em;
}
.show-lines-69 .inner-text-container {
  max-height: 91.08em;
}
.show-lines-70 .inner-text-container {
  max-height: 92.4em;
}
.show-lines-71 .inner-text-container {
  max-height: 93.72em;
}
.show-lines-72 .inner-text-container {
  max-height: 95.04em;
}
.show-lines-73 .inner-text-container {
  max-height: 96.36em;
}
.show-lines-74 .inner-text-container {
  max-height: 97.68em;
}
.show-lines-75 .inner-text-container {
  max-height: 99em;
}
.show-lines-76 .inner-text-container {
  max-height: 100.32em;
}
.show-lines-77 .inner-text-container {
  max-height: 101.64em;
}
.show-lines-78 .inner-text-container {
  max-height: 102.96em;
}
.show-lines-79 .inner-text-container {
  max-height: 104.28em;
}
.show-lines-80 .inner-text-container {
  max-height: 105.6em;
}
.show-lines-81 .inner-text-container {
  max-height: 106.92em;
}
.show-lines-82 .inner-text-container {
  max-height: 108.24em;
}
.show-lines-83 .inner-text-container {
  max-height: 109.56em;
}
.show-lines-84 .inner-text-container {
  max-height: 110.88em;
}
.show-lines-85 .inner-text-container {
  max-height: 112.2em;
}
.show-lines-86 .inner-text-container {
  max-height: 113.52em;
}
.show-lines-87 .inner-text-container {
  max-height: 114.84em;
}
.show-lines-88 .inner-text-container {
  max-height: 116.16em;
}
.show-lines-89 .inner-text-container {
  max-height: 117.48em;
}
.show-lines-90 .inner-text-container {
  max-height: 118.8em;
}
.show-lines-91 .inner-text-container {
  max-height: 120.12em;
}
.show-lines-92 .inner-text-container {
  max-height: 121.44em;
}
.show-lines-93 .inner-text-container {
  max-height: 122.76em;
}
.show-lines-94 .inner-text-container {
  max-height: 124.08em;
}
.show-lines-95 .inner-text-container {
  max-height: 125.4em;
}
.show-lines-96 .inner-text-container {
  max-height: 126.72em;
}
.show-lines-97 .inner-text-container {
  max-height: 128.04em;
}
.show-lines-98 .inner-text-container {
  max-height: 129.36em;
}
.show-lines-99 .inner-text-container {
  max-height: 130.68em;
}
.show-lines-100 .inner-text-container {
  max-height: 132em;
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-1 .inner-text-container {
    max-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-2 .inner-text-container {
    max-height: 2.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-3 .inner-text-container {
    max-height: 3.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-4 .inner-text-container {
    max-height: 4.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-5 .inner-text-container {
    max-height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-6 .inner-text-container {
    max-height: 7.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-7 .inner-text-container {
    max-height: 8.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-8 .inner-text-container {
    max-height: 9.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-9 .inner-text-container {
    max-height: 10.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-10 .inner-text-container {
    max-height: 12em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-11 .inner-text-container {
    max-height: 13.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-12 .inner-text-container {
    max-height: 14.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-13 .inner-text-container {
    max-height: 15.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-14 .inner-text-container {
    max-height: 16.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-15 .inner-text-container {
    max-height: 18em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-16 .inner-text-container {
    max-height: 19.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-17 .inner-text-container {
    max-height: 20.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-18 .inner-text-container {
    max-height: 21.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-19 .inner-text-container {
    max-height: 22.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-20 .inner-text-container {
    max-height: 24em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-21 .inner-text-container {
    max-height: 25.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-22 .inner-text-container {
    max-height: 26.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-23 .inner-text-container {
    max-height: 27.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-24 .inner-text-container {
    max-height: 28.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-25 .inner-text-container {
    max-height: 30em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-26 .inner-text-container {
    max-height: 31.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-27 .inner-text-container {
    max-height: 32.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-28 .inner-text-container {
    max-height: 33.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-29 .inner-text-container {
    max-height: 34.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-30 .inner-text-container {
    max-height: 36em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-31 .inner-text-container {
    max-height: 37.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-32 .inner-text-container {
    max-height: 38.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-33 .inner-text-container {
    max-height: 39.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-34 .inner-text-container {
    max-height: 40.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-35 .inner-text-container {
    max-height: 42em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-36 .inner-text-container {
    max-height: 43.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-37 .inner-text-container {
    max-height: 44.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-38 .inner-text-container {
    max-height: 45.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-39 .inner-text-container {
    max-height: 46.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-40 .inner-text-container {
    max-height: 48em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-41 .inner-text-container {
    max-height: 49.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-42 .inner-text-container {
    max-height: 50.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-43 .inner-text-container {
    max-height: 51.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-44 .inner-text-container {
    max-height: 52.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-45 .inner-text-container {
    max-height: 54em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-46 .inner-text-container {
    max-height: 55.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-47 .inner-text-container {
    max-height: 56.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-48 .inner-text-container {
    max-height: 57.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-49 .inner-text-container {
    max-height: 58.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-50 .inner-text-container {
    max-height: 60em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-51 .inner-text-container {
    max-height: 61.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-52 .inner-text-container {
    max-height: 62.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-53 .inner-text-container {
    max-height: 63.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-54 .inner-text-container {
    max-height: 64.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-55 .inner-text-container {
    max-height: 66em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-56 .inner-text-container {
    max-height: 67.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-57 .inner-text-container {
    max-height: 68.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-58 .inner-text-container {
    max-height: 69.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-59 .inner-text-container {
    max-height: 70.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-60 .inner-text-container {
    max-height: 72em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-61 .inner-text-container {
    max-height: 73.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-62 .inner-text-container {
    max-height: 74.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-63 .inner-text-container {
    max-height: 75.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-64 .inner-text-container {
    max-height: 76.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-65 .inner-text-container {
    max-height: 78em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-66 .inner-text-container {
    max-height: 79.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-67 .inner-text-container {
    max-height: 80.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-68 .inner-text-container {
    max-height: 81.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-69 .inner-text-container {
    max-height: 82.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-70 .inner-text-container {
    max-height: 84em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-71 .inner-text-container {
    max-height: 85.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-72 .inner-text-container {
    max-height: 86.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-73 .inner-text-container {
    max-height: 87.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-74 .inner-text-container {
    max-height: 88.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-75 .inner-text-container {
    max-height: 90em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-76 .inner-text-container {
    max-height: 91.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-77 .inner-text-container {
    max-height: 92.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-78 .inner-text-container {
    max-height: 93.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-79 .inner-text-container {
    max-height: 94.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-80 .inner-text-container {
    max-height: 96em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-81 .inner-text-container {
    max-height: 97.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-82 .inner-text-container {
    max-height: 98.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-83 .inner-text-container {
    max-height: 99.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-84 .inner-text-container {
    max-height: 100.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-85 .inner-text-container {
    max-height: 102em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-86 .inner-text-container {
    max-height: 103.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-87 .inner-text-container {
    max-height: 104.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-88 .inner-text-container {
    max-height: 105.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-89 .inner-text-container {
    max-height: 106.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-90 .inner-text-container {
    max-height: 108em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-91 .inner-text-container {
    max-height: 109.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-92 .inner-text-container {
    max-height: 110.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-93 .inner-text-container {
    max-height: 111.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-94 .inner-text-container {
    max-height: 112.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-95 .inner-text-container {
    max-height: 114em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-96 .inner-text-container {
    max-height: 115.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-97 .inner-text-container {
    max-height: 116.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-98 .inner-text-container {
    max-height: 117.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-99 .inner-text-container {
    max-height: 118.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-100 .inner-text-container {
    max-height: 120em;
  }
}
.show-lines .inner-text-container,
.show-lines-mobile .inner-text-container {
  overflow: hidden;
  line-height: 1.2em;
}
.show-lines .inner-text-container p,
.show-lines-mobile .inner-text-container p,
.show-lines .inner-text-container ul,
.show-lines-mobile .inner-text-container ul {
  margin-bottom: 1.2em !important;
}
.show-lines .v-button,
.show-lines-mobile .v-button {
  margin-top: 20px;
}
.show-lines.show-all-lines .inner-text-container,
.show-lines-mobile.show-all-lines .inner-text-container {
  max-height: unset;
}
.show-more-text-button .show-less-span {
  display: none;
}
.show-more-text-button.show-more-clicked .show-less-span {
  display: inline;
}
.show-more-text-button.show-more-clicked .show-more-span {
  display: none;
}
.v-team-boxes .inner-team-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .v-team-boxes .inner-team-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .v-team-boxes .inner-team-boxes {
    grid-template-columns: 1fr 1fr;
  }
}
.single-team-element .ste-name {
  font-size: 1.6em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .single-team-element .ste-name {
    font-size: 1.1em;
  }
}
.widget-fineuploader .qq-upload-button-selector {
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: var(--inn-button-padding-vertical, 12px) var(--inn-button-padding-horizontal, 30px);
  color: white;
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-radius: var(--inn-button-border-radius, 5px);
  border-width: 4px!important;
  min-width: unset!important;
  text-transform: uppercase;
  padding: 2px 12px!important;
}
.widget-fineuploader .qq-upload-button-selector:hover {
  color: var(--inn-neutral);
  background: transparent;
}
.widget-fineuploader .qq-upload-button-selector:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  .widget-fineuploader .qq-upload-button-selector {
    display: inline-block;
    border: 2px solid var(--inn-neutral);
    padding: var(--inn-button-padding-vertical, 12px) var(--inn-button-padding-horizontal, 30px);
    color: white;
    background: var(--inn-neutral);
    transition: 0.5s all ease-in-out;
    z-index: 9999;
    min-width: 10em;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    border-radius: var(--inn-button-border-radius, 5px);
    width: 100%;
    border-radius: 10px;
    padding: 10px 60px;
    min-width: 8em;
  }
  .widget-fineuploader .qq-upload-button-selector:hover {
    color: var(--inn-neutral);
    background: transparent;
  }
}
.widget-fineuploader .values-container .values-list li .fineuploader-item {
  display: flex;
}
.widget-fineuploader .values-container .values-list li .fineuploader-item .content {
  display: flex;
}
.widget-fineuploader .values-container .values-list li .fineuploader-item .content img {
  width: inherit!important;
}
.widget-fineuploader .qq-upload-success {
  display: none;
}
.widget-submit {
  display: flex;
  justify-content: flex-end;
}
.widget-submit a {
  text-transform: uppercase;
  border-radius: 10px;
  padding: 11px 30px !important;
  min-width: 150px !important;
  font-weight: 400 !important;
  z-index: 55!important;
}
@media only screen and (max-width: 767px) {
  .widget-submit a {
    font-size: 15px!important;
  }
}
.widget-submit.v-secondary a {
  background: var(--inn-secondary);
  color: var(--inn-neutral) !important;
}
.widget-submit.v-secondary a:hover {
  background: transparent!important;
  color: var(--inn-secondary) !important;
}
.widget-submit.v-white a {
  background: transparent !important;
  color: white !important;
}
.widget-submit.v-white a:hover {
  background: white!important;
  color: var(--inn-primary) !important;
}
.widget-submit.v-white-full a {
  background: white!important;
  color: var(--inn-neutral) !important;
}
.widget-submit.v-white-full a:hover {
  background: transparent!important;
  color: white !important;
}
.widget-submit.v-lightgrey-full a {
  background: var(--inn-lightgrey) !important;
  color: var(--inn-neutral) !important;
}
.widget-submit.v-lightgrey-full a:hover {
  background: transparent!important;
  color: var(--inn-lightgrey) !important;
}
.widget-submit.v-neutral a {
  background: transparent !important;
  color: var(--inn-neutral) !important;
  border-color: var(--inn-neutral) !important;
}
.widget-submit.v-neutral a:hover {
  background: var(--inn-neutral) !important;
  color: white!important;
}
.widget-submit.has-icon a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap, 12px);
}
.widget-submit.has-icon .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  font-size: 1.2em;
}
.widget-submit.has-icon .button-icon.button-icon-image img,
.widget-submit.has-icon .button-icon.button-icon-image picture {
  display: block;
  max-height: 1.5em;
  width: auto;
  height: auto;
}
.widget-submit.has-icon .button-icon.button-icon-image .button-icon-img {
  object-fit: contain;
}
.widget-submit.has-icon.icon-left a {
  flex-direction: row;
}
.widget-submit.has-icon.icon-right a {
  flex-direction: row-reverse;
}
.widget-submit > a,
.widget-submit > a.button,
.widget-submit button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.widget-submit > a:hover,
.widget-submit > a.button:hover,
.widget-submit button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.widget-submit.v-primary > a,
.widget-submit.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit.v-primary > a:hover,
.widget-submit.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.widget-submit.v-secondary > a,
.widget-submit.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.widget-submit.v-secondary > a:hover,
.widget-submit.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.widget-submit.v-neutral > a,
.widget-submit.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.widget-submit.v-neutral > a:hover,
.widget-submit.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a,
.widget-submit.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a:hover,
.widget-submit.v-white button:hover {
  background: transparent;
  color: white;
}
.widget-submit p {
  margin-bottom: 0;
}
.widget-submit.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.widget-submit.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-submit > a,
.widget-submit button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit > a:hover,
.widget-submit button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.v-job-boxes .inner-job-boxes {
  display: grid;
  grid-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes {
    font-size: 18px;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element {
  border-top: 6px solid var(--inn-primary);
  padding-top: 10px;
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-inner {
  background: var(--inn-neutral);
  color: white;
  padding: 25px;
}
.v-job-boxes .inner-job-boxes .single-job-element:nth-child(2n) .sje-inner {
  background: var(--inn-lightgrey);
}
.v-job-boxes .inner-job-boxes .single-job-element:nth-child(2n) .v-button.v-primary a {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: var(--inn-button-padding-vertical, 12px) var(--inn-button-padding-horizontal, 30px);
  color: var(--inn-primary);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-radius: var(--inn-button-border-radius, 5px);
}
.v-job-boxes .inner-job-boxes .single-job-element:nth-child(2n) .v-button.v-primary a:hover {
  color: white;
  background: var(--inn-primary);
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link > div:first-child,
.v-job-boxes .inner-job-boxes .single-job-element .sje-link > div:last-child {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-name {
  font-family: var(--inn-head-font);
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-name {
    font-size: 22px;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-name h2 {
  font-size: 100%;
  text-transform: none;
  margin-bottom: 0;
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-link-right {
  display: flex;
  text-transform: uppercase;
  grid-gap: 1em;
  justify-content: flex-end;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-link-right {
    justify-content: flex-start;
    text-align: left;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-icon {
  transform: rotateZ(180deg);
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-20%) rotateZ(180deg);
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link.collapsed .sje-icon {
  transform: unset;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link.collapsed .sje-icon {
    transform: translateY(-20%);
  }
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body {
  margin-top: 30px;
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-text {
  max-width: 650px;
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body h3 {
  font-family: var(--inn-main-font);
  text-transform: none;
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-lower-text-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-lower-text-container {
    grid-template-columns: 1fr;
  }
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-lower-text-container .sje-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .v-desktop-10 {
    display: none;
  }
}
@media only screen and (min-width: 999px) {
  .v-mobile-10 {
    display: none;
  }
}
.v-service-boxes .inner-service-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media only screen and (max-width: 1100px) {
  .v-service-boxes .inner-service-boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  .v-service-boxes .inner-service-boxes {
    grid-template-columns: 1fr;
  }
}
.v-service-boxes .inner-service-boxes .single-service-box:nth-child(2) .ssb-inner {
  background: var(--inn-primary);
}
.v-service-boxes .inner-service-boxes .single-service-box:nth-child(3) .ssb-inner {
  background: var(--inn-lightgrey);
}
.single-service-box {
  padding-top: 5px;
  border-top: 6px solid var(--inn-primary);
  display: flex;
  height: 100%;
}
.single-service-box .ssb-inner {
  background: var(--inn-neutral);
  color: white;
  position: relative;
  padding: 25px;
  width: 100%;
}
.single-service-box .ssb-inner .ssb-upper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.single-service-box .ssb-inner .ssb-upper h3 {
  margin-top: 0.6em;
  line-height: 1.3;
}
.widget-submit a {
  text-transform: uppercase;
  border-radius: 10px;
  padding: 11px 30px !important;
  min-width: 150px !important;
  font-weight: 400 !important;
  z-index: 55!important;
}
@media only screen and (max-width: 767px) {
  .widget-submit a {
    font-size: 15px!important;
  }
}
.widget-submit.v-secondary a {
  background: var(--inn-secondary);
  color: var(--inn-neutral) !important;
}
.widget-submit.v-secondary a:hover {
  background: transparent!important;
  color: var(--inn-secondary) !important;
}
.widget-submit.v-white a {
  background: transparent !important;
  color: white !important;
}
.widget-submit.v-white a:hover {
  background: white!important;
  color: var(--inn-primary) !important;
}
.widget-submit.v-white-full a {
  background: white!important;
  color: var(--inn-neutral) !important;
}
.widget-submit.v-white-full a:hover {
  background: transparent!important;
  color: white !important;
}
.widget-submit.v-lightgrey-full a {
  background: var(--inn-lightgrey) !important;
  color: var(--inn-neutral) !important;
}
.widget-submit.v-lightgrey-full a:hover {
  background: transparent!important;
  color: var(--inn-lightgrey) !important;
}
.widget-submit.v-neutral a {
  background: transparent !important;
  color: var(--inn-neutral) !important;
  border-color: var(--inn-neutral) !important;
}
.widget-submit.v-neutral a:hover {
  background: var(--inn-neutral) !important;
  color: white!important;
}
.widget-submit.has-icon a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap, 12px);
}
.widget-submit.has-icon .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  font-size: 1.2em;
}
.widget-submit.has-icon .button-icon.button-icon-image img,
.widget-submit.has-icon .button-icon.button-icon-image picture {
  display: block;
  max-height: 1.5em;
  width: auto;
  height: auto;
}
.widget-submit.has-icon .button-icon.button-icon-image .button-icon-img {
  object-fit: contain;
}
.widget-submit.has-icon.icon-left a {
  flex-direction: row;
}
.widget-submit.has-icon.icon-right a {
  flex-direction: row-reverse;
}
.widget-submit > a,
.widget-submit > a.button,
.widget-submit button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.widget-submit > a:hover,
.widget-submit > a.button:hover,
.widget-submit button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.widget-submit.v-primary > a,
.widget-submit.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit.v-primary > a:hover,
.widget-submit.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.widget-submit.v-secondary > a,
.widget-submit.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.widget-submit.v-secondary > a:hover,
.widget-submit.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.widget-submit.v-neutral > a,
.widget-submit.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.widget-submit.v-neutral > a:hover,
.widget-submit.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a,
.widget-submit.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a:hover,
.widget-submit.v-white button:hover {
  background: transparent;
  color: white;
}
.widget-submit p {
  margin-bottom: 0;
}
.widget-submit.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.widget-submit.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-submit > a,
.widget-submit button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit > a:hover,
.widget-submit button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.custom-pagination-container .pagination-inside {
  margin-top: 30px;
}
.custom-pagination-container .pagination-inside .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  grid-gap: 0.1em;
  justify-content: center;
}
.custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: var(--inn-lightgrey);
}
.custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--inn-primary);
}
.v-newsticker {
  width: 100%;
  bottom: 0;
  color: white;
  overflow: hidden;
  z-index: 555;
  left: 0;
  display: block;
  transition: 0.5s all ease-in-out;
  text-transform: uppercase;
}
.v-newsticker:hover {
  color: white;
}
.v-newsticker.v-uncollapsed {
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .v-newsticker {
    bottom: 0!important;
    top: auto!important;
  }
}
.v-newsticker p {
  margin-bottom: 0;
}
.newsticker-text {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 0;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
p {
  margin-top: 0;
}
picture {
  display: block;
}
picture img {
  vertical-align: bottom;
  max-width: 100%;
  box-sizing: border-box;
}
.burger-container .burger-icon.burger-x {
  display: none;
}
.burger-container.burger-opened .burger-icon.burger-bars {
  display: none;
}
.burger-container.burger-opened .burger-icon.burger-x {
  display: block;
}
.v-accordion-element {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--inn-primary);
}
.v-accordion-element .v-accordion-head .v-accordion-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
.v-accordion-element .v-accordion-head .v-accordion-link p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .v-accordion-element .v-accordion-head .v-accordion-link {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.v-accordion-element .v-accordion-head .v-accordion-link .v-accordion-icon {
  color: var(--inn-primary);
}
.v-accordion-element .v-accordion-head .v-accordion-link .v-accordion-icon-close {
  display: none;
}
.v-accordion-element .v-accordion-head .v-accordion-link:not(.collapsed) .v-accordion-icon-open {
  display: none;
}
.v-accordion-element .v-accordion-head .v-accordion-link:not(.collapsed) .v-accordion-icon-close {
  display: block;
}
.v-accordion-element .v-accordion-body {
  padding-left: 20px;
  padding-top: 20px;
}
.v-accordion-outer {
  display: grid;
  grid-gap: 20px;
}
.v-swiper .swiper-arrow-container .bh-button-prev,
.v-swiper .swiper-arrow-container .bh-button-next {
  position: absolute;
  z-index: 777;
  color: white;
  top: 50%;
  font-size: 2em;
  transform: translateY(-100%);
}
.v-swiper .swiper-arrow-container .bh-button-prev {
  left: 10px;
}
.v-swiper .swiper-arrow-container .bh-button-next {
  right: 10px;
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination {
  display: flex;
  grid-gap: 4px;
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid var(--inn-primary);
  opacity: 1;
  background: transparent;
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--inn-primary) !important;
}
.v-swiper.v-swiper-under .swiper-arrow-container {
  display: flex;
  grid-gap: 20px;
  margin-top: 10px;
}
.v-swiper.v-swiper-under .swiper-arrow-container .bh-button-prev,
.v-swiper.v-swiper-under .swiper-arrow-container .bh-button-next {
  position: static;
  transform: none;
  color: var(--inn-primary);
}
.subcolumns > div {
  width: 100%!important;
}
.subcolumns > div > div {
  justify-content: flex-start;
}
.subcolumns.v-section-jf-sb > div > div {
  justify-content: space-between;
}
.subcolumns.v-section-center > div > div {
  justify-content: center;
}
.v-page-divider {
  margin-top: 60px;
  margin-bottom: 60px;
}
.v-page-divider .v-divider-line {
  height: 2px;
  width: 100%;
  background: var(--inn-primary);
}
.v-bg-primary {
  background: var(--inn-primary);
}
.v-bg-secondary {
  background: var(--inn-secondary);
}
.v-bg-neutral {
  background: var(--inn-neutral);
}
.v-bg-lightgrey {
  background: var(--inn-lightgrey);
}
.v-color-white {
  color: white;
}
.v-color-primary {
  color: var(--inn-primary);
}
.v-color-secondary {
  color: var(--inn-secondary);
}
h1,
h2,
h3 {
  margin: 0;
}
nav ul {
  margin: 0;
}
.header-nav-vertical ul {
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
  font-weight: 700;
}
#header {
  background: var(--inn-header-bg);
  color: var(--inn-header-color);
}
#footer {
  background: var(--inn-footer-bg);
  color: var(--inn-footer-color);
}
.inside {
  padding-top: var(--inn-container-padding);
  padding-bottom: var(--inn-container-padding);
}
@media only screen and (max-width: 767px) {
  .inside {
    padding-top: var(--inn-container-padding-mobile);
    padding-bottom: var(--inn-container-padding-mobile);
  }
}
#header-icons-mod #header-icons-inh .icons-container {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  font-size: 24px;
}
#header-nav-mod {
  width: 100%;
  overflow: visible;
}
#header-nav-mod #header-nav-inh {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-nav-mod #header-nav-inh .header-right {
  display: flex;
  align-items: center;
}
.v-arrow-button a {
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
}
.v-arrow-button a:after {
  content: "\eb0d";
  font-family: 'lineicons';
}
.v-arrow-button.v-arrow-left a {
  flex-direction: row-reverse;
}
.v-arrow-button.v-arrow-left a:after {
  transform: rotateZ(180deg);
}
.v-location-icon {
  display: flex;
  align-items: center;
}
.v-location-icon:before {
  content: "\ea27";
  font-family: "lineicons";
}
.v-secondary-bg,
.v-bg-secondary {
  background: var(--inn-secondary);
  color: white;
}
.v-page-divider {
  margin-top: var(--inn-container-padding) !important;
  margin-bottom: var(--inn-container-padding) !important;
}
.v-page-divider .inner-page-divider {
  height: 2px;
  width: 100%;
  background: var(--inn-neutral);
}
.v-button p {
  margin-bottom: 0;
}
.v-nav-box-grid-element {
  overflow: visible;
}
.v-single-nav-grid-element {
  background: var(--inn-secondary);
  color: white;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .v-single-nav-grid-element {
    align-items: center;
    text-align: center;
    min-height: unset;
  }
  .v-single-nav-grid-element .v-snge-upper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.v-single-nav-grid-element > div {
  position: relative;
  z-index: 55;
}
.v-single-nav-grid-element .v-snge-icon {
  background: white;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #707070;
  margin-bottom: 45px;
}
.v-single-nav-grid-element .v-snge-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 2em;
}
.v-single-nav-grid-element:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-secondary);
  transition: 0.5s all ease-in-out;
  border-radius: 20px;
}
.v-single-nav-grid-element:hover {
  color: White;
}
.v-single-nav-grid-element:hover:before {
  top: -20px;
  bottom: -20px;
  right: -10px;
  left: -10px;
  background: var(--inn-primary);
}
@media only screen and (max-width: 767px) {
  .v-single-nav-grid-element:hover:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.ce_text h1,
.ce_text h2,
.ce_text h3 {
  margin-bottom: 30px;
}
.v-step-box-grid-element {
  overflow: visible;
}
.v-single-step-grid-element {
  position: relative;
  padding: 0 25px;
  background: var(--inn-lightgrey);
  border-radius: 20px;
}
.v-single-step-grid-element .v-single-step-grid-element-inner {
  position: relative;
  padding: 80px 0;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.v-single-step-grid-element .v-single-step-grid-element-inner .v-ssge-headline {
  margin-bottom: 30px;
}
.v-single-step-grid-element .v-single-step-grid-element-inner .v-ssge-headline h3 {
  min-height: 3em;
}
.v-single-step-grid-element .v-single-step-grid-element-inner .v-ssge-headline h3 p {
  margin-bottom: 0;
}
.v-single-step-grid-element .v-ssge-step-number-container {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  font-size: var(--inn-h2-font-size);
  font-weight: var(--inn-headline-font-weight-h2);
  line-height: 1;
  font-size: var(--inn-h2-font-size) !important;
  width: 1.3em;
  height: 1.3em;
  background: var(--inn-secondary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .v-single-step-grid-element .v-ssge-step-number-container {
    font-size: var(--inn-h2-font-size-mobile);
  }
}
.v-button.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.v-button.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-fineuploader {
  order: 11;
  background: var(--inn-lightgrey);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-fineuploader a {
  text-transform: uppercase;
  border-radius: 10px;
  padding: 11px 30px !important;
  min-width: 150px !important;
  font-weight: 400 !important;
  z-index: 55!important;
}
@media only screen and (max-width: 767px) {
  .widget-fineuploader a {
    font-size: 15px!important;
  }
}
.widget-fineuploader.v-secondary a {
  background: var(--inn-secondary);
  color: var(--inn-neutral) !important;
}
.widget-fineuploader.v-secondary a:hover {
  background: transparent!important;
  color: var(--inn-secondary) !important;
}
.widget-fineuploader.v-white a {
  background: transparent !important;
  color: white !important;
}
.widget-fineuploader.v-white a:hover {
  background: white!important;
  color: var(--inn-primary) !important;
}
.widget-fineuploader.v-white-full a {
  background: white!important;
  color: var(--inn-neutral) !important;
}
.widget-fineuploader.v-white-full a:hover {
  background: transparent!important;
  color: white !important;
}
.widget-fineuploader.v-lightgrey-full a {
  background: var(--inn-lightgrey) !important;
  color: var(--inn-neutral) !important;
}
.widget-fineuploader.v-lightgrey-full a:hover {
  background: transparent!important;
  color: var(--inn-lightgrey) !important;
}
.widget-fineuploader.v-neutral a {
  background: transparent !important;
  color: var(--inn-neutral) !important;
  border-color: var(--inn-neutral) !important;
}
.widget-fineuploader.v-neutral a:hover {
  background: var(--inn-neutral) !important;
  color: white!important;
}
.widget-fineuploader.has-icon a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap, 12px);
}
.widget-fineuploader.has-icon .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  font-size: 1.2em;
}
.widget-fineuploader.has-icon .button-icon.button-icon-image img,
.widget-fineuploader.has-icon .button-icon.button-icon-image picture {
  display: block;
  max-height: 1.5em;
  width: auto;
  height: auto;
}
.widget-fineuploader.has-icon .button-icon.button-icon-image .button-icon-img {
  object-fit: contain;
}
.widget-fineuploader.has-icon.icon-left a {
  flex-direction: row;
}
.widget-fineuploader.has-icon.icon-right a {
  flex-direction: row-reverse;
}
.widget-fineuploader > a,
.widget-fineuploader > a.button,
.widget-fineuploader button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.widget-fineuploader > a:hover,
.widget-fineuploader > a.button:hover,
.widget-fineuploader button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.widget-fineuploader.v-primary > a,
.widget-fineuploader.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-fineuploader.v-primary > a:hover,
.widget-fineuploader.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.widget-fineuploader.v-secondary > a,
.widget-fineuploader.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.widget-fineuploader.v-secondary > a:hover,
.widget-fineuploader.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.widget-fineuploader.v-neutral > a,
.widget-fineuploader.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.widget-fineuploader.v-neutral > a:hover,
.widget-fineuploader.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.widget-fineuploader.v-white > a,
.widget-fineuploader.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.widget-fineuploader.v-white > a:hover,
.widget-fineuploader.v-white button:hover {
  background: transparent;
  color: white;
}
.widget-fineuploader p {
  margin-bottom: 0;
}
.widget-fineuploader.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.widget-fineuploader.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-fineuploader > a,
.widget-fineuploader button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-fineuploader > a:hover,
.widget-fineuploader button:hover {
  background: transparent;
  color: var(--inn-primary);
}
#wrapper {
  overflow: hidden;
}
div {
  box-sizing: border-box;
}
body.v-body-show-container-lines {
  position: relative;
}
body.v-body-show-container-lines:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: lightblue;
  left: 50%;
  transform: translateX(-650px);
  top: 0;
  z-index: 8888;
  opacity: 0.2;
}
body.v-body-show-container-lines:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: lightblue;
  left: 50%;
  transform: translateX(650px);
  top: 0;
  z-index: 8888;
  opacity: 0.2;
}
body.v-body-show-container-lines #wrapper {
  position: relative;
}
body.v-body-show-container-lines #wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: lightblue;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 8888;
  opacity: 0.2;
}
.v-hover-article {
  border: 2px solid red!important;
}
.inn_dev_env_banner {
  background: white!important;
  border: 2px solid black;
  color: black;
  padding: 20px;
}
.inn-dev-env-colors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.inn-dev-env-colors .inn-dev-env-color {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.inn-dev-env-colors .inn-dev-env-color .inn-dev-env-color-box {
  width: 1em;
  min-width: 1em;
  height: 1em;
}
@media (max-width: 1300px) {
  .v-hide-1300 {
    display: none!important;
  }
}
@media (min-width: calc(1300px + 1px)) {
  .v-show-1300 {
    display: none!important;
  }
}
@media (max-width: 1290px) {
  .v-hide-1290 {
    display: none!important;
  }
}
@media (min-width: calc(1290px + 1px)) {
  .v-show-1290 {
    display: none!important;
  }
}
@media (max-width: 1280px) {
  .v-hide-1280 {
    display: none!important;
  }
}
@media (min-width: calc(1280px + 1px)) {
  .v-show-1280 {
    display: none!important;
  }
}
@media (max-width: 1270px) {
  .v-hide-1270 {
    display: none!important;
  }
}
@media (min-width: calc(1270px + 1px)) {
  .v-show-1270 {
    display: none!important;
  }
}
@media (max-width: 1260px) {
  .v-hide-1260 {
    display: none!important;
  }
}
@media (min-width: calc(1260px + 1px)) {
  .v-show-1260 {
    display: none!important;
  }
}
@media (max-width: 1250px) {
  .v-hide-1250 {
    display: none!important;
  }
}
@media (min-width: calc(1250px + 1px)) {
  .v-show-1250 {
    display: none!important;
  }
}
@media (max-width: 1240px) {
  .v-hide-1240 {
    display: none!important;
  }
}
@media (min-width: calc(1240px + 1px)) {
  .v-show-1240 {
    display: none!important;
  }
}
@media (max-width: 1230px) {
  .v-hide-1230 {
    display: none!important;
  }
}
@media (min-width: calc(1230px + 1px)) {
  .v-show-1230 {
    display: none!important;
  }
}
@media (max-width: 1220px) {
  .v-hide-1220 {
    display: none!important;
  }
}
@media (min-width: calc(1220px + 1px)) {
  .v-show-1220 {
    display: none!important;
  }
}
@media (max-width: 1210px) {
  .v-hide-1210 {
    display: none!important;
  }
}
@media (min-width: calc(1210px + 1px)) {
  .v-show-1210 {
    display: none!important;
  }
}
@media (max-width: 1200px) {
  .v-hide-1200 {
    display: none!important;
  }
}
@media (min-width: calc(1200px + 1px)) {
  .v-show-1200 {
    display: none!important;
  }
}
@media (max-width: 1190px) {
  .v-hide-1190 {
    display: none!important;
  }
}
@media (min-width: calc(1190px + 1px)) {
  .v-show-1190 {
    display: none!important;
  }
}
@media (max-width: 1180px) {
  .v-hide-1180 {
    display: none!important;
  }
}
@media (min-width: calc(1180px + 1px)) {
  .v-show-1180 {
    display: none!important;
  }
}
@media (max-width: 1170px) {
  .v-hide-1170 {
    display: none!important;
  }
}
@media (min-width: calc(1170px + 1px)) {
  .v-show-1170 {
    display: none!important;
  }
}
@media (max-width: 1160px) {
  .v-hide-1160 {
    display: none!important;
  }
}
@media (min-width: calc(1160px + 1px)) {
  .v-show-1160 {
    display: none!important;
  }
}
@media (max-width: 1150px) {
  .v-hide-1150 {
    display: none!important;
  }
}
@media (min-width: calc(1150px + 1px)) {
  .v-show-1150 {
    display: none!important;
  }
}
@media (max-width: 1140px) {
  .v-hide-1140 {
    display: none!important;
  }
}
@media (min-width: calc(1140px + 1px)) {
  .v-show-1140 {
    display: none!important;
  }
}
@media (max-width: 1130px) {
  .v-hide-1130 {
    display: none!important;
  }
}
@media (min-width: calc(1130px + 1px)) {
  .v-show-1130 {
    display: none!important;
  }
}
@media (max-width: 1120px) {
  .v-hide-1120 {
    display: none!important;
  }
}
@media (min-width: calc(1120px + 1px)) {
  .v-show-1120 {
    display: none!important;
  }
}
@media (max-width: 1110px) {
  .v-hide-1110 {
    display: none!important;
  }
}
@media (min-width: calc(1110px + 1px)) {
  .v-show-1110 {
    display: none!important;
  }
}
@media (max-width: 1100px) {
  .v-hide-1100 {
    display: none!important;
  }
}
@media (min-width: calc(1100px + 1px)) {
  .v-show-1100 {
    display: none!important;
  }
}
@media (max-width: 1090px) {
  .v-hide-1090 {
    display: none!important;
  }
}
@media (min-width: calc(1090px + 1px)) {
  .v-show-1090 {
    display: none!important;
  }
}
@media (max-width: 1080px) {
  .v-hide-1080 {
    display: none!important;
  }
}
@media (min-width: calc(1080px + 1px)) {
  .v-show-1080 {
    display: none!important;
  }
}
@media (max-width: 1070px) {
  .v-hide-1070 {
    display: none!important;
  }
}
@media (min-width: calc(1070px + 1px)) {
  .v-show-1070 {
    display: none!important;
  }
}
@media (max-width: 1060px) {
  .v-hide-1060 {
    display: none!important;
  }
}
@media (min-width: calc(1060px + 1px)) {
  .v-show-1060 {
    display: none!important;
  }
}
@media (max-width: 1050px) {
  .v-hide-1050 {
    display: none!important;
  }
}
@media (min-width: calc(1050px + 1px)) {
  .v-show-1050 {
    display: none!important;
  }
}
@media (max-width: 1040px) {
  .v-hide-1040 {
    display: none!important;
  }
}
@media (min-width: calc(1040px + 1px)) {
  .v-show-1040 {
    display: none!important;
  }
}
@media (max-width: 1030px) {
  .v-hide-1030 {
    display: none!important;
  }
}
@media (min-width: calc(1030px + 1px)) {
  .v-show-1030 {
    display: none!important;
  }
}
@media (max-width: 1020px) {
  .v-hide-1020 {
    display: none!important;
  }
}
@media (min-width: calc(1020px + 1px)) {
  .v-show-1020 {
    display: none!important;
  }
}
@media (max-width: 1010px) {
  .v-hide-1010 {
    display: none!important;
  }
}
@media (min-width: calc(1010px + 1px)) {
  .v-show-1010 {
    display: none!important;
  }
}
@media (max-width: 1000px) {
  .v-hide-1000 {
    display: none!important;
  }
}
@media (min-width: calc(1000px + 1px)) {
  .v-show-1000 {
    display: none!important;
  }
}
@media (max-width: 990px) {
  .v-hide-990 {
    display: none!important;
  }
}
@media (min-width: calc(990px + 1px)) {
  .v-show-990 {
    display: none!important;
  }
}
@media (max-width: 980px) {
  .v-hide-980 {
    display: none!important;
  }
}
@media (min-width: calc(980px + 1px)) {
  .v-show-980 {
    display: none!important;
  }
}
@media (max-width: 970px) {
  .v-hide-970 {
    display: none!important;
  }
}
@media (min-width: calc(970px + 1px)) {
  .v-show-970 {
    display: none!important;
  }
}
@media (max-width: 960px) {
  .v-hide-960 {
    display: none!important;
  }
}
@media (min-width: calc(960px + 1px)) {
  .v-show-960 {
    display: none!important;
  }
}
@media (max-width: 950px) {
  .v-hide-950 {
    display: none!important;
  }
}
@media (min-width: calc(950px + 1px)) {
  .v-show-950 {
    display: none!important;
  }
}
@media (max-width: 940px) {
  .v-hide-940 {
    display: none!important;
  }
}
@media (min-width: calc(940px + 1px)) {
  .v-show-940 {
    display: none!important;
  }
}
@media (max-width: 930px) {
  .v-hide-930 {
    display: none!important;
  }
}
@media (min-width: calc(930px + 1px)) {
  .v-show-930 {
    display: none!important;
  }
}
@media (max-width: 920px) {
  .v-hide-920 {
    display: none!important;
  }
}
@media (min-width: calc(920px + 1px)) {
  .v-show-920 {
    display: none!important;
  }
}
@media (max-width: 910px) {
  .v-hide-910 {
    display: none!important;
  }
}
@media (min-width: calc(910px + 1px)) {
  .v-show-910 {
    display: none!important;
  }
}
@media (max-width: 900px) {
  .v-hide-900 {
    display: none!important;
  }
}
@media (min-width: calc(900px + 1px)) {
  .v-show-900 {
    display: none!important;
  }
}
@media (max-width: 890px) {
  .v-hide-890 {
    display: none!important;
  }
}
@media (min-width: calc(890px + 1px)) {
  .v-show-890 {
    display: none!important;
  }
}
@media (max-width: 880px) {
  .v-hide-880 {
    display: none!important;
  }
}
@media (min-width: calc(880px + 1px)) {
  .v-show-880 {
    display: none!important;
  }
}
@media (max-width: 870px) {
  .v-hide-870 {
    display: none!important;
  }
}
@media (min-width: calc(870px + 1px)) {
  .v-show-870 {
    display: none!important;
  }
}
@media (max-width: 860px) {
  .v-hide-860 {
    display: none!important;
  }
}
@media (min-width: calc(860px + 1px)) {
  .v-show-860 {
    display: none!important;
  }
}
@media (max-width: 850px) {
  .v-hide-850 {
    display: none!important;
  }
}
@media (min-width: calc(850px + 1px)) {
  .v-show-850 {
    display: none!important;
  }
}
@media (max-width: 840px) {
  .v-hide-840 {
    display: none!important;
  }
}
@media (min-width: calc(840px + 1px)) {
  .v-show-840 {
    display: none!important;
  }
}
@media (max-width: 830px) {
  .v-hide-830 {
    display: none!important;
  }
}
@media (min-width: calc(830px + 1px)) {
  .v-show-830 {
    display: none!important;
  }
}
@media (max-width: 820px) {
  .v-hide-820 {
    display: none!important;
  }
}
@media (min-width: calc(820px + 1px)) {
  .v-show-820 {
    display: none!important;
  }
}
@media (max-width: 810px) {
  .v-hide-810 {
    display: none!important;
  }
}
@media (min-width: calc(810px + 1px)) {
  .v-show-810 {
    display: none!important;
  }
}
@media (max-width: 800px) {
  .v-hide-800 {
    display: none!important;
  }
}
@media (min-width: calc(800px + 1px)) {
  .v-show-800 {
    display: none!important;
  }
}
@media (max-width: 790px) {
  .v-hide-790 {
    display: none!important;
  }
}
@media (min-width: calc(790px + 1px)) {
  .v-show-790 {
    display: none!important;
  }
}
@media (max-width: 780px) {
  .v-hide-780 {
    display: none!important;
  }
}
@media (min-width: calc(780px + 1px)) {
  .v-show-780 {
    display: none!important;
  }
}
@media (max-width: 770px) {
  .v-hide-770 {
    display: none!important;
  }
}
@media (min-width: calc(770px + 1px)) {
  .v-show-770 {
    display: none!important;
  }
}
@media (max-width: 760px) {
  .v-hide-760 {
    display: none!important;
  }
}
@media (min-width: calc(760px + 1px)) {
  .v-show-760 {
    display: none!important;
  }
}
@media (max-width: 750px) {
  .v-hide-750 {
    display: none!important;
  }
}
@media (min-width: calc(750px + 1px)) {
  .v-show-750 {
    display: none!important;
  }
}
@media (max-width: 740px) {
  .v-hide-740 {
    display: none!important;
  }
}
@media (min-width: calc(740px + 1px)) {
  .v-show-740 {
    display: none!important;
  }
}
@media (max-width: 730px) {
  .v-hide-730 {
    display: none!important;
  }
}
@media (min-width: calc(730px + 1px)) {
  .v-show-730 {
    display: none!important;
  }
}
@media (max-width: 720px) {
  .v-hide-720 {
    display: none!important;
  }
}
@media (min-width: calc(720px + 1px)) {
  .v-show-720 {
    display: none!important;
  }
}
@media (max-width: 710px) {
  .v-hide-710 {
    display: none!important;
  }
}
@media (min-width: calc(710px + 1px)) {
  .v-show-710 {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .v-hide-700 {
    display: none!important;
  }
}
@media (min-width: calc(700px + 1px)) {
  .v-show-700 {
    display: none!important;
  }
}
@media (max-width: 690px) {
  .v-hide-690 {
    display: none!important;
  }
}
@media (min-width: calc(690px + 1px)) {
  .v-show-690 {
    display: none!important;
  }
}
@media (max-width: 680px) {
  .v-hide-680 {
    display: none!important;
  }
}
@media (min-width: calc(680px + 1px)) {
  .v-show-680 {
    display: none!important;
  }
}
@media (max-width: 670px) {
  .v-hide-670 {
    display: none!important;
  }
}
@media (min-width: calc(670px + 1px)) {
  .v-show-670 {
    display: none!important;
  }
}
@media (max-width: 660px) {
  .v-hide-660 {
    display: none!important;
  }
}
@media (min-width: calc(660px + 1px)) {
  .v-show-660 {
    display: none!important;
  }
}
@media (max-width: 650px) {
  .v-hide-650 {
    display: none!important;
  }
}
@media (min-width: calc(650px + 1px)) {
  .v-show-650 {
    display: none!important;
  }
}
@media (max-width: 640px) {
  .v-hide-640 {
    display: none!important;
  }
}
@media (min-width: calc(640px + 1px)) {
  .v-show-640 {
    display: none!important;
  }
}
@media (max-width: 630px) {
  .v-hide-630 {
    display: none!important;
  }
}
@media (min-width: calc(630px + 1px)) {
  .v-show-630 {
    display: none!important;
  }
}
@media (max-width: 620px) {
  .v-hide-620 {
    display: none!important;
  }
}
@media (min-width: calc(620px + 1px)) {
  .v-show-620 {
    display: none!important;
  }
}
@media (max-width: 610px) {
  .v-hide-610 {
    display: none!important;
  }
}
@media (min-width: calc(610px + 1px)) {
  .v-show-610 {
    display: none!important;
  }
}
@media (max-width: 600px) {
  .v-hide-600 {
    display: none!important;
  }
}
@media (min-width: calc(600px + 1px)) {
  .v-show-600 {
    display: none!important;
  }
}
@media (max-width: 590px) {
  .v-hide-590 {
    display: none!important;
  }
}
@media (min-width: calc(590px + 1px)) {
  .v-show-590 {
    display: none!important;
  }
}
@media (max-width: 580px) {
  .v-hide-580 {
    display: none!important;
  }
}
@media (min-width: calc(580px + 1px)) {
  .v-show-580 {
    display: none!important;
  }
}
@media (max-width: 570px) {
  .v-hide-570 {
    display: none!important;
  }
}
@media (min-width: calc(570px + 1px)) {
  .v-show-570 {
    display: none!important;
  }
}
@media (max-width: 560px) {
  .v-hide-560 {
    display: none!important;
  }
}
@media (min-width: calc(560px + 1px)) {
  .v-show-560 {
    display: none!important;
  }
}
@media (max-width: 550px) {
  .v-hide-550 {
    display: none!important;
  }
}
@media (min-width: calc(550px + 1px)) {
  .v-show-550 {
    display: none!important;
  }
}
@media (max-width: 540px) {
  .v-hide-540 {
    display: none!important;
  }
}
@media (min-width: calc(540px + 1px)) {
  .v-show-540 {
    display: none!important;
  }
}
@media (max-width: 530px) {
  .v-hide-530 {
    display: none!important;
  }
}
@media (min-width: calc(530px + 1px)) {
  .v-show-530 {
    display: none!important;
  }
}
@media (max-width: 520px) {
  .v-hide-520 {
    display: none!important;
  }
}
@media (min-width: calc(520px + 1px)) {
  .v-show-520 {
    display: none!important;
  }
}
@media (max-width: 510px) {
  .v-hide-510 {
    display: none!important;
  }
}
@media (min-width: calc(510px + 1px)) {
  .v-show-510 {
    display: none!important;
  }
}
@media (max-width: 500px) {
  .v-hide-500 {
    display: none!important;
  }
}
@media (min-width: calc(500px + 1px)) {
  .v-show-500 {
    display: none!important;
  }
}
@media (max-width: 490px) {
  .v-hide-490 {
    display: none!important;
  }
}
@media (min-width: calc(490px + 1px)) {
  .v-show-490 {
    display: none!important;
  }
}
@media (max-width: 480px) {
  .v-hide-480 {
    display: none!important;
  }
}
@media (min-width: calc(480px + 1px)) {
  .v-show-480 {
    display: none!important;
  }
}
@media (max-width: 470px) {
  .v-hide-470 {
    display: none!important;
  }
}
@media (min-width: calc(470px + 1px)) {
  .v-show-470 {
    display: none!important;
  }
}
@media (max-width: 460px) {
  .v-hide-460 {
    display: none!important;
  }
}
@media (min-width: calc(460px + 1px)) {
  .v-show-460 {
    display: none!important;
  }
}
@media (max-width: 450px) {
  .v-hide-450 {
    display: none!important;
  }
}
@media (min-width: calc(450px + 1px)) {
  .v-show-450 {
    display: none!important;
  }
}
@media (max-width: 440px) {
  .v-hide-440 {
    display: none!important;
  }
}
@media (min-width: calc(440px + 1px)) {
  .v-show-440 {
    display: none!important;
  }
}
@media (max-width: 430px) {
  .v-hide-430 {
    display: none!important;
  }
}
@media (min-width: calc(430px + 1px)) {
  .v-show-430 {
    display: none!important;
  }
}
@media (max-width: 420px) {
  .v-hide-420 {
    display: none!important;
  }
}
@media (min-width: calc(420px + 1px)) {
  .v-show-420 {
    display: none!important;
  }
}
@media (max-width: 410px) {
  .v-hide-410 {
    display: none!important;
  }
}
@media (min-width: calc(410px + 1px)) {
  .v-show-410 {
    display: none!important;
  }
}
@media (max-width: 400px) {
  .v-hide-400 {
    display: none!important;
  }
}
@media (min-width: calc(400px + 1px)) {
  .v-show-400 {
    display: none!important;
  }
}
@media (max-width: 390px) {
  .v-hide-390 {
    display: none!important;
  }
}
@media (min-width: calc(390px + 1px)) {
  .v-show-390 {
    display: none!important;
  }
}
@media (max-width: 380px) {
  .v-hide-380 {
    display: none!important;
  }
}
@media (min-width: calc(380px + 1px)) {
  .v-show-380 {
    display: none!important;
  }
}
@media (max-width: 370px) {
  .v-hide-370 {
    display: none!important;
  }
}
@media (min-width: calc(370px + 1px)) {
  .v-show-370 {
    display: none!important;
  }
}
@media (max-width: 360px) {
  .v-hide-360 {
    display: none!important;
  }
}
@media (min-width: calc(360px + 1px)) {
  .v-show-360 {
    display: none!important;
  }
}
@media (max-width: 350px) {
  .v-hide-350 {
    display: none!important;
  }
}
@media (min-width: calc(350px + 1px)) {
  .v-show-350 {
    display: none!important;
  }
}
@media (max-width: 340px) {
  .v-hide-340 {
    display: none!important;
  }
}
@media (min-width: calc(340px + 1px)) {
  .v-show-340 {
    display: none!important;
  }
}
@media (max-width: 330px) {
  .v-hide-330 {
    display: none!important;
  }
}
@media (min-width: calc(330px + 1px)) {
  .v-show-330 {
    display: none!important;
  }
}
@media (max-width: 320px) {
  .v-hide-320 {
    display: none!important;
  }
}
@media (min-width: calc(320px + 1px)) {
  .v-show-320 {
    display: none!important;
  }
}
@media (max-width: 310px) {
  .v-hide-310 {
    display: none!important;
  }
}
@media (min-width: calc(310px + 1px)) {
  .v-show-310 {
    display: none!important;
  }
}
@media (max-width: 300px) {
  .v-hide-300 {
    display: none!important;
  }
}
@media (min-width: calc(300px + 1px)) {
  .v-show-300 {
    display: none!important;
  }
}
@media (max-width: 290px) {
  .v-hide-290 {
    display: none!important;
  }
}
@media (min-width: calc(290px + 1px)) {
  .v-show-290 {
    display: none!important;
  }
}
@media (max-width: 280px) {
  .v-hide-280 {
    display: none!important;
  }
}
@media (min-width: calc(280px + 1px)) {
  .v-show-280 {
    display: none!important;
  }
}
@media (max-width: 270px) {
  .v-hide-270 {
    display: none!important;
  }
}
@media (min-width: calc(270px + 1px)) {
  .v-show-270 {
    display: none!important;
  }
}
@media (max-width: 260px) {
  .v-hide-260 {
    display: none!important;
  }
}
@media (min-width: calc(260px + 1px)) {
  .v-show-260 {
    display: none!important;
  }
}
@media (max-width: 250px) {
  .v-hide-250 {
    display: none!important;
  }
}
@media (min-width: calc(250px + 1px)) {
  .v-show-250 {
    display: none!important;
  }
}
@media (max-width: 240px) {
  .v-hide-240 {
    display: none!important;
  }
}
@media (min-width: calc(240px + 1px)) {
  .v-show-240 {
    display: none!important;
  }
}
@media (max-width: 230px) {
  .v-hide-230 {
    display: none!important;
  }
}
@media (min-width: calc(230px + 1px)) {
  .v-show-230 {
    display: none!important;
  }
}
@media (max-width: 220px) {
  .v-hide-220 {
    display: none!important;
  }
}
@media (min-width: calc(220px + 1px)) {
  .v-show-220 {
    display: none!important;
  }
}
@media (max-width: 210px) {
  .v-hide-210 {
    display: none!important;
  }
}
@media (min-width: calc(210px + 1px)) {
  .v-show-210 {
    display: none!important;
  }
}
@media (max-width: 200px) {
  .v-hide-200 {
    display: none!important;
  }
}
@media (min-width: calc(200px + 1px)) {
  .v-show-200 {
    display: none!important;
  }
}
@media (max-width: 190px) {
  .v-hide-190 {
    display: none!important;
  }
}
@media (min-width: calc(190px + 1px)) {
  .v-show-190 {
    display: none!important;
  }
}
@media (max-width: 180px) {
  .v-hide-180 {
    display: none!important;
  }
}
@media (min-width: calc(180px + 1px)) {
  .v-show-180 {
    display: none!important;
  }
}
@media (max-width: 170px) {
  .v-hide-170 {
    display: none!important;
  }
}
@media (min-width: calc(170px + 1px)) {
  .v-show-170 {
    display: none!important;
  }
}
@media (max-width: 160px) {
  .v-hide-160 {
    display: none!important;
  }
}
@media (min-width: calc(160px + 1px)) {
  .v-show-160 {
    display: none!important;
  }
}
@media (max-width: 150px) {
  .v-hide-150 {
    display: none!important;
  }
}
@media (min-width: calc(150px + 1px)) {
  .v-show-150 {
    display: none!important;
  }
}
@media (max-width: 140px) {
  .v-hide-140 {
    display: none!important;
  }
}
@media (min-width: calc(140px + 1px)) {
  .v-show-140 {
    display: none!important;
  }
}
@media (max-width: 130px) {
  .v-hide-130 {
    display: none!important;
  }
}
@media (min-width: calc(130px + 1px)) {
  .v-show-130 {
    display: none!important;
  }
}
@media (max-width: 120px) {
  .v-hide-120 {
    display: none!important;
  }
}
@media (min-width: calc(120px + 1px)) {
  .v-show-120 {
    display: none!important;
  }
}
@media (max-width: 110px) {
  .v-hide-110 {
    display: none!important;
  }
}
@media (min-width: calc(110px + 1px)) {
  .v-show-110 {
    display: none!important;
  }
}
@media (max-width: 100px) {
  .v-hide-100 {
    display: none!important;
  }
}
@media (min-width: calc(100px + 1px)) {
  .v-show-100 {
    display: none!important;
  }
}
@media (max-width: 90px) {
  .v-hide-90 {
    display: none!important;
  }
}
@media (min-width: calc(90px + 1px)) {
  .v-show-90 {
    display: none!important;
  }
}
@media (max-width: 80px) {
  .v-hide-80 {
    display: none!important;
  }
}
@media (min-width: calc(80px + 1px)) {
  .v-show-80 {
    display: none!important;
  }
}
@media (max-width: 70px) {
  .v-hide-70 {
    display: none!important;
  }
}
@media (min-width: calc(70px + 1px)) {
  .v-show-70 {
    display: none!important;
  }
}
@media (max-width: 60px) {
  .v-hide-60 {
    display: none!important;
  }
}
@media (min-width: calc(60px + 1px)) {
  .v-show-60 {
    display: none!important;
  }
}
@media (max-width: 50px) {
  .v-hide-50 {
    display: none!important;
  }
}
@media (min-width: calc(50px + 1px)) {
  .v-show-50 {
    display: none!important;
  }
}
@media (max-width: 40px) {
  .v-hide-40 {
    display: none!important;
  }
}
@media (min-width: calc(40px + 1px)) {
  .v-show-40 {
    display: none!important;
  }
}
@media (max-width: 30px) {
  .v-hide-30 {
    display: none!important;
  }
}
@media (min-width: calc(30px + 1px)) {
  .v-show-30 {
    display: none!important;
  }
}
.v-default-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}
.v-default-pagination ul .v-pagination-page {
  color: var(--inn-primary);
  width: 1.7em;
  height: 1.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-default-pagination ul .v-pagination-page.active {
  background: var(--inn-primary);
  color: white;
}
.v-default-pagination ul .v-pagination-next-container,
.v-default-pagination ul .v-pagination-prev-container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  min-width: 1.9em;
  min-height: 10px;
}
.v-default-pagination ul .v-pagination-pages-container {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
#top-bar {
  display: none;
}
.skiptranslate {
  display: none!important;
}
.single-icon p {
  margin-bottom: 0;
}
.v-form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .v-form-grid-2 {
    grid-template-columns: 1fr;
  }
}
.flex-container {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.items-baseline {
  align-items: baseline;
}
.gap-0 {
  gap: 0;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-40 {
  gap: 40px;
}
.gap-48 {
  gap: 48px;
}
.gap-56 {
  gap: 56px;
}
.gap-64 {
  gap: 64px;
}
.gap-80 {
  gap: 80px;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-4 {
  row-gap: 4px;
}
.gap-y-8 {
  row-gap: 8px;
}
.gap-y-12 {
  row-gap: 12px;
}
.gap-y-16 {
  row-gap: 16px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-y-24 {
  row-gap: 24px;
}
.gap-y-32 {
  row-gap: 32px;
}
.gap-y-40 {
  row-gap: 40px;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-x-4 {
  column-gap: 4px;
}
.gap-x-8 {
  column-gap: 8px;
}
.gap-x-12 {
  column-gap: 12px;
}
.gap-x-16 {
  column-gap: 16px;
}
.gap-x-20 {
  column-gap: 20px;
}
.gap-x-24 {
  column-gap: 24px;
}
.gap-x-32 {
  column-gap: 32px;
}
.gap-x-40 {
  column-gap: 40px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.self-baseline {
  align-self: baseline;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .flex-row-t {
    flex-direction: row;
  }
  .flex-row-reverse-t {
    flex-direction: row-reverse;
  }
  .flex-col-t {
    flex-direction: column;
  }
  .flex-col-reverse-t {
    flex-direction: column-reverse;
  }
  .flex-wrap-t {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse-t {
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap-t {
    flex-wrap: nowrap;
  }
  .justify-start-t {
    justify-content: flex-start;
  }
  .justify-end-t {
    justify-content: flex-end;
  }
  .justify-center-t {
    justify-content: center;
  }
  .justify-between-t {
    justify-content: space-between;
  }
  .justify-around-t {
    justify-content: space-around;
  }
  .justify-evenly-t {
    justify-content: space-evenly;
  }
  .items-start-t {
    align-items: flex-start;
  }
  .items-end-t {
    align-items: flex-end;
  }
  .items-center-t {
    align-items: center;
  }
  .items-stretch-t {
    align-items: stretch;
  }
  .items-baseline-t {
    align-items: baseline;
  }
  .gap-0-t {
    gap: 0;
  }
  .gap-4-t {
    gap: 4px;
  }
  .gap-8-t {
    gap: 8px;
  }
  .gap-12-t {
    gap: 12px;
  }
  .gap-16-t {
    gap: 16px;
  }
  .gap-20-t {
    gap: 20px;
  }
  .gap-24-t {
    gap: 24px;
  }
  .gap-32-t {
    gap: 32px;
  }
  .gap-40-t {
    gap: 40px;
  }
  .flex-1-t {
    flex: 1 1 0%;
  }
  .flex-auto-t {
    flex: 1 1 auto;
  }
  .flex-none-t {
    flex: none;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row-m {
    flex-direction: row;
  }
  .flex-row-reverse-m {
    flex-direction: row-reverse;
  }
  .flex-col-m {
    flex-direction: column;
  }
  .flex-col-reverse-m {
    flex-direction: column-reverse;
  }
  .flex-wrap-m {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse-m {
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap-m {
    flex-wrap: nowrap;
  }
  .justify-start-m {
    justify-content: flex-start;
  }
  .justify-end-m {
    justify-content: flex-end;
  }
  .justify-center-m {
    justify-content: center;
  }
  .justify-between-m {
    justify-content: space-between;
  }
  .justify-around-m {
    justify-content: space-around;
  }
  .justify-evenly-m {
    justify-content: space-evenly;
  }
  .items-start-m {
    align-items: flex-start;
  }
  .items-end-m {
    align-items: flex-end;
  }
  .items-center-m {
    align-items: center;
  }
  .items-stretch-m {
    align-items: stretch;
  }
  .items-baseline-m {
    align-items: baseline;
  }
  .gap-0-m {
    gap: 0;
  }
  .gap-4-m {
    gap: 4px;
  }
  .gap-8-m {
    gap: 8px;
  }
  .gap-12-m {
    gap: 12px;
  }
  .gap-16-m {
    gap: 16px;
  }
  .gap-20-m {
    gap: 20px;
  }
  .gap-24-m {
    gap: 24px;
  }
  .gap-32-m {
    gap: 32px;
  }
  .flex-1-m {
    flex: 1 1 0%;
  }
  .flex-auto-m {
    flex: 1 1 auto;
  }
  .flex-none-m {
    flex: none;
  }
}
.max-w-100 {
  max-width: 100px;
}
.max-w-150 {
  max-width: 150px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-250 {
  max-width: 250px;
}
.max-w-300 {
  max-width: 300px;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-400 {
  max-width: 400px;
}
.max-w-450 {
  max-width: 450px;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-800 {
  max-width: 800px;
}
.max-w-900 {
  max-width: 900px;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1100 {
  max-width: 1100px;
}
.max-w-1200 {
  max-width: 1200px;
}
.max-w-1400 {
  max-width: 1400px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen {
  max-width: 100vw;
}
.max-w-none {
  max-width: none;
}
.min-w-100 {
  min-width: 100px;
}
.min-w-150 {
  min-width: 150px;
}
.min-w-200 {
  min-width: 200px;
}
.min-w-250 {
  min-width: 250px;
}
.min-w-300 {
  min-width: 300px;
}
.min-w-350 {
  min-width: 350px;
}
.min-w-400 {
  min-width: 400px;
}
.min-w-450 {
  min-width: 450px;
}
.min-w-500 {
  min-width: 500px;
}
.min-w-600 {
  min-width: 600px;
}
.min-w-700 {
  min-width: 700px;
}
.min-w-800 {
  min-width: 800px;
}
.min-w-900 {
  min-width: 900px;
}
.min-w-1000 {
  min-width: 1000px;
}
.min-w-1100 {
  min-width: 1100px;
}
.min-w-1200 {
  min-width: 1200px;
}
.min-w-1400 {
  min-width: 1400px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-screen {
  min-width: 100vw;
}
.min-w-none {
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .max-w-100-m {
    max-width: 100px;
  }
  .max-w-150-m {
    max-width: 150px;
  }
  .max-w-200-m {
    max-width: 200px;
  }
  .max-w-250-m {
    max-width: 250px;
  }
  .max-w-300-m {
    max-width: 300px;
  }
  .max-w-350-m {
    max-width: 350px;
  }
  .max-w-400-m {
    max-width: 400px;
  }
  .max-w-450-m {
    max-width: 450px;
  }
  .max-w-500-m {
    max-width: 500px;
  }
  .max-w-600-m {
    max-width: 600px;
  }
  .max-w-700-m {
    max-width: 700px;
  }
  .max-w-800-m {
    max-width: 800px;
  }
  .max-w-full-m {
    max-width: 100%;
  }
  .max-w-screen-m {
    max-width: 100vw;
  }
  .max-w-none-m {
    max-width: none;
  }
  .min-w-100-m {
    min-width: 100px;
  }
  .min-w-150-m {
    min-width: 150px;
  }
  .min-w-200-m {
    min-width: 200px;
  }
  .min-w-250-m {
    min-width: 250px;
  }
  .min-w-300-m {
    min-width: 300px;
  }
  .min-w-350-m {
    min-width: 350px;
  }
  .min-w-400-m {
    min-width: 400px;
  }
  .min-w-full-m {
    min-width: 100%;
  }
  .min-w-screen-m {
    min-width: 100vw;
  }
  .min-w-none-m {
    min-width: 0;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .show-desktop-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .show-tablet-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-tablet-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-mobile-only {
    display: none !important;
  }
}
.show-tablet-only.show-mobile-only {
  display: block !important;
}
@media (min-width: 1024px) {
  .show-tablet-only.show-mobile-only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-tablet-only.show-mobile-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .show-tablet-only.show-mobile-only {
    display: block !important;
  }
}
.show-desktop-only.show-tablet-only {
  display: block !important;
}
@media (min-width: 1024px) {
  .show-desktop-only.show-tablet-only {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-desktop-only.show-tablet-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .show-desktop-only.show-tablet-only {
    display: none !important;
  }
}
.show-desktop-only.show-mobile-only {
  display: block !important;
}
@media (min-width: 1024px) {
  .show-desktop-only.show-mobile-only {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-desktop-only.show-mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-desktop-only.show-mobile-only {
    display: block !important;
  }
}
.show-desktop-only.show-tablet-only.show-mobile-only {
  display: block !important;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .hide-tablet-down {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-tablet-down {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile-only {
    display: none !important;
  }
}
.faq-start-accordion {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.faq-card {
  width: 100%;
  border-bottom: 2px solid var(--inn-primary);
  padding-bottom: 20px;
}
.faq-card .faq-card-header {
  font-weight: 400;
}
.faq-card .faq-card-header .faq-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease;
}
.faq-card .faq-card-header .faq-card-link:hover {
  cursor: pointer;
}
.faq-card .faq-card-header .faq-card-link .question {
  flex: 1;
  color: var(--inn-primary);
  font-size: 18px;
}
.faq-card .faq-card-header .faq-card-link .faq-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-left: 20px;
  font-weight: 900;
}
.faq-card .faq-card-header .faq-card-link .faq-icon i,
.faq-card .faq-card-header .faq-card-link .faq-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: var(--inn-secondary);
  transition: all 0.3s ease;
  font-weight: 900;
}
.faq-card .faq-card-header .faq-card-link .faq-icon .faq-icon-plus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-card .faq-card-header .faq-card-link .faq-icon .faq-icon-minus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq-card .faq-card-header .faq-card-link:not(.collapsed) .faq-icon .faq-icon-plus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-card .faq-card-header .faq-card-link:not(.collapsed) .faq-icon .faq-icon-minus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-card .faq-card-body {
  padding-top: 20px;
}
.faq-page-accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 100px;
  margin-top: 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .faq-page-accordion {
    grid-template-columns: 1fr;
  }
}
.faq-headline {
  color: var(--inn-primary);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
.faq-half-container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  align-items: flex-start;
  height: auto;
}
.faq-desktop {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 70px;
}
@media only screen and (max-width: 1000px) {
  .faq-desktop {
    grid-template-columns: 100%;
  }
}
.faq-desktop ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin: 0;
}
.faq-desktop .faq-tabs {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  border: none;
}
.faq-desktop .faq-tabs .nav-item {
  background: transparent;
  border: none;
}
.faq-desktop .faq-tabs .nav-item .nav-link {
  background: transparent;
  border: 2px solid var(--inn-primary);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  margin-right: 75px;
  transition: 0.5s all ease-in-out;
  border-radius: 20px;
  background: var(--inn-primary);
  padding: 18px;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
  font-weight: 700;
}
.faq-desktop .faq-tabs .nav-item .nav-link .v-plus-icon {
  font-size: 28px;
  color: var(--inn-secondary);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .faq-desktop .faq-tabs .nav-item .nav-link {
    margin-right: 30px;
  }
}
.faq-desktop .faq-tabs .nav-item .nav-link.active,
.faq-desktop .faq-tabs .nav-item .nav-link:hover {
  margin-right: 0;
}
.faq-desktop .faq-tabs .nav-item .nav-link .faq-plus {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.faq-desktop .faq-tabs .nav-item .nav-link .faq-minus {
  opacity: 0;
  transform: rotate(-90deg);
  position: absolute;
  transition: all 0.3s ease;
}
.faq-desktop .faq-tabs .nav-item .nav-link.active .faq-plus {
  opacity: 0;
  transform: rotate(90deg);
}
.faq-desktop .faq-tabs .nav-item .nav-link.active .faq-minus {
  opacity: 1;
  transform: rotate(0deg);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-desktop .faq-tabs .nav-item .nav-link {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.faq-desktop .faq-tabs .nav-item.v-cat-id-2 .nav-link {
  background: var(--inn-third);
  border-color: var(--inn-third);
  color: var(--inn-neutral);
}
.faq-desktop .faq-tabs .nav-item.v-cat-id-3 .nav-link {
  background: var(--inn-secondary);
  border-color: var(--inn-secondary);
  color: var(--inn-neutral);
}
.faq-desktop .faq-tabs .nav-item.v-cat-id-4 .nav-link {
  background: var(--inn-fourth);
  border-color: var(--inn-fourth);
  color: var(--inn-neutral);
}
.faq-desktop .faq-tab-questions .inner-faq-tab-pane {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.faq-desktop .faq-container .v-plus-icon {
  font-size: 28px;
  color: var(--inn-secondary);
}
.faq-desktop .faq-container .faq-tab-card {
  border-radius: 15px;
}
.faq-desktop .faq-container .faq-tab-card .faq-link .faq-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.faq-desktop .faq-container .faq-tab-card .faq-link .faq-plus,
.faq-desktop .faq-container .faq-tab-card .faq-link .faq-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: var(--inn-secondary);
  transition: all 0.3s ease;
}
.faq-desktop .faq-container .faq-tab-card .faq-link .faq-plus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-desktop .faq-container .faq-tab-card .faq-link .faq-minus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq-desktop .faq-container .faq-tab-card .faq-link.collapsed .faq-plus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-desktop .faq-container .faq-tab-card .faq-link.collapsed .faq-minus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq-desktop .faq-container .faq-tab-card .faq-link:not(.collapsed) .faq-plus {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-desktop .faq-container .faq-tab-card .faq-link:not(.collapsed) .faq-minus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-desktop .faq-container .faq-tab-card .faq-link .question {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--inn-neutral) !important;
  align-items: center;
  padding-bottom: 8px;
  font-weight: 700;
}
.faq-desktop .faq-container .faq-tab-card .faq-body {
  padding-top: 20px;
}
.faq-desktop .faq-container.v-faqs-id-1 .v-plus-icon,
.faq-desktop .faq-container.v-faqs-id-2 .v-plus-icon,
.faq-desktop .faq-container.v-faqs-id-3 .v-plus-icon,
.faq-desktop .faq-container.v-faqs-id-4 .v-plus-icon,
.faq-desktop .faq-container.v-faqs-id-1 .faq-plus,
.faq-desktop .faq-container.v-faqs-id-2 .faq-plus,
.faq-desktop .faq-container.v-faqs-id-3 .faq-plus,
.faq-desktop .faq-container.v-faqs-id-4 .faq-plus,
.faq-desktop .faq-container.v-faqs-id-1 .faq-minus,
.faq-desktop .faq-container.v-faqs-id-2 .faq-minus,
.faq-desktop .faq-container.v-faqs-id-3 .faq-minus,
.faq-desktop .faq-container.v-faqs-id-4 .faq-minus {
  color: var(--inn-secondary);
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
body {
  font-size: var(--inn-body-font-size);
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-weight: var(--inn-body-font-weight);
  overflow-x: hidden;
  max-width: 100vw;
}
@media only screen and (max-width: 767px) {
  body {
    font-weight: var(--inn-body-font-weight-mobile);
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.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-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
}
.inside section:last-child,
.inside div:last-child {
  margin-bottom: 0;
}
.swiper-container {
  padding-left: 0!important;
  padding-right: 0!important;
}
img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
.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: 50vw;
}
section {
  padding-top: var(--inn-section-padding-top, 80px);
  padding-bottom: var(--inn-section-padding-bottom, 80px);
}
@media only screen and (max-width: 767px) {
  section {
    padding-top: var(--inn-section-padding-top-mobile, 40px);
    padding-bottom: var(--inn-section-padding-bottom-mobile, 40px);
  }
}
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;
  }
}
body.v-link-underline a:not(.btn):not(.button):not([class*="button"]) {
  text-decoration: underline;
}
body.v-link-underline a:not(.btn):not(.button):not([class*="button"]):hover {
  text-decoration: none;
}
/*Header*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  height: var(--inn-header-height);
  background: var(--inn-header-bg);
  color: var(--inn-header-color);
  transition: all 0.3s ease-in-out;
}
#header .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--inn-header-padding-top, 10px);
  padding-bottom: var(--inn-header-padding-bottom, 10px);
}
#header .inside .logo {
  max-width: var(--inn-logo-max-width, 200px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header .inside .logo {
    max-width: var(--inn-logo-max-width-mobile, 150px);
  }
}
#header .inside .logo img {
  width: 100%;
}
#header .inside .v-logo-2 {
  display: none;
}
#header .inside .header-nav li {
  display: inline-block;
}
#header .inside .header-nav a,
#header .inside .header-nav strong {
  color: inherit;
  text-decoration: none;
}
body:not(.v-header-sticky) #header {
  position: relative;
}
body.v-header-transparent #header {
  background: transparent;
}
body.v-header-transparent #header.scrolled-header {
  background: var(--inn-header-bg);
}
#header-nav-mod {
  width: 100%;
  overflow: visible;
}
#header-nav-mod #header-nav-inh {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header-nav-mod #header-nav-inh .header-nav ul {
  grid-gap: var(--inn-header-nav-gap, 20px);
}
/*Header end*/
/*Footer*/
#footer {
  background: var(--inn-footer-bg);
  color: var(--inn-footer-color);
  padding-top: var(--inn-footer-padding-top, 50px);
  padding-bottom: var(--inn-footer-padding-bottom, 50px);
}
#footer .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .inside .footer-lower-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-lower-container {
    flex-direction: column;
  }
}
#footer .inside .v-logo {
  max-width: 200px;
}
#footer .inside #footer-mod {
  width: 100%;
}
#footer .inside #footer-mod #footer-inh {
  width: 100%;
}
#footer .inside .footer-nav ul {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-nav ul {
    flex-wrap: wrap;
  }
}
#footer .inside .footer-nav ul li {
  display: flex;
  align-items: center;
}
#footer .inside .footer-nav ul li:after {
  content: "|";
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
#footer .inside .footer-nav ul li:last-child:after {
  display: none;
}
#footer .inside .footer-nav ul li a {
  text-decoration: none;
}
/*Footer end*/
/*Slider*/
#slider-start .inside {
  max-width: 100%;
  padding: 0;
}
/*Slider end*/
.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: 13vw;
  max-width: 15vw;
  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;
}
.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;
}
@media (min-width: 1000px) {
  .v-mobile-header-icons,
  .navigation,
  .burger,
  .burger-container,
  .v-burger-container {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .header-nav {
    display: none;
  }
  .v-burger-container,
  .burger-container {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .v-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .v-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.reverse-sec-mobile {
    flex-direction: column-reverse;
  }
  section > div {
    width: 100%!important;
    padding: 0;
    margin: 0;
  }
}
/*Burger mobile navigation - vollständig konfigurierbar über Root-Page*/
.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: var(--inn-burger-icon-thickness, 4px) solid var(--inn-burger-icon-color, white);
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
  position: relative;
  z-index: 9999;
  margin-bottom: 0;
}
.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger:before {
  content: "";
  display: block;
  border-bottom: var(--inn-burger-icon-thickness, 4px) solid var(--inn-burger-icon-color, white);
  width: 100%;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger:after {
  content: "";
  display: block;
  border-bottom: var(--inn-burger-icon-thickness, 4px) solid var(--inn-burger-icon-color, white);
  width: 100%;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-check {
  display: none;
}
.burger-check:checked ~ .burger {
  border-bottom: var(--inn-burger-icon-thickness, 4px) solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger-check:checked ~ .burger:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-check:checked ~ .burger:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.navigation ul li:after {
  content: "";
  width: 45%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background: var(--inn-mobile-nav-separator-color, white);
  height: 2px;
  display: block;
}
.navigation ul li:last-child:after {
  display: none;
}
.navigation ul li:last-child {
  padding-right: 0px!important;
}
.navigation li a.nav-active {
  border-bottom: 0px solid blue!important;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden !important;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  background: var(--inn-mobile-nav-bg, var(--inn-neutral));
  position: fixed;
  left: 0;
  top: -150%;
  z-index: 7777;
}
.navigation li {
  color: var(--inn-mobile-nav-text-color, white);
  text-align: center;
  display: block;
}
.navigation li a,
.navigation li strong {
  color: var(--inn-mobile-nav-text-color, white);
  text-decoration: none;
}
.navigation li:after {
  display: none!important;
}
.navigation ul {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.navigation ul li a:hover,
.navigation ul li strong {
  border-bottom: 2px solid var(--inn-mobile-nav-hover-color, var(--inn-primary));
}
.navigation ul li a.u-kontakt-button {
  background: white;
  color: var(--inn-primary);
  padding: 0.1em 0.7em;
  transition: 0.5s all ease-in-out;
}
.navigation ul li a.u-kontakt-button:hover {
  background: var(--inn-primary);
  color: white;
}
.burger-check:checked ~ .navigation,
.navigation.show-nav {
  display: flex;
  align-items: center;
  top: 0;
}
.burger-check:checked ~ .navigation ul li {
  opacity: 1!important;
  -webkit-transition: opactiy 0.3s ease-in-out;
  transition: opactiy 0.3s ease-in-out;
}
body {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #fe-floating-toolbar {
    display: none !important;
  }
}
.v-hero-element {
  position: relative;
}
#header-icons-inh {
  display: flex;
  color: var(--inn-primary);
}
#header-icons-inh .v-header-icons-1 {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid var(--inn-primary);
}
#header {
  max-height: 100px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  #header #header-icons-inh {
    display: none;
  }
}
#header .v-burger-container {
  color: var(--inn-primary);
}
#header .inside {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #header .inside {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#header .header-right {
  grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
  #header .header-right > .v-button {
    display: none;
  }
}
#header #header-nav-inh {
  align-items: flex-start !important;
  max-height: 100px;
  overflow: visible;
}
#header .header-nav ul {
  grid-gap: 40px !important;
  font-size: 20px;
}
.startseite #header {
  background: var(--inn-lightgrey);
}
.startseite #header .v-logo {
  background: var(--inn-lightgrey);
  max-width: 400px;
  padding: 24px;
  position: relative;
  top: -20px;
}
.startseite #header .v-logo .v-logo-1 {
  max-height: 305px;
  transition: all 0.3s ease-in-out;
}
.startseite #header .v-logo .v-logo-2 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50.4%, -72.6%);
  width: 34.5%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.startseite #header.scrolled-header {
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.startseite #header.scrolled-header .v-logo {
  background: transparent;
  max-width: 100px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 20px;
}
.startseite #header.scrolled-header .v-logo .v-logo-1 {
  opacity: 0;
  max-height: 80px;
}
.startseite #header.scrolled-header .v-logo .v-logo-2 {
  opacity: 1;
  transform: translate(-50.4%, -60.6%);
}
body:not(.startseite) #header {
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body:not(.startseite) #header .v-logo {
  position: relative;
  top: -20px;
  background: transparent;
  max-width: 100px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 20px;
}
body:not(.startseite) #header .v-logo .v-logo-1 {
  opacity: 0;
  max-height: 80px;
  max-height: 305px;
  transition: all 0.3s ease-in-out;
}
body:not(.startseite) #header .v-logo .v-logo-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50.4%, -60.6%);
  width: 34.5%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  #header #header-nav-inh {
    align-items: center !important;
  }
  #header .v-logo {
    position: static;
    padding: 0 !important;
    width: 100% !important;
    max-width: 25% !important;
    background: transparent !important;
    top: 0 !important;
  }
  #header .v-logo .v-logo-1 {
    display: none !important;
  }
  #header .v-logo .v-logo-2 {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
body {
  scroll-behavior: smooth;
}
.v-hero-element .v-hero-images {
  display: flex;
  grid-gap: 50px;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
@media only screen and (max-width: 767px) {
  .v-hero-element .v-hero-images {
    grid-template-columns: 1fr;
  }
}
.v-hero-element .v-hero-images .v-hero-image-1 {
  margin-top: 60px;
}
.v-hero-element .v-hero-images .v-hero-image-1 img {
  min-height: 45em;
  object-fit: cover;
  object-position: center;
}
.v-hero-element .v-hero-images .v-hero-image-2 img {
  min-height: 45em;
  object-fit: cover;
  object-position: center;
}
.v-hero-element .v-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .v-hero-element .v-hero-overlay {
    align-items: flex-start;
  }
}
.v-hero-element .v-hero-overlay .inside-overlay {
  max-width: var(--inn-container-width);
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.v-hero-element .v-hero-overlay .inside-overlay .v-hero-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .v-hero-element .v-hero-overlay .inside-overlay .v-hero-logo {
    display: block;
    max-width: 70%;
    margin: 0 auto;
    padding: 24px;
    background: var(--inn-lightgrey);
  }
}
.v-hero-element .v-hero-overlay .inside-overlay .v-hero-content {
  max-width: 800px;
  margin-left: auto;
  background: var(--inn-primary);
  padding: 40px 32px;
  color: var(--inn-lightgrey);
  text-align: right;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .v-hero-element .v-hero-overlay .inside-overlay .v-hero-content {
    margin-top: 50px;
  }
}
.v-hero-element .v-hero-overlay .inside-overlay .v-hero-content p {
  margin-bottom: 0;
}
.v-hero-element .v-hero-overlay .inside-overlay .v-hero-content .v-hero-pre-headline {
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .v-hero-element .v-hero-overlay .inside-overlay .v-hero-content .v-hero-pre-headline {
    font-size: 20px !important;
  }
}
#mobile-nav-mod {
  background: var(--inn-lightgrey);
}
#mobile-nav-mod #mobile-nav-inh {
  display: flex;
  flex-direction: column;
  grid-gap: 42px;
}
#mobile-nav-mod #mobile-nav-inh .v-logo {
  display: block;
  max-width: 70%;
  margin: 0 auto;
  padding: 24px;
}
#mobile-nav-mod #mobile-nav-inh #header-icons-mod {
  display: flex;
  justify-content: center;
}
#mobile-nav-mod #mobile-nav-inh nav ul li a,
#mobile-nav-mod #mobile-nav-inh nav ul li strong {
  color: var(--inn-neutral);
}
#start-hero {
  position: relative;
  overflow: visible;
  margin-bottom: 200px;
  background: var(--inn-lightgrey);
}
#start-hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 9vw;
  background-color: var(--inn-lightgrey);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 100vw 10vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100vw 10vw;
}
#start-hero:before {
  background-color: var(--inn-lightgrey);
}
@media only screen and (max-width: 767px) {
  #start-hero {
    background: transparent;
    margin-bottom: 0;
  }
  #start-hero:before {
    display: none;
  }
}
.v-headline .upper-headline h1,
.v-headline .upper-headline h2,
.v-headline .upper-headline h3,
.v-headline .upper-headline h4 {
  color: var(--inn-primary);
  font-weight: 300;
}
.v-headline h3 {
  font-family: var(--inn-main-font);
}
.v-headline .v-headline-text-container {
  color: var(--inn-primary);
  font-size: 25px;
  margin-top: 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .v-headline .v-headline-text-container {
    font-size: 20px !important;
  }
}
.v-headline .v-headline-text-container p {
  margin-bottom: 0;
}
.v-headline.v-reverse-headline {
  display: flex;
  flex-direction: column-reverse;
}
.a-sub-hero-icon img {
  max-height: 170px;
  margin-right: auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .a-sub-hero-icon img {
    max-height: 120px;
    margin-bottom: 30px;
  }
}
.a-sub-hero {
  overflow: hidden;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .a-sub-hero .inside {
    padding-top: 0!important;
  }
}
@media only screen and (max-width: 767px) {
  .a-sub-hero .content-image {
    transform: scale(1.2);
    margin-top: 8vw;
  }
}
.a-sub-hero .v-headline-text-container {
  max-width: unset;
}
.a-sub-hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  height: 9vw;
  background-color: var(--inn-lightgrey);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 100vw 10vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100vw 10vw;
  transform: scaleX(-1);
}
.a-sub-hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--inn-lightgrey);
  height: 250px;
}
.a-sub-hero > .inside {
  position: relative;
  z-index: 66;
}
@media only screen and (max-width: 767px) {
  .a-sub-hero:after,
  .a-sub-hero:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .a-sub-hero .ce_rowStart .ce_column:first-child {
    position: relative;
  }
  .a-sub-hero .ce_rowStart .ce_column:first-child > div {
    position: relative;
    z-index: 66;
  }
  .a-sub-hero .ce_rowStart .ce_column:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    bottom: -50px;
    top: -100px;
    background: var(--inn-lightgrey);
  }
}
.a-sub-hero .v-headline {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .a-sub-hero .v-headline {
    margin-bottom: 30vw;
    text-align: left;
    position: relative;
    overflow: visible;
  }
  .a-sub-hero .v-headline > div {
    position: relative;
    z-index: 66;
  }
  .a-sub-hero .v-headline:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
    height: 9vw;
    background-color: var(--inn-lightgrey);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
    mask-repeat: repeat-x;
    mask-position: bottom;
    mask-size: 100vw 10vw;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-position: bottom;
    -webkit-mask-size: 100vw 10vw;
    transform: scaleX(-1);
  }
  .a-sub-hero .v-headline:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--inn-lightgrey);
    height: 250px;
  }
  .a-sub-hero .v-headline > .inside {
    position: relative;
    z-index: 66;
  }
  .a-sub-hero .v-headline:after,
  .a-sub-hero .v-headline:before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .a-sub-hero .v-headline:before {
    top: 100%;
  }
  .a-sub-hero .v-headline:after {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .a-sub-hero .inside {
    padding-top: 60px;
  }
  .a-sub-hero .inside .content-text {
    text-align: left;
  }
  .a-sub-hero .inside .content-text p {
    text-align: left !important;
  }
}
.a-sub-hero:before {
  top: 340px;
}
.a-sub-hero:after {
  height: 340px;
}
@media only screen and (max-width: 1500px) {
  .a-sub-hero:before {
    top: 350px;
  }
  .a-sub-hero:after {
    height: 350px;
  }
}
@media only screen and (max-width: 1300px) {
  .a-sub-hero:before {
    top: 450px;
  }
  .a-sub-hero:after {
    height: 450px;
  }
}
#s-schwerpunkte {
  margin-bottom: 6vw;
  position: relative;
  overflow: visible;
  margin-top: 6vw;
  background: var(--inn-primary);
  color: var(--inn-lightgrey);
  margin-top: var(--inn-container-padding);
  margin-bottom: var(--inn-container-padding);
}
#s-schwerpunkte:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 200%;
  height: 5vw;
  background-color: var(--inn-lightgrey);
  transform: translateX(-50%) rotate(180deg) translateY(1vw);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 105vw 5vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 105vw 5vw;
}
@media only screen and (max-width: 767px) {
  #s-schwerpunkte:after {
    mask-size: 210vw 9vw;
    height: 9vw;
    top: 100%;
  }
}
#s-schwerpunkte:after {
  background-color: var(--inn-primary);
}
#s-schwerpunkte:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 99%;
  width: 200%;
  height: 4vw;
  background-color: var(--inn-lightgrey);
  transform: translateX(-50%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: top;
  mask-size: 105vw 5vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top;
  -webkit-mask-size: 105vw 5vw;
}
@media only screen and (max-width: 767px) {
  #s-schwerpunkte:before {
    mask-size: 210vw 10vw;
    height: 9vw;
    bottom: 100%;
  }
}
#s-schwerpunkte:before {
  background-color: var(--inn-primary);
}
#s-schwerpunkte .v-headline {
  color: var(--inn-lightgrey);
}
#s-schwerpunkte .v-headline h1,
#s-schwerpunkte .v-headline h2,
#s-schwerpunkte .v-headline h3,
#s-schwerpunkte .v-headline h4 {
  color: var(--inn-lightgrey);
}
#s-schwerpunkte .v-headline-text-container {
  color: var(--inn-lightgrey);
}
@media only screen and (max-width: 1000px) {
  #s-schwerpunkte {
    margin-top: var(--inn-container-padding-mobile);
    margin-bottom: var(--inn-container-padding-mobile);
  }
}
.v-headline .upper-headline h1,
.v-headline .upper-headline h2,
.v-headline .upper-headline h3,
.v-headline .upper-headline h4 {
  hyphens: auto;
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1000px) {
  .v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte {
    grid-template-columns: repeat(1, 1fr);
  }
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte {
  border-right: 1px solid var(--inn-lightgrey);
  padding: 32px;
}
@media only screen and (max-width: 1000px) {
  .v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte {
    padding: 70px 0;
    border-right: none !important;
    border-bottom: 1px solid var(--inn-lightgrey);
  }
  .v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte:last-child {
    border-bottom: none !important;
  }
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .v-la-schwerpunkte-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte:last-child {
  border-right: none;
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .v-button {
  text-align: center;
  margin-top: 32px;
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte {
  text-align: center;
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte h3 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-image {
    margin-bottom: 25px;
  }
}
.v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-image img {
  max-height: 160px;
  height: 200px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .v-la-schwerpunkte-element .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-image img {
    max-height: 120px;
  }
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-cols-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .v-la-schwerpunkte-element.v-la-schwerpunkte-cols-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte {
    grid-template-columns: repeat(1, 1fr);
  }
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-cols-1 .v-la-schwerpunkte-inner .v-la-schwerpunkte {
  grid-template-columns: repeat(1, 1fr);
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 {
  margin-bottom: 100px;
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte {
  grid-template-columns: repeat(1, 1fr);
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte {
  padding: 42px 0;
  border-right: none;
  border-top: 2px solid var(--inn-neutral);
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte:last-child {
  border-bottom: 2px solid var(--inn-neutral);
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte {
  display: flex;
  text-align: left;
  grid-gap: 100px;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte {
    flex-direction: column;
    grid-gap: 30px;
  }
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-image {
  min-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-image {
    align-items: flex-start;
  }
  .v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-image img {
    margin: 0;
  }
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  grid-gap: 50px;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-content {
    flex-direction: column;
    grid-gap: 0;
  }
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-content .v-la-schwerpunkte-content-upper {
  max-width: 500px;
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-content .v-button {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-content .v-button {
    width: 100%;
  }
}
.v-la-schwerpunkte-element.v-la-schwerpunkte-type-2 .v-la-schwerpunkte-inner .v-la-schwerpunkte .v-single-element-la-schwerpunkte .inner-la-schwerpunkte .v-la-schwerpunkte-content .v-button a {
  width: 100%;
  display: block;
}
.v-la-schwerpunkte-element ul {
  list-style: none;
  padding: 0!important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.v-la-schwerpunkte-element ul li {
  position: relative;
  padding-left: 1.8em;
}
.v-la-schwerpunkte-element ul li:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url('/files/contao_files/Bilder/svg/icon-stichpunkte-anker.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0.2em;
}
#a-schwerpunkte .v-single-element-la-schwerpunkte {
  border-color: var(--inn-neutral) !important;
}
.v-bg-primary {
  background: var(--inn-primary);
  color: var(--inn-lightgrey);
}
.v-bg-primary .v-headline {
  color: var(--inn-lightgrey);
}
.v-bg-primary .v-headline h1,
.v-bg-primary .v-headline h2,
.v-bg-primary .v-headline h3,
.v-bg-primary .v-headline h4 {
  color: var(--inn-lightgrey);
}
.v-bg-primary .v-headline-text-container {
  color: var(--inn-lightgrey);
}
.v-la-quote-element {
  overflow: visible;
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote {
  position: relative;
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-image {
  max-width: 70%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-image {
    max-width: 100%;
  }
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-image:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  background: linear-gradient(to left, white 10%, white 10%, transparent);
}
@media only screen and (max-width: 1000px) {
  .v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-image:before {
    display: none;
  }
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-image .v-quote-sign {
  position: absolute;
  left: 60%;
  top: 0;
  transform: translateY(-20%);
}
@media only screen and (max-width: 1000px) {
  .v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-image .v-quote-sign {
    left: auto;
    right: 24px;
    top: 100%;
    transform: translateY(-45%);
    max-width: 25%;
  }
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 1000px) {
  .v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner {
    position: relative;
    text-align: left;
  }
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner .v-la-quote-headline h2 {
  font-size: 90px;
  color: var(--inn-secondary);
  font-size: var(--inn-h1-font-size);
  font-weight: var(--inn-headline-font-weight-h1);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner .v-la-quote-headline h2 {
    font-size: 50px !important;
    max-width: 70%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner .v-la-quote-headline h2 {
    font-size: var(--inn-h1-font-size-mobile);
  }
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner .v-la-quote-headline h2 p {
  margin-bottom: 0;
}
.v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner .v-la-quote-text {
  color: var(--inn-primary);
  font-size: 40px;
  font-weight: 400;
  max-width: 700px;
}
@media only screen and (max-width: 1000px) {
  .v-la-quote-element .v-single-element-la-quote .inner-la-quote .v-la-quote-inner .v-la-quote-text {
    font-size: 25px;
  }
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1.1 !important;
}
.news-swiper-wrapper .news-swiper {
  padding-bottom: 60px;
}
.news-swiper-wrapper .news-swiper .bh-button-next,
.news-swiper-wrapper .news-swiper .bh-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--inn-secondary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.news-swiper-wrapper .news-swiper .bh-button-next i,
.news-swiper-wrapper .news-swiper .bh-button-prev i {
  font-size: 24px;
}
.news-swiper-wrapper .news-swiper .bh-button-next:hover,
.news-swiper-wrapper .news-swiper .bh-button-prev:hover {
  background: var(--inn-primary);
  transform: translateY(-50%) scale(1.1);
}
.news-swiper-wrapper .news-swiper .bh-button-next {
  right: 10px;
}
.news-swiper-wrapper .news-swiper .bh-button-prev {
  left: 10px;
}
.news-swiper-wrapper .news-swiper .swiper-pagination {
  bottom: 20px;
}
.news-swiper-wrapper .news-swiper .swiper-pagination .swiper-pagination-bullet {
  background: var(--inn-secondary);
  opacity: 0.5;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.news-swiper-wrapper .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--inn-primary);
  opacity: 1;
  transform: scale(1.2);
}
.news-swiper-wrapper .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .news-swiper-wrapper .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news-swiper-wrapper .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.news-swiper-wrapper .news-grid .swiper-slide {
  width: 100% !important;
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .mod_newslist {
    overflow: visible !important;
  }
}
.news-item {
  display: flex;
  height: auto !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.news-item .news-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news-item .news-item-image {
  width: 100%;
  overflow: hidden;
}
.news-item .news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-item .news-item-image:hover img {
  transform: scale(1.05);
}
.news-item .news-item-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-item .news-item-content .news-item-info {
  font-size: 14px;
  color: #7F8883;
  margin-bottom: 15px;
}
.news-item .news-item-content .news-item-info time {
  margin-right: 10px;
}
.news-item .news-item-content .news-item-info .news-item-author:before {
  content: "• ";
}
.news-item .news-item-content .news-item-headline {
  color: var(--inn-primary);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: var(--inn-main-font);
}
.news-item .news-item-content .news-item-headline a {
  color: var(--inn-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-item .news-item-content .news-item-headline a:hover {
  color: var(--inn-secondary);
}
.news-item .news-item-content .news-item-teaser {
  color: var(--inn-primary);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}
.news-item .news-item-content .news-item-teaser p:last-child {
  margin-bottom: 0;
}
.news-item.arc_1 .news-item-headline {
  color: var(--inn-primary);
}
.news-item.arc_2 .news-item-headline {
  color: var(--inn-secondary);
}
.news-item.arc_3 .news-item-headline {
  color: var(--inn-neutral);
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0;
  position: relative;
  grid-gap: 10px;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger {
  background: var(--inn-primary);
  min-height: 500px;
  width: 80px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger:hover {
  filter: brightness(1.1);
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-icon {
  flex-shrink: 0;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-icon img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-headline {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-headline h3 {
  margin: 0;
  color: var(--inn-lightgrey);
  font-size: 25px;
  font-weight: 400;
  white-space: nowrap;
  font-family: var(--inn-main-font);
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-headline h3 p {
  margin: 0;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-toggle-icon {
  display: none;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel {
  width: 0;
  overflow: hidden;
  background: var(--inn-lightgrey);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-end;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel .v-la-darum-boxen-panel-inner {
  padding: 20px;
  width: 270px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1300px) {
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel .v-la-darum-boxen-panel-inner {
    width: 100%;
  }
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel .v-la-darum-boxen-panel-inner .v-la-darum-boxen-text {
  color: var(--inn-neutral);
  font-size: 18px;
  line-height: 1.5;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel .v-la-darum-boxen-panel-inner .v-la-darum-boxen-text p:last-child {
  margin-bottom: 0;
}
.v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen.active .v-la-darum-boxen-panel {
  width: 270px;
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen.active .v-la-darum-boxen-panel {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container {
    flex-direction: column;
    gap: 0;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen {
    flex-direction: column;
    border-bottom: 2px solid var(--inn-lightgrey);
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen:last-child {
    border-bottom: none;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger {
    min-height: auto;
    min-width: 100%;
    flex-direction: row;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-icon {
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
    order: 1;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-icon img {
    max-width: 50px;
    max-height: 50px;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-headline {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    flex: 1;
    order: 2;
    text-align: left;
    padding: 0;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-headline h3 {
    font-size: 22px;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-toggle-icon {
    display: block;
    order: 3;
    flex-shrink: 0;
    margin-left: 15px;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-trigger .v-la-darum-boxen-toggle-icon i {
    font-size: 24px;
    color: white;
    transition: transform 0.3s ease;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel {
    position: relative;
    left: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel .v-la-darum-boxen-panel-inner {
    padding: 0 30px;
    min-width: auto;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen .v-la-darum-boxen-panel .v-la-darum-boxen-panel-inner .v-la-darum-boxen-text {
    font-size: 16px;
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen.active .v-la-darum-boxen-trigger .v-la-darum-boxen-toggle-icon i {
    transform: rotate(180deg);
  }
  .v-la-darum-boxen-element .v-la-darum-boxen-inner .v-la-darum-boxen-container .v-single-la-darum-boxen.active .v-la-darum-boxen-panel {
    max-height: 1000px;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.v-la-cta-banner-element {
  position: relative;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-image {
  width: 100%;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-image img {
  min-height: 45em;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-image img {
    min-height: 35em;
  }
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  color: var(--inn-lightgrey);
  padding: 0 20px;
  max-width: var(--inn-container-width);
  left: 50%;
  transform: translateX(-50%);
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content h2 {
  margin-bottom: 0;
  font-size: 90px;
}
@media only screen and (max-width: 767px) {
  .v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content h2 {
    font-size: 50px;
  }
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content h2 p {
  margin-bottom: 0;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-headline {
  margin-bottom: 12px;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-text {
  font-size: 40px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-text {
    font-size: 20px;
  }
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-action-boxes {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
@media only screen and (max-width: 767px) {
  .v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-action-boxes {
    flex-direction: column;
  }
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-action-boxes .v-button.v-white a {
  background: var(--inn-lightgrey) !important;
  color: var(--inn-neutral) !important;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-action-boxes .v-button.v-white a:hover {
  background: transparent!important;
  color: var(--inn-lightgrey) !important;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-action-boxes .v-la-cta-banner-icon-with-url-boxes {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
.v-la-cta-banner-element .v-single-element-la-cta-banner .inner-la-cta-banner .v-la-cta-banner-content .v-la-cta-banner-action-boxes .v-la-cta-banner-icon-with-url-boxes .v-la-cta-banner-icon-with-url-box {
  background: var(--inn-lightgrey);
  border-radius: 10px;
  color: var(--inn-primary);
  width: 1.8em;
  font-size: 30px;
  height: 1.5em;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer {
  padding: 0;
  overflow: visible;
}
#footer .v-logo {
  max-width: 280px !important;
}
@media only screen and (max-width: 767px) {
  #footer .v-logo {
    max-width: 80% !important;
    margin-top: 40px;
  }
}
#footer .inside {
  padding-bottom: 0 !important;
}
#footer #footer-mod {
  overflow: visible;
}
#footer .footer-upper-container {
  margin-bottom: 0 !important;
  position: relative;
  overflow: visible;
  background: var(--inn-lightgrey);
  margin-bottom: 200px;
  background: transparent;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  grid-gap: 40px;
  align-items: flex-end;
}
#footer .footer-upper-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 9vw;
  background-color: var(--inn-lightgrey);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 100vw 10vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100vw 10vw;
}
#footer .footer-upper-container:before {
  transform: translateX(-50%) rotate(180deg) scaleX(-1);
  top: -3vw;
  width: 100vw;
  left: 50%;
}
@media only screen and (max-width: 1000px) {
  #footer .footer-upper-container:before {
    top: -6vw;
  }
}
#footer .footer-upper-container:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  bottom: 0;
  background: var(--inn-lightgrey);
  top: 5.9vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1000px) {
  #footer .footer-upper-container:after {
    top: 2.9vw;
  }
}
#footer .footer-upper-container > div {
  position: relative;
  z-index: 66;
}
@media only screen and (max-width: 1000px) {
  #footer .footer-upper-container {
    align-items: center;
    flex-direction: column;
  }
}
#footer .footer-upper-container .footer-upper-right-container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
#footer .footer-upper-container .footer-upper-right-container p {
  margin-bottom: 0;
}
#footer .footer-upper-container .v-icons-container-element-wrapper i {
  color: var(--inn-primary);
}
#footer .footer-lower-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-lower-container .footer-nav ul {
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 400px) {
  #footer .footer-lower-container .footer-nav ul {
    grid-gap: 5px;
  }
}
@media only screen and (max-width: 400px) {
  #footer .footer-lower-container .footer-nav ul li:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .news-swiper {
    overflow: visible !important;
  }
}
.v-swiper .v-swiper-buttons-pagination-container-outer,
.news-swiper-wrapper .v-swiper-buttons-pagination-container-outer {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.v-swiper .v-swiper-buttons-pagination-container,
.news-swiper-wrapper .v-swiper-buttons-pagination-container {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.v-swiper .v-swiper-buttons-pagination-container .pagination-inside,
.news-swiper-wrapper .v-swiper-buttons-pagination-container .pagination-inside {
  margin-top: 0 !important;
}
.v-swiper .v-swiper-buttons-pagination-container .bh-button-next,
.news-swiper-wrapper .v-swiper-buttons-pagination-container .bh-button-next,
.v-swiper .v-swiper-buttons-pagination-container .bh-button-prev,
.news-swiper-wrapper .v-swiper-buttons-pagination-container .bh-button-prev {
  background: transparent !important;
  width: 70px;
}
.v-swiper .v-swiper-buttons-pagination-container .bh-button-prev,
.news-swiper-wrapper .v-swiper-buttons-pagination-container .bh-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.v-swiper .v-swiper-buttons-pagination-container .bh-button-next,
.news-swiper-wrapper .v-swiper-buttons-pagination-container .bh-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet,
.news-swiper-wrapper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  background: var(--inn-primary);
  opacity: 1;
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.news-swiper-wrapper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--inn-secondary) !important;
  border-color: var(--inn-secondary) !important;
}
#about-warum .ce_rowStart .content-text {
  margin-bottom: 150px;
}
#about-warum .content-text {
  position: relative;
  z-index: 55;
}
.v-why-box {
  background: var(--inn-lightgrey);
  padding: 24px;
  max-width: 650px;
  transform: translateY(-30%);
}
@media only screen and (max-width: 767px) {
  .v-why-box {
    transform: none;
    margin-top: 20px;
  }
}
.about-why-image {
  position: relative;
  max-width: 130%;
  width: 130%;
  left: -30%;
}
@media only screen and (max-width: 767px) {
  .about-why-image {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.v-why-grid-text {
  position: relative;
  z-index: 55;
}
.v-la-timeline-element h3 {
  font-size: 25px;
  font-family: var(--inn-main-font);
  font-weight: 400 !important;
}
.v-la-timeline-element .v-la-timeline-inner .v-la-timeline-container {
  position: relative;
  display: flex;
}
.v-la-timeline-element .v-la-timeline-inner .v-la-timeline-wave-container {
  position: relative;
  width: 35px;
  flex-shrink: 0;
}
.v-la-timeline-element .v-la-timeline-inner .v-la-timeline-wave-container .v-la-timeline-wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}
.v-la-timeline-element .v-la-timeline-inner .v-la-timeline-items {
  flex: 1;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline {
  position: relative;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--inn-secondary);
  border-radius: 50%;
  z-index: 5;
  transform: translateY(-50%);
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-connector {
  position: absolute;
  left: 5px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-dashed-line {
  width: 40px;
  height: 0;
  border-top: 2px dashed var(--inn-primary);
  margin-right: 8px;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent !important;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-icon-circle img {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-icon-circle i {
  color: var(--inn-primary);
  font-size: 14px;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-icon-circle .v-la-timeline-number {
  font-size: 16px;
  color: var(--inn-primary);
  font-family: var(--inn-main-font);
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-content {
  position: absolute;
  left: 100px;
  right: 0;
  color: var(--inn-primary);
  font-size: 18px;
  line-height: 1.5;
  transform: translateY(-0.2em);
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-content.v-la-timeline-content-numbers {
  left: 180px;
  transform: none;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-content .v-la-timeline-headline {
  margin-bottom: 5px;
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-content .v-la-timeline-headline p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-content .v-la-timeline-headline h3 {
    font-size: 16px !important;
  }
}
.v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-content .v-la-timeline-text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .v-la-timeline-element.v-la-timeline-mode-numbers .v-la-timeline-dashed-line {
    width: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .v-la-timeline-element.v-la-timeline-mode-numbers .v-single-la-timeline .v-la-timeline-content {
    left: 75px !important;
  }
}
.v-la-timeline-element.v-la-timeline-mode-numbers .v-la-timeline-icon-circle {
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .v-la-timeline-element.v-la-timeline-mode-numbers .v-la-timeline-icon-circle {
    width: 35px !important;
    height: 40px !important;
  }
}
.v-la-timeline-element.v-la-timeline-mode-numbers .v-la-timeline-icon-circle .v-la-timeline-number {
  color: var(--inn-secondary) !important;
  font-family: var(--inn-head-font) !important;
  font-size: 90px !important;
  transform: translateY(-15%);
}
@media only screen and (max-width: 767px) {
  .v-la-timeline-element.v-la-timeline-mode-numbers .v-la-timeline-icon-circle .v-la-timeline-number {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .v-la-timeline-element .v-la-timeline-inner .v-la-timeline-wave-container {
    width: 25px;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-la-timeline-wave-container .v-la-timeline-wave-svg {
    transform: scaleY(0.7);
    transform-origin: top;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-la-timeline-wave-container .v-la-timeline-wave-svg path {
    stroke-width: 3px;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline {
    height: 140px !important;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-dot {
    width: 10px;
    height: 10px;
    top: 35px !important;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-connector {
    left: 3px;
    top: 35px !important;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-dashed-line {
    width: 25px;
    margin-right: 5px;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-icon-circle {
    width: 24px;
    height: 24px;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-icon-circle i {
    font-size: 11px;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-icon-circle img {
    max-width: 14px;
    max-height: 14px;
  }
  .v-la-timeline-element .v-la-timeline-inner .v-single-la-timeline .v-la-timeline-content {
    left: 60px;
    font-size: 14px;
    top: 25px !important;
  }
}
.v-primary-box {
  background: var(--inn-primary);
  color: var(--inn-lightgrey);
  padding: 24px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
}
.v-primary-box:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: url('/files/contao_files/Bilder/svg/heart.svg') no-repeat center center;
  background-size: 100% auto;
}
.v-primary-box .v-primary-box-headline-divider-icon {
  max-width: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.v-la-themenschwerpunkte-element .v-la-themenschwerpunkte-inner .v-la-themenschwerpunkte {
  align-items: flex-start;
}
.v-la-themenschwerpunkte-element .v-la-themenschwerpunkte-inner .v-la-themenschwerpunkte .v-single-element-la-themenschwerpunkte:nth-child(2n) {
  margin-top: 40px;
}
.accordion {
  margin-top: 0;
}
.v-single-element-la-themenschwerpunkte {
  padding: 30px;
  background: var(--inn-lightgrey);
  display: flex;
  align-items: flex-start;
  min-height: 400px;
}
.v-single-element-la-themenschwerpunkte:nth-child(2n) {
  margin-top: 40px;
}
.v-single-element-la-themenschwerpunkte .v-la-themenschwerpunkte-line-container {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 8em;
}
.v-single-element-la-themenschwerpunkte .v-headline p {
  margin-bottom: 0;
}
.v-single-element-la-themenschwerpunkte h3 {
  font-size: 25px;
  color: var(--inn-primary);
}
#s-faq,
#about-history,
#a-pb-ablauf {
  position: relative;
  overflow: visible;
  background: var(--inn-lightgrey);
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  #s-faq,
  #about-history,
  #a-pb-ablauf {
    margin-top: 100px;
  }
}
#s-faq:before,
#about-history:before,
#a-pb-ablauf:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 9vw;
  background-color: var(--inn-lightgrey);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 100vw 10vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='178.381' viewBox='0 0 1920 178.381'%3E%3Cpath d='M1920,0V176.374c-63.9-11.724-139.741-27.816-230.976-48.165-299.52-66.8-393.6-54.839-935.04,23.93C367.457,208.37,113.614,161.45,0,130V0Z' transform='translate(0 -0.003)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100vw 10vw;
  transform: rotate(180deg);
}
#faq-cta .v-button.v-white a {
  background: white!important;
  color: var(--inn-neutral) !important;
}
#faq-cta .v-button.v-white a:hover {
  background: transparent!important;
  color: white !important;
}
.v-primary-box-element {
  display: flex;
  min-height: 100%;
  padding-bottom: 24px;
  box-sizing: border-box;
}
.v-primary-box-element .v-single-element-primary-box .inner-primary-box {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}
.v-primary-box-element .v-single-element-primary-box .inner-primary-box .v-button {
  margin-top: 20px;
}
.v-headline h1 p,
.v-headline h2 p,
.v-headline h3 p,
.v-headline h4 p {
  margin-bottom: 0;
}
.ce_form form {
  margin: 0;
  background: var(--inn-lightgrey);
  padding: 24px;
}
.ce_form form label {
  color: var(--inn-primary);
  margin-bottom: 12px;
  display: block;
}
.ce_form form input,
.ce_form form select,
.ce_form form textarea {
  border-color: var(--inn-lightgrey);
  background: white;
  min-height: 50px;
  margin-bottom: 12px;
}
.ce_form form input::placeholder,
.ce_form form select::placeholder,
.ce_form form textarea::placeholder {
  color: #A2A2A2;
  font-weight: 100 !important;
}
.ce_form form .widget-submit {
  display: none;
}
.v-form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .v-form-grid-2 {
    grid-template-columns: 1fr;
  }
}
#mod-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  #mod-blog-list {
    grid-template-columns: 1fr;
  }
}
.fe-detail-edit-indicator {
  display: none !important;
}
#a-blog-detail .inside {
  padding-top: 0;
}
#a-blog-detail-element {
  overflow: visible;
}
.v-news-full {
  overflow: visible;
}
.v-news-full .v-news-hero {
  padding-top: 100px;
  padding-bottom: 50px;
  color: var(--inn-primary);
  position: relative;
  overflow: visible;
  margin-bottom: 6vw;
  margin-bottom: 10vw;
}
@media only screen and (max-width: 767px) {
  .v-news-full .v-news-hero {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .v-news-full .v-news-hero h1 {
    font-size: 32px!important;
  }
}
.v-news-full .v-news-hero > div {
  position: relative;
  z-index: 55;
}
.v-news-full .v-news-hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 200%;
  height: 5vw;
  background-color: var(--inn-lightgrey);
  transform: translateX(-50%) rotate(180deg) translateY(1vw);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: bottom;
  mask-size: 105vw 5vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2027.693' height='89.647' viewBox='0 0 2027.693 89.647'%3E%3Cpath id='Pfad_1463' d='M23055.443-4893.533h-193.887q-2.742.179-5.557.18c-1.873,0-3.729-.061-5.555-.18h-200.738q-2.569.179-5.207.18t-5.209-.18h-197.584q-2.569.179-5.207.18t-5.209-.18H22230.1q-2.766.179-5.6.18t-5.605-.18H22014.1q-2.766.179-5.6.18t-5.605-.18h-197.34q-2.739.179-5.555.18t-5.557-.18h-200.736q-2.569.179-5.209.18t-5.207-.18H21378.5q-2.962.179-6,.18t-6-.18h-188.789q-2.569.179-5.209.18t-5.207-.18h-10.443v-1.493c-21.35-4.693-36.85-18.736-36.85-35.329a28.389,28.389,0,0,1,5.484-16.48q-2.186,1.881-4.219,3.977a10.66,10.66,0,0,1-15.012.278a10.5,10.5,0,0,1-.279-14.919a83.325,83.325,0,0,1,60.338-25.5a83.317,83.317,0,0,1,60.3,25.455.314.314,0,0,1,.041.046a62.156,62.156,0,0,0,42.045,18.965h6a62.112,62.112,0,0,0,42-18.93.271.271,0,0,0,.041-.041a83.322,83.322,0,0,1,60.338-25.5a83.335,83.335,0,0,1,60.338,25.5c.021.023.039.041.063.064a62.115,62.115,0,0,0,41.98,18.907h6.006a62.134,62.134,0,0,0,42.039-18.965a83.328,83.328,0,0,1,60.344-25.5a83.328,83.328,0,0,1,60.336,25.5c.018.023.041.041.059.064a62.141,62.141,0,0,0,41.986,18.907h6a62.142,62.142,0,0,0,42.041-18.965.563.563,0,0,1,.045-.046a83.321,83.321,0,0,1,60.3-25.455a83.331,83.331,0,0,1,60.336,25.5l.059.058a62.107,62.107,0,0,0,41.986,18.913h6.006a62.133,62.133,0,0,0,42.027-18.948l.018-.023a83.325,83.325,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.309,25.467.269.269,0,0,0,.041.041a62.1,62.1,0,0,0,42.039,18.965h10.145a62.1,62.1,0,0,0,42.039-18.965l.041-.041a83.324,83.324,0,0,1,60.3-25.467a83.328,83.328,0,0,1,60.342,25.5l.018.023a62.121,62.121,0,0,0,42.027,18.948h6.006a62.133,62.133,0,0,0,41.992-18.913l.053-.058a83.331,83.331,0,0,1,60.336-25.5a83.331,83.331,0,0,1,60.3,25.455.563.563,0,0,1,.045.046a62.142,62.142,0,0,0,42.041,18.965h6a62.141,62.141,0,0,0,41.986-18.907.628.628,0,0,1,.059-.064a83.328,83.328,0,0,1,60.336-25.5a83.328,83.328,0,0,1,60.344,25.5a62.13,62.13,0,0,0,42.039,18.965h6.006a62.141,62.141,0,0,0,41.986-18.907c.018-.023.035-.041.053-.064a83.351,83.351,0,0,1,60.342-25.5a83.322,83.322,0,0,1,60.338,25.5.271.271,0,0,0,.041.041a62.112,62.112,0,0,0,42,18.93h6a62.138,62.138,0,0,0,42.039-18.965l.047-.046a83.317,83.317,0,0,1,60.3-25.455a83.348,83.348,0,0,1,60.344,25.5a10.518,10.518,0,0,1,2.967,7.28v.075a10.489,10.489,0,0,1-3.252,7.564a10.674,10.674,0,0,1-12.863,1.434a25.611,25.611,0,0,1,2.422,10.792c0,16.8-16.943,30.982-40.154,35.5v1.323h-10.293q-2.739.179-5.555.18T23055.443-4893.533Z' transform='translate(-21103.002 4983)' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 105vw 5vw;
}
@media only screen and (max-width: 767px) {
  .v-news-full .v-news-hero:after {
    mask-size: 210vw 9vw;
    height: 9vw;
    top: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .v-news-full .v-news-hero {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .v-news-full .v-news-hero {
    margin-bottom: 70px;
  }
}
.v-news-full .v-news-hero:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  position: absolute;
  background: var(--inn-lightgrey);
  transform: translateX(-50%);
}
.v-news-full .v-news-hero:after {
  width: 100vw;
  left: 50%;
}
.content-text ul {
  list-style: none;
  padding: 0!important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.content-text ul li {
  position: relative;
  padding-left: 1.8em;
}
.content-text ul li:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url('/files/contao_files/Bilder/svg/icon-stichpunkte-anker.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.v-news-navigation {
  margin-top: 60px;
  padding-top: 40px;
}
.v-news-navigation .v-news-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .v-news-navigation .v-news-nav-inner {
    flex-direction: column;
    gap: 16px;
  }
}
.v-news-navigation .v-nav-placeholder {
  min-width: 250px;
}
@media only screen and (max-width: 767px) {
  .v-news-navigation .v-nav-placeholder {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .v-news-navigation .v-button.v-nav-prev,
  .v-news-navigation .v-button.v-nav-next {
    display: none;
  }
}
.v-news-navigation .v-button.v-nav-prev a {
  justify-content: flex-start;
}
.v-news-navigation .v-button.v-nav-next a {
  justify-content: flex-end;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .v-news-navigation .v-button {
    width: 100%;
    min-width: unset;
  }
  .v-news-navigation .v-button a {
    justify-content: center !important;
  }
}
.v-news-navigation .v-nav-overview {
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .v-news-navigation .v-nav-overview {
    width: 100%;
    flex-grow: 1;
  }
  .v-news-navigation .v-nav-overview a {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .ce_rowStart {
    grid-gap: 50px;
    grid-template-columns: 1fr !important;
  }
  .ce_rowStart .ce_column {
    grid-column: auto !important;
  }
}
.v-additional-spacing-bottom,
#about-history,
#s-faq {
  padding-bottom: var(--inn-container-padding);
}
@media only screen and (max-width: 1000px) {
  .v-additional-spacing-bottom,
  #about-history,
  #s-faq {
    padding-bottom: var(--inn-container-padding-mobile);
  }
}
.v-additional-spacing-top,
#a-schwerpunkte {
  padding-top: var(--inn-container-padding);
}
@media only screen and (max-width: 1000px) {
  .v-additional-spacing-top,
  #a-schwerpunkte {
    padding-top: var(--inn-container-padding-mobile);
  }
}
#s-cta {
  padding-bottom: var(--inn-container-padding);
}
@media only screen and (max-width: 1000px) {
  #s-cta {
    padding-bottom: var(--inn-container-padding-mobile);
  }
}
@media only screen and (max-width: 767px) {
  #s-blog .v-button {
    width: 100%;
  }
  #s-blog .v-button a {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .v-parent-page-32 .a-sub-hero .inside {
    padding-top: 30px!important;
  }
}
.v-parent-page-32 .a-sub-hero:before {
  top: calc(100% - 10vw);
}
.v-parent-page-32 .a-sub-hero:after {
  height: calc(100% - 10vw);
}
@media only screen and (max-width: 767px) {
  .v-parent-page-32 .a-sub-hero .ce_rowStart {
    grid-gap: 0!important;
  }
}
