body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
}

h1 {
  position: relative;
  display: block;
  padding-bottom: 7px;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 2px rgba(255, 255, 255, 0.5);
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(3rem, 4.3vw, 4.5rem);
  transform: translateY(-30px);
  -webkit-hyphens: none;
          hyphens: none;
}
h1 span {
  font-weight: 500;
  color: #376091;
}

.zwiti {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
  text-align: center;
  transform: translateY(-30px);
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #444;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.9), 0 0 1px rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease-in;
  -webkit-hyphens: none;
          hyphens: none;
}
@media (max-width: 1200px) {
  .zwiti {
    padding: 0 4rem;
  }
}

h3 {
  font-size: clamp(2.7rem, 4vw, 3.7rem);
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 1;
  color: #376091;
  margin-bottom: 2rem;
  -webkit-hyphens: none;
          hyphens: none;
}
h3 .fas {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.sub {
  font-size: clamp(2.1rem, 4vw, 2.4rem);
  font-weight: 300;
  padding: 0 3rem;
  -webkit-hyphens: none;
          hyphens: none;
  line-height: 1.2;
}
@media (max-width: 470px) {
  .sub {
    font-weight: 500;
  }
}

.para {
  font-size: 1.6rem;
  font-weight: 300;
}
.para:not(:last-child) {
  margin-bottom: 2rem;
}

.col2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.col2 a {
  color: #444;
}
@media (max-width: 470px) {
  .col2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.bold {
  font-weight: 700;
}

.demi {
  font-weight: 400;
}

a.bodylink {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  color: #8b6a2d !important;
  border-bottom: 2px solid transparent;
}
a.bodylink:hover {
  border-bottom: 2px solid #8b6a2d;
}

.pbold {
  font-size: 1.6rem;
  font-weight: 700;
}
.pbold:not(:last-child) {
  margin-bottom: 2rem;
}

.icon,
.material-icons-outlined {
  font-family: "Material Icons";
}

.esthead {
  text-align: center;
  font-family: fancy2;
  font-size: clamp(4rem, 4vw, 5.6rem);
}
.esthead.aos {
  color: #deb466;
  transform: translateY(-350px) scale(1.4);
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.esthead.aos.active {
  color: #000;
  opacity: 1.5;
  transition: 2.7s ease-in-out;
  transform: translateY(0) scale(1);
}
@media (max-width: 470px) {
  .esthead.aos {
    color: #deb466;
    transform: translateY(-350px);
    opacity: 0;
    transition: 0.6s ease-in-out;
  }
  .esthead.aos.active {
    color: #000;
    opacity: 1.5;
    transition: 2.7s ease-in-out;
    transform: translateY(0);
  }
}

p {
  color: #444;
  font-weight: 400;
  line-height: 1.2;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: inherit;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (min-width: 15.625em) {
  html {
    font-size: 51%;
  }
}
@media only screen and (min-width: 53.12em) {
  html {
    font-size: 56%;
  }
}
@media only screen and (min-width: 64em) {
  html {
    font-size: 59%;
  }
}
@media only screen and (min-width: 75em) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 62.5%;
  }
}

::-moz-selection {
  color: #fff;
  background: #376091;
}

::selection {
  color: #fff;
  background: #376091;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #777;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #376091;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

body {
  position: relative;
  box-sizing: border-box;
  background-color: rgba(55, 96, 145, 0.07);
  overflow-x: hidden !important;
  -webkit-hyphens: auto;
          hyphens: auto;
  transition: all 0.5s ease-in-out;
}

.tac {
  text-align: center !important;
}

.twhite {
  color: #fff;
}

.mb1 {
  margin-bottom: 1.5rem !important;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem !important;
}
@media only screen and (min-width: 53.12em) {
  .mb4 {
    margin-bottom: 2rem !important;
  }
}

.mb8 {
  margin-bottom: 8rem !important;
}
@media only screen and (min-width: 53.12em) {
  .mb8 {
    margin-bottom: 5rem !important;
  }
}

.mt4 {
  margin-top: 4rem;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.pbt2 {
  padding: 2 0;
}

.pbt4 {
  padding: 4 0;
}

.abstand1 {
  height: 1rem;
}

.abstand2 {
  height: 2rem;
}

.abstand3 {
  height: 3rem;
}

.abstand4 {
  height: 4rem;
}

.abstand5 {
  height: 5rem;
}

.abstand6 {
  height: 6rem;
}

.abstand7 {
  height: 7rem;
}

.abstand8 {
  height: 8rem;
}

.abstand9 {
  height: 9rem;
}

.abstand10 {
  height: 10rem;
}

.abstand13 {
  height: 13rem;
}

@media (max-width: 850px) {
  .abstand1 {
    height: 0.5rem;
  }
  .abstand2 {
    height: 1rem;
  }
  .abstand3 {
    height: 1.5rem;
  }
  .abstand4 {
    height: 2rem;
  }
  .abstand5 {
    height: 2.5rem;
  }
  .abstand8 {
    height: 3.5rem;
  }
  .abstand9 {
    height: 4rem;
  }
  .abstand10 {
    height: 5rem;
  }
  .abstand13 {
    height: 5rem;
  }
}
.black {
  color: rgba(0, 0, 0, 0.85);
}

.paddingright6 {
  padding-right: 6rem !important;
}

.paddingleft6 {
  padding-left: 6rem !important;
}

.container,
.container1 {
  max-width: 1200px;
  margin: 0 auto;
}
.container.aos,
.container1.aos {
  transform: translateY(180px);
  transition: all 1s ease-in 1s;
  opacity: 0;
  overflow-x: hidden;
}
.container.aos.active,
.container1.aos.active {
  transform: translateY(0);
  transition: all 1s ease-in 1s;
  opacity: 1;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .container,
  .container1 {
    margin: 0 3rem;
  }
}
.container-padding,
.container1-padding {
  padding: 3rem;
}

.panorama {
  width: 100%;
  height: 370px;
}
.panorama img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 75em) {
  .panorama {
    height: 600px;
  }
}

.top {
  position: fixed;
  z-index: 9000;
  right: 3rem;
  bottom: 40%;
  padding: 5px 8px;
  display: block;
  background-color: #283d53;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  font-size: 1.2rem;
  border: 1px solid #666;
  transition: all 1s;
}
.top:hover {
  transition: all 0.3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background-color: #000;
  border: 1px solid #fff;
}
.top.active {
  bottom: 9%;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

.column2-container {
  width: 100%;
  -moz-columns: 2;
       columns: 2;
  gap: 4rem;
}
@media (max-width: 450px) {
  .column2-container {
    -moz-columns: 1;
         columns: 1;
  }
}

.cta-dark {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.cta-dark a {
  display: inline-block;
  padding: 8px 15px 12px;
  margin: 3rem auto;
  background-color: #376091;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s ease;
}
.cta-dark a i {
  display: inline-block;
  margin-right: 7px;
}
.cta-dark a i.fa-smile {
  display: inline-block;
  margin-left: 7px;
  font-size: 2rem;
  transform: rotate(-15deg);
  transform-origin: center;
  opacity: 1;
  visibility: visible;
}
.cta-dark a:hover {
  transition: all 0.4s ease;
  background-color: #283d53;
  color: rgb(233, 233, 233);
}

a.telefon {
  display: block;
  text-decoration: none;
  color: #283d53;
  margin-top: 1.5rem;
  transition: all 0.4s ease;
}
a.telefon:hover {
  color: #777;
  transition: all 0.4s ease;
}

.dib {
  display: inline-block;
}

@keyframes hamburger {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes shadow {
  0% {
    background-position: 130% 0%;
  }
  33% {
    background-position: 50% 0%;
  }
  55% {
    background-position: 0% 0%;
  }
  80% {
    background-position: -50% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}
@keyframes explode {
  0% {
    transform: scale(1);
    border: 0.05px solid #a40000;
  }
  100% {
    transform: scale(1.7);
    border: 2px solid transparent;
  }
}
@keyframes fastPulse {
  0% {
    background-color: #000;
  }
  25% {
    background-color: #fff;
  }
  50% {
    background-color: #000;
  }
  75% {
    background-color: #fff;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
  }
  60% {
    background-color: rgba(55, 96, 145, 0.9);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes heroimage {
  0% {
    opacity: 0;
    transform: scale(1.3) translateX(-46%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}
.contaner {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
}

#header {
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
}
#header .mailCta {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 25px;
  background-color: #000;
  display: flex;
  align-items: center;
  transition: all 0.7s ease-in-out;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2), inset -2px -2px 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
#header .mailCta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  transform: rotate(30deg);
  height: 100%;
  background-color: #fff;
  filter: blur(8px);
  transition: all 0.5s ease-in-out;
}
#header .mailCta:hover {
  animation: fastPulse 0.3s ease-in-out forwards;
}
#header .mailCta:hover::before {
  left: 180px;
}
#header .mailCta .direkt {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  transition: all 0.7s ease-in-out;
}
#header .mailCta .icon {
  display: inline-block;
  font-size: 2rem;
  margin-right: 8px;
  text-transform: none;
  color: #fff;
  transition: all 0.7s ease-in-out;
}
#header .mailCta.ctaActive {
  position: fixed;
  display: inline-block;
  top: calc(100vh - 170px);
  left: calc(100% - 64px);
  transform: translateX(0);
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  transition: all 1.2s ease-in-out;
  background-color: #a40000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#header .mailCta.ctaActive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.05px solid transparent;
  transition: all 0.7s ease-in-out;
}
#header .mailCta.ctaActive .direkt {
  display: none;
}
#header .mailCta.ctaActive .icon {
  margin-right: 0;
}
#header .mailCta.ctaActive:hover {
  transition: 0.2s;
}
#header .mailCta.ctaActive:hover::after {
  animation: explode 0.38s ease-in-out forwards;
  opacity: 1;
  border: 2px solid transparent;
}
@media (max-width: 450px) {
  #header .mailCta {
    display: none;
  }
  #header .mailCta.ctaActive {
    display: none;
  }
}
@media (max-width: 870px) and (orientation: landscape) {
  #header .mailCta {
    display: none;
  }
  #header .mailCta.ctaActive {
    display: none;
  }
}
@media (max-width: 1112px) and (orientation: landscape) {
  #header .mailCta {
    top: 10px;
  }
}
@media (max-width: 834px) and (orientation: portrait) {
  #header .mailCta {
    top: 10px;
  }
}
#header .header {
  height: 80px;
  transition: all 0.8s ease-in;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#header .header .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  transform: translateX(-8px);
  transition: all 0.5s;
}
#header .header .nav-bar .brand {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  transition: all 0.5s;
}
#header .header .nav-bar .brand a .brand-logo1,
#header .header .nav-bar .brand a .brand-logo2 {
  display: block;
  width: 100%;
  height: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  padding: 10px 0;
}
#header .header .nav-bar .brand a .brand-logo1 img,
#header .header .nav-bar .brand a .brand-logo2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#header .header .nav-bar .brand a .brand-logo2 {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (max-width: 1200px) {
  #header .header .nav-bar .brand {
    padding-left: 3rem;
  }
}
#header .header .nav-bar .nav-list .hamburger {
  box-sizing: border-box;
  position: relative;
  z-index: 9993;
  margin-top: 5px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  display: inline-block;
  border: 3px solid #8b6a2d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transform: scale(0.8);
  cursor: pointer;
}
#header .header .nav-bar .nav-list .hamburger::after {
  position: absolute;
  content: "";
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  top: -3px;
  left: -3px;
  border-radius: 50%;
  border: 3px solid #8b6a2d;
  animation: hamburger 1.8s ease infinite;
}
#header .header .nav-bar .nav-list .hamburger .bar {
  height: 3px;
  width: 30px;
  position: relative;
  background-color: #8b6a2d;
  z-index: -1;
}
#header .header .nav-bar .nav-list .hamburger .bar::before, #header .header .nav-bar .nav-list .hamburger .bar::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  left: 0;
  background-color: #8b6a2d;
  transition: 0.3s ease;
  transition-property: top, bottom;
}
#header .header .nav-bar .nav-list .hamburger .bar::before {
  bottom: 8px;
}
#header .header .nav-bar .nav-list .hamburger .bar::after {
  top: 8px;
}
#header .header .nav-bar .nav-list .hamburger.active .bar::before, #header .header .nav-bar .nav-list .hamburger.active .bar::after {
  top: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  #header .header .nav-bar .nav-list .hamburger {
    margin-right: 3rem;
    margin-top: 1px;
  }
}
#header .header .nav-bar .nav-list ul {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 102.4%;
  width: 102.3vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9990;
  overflow-x: hidden;
  transition: 0.5s ease-out left;
}
#header .header .nav-bar .nav-list ul.active {
  left: 0;
}
#header .header .nav-bar .nav-list ul li {
  padding: 0 0 0 12px;
}
#header .header .nav-bar .nav-list ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0;
  transition: all 0.5s ease;
  color: #92a4b9;
  -webkit-hyphens: none;
          hyphens: none;
}
#header .header .nav-bar .nav-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 75%;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  background-color: #92a4b9;
  transition: transform 0.5s;
  transform-origin: right;
}
#header .header .nav-bar .nav-list ul li a.active-anchor {
  font-size: 30px;
  color: #bfcede;
}
#header .header .nav-bar .nav-list ul li a.aktiv {
  color: #989898;
}
#header .header .nav-bar .nav-list ul li a:hover {
  color: rgb(210, 210, 210);
}
#header .header .nav-bar .nav-list ul li a:hover::after {
  transform: scaleX(1);
  transition: transform 0.5s;
  transform-origin: left;
}
@media (max-width: 1112px) and (orientation: landscape) {
  #header .header .nav-bar .nav-list ul li a {
    font-size: 30px;
    color: #92a4b9;
    padding: 20px 0px;
  }
  #header .header .nav-bar .nav-list ul li a.active-anchor {
    font-size: 30px;
    color: rgb(210, 210, 210);
  }
  #header .header .nav-bar .nav-list ul li a.aktiv {
    color: #fff;
    font-weight: 400;
  }
}
@media (max-width: 834px) and (orientation: portrait) {
  #header .header .nav-bar .nav-list ul li a {
    font-size: 30px;
    color: #92a4b9;
    padding: 20px 0px;
  }
  #header .header .nav-bar .nav-list ul li a.active-anchor {
    font-size: 30px;
    color: rgb(210, 210, 210);
  }
  #header .header .nav-bar .nav-list ul li a.aktiv {
    color: #fff;
    font-weight: 400;
  }
}
@media (max-width: 470px) {
  #header .header .nav-bar .nav-list ul li a {
    font-size: 30px;
    color: #92a4b9;
    padding: 20px 0px;
  }
  #header .header .nav-bar .nav-list ul li a.active-anchor {
    font-size: 30px;
    color: rgb(210, 210, 210);
  }
}
@media (max-width: 1200px) {
  #header .header {
    height: 50px;
  }
  #header .header .nav-bar .brand {
    width: 300px;
  }
  #header .header .nav-bar .brand a .brand-logo1,
  #header .header .nav-bar .brand a .brand-logo2 {
    width: 100%;
    height: 50px;
  }
}
#header #konzept-popup {
  position: absolute;
  top: 105px;
  right: 39px;
  text-align: center;
  line-height: 1;
  font-size: 1.9rem;
  font-family: "Roboto Slab", serif;
  padding: 8px 15px;
  color: #fff;
  background-color: #8b6a2d;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
#header #konzept-popup::before {
  content: "";
  position: absolute;
  top: -29px;
  right: 42%;
  border: 14px solid transparent;
  border-bottom-color: #8b6a2d;
}
#header #konzept-popup span {
  display: block;
}
#header #konzept-popup.active {
  top: 68px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1112px) {
  #header #konzept-popup {
    display: none;
  }
}

@media (min-width: 1200px) {
  #header .header {
    height: 80px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.8s ease-in;
  }
  #header .header .nav-bar .nav-list .hamburger {
    display: none;
  }
  #header .header .nav-bar .nav-list ul {
    position: initial;
    display: block;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent !important;
  }
  #header .header .nav-bar .nav-list ul li {
    display: inline-block;
  }
  #header .header .nav-bar .nav-list ul li a {
    font-size: 1.5rem;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #376091;
    outline: none;
  }
  #header .header .nav-bar .nav-list ul li a:focus, #header .header .nav-bar .nav-list ul li a:active {
    outline: none;
    border: none;
  }
  #header .header .nav-bar .nav-list ul li a:hover {
    color: #000 !important;
  }
  #header .header .nav-bar .nav-list ul li a.active-anchor {
    font-size: 1.5rem;
    color: #92a4b9;
  }
  #header .header .nav-bar .nav-list ul li a.active-anchor:hover {
    color: #fff !important;
  }
  #header .header .nav-bar .nav-list ul li a.active-anchor.aktiv {
    color: #fff;
  }
}
#rc-anchor-alert {
  right: unset;
  left: 0;
  display: none;
}

