/* 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,
h2,
h3 {
  font-weight: 700;
}
h1 {
  font-size: calc(50 / 17 * 1em);
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: calc(40 / 17 * 1em);
  }
}
h2 {
  font-size: calc(50 / 17 * 1em);
}
@media only screen and (max-width: 400px) {
  h2 {
    font-size: calc(40 / 17 * 1em);
  }
}
h3 {
  font-size: calc(28 / 17 * 1em);
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: calc(25 / 17 * 1em);
  }
}
h4 {
  font-size: calc(17 / 17 * 1em);
}
.h1-font-size {
  font-size: calc(50 / 17 * 1em);
}
@media only screen and (max-width: 400px) {
  .h1-font-size {
    font-size: calc(40 / 17 * 1em);
  }
}
.h2-font-size {
  font-size: calc(50 / 17 * 1em);
}
@media only screen and (max-width: 400px) {
  .h2-font-size {
    font-size: calc(40 / 17 * 1em);
  }
}
.h3-font-size {
  font-size: calc(28 / 17 * 1em);
}
@media only screen and (max-width: 767px) {
  .h3-font-size {
    font-size: calc(25 / 17 * 1em);
  }
}
.h4-font-size {
  font-size: calc(17 / 17 * 1em);
}
.reset-br br {
  display: inline;
  content: ' ';
  padding: 0 3px;
}
.v-bold {
  font-weight: 700;
}
.small-dot-styling {
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 100%;
  min-width: 12px;
}
.ul-points ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
}
.ul-points ul li {
  position: relative;
}
.ul-points ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 100%;
  min-width: 12px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.4em;
}
.v-primary-circle {
  background: var(--inn-primary);
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.v-primary-circle-for-arrow {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%) translateX(40%);
  background: var(--inn-primary);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.v-list-styling ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.v-list-styling ul li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.v-list-styling ul li:before {
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: var(--inn-primary);
  display: block;
  content: "";
  border-radius: 100%;
}
.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);
}
.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-right .v-headline-text-container {
  margin-left: 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 {
  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 {
  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 {
  border: 2px solid var(--inn-primary);
  color: var(--inn-primary);
  background: transparent;
}
.v-button.v-primary a:hover,
.buttons.v-primary a:hover {
  background: var(--inn-primary);
  color: white;
}
.v-button.v-secondary a,
.buttons.v-secondary a {
  border: 2px solid var(--inn-secondary);
  color: var(--inn-secondary);
  background: transparent;
}
.v-button.v-secondary a:hover,
.buttons.v-secondary a:hover {
  background: var(--inn-secondary);
  color: white;
}
.v-button.v-neutral a,
.buttons.v-neutral a {
  border: 2px solid var(--inn-neutral);
  color: var(--inn-neutral);
  background: transparent;
}
.v-button.v-neutral a:hover,
.buttons.v-neutral a:hover {
  background: var(--inn-neutral);
  color: white;
}
.v-button.v-white a,
.buttons.v-white a {
  border: 2px solid white;
  color: white;
  background: transparent;
}
.v-button.v-white a:hover,
.buttons.v-white a:hover {
  background: white;
  color: var(--inn-primary);
}
/*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: 1px;
  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: 150px;
  padding-top: 10px;
}
form .input-firstname,
form .input-lastname {
  display: inline-block;
  width: 48%;
}
form .input-firstname input,
form .input-lastname input {
  width: 100%;
  box-sizing: border-box;
  padding-left: 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-head-font);
  font-size: var(--inn-body-font-size);
  background: var(--inn-neutral);
  border: 1px 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: calc(50% - 15px);
  pointer-events: none;
  color: var(--inn-neutral);
  font-weight: 900;
  transform: translateY(-50%);
}
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 {
  position: absolute;
  opacity: 0!important;
  display: none;
}
.checkbox_container input + label,
.datenschutz-checkbox input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox_container input + label:before,
.datenschutz-checkbox 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 {
  background: var(--inn-primary);
}
.checkbox_container input:focus + label:before,
.datenschutz-checkbox 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 {
  background: var(--inn-primary);
}
.checkbox_container input:disabled + label,
.datenschutz-checkbox input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox_container input:disabled + label:before,
.datenschutz-checkbox input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox_container input:checked + label:after,
.datenschutz-checkbox 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 {
  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-head-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--inn-neutral);
  font-family: var(--inn-head-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--inn-neutral);
  font-family: var(--inn-head-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: var(--inn-neutral);
  font-family: var(--inn-head-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: flex;
  justify-content: space-between;
}
section.reverse-sec {
  flex-direction: row-reverse;
}
section.col-33x33x33 > div {
  width: 31%;
}
section.col-50x50 > div {
  width: 48%;
}
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;
    margin-bottom: 30px!important;
  }
}
section .c25l,
section .c25r {
  width: 23%;
}
section .c75l,
section .c75r {
  width: 73%;
}
section .c70l,
section .c70r {
  width: 68%;
}
section .c30l,
section .c30r {
  width: 28%;
}
section .c40l,
section .c40r {
  width: 38%;
}
section .c45l,
section .c45r {
  width: 44%;
}
section .c55l,
section .c55r {
  width: 54%;
}
section .c60l,
section .c60r {
  width: 58%;
}
section .c20l,
section .c20r {
  width: 18%;
}
section .c80l,
section .c80r {
  width: 78%;
}
.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: 5px 5px;
  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;
}
.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: 5px 5px;
  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-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: 5px 5px;
    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;
    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: 5px 5px;
  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;
  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: 1100px!important;
}
.pt-xl {
  padding-top: 150px!important;
}
.pt-l {
  padding-top: 120px!important;
}
.pt-m {
  padding-top: 100px!important;
}
.pt-s {
  padding-top: 90px!important;
}
.pt-xs {
  padding-top: 60px!important;
}
.pt-xxs {
  padding-top: 30px!important;
}
.pb-xxl {
  padding-bottom: 1100px!important;
}
.pb-xl {
  padding-bottom: 150px!important;
}
.pb-l {
  padding-bottom: 120px!important;
}
.pb-m {
  padding-bottom: 100px!important;
}
.pb-s {
  padding-bottom: 90px!important;
}
.pb-xs {
  padding-bottom: 60px!important;
}
.pb-xxs {
  padding-bottom: 30px!important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 60px !important;
}
.mt-60 {
  margin-top: 80px !important;
}
.mt-70 {
  margin-top: 100px !important;
}
.mt-80 {
  margin-top: 150px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 180px !important;
}
.mt-170 {
  margin-top: 1100px !important;
}
.mt-180 {
  margin-top: 1150px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 60px !important;
}
.mb-60 {
  margin-bottom: 80px !important;
}
.mb-70 {
  margin-bottom: 100px !important;
}
.mb-80 {
  margin-bottom: 150px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 180px !important;
}
.mb-170 {
  margin-bottom: 1100px !important;
}
.mb-180 {
  margin-bottom: 1150px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 60px !important;
}
.pt-60 {
  padding-top: 80px !important;
}
.pt-70 {
  padding-top: 100px !important;
}
.pt-80 {
  padding-top: 150px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 180px !important;
}
.pt-170 {
  padding-top: 1100px !important;
}
.pt-180 {
  padding-top: 1150px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 60px !important;
}
.pb-60 {
  padding-bottom: 80px !important;
}
.pb-70 {
  padding-bottom: 100px !important;
}
.pb-80 {
  padding-bottom: 150px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 180px !important;
}
.pb-170 {
  padding-bottom: 1100px !important;
}
.pb-180 {
  padding-bottom: 1150px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 60px !important;
}
.p-60 {
  padding: 80px !important;
}
.p-70 {
  padding: 100px !important;
}
.p-80 {
  padding: 150px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-160 {
  padding: 180px !important;
}
.p-170 {
  padding: 1100px !important;
}
.p-180 {
  padding: 1150px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-200 {
  padding: 200px !important;
}
.m-0 {
  margin: 0 !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: 130px!important;
  }
  .pt-xl {
    padding-top: 110px!important;
  }
  .pt-l {
    padding-top: 100px!important;
  }
  .pt-m {
    padding-top: 80px!important;
  }
  .pt-s {
    padding-top: 70px!important;
  }
  .pt-xs {
    padding-top: 40px!important;
  }
  .pt-xxs {
    padding-top: 30px!important;
  }
  .pb-xxl {
    padding-bottom: 130px!important;
  }
  .pb-xl {
    padding-bottom: 110px!important;
  }
  .pb-l {
    padding-bottom: 100px!important;
  }
  .pb-m {
    padding-bottom: 80px!important;
  }
  .pb-s {
    padding-bottom: 70px!important;
  }
  .pb-xs {
    padding-bottom: 40px!important;
  }
  .pb-xxs {
    padding-bottom: 30px!important;
  }
  .mt-0-t {
    margin-top: 0 !important;
  }
  .mt-5-t {
    margin-top: 5px !important;
  }
  .mt-10-t {
    margin-top: 10px !important;
  }
  .mt-20-t {
    margin-top: 20px !important;
  }
  .mt-30-t {
    margin-top: 30px !important;
  }
  .mt-40-t {
    margin-top: 40px !important;
  }
  .mt-50-t {
    margin-top: 50px !important;
  }
  .mt-60-t {
    margin-top: 60px !important;
  }
  .mt-70-t {
    margin-top: 70px !important;
  }
  .mt-80-t {
    margin-top: 80px !important;
  }
  .mt-90-t {
    margin-top: 90px !important;
  }
  .mt-100-t {
    margin-top: 100px !important;
  }
  .mt-110-t {
    margin-top: 110px !important;
  }
  .mt-120-t {
    margin-top: 120px !important;
  }
  .mt-130-t {
    margin-top: 130px !important;
  }
  .mt-140-t {
    margin-top: 140px !important;
  }
  .mt-150-t {
    margin-top: 150px !important;
  }
  .mt-160-t {
    margin-top: 160px !important;
  }
  .mt-170-t {
    margin-top: 170px !important;
  }
  .mt-180-t {
    margin-top: 180px !important;
  }
  .mt-190-t {
    margin-top: 190px !important;
  }
  .mt-200-t {
    margin-top: 200px !important;
  }
  .mb-0-t {
    margin-bottom: 0 !important;
  }
  .mb-5-t {
    margin-bottom: 5px !important;
  }
  .mb-10-t {
    margin-bottom: 10px !important;
  }
  .mb-20-t {
    margin-bottom: 20px !important;
  }
  .mb-30-t {
    margin-bottom: 30px !important;
  }
  .mb-40-t {
    margin-bottom: 40px !important;
  }
  .mb-50-t {
    margin-bottom: 50px !important;
  }
  .mb-60-t {
    margin-bottom: 60px !important;
  }
  .mb-70-t {
    margin-bottom: 70px !important;
  }
  .mb-80-t {
    margin-bottom: 80px !important;
  }
  .mb-90-t {
    margin-bottom: 90px !important;
  }
  .mb-100-t {
    margin-bottom: 100px !important;
  }
  .mb-110-t {
    margin-bottom: 110px !important;
  }
  .mb-120-t {
    margin-bottom: 120px !important;
  }
  .mb-130-t {
    margin-bottom: 130px !important;
  }
  .mb-140-t {
    margin-bottom: 140px !important;
  }
  .mb-150-t {
    margin-bottom: 150px !important;
  }
  .mb-160-t {
    margin-bottom: 160px !important;
  }
  .mb-170-t {
    margin-bottom: 170px !important;
  }
  .mb-180-t {
    margin-bottom: 180px !important;
  }
  .mb-190-t {
    margin-bottom: 190px !important;
  }
  .mb-200-t {
    margin-bottom: 200px !important;
  }
  .pt-0-t {
    padding-top: 0 !important;
  }
  .pt-5-t {
    padding-top: 5px !important;
  }
  .pt-10-t {
    padding-top: 10px !important;
  }
  .pt-20-t {
    padding-top: 20px !important;
  }
  .pt-30-t {
    padding-top: 30px !important;
  }
  .pt-40-t {
    padding-top: 40px !important;
  }
  .pt-50-t {
    padding-top: 50px !important;
  }
  .pt-60-t {
    padding-top: 60px !important;
  }
  .pt-70-t {
    padding-top: 70px !important;
  }
  .pt-80-t {
    padding-top: 80px !important;
  }
  .pt-90-t {
    padding-top: 90px !important;
  }
  .pt-100-t {
    padding-top: 100px !important;
  }
  .pt-110-t {
    padding-top: 110px !important;
  }
  .pt-120-t {
    padding-top: 120px !important;
  }
  .pt-130-t {
    padding-top: 130px !important;
  }
  .pt-140-t {
    padding-top: 140px !important;
  }
  .pt-150-t {
    padding-top: 150px !important;
  }
  .pt-160-t {
    padding-top: 160px !important;
  }
  .pt-170-t {
    padding-top: 170px !important;
  }
  .pt-180-t {
    padding-top: 180px !important;
  }
  .pt-190-t {
    padding-top: 190px !important;
  }
  .pt-200-t {
    padding-top: 200px !important;
  }
  .pb-0-t {
    padding-bottom: 0 !important;
  }
  .pb-5-t {
    padding-bottom: 5px !important;
  }
  .pb-10-t {
    padding-bottom: 10px !important;
  }
  .pb-20-t {
    padding-bottom: 20px !important;
  }
  .pb-30-t {
    padding-bottom: 30px !important;
  }
  .pb-40-t {
    padding-bottom: 40px !important;
  }
  .pb-50-t {
    padding-bottom: 50px !important;
  }
  .pb-60-t {
    padding-bottom: 60px !important;
  }
  .pb-70-t {
    padding-bottom: 70px !important;
  }
  .pb-80-t {
    padding-bottom: 80px !important;
  }
  .pb-90-t {
    padding-bottom: 90px !important;
  }
  .pb-100-t {
    padding-bottom: 100px !important;
  }
  .pb-110-t {
    padding-bottom: 110px !important;
  }
  .pb-120-t {
    padding-bottom: 120px !important;
  }
  .pb-130-t {
    padding-bottom: 130px !important;
  }
  .pb-140-t {
    padding-bottom: 140px !important;
  }
  .pb-150-t {
    padding-bottom: 150px !important;
  }
  .pb-160-t {
    padding-bottom: 160px !important;
  }
  .pb-170-t {
    padding-bottom: 170px !important;
  }
  .pb-180-t {
    padding-bottom: 180px !important;
  }
  .pb-190-t {
    padding-bottom: 190px !important;
  }
  .pb-200-t {
    padding-bottom: 200px !important;
  }
  .p-0-t {
    padding: 0 !important;
  }
  .p-5-t {
    padding: 5px !important;
  }
  .p-10-t {
    padding: 10px !important;
  }
  .p-20-t {
    padding: 20px !important;
  }
  .p-30-t {
    padding: 30px !important;
  }
  .p-40-t {
    padding: 40px !important;
  }
  .p-50-t {
    padding: 50px !important;
  }
  .p-60-t {
    padding: 60px !important;
  }
  .p-70-t {
    padding: 70px !important;
  }
  .p-80-t {
    padding: 80px !important;
  }
  .p-90-t {
    padding: 90px !important;
  }
  .p-100-t {
    padding: 100px !important;
  }
  .p-110-t {
    padding: 110px !important;
  }
  .p-120-t {
    padding: 120px !important;
  }
  .p-130-t {
    padding: 130px !important;
  }
  .p-140-t {
    padding: 140px !important;
  }
  .p-150-t {
    padding: 150px !important;
  }
  .p-160-t {
    padding: 160px !important;
  }
  .p-170-t {
    padding: 170px !important;
  }
  .p-180-t {
    padding: 180px !important;
  }
  .p-190-t {
    padding: 190px !important;
  }
  .p-200-t {
    padding: 200px !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: 25px!important;
  }
  .mt-xxs {
    margin-top: 25px!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: 25px!important;
  }
  .mb-xxs {
    margin-bottom: 25px!important;
  }
  .pt-xxl {
    padding-top: 80px!important;
  }
  .pt-xl {
    padding-top: 70px!important;
  }
  .pt-l {
    padding-top: 70px!important;
  }
  .pt-m {
    padding-top: 60px!important;
  }
  .pt-s {
    padding-top: 50px!important;
  }
  .pt-xs {
    padding-top: 40px!important;
  }
  .pt-xxs {
    padding-top: 30px!important;
  }
  .pb-xxl {
    padding-bottom: 80px!important;
  }
  .pb-xl {
    padding-bottom: 70px!important;
  }
  .pb-l {
    padding-bottom: 70px!important;
  }
  .pb-m {
    padding-bottom: 60px!important;
  }
  .pb-s {
    padding-bottom: 50px!important;
  }
  .pb-xs {
    padding-bottom: 40px!important;
  }
  .pb-xxs {
    padding-bottom: 30px!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-m-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-m-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;
  }
  .mt-0-m {
    margin-top: 0 !important;
  }
  .mt-5-m {
    margin-top: 5px !important;
  }
  .mt-10-m {
    margin-top: 10px !important;
  }
  .mt-20-m {
    margin-top: 20px !important;
  }
  .mt-30-m {
    margin-top: 30px !important;
  }
  .mt-40-m {
    margin-top: 40px !important;
  }
  .mt-50-m {
    margin-top: 50px !important;
  }
  .mt-60-m {
    margin-top: 60px !important;
  }
  .mt-70-m {
    margin-top: 70px !important;
  }
  .mt-80-m {
    margin-top: 80px !important;
  }
  .mt-90-m {
    margin-top: 90px !important;
  }
  .mt-100-m {
    margin-top: 100px !important;
  }
  .mt-110-m {
    margin-top: 110px !important;
  }
  .mt-120-m {
    margin-top: 120px !important;
  }
  .mt-130-m {
    margin-top: 130px !important;
  }
  .mt-140-m {
    margin-top: 140px !important;
  }
  .mt-150-m {
    margin-top: 150px !important;
  }
  .mt-160-m {
    margin-top: 160px !important;
  }
  .mt-170-m {
    margin-top: 170px !important;
  }
  .mt-180-m {
    margin-top: 180px !important;
  }
  .mt-190-m {
    margin-top: 190px !important;
  }
  .mt-200-m {
    margin-top: 200px !important;
  }
  .mb-0-m {
    margin-bottom: 0 !important;
  }
  .mb-5-m {
    margin-bottom: 5px !important;
  }
  .mb-10-m {
    margin-bottom: 10px !important;
  }
  .mb-20-m {
    margin-bottom: 20px !important;
  }
  .mb-30-m {
    margin-bottom: 30px !important;
  }
  .mb-40-m {
    margin-bottom: 40px !important;
  }
  .mb-50-m {
    margin-bottom: 50px !important;
  }
  .mb-60-m {
    margin-bottom: 60px !important;
  }
  .mb-70-m {
    margin-bottom: 70px !important;
  }
  .mb-80-m {
    margin-bottom: 80px !important;
  }
  .mb-90-m {
    margin-bottom: 90px !important;
  }
  .mb-100-m {
    margin-bottom: 100px !important;
  }
  .mb-110-m {
    margin-bottom: 110px !important;
  }
  .mb-120-m {
    margin-bottom: 120px !important;
  }
  .mb-130-m {
    margin-bottom: 130px !important;
  }
  .mb-140-m {
    margin-bottom: 140px !important;
  }
  .mb-150-m {
    margin-bottom: 150px !important;
  }
  .mb-160-m {
    margin-bottom: 160px !important;
  }
  .mb-170-m {
    margin-bottom: 170px !important;
  }
  .mb-180-m {
    margin-bottom: 180px !important;
  }
  .mb-190-m {
    margin-bottom: 190px !important;
  }
  .mb-200-m {
    margin-bottom: 200px !important;
  }
  .pt-0-m {
    padding-top: 0 !important;
  }
  .pt-5-m {
    padding-top: 5px !important;
  }
  .pt-10-m {
    padding-top: 10px !important;
  }
  .pt-20-m {
    padding-top: 20px !important;
  }
  .pt-30-m {
    padding-top: 30px !important;
  }
  .pt-40-m {
    padding-top: 40px !important;
  }
  .pt-50-m {
    padding-top: 50px !important;
  }
  .pt-60-m {
    padding-top: 60px !important;
  }
  .pt-70-m {
    padding-top: 70px !important;
  }
  .pt-80-m {
    padding-top: 80px !important;
  }
  .pt-90-m {
    padding-top: 90px !important;
  }
  .pt-100-m {
    padding-top: 100px !important;
  }
  .pt-110-m {
    padding-top: 110px !important;
  }
  .pt-120-m {
    padding-top: 120px !important;
  }
  .pt-130-m {
    padding-top: 130px !important;
  }
  .pt-140-m {
    padding-top: 140px !important;
  }
  .pt-150-m {
    padding-top: 150px !important;
  }
  .pt-160-m {
    padding-top: 160px !important;
  }
  .pt-170-m {
    padding-top: 170px !important;
  }
  .pt-180-m {
    padding-top: 180px !important;
  }
  .pt-190-m {
    padding-top: 190px !important;
  }
  .pt-200-m {
    padding-top: 200px !important;
  }
  .pb-0-m {
    padding-bottom: 0 !important;
  }
  .pb-5-m {
    padding-bottom: 5px !important;
  }
  .pb-10-m {
    padding-bottom: 10px !important;
  }
  .pb-20-m {
    padding-bottom: 20px !important;
  }
  .pb-30-m {
    padding-bottom: 30px !important;
  }
  .pb-40-m {
    padding-bottom: 40px !important;
  }
  .pb-50-m {
    padding-bottom: 50px !important;
  }
  .pb-60-m {
    padding-bottom: 60px !important;
  }
  .pb-70-m {
    padding-bottom: 70px !important;
  }
  .pb-80-m {
    padding-bottom: 80px !important;
  }
  .pb-90-m {
    padding-bottom: 90px !important;
  }
  .pb-100-m {
    padding-bottom: 100px !important;
  }
  .pb-110-m {
    padding-bottom: 110px !important;
  }
  .pb-120-m {
    padding-bottom: 120px !important;
  }
  .pb-130-m {
    padding-bottom: 130px !important;
  }
  .pb-140-m {
    padding-bottom: 140px !important;
  }
  .pb-150-m {
    padding-bottom: 150px !important;
  }
  .pb-160-m {
    padding-bottom: 160px !important;
  }
  .pb-170-m {
    padding-bottom: 170px !important;
  }
  .pb-180-m {
    padding-bottom: 180px !important;
  }
  .pb-190-m {
    padding-bottom: 190px !important;
  }
  .pb-200-m {
    padding-bottom: 200px !important;
  }
  .p-0-m {
    padding: 0 !important;
  }
  .p-5-m {
    padding: 5px !important;
  }
  .p-10-m {
    padding: 10px !important;
  }
  .p-20-m {
    padding: 20px !important;
  }
  .p-30-m {
    padding: 30px !important;
  }
  .p-40-m {
    padding: 40px !important;
  }
  .p-50-m {
    padding: 50px !important;
  }
  .p-60-m {
    padding: 60px !important;
  }
  .p-70-m {
    padding: 70px !important;
  }
  .p-80-m {
    padding: 80px !important;
  }
  .p-90-m {
    padding: 90px !important;
  }
  .p-100-m {
    padding: 100px !important;
  }
  .p-110-m {
    padding: 110px !important;
  }
  .p-120-m {
    padding: 120px !important;
  }
  .p-130-m {
    padding: 130px !important;
  }
  .p-140-m {
    padding: 140px !important;
  }
  .p-150-m {
    padding: 150px !important;
  }
  .p-160-m {
    padding: 160px !important;
  }
  .p-170-m {
    padding: 170px !important;
  }
  .p-180-m {
    padding: 180px !important;
  }
  .p-190-m {
    padding: 190px !important;
  }
  .p-200-m {
    padding: 200px !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: 5px 5px;
  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-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: 5px 5px;
    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;
    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 button {
  border: 2px solid var(--inn-primary);
  padding: 5px 5px;
  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;
  display: inline-block;
  width: auto!important;
}
.widget-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
}
.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: 5px 5px;
  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;
}
.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;
}
.v-button a,
.v-button button {
  min-width: unset!important;
  text-transform: uppercase;
  padding: 2px 12px!important;
}
.v-button.v-primary a,
.v-button.v-primary button {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: 5px 5px;
  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;
}
.v-button.v-primary a:hover,
.v-button.v-primary button:hover {
  color: var(--inn-primary);
  background: transparent;
}
.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 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .burger-container {
    display: block;
  }
}
.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;
}
body {
  font-size: var(--inn-body-font-size);
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-weight: 200;
  overflow-x: hidden;
  max-width: 100vw;
  background: var(--inn-lightgrey);
  line-height: 1.4;
}
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-top: 140px;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
}
.inside section:last-child,
.inside div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inside {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.swiper-container {
  padding-left: 0!important;
  padding-right: 0!important;
}
.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
  margin: 0!important;
  transform: none!important;
  border: none!important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.swiper-button-disabled {
  opacity: 1!important;
}
.swiper-button-disabled:after {
  color: #BCBCBC;
}
.swiper-button-prev:after {
  content: "\f060";
}
.swiper-button-next:after {
  content: "\f061";
}
img {
  width: 100%;
  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 {
  margin-bottom: 70px;
}
section > div {
  display: flex;
}
section > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section.colcount_2 .col_1 {
    margin-bottom: 40px;
  }
  section > div {
    margin-bottom: 40px;
  }
  section > div:last-of-type {
    margin-bottom: 0;
  }
}
/*Header*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: transparent;
}
#header .v-burger-container {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #header .v-burger-container {
    display: block;
  }
}
#header .v-burger-container .burger-bars-2 {
  display: none;
}
#header > .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  #header > .inside {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#header > .inside .v-logo {
  overflow: visible;
  position: relative;
}
#header > .inside .v-logo:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 10%;
  bottom: 20%;
  background: transparent;
  -webkit-backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
  backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100vw;
  transform: translateX(-40px);
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1000px) {
  #header > .inside .v-logo:before {
    display: none!important;
  }
}
#header > .inside .v-logo:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 10%;
  bottom: 20%;
  background: transparent;
  -webkit-backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
  backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 300vw;
  transform: translateX(20px);
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1000px) {
  #header > .inside .v-logo:after {
    display: none!important;
  }
}
#header > .inside .logo {
  max-width: 15%;
  min-width: 15%;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header > .inside .logo {
    max-width: 30%;
    min-width: 30%;
  }
}
#header > .inside .logo img {
  width: 100%;
}
#header > .inside .v-logo-1 {
  transition: 0.5s all ease-in-out;
}
#header > .inside .v-logo-2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s all ease-in-out;
  z-index: 777;
}
#header > .inside .header-nav {
  color: white;
  transition: 0.5s all ease-in-out;
}
#header > .inside .header-nav .active a,
#header > .inside .header-nav strong {
  color: var(--inn-primary);
  font-weight: 700;
}
#header > .inside .header-nav li {
  display: inline-block;
}
.v-gsu {
  font-family: var(--inn-head-font);
  font-weight: 100!important;
}
.v-gsu span {
  border-color: var(--inn-primary) !important;
}
nav ul {
  margin: 0;
  padding: 0;
}
#header-nav-mod {
  width: 100%;
  overflow: visible;
}
#header-nav-mod #header-nav-inh {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #header-nav-mod #header-nav-inh {
    grid-gap: 5%;
    justify-content: space-between;
  }
}
#header-nav-mod #header-nav-inh .header-right-outer {
  flex-grow: 1;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #header-nav-mod #header-nav-inh .header-right-outer {
    justify-content: flex-end !important;
  }
  #header-nav-mod #header-nav-inh .header-right-outer .header-right {
    justify-content: flex-end;
  }
}
#header-nav-mod #header-nav-inh .header-right-outer #header-icons-mod {
  display: none;
}
#header-nav-mod #header-nav-inh .header-right {
  box-sizing: border-box;
  position: relative;
  z-index: 55;
  display: flex;
  align-items: center;
  transform: translateY(-12%);
  padding-left: 40px;
  grid-gap: 31px;
  justify-content: space-between;
  flex-grow: 1;
}
@media only screen and (max-width: 1000px) {
  #header-nav-mod #header-nav-inh .header-right {
    padding-left: 0;
    grid-gap: 20px;
    transform: none;
  }
  #header-nav-mod #header-nav-inh .header-right .v-button a {
    font-size: calc(13 / 17 * 1em);
  }
}
#header-nav-mod #header-nav-inh .header-right .header-nav {
  flex-grow: 1;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  #header-nav-mod #header-nav-inh .header-right .header-nav {
    display: none;
  }
}
#header-nav-mod #header-nav-inh .header-right .header-nav ul {
  width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#top-header {
  color: white;
}
#top-header .inside {
  padding-bottom: 0;
  padding-top: 15px;
}
.v-button {
  box-sizing: border-box;
  display: block;
}
.v-button a {
  display: block;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  #header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -webkit-backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
    backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
  }
}
#header #header-icons-mod {
  width: 100%;
  position: relative;
  z-index: 55;
}
#header #header-icons-mod #header-icons-inh .v-gsu {
  display: none!important;
}
@media only screen and (max-width: 1000px) {
  #header #header-icons-mod #header-icons-inh .v-gsu {
    display: block!important;
  }
}
@media only screen and (max-width: 1000px) {
  #header #header-icons-mod #header-icons-inh {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 10%;
  }
}
#header #header-icons-mod #header-icons-inh .icons-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  grid-gap: 20px;
}
@media only screen and (max-width: 1000px) {
  #header #header-icons-mod #header-icons-inh .icons-container {
    width: auto;
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header #header-icons-mod #header-icons-inh .icons-container {
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header #header-icons-mod #header-icons-inh .icons-container .v-icon-hover {
    font-size: 150%;
    width: 1.4em;
    height: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header #header-icons-mod #header-icons-inh .icons-container .v-icon-hover img {
    width: 1.2em;
    max-height: 1.1em;
    position: relative;
    z-index: 5;
  }
}
@media only screen and (max-width: 767px) {
  #header #header-icons-mod #header-icons-inh .icons-container .v-icon {
    display: none!important;
    position: relative;
    font-size: 150%;
    width: 1.4em;
    height: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header #header-icons-mod #header-icons-inh .icons-container .v-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: white;
    opacity: 0.75;
    display: none;
  }
  #header #header-icons-mod #header-icons-inh .icons-container .v-icon img {
    width: 0.9em;
    max-height: 1.2em;
    position: relative;
    z-index: 5;
  }
}
#header #header-icons-mod #header-icons-inh .icons-container a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: calc(15 / 17 * 1em);
}
@media only screen and (max-width: 1000px) {
  #header #header-icons-mod #header-icons-inh .icons-container a span {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #header .header-right-outer {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-right-outer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #header .header-right-outer .v-gsu {
    display: none!important;
  }
}
#header.scrolled-header .logo {
  min-width: 20%;
  max-width: 20%;
}
@media only screen and (max-width: 1000px) {
  #header.scrolled-header:before {
    opacity: 1;
  }
}
#header.scrolled-header .v-gsu a.gflag {
  color: var(--inn-neutral) !important;
}
#header.scrolled-header .burger-bars-1 {
  display: none;
}
#header.scrolled-header .burger-bars-2 {
  display: block!important;
}
#header.scrolled-header .v-gsu {
  color: var(--inn-neutral);
  font-family: var(--inn-head-font);
  font-weight: 100!important;
}
#header.scrolled-header .v-gsu a.gflag {
  color: var(--inn-neutral) !important;
}
#header.scrolled-header .v-gsu span {
  border-color: var(--inn-neutral) !important;
}
#header.scrolled-header .header-right-outer {
  flex-direction: column;
}
#header.scrolled-header .header-right-outer #header-icons-mod {
  width: 100%;
  display: flex!important;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1000px) {
  #header.scrolled-header .header-right-outer #header-icons-mod {
    display: none!important;
  }
}
#header.scrolled-header .header-right-outer #header-icons-mod #header-icons-inh {
  width: 100%;
  display: flex;
}
#header.scrolled-header .header-right-outer .header-right {
  transform: none!important;
}
#header.scrolled-header .header-nav ul {
  color: var(--inn-neutral);
}
#header.scrolled-header #top-header {
  color: var(--inn-neutral);
  display: none;
}
#header.scrolled-header .v-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #header.scrolled-header .v-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header.scrolled-header .v-logo .v-logo-1,
#header.scrolled-header .v-logo .v-logo-2 {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  #header.scrolled-header .v-logo .v-logo-1,
  #header.scrolled-header .v-logo .v-logo-2 {
    max-width: 100%!important;
  }
}
#header.scrolled-header .v-logo:after {
  left: -100vw;
  top: 0;
  bottom: 0;
}
#header.scrolled-header .v-logo:before {
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  width: 250vw;
  background: white;
  opacity: 0.3;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  -webkit-tap-highlight-color: unset;
}
#header.scrolled-header .v-logo .v-logo-1 {
  opacity: 0;
}
#header.scrolled-header .v-logo .v-logo-2 {
  opacity: 1;
}
@media only screen and (max-width: 1000px) {
  #header.scrolled-header.header-show-nav #header-icons-mod .icons-container .v-icon {
    display: flex!important;
  }
  #header.scrolled-header.header-show-nav #header-icons-mod .icons-container .v-icon-hover {
    display: none;
  }
  #header.scrolled-header.header-show-nav:before {
    opacity: 0;
  }
  #header.scrolled-header.header-show-nav #top-header {
    display: block!important;
  }
  #header.scrolled-header.header-show-nav .v-gsu a.gflag {
    color: white!important;
  }
  #header.scrolled-header.header-show-nav .v-logo .v-logo-1 {
    opacity: 1;
  }
  #header.scrolled-header.header-show-nav .v-logo .v-logo-2 {
    opacity: 0;
  }
}
.icons-container .v-icon-hover {
  display: none;
}
/*Header end*/
/*Footer*/
#footer {
  color: white;
  background: var(--inn-neutral);
}
#footer .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .inside .footer-nav ul {
  display: flex;
  flex-direction: row;
}
#footer .inside .footer-nav ul li {
  display: flex;
  align-items: center;
}
#footer .inside .footer-nav ul li:after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: var(--inn-neutral);
  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*/
