/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-v32-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v32-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto/roboto-v32-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* caveat-brush-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/caveat-brush/caveat-brush-v11-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* colours, opacities, shadows... */
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto';
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  height: 100vh;
  text-align: left;
  background: #ffffff;
}
.hyphenate {
  hyphens: auto;
}
section {
  position: relative;
}
.anchor-div {
  position: absolute;
  top: -100px;
}
.anchor-padding {
  padding-top: 100px;
}
.div-to-grow {
  display: flex;
  flex-grow: 1;
}
h1 {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  z-index: 2;
  position: relative;
  text-align: left;
}
h1.shadoweffect {
  color: rgba(0, 0, 0, 0.5);
  filter: blur(1px);
  line-height: 0;
  padding-left: 93px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  h1.shadoweffect {
    padding: 0;
    line-height: 2rem;
  }
}
h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #152b6a;
  margin-bottom: 0;
}
h2.primary {
  color: #152b6a;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
h2.secondary {
  color: #276ad6;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Roboto';
  color: #276ad6;
  opacity: 1;
}
h3.highlighted {
  font-family: 'Caveat Brush';
}
h3.big-font-size {
  font-size: 8rem;
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media (max-width: 576.98px) {
  h3 {
    font-size: 1.35rem;
    font-size: 3rem;
  }
}
h4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #152b6a;
  text-align: left;
}
p {
  font-size: 1.375rem;
  line-height: 1.925rem;
}
span.h4 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #212121;
}
.text-align-center {
  text-align: center;
}
.text-align-center h3 {
  text-align: center;
}
a.custom-actn-btn,
button.custom-actn-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 34px 0;
  text-decoration: none;
}
a.custom-actn-btn div,
button.custom-actn-btn div {
  font-size: 1.4rem;
  font-weight: 800;
}
a.custom-actn-btn div i,
button.custom-actn-btn div i {
  margin-right: 0.2rem;
}
a.custom-actn-btn.primary,
button.custom-actn-btn.primary {
  background: #0b1742;
  color: white;
  transition: all 0.3s;
}
a.custom-actn-btn.primary:hover,
button.custom-actn-btn.primary:hover {
  background: #ffffff;
  color: #152b6a;
}
a.custom-actn-btn.secondary,
button.custom-actn-btn.secondary {
  background: #276ad6;
  color: white;
  transition: all 0.3s;
}
a.custom-actn-btn.secondary:hover,
button.custom-actn-btn.secondary:hover {
  background: #ffffff;
  color: #152b6a;
}
a.custom-actn-btn.light,
button.custom-actn-btn.light {
  background: white;
  color: #276ad6;
  transition: all 0.3s;
}
a.custom-actn-btn.light:hover,
button.custom-actn-btn.light:hover {
  background: #ffffff;
  color: #152b6a;
}
a.custom-actn-btn.cards-btn,
button.custom-actn-btn.cards-btn {
  margin: auto;
  transition: all 0.3s;
}
a.custom-actn-btn.cards-btn div,
button.custom-actn-btn.cards-btn div {
  background: #276ad6;
  color: white;
  border-radius: 50px;
  padding: 10px;
  font-size: 1.5rem;
  padding: 5px 10px;
  font-family: 'Roboto';
}
a.custom-actn-btn.cards-btn:hover .cards-btn div,
button.custom-actn-btn.cards-btn:hover .cards-btn div {
  background: #0b1742;
}
a.illu-link,
button.illu-link {
  color: black;
  font-weight: 700;
}
a.illu-link i,
button.illu-link i {
  color: #276ad6;
  margin-right: 0.5rem;
}
/*
#wp-card-2{
  animation-delay: 0.2s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
}
#wp-card-3{
  animation-delay: 0.4s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
}

#wp-card-4{
  animation-delay: 0.6s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
}
#wp-card-5{
  animation-delay: 0.8s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
}
#wp-card-6{
  animation-delay: 1s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
}
#wp-card-7{
  animation-delay: 1.2s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
}

#wp-card-8{
  animation-delay: 1.4s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
}
#wp-card-9{
  animation-delay: 1.6s;
  @media(max-width: 1199.98px){
    animation-delay: unset;
  }
} */
.animation-delay {
  animation-delay: 0.3s;
}
.wp-preview-2 {
  animation-delay: 0.3s;
}
.wp-preview-3 {
  animation-delay: 0.6s;
}
.wp-preview-4 {
  animation-delay: 0.9s;
}
.wp-preview-5 {
  animation-delay: 1.2s;
}
section .text-section {
  padding: 20px 0 0 0;
}
@media (max-width: 991.98px) {
  section .text-section {
    padding: 20px 0 0 0;
  }
}
section .text-section.subpage-style {
  padding-top: 20px;
}
section .text-section.subpage-header-style {
  padding-top: 80px;
}
figure {
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
}
figure img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: "object-fit: cover;";
}
figure.contain img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
figure.icon-fig {
  height: 250px;
  min-height: 250px;
}
figure.icon-fig img {
  height: 250px;
}
figure.card-fig {
  height: 250px;
  min-height: 250px;
  width: 100%;
}
figure.card-fig img {
  height: 250px;
}
figure.subheader-fig {
  height: 300px;
  min-height: 300px;
  max-width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
figure.subheader-fig img {
  height: 300px;
  max-width: 100%;
}
figure.video-fig {
  height: 555px;
  min-height: 555px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 34px 0;
}
figure.video-fig img {
  height: 555px;
}
@media (max-width: 767.98px) {
  figure.video-fig {
    height: 350px;
    min-height: 350px;
  }
  figure.video-fig img {
    height: 350px;
  }
}
figure.speachbubble-fig {
  height: 200px;
  min-height: 200px;
}
figure.speachbubble-fig img {
  height: 200px;
}
figure.etl-fig {
  width: 400px;
  min-width: 400px;
  min-height: 36px;
  height: 36px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
figure.etl-fig img {
  height: 36px;
}
@media (max-width: 576.98px) {
  figure.etl-fig {
    width: 200px;
    min-width: 200px;
    min-height: 20px;
    height: 20px;
  }
  figure.etl-fig img {
    height: 20px;
  }
}
figure.preview-fig {
  height: 210px;
  min-height: 210px;
  width: 210px;
  min-width: 210px;
  margin: 1rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 34px 0;
}
figure.preview-fig img {
  height: 210px;
}
figure.background-fig {
  height: 2000px;
  min-height: 2000px;
}
figure.background-fig img {
  height: 2000px;
}
@media (max-width: 1399.98px) {
  figure.background-fig {
    height: 1500px;
    min-height: 1500px;
  }
  figure.background-fig img {
    height: 1500px;
  }
}
@media (max-width: 767.98px) {
  figure.background-fig {
    height: 900px;
    min-height: 900px;
  }
  figure.background-fig img {
    height: 900px;
  }
}
figure.we-are-fig {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  height: 700px;
  min-height: 700px;
}
figure.we-are-fig img {
  height: 700px;
}
@media (max-width: 1399.98px) {
  figure.we-are-fig {
    height: 500px;
    min-height: 500px;
  }
  figure.we-are-fig img {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  figure.we-are-fig {
    height: 350px;
    min-height: 350px;
  }
  figure.we-are-fig img {
    height: 350px;
  }
}
figure.pinnwand-fig {
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translateX(-50%);
  height: 700px;
  min-height: 700px;
}
figure.pinnwand-fig img {
  height: 700px;
}
@media (max-width: 1399.98px) {
  figure.pinnwand-fig {
    top: 250px;
  }
}
@media (max-width: 767.98px) {
  figure.pinnwand-fig {
    height: 450px;
    min-height: 450px;
    top: 100px;
  }
  figure.pinnwand-fig img {
    height: 450px;
  }
}
figure.header-fig {
  height: 100vh;
}
figure.header-fig img {
  height: 100vh;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
figure.header-fig.larger-1500 {
  display: block;
}
figure.header-fig.max-1500 {
  display: none;
}
figure.header-fig.max-992 {
  display: none;
}
figure.header-fig.max-768 {
  display: none;
}
@media (max-width: 991.98px) {
  figure.header-fig {
    height: 650px;
  }
  figure.header-fig img {
    height: 650px;
  }
  figure.header-fig.larger-1500 {
    display: none;
  }
  figure.header-fig.max-992 {
    display: block;
  }
  figure.header-fig.max-768 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  figure.header-fig {
    height: 600px;
  }
  figure.header-fig img {
    height: 600px;
  }
  figure.header-fig.larger-1500 {
    display: none;
  }
  figure.header-fig.max-1500 {
    display: none;
  }
  figure.header-fig.max-992 {
    display: none;
  }
  figure.header-fig.max-768 {
    display: block;
  }
}
figure.acc-fig {
  height: 100%;
  min-height: 600px;
  display: block;
}
figure.acc-fig img {
  min-height: 600px;
  height: 100%;
}
figure.side-fig {
  height: 100%;
  min-height: 600px;
  display: block;
}
figure.side-fig img {
  min-height: 600px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
figure.side-fig.xs {
  display: none;
}
@media (max-width: 1199.98px) {
  figure.side-fig {
    display: none;
  }
  figure.side-fig.xs {
    display: block;
  }
  figure.side-fig.xs img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  figure.side-fig.big-fig {
    display: block;
  }
}
figure.big-fig {
  height: 100%;
  min-height: 600px;
}
figure.big-fig img {
  min-height: 600px;
}
.accordion-wrapper {
  padding: 0 20px;
  background: rgba(245, 245, 245);
  color: #212121;
}
.accordion-wrapper a.col-box {
  height: 100px;
}
@media (max-width: 991.98px) {
  .accordion-wrapper a.col-box {
    height: 150px;
  }
}
@media (max-width: 576.98px) {
  .accordion-wrapper a.col-box {
    height: 100%;
  }
}
.accordion-wrapper a.col-box h4 {
  text-align: left;
  color: #212121;
  position: relative;
}
@media (max-width: 576.98px) {
  .accordion-wrapper a.col-box h4 span {
    font-size: 1.5rem;
  }
}
.accordion-wrapper a.col-box h4 .acc-heading-wrapper {
  margin-left: 10px;
}
.accordion-wrapper a.col-box h5 {
  text-align: left;
  font-weight: 600;
  color: #212121;
}
.accordion-wrapper a.col-box:hover {
  text-decoration: none;
}
.accordion-wrapper a.col-box h4 .with-separate-chevron {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.65rem;
  height: 0.65rem;
  width: 0.65rem;
  border-bottom: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(225deg);
}
.accordion-wrapper a.col-box.collapsed h4 .with-separate-chevron {
  margin-right: auto;
  margin-left: auto;
  height: 0.65rem;
  width: 0.65rem;
  border-bottom: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(45deg);
}
.accordion-wrapper .details {
  padding: 20px 0;
  font-size: 1rem;
  border-top: 5px solid white;
}
.accordion-wrapper .details ul li p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
}
.accordion-wrapper .details ul li p strong {
  display: block;
  margin: 1rem 0;
}
.accordion-wrapper.dark-style {
  background: #4A4A49;
  color: white;
}
.accordion-wrapper.dark-style a.col-box h4,
.accordion-wrapper.dark-style a.col-box h4 .span,
.accordion-wrapper.dark-style a.col-box h5 {
  color: white;
}
.accordion-wrapper.dark-style a.col-box h4 .with-separate-chevron,
.accordion-wrapper.dark-style a.col-box .collapsed h4 .with-separate-chevron {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
header {
  display: block;
}
header .heading-1-wrapper {
  position: absolute;
  width: 500px;
  height: 70%;
  right: 50%;
  top: 0;
  display: flex;
  justify-content: start;
  background: rgba(11, 23, 66, 0.85);
  align-items: flex-end;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  header .heading-1-wrapper {
    right: unset;
    left: 20px;
  }
}
@media (max-width: 576.98px) {
  header .heading-1-wrapper {
    left: unset;
    width: 90%;
    margin: auto;
  }
}
header .heading-2-wrapper {
  position: absolute;
  width: 500px;
  height: 25%;
  bottom: 0;
  right: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: start;
  align-items: flex-start;
  padding: 20px;
}
header .heading-2-wrapper h1 {
  color: #152b6a;
}
@media (max-width: 1199.98px) {
  header .heading-2-wrapper {
    right: unset;
    left: 20px;
  }
}
@media (max-width: 576.98px) {
  header .heading-2-wrapper {
    left: unset;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 576.98px) {
  header {
    display: flex;
    justify-content: center;
  }
}
.formal-textlayout-wrapper {
  padding: 7rem 0 5rem;
}
.teams-wrapper {
  width: 1110px;
  margin: 2rem auto;
}
@media (max-width: 1199.98px) {
  .teams-wrapper {
    width: 90%;
  }
}
.footer-end-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-end-wrapper h6 {
  text-align: center;
}
@media (max-width: 576.98px) {
  .footer-end-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.standorte-wrapper {
  width: 100%;
}
.standorte-wrapper .standort-content {
  margin-bottom: 1rem;
  border-left: 20px solid white;
}
.standorte-wrapper .standort-content h3 {
  margin-bottom: 0.5rem;
}
.standorte-wrapper .standort-content h6 {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .standorte-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .standorte-wrapper .standort-content {
    width: 90%;
  }
}
/*.heading-wrapper1{
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;

  @media(max-width: 1499.98px){
    top: 235px;
    left: 50%;
  }

  @media(max-width: 1199.98px){
    top: 235px;
    left: 40%;
  }
  @media(max-width: 991.98px){
    top: 235px;
    left: 35%;
  }

  @media(max-width: 767.98px){
    top: 105px;
    padding: 1rem;
      width: 90%;
      left: 50%;
      transform: translateX(-50%);
  }

  @media(max-width: 576.98px){
    top: 110px;
    padding: 1rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.heading-wrapper2{
  position: absolute;
  bottom:150px;
  left: 60%;
  background: white;
  @media(max-width: 991.98px){
    left: 55%;
    bottom:100px;
    padding: 1rem;
  }
  @media(max-width: 767.98px){
    top: 225px;
    bottom: unset;
    padding: 1rem;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.75);
  }
  @media(max-width: 576.98px){
    top: 265px;
    padding: 1rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

 */
.exlink-wrapper {
  min-width: 25px;
  height: 25px;
}
@media (max-width: 991.98px) {
  .exlink-wrapper {
    justify-content: flex-end;
    padding-right: 2rem;
  }
}
.rs-link-wrapper a.nav-link {
  font-size: 1.125rem;
  color: #212121;
  font-weight: 700;
  transition: all 0.3s;
}
.rs-link-wrapper a.nav-link:hover {
  color: #152b6a;
}
@media (max-width: 1199.98px) {
  .rs-link-wrapper a.nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .rs-link-wrapper {
    padding-top: 1rem;
    padding-right: 1rem;
    justify-content: flex-end;
  }
  .rs-link-wrapper a.nav-link {
    font-size: 0.9rem;
  }
}
.video-wrapper {
  width: 555px;
  height: 555px;
  margin-bottom: 1rem;
}
.video-wrapper iframe {
  width: 555px;
  height: 555px;
}
@media (max-width: 767.98px) {
  .video-wrapper {
    width: 350px;
    height: 350px;
  }
  .video-wrapper iframe {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 576.98px) {
  .video-wrapper {
    width: 350px;
    height: 350px;
  }
  .video-wrapper iframe {
    width: 350px;
    height: 350px;
  }
}
.contactbtn-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}
.contactbtn-wrapper.cstm-width {
  width: 350px;
  margin: auto auto 2rem auto;
}
.contactbtn-wrapper.cstm-width a {
  margin: 1rem 0;
  text-align: center;
}
@media (max-width: 576.98px) {
  .contactbtn-wrapper.cstm-width {
    width: 300px;
  }
}
.text-center-wrapper {
  width: 500px;
  text-align: left;
  margin: 0 auto 5rem auto;
}
.text-center-wrapper h2.secondary {
  color: #152b6a;
  font-family: 'Roboto';
  text-transform: unset;
  font-size: 3rem;
}
.cards-wrapper {
  width: 100%;
  width: 1300px;
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.cards-wrapper a {
  background: white;
  width: 400px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 34px 0;
  transition: all 0.3s;
  margin: 0 10px 20px 10px;
  padding: 0 0 20px 0;
  transition: all 0.7s ease-in-out;
}
.cards-wrapper a .card-bottom {
  padding: 10px 20px 0 20px;
}
.cards-wrapper a .card-bottom h4 {
  color: #212121;
}
.cards-wrapper a div.primary-dark {
  background: #0b1742;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  font-family: 'Caveat Brush';
}
.cards-wrapper a div.primary-light {
  background: transparent;
  color: #152b6a;
  width: 90%;
  margin: 0 auto 1rem auto;
  border: 1px solid #152b6a;
  transition: all 0.3s;
  font-family: 'Roboto';
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px;
}
.cards-wrapper a div.cards-btn {
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.3s;
  margin: auto;
}
.cards-wrapper a div.cards-btn div {
  font-family: 'Roboto';
  padding: 5px 15px;
  border-radius: 50px;
  background: #276ad6;
}
.cards-wrapper a:hover {
  transition: all 0.7s ease-in-out;
  background: #0b1742;
}
.cards-wrapper a:hover .card-bottom h4,
.cards-wrapper a:hover h5 {
  color: white;
}
@media (max-width: 1299.98px) {
  .cards-wrapper {
    width: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
  }
  .cards-wrapper a {
    margin: auto auto 2rem auto;
  }
}
.side-to-side-wrapper {
  width: 100%;
  flex-direction: row;
  max-width: 1500px;
  margin: auto;
}
.side-to-side-wrapper.interviews {
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .side-to-side-wrapper.interviews .content-bottom-wrapper {
    justify-content: center;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .side-to-side-wrapper.interviews .content-bottom-wrapper {
    max-width: 700px;
    justify-content: center;
    margin: auto;
  }
}
.side-to-side-wrapper .left-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  background: rgba(245, 245, 245);
}
.side-to-side-wrapper .left-side .text-layout-wrapper {
  width: 100%;
  padding: 20px;
}
.side-to-side-wrapper .left-side .text-layout-wrapper.primary-bg {
  background: #0b1742;
}
.side-to-side-wrapper .left-side .text-layout-wrapper.primary-bg h2 {
  color: #ffffff;
}
.side-to-side-wrapper .right-side {
  width: 50%;
}
.side-to-side-wrapper .right-side.cstm-padding-top {
  padding-top: 3rem;
}
.side-to-side-wrapper.reverse {
  flex-direction: row-reverse;
}
.side-to-side-wrapper.reverse .left-side {
  align-items: flex-start;
}
.side-to-side-wrapper.reverse.background-grey .left-side {
  background: white;
}
@media (max-width: 1199.98px) {
  .side-to-side-wrapper {
    flex-direction: column;
  }
  .side-to-side-wrapper .left-side {
    width: 100%;
    align-items: center;
  }
  .side-to-side-wrapper .right-side {
    width: 100%;
    justify-content: center;
  }
  .side-to-side-wrapper.reverse {
    flex-direction: column-reverse;
  }
  .side-to-side-wrapper.reverse .left-side {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .side-to-side-wrapper .left-side .text-layout-wrapper {
    width: 90%;
  }
}
.side-to-side-wrapper.small-height {
  margin: 0 auto 20px auto;
}
.side-to-side-wrapper.small-height .right-side .side-fig {
  height: 100%;
  min-height: 200px;
}
.side-to-side-wrapper.small-height .right-side .side-fig img {
  min-height: 200px;
  height: 100%;
}
.quote-wrapper {
  width: 1110px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .quote-wrapper {
    width: 90%;
  }
  .quote-wrapper h3 {
    text-align: center;
    font-size: 5rem;
  }
}
@media (max-width: 576.98px) {
  .quote-wrapper h3 {
    text-align: center;
    font-size: 3.2rem;
  }
}
.simple-textlayout-wrapper {
  width: 1110px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .simple-textlayout-wrapper {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .simple-textlayout-wrapper {
    width: 90%;
  }
}
/***** navigation *****/
/*
.nav {
  .wrapper {
    width: 100%;
  }
}
nav {
  width: 100%;
  height: @navbarHeight;
  background-color: transparent;
  flex-direction: column;
  box-shadow: @boxShadow;
  @media(max-width: 576.98px) {
    height: 100px;
    box-shadow: @boxShadow;
  }

  @media(min-width: 577px) {
    height: 100px;
  }

  @media(min-width: 992px) {
    height: @navbarHeight;
    box-shadow: unset;
  }

  a.link-ref {
    text-decoration: none;
    font-size: 1.2rem;
    width: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);


    @media(max-width: 576.98px) {
      font-size: 0.9rem;
    }
  }

  button.navbar-toggler{
    margin-left:auto;
  }

  //hamburger
  .navbar-toggler {
    outline: none !important;
    border: none;
    background: transparent;
    height: 80px;
    padding-top: 15px;
    margin-left: auto;

    .menu-hamburger {
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      .hamburger-line {
        display: block;
        width: 30px;
        height: 2px;
        background-color: black;
        margin: 6px 0;
      }
    }

    &.collapsed {
      .hamburger-line:first-child {
        position: absolute;
        top: 0px;
        left: 0px;
      }

      .hamburger-line:last-child {
        position: absolute;
        top: 10px;
        left: 0;
      }


    }

    &:not(.collapsed) {
      .menu-hamburger {
        transform: rotate(45deg);
        transition: 0.3s;

        .hamburger-line:first-child {
          position: absolute;
          top: 0px;
          left: 0;
        }

        .hamburger-line:last-child {
          transform: rotate(90deg);
          transition: 0.3s;
          position: absolute;
          top: 0px;
          left:0px;
        }
      }
    }



  } //hamburger ende

  &.navbar {
    flex-direction: column;
    padding-top: 3.125rem;

    @media(max-width: 991.98px){
      padding-top: 10px;
    }
  }

  &.navbar-light {

    .navbar-brand {
      display: flex;
      flex-direction:row;
      align-items: center;
      height: 100%;
      padding: 5px 0 5px 10px;
      outline: none;
      transition: 1s;
      font-family: @fontCustom;
      font-size: 1rem;
      text-decoration: none;
      font-weight: 300;
      text-transform: none;
      color: white;

      .subbrand {
        font-size: 0.8rem;
        letter-spacing: normal;
      }

      span {
        color: white;
      }

      .brand-text-wrapper {
        display: none;
      }


      @media(max-width: 576.98px) {
        margin-right: 0.5rem;
        //flex-direction: column;
        font-size: 1rem;
        flex-direction: column;
      }

      @media(min-width: 577px) {
        margin-right: 1rem;
        //flex-direction: column;
      }

      @media(min-width: 992px) {
        flex-direction: row;
      }

      img.navbar-brand-logo {
        width: auto;
        //margin-right: 0.5rem;
        //transition: 0.3s;
        //opacity: 0.7;
        height: 110px;

        @media(max-width: 991.98px) {
          height: 80px;
        }

      }

      span {
        font-size: 0.9rem;

        @media(max-width: 400px) {
          display: none;
        }

        @media(min-width: 577px) {
          //display: block;
          font-size: 1rem;
        }

        @media(min-width: 992px) {
          font-size: 1.2rem;
        }
      }
      &:hover {
        @media(max-width: 576.98px) {
          img {
          }
        }

        @media(min-width: 577px) {
          img {
          }
        }

      }

      &:focus {
        opacity: 1;
      }


      &.brand-appear {
        opacity: 1;
      }

      @media(max-width: 991.98px){
        margin-right: auto;
      }
    }

    .navbar-collapse {
      height: @navbarHeight;
      width: 100%;
      justify-content: center;



      &.collapsing {
        height: 0;
        margin-left: auto;
      }

      ul.navbar-nav {
        list-style-type: none !important;
        height: 100%;


        li.nav-item {
          font-family: @fontCustom;
          list-style-type: none !important;
          background: transparent;
          transition: 0.3s;
          border-right: 2px solid transparent;

          @media(max-width: 991px) {
            height: unset;
          }

          @media(min-width: 992px) {
            height: 100%;
          }

          a.nav-link {
            font-size: 1.125rem;
            border-bottom: none;
            text-decoration: none;
            font-family: @fontCustom;
            //opacity: 0.95;
            color: white;
            font-weight: 400;
            color: @secondaryLight;
            text-transform: uppercase;

            @media(max-width: 991.98px) {
              padding-left: 1rem;
              padding-right: 1rem;
              color: white;
            }

            @media(min-width: 992px) {
              padding-left: 0.8rem;
              padding-right: 0.8rem;
            }

            @media(min-width: 1200px) {
              padding-left: 1rem;
              padding-right: 1rem;
            }

          }

        }

        @media(hover: hover) {
          li.nav-item:hover {
            color: black;
            //border-right: 1px solid white;

            a.nav-link {
              //color: @customBlack;
              text-decoration: none;
              opacity: 1;
            }
          }

        }
      }

      &.collapse.show {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;

        margin-top: 100px;
        overflow-y: auto;
        z-index: 100;
        background: rgba(255,255,255,0.9);

        @media(max-width: 576.98px) {
          margin-top: 100px;
        }

        @media(min-width: 577px) {
          //margin-top: @navbarHeightSm;
        }

        @media(min-width: 992px) {
          margin-top: @navbarHeight;
        }

      }

      &.collapse.show, &.collapsing {
        //background: @collapseBg;

        ul.navbar-nav {
          height: auto;
          text-align: right;

          li.nav-item {
            padding: 1rem;
            transition: 0.3s;
            border: none;

            //border-bottom: 1px solid red;


            @media(min-width: 768px) {
              //padding-left: 4rem;
            }

            &:hover {
              border:none;
            }

            a.nav-link {
              display: block;
              width: 100%;
              border-right: 3px solid transparent;
              color: @secondaryLight;
              border-right: 1px solid transparent;

              &:hover {
                opacity: 1;
                border-right: 1px solid @secondaryLight;
              }

            }

          }

        }

      }
    }

  }


  &.navbar-shrink {
    background: white;
    //opacity: 0;

    .navbar-toggler {
      .menu-hamburger {
        .hamburger-line {
          background:black;
        }
      }
    }

    .navbar-collapse {
      ul.navbar-nav {
        li.nav-item {
          a.nav-link {
            color: @secondaryLight;
          }
        }
      }
    }

    .navbar-brand {

      .brand-text-wrapper {
        display: flex;
      }
      span {
        color: black;
      }


      img.navbar-brand-logo {
        opacity: 1;

      }
    }

    &.change-nav-op {
      //animation: 1s change-op;
      //opacity: 1;
    }

  }
} */
.social-link {
  margin: 12.5px;
}
.social-link img {
  height: 25px;
}
footer {
  background: #0b1742;
  margin-top: 20px;
  padding-bottom: 3rem;
}
footer .side-to-side-wrapper .left-side {
  background: transparent;
}
footer .side-to-side-wrapper .left-side .text-layout-wrapper h2 {
  color: white;
  font-size: 2rem;
}
footer .side-to-side-wrapper .left-side .text-layout-wrapper h3 {
  color: white;
  opacity: 1;
  font-size: 1.8rem;
}
footer .side-to-side-wrapper .left-side .text-layout-wrapper h6 {
  color: white;
}
footer .imprint-wrapper {
  flex-direction: row;
}
footer .imprint-wrapper .formal-link {
  color: white;
  margin: 1rem 1.5rem;
}
footer .imprint-wrapper .formal-link h6 {
  font-size: 1.2rem;
}
footer h6 {
  font-size: 1.2rem;
}
@media (max-width: 576.98px) {
  footer {
    padding-bottom: 3rem;
  }
  footer .imprint-wrapper {
    flex-direction: column;
  }
  footer .imprint-wrapper .formal-link {
    margin: 0.5rem;
  }
}
/***** navigation *****/
nav {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.89);
  flex-direction: row;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 34px 0;
}
@media (max-width: 576.98px) {
  nav {
    height: 100px;
  }
}
@media (min-width: 577px) {
  nav {
    height: 100px;
  }
}
@media (min-width: 992px) {
  nav {
    height: 100px;
  }
}
nav a.link-ref {
  text-decoration: none;
  font-size: 1.2rem;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576.98px) {
  nav a.link-ref {
    font-size: 0.9rem;
  }
}
nav .navbar-toggler {
  outline: none !important;
  border: none;
  background: transparent;
  width: 100px;
  height: 100px;
  padding-top: 15px;
}
nav .navbar-toggler .menu-hamburger {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
nav .navbar-toggler .menu-hamburger .hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #152b6a;
  margin: 6px 0;
}
nav .navbar-toggler.collapsed .hamburger-line:first-child {
  position: absolute;
  top: 0px;
  left: 0px;
}
nav .navbar-toggler.collapsed .hamburger-line:last-child {
  position: absolute;
  top: 10px;
  left: 0;
}
nav .navbar-toggler:not(.collapsed) .menu-hamburger {
  transform: rotate(45deg);
  transition: 0.3s;
}
nav .navbar-toggler:not(.collapsed) .menu-hamburger .hamburger-line:first-child {
  position: absolute;
  top: 0px;
  left: 0;
}
nav .navbar-toggler:not(.collapsed) .menu-hamburger .hamburger-line:last-child {
  transform: rotate(90deg);
  transition: 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
}
nav.navbar {
  flex-direction: row;
}
nav.navbar-light .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 5px 0 5px 10px;
  outline: none;
  transition: 1s;
  font-family: 'Roboto';
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  color: #152b6a;
}
nav.navbar-light .navbar-brand span {
  color: #152b6a;
  opacity: 0;
  transition: opacity 0.3s;
}
nav.navbar-light .navbar-brand .brand-text-wrapper {
  display: none;
}
@media (max-width: 576.98px) {
  nav.navbar-light .navbar-brand {
    margin-right: 0.5rem;
    font-size: 1rem;
    flex-direction: column;
  }
}
@media (min-width: 577px) {
  nav.navbar-light .navbar-brand {
    margin-right: 0rem;
  }
}
@media (min-width: 992px) {
  nav.navbar-light .navbar-brand {
    flex-direction: row;
  }
}
nav.navbar-light .navbar-brand img.navbar-brand-logo {
  width: auto;
  margin-right: 0.5rem;
  height: 95px;
}
nav.navbar-light .navbar-brand img.navbar-brand-logo.navbar-brand-logo-start {
  display: block;
}
@media (max-width: 576.98px) {
  nav.navbar-light .navbar-brand img.navbar-brand-logo {
    height: 95px;
  }
}
@media (min-width: 577px) {
  nav.navbar-light .navbar-brand img.navbar-brand-logo {
    height: 95px;
  }
}
@media (min-width: 1200px) {
  nav.navbar-light .navbar-brand img.navbar-brand-logo {
    height: 95px;
  }
}
nav.navbar-light .navbar-brand span {
  font-size: 0.9rem;
}
@media (max-width: 400px) {
  nav.navbar-light .navbar-brand span {
    display: none;
  }
}
@media (min-width: 577px) {
  nav.navbar-light .navbar-brand span {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  nav.navbar-light .navbar-brand span {
    font-size: 0.9rem;
  }
}
@media (min-width: 1250px) {
  nav.navbar-light .navbar-brand span {
    font-size: 1.1rem;
  }
}
nav.navbar-light .navbar-brand:focus {
  opacity: 1;
}
nav.navbar-light .navbar-brand.brand-appear {
  opacity: 1;
}
nav.navbar-light .navbar-collapse {
  height: 100px;
}
nav.navbar-light .navbar-collapse.collapsing {
  height: 0;
  margin-top: 20px;
}
nav.navbar-light .navbar-collapse ul.navbar-nav {
  list-style-type: none !important;
}
nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item {
  font-family: 'Roboto';
  list-style-type: none !important;
  background: transparent;
  transition: 0.3s;
  border-right: 2px solid transparent;
}
@media (max-width: 991px) {
  nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item {
    height: unset;
  }
}
@media (min-width: 992px) {
  nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item {
    height: 100%;
  }
}
nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  font-size: 1.1rem;
  padding-bottom: 0.3rem;
  border-bottom: none;
  text-decoration: none;
  font-family: 'Roboto';
  color: #212121;
  transition: all 0.3s;
  font-weight: 700;
  height: 70px;
}
nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.product {
  color: #152b6a;
}
@media (max-width: 991.98px) {
  nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.products-style {
  font-size: 1rem;
  color: #276ad6;
  max-width: 300px;
  border-left: 5px solid #276AD6;
  padding-left: 0.5rem;
}
@media (hover: hover) {
  nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item:hover {
    color: #152b6a;
  }
  nav.navbar-light .navbar-collapse ul.navbar-nav li.nav-item:hover a.nav-link {
    text-decoration: none;
    opacity: 1;
    color: #152b6a;
  }
}
nav.navbar-light .navbar-collapse.collapse.show {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* right: 100%; */
  /* bottom: 100%; */
  margin-top: 120px;
  overflow-y: auto;
}
@media (max-width: 576.98px) {
  nav.navbar-light .navbar-collapse.collapse.show {
    margin-top: 120px;
  }
}
@media (min-width: 577px) {
  nav.navbar-light .navbar-collapse.collapse.show {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  nav.navbar-light .navbar-collapse.collapse.show {
    margin-top: 120px;
  }
}
nav.navbar-light .navbar-collapse.collapse.show,
nav.navbar-light .navbar-collapse.collapsing {
  background: rgba(255, 255, 255, 0.95);
}
nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav,
nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav {
  text-align: right;
}
nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav li.nav-item,
nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav li.nav-item {
  padding: 0.5rem;
  transition: 0.3s;
  border: none;
}
@media (min-width: 768px) {
  nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav li.nav-item,
  nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav li.nav-item {
    padding-left: 4rem;
  }
}
nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav li.nav-item:hover,
nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav li.nav-item:hover {
  border: none;
}
nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav li.nav-item a.nav-link,
nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link {
  display: block;
  width: 100%;
  transition: all 0.3s;
  height: auto;
}
nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav li.nav-item a.nav-link.products-style,
nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link.products-style {
  max-width: 100%;
  border-left: 0px;
  border-right: 5px solid #276ad6;
  color: #276ad6;
  font-size: unset;
  height: 70px;
}
nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav li.nav-item a.nav-link.product,
nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link.product {
  color: #152b6a;
}
nav.navbar-light .navbar-collapse.collapse.show ul.navbar-nav li.nav-item a.nav-link:hover,
nav.navbar-light .navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link:hover {
  opacity: 1;
  color: #152b6a;
}
.klaro .cookie-notice p {
  font-size: unset;
  line-height: unset;
}
/*# sourceMappingURL=style.css.map */