.mailcontainer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.mailcontainer p.mailhead {
  display: block;
  font-size: 3.2rem;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  padding-bottom: 0.4rem;
  color: #376091 !important;
}
@media (max-width: 750px) {
  .mailcontainer p.mailhead {
    font-size: 2.8rem;
  }
}

.kontakt-container {
  max-width: 1200px;
  min-width: 290px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.kontakt-container .kontakt-image {
  width: calc(45% - 3rem);
}
.kontakt-container .kontakt-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 750px) {
  .kontakt-container .kontakt-image {
    display: none;
  }
}
@media (max-width: 850px) {
  .kontakt-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.kontakt-mail {
  box-sizing: border-box;
  position: relative;
  padding: 1.5rem;
  width: 55%;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .kontakt-mail {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .kontakt-mail {
    flex-direction: column;
  }
  .kontakt-mail .kontakt {
    width: 100%;
  }
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.form-input {
  position: relative;
  overflow: visible;
  font-size: 1.7rem;
  border: none;
  outline: none;
  font-family: "Lato", sans-serif;
}
.form-input:focus {
  outline: none;
  border: none;
}
.form-input:active::-moz-placeholder, .form-input :focus::-moz-placeholder {
  z-index: 8000;
  color: #283d53;
  line-height: 100%;
}
.form-input:active::placeholder,
.form-input :focus::placeholder {
  z-index: 8000;
  color: #283d53;
  line-height: 100%;
}
.form-input:not(:last-child) {
  margin-bottom: 0.5rem;
}
.form-input__input {
  display: block;
  padding: 1.25rem;
  width: 100%;
  display: block;
  background-color: rgba(55, 96, 145, 0.1);
  outline: none;
  border: none;
  font-size: 1.6rem;
  line-height: 100%;
  color: #283d53;
  font-weight: 400;
  margin-bottom: 10px !important;
  font-family: "Lato", sans-serif;
}
.form-input__input::-moz-placeholder {
  font-size: 1.7rem;
  font-weight: 500;
  color: #777;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}
.form-input__input::placeholder {
  font-size: 1.7rem;
  font-weight: 500;
  color: #777;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}

#wunsch {
  z-index: 7000 !important;
  margin-bottom: 1.5rem;
  border: none;
  outline: none;
  background-color: #376091 !important;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.7rem;
  padding: 8px 1.25rem;
  font-family: "Lato", sans-serif;
}

#contact-message {
  border: none;
  padding: 1.25rem;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  font-weight: 500;
  height: 60px;
  color: #000;
  background-color: rgba(55, 96, 145, 0.1);
  font-family: "Lato", sans-serif;
}
#contact-message:focus {
  outline: none;
}
#contact-message textarea:focus::-moz-placeholder, #contact-message :active::-moz-placeholder {
  transform: translateY(-38px);
  color: #fff;
}
#contact-message textarea:focus::placeholder,
#contact-message :active::placeholder {
  transform: translateY(-38px);
  color: #fff;
}
#contact-message::-moz-placeholder {
  color: #555;
  font-weight: 500;
}
#contact-message::placeholder {
  color: #555;
  font-weight: 500;
}

.buttonwrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.absenden {
  position: relative;
  z-index: 9000;
  align-self: center;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-right: 0;
  margin-left: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.9rem;
  line-height: 100%;
  padding: 0.8rem 1.5rem 1rem;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #376091;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
.absenden.greyback {
  background-color: #777;
}
.absenden:not(:last-child) {
  margin-right: 5rem;
}
.absenden:hover {
  background-color: #fff;
  color: #283d53;
  transform: translateY(-3px);
  box-shadow: 0 0 8px 7px rgba(55, 96, 145, 0.884);
}
@media only screen and (max-width: 450px) {
  .absenden {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.abstand {
  margin-top: 2rem;
}

.checkbox-wrapper {
  z-index: 500;
  position: relative;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
}
.checkbox-wrapper .checkmark {
  display: inline-block;
  height: 2.7rem;
  width: 2.7rem;
  background-color: #fff !important;
  border-radius: 5px;
  border: 1px solid #376091;
  position: relative;
  transition: all 0.4s;
  margin-right: 0.5rem;
}
.checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 7px;
  width: 13px;
  height: 23px;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  transform: rotate(45deg) scale(5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.checkbox-wrapper p.checkbox {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-transform: none;
  color: #666;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-left: 0.4rem;
  text-align: -webkit-match-parent;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 550px) {
  .checkbox-wrapper p.checkbox {
    text-transform: none;
    font-size: 1.2rem;
  }
}

#check:checked ~ .checkmark {
  background-color: #376091;
}

#check:checked ~ .checkmark::after {
  visibility: visible;
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.bgAnimation {
  position: absolute;
  z-index: 9555;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(10px);
  opacity: 1;
  animation: fadeIn2 2.8s ease-in-out forwards;
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
header img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  animation: heroimage 3s ease-in-out forwards;
}
header .smallindex {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 4rem;
  font-weight: 400;
  -webkit-hyphens: none;
          hyphens: none;
  color: #000;
  transform: translateY(-30px);
}
@media (max-width: 870px) and (orientation: landscape) {
  header h1 {
    transform: translateY(-40px);
  }
  header .zwiti {
    transform: translateY(-34px);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  header h1 {
    transform: translateY(-75%);
  }
  header .zwiti {
    transform: translateY(-50px);
  }
  header .smallindex {
    transform: translateY(-44px);
  }
}

.breite {
  position: fixed;
  top: 5px;
  right: 5px;
  color: #777;
  font-weight: 300;
  font-size: 12px;
}

.index-kontakt {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  padding-top: 4rem;
  background-color: #376091;
  background-image: linear-gradient(to top, transparent, rgba(40, 61, 83, 0.9));
  box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.3);
}
.index-kontakt-container {
  position: relative;
  overflow-x: hidden;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.07);
}
.index-kontakt-container .index-item {
  width: 25%;
  padding: 3rem 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.9rem;
  text-align: center;
  transition: all 0.6s ease-in-out;
}
.index-kontakt-container .index-item .icon,
.index-kontakt-container .index-item .icon-faw {
  display: block;
  font-size: 5rem;
  color: #fff;
  margin-bottom: 1rem;
  transition: 0.6s ease-in-out;
  transform: scale(1);
}
.index-kontakt-container .index-item-media {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  text-transform: uppercase;
}
.index-kontakt-container .index-item-value {
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-weight: 500;
}
.index-kontakt-container .index-item:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.index-kontakt-container .index-item:nth-child(1):hover {
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.2);
}
.index-kontakt-container .index-item:nth-child(1):hover .icon,
.index-kontakt-container .index-item:nth-child(1):hover .icon-faw {
  transform: scale(1.4);
}
.index-kontakt-container .index-item:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.index-kontakt-container .index-item:nth-child(2):hover {
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.4);
}
.index-kontakt-container .index-item:nth-child(2):hover .icon,
.index-kontakt-container .index-item:nth-child(2):hover .icon-faw {
  transform: scale(1.4);
}
.index-kontakt-container .index-item:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.index-kontakt-container .index-item:nth-child(3):hover {
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.6);
}
.index-kontakt-container .index-item:nth-child(3):hover .icon,
.index-kontakt-container .index-item:nth-child(3):hover .icon-faw {
  transform: scale(1.4);
}
.index-kontakt-container .index-item:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.29);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.index-kontakt-container .index-item:nth-child(4):hover {
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.8);
}
.index-kontakt-container .index-item:nth-child(4):hover .icon,
.index-kontakt-container .index-item:nth-child(4):hover .icon-faw {
  transform: scale(1.4);
}
@media (max-width: 470px) {
  .index-kontakt-container {
    flex-direction: column;
  }
  .index-kontakt-container .index-item {
    width: 100%;
  }
  .index-kontakt-container .index-item .icon {
    margin-bottom: 1rem;
  }
}

