@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;
}

* {
  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-datensicherheit {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--sw-static-bg);
}

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

.sw-datensicherheit-page {
  width: 100%;
  min-height: calc(100vh - 72px);
  background: var(--sw-static-bg);
  color: #fff;
}

.sw-datensicherheit-section {
  width: 100%;
  padding: 30px 10px;
  position: relative;
  background-color: var(--sw-static-bg);
}

.sw-datensicherheit-section .main-content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  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;
}

.sw-datensicherheit-section h1,
.sw-datensicherheit-section h2,
.sw-datensicherheit-section h3,
.sw-datensicherheit-section p {
  margin-top: 0;
}

.sw-datensicherheit-section .section-header {
  margin: 0 0 15px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.sw-datensicherheit-section h2 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700 !important;
  margin: 0 0 10px;
}

.sw-datensicherheit-section p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 20px;
}

.sw-datensicherheit-section p:last-of-type {
  margin-bottom: 0;
}

.sw-datensicherheit-section a {
  color: var(--sw-static-yellow);
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}

.sw-datensicherheit-section a:hover,
.sw-datensicherheit-section a:focus {
  color: #fff;
  text-decoration: none;
}

.sw-datensicherheit-section .divider {
  height: 10px;
}

body.page-datensicherheit #footer-section {
  background: var(--sw-static-dark);
}

@media (min-width: 768px) {
  .sw-datensicherheit-section {
    padding: 50px 10px;
  }

  .sw-datensicherheit-section .divider {
    height: 20px;
  }
}

@media (max-width: 1279px) {
  body.page-datensicherheit {
    padding-bottom: 55px;
  }
}
