@font-face {
  font-display: swap;
  font-family: Realist;
  font-style: normal;
  font-weight: 400;
  src: url(res/Knauber_Realist-Regular-DQLIrU3x.woff2) format("woff2"),
    url(res/Knauber_Realist-Regular-CpHTT3z8.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Realist;
  font-style: italic;
  font-weight: 400;
  src: url(res/Knauber_Realist-RegularItalic-C2rcBIQ2.woff2) format("woff2"),
    url(res/Knauber_Realist-RegularItalic-S8-xPtgV.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Realist;
  font-style: normal;
  font-weight: 600;
  src: url(res/Knauber_Realist-Medium-ChGssM_b.woff2) format("woff2"),
    url(res/Knauber_Realist-Medium-DCNTHd6c.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Realist;
  font-style: italic;
  font-weight: 600;
  src: url(res/Knauber_Realist-MediumItalic-BSYBXoe1.woff2) format("woff2"),
    url(res/Knauber_Realist-MediumItalic-MjFMZUEl.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Realist;
  font-style: normal;
  font-weight: 700;
  src: url(res/Knauber_Realist-Bold-Bz_wskwi.woff2) format("woff2"),
    url(res/Knauber_Realist-Bold-Bh4VubUy.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Realist;
  font-style: italic;
  font-weight: 700;
  src: url(res/Knauber_Realist-BoldItalic-B8nCWiGj.woff2) format("woff2"),
    url(res/Knauber_Realist-BoldItalic-CzrZaj6W.woff) format("woff");
}
:root,
body {
  --cd-green: #19e128;
  --light-green: #baf6bf;
  --cd-blue: #0c2a3e;
  --cd-orange: #fda50f;
  --cd-red: #ff1178;
  --cd-grey: #666666;
  --cd-gray: #666666;
  --cd-light-grey: rgb(231 234 236);
  --prodbox-bggradient: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
  --cd-newblue: rgb(12, 42, 62);
  --sitecolor: #0c2a3e;
  --light-sitecolor: #baf6bf;
  font-family: Realist, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
  color: var(--cd-blue);
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.padding {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 640px) {
  .padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.outer {
  display: block;
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

header {
  padding: 24px 0;
}
.header {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: row;
  max-height: 100px;
}
.header > * {
  display: block;
  max-height: 100%;
  align-self: center;
  max-height: 50px;
}
.header > * > * {
  max-height: 100%;
}
.header .logo {
  height: auto;
  width: 170px;
}
@media (max-width: 480px) {
  .header .logo {
    max-width:150px;
  }
}
.padder {
  display: inline-block;
}

.hero {
  min-height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  color: white;
}
.hero .darken {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero .claim {
  padding-top: 48px;
  color: white;
  text-shadow: 0 0 3em rgba(0, 0, 0, 0.9);
  line-height: 1.4;
}
.hero .claim .hl {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.1;
}

.hero .claim .st {
  font-size: 22px;
  max-width: 480px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .hero .claim .hl,
  .hero .claim .st,
  h1 {
    line-height: 1.2;
  }
}
.content {
  padding-top: 24px;
  padding-bottom: 48px;
}
main {
  min-height: 90vh;
}
footer {
  min-height: 10vh;
  background-color: var(--cd-blue);
  color: white;
}
.twocols {
  width: 100%;
  display: flex;
  gap: 80px;
  flex-direction: row;
  overflow: hidden;
}
.col {
  flex-basis: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .twocols {
    border-radius: 0;
    flex-direction: column;
  }
  .col {
    flex-basis: 100%;
    overflow: hidden;
    max-width: 100%;
  }
}
.dyncontent {
  margin-top: 12px;
  margin-bottom: 96px;
}
.yearsection {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 24px 18px;
  margin-bottom: 10px;
  border: 2px solid var(--cd-light-grey);
  border-radius: 24px;
  font-size: 20px;
  line-height: 1.2;
  justify-content: space-between;
}
.yearbox {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.check {
  flex-shrink: 0;
  flex-grow: 0;
  color: white;
  background-color: var(--cd-blue);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  padding: 2px;
  display: none;
}
.year {
  flex-basis: 15%;
  min-width: 150px;
}
.yearsection .label {
  display: block;
  font-weight: 700;
}
.yearsection .details {
  flex-basis: 90%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.yearsection .detail {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .yearsection .detail {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 600px) {
  .yearsection {
    flex-direction: column;
    align-items: start;
  }
}
.yearsection .detail .description {
  max-width: 500px;
  flex-shrink: 1;
  flex-grow: 1;
}
.yearsection .button {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 12px 24px;
  border: 2px solid var(--cd-light-grey);
  border-radius: 12px;
  width: 225px;
  text-align: center;
  align-self: end;
}
.yearsection .button:hover {
  border: 2px solid var(--cd-grey);
}
.yearsection .button img {
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}

.yearsection .button:hover img.hoverrot {
  transform: rotate(45deg);
}
.yearsection .button.primary {
  border: 0px solid var(--cd-blue);
  background-color: var(--cd-blue);
  color: white;
}

.yearsection .button.primary:hover {
  background-color: rgb(61 85 101);
}

.button img {
  height: 1em;
  vertical-align: middle;
}
.buttonlabel {
  white-space: nowrap;
}
img {
  max-width: 100%;
}
.single_hl {
  font-weight: 700;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.2;
}
.bodytext {
  color: #0c2a3e;
}
h1 {
  color: var(--cd-green);
  font-weight: 700;
  font-size: 56px;
}

.flex_tb {
  display: flex;
  flex-direction: column;
  gap: 8px;
  GL-row-gap: 40px;
}
.flex_lr {
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-wrap: wrap;
}
.footer {
  padding-top: 56px;
  padding-bottom: 56px;
}

.footerlogo {
  padding-top: 7px;
  width: 300px;
}
footer .left {
  min-width: 346px;
}
footer .right {
  flex-grow: 1;
}
footer .linklist {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 32px;
}
footer .linklistlinks {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .linklist a {
  color: rgb(158, 170, 178);
}
footer .linklist .hl {
  font-size: 26px;
  font-weight: 700;
}
footer .lower .flex_lr {
  align-items: top;
}
footer .bottomlinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  min-width: 148px;
}
@media (max-width: 640px) {
  footer .bottomlinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
footer .bottomlinks .bottomlink {
  font-size: 16px;
  font-weight: 700;
}
footer .lower .flex_lr > .right {
  padding-top: 32px;
}
.footer .upper .right {
  border-bottom: 0.8px solid rgb(61, 85, 101);
}
.hoverlink {
  position: relative;
  width: max-content;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hoverlink:hover {
  color: white;
  opacity: 1;
}
.hoverlink::before {
  content: "";
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  background-color: var(--cd-green);
  border-radius: 24px;
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  bottom: -2px;
}
.hoverlink:hover::before {
  opacity: 1;
}
