.bg_white {
  background-color: #fff;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  font-weight: 100;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.desktop_off {
  display: block;
}
@media screen and (min-width: 768px) {
  .desktop_off {
    display: none;
  }
}

.mobile_off {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile_off {
    display: block;
  }
}

.tablet_off {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tablet_off {
    display: block;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body,
div,
h1, h2, h3, h4, h5, h6,
p,
blockquote, pre, code,
ol, ul, li,
dl, dt, dd,
figure,
table, th, td,
form, fieldset, legend,
input, textarea,
img, iframe,
button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
aside,
main,
article,
figure,
figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

ul,
ol {
  list-style: none;
}

img,
iframe,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

button,
input,
select,
textarea {
  background: none;
  color: inherit;
  font: inherit;
  border: none;
  outline: none;
  appearance: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Roboto";
  src: url("/files/assets/fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("/files/assets/fonts/roboto/Roboto-Thin.woff") format("woff"), url("/files/assets/fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/files/assets/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("/files/assets/fonts/roboto/Roboto-Light.woff") format("woff"), url("/files/assets/fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/files/assets/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("/files/assets/fonts/roboto/Roboto-Regular.woff") format("woff"), url("/files/assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/files/assets/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("/files/assets/fonts/roboto/Roboto-Medium.woff") format("woff"), url("/files/assets/fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/files/assets/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("/files/assets/fonts/roboto/Roboto-Bold.woff") format("woff"), url("/files/assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/files/assets/fonts/roboto/Roboto-Black.woff2") format("woff2"), url("/files/assets/fonts/roboto/Roboto-Black.woff") format("woff"), url("/files/assets/fonts/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

.video-overlay h1 {
  margin-bottom: 25px;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

#referenzen h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 25px 0;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 25px;
}

p + p {
  margin-bottom: 25px;
}

header {
  background: rgba(21, 96, 130, 0.6);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .header-desktop {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100px;
}
@media (max-width: 1024px) {
  header .header-desktop {
    display: none;
  }
}
header .header-desktop .logo img {
  height: 50px;
  padding-left: 50px;
}

header.scrolled {
  background: rgba(21, 96, 130, 0.97);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

header .header-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header .header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  header .header-mobile .logo img {
    height: 50px;
    padding-left: 20px;
  }
}

#container {
  margin: 0px auto 100px auto;
  max-width: 1280px;
}

footer {
  background: rgba(21, 96, 130, 0.9);
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}
footer a {
  color: #fff;
}
footer p {
  margin-bottom: 0;
}
footer .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .inside {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
}
footer .inside img {
  height: 150px;
  width: auto;
}
footer .inside .right {
  text-align: right;
}
footer .inside .center {
  text-align: center;
}
footer .inside .copyright {
  margin-top: 25px;
}

.container {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.col {
  flex-grow: 1;
  min-width: 0;
}

.col-1 {
  width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  flex: 0 0 auto;
}

.col-2 {
  width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  flex: 0 0 auto;
}

.col-3 {
  width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  flex: 0 0 auto;
}

.col-4 {
  width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  flex: 0 0 auto;
}

.col-5 {
  width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  flex: 0 0 auto;
}

.col-6 {
  width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  flex: 0 0 auto;
}

.col-7 {
  width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  flex: 0 0 auto;
}

.col-8 {
  width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  flex: 0 0 auto;
}

.col-9 {
  width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  flex: 0 0 auto;
}

.col-10 {
  width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  flex: 0 0 auto;
}

.col-11 {
  width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  flex: 0 0 auto;
}

.col-12 {
  width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col-md-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
.offset-col-1 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
}

.offset-col-2 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
}

.offset-col-3 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
}

.offset-col-4 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
}

.offset-col-5 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
}

.offset-col-6 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
}

.offset-col-7 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
}

.offset-col-8 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
}

.offset-col-9 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
}

.offset-col-10 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
}

.offset-col-11 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-md-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-md-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-md-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-md-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-md-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-md-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-md-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-md-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-md-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-md-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
@media (min-width: 1024px) {
  .offset-lg-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-lg-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-lg-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-lg-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-lg-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-lg-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-lg-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-lg-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-lg-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-lg-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-lg-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
@media (min-width: 1280px) {
  .offset-xl-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-xl-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-xl-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-xl-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-xl-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-xl-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-xl-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-xl-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-xl-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-xl-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-xl-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
.desktop-menu {
  width: 100%;
}
.desktop-menu ul {
  display: flex;
  justify-content: flex-end;
}
.desktop-menu ul li {
  margin-right: 50px;
}
.desktop-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
}
.desktop-menu .invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.menu-toggler {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  margin-right: 20px;
}
.menu-toggler span {
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(21, 96, 130, 0.95);
  padding: 50px 75px;
  display: none;
  z-index: 1000;
}
.mobile-nav a {
  color: white;
  text-decoration: none;
}
.mobile-nav .invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.mobile-nav.open {
  display: block;
}

.parallax-video {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 100px);
  overflow: hidden;
  z-index: -10;
  margin-top: 100px;
}