.v-hero-swiper {
  position: relative;
}
.v-hero-swiper .swiper-container {
  padding-bottom: 40px;
}
.v-hero-swiper .v-hero-swiper-text-container {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 777;
}
@media only screen and (max-width: 1024px) {
  .v-hero-swiper .v-hero-swiper-text-container {
    display: none;
  }
}
.v-hero-swiper .v-hero-swiper-text-container .inside {
  padding-top: 0;
  padding-bottom: 0;
}
.v-hero-swiper .v-hero-swiper-text-container .inside .v-hero-swiper-text-wrapper {
  max-width: 22em;
  position: relative;
  padding: 70px 45px;
  padding-top: 90px;
  box-sizing: border-box;
}
.v-hero-swiper .v-hero-swiper-text-container .inside .v-hero-swiper-text-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--inn-secondary);
  opacity: 0.97;
}
.v-hero-swiper .v-hero-swiper-text-container .inside .v-hero-swiper-text-wrapper > div {
  position: relative;
  z-index: 5;
}
.v-hero-swiper .v-hero-swiper-text-container .inside .v-hero-swiper-text-wrapper h2 {
  font-size: calc(20 / 17 * 1em);
  font-family: var(--inn-main-font);
  text-transform: uppercase;
  font-weight: 300;
  color: var(--inn-primary);
  margin-bottom: 35px;
}
.v-hero-swiper .v-hero-swiper-text-container .inside .v-hero-swiper-text-wrapper .v-hero-swiper-text {
  margin-bottom: 60px;
}
.v-hero-swiper .custom-pagination-container {
  position: relative;
  z-index: 888;
}
.v-hero-swiper .custom-pagination-container .pagination-inside {
  margin-bottom: 40px!important;
  display: flex;
  justify-content: flex-end;
  max-width: var(--inn-container-width);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
.v-hero-swiper .v-swiper {
  position: relative;
  z-index: 55;
}
.v-hero-swiper .v-swiper .swiper-container {
  position: relative;
  z-index: 55;
}
.v-hero-swiper .v-swiper .swiper-container .swiper-wrapper {
  z-index: 55;
}
#wrapper {
  overflow: hidden;
}
.v-hero-swiper-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  z-index: 888;
}
.v-hero-swiper-arrow .v-primary-circle {
  transform: translateX(18%);
}
.v-hero {
  padding-bottom: 120px;
  position: relative;
}
.swiper-pagination {
  display: flex;
  grid-gap: 10px!important;
  position: relative;
  z-index: 888!important;
  justify-content: flex-end;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: var(--inn-primary) !important;
  opacity: 1!important;
  border: 1px solid var(--inn-primary);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: transparent!important;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    letter-spacing: 0.08em !important;
  }
}
.v-button a,
.v-button .button-dummy {
  font-size: calc(14 / 17 * 1em);
  text-transform: uppercase;
  letter-spacing: 0.2em !important;
  font-weight: 400;
  z-index: 5!important;
}
@media only screen and (max-width: 767px) {
  .v-button a,
  .v-button .button-dummy {
    letter-spacing: 0.1em !important;
    font-size: calc(12 / 17 * 1em);
  }
}
.v-button.v-primary a {
  padding: 9px 12px!important;
}
.v-button.v-arrow-button a,
.v-button.v-arrow-button .button-dummy {
  padding: 0!important;
  background: transparent!important;
  color: var(--inn-neutral) !important;
  border: none!important;
  position: relative;
  min-height: 2.9em;
  display: inline-flex;
  align-items: center;
  padding-right: 3em!important;
  text-transform: uppercase;
}
.v-button.v-arrow-button a:after,
.v-button.v-arrow-button .button-dummy:after {
  content: "";
  display: block;
  background: url("/files/contao_files/Bilder/-svg/button-pfeil-grau.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 4.2em;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.v-button.v-arrow-button a:before,
.v-button.v-arrow-button .button-dummy:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%) translateX(40%);
  background: var(--inn-primary);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.v-button.v-arrow-button a:hover:before,
.v-button.v-arrow-button .button-dummy:hover:before {
  opacity: 1;
}
.v-button.v-arrow-button-white a,
.v-button.v-arrow-button-white .button-dummy {
  padding: 0!important;
  background: transparent!important;
  color: white!important;
  border: none!important;
  position: relative;
  min-height: 2.9em;
  display: inline-flex;
  align-items: center;
  padding-right: 3em!important;
  text-transform: uppercase;
}
.v-button.v-arrow-button-white a:after,
.v-button.v-arrow-button-white .button-dummy:after {
  content: "";
  display: block;
  background: url("/files/contao_files/Bilder/-svg/button-pfeil-weiss.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 4.2em;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.v-button.v-arrow-button-white a:before,
.v-button.v-arrow-button-white .button-dummy:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%) translateX(40%);
  background: var(--inn-primary);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.v-button.v-arrow-button-white a:hover:before,
.v-button.v-arrow-button-white .button-dummy:hover:before {
  opacity: 1;
}
.inner-inside {
  padding-left: 90px;
}
@media only screen and (max-width: 1000px) {
  .inner-inside {
    padding-left: 0;
  }
}
.v-headline h1,
.v-headline h2,
.v-headline h3 {
  color: var(--inn-primary);
  margin-bottom: 0;
  letter-spacing: 0.2em;
  font-weight: 300;
  hyphens: auto;
}
.v-headline .v-headline-text-container {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  text-transform: uppercase;
}
.v-headline .v-headline-text-container p {
  margin-bottom: 0;
}
.v-headline .v-headline-text-container:before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--inn-primary);
}
.v-side-headline {
  font-size: calc(140 / 17 * 1em);
  position: absolute;
  font-family: var(--inn-head-font);
  font-weight: 100!important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--inn-primary);
  opacity: 0.1;
  top: 120px;
  transform: translate(0, 0) rotate(-90deg);
  transform-origin: right top;
  transition: 1s all ease-in-out;
  z-index: 55;
}
@media only screen and (max-width: 1700px) {
  .v-side-headline {
    display: none;
  }
}
.v-side-headline.v-side-headline-right {
  top: 0;
  transform-origin: right bottom;
  transform: translate(0, 0) rotate(-90deg);
}
.skiptranslate {
  display: none;
}
.v-sub-headline {
  margin-bottom: 60px;
}
.v-sub-headline h3 {
  color: var(--inn-primary);
  font-weight: 300;
  margin-bottom: 20px;
}
.v-sub-headline:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.2em;
  background: var(--inn-primary);
}
h4 {
  text-transform: unset;
}
.v-unterscheide-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .v-unterscheide-icons {
    grid-template-columns: 1fr;
  }
}
.v-unterscheide-icons img {
  width: 54px;
}
.v-unterscheide-icons h4 {
  margin-top: 15px;
}
.v-unterscheide-icons .single-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.v-unterscheide-icons.v-buchen-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .v-unterscheide-icons.v-buchen-icons {
    grid-template-columns: 1fr;
  }
}
#s-zwischenbild-1 .inside,
.a-zwischenbild .inside {
  max-width: 1540px;
  padding-top: 0;
  padding-bottom: 0;
}
.v-bg-lightgrey {
  position: relative;
}
.v-bg-lightgrey:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-secondary);
  opacity: 0.5;
}
#s-about-circle-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
#s-about-circle-img img {
  transition: 0.2s all ease-in-out;
}
#s-about {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  #s-about .inside {
    padding-bottom: 70px;
  }
}
#s-faq .inside {
  padding-top: 240px;
  padding-bottom: 240px;
}
#s-faq section {
  margin-top: 40px;
}
#s-faq section > div > div {
  justify-content: flex-start;
}
#footer .inside {
  padding-top: 20px;
  padding-bottom: 24px!important;
}
@media only screen and (max-width: 900px) {
  #footer .inside {
    padding-top: 40px;
  }
}
#footer #footer-mod {
  width: 100%;
}
#footer .footer-upper-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-upper-container .v-logo {
  max-width: 200px;
}
@media only screen and (max-width: 900px) {
  #footer .footer-upper-container {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-upper-container .v-logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-upper-container .v-logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
  }
}
#footer .footer-upper-container i {
  font-size: 2em;
}
#footer .footer-upper-container p {
  margin-bottom: 0;
}
#footer .footer-upper-container .v-logo-2 {
  display: none;
}
#footer .footer-lower-container {
  position: relative;
  margin-top: 25px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #footer .footer-lower-container {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-lower-container .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
    margin-top: 20px;
  }
  #footer .footer-lower-container .footer-nav ul li:after {
    display: none;
  }
}
#footer .footer-lower-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: var(--inn-secondary);
  opacity: 0.17;
  position: absolute;
  left: 0;
  top: 0;
}
.fancybox__container {
  z-index: 9999999!important;
}
@media only screen and (max-width: 1000px) {
  body.p-wohnungen-detail #header:before,
  .p-buchen #header:before,
  body.show-scrolled-header #header:before {
    opacity: 1;
  }
}
body.p-wohnungen-detail #header .burger-bars-2,
.p-buchen #header .burger-bars-2,
body.show-scrolled-header #header .burger-bars-2 {
  display: block;
}
body.p-wohnungen-detail #header .burger-bars-1,
.p-buchen #header .burger-bars-1,
body.show-scrolled-header #header .burger-bars-1 {
  display: none;
}
body.p-wohnungen-detail #header .v-gsu a.gflag,
.p-buchen #header .v-gsu a.gflag,
body.show-scrolled-header #header .v-gsu a.gflag {
  color: var(--inn-neutral) !important;
}
body.p-wohnungen-detail #header .v-logo-1,
.p-buchen #header .v-logo-1,
body.show-scrolled-header #header .v-logo-1 {
  opacity: 0!important;
}
body.p-wohnungen-detail #header .v-logo-2,
.p-buchen #header .v-logo-2,
body.show-scrolled-header #header .v-logo-2 {
  opacity: 1!important;
}
body.p-wohnungen-detail #header .header-nav,
.p-buchen #header .header-nav,
body.show-scrolled-header #header .header-nav,
body.p-wohnungen-detail #header #header-icons-mod,
.p-buchen #header #header-icons-mod,
body.show-scrolled-header #header #header-icons-mod {
  color: var(--inn-neutral) !important;
}
#a-buchen {
  margin-top: 100px;
}
.a-fewo-headline .inside {
  padding-bottom: 0;
}
.inside-container-only {
  max-width: var(--inn-container-width);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.v-accordion-icon {
  background: var(--inn-primary);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  background: url("/files/contao_files/Bilder/-svg/arrow-right-green.svg");
  background-size: 100% auto;
  background-position: 50% 50%;
  border: none!important;
}
div:not(.collapsed) > .v-accordion-icon {
  background: transparent;
  background: url("/files/contao_files/Bilder/-svg/arrow-down-green.svg");
  background-size: 100% auto;
  background-position: 50% 50%;
}
.v-image-randabfallend {
  position: relative;
}
.subcolumns {
  overflow: visible;
}
.v-map-container {
  filter: grayscale(100%);
}
h1,
h2,
h3 {
  font-weight: 300;
  line-height: 1.1;
}
.v-bg-primary-icons {
  background: var(--inn-primary);
  color: white;
  padding: 40px 90px;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin-top: 40px!important;
}
@media only screen and (max-width: 767px) {
  .v-bg-primary-icons {
    padding: 40px 20px;
  }
}
.v-bg-primary-icons a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.a-kontakt-sec > div > div {
  justify-content: flex-start;
}
.a-kontakt-sec .col_1 {
  max-width: 27em;
  width: 100%;
}
.widget.select-gender {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .widget.select-gender {
    max-width: 100%;
  }
}
.widget-submit button {
  display: none;
}
#s-faq,
#a-kontakt {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1700px) {
  #s-faq,
  #a-kontakt {
    padding-bottom: 0;
  }
}
.ce_form {
  overflow: visible;
}
.faq-big-text-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-big-text-container:before {
  content: "";
  position: absolute;
  right: 40%;
  left: -500%;
  top: 0;
  bottom: 0;
  background: white;
}
@media only screen and (max-width: 767px) {
  .faq-big-text-container:before {
    right: 25%;
  }
}
.faq-big-text-container #faq-big-text {
  position: relative;
  z-index: 55;
  margin-bottom: 30px;
  font-size: calc(140 / 17 * 1em);
  font-family: var(--inn-head-font);
  color: var(--inn-primary);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1000px) {
  .faq-big-text-container #faq-big-text {
    font-size: 11vw;
    letter-spacing: 1vw;
  }
}
.faq-big-text-container #faq-big-text p {
  margin-bottom: 0;
}
.footer-contact-icons {
  display: flex;
  align-items: center;
  grid-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-contact-icons {
    grid-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-contact-icons > a,
.footer-contact-icons > div {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.no-hyphens,
.no-hypens {
  hyphens: unset!important;
}
.no-hyphens h1,
.no-hypens h1,
.no-hyphens h2,
.no-hypens h2,
.no-hyphens h3,
.no-hypens h3 {
  hyphens: unset!important;
}
.v-max-character-70 {
  max-width: 70ch;
}
.v-max-character-80 {
  max-width: 70ch;
}
.startseite .v-hero-swiper {
  background: white;
}
.v-bg-white {
  background: white;
}
.counter-boxes {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .counter-boxes {
    flex-direction: column;
    grid-gap: 60px;
  }
}
.counter-boxes .single-counter-container .counter-number-container {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: center;
}
.counter-boxes .single-counter-container .counter-number-container .v-counter-icon {
  border-right: 1px solid var(--inn-neutral);
  padding-right: 20px;
  margin-right: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.counter-boxes .single-counter-container .counter-number-container .counter-number-text {
  color: var(--inn-primary);
  font-family: var(--inn-head-font);
  font-size: 70px;
}
.counter-boxes .single-counter-container .counter-number-container .counter-einheit {
  font-size: 40px;
}
.counter-boxes .single-counter-container .counter-text-container {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.v-button p {
  margin-bottom: 0;
}
.v-peak-verwaltung-element {
  overflow: visible;
  position: relative;
  z-index: 55;
}
.v-peak-verwaltung-element .inner-peak-verwaltung {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .v-peak-verwaltung-element .inner-peak-verwaltung {
    grid-template-columns: 1fr;
  }
}
.v-peak-verwaltung-element .inner-peak-verwaltung .v-peak-verwaltung-image img {
  min-height: 40em;
  object-fit: cover;
}
.v-peak-verwaltung-element .inner-peak-verwaltung .v-peak-verwaltung-content {
  padding-left: 20px;
  margin-left: calc((100vw - 1340px) / 2);
}
@media only screen and (max-width: 1400px) {
  .v-peak-verwaltung-element .inner-peak-verwaltung .v-peak-verwaltung-content {
    padding-top: 50px;
    margin-left: 0;
  }
}
.v-footer-cta-box-element {
  background: white;
  color: var(--inn-neutral);
  padding: 20px 40px;
  display: block;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
}
.v-footer-cta-box-element:hover {
  color: var(--inn-neutral);
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .v-footer-cta-box-element {
    padding: 20px 20px;
    margin: 0!important;
    width: 100%;
  }
}
.v-footer-cta-box-element .inner-footer-cta-box {
  display: flex;
  align-items: center;
  grid-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .v-footer-cta-box-element .inner-footer-cta-box {
    grid-gap: 20px;
    justify-content: space-between;
  }
}
.v-footer-cta-box-element .inner-footer-cta-box .v-footer-cta-box-text {
  font-family: var(--inn-head-font);
}
@media only screen and (max-width: 1200px) {
  #footer .footer-upper-container {
    flex-wrap: wrap;
  }
  #footer .footer-upper-container .v-footer-cta-box-element {
    margin-left: auto;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer-upper-container .v-footer-cta-box-element {
    margin-right: auto;
  }
}
.v-image-with-text-overlay-element .inner-image-with-text-overlay {
  position: relative;
}
.v-image-with-text-overlay-element .inner-image-with-text-overlay .v-image-with-text-overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 50px;
  color: white;
  font-family: var(--inn-head-font);
  max-width: 25em;
  text-transform: uppercase;
  font-size: 20px;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .v-image-with-text-overlay-element .inner-image-with-text-overlay .v-image-with-text-overlay-text {
    padding: 10px;
    font-size: 16px;
  }
}
.v-image-with-text-overlay-element .inner-image-with-text-overlay .v-image-with-text-overlay-text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .v-image-with-text-overlay-element.v-overlay-type-2 {
    margin-bottom: 10em!important;
    overflow: visible;
  }
}
.v-image-with-text-overlay-element.v-overlay-type-2 .inner-image-with-text-overlay .v-image-with-text-overlay-image {
  max-width: 1200px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .v-image-with-text-overlay-element.v-overlay-type-2 .inner-image-with-text-overlay .v-image-with-text-overlay-image {
    position: relative;
    left: -20px;
    width: 100vw;
  }
  .v-image-with-text-overlay-element.v-overlay-type-2 .inner-image-with-text-overlay .v-image-with-text-overlay-image img {
    min-height: 20em;
    object-fit: cover;
  }
}
.v-image-with-text-overlay-element.v-overlay-type-2 .inner-image-with-text-overlay .v-image-with-text-overlay-text {
  left: unset;
  right: 0;
  max-width: 800px;
  width: 100%;
  bottom: 50px;
  font-size: 28px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .v-image-with-text-overlay-element.v-overlay-type-2 .inner-image-with-text-overlay .v-image-with-text-overlay-text {
    bottom: 0;
    transform: translateY(50%);
    right: -20px;
    font-size: 24px;
    padding: 20px;
    left: 0;
    width: auto;
  }
}
.v-image-with-text-overlay-element.v-overlay-type-2 .inner-image-with-text-overlay .v-image-with-text-overlay-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--inn-neutral);
  opacity: 0.9;
}
.v-image-with-text-overlay-element.v-overlay-type-2 .inner-image-with-text-overlay .v-image-with-text-overlay-text p {
  position: relative;
  z-index: 55;
}
.v-verwaltung-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-icons {
    grid-template-columns: 1fr;
  }
}
.v-verwaltung-icons img {
  width: 54px;
}
.v-verwaltung-icons h4 {
  margin-top: 15px;
}
.v-verwaltung-icons .single-icon {
  display: flex;
  flex-direction: column;
}
.v-verwaltung-icons.v-buchen-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-icons.v-buchen-icons {
    grid-template-columns: 1fr;
  }
}
#verwaltung-luxus .v-side-headline {
  top: 40px;
}
.v-verwaltung-number-boxes-element .v-verwaltung-number-boxes {
  grid-auto-rows: 1fr;
}
.v-verwaltung-number-boxes-element .v-single-element-verwaltung-number-boxes {
  position: relative;
  padding: 20px;
}
.v-verwaltung-number-boxes-element .v-single-element-verwaltung-number-boxes:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-verwaltung-number-boxes-element .v-single-element-verwaltung-number-boxes .inner-verwaltung-number-boxes {
  display: flex;
  align-items: center;
  grid-gap: 45px;
}
.v-verwaltung-number-boxes-element .v-single-element-verwaltung-number-boxes .inner-verwaltung-number-boxes p {
  margin-bottom: 0;
}
.v-verwaltung-number-boxes-element .v-single-element-verwaltung-number-boxes .inner-verwaltung-number-boxes .v-verwaltung-number-boxes-number {
  font-size: 70px;
  font-family: var(--inn-head-font);
  color: var(--inn-primary);
}
.v-verwaltung-number-boxes-element .v-single-element-verwaltung-number-boxes .inner-verwaltung-number-boxes .v-verwaltung-number-boxes-text {
  font-family: var(--inn-head-font);
}
.v-verwaltung-number-boxes-element .v-verwaltung-number-boxes-number-boxes-cta {
  background: var(--inn-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  grid-gap: 40px;
  font-family: var(--inn-head-font);
}
.v-verwaltung-number-boxes-element .v-verwaltung-number-boxes-number-boxes-cta img {
  min-width: 20px;
}
.v-verwaltung-number-boxes-element .v-verwaltung-number-boxes-number-boxes-cta p {
  margin-bottom: 0;
}
.v-verwaltung-number-boxes-element .v-verwaltung-number-boxes-number-boxes-cta:hover img {
  animation: arrow-hover 0.6s ease-in-out infinite alternate;
}
@keyframes arrow-hover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
#verwaltung-immos-text .inside {
  padding-top: 0;
}
.verwaltung-immos-container {
  max-width: 900px;
  position: relative;
  padding: 60px;
  padding-left: 0;
}
.verwaltung-immos-container:before {
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background: white;
  position: absolute;
}
.verwaltung-immos-container > div {
  position: relative;
  z-index: 55;
}
#verwaltung-fazit {
  background: white;
  margin-bottom: 140px;
}
#verwaltung-fazit .v-headline h2 {
  font-size: 100px;
}
@media only screen and (max-width: 767px) {
  #verwaltung-fazit .v-headline h2 {
    font-size: 50px;
  }
}
#verwaltung-fazit .v-headline.v-headline-type-h3 {
  margin-top: 80px;
}
#verwaltung-fazit .v-headline.v-headline-type-h3 h3:after {
  content: "";
  display: block;
  height: 2px;
  width: 5em;
  background: var(--inn-primary);
  margin: 0 auto;
  margin-top: 20px;
}
#verwaltung-fazit .v-headline.v-headline-type-h3 .v-headline-text-container {
  text-transform: unset!important;
  max-width: 800px;
  margin-top: 30px;
}
#verwaltung-fazit .v-headline.v-headline-type-h3 .v-headline-text-container p {
  text-transform: unset!important;
}
#verwaltung-fazit .v-headline.v-headline-type-h3 .v-headline-text-container:before {
  display: none;
}
.verwaltung-recht-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .verwaltung-recht-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.fazit-icons {
  display: flex;
  margin-top: 70px;
  justify-content: center;
  grid-gap: 100px;
}
@media only screen and (max-width: 767px) {
  .fazit-icons {
    flex-direction: column;
    grid-gap: 50px;
  }
}
.fazit-icons .single-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  font-family: var(--inn-head-font);
}
.fazit-icons .single-icon .v-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--inn-primary);
  border-radius: 100%;
  padding: 15px;
  box-sizing: border-box;
}
#verwaltung-faq .faq-headline {
  display: none;
}
#verwaltung-mehrwert .v-headline h2 {
  font-size: 100px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  #verwaltung-mehrwert .v-headline h2 {
    font-size: 50px;
  }
}
.single-fewo-list-object {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-fewo-list-object .sf-content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.single-fewo-list-object .sf-content-wrapper .sf-url-icon {
  position: absolute;
  bottom: 10%;
  right: 30%;
  z-index: 555;
}
.single-fewo-list-object .sf-content-wrapper .sf-url-icon img {
  position: relative;
  z-index: 55;
}
.single-fewo-list-object .sf-content-wrapper .sf-url-icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%) translateX(40%);
  background: var(--inn-primary);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.single-fewo-list-object .sf-content-wrapper .sf-left-text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: white;
  padding: 30px 24px;
  position: relative;
  z-index: 888;
}
.single-fewo-list-object .sf-content-wrapper .sf-left-text-container .sf-top-text-container {
  transition: 0.5s all ease-in-out;
}
.single-fewo-list-object .sf-content-wrapper .sf-left-text-container .sf-additional_name {
  text-transform: uppercase;
  font-weight: 500;
}
.single-fewo-list-object .sf-content-wrapper .sf-left-text-container .sf-name {
  transition: 0.5s all ease-in-out;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-secondary);
  opacity: 0.8;
  transition: 0.5s all ease-in-out;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons .single-furnishing-icon-line {
  height: 1px;
  background: var(--inn-neutral);
  position: relative;
  z-index: 55;
  transition: 0.5s all ease-in-out;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons .single-furnishing-icon-line:last-child {
  display: none;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons .single-furnishing-icon-line:nth-child(6) {
  opacity: 0;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons .v-fewo-list-icon-show-on-hover {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons .single-furnishing-icon-container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 55;
  justify-content: space-between;
  grid-gap: 2em;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons .single-furnishing-icon-container .single-furnishing-icon {
  min-width: 1.5em;
}
.single-fewo-list-object .sf-content-wrapper .sf-content-icons .single-furnishing-icon-container .single-furnishing-icon-text {
  min-width: 1.5em;
  text-align: right;
  font-family: var(--inn-head-font);
  font-weight: 500;
  font-size: calc(14 / 17 * 1em);
  letter-spacing: 0.1em;
}
.single-fewo-list-object:hover .sf-content-icons .single-furnishing-icon-line:nth-child(6) {
  opacity: 1;
}
.single-fewo-list-object:hover .v-fewo-list-icon-show-on-hover {
  opacity: 1!important;
}
.single-fewo-list-object:hover .sf-content-icons:before {
  left: -20vw;
}
.single-fewo-list-object:hover .sf-top-text-container {
  color: var(--inn-neutral);
}
.single-fewo-list-object:hover .sf-name {
  color: var(--inn-primary);
}
.single-fewo-list-object:hover .sf-url-icon:after {
  opacity: 1;
}
.v-fewo-service-teaser {
  margin-top: 40px;
}
.v-fewo-service-teaser .v-fewo-service-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 900px) {
  .v-fewo-service-teaser .v-fewo-service-teaser-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .v-fewo-service-teaser .v-fewo-service-teaser-grid {
    grid-template-columns: 1fr;
  }
}
.single-fewo-teaser-box .sftb-text-container {
  margin-top: 30px;
}
.v-fewo-detail-grid-images .v-fewo-detail-grid {
  display: grid;
  grid-template-columns: 3.47fr 1fr 1fr;
  grid-gap: 10px;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .v-fewo-detail-grid-images .v-fewo-detail-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.v-fewo-detail-grid-images .v-fewo-detail-grid .single-fewo-detail-grid-image {
  position: relative;
}
.v-fewo-detail-grid-images .v-fewo-detail-grid .single-fewo-detail-grid-image .v-button {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 55;
  transform: translateX(-50%);
  white-space: nowrap;
}
.v-fewo-detail-grid-images .v-fewo-detail-grid .single-fewo-detail-grid-image:nth-child(1) {
  grid-row: span 2;
}
@media only screen and (max-width: 1000px) {
  .v-fewo-detail-grid-images .v-fewo-detail-grid .single-fewo-detail-grid-image:nth-child(1) {
    grid-row: auto;
    grid-column: span 2;
  }
}
.v-fewo-detail-grid-images .v-fewo-detail-grid .single-fewo-detail-grid-image:nth-child(5):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: var(--inn-neutral);
  opacity: 0.62;
}
.v-fewo-detail-grid-images .v-fewo-detail-grid .single-fewo-detail-grid-image:nth-child(5):after {
  content: "";
  display: block;
  position: absolute;
  left: 60%;
  bottom: 0;
  right: 20px;
  top: 0;
  background: var(--inn-secondary);
  opacity: 0.8;
}
.v-fewo-detail-grid-images .v-fewo-detail-grid .single-fewo-detail-grid-image:nth-child(n+6) {
  display: none;
}
.v-fewo-headline-container .fewo-detail-headline-wrapper .fewo-detail-headline-upper {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.v-fewo-headline-container .fewo-detail-headline-wrapper .fewo-detail-headline-upper .fewo-detail-headline-add-name {
  font-weight: 500;
  border-right: 2px solid var(--inn-neutral);
  padding-right: 20px;
  margin-right: 20px;
}
.v-fewo-headline-container .fewo-detail-headline-wrapper .fewo-detail-headline {
  color: var(--inn-primary);
}
.v-fewo-headline-container .fewo-detail-headline-wrapper .fewo-detail-headline h1 {
  font-weight: 300;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 767px) {
  .fewo-detail-images-icons .inside-container-only {
    padding-left: 0;
    padding-right: 0;
  }
}
.v-fewo-detail-icons {
  position: relative;
  overflow: visible;
}
.v-fewo-detail-icons:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-secondary);
  opacity: 0.3;
}
.v-fewo-detail-icons .v-fewo-detail-icons-container {
  display: flex;
  position: relative;
  z-index: 55;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 65px;
  padding-left: 90px;
  padding-right: 134px;
}
@media only screen and (max-width: 1000px) {
  .v-fewo-detail-icons .v-fewo-detail-icons-container {
    display: grid;
    grid-gap: 30px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .v-fewo-detail-icons .v-fewo-detail-icons-container {
    grid-template-columns: 1fr 1fr;
    padding: 30px;
  }
}
.v-fewo-detail-icons .v-fewo-detail-icons-container .single-furnishing-icon-container .single-furnishing-icon {
  margin-bottom: 15px;
}
.v-fewo-detail-icons .v-fewo-detail-icons-container .single-furnishing-icon-container .single-furnishing-icon img {
  width: auto;
  height: 41px;
}
.v-fewo-detail-icons .v-fewo-detail-icons-container .single-furnishing-icon-container .single-furnishing-icon-text {
  font-family: var(--inn-head-font);
}
.v-fewo-detail-icons .v-fewo-icon-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
@media only screen and (max-width: 1000px) {
  .v-fewo-detail-icons .v-fewo-icon-button {
    transform: translateY(65%);
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.fewo-detail-images-icons {
  overflow: visible;
}
.v-fewo-detail-furnishing-list-container {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
.v-fewo-detail-furnishing-list-container .v-fewo-detail-furnishing-list-group .v-fewo-furnishing-list-furnishing-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.v-fewo-detail-furnishing-list-container .v-fewo-detail-furnishing-list-group .v-fewo-furnishing-list-furnishing-list ul li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.v-fewo-detail-furnishing-list-container .v-fewo-detail-furnishing-list-group .v-fewo-furnishing-list-furnishing-list ul li:before {
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: var(--inn-primary);
  display: block;
  content: "";
  border-radius: 100%;
}
.v-fewo-service-list .v-fewo-service-list-grid {
  display: grid;
  grid-gap: 50px;
}
.v-fewo-service-list .v-fewo-service-list-grid .single-fewo-list-box {
  display: grid;
  grid-template-columns: 275px 1fr;
  grid-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .v-fewo-service-list .v-fewo-service-list-grid .single-fewo-list-box {
    grid-template-columns: 1fr;
  }
}
.v-fewo-service-list .v-fewo-service-list-grid .single-fewo-list-box .fewo-service-add-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}
@media only screen and (max-width: 767px) {
  .v-fewo-service-list .v-fewo-service-list-grid .single-fewo-list-box .fewo-service-add-boxes {
    grid-template-columns: 1fr;
  }
}
.v-fewo-service-list .v-fewo-service-list-grid .single-fewo-list-box .fewo-service-add-boxes ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.v-fewo-service-list .v-fewo-service-list-grid .single-fewo-list-box .fewo-service-add-boxes ul li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.v-fewo-service-list .v-fewo-service-list-grid .single-fewo-list-box .fewo-service-add-boxes ul li:before {
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: var(--inn-primary);
  display: block;
  content: "";
  border-radius: 100%;
}
.v-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--inn-secondary);
  padding-bottom: 5px;
}
.v-accordion-title .v-fewo-furnishing-list-group-title {
  font-family: var(--inn-head-font);
}
.v-accordion-body {
  padding-top: 20px;
}
.v-fewo-booking-badge {
  position: fixed;
  right: 0;
  bottom: 15%;
  max-width: 182px;
  z-index: 777;
}
@media only screen and (max-width: 767px) {
  .v-fewo-booking-badge {
    display: none;
  }
}
.faq-start-accordion {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
.faq-card {
  width: 100%;
}
.faq-card .faq-card-header {
  font-family: var(--inn-head-font);
}
.faq-card .faq-card-header .faq-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid var(--inn-secondary);
  padding-bottom: 10px;
}
.faq-card .faq-card-header .faq-card-link:hover {
  cursor: pointer;
}
.faq-card .faq-card-header .faq-card-link .v-primary-circle {
  width: 20px;
  height: 20px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  background: url("/files/contao_files/Bilder/-svg/arrow-right-green.svg");
  background-size: 100% auto;
  background-position: 50% 50%;
  border: none!important;
}
.faq-card .faq-card-header .faq-card-link:not(.collapsed) .v-primary-circle {
  background: transparent;
  background: url("/files/contao_files/Bilder/-svg/arrow-down-green.svg");
  background-size: 100% auto;
  background-position: 50% 50%;
}
.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 {
  font-size: calc(20 / 17 * 1em);
  color: var(--inn-primary);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
.faq-half-container {
  display: grid;
  grid-gap: 30px;
}
.mod_cms_accept_tags {
  font-size: 80% !important;
}
.mod_cms_accept_tags form {
  background: var(--inn-neutral);
  color: white;
  max-width: 700px;
  font-weight: 100;
  font-family: var(--inn-main-font);
  padding-bottom: 30px!important;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form {
    max-width: 100%;
    margin: 10px;
  }
}
.mod_cms_accept_tags strong {
  font-weight: 900!important;
}
.mod_cms_accept_tags .footer-nav {
  font-size: 80%;
  padding-left: 30px!important;
  padding-right: 30px!important;
  margin-top: 30px;
}
.mod_cms_accept_tags .footer-nav ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .footer-nav ul {
    justify-content: center;
  }
}
.mod_cms_accept_tags .footer-nav ul li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
.mod_cms_accept_tags .footer-nav ul li:last-child:after {
  display: none;
}
.mod_cms_accept_tags form > .tags > div .head input:checked + label {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form .widget-submit button {
  background: var(--inn-primary);
  padding: 5px 15px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  color: white;
  font-family: var(--inn-head-font);
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form .widget-submit button {
    width: 100%;
  }
}
.mod_cms_accept_tags form .widget-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.mod_cms_accept_tags form > .tags {
  padding: 30px!important;
  padding-bottom: 0!important;
  padding-top: 0!important;
  justify-content: space-between;
  align-items: center;
}
.mod_cms_accept_tags form > .tags .head {
  margin: 0!important;
}
.mod_cms_accept_tags form > .tags > div {
  flex-grow: inherit;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags {
    flex-direction: column;
  }
}
.mod_cms_accept_tags form > .tags .tag-wrapper {
  display: flex;
  min-width: 40%;
  justify-content: flex-start;
  align-items: center;
  padding: 0!important;
  min-height: 30px;
}
.mod_cms_accept_tags form > .tags .tag-wrapper .tag-container {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .tag-wrapper {
    width: 100%;
    justify-content: center;
  }
  .mod_cms_accept_tags form > .tags .tag-wrapper .tag-container {
    margin-right: 20px;
  }
}
.mod_cms_accept_tags form > .tags .cms_tags_action_container {
  display: flex;
  min-width: 50%;
  align-items: center;
  justify-content: flex-end;
  padding: 0!important;
  min-height: 30px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .cms_tags_action_container {
    width: 100%;
    justify-content: center;
  }
}
.mod_cms_accept_tags form > .tags .head {
  position: relative;
  display: flex;
}
.mod_cms_accept_tags form > .tags .head label {
  background: none!important;
  height: auto!important;
  width: auto!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  margin: 0!important;
}
.mod_cms_accept_tags form > .tags .head input {
  position: absolute;
  opacity: 0 !important;
  display: none!important;
}
.mod_cms_accept_tags form > .tags .head input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.mod_cms_accept_tags form > .tags .head input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 2px solid var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:hover + label:before {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.mod_cms_accept_tags form > .tags .head input:checked + label:before {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:disabled + label {
  cursor: auto;
}
.mod_cms_accept_tags form > .tags .head input:disabled + label:before {
  box-shadow: none;
  background: var(--inn-primary);
  opacity: 0.4;
}
.mod_cms_accept_tags form > .tags .head label:after {
  display: none!important;
  content: "";
  position: absolute;
  left: 5px!important;
  top: 11px!important;
  background: white!important;
  border-radius: 0!important;
  width: 2px!important;
  height: 2px!important;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.mod_cms_accept_tags form > .tags .head input:checked + label:after {
  display: block!important;
}
.mod_cms_accept_tags form > .tags .head input:disabled + label:after {
  background: var(--inn-primary) !important;
  box-shadow: 2px 0 0 var(--inn-primary), 4px 0 0 var(--inn-primary), 4px -2px 0 var(--inn-primary), 4px -4px 0 var(--inn-primary), 4px -6px 0 var(--inn-primary), 4px -8px 0 var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head label {
  margin-right: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .head label {
    width: 100%;
  }
}
.mod_cms_accept_tags .cookie-headline {
  color: var(--inn-primary);
  font-family: var(--inn-head-font);
  font-size: 200%;
  margin-bottom: 15px;
}
.mod_cms_accept_tags .cookie-icon {
  color: var(--inn-primary);
  position: absolute;
  right: 15px;
  top: 20px;
}
.mod_cms_accept_tags .cookie-icon i {
  font-size: 300%;
}
.mod_cms_accept_tags .formbody {
  position: relative;
  padding: 30px!important;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .formbody {
    padding-bottom: 0!important;
  }
}
.mod_cms_accept_tags .cms_button_chosen {
  display: flex;
  align-items: center;
  font-weight: 100!important;
}
.mod_cms_accept_tags .cms_button_chosen:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin-left: 5px;
  font-size: 130%;
}
.mod_cms_accept_tags .cms_button_all {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .cms_button_all {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .tag-info {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .cms_tags_action_container {
    flex-direction: column;
    align-items: center;
    min-height: 60px!important;
  }
  .mod_cms_accept_tags .cms_tags_action_container .widget-submit.v-primary {
    width: 100%;
  }
}
.mod_cms_accept_tags .widget-submit {
  white-space: nowrap;
}
.ds-options-button {
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 9999;
  color: white;
  background: var(--inn-primary);
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid whitE;
}
@media only screen and (max-width: 767px) {
  .ds-options-button {
    bottom: 65px;
    left: 10px;
  }
}
.syndication a img {
  width: auto;
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content {
  background: var(--inn-neutral);
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content .uc-btn-accept-wrapper button {
  background: var(--inn-primary);
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content .uc-btn-deny-wrapper button {
  background: var(--inn-neutral);
}
#uc-privacy-button #bto-path-1 {
  fill: var(--inn-primary) !important;
}
#uc-privacy-button #ico_button_close-b {
  fill: var(--inn-primary) !important;
}
.uc-card-header,
.uc-nav.uc-nav-tabs,
.uc-btn.uc-btn-primary,
.uc-modal-header.uc-flex-container {
  background: var(--inn-primary) !important;
}
#uc-search-consents-info {
  background: var(--inn-neutral) !important;
  border-color: var(--inn-neutral) !important;
}
#uc-corner-modal .uc-corner-modal-content {
  bottom: 140px!important;
}
#uc-btn-open-main-corner-modal {
  bottom: 70px!important;
}
#bto-path-1,
#fingerprint,
#ico_button_close-b {
  fill: var(--inn-primary) !important;
}
#uc-btn-open-main-corner-modal,
.uc-corner-modal-content {
  z-index: 99999999!important;
}
.uc-banner-btn-list > div {
  display: flex;
  justify-content: center;
}
.uc-banner-btn-list > div button {
  width: 100%!important;
  min-width: 100%!important;
  display: block!important;
}
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed!important;
  top: 0;
  bottom: 0;
  background: white;
  left: 0;
  z-index: 9999999999!important;
}
.percentage {
  z-index: 100;
  text-align: center;
  color: var(--inn-neutral);
  line-height: 30px;
  font-size: 15px;
}
.loader {
  height: 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 only screen and (min-width: 999px) {
  .v-mobile-header-icons,
  .navigation,
  .burger,
  .v-mobile {
    display: none!important;
  }
}
@media only screen and (max-width: 1200px) {
  #header .header-nav li:after {
    background: blue;
  }
}
@media only screen and (max-width: 1000px) {
  .header-nav {
    display: none;
  }
  .v-desktop {
    display: none;
  }
}
@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 mobil navigation*/
.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid 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: 4px solid 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: 4px solid 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: 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: 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;
  width: 100%;
  overflow: hidden!important;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  position: fixed;
  left: 0;
  top: -150%;
  justify-content: flex-start;
  align-items: flex-start !important;
  z-index: 7777;
  padding-top: 200px;
}
.navigation:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-neutral);
  opacity: 0.98;
}
.navigation li {
  color: white;
  text-align: center;
  display: block;
}
.navigation li a,
.navigation li strong {
  color: white;
  text-decoration: none;
}
.navigation li:after {
  display: none!important;
}
.navigation ul {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  position: relative;
  z-index: 55;
}
.navigation ul li {
  font-size: calc(25 / 17 * 1em);
  text-transform: uppercase;
}
.navigation ul li a:hover,
.navigation ul li strong {
  border-bottom: 2px solid 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;
}
.v-verwaltung-akkordeon .v-akkordeon-container {
  margin-top: 30px;
}
.v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card {
  border: none;
}
.v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card:after {
  display: none;
}
.v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card .verwaltung-card-header {
  background: transparent;
  padding: 0;
}
.v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card .verwaltung-card-header .card-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card .verwaltung-card-header .card-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card .verwaltung-card-header .d-flex {
  padding: 20px 30px;
}
.v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card .verwaltung-card-header .v-akkordeon-headline {
  font-family: var(--inn-head-font);
  font-size: 18px;
  font-weight: bold;
  color: var(--inn-neutral);
  text-transform: uppercase;
}
.v-verwaltung-akkordeon .v-akkordeon-container .verwaltung-accordion .verwaltung-card .verwaltung-card-body {
  padding: 0;
}
.v-verwaltung-akkordeon .v-akkordeon-top-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-top-text {
    grid-template-columns: 1fr;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-boxes {
    grid-template-columns: 1fr;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box {
  padding: 50px;
  padding-left: 100px;
  position: relative;
  box-sizing: border-box;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box {
    padding: 40px 20px!important;
    width: 100%;
  }
  .v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box .v-akkordeon-box-header {
    padding-left: 60px;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box .v-akkordeon-box-icon {
  margin-right: 15px;
  width: 40px;
  position: absolute!important;
  left: 20px;
  padding: 10px;
  padding-top: 20px;
  top: 0;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box .v-akkordeon-box-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box .v-akkordeon-box-icon {
    width: 30px;
    top: 40px;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-left {
  background-color: white;
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%);
  padding-right: 30px;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-left .v-akkordeon-box-icon {
  background: var(--inn-neutral);
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-left {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
    padding-bottom: 100px!important;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 60px 50%, 0 0);
  left: -20px;
  padding-left: 150px;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-right:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-right > div {
  position: relative;
  z-index: 55;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-right {
    clip-path: polygon(0 0, 50% 60px, 100% 0, 100% 100%, 0 100%, 0 0);
    padding-top: 100px!important;
    left: 0;
    top: -30px;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-right .v-akkordeon-box-icon {
  background: white;
  left: 60px;
}
@media only screen and (max-width: 767px) {
  .v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box.v-akkordeon-box-right .v-akkordeon-box-icon {
    left: 20px;
    top: 90px;
  }
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-box-header .v-akkordeon-box-title {
  font-family: var(--inn-head-font);
  font-weight: bold;
  margin-bottom: 30px;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes ul li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes ul li:before {
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: var(--inn-primary);
  display: block;
  content: "";
  border-radius: 100%;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-list li {
  margin-bottom: 20px;
  align-items: flex-start;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-list li:before {
  top: 0.5em !important;
  position: relative;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-list li:last-child {
  margin-bottom: 0;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-list li .v-akkordeon-item-headline {
  font-weight: bold;
  margin-bottom: 5px;
}
.v-verwaltung-akkordeon .v-akkordeon-boxes .v-akkordeon-list li .v-akkordeon-item-text p {
  margin-bottom: 0;
}
.v-verwaltung-akkordeon .v-akkordeon-bottom-box {
  padding: 30px;
  border: 4px solid var(--inn-primary);
  margin-top: 20px;
}
.v-verwaltung-akkordeon .v-akkordeon-bottom-box .v-akkordeon-bottom-headline {
  font-family: var(--inn-head-font);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.v-verwaltung-akkordeon .v-akkordeon-bottom-box .v-akkordeon-bottom-text {
  margin-bottom: 20px;
}
