/* main.css */
.text-primary {
  color: var(--inn-primary) !important;
}
.text-secondary {
  color: var(--inn-secondary) !important;
}
.text-neutral {
  color: var(--inn-neutral) !important;
}
.text-white {
  color: white!important;
}
.text-black {
  color: black!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.add_font {
  font-family: var(--inn-head-font);
}
body {
  font-family: var(--inn-main-font);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--inn-head-font);
}
@font-face {
  font-family: 'Striverx';
  font-style: normal;
  font-weight: 400;
  src: local('Striverx Regular'), local('Striverx-Regular'), url('../fonts/Striverx.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Striverx.otf') format('opentype');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Skia';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Skia.eot");
  src: url("../fonts/Skia.otf") format("opentype"), url("../fonts/Skia.woff") format("woff"), url('../fonts/Skia.ttf') format('truetype'), /* Safari, Android, iOS */ url("../fonts/Skia.svg#filename") format("svg");
}
body {
  font-size: var(--inn-body-font-size);
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-weight: 300;
  overflow-x: hidden;
  max-width: 100vw;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.show-nav .level_1 {
  margin-top: 3rem !important;
}
.v-bold {
  font-weight: 600;
}
.swiper-pagination-bullet:only-child {
  visibility: hidden;
}
.content-wrapper {
  box-sizing: border-box;
  max-width: var(--inn-container-width);
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mod_article:not(.full-width) {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .mod_article:not(.full-width) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .mod_article:not(.full-width) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.inside {
  max-width: var(--inn-container-width);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
}
.inside section:last-child,
.inside div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inside {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .inside {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ce_rsce_parallax {
  background-size: cover;
}
.parallax-headline {
  font-weight: 600 !important;
}
.parallax-headline span {
  font-weight: 600 !important;
}
.swiper-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
  margin: 0 !important;
  transform: none !important;
  border: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-disabled:after {
  color: #bcbcbc;
}
.swiper-button-prev:after {
  content: "\f060";
}
.swiper-button-next:after {
  content: "\f061";
}
img {
  width: 100%;
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.logo-loader.loaded {
  opacity: 0;
  z-index: -1;
}
.logo-loader img {
  width: 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-image-desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-image-desktop {
    display: none;
  }
}
.header-image-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-image-mobile {
    display: block;
  }
}
.headline-desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .headline-desktop {
    display: none;
  }
}
.headline-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .headline-mobile {
    display: block;
    line-height: 1.3;
  }
}
.ce_text {
  font-family: var(--inn-add-font);
  font-size: 20px;
  line-height: 1.3;
}
.v-button a:hover {
  background-color: unset !important;
}
.button-main {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  width: 250px;
  height: 50px;
}
.button-main a {
  color: white !important;
  border: none !important;
  font-size: 15px;
}
.no-border {
  border: 0;
}
.no-border::after {
  border: 0;
}
.igi-inner {
  position: relative;
}
.igi-inner .icons-container {
  position: absolute;
  left: 40%;
  top: 20%;
  width: 115px;
  height: 145px;
}
.igi-inner .icons-container .icon-img {
  transform: translateX(80%);
}
.igi-inner .icons-container span {
  font-size: 61px;
}
.igi-price {
  position: absolute;
  left: 40%;
  top: 40%;
  height: 145px;
  width: 267px;
  transform: translateX(5%);
}
.igi-price p {
  font-size: 19px;
}
#banner-2 .icon-imag-text {
  left: 370px;
  bottom: 180px;
}
#banner-2 .icon-imag-text p {
  color: var(--inn-secondary) !important;
  font-size: 50px;
}
.ce_rsce_icon_image a {
  position: relative;
}
.ce_rsce_icon_image .icon-imag-text {
  position: absolute;
  bottom: 50px;
  left: 150px;
  width: 457px;
}
.ce_rsce_icon_image .icon-imag-text p {
  font-size: 50px;
  color: var(--inn-primary);
}
.referenzliste-btn {
  background-color: var(--inn-primary);
  margin-top: 2rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 49px;
  margin-bottom: 2rem;
}
.referenzliste-btn:after {
  background-color: white;
  height: 49px;
}
.liste-top-btn {
  background-color: var(--inn-primary);
  margin-top: 2rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 49px;
}
.liste-top-btn:after {
  background-color: white;
  height: 49px;
}
.mehr-zeigen-button {
  background-color: var(--inn-primary);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.mehr-zeigen-button:after {
  background-color: white;
}
.a-bildbox {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .a-bildbox .inside {
    padding-left: 0;
    padding-right: 0;
  }
}
.a-bildbox .bildbox {
  position: relative;
}
.a-bildbox .bildbox .bg-img {
  padding-left: 26px;
  padding-right: 26px;
}
.a-bildbox .bildbox .bg-img img {
  height: 665px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .bg-img img {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .bg-img {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .bg-img {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.a-bildbox .bildbox .logo img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -170px;
  z-index: 888;
  width: 900px;
  height: 900px;
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .logo img {
    left: 50%;
    transform: translateX(-50%);
    top: -5%;
    height: unset;
    width: unset;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .logo img {
    left: 50%;
    transform: translateX(-50%);
    top: -25%;
    width: 600px;
    height: 600px;
  }
}
.a-bildbox .bildbox .logo img:first-of-type {
  z-index: 999;
}
.a-bildbox .bildbox .bild-box-container {
  position: relative;
  top: -145px;
}
.a-bildbox .bildbox .bild-box-container .bildbox-box {
  position: absolute;
  right: 20px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 621px;
  min-height: 420px;
  background-color: var(--inn-secondary);
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-text,
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-text2 {
  width: fit-content;
  color: white;
  font-size: 30px;
  text-align: center;
  margin-top: 2rem;
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-text p,
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-text2 p {
  margin-bottom: 0;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-text,
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-text2 {
    font-size: 20px;
  }
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-text2 {
  font-size: 20px;
  font-family: var(--inn-add-font);
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper {
  display: flex;
  gap: 0.8rem;
  margin-top: 3rem;
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper .v-button {
  width: fit-content;
  background-color: var(--inn-secondary);
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper .v-button a {
  color: white;
  border-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper .v-button a:hover {
  background-color: white;
  color: var(--inn-primary);
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper .v-button a {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper .v-button a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper .v-button {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper .v-button {
    width: 100%;
  }
}
.a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper #infobox-botbtn3 a {
  background-color: white;
  color: var(--inn-secondary);
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 3.5rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box .bildbox-button-wrapper {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box {
    position: unset;
    height: unset;
    right: 20px;
    left: 20px;
    width: 100%;
    bottom: -400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .bild-box-container .bildbox-box {
    width: 401px;
    height: 300px;
    top: -240px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .a-bildbox .bildbox .bild-box-container {
    position: relative;
    top: -170px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-bildbox .bildbox .bild-box-container {
    top: 100px;
  }
}
.bildbox-neutral .bildbox-box {
  background-color: var(--inn-neutral) !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .bildbox-neutral .bildbox-box {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    min-height: 310px !important;
  }
}
.bildrows {
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 3rem;
}
.bildrows .bildrow-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.bildrows .bildrow-wrapper .bildrow-box {
  position: absolute;
  left: -300px;
  top: 20%;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 143px;
  width: 468px;
  background-color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}
.bildrows .bildrow-wrapper .bildrow-box .bildrows-text {
  text-align: center;
}
.bildrows .bildrow-wrapper .bildrow-box .bildrows-text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bildrows .bildrow-wrapper .bildrow-box {
    left: -40px;
    top: 65%;
    height: 100px;
    width: 90vw;
    padding-left: 0rem;
    padding-right: 2.5rem;
  }
}
.bildrows .bildrow-wrapper .bildrows-button-wrapper .v-button a {
  border: 0;
  min-width: unset !important;
}
.bildrows .bildrow-wrapper .bildrows-button-wrapper .v-button a .btn-img {
  height: 30px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .bildrows .bildrow-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .bildrows .bildrow-wrapper > img {
    height: 353px;
    width: 100%;
    object-fit: cover;
  }
}
.bild-rows-desktop {
  display: flex;
}
.bild-rows-desktop .bildrows-text {
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .bild-rows-desktop {
    display: none !important;
  }
}
.bild-rows-mobile {
  display: none;
}
.bild-rows-mobile .bildrow-box {
  justify-content: space-between !important;
}
.bild-rows-mobile .bildrow-box .bildrows-text {
  margin-left: 2.5rem !important;
}
.bild-rows-mobile .bildrow-box .bildrows-text .upper-bildrows-text p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .bild-rows-mobile {
    display: flex !important;
  }
}
.gewerbeliste-1 .a-header-image,
.gewerbeliste-2 .a-header-image {
  color: var(--inn-primary);
}
.gewerbeliste-1 .a-header-image .icon-img-container .icon-img,
.gewerbeliste-2 .a-header-image .icon-img-container .icon-img {
  filter: invert(32%) sepia(20%) saturate(1023%) hue-rotate(314deg) brightness(101%) contrast(103%);
}
.gewerbeliste-3 #top-bar,
.gewerbeliste-4 #top-bar {
  background-color: var(--inn-secondary) !important;
}
.gewerbeliste-3 #top-bar .ce_rsce_button::after,
.gewerbeliste-4 #top-bar .ce_rsce_button::after {
  background-color: var(--inn-secondary);
}
.gewerbeliste-3 footer,
.gewerbeliste-4 footer {
  background-color: var(--inn-secondary) !important;
}
#verkaufliste-1 .inside,
#kaufliste-1 .inside,
#gewerbeliste .inside,
#gewerbeliste-2 .inside {
  padding-top: 0;
}
#verkaufliste-1 .inside .list ul,
#kaufliste-1 .inside .list ul,
#gewerbeliste .inside .list ul,
#gewerbeliste-2 .inside .list ul {
  list-style: none;
  padding-left: 0px;
}
#verkaufliste-1 .inside .list li,
#kaufliste-1 .inside .list li,
#gewerbeliste .inside .list li,
#gewerbeliste-2 .inside .list li {
  padding: 1rem 0rem;
}
#verkaufliste-1 .inside .list li:nth-child(even),
#kaufliste-1 .inside .list li:nth-child(even),
#gewerbeliste .inside .list li:nth-child(even),
#gewerbeliste-2 .inside .list li:nth-child(even) {
  background-color: rgba(67, 82, 100, 0.05) !important;
  position: relative;
}
#verkaufliste-1 .inside .list li:nth-child(even)::before,
#kaufliste-1 .inside .list li:nth-child(even)::before,
#gewerbeliste .inside .list li:nth-child(even)::before,
#gewerbeliste-2 .inside .list li:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 91%;
  height: 100%;
  width: 100vw;
  background-color: white !important;
}
@media only screen and (max-width: 767px) {
  #verkaufliste-1 .inside .list li:nth-child(even)::before,
  #kaufliste-1 .inside .list li:nth-child(even)::before,
  #gewerbeliste .inside .list li:nth-child(even)::before,
  #gewerbeliste-2 .inside .list li:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 10vw;
    background-color: rgba(67, 82, 100, 0.05) !important;
  }
}
#verkaufliste-1 .inside .list li:nth-child(even)::after,
#kaufliste-1 .inside .list li:nth-child(even)::after,
#gewerbeliste .inside .list li:nth-child(even)::after,
#gewerbeliste-2 .inside .list li:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background-color: rgba(67, 82, 100, 0.05) !important;
}
#verkaufliste-1 .inside .list .li-flex,
#kaufliste-1 .inside .list .li-flex,
#gewerbeliste .inside .list .li-flex,
#gewerbeliste-2 .inside .list .li-flex {
  display: flex;
  gap: 2rem;
  overflow: hidden;
}
#verkaufliste-1 .inside .list .li-flex .headline-mobile,
#kaufliste-1 .inside .list .li-flex .headline-mobile,
#gewerbeliste .inside .list .li-flex .headline-mobile,
#gewerbeliste-2 .inside .list .li-flex .headline-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #verkaufliste-1 .inside .list .li-flex .headline-mobile,
  #kaufliste-1 .inside .list .li-flex .headline-mobile,
  #gewerbeliste .inside .list .li-flex .headline-mobile,
  #gewerbeliste-2 .inside .list .li-flex .headline-mobile {
    display: block;
    width: 90%;
    font-size: 15px;
    border-bottom: 1px solid var(--inn-secondary);
    margin-bottom: -1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #verkaufliste-1 .inside .list .li-flex img,
  #kaufliste-1 .inside .list .li-flex img,
  #gewerbeliste .inside .list .li-flex img,
  #gewerbeliste-2 .inside .list .li-flex img {
    width: 100% !important;
  }
}
#verkaufliste-1 .inside .list .li-flex .middle-part,
#kaufliste-1 .inside .list .li-flex .middle-part,
#gewerbeliste .inside .list .li-flex .middle-part,
#gewerbeliste-2 .inside .list .li-flex .middle-part {
  width: 40%;
}
#verkaufliste-1 .inside .list .li-flex .middle-part h3,
#kaufliste-1 .inside .list .li-flex .middle-part h3,
#gewerbeliste .inside .list .li-flex .middle-part h3,
#gewerbeliste-2 .inside .list .li-flex .middle-part h3 {
  font-size: 15px;
  color: var(--inn-primary);
  border-bottom: 1px solid var(--inn-primary);
  margin-bottom: 2rem;
  padding-bottom: 5px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #verkaufliste-1 .inside .list .li-flex .middle-part h3,
  #kaufliste-1 .inside .list .li-flex .middle-part h3,
  #gewerbeliste .inside .list .li-flex .middle-part h3,
  #gewerbeliste-2 .inside .list .li-flex .middle-part h3 {
    display: none;
  }
}
#verkaufliste-1 .inside .list .li-flex .middle-part .d-grid,
#kaufliste-1 .inside .list .li-flex .middle-part .d-grid,
#gewerbeliste .inside .list .li-flex .middle-part .d-grid,
#gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}
#verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span,
#kaufliste-1 .inside .list .li-flex .middle-part .d-grid span,
#gewerbeliste .inside .list .li-flex .middle-part .d-grid span,
#gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span {
  font-size: 15px;
  font-family: var(--inn-add-font);
  width: fit-content;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(1),
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(1),
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid span:nth-child(1),
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span:nth-child(1) {
    grid-area: makler;
  }
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(2),
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(2),
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid span:nth-child(2),
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span:nth-child(2) {
    grid-area: preis;
  }
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(3),
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(3),
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid span:nth-child(3),
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span:nth-child(3) {
    grid-area: flaeche;
  }
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(4),
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(4),
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid span:nth-child(4),
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span:nth-child(4) {
    grid-area: adresse;
  }
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(5),
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(5),
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid span:nth-child(5),
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span:nth-child(5) {
    grid-area: etage;
  }
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(6),
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(6),
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid span:nth-child(6),
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span:nth-child(6) {
    display: none;
  }
}
#verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span img,
#kaufliste-1 .inside .list .li-flex .middle-part .d-grid span img,
#gewerbeliste .inside .list .li-flex .middle-part .d-grid span img,
#gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span img {
  min-width: 20px;
  min-height: 20px;
  max-width: 22px;
  max-height: 22px;
  margin-right: 1rem;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(2n),
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid span:nth-child(2n),
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid span:nth-child(2n),
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid span:nth-child(2n) {
    width: 70%;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  #verkaufliste-1 .inside .list .li-flex .middle-part .d-grid,
  #kaufliste-1 .inside .list .li-flex .middle-part .d-grid,
  #gewerbeliste .inside .list .li-flex .middle-part .d-grid,
  #gewerbeliste-2 .inside .list .li-flex .middle-part .d-grid {
    column-gap: 3rem;
    grid-template-areas: "flaeche etage" "makler makler" "preis preis" "adresse adresse";
  }
}
#verkaufliste-1 .inside .list .li-flex .button-wrapper,
#kaufliste-1 .inside .list .li-flex .button-wrapper,
#gewerbeliste .inside .list .li-flex .button-wrapper,
#gewerbeliste-2 .inside .list .li-flex .button-wrapper {
  height: fit-content;
  align-self: end;
  margin-bottom: 1rem;
  margin-left: auto;
}
#verkaufliste-1 .inside .list .li-flex .button-wrapper .odd::after,
#kaufliste-1 .inside .list .li-flex .button-wrapper .odd::after,
#gewerbeliste .inside .list .li-flex .button-wrapper .odd::after,
#gewerbeliste-2 .inside .list .li-flex .button-wrapper .odd::after {
  background-color: white;
}
#verkaufliste-1 .inside .list .li-flex .button-wrapper .even::after,
#kaufliste-1 .inside .list .li-flex .button-wrapper .even::after,
#gewerbeliste .inside .list .li-flex .button-wrapper .even::after,
#gewerbeliste-2 .inside .list .li-flex .button-wrapper .even::after {
  background-color: rgba(67, 82, 100, 0.05);
}
@media only screen and (max-width: 767px) {
  #verkaufliste-1 .inside .list .li-flex,
  #kaufliste-1 .inside .list .li-flex,
  #gewerbeliste .inside .list .li-flex,
  #gewerbeliste-2 .inside .list .li-flex {
    flex-direction: column;
  }
}
#verkaufliste-1 .inside .list .v-primary,
#kaufliste-1 .inside .list .v-primary,
#gewerbeliste .inside .list .v-primary,
#gewerbeliste-2 .inside .list .v-primary {
  background-color: var(--inn-primary);
}
.li-flex .v-swiper {
  width: 280px;
}
.li-flex .v-swiper .swiper-container .custom-pagination-container .pagination-inside .swiper-pagination {
  position: unset;
}
.li-flex .v-swiper .swiper-container .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: var(--inn-neutral);
  opacity: unset;
  margin-right: 0.2rem;
}
.li-flex .v-swiper .swiper-container .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  border: 1px solid var(--inn-neutral);
}
@media only screen and (max-width: 767px) {
  .li-flex .v-swiper {
    width: 100%;
  }
}
.mehr-zeigen-liste {
  display: none !important;
  flex-direction: column;
}
.gewerbe-detail #verkaufliste-2 .headline-mobile,
.gewerbe-header-2 #verkaufliste-2 .headline-mobile {
  color: var(--inn-secondary);
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .headline-mobile,
  .gewerbe-header-2 #verkaufliste-2 .headline-mobile {
    margin-bottom: -1.2rem;
  }
}
.gewerbe-detail #verkaufliste-2 .li-flex,
.gewerbe-header-2 #verkaufliste-2 .li-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .li-flex img,
  .gewerbe-header-2 #verkaufliste-2 .li-flex img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .li-flex,
  .gewerbe-header-2 #verkaufliste-2 .li-flex {
    flex-direction: column;
  }
}
.gewerbe-detail #verkaufliste-2 .v-button,
.gewerbe-header-2 #verkaufliste-2 .v-button {
  background-color: var(--inn-secondary);
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .v-button,
  .gewerbe-header-2 #verkaufliste-2 .v-button {
    width: 90vw !important;
  }
}
.gewerbe-detail #verkaufliste-2 .v-button a,
.gewerbe-header-2 #verkaufliste-2 .v-button a {
  color: white;
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .v-button a,
  .gewerbe-header-2 #verkaufliste-2 .v-button a {
    width: 90vw !important;
  }
}
.gewerbe-detail #verkaufliste-2 .v-button:hover,
.gewerbe-header-2 #verkaufliste-2 .v-button:hover {
  background-color: white;
  border-color: var(--inn-secondary);
}
.gewerbe-detail #verkaufliste-2 .v-button:hover a,
.gewerbe-header-2 #verkaufliste-2 .v-button:hover a {
  background-color: unset !important;
  color: var(--inn-secondary) !important;
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .mehr-zeigen-button,
  .gewerbe-header-2 #verkaufliste-2 .mehr-zeigen-button {
    width: 100% !important;
  }
}
#gewerbeliste .immolistecol-grid .li-flex .grid-immo-img,
#gewerbeliste-2 .immolistecol-grid .li-flex .grid-immo-img {
  height: 232px !important;
  width: 232px !important;
}
#gewerbeliste .immolistecol-grid .li-flex .middle-part,
#gewerbeliste-2 .immolistecol-grid .li-flex .middle-part {
  width: 100% !important;
}
#gewerbeliste .immolistecol-grid .li-flex .middle-part h3,
#gewerbeliste-2 .immolistecol-grid .li-flex .middle-part h3 {
  width: 80%;
}
#verkaufliste-2 .liste-top-btn,
#kaufliste-2 .liste-top-btn {
  background-color: var(--inn-secondary);
}
#verkaufliste-2 .mehr-zeigen-button,
#kaufliste-2 .mehr-zeigen-button {
  background-color: var(--inn-secondary);
}
#verkaufliste-2 .swiper-pagination-bullet,
#kaufliste-2 .swiper-pagination-bullet {
  background-color: var(--inn-secondary);
}
#verkaufliste-2 .swiper-pagination-bullet-active,
#kaufliste-2 .swiper-pagination-bullet-active {
  background-color: white;
  border-color: var(--inn-secondary);
}
#verkaufliste-2 .list ul,
#kaufliste-2 .list ul {
  list-style: none;
  padding-left: 0px;
}
#verkaufliste-2 .list li,
#kaufliste-2 .list li {
  padding: 1rem 0rem;
}
#verkaufliste-2 .list li:nth-child(even),
#kaufliste-2 .list li:nth-child(even) {
  background-color: rgba(67, 82, 100, 0.05) !important;
  position: relative;
}
#verkaufliste-2 .list li:nth-child(even)::before,
#kaufliste-2 .list li:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 91%;
  height: 100%;
  width: 10vw;
  background-color: white !important;
}
@media only screen and (max-width: 767px) {
  #verkaufliste-2 .list li:nth-child(even)::before,
  #kaufliste-2 .list li:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 10vw;
    background-color: rgba(67, 82, 100, 0.05) !important;
  }
}
#verkaufliste-2 .list li:nth-child(even)::after,
#kaufliste-2 .list li:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 10vw;
  background-color: rgba(67, 82, 100, 0.05) !important;
}
#verkaufliste-2 .list .li-flex,
#kaufliste-2 .list .li-flex {
  display: flex;
  gap: 2rem;
  overflow: hidden;
}
#verkaufliste-2 .list .li-flex .headline-mobile,
#kaufliste-2 .list .li-flex .headline-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #verkaufliste-2 .list .li-flex .headline-mobile,
  #kaufliste-2 .list .li-flex .headline-mobile {
    display: block;
    width: 90%;
    font-size: 15px;
    border-bottom: 1px solid var(--inn-secondary);
  }
}
#verkaufliste-2 .list .li-flex .middle-part,
#kaufliste-2 .list .li-flex .middle-part {
  width: 40%;
}
#verkaufliste-2 .list .li-flex .middle-part h3,
#kaufliste-2 .list .li-flex .middle-part h3 {
  font-size: 15px;
  color: var(--inn-secondary);
  border-bottom: 1px solid var(--inn-secondary);
  margin-bottom: 2rem;
  padding-bottom: 5px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #verkaufliste-2 .list .li-flex .middle-part h3,
  #kaufliste-2 .list .li-flex .middle-part h3 {
    display: none;
  }
}
#verkaufliste-2 .list .li-flex .middle-part .d-grid,
#kaufliste-2 .list .li-flex .middle-part .d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}
#verkaufliste-2 .list .li-flex .middle-part .d-grid span,
#kaufliste-2 .list .li-flex .middle-part .d-grid span {
  font-size: 15px;
  font-family: var(--inn-add-font);
  width: fit-content;
  white-space: nowrap;
}
#verkaufliste-2 .list .li-flex .middle-part .d-grid span img,
#kaufliste-2 .list .li-flex .middle-part .d-grid span img {
  min-width: 20px;
  min-height: 20px;
  max-width: 22px;
  max-height: 22px;
  margin-right: 1rem;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #verkaufliste-2 .list .li-flex .middle-part .d-grid span:nth-child(2n),
  #kaufliste-2 .list .li-flex .middle-part .d-grid span:nth-child(2n) {
    width: 70%;
    white-space: normal;
  }
}
#verkaufliste-2 .list .li-flex .button-wrapper,
#kaufliste-2 .list .li-flex .button-wrapper {
  height: fit-content;
  align-self: end;
  margin-bottom: 1rem;
  margin-left: auto;
}
#verkaufliste-2 .list .li-flex .button-wrapper .odd::after,
#kaufliste-2 .list .li-flex .button-wrapper .odd::after {
  background-color: white;
}
#verkaufliste-2 .list .li-flex .button-wrapper .even::after,
#kaufliste-2 .list .li-flex .button-wrapper .even::after {
  background-color: rgba(67, 82, 100, 0.05);
}
@media only screen and (max-width: 767px) {
  #verkaufliste-2 .list .li-flex .button-wrapper,
  #kaufliste-2 .list .li-flex .button-wrapper {
    margin-right: 0px;
    margin-left: 0;
    align-self: start;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #verkaufliste-2 .list .li-flex .button-wrapper,
  #kaufliste-2 .list .li-flex .button-wrapper {
    margin-right: 1rem;
  }
}
#verkaufliste-2 .list .v-primary,
#kaufliste-2 .list .v-primary {
  background-color: var(--inn-secondary);
}
.immoliste-col .immolistecol-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  column-gap: 6rem;
}
.immoliste-col .immolistecol-grid .immolistecol-grid-item:nth-child(4n-1) {
  background-color: rgba(136, 69, 69, 0.05);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.immoliste-col .immolistecol-grid .immolistecol-grid-item:nth-child(4n-1):before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 7vw;
  background-color: rgba(136, 69, 69, 0.05);
}
.immoliste-col .immolistecol-grid .immolistecol-grid-item:nth-child(4n-1):after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 3.2vw;
  background-color: rgba(136, 69, 69, 0.05);
}
.immoliste-col .immolistecol-grid .immolistecol-grid-item:nth-child(4n) {
  background-color: rgba(136, 69, 69, 0.05);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.immoliste-col .immolistecol-grid .immolistecol-grid-item:nth-child(4n):before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 3.2vw;
  background-color: rgba(136, 69, 69, 0.05);
}
.immoliste-col .immolistecol-grid .immolistecol-grid-item:nth-child(4n):after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 7vw;
  background-color: rgba(136, 69, 69, 0.05);
}
.immoliste-col .immolistecol-grid:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 2.2%;
  height: 87.2%;
  width: 2px;
  background-color: var(--inn-primary);
}
@media only screen and (max-width: 767px) {
  .immoliste-col .immolistecol-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.immoliste-col img {
  width: 35%;
}
.immoliste-col .d-grid {
  grid-template-columns: repeat(1, 1fr) !important;
  row-gap: 1rem !important;
}
.immoliste-col .middle-part {
  width: 50%;
}
.immoliste-col .middle-part h3 {
  width: 90%;
  margin-bottom: 1rem;
}
.immoliste-col .button-wrapper {
  margin-top: 3rem;
}
.immoliste-col .button-wrapper .v-button {
  width: fit-content;
}
.immoliste-col .button-wrapper .v-button a {
  color: white;
  border-color: white;
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.immoliste-col .border-col {
  position: absolute;
  left: 50%;
  width: 2px;
  height: fill-available;
  height: -webkit-fill-available;
  height: -moz-available;
  background: var(--inn-primary);
  right: -9px;
}
.immoliste-col .mehr-zeigen-button {
  margin-top: 2rem;
}
/*Header*/
#top-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #884545;
}
#top-bar .inside {
  padding-top: 0;
  padding-bottom: 0;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-bar .inside .top-bar-content {
  display: flex;
  width: 647px;
  justify-content: space-between;
  align-items: center;
}
#top-bar .inside .top-bar-content hr {
  border-top: 1px solid white;
  width: 93px;
  /* height: 2px; */
}
#top-bar .inside .top-bar-content .ce_text {
  display: flex;
  align-items: center;
}
#top-bar .inside .top-bar-content .ce_text p {
  margin-bottom: 0;
  color: white;
}
#header {
  position: fixed;
  top: 65px;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: white;
  display: flex;
  align-items: center;
}
#header .inside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#header .inside .logo {
  max-width: 20%;
}
#header .inside .logo img {
  width: 100%;
}
#header .inside .header-nav li {
  display: inline-block;
}
#header .inside .header-nav a {
  color: var(--inn-neutral);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
/*Header end*/
#start-article {
  color: white;
}
#start-article .inside {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  #start-article .inside {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#start-article section.col-50x50 > div {
  width: 49.5%;
}
#start-article .wohnsplit-desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  #start-article .wohnsplit-desktop {
    display: none;
  }
}
#start-article .wohnsplit-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #start-article .wohnsplit-mobile {
    display: block;
  }
}
#start-article .splitscreen-box {
  padding: 0rem 4rem;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  position: relative;
}
#start-article .splitscreen-box a.cover-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#start-article .splitscreen-box .ce_rsce_splitscreen {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #start-article .splitscreen-box .ce_rsce_splitscreen {
    padding-bottom: 2rem;
  }
}
#start-article .splitscreen-box img {
  margin-top: 10rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 104px;
  height: 130px;
}
#start-article .splitscreen-box .upper-headline {
  padding-top: 2rem;
}
#start-article .splitscreen-box .upper-headline > h1,
#start-article .splitscreen-box h2 {
  margin-bottom: 0;
}
#start-article .splitscreen-box .upper-headline > h1 span,
#start-article .splitscreen-box h2 span {
  font-size: 20px;
}
#start-article .splitscreen-box .lower-headlines {
  text-align: left;
}
#start-article .splitscreen-box .lower-headlines h4 {
  font-size: 20px;
}
#start-article .splitscreen-box .lower-headlines h3 {
  font-size: 30px;
}
#start-article .splitscreen-box .v-headline-text-container {
  margin-top: 0px;
  margin-bottom: 1.2rem;
}
#start-article .splitscreen-box .v-headline-text-container p {
  font-size: 30px;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  #start-article .splitscreen-box .v-headline-text-container {
    word-break: break-all;
  }
}
#start-article .splitscreen-box .split-text {
  padding-bottom: 40px;
  text-align: justify;
}
#start-article .splitscreen-box .v-button a {
  border-color: white;
  color: white;
  padding-top: 10px;
  padding: 0.5rem 1rem;
  height: 49px;
  font-size: 20px;
  font-family: var(--inn-main-font);
}
#start-article .splitscreen-box .v-primary:hover a {
  color: var(--inn-primary) !important;
  background-color: white !important;
}
#start-article .splitscreen-box .v-secondary:hover a {
  color: var(--inn-secondary) !important;
  background-color: white !important;
}
@media only screen and (max-width: 767px) {
  #start-article .splitscreen-box {
    padding-left: 1rem;
    margin-left: 6px;
    margin-right: 6px;
    min-height: unset;
  }
}
#start-article .col_0 {
  width: 100%;
}
#start-article .col_1 {
  margin-bottom: 5px !important;
}
#start-article .col_1 .splitscreen-box {
  background-color: rgba(67, 82, 100, 0.92);
}
#start-article .col_2 .splitscreen-box {
  background-color: rgba(136, 69, 69, 0.92);
}
@media only screen and (max-width: 767px) {
  #start-article {
    min-height: 100vh;
  }
}
#header-image-1 .inside {
  padding-bottom: 0;
}
#header-image-1 .cols_4 {
  position: relative;
}
#header-image-1 .col_1 {
  position: absolute;
  left: 20%;
  top: -15%;
  z-index: 100;
}
#header-image-1 .col_1 figure img {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.59;
  filter: blur(50px);
}
.a-text-block .inside .ce_rsce_headline {
  margin-bottom: 10px;
}
.a-text-block .inside .ce_rsce_headline .upper-headline h3 {
  margin-bottom: 0;
}
.a-text-block .inside .ce_rsce_headline .upper-headline h3 span {
  font-size: 20px;
}
.a-text-block .inside .ce_rsce_headline {
  color: var(--inn-primary);
}
.a-text-block .inside .v-headline-text-container {
  font-size: 30px;
  margin-top: 0;
  word-break: break-word;
}
.a-bildbox .inside {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
#text-block-3 .ce_rsce_headline {
  font-family: var(--inn-main-font);
}
#text-block-3 .ce_rsce_headline .v-headline-text-container p {
  margin-bottom: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #text-block-3 .ce_text {
    width: 100%;
  }
}
#text-block-5 #text-45 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #text-block-5 #text-45 {
    width: 100%;
  }
}
#text-block-5 .ce_rsce_headline {
  margin-bottom: 0 !important;
}
#text-block-5 .ce_rsce_headline .upper-headline h3 {
  margin-bottom: 0;
}
#text-block-5 .ce_rsce_headline .upper-headline h3 span {
  font-size: 20px !important;
  font-family: var(--inn-main-font);
}
#text-block-5 .ce_rsce_headline .v-headline-text-container {
  margin-top: 0;
  font-family: var(--inn-main-font);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #text-block-5 {
    margin-top: 15rem;
  }
}
.ueber-uns #parallax-2 {
  position: relative;
}
.ueber-uns #parallax-2 .parallax-headline {
  color: white;
  position: absolute;
  top: 73px;
  right: 156px;
  font-size: 35px;
  font-family: var(--inn-main-font);
}
.ueber-uns #parallax-2 .parallax-headline .upper-headline {
  text-align: right;
}
.ueber-uns #parallax-2 .parallax-headline .v-headline-text-container {
  margin-top: 0;
  max-width: unset;
}
.a-text-block-half .inside {
  padding-bottom: 0;
}
.a-text-block-half .inside .ce_text {
  width: 50%;
}
#text-block-1 .inside,
#text-block-2 .inside {
  padding-bottom: 0;
}
#text-block-1 .inside .ce_rsce_headline,
#text-block-2 .inside .ce_rsce_headline {
  margin-bottom: 10px;
}
#text-block-1 .inside .ce_rsce_headline .upper-headline h3,
#text-block-2 .inside .ce_rsce_headline .upper-headline h3 {
  margin-bottom: 0;
}
#text-block-1 .inside .ce_rsce_headline .upper-headline h3 span,
#text-block-2 .inside .ce_rsce_headline .upper-headline h3 span {
  font-size: 20px;
}
#text-block-1 .inside .ce_rsce_headline,
#text-block-2 .inside .ce_rsce_headline {
  color: var(--inn-primary);
}
#text-block-1 .inside .v-headline-text-container,
#text-block-2 .inside .v-headline-text-container {
  font-size: 30px;
  margin-top: 0;
}
.startseite {
  padding-top: 0rem;
}
@media only screen and (max-width: 767px) {
  .startseite .inside {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.startseite .startseite-splitscreen {
  min-height: 100vh;
  height: 50em;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.startseite .startseite-splitscreen .startseite-logoimg {
  position: absolute;
  top: 10%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  height: 300px;
  width: 300px;
}
.startseite .startseite-splitscreen .startseite-logoimg figure {
  position: relative;
  height: 400px;
  width: 400px;
  padding: 0;
}
.startseite .startseite-splitscreen .startseite-logoimg figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .startseite .startseite-splitscreen .startseite-logoimg figure {
    height: 160px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .startseite-splitscreen .startseite-logoimg figure {
    height: 700px;
    width: 700px;
  }
}
@media only screen and (max-width: 2600px) {
  .startseite .startseite-splitscreen .startseite-logoimg {
    top: 10%;
  }
}
@media only screen and (max-width: 2000px) {
  .startseite .startseite-splitscreen .startseite-logoimg {
    top: 10%;
  }
}
@media only screen and (max-width: 1500px) {
  .startseite .startseite-splitscreen .startseite-logoimg {
    top: 10%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .startseite-splitscreen .startseite-logoimg {
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .startseite .startseite-splitscreen .startseite-logoimg {
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    width: 200px;
  }
}
.startseite .startseite-splitscreen .startseite-logobg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 900px;
  width: 900px;
}
@media only screen and (max-width: 2600px) {
  .startseite .startseite-splitscreen .startseite-logobg {
    top: -10%;
  }
}
@media only screen and (max-width: 2000px) {
  .startseite .startseite-splitscreen .startseite-logobg {
    top: -10%;
  }
}
@media only screen and (max-width: 1500px) {
  .startseite .startseite-splitscreen .startseite-logobg {
    top: -20%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .startseite-splitscreen .startseite-logobg {
    height: 700px;
    width: 700px;
    top: -200px;
    transform: translateX(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 767px) {
  .startseite .startseite-splitscreen .startseite-logobg {
    top: -8%;
    width: unset;
    height: unset;
  }
}
.startseite .startseite-splitscreen .splitscreenboxen {
  position: absolute;
  top: 70vh;
  width: calc(100% - 0.5rem);
  gap: 0.5rem;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 2600px) {
  .startseite .startseite-splitscreen .splitscreenboxen {
    top: 70vh;
  }
}
@media only screen and (max-width: 1700px) {
  .startseite .startseite-splitscreen .splitscreenboxen {
    top: 60vh;
  }
}
@media only screen and (max-width: 767px) {
  .startseite .startseite-splitscreen .splitscreenboxen {
    top: 250px;
    bottom: unset;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .startseite-splitscreen .splitscreenboxen {
    bottom: 50px;
  }
}
.startseite .startseite-splitscreen .splitscreen-box {
  padding: 1rem 4rem;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  position: relative;
}
.startseite .startseite-splitscreen .splitscreen-box a.cover-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.startseite .startseite-splitscreen .splitscreen-box .ce_rsce_startseite {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .startseite .startseite-splitscreen .splitscreen-box .ce_rsce_startseite {
    padding-bottom: 2rem;
  }
}
.startseite .startseite-splitscreen .splitscreen-box img {
  margin-top: 10rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 104px;
  height: 130px;
}
.startseite .startseite-splitscreen .splitscreen-box .upper-headline {
  padding-top: 2rem;
}
.startseite .startseite-splitscreen .splitscreen-box .upper-headline > h1,
.startseite .startseite-splitscreen .splitscreen-box h2 {
  margin-bottom: 0;
}
.startseite .startseite-splitscreen .splitscreen-box .upper-headline > h1 span,
.startseite .startseite-splitscreen .splitscreen-box h2 span {
  font-size: 20px;
}
.startseite .startseite-splitscreen .splitscreen-box .lower-headlines {
  text-align: left;
}
.startseite .startseite-splitscreen .splitscreen-box .lower-headlines h4 {
  font-size: 20px;
}
.startseite .startseite-splitscreen .splitscreen-box .lower-headlines h3 {
  font-size: 30px;
}
.startseite .startseite-splitscreen .splitscreen-box .v-headline-text-container {
  margin-top: 0px;
  margin-bottom: 1.2rem;
}
.startseite .startseite-splitscreen .splitscreen-box .v-headline-text-container p {
  font-size: 30px;
  font-family: var(--inn-main-font);
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .startseite .startseite-splitscreen .splitscreen-box .v-headline-text-container {
    word-break: break-all;
  }
}
.startseite .startseite-splitscreen .splitscreen-box .split-text {
  padding-bottom: 40px;
  text-align: justify;
}
.startseite .startseite-splitscreen .splitscreen-box .v-button a {
  border-color: white;
  color: white;
  padding-top: 10px;
  padding: 0.5rem 1rem;
  height: 49px;
  font-size: 20px;
  font-family: var(--inn-main-font);
}
.startseite .startseite-splitscreen .splitscreen-box .v-primary:hover a {
  color: var(--inn-primary) !important;
  background-color: white !important;
}
.startseite .startseite-splitscreen .splitscreen-box .v-secondary:hover a {
  color: var(--inn-secondary) !important;
  background-color: white !important;
}
@media only screen and (max-width: 767px) {
  .startseite .startseite-splitscreen .splitscreen-box {
    padding-left: 1rem;
    margin-left: 6px;
    margin-right: 6px;
    min-height: unset;
  }
}
.startseite .startseite-splitscreen .col_0 {
  width: 100%;
}
.startseite .startseite-splitscreen .leftbox {
  margin-bottom: 5px !important;
}
.startseite .startseite-splitscreen .leftbox .splitscreen-box {
  background-color: rgba(67, 82, 100, 0.92);
}
.startseite .startseite-splitscreen .rightbox .splitscreen-box {
  background-color: rgba(136, 69, 69, 0.92);
}
.startseite .ce_gallery .cols_4 {
  position: relative;
}
.startseite .ce_gallery .cols_4 figure {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .startseite .ce_gallery .col_0 img {
    height: 110vh;
    object-fit: cover;
  }
}
.startseite .ce_gallery .col_1 {
  position: absolute;
  top: 10%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.startseite .ce_gallery .col_1 figure {
  position: relative;
  height: 400px;
  width: 400px;
  padding: 0;
}
.startseite .ce_gallery .col_1 figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .startseite .ce_gallery .col_1 figure {
    height: 160px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .ce_gallery .col_1 figure {
    height: 700px;
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .startseite .ce_gallery .col_1 {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .ce_gallery .col_1 {
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    top: -200px;
  }
}
@media only screen and (max-width: 2600px) {
  .startseite .ce_gallery .col_1 {
    top: 15vh;
  }
}
.startseite .ce_gallery .col_2 {
  position: absolute;
  top: 4.5vh;
  left: 50%;
  transform: translateX(-50%);
  height: 900px;
  width: 900px;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .ce_gallery .col_2 {
    height: 700px;
    width: 700px;
    top: -200px;
    transform: translateX(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 2600px) {
  .startseite .ce_gallery .col_2 {
    top: 0vh;
  }
}
.startseite .ce_colsetStart {
  position: absolute;
  top: 70vh;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 767px) {
  .startseite .ce_colsetStart {
    top: 250px;
    bottom: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .startseite .ce_colsetStart {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .startseite .ce_colsetStart {
    top: 55vh;
  }
}
@media only screen and (max-width: 2600px) {
  .startseite .ce_colsetStart {
    top: 70vh;
  }
}
.startseite #header {
  top: 0rem;
}
.startseite #header .inside {
  padding-right: 20px;
  padding-left: 20px;
}
.startseite #header .inside #header-nav-mod {
  width: 100%;
}
.startseite #header .inside #header-nav-mod #header-nav-inh {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 0rem;
}
.startseite #header .inside #header-nav-mod #header-nav-inh .ce_rsce_iconboxes {
  display: flex;
  gap: 1rem;
  width: fit-content;
}
.startseite #header .inside #header-nav-mod #header-nav-inh .ce_rsce_iconboxes .single-icon {
  display: flex;
  align-items: center;
}
.startseite #header .inside #header-nav-mod #header-nav-inh .ce_rsce_iconboxes a {
  align-items: center;
}
.startseite footer {
  display: none;
}
.gewerbe-start .ce_rsce_bildbox .logo img:first-of-type,
.gewerbe-detail .ce_rsce_bildbox .logo img:first-of-type,
.gewerbe-header-2 .ce_rsce_bildbox .logo img:first-of-type,
.wohnen-start .ce_rsce_bildbox .logo img:first-of-type,
.wohnen-detail .ce_rsce_bildbox .logo img:first-of-type,
.wohnen-detail-1 .ce_rsce_bildbox .logo img:first-of-type,
.ueber-uns .ce_rsce_bildbox .logo img:first-of-type,
.p-leistungen .ce_rsce_bildbox .logo img:first-of-type,
.p-referenzen .ce_rsce_bildbox .logo img:first-of-type,
.u-kontakt .ce_rsce_bildbox .logo img:first-of-type {
  height: 400px;
  width: 400px;
  top: 80px;
}
@media only screen and (max-width: 767px) {
  .gewerbe-start .ce_rsce_bildbox .logo img:first-of-type,
  .gewerbe-detail .ce_rsce_bildbox .logo img:first-of-type,
  .gewerbe-header-2 .ce_rsce_bildbox .logo img:first-of-type,
  .wohnen-start .ce_rsce_bildbox .logo img:first-of-type,
  .wohnen-detail .ce_rsce_bildbox .logo img:first-of-type,
  .wohnen-detail-1 .ce_rsce_bildbox .logo img:first-of-type,
  .ueber-uns .ce_rsce_bildbox .logo img:first-of-type,
  .p-leistungen .ce_rsce_bildbox .logo img:first-of-type,
  .p-referenzen .ce_rsce_bildbox .logo img:first-of-type,
  .u-kontakt .ce_rsce_bildbox .logo img:first-of-type {
    height: 200px;
    width: 200px;
    top: 50px;
  }
}
.gewerbe-start .ce_rsce_bildbox .logo img:nth-child(2),
.gewerbe-detail .ce_rsce_bildbox .logo img:nth-child(2),
.gewerbe-header-2 .ce_rsce_bildbox .logo img:nth-child(2),
.wohnen-start .ce_rsce_bildbox .logo img:nth-child(2),
.wohnen-detail .ce_rsce_bildbox .logo img:nth-child(2),
.wohnen-detail-1 .ce_rsce_bildbox .logo img:nth-child(2),
.ueber-uns .ce_rsce_bildbox .logo img:nth-child(2),
.p-leistungen .ce_rsce_bildbox .logo img:nth-child(2),
.p-referenzen .ce_rsce_bildbox .logo img:nth-child(2),
.u-kontakt .ce_rsce_bildbox .logo img:nth-child(2) {
  top: -150px;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .gewerbe-start .ce_rsce_bildbox .logo img:nth-child(2),
  .gewerbe-detail .ce_rsce_bildbox .logo img:nth-child(2),
  .gewerbe-header-2 .ce_rsce_bildbox .logo img:nth-child(2),
  .wohnen-start .ce_rsce_bildbox .logo img:nth-child(2),
  .wohnen-detail .ce_rsce_bildbox .logo img:nth-child(2),
  .wohnen-detail-1 .ce_rsce_bildbox .logo img:nth-child(2),
  .ueber-uns .ce_rsce_bildbox .logo img:nth-child(2),
  .p-leistungen .ce_rsce_bildbox .logo img:nth-child(2),
  .p-referenzen .ce_rsce_bildbox .logo img:nth-child(2),
  .u-kontakt .ce_rsce_bildbox .logo img:nth-child(2) {
    top: -50px;
  }
}
.nav-left {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-left .level_1 {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-left .level_1 li {
  display: flex !important;
  align-items: center;
}
.level_2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .level_2 .active {
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .level_2 li.wohnen-start .navSub {
    color: var(--inn-primary);
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .level_2 li.wohnen-start strong {
    color: var(--inn-primary);
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .level_2 li.gewerbe-start .navSub {
    color: var(--inn-secondary);
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .level_2 li.gewerbe-start strong {
    color: var(--inn-secondary);
    font-weight: 600;
  }
}
.level_2 a {
  color: var(--inn-primary) !important;
  font-weight: 400 !important;
}
.level_2 li:first-of-type a {
  font-weight: 600 !important;
}
.level_2 li:nth-child(4) a {
  font-weight: 600 !important;
}
.level_2 li:nth-child(-n + 3) a {
  color: var(--inn-secondary) !important;
}
@media only screen and (max-width: 767px) {
  .level_2 li:last-of-type a {
    color: var(--inn-primary) !important;
    font-weight: 600 !important;
  }
}
.submenu:hover .level_2 {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  border-radius: 0;
  padding: 30px;
  padding-bottom: 20px;
  position: absolute;
  top: 60%;
  margin-left: 0;
  background: #fff;
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.1);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .submenu:hover .level_2 {
    all: unset;
  }
}
.dropdown-nav {
  padding-top: 0rem !important;
}
.dropdown-nav #header {
  top: 0px;
  height: 80px;
}
.dropdown-nav #header .inside {
  justify-content: start !important;
}
.dropdown-nav #header .inside #header-nav-mod {
  width: 100%;
}
.dropdown-nav #header .inside #header-nav-mod #header-nav-inh {
  display: flex;
}
.dropdown-nav #header .inside #header-nav-mod #header-nav-inh .ce_rsce_iconboxes {
  display: flex;
  justify-self: end;
  gap: 1.5rem;
}
.dropdown-nav #header .inside #header-nav-mod #header-nav-inh .ce_rsce_iconboxes .single-icon {
  display: flex;
  align-items: center;
}
.dropdown-nav #header .inside #header-nav-mod #header-nav-inh .ce_rsce_iconboxes a {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .dropdown-nav #header .inside #header-nav-mod #header-nav-inh .ce_rsce_iconboxes {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-nav #header .inside #header-nav-mod #header-nav-inh {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-nav #header .inside {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-nav #header {
    display: flex;
    align-items: center;
  }
}
.dropdown-nav #container {
  padding-top: 84px;
}
.dropdown-nav #verkaufliste-1 .list li,
.dropdown-nav #verkaufliste-2 .list li {
  padding-top: 1rem;
  padding-bottom: 0.3rem;
}
.nav-desktop {
  display: flex !important;
  justify-content: space-between;
}
.nav-desktop .logo img {
  width: 32px !important;
  height: 40px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .nav-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .nav-desktop {
    display: none !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nav-mobile {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .nav-mobile .ce_rsce_iconboxes a {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .nav-mobile {
    display: flex !important;
    padding-left: 20px;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .nav-mobile {
    display: flex !important;
    justify-content: space-between;
  }
}
.gewerbe-start .bildbox-button-wrapper .v-button a:hover,
.gewerbe-detail .bildbox-button-wrapper .v-button a:hover,
.gewerbe-header-2 .bildbox-button-wrapper .v-button a:hover {
  color: var(--inn-secondary) !important;
  background-color: white !important;
}
@media only screen and (max-width: 767px) {
  .gewerbe-start #text-block-3,
  .gewerbe-detail #text-block-3,
  .gewerbe-header-2 #text-block-3 {
    margin-top: -10rem;
  }
}
.gewerbe-start .a-infobox .inside,
.gewerbe-detail .a-infobox .inside,
.gewerbe-header-2 .a-infobox .inside {
  padding-top: 0;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .gewerbe-start .a-infobox .inside,
  .gewerbe-detail .a-infobox .inside,
  .gewerbe-header-2 .a-infobox .inside {
    padding-top: 55px;
    padding-bottom: 52px;
    padding-left: 0;
    padding-right: 0;
  }
}
.gewerbe-start .a-infobox-cols .infobox,
.gewerbe-detail .a-infobox-cols .infobox,
.gewerbe-header-2 .a-infobox-cols .infobox {
  background-color: var(--inn-secondary);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gewerbe-start .a-infobox-cols .infobox #infobox-topbtn,
.gewerbe-detail .a-infobox-cols .infobox #infobox-topbtn,
.gewerbe-header-2 .a-infobox-cols .infobox #infobox-topbtn {
  display: none !important;
}
.gewerbe-start .a-infobox-cols .infobox .infobox-text,
.gewerbe-detail .a-infobox-cols .infobox .infobox-text,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-text {
  padding: 0rem !important;
  margin-right: 2rem;
}
.gewerbe-start .a-infobox-cols .infobox .infobox-text p,
.gewerbe-detail .a-infobox-cols .infobox .infobox-text p,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-text p {
  font-family: var(--inn-main-font);
  color: white;
  padding: 10px 20px;
  padding-right: 50px;
  margin-bottom: 0.3rem;
  width: fit-content;
  text-transform: uppercase;
}
.gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper,
.gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper {
  margin-top: auto;
}
.gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper .button-main,
.gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper .button-main,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper .button-main {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  width: 250px !important;
  height: 50px;
}
.gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper .button-main a,
.gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper .button-main a,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper .button-main a {
  padding: 0px 5px;
}
.gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper .button-main a:hover,
.gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper .button-main a:hover,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper .button-main a:hover {
  all: unset;
}
.gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper .button-main:after,
.gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper .button-main:after,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper .button-main:after {
  all: unset;
}
@media only screen and (max-width: 767px) {
  .gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper .button-main,
  .gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper .button-main,
  .gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper .button-main {
    width: 80vw !important;
  }
}
.gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper .button-main:hover,
.gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper .button-main:hover,
.gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper .button-main:hover {
  background-color: white;
  color: var(--inn-primary);
}
@media only screen and (max-width: 767px) {
  .gewerbe-start .a-infobox-cols .infobox .infobox-button-wrapper,
  .gewerbe-detail .a-infobox-cols .infobox .infobox-button-wrapper,
  .gewerbe-header-2 .a-infobox-cols .infobox .infobox-button-wrapper {
    width: 95%;
    align-self: center;
    margin-top: 6rem;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .gewerbe-start .a-infobox-cols .infobox,
  .gewerbe-detail .a-infobox-cols .infobox,
  .gewerbe-header-2 .a-infobox-cols .infobox {
    padding: 2rem 0rem !important;
    align-items: center;
  }
}
.gewerbe-start .bildrows-text,
.gewerbe-detail .bildrows-text,
.gewerbe-header-2 .bildrows-text {
  color: var(--inn-secondary);
}
.gewerbe-start footer,
.gewerbe-detail footer,
.gewerbe-header-2 footer {
  background-color: var(--inn-neutral) !important;
}
.gewerbe-header-2 .bildbox-button-wrapper .v-button a:hover {
  color: white !important;
  background-color: var(--inn-secondary) !important;
}
@media only screen and (max-width: 767px) {
  .wohnen-start #text-block-3,
  .wohnen-detail #text-block-3,
  .wohnen-detail-1 #text-block-3 {
    margin-top: -10rem;
  }
}
.gewerbe-start .ce_rsce_bildbox #infobox-botbtn a:hover,
.gewerbe-start .ce_rsce_bildbox #infobox-botbtn2 a:hover {
  background-color: white !important;
  color: var(--inn-secondary) !important;
}
.gewerbe-start .ce_rsce_bildbox #infobox-botbtn3 a:hover {
  background-color: var(--inn-secondary) !important;
  color: white !important;
}
.gewerbe-start .bildrow-box {
  color: var(--inn-secondary);
}
.gewerbe-start .bildrow-box .v-button:hover {
  transform: rotate(90deg);
}
.wohnen-start .ce_rsce_bildbox #infobox-botbtn a,
.wohnen-start .ce_rsce_bildbox #infobox-botbtn2 a {
  background-color: var(--inn-primary) !important;
}
.wohnen-start .ce_rsce_bildbox #infobox-botbtn a:hover,
.wohnen-start .ce_rsce_bildbox #infobox-botbtn2 a:hover {
  background-color: white !important;
  color: var(--inn-primary) !important;
}
.wohnen-start .ce_rsce_bildbox #infobox-botbtn3 a:hover {
  background-color: var(--inn-primary) !important;
  color: white !important;
}
.wohnen-start .bildbox-box {
  background-color: var(--inn-primary) !important;
}
.wohnen-start .bildbox-box .v-button a {
  color: white !important;
}
.wohnen-start .bildbox-box #infobox-botbtn3 a {
  color: var(--inn-primary) !important;
}
.wohnen-start .ce_rsce_headline {
  color: var(--inn-primary) !important;
}
.wohnen-start .bildrow-box {
  color: var(--inn-primary);
}
.wohnen-start .bildrow-box .v-button:hover {
  transform: rotate(90deg);
}
.wohnen-start .a-infobox .inside {
  padding-top: 0;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .wohnen-start .a-infobox .inside {
    padding-top: 55px;
    padding-bottom: 52px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wohnen-start .a-infobox {
    min-height: 110vh;
  }
}
.wohnen-start .a-infobox-cols .infobox {
  background-color: var(--inn-primary);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wohnen-start .a-infobox-cols .infobox #infobox-topbtn {
  display: none !important;
}
.wohnen-start .a-infobox-cols .infobox .infobox-text {
  padding: 0rem !important;
  margin-right: 2rem;
}
.wohnen-start .a-infobox-cols .infobox .infobox-text p {
  font-family: var(--inn-main-font);
  color: white;
  padding: 10px 20px;
  padding-right: 50px;
  margin-bottom: 0.3rem;
  width: fit-content;
  text-transform: uppercase;
}
.wohnen-start .a-infobox-cols .infobox .infobox-button-wrapper {
  margin-top: auto;
}
.wohnen-start .a-infobox-cols .infobox .infobox-button-wrapper .button-skewed {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  width: 250px !important;
  height: 50px;
}
.wohnen-start .a-infobox-cols .infobox .infobox-button-wrapper .button-skewed a {
  padding: 0px 5px;
}
.wohnen-start .a-infobox-cols .infobox .infobox-button-wrapper .button-skewed:after {
  all: unset;
}
@media only screen and (max-width: 767px) {
  .wohnen-start .a-infobox-cols .infobox .infobox-button-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .wohnen-start .a-infobox-cols .infobox {
    min-height: 60vh;
    padding-bottom: 2rem !important;
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.gewerbe-detail .ce_rsce_bildbox #infobox-botbtn a:hover,
.gewerbe-detail .ce_rsce_bildbox #infobox-botbtn2 a:hover,
.gewerbe-detail .ce_rsce_bildbox #infobox-botbtn3 a:hover {
  background-color: white !important;
  color: var(--inn-secondary) !important;
}
.gewerbe-detail #verkaufliste-2 .inside,
.gewerbe-header-2 #verkaufliste-2 .inside {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .inside,
  .gewerbe-header-2 #verkaufliste-2 .inside {
    padding-top: 0;
  }
}
.gewerbe-detail #verkaufliste-2 .mehr-zeigen-button,
.gewerbe-header-2 #verkaufliste-2 .mehr-zeigen-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  background-color: white !important;
  border: 2px solid var(--inn-secondary);
}
.gewerbe-detail #verkaufliste-2 .mehr-zeigen-button a,
.gewerbe-header-2 #verkaufliste-2 .mehr-zeigen-button a {
  color: var(--inn-secondary) !important;
}
@media only screen and (max-width: 767px) {
  .gewerbe-detail #verkaufliste-2 .mehr-zeigen-button,
  .gewerbe-header-2 #verkaufliste-2 .mehr-zeigen-button {
    width: 100% !important;
    margin-left: unset !important;
    margin-right: unset !important;
  }
}
.gewerbe-detail #verkaufliste-2 .mehr-zeigen-button:hover,
.gewerbe-header-2 #verkaufliste-2 .mehr-zeigen-button:hover {
  background-color: var(--inn-secondary) !important;
}
.gewerbe-detail #verkaufliste-2 .mehr-zeigen-button:hover a,
.gewerbe-header-2 #verkaufliste-2 .mehr-zeigen-button:hover a {
  color: white !important;
}
.gewerbe-detail .liste-top-btn,
.gewerbe-header-2 .liste-top-btn {
  display: none !important;
}
.gewerbe-detail .button-skewed,
.gewerbe-header-2 .button-skewed {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  width: 250px !important;
  height: 50px;
}
.gewerbe-detail .button-skewed a,
.gewerbe-header-2 .button-skewed a {
  padding: 0px 5px;
}
.gewerbe-detail .button-skewed:after,
.gewerbe-header-2 .button-skewed:after {
  all: unset;
}
.gewerbe-detail .v-headline-text-container p,
.gewerbe-header-2 .v-headline-text-container p,
.wohnen-detail .v-headline-text-container p {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .gewerbe-header-2 .bildbox-box .bildbox-text2 {
    margin-top: 3rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gewerbe-header-2 .bildbox-box .bildbox-button-wrapper {
    margin-top: 2rem !important;
  }
}
.gewerbe-header-2 .bildbox-box .v-button a {
  background-color: white;
  color: var(--inn-secondary) !important;
}
@media only screen and (max-width: 767px) {
  .gewerbe-header-2 .bildbox-box {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.gewerbe-header-2 .ce_rsce_headline {
  margin-bottom: 1.5rem !important;
}
.gewerbe-header-2 .ce_text {
  font-family: var(--inn-add-font);
  font-size: 20px;
}
.wohnen-detail .bildbox-box,
.wohnen-detail-1 .bildbox-box {
  background-color: var(--inn-primary) !important;
}
.wohnen-detail .bildbox-box .v-button,
.wohnen-detail-1 .bildbox-box .v-button {
  background-color: var(--inn-primary) !important;
}
.wohnen-detail .bildbox-box .v-button:hover a,
.wohnen-detail-1 .bildbox-box .v-button:hover a {
  background-color: white !important;
  color: var(--inn-primary) !important;
}
.wohnen-detail .ce_rsce_headline,
.wohnen-detail-1 .ce_rsce_headline {
  color: var(--inn-primary) !important;
}
.wohnen-detail .ce_rsce_headline .v-headline-text-container p,
.wohnen-detail-1 .ce_rsce_headline .v-headline-text-container p {
  line-height: 1.2;
}
.wohnen-detail #verkaufliste-1 .inside,
.wohnen-detail-1 #verkaufliste-1 .inside {
  padding-top: 80px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wohnen-detail #verkaufliste-1 .inside,
  .wohnen-detail-1 #verkaufliste-1 .inside {
    padding-top: 0;
  }
}
.wohnen-detail #verkaufliste-1 .headline-mobile,
.wohnen-detail-1 #verkaufliste-1 .headline-mobile {
  color: var(--inn-primary);
}
.wohnen-detail #verkaufliste-1 .swiper-pagination-bullet,
.wohnen-detail-1 #verkaufliste-1 .swiper-pagination-bullet {
  background-color: var(--inn-primary);
}
.wohnen-detail #verkaufliste-1 .swiper-pagination-bullet-active,
.wohnen-detail-1 #verkaufliste-1 .swiper-pagination-bullet-active {
  background-color: white;
  border-color: var(--inn-primary);
}
.wohnen-detail #verkaufliste-1 .v-button,
.wohnen-detail-1 #verkaufliste-1 .v-button {
  background-color: var(--inn-secondary);
}
@media only screen and (max-width: 767px) {
  .wohnen-detail #verkaufliste-1 .v-button,
  .wohnen-detail-1 #verkaufliste-1 .v-button {
    width: 90vw !important;
  }
}
.wohnen-detail #verkaufliste-1 .v-button a,
.wohnen-detail-1 #verkaufliste-1 .v-button a {
  color: white;
}
@media only screen and (max-width: 767px) {
  .wohnen-detail #verkaufliste-1 .v-button a,
  .wohnen-detail-1 #verkaufliste-1 .v-button a {
    width: 90vw !important;
  }
}
.wohnen-detail #verkaufliste-1 .v-button:hover,
.wohnen-detail-1 #verkaufliste-1 .v-button:hover {
  background-color: white;
  border-color: var(--inn-primary);
}
.wohnen-detail #verkaufliste-1 .v-button:hover a,
.wohnen-detail-1 #verkaufliste-1 .v-button:hover a {
  background-color: unset !important;
  color: var(--inn-primary) !important;
}
.wohnen-detail #verkaufliste-1 .mehr-zeigen-button,
.wohnen-detail-1 #verkaufliste-1 .mehr-zeigen-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  background-color: white !important;
  border: 2px solid var(--inn-primary);
}
.wohnen-detail #verkaufliste-1 .mehr-zeigen-button a,
.wohnen-detail-1 #verkaufliste-1 .mehr-zeigen-button a {
  color: var(--inn-primary) !important;
}
@media only screen and (max-width: 767px) {
  .wohnen-detail #verkaufliste-1 .mehr-zeigen-button,
  .wohnen-detail-1 #verkaufliste-1 .mehr-zeigen-button {
    width: 100% !important;
    margin-left: unset !important;
    margin-right: unset !important;
  }
}
.wohnen-detail #verkaufliste-1 .mehr-zeigen-button:hover,
.wohnen-detail-1 #verkaufliste-1 .mehr-zeigen-button:hover {
  background-color: var(--inn-primary) !important;
}
.wohnen-detail #verkaufliste-1 .mehr-zeigen-button:hover a,
.wohnen-detail-1 #verkaufliste-1 .mehr-zeigen-button:hover a {
  color: white !important;
}
.wohnen-detail .liste-top-btn,
.wohnen-detail-1 .liste-top-btn {
  display: none !important;
}
.wohnen-detail .bildrow-box,
.wohnen-detail-1 .bildrow-box {
  color: var(--inn-primary);
}
.wohnen-detail-1 .bildbox .bildbox-box .bildbox-text2 {
  font-size: 17px !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .wohnen-detail-1 .bildbox .bildbox-box .bildbox-text2 {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .wohnen-detail-1 .bildbox .bildbox-box .bildbox-text2 .bildbox-button-wrapper {
    margin-top: 2rem;
  }
}
.wohnen-detail-1 .bildbox .bildbox-box .v-button {
  background-color: white !important;
}
.wohnen-detail-1 .bildbox .bildbox-box .v-button a {
  color: var(--inn-primary) !important;
}
.wohnen-detail-1 .bildbox .bildbox-box .v-button:hover a {
  background-color: var(--inn-primary) !important;
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .wohnen-detail-1 .bildbox .bildbox-box {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .ueber-uns #text-block-5 .inside .col_1 .ce_text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ueber-uns #text-block-5 .inside {
    padding: 0 2.5rem;
  }
}
.ueber-uns #text-block-5 #ueber-uns-togglebutton {
  display: none;
}
.ueber-uns #text-block-5 #ueber-uns-togglebutton a {
  background-color: var(--inn-neutral);
  color: white;
  border: 0;
  padding: 0.5rem 2rem;
}
@media only screen and (max-width: 767px) {
  .ueber-uns #text-block-5 #ueber-uns-togglebutton {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.ueber-uns #text-block-5 .ce_rsce_iconboxes {
  display: flex;
  justify-content: space-between;
}
.ueber-uns #text-block-5 .ce_rsce_iconboxes .icon-img-container {
  display: flex;
  justify-content: center;
}
.ueber-uns #text-block-5 .ce_rsce_iconboxes .icon-img-container img {
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .ueber-uns #text-block-5 .ce_rsce_iconboxes .icon-img-container {
    margin-bottom: 2rem;
  }
}
.ueber-uns #text-block-5 .ce_rsce_iconboxes p {
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ueber-uns #text-block-5 .ce_rsce_iconboxes p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ueber-uns #text-block-5 .ce_rsce_iconboxes {
    flex-direction: column;
    gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .ueber-uns #text-block-5 {
    margin-top: -7rem;
  }
}
.ueber-uns .ce_rsce_headline .upper-headline h2 span {
  font-family: var(--inn-main-font);
  font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
  .ueber-uns .ce_rsce_headline .upper-headline h2 {
    margin-bottom: 0;
  }
}
.ueber-uns .ce_rsce_headline .v-headline-text-container p {
  font-family: var(--inn-main-font);
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .ueber-uns .ce_rsce_headline {
    margin-bottom: 0;
  }
}
.ueber-uns #ueber-uns-mobileheadline {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ueber-uns #ueber-uns-mobileheadline span {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ueber-uns #ueber-uns-mobileheadline {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 2rem;
  }
}
.ueber-uns #ueber-uns-cols .col_1 {
  width: 45%;
}
.ueber-uns #ueber-uns-cols .col_1 .ce_text p:first-of-type {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.ueber-uns #ueber-uns-cols .col_1 #ueber-uns-toggletext {
  margin-bottom: 1rem;
}
.ueber-uns #ueber-uns-cols .col_2 .image_container {
  display: flex;
  justify-content: end;
}
.ueber-uns #ueber-uns-cols .col_2 .image_container img {
  height: 517px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .ueber-uns #ueber-uns-cols .col_2 .image_container img {
    height: auto;
    width: 100%;
  }
}
.ueber-uns footer {
  background-color: var(--inn-neutral) !important;
}
#text-block-3 .inside,
#text-block-4 .inside {
  padding-bottom: 0;
}
#text-block-3 .inside .ce_rsce_headline,
#text-block-4 .inside .ce_rsce_headline {
  margin-bottom: 20px;
}
#text-block-3 .inside .ce_rsce_headline .upper-headline h3,
#text-block-4 .inside .ce_rsce_headline .upper-headline h3 {
  margin-bottom: 0;
}
#text-block-3 .inside .ce_rsce_headline .upper-headline h3 span,
#text-block-4 .inside .ce_rsce_headline .upper-headline h3 span {
  font-size: 20px;
}
#text-block-3 .inside .ce_rsce_headline,
#text-block-4 .inside .ce_rsce_headline {
  color: var(--inn-secondary);
}
#text-block-3 .inside .v-headline-text-container,
#text-block-4 .inside .v-headline-text-container {
  font-size: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #text-block-3,
  #text-block-4 {
    margin-top: 25rem;
  }
}
#referenzliste-1 .referenzliste .v-button {
  background-color: var(--inn-primary);
}
#referenzliste-1 .referenzliste .v-button::after {
  background-color: white;
}
#referenzliste-1 .referenzliste .referenzliste-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 2rem;
  margin-bottom: 1rem;
}
#referenzliste-1 .referenzliste .referenzliste-grid .referenzgrid-item {
  overflow: hidden;
}
#referenzliste-1 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper {
  position: relative;
  margin-bottom: 10px;
}
#referenzliste-1 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper img {
  height: 183px;
  width: 183px;
}
#referenzliste-1 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper .referenzliste-banner {
  position: absolute;
  left: -35px;
  top: -24px;
  transform: scale(0.7);
}
#referenzliste-1 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper .referenzliste-banner-2 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: 25px;
  width: 150px;
  height: 35px;
  background-color: var(--inn-primary);
  color: white;
  transform: rotate(-45deg);
  font-size: 13px;
  text-align: center;
}
#referenzliste-1 .referenzliste .referenzliste-grid .referenzgrid-item p {
  font-size: 15px;
}
#referenzliste-2 .referenzliste .v-button {
  background-color: var(--inn-secondary);
}
#referenzliste-2 .referenzliste .v-button::after {
  background-color: white;
}
#referenzliste-2 .referenzliste .referenzliste-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 2rem;
  margin-bottom: 1rem;
}
#referenzliste-2 .referenzliste .referenzliste-grid .referenzgrid-item {
  overflow: hidden;
}
#referenzliste-2 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper {
  position: relative;
  margin-bottom: 10px;
}
#referenzliste-2 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper img {
  height: 183px;
  width: 183px;
}
#referenzliste-2 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper .referenzliste-banner {
  position: absolute;
  left: -35px;
  top: -24px;
  transform: scale(0.7);
}
#referenzliste-2 .referenzliste .referenzliste-grid .referenzgrid-item .bild-wrapper .referenzliste-banner-2 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: 25px;
  width: 150px;
  height: 35px;
  background-color: var(--inn-secondary);
  color: white;
  transform: rotate(-45deg);
  font-size: 13px;
  text-align: center;
}
#referenzliste-2 .referenzliste .referenzliste-grid .referenzgrid-item p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .a-infobox .a-infobox-cols .subcr {
    padding-left: 0px;
    position: absolute;
    top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .a-infobox {
    min-height: 105vh;
  }
}
#infobox-cols-1 .col_2 {
  background-color: var(--inn-primary);
  color: white;
}
#infobox-cols-1 .col_2 .infobox {
  padding: 4rem 0rem;
}
#infobox-cols-1 .col_2 .infobox #infobox-topbtn {
  background-color: white;
  width: 270px;
  height: 49px;
  display: flex;
  align-items: center;
}
#infobox-cols-1 .col_2 .infobox #infobox-topbtn a {
  color: var(--inn-primary) !important;
  padding: 15px 0px;
  padding-left: 1rem;
}
#infobox-cols-1 .col_2 .infobox #infobox-topbtn:after {
  background-color: var(--inn-primary);
  right: -34px;
  width: 70px;
  height: 48px;
}
#infobox-cols-1 .col_2 .infobox .infobox-text {
  padding: 2rem 2rem;
  font-size: 15px;
  font-family: var(--inn-add-font);
}
@media only screen and (max-width: 767px) {
  #infobox-cols-1 .col_2 .infobox .infobox-text {
    align-self: start;
  }
}
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper {
  display: flex;
  gap: 2rem;
  padding-left: 1.2rem;
}
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn {
  width: 275px;
}
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn a {
  padding-left: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn {
    width: 95% !important;
  }
}
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn:after,
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2:after {
  background-color: var(--inn-primary);
  height: 39px;
}
@media only screen and (max-width: 767px) {
  #infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn,
  #infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2 {
    width: 95% !important;
  }
}
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn:hover,
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2:hover {
  background-color: white;
}
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn:hover a,
#infobox-cols-1 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2:hover a {
  color: var(--inn-secondary) !important;
}
@media only screen and (max-width: 767px) {
  #infobox-cols-1 .col_2 .infobox .infobox-button-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #infobox-cols-1 .col_2 .infobox {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #infobox-cols-1 .col_2 .infobox {
    padding: 3rem 0rem;
  }
}
#infobox-cols-2 .col_2 {
  background-color: var(--inn-secondary);
  color: white;
}
#infobox-cols-2 .col_2 .infobox {
  padding: 4rem 0rem;
}
#infobox-cols-2 .col_2 .infobox #infobox-topbtn {
  background-color: white;
  width: 270px;
  height: 49px;
  display: flex;
  align-items: center;
}
#infobox-cols-2 .col_2 .infobox #infobox-topbtn a {
  color: var(--inn-secondary) !important;
  padding: 15px 0px;
  padding-left: 1rem;
}
#infobox-cols-2 .col_2 .infobox #infobox-topbtn:after {
  background-color: var(--inn-secondary);
  right: -34px;
  width: 70px;
  height: 48px;
}
#infobox-cols-2 .col_2 .infobox .infobox-text {
  padding: 2rem 2rem;
  font-size: 15px;
  font-family: var(--inn-add-font);
}
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper {
  display: flex;
  gap: 2rem;
  padding-left: 1.2rem;
}
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn,
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2 {
  width: 275px;
}
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn a,
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2 a {
  padding-left: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn,
  #infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2 {
    width: 95% !important;
  }
}
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn:after,
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2:after {
  background-color: var(--inn-secondary);
  height: 39px;
}
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn:hover,
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2:hover {
  background-color: white;
}
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn:hover a,
#infobox-cols-2 .col_2 .infobox .infobox-button-wrapper #infobox-botbtn2:hover a {
  color: var(--inn-primary) !important;
}
#parallax-1 {
  background-color: var(--inn-neutral);
  color: white;
  position: relative;
}
#parallax-1 .ce_rsce_parallax_content {
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #parallax-1 .ce_rsce_parallax_content {
    display: none !important;
  }
}
#parallax-1 .parallax-headline {
  color: white;
  position: absolute;
  top: 73px;
  right: 156px;
  font-size: 35px;
  font-family: var(--inn-main-font);
  margin-top: unset !important;
}
#parallax-1 .parallax-headline .upper-headline {
  text-align: right;
}
#parallax-1 .parallax-headline .upper-headline h2 span {
  font-size: 35px !important;
}
#parallax-1 .parallax-headline .v-headline-text-container {
  margin-top: 0;
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  #parallax-1 .parallax-headline {
    display: none;
  }
}
#parallax-1 .ce_rsce_headline {
  margin-top: 4rem;
}
#parallax-1 .ce_rsce_headline .upper-headline span {
  font-size: 30px !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #parallax-1 .ce_rsce_headline {
    padding-left: 20px;
  }
}
#parallax-1 .inside {
  padding-top: 14px;
  padding-bottom: 0px;
}
#parallax-1 .ce_text {
  margin-bottom: 1.5rem;
  width: 50%;
  font-family: var(--inn-add-font);
  font-size: 20px;
}
#parallax-1 .ce_text p:first-of-type {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #parallax-1 .ce_text {
    width: 80%;
    padding-left: 20px;
  }
}
#parallax-1 .ce_rsce_button {
  width: fit-content;
  margin-bottom: 3rem;
  background-color: white;
}
#parallax-1 .ce_rsce_button a {
  color: var(--inn-neutral);
  padding: 0.5rem 2rem;
}
@media only screen and (max-width: 767px) {
  #parallax-1 .ce_rsce_button {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
  }
}
#parallax-1 .ce_rsce_button:hover {
  background-color: var(--inn-neutral) !important;
}
#parallax-1 .ce_rsce_button:hover a {
  color: white !important;
}
.a-buero .ce_rsce_headline {
  margin-bottom: 0 !important;
}
.a-buero .ce_rsce_headline .v-headline-text-container {
  font-weight: 600;
}
.a-buero .ce_text {
  margin-bottom: 20px;
}
.a-buero .ce_rsce_iconboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.a-buero .ce_rsce_iconboxes .single-icon {
  display: flex;
  gap: 2rem;
}
.a-buero .ce_rsce_iconboxes .single-icon .icon-img {
  height: 132px;
  width: fit-content;
}
.a-buero .ce_rsce_iconboxes .single-icon span {
  width: 80%;
  font-size: 20px;
}
.a-buero .ce_rsce_iconboxes .single-icon span p {
  margin-bottom: 5px;
}
.a-buero .ce_rsce_iconboxes .single-icon span p:first-child {
  font-family: var(--inn-main-font);
}
.a-buero .ce_rsce_iconboxes .single-icon span p:nth-child(2n) {
  font-family: var(--inn-add-font);
  line-height: 1.3;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .a-buero .ce_rsce_iconboxes .single-icon span {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .a-buero .ce_rsce_iconboxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.a-buero #buero-swiper-mobile {
  display: none;
}
.a-buero #buero-swiper-mobile .swiper-pagination {
  position: unset;
}
.a-buero #buero-swiper-mobile .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: var(--inn-neutral);
  opacity: unset;
  margin-right: 0.2rem;
}
.a-buero #buero-swiper-mobile .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  border: 1px solid var(--inn-neutral);
}
@media only screen and (max-width: 767px) {
  .a-buero #buero-swiper-mobile {
    display: block;
    margin-bottom: 3rem;
  }
}
.a-buero .ce_gallery {
  margin-bottom: 4rem;
}
.a-buero .ce_gallery ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.5rem;
  column-gap: 2rem;
}
.a-buero .ce_gallery ul .col_0 figure {
  margin: 0;
  width: 100%;
}
.a-buero .ce_gallery ul .col_0 figure img {
  width: 100% !important;
}
.a-buero .ce_gallery ul li:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}
.a-buero .ce_gallery ul li:first-child img {
  width: 603px;
  height: 458px;
}
.a-buero .ce_gallery ul li {
  height: fit-content;
}
.a-buero .ce_gallery ul li img {
  width: 322px;
  height: 216px;
}
.a-buero .ce_gallery ul .image_container {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .a-buero .ce_gallery {
    display: none;
  }
}
.a-buero .ce_rsce_headline {
  color: var(--inn-neutral) !important;
}
.a-leistungen {
  background-color: var(--inn-neutral);
}
.a-leistungen .ce_rsce_headline {
  font-family: var(--inn-main-font);
  color: white;
  margin-bottom: 10px;
}
.a-leistungen .ce_rsce_headline .upper-headline h2,
.a-leistungen .ce_rsce_headline .upper-headline h3 {
  margin-bottom: 0;
}
.a-leistungen .ce_rsce_headline .upper-headline h2 span,
.a-leistungen .ce_rsce_headline .upper-headline h3 span {
  font-size: 20px;
}
.a-leistungen .ce_rsce_headline .v-headline-text-container {
  font-size: 30px;
  margin-top: 0;
  font-weight: 600;
}
.a-leistungen .ce_text {
  width: 50%;
  color: white;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .a-leistungen .ce_text {
    width: 100%;
  }
}
.a-leistungen .ce_rsce_button {
  margin-top: 2rem;
}
.a-leistungen .ce_rsce_button a {
  color: white;
  border-color: white;
  padding: 0.5rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .a-leistungen .ce_rsce_button a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .a-leistungen .ce_rsce_button {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.a-leistungen .ce_rsce_button:hover a {
  background-color: white !important;
  color: var(--inn-neutral);
}
.a-leistungen .custom-pagination-container .swiper-pagination {
  position: unset;
}
.a-leistungen .custom-pagination-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: white !important;
  opacity: unset;
  margin-right: 0.2rem;
}
.a-leistungen .custom-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--inn-neutral) !important;
  border: 1px solid white !important;
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-wrapper {
  height: 309px;
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid white;
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 140px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-wrapper .swiper-slide {
    justify-content: center;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-wrapper {
    display: flex;
  }
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-content-container {
  color: white;
  margin-top: 4rem;
  margin-bottom: 0.4rem !important;
  width: 100%;
  margin-left: 1.3rem;
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-content-container .icon-swiper-headline {
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--inn-main-font);
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-content-container .icon-swiper-headline p {
  margin-bottom: 0;
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-content-container .icon-swiper-text {
  margin-top: 0.3rem;
  font-size: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-content-container .icon-swiper-text {
    margin-top: 0.5rem;
  }
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-content-container .hover-text {
  display: none;
}
@media only screen and (max-width: 767px) {
  .icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-content-container {
    margin-top: 5.5rem;
    margin-bottom: 0;
    align-self: start;
    padding-left: 0rem;
  }
}
.icon-swiper-container .a-leistungen-swiper .swiper-container .swiper-container {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .icon-swiper-container .a-leistungen-swiper {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
.icon-swiper-container .custom-pagination-container {
  margin-top: 1.5rem;
}
.icon-swiper-container .custom-pagination-container .swiper-pagination {
  position: unset;
}
.icon-swiper-container .custom-pagination-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: white;
  opacity: unset;
  margin-right: 0.2rem;
}
.icon-swiper-container .custom-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  border: 1px solid var(--inn-neutral);
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid var(--inn-neutral) !important;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide img {
  width: 140px;
  height: 76px;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide:hover {
  background-color: var(--inn-neutral);
  color: white !important;
  display: flex;
  justify-content: start !important;
  align-items: center !important;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide:hover img {
  display: none;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide:hover .swiper-content-container {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide:hover .icon-swiper-headline {
  color: white !important;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide:hover .icon-swiper-text {
  color: white !important;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide:hover .hover-text {
  display: block;
  padding-top: 1rem;
  color: white !important;
  font-family: var(--inn-add-font);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .a-leistungen-swiper-hover-neutral .swiper-container .swiper-slide:hover {
    padding-top: 0 !important;
  }
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-content-container {
  color: white;
  margin-top: 4rem;
  margin-bottom: 1rem !important;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-content-container .icon-swiper-headline {
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--inn-main-font);
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-content-container .icon-swiper-headline p {
  margin-bottom: 0;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-content-container .icon-swiper-text {
  font-size: 10px;
  margin-bottom: 0;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-content-container .hover-text {
  display: none;
}
.a-leistungen-swiper-hover-neutral .swiper-container .swiper-container {
  bottom: 0;
}
.a-leistungen-swiper-hover-neutral .custom-pagination-container {
  margin-top: 1.5rem;
}
.a-leistungen-swiper-hover-neutral .custom-pagination-container .swiper-pagination {
  position: unset;
}
.a-leistungen-swiper-hover-neutral .custom-pagination-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: var(--inn-neutral) !important;
  opacity: unset;
  margin-right: 0.2rem;
}
.a-leistungen-swiper-hover-neutral .custom-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--inn-neutral) !important;
  border: 1px solid white !important;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid white;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide img {
  width: 140px;
  height: 76px;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide:hover {
  background-color: white;
  color: var(--inn-neutral) !important;
  display: flex;
  justify-content: start !important;
  align-items: center;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide:hover img {
  display: none;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide:hover .swiper-content-container {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide:hover .icon-swiper-headline {
  color: var(--inn-neutral) !important;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide:hover .icon-swiper-text {
  color: var(--inn-neutral) !important;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-slide:hover .hover-text {
  display: block;
  padding-top: 0.5rem;
  color: var(--inn-neutral) !important;
  font-family: var(--inn-add-font);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .a-leistungen-swiper-hover-white .swiper-container .swiper-slide:hover {
    padding-top: 0 !important;
  }
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-content-container {
  color: white;
  margin-top: 4rem;
  margin-bottom: 1rem !important;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-content-container .icon-swiper-headline {
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--inn-main-font);
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-content-container .icon-swiper-headline p {
  margin-bottom: 0;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-content-container .icon-swiper-text {
  font-size: 10px;
  margin-bottom: 0;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-content-container .hover-text {
  display: none;
}
.a-leistungen-swiper-hover-white .swiper-container .swiper-container {
  bottom: 0;
}
.a-leistungen-swiper-hover-white .custom-pagination-container {
  margin-top: 1.5rem;
}
.a-leistungen-swiper-hover-white .custom-pagination-container .swiper-pagination {
  position: unset;
}
.a-leistungen-swiper-hover-white .custom-pagination-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: white !important;
  opacity: unset;
  margin-right: 0.2rem;
}
.a-leistungen-swiper-hover-white .custom-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white !important;
  border: 1px solid var(--inn-neutral) !important;
}
#partnernetzwerk .ce_rsce_headline {
  font-family: var(--inn-main-font);
  color: var(--inn-neutral);
  margin-bottom: 10px;
}
#partnernetzwerk .ce_rsce_headline .upper-headline h3 {
  margin-bottom: 0;
}
#partnernetzwerk .ce_rsce_headline .upper-headline h3 span {
  font-size: 20px;
}
#partnernetzwerk .ce_rsce_headline .v-headline-text-container {
  font-size: 30px;
  margin-top: 0;
  font-weight: 600;
}
#partnernetzwerk .ce_rsce_headline .v-headline-text-container p {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  #partnernetzwerk .ce_rsce_headline .v-headline-text-container p {
    word-break: break-all;
    font-size: 30px;
    line-height: 1.2;
  }
}
#partnernetzwerk .ce_text {
  width: 55%;
  font-family: var(--inn-add-font);
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #partnernetzwerk .ce_text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#partnernetzwerk .ce_rsce_iconboxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #partnernetzwerk .ce_rsce_iconboxes {
    display: none;
  }
}
#partnernetzwerk #partnernetzwerk-swiper {
  display: none;
}
@media only screen and (max-width: 767px) {
  #partnernetzwerk #partnernetzwerk-swiper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #partnernetzwerk .ce_rsce_swiper .swiper-container {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#partnernetzwerk .ce_rsce_swiper .custom-pagination-container .pagination-inside .swiper-pagination {
  position: unset;
}
#partnernetzwerk .ce_rsce_swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: var(--inn-neutral);
  opacity: unset;
  margin-right: 0.2rem;
}
#partnernetzwerk .ce_rsce_swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  border: 1px solid var(--inn-neutral);
}
.p-leistungen #text-block-5 .ce_rsce_headline .upper-headline h3 span {
  font-size: 20px !important;
  font-family: var(--inn-main-font);
}
.p-leistungen #text-block-5 .ce_rsce_headline .v-headline-text-container {
  font-size: 30px;
  font-family: var(--inn-main-font);
}
@media only screen and (max-width: 767px) {
  .p-leistungen #text-block-5 {
    margin-top: -10rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-leistungen .a-leistungen-swiper .swiper-slide {
  border-color: var(--inn-neutral);
}
.p-leistungen .a-leistungen-swiper .swiper-slide .swiper-content-container {
  color: var(--inn-neutral);
}
.p-leistungen #parallax-2 {
  position: relative;
}
.p-leistungen #parallax-2 .ce_rsce_parallax {
  height: 498px;
}
.p-leistungen #parallax-2 .ce_rsce_headline {
  color: white;
  position: absolute;
  top: 73px;
  right: 156px;
  font-size: 35px;
  font-family: var(--inn-main-font);
}
.p-leistungen #parallax-2 .ce_rsce_headline .upper-headline {
  text-align: right;
}
.p-leistungen #parallax-2 .ce_rsce_headline .v-headline-text-container {
  margin-top: 0;
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  .p-leistungen #parallax-2 .ce_rsce_headline {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-leistungen .a-inklusive .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-leistungen .a-inklusive .ce_rsce_headline .upper-headline h2 span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-leistungen .a-inklusive .ce_rsce_headline {
    margin-left: 0.5rem;
  }
}
.p-leistungen .a-inklusive .custom-pagination-container {
  margin-top: 1.5rem;
}
.p-leistungen .a-inklusive .custom-pagination-container .swiper-pagination {
  position: unset;
}
.p-leistungen .a-inklusive .custom-pagination-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: var(--inn-neutral) !important;
  opacity: unset;
  margin-right: 0.2rem;
}
.p-leistungen .a-inklusive .custom-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white !important;
  border: 1px solid var(--inn-neutral) !important;
}
.p-leistungen .a-exklusive {
  background-color: var(--inn-neutral);
}
@media only screen and (max-width: 767px) {
  .p-leistungen .a-exklusive .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-leistungen .a-exklusive .ce_rsce_headline {
  color: white;
  margin-top: 3rem;
}
.p-leistungen .a-exklusive .ce_rsce_headline .upper-headline h2 span,
.p-leistungen .a-exklusive .ce_rsce_headline .upper-headline h3 span {
  font-weight: 600;
}
.p-leistungen .a-exklusive .exklusiv-swiper .swiper-slide {
  border-color: white;
}
.p-leistungen .a-exklusive .exklusiv-swiper .swiper-slide .swiper-content-container {
  color: white;
}
.p-leistungen .a-exklusive .custom-pagination-container {
  margin-top: 1.5rem;
}
.p-leistungen .a-exklusive .custom-pagination-container .swiper-pagination {
  position: unset;
}
.p-leistungen .a-exklusive .custom-pagination-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: white !important;
  opacity: unset;
  margin-right: 0.2rem;
}
.p-leistungen .a-exklusive .custom-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--inn-neutral) !important;
  border: 1px solid white !important;
}
.p-leistungen #leistungen-infobox .inside {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-leistungen #leistungen-infobox .inside .col_1 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-leistungen #leistungen-infobox .inside {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-leistungen .a-infobox {
    min-height: 80vh;
  }
}
.p-leistungen #infobox-cols-1 .col_2 .infobox {
  background-color: var(--inn-neutral);
  height: 100%;
}
.p-leistungen #infobox-cols-1 .col_2 .infobox #infobox-topbtn {
  display: none !important;
}
.p-leistungen #infobox-cols-1 .col_2 .infobox .v-button:hover a,
.p-leistungen #infobox-cols-1 .col_2 .infobox #infobox-botbtn2:hover a {
  color: var(--inn-neutral) !important;
}
.p-leistungen #infobox-cols-1 .col_2 .infobox .infobox-text {
  padding: 0rem !important;
  margin-right: 2rem;
}
.p-leistungen #infobox-cols-1 .col_2 .infobox .infobox-text p {
  font-family: var(--inn-main-font);
  color: white;
  padding: 10px 20px;
  padding-right: 50px;
  margin-bottom: 0.3rem;
  width: fit-content;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .p-leistungen #infobox-cols-1 .col_2 .infobox .infobox-text p {
    padding-right: 0;
  }
}
.p-leistungen #infobox-cols-1 .col_2 .infobox .infobox-text:nth-child(3) p {
  padding-right: 1.3rem;
}
.p-leistungen #infobox-cols-1 .col_2 .infobox .infobox-button-wrapper {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .p-leistungen #infobox-cols-1 .col_2 .infobox .infobox-button-wrapper {
    width: 95%;
    padding-left: 0 !important;
    align-self: center;
    align-items: center;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-leistungen #infobox-cols-1 .col_2 .infobox {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}
.p-leistungen .infobox {
  display: flex;
  flex-direction: column;
}
.p-leistungen .infobox .infobox-button-wrapper {
  justify-self: end;
}
@media only screen and (max-width: 767px) {
  .p-leistungen #partnernetzwerk .inside {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.p-leistungen footer {
  background-color: var(--inn-neutral) !important;
}
.p-referenzen #text-block-3 {
  margin-bottom: 3rem;
  padding-top: 35px;
}
.p-referenzen #text-block-3 .ce_rsce_headline {
  color: var(--inn-neutral);
}
.p-referenzen #text-block-3 .ce_text {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .p-referenzen #text-block-3 .ce_text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen #text-block-3 {
    margin-top: -12rem;
  }
}
.p-referenzen #verkaufliste-1 .inside {
  padding-bottom: 0;
  padding-top: 80px;
}
.p-referenzen #verkaufliste-1 .inside ul {
  column-count: 2;
}
.p-referenzen #verkaufliste-1 .inside ul .li-flex img {
  width: 40% !important;
}
@media only screen and (max-width: 767px) {
  .p-referenzen #verkaufliste-1 .inside ul .li-flex img {
    width: 100% !important;
  }
}
.p-referenzen #verkaufliste-1 .inside ul .li-flex .middle-part {
  width: 90% !important;
}
.p-referenzen #verkaufliste-1 .inside ul .li-flex .middle-part h3 {
  width: 100% !important;
}
.p-referenzen #verkaufliste-1 .inside ul .li-flex .middle-part .d-grid {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media only screen and (max-width: 767px) {
  .p-referenzen #verkaufliste-1 .inside ul {
    column-count: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen #verkaufliste-1 .inside {
    padding-top: 0;
  }
}
.p-referenzen .banner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: 25px;
  width: 150px;
  height: 35px;
  background-color: var(--inn-primary);
  color: white;
  transform: rotate(-45deg);
  font-size: 13px;
  text-align: center;
}
.p-referenzen .banner-rot {
  background-color: var(--inn-primary);
}
.p-referenzen .banner-blau {
  background-color: var(--inn-secondary);
}
.p-referenzen .mehr-zeigen-liste {
  margin-top: 2rem;
}
.p-referenzen .immolistecol-grid,
.p-referenzen .mehr-zeigen-liste {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  column-gap: 6rem;
}
.p-referenzen .immolistecol-grid .headline-desktop,
.p-referenzen .mehr-zeigen-liste .headline-desktop {
  width: 100% !important;
  border-bottom: 1px solid var(--inn-neutral) !important;
}
.p-referenzen .immolistecol-grid .headline-mobile,
.p-referenzen .mehr-zeigen-liste .headline-mobile,
.p-referenzen .immolistecol-grid .headline-desktop,
.p-referenzen .mehr-zeigen-liste .headline-desktop {
  color: var(--inn-neutral) !important;
}
@media only screen and (max-width: 767px) {
  .p-referenzen .immolistecol-grid .immolistecol-grid-item .headline-mobile,
  .p-referenzen .mehr-zeigen-liste .immolistecol-grid-item .headline-mobile {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen .immolistecol-grid .immolistecol-grid-item,
  .p-referenzen .mehr-zeigen-liste .immolistecol-grid-item {
    gap: 0.5rem !important;
  }
}
.p-referenzen .immolistecol-grid .d-grid,
.p-referenzen .mehr-zeigen-liste .d-grid {
  grid-template-columns: repeat(1, 1fr) !important;
}
.p-referenzen .immolistecol-grid .d-grid span,
.p-referenzen .mehr-zeigen-liste .d-grid span {
  width: unset !important;
}
@media only screen and (max-width: 767px) {
  .p-referenzen .immolistecol-grid .d-grid span:nth-child(1),
  .p-referenzen .mehr-zeigen-liste .d-grid span:nth-child(1) {
    grid-area: adresse !important;
  }
  .p-referenzen .immolistecol-grid .d-grid span:nth-child(2),
  .p-referenzen .mehr-zeigen-liste .d-grid span:nth-child(2) {
    grid-area: flaeche !important;
  }
  .p-referenzen .immolistecol-grid .d-grid span:nth-child(3),
  .p-referenzen .mehr-zeigen-liste .d-grid span:nth-child(3) {
    grid-area: etage !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen .immolistecol-grid .d-grid,
  .p-referenzen .mehr-zeigen-liste .d-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-left: 0.5rem;
    row-gap: 1rem !important;
    column-gap: 1rem !important;
    grid-template-areas: "adresse adresse" "flaeche etage" !important;
  }
}
.p-referenzen .immolistecol-grid .swiper-container .pagination-inside,
.p-referenzen .mehr-zeigen-liste .swiper-container .pagination-inside {
  margin-top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .p-referenzen .immolistecol-grid,
  .p-referenzen .mehr-zeigen-liste {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-referenzen .button-main {
  background-color: white;
  border: 2px solid var(--inn-neutral);
  grid-column: span 2;
  margin-top: 2rem;
}
.p-referenzen .button-main a {
  color: var(--inn-neutral) !important;
}
@media only screen and (max-width: 767px) {
  .p-referenzen .button-main {
    grid-column: span 1;
  }
}
.p-referenzen .button-main:hover {
  background-color: var(--inn-neutral) !important;
}
.p-referenzen .button-main:hover a {
  color: white !important;
}
.p-referenzen .bildrows .bildrow-box .bildrows-text {
  width: 100%;
  text-align: center;
}
.p-referenzen .bildrows .bildrow-box .bildrows-text .upper-bildrows-text {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .p-referenzen .bildrows .bildrow-box .bildrows-text .upper-bildrows-text {
    line-height: 0.9;
    width: fit-content;
  }
}
.p-referenzen .bildrows .bildrow-box .bildrows-text .lower-bildrows-text {
  font-size: 20px;
  font-family: var(--inn-add-font);
}
@media only screen and (max-width: 767px) {
  .p-referenzen .bildrows .bildrow-box .bildrows-text .lower-bildrows-text {
    width: 265px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen .bildrows .bildrow-box .bildrows-text {
    padding-left: 0rem;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen .bildrows .bildrow-box .bildrows-text {
    width: fit-content;
  }
}
.p-referenzen .bildrows .bildrow-box .bildrows-button-wrapper a {
  display: flex;
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  .p-referenzen .bildrows .bildrow-box .bildrows-button-wrapper {
    margin-left: 0.5rem;
    margin-bottom: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen .bildrows .bildrow-box {
    left: -40px;
    top: 65%;
    height: 100px;
    width: 90vw;
    justify-content: start !important;
    padding-right: 0;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .p-referenzen .bildrows .bildrow-box {
    left: -33px;
  }
}
@media only screen and (max-width: 767px) {
  .p-referenzen .a-bildbox .bild-box-container .bildbox-box .bildbox-text p {
    width: 332px;
    word-break: break-word;
  }
}
.p-referenzen footer {
  background-color: var(--inn-neutral) !important;
}
.u-kontakt #text-block-3 .ce_rsce_headline {
  color: var(--inn-neutral);
}
@media only screen and (max-width: 767px) {
  .u-kontakt #text-block-3 {
    margin-top: -7rem;
  }
}
.u-kontakt #u-kontakt {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .u-kontakt #u-kontakt .inside {
    padding-top: 20px;
  }
}
.u-kontakt #u-kontakt .subcolumns {
  margin-bottom: 0;
}
.u-kontakt #u-kontakt .subcolumns .formbody {
  display: flex;
  flex-direction: column;
}
.u-kontakt #u-kontakt .subcolumns .widget-text {
  width: 100%;
}
.u-kontakt #u-kontakt .subcolumns .widget-text #ctrl_4 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .u-kontakt #u-kontakt .subcolumns .widget-text #ctrl_4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .u-kontakt #u-kontakt {
    margin-top: 0;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .u-kontakt #u-kontakt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .u-kontakt #ctrl_6 {
    margin-bottom: 0;
  }
}
.u-kontakt #ctrl_7 {
  resize: none;
}
.u-kontakt #ctrl_2 {
  padding: 1rem 3rem;
  background-color: var(--inn-neutral);
  border: none;
}
.u-kontakt .widget-submit {
  display: flex;
  justify-content: end;
}
.u-kontakt .widget-submit button:hover {
  color: var(--inn-neutral) !important;
  background-color: white !important;
  border: 2px solid var(--inn-neutral) !important;
}
@media only screen and (max-width: 767px) {
  .u-kontakt .widget-submit {
    width: 100%;
  }
}
.u-kontakt .flex-al {
  justify-content: end;
  margin-top: auto;
}
.u-kontakt form {
  margin-top: 0;
  margin-bottom: 0;
}
.u-kontakt input,
.u-kontakt textarea {
  border: 1px solid var(--inn-neutral);
}
.u-kontakt input::placeholder,
.u-kontakt textarea::placeholder {
  color: var(--inn-neutral);
  font-family: var(--inn-add-font);
}
.u-kontakt textarea {
  height: 175px;
  margin-bottom: 1rem;
}
.u-kontakt .col_1 .subcl,
.u-kontakt .col_1 .subcr {
  padding: 0;
}
.u-kontakt #kontakt-cols > .col_2 {
  width: 42%;
}
.u-kontakt #kontakt-cols > .col_1 > .subcl .ce_form,
.u-kontakt #kontakt-cols > .col_1 > .subcl .formbody,
.u-kontakt #kontakt-cols > .col_1 > .subcl form {
  height: 100%;
}
.u-kontakt .kontaktbox {
  background-color: var(--inn-neutral);
  color: white;
  padding: 3rem;
  padding-right: 0rem;
  position: relative;
}
.u-kontakt .kontaktbox .kontaktbox-headlines {
  margin-bottom: 2rem;
}
.u-kontakt .kontaktbox .kontaktbox-headlines h3 {
  font-family: var(--inn-main-font);
  font-size: 20px;
  font-weight: 600;
}
.u-kontakt .kontaktbox .kontaktbox-headlines h4 {
  font-family: var(--inn-main-font);
  font-size: 10px;
}
.u-kontakt .kontaktbox .kontaktbox-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 330px;
}
.u-kontakt .kontaktbox .kontaktbox-text span {
  font-size: 15px;
  font-family: var(--inn-main-font);
}
.u-kontakt .kontaktbox .kontaktbox-text span img {
  height: 27px;
  width: 27px;
  margin-right: 0.5rem;
}
.u-kontakt .kontaktbox .kontaktbox-text .kontaktbox-span-text-2 {
  margin-left: 2.5rem;
}
.u-kontakt .kontaktbox .logo {
  position: absolute;
  top: -2.2%;
  right: 0;
}
.u-kontakt .kontaktbox .logo img {
  width: 222px;
  height: 273px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .u-kontakt .kontaktbox .logo img {
    width: 80px;
    height: 100px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .u-kontakt .kontaktbox .logo img {
    width: 100px;
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .u-kontakt .kontaktbox {
    padding-left: 20px;
  }
}
.u-kontakt footer {
  background-color: var(--inn-neutral) !important;
}
/*Footer*/
#footer {
  color: white;
  background: var(--inn-neutral);
  font-family: var(--inn-add-font);
  font-size: 15px;
  padding: 0.5rem 0rem;
}
#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: 1px;
  height: 1em;
  background: white;
  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;
}
@media only screen and (max-width: 767px) {
  #footer .inside {
    flex-direction: column;
    gap: 0.4rem;
  }
}
/*Footer end*/
/*Slider*/
#slider-start .inside {
  max-width: 100%;
  padding: 0;
}
/*Slider end*/
.mod_cms_accept_tags {
  font-size: 80% !important;
}
.mod_cms_accept_tags form {
  background: var(--inn-neutral);
  color: white;
  max-width: 700px;
  font-weight: 100;
  font-family: var(--inn-main-font);
  padding-bottom: 30px!important;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form {
    max-width: 100%;
    margin: 10px;
  }
}
.mod_cms_accept_tags strong {
  font-weight: 900!important;
}
.mod_cms_accept_tags .footer-nav {
  font-size: 80%;
  padding-left: 30px!important;
  padding-right: 30px!important;
  margin-top: 30px;
}
.mod_cms_accept_tags .footer-nav ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .footer-nav ul {
    justify-content: center;
  }
}
.mod_cms_accept_tags .footer-nav ul li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
.mod_cms_accept_tags .footer-nav ul li:last-child:after {
  display: none;
}
.mod_cms_accept_tags form > .tags > div .head input:checked + label {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form .widget-submit button {
  background: var(--inn-primary);
  padding: 5px 15px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  color: white;
  font-family: var(--inn-head-font);
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form .widget-submit button {
    width: 100%;
  }
}
.mod_cms_accept_tags form .widget-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.mod_cms_accept_tags form > .tags {
  padding: 30px!important;
  padding-bottom: 0!important;
  padding-top: 0!important;
  justify-content: space-between;
  align-items: center;
}
.mod_cms_accept_tags form > .tags .head {
  margin: 0!important;
}
.mod_cms_accept_tags form > .tags > div {
  flex-grow: inherit;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags {
    flex-direction: column;
  }
}
.mod_cms_accept_tags form > .tags .tag-wrapper {
  display: flex;
  min-width: 40%;
  justify-content: flex-start;
  align-items: center;
  padding: 0!important;
  min-height: 30px;
}
.mod_cms_accept_tags form > .tags .tag-wrapper .tag-container {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .tag-wrapper {
    width: 100%;
    justify-content: center;
  }
  .mod_cms_accept_tags form > .tags .tag-wrapper .tag-container {
    margin-right: 20px;
  }
}
.mod_cms_accept_tags form > .tags .cms_tags_action_container {
  display: flex;
  min-width: 50%;
  align-items: center;
  justify-content: flex-end;
  padding: 0!important;
  min-height: 30px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .cms_tags_action_container {
    width: 100%;
    justify-content: center;
  }
}
.mod_cms_accept_tags form > .tags .head {
  position: relative;
  display: flex;
}
.mod_cms_accept_tags form > .tags .head label {
  background: none!important;
  height: auto!important;
  width: auto!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  margin: 0!important;
}
.mod_cms_accept_tags form > .tags .head input {
  position: absolute;
  opacity: 0 !important;
  display: none!important;
}
.mod_cms_accept_tags form > .tags .head input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.mod_cms_accept_tags form > .tags .head input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 2px solid var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:hover + label:before {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.mod_cms_accept_tags form > .tags .head input:checked + label:before {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head input:disabled + label {
  cursor: auto;
}
.mod_cms_accept_tags form > .tags .head input:disabled + label:before {
  box-shadow: none;
  background: var(--inn-primary);
  opacity: 0.4;
}
.mod_cms_accept_tags form > .tags .head label:after {
  display: none!important;
  content: "";
  position: absolute;
  left: 5px!important;
  top: 11px!important;
  background: white!important;
  border-radius: 0!important;
  width: 2px!important;
  height: 2px!important;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.mod_cms_accept_tags form > .tags .head input:checked + label:after {
  display: block!important;
}
.mod_cms_accept_tags form > .tags .head input:disabled + label:after {
  background: var(--inn-primary) !important;
  box-shadow: 2px 0 0 var(--inn-primary), 4px 0 0 var(--inn-primary), 4px -2px 0 var(--inn-primary), 4px -4px 0 var(--inn-primary), 4px -6px 0 var(--inn-primary), 4px -8px 0 var(--inn-primary);
}
.mod_cms_accept_tags form > .tags .head label {
  margin-right: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags form > .tags .head label {
    width: 100%;
  }
}
.mod_cms_accept_tags .cookie-headline {
  color: var(--inn-primary);
  font-family: var(--inn-head-font);
  font-size: 200%;
  margin-bottom: 15px;
}
.mod_cms_accept_tags .cookie-icon {
  color: var(--inn-primary);
  position: absolute;
  right: 15px;
  top: 20px;
}
.mod_cms_accept_tags .cookie-icon i {
  font-size: 300%;
}
.mod_cms_accept_tags .formbody {
  position: relative;
  padding: 30px!important;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .formbody {
    padding-bottom: 0!important;
  }
}
.mod_cms_accept_tags .cms_button_chosen {
  display: flex;
  align-items: center;
  font-weight: 100!important;
}
.mod_cms_accept_tags .cms_button_chosen:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 5px;
  font-size: 130%;
}
.mod_cms_accept_tags .cms_button_all {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .cms_button_all {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .tag-info {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mod_cms_accept_tags .cms_tags_action_container {
    flex-direction: column;
    align-items: center;
    min-height: 60px!important;
  }
  .mod_cms_accept_tags .cms_tags_action_container .widget-submit.v-primary {
    width: 100%;
  }
}
.mod_cms_accept_tags .widget-submit {
  white-space: nowrap;
}
.ds-options-button {
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 9999;
  color: white;
  background: var(--inn-primary);
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid whitE;
}
@media only screen and (max-width: 767px) {
  .ds-options-button {
    bottom: 65px;
    left: 10px;
  }
}
.syndication a img {
  width: auto;
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content {
  background: var(--inn-neutral);
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content .uc-btn-accept-wrapper button {
  background: var(--inn-primary);
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content .uc-btn-deny-wrapper button {
  background: var(--inn-neutral);
}
#uc-privacy-button #bto-path-1 {
  fill: var(--inn-primary) !important;
}
#uc-privacy-button #ico_button_close-b {
  fill: var(--inn-primary) !important;
}
.uc-card-header,
.uc-nav.uc-nav-tabs,
.uc-btn.uc-btn-primary,
.uc-modal-header.uc-flex-container {
  background: var(--inn-primary) !important;
}
#uc-search-consents-info {
  background: var(--inn-neutral) !important;
  border-color: var(--inn-neutral) !important;
}
#uc-corner-modal .uc-corner-modal-content {
  bottom: 140px!important;
}
#uc-btn-open-main-corner-modal {
  bottom: 70px!important;
}
#bto-path-1,
#fingerprint,
#ico_button_close-b {
  fill: var(--inn-primary) !important;
}
#uc-btn-open-main-corner-modal,
.uc-corner-modal-content {
  z-index: 99999999!important;
}
.uc-banner-btn-list > div {
  display: flex;
  justify-content: center;
}
.uc-banner-btn-list > div button {
  width: 100%!important;
  min-width: 100%!important;
  display: block!important;
}
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed!important;
  top: 0;
  bottom: 0;
  background: white;
  left: 0;
  z-index: 9999999999!important;
}
.percentage {
  z-index: 100;
  text-align: center;
  color: var(--inn-neutral);
  line-height: 30px;
  font-size: 15px;
}
.loader {
  height: 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;
}
