/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ==================== Fonts ==================== */
@import url('https://fast.fonts.net/t/1.css?apiType=css&projectid=259dad2d-8d2b-4d32-bf6e-35e6d417d4d9');

@font-face {
  font-family: 'ClassicGrotesque';
  src: url('../Fonts/ClassicGrotesque-Light.eot?#iefix');
  src: url('../Fonts/ClassicGrotesque-Light.eot?#iefix') format('eot'),
    url('../Fonts/ClassicGrotesque-Light.woff2') format('woff2'),
    url('../Fonts/ClassicGrotesque-Light.woff') format('woff'),
    url('../Fonts/ClassicGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'ClassicGrotesque';
  src: url('../Fonts/ClassicGrotesque-regular.eot?#iefix');
  src: url('../Fonts/ClassicGrotesque-regular.eot?#iefix') format('eot'),
    url('../Fonts/ClassicGrotesque-regular.woff2') format('woff2'),
    url('../Fonts/ClassicGrotesque-regular.woff') format('woff'),
    url('../Fonts/ClassicGrotesque-regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'ClassicGrotesque';
  src: url('../Fonts/ClassicGrotesque-Medium.eot?#iefix');
  src: url('../Fonts/ClassicGrotesque-Medium.eot?#iefix') format('eot'),
    url('../Fonts/ClassicGrotesque-Medium.woff2') format('woff2'),
    url('../Fonts/ClassicGrotesque-Medium.woff') format('woff'),
    url('../Fonts/ClassicGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'ClassicGrotesque';
  src: url('../Fonts/ClassicGrotesque-Bold.eot?#iefix');
  src: url('../Fonts/ClassicGrotesque-Bold.eot?#iefix') format('eot'),
    url('../Fonts/ClassicGrotesque-Bold.woff2') format('woff2'),
    url('../Fonts/ClassicGrotesque-Bold.woff') format('woff'),
    url('../Fonts/ClassicGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url('../Fonts/DIN-Light.eot?#iefix');
  src: url('../Fonts/DIN-Light.eot?#iefix') format('eot'),
    url('../Fonts/DIN-Light.woff2') format('woff2'), url('../Fonts/DIN-Light.woff') format('woff'),
    url('../Fonts/DIN-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'DIN-Eng';
  src: url('../Fonts/DIN-Eng.eot?#iefix');
  src: url('../Fonts/DIN-Eng.eot?#iefix') format('eot'),
    url('../Fonts/DIN-Eng.woff2') format('woff2'), url('../Fonts/DIN-Eng.woff') format('woff'),
    url('../Fonts/DIN-Eng.ttf') format('truetype');
}

/* ==================== Globals ==================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: DIN, sans-serif;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  line-height: 1.35;
  margin: 0;
}

@media screen and (max-width: 992px) {
  body {
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}

button {
  font-size: inherit;
  cursor: pointer;
}

button:focus {
  border: none;
  outline: none;
}

a,
a:active,
a:focus {
  text-decoration: none;
  color: #006086;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a[href^='mailto:']::before {
  content: 'E ';
  font-weight: 700;
}

a[href^='tel:']::before {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 20px 0;
}

.d-none {
  display: none !important;
}

/* ==================== Headings ==================== */
h1 {
  font-family: DIN-Eng;
  font-size: 56px;
  line-height: 53px;
  letter-spacing: 0;
  text-shadow: 0px 3px 14px rgba(0, 0, 0, 0.475);
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

h2 {
  font-family: DIN;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
}

h2::after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 75px;
  background-color: #adc1ce;
  border-radius: 8px;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 20px;
}

h3 a {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}

ul,
ol {
  color: #4a4a4a;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* ==================== Page Layout ==================== */
.PageWrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Container {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
}

.MainContent {
  min-height: calc(100vh - 250px);
}

@media screen and (max-width: 767px) {
  .MainContent {
    padding-top: 70px;
  }

  .Blur.is-active {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: transparent -o-linear-gradient(301deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(149deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat
      padding-box;
    z-index: 100;
    opacity: 0.8;
  }
}

/* ==================== Popup ==================== */
.Popup {
  position: fixed;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  animation: showPopup 1s forwards;
  opacity: 0;
  transition: opacity 1s;
}

.Popup .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px 15px;
  font-weight: 700;
}

.Popup.show {
  z-index: 999999999;
  opacity: 1;
}

/* ==================== Button ==================== */
.MoreButton-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.MoreButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #faca30;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #016c9a;
  margin: 15px 0;
}

a:not(.no-symbol)[href$='.pdf']::before {
  content: '';
  background-image: url('../Images/icon-pdf.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 5px;
}

.List-link::before {
  display: none !important;
}

.MoreButton:hover {
  background-color: #f9c41d;
}

.MoreButton-wrapper--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.MoreButton-wrapper--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.MoreButton-wrapper--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 600px) {
  .MoreButton {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    font-size: 16px;
  }
}

/* ==================== Header ==================== */
.Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 5px 20px;
  position: relative;
  position: fixed;
  background-color: #ffffff;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.Header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #006086;
  z-index: 1;
  height: 5px;
}

.Header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Header-logo {
  width: 200px;
}

.Header-navigationContainer {
  margin-left: auto;
}

.Header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.Header-button {
  margin: 0;
  padding: 20px;
  border: none;
  background-color: #faca30;
  border-radius: 8px;
  font-size: 18px;
  color: #016c9a;
  margin-left: 10px;
}

.Header-button--phone {
  background-image: url('../Images/phone-icon.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.Header-button--search {
  background-image: url('../Images/magnifier.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.Header-button--mail {
  background-image: url('../Images/mail-icon.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  display: inherit;
}

.Header-button--mail::before {
  content: '';
  display: none;
}

.Header-searchform {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.Header-searchformSubmit {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 35px;
  border: none;
  background-color: transparent;
  background-image: url(../Images/magnifier.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.Header-searchform.is-active {
  width: 100%;
}

.Header-searchform input[type='text'] {
  padding: 10px 20px;
  padding-right: 40px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  width: 100%;
  color: #016c9a;
  border: 1px solid #016c9a;
}

.Header-modal {
  position: absolute;
  top: 45px;
  right: 0px;
  width: 370px;
  height: auto;
  z-index: 100;
  border-radius: 5px;
  padding: 20px 20px;
  background: transparent -o-linear-gradient(301deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(149deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat
    padding-box;
  border: 2px solid #006086;
  -webkit-transform: scale(0.00001);
  -ms-transform: scale(0.00001);
  transform: scale(0.00001);
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.Header-modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.Header-modalClose {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff;
  cursor: pointer;
}

.Header-modal table {
  border-spacing: 2px;
  min-width: 0;
  width: 100%;
}

.Header-modal td {
  color: #ffffff;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.Header-modal a {
  color: #ffffff;
}

.Header-navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-left: auto;
}

.Header-navigationItem + .Header-navigationItem {
  border-left: 2px solid #006086;
  padding-left: 10px;
  margin-left: 10px;
}

.Header-navigationItem > a {
  padding: 5px;
  font-size: 20px;
}

.Header-navigationItem .submenu-opener {
  display: none;
}

.Header-navigationItem.has-submenu .submenu-opener {
  cursor: pointer;
  color: #006086;
  display: block;
  margin-left: 10px;
}

.Header-navigationItem > div {
  display: flex;
}

.Header-navigationItem.current > a,
.Header-navigationItem.active > a {
  font-weight: 700;
}

.ResponsiveMenue-toggle {
  display: none;
}

.Header-navigationSecondLevel {
  background: #fff;
  height: 0;
  list-style: none;
  margin-left: -12px;
  margin-top: 8px;
  min-width: 250px;
  display: none;
  overflow: hidden;
  padding: 5px 0;
  position: absolute;
  transition: opacity 0.5s, height 1s;
  z-index: 2;
}

@media screen and (min-width: 1440px) {
  .Header-navigationSecondLevel {
    border: 2px solid #006086;
  }
}

.Header-navigationItem.opened .Header-navigationSecondLevel {
  height: max-content;
  display: block;
}

.Header-navigationSecondLevel .Header-navigationSecondLevelItem {
  padding: 8px 15px;
}

@media screen and (max-width: 1440px) {
  .Header-logo {
    width: 120px;
  }

  .Header-navigation {
    display: none;
  }

  .ResponsiveMenue-toggle {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 20px;
    cursor: pointer;
  }

  .ResponsiveMenue-toggleLine {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #006086;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    -ms-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .ResponsiveMenue-toggleLine:first-child {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .ResponsiveMenue-toggleLine:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  .ResponsiveMenue-toggle.is-active .ResponsiveMenue-toggleLine {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-2px, 8px);
    -ms-transform: rotate(-45deg) translate(-2px, 8px);
    transform: rotate(-45deg) translate(-2px, 8px);
    background: #006086;
  }

  .ResponsiveMenue-toggle.is-active .ResponsiveMenue-toggleLine:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  .ResponsiveMenue-toggle.is-active .ResponsiveMenue-toggleLine:nth-last-child(2) {
    -webkit-transform: rotate(45deg) translate(0, -8px);
    -ms-transform: rotate(45deg) translate(0, -8px);
    transform: rotate(45deg) translate(0, -8px);
  }

  .Header-navigation {
    background: rgb(0, 138, 198);
    background: -o-linear-gradient(299deg, rgba(0, 138, 198, 1) 0%, rgba(0, 96, 134, 1) 100%);
    background: linear-gradient(151deg, rgba(0, 138, 198, 1) 0%, rgba(0, 96, 134, 1) 100%);
    display: block;
    height: 100vh;
    left: -20px;
    overflow: scroll;
    padding: 4px 10px 10px;
    position: absolute;
    top: 60px;
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    width: 275px;
    z-index: 2;
  }

  .Header-navigationItem {
    position: relative;
  }

  .Header-navigationItem .submenu-opener {
    position: absolute;
    right: 0;
  }

  .Header-navigationItem .submenu-opener > i {
    color: #fff;
  }

  .Header-navigationSecondLevel {
    background: transparent;
    min-width: inherit;
    position: relative;
  }

  .Header-navigationSecondLevel .delimiter {
    display: flex;
    padding-top: 5px;
    justify-content: center;
  }

  .Header-navigationSecondLevel .delimiter::after {
    background: #006086;
    border-radius: 8px;
    content: '';
    height: 5px;
    position: absolute;
    width: 50%;
  }

  .Header-navigationSecondLevel .Header-navigationSecondLevelItem {
    padding: 8px 0 8px 30px;
  }

  .Header-navigationSecondLevel .Header-navigationSecondLevelItem > a {
    color: #fff;
  }

  .ResponsiveMenue-toggle.is-active ~ .Header-navigationContainer .Header-navigation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .Header-navigationItem > div > a {
    color: #ffffff;
  }

  .Header-navigationItem,
  .Header-navigationItem.current,
  .Header-navigationItem + .Header-navigationItem {
    border: none;
    padding: 0;
    margin: 15px;
  }
}

@media screen and (max-width: 660px) {
  .Header-buttons form {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .Header-modal {
    padding-top: 20px;
  }

  .Header-modal .table {
    padding-top: 15px;
  }
}

.Header-searchform.is-active ~ .Header-button.Header-button--search {
  background-image: url(../Images/cross.svg);
  background-size: 15px;
}

@media screen and (max-width: 568px) {
  .Header-navigation {
    max-height: none;
    top: 60px;
  }
}

@media screen and (max-width: 414px) {
  .Header-modal {
    width: 100%;
  }

  .Header-modal td {
    display: flex;
    width: 100%;
  }

  .Header-modal td:last-of-type {
    background: none;
  }

  .Header-modal td.st-val {
    padding-left: 8px;
  }

  .Header-buttons form {
    bottom: -65px;
  }
}

/* ==================== Swiper ==================== */
.swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 0;
}

.swiper-pagination-bullet {
  border: none;
  height: 10px;
  width: 10px;
  background: #cccccc;
  opacity: 1;
  margin-right: 5px;
}

.swiper-pagination-bullet-active {
  background: #007aff;
}

/* =============== MASTHEAD =============== */
.Masthead {
  display: block;
  width: 100%;
  position: relative;
}

.Masthead .swiper-pagination.swiper-pagination-bullets {
  transform: none;
}

.Masthead-backlink {
  position: absolute;
  top: 120px;
  z-index: 99;
  font-size: 20px;
  color: #236086;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faca30;
  padding-right: 15px;
  border-radius: 8px;
}

.Masthead-default .Masthead-backlink {
  top: 20px;
}

.Masthead-backlink:hover {
  text-decoration: none;
  color: #236086;
}

.Masthead-backlink::before {
  content: '';
  background-color: #faca30;
  padding: 8px;
  background-image: url('../Images/arrow-left.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
}

.Masthead-imageWrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.Masthead-image {
  min-width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.Masthead-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  background: #ffffff;
  z-index: 99;
  height: 5px;
}

.Masthead-text {
  position: absolute;
  right: 50px;
  bottom: 100px;
  padding: 0;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0px 10px 16px rgba(0, 0, 0, 0.56);
  z-index: 2;
  text-align: right;
}

.Masthead-text h1::after {
  content: '';
  display: block;
  background-image: url(../Images/headline_after.svg);
  width: 108px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.Masthead--small .Masthead-image {
  min-height: 300px;
}

.Masthead-default {
  margin-top: 102px;
  min-height: 140px;
  background: url(../Images/bg-grafik-nvs.svg), -o-linear-gradient(305deg, #008ac6 0%, #e1e7eb 100%);
  background: url(../Images/bg-grafik-nvs.svg), linear-gradient(145deg, #008ac6 0%, #e1e7eb 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.Masthead-default::before {
  content: '';
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 5px;
}

@media screen and (max-width: 1280px) {
  .Masthead-text {
    left: 30px;
    bottom: 30px;
    padding: 0;
  }

  .Masthead-text h3 {
    display: none;
  }

  .Masthead-text h1 {
    font-size: 50px;
    line-height: 40px;
  }
}

@media screen and (max-width: 992px) {
  .Masthead {
    display: none;
  }

  .Masthead-image {
    min-height: 300px;
  }
}

/* ==================== Section ==================== */
.Section {
  padding: 50px;
}

.Section--blue {
  color: #ffffff;
  background: rgb(0, 138, 198);
  background: -o-linear-gradient(299deg, rgba(0, 138, 198, 1) 0%, rgba(0, 96, 134, 1) 100%);
  background: linear-gradient(151deg, rgba(0, 138, 198, 1) 0%, rgba(0, 96, 134, 1) 100%);
}

.Section--white {
  color: #006086;
  background: #ffffff;
}

.Section--white p {
  color: #707070;
}

.Section--white .List-item {
  background: #e1e7eb;
}

.Section--white .Article-wrapper {
  background: #e1e7eb;
}

.Section--grey,
.Section--greyS,
.Section--greyNVS {
  color: #006086;
  background: #e1e7eb;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.Section--greyS {
  background-image: url(../Images/bg-grafik-s.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.Section--greyNVS {
  background-image: url(../Images/bg-grafik-nvs.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (max-width: 1440px) {
  .Section {
    padding: 15px;
  }
}

/* ==================== Footer ==================== */
.Footer {
  color: #ffffff;
  background: rgb(0, 138, 198);
  background: -o-linear-gradient(299deg, rgba(0, 138, 198, 1) 0%, rgba(0, 96, 134, 1) 100%);
  background: linear-gradient(151deg, rgba(0, 138, 198, 1) 0%, rgba(0, 96, 134, 1) 100%);
}

.Footer p {
  color: #ffffff;
}

.Footer-Container {
  padding: 15px 0 0 0;
}

.SubFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #ffffff;
}

.Footer-navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.Footer-logo {
  padding-right: 20px;
}

.Footer-navigation a {
  color: #ffffff;
  margin-right: 10px;
}

.Footer a {
  color: #ffffff;
}

@media all and (-ms-high-contrast: none) {
  .Footer .neos-contentcollection {
    width: 100%;
  }

  .Footer
    .row.neos-contentcollection
    > .col.col-xs-12.col-sm-6.col-md-4.order-xs-0.order-sm-0.order-md-0.order-lg-0:last-child
    .neos-contentcollection {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  .Footer {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .Footer {
    padding: 15px;
  }

  .Footer .neos-contentcollection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* ==================== Tarif ==================== */
.Tarif {
  color: #000000;
  margin: 100px 0 0 0;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}

.Tarif:hover {
  text-decoration: none;
  cursor: default;
}

.Tarif--white {
  background-color: #ffffff;
}

.Tarif--blue {
  background-color: rgb(182, 203, 214);
}

.Tarif-imageWrapper {
  padding: 25px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 117px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.Tarif-imageWrapper--mobile {
  display: none;
}

.Tarif--white .Tarif-imageWrapper {
  background-color: #9d9d9c;
}

.Tarif--blue .Tarif-imageWrapper {
  background-color: #006086;
}

.Tarif-image {
  height: 60px;
}

.Tarif-kind {
  font-size: 20px;
  margin-top: 50px;
}

.Tarif-pricing {
  font-variant-numeric: tabular-nums;
  padding: 0 20px;
  font-family: ClassicGrotesque;
  font-weight: 300;
}

.Tarif-pricingWrapper {
  font-size: 45px;
  max-width: 260px;
  margin: 0 auto;
  text-align: left;
}

.Tarif-pricingWrapper .Tarif-pricing--sn {
  border-bottom: 3px solid #697983;
}

.Tarif-pricing--sn::before {
  font-size: 25px;
  font-weight: bold;
  color: #697983;
  display: inline-block;
  content: 'SN';
  margin-right: 20px;
}

.Tarif-pricing--gn::before {
  font-size: 25px;
  font-weight: bold;
  color: #697983;
  display: inline-block;
  content: 'GN';
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .Tarif {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .Tarif-priceWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .Tarif-imageWrapper {
    display: none;
  }

  .Tarif-imageWrapper--mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-height: 80px;
    min-width: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .Tarif-pricingWrapper {
    max-width: 500px;
    width: 500px;
    text-align: center;
    font-size: 28px;
  }

  .Tarif {
    margin: 50px 0 0 0;
  }

  .Tarif:first-of-type {
    margin: 15px 0 0 0;
  }

  .Tarif-pricingWrapper .Tarif-pricing--sn {
    border-bottom: none;
  }

  .Tarif-kind {
    margin-top: 0;
  }
}

@media screen and (max-width: 414px) {
  .Tarif-pricing {
    text-align: left;
  }
}

/* ==================== Info-Box ==================== */
.NewsBox-wrapper {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 30px;
}

.NewsBox-image {
  background-size: cover;
  background-position: center;
  height: 300px;
}

.NewsBox-content {
  background: #cccccc;
  background: transparent -o-linear-gradient(301deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(149deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat
    padding-box;
  padding: 45px 25px 30px 25px;
  color: #ffffff;
  position: relative;
  font-size: 18px;
}

.NewsBox-content table {
  border-spacing: 2px;
}

.NewsBox-content td {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.NewsBox-content::before {
  content: '';
  position: absolute;
  height: 5px;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 10px;
}

.NewsBox-content .MoreButton-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.NewsBox-content p {
  color: #ffffff;
}

/* ==================== News ==================== */
.News-wrapper {
  margin: -15px 0;
}

.Stoerungen-wrapper {
  margin: -15px 0;
}

.NewsPreview {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 15px 0;
  padding: 15px;
  position: relative;
  display: block;
}

.NewsPreview:hover {
  text-decoration: none;
}

.NewsPreview-date {
  font-size: 15px;
  color: #697983;
}

.NewsPreview-content {
  font-size: 18px;
  color: #707070;
}

.Section--white .NewsPreview::after {
  content: '';
  position: absolute;
  bottom: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 9px;
  background-color: rgba(173, 193, 206, 0.22);
  border-radius: 8px;
}

.Section--white .NewsPreview:last-child::after {
  display: none;
}

.Section--white .NewsPreview {
  padding: 15px 0;
}

@media screen and (max-width: 1200px) {
  .NewsPreview {
    padding: 15px;
  }

  /* .Section--white .NewsPreview {
      padding: 15px;
    } */
}

@media screen and (max-width: 600px) {
  .Section--white .NewsPreview::after {
    display: none;
  }
}

/* ==================== Connection Search ==================== */
.ConnectionSearch {
  margin-top: 50px;
}

.ConnectionSearch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 20px -10px;
}

.ConnectionSearch-row > * {
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 25%;
}

.Textfield {
  padding: 20px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  width: 100%;
  color: #619cb3;
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  color: rgba(0, 96, 134, 0.6);
  text-align: center;
  height: 60px;
}

fieldset + button {
  height: 60px;
}

fieldset label {
  font-size: 18px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-33%);
  -ms-transform: translateY(-33%);
  transform: translateY(-33%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
}

.ConnectionSearch .MoreButton {
  font-size: 26px;
  line-height: 0px;
  height: 61px;
}

::-webkit-input-placeholder {
  color: rgba(0, 95, 133, 0.62);
}

:-ms-input-placeholder {
  color: rgba(0, 95, 133, 0.62);
}

::-ms-input-placeholder {
  color: rgba(0, 95, 133, 0.62);
}

::-moz-placeholder {
  color: rgba(0, 95, 133, 0.62);
}

::placeholder {
  color: rgba(0, 95, 133, 0.62);
}

.ConnectionSearch-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 15px;
  display: none;
}

.ConnectionSearch-switch::after {
  content: url('../Images/switch_icon.svg');
  height: 30px;
}

input[type='radio'] {
  margin: 0 10px 0 0;
}

/* ==================== CONNECTION MOBILE ==================== */
.ConnectionSearch--mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .ConnectionSearch .MoreButton {
    line-height: normal;
    font-size: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .Textfield {
    padding: 18px;
    display: block;
    min-height: 35px;
    height: 35px;
  }

  .flatpickr-mobile {
    line-height: 35px;
  }

  .ConnectionSearch-row button {
    padding: 20px 30px;
    margin-top: 20px;
  }

  fieldset {
    height: auto;
  }

  fieldset + button {
    height: auto;
  }

  .ConnectionSearch--mobile .ConnectionSearch-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ConnectionSearch-row > * {
    width: auto;
    margin: 5px 10px;
  }

  fieldset label {
    padding: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 28px;
  }

  .ConnectionSearch--mobil .ConnectionSearch-row:nth-of-type(2) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ConnectionSearch--mobile
    .ConnectionSearch-row:nth-of-type(2)
    > .ConnectionSearch-label:first-of-type {
    max-width: 45%;
  }

  .ConnectionSearch--mobile
    .ConnectionSearch-row:nth-of-type(2)
    > .ConnectionSearch-label:last-of-type {
    max-width: 45%;
  }

  .ConnectionSearch--mobile .ConnectionSearch-row:nth-of-type(2) .flatpickr-mobile {
    padding: 5px 0 5px 4px;
  }
}

@media screen and (max-width: 320px) {
  .ConnectionSearch--mobile
    .ConnectionSearch-row:nth-of-type(2)
    > .ConnectionSearch-label:first-of-type {
    max-width: 58%;
  }

  .ConnectionSearch--mobile
    .ConnectionSearch-row:nth-of-type(2)
    > .ConnectionSearch-label:last-of-type {
    max-width: 28%;
  }
}

/* ==================== CONNECTION MOBILE END ==================== */

@media screen and (max-width: 991px) {
  .ConnectionSearch {
    display: none;
  }

  .ConnectionSearch--mobile {
    display: block;
  }

  .ConnectionSearch--mobile fieldset {
    padding: 10px 15px;
  }

  .ConnectionSearch-row:nth-child(4) {
    margin: 30px -10px;
  }
}

/* ==================== NETWORK PLAN ==================== */
.NetworkMap-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgb(0, 96, 134);
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

.NetworkMap-search {
  display: block;
  width: 300px;
  padding: 12px 15px;
  font-family: DIN, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  background: rgb(243, 244, 245);
  border: none;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.NetworkMap-filterItem {
  border: none;
  border-radius: 5px;
  padding: 5px;
  width: 45px;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: rgb(243, 244, 245);
}

@media all and (-ms-high-contrast: none) {
  .NetworkMap-filterItem img {
    max-width: 34px;
  }
}

.NetworkMap-filterItem.is-active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 80%;
  background: #ffffff;
}

.NetworkMap-filterItem .construction::after {
  content: '';
  background-image: url('/_Resources/Static/Packages/Marktplatz.NVS/Images/warning_triangle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 24px;
  width: 24px;
  position: absolute;
  z-index: 10;
  margin-left: -6px;
  margin-top: 8px;
}

.Line-filterTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .NetworkMap-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .NetworkMap-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 20px;
  }
}

/* ================ STATION ================ */
.Station {
  width: 100%;
}

.Station:last-child {
  border: none;
}

.Station-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 80px 20px 30px;
  background-color: rgba(225, 231, 235, 0.7);
  cursor: pointer;
}

.Station.is-active .Station-details {
  background-color: #dddddd;
}

.Station-title {
  font-size: 28px;
  color: #006086;
  cursor: pointer;
}

.Station-lines {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 7px 5px;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Station-lines img {
  width: 35px;
  margin: 0 5px;
}

.Station-toggle {
  position: absolute;
  right: 25px;
  width: 2rem;
}

.Station.is-active .Station-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Station-stops {
  display: none;
}

.Station.is-active .Station-stops {
  display: block;
  position: relative;
}

@media screen and (max-width: 679px) {
  .Station-lines {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 4px 2px;
  }

  .Station-lines img {
    margin: 5px;
    width: 25px;
  }
}

/* ================ STOP ================ */
.Stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  border-bottom: 5px solid transparent;
}

.Stop-details {
  background-color: rgba(225, 231, 235, 0.7);
  padding: 5px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Stop-mast {
  background: #006086;
  padding: 5px;
  height: 35px;
  width: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.Stop-line {
  position: relative;
  background: #ffffff;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Stop-line img {
  width: 25px;
}

.Stop-line.construction {
  border: 3px dashed #c1171e;
}

.Stop-line.construction a {
  height: 35px;
  width: 35px;
  margin-right: -10px;
  margin-bottom: -10px;
  cursor: pointer;
}

.Stop-line.construction::after {
  content: '';
  background-image: url('/_Resources/Static/Packages/Marktplatz.NVS/Images/warning_triangle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: -12px;
  right: -16px;
  z-index: 10;
  pointer-events: none;
}

.Stop-title {
  color: #006086;
  margin-left: 10px;
}

.Stop-search {
  background-color: #dee5ea;
  padding: 5px 40px 5px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 155px;
  flex: 1 1 155px;
  position: relative;
  overflow: hidden;
}

.Stop-search::before {
  content: '';
  position: absolute;
  left: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 75px solid #eaeef1;
}

.Stop-search span {
  color: #697983;
  font-size: 24px;
  margin: 0 30px;
}

.Stop-searchLink {
  text-decoration: none;
  padding: 15px;
  background-color: #faca30;
  border-radius: 5px;
  font-size: 15px;
  color: #006086;
  width: 100%;
  text-align: center;
}

.Stop-documents {
  background-color: rgba(225, 231, 235, 0.7);
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Stop-document {
  position: relative;
  color: #008ac6;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Stop-document + .Stop-document {
  margin-top: 10px;
}

.Stop-document::before {
  content: url('../Images/pdf.svg');
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .Stop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Stop-documents {
    max-width: 100%;
    width: 100%;
  }

  .Stop-search {
    padding: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .Stop-search::before {
    display: none;
  }

  .Stop-search span {
    display: none;
  }

  .Stop-searchLink {
    margin: 10px;
    padding: 8px;
  }

  .Stop-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 5px 30px;
  }

  .MoreButton--search {
    padding: 15px 30px 15px 45px;
    width: 100%;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
  }

  .MoreButton--search[href$='.pdf']::before {
    height: 18px;
    width: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .Stop {
    position: relative;
    border-bottom: none;
  }

  .Station.is-active .Stop {
    border-left: 5px solid #006086;
  }
}

@media screen and (max-width: 1100px) {
  .NetworkMap-filter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .NetworkMap-filterItem {
    margin: 5px;
  }
}

@media screen and (max-width: 679px) {
  .NetworkMap-filterItem {
    max-width: 50px;
    width: 50px;
    max-height: 50px;
    height: 50px;
    margin: 5px;
  }

  .Station-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 45px 15px 15px;
  }

  .Station-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-size: 22px;
  }

  .Stop-documents {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 10px;
  }

  .Stop-search {
    padding: 0;
  }

  .Stop-details {
    padding: 10px;
  }
}

/* ==================== Utilities ==================== */
.neos-nodetypes-image:after {
  clear: both;
}

.neos-alignment-left {
  float: left;
  padding-right: 10px;
}

.neos-alignment-right {
  float: right;
  padding-left: 10px;
}

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.contentHeight > .neos-contentcollection {
  display: contents;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.order-xs--6 {
  -webkit-box-ordinal-group: -5;
  -ms-flex-order: -6;
  order: -6;
}

.order-xs--5 {
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
}

.order-xs--4 {
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4;
}

.order-xs--3 {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
}

.order-xs--2 {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.order-xs--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-xs-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-xs-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-xs-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-xs-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-xs-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-xs-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-xs-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media only screen and (min-width: 48em) {
  .order-sm--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6;
  }

  .order-sm--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
  }

  .order-sm--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }

  .order-sm--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }

  .order-sm--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .order-sm--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 64em) {
  .order-md--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6;
  }

  .order-md--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
  }

  .order-md--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }

  .order-md--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }

  .order-md--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .order-md--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 75em) {
  .order-lg--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6;
  }

  .order-lg--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
  }

  .order-lg--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }

  .order-lg--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }

  .order-lg--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .order-lg--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

/* ==================== Newsticker ==================== */
.NewsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.NewsItem:hover {
  text-decoration: none;
}

.NewsItem-alert {
  min-width: 150px;
}

.NewsItem--noMessage .NewsItem-alert {
  background-color: #1abc9c;
}

.NewsItem--noMessage .NewsItem-alert::after {
  content: '';
  background-image: url('../Images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 24px;
  width: 34px;
  display: block;
  margin: auto;
}

.NewsItem-alert {
  color: #ffffff;
  padding: 20px 30px;
  background-color: #ad4324;
  border-radius: 8px 0 0 8px;
  text-transform: uppercase;
}

.NewsItem-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e1e7eb;
}

.Header-container-box-content p {
  margin: 0;
}

.NewsItem-button {
  color: #ffffff;
  padding: 20px 30px;
  background: #cccccc;
  background: transparent -o-linear-gradient(301deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(149deg, #39c3ff 0%, #008ac6 100%) 0% 0% no-repeat
    padding-box;
  border-radius: 0 8px 8px 0;
  text-transform: uppercase;
}

.NewsItem-list {
  margin: 0;
  padding: 0;
}

.NewsItem-message {
  list-style: none;
  padding: 20px 30px;
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .NewsItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .NewsItem-alert {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 10px 30px;
  }

  .NewsItem-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .NewsItem-message {
    text-align: center;
    padding: 30px 15px;
  }

  .NewsItem-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border-radius: 0 0px 8px 8px;
    text-align: center;
    padding: 10px 30px;
  }
}

/* ==================== InfoBox ==================== */
.Info {
  color: #ffffff;
  background-color: rgb(0, 96, 134);
  margin: 67px 0 0 0;
  margin-bottom: 30px;
  padding: 65px 10px 45px 10px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}

.Info--white {
  color: #000000;
  background-color: #ffffff;
}

a.Info--white:hover,
a.Info--white:active,
a.Info--white:focus {
  background: #f1f1f1;
  text-decoration: none;
  color: #000000;
}

.Info--grey {
  color: #000000;
  background-color: rgb(182, 203, 214);
}

a.Info--grey:hover,
a.Info--grey:active,
a.Info--grey:focus {
  background: #a8c3d1;
  text-decoration: none;
  color: #000000;
}

.Info-imageWrapper {
  padding: 25px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 117px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #006086;
  color: #006086;
}

.Info--blue .Info-imageWrapper {
  color: #006086;
  background-color: #006086;
}

.Info--white .Info-imageWrapper {
  color: #ffffff;
  border-color: transparent;
  background-color: #9d9d9c;
}

.Info--grey .Info-imageWrapper {
  color: #ffffff;
  border-color: transparent;
  background-color: #006086;
}

.Info-image {
  height: 60px;
  width: 60px;
}

.Info-info {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 600px) {
  .Info-imageWrapper {
    width: 90px;
    height: 90px;
  }

  .Info {
    padding: 45px 10px 10px 10px;
  }
}

/* ==================== SEARCH RESULTS ==================== */
.Searchform {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Searchform input[type='text'] {
  padding: 15px 20px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  width: 100%;
  color: #016c9a;
}

.Searchform button {
  margin: 0;
  padding: 20px;
  border: none;
  background-color: #faca30;
  border-radius: 8px;
  font-size: 18px;
  color: #016c9a;
  margin-left: 15px;
}

.SearchResult {
  display: block;
  background: #ffffff;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 10px;
}

h3.SearchResult-title {
  font-size: 28px;
  margin: 0;
}

.SearchResult-preview {
  margin-top: 15px;
  min-height: 1em;
  color: #4a4a4a;
}

.SearchResult-preview em {
  background: #faca30;
  text-decoration: none;
  font-style: normal;
  padding: 0 5px;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .Searchform button {
    min-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .Searchform {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Searchform button {
    min-width: 0;
    margin-left: 0;
    padding: 15px;
    margin-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .Searchform input[type='text'] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

/* ==================== Tablestyles ==================== */
table {
  border-spacing: 0;
  min-width: auto;
}

.table {
  margin: 0;
  overflow-x: auto;
}

td {
  border: 1px solid #006086;
  padding: 8px;
}

/* @media screen and (max-width: 1280px) {
  table {
    min-width: 500px;
  }
} */
/* ==================== MAP ==================== */
#map {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

.mapboxgl-popup-content {
  font-size: 16px;
  padding: 15px;
  letter-spacing: 1px;
}

.mapboxgl-popup-close-button {
  right: 5px;
}

@media screen and (max-width: 1024px) {
  #map {
    height: 400px;
  }
}

/* ==================== OVERWRITES ==================== */
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck .ck-editor__nested-editable:focus {
  background-color: #76d5ff !important;
}

@media screen and (max-width: 768px) {
  .neos-nodetypes-headline *,
  .neos-nodetypes-text * {
    text-align: left !important;
  }

  h2::after {
    margin: 0;
  }
}

/* ==================== Node Type Img ==================== */
.MainContent .neos-nodetypes-image img {
  border-radius: 10px;
}

/* ===================== Document Wrapper Erweitern ================== */
@media screen and (max-width: 1200px) {
  .Document-wrapper .Document-list {
    padding: 10px 12px 10px 10px;
  }
}

/* ==================== FORMS ==================== */
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset {
  clear: both;
  height: auto;
  text-align: left;
}

@media screen and (max-width: 576px) {
  form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset {
    padding: 0;
  }
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset p {
  font-size: 0.8rem;
  padding: 0 30px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset fieldset {
  margin-bottom: 30px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset fieldset:last-of-type {
  margin-bottom: 0;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset fieldset legend {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 15px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset fieldset fieldset {
  padding: 0;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset fieldset fieldset legend {
  display: none;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset .clearfix {
  float: left;
  flex: 50%;
  padding: 5px 15px;
  width: 50%;
  position: relative;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset .clearfix.error {
  background: rgba(255, 0, 0, 0.1);
}

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
  fieldset
  .clearfix.error
  label[for*='-privacy'] {
  margin-top: 30px;
} */

@media screen and (max-width: 768px) {
  form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset .clearfix {
    float: none;
    width: 100%;
  }
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label {
  display: flex;
  margin-top: 20px;
  top: inherit;
  transform: translateY(0);
  padding-bottom: 10px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label .required {
  color: red;
  margin-left: 5px;
}

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label[for*='-privacy'] .required {
  position: absolute;
  right: 0;
  top: 0;
} */

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label[for*='-privacy'] {
  display: none;
  margin-left: 55px;
  z-index: 1;
} */

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label[for*='-privacy'] .privacy {
  display: contents;
} */

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) .privacy-text {
  margin-left: 20px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input:not([type='checkbox']),
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) textarea {
  color: #444;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  font-family: DIN, sans-serif;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input[type='checkbox'] {
  color: #444;
  background: #fff;
  border: 0;
  font-family: DIN, sans-serif;
  font-size: 1rem;
  padding: 10px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input[type='checkbox'] {
  visibility: hidden;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input[type='checkbox'] + .text {
  margin-left: 20px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input[type='checkbox'] + .text:before {
  border-radius: 5px;
  box-shadow: 0 0 3px #888;
  content: '';
  height: 30px;
  left: 0;
  margin-top: 5px;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 30px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
  input[type='checkbox']:checked
  + .text:before {
  background-image: url('../Images/times-solid.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  content: '';
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select:focus::placeholder,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input:focus::placeholder,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) textarea:focus::placeholder {
  color: #fff;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input {
  height: 45px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select {
  background-image: url('../Images/select-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 25px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) .form-navigation ul {
  list-style: none;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) .help-inline {
  color: red;
  margin: 5px 0 0 10px;
  display: inline-block;
  font-size: 0.8rem;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) .form-navigation ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #faca30;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #016c9a;
  margin: 15px 0;
}

/* ==================== FORMS Abo ==================== */
form#Abo .inputs-list {
  list-style: none;
  padding: 0;
}

form#Abo label {
  margin-top: 0;
}

form#Abo .inputs-list li {
  float: left;
}

form#Abo .inputs-list input {
  box-shadow: none;
  width: auto;
}

form#Abo fieldset p {
  clear: both;
}

form#Abo > fieldset > fieldset:first-of-type fieldset {
  display: flex;
  width: 50%;
}

form#Abo > fieldset > fieldset:last-of-type {
  display: flex;
}

form#Abo > fieldset > fieldset:last-of-type legend {
  display: block;
}

@media screen and (max-width: 768px) {
  form#Abo > fieldset > fieldset:first-of-type fieldset {
    width: 100%;
  }

  form#Abo > fieldset > fieldset:last-of-type {
    display: block;
  }
}

/* ==================== Angebote Ticker ==================== */

/* Uses most of NewsItem / News Ticker */

.AngeboteItem--yellow .NewsItem-alert {
  background: linear-gradient(200deg, rgb(252, 215, 91) 0%, rgb(250, 202, 46) 100%);
  color: #006086;
}

.AngeboteItem--blue .NewsItem-alert {
  background: linear-gradient(151deg, rgba(0, 138, 198, 1) 0%, rgba(0, 96, 134, 1) 100%);
}

/* ==================== Link Card ==================== */

.LinkCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  transition: box-shadow 0.3s;
  border-radius: 10px;
  text-align: center;
  position: relative;
  height: calc(100% - 30px);
  width: 100%;
  margin-bottom: 30px;
}

.LinkCard--shadow {
  box-shadow: 0 0 20px rgb(136 136 136 / 20%);
}

.LinkCard:hover {
  text-decoration: none;
}

a.LinkCard:hover {
  box-shadow: 0 0 20px rgb(136 136 136 / 60%);
}

.LinkCard-image {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.LinkCard-contentWrapper {
  padding: 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.LinkCard-info {
  padding-top: 35px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}

.LinkCard-detail {
  position: relative;
  padding-bottom: 65px;
}

.LinkCard-detail > a {
  text-decoration: underline;
}

.LinkCard-detail::after {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  border-radius: 100px;
  background-color: #faca30;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  .LinkCard {
    padding: 45px 10px 10px 10px;
  }
}
