/* VARIABLES */
/* FONT */
@import url(../../css_75febbba867ff7f3.css);
/* NORMALIZE */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}
h2:empty,
p:empty {
  display: none;
}

body {
  background: #fff;
  color: #4b5055;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  font-feature-settings: "lnum" 1, "tnum" 1;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1;
}

.bodyWrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  border: 1px solid #899297;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.box,
.intro {
  padding: 0 40px;
}

/* ELEMENTE */
.noMg {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

strong,
.strong {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

h1 {
  font-size: 3.3rem;
  line-height: 3.8rem;
  margin: 30px 0 -10px;
  font-weight: 200;
  text-align: center;
}
h1 span,
h1 + div {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 20px;
  font-weight: 500;
}
h1 span {
  margin-top: 10px;
}

h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

a {
  color: #0069aa;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
a::before {
  content: "";
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background: #0069aa;
}
a:hover::before {
  content: "";
  width: 100%;
}
a.btn {
  background: #0069aa;
  color: #fff;
  border-radius: 20px;
  padding: 11px 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 30px;
  font-size: 12px;
  line-height: 17px;
}
a.btn:hover {
  background: #004072 !important;
}
a#logo::before,
a.btn::before {
  display: none;
}

a.whatsapp-url {
  background: #0069aa !important;
  display: block;
  position: relative;
  right: 0 !important;
}

a.whatsapp-url:hover {
  background: #004072 !important;
}

ul {
  margin-left: 18px;
  margin-top: 0;
  padding-top: 0;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
  list-style: none;
  margin-top: 0;
}
ul li {
  position: relative;
  margin-bottom: 5px;
}
ul li::before {
  content: "";
  background: #4b5055;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  margin-left: -18px;
}
ul li:last-child {
  margin-bottom: 0px;
}
ul ul {
  margin-top: 5px;
}
ul ul li {
  margin-left: 1px;
}
ul ul li::before {
  content: "";
  background: #4b5055;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  margin-left: -18px;
}

/* HEADER */
header {
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
header .hero {
  position: relative;
  overflow: hidden;
  width: 60%;
  margin-right: -20px;
}
header .hero img {
  width: 100%;
}
header .headerTxt {
  z-index: 2;
  width: calc(40% - 20px);
  padding-top: 40px;
}
header .headerTxt .sub {
  margin-top: 0px;
  display: block;
  font-size: 1.5rem;
  color: #899297;
  margin-bottom: 20px;
}
header .headerTxt .sub strong {
  text-transform: uppercase;
  color: #4b5055;
}
header .headerTxt img {
  width: 100%;
  margin-bottom: 10px;
}
header .headerTxt p {
  margin-top: 10px;
}

/* INHALT */
.intro {
  padding-bottom: 20px;
}
.intro p {
  margin: 0 0 13.33333px;
}

.box {
  margin: 30px 0;
}
.box p {
  margin: 0 0 13.33333px;
}
.box > *:last-child {
  margin-bottom: 0 !important;
}
.box .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box .side > a {
  color: #899297;
}
.box .side > * {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box .side > *:first-child {
  margin-right: 13.33333px;
}

.btnWrapper {
  display: flex;
  justify-content: space-between;
}

.btnWrapper a {
  display: block;
}

/* FOOTER */
.footer,
footer {
  padding: 1px 0 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer > .box,
footer > .box {
  margin-top: 20px;
}
.footer .side,
footer .side {
  padding-bottom: 0;
}
.footer .side > a:first-child,
footer .side > a:first-child {
  margin-top: -5px;
}
.footer #logo *,
footer #logo * {
  fill: #899297;
}
.footer .bewerbungslink,
footer .bewerbungslink {
  font-size: 16px;
}

.box iframe {
  aspect-ratio: 16 / 9 !important;
  width: 100%;
  height: auto;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -23px;
  }
}

@media screen and (max-width: 650px) {
  header {
    display: block;
  }
  header .hero,
  header .headerTxt {
    width: 100%;
  }
  header .headerTxt {
    padding: 30px 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box,
  .intro {
    padding: 0 30px;
  }
  .btnWrapper {
    display: block;
  }
  .btnWrapper a {
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 590px) {
  .box .side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box .side > * {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .box .side > *:first-child {
    padding-right: 0;
  }
  .box .side ul {
    margin-bottom: 0;
  }
  .box .side > div {
    padding-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.noWrap {
  white-space: pre;
  word-break: keep-all;
}