/* all imports 
---------------------------------------------- */
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v44-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v44-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v44-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v44-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v44-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
:root {
  --main-fontfamily: 'Open Sans';
  --bgcolor-light: #ffffff;
  --bgcolor-dark: #000000;
  --bgcolor-grey: #f7f7f7;
  --bgcolor-red: #b01818;
  --textcolor-light: #fefefe;
  --textcolor-dark: #000000;
  --textcolor-grey: #797979;
  --textcolor-red: #b01818;
  --textcolor-brightred: #ea0000;
  --color-lightgrey: #d3d3d3; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box-Sizing: 
---------------------------------------------- */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/* Add Clearfix for floating elements 
---------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Change display of all Links 
---------------------------------------------- */
a {
  text-decoration: none;
  color: inherit; }

/* Page Styles 
---------------------------------------------- */
body {
  font-family: var(--main-fontfamily);
  background: var(--bgcolor-light);
  color: var(--textcolor-dark);
  font-size: 17px; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

/* Mobile Nav -------------- */
.mobile-nav {
  display: none;
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  color: var(--textcolor-dark);
  width: 100vw;
  height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .mobile-nav {
      padding-left: 20px;
      padding-right: 20px; } }
  .mobile-nav .mobile-nav-top {
    background: var(--bgcolor-light);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    .mobile-nav .mobile-nav-top .logo {
      display: block;
      width: 148px; }
  .mobile-nav .close-btn {
    width: 50px;
    height: 50px;
    border: none;
    background: url("../img/close.svg") no-repeat center center;
    background-size: 30px;
    cursor: pointer; }
    .mobile-nav .close-btn span {
      color: transparent;
      font-size: 0; }
  .mobile-nav .mobile-menu {
    padding: 30px 50px; }
    .mobile-nav .mobile-menu ul {
      list-style: none; }
      .mobile-nav .mobile-menu ul li {
        margin-bottom: 15px;
        display: block;
        text-align: center; }
        .mobile-nav .mobile-menu ul li a {
          display: inline-block;
          font-size: 18px;
          font-weight: 500; }
          .mobile-nav .mobile-menu ul li a.active {
            color: var(--textcolor-red);
            font-weight: 700; }

/* Header -------------- */
header {
  background: var(--bgcolor-light);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1024px) {
    header {
      padding-top: 28px;
      padding-bottom: 28px; } }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 768px) {
      header .header-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 1200px) {
      header .header-inner {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto; } }
  header .header-logo img {
    display: block;
    width: 148px; }
  header .header-right {
    display: flex;
    align-items: center; }
  header .menu-btn {
    width: 50px;
    height: 50px;
    border: none;
    background: url("../img/menubtn.svg") no-repeat center center;
    background-size: 40px;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      header .menu-btn {
        display: none; } }
    header .menu-btn span {
      color: transparent;
      font-size: 0; }
  header .main-menu {
    display: none; }
    @media screen and (min-width: 1024px) {
      header .main-menu {
        display: block;
        margin-right: 40px; } }
    header .main-menu ul {
      list-style: none;
      display: flex;
      gap: 20px; }
      @media screen and (min-width: 1200px) {
        header .main-menu ul {
          gap: 40px; } }
      header .main-menu ul li a {
        display: block;
        padding: 10px 15px;
        font-size: 17px;
        font-weight: 500; }
        header .main-menu ul li a:hover, header .main-menu ul li a:focus-visible {
          background: var(--bgcolor-dark);
          color: var(--textcolor-light); }
        header .main-menu ul li a.active {
          font-weight: 700;
          color: var(--textcolor-brightred); }
          header .main-menu ul li a.active:hover, header .main-menu ul li a.active:focus-visible {
            background: none;
            color: inherit; }
  header .header-contact {
    display: none; }
    @media screen and (min-width: 1024px) {
      header .header-contact {
        display: block;
        border-left: 1px solid var(--color-lightgrey);
        padding-left: 20px; } }
    header .header-contact span {
      color: transparent;
      font-size: 0; }
    header .header-contact .header-phone {
      display: block;
      width: 40px;
      height: 40px;
      background: url("../img/phone.svg") no-repeat center;
      background-size: 19px; }

/* Footer ------------------ */
footer {
  background: var(--bgcolor-dark);
  color: var(--textcolor-light);
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    footer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  footer .footer-inner {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media screen and (min-width: 768px) {
      footer .footer-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 1200px) {
      footer .footer-inner {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1024px) {
      footer .footer-inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
  footer .footer-left {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  footer .footer-center {
    display: flex;
    gap: 40px;
    order: 2; }
    @media screen and (min-width: 1024px) {
      footer .footer-center {
        order: 0; } }
  footer .footer-right {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  footer .footer-menu {
    line-height: 1.5; }
    footer .footer-menu ul {
      list-style: none; }
      @media screen and (min-width: 1024px) {
        footer .footer-menu ul {
          text-align: right; } }
      footer .footer-menu ul li {
        margin-bottom: 2px; }
        footer .footer-menu ul li a.active {
          color: var(--textcolor-brightred); }
        footer .footer-menu ul li a:hover, footer .footer-menu ul li a:focus-visible {
          color: var(--textcolor-brightred); }
  footer .footer-logo {
    display: block;
    width: 148px; }
  footer .footer-info {
    line-height: 1.5; }
  footer .ft-highlight {
    font-weight: 700;
    color: var(--textcolor-brightred); }
  footer .ft-tab {
    display: inline-block;
    width: 70px; }
  footer .ft-email:hover, footer .ft-email:focus-visible {
    text-decoration: underline;
    color: var(--textcolor-brightred); }
  footer .logo-titans img {
    display: block;
    height: 154px; }
  footer .cert img {
    display: block;
    height: 154px; }

/* Main ------------------ */
main {
  min-height: 500px; }
  main h1 {
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      main h1 {
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      main h1 {
        font-size: 40px;
        margin-bottom: 20px; } }
  main h2, main .h2 {
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      main h2, main .h2 {
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      main h2, main .h2 {
        font-size: 40px;
        margin-bottom: 30px; } }
  main h3, main .h3 {
    line-height: 1.3;
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      main h3, main .h3 {
        font-size: 36px; } }
  main h4, main .h4 {
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      main h4, main .h4 {
        font-size: 30px; } }
  main h5, main .h5 {
    line-height: 1.3;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      main h5, main .h5 {
        font-size: 26px; } }
  main h6, main .h6 {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px; }
    @media screen and (min-width: 1200px) {
      main h6, main .h6 {
        font-size: 22px; } }
  main h2:first-child, main .h2:first-child, main h3:first-child, main .h3:first-child, main h4:first-child, main .h4:first-child, main h5:first-child, main .h5:first-child, main h6:first-child, main .h6:first-child {
    margin-top: 0; }
  main p {
    line-height: 1.5;
    font-size: 17px; }
  main ul {
    list-style: square;
    padding-left: 20px;
    line-height: 1.5; }
    main ul li {
      margin-bottom: 5px;
      padding-left: 5px; }
  main ol {
    padding-left: 20px;
    line-height: 1.5; }
    main ol li {
      margin-bottom: 5px;
      padding-left: 5px; }
  main p, main ul, main ol {
    margin-bottom: 20px; }
    main p:last-child, main ul:last-child, main ol:last-child {
      margin-bottom: 0; }
    main p a, main ul a, main ol a {
      text-decoration: underline; }
      main p a:hover, main ul a:hover, main ol a:hover {
        color: var(--textcolor-red); }
      main p a.no-highlight, main ul a.no-highlight, main ol a.no-highlight {
        text-decoration: none; }
        main p a.no-highlight:hover, main ul a.no-highlight:hover, main ol a.no-highlight:hover {
          color: inherit; }
      main p a.email, main ul a.email, main ol a.email {
        text-decoration: none; }
        main p a.email:hover, main ul a.email:hover, main ol a.email:hover {
          text-decoration: underline; }
  main hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    margin-bottom: 30px; }
  main .tab1 {
    display: inline-block;
    width: 85px; }
  main .center {
    text-align: center; }
  main .txt-red {
    color: var(--textcolor-red); }
  main .button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; }
  main .button {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    padding: 15px 35px;
    text-align: center;
    min-width: 220px;
    border-radius: 30px;
    border: none;
    background-color: inherit; }
    main .button:last-child {
      margin-bottom: 0; }
    main .button.dark {
      background-color: var(--bgcolor-dark);
      color: var(--textcolor-light); }
      main .button.dark:hover, main .button.dark:focus-visible {
        background-color: var(--bgcolor-red); }
    main .button.red {
      background-color: var(--bgcolor-red);
      color: var(--textcolor-light); }
      main .button.red:hover, main .button.red:focus-visible {
        background-color: var(--bgcolor-dark); }

/* Frontpage Banner ------------------ */
.frontpage-banner {
  position: relative; }
  @media screen and (min-width: 600px) {
    .frontpage-banner {
      margin-bottom: 80px; } }
  .frontpage-banner .banner-image {
    position: relative;
    height: 30vh;
    max-height: 490px;
    border-bottom: 10px solid var(--bgcolor-dark); }
    @media screen and (min-width: 600px) {
      .frontpage-banner .banner-image {
        height: 400px; } }
    @media screen and (min-width: 1200px) {
      .frontpage-banner .banner-image {
        height: 490px; } }
    @media screen and (min-width: 3000px) {
      .frontpage-banner .banner-image {
        height: 700px;
        max-height: unset; } }
    .frontpage-banner .banner-image::after {
      content: '';
      display: block;
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.5);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0) 100%); }
    .frontpage-banner .banner-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 75%; }
  .frontpage-banner .banner-text-block {
    background: var(--bgcolor-grey);
    color: var(--textcolor-dark);
    padding: 25px; }
    @media screen and (min-width: 600px) {
      .frontpage-banner .banner-text-block {
        position: absolute;
        bottom: -50px;
        left: 20px;
        padding: 35px 50px;
        min-width: 400px; } }
    @media screen and (min-width: 1200px) {
      .frontpage-banner .banner-text-block {
        left: 50px;
        width: 490px; } }
    @media screen and (min-width: 1300px) {
      .frontpage-banner .banner-text-block {
        margin-left: calc( (100vw - 1300px)/2 ); } }
    @media screen and (min-width: 600px) {
      .frontpage-banner .banner-text-block::before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        inset: 0;
        top: 50%;
        background: var(--bgcolor-grey);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } }
    .frontpage-banner .banner-text-block p.subtitle {
      line-height: 1.3;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 30px; }
      @media screen and (min-width: 1200px) {
        .frontpage-banner .banner-text-block p.subtitle {
          font-size: 28px; } }
  @media screen and (min-width: 600px) {
    .frontpage-banner + .inner-padding {
      margin-top: -30px; } }
  @media screen and (min-width: 1200px) {
    .frontpage-banner + .inner-padding {
      margin-top: -60px; } }

/* Frontpage Banner Buttons ------------------ */
.frontpage-banner-buttons {
  position: relative;
  min-height: 490px;
  padding-top: 50px;
  padding-bottom: 120px; }
  @media screen and (min-width: 3000px) {
    .frontpage-banner-buttons {
      height: 700px;
      max-height: unset; } }
  .frontpage-banner-buttons .banner-image {
    position: absolute;
    inset: 0; }
    .frontpage-banner-buttons .banner-image::before {
      content: '';
      display: block;
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0.75) 100%); }
    .frontpage-banner-buttons .banner-image::after {
      content: '';
      display: block;
      position: absolute;
      left: -1px;
      bottom: -1px;
      right: -1px;
      height: 100px;
      background: url("../img/overlay2.svg") no-repeat right bottom;
      background-size: auto 100px; }
      @media screen and (min-width: 1200px) {
        .frontpage-banner-buttons .banner-image::after {
          background-size: 100% 100px; } }
    .frontpage-banner-buttons .banner-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .frontpage-banner-buttons .content-wrap {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1300px) {
      .frontpage-banner-buttons .content-wrap {
        min-height: 500px; } }
  .frontpage-banner-buttons .banner-buttons {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px 50px;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .frontpage-banner-buttons .banner-buttons {
        gap: 50px 100px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1300px) {
      .frontpage-banner-buttons .banner-buttons {
        gap: 50px 60px;
        max-width: unset; } }
    .frontpage-banner-buttons .banner-buttons li {
      padding-left: 0;
      margin-bottom: 0; }
    .frontpage-banner-buttons .banner-buttons .banner-button {
      text-decoration: none;
      color: inherit;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 700;
      width: 250px;
      height: 75px;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      padding-left: 45px;
      color: var(--textcolor-dark); }
      @media screen and (min-width: 1024px) {
        .frontpage-banner-buttons .banner-buttons .banner-button {
          height: 100px; } }
      .frontpage-banner-buttons .banner-buttons .banner-button::before {
        content: '';
        display: block;
        position: absolute;
        width: 55px;
        height: 50px;
        left: 25px;
        top: calc(25px/2); }
        @media screen and (min-width: 1024px) {
          .frontpage-banner-buttons .banner-buttons .banner-button::before {
            top: 25px; } }
      .frontpage-banner-buttons .banner-buttons .banner-button.planung::before {
        background: url("../img/icon-planung.svg") no-repeat center center;
        background-size: 50px 45px; }
      .frontpage-banner-buttons .banner-buttons .banner-button.lieferung::before {
        background: url("../img/icon-beratung.svg") no-repeat center center; }
      .frontpage-banner-buttons .banner-buttons .banner-button.montage::before {
        background: url("../img/icon-montage.svg") no-repeat center center; }
      .frontpage-banner-buttons .banner-buttons .banner-button.service::before {
        background: url("../img/icon-service.svg") no-repeat center center;
        background-size: 50px 45px; }
      .frontpage-banner-buttons .banner-buttons .banner-button:hover, .frontpage-banner-buttons .banner-buttons .banner-button:focus-visible {
        background: rgba(0, 0, 0, 0.9);
        color: var(--textcolor-light); }

/* Frontpage Counter ------------------ */
.counter-container {
  list-style: none;
  padding-left: 0;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center; }
  @media screen and (min-width: 1300px) {
    .counter-container {
      gap: 50px 80px; } }
  .counter-container li {
    padding-left: 0;
    margin-bottom: 0; }
  .counter-container .counter-element {
    position: relative;
    display: block;
    height: 200px;
    width: 200px;
    padding-top: 115px; }
    .counter-container .counter-element .number {
      position: relative;
      display: block;
      text-align: center;
      font-size: 40px;
      font-weight: 600;
      padding-top: 8px;
      background: var(--bgcolor-light); }
    .counter-container .counter-element .descr {
      position: relative;
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      color: var(--textcolor-red); }
    .counter-container .counter-element::before {
      content: '';
      display: block;
      width: 140px;
      height: 140px;
      border: 1px solid #c3c3c3;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .counter-container .counter-element.firma::before {
      background: url("../img/icon-firma.svg") no-repeat center 45%;
      background-size: 60px 60px; }
    .counter-container .counter-element.mitarbeiter::before {
      background: url("../img/icon-mitarbeiter.svg") no-repeat center 45%;
      background-size: 60px 60px; }
    .counter-container .counter-element.projekte::before {
      background: url("../img/icon-projekte.svg") no-repeat center 45%;
      background-size: 60px 60px; }
    .counter-container .counter-element.luftung::before {
      background: url("../img/icon-luftung.svg") no-repeat center 45%;
      background-size: 60px 60px; }

/* Hero ------------------ */
.hero {
  position: relative;
  background: var(--bgcolor-light);
  color: var(--textcolor-dark); }
  @media screen and (min-width: 768px) {
    .hero .hero-image {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 35%; } }
  .hero .hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    max-height: 400px; }
    @media screen and (min-width: 1024px) {
      .hero .hero-image img {
        max-height: unset; } }
  .hero .hero-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
  .hero .hero-text {
    background: var(--bgcolor-light);
    padding: 50px 10px; }
    @media screen and (min-width: 768px) {
      .hero .hero-text {
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 400px;
        width: 35%;
        margin-left: auto;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        text-align: right; } }
    @media screen and (min-width: 1200px) {
      .hero .hero-text {
        padding-left: 50px;
        padding-right: 50px;
        min-height: 480px; } }
    @media screen and (min-width: 3000px) {
      .hero .hero-text {
        min-height: 600px; } }
    .hero .hero-text::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -130px;
      width: 130px;
      background: var(--bgcolor-light);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    .hero .hero-text .logo {
      margin-bottom: 20px; }
      .hero .hero-text .logo img {
        display: inline-block;
        width: 148px; }
  .hero.bg-grey {
    background: var(--bgcolor-grey); }
    .hero.bg-grey .hero-text {
      background: var(--bgcolor-grey); }
      .hero.bg-grey .hero-text::before {
        background: var(--bgcolor-grey); }

/* Banner-overlay ------------------ */
.banner-overlay {
  position: relative; }
  .banner-overlay .banner-image {
    position: relative; }
    .banner-overlay .banner-image::after {
      content: '';
      display: block;
      position: absolute;
      left: -1px;
      bottom: -1px;
      right: -1px;
      height: 100px;
      background: url("../img/overlay2.svg") no-repeat right bottom;
      background-size: auto 100px; }
      @media screen and (min-width: 1200px) {
        .banner-overlay .banner-image::after {
          background-size: cover; } }
    .banner-overlay .banner-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      min-height: 200px;
      max-height: 500px; }
      @media screen and (min-width: 3000px) {
        .banner-overlay .banner-image img {
          height: 700px;
          max-height: unset; } }

/* Background-scroll ------------------ */
.background-image {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .background-image::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0) 100%); }

.background-scroll {
  min-height: 100vh; }
  @media screen and (min-width: 768px) {
    .background-scroll {
      min-height: calc(100vh - 110px);
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .background-scroll .content-container {
    width: 100%; }

/* General Page Elements ------------------ */
.inner-padding {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 600px) {
    .inner-padding {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 1200px) {
    .inner-padding {
      padding-top: 80px;
      padding-bottom: 80px; } }

.content-wrap {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    .content-wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1200px) {
    .content-wrap {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto; } }

.cols-container {
  display: flex;
  flex-direction: column;
  gap: 30px 0; }
  @media screen and (min-width: 1024px) {
    .cols-container {
      flex-direction: row;
      justify-content: space-between; } }
  .cols-container .col50 {
    flex: 0 0 calc(100%); }
    @media screen and (min-width: 1024px) {
      .cols-container .col50 {
        flex: 0 0 calc(50% - 50px); } }
  .cols-container.ref-padding {
    padding-top: 100px;
    padding-bottom: 100px; }
  .cols-container .colflex .two-images {
    margin-top: -30px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .cols-container .colflex .two-images {
        margin-top: 0;
        width: inherit; } }
    .cols-container .colflex .two-images::before {
      content: '';
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
      z-index: -1; }
    .cols-container .colflex .two-images img.full-height {
      box-shadow: none; }
  .cols-container .overlay-article {
    display: block;
    background: var(--bgcolor-light);
    padding: 30px 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    max-width: 600px; }
    @media screen and (min-width: 768px) {
      .cols-container .overlay-article {
        padding: 50px 40px; } }
    @media screen and (min-width: 1024px) {
      .cols-container .overlay-article {
        min-width: 460px; } }
    @media screen and (min-width: 1200px) {
      .cols-container .overlay-article {
        padding-left: 50px;
        padding-right: 50px;
        min-width: 480px; } }
    .cols-container .overlay-article.bg-grey {
      background: var(--bgcolor-grey); }
  .cols-container .align-items-center {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .cols-container img {
    display: block;
    max-width: 100%;
    width: 100%; }
  .cols-container .col30 {
    flex: 0 0 calc(100%); }
    @media screen and (min-width: 1024px) {
      .cols-container .col30 {
        flex: 0 0 calc(40% - 50px); } }
    @media screen and (min-width: 1400px) {
      .cols-container .col30 {
        flex: 0 0 calc(35% - 50px); } }
  .cols-container .col60 {
    flex: 0 0 calc(100%); }
    @media screen and (min-width: 1024px) {
      .cols-container .col60 {
        flex: 0 0 calc(60% - 50px); } }
    @media screen and (min-width: 1400px) {
      .cols-container .col60 {
        flex: 0 0 calc(65% - 50px); } }
  .cols-container .two-images {
    position: relative;
    height: 100%;
    max-width: 600px; }
    @media screen and (min-width: 1024px) {
      .cols-container .two-images {
        max-width: unset; } }
    .cols-container .two-images img.full-height {
      height: 100%;
      width: 100%;
      object-fit: cover;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .cols-container .two-images .scaled {
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 60%;
      height: 80%;
      z-index: 2; }
      .cols-container .two-images .scaled::before {
        content: '';
        display: block;
        position: absolute;
        right: -6px;
        top: -6px;
        bottom: 0;
        left: 0;
        background: #fff;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        z-index: -1; }
      .cols-container .two-images .scaled img {
        height: 100%;
        object-fit: cover;
        object-position: left center;
        clip-path: polygon(0 0, 0% 100%, 100% 100%); }

img.qrcode {
  width: 150px;
  margin-top: 30px; }

img.fullwidth {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  img.fullwidth:first-child {
    margin-top: 0; }
  img.fullwidth:last-child {
    margin-bottom: 0; }

img.max {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.cols-container.offset-container {
  position: relative;
  padding-top: 50px;
  gap: 150px 0;
  margin-bottom: 150px; }
  @media screen and (min-width: 1024px) {
    .cols-container.offset-container {
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 0;
      padding-bottom: 200px; } }
  .cols-container.offset-container .offset-article {
    display: block;
    background: var(--bgcolor-light);
    padding: 30px 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 768px) {
      .cols-container.offset-container .offset-article {
        padding: 50px 30px; } }
    @media screen and (min-width: 1024px) {
      .cols-container.offset-container .offset-article {
        flex: 0 0 50%;
        position: relative;
        padding-bottom: 350px;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media screen and (min-width: 1200px) {
      .cols-container.offset-container .offset-article {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 450px; } }
    @media screen and (min-width: 1024px) {
      .cols-container.offset-container .offset-article::before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        inset: 0;
        right: 30px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); } }
    @media screen and (min-width: 1024px) {
      .cols-container.offset-container .offset-article:nth-child(2n) {
        position: relative;
        top: 200px; } }
    @media screen and (min-width: 1024px) {
      .cols-container.offset-container .offset-article:nth-child(2n)::before {
        right: 0;
        left: 30px; } }
    .cols-container.offset-container .offset-article.bg-grey {
      background: var(--bgcolor-grey); }
    .cols-container.offset-container .offset-article img.fullwidth {
      position: relative;
      left: -20px;
      width: calc(100% + 40px);
      min-height: 250px;
      margin-bottom: -30px;
      max-width: unset; }
      @media screen and (min-width: 768px) {
        .cols-container.offset-container .offset-article img.fullwidth {
          left: -30px;
          width: calc(100% + 60px);
          margin-top: 50px;
          margin-bottom: -50px; } }
      @media screen and (min-width: 1024px) {
        .cols-container.offset-container .offset-article img.fullwidth {
          position: absolute;
          height: 300px;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0;
          width: 100%; } }
      @media screen and (min-width: 1200px) {
        .cols-container.offset-container .offset-article img.fullwidth {
          height: 400px; } }
  @media screen and (min-width: 1024px) {
    .cols-container.offset-container + .offset-top-200 {
      margin-top: -200px; } }

a.social {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px; }
  a.social span {
    color: transparent;
    font-size: 0; }
  a.social.insta {
    background: url("../img/insta.svg") no-repeat center center; }
