@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/Material_Icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
@font-face {
  font-family: RobotoBold;
  src: local('Roboto-Bold'), url(../fonts/Roboto/Roboto-Bold.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Bold.woff) format('woff'), url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: RobotoRegular;
  src: local('Roboto-Regular'), url(../fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Regular.woff) format('woff'), url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: RobotoMedium;
  src: local('Roboto-Medium'), url(../fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Medium.woff) format('woff'), url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: RobotoLight;
  src: local('Roboto-Light'), url(../fonts/Roboto/Roboto-Light.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Light.woff) format('woff'), url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: Inter;
  src: local('Inter'), url(../fonts/Inter/Inter.woff2) format('woff2'), url(../fonts/Inter/Inter.woff) format('woff'),
    url(../fonts/Inter/Inter.ttf) format('truetype');
}
@font-face {
  font-family: Numans;
  src: local('Numans-Regular'), url(../fonts/Numans/Numans-Regular.woff2) format('woff2'),
    url(../fonts/Numans/Numans-Regular.woff) format('woff'), url(../fonts/Numans/Numans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: LexendDeca;
  src: local('LexendDeca'), url(../fonts/Lexend_Deca/LexendDeca.woff2) format('woff2'),
    url(../fonts/Lexend_Deca/LexendDeca.woff) format('woff'),
    url(../fonts/Lexend_Deca/LexendDeca.ttf) format('truetype');
}
@media only screen and (max-width: 600px) {
  [class*='col-'] {
    width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    width: 100%;
    display: block;
  }
  .hide-on-small {
    display: none;
  }
  .spacer-horizontal {
    padding-right: 0 !important;
  }
  .about-image {
    object-fit: cover !important;
    object-position: 100% 30%;
    max-height: 28rem;
  }
  .top-margin-mobile {
    padding-top: 1rem;
  }
  .side-margin-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 617px) {
  .navbar {
    flex-direction: column !important;
  }
  #topnavWithIcon {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-menu-icon {
    justify-content: end;
  }
  .nav-logo {
    padding: 0.5rem 0 0.2rem 0.5rem;
  }
  .navbar .nav-menu-container {
    justify-content: start !important;
    flex-direction: column !important;
    overflow-y: hidden;
    max-height: 0;
    transition: 0.5s all;
  }
  .nav-menu-container a {
    padding: 0.35rem !important;
  }
  .nav-menu-container.responsive {
    max-height: 20rem;
  }
}
@media only screen and (min-width: 618px) {
  .nav-menu-icon {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
  .hide-on-large-phones-and-up {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-small-and-premedium {
    display: none;
  }
  .nav-logo {
    max-height: 4rem !important;
    transform: scale(1.13);
  }
}
@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
  .hide-on-medium-up {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 601px) {
  .video-parallel-column {
    width: 50vw;
    height: auto;
  }
  .ratings-container {
    padding: 1.5rem 0rem !important;
  }
  .rating-tile {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hide-on-medium-and-down {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .col-l-1 {
    width: 8.33%;
  }
  .col-l-2 {
    width: 16.66%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.33%;
  }
  .col-l-5 {
    width: 41.66%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.33%;
  }
  .col-l-8 {
    width: 66.66%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.33%;
  }
  .col-l-11 {
    width: 91.66%;
  }
  .col-l-12 {
    width: 100%;
  }
  .margin-left-right-large {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  .margin-left-right {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .col-sl-1 {
    width: 8.33%;
  }
  .col-sl-2 {
    width: 16.66%;
  }
  .col-sl-3 {
    width: 25%;
  }
  .col-sl-4 {
    width: 33.33%;
  }
  .col-sl-5 {
    width: 41.66%;
  }
  .col-sl-6 {
    width: 50%;
  }
  .col-sl-7 {
    width: 58.33%;
  }
  .col-sl-8 {
    width: 66.66%;
  }
  .col-sl-9 {
    width: 75%;
  }
  .col-sl-10 {
    width: 83.33%;
  }
  .col-sl-11 {
    width: 91.66%;
  }
  .col-sl-12 {
    width: 100%;
  }
  .margin-left-right-large {
    margin-left: 12.33% !important;
    margin-right: 12.33% !important;
  }
  .margin-left-right {
    margin-left: 12.33% !important;
    margin-right: 12.33% !important;
  }
}
.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.14), 0 3px 1px -2px rgb(0 0 0 / 0.12), 0 1px 5px 0 rgb(0 0 0 / 0.2);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.14), 0 3px 1px -2px rgb(0 0 0 / 0.12), 0 1px 5px 0 rgb(0 0 0 / 0.2);
}
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 0.14), 0 1px 10px 0 rgb(0 0 0 / 0.12), 0 2px 4px -1px rgb(0 0 0 / 0.3);
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 0.14), 0 1px 10px 0 rgb(0 0 0 / 0.12), 0 2px 4px -1px rgb(0 0 0 / 0.3);
}
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 0.14), 0 3px 14px 2px rgb(0 0 0 / 0.12),
    0 5px 5px -3px rgb(0 0 0 / 0.2);
  box-shadow: 0 8px 17px 2px rgb(0 0 0 / 0.14), 0 3px 14px 2px rgb(0 0 0 / 0.12), 0 5px 5px -3px rgb(0 0 0 / 0.2);
}
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 0.14), 0 6px 30px 5px rgb(0 0 0 / 0.12),
    0 8px 10px -7px rgb(0 0 0 / 0.2);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 0.14), 0 6px 30px 5px rgb(0 0 0 / 0.12), 0 8px 10px -7px rgb(0 0 0 / 0.2);
}
.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 0.14), 0 9px 46px 8px rgb(0 0 0 / 0.12),
    0 11px 15px -7px rgb(0 0 0 / 0.2);
  box-shadow: 0 24px 38px 3px rgb(0 0 0 / 0.14), 0 9px 46px 8px rgb(0 0 0 / 0.12), 0 11px 15px -7px rgb(0 0 0 / 0.2);
}
:root {
  --primary-color: 238, 234, 234;
  --secondary-color: 206, 152, 152;
  --accent-color: 141, 110, 99;
  --primary-accent-color: 217, 217, 217;
  --primary-font-color: 00, 00, 00;
  --secondary-font-color: 255, 255, 255;
  --color-green: 44, 208, 90;
  --color-green-light: 203, 251, 143;
  --color-green-pastel: 230, 235, 224;
  --color-yellow: 255, 174, 79;
  --color-red: 245, 14, 14;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
header {
  transition: opacity 2s 1s;
}
body {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.1rem;
  color: rgb(var(--primary-font-color));
  background-color: rgba(var(--primary-color), 1);
}
footer {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.btn,
a {
  color: rgba(var(--primary-font-color), 1);
  text-decoration: none;
}
a:hover {
  color: rgba(var(--secondary-color), 1);
  cursor: pointer;
}
.btn {
  font-family: Inter;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  outline: 1px solid rgba(var(--primary-font-color), 0);
  transition: 0.3s;
}
.btn:hover {
  color: rgba(var(--secondary-color), 1);
  cursor: pointer;
}
.btn:focus {
  outline: 1px solid rgba(var(--primary-font-color), 0);
  text-decoration: underline;
}
.btn.active {
  z-index: 1101;
}
.no-touch {
  pointer-events: none;
}
.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.center-in-screen {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-container {
  z-index: 1101;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal {
  padding: 20px;
  border-radius: 10px;
  pointer-events: all;
  box-shadow: 0 0 10px #ccc;
}
.horizontal-align {
  display: flex;
  align-items: center;
}
.singleline-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-text {
  text-align: center;
}
.hide {
  display: none;
}
.no-scroll {
  overflow-y: hidden;
}
.out-faded {
  opacity: 0;
  pointer-events: none;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.card {
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
}
.background-blend-bg-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgb(0 0 0);
  z-index: 0;
  opacity: 0;
  overflow-y: hidden;
  transition: opacity 1s;
}
.background-blend-bg-active {
  pointer-events: visible;
  z-index: 1100;
  opacity: 0.8;
  cursor: pointer;
}
.footerPages-container-initial {
  position: fixed;
  bottom: 3rem;
  left: 0.5rem;
  z-index: -1;
  opacity: 0;
  color: rgba(var(--secondary-font-color), 0.9);
  background: rgba(var(--primary-font-color), 0.9);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  transition: opacity 0s;
}
.footerPages-container-active {
  opacity: 1;
  z-index: 1101;
  transition: opacity 1.5s;
}
.navbar {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0 0 0;
}
.nav-logo {
  max-width: 12rem;
  object-fit: contain;
}
.navbar .nav-menu-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 0.2rem;
}
#topnav-mainlogo {
  cursor: pointer;
}
#topnav-mainlogo,
.navbar a {
  text-transform: uppercase;
  padding: 0 0.7rem;
}
.headline {
  font-family: Numans;
  letter-spacing: 1px;
}
.intro-title {
  font-size: 1.3rem;
}
.intro-subtext {
  font-size: 1.2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.5rem;
}
.intro-banner {
  display: block;
  width: 100%;
  max-height: 30rem;
  object-fit: cover;
  object-position: 0% 12%;
  border-radius: 10px;
  @media (max-width: 1199px) {
    border-radius: 0;
  }
}
.section {
  padding-top: 2.5rem;
}
.section-headline-container {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.section-headline {
  font-size: 1.2rem;
}
.spacer-horizontal {
  padding-right: 2rem;
}
.spacer-vertical {
  margin-top: 2rem;
}
.about-image {
  width: 100%;
  object-fit: contain;
}
.ratings-container {
  background-color: rgba(var(--secondary-color), 0.8);
  min-height: 11rem;
  max-height: 11rem;
  padding: 1.5rem 2rem;
  overflow: hidden;
  transition: 0.4s all;
  border-radius: 10px;
  @media (max-width: 1199px) {
    border-radius: 0;
  }
}
.rating-slide {
  max-height: 0;
  opacity: 0;
}
.rating-slide.active {
  max-height: 20rem;
  opacity: 1;
}
.rating-slide.fade-in {
  animation: fade-in 2s linear 0.4s;
}
.rating-slide.fade-out {
  animation: fade-out 2s linear;
}
.rating-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0 1rem;
  @media (max-width: 600px) {
    padding: 1rem;
  }
}
.rating-slide .stars {
  font-size: 3.5rem;
  color: rgba(var(--primary-accent-color), 1);
  text-align: right;
  @media (max-width: 600px) {
    text-align: center;
  }
}
.stars::after {
  content: '\2605\2605\2605\2605\2605';
}
.rating-text {
  width: 100%;
  text-align: right;
  font-weight: 450;
  font-size: 1.1rem;
  @media (max-width: 600px) {
    padding: 0 2rem;
  }
}
.rating-author {
  width: 100%;
  text-align: right;
  font-size: 0.7rem;
  @media (max-width: 600px) {
    padding: 0 2rem;
  }
}
.contact-box {
  position: relative;
  display: block;
  width: 70rem;
  max-width: 60%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 2rem;
  @media (max-width: 767px) {
    max-width: 95%;
  }
}
.contact-letter {
  margin: 0 2rem;
  padding: 1rem 2rem;
  background-color: rgba(var(--primary-accent-color), 1);
}
.contact-envelope {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -2rem;
  width: 100%;
  font-size: 10rem;
  color: rgba(var(--secondary-color), 1);
}
.contact-feedback {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-accent-color), 1);
  color: rgba(var(--sedondary-font-color), 1);
  font-family: Numans;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transform: translateY(100%);
  transition: 0.5s all;
}
.contact-feedback.active {
  pointer-events: all;
  transform: translateY(0);
}
@-moz-document url-prefix() {
  .contact-envelope {
    font-size: 13rem;
    bottom: -5rem;
  }
}
.private-modal .btn,
.contact-letter .btn {
  justify-content: center;
}
textarea,
input[type='text'],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Inter;
  font-size: 1.1rem;
}
.contact-letter.mark-invalid textarea:invalid,
.contact-letter.mark-invalid input[type='text']:invalid,
.private-modal.mark-invalid input[type='text']:invalid {
  border: 1px solid red;
}
.footer {
  padding: 20px;
  text-align: left;
  background: rgba(var(--secondary-color), 0.8);
}
.private-made-public-section,
.private-section {
  width: 20rem;
  margin: auto;
}
.icon-btn {
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  color: rgba(var(--primary-accent-color), 1);
  transition: 0.4s all;
}
.icon-btn:focus,
.icon-btn:hover {
  color: rgba(var(--primary-font-color), 1);
}
.private-input {
  background-color: rgba(var(--primary-accent-color), 1);
}
#private-btn-access,
#private-pw-forgotten {
  margin-top: -2px;
  text-align: right;
  margin-right: 2.5rem;
  padding-bottom: 7px;
  color: rgba(var(--primary-font-color), 0.5);
  cursor: pointer;
  transition: 0.4s all;
}
#private-btn-access:hover,
#footer-imprint:hover,
#private-pw-forgotten:focus,
#private-pw-forgotten:hover {
  color: rgba(var(--primary-font-color), 1);
}
#footer-imprint {
  color: rgba(var(--primary-font-color), 0.5);
}
.on-error {
  animation: shake-on-error 0.5s;
}
.private-modal {
  width: 30rem;
  max-width: 80%;
  padding: 1rem 2rem;
  background-color: rgba(var(--primary-accent-color), 1);
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shake-on-error {
  0% {
    transform: translate(30px, 0);
  }
  20% {
    transform: translate(-30px, 0);
  }
  40% {
    transform: translate(15px, 0);
  }
  60% {
    transform: translate(-15px, 0);
  }
  80% {
    transform: translate(8px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
