@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Frutiger Pro 45 Light by Linotype
 * URL: https://www.myfonts.com/collections/linotype-foundry

 * Webfont: Frutiger Pro 55 Roman by Linotype
 * URL: https://www.myfonts.com/collections/linotype-foundry

 * © 2026 MyFonts Inc. */
@font-face {
  font-family: "FrutigerLTCom";
  src: url("/css/fonts/FrutigerPro45Light/font.woff2") format("woff2"), url("/css/fonts/FrutigerPro45Light/font.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FrutigerLTCom";
  src: url("/css/fonts/FrutigerPro55Roman/font.woff2") format("woff2"), url("/css/fonts/FrutigerPro55Roman/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/***************************************************************
FRAMEWORK VARIABLES
****************************************************************/
/****************************************************************
Widths
****************************************************************/
/****************************************************************
Colors
****************************************************************/
/* VOLUSON COLORS */
/* COLOR DEFINITON */
/* MenueColors */
/***************************************************************
MOBILE MIXINS
****************************************************************/
/***************************************************************
OTHER MIXINS
****************************************************************/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  height: 24px;
  width: 32px;
  display: block;
  float: left;
  cursor: pointer;
  background: red;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  margin: 0;
  padding: 0;
}

section {
  padding: 3.5rem 1.5rem;
}
@media (min-width: 600px) {
  section {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 900px) {
  section {
    padding: 5.5rem 1.5rem;
  }
}

article {
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 900px) {
  article {
    padding: 0;
  }
}
article.padding {
  padding: 0;
}
@media (max-width: 599px) {
  article.padding {
    padding: 0;
  }
}

header article {
  display: flex;
  padding: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  align-items: center;
}
header article nav {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
header article nav .navLinks {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  header article nav .navLinks {
    display: none;
  }
}
header article nav a {
  display: block;
  margin-right: 1rem;
  text-decoration: none;
}
header article .hamburger {
  display: inline-block;
}

section article img {
  max-width: 100%;
}

*:focus, *:active {
  outline: none;
}

.overflowHidden {
  overflow: hidden;
}

.buttons {
  display: flex;
  gap: 1rem;
}

.button {
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.5860465116rem + 0.8372093023vw, 1.125rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 1.375rem + 0vw, 1.375rem);
  padding: 0.875rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  max-width: fit-content;
  text-decoration: none;
  color: #929191;
  background: #fff;
  border: 0;
}
@media (max-width: 599px) {
  .button {
    padding: 0.875rem 1rem;
    max-width: none;
    width: 100%;
  }
}
.button:focus {
  text-decoration: none !important;
}
.button:hover {
  background: #F4F4F4;
}
.button.grey {
  color: #1a1a1a;
  background: #E8E8E8;
}
.button.red {
  background: #e3000f;
  color: #fff;
}
.button.red:hover {
  background: #c0010d;
}
.button.bordered {
  border-color: #fff;
  background: #e3000f;
  color: #fff;
  border: 1px solid;
}
.button.centeredMargin {
  margin-left: auto;
  margin-right: auto;
}
.button.pinnedRight {
  margin-left: auto;
  margin-right: 0;
}
.button.small {
  padding: 0.5rem 0.8rem;
  font-size: 0.5rem;
  font-size: clamp(0.5rem, 0.0813953488rem + 1.1162790698vw, 0.8rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.7209302326rem + 0.7441860465vw, 1.2rem);
}
.button:active, .button:focus {
  text-align: none;
  display: flex;
}

.center {
  text-align: center;
}

.button:hover {
  text-decoration: none;
}

a {
  color: #e3000f;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #c0010d;
}

body.template h1, body.template h2, body.template h3, body.template h4, body.template h5, body.template .pretitle, body.template h6 {
  margin-top: 3rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: 1.5rem;
}
.grid .item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgPrimaryColor {
  background-color: #2259A7;
  color: #fff;
}

.bgLightBlue {
  background-color: #cadded;
}

.lightBlue {
  color: #cadded;
}

.primaryColor {
  color: #2259A7;
}

.bgBlack {
  background-color: #1a1a1a;
  color: #fff;
}
.bgBlack * {
  color: #fff;
}

.bgSecondaryColor {
  background-color: #F4F4F4;
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #1a1a1a;
}

.noPaddingTop {
  padding-top: 0;
}

.noPaddingBottom {
  padding-bottom: 0;
}

.noPaddingV {
  padding-top: 0;
  padding-bottom: 0;
}

.textLessWidth:first-child {
  position: relative;
}

.imageOverFlow {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 900px) {
  .imageOverFlow img {
    position: absolute;
    max-width: 480px;
  }
}

@media (max-width: 599px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 600px) {
  .mobile {
    display: none;
  }
}

.spaceLeft {
  margin-left: 40%;
}
@media (max-width: 599px) {
  .spaceLeft {
    margin-left: 0;
  }
}

.spaceRight {
  margin-right: 40%;
}
@media (max-width: 599px) {
  .spaceRight {
    margin-right: 0;
  }
}

.mobileBlock {
  display: inline;
}
@media (max-width: 599px) {
  .mobileBlock {
    display: block;
  }
}

.desktopBlock {
  display: block;
}
@media (max-width: 599px) {
  .desktopBlock {
    display: inline;
  }
}

h1 {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, -0.2906976744rem + 7.4418604651vw, 4.5rem);
  line-height: 2.5rem;
  line-height: clamp(2.5rem, -0.2906976744rem + 7.4418604651vw, 4.5rem);
}

h1 span {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, -1.0668604651rem + 6.511627907vw, 3.125rem);
  line-height: 2rem;
  line-height: clamp(2rem, -1.488372093rem + 9.3023255814vw, 4.5rem);
}

h2 {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 1.1046511628rem + 3.7209302326vw, 3.5rem);
  line-height: 2.5rem;
  line-height: clamp(2.5rem, 1.1046511628rem + 3.7209302326vw, 3.5rem);
}

h2 span {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
}

h3 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
}

h4 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9011627907rem + 0.9302325581vw, 1.5rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
}

h5, .pretitle {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7005813953rem + 0.4651162791vw, 1rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.3023255814rem + 1.8604651163vw, 1.5rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

h6 {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.5755813953rem + 0.4651162791vw, 0.875rem);
  line-height: 1rem;
  line-height: clamp(1rem, 1rem + 0vw, 1rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.teaser {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.7761627907rem + 0.9302325581vw, 1.375rem);
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 1.4011627907rem + 0.9302325581vw, 2rem);
  margin-bottom: clamp(1rem, 0.12rem + 2.35vw, 2rem);
}

p, div.p, ul {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.7761627907rem + 0.9302325581vw, 1.375rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.851744186rem + 1.3953488372vw, 1.75rem);
  margin-bottom: clamp(1.5rem, 0.12rem + 2.35vw, 2.5rem);
}
p:last-child, div.p:last-child, ul:last-child {
  margin-bottom: 0;
}

p.small, div.small {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.5261627907rem + 0.9302325581vw, 1.125rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.6511627907rem + 0.9302325581vw, 1.25rem);
  margin-bottom: clamp(1rem, 0.06rem + 1.18vw, 1.5rem);
}

p.verysmall {
  font-size: 0.6rem;
  font-size: clamp(0.6rem, 0.2162790698rem + 1.023255814vw, 0.875rem);
  line-height: 0.9rem;
  line-height: clamp(0.9rem, 0.6209302326rem + 0.7441860465vw, 1.1rem);
  margin-bottom: clamp(0.5rem, 0.06rem + 1.18vw, 1rem);
}

caption, .caption {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7005813953rem + 0.4651162791vw, 1rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 1.2005813953rem + 0.4651162791vw, 1.5rem);
}

