@charset "UTF-8";
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-Light.woff2);
  src: url(../fonts/NotoSans-Light.woff);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-Regular.woff2);
  src: url(../fonts/NotoSans-Regular.woff);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-Medium.woff2);
  src: url(../fonts/NotoSans-Medium.woff);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-SemiBold.woff2);
  src: url(../fonts/NotoSans-SemiBold.woff);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-Bold.woff2);
  src: url(../fonts/NotoSans-Bold.woff);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Buttonicons";
  src: url(../fonts/buttonicons-Regular.woff2);
  src: url(../fonts/buttonicons-Regular.woff);
  font-weight: 400;
  font-style: normal;
}
:root {
  --dehn-red: #e3000b;
  --dehn-heatwave: #FB7D0E;
  --dehn-selectyellow: #fdbb39;
  --dehn-eagle: #015B6B;
  --dehn-gainsboro: #DEE3E3;
  --dehn-realblack: #000000;
  --dehn-eerieblack: #1F1F1E;
  --dehn-anthrazit: #30414F;
  --dehn-text: #5B5B5D;
  --dehn-mediumgrey: #D1D1D1;
  --dehn-platinum: #E3E4E5;
  --dehn-boxgrey: #F0F0F0;
  --dehn-tablegrey: #F5F5F5;
  --dehn-offwhite: #F9F8F6;
  --dehn-realwhite: #FFFFFF;
  --dehn-dimmedwhite: rgba(255,255,255,.6);
  --dehn-dimmedtext: rgba(91,91,93,.6);
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 1em;
}

body {
  min-height: 100%;
}

.dehn21-framework {
  margin: 0;
  color: var(--dehn-text);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #fff;
  color: var(--dehn-text);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  appearance: none;
  font: inherit;
}

div#cover {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--dehn-realblack);
  opacity: 0.5;
  display: none;
}

div.section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}

.section-wrap {
  overflow: hidden;
}

.section-row-rev {
  flex-direction: row-reverse;
}

.section.center > h1,
.section.center > h2,
.section.center > h3,
.section.center > h4,
.section.center > p {
  width: 100%;
  text-align: center;
}

@media all and (min-width: 20em) {
  main > .section:first-child {
    padding-top: 20vw;
  }
  main > .section:first-child div.box-1.img-fill {
    margin-top: -20vw;
  }
}
@media all and (min-width: 40em) {
  main > .section:first-child {
    padding-top: 10vw;
  }
  main > .section:first-child div.box-1.img-fill {
    margin-top: -10vw;
  }
}
@media all and (min-width: 62em) {
  main > .section:first-child {
    padding-top: 8vw;
  }
  main > .section:first-child div.box-1.img-fill {
    margin-top: -8vw;
  }
}
/*  ########## SECTION + GRID S ############  */
@media all and (min-width: 20em) {
  /* S E C T I O N   L O G I C   S  */
  div.section {
    padding: 0;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 8vw;
  }
  div.section.inset {
    margin-left: 8%;
    margin-right: 8%;
  }
  div.section.fullwidth {
    margin-left: 0;
    margin-right: 0;
  }
  div.solid {
    width: 100%;
    padding: 8vw 4vw 4vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  div.section.solid.inset {
    padding-left: 8%;
    padding-right: 8%;
    margin-left: 0;
    margin-right: 0;
  }
  div[class*=solid] + div[class*=section]:not([class*=solid], [class*=fullwidth]) {
    margin-top: 12vw;
  }
  div[class*=solid] + div[class*=fullwidth],
  div[class*=solid] + div[class*=solid] {
    margin-top: 0;
  }
  div[class*=fullwidth] + div[class*=solid] {
    margin-top: -8vw;
  }
  .section.shrink-section {
    margin: 0 auto 8vw;
    justify-content: center;
  }
  footer {
    padding: 4vw 0 0;
  }
  footer > .section,
  footer > .section.inset {
    margin-bottom: 0;
  }
  /*  B O X   L O G I C   S  */
  div.box-1 {
    width: 100%;
  }
  div.box-2 {
    width: 44vw;
  }
  div.box-3,
  div.box-4 {
    width: 92vw;
  }
  div.box-6 {
    width: 28vw;
  }
  .fullwidth div.box-1,
  .fullwidth div.box-3 {
    width: 100%;
  }
  .fullwidth div.box-2,
  .fullwidth div.box-4,
  .fullwidth div.box-6 {
    width: 48vw;
  }
  .inset div.box-2,
  .inset div.box-3,
  .inset div.box-4 {
    width: 84vw;
  }
  .inset div.box-6 {
    width: 22.33vw;
  }
  div[class*=box-] {
    margin-bottom: 8vw;
  }
  .cards div[class*=box-],
  .combo div:not(.img-fill).box-2 {
    padding: 4vw;
  }
  .combo div.box-2 {
    width: 100%;
    margin-bottom: 0;
  }
}
/*  ########## BOX sm-1 override for S ############  */
@media all and (max-width: 39.99em) {
  div.box-sm-1,
  .inset div.box-sm-1 {
    width: 100%;
    margin-bottom: 8vw;
  }
  .shrink-section div.box-sm-1,
  .shrink-section div.box-3 {
    margin-bottom: 0;
  }
}
/*  ########## SECTION + GRID M ############  */
@media all and (min-width: 40em) {
  /* S E C T I O N   L O G I C   M  = S */
  /*  B O X   L O G I C   M  */
  div.box-3 {
    width: 28vw;
  }
  div.box-4 {
    width: 44vw;
  }
  div.box-6 {
    width: 12vw;
  }
  .inset div.box-2 {
    width: 40vw;
  }
  .inset div.box-3 {
    width: 25.33vw;
  }
  .inset div.box-4 {
    width: 40vw;
  }
  .inset div.box-6 {
    width: 25.33vw;
  }
  div[class*=box-] {
    margin-bottom: 4vw;
  }
  .cards div[class^=box-1] {
    padding-bottom: 8vw;
  }
  .fullwidth.combo div.box-2 {
    width: 48vw;
  }
  .combo div.box-2 {
    width: 44vw;
  }
  .inset.combo div.box-2 {
    width: 40vw;
    margin-bottom: 0;
  }
  .combo :not(div.img-fill):nth-child(2) {
    padding-left: 0;
  }
  .section-row-rev.combo div:not(.img-fill) {
    padding-left: 4vw;
    padding-right: 0;
  }
  .section-row-rev.combo div:not(.img-fill):first-child {
    padding-left: 0;
    padding-right: 4vw;
  }
  .section-row-rev.combo.youtube-video div.img-fill div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .shrink-section div.box-4 {
    width: 24vw;
  }
  .shrink-section div.box-3 {
    width: 36vw;
  }
  div.section.margin-y-2x {
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
}
/*  ########## BOX md-1 override for M ############  */
@media all and (max-width: 61.99em) {
  div.box-md-1,
  .inset div.box-md-1 {
    width: 100%;
    margin-bottom: 8vw;
  }
  .shrink-section div.box-md-1,
  .shrink-section div.box-3 {
    margin-bottom: 0;
  }
}
/*  ########## SECTION + GRID L ############  */
@media all and (min-width: 62em) {
  /*  S E C T I O N   L O G I C   L  */
  div.section.inset {
    margin-left: 12%;
    margin-right: 12%;
  }
  div.solid {
    width: 100%;
    padding: 4vw 4vw 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  div.section.solid.inset {
    padding-left: 12%;
    padding-right: 12%;
    margin-left: 0;
    margin-right: 0;
  }
  /*  B O X   L O G I C   L */
  div.box-1 {
    width: 100%;
  }
  div.box-2 {
    width: 44vw;
  }
  div.box-3 {
    width: 28vw;
  }
  div.box-4 {
    width: 20vw;
  }
  div.box-6 {
    width: 12vw;
  }
  .inset div.box-2 {
    width: 36vw;
  }
  .inset div.box-3 {
    width: 22.33vw;
  }
  .inset div.box-4 {
    width: 16vw;
  }
  .inset div.box-6 {
    width: 22.33vw;
  }
  .cards.inset div.box-4 {
    width: 36vw;
  }
  .shrink-section div.box-4 {
    width: 20vw;
  }
  .shrink-section div.box-3 {
    width: 30vw;
  }
  .inset.combo div.box-2 {
    width: 36vw;
    margin-bottom: 0;
  }
}
/* ############## spacing & overruling ############## */
.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-05 {
  margin-top: 4vw !important;
}

.margin-bottom-05 {
  margin-bottom: 4vw !important;
}

.margin-top-1 {
  margin-top: 8vw !important;
}

.margin-bottom-1 {
  margin-bottom: 8vw !important;
}

.margin-bottom-15 {
  margin-bottom: 12vw !important;
}

.margin-bottom-2 {
  margin-bottom: 16vw !important;
}

.margin-header-image,
.section.margin-header-image {
  margin-top: -12vw !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-top-1 {
  padding-top: 8vw !important;
}

.padding-bottom-1 {
  padding-bottom: 8vw !important;
}

.padding-top-05 {
  padding-top: 4vw !important;
}

.padding-bottom-05 {
  padding-bottom: 4vw !important;
}

.margin-y-1x,
.section.margin-y-1x {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.padding-y-1x,
.section.padding-y-1x {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.margin-y-2x,
.section.margin-y-2x {
  margin-top: 16vw;
  margin-bottom: 16vw;
}

.padding-y-2x,
.section.padding-y-2x {
  padding-top: 16vw;
  padding-bottom: 16vw;
}

/* ==========================================================================
   # FLYOUT
   ========================================================================== */
.flyout {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.flyout[hidden] {
  display: none;
}

/* Content
   ========================================================================== */
.flyout__content {
  overflow: auto;
  width: 100%;
  height: min-content;
  max-width: 92vw;
  max-height: 100%;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flyout.is-opening .flyout__content,
.flyout.is-open .flyout__content {
  transform: translate3D(0, 0, 0);
}

.flyout__content,
.flyout.is-closing .flyout__content {
  transform: translate3D(0, -100%, 0);
}

/* Background
   ========================================================================== */
.flyout-bg {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flyout.is-opening .flyout-bg,
.flyout.is-open .flyout-bg {
  opacity: 1;
}

.flyout-bg,
.flyout.is-closing .flyout-bg {
  opacity: 0;
}

.header {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: transparent;
}
@supports (-webkit-backdrop-filter: blur()) or (backdrop-filter: blur()) {
  .header {
    background-color: transparent;
  }
}
@media all and (min-width: 20em) {
  .header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 20vw;
    width: 100%;
    margin-bottom: -20vw;
  }
  html {
    scroll-padding-top: 20vw;
  }
}
@media all and (min-width: 40em) {
  .header {
    height: 10vw;
    margin-bottom: -10vw;
  }
  html {
    scroll-padding-top: 10vw;
  }
}
@media all and (min-width: 62em) {
  .header {
    height: 8vw;
    margin-bottom: -8vw;
  }
  html {
    scroll-padding-top: 8vw;
  }
}

.header.is-light {
  background-color: rgba(255, 255, 255, 0.8);
}
@supports (-webkit-backdrop-filter: blur()) or (backdrop-filter: blur()) {
  .header.is-light {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.header__flyout {
  height: 100vh;
}

@media all and (min-width: 20em) {
  .navbar {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.navbar div {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  width: 30.66vw;
  justify-content: center;
}
.navbar div:first-child {
  justify-content: flex-start;
  align-items: center;
  margin-left: 4vw;
}
.navbar div:last-child {
  justify-content: flex-end;
  margin-right: 4vw;
}

.navbar-toggle {
  position: relative;
  z-index: 1;
}
.navbar-toggle span:first-child {
  display: inline;
}
.navbar-toggle span:last-child {
  display: none;
}
.navbar-toggle[aria-expanded=true] {
  transform: translate3d(0, 0, 0);
}
.navbar-toggle[aria-expanded=true] span:first-child {
  display: none;
}
.navbar-toggle[aria-expanded=true] span:last-child {
  display: inline;
}

@media all and (min-width: 20em) {
  .navbar .logo svg {
    fill: var(--dehn-red);
    width: 24vw;
    vertical-align: bottom;
  }
  .navbar .logo > a {
    border-bottom: none;
  }
  .logo svg text {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
}
@media all and (min-width: 40em) {
  .navbar .logo svg {
    width: 16vw;
  }
}
@media all and (min-width: 62em) {
  .navbar .logo svg {
    width: 10.67vw;
  }
}
.navmenu {
  padding-top: 8vw;
  background-color: var(--dehn-realwhite);
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.25);
}
.navmenu ul {
  padding: 0;
  margin: 0;
  overflow: auto;
  max-height: 100%;
}
.navmenu li {
  display: flex;
  margin: 0;
  padding: 0;
}
.navmenu li:first-child {
  border-top: 1px solid var(--dehn-mediumgrey);
}
.navmenu li a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--dehn-mediumgrey);
  color: var(--dehn-text);
}
.navmenu li a:hover {
  text-decoration: none;
  color: var(--dehn-red);
  border-bottom: 1px solid var(--dehn-red);
}
.navmenu li a:not(:only-child)::after {
  float: right;
  content: "\f003";
  font-family: "Buttonicons";
  color: var(--dehn-red);
}
.navmenu li.is-open > a, .navmenu li.is-active > a {
  color: var(--dehn-red);
}
@media all and (min-width: 20em) {
  .navmenu {
    padding-top: 30vw;
    width: 100vw;
  }
  .navmenu ul {
    padding: 0 4vw 4vw;
  }
  .navmenu li a {
    padding: 3vh 0;
    font-size: 5vw;
  }
}
@media all and (min-width: 40em) {
  .navmenu {
    padding-top: 10vw;
    width: 48vw;
  }
  .navmenu li a {
    padding: 2.75vh 0;
    font-size: 2.1vw;
  }
}
@media all and (min-width: 62em) {
  .navmenu {
    padding-top: 8vw;
    width: 28vw;
  }
  .navmenu li a {
    padding: 1.9vh 0;
    font-size: 1.4vw;
    white-space: nowrap;
  }
}
.navmenu .navmenu-level {
  display: flex;
  flex-direction: column;
  background-color: var(--dehn-boxgrey);
  height: 100%;
  min-width: 300px;
  width: 100vw;
}
@media all and (min-width: 40em) {
  .navmenu .navmenu-level {
    padding-top: 10vw;
    width: auto;
  }
  .navmenu .navmenu-level ul {
    width: 48vw;
  }
}
@media all and (min-width: 62em) {
  .navmenu .navmenu-level {
    padding-top: 8vw;
  }
  .navmenu .navmenu-level ul {
    padding: 0 4vw 4vw;
    width: 28vw;
  }
}
.navmenu .navmenu-level-header {
  min-height: 20vw;
  display: flex;
  align-items: center;
  margin-left: 4vw;
  margin-bottom: 10vw;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (min-width: 40em) {
  .navmenu .navmenu-level-header {
    display: none;
  }
}
.navmenu li.is-open > .navmenu-level > .navmenu-level-header {
  opacity: 1;
}

.navmenu {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  margin-left: auto;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navmenu::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
}

.flyout.is-opening > .navmenu,
.flyout.is-open > .navmenu {
  transform: translate3D(calc(var(--menu-width, 0) * -1), 0, 0);
}

.navmenu,
.flyout.is-closing > .navmenu {
  transform: translate3D(100%, 0, 0);
}

.navmenu-level {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  visibility: hidden;
  transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-open > .navmenu-level {
  visibility: visible;
  z-index: 1;
}

/**
 * Extends the `.flyout` class to be aligned to bottom and slide in from right.
 * Example:
 * <div class="flyout cookie-layer cookie-layer__flyout">
 *   <div class="flyout__content">
 *     <!-- Content -->
 *   </div>
 * </div>
 */
.cookie-layer__flyout {
  position: fixed;
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  top: auto;
  bottom: 0;
}
.cookie-layer__flyout .flyout__content, .cookie-layer__flyout.is-closing .flyout__content {
  transform: translate3d(-100%, 0, 0);
}

.cookie-layer__content {
  background-color: var(--dehn-realwhite);
  height: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
@media (min-width: 479px) {
  .cookie-layer__content {
    padding: 2em;
  }
}

.cookie-layer__body {
  overflow: auto;
  margin: 0 -1em;
  padding: 0 1em;
}
.cookie-layer__body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.cookie-layer__body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.cookie-layer__body::before, .cookie-layer__body::after {
  content: "";
  position: sticky;
  display: block;
  width: 100%;
  height: 1em;
  pointer-events: none;
}
.cookie-layer__body::before {
  top: 0;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
}
.cookie-layer__body::after {
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}
.cookie-layer__body > :last-child {
  margin-bottom: 0;
}
.cookie-layer__body p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
}

.cookie-layer__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5em -0.25em -0.25em;
}
.cookie-layer__actions .button {
  margin: 0.25em !important;
  width: 100%;
}
@media (min-width: 479px) {
  .cookie-layer__actions {
    margin: 0.5em -0.5em -0.5em;
  }
  .cookie-layer__actions .button {
    margin: 0.5em !important;
  }
}

.cookie-layer__options {
  margin: 1em 0;
}

.cookie-layer__option {
  border-bottom: 1px solid var(--dehn-mediumgrey);
}

summary.cookie-layer__option__summary {
  list-style: none;
}
summary.cookie-layer__option__summary::-webkit-details-marker {
  display: none;
}
summary.cookie-layer__option__summary:active {
  user-select: none;
}
summary.cookie-layer__option__summary:not(.focus-visible) {
  outline: none;
}

.cookie-layer__option__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  font-weight: 500;
  padding: 1.25em 0;
}
.cookie-layer__option__form::before {
  content: "\f007";
  font-family: "Buttonicons";
  font-size: 15px;
  color: var(--dehn-text);
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}

.cookie-layer__option[open] .cookie-layer__option__form::before {
  content: "\f006";
}

.cookie-layer__option__title {
  pointer-events: none;
  margin-right: auto;
}

.cookie-layer__option__checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
}

img {
  max-width: 100%;
}

/*  I M G - F I L L   boxes – text on top*/
.cards div[class*=box-].img-fill {
  padding: 0;
}

div[class*=box-].img-fill {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  overflow-x: hidden;
}

div[class*=box-].img-fill picture {
  width: 100%;
}

.fullwidth div[class*=box-].img-fill {
  margin-bottom: 0;
}

.img-fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.img-fill.bp-teaser img {
  object-fit: contain;
  object-position: bottom;
}

.img-fill p {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
}

.img-fill h1,
.img-fill h2,
.img-fill h3,
.img-fill h4 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin-bottom: 0;
}

a.boxlink,
span.boxlink {
  display: flex;
  text-decoration: none;
  border-bottom: none;
}

a.boxlink:hover {
  border-bottom: none;
}

a.boxlink [class*=box-],
span.boxlink [class*=box-] {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

a.boxlink [class*=box-] h3,
span.boxlink [class*=box-] h3 {
  margin-bottom: 0.25em;
  color: var(--dehn-text);
}

a.boxlink [class*=box-] p,
s pan.boxlink [class*=box-] p {
  font-weight: 300;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 2;
}

div.cards a.boxlink [class*=box-] img[src$=svg],
div.cards span.boxlink [class*=box-] img[src$=svg] {
  align-self: center;
  width: 25%;
  margin-bottom: 3vw;
}

a.boxlink [class*=box-] button,
span.boxlink [class*=box-] button.button {
  margin-top: 4vw;
  margin-bottom: 1vw;
  align-self: center;
  background-color: transparent;
  border-color: var(--dehn-red);
  color: var(--dehn-red);
}

a.boxlink:hover [class*=box-] {
  background-color: var(--dehn-realwhite);
}

a.boxlink:hover [class*=box-] button {
  background-color: var(--dehn-red);
  border-color: transparent;
  color: var(--dehn-realwhite);
}

@media (max-width: 39.9em) {
  .section.inset a.boxlink [class*=box-] {
    padding: 8vw;
  }
  a.boxlink [class*=box-] button {
    margin-top: 5.5vw;
  }
}
.cards .img-card {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.cards [class*=box-].img-card {
  padding: 8vw;
}

.cards .img-card img {
  margin: -8vw -8vw 5.5vw;
  width: calc(100% + 16vw);
  max-width: none;
}

.cards .img-card span {
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  background-color: var(--dehn-anthrazit);
  color: var(--dehn-realwhite);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15vw;
  align-self: center;
  margin-top: -11vw;
  margin-bottom: 5vw;
}

.cards .img-card h3,
.cards .img-card h4,
.cards .img-card p {
  margin-top: 0.5vw;
  margin-bottom: 0;
}

.cards .img-card p:first-of-type {
  flex-grow: 2;
}

.cards .img-card p > button,
.cards .img-card p > a.button {
  margin-top: 5.5vw;
  margin-bottom: 0;
  align-self: center;
}

.cards .img-card:not(.bg-red) p > button,
.cards .img-card:not(.bg-red) p > a.button {
  background-color: transparent;
  border-color: var(--dehn-red);
  color: var(--dehn-red);
}

.cards .img-card:not(.bg-red) p > button:hover,
.cards .img-card:not(.bg-red) p > a.button:hover {
  background-color: var(--dehn-red);
  border-color: var(--dehn-red);
  color: var(--dehn-realwhite);
}

@media (min-width: 40em) {
  .cards [class*=box-].img-card {
    padding: 4vw;
  }
  .cards .img-card img {
    margin: -4vw -4vw 4vw;
    width: calc(100% + 8vw);
  }
  .cards .img-card p > button {
    margin-top: 3vw;
  }
  .cards .img-card span {
    margin-top: -6.4vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 62em) {
  .cards [class*=box-].img-card {
    padding: 4vw 2vw;
  }
  .cards .img-card img {
    margin: -4vw -2vw 3vw;
    width: calc(100% + 4vw);
  }
  .cards .img-card span {
    margin-top: -4.3vw;
    margin-bottom: 2.2vw;
  }
}
div.combo div.box-2 img[src$=svg] {
  object-fit: contain;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

div.combo div.box-2.scale90 img[src$=svg] {
  width: 90%;
}

div.combo div.box-2.scale80 img[src$=svg] {
  width: 80%;
}

div.combo div.box-2.scale70 img[src$=svg] {
  width: 70%;
}

div.combo div.box-2.scale60 img[src$=svg] {
  width: 60%;
}

div.combo div.box-2.scale50 img[src$=svg] {
  width: 50%;
}

div.combo div.box-2.scale40 img[src$=svg] {
  width: 40%;
}

div.combo div.box-2.scale30 img[src$=svg] {
  width: 30%;
}

/* inline img boxes – no padding */
div[class*=box-].product-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.cards div[class*=box-].product-box {
  padding: 0;
}

.product-box img {
  vertical-align: bottom;
  max-width: 100%;
  height: 220px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

div.cards div[class*=box-] img[src$=svg] {
  width: 40%;
}

div.cards div[class*=box-1] img[src$=svg] {
  width: 100px;
}

.product-box h2,
.product-box h3,
.product-box h4 {
  color: var(--dehn-text);
}

.product-box div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.product-box div :nth-child(2) {
  flex-grow: 2;
}

.product-box div button,
.product-box div a.button {
  margin-right: 0.5em;
}

@media all and (min-width: 20em) {
  .product-box img:first-child {
    padding: 0 0 2vw;
  }
  .box-3.product-box > :not(img),
  .box-4.product-box > :not(img) {
    margin: 0.5vw 8vw;
  }
  .product-box div:last-child {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .product-box p.smallest {
    padding: 0.5vw 0;
    margin-bottom: 0.5vw;
    border-bottom: 1px solid var(--dehn-mediumgrey);
  }
  .box-4.product-box {
    width: 64vw;
  }
}
@media all and (min-width: 40em) {
  .box-3.product-box > :not(img),
  .box-4.product-box > :not(img) {
    margin: 0.5vw 4vw;
  }
  .product-box > div:last-child {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .box-4.product-box {
    width: 32vw;
  }
}
@media all and (min-width: 62em) {
  .box-3.product-box > :not(img),
  .box-4.product-box > :not(img) {
    margin: 0.5vw 2vw;
  }
  .product-box div:last-child {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .product-box p.smallest {
    padding: 0.25vw 0;
    margin-bottom: 0.25vw;
  }
  .box-4.product-box {
    width: 20vw;
  }
}
.section[class*=slant-down-] {
  position: relative;
  margin-bottom: 23.7vw;
}

[class*=slant-down-]::after {
  content: " ";
  position: absolute;
  display: block;
  bottom: -23.7vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 23.75vw;
  border-bottom-color: transparent;
  border-left-style: solid;
  border-left-width: 100vw;
}

.slant-down-red::after {
  border-left-color: var(--dehn-red);
}

.slant-down-eagle::after {
  border-left-color: var(--dehn-eagle);
}

.slant-down-offwhite::after {
  border-left-color: var(--dehn-offwhite);
}

.slant-down-realwhite::after {
  border-left-color: var(--dehn-realwhite);
}

.slant-down-boxgrey::after {
  border-left-color: var(--dehn-boxgrey);
}

.slant-down-gainsboro::after {
  border-left-color: var(--dehn-gainsboro);
}

.section[class*=slant-upwd-],
footer[class*=slant-upwd-] {
  position: relative;
  margin-top: 23.7vw;
}

.section[class*=slant-upwd-]::before,
footer[class*=slant-upwd-]::before {
  content: " ";
  position: absolute;
  display: block;
  top: -23.7vw;
  left: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 23.75vw;
  border-left-style: solid;
  border-left-width: 100vw;
  border-left-color: transparent;
}

.slant-upwd-red::before {
  border-bottom-color: var(--dehn-red);
}

.slant-upwd-eagle::before {
  border-bottom-color: var(--dehn-eagle);
}

.slant-upwd-offwhite::before {
  border-bottom-color: var(--dehn-offwhite);
}

.slant-upwd-realwhite::before {
  border-bottom-color: var(--dehn-realwhite);
}

.slant-upwd-boxgrey::before {
  border-bottom-color: var(--dehn-boxgrey);
}

.section[class*=slant-intop-] {
  position: relative;
}

[class*=slant-intop-]::before {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 23.7vw;
  border-bottom-color: transparent;
  border-left-style: solid;
  border-left-width: 100vw;
}

.slant-intop-red::before {
  border-left-color: var(--dehn-red);
}

.slant-intop-offwhite::before {
  border-left-color: var(--dehn-offwhite);
}

.slant-intop-realwhite::before {
  border-left-color: var(--dehn-realwhite);
}

.slant-intop-boxgrey::before {
  border-left-color: var(--dehn-boxgrey);
}

.section[class*=slant-inbottom-] {
  position: relative;
}

[class*=slant-inbottom-]::after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 23.7vw;
  border-left-style: solid;
  border-left-width: 100vw;
  border-left-color: transparent;
}

.slant-inbottom-red::after {
  border-bottom-color: var(--dehn-red);
}

.slant-inbottom-offwhite::after {
  border-bottom-color: var(--dehn-offwhite);
}

.slant-inbottom-realwhite::after {
  border-bottom-color: var(--dehn-realwhite);
}

.slant-inbottom-boxgrey::after {
  border-bottom-color: var(--dehn-boxgrey);
}

.center,
.center * {
  text-align: center;
}

code {
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.75);
  background-color: rgba(153, 153, 153, 0.1);
  color: currentcolor;
  font-size: 85%;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  border-bottom: 3px solid currentcolor;
}

h1, h2, h3, h4 {
  color: var(--dehn-realblack);
  margin: 0 0 2vw;
  font-weight: 600;
}

.img-fill h1,
.img-fill h2,
.img-fill h3,
.img-fill h4,
.img-fill .lead-in {
  color: var(--dehn-realwhite);
}

p strong {
  font-weight: 600;
}

p.section-header {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: var(--dehn-red);
  font-size: 14px;
}

h1.eerie, h2.eerie, h3.eerie, h4.eerie {
  color: var(--dehn-eerieblack);
}

h1.text, h2.text, h3.text, h4.text {
  color: var(--dehn-text);
}

p + h1,
p + h2,
p + h3,
p + h4 {
  margin: 2vw 0;
}

p + p {
  margin-top: 2vw;
}

p + p > a.button {
  margin-top: 4vw;
}

div[class*=box-] p:first-child {
  margin-top: 0;
}

h1,
.size-h1 {
  font-size: 12vw; /* 60pt@375 */
  line-height: 13.5vw;
}

h2,
.size-h2 {
  font-size: 10vw; /* 40pt@375 */
  line-height: 11.5vw;
}

h3,
.size-h3 {
  font-size: 6.4vw; /* 24pt@375 */
  line-height: 8vw;
}

h4,
.size-h4 {
  font-size: 5vw; /* 18pt@375 */
  line-height: 6.5vw;
}

.box-6 h1,
.box-6 .size-h1 {
  font-size: 6vw; /* 22pt@375 */
  line-height: 6vw;
}

.box-6 h2,
.box-6 .size-h2 {
  font-size: 5vw; /* 19pt@375 */
  line-height: 5vw;
}

.box-6 h3,
.box-6 .size-h3 {
  font-size: 4vw; /* 15pt@375 */
  line-height: 4vw;
}

.box-6 h4,
.box-6 .size-h4 {
  font-size: 3.45vw; /* 13pt@375 */
  line-height: 4vw;
}

.size-h0 {
  font-size: 16.6vw;
}

p,
table,
ul li,
.table-links a {
  color: var(--dehn-text);
  font-size: 3.5vw;
  line-height: 6vw;
  padding-top: 0;
}

p.lead-in {
  font-size: 4vw;
  line-height: 6.5vw;
}

.smallest {
  font-size: 2.8vw;
  letter-spacing: 0.025em;
}

.box-6 .smallest {
  font-size: 2.66vw;
}

.box-6 p {
  font-size: 3vw;
  line-height: 5vw;
}

.box-6 p.lead-in {
  font-size: 3.45vw;
  line-height: 5.5vw;
}

.section div.box-1 h1:only-child,
.section > h1:only-child {
  padding: 8vw 0 0;
  margin: 0;
}

.section p:last-child {
  margin-bottom: 0;
}

.box-1 h1:only-child {
  margin: 12vw auto;
}

/* tablet 640 and up */
@media all and (min-width: 40em) {
  h1,
  .size-h1 {
    font-size: 8vw; /* 60pt@750 */
    line-height: 8.3vw;
  }
  h2,
  .size-h2 {
    font-size: 4.8vw; /* 36pt@750 */
    line-height: 5.3vw;
  }
  h3,
  .size-h3 {
    font-size: 3.2vw; /* 24pt@750 */
    line-height: 4vw;
  }
  h4,
  .size-h4 {
    font-size: 2.5vw; /* 19pt@750 */
    line-height: 3.2vw;
  }
  .box-6 h1,
  .box-6 .size-h1 {
    font-size: 3vw; /* ~22pt@750 */
    line-height: 3vw;
  }
  .box-6 h2,
  .box-6 .size-h2 {
    font-size: 2.5vw; /* 19pt@750 */
    line-height: 3vw;
  }
  .box-6 h3,
  .box-6 .size-h3 {
    font-size: 2vw; /* 15pt@750 */
    line-height: 3vw;
  }
  .box-6 h4,
  .box-6 .size-h4 {
    font-size: 1.725vw; /* 13pt@750 */
    line-height: 3vw;
  }
  .size-h0 {
    font-size: 16.6vw;
  }
  p,
  table,
  ul li {
    font-size: 1.85vw;
    line-height: 3vw;
  }
  p.lead-in,
  .table-links a {
    font-size: 2vw;
    line-height: 3.25vw;
  }
  .smallest {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }
  .box-6 .smallest {
    font-size: 1.33vw;
  }
  .box-6 p {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
  .box-6 p.lead-in {
    font-size: 1.725vw;
    line-height: 2.75vw;
  }
}
/* small desktop 992 and up */
@media all and (min-width: 62em) {
  h1,
  .size-h1 {
    font-size: 6.66vw; /* 100pt@1500 */
    line-height: 6.66vw;
  }
  h2,
  .size-h2 {
    font-size: 4vw; /* 60pt@1500 */
    line-height: 4.4vw;
  }
  h3,
  .size-h3 {
    font-size: 2.4vw; /* 36pt@1500 */
    line-height: 2.925vw;
  }
  h4,
  .size-h4 {
    font-size: 1.6vw; /* 24pt@1500 */
    line-height: 2.13vw;
  }
  p,
  table,
  ul li,
  .table-links a {
    font-size: 1.2vw;
    line-height: 2vw;
  }
  p.lead-in {
    font-size: 1.4vw;
    line-height: 2.33vw;
  }
  .smallest {
    font-size: 0.925vw;
    line-height: 1.5vw;
  }
  .box-6 .smallest {
    font-size: 0.85vw;
  }
  .box-6 p {
    font-size: 1vw;
    line-height: 1.6vw;
  }
  .box-6 p.lead-in {
    font-size: 1.25vw;
    line-height: 2vw;
  }
  .box-6 table {
    font-size: 1vw;
    line-height: 1.75vw;
  }
  .box-6 h3,
  .box-6 .size-h3 {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .box-6 h4,
  .box-6 .size-h4 {
    font-size: 1.375vw;
    line-height: 2vw;
  }
  .size-h0 {
    font-size: 16.6vw;
  }
}
sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.bg-offwhite {
  background-color: var(--dehn-offwhite);
}

.bg-red {
  background-color: var(--dehn-red);
}

.bg-heatwave {
  background-color: var(--dehn-heatwave);
}

.bg-selyel {
  background-color: var(--dehn-selectyellow);
}

.bg-eagle {
  background-color: var(--dehn-eagle);
}

.bg-textgrey {
  background-color: var(--dehn-text);
}

.bg-mediumgrey {
  background-color: var(--dehn-mediumgrey);
}

.bg-gainsboro {
  background-color: var(--dehn-gainsboro);
}

.bg-platinum {
  background-color: var(--dehn-platinum);
}

.bg-boxgrey {
  background-color: var(--dehn-boxgrey);
}

.bg-tablegrey {
  background-color: var(--dehn-tablegrey);
}

.bg-eerieblack {
  background-color: var(--dehn-eerieblack);
}

.bg-anthrazit {
  background-color: var(--dehn-anthrazit);
}

.bg-black {
  background-color: var(--dehn-realblack);
}

.bg-realwhite {
  background-color: var(--dehn-realwhite);
}

.bg-dimmedwhite {
  background-color: var(--dehn-dimmedwhite);
}

.bg-dimmedtext {
  background-color: var(--dehn-dimmedtext);
}

.bg-eagle,
.bg-black,
.bg-red,
.bg-eerieblack,
.bg-textgrey,
.bg-anthrazit,
.bg-heatwave,
.bg-selyel {
  color: white;
}

.bg-eagle *,
.bg-black *,
.bg-red *,
.bg-eerieblack *,
.bg-textgrey *,
.bg-anthrazit *,
.bg-heatwave *,
.bg-selyel * {
  color: white;
}

.bg-eagle a,
.bg-black a,
.bg-red a,
.bg-eerieblack a,
.bg-anthrazit a,
.bg-heatwave a,
.bg-selyel a {
  font-weight: 600;
}

.bg-eagle .breadcrumb a,
.bg-black .breadcrumb a,
.bg-red .breadcrumb a,
.bg-eerieblack .breadcrumb a,
.bg-anthrazit .breadcrumb a,
.bg-heatwave .breadcrumb a,
.bg-selyel .breadcrumb a {
  color: var(--dehn-dimmedwhite);
}

.breadcrumb a:hover {
  color: var(--dehn-eerieblack);
  opacity: 1;
}

.bg-eagle .breadcrumb a:hover,
.bg-black .breadcrumb a:hover,
.bg-red .breadcrumb a:hover,
.bg-eerieblack .breadcrumb a:hover,
.bg-anthrazit .breadcrumb a:hover,
.bg-heatwave .breadcrumb a:hover,
.bg-selyel .breadcrumb a:hover {
  color: var(--dehn-realwhite);
}

.drop {
  box-shadow: 0 2vw 4vw -1.5vw rgba(0, 0, 0, 0.25);
}

.bg-red.drop {
  box-shadow: 0 2vw 4vw -1.5vw rgba(240, 31, 31, 0.5);
}

.box-1.drop {
  box-shadow: 0 3.5vw 5vw -3vw rgba(0, 0, 0, 0.5);
}

.box-1.bg-red.drop {
  box-shadow: 0 3.5vw 5vw -3vw rgba(240, 31, 31, 0.5);
}

a {
  text-decoration: none;
  color: var(--dehn-red);
  border-bottom: 1px solid currentcolor;
  transition: all 150ms ease-out;
}

a.dwnld,
a.locked {
  border-bottom: 0px solid transparent;
}

a:hover,
a.dwnld:hover,
a.locked:hover {
  border-bottom: 2px solid currentcolor;
  transition: all 150ms ease-out;
}

a.dwnld::after {
  content: "\f016";
  font-family: "Buttonicons";
  padding-left: 0.5em;
}

a.locked::after {
  content: "\f017";
  font-family: "Buttonicons";
  padding-left: 0.5em;
}

.breadcrumb a,
.breadcrumb span {
  text-decoration: none;
  color: var(--dehn-text);
  letter-spacing: 0.025em;
  margin-right: 2em;
}

.breadcrumb a:after,
.breadcrumb span:after {
  content: "\f003";
  font-family: "Buttonicons";
  margin-left: 0.5em;
  margin-right: -1.5em;
}

ul.breadcrumb {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.breadcrumb li {
  display: inline;
}

.breadcrumb,
.breadcrumb li {
  color: var(--dehn-red);
}

.breadcrumb a {
  color: var(--dehn-text);
  border-bottom: 0px solid transparent;
}

.breadcrumb a:hover {
  color: var(--dehn-red);
  border-bottom: 2px solid var(--dehn-red);
}

.breadcrumb span {
  color: var(--dehn-dimmedtext);
}

.bg-red .breadcrumb,
.bg-red .breadcrumb li {
  color: var(--dehn-realwhite);
}

.bg-red .breadcrumb a {
  color: var(--dehn-dimmedwhite);
  border-bottom: 0px solid transparent;
  font-weight: 400;
}

.bg-red .breadcrumb a:hover {
  color: var(--dehn-realwhite);
  border-bottom: 2px solid var(--dehn-realwhite);
}

.bg-red .breadcrumb span {
  color: var(--dehn-realwhite);
  opacity: 0.4;
}

/**
 * An input[type="checkbox"] styled as a toggle switch.
 * Example:
 * <span class="input-switch">
 * 	<input class="input-switch__input" type="checkbox" id="input-switch-1" />
 * 	<span class="input-switch__label" for="input-switch-1" aria-hidden="true">
 * 		<span class="input-switch__label-on">on</span>
 * 		<span class="input-switch__label-icon"></span>
 * 		<span class="input-switch__label-off">off</span>
 * 	</span>
 * </span>
 */
.input-switch {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  width: 5.5em;
  height: 2.75em;
  border-radius: 1.375em;
}
.input-switch .input-switch__label {
  position: relative;
  z-index: -1;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  padding: 0.5em;
  color: var(--dehn-eerieblack);
  background-color: var(--dehn-offwhite);
  transition: background-color 0.2s ease-in-out;
}
.input-switch .input-switch__label .input-switch__label-on,
.input-switch .input-switch__label .input-switch__label-off,
.input-switch .input-switch__label .input-switch__label-icon {
  flex: 0 0 auto;
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-2.7em);
}
.input-switch .input-switch__label .input-switch__label-on,
.input-switch .input-switch__label .input-switch__label-off {
  width: 2.7em;
  text-align: center;
}
.input-switch .input-switch__label .input-switch__label-icon {
  width: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-switch .input-switch__label .input-switch__label-icon::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: block;
  border-radius: 1em;
  box-shadow: inset 0 0 0 1px currentColor;
  transition: box-shadow 0.25s ease-in-out;
}
.input-switch .input-switch__input {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  border-radius: inherit;
}
.input-switch .input-switch__input:disabled {
  background-color: transparent;
}
.input-switch .input-switch__input:disabled + .input-switch__label {
  color: var(--dehn-mediumgrey);
}
.input-switch .input-switch__input:checked + .input-switch__label {
  color: var(--dehn-realwhite);
  background-color: var(--dehn-red);
}
.input-switch .input-switch__input:checked + .input-switch__label .input-switch__label-on,
.input-switch .input-switch__input:checked + .input-switch__label .input-switch__label-off,
.input-switch .input-switch__input:checked + .input-switch__label .input-switch__label-icon {
  transform: translateX(0);
}
.input-switch .input-switch__input:checked + .input-switch__label .input-switch__label-icon::after {
  box-shadow: inset 0 0 0 0.75em currentColor;
}
.input-switch .input-switch__input:checked:disabled + .input-switch__label {
  background-color: var(--dehn-mediumgrey);
}

.button {
  display: inline-block;
  height: 45px;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin: 0;
  padding: 14px 20px 15px;
  border-radius: 22.5px;
  color: var(--dehn-eerieblack);
  background-color: var(--dehn-offwhite);
  border: 1px solid transparent;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  cursor: pointer;
}
.button:hover {
  border-bottom-width: 1px;
}

.button.cta {
  height: 60px;
  padding: 21px 27px 22px;
  border-radius: 30px;
}

p .button:not(:only-of-type),
form div .button:not(:only-of-type) {
  margin-right: 0.75em;
  margin-bottom: 1em;
}

.button:hover,
.button.primary,
.button.navbar-toggle[aria-expanded=true],
.bg-offwhite .button.primary,
.bg-boxgrey .button.primary,
#grid-switch.button:hover {
  background-color: var(--dehn-red);
  border-color: transparent;
  color: var(--dehn-realwhite);
}

.button.primary:hover, .button.navbar-toggle[aria-expanded=true]:hover,
.bg-red .button.primary:hover,
.bg-eagle .button.primary:hover,
.bg-anthrazit .button.primary:hover,
.bg-offwhite .button.primary:hover,
.bg-boxgrey .button.primary:hover {
  background-color: var(--dehn-eerieblack);
  border-color: transparent;
  color: var(--dehn-realwhite);
}

.bg-red .button,
.bg-eagle .button,
.bg-anthrazit .button {
  background-color: transparent;
  border-color: var(--dehn-dimmedwhite);
  color: var(--dehn-realwhite);
}

.bg-red .button:hover,
.bg-eagle .button:hover,
.bg-anthrazit .button:hover {
  background-color: transparent;
  border-color: var(--dehn-realwhite);
  color: var(--dehn-realwhite);
}

.bg-eagle .button.primary, .bg-eagle .button.navbar-toggle[aria-expanded=true] {
  background-color: var(--dehn-realwhite);
  border-color: transparent;
  color: var(--dehn-eagle);
}

.bg-anthrazit .button.primary, .bg-anthrazit .button.navbar-toggle[aria-expanded=true] {
  background-color: var(--dehn-realwhite);
  border-color: transparent;
  color: var(--dehn-anthrazit);
}

.bg-red .button.primary, .bg-red .button.navbar-toggle[aria-expanded=true] {
  background-color: var(--dehn-realwhite);
  border-color: transparent;
  color: var(--dehn-red);
}

.bg-offwhite .button {
  background-color: var(--dehn-boxgrey);
  border-color: transparent;
  color: var(--dehn-text);
}

.bg-offwhite .button:hover {
  background-color: var(--dehn-realwhite);
  color: var(--dehn-realblack);
}

.bg-boxgrey .button {
  background-color: var(--dehn-dimmedwhite);
  border-color: transparent;
  color: var(--dehn-text);
}

.bg-boxgrey .button:hover {
  background-color: var(--dehn-realwhite);
  color: var(--dehn-realblack);
}

.button.primary.accent, .button.accent.navbar-toggle[aria-expanded=true] {
  background-color: var(--dehn-heatwave);
  color: var(--dehn-realwhite);
}

.button.primary.accent.no-hover:hover, .button.accent.no-hover.navbar-toggle[aria-expanded=true]:hover {
  background-color: var(--dehn-heatwave);
}

.button[class*=ic-]::before {
  content: " ";
  font-family: "Buttonicons";
  padding-right: 0.825em;
}

.button.ic-down::before {
  content: "\f001";
}

.button.ic-up::before {
  content: "\f002";
}

.button.ic-right::before {
  content: "\f003";
}

.button.ic-left::before {
  content: "\f004";
}

.button.ic-close::before, .button.navbar-toggle[aria-expanded=true]::before {
  content: "\f005";
}

.button.ic-minus::before {
  content: "\f006";
}

.button.ic-plus::before {
  content: "\f007";
}

.button.ic-radio::before {
  content: "\f008";
}

.button.ic-radioon::before {
  content: "\f009";
}

.button.ic-checkbox::before {
  content: "\f010";
}

.button.ic-checked::before {
  content: "\f011";
}

.button.ic-cart::before {
  content: "\f012";
}

.button.ic-ellipsis::before {
  content: "\f013";
}

.button.ic-burger::before {
  content: "\f014";
}

.button.ic-grid::before {
  content: "\f015";
}

.button.ic-dwnld::before {
  content: "\f016";
}

.button.ic-lock::before {
  content: "\f017";
}

.button.ic-edit::before {
  content: "\f018";
}

.button.ic-search::before {
  content: "\f019";
}

.button.ic-doc::before {
  content: "\f020";
}

.button.ic-checklist::before {
  content: "\f021";
}

.button.ic-info::before {
  content: "\f022";
}

.button.right::before {
  display: none;
}

.button.right::after {
  content: " ";
  font-family: "Buttonicons";
  padding-left: 0.825em;
}

.button.right.ic-down::after {
  content: "\f001";
}

.button.right.ic-up::after {
  content: "\f002";
}

.button.right.ic-right::after {
  content: "\f003";
}

.button.right.ic-left::after {
  content: "\f004";
}

.button.right.ic-close::after, .button.right.navbar-toggle[aria-expanded=true]::after {
  content: "\f005";
}

.button.right.ic-minus::after {
  content: "\f006";
}

.button.right.ic-plus::after {
  content: "\f007";
}

.button.right.ic-radio::after {
  content: "\f008";
}

.button.right.ic-radioon::after {
  content: "\f009";
}

.button.right.ic-checkbox::after {
  content: "\f010";
}

.button.right.ic-checked::after {
  content: "\f011";
}

.button.right.ic-cart::after {
  content: "\f012";
}

.button.right.ic-ellipsis::after {
  content: "\f013";
}

.button.right.ic-burger::after {
  content: "\f014";
}

.button.right.ic-grid::after {
  content: "\f015";
}

.button.right.ic-dwnld::after {
  content: "\f016";
}

.button.right.ic-lock::after {
  content: "\f017";
}

.button.right.ic-edit::after {
  content: "\f018";
}

.button.right.ic-search::after {
  content: "\f019";
}

.button.right.ic-doc::after {
  content: "\f020";
}

.button.right.ic-checklist::after {
  content: "\f021";
}

.button.right.ic-info::after {
  content: "\f022";
}

.button:empty,
.button.right:empty {
  padding: 14px 19px 15px;
}

.button.cta:empty,
.button.right.cta:empty {
  padding: 21px 27px 22px;
}

.button:empty::before {
  padding-right: 0;
  margin-left: -3px;
  margin-right: -3px;
}

.button.right:empty::after {
  padding-left: 0;
  margin-left: -3px;
  margin-right: -3px;
}

div.button-row {
  background-color: var(--dehn-offwhite);
  border-radius: 22.5px;
  margin: 0 auto;
}

div.button-row.cta {
  border-radius: 30px;
}

div.button-row .button.active {
  background-color: var(--dehn-platinum);
}

div.button-row .button + .button {
  margin-left: 0.5em;
}

div.button-row.sections-filter {
  margin-top: 60px;
}

@media all and (max-width: 61.9em) {
  div.button-row,
  div.button-row.cta {
    background-color: transparent;
  }
  div.button-row .button {
    margin-bottom: 1em;
  }
}
#grid-switch.button {
  background-color: transparent;
  border-color: rgba(128, 128, 128, 0.1);
  color: rgba(128, 128, 128, 0.33);
  margin-left: 0.5vw;
}

form .button {
  margin-right: 1vw;
}

@media all and (max-width: 39.9em) {
  form .button {
    margin-right: 2vw;
  }
}
form .button:only-child {
  margin-right: 0;
}

.no-buttons .button {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
}

.no-buttons .button:hover {
  border-color: transparent;
  border-bottom: 1px solid currentcolor;
  background-color: transparent;
}

div.button-row .button + .button {
  margin-left: 0.5em;
}

@media all and (min-width: 20em) {
  table.details {
    width: 100%;
    border-top: 1px solid var(--dehn-mediumgrey);
    border-spacing: 0;
  }
  table.details td {
    border-bottom: 1px solid var(--dehn-mediumgrey);
    vertical-align: top;
  }
  table.details td {
    padding: 8px 2vw 8px 0;
  }
  table.halbehalbe td {
    width: 50%;
  }
  table.halbehalbe td:nth-child(2) {
    padding-left: 2vw;
  }
  table.acc-first td:first-child {
    color: var(--dehn-eerieblack);
    font-weight: 600;
  }
  table.acc-sec td:nth-child(2) {
    color: var(--dehn-eerieblack);
    font-weight: 600;
  }
  table.acc-thrd td:nth-child(3) {
    color: var(--dehn-eerieblack);
    font-weight: 600;
  }
  table.acc-last td:last-child {
    color: var(--dehn-eerieblack);
    font-weight: 600;
  }
  table.dim-first td:first-child {
    color: var(--dehn-dimmedtext);
    font-weight: 400;
  }
  table.dim-sec td:nth-child(2) {
    color: var(--dehn-dimmedtext);
    font-weight: 400;
  }
  table.dim-thrd td:nth-child(3) {
    color: var(--dehn-dimmedtext);
    font-weight: 400;
  }
  table.dim-last td:last-child {
    color: var(--dehn-dimmedtext);
    font-weight: 400;
  }
  table.zebra tr:nth-child(odd) td {
    background-color: var(--dehn-tablegrey);
  }
  table.details.zebra td {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  table.details.double-height td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  table.downloads-fixed td:first-child {
    width: 15%;
  }
  table.downloads-fixed td:nth-child(2) {
    width: 25%;
  }
  table.downloads-fixed td:nth-child(3) {
    width: 43%;
  }
  table.downloads-fixed td:last-child {
    width: 17%;
  }
  td > button[class^=ic-] {
    margin-top: -1vw;
    margin-bottom: -1vw;
  }
}
@media all and (min-width: 40em) {
  table.details td {
    padding: 6px 2vw 6px 0;
  }
  table.details.double-height td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 62em) {
  table.details td {
    padding: 6px 2vw 6px 0;
  }
  table.details.zebra td {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  table.halbehalbe td:nth-child(2) {
    padding-left: 2vw;
  }
  table.details.double-height td {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
table:not(.zebra) td:last-child {
  padding-right: 0;
}

div:not(.faq).table-links a, div.table-links summary {
  display: block;
  position: relative;
  text-decoration: none;
  color: currentcolor;
  width: 100%;
  padding-right: 1.5em;
  border-bottom: 1px solid var(--dehn-mediumgrey);
}

div:not(.faq).table-links a::after, div.table-links summary::after {
  content: "\f003";
  font-family: "Buttonicons";
  color: var(--dehn-red);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

div.table-links {
  border-top: 1px solid var(--dehn-mediumgrey);
}

div.table-links a:hover, div.table-links summary:hover {
  color: var(--dehn-red);
  border-bottom: 1px solid var(--dehn-red);
}

div.table-links a.selected {
  background-color: var(--dehn-tablegrey);
}

@media all and (min-width: 20em) {
  div:not(.faq).table-links a, div.table-links summary {
    padding-top: 3vw;
    padding-bottom: 3.1vw;
  }
}
@media all and (min-width: 40em) {
  div:not(.faq).table-links a, div.table-links summary {
    padding-top: 2.2vw;
    padding-bottom: 2.3vw;
  }
}
@media all and (min-width: 62em) {
  div:not(.faq).table-links a, div.table-links summary {
    padding-top: 1.5vw;
    padding-bottom: 1.6vw;
  }
}
.table-links.faq summary {
  font-weight: 500;
  padding-right: 60px;
}

.table-links.faq summary::after {
  content: "\f007";
  font-family: "Buttonicons";
  font-size: 15px;
  line-height: 15px;
  color: var(--dehn-text);
  background-color: var(--dehn-offwhite);
  position: absolute;
  padding: 15px 16.5px 15px;
  border-radius: 22.5px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.table-links.faq summary::-webkit-details-marker {
  display: none;
}

.table-links.faq summary {
  outline-color: transparent;
  outline-style: none;
}

.table-links.faq details[open] summary::after {
  content: "\f006";
  background-color: var(--dehn-platinum);
}

.table-links.faq summary:hover::after,
.table-links.faq details[open] summary:hover::after {
  color: var(--dehn-realwhite);
  background-color: var(--dehn-red);
}

.table-links.faq details[open] summary {
  border-bottom-color: transparent;
}

.faq-content {
  width: 100%;
  padding: 1em 0 1.75em;
  font-weight: 300;
  border-bottom: 1px solid var(--dehn-platinum);
}

.faq-content p strong {
  font-weight: 500;
}

.faq-content p:first-child {
  margin-top: 0.75em !important;
}

.faq-content p,
.faq-content p:last-child {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  max-width: 75ch;
}

.faq-content img {
  margin: 1.75em 0;
}

.faq-content img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding-left: calc(40px - 1em);
}

footer {
  position: relative;
}

footer .section .box-4 h4 {
  font-size: 3.5vw;
  line-height: 7vw;
  margin-top: 0;
  margin-bottom: 7vw;
}
footer .section .box-4 p {
  font-size: 3.5vw;
  line-height: 10vw;
  font-weight: 300;
  margin: 0;
}
footer .section .box-4 a {
  border-bottom: 0px solid transparent;
  text-decoration: none;
  font-weight: 400;
}

footer .section .box-4 {
  flex-basis: 40vw;
  margin-top: 7vw;
}

footer .section .box-4 svg {
  margin: 0 6vw 5vw 0;
}

footer .section .box-1:last-child {
  margin-top: 8vw;
  margin-bottom: 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 10vw;
}

footer .section .box-1:last-child span,
footer .section .box-1:last-child a {
  margin-right: 7vw;
}

footer .section .box-1:last-child a {
  border: none;
  font-weight: 400;
}

@media all and (min-width: 40em) {
  footer .section .box-4 h4 {
    font-size: 2vw;
    line-height: 5vw;
    margin-bottom: 3.5vw;
  }
  footer .section .box-4 p {
    font-size: 1.75vw;
    line-height: 5vw;
  }
  footer .section .box-4 {
    margin-top: 3.5vw;
    flex-basis: 36vw;
  }
  footer .section .box-4 svg {
    margin: 0 3vw 2.5vw 0;
  }
  footer .section .box-1:last-child {
    margin-bottom: 2vw;
    line-height: 5vw;
  }
  footer .section .box-1:last-child span,
  footer .section .box-1:last-child a {
    margin-right: 3.5vw;
  }
}
@media all and (min-width: 62em) {
  footer .section .box-4 h4 {
    font-size: 1vw;
    line-height: 2vw;
    margin-bottom: 2vw;
  }
  footer .section .box-4 p {
    font-size: 0.925vw;
    line-height: 2vw;
  }
  footer .section .box-4 a {
    border-bottom: 1px solid transparent;
  }
  footer .section .box-4 :not(.box-4:nth-last-child(2)) a:hover {
    border-bottom: 1px solid var(--dehn-dimmedwhite);
  }
  footer .section .box-4 {
    margin-top: 1.75vw;
    flex-basis: 16vw;
  }
  footer .section .box-4 svg {
    margin: 0 1.5vw 1.25vw 0;
  }
  footer .section .box-1:last-child {
    justify-content: space-between;
    margin-bottom: 1vw;
    margin-top: 4vw;
    line-height: 1.5vw;
  }
  footer .section .box-1:last-child span {
    flex-grow: 2;
  }
}
footer.bg-red p, footer.bg-red span {
  color: var(--dehn-dimmedwhite);
  font-weight: 300;
}

footer.bg-realwhite p, footer.bg-realwhite span {
  color: var(--dehn-dimmedtext);
}
footer.bg-realwhite a {
  color: var(--dehn-text);
}
footer.bg-realwhite a:hover {
  color: var(--dehn-red);
}

footer.bg-red a svg circle[id^=dot-],
footer.bg-eagle a svg circle[id^=dot-] {
  fill: var(--dehn-dimmedwhite);
}
footer.bg-red a svg path[id^=icon-],
footer.bg-eagle a svg path[id^=icon-] {
  fill: var(--dehn-red);
}
footer.bg-red a:hover svg circle[id^=dot-],
footer.bg-eagle a:hover svg circle[id^=dot-] {
  fill: var(--dehn-realwhite);
}
footer.bg-red a:hover svg path[id^=icon-],
footer.bg-eagle a:hover svg path[id^=icon-] {
  fill: var(--dehn-red);
}

footer.bg-realwhite a svg circle[id^=dot-],
footer.bg-offwhite a svg circle[id^=dot-] {
  fill: var(--dehn-boxgrey);
}
footer.bg-realwhite a svg path[id^=icon-],
footer.bg-offwhite a svg path[id^=icon-] {
  fill: var(--dehn-red);
}
footer.bg-realwhite a:hover svg circle[id^=dot-],
footer.bg-offwhite a:hover svg circle[id^=dot-] {
  fill: var(--dehn-mediumgrey);
}
footer.bg-realwhite a:hover svg path[id^=icon-],
footer.bg-offwhite a:hover svg path[id^=icon-] {
  fill: var(--dehn-red);
}

footer div.footer-logo {
  position: absolute;
  width: 80px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: 2vw;
}

.footer-logo svg text {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}

@media (max-width: 39.9em) {
  footer {
    padding-top: 12vw;
  }
}
@media (min-width: 40em) {
  footer div.footer-logo {
    width: 120px;
    height: 30px;
    top: -4vw;
  }
}
@media (min-width: 62em) {
  footer div.footer-logo {
    width: 160px;
    height: 40px;
  }
}
footer.bg-realwhite div.footer-logo svg,
footer.bg-offwhite div.footer-logo svg * {
  fill: var(--dehn-red);
}

footer.bg-red div.footer-logo svg *,
footer.bg-eagle div.footer-logo svg * {
  fill: var(--dehn-realwhite);
}

/* VISUAL DEBUG */
div#grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  display: none;
  z-index: 2;
}

div#grid div {
  width: 4%;
  margin-left: 4%;
  padding-top: 0.5rem;
  height: 100%;
  background-color: rgba(167, 217, 233, 0.09);
  text-align: center;
  font-size: 0.825rem;
}

/* / VISUAL DEBUG */

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