@charset "UTF-8";
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/lato-v23-latin-300.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v23-latin-300.woff2") format("woff2"), url("/assets/fonts/lato-v23-latin-300.woff") format("woff"), url("/assets/fonts/lato-v23-latin-300.ttf") format("truetype"), url("/assets/fonts/lato-v23-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/lato-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v23-latin-regular.woff2") format("woff2"), url("/assets/fonts/lato-v23-latin-regular.woff") format("woff"), url("/assets/fonts/lato-v23-latin-regular.ttf") format("truetype"), url("/assets/fonts/lato-v23-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/lato-v23-latin-700.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v23-latin-700.woff2") format("woff2"), url("/assets/fonts/lato-v23-latin-700.woff") format("woff"), url("/assets/fonts/lato-v23-latin-700.ttf") format("truetype"), url("/assets/fonts/lato-v23-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/lato-v23-latin-900.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/lato-v23-latin-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v23-latin-900.woff2") format("woff2"), url("/assets/fonts/lato-v23-latin-900.woff") format("woff"), url("/assets/fonts/lato-v23-latin-900.ttf") format("truetype"), url("/assets/fonts/lato-v23-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  overflow: hidden;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  color: #58585A;
}

h4 {
  font-weight: normal;
  font-size: 1.125rem;
  color: #707070;
  margin: 26px auto 32px auto;
  width: fit-content;
}

a {
  text-decoration: none;
}

.logo {
  width: 12%;
}
.logo img {
  width: 100%;
}

.headline {
  padding-top: 30px;
}
.headline .headline-content {
  display: flex;
  justify-content: space-between;
  padding-left: 93px;
  padding-right: 50px;
}
.headline .headline-content .highlight-blue {
  color: #006AB2;
  font-weight: bolder;
}