.info {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.info .introduction {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #000;
}
.info-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info-wrapper p {
  margin-bottom: 1rem;
}
.info-wrapper .info-item {
  -webkit-hyphens: none;
          hyphens: none;
}
.info-wrapper .info-item:nth-child(1) {
  padding-right: 3rem;
  width: 55%;
}
.info-wrapper .info-item:nth-child(2) {
  width: 45%;
}
.info-wrapper .info-item2 {
  -webkit-hyphens: none;
          hyphens: none;
}
.info-wrapper .info-item2:nth-child(1) {
  width: 45%;
}
.info-wrapper .info-item2:nth-child(2) {
  padding-left: 3rem;
  width: 55%;
}
@media (max-width: 450px) {
  .info-wrapper .info-item:nth-child(1) {
    width: 100%;
  }
  .info-wrapper .info-item:nth-child(2) {
    width: 100%;
  }
  .info-wrapper .info-item:nth-child(1) {
    padding-right: 0;
  }
  .info-wrapper .info-item2 {
    -webkit-hyphens: none;
            hyphens: none;
  }
  .info-wrapper .info-item2:nth-child(1) {
    width: 100%;
    order: 2;
  }
  .info-wrapper .info-item2:nth-child(2) {
    padding-left: 0;
    width: 100%;
    order: 1;
  }
}

.scrollO[data-scroll=in] {
  overflow-x: hidden;
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: 1.4s ease;
}
.scrollO[data-scroll=out] {
  overflow-x: hidden;
  transform: translateY(130px) scale(1.15);
  opacity: 0;
  transition: 1.4s ease;
}
@media (max-width: 850px) {
  .scrollO[data-scroll=in] {
    overflow-x: hidden;
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  .scrollO[data-scroll=out] {
    overflow-x: hidden;
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.content-impressum a {
  color: #444;
}

section.filternav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
section.filternav ul.filterlist {
  display: flex;
  flex-wrap: wrap;
}
section.filternav ul.filterlist li.list {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px 10px;
  color: lightslategray;
  cursor: pointer;
  list-style: none;
  transition: all 0.4s ease;
}
section.filternav ul.filterlist li.list:not(:last-child) {
  margin-right: 0.3rem;
}
section.filternav ul.filterlist li.list::after {
  z-index: 100;
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  border: 8px solid transparent;
  border-top-color: lightslategray;
  transition: all 0.4s ease;
  opacity: 0;
}
section.filternav ul.filterlist li.list:hover {
  background-color: rgb(78, 122, 165);
  color: #fff;
}
section.filternav ul.filterlist li.list:hover::after {
  opacity: 1;
}
section.filternav ul.filterlist li.list.active {
  background-color: lightslategray;
  color: #fff;
}
section.filternav ul.filterlist li.list.active::after {
  opacity: 1;
}

@media (max-width: 820px) and (orientation: portrait) {
  section.filternav ul.filterlist li.list {
    display: inline-block;
    margin: 0;
    padding: 5px 4px;
  }
}
[class^=swiper-button-] {
  transition: all 0.3s ease;
}

.general-swiper {
  position: relative;
  max-width: 100%;
  height: 550px;
  margin: 0 auto;
}
@media (max-width: 850px) and (orientation: landscape) {
  .general-swiper {
    height: 300px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .general-swiper {
    height: 430px;
  }
}
@media (max-width: 450px) {
  .general-swiper {
    height: 250px;
    width: 100%;
  }
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 80%;
  height: 100%;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
  background-color: black;
}

.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.swiper-slide .entity-img {
  display: none;
}

[class^=swiper-button-] {
  width: 34px !important;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
  color: #000;
}

.swiper-button-next {
  transform: translateX(-50px);
  color: #000;
}

footer {
  position: relative;
  width: 100%;
  padding: 6rem 0 3rem;
  background-color: rgba(40, 61, 83, 0.99);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), transparent 45%);
}
footer .footer-container {
  max-width: 1200px;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-container__item {
  position: relative;
  width: 19%;
}
footer .footer-container__item:first-child {
  width: 24%;
}
footer .footer-container__item .footer-logo {
  margin: 0;
  margin-bottom: 2rem;
  margin-top: -5px;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
footer .footer-container__item .footer-logo span {
  display: block;
  font-size: 1.85rem;
  color: #bfcede;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 5px;
}
footer .footer-container__item .footer-logo.aos {
  transform: translateY(-50px) scale(1.4);
  opacity: 0;
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
footer .footer-container__item .footer-logo.aos.active {
  opacity: 1;
  transition: 2s ease-in-out;
  transform: translateY(0) scale(1);
  overflow: hidden;
}
footer .footer-container__item .maps {
  width: 100%;
  height: auto;
}
footer .footer-container__item .firma {
  color: rgb(233, 233, 233);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 9px;
  margin-top: -1px;
}
footer .footer-container__item .firma span {
  color: #376091;
}
footer .footer-container__item p.footer {
  display: block;
  color: rgb(233, 233, 233);
  line-height: 1.4;
}
footer .footer-container__item p.footer a {
  display: block;
  text-decoration: none;
  color: rgb(233, 233, 233);
  font-weight: 400;
  line-height: 1.8;
  transition: all 0.4s ease;
}
footer .footer-container__item p.footer a i {
  margin-right: 6px;
}
footer .footer-container__item p.footer a:hover {
  color: #deb466;
  transition: all 0.4s ease;
}
footer .footer-container__item p.footer a.subactive {
  color: #989898;
}
footer .footer-container__item p.gap {
  margin-bottom: 6px;
}
footer .footer-copy {
  z-index: 2;
  color: rgb(233, 233, 233);
  text-align: center;
  margin: 2rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px dotted #666;
  font-size: 1.4rem;
}
footer .footer-copy span {
  display: inline-block;
  margin: 0 4px;
}
footer .footer-copy a {
  color: rgb(233, 233, 233);
  text-decoration: none;
  transition: all 0.4s ease;
}
footer .footer-copy a i {
  margin-right: 3px;
}
footer .footer-copy a:hover {
  color: #92a4b9;
  transition: all 0.4s ease;
}

@media (max-width: 1200px) {
  footer .footer-container,
  footer .footer-copy {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 850px) {
  footer .footer-container {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer-container__item {
    width: 27%;
    font-size: 2.1rem;
  }
  footer .footer-container__item:first-child {
    width: 41%;
  }
  footer .footer-container__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  footer .footer-container__item p.footer a {
    font-size: 2.3rem;
    display: block;
    margin-bottom: 5px;
  }
  footer .footer-copy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  footer .footer-container {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-container__item {
    width: 80%;
    font-size: 2.4rem;
  }
  footer .footer-container__item:first-child {
    width: 80%;
  }
  footer .footer-container__item:not(:last-child) {
    margin-bottom: 5rem;
  }
  footer .footer-container__item:first-child {
    width: 80%;
  }
}
.konzept {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.konzept-item {
  position: relative;
  max-width: 31%;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 2px 9px 20px rgba(0, 0, 0, 0.2);
}
.konzept-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 96, 145, 0.07);
}
.konzept-item .comingsoon {
  position: absolute;
  top: 22px;
  left: -40px;
  width: 150px;
  height: 20px;
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transform: rotate(-45deg);
}
@media (max-width: 850px) {
  .konzept-item .comingsoon {
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    top: 19px;
    left: -46px;
  }
}
.konzept-item-title {
  width: 100%;
  order: 1;
  color: #376091;
  font-family: "Roboto Slab", serif;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.konzept-item-subtitle {
  width: 100%;
  order: 2;
  color: #666;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 9px;
  margin-top: 3px;
}
.konzept-item-text {
  order: 3;
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 9px;
}
.konzept-item-image {
  position: relative;
  order: 3;
  margin: 1rem 0;
  cursor: pointer;
}
.konzept-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.konzept-item-image .lupe {
  position: absolute;
  top: -5px;
  left: 2px;
  width: 100%;
  color: rgba(139, 106, 45, 0.75);
  font-size: 2rem;
}
.konzept-item .musterBtn {
  position: relative;
  z-index: 1000;
  order: 4;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  -webkit-hyphens: none;
          hyphens: none;
}
.konzept-item .musterBtn-mail {
  padding: 7px 8px;
  width: 31%;
  background-color: #376091;
}
.konzept-item .musterBtn-mail a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s;
}
.konzept-item .musterBtn-mail a .far {
  display: inline-block;
  margin-right: 3px;
}
.konzept-item .musterBtn-mail:hover a {
  color: #deb466;
}
.konzept-item .musterBtn-demo {
  width: 31%;
  padding: 7px 8px;
  background-color: #283d53;
  color: #fff;
  text-align: center;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
}
.konzept-item .musterBtn-demo .far,
.konzept-item .musterBtn-demo .fas {
  display: inline-block;
  margin-right: 5px;
}
.konzept-item .musterBtn-demo a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.konzept-item .musterBtn-demo:hover a {
  color: #deb466;
}
.konzept-item .musterBtn-demo:hover {
  color: #deb466;
}
@media (max-width: 850px) {
  .konzept-item .musterBtn {
    font-size: 1.5rem;
  }
  .konzept-item .musterBtn-mail {
    width: 35%;
    padding: 6px 3px;
  }
  .konzept-item .musterBtn-demo {
    padding: 6px 3px;
    width: 28%;
  }
}
@media (max-width: 450px) {
  .konzept {
    flex-direction: column;
    justify-content: center;
  }
  .konzept-item {
    max-width: 100%;
    width: 100%;
  }
}

#lightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#lightbox img {
  max-width: 85%;
  max-height: 85%;
  padding: 25px;
  border-radius: 20px;
  background-color: rgb(239, 243, 246);
}
#lightbox.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.popup {
  z-index: 8999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.popup.is-active {
  opacity: 1;
  pointer-events: all;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.popup-overlay {
  z-index: 9000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.4s ease;
}
.popup-inner {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 85%;
  padding: 1rem 1rem;
  background-color: #376091;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.popup-inner video {
  max-width: 100%;
  max-height: 100%;
  outline: none;
}
.popup-inner .popup-button {
  position: absolute;
  top: -27px;
  right: 0;
  width: 23px;
  height: 23px;
  padding-bottom: 2px;
  border-radius: 50%;
  background-color: red;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 870px) and (orientation: landscape) {
  .popup-inner {
    height: 85%;
  }
}
@media (max-width: 470px) {
  .popup-inner {
    width: 85%;
  }
}

.tab-wrapper {
  max-width: 1200px;
  margin: 0 auto 8rem;
  overflow-x: hidden;
}
.tab-wrapper .tabs ul {
  display: flex;
  background-color: rgba(233, 233, 233, 0.8);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 5px;
  margin-bottom: 25px;
  overflow: hidden;
}
.tab-wrapper .tabs ul li {
  position: relative;
  width: 25%;
  padding: 15px;
  margin: 0;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.6s ease-in-out;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tab-wrapper .tabs ul li:not(:last-child) {
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.tab-wrapper .tabs ul li .icon {
  margin-right: 6px;
  color: #000;
  font-size: 2rem;
  transition: all 0.5s ease-in-out;
}
.tab-wrapper .tabs ul li .icon .ml15px {
  display: inline-block;
  margin-left: 15px;
  transform: translateY(-2px);
}
.tab-wrapper .tabs ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #376091;
  transition: all 0.4s ease;
  opacity: 0;
}
.tab-wrapper .tabs ul li:hover, .tab-wrapper .tabs ul li.active {
  background-color: rgba(55, 96, 145, 0.5);
  color: #fff;
  transition: all 0.1s;
}
.tab-wrapper .tabs ul li:hover .icon, .tab-wrapper .tabs ul li.active .icon {
  color: #fff;
}
.tab-wrapper .tabs ul li:hover::before, .tab-wrapper .tabs ul li.active::before {
  opacity: 1;
}
@media (max-width: 850px) {
  .tab-wrapper .tabs ul {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .tab-wrapper .tabs ul {
    margin: 0;
    flex-direction: column;
    align-items: center;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .tab-wrapper .tabs ul li {
    width: 100%;
    padding: 8px 0 8px 14rem;
    font-size: 2rem;
    letter-spacing: 0;
    display: flex;
  }
  .tab-wrapper .tabs ul li .icon {
    display: inline-block;
    margin-bottom: 6px;
  }
  .tab-wrapper .tabs ul li .text {
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 340px) {
  .tab-wrapper .tabs ul {
    margin: 0;
  }
  .tab-wrapper .tabs ul li {
    width: 50%;
    padding: 8px 0;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .tab-wrapper .tabs ul li .icon {
    display: block;
    margin-bottom: 6px;
  }
}
.tab-wrapper .tab-content {
  background-color: rgba(233, 233, 233, 0.3);
  border-radius: 5px;
  border: 1px solid rgb(233, 233, 233);
}
.tab-wrapper .tab-content .tab-wrap {
  padding: 20px;
  -webkit-hyphens: auto;
          hyphens: auto;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
}
.tab-wrapper .tab-content .tab-wrap .tab-title {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #376091;
  font-weight: 700;
  text-transform: uppercase;
}
.tab-wrapper .tab-content .tab-wrap .tab-body {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 450px) {
  .tab-wrapper .tab-content .tab-wrap .tab-body {
    -moz-columns: 1;
         columns: 1;
  }
}
.tab-wrapper .tab-content .tab-wrap p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
.tab-wrapper .tab-content .tab-wrap p a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #376091;
  transition: all 0.2s;
}
.tab-wrapper .tab-content .tab-wrap p a:hover {
  color: #deb466;
}

.selectcontainer {
  width: 100%;
  margin: 0 auto;
  padding: 5rem;
}
.selectcontainer .select-box {
  display: flex;
  flex-direction: column;
}
.selectcontainer .select-box .option-container {
  order: 2;
  background-color: #376091;
  color: rgb(235, 232, 232);
  font-weight: 400;
  max-height: 0;
  opacity: 0;
  width: 100%;
  transition: all 0.4s ease-in;
  border-radius: 8px;
  overflow: hidden;
}
.selectcontainer .select-box .option-container::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 0 8px 8px 0;
}
.selectcontainer .select-box .option-container::-webkit-scrollbar-thumb {
  background-color: #376091;
  border-radius: 0 8px 8px 0;
}
.selectcontainer .select-box .option-container.active {
  max-height: 200px;
  opacity: 1;
  overflow-y: scroll;
}
.selectcontainer .select-box .option-container.active + .selected::after {
  transform: rotateX(180deg);
  top: -1px;
}
.selectcontainer .select-box .selected {
  background-color: #444;
  color: rgb(235, 232, 232);
  border-radius: 8px;
  order: 1;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
}
.selectcontainer .select-box .selected:hover {
  background-color: #283d53;
}
.selectcontainer .select-box .selected::after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 1px;
  height: 100%;
  width: 32px;
  transition: all 0.5s ease-in;
}
.selectcontainer .select-box .option,
.selectcontainer .select-box .selected {
  display: block;
  padding: 10px 10px;
  line-height: 1.25;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.selectcontainer .select-box .option {
  background-color: #333;
}
.selectcontainer .select-box .option .radio {
  display: none;
}
.selectcontainer .select-box .option:hover {
  background-color: #555;
}
.selectcontainer .select-box label {
  cursor: pointer;
}

#wunsch {
  margin-bottom: 2rem;
  border: none;
  outline: none;
  background-color: rgba(55, 96, 145, 0.1) !important;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.7rem;
  padding: 8px 8px;
  font-family: "Lato", sans-serif;
}

@font-face {
  font-family: fancy2;
  src: url(theZains.otf) format("opentype");
}
.bodywrapper {
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .bodywrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
}
.bodywrapper ul li {
  list-style-type: none;
}
.bodywrapper ul li a {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */