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

.pbold {
  font-size: 1.6rem;
  font-weight: 700;
}

.pbold:not(:last-child) {
  margin-bottom: 2rem;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 1.2rem !important;
}

h1 {
  font-weight: 300;
  font-size: clamp(3.9rem, 5.5vw, 6rem);
  line-height: 1.1;
  margin-bottom: clamp(1.5rem, 3vw, 1rem);
}

h2 {
  font-weight: lighter;
  color: #888;
  font-size: clamp(2rem, 4.1vw, 3.5rem);
  margin-bottom: clamp(2.5rem, 3.5vw, 5rem);
}

h3 {
  font-size: clamp(2.1rem, 4.4vw, 3.8rem);
  margin-bottom: 1.3vw;
}

h4 {
  font-size: clamp(1.7rem, 3.5vw, 1.8rem);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 1.4vw;
  margin-bottom: 0.5vw;
}

p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}

p:not(:last-child) {
  margin-bottom: clamp(1rem, 2.8vw, 1.5rem);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  text-decoration: none;
}

html {
  font-size: 55%;
}

@media (min-width: 768px) {
  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: #2b4b6f;
}

::selection {
  color: #fff;
  background: #2b4b6f;
}

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

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

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

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

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.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: 1024px) {
  .abstand2 {
    height: 1rem;
  }
  .abstand3 {
    height: 1.5rem;
  }
  .abstand4 {
    height: 2rem;
  }
  .abstand5 {
    height: 2rem;
  }
  .abstand6 {
    height: 3.6rem;
  }
  .abstand7 {
    height: 3rem;
  }
  .abstand8 {
    height: 4rem;
  }
  .abstand9 {
    height: 4rem;
  }
  .abstand10 {
    height: 5rem;
  }
  .abstand13 {
    height: 6rem;
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    margin: 0 4rem;
  }
}

.panorama {
  position: relative;
  width: 100%;
  height: 550px;
}

.panorama img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.panoramadark {
  position: relative;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panoramadark img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.panoramadark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#1e1e1e));
  background-image: linear-gradient(#777, #1e1e1e);
  mix-blend-mode: multiply;
}

.panoramadark-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.panoramadark-text .headline {
  font-size: clamp(2.2rem, 4vw, 5rem);
  color: #fff;
  margin-bottom: 2rem;
}

.panoramadark-text .fliesstext {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.panoramadark-text .fliesstext a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panoramadark-text .fliesstext a:hover {
  text-decoration: underline;
  color: #bed0e5;
}

@media (max-width: 450px) {
  .panoramadark {
    height: 300px;
  }
  .panoramadark-text {
    padding: 0 2rem;
    -webkit-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
    line-height: 1.2;
  }
  .panoramadark-text .headline {
    margin-bottom: 0.7rem;
  }
}

.linedivider {
  display: block;
  margin: 4rem auto;
  width: 130px;
  height: 3px;
  background-color: #2b4b6f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 850px) {
  .linedivider {
    width: 75px;
    margin: 2.6rem auto;
  }
}

.linie {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #888;
  padding-bottom: 2px;
}

.top {
  display: block;
  background-color: #2b4b6f;
  position: fixed;
  padding: 0.5rem 1rem;
  color: #fff;
  bottom: 5%;
  right: 3%;
  text-decoration: none;
  border-radius: 3px;
  opacity: 0.3;
  font-size: 1rem;
  border: 1px solid #999;
}

.top:hover {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

.headline {
  padding-top: 1rem;
  border-top: 1px dotted #2f2a7a;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-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 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%;
  }
}

@-webkit-keyframes navAni {
  0% {
    border-color: transparent;
  }
  94% {
    border-color: transparent;
  }
  96% {
    border-color: rgba(189, 134, 36, 0.7);
  }
  98% {
    border-color: transparent;
  }
  100% {
    border-color: rgba(189, 134, 36, 0.7);
  }
}

@keyframes navAni {
  0% {
    border-color: transparent;
  }
  94% {
    border-color: transparent;
  }
  96% {
    border-color: rgba(189, 134, 36, 0.7);
  }
  98% {
    border-color: transparent;
  }
  100% {
    border-color: rgba(189, 134, 36, 0.7);
  }
}

.navigation-wrapper {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
  transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
}

.navigation-wrapper.navscroll {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
  transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
}

.navigation-wrapper nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #131f2c;
}

.navigation-wrapper nav .nav-container {
  position: relative;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation-wrapper nav .nav-container a.herologo {
  position: absolute;
  z-index: 2002;
  top: 5px;
  height: 60px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navigation-wrapper nav .nav-container a.herologo img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.navigation-wrapper nav .nav-container .menu {
  position: absolute;
  z-index: 2001;
  margin: 0.8rem;
  top: 10px;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  display: none;
  cursor: pointer;
}

.navigation-wrapper nav .nav-container .menu span {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background-color: #bed0e5;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrapper nav .nav-container .menu span:nth-child(1) {
  -webkit-transform: translateY(-10px) rotate(0);
          transform: translateY(-10px) rotate(0);
}

.navigation-wrapper nav .nav-container .menu span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  opacity: 1;
}

.navigation-wrapper nav .nav-container .menu span:nth-child(3) {
  -webkit-transform: translateY(10px) rotate(0);
          transform: translateY(10px) rotate(0);
}

.navigation-wrapper nav .nav-container .menu.active span:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

.navigation-wrapper nav .nav-container .menu.active span:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-225deg);
          transform: translateY(0px) rotate(-225deg);
  opacity: 0;
}

.navigation-wrapper nav .nav-container .menu.active span:nth-child(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

@media (max-width: 1085px) {
  .navigation-wrapper nav .nav-container .menu {
    margin-top: 0;
  }
  .navigation-wrapper nav .nav-container .menu span:nth-child(1) {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  .navigation-wrapper nav .nav-container .menu span:nth-child(3) {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  .navigation-wrapper nav .nav-container .menu span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
  .navigation-wrapper nav .nav-container .menu.active span:nth-child(1) {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  .navigation-wrapper nav .nav-container .menu.active span:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(-225deg);
            transform: translateY(0px) rotate(-225deg);
    opacity: 0;
  }
  .navigation-wrapper nav .nav-container .menu.active span:nth-child(3) {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
}

@media (max-width: 1201px) {
  .navigation-wrapper nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1085px) {
  .navigation-wrapper nav {
    padding-left: 0;
    padding-right: 0;
  }
}

.navigation-wrapper nav .nav-container .menu-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 70px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.navigation-wrapper nav .nav-container .menu-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  float: right;
}

.navigation-wrapper nav .nav-container .menu-bar ul li {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation-wrapper nav .nav-container .menu-bar ul li:not(:last-child) {
  padding: 0 20px;
}

.navigation-wrapper nav .nav-container .menu-bar ul li:last-child {
  padding-left: 20px;
}

.navigation-wrapper nav .nav-container .menu-bar ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-bottom: 3px;
}

.navigation-wrapper nav .nav-container .menu-bar ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  height: 2px;
  background-color: #bed0e5;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.navigation-wrapper nav .nav-container .menu-bar ul li a:hover {
  color: #bed0e5;
}

.navigation-wrapper nav .nav-container .menu-bar ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.navigation-wrapper nav .nav-container .menu-bar ul li a.active {
  color: #bed0e5;
}

.navigation-wrapper nav .nav-container .menu-bar ul li a.active::before {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 1085px) {
  .navigation-wrapper nav .nav-container .menu-bar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    height: auto;
  }
  .navigation-wrapper nav .nav-container .menu-bar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .navigation-wrapper nav .nav-container .menu-bar ul {
    position: relative;
    top: 70px;
    display: inherit;
    float: none;
    text-align: center;
    width: 100%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    background-color: #131f2c;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li {
    width: 100%;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li:last-child {
    padding-left: 0;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li:not(:last-child) {
    border-bottom: 1px dotted #273544;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li:first-child {
    border-top: 1px dotted #273544;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 53px;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li a::before {
    display: none;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li a:hover {
    color: #777;
  }
}

@media (max-width: 1085px) {
  .navigation-wrapper nav .nav-container a.herologo {
    left: 25px;
    top: 10px;
  }
  .navigation-wrapper nav .nav-container .menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

@media (max-height: 580px) and (orientation: landscape) {
  .navigation-wrapper nav .nav-container a.herologo {
    height: 30px;
    top: 20px;
  }
  .navigation-wrapper nav .nav-container .menu-bar {
    position: relative;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul {
    position: relative;
    top: 55px;
    width: 100%;
    height: calc(100vh - 55px);
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li {
    height: 16.666%;
    padding: 0 !important;
  }
}

@media (max-width: 450px) and (orientation: portrait) {
  .navigation-wrapper nav .nav-container a.herologo {
    height: 30px;
    top: 20px;
    width: 215px;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li:not(:last-child) {
    padding: 0 0 !important;
  }
  .navigation-wrapper nav .nav-container .menu-bar ul li:last-child {
    padding-left: 0 !important;
  }
}

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

main {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .navigation {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #131f2c;
  color: #999999;
  -webkit-transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
  transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
}

main .navigation.navscroll {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
  transition: 0.5s cubic-bezier(0.91, -0.01, 0.21, 0.99);
}

main .navigation .navi {
  max-width: 1240px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .navigation .navi .logo {
  height: 100%;
  max-width: 300px;
  padding: 5px 0;
}

main .navigation .navi .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -o-object-position: left;
     object-position: left;
}

main .navigation .navi a.flag-germany {
  height: 40px;
}

main .navigation .navi a.flag-germany img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}

main .navigation .navi a.flag-britain {
  height: 40px;
}

main .navigation .navi a.flag-britain img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}

@media (max-width: 1240px) {
  main .navigation .navi {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 490px) {
  main .navigation .navi .logo {
    height: 50px;
  }
}

main .hero {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 90px;
}

main .hero .media-logo-pos1 {
  display: block;
  height: 100px;
  margin: 0 auto 2rem;
}

main .hero .media-logo-pos1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

main .hero .media-head1 {
  max-width: 1240px;
  margin: auto;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: -1px;
  margin-bottom: 3rem;
  padding: 0.6rem 0;
  border-top: 1px solid #bed0e5;
  border-bottom: 1px solid #bed0e5;
}

main .hero .media-head1 span {
  font-weight: 700;
}

@media (max-width: 1240px) {
  main .hero .media-head1 {
    margin: 0 3rem 6rem;
  }
}

main .hero .container .language1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .hero .container .language1 .germanStart1 {
  min-width: 220px;
  width: 48%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .hero .container .language1 .germanStart1:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

main .hero .container .language1 .germanStart1 a.germanImg {
  position: relative;
  display: block;
  height: 300px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

main .hero .container .language1 .germanStart1 a.germanImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

main .hero .container .language1 .germanStart1 a.germanImg .title {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(3rem, 7vw, 5rem);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

main .hero .container .language1 .germanStart1 a.germanImg:hover {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background-color: rgba(0, 0, 0, 0.85);
}

main .hero .container .language1 .germanStart1 a.germanImg:hover img {
  opacity: 0.6;
}

@media (max-width: 500px) {
  main .hero .container .language1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .hero .container .language1 .germanStart1 {
    width: 100%;
    border-bottom: 1px dotted #2f2a7a;
  }
  main .hero .container .language1 .germanStart1 .media-head {
    margin-bottom: 2rem;
  }
}

@media (max-width: 970px) and (orientation: landscape) {
  main .hero .container .language1 .germanStart1 a.germanImg {
    height: 210px;
  }
  main .hero .container .language1 .germanStart1 a.germanImg .title {
    font-size: clamp(2.6rem, 4vw, 5rem);
    line-height: 1;
  }
  main .hero .container .language1 .germanStart1 .abstand .media-logo-pos1 {
    margin: 1rem auto;
  }
  main .hero .container .language1 .germanStart1 .media-head1 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 500px) {
  main .hero .container .language1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .hero .container .language1 .germanStart1 {
    width: 100%;
    border-bottom: 1px dotted #2f2a7a;
    margin-bottom: 5rem;
  }
  main .hero .container .language1 .germanStart1 .media-head1 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 970px) and (orientation: landscape) {
  main .hero .media-head1 {
    margin: 0 3rem 2rem;
  }
}

main footer {
  width: 100%;
  padding: 2rem 3rem 2rem;
  background-color: #131f2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main footer .footer-main {
  color: #fff;
  margin-bottom: 8px;
}

main footer .footer-main span {
  font-weight: 700;
}

main footer .footer-main a {
  color: #fff;
}

main footer .footer-main a .fas {
  display: inline-block;
  margin: 0 7px;
}

main footer .footer-main a:hover {
  color: #bed0e5;
}

main .footer-sub {
  font-size: 1.4rem;
  color: #888;
}

main .footer-sub a {
  color: #fff;
}

main .footer-sub a .fas {
  display: inline-block;
  margin: 0 7px;
}

main .footer-sub a:hover {
  color: #bed0e5;
}

@media (max-width: 500px) {
  main .footer-sub {
    text-align: center;
    font-size: 13px;
  }
  main .footer-sub a {
    display: block;
    font-size: 16px;
  }
}

@media (max-width: 970px) and (orientation: landscape) {
  .navigation {
    margin-bottom: 1rem;
  }
}

footer a {
  color: #fff;
}

footer a .fas {
  display: inline-block;
  margin: 0 7px;
}

footer a:hover {
  color: #bed0e5;
}

.media-logo-pos {
  display: block;
  height: 100px;
  margin: 3 auto 5rem;
}

.media-logo-pos img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.media-head {
  max-width: 1240px;
  margin: auto;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: -1px;
  margin-bottom: 5rem;
  padding: 1rem 0;
  border-top: 1px solid #bed0e5;
  border-bottom: 1px solid #bed0e5;
}

.media-head span {
  font-weight: 700;
}

@media (max-width: 1240px) {
  .media-head {
    margin: 0 3rem 6rem;
  }
}

.navigation {
  width: 100%;
  height: 70px;
  background-color: #131f2c;
  color: #999999;
  margin-bottom: 2rem;
}

.navigation .navi {
  max-width: 1240px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation .navi .logo {
  position: relative;
  height: 100%;
  padding: 8px 0;
}

.navigation .navi .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.navigation .navi .logo .home {
  position: absolute;
  top: 10px;
  left: 170px;
  font-size: 16px;
  font-weight: 400;
  color: yellow;
}

.navigation .navi .logo .home .fas {
  color: yellow;
  font-size: 14px;
}

.navigation .navi .navi-wrapper {
  padding: 0 4px;
  border: 2px dotted transparent;
  -webkit-animation: navAni 4s infinite;
          animation: navAni 4s infinite;
}

.navigation .navi .navi-wrapper ul {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navigation .navi .navi-wrapper ul li:nth-child(1) {
  margin-right: 2rem;
}

.navigation .navi .navi-wrapper ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}

.navigation .navi .navi-wrapper ul li a.active {
  color: #bd8624;
  border-bottom: 2px solid #d9be90;
}

.navigation .navi .navi-wrapper ul li a:hover {
  border-bottom: 2px solid #888;
  color: #888;
}

@media (max-width: 1240px) {
  .navigation .navi {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 490px) {
  .navigation .navi .logo {
    height: 50px;
  }
}

footer {
  width: 100%;
  padding: 4rem 3rem 4rem;
  background-color: #131f2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-main {
  color: #fff;
  margin-bottom: 8px;
}

footer .footer-main span {
  font-weight: 700;
}

footer .footer-sub {
  font-size: 1.4rem;
  color: #888;
}

footer .footer-sub a {
  color: #fff;
}

footer .footer-sub a .fas {
  display: inline-block;
  margin: 0 7px;
}

footer .footer-sub a:hover {
  color: #bed0e5;
}

@media (max-width: 500px) {
  footer .footer-sub {
    text-align: center;
    font-size: 13px;
  }
  footer .footer-sub a {
    display: block;
    font-size: 16px;
  }
}

@media (max-width: 970px) and (orientation: landscape) {
  .navigation {
    margin-bottom: 1rem;
  }
}

.container .cards {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.container .cards-item.imgBximg {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
  height: auto;
  background-color: #ecf4fd;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  cursor: pointer;
}

.container .cards-item.imgBximg img.noeffect {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.container .cards-item.imgBximg.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.container .cards-item.imgBximg.active img.noeffect {
  position: absolute;
  top: 200px;
  left: 200px;
  right: 200px;
  bottom: 200px;
  display: block;
  width: calc(100% - 400px);
  height: calc(100% - 400px);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

@media (max-width: 950px) and (orientation: landscape) {
  .container .cards-item.imgBximg.active img.noeffect {
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    display: block;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
  }
}

@media (max-width: 500px) {
  .container .cards-item.imgBximg {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .container .cards-item.imgBximg.active img.noeffect {
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    display: block;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
  }
}

.abstand90px {
  height: 90px;
}

.intro {
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.intro.bold {
  font-weight: 700;
}

.intro span {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.intro span.preis {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.home {
  position: absolute;
  top: 5px;
  left: 190px;
  font-size: 16px;
  font-weight: 400;
  color: yellow;
}

.home .fas {
  color: yellow;
  font-size: 14px;
}

.mediabox {
  max-width: 1240px;
  margin: 4rem auto;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #2f2a7a;
}

.mediabox ul li {
  margin-bottom: 10px;
}

.mediabox a {
  font-weight: 700;
  color: #2f2a7a;
}

.media-wrapper {
  max-width: 1240px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1240px) {
  .media-wrapper {
    width: 100%;
    padding: 0 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.media_window {
  width: 48%;
  margin-top: 0px;
  background-color: rgba(39, 53, 68, 0.09);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.media_window img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: unset;
}

.media_window a {
  display: inline-block;
  margin-bottom: 1rem;
  color: #555;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.media_window a sup {
  font-size: 1rem;
}

.media_window a span {
  color: #2f2a7a;
  text-transform: uppercase;
  margin-right: 5px;
}

.media_window .download {
  width: 100%;
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media_window .download a.download-btn {
  display: block;
  width: 100%;
  padding: 6px 0 8px;
  color: #fff;
  background-color: #2f2a7a;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.media_window .download a.download-btn .fa {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.media_window .download a.download-btn:hover {
  background-color: #273544;
}

.media_window-column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1240px) {
  .media_window {
    width: 45%;
  }
  .media_window:nth-child(1), .media_window:nth-child(3) {
    margin-right: 2rem;
  }
}

@media (max-width: 840px) {
  .media_window {
    width: 65%;
  }
}

@media (max-width: 550px) {
  .media_window {
    width: 89%;
    margin: 0 !important;
    margin-bottom: 5rem !important;
  }
}

.media-itemhead {
  padding-top: 1.6rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  color: #2b4b6f;
  margin-bottom: 2rem;
}

.media-itemhead span {
  color: #885d13;
}

.media-content {
  padding: 0 6rem;
}

.media-content-head {
  font-weight: 700;
  color: #bd8624;
  font-size: 1.9rem;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.media-content ul {
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #bd8624;
  border-bottom: 1px solid #bd8624;
}

.media-content ul li {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-weight: 400;
  color: #2b4b6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 1.5rem;
}

.media-content ul li .fas {
  display: inline-block;
  margin-right: 4px;
  color: #bd8624;
}

@media (max-width: 500px) {
  .media-content {
    padding: 0 3rem;
  }
}

.buttonbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}

.buttonbox a.buttonbox-btn {
  padding: 1rem 1rem;
  background-color: #2b4b6f;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.buttonbox a.buttonbox-btn .fa {
  display: inline-block;
  margin-right: 6px;
}

.buttonbox a.buttonbox-btn:hover {
  background-color: #bd8624;
}

.media-preis {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2b4b6f;
  padding: 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-preis .fas {
  display: inline-block;
  margin-left: 15px;
  font-size: 3rem;
  cursor: pointer;
}

.media-preis .fas:hover + .infoOverlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.media-preis span {
  position: relative;
}

.media-preis span .infoOverlay {
  position: absolute;
  left: -150px;
  bottom: 120%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 290px;
  font-size: 1.4rem;
  padding: 1.3rem;
  background-color: #bd8624;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.contact {
  max-width: 1240px;
  margin: 1rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

@media (max-width: 1240px) {
  .contact {
    padding: 0 3rem;
  }
}

.contact a.contact-item {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2b4b6f;
}

.contact a.contact-item .fas,
.contact a.contact-item .far {
  display: inline-block;
  margin-right: 6px;
}

.contact a.contact-item:hover {
  color: #bd8624;
}

body.dark {
  background-color: #111827;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.dark .navigation {
  background-color: #2f2a7a;
}

body.dark .navigation .navi .logo {
  color: #e0e7ff;
}

body.dark .media-wrapper .media_window {
  background-color: #111827;
}

body.dark .media-wrapper .media_window a {
  color: #e0e7ff;
}

body.dark .media-wrapper .media_window a span {
  color: #a5b4fc;
}

body.dark .media-itemhead {
  background-color: #111827;
  color: #e9e9e9;
}

body.dark .media-content {
  padding: 0 6rem;
}

body.dark .media-content-head {
  color: #fff;
}

body.dark .media-content ul li {
  color: #e9e9e9;
}

body.dark .media-preis {
  color: #bd8624;
}

body.dark .contact a.contact-item {
  color: #bd8624;
}

body.dark .contact a.contact-item:hover {
  color: #fff;
}

body.dark .hero .language .germanStart:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

body.dark .hero .language .germanStart .media-logo-pos {
  display: none;
}

body.dark .hero .language .germanStart .media-logo-neg {
  display: block;
}

body.dark section.glassection .card.c1::after, body.dark section.glassection .card.c2::after, body.dark section.glassection .card.c3::after, body.dark section.glassection .card.c4::after, body.dark section.glassection .card.c5::after {
  color: #bed0e5;
}

body.dark footer {
  background-color: #2f2a7a;
}

body.dark footer .footer-main {
  color: #e0e7ff;
}

body.dark footer .footer-sub {
  color: #e0e7ff;
}

#themeToggle {
  opacity: 0;
  top: 5px;
  right: 5px;
  position: absolute;
}

#themeToggle:checked + .label .ball {
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}

.label {
  position: relative;
  background-color: #a5b4fc;
  width: 48px;
  height: 18px;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  padding: 5px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none;
  cursor: pointer;
}

.label .ball {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.label .night,
.label .day {
  color: #fff;
  font-size: 11px;
}

section.glassection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.glassection .card {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-perspective: 700px;
          perspective: 700px;
  width: 450px;
  height: 291px;
  margin-bottom: 10rem;
  font-weight: 700;
  color: #2f2a7a;
}

section.glassection .card.c1::after {
  content: "1a. Version – Backside: 1a";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
}

section.glassection .card.c2::after {
  content: "1b. Version – Backside: 1b";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
}

section.glassection .card.c3::after {
  content: "1c. Version – Backside: 1c";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
}

section.glassection .card.c4::after {
  content: "2. Version – Backside: none";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
}

section.glassection .card.c5::after {
  content: "3. Version – Backside: 3";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
}

section.glassection .card:nth-child(1), section.glassection .card:nth-child(3) {
  margin-right: 7rem;
}

section.glassection .card .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

section.glassection .card .face img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

section.glassection .card .face.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

section.glassection .card:hover .face.front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

section.glassection .card:hover .face.back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.blauelinie {
  width: 100%;
  padding: 2px 0;
  border-top: 1px solid #2f2a7a;
}

.logo-image {
  width: 100%;
  height: 130px;
  margin-bottom: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #2f2a7a;
}

.logo-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.logo-imageq {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  margin-bottom: 4rem;
  padding-top: 3rem;
}

.logo-imageq img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 500px) {
  .logo-imageq {
    width: 75%;
  }
}

.logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-item {
  min-width: 240px;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.logo-item :nth-child(2) {
  padding-top: 2rem;
}

.logo-item-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.logo-item-box .head {
  font-weight: 900;
  margin-bottom: 6px;
}

.logo-item-box a.buttonbox-btn {
  padding: 1rem 1rem;
  background-color: #2b4b6f;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.logo-item-box a.buttonbox-btn .fa {
  display: inline-block;
  margin-right: 6px;
}

.logo-item-box a.buttonbox-btn:hover {
  background-color: #bd8624;
}

@media (max-width: 500px) {
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo :not(:last-child)-item {
    margin-bottom: 4rem;
  }
}

ul li {
  list-style-type: none;
}

ul li a {
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */