@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("/assets/Fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("/assets/Fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sw-static-bg: #004560;
  --sw-static-dark: #002a3b;
  --sw-static-text: #ffffff;
  --sw-static-yellow: #ffed00;
  --sw-static-border: #34778f;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--sw-static-bg);
  color: var(--sw-static-text);
  font-family: "Roboto Condensed", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-datenschutz {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--sw-static-bg);
}

body.page-datenschutz,
body.page-datenschutz button,
body.page-datenschutz input,
body.page-datenschutz select,
body.page-datenschutz textarea {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

body.page-datenschutz #static_holder {
  display: block;
  width: 100%;
  min-height: 1px;
  overflow-x: hidden;
  background: var(--sw-static-bg);
  color: var(--sw-static-text);
}

body.page-datenschutz #static-page-section {
  background: var(--sw-static-bg);
  color: var(--sw-static-text);
  padding-bottom: 100px;
}

body.page-datenschutz #static-page-section * {
  box-sizing: border-box;
}

body.page-datenschutz #static-page-section > section {
  padding: 30px 10px;
  position: relative;
  background-color: var(--sw-static-bg);
}

body.page-datenschutz #static-page-section .divider {
  height: 20px;
}

body.page-datenschutz #static-page-section .main-content {
  margin: 0 auto;
  max-width: 700px;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  width: 100%;
}

body.page-datenschutz #static-page-section h1.section-header {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 700;
}

body.page-datenschutz #static-page-section h2,
body.page-datenschutz #static-page-section h2.subtitle,
body.page-datenschutz #static-page-section .subtitle {
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

body.page-datenschutz #static-page-section .subtitle.sticky {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

body.page-datenschutz #static-page-section p {
  margin-top: 0;
  line-height: 1.4;
}

body.page-datenschutz #static-page-section p.no-space {
  margin-bottom: 0;
}

body.page-datenschutz #static-page-section ol,
body.page-datenschutz #static-page-section ul {
  padding-inline-start: 20px;
  margin-bottom: 25px;
}

body.page-datenschutz #static-page-section ol li,
body.page-datenschutz #static-page-section ul li {
  margin-bottom: 10px;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

body.page-datenschutz #static-page-section .bold {
  font-weight: 700;
}

body.page-datenschutz #static-page-section .uppercase {
  text-transform: uppercase;
}

body.page-datenschutz #static_holder #static-page-section a,
body.page-datenschutz #static-page-section a {
  color: var(--sw-static-yellow);
  text-decoration: underline;
  cursor: pointer;
  display: inline;
  word-break: break-word;
}

body.page-datenschutz #static_holder #static-page-section a:hover,
body.page-datenschutz #static-page-section a:hover {
  color: #ffffff;
  text-decoration: none;
}

body.page-datenschutz #footer-section {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  body.page-datenschutz #static-page-section > section {
    padding: 50px 10px;
  }

  body.page-datenschutz #static-page-section .divider {
    height: 30px;
  }
}

@media (max-width: 767px) {
  body.page-datenschutz #static-page-section {
    padding-bottom: 60px;
  }

  body.page-datenschutz #static-page-section > section {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.page-datenschutz #static-page-section .main-content {
    max-width: 100%;
    font-size: 14px;
  }

  body.page-datenschutz #static-page-section h1.section-header {
    font-size: 30px;
    line-height: 38px;
  }
}
