h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

a {
  text-decoration: underline;
}

.paragraph {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.body {
  height: 100vh;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  padding-top: 0em;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #062c7c;
  text-align: right;
}

.footer.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 12em 0em 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #062c7c;
  text-align: center;
}

.footer-link {
  display: block;
  margin-right: 10px;
  margin-bottom: 0.5em;
  margin-left: 10px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #fff;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.69);
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  max-width: 30em;
  margin-top: 0rem;
  margin-bottom: 0em;
  padding: 10px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button:active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.secondary {
  display: none;
  margin-left: 1em;
  padding: 6px 16px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.button.light {
  background-color: #e4e4e4;
}

.button.margin {
  margin-right: 2em;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: hsla(0, 0%, 96.5%, 0.85);
}

.navbar.fixed {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  background-color: hsla(0, 0%, 96.5%, 0);
}

.navbar.fixed.scroll {
  background-color: hsla(0, 0%, 100%, 0);
}

.landing-slider {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  height: auto;
  margin-top: 6.6em;
}

.slider {
  height: 45rem;
}

.slide-nav {
  display: none;
}

.intro-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  min-height: auto;
  padding-top: 6.5em;
  padding-bottom: 6.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns {
  background-color: #062c7c;
}

.slider-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.quote {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map {
  height: 70vh;
}

.kontakt-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  min-height: 400px;
  padding: 2em 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.kontakt-col.map {
  padding: 0em;
}

.kontakt-col.image {
  padding: 0em;
  background-image: url('../images/P1080093.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kontakt-col.image.wesselburen {
  background-image: url('../images/_7R20077.jpg');
  background-position: 0% 50%;
}

.kontakt-col.image.hemmingstedt {
  background-image: url('../images/hdr_titel.jpg');
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo.fixed {
  display: block;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.logo.hero {
  width: 15em;
  margin-top: 0px;
}

.nav-link {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: normal;
}

.nav-link:hover {
  color: #062c7c;
}

.nav-link.w--current {
  color: #062c7c;
}

.nav-link.last {
  margin-right: -20px;
}

.nav-link.fixed {
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1em;
  line-height: 1rem;
}

.portrait {
  width: 480px;
  height: 583.13px;
}

.h1 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 78px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.inner-wrapper {
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 583.13px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.inner-wrapper.right {
  padding: 2em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon {
  height: 32px;
  margin-right: 1em;
}

.icon.top-footer-container {
  margin-top: -6px;
  margin-right: 0.25em;
  padding-top: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.adress-link {
  display: inline-block;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.adress-link:hover {
  opacity: 0.65;
}

.adress-link.top-footer-container {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.adress-field {
  margin-bottom: 1em;
  padding-top: 0em;
  padding-bottom: 0em;
}

.adress-field.top {
  margin-bottom: 0em;
}

.adress-wrapper.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.logo-kontakt {
  display: block;
  width: 320px;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.tabs-menu {
  padding-left: 5rem;
}

.tab-link {
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.tab-link:hover {
  background-color: #c5c5c5;
}

.tab-link.w--current {
  background-color: #062c7c;
  color: #fff;
  letter-spacing: 0.5px;
}

.image-7 {
  display: block;
  float: none;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-right-footer {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sub-footer {
  background-color: #061d4e;
}

.copyright {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-align: center;
}

.footer-divider {
  display: inline-block;
  width: 15%;
  height: 2px;
  margin: 0.75em 10px 1em 75%;
  background-color: #fff;
  text-align: right;
}

.imprint-con {
  margin-top: 8em;
  padding-bottom: 5em;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.slide1 {
  background-image: url('../images/_7R20033.jpg');
  background-position: 50% 0%;
  background-size: auto 130%;
}

.slide2 {
  background-image: url('../images/_7R20017_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/_7R29958.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/_7R20207.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(40%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.3)), color-stop(85%, transparent)), url('../images/_7R20017.jpg');
  background-image: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 60%, transparent 85%), url('../images/_7R20017.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  min-height: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-cta {
  padding: 1em;
  background-color: #082157;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.cta-heading {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1.3em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0px;
  white-space: pre;
}

.cta-heading:hover {
  color: hsla(0, 0%, 98%, 0.81);
}

.cta-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.cta-link:hover {
  color: hsla(0, 0%, 100%, 0.76);
}

.marks {
  margin-top: -18px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 10em;
  line-height: 100%;
}

.marks.right {
  margin-top: -23px;
  margin-left: -17px;
}

.marks.right._2 {
  margin-left: -25px;
}

.marks.left {
  position: static;
  left: auto;
  top: 264px;
  right: 1093.188px;
  margin-top: 0.1em;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 10em;
  line-height: 100%;
}

.marks.left._1 {
  margin-right: -33px;
}

.marks.left._2 {
  margin-top: 0.2em;
  margin-right: -45px;
}

.marks.left.n3 {
  margin-right: -68px;
}

.marks._3 {
  margin-top: -30px;
  margin-left: -43px;
}

.marks._1 {
  margin-left: 2px;
}

.section {
  min-height: 100vh;
}

.section.sec2 {
  background-image: url('../images/P1080023.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.section.sec3 {
  background-image: url('../images/P1080097.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.sec4 {
  background-image: url('../images/hdr_titel_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.sec5 {
  background-image: url('../images/_7R29926.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section.kontakt {
  padding-top: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fafafa;
}

.slider-landing {
  height: 100vh;
}

.hide {
  display: none;
}

.top-header {
  min-height: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-color: rgba(6, 44, 124, 0.85);
}

.top-header.scroll {
  background-color: #062c7c;
}

.top-footer-container {
  text-align: right;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.quote-landing {
  max-width: 80%;
  margin-bottom: 15vh;
  margin-left: -2em;
  padding: 0.75em 2em;
  background-color: rgba(6, 44, 124, 0.6);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

.content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  max-width: 30%;
  min-width: 25vw;
  margin-left: 65vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(6, 44, 124, 0.7);
}

.content-col.left-1 {
  margin-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-col.right-2 {
  margin-left: 75vw;
}

.content-col.left-3 {
  margin-left: 20vw;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-col.right-4 {
  margin-left: 60vw;
}

.inner-col {
  margin-right: 2em;
  margin-left: 2em;
  color: #fff;
}

.content-p {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.25px;
}

.content-p.covid {
  margin-bottom: 0em;
  color: #062c7c;
}

.content-heading {
  margin-bottom: 1em;
}

.content-heading.color-blue {
  color: #062c7c;
  text-align: center;
}

.side-nav {
  position: absolute;
  left: auto;
  right: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-circle-link {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.nav-circle {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.nav-circle.active {
  margin-bottom: 0.2em;
  background-color: #062c7c;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 28px;
  font-weight: 300;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.sub-heading.white {
  margin-bottom: 1em;
  color: #fff;
}

.italic-text {
  letter-spacing: 0px;
}

.main-heading-container {
  width: 100%;
  max-width: 100%;
  margin-top: 18vh;
  margin-bottom: auto;
  background-color: rgba(6, 44, 124, 0);
  font-size: 1.75em;
  text-align: center;
}

.text-span {
  color: rgba(0, 0, 0, 0.56);
}

.image-8 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.container-7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.standort-heading {
  margin-bottom: 1em;
  padding-left: 5rem;
  color: #062c7c;
  font-style: italic;
  font-weight: 700;
}

.main-heading-2 {
  margin-top: 0em;
  margin-bottom: 0.25em;
  color: #062c7c;
  font-size: 42px;
  line-height: 52px;
  font-style: italic;
  font-weight: 700;
}

.brand {
  display: none;
  height: 5rem;
  font-size: 0.7em;
}

.brand.top {
  display: block;
  height: 5rem;
}

.brand.top.w--current {
  display: none;
}

.section-2 {
  margin-top: 4em;
  margin-right: 50px;
  margin-left: 50px;
}

.section-2.cc-cta {
  margin: 2em 0px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #062c7c;
  color: #fff;
}

.section-2.jobs {
  margin-top: 0em;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #003a79;
  background-image: url('../images/tc-team.png');
  background-position: 50% -5%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.intro-header.cc-subpage.staerken-head {
  height: 240px;
  margin-top: 0em;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #062c7c;
  background-image: none;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 80px;
  text-transform: none;
}

.divider-line {
  width: 20%;
  height: 2px;
  margin-bottom: 0em;
  background-color: #fff;
}

.subheading {
  margin-top: 10px;
  font-weight: 300;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.details-wrap {
  margin-bottom: 30px;
}

.button-2 {
  margin-top: 0px;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #f29404;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #ca7a00;
  color: #fff;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.jobs.blue {
  background-color: #062c7c;
}

.button-2.jobs.blue:hover {
  background-color: #001f41;
}

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  padding-bottom: 0em;
}

.stellen-div {
  margin-bottom: 2em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
}

.paragraph-light {
  font-weight: 300;
  text-align: left;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-email-link {
  display: inline-block;
  margin-bottom: 5px;
  opacity: 1;
  color: #062c7c;
  text-decoration: none;
}

.contact-email-link:hover {
  color: #000;
}

.contact-email-link:active {
  opacity: 0.8;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-light {
  opacity: 0.8;
}

.map-2 {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cta-text {
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #003a79;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.heading-jumbo-small.cta-heading {
  color: #fff;
  font-style: normal;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  margin-top: 20px;
  opacity: 0.6;
  font-weight: 300;
}

.paragraph-2 {
  float: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-2.jobs {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.paragraph-2.footer {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #003a79;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.link-job {
  color: #003a79;
  text-decoration: none;
}

.link-job:hover {
  color: #001f41;
}

.link-job.btn {
  display: inline-block;
  padding: 10px;
  background-color: #eee;
  -webkit-transition: all 500ms ease-in-out, opacity 200ms ease;
  transition: all 500ms ease-in-out, opacity 200ms ease;
}

.link-job.btn:hover {
  background-color: #062c7c;
  color: #fff;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.footer-link-2 {
  display: inline;
  color: #003a79;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #001f41;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-2 {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.h4 {
  margin-top: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
}

.columns-3 {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-nav {
  display: none;
}

.column-4 {
  padding-left: 2rem;
}

.link-block {
  z-index: 4;
  height: 3rem;
  float: left;
}

.image-9 {
  height: 100%;
  padding: 10px;
  opacity: 0.75;
}

.quote-landing-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0vh;
  padding: 0em;
  font-size: 1em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

.quote-landing-text.sign {
  display: inline;
  float: right;
  color: #f6f6f6;
  font-size: 0.8em;
  line-height: 2em;
  font-weight: 400;
  text-align: right;
}

.modal-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  display: none;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 18px;
  padding: 1vh 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef));
  background-image: linear-gradient(180deg, #efefef, #efefef);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal.shuttleplan {
  display: none;
}

.modal.anfahrt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef));
  background-image: linear-gradient(180deg, #efefef, #efefef);
}

.modal.kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 5vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
}

.form-block {
  display: block;
  width: 100%;
  margin-top: 2vh;
}

.form-block.contactform7 {
  display: block;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  width: 75px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.button-3 {
  width: 100%;
  margin-top: 3vh;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #333;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

.modal-subheading {
  font-family: Montserrat, sans-serif;
  font-size: 1.5vh;
  font-weight: 300;
  text-align: center;
}

.shuttleplan {
  display: block;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  opacity: 100;
}

.checkbox-label-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: left;
}

.text-field-2 {
  height: 3.5em;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e6e6;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.text-field-2:hover {
  border-bottom-color: #000;
}

.text-field-2:active {
  color: #000;
}

.text-field-2:focus {
  border-bottom-color: #000;
  color: #000;
}

.text-field-2::-webkit-input-placeholder {
  color: #b3b3b3;
}

.text-field-2:-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field-2::-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field-2::placeholder {
  color: #b3b3b3;
}

.text-field-3.textarea {
  height: 100px;
  max-height: 20em;
  max-width: 100%;
  min-height: 5vh;
}

.success-message {
  background-color: rgba(46, 213, 34, 0.34);
}

.covid-yt {
  width: 1057px;
  height: 594px;
  margin-bottom: 40px;
}

.covid-btn {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
}

.covid-btn:hover {
  background-color: #fff;
}

.covid-btn.real {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer.top {
    height: auto;
    padding-top: 1em;
    padding-bottom: 0em;
  }
  .footer-link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .footer-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
  }
  .button {
    margin-bottom: 2em;
  }
  .intro-section {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .quote {
    font-size: 30px;
    line-height: 38px;
  }
  .kontakt {
    padding-top: 2em;
  }
  .map {
    height: 15em;
  }
  .kontakt-col {
    height: auto;
    min-height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link.fixed {
    color: #fff;
  }
  .nav-link.fixed:hover {
    color: hsla(0, 0%, 100%, 0.75);
  }
  .portrait {
    width: 310px;
    height: auto;
    margin-top: 5em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .inner-wrapper {
    display: block;
    height: auto;
    text-align: center;
  }
  .inner-wrapper.right {
    display: inline;
  }
  .adress-field {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .logo-kontakt {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .image-7 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .columns-2 {
    display: block;
  }
  .column-right-footer {
    margin-top: 2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-divider {
    display: block;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .slide1 {
    background-position: 60% 0%;
    background-size: auto 135%;
  }
  .container-6 {
    display: inline;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .menu-button {
    display: inline-block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    float: right;
    font-size: 2rem;
    line-height: 2rem;
  }
  .menu-button.w--open {
    background-color: rgba(6, 44, 124, 0.85);
  }
  .nav-menu {
    background-color: rgba(6, 44, 124, 0.85);
  }
  .section.kontakt {
    min-height: auto;
    padding-top: 0em;
  }
  .quote-landing {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2em;
    padding-left: 2em;
  }
  .content-col {
    width: 100vw;
    max-width: 100%;
    margin-left: 0vw;
  }
  .content-col.left-1 {
    min-width: 25vw;
    margin-left: 0vw;
  }
  .content-col.left-3 {
    margin-left: 0vw;
  }
  .content-col.right-4 {
    margin-left: 0vw;
  }
  .content-p {
    font-size: 16px;
  }
  .brand.w--current {
    display: block;
    height: 4rem;
  }
  .section-2.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .cta-text {
    width: auto;
  }
  .quote-landing-text {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2em;
    padding-left: 2em;
  }
  .modal {
    width: 90%;
  }
  .modal.shuttleplan {
    display: none;
    overflow: hidden;
  }
  .modal.kontakt {
    overflow: scroll;
    height: 100%;
  }
  .shuttleplan {
    height: 50vh;
  }
  .modal-wrapper {
    display: none;
  }
  .covid-yt {
    width: 689px;
    height: 387px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 11px;
  }
  .body {
    height: auto;
  }
  .footer {
    position: static;
    background-color: #062c7c;
  }
  .header {
    position: static;
    height: 60px;
  }
  .navbar.fixed {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
  }
  .slider {
    height: 20rem;
  }
  .logo.hero {
    display: block;
    width: 10em;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-menu {
    padding-left: 0rem;
  }
  .slide4 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url('../images/_7R20207.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 6%, rgba(0, 0, 0, 0.4)), url('../images/_7R20207.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .marks {
    display: none;
  }
  .top-header {
    display: none;
  }
  .quote-landing {
    font-size: 1.25em;
  }
  .content-p {
    font-size: 14px;
  }
  .sub-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .standort-heading {
    padding-left: 1rem;
  }
  .main-heading-2 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -1px;
  }
  .brand.w--current {
    height: 5rem;
    padding-top: 20px;
  }
  .section-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-2.cc-cta {
    padding: 15px;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
    text-align: center;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .container {
    text-align: center;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .mobile-nav {
    display: none;
  }
  .quote-landing-text {
    font-size: 1.25em;
  }
  .modal-heading {
    font-size: 30px;
  }
  .modal {
    width: 95%;
    height: 100%;
  }
  .modal.shuttleplan {
    overflow: scroll;
    width: 95%;
    height: 100%;
  }
  .modal.anfahrt {
    overflow: scroll;
  }
  .modal.kontakt {
    overflow: scroll;
    width: 95%;
  }
  .close-icon {
    top: 10px;
    right: 10px;
    z-index: 12;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .button-3 {
    margin-top: 1vh;
    margin-bottom: 2vh;
  }
  .modal-subheading {
    font-size: 14px;
    line-height: 24px;
  }
  .shuttleplan {
    width: 99%;
    height: auto;
  }
  .modal-wrapper {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .covid-yt {
    height: 229px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .footer {
    position: relative;
    overflow: hidden;
  }
  .footer-link {
    text-align: left;
  }
  .header {
    position: fixed;
    height: auto;
  }
  .button {
    margin-bottom: 2em;
  }
  .slider {
    height: 25rem;
  }
  .slider-text {
    padding-right: 1em;
    padding-left: 1em;
  }
  .kontakt {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .kontakt-col {
    overflow: hidden;
    max-height: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }
  .logo.hero {
    display: block;
    width: 8em;
  }
  .nav-link.fixed {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .nav-link.fixed.last {
    margin-right: 0px;
  }
  .h1 {
    font-size: 22px;
    line-height: 40px;
  }
  .inner-wrapper.right {
    padding-right: 1em;
    padding-left: 1em;
  }
  .tabs-menu {
    padding-left: 0em;
  }
  .columns-2 {
    display: block;
    text-align: left;
  }
  .column-right-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .sub-footer {
    margin-bottom: 4rem;
  }
  .footer-divider {
    margin-right: auto;
    margin-left: 10px;
  }
  .cta-heading {
    font-size: 1em;
    white-space: pre-wrap;
  }
  .menu-button {
    margin-top: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .section {
    min-height: 100%;
  }
  .slider-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quote-landing {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .sub-heading {
    font-size: 14px;
  }
  .main-heading-container {
    margin-top: 0px;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .main-heading-2 {
    font-size: 20px;
    line-height: 24px;
    white-space: pre-wrap;
  }
  .brand.w--current {
    display: block;
    height: 3rem;
  }
  .brand.top {
    display: block;
    height: 3rem;
    padding-top: 10px;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .subheading {
    text-align: center;
  }
  .contact-form-grid {
    width: 100%;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobile-nav {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: block;
    height: 4rem;
    background-color: #062c7c;
  }
  .mobile-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4rem;
    padding: 0em 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    text-align: center;
  }
  .mobile-nav-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-nav-icon {
    height: 2.5rem;
  }
  .quote-landing-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0em;
    background-color: rgba(6, 44, 124, 0);
    font-size: 1em;
    line-height: 1.5em;
  }
  .quote-landing-text.sign {
    float: right;
  }
  .html-embed {
    max-width: 100%;
    text-align: center;
  }
  .covid-yt {
    height: 154px;
  }
  .covid-btn.real {
    left: 0%;
    top: 7%;
    right: 0%;
    bottom: auto;
    z-index: 2;
  }
}

.w-nav-menu {
  z-index: 100;
}

.w-nav-overlay {
  z-index: 10000;
}
