@font-face {
  font-family: Inter – Lokal;
  src: url('../fonts/inter-v19-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter – Lokal;
  src: url('../fonts/inter-v19-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter – Lokal;
  src: url('../fonts/inter-v19-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter – Lokal;
  src: url('../fonts/inter-v19-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Meta Pro – Lokal;
  src: url('../fonts/MetaPro-Normal.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Meta Pro – Lokal;
  src: url('../fonts/MetaPro-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --swatch--black: black;
  --swatch--white: white;
  --_theme---main-color: var(--swatch--red);
  --swatch--red: #e20020;
  --_theme---main-color-dark: var(--swatch--red-dark);
  --swatch--black-30: #0000004d;
  --swatch--white-30: #ffffff4d;
  --swatch--grey: #70706f;
  --swatch--red-dark: #be001b;
  --swatch--blue: #0080e2;
  --swatch--blue-dark: #0052be;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--swatch--black);
  letter-spacing: -.03em;
  font-family: Inter – Lokal, Arial, sans-serif;
  font-size: 1.175rem;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--swatch--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Meta Pro – Lokal, Arial, sans-serif;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Meta Pro – Lokal, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Meta Pro – Lokal, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Meta Pro – Lokal, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

a {
  color: var(--swatch--black);
  text-decoration: underline;
  transition: color .25s;
}

a:hover {
  color: var(--_theme---main-color);
}

ul, ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #d4d4d4;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem .6875rem;
  font-size: 1.2em;
  line-height: 1.45em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.style-section {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.style-section.off {
  background-color: #f8f8f8;
  border-top: 1px solid #0000000d;
  border-bottom: 1px solid #0000000d;
}

.clean-flex-row {
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.clean-flex-row.check-captcha-image-row {
  justify-content: flex-start;
}

.clean-flex-column {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.clean-flex-column.check-captcha-image-column {
  flex: 0 auto;
}

.clean-list-parent {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.clean-list-parent.sg-grid-list-parent {
  margin-bottom: 2px;
}

.clean-list-symbol-div {
  flex: none;
}

.clean-list-symbol-div.sg-grid-list-symbol {
  width: 128px;
}

.clean-list-symbol-div.sg-list-icon-1 {
  padding-right: 12px;
}

.clean-list-content-div {
  flex: 1;
}

.color-code-section {
  z-index: 1;
  height: 4px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.color-code-div {
  flex: 1;
  height: 100%;
}

.color-code-div.code-blue {
  background-color: #1194f6;
}

.color-code-div.code-orange {
  background-color: #ff5722;
}

.color-code-div.code-green {
  background-color: #27d827;
}

.color-code-div.code-purple {
  background-color: #9d1bb2;
}

.color-code-div.code-turquoise {
  background-color: #00bcd6;
}

.color-code-div.code-pink {
  background-color: #ec1561;
}

.cs-h3-impressum {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.45em;
}

.cs-h2-impressum {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6em;
}

.style-paragraph {
  color: #333;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45em;
}

.clean-section-sg {
  padding-top: 65px;
  padding-bottom: 55px;
}

.clean-styleguide-line {
  background-color: #00000040;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 1px;
}

.clean-styleguide-line.sub-headline {
  background-color: #0000001a;
  margin-top: 10px;
  margin-bottom: 0;
}

.clean-sg-section-heading {
  opacity: .9;
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45em;
}

.clean-sg-section-heading.typo {
  color: #00bcd6;
}

.clean-sg-section-heading.grid {
  color: #ec1561;
}

.clean-sg-section-heading.logo {
  color: #1194f6;
}

.clean-sg-section-heading.components {
  color: #27d827;
}

.clean-sg-grid-block {
  background-color: #4b4b4b1a;
  border-left: 2px solid #ec15614d;
  border-right: 2px solid #ec15614d;
  padding-top: 60px;
}

.clean-sg-grid-block.grid-block-first {
  border-left-color: #ec1561;
}

.clean-sg-grid-block.grid-block-last {
  border-right-color: #ec1561;
}

.clean-sg-grid-info-container {
  margin-top: 25px;
}

.clean-sg-text {
  color: #858585;
  font-size: 11px;
  line-height: 1.3em;
}

.clean-sg-text.clean-sg-type-typo {
  color: #00bcd6;
  font-weight: 700;
}

.clean-sg-text.sg-type-extra {
  margin-left: 20px;
}

.clean-sg-text.bold, .clean-sg-text.clean-sg-type-logo {
  font-weight: 700;
}

.clean-sg-text.sg-extra-download {
  letter-spacing: .2px;
  border-bottom: 1px solid #1194f600;
  margin-top: -2px;
  margin-bottom: -1px;
  padding-top: 2px;
  padding-bottom: 1px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}

.clean-sg-text.sg-extra-download:hover {
  color: #1194f6;
  border-bottom-color: #1194f6;
}

.clean-sg-type-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.clean-sg-type-text-wrapper.sg-type-typography-wrapper {
  margin-bottom: 40px;
}

.clean-sg-text-extra {
  color: #c2c2c2;
}

.default-button {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #4b4b4b;
  border-radius: 3px;
  padding: 7px 11px 7px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.default-button:hover {
  color: #fff;
  background-color: #000;
}

.clean-testemonial-wrapper {
  padding: 15px 25px 18px;
  position: relative;
}

.clean-testemonial-text {
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.clean-testemonial-icon {
  opacity: .15;
  font-family: "FontAwesome 4.7.0";
  font-size: 36px;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 0;
  transform: translate(0%, -50%);
}

.clean-sg-logo-div {
  text-align: center;
  background-color: #4b4b4b05;
  background-image: url('../images/image_background_raster_1image_background_raster.png');
  background-position: 0 0;
  background-size: 20px;
  border: 1px solid #0000000a;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 25px 50px;
}

.clean-sg-logo-div.sg-logo-dark {
  background-color: #4b4b4bd9;
}

.clean-sg-list-icon-1 {
  opacity: .74;
  width: 16px;
  margin-top: -2px;
}

.clean-t-cookie-container {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 15px;
  right: 25px;
}

.clean-full-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.clean-404-headline-wrapper {
  position: relative;
}

.clean-404-button-wrapper {
  align-items: center;
  display: flex;
}

.clean-404-paragraph {
  max-width: none;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.clean-success-container {
  max-width: 640px;
  padding-left: 25px;
}

.clean-success-container.icon-container {
  padding-left: 95px;
}

.clean-h2-datenschutz-increment {
  margin-top: 2.2rem;
  font-size: 1.575rem;
  line-height: 1.4em;
}

.clean-h3-datenschutz-increment {
  margin-top: 1.3rem;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.clean-h4-datenschutz-increment {
  margin-top: 1.25rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  line-height: 1.45em;
}

.clean-list-datenschutz-default {
  margin-top: 15px;
  margin-bottom: 15px;
}

.clean-changelog-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.clean-changelog-headline {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-check-captcha-image {
  cursor: not-allowed;
  background-image: url('../images/image_info_captcha_correct.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 184px;
  width: 184px;
  height: 78px;
}

.clean-check-captcha-image.image-captcha-wrong {
  background-image: url('../images/image_info_captcha_wrong.png');
}

.clean-check-captcha-image.image-captcha-wrong.en {
  background-image: url('../images/image_info_captcha_wrong_1.png');
}

.clean-check-captcha-image.en {
  background-image: url('../images/image_info_captcha_correct_1.png');
}

.clean-check-captcha-image-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}

.clean-check-captcha-headline {
  letter-spacing: -.2px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2em;
  position: relative;
}

.check-captcha-headline-bold {
  color: #303030;
  font-weight: 800;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.clean-t-cookie-icon-div {
  background-color: #0000000d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  position: relative;
}

.clean-t-cookie-button-wrap {
  align-items: center;
  display: flex;
}

.clean-t-cookie-message-arrow {
  opacity: .8;
  border: 6px solid #000;
  border-color: #0000 #000 #000 #0000;
  border-bottom-right-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 23px;
  transform: rotate(-135deg);
}

.clean-t-cookie-headline {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-t-cookie-message-surface {
  background-color: #000c;
  border-radius: 6px;
  margin-top: 6px;
}

.clean-t-cookie-text {
  color: #ffffffd9;
  letter-spacing: .2px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.5em;
}

.clean-t-cookie-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1194f6;
  border-radius: 2px;
  padding: 9px 14px 10px;
  font-weight: 800;
  transition: background-color .25s;
}

.clean-t-cookie-button:hover {
  color: #fff;
  background-color: #ff5722;
}

.clean-t-cookie-button.full-width {
  text-align: center;
  width: 100%;
  margin-right: 10px;
}

.clean-t-cookie-icon {
  opacity: .75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clean-t-cookie-message {
  position: absolute;
  top: 33px;
  right: -12px;
}

.clean-t-cookie-message-contant {
  min-width: 290px;
  padding: 24px 25px 25px 35px;
}

.clean-t-cookie-message-contant.larger-message {
  padding-left: 25px;
  padding-right: 15px;
}

.clean-t-cookie-link {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .2s;
}

.clean-t-cookie-link.clean-t-style-intext-link {
  color: #9d1bb2;
}

.clean-t-cookie-link.clean-t-style-intext-link:hover {
  color: #ff5722;
}

.clean-span-optional {
  color: #ff5722;
  font-style: italic;
  font-weight: 400;
}

.clean-span-warning {
  color: #df0004;
  font-style: italic;
  font-weight: 700;
}

.clean-span-replace {
  color: #27d827;
  font-style: italic;
}

.clean-t-impressum-wrap {
  margin-bottom: 60px;
}

.clean-t-etracker-consent-button {
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.clean-success-message-headline {
  letter-spacing: -.2px;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1.2em;
  position: relative;
}

.clean-t-pre-h2-template {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.clean-t-pre-h2-template.grid {
  color: #1194f6;
}

.clean-t-pre-h2-template.elements {
  color: #00bcd6;
}

.clean-t-container {
  position: relative;
}

.clean-t-flex-column {
  flex: 1;
  padding: 1rem;
}

.clean-t-flex-column.fluent {
  flex: none;
  width: 50%;
}

.clean-t-flex-column.fluent._25 {
  flex: none;
  width: 25%;
}

.clean-t-flex-column.fluent._33 {
  flex: none;
  width: 33.3333%;
}

.clean-t-flex-column._50 {
  flex: none;
  width: 50%;
}

.clean-t-flex-column._33 {
  flex: none;
  width: 33.3333%;
}

.clean-t-flex-column.clean-sg-typo-column {
  padding-left: 30px;
  padding-right: 30px;
}

.clean-t-flex-column.shrink {
  flex: 0 auto;
}

.clean-t-flex-column.p-2-5 {
  padding: 2.5rem;
}

.clean-t-flex-column.p-2 {
  padding: 2rem;
}

.clean-t-flex-column.column-faq {
  flex: none;
  width: 60%;
}

.clean-t-h2-template {
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4em;
}

.clean-t-flex-row {
  justify-content: space-between;
  margin: -1rem;
  display: flex;
}

.clean-t-flex-row.wrapped {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.clean-t-flex-row.wrapped.style {
  margin-bottom: 10px;
}

.clean-t-flex-row.clean-sg-typo-row {
  margin-left: -30px;
  margin-right: -30px;
}

.clean-t-flex-row.m-2-5 {
  margin: -2.5rem;
}

.clean-t-flex-row.m-2-5.reverse {
  flex-flow: row-reverse;
}

.clean-t-flex-row.m-2 {
  margin: -2rem;
}

.style-column-fill {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  background-color: #1194f666;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.style-column-fill.style-fluent-content {
  background-color: #1194f6b3;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.style-column-fill.style-fluent-content.flex {
  background-color: #1194f6b3;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.style-layouts-paragraph {
  color: #1194f6;
  letter-spacing: .02em;
  font-size: .6em;
  line-height: 1.5em;
}

.style-layout-full-footer-div {
  border-top: 1px solid #00000026;
  justify-content: flex-end;
}

.style-layout-full-footer-div.no-container {
  padding-right: 20px;
  display: flex;
}

.style-layouts-window-header-button {
  background-color: #fff6;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  display: inline-block;
}

.layout-full-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.layout-sidebar-content {
  flex: 1;
  overflow: auto;
}

.layout-full-content {
  flex: 1;
}

.style-window-body {
  background-color: #1194f6;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.style-window-header {
  border-bottom: 1px solid #ffffff59;
  align-items: center;
  height: 20px;
  padding-left: 7px;
  display: flex;
}

.style-layout-full-container {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.style-layout-full-container.content {
  margin-top: 30px;
  padding-top: 15px;
}

.style-layout-full-container.footer {
  justify-content: flex-end;
  display: flex;
}

.style-layout-full-container.style-navbar {
  display: flex;
}

.style-layout-full-navbar-div {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 3px 1px #00000026;
}

.layout-sidebar-menu {
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
}

.layout-sidebar-menu.style {
  flex-direction: column;
  flex-basis: 75px;
  align-items: flex-start;
  padding-top: 13px;
  padding-left: 15px;
  display: flex;
  box-shadow: 0 0 4px 1px #00000026;
}

.content-body {
  flex: 1;
  display: flex;
  position: relative;
}

.content-body.layout-full-vertical {
  flex-direction: column;
  height: 100%;
}

.style-layouts-sidebar-content-div {
  width: 220px;
  margin: 15px 0 20px 15px;
}

.style-layouts-sidebar-nav-link {
  color: #1194f6;
  letter-spacing: .06em;
  margin-bottom: 2px;
  font-size: .7em;
  font-weight: 700;
}

.style-layouts-sidebar-nav-link.normal-nav {
  margin-bottom: 0;
  margin-right: 5px;
}

.style-layouts-sidebar-nav-link.footer {
  margin-bottom: 0;
  margin-left: 7px;
}

.style-window-content-body {
  background-color: #fff;
  margin: 7px;
  display: flex;
  overflow: hidden;
}

.style-window-content-body.layouts {
  height: 200px;
  position: relative;
}

.elements-tooltip-text-div {
  background-color: #fff;
  border: 1px solid #0000000d;
  padding: 10px 10px 5px 15px;
}

.clean-t-lists-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.clean-t-ul-bg-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.clean-t-li-bg-icon {
  background-image: url('../images/icon_tick_turquoise.svg');
  background-position: 6px 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.clean-t-white-surface {
  background-color: #fff;
  border: 1px solid #00000012;
}

.clean-t-white-surface.style {
  padding: 25px 15px;
}

.clean-t-list-symbol-div {
  flex: none;
}

.clean-t-list-symbol-div.style {
  color: #00bcd6;
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
}

.clean-t-list-content-div {
  flex: 1;
}

.clean-t-list-parent {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.list-symbol-icon {
  display: block;
}

.list-symbol-icon.style-tick {
  margin-top: 4px;
}

.clean-t-content-limiter {
  max-width: 616px;
}

.clean-t-blog-rt h2 {
  letter-spacing: -.6px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 2.4em;
}

.clean-t-blog-rt figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.clean-t-blog-rt figcaption {
  color: #0006;
  font-size: .857em;
  font-weight: 400;
  line-height: 1.4em;
}

.clean-t-blog-rt h3 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.8em;
}

.clean-t-blog-rt h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.clean-t-blog-rt blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.6em;
}

.clean-t-blog-rt em {
  letter-spacing: .2px;
  font-size: 1em;
  font-weight: 400;
}

.clean-t-blog-rt ul {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.clean-t-blog-rt li {
  margin-bottom: 10px;
}

.clean-t-blog-rt ol {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 35px;
}

.image-base {
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
}

.image-base.fill-height {
  height: 100%;
}

.clean-t-content-container {
  margin-top: 60px;
}

._404-en, .clean-embed-script, .clean-embed-styles {
  display: none;
}

.clean-t-container-full-width {
  max-width: calc(100% - var(--container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
}

.clean-t-container-v-large {
  max-width: min(100% - var(--container-padding) * 2, 1680px);
  margin-left: auto;
  margin-right: auto;
}

.clean-sg-headline-neg-wrap {
  background-color: var(--swatch--red);
  padding: .7rem;
}

.swn-h2.neg {
  letter-spacing: .01em;
}

.swn-h2.small {
  font-size: 2rem;
}

.swn-h3.neg {
  letter-spacing: .015em;
}

.swn-h3.small {
  font-size: 1.15em;
  line-height: 1.3em;
}

.swn-nav-bar {
  z-index: 999;
  background-color: var(--swatch--white);
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  position: fixed;
  inset: 1.5rem auto auto 0%;
}

.swn-nav-bar.nav-bar-legal {
  background-color: var(--_theme---main-color);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.swn-logo-nav {
  color: var(--swatch--red);
  max-width: 10rem;
}

.flex {
  display: flex;
}

.flex.justify-center {
  justify-content: center;
}

.flex.align-vertical-center {
  flex-flow: column;
  justify-content: center;
  height: 100%;
}

.flex.ver {
  flex-flow: column;
}

.flex.ver.align-center {
  align-items: center;
}

.flex.align-center {
  justify-content: center;
}

.swn-section {
  background-color: var(--_theme---main-color);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.swn-section.section-hero {
  padding-top: 13rem;
  padding-bottom: 8rem;
}

.swn-section.pb-0 {
  padding-bottom: 0;
}

.swn-section.section-cta {
  padding-top: 12rem;
  padding-bottom: 14rem;
}

.swn-section.section-legal {
  background-color: var(--swatch--white);
}

.swn-section-bg-wrap {
  position: absolute;
  inset: 0%;
}

.swn-surface-gradient-red {
  background-image: linear-gradient(180deg, var(--_theme---main-color), var(--_theme---main-color-dark));
  width: 100%;
  height: 100%;
}

.swn-p.neg {
  letter-spacing: -.012em;
  font-weight: 300;
}

.swn-p.vlarge {
  letter-spacing: -.02em;
  font-family: Meta Pro – Lokal, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.3em;
}

.swn-p.vlarge.neg {
  letter-spacing: .01em;
}

.swn-p.small {
  font-family: Inter – Lokal, Arial, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.6em;
}

.neg {
  color: var(--swatch--white);
}

.swn-content-container {
  margin-top: 4rem;
}

.swn-content-container.pt-3 {
  margin-top: 3rem;
}

.swn-content-container.pt-1 {
  margin-top: 1rem;
}

.swn-content-container.pt-2 {
  margin-top: 2rem;
}

.swn-content-container.pt-6 {
  margin-top: 6rem;
}

.swn-list-ul {
  margin-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
}

.swn-list-li {
  border-bottom: 1px solid var(--swatch--black-30);
  letter-spacing: 0;
  background-image: url('../images/icon-check-white.svg');
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  padding-top: 1.1rem;
  padding-bottom: .8rem;
  padding-left: 2.2rem;
  font-family: Meta Pro – Lokal, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1em;
}

.swn-list-li.neg {
  border-bottom-color: var(--swatch--white-30);
  letter-spacing: .025em;
}

.swn-hero-img-wrap {
  aspect-ratio: 1;
  position: relative;
}

.swn-hero-img-wrap.call-img {
  max-width: 21rem;
}

.swn-hero-img {
  position: absolute;
  inset: 0% 0% auto;
}

.overflow-none {
  overflow: hidden;
}

.swn-button-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.swn-button-wrap.justify-center {
  justify-content: center;
}

.swn-btn {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--swatch--white);
  color: var(--swatch--black);
  letter-spacing: -.01em;
  border-radius: .5rem;
  padding: 1.375rem 1.25rem 1.4rem;
  font-size: .888889em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.swn-btn:where(.w-variant-21d382fe-3760-ef26-4001-94114931b384) {
  background-color: var(--swatch--black);
  color: var(--swatch--white);
  letter-spacing: .02em;
  font-weight: 400;
}

.swn-btn:hover:where(.w-variant-21d382fe-3760-ef26-4001-94114931b384) {
  color: var(--swatch--white);
}

.swn-btn.on-red {
  background-color: var(--swatch--black);
  color: var(--swatch--white);
  letter-spacing: .01em;
  font-weight: 400;
}

.swn-btn-icon-calc {
  width: 23px;
}

.swn-h1 {
  font-size: clamp(5rem, 8.3vw, 7.5rem);
}

.swn-h1.pos {
  color: var(--swatch--black);
}

.swn-h1.pos.h1-legal {
  font-size: 4.4rem;
}

.swn-intro-content-img-wrap {
  max-width: 350px;
  position: relative;
}

.swn-intro-content-img-frame {
  border-radius: 1.25rem;
  padding: .6rem;
  position: relative;
}

.swn-intro-content-img-frame-border {
  border: .625rem solid var(--swatch--white);
  border-radius: 1.25rem;
  position: absolute;
  inset: 0%;
}

.swn-intro-content-badge-wrap {
  width: 32%;
  position: absolute;
  inset: 5% auto auto 7%;
}

.swn-intro-content-badge-el {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.swn-intro-content-badge-el-img {
  width: 120%;
  max-width: none;
  position: absolute;
  top: 0%;
  left: -10%;
}

.swn-bordered-wrap {
  background-color: var(--swatch--white);
  border-radius: 1.25rem;
  padding: 12px;
  position: relative;
}

.swn-bordered-wrap.bg-trans-glas {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: #ffffffb3;
}

.swn-bordered-wrap-frame {
  border: 1px solid #00000026;
  border-radius: 12px;
  position: absolute;
  inset: 12px;
}

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

.swn-content-wrap-surface {
  padding: 2rem 3rem 2.75rem;
}

.swn-flex-column-seperator {
  background-color: var(--swatch--black);
  opacity: .15;
  width: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.swn-schritte-icon {
  color: var(--_theme---main-color);
  width: 40px;
  margin-bottom: 1rem;
}

.swn-slider-content {
  flex-flow: column;
  padding: 1.2rem;
  display: flex;
}

.swn-slider-img {
  aspect-ratio: 1.786;
  object-fit: cover;
  border-radius: .75rem;
}

.swn-slider-img-wrap {
  margin-bottom: 1.7rem;
}

.swn-section-bg-container {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.i-pre-headline-line-container {
  position: relative;
}

.swn-bg-img {
  width: 100%;
  position: absolute;
  inset: -5vh 0%;
}

.swn-bg-img.img-el {
  object-fit: cover;
  height: 120%;
}

.swn-bg-img.img-el.img-heimatliebe {
  object-fit: cover;
  object-position: 50% 100%;
  width: 130%;
  max-width: none;
}

.swn-bg-img.img-el.img-cta-2 {
  width: 130%;
  max-width: none;
  height: 120%;
  left: -15%;
  right: auto;
}

.swn-bg-img.img-el.img-beziehung-lohnt {
  object-position: 50% 30%;
}

.default-button-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  letter-spacing: .6px;
  background-color: #272726;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  padding: 21px 30px 22px;
  font-size: .95em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.default-button-3:hover {
  color: #fff;
  background-color: #000;
}

.swn-section-bg-container-wrap {
  position: absolute;
  inset: 0%;
}

.swn-section-bg-container-wrap.mobile {
  display: none;
}

.swn-section-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.swn-section-overlay.overlay-gradient-1 {
  mix-blend-mode: darken;
  background-color: #0000;
  background-image: linear-gradient(#5ec5e526, #5ec5e500);
}

.swn-content-limiter {
  max-width: 50rem;
}

.swn-content-limiter.mw-36 {
  max-width: 36rem;
}

.p-link, .p-link:hover {
  color: inherit;
}

.p-link.neg:hover {
  color: #ffffffbf;
}

.swn-section-edge-wrap {
  flex-flow: column;
  width: 110%;
  min-width: 780px;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.swn-section-edge-wrap.bottom {
  top: auto;
  bottom: -1px;
}

.swn-section-edge {
  color: var(--_theme---main-color);
}

.swn-tag-wrap {
  grid-column-gap: .9rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.swn-tag-el {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--swatch--white);
  border-radius: 100rem;
  padding: 1rem 1.5rem 1.125rem 1.4rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.swn-tag-icon {
  flex: none;
  width: 1.25rem;
}

.swn-tag-icon.icon-erdgas {
  color: #ff4000;
  width: 1.05rem;
}

.swn-tag-icon.icon-strom {
  color: #fb0;
}

.swn-tag-icon.icon-elektrom {
  color: #27d344;
  width: 1.3rem;
}

.swn-tag-icon.icon-nahverkehr {
  color: #805ee9;
  width: 1.5rem;
}

.swn-tag-icon.icon-wasser {
  color: #298bf4;
  width: 1.05rem;
}

.swn-tag-icon.icon-baeder {
  color: #30c1ed;
  width: 1.4rem;
}

.swn-tag-icon.icon-fernw {
  color: #ff9a2d;
}

.swn-tag-el-text {
  margin-top: .1rem;
}

.swn-btn-icon-phone {
  width: 27px;
}

.swn-contact-subline-text {
  color: var(--swatch--white);
  letter-spacing: 0;
  margin-top: .8rem;
  font-size: .7em;
  line-height: 1.5em;
}

.swn-section-footer {
  background-color: var(--swatch--black);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.swn-footer-content-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.swn-footer-link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.swn-footer-link {
  color: var(--swatch--white);
  letter-spacing: .01em;
  font-size: .777778em;
  line-height: 1.7em;
  text-decoration: none;
}

.swn-footer-link:hover {
  color: var(--_theme---main-color);
}

.clean-t-code-desc-text {
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
}

.style-content-background {
  background-color: #f8f8f8;
  border: 1px solid #0000000d;
  padding: 8px 10px 1px;
}

.accordion-wrapper {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.accordion-wrapper.swn-acc-wrap {
  background-color: var(--swatch--white);
  border-radius: .5rem;
  margin-bottom: 0;
}

.accordion-icon-plus-div {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.clean-t-code-embed {
  background-color: #dadada;
  border: 1px solid #0000001a;
  width: 53px;
  height: 74px;
  margin-bottom: 5px;
  overflow: hidden;
}

.accordion-icon-div {
  align-items: center;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion-icon-div.swn-acc-icon-div {
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-toggle {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.accordion-toggle.style {
  color: #f8f8f8;
  background-color: #00bcd6b3;
  transition: background-color .2s;
}

.accordion-toggle.style:hover, .accordion-toggle.style.w--open {
  background-color: #00bcd6;
}

.accordion-toggle.swn-acc-head {
  padding: .9rem 0 1rem 1.5rem;
  font-size: 1em;
  font-weight: 600;
  transition: color .25s;
}

.accordion-toggle.swn-acc-head:hover {
  color: var(--swatch--red);
}

.accordion-dropdown {
  background-color: #fff0;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-content {
  height: auto;
  position: relative;
  overflow: hidden;
}

.clean-t-code-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.accordion-head {
  color: #333;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.accordion-head.style {
  color: #fff;
  cursor: pointer;
  background-color: #00bcd6b3;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: background-color .2s;
}

.accordion-head.style:hover {
  background-color: #00bcd6;
}

.accordion-head.swn-acc-head {
  color: var(--swatch--black);
  letter-spacing: -.015em;
  cursor: pointer;
  background-color: #fff0;
  padding: .9rem 3.5rem 1rem 1.5rem;
  font-size: 1em;
  font-weight: 600;
  transition: color .25s, background-color .25s;
}

.accordion-head.swn-acc-head:hover {
  color: var(--_theme---main-color);
}

.accordion-icon-minus-div {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.swn-accordion-icon {
  width: 1.75rem;
}

.swn-acc-content-wrap {
  padding-bottom: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 1.3em;
}

.swn-faq-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.swiper-button-prev {
  padding: 0;
  transition: opacity .2s;
  position: absolute;
  inset: -2rem 50px auto auto;
  transform: translate(0, -100%);
}

.swiper-slide {
  width: auto;
  display: inline-block;
}

.swn-slider-arrow-icon {
  width: 1.5rem;
}

.swn-slider-arrow-icon.reverse {
  transform: rotate(-180deg);
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swn-default-slider-arrow {
  background-color: var(--swatch--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: color .25s, background-color .25s;
  display: flex;
}

.swn-default-slider-arrow:hover {
  color: var(--swatch--red);
}

.swn-default-slider-arrow.arrow-right {
  left: 53px;
}

.swiper-button-next {
  padding: 0;
  transition: opacity .2s;
  position: absolute;
  inset: -2rem 0 auto auto;
  transform: translate(0, -100%);
}

.swiper-slider-wrapper.swn-slider-wrapper {
  position: relative;
}

.i-embed-script {
  display: none;
}

.swn-slider-el-wrap {
  max-width: 22rem;
}

.swn-btn-icon-wrap, .swn-nav-bar-link {
  display: flex;
}

.swn-nav-bar-content {
  padding: 1rem 1.8rem 1.3rem;
  display: flex;
}

.logo_is-grey {
  color: var(--swatch--grey);
}

@media screen and (min-width: 1440px) {
  .swn-hero-img-wrap.call-img {
    max-width: 23rem;
  }

  .swn-intro-content-img-wrap {
    max-width: 540px;
  }
}

@media screen and (max-width: 991px) {
  .style-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clean-sg-grid-block {
    padding-top: 40px;
  }

  .clean-success-container {
    padding-left: 15px;
  }

  .clean-t-cookie-message-arrow {
    opacity: .9;
  }

  .clean-t-cookie-message-surface {
    background-color: #000000e6;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 50%;
  }

  .clean-t-flex-column.fluent._25 {
    width: 33.3333%;
  }

  .clean-t-flex-column.fluent._33 {
    width: 50%;
  }

  .clean-t-flex-column._33 {
    width: 40%;
  }

  .clean-t-flex-column.p-2-5, .clean-t-flex-column.p-2 {
    padding: 2rem 1rem;
  }

  .clean-t-flex-column.column-faq {
    width: auto;
  }

  .clean-t-flex-row.vertical-tablet {
    flex-flow: column;
  }

  .clean-t-flex-row.m-2-5 {
    margin: -2rem -1rem;
  }

  .clean-t-flex-row.m-2-5.reverse.vertical-tablet {
    flex-flow: column;
  }

  .clean-t-flex-row.m-2 {
    margin: -2rem -1rem;
  }

  .style-layouts-sidebar-content-div {
    width: auto;
    margin-right: 25px;
  }

  .swn-section.section-hero {
    padding-top: 9.5rem;
  }

  .swn-hero-img-wrap {
    max-width: 30rem;
    margin-top: 1.75rem;
  }

  .swn-intro-content-img-wrap {
    max-width: 490px;
  }

  .swn-content-wrap-surface {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .swn-flex-column-seperator {
    width: auto;
    height: 1px;
    margin: 0 1rem;
  }

  .swn-content-heimatliebe {
    padding-right: 7.5rem;
  }

  .accordion-head.swn-acc-head:hover, .swn-default-slider-arrow:hover {
    color: var(--swatch--black);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .style-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .clean-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .clean-section-sg {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .clean-sg-grid-block {
    padding-top: 50px;
  }

  .clean-success-container {
    padding-left: 10px;
  }

  .clean-success-container.icon-container {
    padding-left: 75px;
  }

  .clean-check-captcha-image {
    background-size: cover;
    width: 215px;
    height: 91px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .clean-check-captcha-image-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .clean-t-flex-column.quarter {
    flex: none;
    width: 50%;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 100%;
  }

  .clean-t-flex-column.fluent._25 {
    flex: none;
    width: 50%;
  }

  .clean-t-flex-column.fluent._33 {
    flex-grow: 0;
  }

  .clean-t-flex-column._50 {
    flex: none;
    width: 100%;
  }

  .clean-t-flex-column._33 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-column.inside-content {
    padding-left: 0;
    padding-right: 0;
  }

  .clean-t-flex-column.inline-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .clean-t-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: wrap;
    align-content: stretch;
  }

  .clean-t-flex-row.inside-content {
    margin-left: 0;
    margin-right: 0;
  }

  .clean-t-flex-row.inline-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout-sidebar-content {
    overflow: visible;
  }

  .style-window-body {
    margin-bottom: 15px;
  }

  .style-layout-full-container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-layout-full-container.content {
    padding-bottom: 10px;
  }

  .layout-sidebar-menu {
    flex-direction: row;
  }

  .layout-sidebar-menu.style {
    flex-direction: row;
    flex-basis: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    box-shadow: 0 0 4px 1px #00000029;
  }

  .content-body.layout-sidebar {
    flex-direction: column;
  }

  .style-layouts-sidebar-content-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .style-layouts-sidebar-nav-link {
    margin-bottom: 0;
    margin-right: 7px;
  }

  .style-window-content-body {
    height: auto;
  }

  .style-window-content-body.layouts {
    height: auto;
    min-height: 150px;
  }

  .image-base {
    height: 60vw;
  }

  .image-base.style-image {
    object-position: 50% 60%;
    height: 60vw;
  }

  .image-base.fill-height {
    height: 50vw;
  }

  .swn-section.section-cta {
    padding-top: 6.5rem;
    padding-bottom: 7.5rem;
  }

  .swn-btn {
    font-size: 1em;
  }

  .swn-h1.pos.h1-legal {
    font-size: 3.8rem;
  }

  .swn-bg-img.img-el {
    object-position: 65% 50%;
  }

  .swn-bg-img.img-el.img-cta-2 {
    object-position: 50% 50%;
  }

  .swn-section-bg-container-wrap.desktop {
    display: none;
  }

  .swn-section-bg-container-wrap.mobile {
    display: block;
  }

  .swn-content-heimatliebe {
    padding-right: 0;
  }

  .accordion-icon-div.swn-acc-icon-div {
    padding-bottom: .1rem;
  }

  .swn-accordion-icon {
    width: 1.5rem;
  }

  .swiper-slide {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .clean-section-sg {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .clean-sg-grid-block {
    padding-top: 40px;
  }

  .clean-full-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clean-success-container {
    margin-top: 30px;
    padding-left: 0;
  }

  .clean-success-container.icon-container {
    padding-top: 65px;
    padding-left: 0;
  }

  .clean-t-cookie-text {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .clean-t-cookie-message-contant {
    min-width: 265px;
    padding: 22px 20px 24px 30px;
  }

  .clean-t-flex-column.quarter {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-column.auto, .clean-t-flex-column.fluent {
    flex: 1;
  }

  .clean-t-flex-column.fluent._25 {
    width: auto;
  }

  .clean-t-flex-column.fluent._33 {
    flex: 1;
    width: 100%;
  }

  .clean-t-flex-column._50 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: column;
    justify-content: flex-start;
  }

  .style-window-content-body.layouts {
    min-height: 0;
  }

  .elements-tooltip-text-div {
    position: relative;
  }

  .elements-tooltip-text-div.overflow-text-limit {
    overflow: hidden;
  }

  .swn-logo-nav {
    max-width: 8rem;
  }

  .swn-h1.pos.h1-legal {
    font-size: 3.4rem;
  }

  .swn-content-wrap-surface {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .swn-bg-img.img-el.img-cta-2 {
    width: 100%;
    left: 0%;
    right: 0%;
  }

  .default-button-3 {
    height: 52px;
    padding: 14px 20px 15px;
  }

  .swn-tag-icon.icon-fernw {
    margin-top: -2px;
  }

  .swn-footer-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .swn-footer-logo-wrap {
    max-width: 7.5rem;
  }

  .swn-slider-el-wrap {
    max-width: 19rem;
  }

  .swn-nav-bar-content {
    padding: .8rem 1.4rem 1rem;
  }
}


@font-face {
  font-family: 'Inter – Lokal';
  src: url('../fonts/inter-v19-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter – Lokal';
  src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter – Lokal';
  src: url('../fonts/inter-v19-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter – Lokal';
  src: url('../fonts/inter-v19-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meta Pro – Lokal';
  src: url('../fonts/MetaPro-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meta Pro – Lokal';
  src: url('../fonts/MetaPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}