@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=8a07dee3-3a13-467e-bcf4-9ce3757a0850&fontids=825376");
@font-face {
  font-family: "DomaineText-Regular";
  src: url("../fonts/domaine-text-web-regular.woff2") format("woff2"), url("../fonts/domaine-text-web-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Laika";
  src: url("../fonts/Laika.woff2") format("woff2"), url("../fonts/Laika.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskText W01";
  src: url("../fonts/a14594bf-73de-4b5f-9792-9566994a021d.woff2") format("woff2"), url("../fonts/bb4a10bb-155d-4c1a-a813-c65e10fac36c.woff") format("woff");
}
.preview_check {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999999;
}

body {
  background-color: #FFFFFF;
  color: #000000;
}
body a {
  color: #000000;
}

.laika-button span, .pop-up-inner .wpcf7-submit span, .section__top-section-with-text-image .wpcf7-submit span, .all_news_teaser_wrapper .alm-btn-wrap .alm-load-more-btn span {
  transition: none;
}

body:not(.wp-admin) .preview {
  width: 100%;
  position: absolute;
  left: 0%;
  top: -4.4rem;
  height: auto;
  z-index: 999999;
  pointer-events: none;
  opacity: 0.4;
  display: block;
}

.preview_check:checked + .preview {
  display: none;
}

img {
  border: 0;
}

.dealer__meeting-header .innerwrapper {
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dealer__meeting-header .innerwrapper svg {
  width: 9.2rem;
  height: auto;
  display: block;
}

.section__downloads .innerwrapper .single__download {
  width: 100%;
}

.section__downloads .innerwrapper .single__download:nth-child(2) {
  border-top: 0;
}

.section__downloads .innerwrapper .single__download:nth-child(1) {
  border-top: 0;
}

.section__downloads {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.section__downloads .innerwrapper .category__headline {
  width: 100%;
  border-bottom: 1px solid rgb(var(--colorEcovip));
  padding: 1rem 0;
}
.section__downloads .innerwrapper .category__headline h2 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  font-family: "DomaineText-Regular";
  text-align: left;
}
.section__downloads .innerwrapper .download__wrapper {
  width: 100%;
}

.footer .innerwrapper {
  padding-bottom: 1rem;
}
.footer .innerwrapper .laika-button.red {
  color: #FFFFFF;
}

.password__box {
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  margin-top: 4rem;
  min-height: calc(100vh - 8rem - 4rem - 16rem);
}
.password__box form {
  width: 100%;
  display: grid;
  width: 100%;
  color: rgb(var(--colorGreyDark));
  text-align: left;
  font-size: 0.9rem;
  grid-template-columns: 1fr auto;
  gap: 0 1rem;
}
.password__box form input[type=password] {
  display: block;
  background-color: rgb(var(--colorBeige));
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: var(--borderRadius);
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0.7rem 1.5rem;
  font-family: "NeueHaasGroteskText W01";
  color: rgb(var(--colorGreyDark));
}
.password__box form input[type=submit] {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border: 1px solid rgb(var(--colorEcovip));
  padding: 0.4rem 2rem;
  border-radius: 1.35rem;
  display: inline-block;
  font-family: "NeueHaasGroteskText W01";
  display: block;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: rgb(var(--colorEcovip));
  transition-property: color;
  transition-duration: 0.3s;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  cursor: pointer;
}