.parallax-video_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/files/videos/hero/hero_bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -10;
}

.parallax-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

.video-overlay-black {
  margin: 0 25px;
}

.video-overlay {
  text-align: left;
  color: white;
  z-index: 2;
  max-width: 550px;
  margin: 140px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .video-overlay {
    margin: 50px auto 0 auto;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 2s forwards;
}

.fade-in.delay1 {
  animation-delay: 1.5s;
}

.fade-in.delay3 {
  animation-delay: 3s;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #156082;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 50px;
}

.btn:hover {
  background-color: #156082;
  text-decoration: underline;
}

.overlay-black {
  margin: 0px 25px 100px 25px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 50px 50px 50px 50px;
}
.overlay-black .content-text {
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .overlay-black {
    padding: 50px 25px 50px 25px;
  }
}

.overlay-blue {
  margin: 0px 25px 100px 25px;
  height: 100%;
  background: rgba(21, 96, 130, 0.6);
  color: #ffffff;
  padding: 50px 50px 50px 50px;
  border-radius: 25px;
}
.overlay-blue .content-text {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .overlay-blue {
    padding: 50px 25px 50px 25px;
  }
}

#angebot.overlay-black {
  margin: 0px 25px 100px 25px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 50px 50px 50px 50px;
}
#angebot.overlay-black .content-text {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #angebot.overlay-black {
    padding: 50px 25px 50px 25px;
  }
}

.anchor-offset {
  scroll-margin-top: 150px;
}

#kontakt a {
  color: #fff;
}

#kontakt.overlay-blue {
  margin: 0px auto 100px auto;
  max-width: 1280px;
  height: 100%;
  background: rgba(21, 96, 130, 0.6);
  color: #ffffff;
  padding: 50px 50px 50px 50px;
  border-radius: 25px;
  margin-top: 200px;
}
#kontakt.overlay-blue p {
  margin-bottom: 25px;
}
#kontakt.overlay-blue .content-text {
  margin: 0 auto;
}

#kontaktform {
  margin: 0 auto;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#kontaktform .widget {
  margin-bottom: 1.5rem;
}

#kontaktform label {
  display: block;
  margin-bottom: 0.5rem;
  color: #156082;
}

#kontaktform input[type=text],
#kontaktform input[type=email],
#kontaktform input[type=tel],
#kontaktform input[type=number],
#kontaktform textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  color: #156082;
}

#kontaktform input:focus,
#kontaktform textarea:focus {
  border-color: #156082;
  outline: none;
}

#kontaktform textarea {
  resize: vertical;
  min-height: 120px;
}

#kontaktform .submit {
  background: #156082;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

#kontaktform .submit:hover {
  background: #124f6b;
}

#kontaktform .mandatory .mandatory {
  color: #156082;
  margin-left: 0.25rem;
}

#kontaktform .invisible {
  display: none;
}

#kontaktform .captcha_text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: #666;
}

#impressum a {
  color: #fff;
}

#impressum.overlay-blue {
  margin: 0px auto 100px auto;
  max-width: 1280px;
  height: 100%;
  background: rgba(21, 96, 130, 0.6);
  color: #ffffff;
  padding: 50px 50px 50px 50px;
  border-radius: 25px;
  margin-top: 200px;
}
#impressum.overlay-blue p {
  margin-bottom: 25px;
}
#impressum.overlay-blue .content-text {
  margin: 0 auto;
}

#datenschutz a {
  color: #fff;
}

#datenschutz.overlay-blue {
  margin: 0px auto 100px auto;
  max-width: 1280px;
  height: 100%;
  background: rgba(21, 96, 130, 0.6);
  color: #ffffff;
  padding: 50px 50px 50px 50px;
  border-radius: 25px;
  margin-top: 200px;
}
#datenschutz.overlay-blue p {
  margin-bottom: 25px;
}
#datenschutz.overlay-blue .content-text {
  margin: 0 auto;
}

#referenzen a {
  color: #fff;
}

#referenzen.overlay-blue {
  margin: 0px 25px 100px 25px;
  max-width: 1280px;
  height: 100%;
  background: rgba(21, 96, 130, 0.6);
  color: #ffffff;
  padding: 50px 50px 50px 50px;
  border-radius: 25px;
  margin-top: 200px;
}
#referenzen.overlay-blue p {
  margin-bottom: 25px;
}
#referenzen.overlay-blue .content-text {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #referenzen.overlay-blue {
    padding: 50px 25px 50px 25px;
  }
}

/*# sourceMappingURL=main.css.map */