.quote {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  line-height: clamp(2rem, 2.25vw, 2.5rem);
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.0261627907rem + 0.9302325581vw, 1.625rem);
  line-height: 2rem;
  line-height: clamp(2rem, 1.3023255814rem + 1.8604651163vw, 2.5rem);
  font-style: italic;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.embedWrapper > * {
  margin-left: auto;
  margin-right: auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.twocol {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (min-width: 600px) {
  .twocol {
    grid-template-columns: 1fr 1fr;
  }
}
.twocol.center {
  align-items: center;
}
.twocol h2 {
  max-width: 90%;
}
.twocol.twocol4060 {
  grid-column: 1;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .twocol.twocol4060 {
    grid-template-columns: 0.4fr 0.6fr;
  }
}
@media (max-width: 599px) {
  .twocol.twocol4060.revert > :first-child {
    grid-column: 1;
  }
  .twocol.twocol4060.revert > :last-child {
    grid-column: 1;
  }
}
@media (min-width: 600px) {
  .twocol.twocol4060.revert {
    grid-template-columns: 0.6fr 0.4fr;
  }
}
@media (min-width: 600px) {
  .twocol.revert {
    grid-auto-flow: dense;
  }
  .twocol.revert > :first-child {
    grid-column: 2;
  }
  .twocol.revert > :last-child {
    grid-column: 1;
  }
}
.twocol.vcenter {
  align-items: center;
}
.twocol.vtop {
  align-items: start;
}
.twocol.vbottom {
  align-items: end;
}
@media (min-width: 900px) {
  .twocol.textLessWidth {
    grid-template-columns: 0.75fr 1fr;
  }
}
.twocol .box {
  padding: 2rem;
  padding-top: 9rem;
}
@media (max-width: 599px) {
  .twocol .box {
    margin: 0 -1.5rem -4rem -1.5rem;
    padding: 9rem 1.5rem 3.5rem 1.5rem;
  }
}
.twocol .box h2 {
  margin-bottom: 0.1rem;
  margin-bottom: clamp(0.1rem, -0.0395348837rem + 0.3720930233vw, 0.2rem);
}
.twocol .box .p, .twocol .box p {
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .twocol .box {
    padding: 6rem 9rem;
    margin: 0 -4rem;
  }
}
.twocol .boximg {
  display: flex;
  justify-content: flex-end;
}
.twocol .boximg img {
  width: 125%;
  max-width: none;
}
@media (max-width: 900px) {
  .twocol .boximg img {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .twocol .boximg img {
    width: 100%;
  }
}
.twocol.twocol75 {
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .twocol.twocol75.portrait {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol75 {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol75.revert {
    grid-template-columns: 0.5fr 0.7fr;
  }
}
.twocol.twocol57 {
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .twocol.twocol57 {
    grid-template-columns: 0.5fr 0.7fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol57.revert {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
.twocol.twocol84 {
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .twocol.twocol84 {
    grid-template-columns: 0.8fr 0.4fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol84.revert {
    grid-template-columns: 0.4fr 0.8fr;
  }
}
.twocol > div {
  position: relative;
}
.twocol > div.boximg {
  z-index: 1;
}
@media (max-width: 900px) {
  .twocol > div.boximg {
    margin-bottom: -7rem;
    margin-left: -1.5rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .twocol.outsetImageHome img.imageHome {
    position: relative;
    right: auto;
    left: -4rem;
    width: calc(100% + 4rem);
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .twocol.outsetImage img {
    position: relative;
    right: -4rem;
  }
  .twocol.outsetImage.article img {
    position: relative;
    right: auto;
    left: -4rem;
    width: calc(100% + 4rem);
    max-width: none;
  }
  .twocol.outsetImage.article > *:first-child {
    text-align: right;
  }
}
@media (min-width: 600px) {
  .twocol.outsetImage.revert img {
    left: -4rem;
  }
}
@media (min-width: 1200px) {
  .twocol.outsetImage.revert img {
    left: -8rem;
  }
}
@media (min-width: 600px) {
  .twocol.outsetImageLeft img {
    position: relative;
    left: -3rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
@media (min-width: 600px) {
  .twocol.outsetImageRight img {
    position: relative;
    right: -3rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
.twocol.article {
  gap: 2rem;
  align-items: flex-start;
}
@media (min-width: 900px) {
  .twocol.article {
    gap: 7.5rem;
  }
}
.twocol.article a {
  color: #fff;
}
@media (min-width: 900px) {
  .twocol.largegap {
    gap: 7.5rem;
  }
}

body {
  color: #1a1a1a;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-family: FrutigerLTCom, Arial, Helvetica, sans-serif;
  padding-top: 6rem;
}
body.home {
  padding: 0;
}
body.agb h2 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9011627907rem + 0.9302325581vw, 1.5rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
  margin-bottom: 0.5rem;
}

h1, h2, h3, h4 {
  letter-spacing: -0.02em;
}
h1 span, h2 span, h3 span, h4 span {
  display: block;
  font-weight: 800;
}
h1 span.grey, h2 span.grey, h3 span.grey, h4 span.grey {
  color: #929191;
}

h1 {
  font-weight: 400;
  letter-spacing: -0.09rem;
}
h1 span {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05rem;
}

h2 {
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.07rem;
}
h2 span {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04rem;
}

h3 {
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04rem;
}

div.p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem; /* 140% */
}

.button {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0225rem;
  color: #e3000f;
}

img {
  max-width: 100%;
}

header {
  height: 7.25rem;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  padding: 0 1.5rem;
}
@media (max-width: 599px) {
  header {
    height: 4.5rem;
    padding: 0;
  }
}
header.full {
  background: #476376;
  height: 6rem;
}
header.full article {
  padding: 1rem 0;
}
header article {
  height: 100%;
  max-width: 71.25rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
}
@media (max-width: 599px) {
  header article {
    padding: 1.5rem;
  }
}
header article nav a {
  color: #1a1a1a;
  padding-top: 3px;
}
header article #logo {
  height: 100%;
}
header article #logo a {
  text-decoration: none;
}
header article #logo a .logoText {
  position: relative;
  top: 3px;
}
header article #logo a img {
  height: 100%;
}
@media (max-width: 599px) {
  header article #claim {
    display: none;
  }
}

main {
  overflow-y: hidden;
  margin-top: 7.25rem;
}
@media (max-width: 599px) {
  main {
    margin-top: 4.5rem;
  }
}

section {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

section#header {
  color: #fff;
}
@media (max-width: 599px) {
  section#header {
    background-image: url(/img/header-regalinspektion-mobile-2.webp);
    background-size: cover;
    height: calc(100vh - 4.5rem);
    background-position: bottom;
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 600px) {
  section#header {
    height: 700px;
    background-image: url(/img/header-regalinspektion-2400x700-2.webp);
    background-size: auto 100%;
    background-position: -1050px 0;
  }
}
@media (min-width: 900px) {
  section#header {
    background-position: center;
    background-size: cover;
  }
}
section#header article {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 599px) {
  section#header article {
    padding-bottom: 0;
  }
}
@media (min-width: 900px) {
  section#header article {
    padding-top: 1.125rem;
  }
}
section#header h2, section#header h3 {
  color: #fff;
}

h1 {
  margin-bottom: clamp(1.5rem, -0.1666666667rem + 4.4444444444vw, 3rem);
}
h1 span {
  text-transform: normal;
  display: block;
  font-weight: normal;
}

h2, h3 {
  margin-bottom: 1rem;
  margin-bottom: clamp(1rem, -0.3953488372rem + 3.7209302326vw, 2rem);
}

.pretitle {
  margin-bottom: 1.25rem;
  color: #fff;
}
@media (max-width: 599px) {
  .pretitle {
    margin-bottom: 0.75rem;
  }
}

section.grey {
  background: #929191;
  color: #fff;
}
section.grey h2 {
  color: #fff;
}

section.red {
  background: #e3000f;
  color: #fff;
}
section.red h2 {
  color: #fff;
}

div.bgGrey {
  background: #929191;
}

div.bgLightGrey {
  background: #E8E8E8;
}

div.bgWhite {
  background: #fff;
}

section.dark {
  color: #fff;
}
section.dark h2, section.dark h3 {
  color: #fff;
}

section.lightgrey {
  background: #E8E8E8;
}

.txt1 {
  display: none;
}

section#features {
  padding: 3.125rem 1.5rem;
  background: #fff;
}

.items.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (max-width: 599px) {
  .items.features {
    justify-items: center;
  }
}
@media (min-width: 600px) {
  .items.features {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .items.features {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.items.features .item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 599px) {
  .items.features .item {
    flex-direction: column;
    text-align: center;
  }
}
.items.features .item div.small {
  font-weight: 300;
  margin: 0;
}
.items.features .item img {
  width: 4rem;
  display: block;
}

section#umfang {
  background: #fff;
}
section#umfang .topcol {
  margin-bottom: 5.5rem;
}
section#umfang .items.umfang {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 320px) {
  section#umfang .items.umfang {
    grid-template-columns: 1fr;
  }
}
section#umfang .items.umfang .item div.small {
  position: relative;
  padding-top: 1rem;
  font-weight: 300;
}
section#umfang .items.umfang .item div.small::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  background: #e3000f;
}

section#rechtskonform img.plakette {
  position: absolute;
  right: 5rem;
  z-index: 1;
}
@media (min-width: 600px) {
  section#rechtskonform img.plakette {
    width: 10rem;
    width: clamp(10rem, -1.1627906977rem + 29.7674418605vw, 18rem);
    bottom: -5rem;
    bottom: clamp(-10rem, 1.976744186rem + -18.6046511628vw, -5rem);
  }
}
@media (max-width: 900px) {
  section#rechtskonform img.plakette {
    width: 10rem;
    bottom: auto;
    top: -3rem;
    right: 0;
  }
}

img.number1 {
  position: absolute;
  width: 7rem;
  top: -5.7rem;
}
@media (max-width: 599px) {
  img.number1 {
    right: 0;
  }
}
@media (min-width: 600px) {
  img.number1 {
    width: 15rem;
    top: -8rem;
  }
}
@media (min-width: 900px) {
  img.number1 {
    width: 20rem;
    top: -12.3rem;
  }
}

section#preissicherheit {
  background-image: url(/img/preissicherheit-mobile.webp);
  background-size: cover;
}
@media (max-width: 599px) {
  section#preissicherheit {
    padding-top: 23rem;
  }
}
@media (min-width: 600px) {
  section#preissicherheit {
    background-image: url(/img/preissicherheit.webp);
    background-size: auto 100%;
    background-position-x: calc(50% + 270px);
  }
}
@media (min-width: 900px) {
  section#preissicherheit {
    background-position: bottom;
    background-size: cover;
  }
}
footer {
  color: #929191;
  padding: 3rem 1.5rem;
  font-weight: 300;
}
@media (max-width: 599px) {
  footer {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 600px) {
  footer article {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer article .right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 600px) {
  footer article .right {
    align-items: flex-end;
  }
}
footer article .right .links {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 320px) {
  footer article .right .links {
    gap: 0;
    justify-content: space-between;
  }
}
footer article .right .links a {
  color: #929191;
}
footer .logo img {
  height: 2.25rem;
}
@media (max-width: 599px) {
  footer .logo {
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  footer .logo img {
    max-height: 100%;
    max-width: 100%;
    height: 1.5rem;
  }
}

@media (max-width: 599px) {
  section#zertifiziert {
    padding-top: 10rem;
  }
  section#zertifiziert .zertifikat {
    position: absolute;
    width: 14rem;
    right: 0;
    top: -3rem;
    overflow-x: hidden;
  }
  section#zertifiziert .zertifikat img {
    position: relative;
    right: -3rem;
  }
}

#kontaktform a, #kontaktform a:hover, #kontaktform a:focus {
  color: #fff;
}

body.legal h1 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.5029069767rem + 2.3255813953vw, 2rem);
}
body.legal h2 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9011627907rem + 0.9302325581vw, 1.5rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 1.2005813953rem + 0.4651162791vw, 1.5rem);
}
body.legal h3 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.351744186rem + 1.3953488372vw, 1.25rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.6511627907rem + 0.9302325581vw, 1.25rem);
}
body.legal h4 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7005813953rem + 0.4651162791vw, 1rem);
  line-height: 1rem;
  line-height: clamp(1rem, 1rem + 0vw, 1rem);
}
body.legal p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
}

.genericModal .selector .button.grey {
  cursor: pointer;
}
.genericModal h2 {
  font-style: normal;
  font-weight: 800;
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (min-width: 900px) {
  .genericModal h2 {
    margin-top: 0;
  }
}
.genericModal h3 {
  color: #FFFFFF;
  margin-top: 5rem;
}
.genericModal .p {
  color: #FFFFFF;
}
.genericModal #boxError, .genericModal #boxSuccess, .genericModal #boxError2, .genericModal #boxSuccess2 {
  display: none;
}
@media (max-width: 599px) {
  .genericModal #boxError, .genericModal #boxSuccess, .genericModal #boxError2, .genericModal #boxSuccess2 {
    margin-top: 2rem;
  }
}
.genericModal .textheader {
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  font-size: clamp(1.1875rem, 1.0130813953rem + 0.4651162791vw, 1.3125rem);
  line-height: 1.6875rem;
  line-height: clamp(1.6875rem, 1.3386627907rem + 0.9302325581vw, 1.9375rem);
  color: #FFFFFF;
  letter-spacing: 0.8px;
}
.genericModal .twocol, .genericModal .twoc {
  margin: 4rem 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .genericModal .twocol, .genericModal .twoc {
    margin: 7.5rem 6rem;
    margin-bottom: 4rem;
  }
}
.genericModal .modal-content {
  background: #929191;
}
.genericModal .modal-dialog {
  max-width: 1040px;
}
.genericModal .vertical-alignment-helper {
  pointer-events: none;
}
.genericModal .buttonContainer {
  display: flex;
  gap: 1.5rem;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .genericModal .buttonContainer {
    flex-wrap: wrap;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .genericModal .buttonContainer {
    flex-wrap: wrap;
  }
}
.genericModal .modal-header {
  border-bottom: none;
  padding: 3rem 6rem;
}
@media (max-width: 599px) {
  .genericModal .modal-header {
    padding: 5rem 1.5rem 1rem 1.5rem;
  }
  .genericModal .modal-header .button {
    text-align: center;
  }
}
.genericModal .modal-header .btn-close {
  height: 2rem;
  width: 2rem;
  background: url("/img/close.svg");
  background-size: cover;
  opacity: 1;
  z-index: 10;
}
@media (max-width: 599px) {
  .genericModal .modal-header .btn-close {
    top: 1.5rem;
    right: 1.5rem;
    position: absolute;
  }
}
.genericModal .modalStoerer {
  transform: scale(1, 1) rotate(-0.05turn);
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.5));
}
.genericModal .iconModalMobile {
  max-width: 120px;
  position: absolute;
  right: 12px;
  top: 100px;
  transform: scale(1, 1) rotate(0.05turn);
}
@media (max-width: 320px) {
  .genericModal .iconModalMobile {
    max-width: 120px;
  }
}
.genericModal .modal-body {
  padding: 0;
}
.genericModal .modal-body article {
  margin: 4rem 1.5rem;
  margin-top: 0;
}
@media (min-width: 900px) {
  .genericModal .modal-body article {
    margin: 7.5rem 6rem;
    margin-top: 0;
  }
}
.genericModal .modal-body article .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-left: 6px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  font-size: clamp(1.1875rem, 1.0130813953rem + 0.4651162791vw, 1.3125rem);
  line-height: 1.6875rem;
  line-height: clamp(1.6875rem, 1.3386627907rem + 0.9302325581vw, 1.9375rem);
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 2rem;
  letter-spacing: 0.8px;
}
@media (max-width: 599px) {
  .genericModal .modal-body article .form-control::placeholder {
    font-size: 16px;
  }
}
.genericModal .modal-body article .row.top {
  padding-left: 12px;
  padding-right: 12px;
}
.genericModal .modal-body article select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-left: 0;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  font-size: clamp(1.1875rem, 1.0130813953rem + 0.4651162791vw, 1.3125rem);
  line-height: 1.6875rem;
  line-height: clamp(1.6875rem, 1.3386627907rem + 0.9302325581vw, 1.9375rem);
  margin-bottom: 2rem;
  letter-spacing: 0.8px;
}
.genericModal .modal-body article select option {
  color: #1a1a1a;
}
.genericModal .modal-body article label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.genericModal .modal-body article label[for=gdpr], .genericModal .modal-body article label[for=mobilegdpr] {
  opacity: 1;
  font-style: normal;
  font-weight: 400;
  margin: 3rem 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  max-width: 700px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7630813953rem + 0.4651162791vw, 1.0625rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.988372093rem + 0.6976744186vw, 1.4375rem);
  letter-spacing: 0.8px;
}
.genericModal .modal-body article label[for=gdpr] input, .genericModal .modal-body article label[for=mobilegdpr] input {
  width: fit-content;
  margin: 0;
}
.genericModal .modal-body article label[for=gdpr] span, .genericModal .modal-body article label[for=mobilegdpr] span {
  margin-left: 2rem;
  color: #fff;
}
@media (max-width: 599px) {
  .genericModal .modal-body article label[for=gdpr] span, .genericModal .modal-body article label[for=mobilegdpr] span {
    margin-left: 1.5rem;
  }
}
.genericModal .modal-body article label[for=gdpr] span .linkPrivacy, .genericModal .modal-body article label[for=mobilegdpr] span .linkPrivacy {
  color: white;
  text-decoration: underline;
}
.genericModal .modal-body article label[for=gdpr] {
  position: relative;
}
.genericModal .modal-body article input[type=checkbox] {
  margin-right: 0.5rem;
}
.genericModal .modal-body article .inputradiocontainer {
  position: relative;
}
.genericModal .modal-body article .inputradiocontainer input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 3px;
  position: absolute;
  bottom: 5px;
}
.genericModal .modal-body article .inputradiocontainer #contact_phone:checked:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 1px;
  left: 4px;
  bottom: 9px;
}
.genericModal .modal-body article .inputradiocontainer #contact_mail:checked:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 1px;
  left: 4px;
  bottom: 9px;
}
.genericModal .modal-body article .inputradiocontainer #contact_sms:checked:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 1px;
  left: 4px;
  bottom: 9px;
}
.genericModal .modal-body article .inputradiocontainer #contact_phone, .genericModal .modal-body article .inputradiocontainer #contact_sms, .genericModal .modal-body article .inputradiocontainer #contact_mail {
  margin-right: 1rem;
}
.genericModal .modal-body article #gdpr:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  position: absolute;
  background: #E8E8E8;
}
.genericModal .modal-body article #gdpr:checked:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #000;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 1px;
  left: 4px;
  top: 4px;
}
.genericModal .modal-body article label[for=contact_phone], .genericModal .modal-body article label[for=contact_mail], .genericModal .modal-body article label[for=contact_sms] {
  color: #fff;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7630813953rem + 0.4651162791vw, 1.0625rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.988372093rem + 0.6976744186vw, 1.4375rem);
  margin-right: 0.75rem;
  position: relative;
  letter-spacing: 0.8px;
}
.genericModal .modal-body article .labelText {
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 0.8880813953rem + 0.4651162791vw, 1.1875rem);
  line-height: 1.4375rem;
  line-height: clamp(1.4375rem, 0.914244186rem + 1.3953488372vw, 1.8125rem);
  letter-spacing: 0.8px;
}
.genericModal .modal-body article select:focus-visible {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.genericModal .modal-body article ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.genericModal .modal-body article :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.genericModal .modal-body article ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.form-control:focus {
  box-shadow: none;
}

.genericModal h2 {
  font-weight: 400;
}

.genericModal .modal-content {
  background: #e3000f;
}
.genericModal .modal-content .buttons {
  gap: 0;
}
.genericModal .modal-content .buttons .button.grey {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.genericModal .modal-body article #gdpr:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  position: absolute;
  background: #e3000f;
}

.genericModal .modal-body article #gdpr:checked:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 1px;
  left: 4px;
  top: 4px;
}

.buttonContainer {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .buttonContainer .item {
    width: 100%;
  }
}

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