.fixed-wmykbe-logo {
  margin-left: auto;
  width: 22%;
}
.fixed-wmykbe-logo img {
  width: 100%;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.content-wrapper {
  margin-left: 142px;
  display: flex;
  position: relative;
  overflow: auto;
  margin-top: 50px;
}

.content-wrapper::-webkit-scrollbar {
  display: none;
}

.arrow:hover {
  cursor: pointer;
}

.fixed-arrow-right {
  position: fixed;
  z-index: 100;
  /*top: 515px;*/
  top: 50%;
  right: 100px;
  width: 3%;
}
.fixed-arrow-right img {
  width: 100%;
}

.fixed-arrow-left {
  position: fixed;
  z-index: 100;
  /*top: 515px;*/
  top: 50%;
  left: 60px;
  transform: rotate(180deg);
  width: 3%;
}
.fixed-arrow-left img {
  width: 100%;
}

.dashed-line {
  position: absolute;
  border-top: 3px dashed #58585A;
  /*width: 3000px;*/
  width: 167%;
  /*top: 88px;*/
  top: 13%;
  /*left: 215px;*/
  left: 11%;
  z-index: -1;
}

.content-section {
  /*width: 285px;*/
  min-width: 20%;
  /*margin-right: 333px;*/
  text-align: center;
  margin-right: 13.5%;
}
.content-section .link-button-neu {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.content-section img {
  /*width: 162px;
  height: 163px;*/
  width: 57%;
}

.content-section:last-child {
  /*margin-right: 240px;*/
  margin-right: 13.5%;
}

.link-button {
  cursor: pointer;
  /*width: 285px;*/
  margin-top: 13px;
  word-break: break-word;
}
.link-button .button {
  font-size: 0.9375rem;
  /*width: 275px;*/
  width: 96%;
  /*min-height: 45px;*/
  padding: 13px 5px;
  color: #ffffff;
  background-color: #006AB2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-button-neu, .contentButton {
  cursor: pointer;
  /*width: 285px;*/
  margin-top: 8px;
  position: relative;
  display: flex;
  align-items: end;
  padding-top: 5px;
  word-break: break-word;
}
.link-button-neu .button, .link-button-neu a, .contentButton .button, .contentButton a {
  font-size: 0.9375rem;
  /*width: 275px;*/
  width: 96%;
  color: #ffffff;
  background-color: #006AB2;
  /*min-height: 45px;*/
  padding: 13px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-button-neu .neu-marker, .contentButton .neu-marker {
  position: absolute;
  right: -5px;
  top: 0;
  width: 30px;
}
.link-button-neu .neu-marker img, .contentButton .neu-marker img {
  width: auto;
  height: auto;
}
.link-button-neu .marker, .contentButton .marker {
  padding: 2px 3px;
  text-transform: uppercase;
  color: #006AB2;
  border: 1px solid #006AB2;
  background-color: white;
  position: absolute;
  right: -5px;
  top: -2px;
  font-size: 0.7rem;
}
.link-button-neu .marker img, .contentButton .marker img {
  width: auto;
  height: auto;
}

.footer {
  font-size: 0.9375rem;
  font-weight: normal;
  background-color: #454D57;
  display: flex;
  justify-content: space-between;
  padding: 31px 38px 31px 53px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.footer .link-button {
  margin-top: 0;
}
.footer .footer-buttons {
  display: flex;
}
.footer .footer-buttons .footer-button {
  margin-right: 15px;
  padding: 14px 16px;
  background-color: #ffffff;
}
.footer .footer-buttons .footer-button:hover {
  cursor: pointer;
}
.footer .footer-languages {
  display: flex;
}
.footer .footer-languages div {
  /*margin-top: 13px;*/
  margin-right: 15px;
  padding: 14px 16px;
  background-color: #ffffff;
}

.link-button-neu:hover .marker {
  display: block;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.info-wrapper {
  position: absolute;
  width: 80%;
  min-height: 65%;
  top: 50%;
  left: 10%;
  display: flex;
  flex-direction: row;
  background-color: white;
  border: 2px solid lightgray;
  transform: translateY(-50%);
  z-index: 100;
}

.info-wrapper-main-image {
  width: 40%;
}

.info-wrapper-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-wrapper-inner {
  width: 60%;
  padding: 40px;
}

.info-wrapper-titel {
  color: #006AB2;
  font-weight: bold;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.info-wrapper-content .contentHeadline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.25rem;
}
.info-wrapper-content .contentText {
  margin-bottom: 20px;
  font-size: 1.15rem;
  text-transform: none;
}
.info-wrapper-content .contentText:has(.subline) {
  margin-top: -15px;
}
.info-wrapper-content .contentButton {
  float: left;
  margin-right: 1rem;
  width: auto;
  padding: 0;
}
.info-wrapper-content .contentHeadline {
  text-transform: none;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.3rem;
}
.info-wrapper-content .contentButton a {
  width: auto !important;
  padding: 10px 15px;
  text-transform: uppercase;
}
.info-wrapper-content .contentText ul li {
  margin-bottom: 5px;
}
.info-wrapper-content .contentText ul li ul {
  margin-top: 5px;
}
.info-wrapper-content .contentText ul li:before {
  content: "•";
  color: #006AB2;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.info-wrapper-content .contentText ul li::marker {
  content: none;
}
.info-wrapper-content .playstore, .info-wrapper-content .appstore, .info-wrapper-content .appLogo {
  position: relative;
  width: 13%;
  height: 100%;
  display: block;
  float: left;
  margin-right: 20px;
}
.info-wrapper-content .playstore img, .info-wrapper-content .appstore img, .info-wrapper-content .appLogo img {
  width: 100%;
  float: none;
}
.info-wrapper-content .playstore::after, .info-wrapper-content .appstore::after, .info-wrapper-content .appLogo::after {
  display: block;
  font-size: 1rem;
}

.info-background {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
}

/* TEMP */
.link-button-neu .button, .link-button .button {
  /*border: 2px solid black;*/
}

@media (min-width: 1400px) {
  .dashed-line {
    top: 13% !important;
  }
}
@media (min-width: 2000px) {
  body, html {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  body, html {
    font-size: 13px;
  }
  .logo {
    width: 14%;
  }
}
@media (orientation: portrait) {
  .logo {
    width: 20%;
  }
  .dashed-line {
    top: 6%;
  }
  .fixed-arrow-left, .fixed-arrow-right {
    width: 5%;
  }
}
/* Anpassungen für Ipad mit verschiedenen Höhen */
@media (max-height: 1070px) {
  body, html {
    font-size: 15px;
  }
  .logo {
    width: 10%;
  }
  .content-wrapper {
    margin-top: 50px;
  }
}
@media (max-height: 1000px) {
  body, html {
    font-size: 14px;
  }
  .content-wrapper {
    margin-top: 40px;
  }
  .link-button .button, .link-button-neu .button {
    padding: 11px 5px;
  }
  .footer {
    padding: 25px 38px 25px 53px;
  }
}
@media (max-height: 955px) {
  body, html {
    font-size: 14px;
  }
  .content-wrapper {
    margin-top: 40px;
  }
  .content-wrapper .dashed-line {
    top: 10%;
  }
  .link-button .button, .link-button-neu .button {
    padding: 9px 5px;
  }
  .footer {
    padding: 22px 38px 22px 53px;
  }
}
@media (max-height: 900px) {
  body, html {
    font-size: 12px;
  }
  .content-wrapper {
    margin-top: 40px;
  }
  h4 {
    margin: 10px auto 20px auto;
  }
  .link-button .button, .link-button-neu .button {
    padding: 7px 5px;
  }
  .footer {
    padding: 18px 38px 18px 53px;
  }
}
@media (max-height: 800px) {
  .content-wrapper {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=mainscreen.css.map */
