@charset "UTF-8";
/* *****************************************************************
 *  Theme:    SLOC Custom
 *  Author:   Rubikon
 *  URI: http://www.rubikon.at
 *  ***************************************************************** */
/* _variables.scss */
.bg-image {
  min-height: 100px;
  background-size: cover;
  background-position: center;
}

.floating-container {
  padding: 0px 15px;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .floating-container {
    max-width: 510px;
  }
}
@media screen and (min-width: 760px) {
  .floating-container {
    max-width: 690px;
  }
}
@media screen and (min-width: 1000px) {
  .floating-container {
    max-width: 930px;
  }
}
@media screen and (min-width: 1180px) {
  .floating-container {
    max-width: 1110px;
  }
}

/* override the !default vars with the values we set above */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 580px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 760px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 580px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 760px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1000px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1180px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* _typography.scss */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto-v30-latin-300.woff2") format("woff2"), url("assets/fonts/roboto-v30-latin-300.woff") format("woff"), url("assets/fonts/roboto-v30-latin-300.ttf") format("truetype"), url("assets/fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("assets/fonts/roboto-v30-latin-regular.woff") format("woff"), url("assets/fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("assets/fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("assets/fonts/roboto-v30-latin-700.woff") format("woff"), url("assets/fonts/roboto-v30-latin-700.ttf") format("truetype"), url("assets/fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #4D4D4D;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: auto;
  font-weight: 300;
  margin-top: 88px;
}
@media screen and (min-width: 1180px) {
  body {
    margin-top: 116px;
  }
}
body.admin-bar {
  margin-top: 75px;
}
@media screen and (min-width: 1000px) {
  body.admin-bar {
    margin-top: 112px;
  }
}
body.admin-bar header {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  body.admin-bar .on-page-navi {
    top: 145px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

h1 {
  color: #183A67;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: auto;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: auto;
  }
}

h2 {
  color: #183A67;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: auto;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (min-width: 580px) {
  h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: auto;
  }
}
@media screen and (min-width: 760px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: auto;
  }
}

h3 {
  color: #183A67;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: auto;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: auto;
  }
}

h4 {
  color: #183A67;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: auto;
  font-weight: 700;
}

h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: auto;
  text-transform: uppercase;
  color: #4D4D4D;
  font-weight: 700;
}

.mehrlink {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: auto;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
}

a {
  color: #183A67;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:visited {
  color: #183A67;
}

a:hover {
  color: #DC6019;
  text-decoration: none;
}

a:active {
  color: #183A67;
}

a:focus {
  color: #183A67;
}

/* _header.scss */
header {
  box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.31);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: white;
  padding-top: 20px;
  margin-bottom: 145px;
}
@media screen and (min-width: 1180px) {
  header {
    padding-top: 20px;
    height: 116px;
  }
}
header .container {
  display: none;
  justify-content: space-between;
}
@media screen and (min-width: 1180px) {
  header .container {
    display: flex;
  }
}
header .container img.header-logo {
  width: 160px;
  position: relative;
}
@media screen and (min-width: 1180px) {
  header .container img.header-logo {
    top: 30px;
  }
}
header .container .meta-menu ul {
  display: flex;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: auto;
  margin-bottom: 32px;
}
header .container .meta-menu ul li {
  margin-left: 43px;
}
header .container .meta-menu ul li a {
  color: #4D4D4D;
}
header .container .meta-menu ul li.wpml-ls-item {
  position: relative;
}
header .container .meta-menu ul li.wpml-ls-item:after {
  content: url("assets/img/langdropdown.svg");
  position: absolute;
  top: -3px;
  right: -10px;
}
header .container .meta-menu ul li.wpml-ls-item:hover ul.sub-menu {
  display: block;
}
header .container .meta-menu ul li.wpml-ls-item ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
}
header .container .meta-menu ul li.wpml-ls-item ul.sub-menu li {
  padding: 0;
  margin: 0;
}
header .container .meta-menu ul li.wpml-ls-item ul.sub-menu li:after {
  content: "";
}
header .container .meta-menu {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
header .container .meta-menu a.partner-link {
  background: #DC6019;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: auto;
  font-weight: 700;
  border-radius: 3px;
  padding: 5px 40px;
  display: inline-block;
  margin-left: 30px;
  transition: all 0.2s ease;
}
header .container .meta-menu a.partner-link:hover {
  transform: scale(1.05);
}
header .container .menu-cont {
  display: flex;
}
header .container .menu-cont .search {
  position: relative;
  margin-left: 20px;
  top: -6px;
}
header .container .menu-cont .search.active .searchbox {
  visibility: visible;
  opacity: 1;
}
header .container ul.main-menu,
header .container ul#menu-main-menu,
header .container ul#menu-main-menu-en {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
header .container ul.main-menu > li,
header .container ul#menu-main-menu > li,
header .container ul#menu-main-menu-en > li {
  margin-left: 43px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-bottom: 1rem;
}
header .container ul.main-menu > li a,
header .container ul#menu-main-menu > li a,
header .container ul#menu-main-menu-en > li a {
  color: #183A67;
  font-weight: 700;
  text-decoration: none;
}
header .container ul.main-menu > li.current-menu-item, header .container ul.main-menu > li.current-menu-parent, header .container ul.main-menu > li.current-menu-ancestor,
header .container ul#menu-main-menu > li.current-menu-item,
header .container ul#menu-main-menu > li.current-menu-parent,
header .container ul#menu-main-menu > li.current-menu-ancestor,
header .container ul#menu-main-menu-en > li.current-menu-item,
header .container ul#menu-main-menu-en > li.current-menu-parent,
header .container ul#menu-main-menu-en > li.current-menu-ancestor {
  top: -5px;
}
header .container ul.main-menu > li.current-menu-item:after, header .container ul.main-menu > li.current-menu-parent:after, header .container ul.main-menu > li.current-menu-ancestor:after,
header .container ul#menu-main-menu > li.current-menu-item:after,
header .container ul#menu-main-menu > li.current-menu-parent:after,
header .container ul#menu-main-menu > li.current-menu-ancestor:after,
header .container ul#menu-main-menu-en > li.current-menu-item:after,
header .container ul#menu-main-menu-en > li.current-menu-parent:after,
header .container ul#menu-main-menu-en > li.current-menu-ancestor:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #183A67;
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  margin-top: 3px;
}
header .container ul.main-menu > li:hover,
header .container ul#menu-main-menu > li:hover,
header .container ul#menu-main-menu-en > li:hover {
  top: -5px;
}
header .container ul.main-menu > li:hover > a,
header .container ul#menu-main-menu > li:hover > a,
header .container ul#menu-main-menu-en > li:hover > a {
  color: #DC6019;
}
header .container ul.main-menu > li:hover > a:after,
header .container ul#menu-main-menu > li:hover > a:after,
header .container ul#menu-main-menu-en > li:hover > a:after {
  width: 80%;
  height: 1px;
  background: #183A67;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 3px;
}
header .container ul.main-menu > li:hover .links,
header .container ul#menu-main-menu > li:hover .links,
header .container ul#menu-main-menu-en > li:hover .links {
  margin-right: 20px;
  width: 100px;
}
header .container ul.main-menu > li:hover .quicklinks,
header .container ul#menu-main-menu > li:hover .quicklinks,
header .container ul#menu-main-menu-en > li:hover .quicklinks {
  border-left: 1px solid #183A67;
  padding-left: 15px;
  width: 200px;
}
header .container ul.main-menu > li > .submenu,
header .container ul.main-menu > li > .sub-menu,
header .container ul#menu-main-menu > li > .submenu,
header .container ul#menu-main-menu > li > .sub-menu,
header .container ul#menu-main-menu-en > li > .submenu,
header .container ul#menu-main-menu-en > li > .sub-menu {
  position: absolute;
  background: white;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.31);
  border-top: none;
  top: 38px;
  list-style: none;
  transition: all 0.2s ease;
  left: -35px;
  padding-top: 30px;
  min-width: 240px;
}
header .container ul.main-menu > li > .submenu li,
header .container ul.main-menu > li > .sub-menu li,
header .container ul#menu-main-menu > li > .submenu li,
header .container ul#menu-main-menu > li > .sub-menu li,
header .container ul#menu-main-menu-en > li > .submenu li,
header .container ul#menu-main-menu-en > li > .sub-menu li {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}
header .container ul.main-menu > li > .submenu li.menu-item-has-children:after,
header .container ul.main-menu > li > .sub-menu li.menu-item-has-children:after,
header .container ul#menu-main-menu > li > .submenu li.menu-item-has-children:after,
header .container ul#menu-main-menu > li > .sub-menu li.menu-item-has-children:after,
header .container ul#menu-main-menu-en > li > .submenu li.menu-item-has-children:after,
header .container ul#menu-main-menu-en > li > .sub-menu li.menu-item-has-children:after {
  content: url("assets/img/chevblue.svg");
  margin-left: 10px;
}
header .container ul.main-menu > li > .submenu li .sub-menu,
header .container ul.main-menu > li > .sub-menu li .sub-menu,
header .container ul#menu-main-menu > li > .submenu li .sub-menu,
header .container ul#menu-main-menu > li > .sub-menu li .sub-menu,
header .container ul#menu-main-menu-en > li > .submenu li .sub-menu,
header .container ul#menu-main-menu-en > li > .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  list-style: none;
  margin: 0;
  box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.31);
  background: white;
  width: 200px;
  top: -10px;
  padding: 20px;
  padding-bottom: 0;
}
header .container ul.main-menu > li > .submenu li .sub-menu li a,
header .container ul.main-menu > li > .sub-menu li .sub-menu li a,
header .container ul#menu-main-menu > li > .submenu li .sub-menu li a,
header .container ul#menu-main-menu > li > .sub-menu li .sub-menu li a,
header .container ul#menu-main-menu-en > li > .submenu li .sub-menu li a,
header .container ul#menu-main-menu-en > li > .sub-menu li .sub-menu li a {
  text-transform: none;
}
header .container ul.main-menu > li > .submenu li .sub-menu li.menu-item-has-children :after,
header .container ul.main-menu > li > .sub-menu li .sub-menu li.menu-item-has-children :after,
header .container ul#menu-main-menu > li > .submenu li .sub-menu li.menu-item-has-children :after,
header .container ul#menu-main-menu > li > .sub-menu li .sub-menu li.menu-item-has-children :after,
header .container ul#menu-main-menu-en > li > .submenu li .sub-menu li.menu-item-has-children :after,
header .container ul#menu-main-menu-en > li > .sub-menu li .sub-menu li.menu-item-has-children :after {
  content: none;
}
header .container ul.main-menu > li:hover > .submenu,
header .container ul.main-menu > li:hover > .sub-menu,
header .container ul#menu-main-menu > li:hover > .submenu,
header .container ul#menu-main-menu > li:hover > .sub-menu,
header .container ul#menu-main-menu-en > li:hover > .submenu,
header .container ul#menu-main-menu-en > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .container ul.main-menu > li:hover > .submenu li .sub-menu,
header .container ul.main-menu > li:hover > .sub-menu li .sub-menu,
header .container ul#menu-main-menu > li:hover > .submenu li .sub-menu,
header .container ul#menu-main-menu > li:hover > .sub-menu li .sub-menu,
header .container ul#menu-main-menu-en > li:hover > .submenu li .sub-menu,
header .container ul#menu-main-menu-en > li:hover > .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
header .container ul.main-menu > li:hover > .submenu li:hover > .sub-menu,
header .container ul.main-menu > li:hover > .sub-menu li:hover > .sub-menu,
header .container ul#menu-main-menu > li:hover > .submenu li:hover > .sub-menu,
header .container ul#menu-main-menu > li:hover > .sub-menu li:hover > .sub-menu,
header .container ul#menu-main-menu-en > li:hover > .submenu li:hover > .sub-menu,
header .container ul#menu-main-menu-en > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .container ul.main-menu > li:hover > .submenu .links,
header .container ul.main-menu > li:hover > .sub-menu .links,
header .container ul#menu-main-menu > li:hover > .submenu .links,
header .container ul#menu-main-menu > li:hover > .sub-menu .links,
header .container ul#menu-main-menu-en > li:hover > .submenu .links,
header .container ul#menu-main-menu-en > li:hover > .sub-menu .links {
  margin-right: 20px;
  width: 100px;
}
header .container ul.main-menu > li:hover > .submenu .quicklinks,
header .container ul.main-menu > li:hover > .sub-menu .quicklinks,
header .container ul#menu-main-menu > li:hover > .submenu .quicklinks,
header .container ul#menu-main-menu > li:hover > .sub-menu .quicklinks,
header .container ul#menu-main-menu-en > li:hover > .submenu .quicklinks,
header .container ul#menu-main-menu-en > li:hover > .sub-menu .quicklinks {
  border-left: 1px solid #183A67;
  padding-left: 15px;
  width: 200px;
}

.searchbox {
  background: #DC6019;
  position: absolute;
  top: 44px;
  width: 519px;
  left: -500px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px 27px;
  opacity: 0;
  visibility: hidden;
}
.searchbox form {
  width: 100%;
  display: flex;
}
.searchbox form:after {
  content: url("assets/img/chevwhite.svg");
  position: absolute;
  right: 33px;
  top: 6px;
  width: 8px;
}
.searchbox input {
  flex-grow: 1;
  display: block;
  border: none;
  background: transparent;
  font-size: 16px;
  font-size: 1rem;
  line-height: auto;
  color: white;
  padding-left: 10px;
  border-bottom: 1px solid white;
  margin-right: 20px;
}
.searchbox input[type=submit] {
  flex-grow: 0;
  border-bottom: none;
}
.searchbox input::placeholder {
  color: white;
}
.searchbox input a {
  color: white !important;
}

footer {
  position: relative;
  margin-top: 60px;
  padding-bottom: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: auto;
}
@media screen and (min-width: 760px) {
  footer {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: auto;
  }
}
footer .wpml-ls-item {
  display: none;
}
footer .watermark {
  width: 1063px;
  opacity: 0.2;
  left: -120px;
  position: relative;
}
footer .top-link {
  position: absolute;
  transform: rotate(-90deg);
  top: 30px;
  right: 0px;
  color: #183A67;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: auto;
}
footer .top-link:hover {
  color: #DC6019;
}
footer .icon-row {
  background: #183A67;
  font-size: 16px;
  font-size: 1rem;
  line-height: auto;
  font-weight: 700;
  text-transform: uppercase;
  padding: 23px 0px;
}
@media screen and (min-width: 1000px) {
  footer .icon-row {
    margin-bottom: 50px;
  }
}
footer .icon-row .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .icon-row .container a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
footer .icon-row .container a:visited {
  color: white;
}
footer .icon-row .container a:hover {
  color: white;
  text-decoration: none;
}
footer .icon-row .container a:active {
  color: white;
}
footer .icon-row .container a:focus {
  color: white;
}
footer .icon-row .container a {
  width: 100%;
  display: block;
  margin: 20px 0px;
  transition: all 0.2s ease;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: auto;
}
@media screen and (min-width: 1000px) {
  footer .icon-row .container a {
    font-size: 16px;
    font-size: 1rem;
    line-height: auto;
  }
}
footer .icon-row .container a:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 1000px) {
  footer .icon-row .container a {
    margin: 0;
  }
}
footer .icon-row .container a img {
  max-width: 40px;
  position: relative;
}
@media screen and (min-width: 580px) {
  footer .icon-row .container a img {
    max-width: none;
  }
}
footer .icon-row .container a .ml-3 {
  position: relative;
  top: -2px;
}
footer .icon-row .container a:nth-child(2) img {
  position: relative;
}
footer .icon-row .container a:nth-child(2) .ml-3 {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 760px) {
  footer .icon-row .container {
    flex-wrap: nowrap;
  }
  footer .icon-row .container a {
    width: auto;
    margin-bottom: 0px;
  }
}
footer .icon-row a {
  display: flex;
  align-items: center;
}
footer .icon-row a img {
  margin-right: 20px;
}
footer .icon-row a:before {
  background-repeat: no-repeat;
  background-position: center;
}
footer .main {
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  footer .main {
    padding-top: 0;
  }
}
footer .main .col-2:first-of-type {
  border-right: 1px solid #4D4D4D;
}
footer .main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .main ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  text-transform: none;
}
footer .main ul li a {
  color: #4D4D4D;
}
footer .main ul.main-menu {
  font-weight: 700;
  text-transform: uppercase;
}
footer .credit {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
footer .line {
  height: 100%;
  border-right: 1px solid #4D4D4D;
  right: 0px;
  position: absolute;
  height: 297px;
  right: 15px;
  display: block;
  bottom: -121px;
}
footer #menu-footer-menu-1,
footer #menu-footer-menu-2 {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .mobile .footermenu ul {
  margin-bottom: -10px;
}
footer .mobile .footermenu ul li {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: auto;
}
footer .mobile .footermenu ul li a {
  color: #4D4D4D;
}
footer .mobile strong {
  font-weight: 300;
}
footer .mobile .main {
  margin-bottom: 30px;
}
footer .mobile .social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 1rem;
}
footer .mobile .social a {
  margin-top: 5px;
}
footer .mobile .links {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: auto;
  text-align: right;
}
footer .mobile .links a {
  color: #4D4D4D;
}
@media screen and (min-width: 1000px) {
  footer .newsletter-container {
    height: 131px;
  }
}
footer .newsletter-container .wpcf7-response-output {
  margin: 35px 0 0 0;
  padding: 0.2em 1em;
  border: none;
  position: absolute;
  top: -78px;
}
footer .logo {
  width: 100px;
  max-width: 100%;
}
footer ul#menu-footer-menu,
footer ul#menu-footer-menu-en-1 {
  display: flex;
}
footer ul#menu-footer-menu li,
footer ul#menu-footer-menu-en-1 li {
  margin-right: 20px;
}
footer .newsletter-container input.wpcf7-email {
  background: rgba(77, 77, 77, 0.2);
  border: none;
  padding: 5px;
  border-radius: 5px;
  height: 48px;
  padding-left: 20px;
  width: 260px;
}
footer .newsletter-container input[type=checkbox] {
  position: relative;
  left: -12px;
}
footer .extralinks {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: flex-start;
}
footer .extralinks img {
  max-height: 40px;
  margin-right: 30px;
}

.submit-container {
  position: relative;
  right: 0;
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (min-width: 760px) {
  .submit-container {
    margin-top: 0;
    top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .submit-container {
    position: absolute;
    margin-top: 0;
    top: 0;
  }
}
@media screen and (min-width: 1180px) {
  .submit-container {
    right: 20px;
  }
  .submit-container:before {
    content: "";
    width: 40px;
    border-top: 1px solid #183a67;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -5px;
    transition: all 0.2s ease;
  }
}
.submit-container:after {
  content: url("assets/img/chevblue.svg");
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
.submit-container input[type=submit] {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  color: #183A67;
  transition: all 0.2s ease;
  cursor: pointer;
  width: auto;
}
.submit-container input[type=submit]:hover {
  color: #DC6019;
}
.submit-container .ajax-loader {
  position: absolute;
}

.page-header.header-small {
  max-height: 450px;
}
.page-header.header-medium {
  max-height: 550px;
}
.page-header .slide {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 130px;
  overflow: hidden;
}
.page-header .slick-dots {
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  bottom: 200px;
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
}
.page-header .slick-dots li button:before {
  width: 9px;
  height: 9px;
  border: 2px solid #4D4D4D;
  border-radius: 100%;
  content: "";
}
.page-header .slick-dots li.slick-active button:before {
  border: 2px solid #4D4D4D;
  background: #4D4D4D !important;
}
.page-header .container {
  padding-top: 80px;
  padding-bottom: 135px;
  position: relative;
}
.page-header .background {
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: calc(100% - 40px);
  text-align: right;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}
.page-header .background.header-bg-small {
  max-height: 280px;
}
.page-header .background.header-bg-medium {
  max-height: 380px;
}
.page-header .background img {
  height: 100%;
  width: auto;
}
.page-header .background .verlauf {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, white 15%, rgba(255, 255, 255, 0) 100%);
}
.page-header .play-link {
  background: transparent;
  position: absolute;
  top: 100px;
}
.page-header .play-link:hover {
  background: transparent;
}
.page-header .foreground {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 40px;
  max-width: unset;
  max-width: none;
}
@media screen and (min-width: 580px) {
  .page-header .foreground {
    width: 400px;
    bottom: -200px;
    left: -200px;
    top: unset;
  }
}
@media screen and (min-width: 1000px) {
  .page-header .foreground {
    width: 686px;
    bottom: -277px;
    right: -220px;
  }
}
@media screen and (min-width: 0) {
  .page-header h1 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
  }
}
@media screen and (min-width: 580px) {
  .page-header h1 {
    background-color: initial;
    padding: initial;
  }
}
@media screen and (min-width: 1000px) {
  .page-header h1 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
  }
}
@media screen and (min-width: 1180px) {
  .page-header h1 {
    background-color: initial;
    padding: initial;
  }
}
@media screen and (min-width: 580px) {
  .page-header h1.header-headline-medium {
    font-size: 1.888rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-header h1.header-headline-medium {
    font-size: 3.688rem;
  }
}
@media screen and (min-width: 1180px) {
  .page-header h1.header-headline-medium {
    font-size: 4.6875rem;
  }
}
.page-header .subheadline {
  padding-top: 20px;
  padding-left: 15px !important;
  z-index: 800;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: auto;
  font-weight: 300;
}
@media screen and (min-width: 0) {
  .page-header .subheadline {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
  }
}
@media screen and (min-width: 580px) {
  .page-header .subheadline {
    background-color: initial;
    padding: initial;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .page-header .subheadline {
    border-left: 1px solid #183A67;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
  }
}
@media screen and (min-width: 1180px) {
  .page-header .subheadline {
    background-color: initial;
    padding: initial;
  }
}
@media screen and (min-width: 1000px) {
  .page-header .subheadline {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: auto;
    padding-top: 57px;
  }
}
@media screen and (min-width: 580px) {
  .page-header .subheadline.header-subheadline-medium {
    font-size: 1.263rem;
  }
}
.page-header a {
  background: #183A67;
  margin-top: 30px;
  color: white;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: auto;
  position: relative;
  transition: all 0.2s ease;
  z-index: 800;
}
.page-header a:hover {
  background: #DC6019;
}

.home .foreground {
  position: absolute;
  bottom: -270px;
  right: -50px;
  width: 400px;
  max-width: none;
  z-index: 100;
  top: auto;
}
.home .foreground.header-img-small {
  bottom: -225px;
}
@media screen and (min-width: 0) {
  .home .foreground.header-img-small {
    right: -60px;
    bottom: -170px;
  }
}
@media screen and (min-width: 580px) {
  .home .foreground.header-img-small {
    right: -100px;
    width: 450px;
    left: auto;
    bottom: -60px;
  }
}
@media screen and (min-width: 760px) {
  .home .foreground.header-img-small {
    bottom: -167px;
    right: 70px;
    width: 450px;
    left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .home .foreground.header-img-small {
    bottom: -137px;
    right: -100px;
    width: 590px;
  }
}
.home .foreground.header-img-medium {
  bottom: -225px;
}
@media screen and (min-width: 1000px) {
  .home .foreground.header-img-medium {
    bottom: -277px;
    right: -250px;
    width: 600px;
  }
}
@media screen and (min-width: 580px) {
  .home .foreground.header-img-medium {
    right: -190px;
    width: 450px;
    left: auto;
  }
}
@media screen and (min-width: 760px) {
  .home .foreground.header-img-medium {
    bottom: -67px;
    right: -190px;
    width: 450px;
    left: auto;
  }
}
@media screen and (min-width: 580px) {
  .home .foreground {
    right: -190px;
    width: 450px;
    left: auto;
  }
}
@media screen and (min-width: 760px) {
  .home .foreground {
    bottom: -257px;
    right: -70px;
    width: 570px;
    left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .home .foreground {
    bottom: -267px;
    right: -100px;
    width: 600px;
  }
}
.page-header h1 {
  z-index: 300;
  position: relative;
}

.share {
  z-index: 990;
  bottom: -175px;
  position: absolute;
  left: 60px;
  height: 148px;
}
.share .social {
  width: 172px;
  left: -105px;
  bottom: 77px;
  border-bottom: 1px solid #4D4D4D;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: auto;
  font-weight: 700;
  transform: rotate(-90deg);
  text-decoration: none;
  display: block;
  position: absolute;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (min-width: 1300px) {
  .share .social {
    display: block;
  }
}
.share .social .open {
  display: none;
}
.share .social.active .open {
  display: block;
}
.share .social.active .closed {
  display: none;
}
.share .logos {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.share .logos.active {
  opacity: 1;
}

.blog-header {
  padding-top: 73px;
}
.blog-header .metarow {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: auto;
}
.blog-header p {
  padding-top: 55px;
}

.mobile-menu {
  display: block;
}
@media screen and (min-width: 1180px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .control {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  align-items: center;
}
.mobile-menu .control .header-logo {
  width: 90px;
}
.mobile-menu .hamburger-inner,
.mobile-menu .hamburger-inner::after,
.mobile-menu .hamburger-inner::before {
  background-color: #4d4d4d;
}
.mobile-menu .partner-link {
  width: 100%;
  background: #DC6019;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: white;
}
.mobile-menu ul > li {
  width: 100%;
  background: #183A67;
  border-bottom: 1px solid white;
  position: relative;
}
.mobile-menu ul > li > a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 35px;
  display: block;
}
.mobile-menu ul > li.show:after {
  transform-origin: center;
  transform: rotate(-90deg);
}
.mobile-menu ul > li.show .sub-menu {
  height: auto;
}
.mobile-menu ul > li.menu-item-has-children:after {
  content: url("assets/img/chevwhite.svg");
  position: absolute;
  right: 35px;
  top: 20px;
}
.mobile-menu ul > li .sub-menu {
  height: 0;
  width: 100%;
  overflow: hidden;
}
.mobile-menu ul > li .sub-menu li {
  background: white;
  margin-bottom: 0;
  padding: 22px 35px;
}
.mobile-menu ul > li .sub-menu li:after {
  content: "";
  display: block;
  position: relative;
  width: 94%;
  border-bottom: 1px solid #183A67;
  bottom: -15px;
  transform: none;
  right: auto;
  top: auto;
}
.mobile-menu ul > li .sub-menu li:last-child:after {
  display: none;
}
.mobile-menu ul > li .sub-menu li a {
  color: #183A67;
  text-transform: none;
  font-weight: 300;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
}
.mobile-menu ul > li .sub-menu li .sub-menu li {
  padding: 0px 35px;
}
.mobile-menu ul > li .sub-menu li .sub-menu li:after {
  display: none;
}
.mobile-menu .drop {
  left: 100%;
  height: 100%;
  overflow: scroll;
  position: fixed;
  top: 0px;
  width: 100%;
  background: white;
  transition: left 0.2s ease;
}
.mobile-menu .drop.show {
  left: 0;
}
.mobile-menu .drop .search {
  display: flex;
  padding: 30px 36px 30px 36px;
}
.mobile-menu .drop .search .mobile-searchbox {
  flex-grow: 1;
}
.mobile-menu .drop .search .mobile-searchbox input#s {
  border-bottom: 1px solid #183A67;
  border-radius: 0 !important;
  outline: none !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
@media screen and (max-width: 516px) {
  .mobile-menu .drop .search .mobile-searchbox input#s {
    max-width: 150px;
  }
}
.mobile-menu .drop .search .mobile-wpml-widget {
  max-width: 50px;
  position: relative;
  right: 50px;
  top: 10px;
}
@media screen and (max-width: 516px) {
  .mobile-menu .drop .search .mobile-wpml-widget {
    right: 10px;
  }
}
.mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-legacy-dropdown a, .mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-list-horizontal a {
  border: none;
  color: #183A67;
  font-weight: 300;
  font-size: 16px;
  padding: 0 0 10px 0;
}
.mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-legacy-dropdown a:hover, .mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-list-horizontal a:hover {
  background: #fff;
}
.mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-legacy-dropdown a:after, .mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-list-horizontal a:after {
  content: url("assets/img/langdropdown.svg");
  position: relative;
  top: -3px;
  left: 3px;
  border: none;
  border-top: none;
}
.mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-legacy-dropdown a:last-child:after, .mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-list-horizontal a:last-child:after {
  display: none;
}
.mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-item-en a {
  padding-bottom: 0;
}
.mobile-menu .drop .search .mobile-wpml-widget .wpml-ls-sub-menu {
  border-top: none;
}
.mobile-menu .drop .search input {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  border: none;
  margin-left: 20px;
}

#wpadminbar.mobile {
  display: none;
}

.video-link .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-modul {
  margin: 30px auto;
}
@media screen and (min-width: 760px) {
  .video-modul {
    margin: 100px auto;
  }
}
.video-modul .container .video-block video {
  width: 100%;
  height: auto;
}
.video-modul .container .video-block iframe {
  width: 100%;
  max-height: 400px;
}
.video-modul .container .video-full video {
  height: auto;
  width: 100%;
}
.video-modul .container .video-full iframe {
  width: 100%;
}

.produkt-tabelle {
  padding-top: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 760px) {
  .produkt-tabelle {
    padding-top: 90px;
    margin-bottom: 100px;
  }
}
.produkt-tabelle .container .titel-wrapper .produkt-tabelle-caption {
  margin-bottom: 115px;
}
.produkt-tabelle .container .titel-wrapper .all-open {
  display: flex;
  justify-content: flex-end;
  color: #183A67;
  position: relative;
  right: 20px;
}
.produkt-tabelle .container .titel-wrapper .all-open .accordeon {
  margin-left: 30px;
  cursor: pointer;
}
.produkt-tabelle .container .titel-wrapper .all-open .accordeon.accordeon-plus {
  transform: rotate(90deg);
}
.produkt-tabelle .container .titel-wrapper .all-open .accordeon.accordeon-plus.active {
  display: none;
}
.produkt-tabelle .container .titel-wrapper .all-open .accordeon.accordeon-minus {
  transform: rotate(-90deg);
}
.produkt-tabelle .container .titel-wrapper .all-open .accordeon.accordeon-minus.hide {
  display: none;
}
.produkt-tabelle .container .table-wrapper {
  overflow-x: auto;
}
.produkt-tabelle .container .table-wrapper .table tbody .t-row-even {
  background-color: #F4F5F5;
}
.produkt-tabelle .container .table-wrapper .table tr {
  border-top: 1px solid #eceeef;
}
.produkt-tabelle .container .table-wrapper .table tr.tr-color {
  background-color: #F4F5F5;
}
.produkt-tabelle .container .table-wrapper .table tr td {
  font-size: 24px;
  padding: 25px 15px;
  /*&:nth-child(3) {
    background-color: rgba(100, 238, 100, 0.2);
  }*/
}
.produkt-tabelle .container .table-wrapper .table tr td.t-data {
  font-size: 18px;
  color: #343a40;
}
.produkt-tabelle .container .table-wrapper .table tr td.t-label {
  font-size: 18px;
  color: #343a40;
}
.produkt-tabelle .container .table-wrapper .table tr td.t-hidden {
  display: none;
}
.produkt-tabelle .container .table-wrapper .table tr td .accordeon-icon-wrapper {
  cursor: pointer;
  position: relative;
}
.produkt-tabelle .container .table-wrapper .table tr td .accordeon-icon-wrapper .accordeon-plus {
  transform: rotate(90deg);
}
.produkt-tabelle .container .table-wrapper .table tr td .accordeon-icon-wrapper .accordeon-plus.active {
  display: none;
}
.produkt-tabelle .container .table-wrapper .table tr td .accordeon-icon-wrapper .accordeon-minus {
  transform: rotate(-90deg);
}
.produkt-tabelle .container .table-wrapper .table tr td .accordeon-icon-wrapper .accordeon-minus.hide {
  display: none;
}
.produkt-tabelle .container .table-wrapper .table tr td.accordeon-cell {
  position: absolute;
  right: 20px;
  border: none;
}
.produkt-tabelle .container .table-wrapper .table tr:first-child {
  border-top: none;
}
.produkt-tabelle .container .table-wrapper .table thead tr th {
  padding: 25px 15px;
  font-size: 24px;
  border-top: none !important;
  /*&:nth-child(3) {
    background-color: rgba(100, 238, 100, 0.2);
  }*/
}
.produkt-tabelle .container .table-wrapper .table thead tr th .img-wrapper {
  width: 185px;
  height: 100%;
}
.produkt-tabelle .container .table-wrapper .table thead tr th .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.on-page-navi {
  background-color: #183A67;
  position: sticky;
  top: 90px;
  transform: scaleY(1);
  transform-origin: top;
  transition: top 0.15s ease;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 760px) {
  .on-page-navi {
    right: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .on-page-navi {
    top: 116px;
  }
}
.on-page-navi .onavi-headline {
  color: #183A67;
  background-color: #F4F5F5;
  padding: 20px;
  display: block;
  font-weight: 500;
}
.on-page-navi ul {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  transition: all 250ms linear;
  flex-direction: row;
  list-style: none;
  overflow: auto;
  background-color: #183A67;
}
@media screen and (min-width: 760px) {
  .on-page-navi ul {
    flex-direction: row;
  }
}
.on-page-navi ul::-webkit-scrollbar {
  width: 8px;
}
.on-page-navi ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.on-page-navi ul::-webkit-scrollbar-thumb {
  background: #888;
}
.on-page-navi ul:before, .on-page-navi ul:after {
  content: "";
  flex: 1 1;
}
.on-page-navi ul li {
  height: fit-content;
  margin-bottom: 0;
  padding: 0 20px 0 0;
}
.on-page-navi ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  display: block;
  transition: all 250ms ease-in-out;
}
.on-page-navi ul li a:hover {
  color: #DC6019;
}
.on-page-navi ul li a.active {
  color: #DC6019;
}

.newsbox {
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .newsbox {
    overflow: initial;
  }
}
.newsbox .container .news-swiper-slider {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .newsbox .container .news-swiper-slider {
    width: calc( 50% + 50vw - 40px );
    overflow: hidden;
  }
}
.newsbox .container .news-swiper-slider .swiper-wrapper .news-card {
  padding-left: 40px;
  max-width: 410px;
  position: relative;
}
.newsbox .container .news-swiper-slider .swiper-wrapper .news-card .vertical-line {
  min-height: 300px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #183A67;
}
@media screen and (min-width: 1000px) {
  .newsbox .container .news-swiper-slider .swiper-wrapper .news-card .vertical-line {
    min-height: 400px;
  }
}
.newsbox .container .news-swiper-slider .swiper-wrapper .news-card .news-aktuelles-post-titel {
  max-width: 310px;
}
.newsbox .container .news-swiper-slider .swiper-wrapper .news-card .news-aktuelles-textbox {
  color: #343a40;
  margin-bottom: 20px;
  max-width: 310px;
}
.newsbox .container hr {
  margin-bottom: 40px;
}

.eventbox {
  margin-bottom: 90px;
  margin-top: 90px;
}
.eventbox .container {
  overflow: hidden;
}
.eventbox .container .aktuelles-titel {
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (min-width: 760px) {
  .eventbox .container .aktuelles-titel {
    margin-bottom: 65px;
  }
}
.eventbox .container .prime-link {
  margin-bottom: 40px;
  display: block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .eventbox .container .prime-link {
    padding-right: 50px;
  }
}
@media screen and (min-width: 760px) {
  .eventbox .container .prime-link {
    display: inline-block;
    float: right;
    padding-right: 80px;
  }
}
.eventbox .container .events-swiper-slider .swiper-wrapper .events-card {
  border-left: 1px solid #183A67;
  padding-left: 40px;
  max-width: 310px;
  min-height: 90px;
}
.eventbox .container .events-swiper-slider .swiper-wrapper .events-card .events-date-text {
  display: block;
  margin-bottom: 20px;
}
.eventbox .container .events-swiper-slider .swiper-wrapper .events-card .events-aktuelles-post-titel {
  max-width: 210px;
}
.eventbox .container .events-swiper-slider .swiper-wrapper .events-card .events-city {
  color: #343a40;
  margin-bottom: 20px;
  font-size: 15px;
}

.pop-up .modal-btn {
  background-color: #183A67;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.pop-up .modal-btn:hover {
  background-color: #343a40;
}
.pop-up .modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
.pop-up .modal .modal-content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 3px;
}
.pop-up .modal .modal-content.dark {
  background-color: #183A67;
  color: #fff;
}
.pop-up .modal .modal-content.light {
  background-color: #c2c2c2;
  color: #183A67;
}
.pop-up .modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  cursor: pointer;
}
.pop-up .modal .modal-content .modal-header {
  padding: 0;
  border: none;
}
.pop-up .modal .modal-content .modal-header .img-wrapper {
  width: 500px;
  height: 285px;
  background-color: #183A67;
  margin-bottom: 1rem;
}
.pop-up .modal .modal-content .modal-header .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop-up .modal .modal-content .modal-body {
  margin-bottom: 2rem;
}
.pop-up .modal .modal-content .modal-body p {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
.pop-up .modal .modal-content .modal-body input {
  width: 100%;
  max-width: 350px;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  border: none;
}
.pop-up .modal .modal-content .modal-body input:focus {
  outline: none;
}
.pop-up .modal .modal-content .modal-body input::placeholder {
  opacity: 0.5;
  font-size: 0.9rem;
}
.pop-up .modal .modal-content .modal-body input[type=submit] {
  position: relative;
  background-color: #DC6019;
  color: #fff;
}
@media screen and (min-width: 760px) {
  .pop-up .modal .modal-content .modal-body input[type=submit] {
    left: 10px;
  }
}
.pop-up .modal .modal-content .modal-body .popup-btn {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #DC6019;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  cursor: pointer;
  max-width: 250px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
}
.pop-up .modal .modal-content .modal-body .popup-btn:hover {
  background-color: #343a40;
}
.pop-up .modal .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  border: none;
}
.pop-up .modal .modal-content .modal-footer .sm-link {
  color: #4d4d4d;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
.pop-up .modal .modal-content .modal-footer .sm-link:hover {
  color: rgba(77, 77, 77, 0.8);
}
.pop-up .modal .modal-content .modal-footer .sm-link:after {
  content: "|";
  transition: width 0.3s ease-in-out;
  margin-left: 6px;
}
.pop-up .modal .modal-content .modal-footer .sm-link:last-child:after {
  content: "";
}

.timeline {
  margin: 50px 0;
}
@media screen and (min-width: 760px) {
  .timeline {
    margin: 100px 0;
  }
}
.timeline .container .timeline-titel {
  margin-bottom: 15px;
  display: inline-block;
}
.timeline .container .zeitstrahl {
  position: relative;
  padding: 30px 0;
  margin-bottom: 20px;
}
.timeline .container .zeitstrahl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: #343a40;
  margin-left: -2px;
}
@media (max-width: 768px) {
  .timeline .container .zeitstrahl:before {
    left: 30px;
  }
}
@media (max-width: 582px) {
  .timeline .container .zeitstrahl:before {
    left: 20px;
  }
}
.timeline .container .zeitstrahl .zeitstrahl-block {
  position: relative;
  margin-bottom: 40px;
}
.timeline .container .zeitstrahl .zeitstrahl-block:nth-child(2n) .zeitstrahl-content {
  float: right;
}
@media (max-width: 768px) {
  .timeline .container .zeitstrahl .zeitstrahl-block:nth-child(2n) .zeitstrahl-content {
    float: none;
  }
}
.timeline .container .zeitstrahl .zeitstrahl-block:nth-child(2n) .zeitstrahl-content:before {
  left: auto;
  right: 100%;
  border-width: 12px 12px 12px 0;
  border-color: transparent #f2f2f2 transparent transparent;
}
.timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-jahr {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #183A67;
  color: #fff;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-jahr {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 582px) {
  .timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-jahr {
    width: 40px;
    height: 40px;
    font-size: 0.6875rem;
  }
}
.timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-jahr span {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
.timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-content {
  position: relative;
  margin-left: 0;
  padding: 20px;
  width: 45%;
  background: #f2f2f2;
  color: #343a40;
}
@media (max-width: 768px) {
  .timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-content {
    width: auto;
    margin-left: 82px;
  }
}
@media (max-width: 582px) {
  .timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-content {
    width: auto;
    margin-left: 62px;
  }
}
.timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-content:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 100%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #f2f2f2;
}
@media (max-width: 768px) {
  .timeline .container .zeitstrahl .zeitstrahl-block .zeitstrahl-content:before {
    left: auto;
    right: 100%;
    border-right-width: 12px;
    border-left-width: 0;
    border-right-color: #f2f2f2;
    border-left-color: transparent;
    top: 8px;
  }
}
.timeline .container .zeitstrahl .zeitstrahl-block:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-2 .flip-container:first-child .image {
  height: 369px;
}
.gallery-2 .flip-container:last-child .image {
  height: 369px;
}

.gallery3 .flip-container {
  margin-bottom: 25px;
}
.gallery3 .flip-container .image {
  height: 295px;
}

.gallery4 .flip-container {
  margin-bottom: 25px;
}
.gallery4 .flip-container:first-child .image {
  height: 375px;
}
.gallery4 .flip-container:last-child .image {
  height: 246px;
}
.gallery4 .col-sm-5 .flip-container:first-child .image {
  height: 278px;
}
.gallery4 .col-sm-5 .flip-container:last-child .image {
  height: 343px;
}

.slidertext .main-slides .slide .bg-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.container {
  padding-left: 36px;
  padding-right: 36px;
}
@media screen and (min-width: 580px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.spacing {
  padding: 20px 0px;
}
@media screen and (min-width: 580px) {
  .spacing {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 1000px) {
  .spacing {
    padding: 40px 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt30 {
  margin-top: 30px;
}

a.line {
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
a.line:before {
  content: "";
  width: 50px;
  border-top: 1px solid #183A67;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  transition: all 0.2s ease;
  top: 15px;
  left: -40px;
}
@media screen and (min-width: 580px) {
  a.line {
    padding-left: 0;
  }
  a.line:before {
    width: 20px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -5px;
    left: unset;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 1180px) {
  a.line:before {
    width: 135px;
  }
}
a.line:hover:before {
  border-top: 1px solid #DC6019;
}

a.chev:after {
  content: url("assets/img/chevblue.svg");
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}

a.white {
  color: white;
}
a.white:before {
  border-top: 1px solid white;
}
a.white:after {
  content: url("assets/img/chevwhite.svg");
}

@media screen and (min-width: 760px) {
  .vline {
    border-left: 1px solid #183A67;
    padding-left: 15px;
  }
}

.lc-einleitung h2 {
  margin-bottom: 35px;
}

.lc_textblockcenter {
  padding: 40px 0px;
  color: white;
  text-align: left;
  background: #dc6019;
  background: linear-gradient(307deg, #dc6019 0%, #3b4159 33%, #183a67 45%);
  margin-bottom: 40px;
}
.lc_textblockcenter a {
  background-color: #dc6019;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
}
.lc_textblockcenter a:hover {
  background-color: #808080;
  color: #fff !important;
}
.lc_textblockcenter a:visited {
  color: #fff !important;
}
.lc_textblockcenter a:after {
  content: url("assets/img/chevwhite.svg") !important;
}
@media screen and (min-width: 580px) {
  .lc_textblockcenter a.line:before {
    width: 50px;
  }
}
.lc_textblockcenter h2 {
  color: white;
}
@media screen and (min-width: 1000px) {
  .lc_textblockcenter {
    padding: 0px 15px;
    background: white;
    color: inherit;
    text-align: center;
  }
  .lc_textblockcenter a.line:before {
    width: 135px;
  }
  .lc_textblockcenter h2 {
    color: #183A67;
  }
  .lc_textblockcenter .background.Blau {
    background: #183A67;
  }
  .lc_textblockcenter .background.Blau h2 {
    color: white;
  }
  .lc_textblockcenter .background.Blau a {
    color: white;
  }
  .lc_textblockcenter .background.Blau a:before {
    border-top: 1px solid white;
  }
  .lc_textblockcenter .background.Blau a:after {
    content: url("assets/img/chevwhite.svg");
  }
  .lc_textblockcenter .background.Blau a:hover {
    color: #fff;
  }
  .lc_textblockcenter .background.Blau .container {
    color: white;
    padding: 65px 0px;
  }
}

.lc_logoleiste .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lc_logoleiste .logos div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 580px) {
  .lc_logoleiste .logos div {
    width: auto;
  }
}
@media screen and (min-width: 580px) {
  .lc_logoleiste .logos {
    align-items: center;
    justify-content: space-between;
  }
}

.lc_ss {
  overflow: hidden;
  padding: 0px;
  position: relative;
}
.lc_ss .container {
  overflow: visible;
  padding: 0px;
}
.lc_ss .slides {
  pointer-events: none;
  overflow: visible;
}
.lc_ss .slide {
  padding-top: 28px;
  overflow: visible;
}
.lc_ss .col-7 {
  position: relative;
}
.lc_ss .text {
  margin: 0px 15px;
}
@media screen and (min-width: 1000px) {
  .lc_ss .text {
    margin: 0;
    margin-left: 8.33333%;
    top: -28px;
    position: relative;
  }
}
.lc_ss .bg-image {
  z-index: 200;
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 1000px) {
  .lc_ss .bg-image {
    height: 362px;
    top: -28px;
  }
}
.lc_ss .blocker {
  height: 60px;
  width: 260px;
  position: absolute;
  background: #183A67;
  left: 0px;
  bottom: unset;
  top: 275px;
}
@media screen and (min-width: 1000px) {
  .lc_ss .blocker {
    height: 418px;
    width: 4000px;
    position: absolute;
    background: #183A67;
    left: -3430px;
    bottom: 28px;
    top: 28px;
  }
}
.lc_ss .blocker .slickar {
  width: auto;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.lc_zitat .dots {
  position: absolute;
  z-index: 400;
  top: 299px;
  width: calc(100% - 72px);
}
.lc_zitat .dots .slick-dots {
  position: relative;
  bottom: 0;
}
.lc_zitat .dots .slick-dots li button:before {
  width: 9px;
  height: 9px;
  border: 2px solid #183A67;
  border-radius: 100%;
  content: "";
}
.lc_zitat .dots .slick-dots li.slick-active button:before {
  background: #183A67;
}
.lc_zitat .slides {
  position: relative;
  min-height: 300px;
}
.lc_zitat .slides .slide {
  background: white;
  padding-top: 20px;
}
.lc_zitat .slides .slide.active .link {
  border-top: 3px solid #183A67;
}
.lc_zitat .slides .slide.active .link .name {
  color: #183A67;
  opacity: 1;
}
.lc_zitat .quote {
  color: #183A67;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: auto;
  font-weight: 300;
}
@media screen and (min-width: 580px) {
  .lc_zitat .quote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: auto;
  }
}
.lc_zitat .profile {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  display: block;
  border-radius: 100%;
}
.lc_zitat .navigation {
  display: none;
}
@media screen and (min-width: 580px) {
  .lc_zitat .navigation {
    display: flex;
  }
}
.lc_zitat .link {
  width: 255px;
  border-top: 1px solid #4D4D4D;
  margin-right: 30px;
  padding-top: 30px;
  cursor: pointer;
  margin-bottom: 40px;
}
.lc_zitat .link .name {
  font-weight: 700;
  opacity: 0.6;
}
.lc_zitat .link .job {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: auto;
}
.lc_zitat .link.active, .lc_zitat .link.mobile {
  border-top: 3px solid #183A67;
}
.lc_zitat .link.active .name, .lc_zitat .link.mobile .name {
  color: #183A67;
  opacity: 1;
}

.bggrad {
  background: #dc6019;
  background: linear-gradient(307deg, #dc6019 0%, #3b4159 33%, #183a67 45%);
  color: white;
  padding-top: 40px;
  text-align: center;
  margin: 60px 0px;
  padding-bottom: 90px;
}
.bggrad h2,
.bggrad h3 {
  color: white;
}
.bggrad h5 {
  opacity: 0.3;
  color: white;
}
.bggrad .vline {
  border-left: 1px solid white;
}

.lc_newsletter {
  background: #dc6019;
  background: linear-gradient(307deg, #dc6019 0%, #3b4159 33%, #183a67 45%);
  color: white !important;
  padding: 25px 0;
  position: relative;
}
@media screen and (min-width: 760px) {
  .lc_newsletter {
    padding: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .lc_newsletter {
    padding-bottom: 40px;
  }
}
.lc_newsletter h2 {
  color: white;
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .lc_newsletter h2 {
    margin-bottom: 30px;
  }
}
.lc_newsletter h5 {
  color: white;
  opacity: 0.3;
  margin-bottom: 40px;
}
.lc_newsletter form {
  margin-bottom: 60px;
}
.lc_newsletter form .newsletter-wrapper {
  position: relative;
}
.lc_newsletter form .newsletter-wrapper .submit-container {
  display: flex;
  align-items: center;
  top: 10px;
}
.lc_newsletter form .newsletter-wrapper .submit-container p {
  margin-bottom: 0px;
}
.lc_newsletter form .newsletter-wrapper .submit-container p .wpcf7-spinner {
  display: none;
}
.lc_newsletter form .newsletter-wrapper .submit-container input[type=submit] {
  background: transparent;
  width: 210px;
  color: white;
}
.lc_newsletter form .newsletter-wrapper .submit-container:before {
  border-top: 1px solid white !important;
  position: relative;
  top: 1px;
}
.lc_newsletter form .newsletter-wrapper .submit-container:after {
  content: url("assets/img/chevwhite.svg") !important;
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
.lc_newsletter form .newsletter-wrapper .accept a {
  color: white;
}
.lc_newsletter form input[type=email] {
  margin-right: 30px;
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: white;
  font-weight: 300;
  width: 100%;
  max-width: 327px;
}
.lc_newsletter form input[type=email]::placeholder {
  color: white;
  opacity: 100%;
  font-weight: 300;
}
.lc_newsletter form .form-row {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
.lc_newsletter form .form-row .submit-container {
  position: relative;
}
.lc_newsletter form .form-row .submit-container:after {
  content: url("assets/img/chevwhite.svg");
}
.lc_newsletter form .form-row .submit-container:before {
  border-color: white;
  width: 110px;
}
.lc_newsletter .blocker {
  position: absolute;
  right: 20px;
  bottom: -40px;
  opacity: 0.2;
}

.lc_news .news_header {
  color: #183a67;
  font-size: 1.6875rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-family: inherit;
}
@media screen and (max-width: 760px) {
  .lc_news .news_header {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 580px) {
  .lc_news .news_header {
    font-size: 2.0625rem;
  }
}
.lc_news #news-app .row {
  gap: 30px;
}
.lc_news #news-app .row ul {
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  .lc_news #news-app .row ul {
    flex-direction: row;
  }
}
.lc_news #news-app .row ul li {
  margin-left: 10px;
}
.lc_news #news-app .row ul li:first-child {
  margin-left: 10px;
}
@media screen and (min-width: 760px) {
  .lc_news #news-app .row ul li:first-child {
    margin-left: 0px;
  }
}
.lc_news #news-app .row ul li a {
  color: #343a40;
  text-decoration: none;
}
.lc_news #news-app .row ul li a.active {
  color: #fff;
  background-color: #343a40;
  padding: 5px 10px;
}
.lc_news #news-app .row .col-md-4 {
  transition: all 250ms ease;
  outline: 1.5px solid rgba(24, 58, 103, 0.16);
  box-shadow: 0 0 0 1px rgba(0, 125, 48, 0);
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .lc_news #news-app .row .col-md-4 {
    max-width: calc(33.3333333333% - 30px);
  }
}
.lc_news #news-app .row .col-md-4:hover {
  transform: scale(1.05);
}
.lc_news #news-app .row .col-md-4:hover a {
  color: initial;
}
.lc_news #news-app .row .col-md-4:hover a .mehrlink {
  color: #DC6019;
}
.lc_news #news-app .row .col-md-4 .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 185px;
  display: block;
  margin-bottom: 30px;
}
.lc_news #news-app .row .col-md-4 .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.lc_news #news-app .row .col-md-4 .teasertext {
  color: #343a40 !important;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.lc_news h4 {
  margin-bottom: 2px;
  color: #183A67;
  font-size: 1.5625rem;
  font-weight: 700;
}
.lc_news .date {
  font-weight: 300;
  font-size: 12px;
  color: #343a40;
  display: block;
  margin-bottom: 10px;
}
.lc_news .mainrow {
  margin-bottom: 10px;
}
.lc_news .news-entry {
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  .lc_news .news-entry {
    margin-bottom: 30px;
  }
}
.lc_news .mehrlink {
  margin-bottom: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
.lc_news .mehrlink:before {
  content: "";
  width: 80px;
  border-top: 1px solid #183A67;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  transition: all 0.2s ease;
  top: 15px;
  left: -40px;
}
.lc_news .mehrlink:after {
  content: url("assets/img/chevblue.svg");
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 580px) {
  .lc_news .mehrlink {
    padding-left: 0px;
  }
  .lc_news .mehrlink:before, .lc_news .mehrlink:after {
    display: none;
  }
}
.lc_news .morelink {
  font-weight: 700;
  color: #183A67;
  font-size: 16px;
  font-size: 1rem;
  line-height: auto;
  margin-left: 15px;
}

.lc_branchen h4 {
  margin-bottom: 20px;
}
.lc_branchen .vline {
  margin-bottom: 20px;
}
.lc_branchen .entry {
  margin-bottom: 40px;
}

.lc_text_logo h2 {
  margin-bottom: 30px;
}
.lc_text_logo .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.lc_text_logo .logos div {
  padding: 0px 18px;
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (min-width: 760px) {
  .lc_text_logo .logos div {
    width: 33%;
  }
}
.lc_text_logo .logos div img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.2s all ease;
  z-index: 800;
  position: relative;
}
.lc_text_logo .logos div img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.lc_listetext .subheadline {
  font-size: 1.338rem;
}
.lc_listetext .ticklist {
  margin-top: 60px;
}

.ticklist {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: auto;
}
.ticklist ul {
  list-style: none;
}
.ticklist ul li {
  margin-bottom: 30px;
  padding-left: 50px;
}
.ticklist ul li:before {
  content: url("assets/img/listtick.svg");
  position: absolute;
  left: 0px;
}

.lc_brancheoverview {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.lc_brancheoverview .graphic-container {
  max-width: 714px;
  display: inline-block;
  position: relative;
  left: 0px;
  transition: all 0.4s ease;
}
.lc_brancheoverview .graphic-container.right {
  left: 200px;
}
.lc_brancheoverview .graphic-container.left {
  left: -200px;
}
.lc_brancheoverview .graphic-container img {
  position: relative;
}
.lc_brancheoverview .graphic-container .blockers.hide div {
  opacity: 0;
}
.lc_brancheoverview .graphic-container .blocker {
  position: absolute;
  background: #183A67;
  width: 2000px;
  opacity: 1;
  transition: all 0.3s ease;
}
.lc_brancheoverview .graphic-container .blocker.hide {
  opacity: 0;
}
.lc_brancheoverview .graphic-container .blocker:nth-child(1) {
  height: 174px;
  top: 50%;
  left: -1932px;
}
.lc_brancheoverview .graphic-container .blocker:nth-child(1) span {
  position: absolute;
  right: 60px;
  top: 49px;
  text-align: right;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  opacity: 0.8;
}
.lc_brancheoverview .graphic-container .blocker:nth-child(2) {
  bottom: 5px;
  left: 50%;
  height: 246px;
}
.lc_brancheoverview .graphic-container .blocker:nth-child(2) img {
  position: absolute;
  left: 144px;
  bottom: 0px;
  opacity: 0.2;
}
.lc_brancheoverview .infobox {
  text-align: left;
  position: absolute;
}
.lc_brancheoverview .infobox:after {
  display: block;
  content: "";
  width: 215px;
  border-top: 1px solid #183A67;
  position: absolute;
  right: -225px;
  top: 25px;
}
.lc_brancheoverview .infobox.hide {
  display: none;
}
.lc_brancheoverview .infobox.active .info {
  display: block;
}
.lc_brancheoverview .infobox.active .close-link {
  margin-bottom: 30px;
  display: block;
}
.lc_brancheoverview .infobox.active .more-link {
  display: none;
}
.lc_brancheoverview .infobox.active:nth-child(3) {
  top: 25%;
  right: -53%;
  text-align: right;
  width: 350px;
}
.lc_brancheoverview .infobox.active:nth-child(3):after {
  right: unset;
  left: -167px;
  top: 22px;
  width: 150px;
}
.lc_brancheoverview .infobox.active:nth-child(2) {
  top: 86%;
  left: -53%;
}
.lc_brancheoverview .infobox.active:nth-child(2) .info {
  top: -290px;
}
.lc_brancheoverview .infobox a.more-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: auto;
  font-weight: 700;
  color: #183A67;
}
.lc_brancheoverview .infobox a.more-link:hover {
  color: #DC6019;
}
.lc_brancheoverview .infobox:nth-child(1) {
  top: 8%;
  left: -27%;
}
.lc_brancheoverview .infobox:nth-child(1).active {
  left: -55%;
}
.lc_brancheoverview .infobox:nth-child(3) {
  top: 25%;
  right: -27%;
  text-align: right;
}
.lc_brancheoverview .infobox:nth-child(3):after {
  right: unset;
  left: -167px;
  top: 22px;
  width: 150px;
}
.lc_brancheoverview .infobox:nth-child(2) {
  top: 86%;
  left: -27%;
}
.lc_brancheoverview .infobox:nth-child(2) .info {
  top: -320px;
}
.lc_brancheoverview .infobox .info {
  display: none;
  width: 350px;
  z-index: 800;
  position: absolute;
}
.lc_brancheoverview .infobox .info.active {
  display: block;
}
.lc_brancheoverview .img-blockers div {
  position: absolute;
  background: white;
  opacity: 0;
  transition: all 0.2s linear;
}
.lc_brancheoverview .img-blockers div.active {
  opacity: 0.5;
}
.lc_brancheoverview .img-blockers div:nth-child(1) {
  width: 50%;
  height: 56.5%;
  top: 0;
}
.lc_brancheoverview .img-blockers div:nth-child(3) {
  width: 50%;
  height: 67.2%;
  top: 6.5%;
  left: 50%;
}
.lc_brancheoverview .img-blockers div:nth-child(2) {
  width: 100%;
  height: 50%;
  top: 56.5%;
}

.lc_brancheoverview_mobile .infobox {
  background: white;
  color: #183A67;
  padding: 70px 36px 30px 36px;
}
.lc_brancheoverview_mobile .infobox:nth-child(odd) {
  background: #183A67;
  color: #fff;
}
.lc_brancheoverview_mobile .infobox:nth-child(odd) h2 {
  color: white;
}
.lc_brancheoverview_mobile .img-container {
  overflow: hidden;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.lc_brancheoverview_mobile .img-container img {
  position: relative;
  max-width: 100%;
}

.lc_hervor {
  display: flex;
  justify-content: end;
}
.lc_hervor .inner-container {
  max-width: 1140px;
  width: 100%;
  margin: 0;
}
.lc_hervor .inner-container .cont-mask {
  width: 100%;
  height: 250px;
  mask-image: url("assets/img/sloc-logo-mask.svg");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position-x: right;
  -webkit-mask-image: url("assets/img/sloc-logo-mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  background: #dc6019;
  background: linear-gradient(270deg, #dc6019 0%, #183a67 50%);
}
.lc_hervor .inner-container .cont {
  background: #dc6019;
  background: linear-gradient(270deg, #dc6019 0%, #183a67 50%);
  position: relative;
}
.lc_hervor .inner-container .cont .col-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: white;
  width: 100%;
  padding: 30px;
  gap: 50px;
}
.lc_hervor .inner-container .cont .col-container strong {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: auto;
  font-weight: 700;
}
.lc_hervor .inner-container .cont .col-container .spalte-zwei {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  max-width: 515px;
}
@media screen and (min-width: 1000px) {
  .lc_hervor .inner-container .cont .col-container .spalte-zwei {
    justify-content: center;
    align-items: center;
  }
}
.lc_hervor .inner-container .cont .col-container .spalte-zwei a.line {
  left: 40px;
}
.lc_hervor .inner-container .cont hr {
  position: absolute;
  border-top: 1px solid white;
  top: 80px;
  width: 140%;
  left: 30px;
}

/*
.lc_hervor {
  overflow: hidden;
  @include break(lg){
    margin-top: -230px;
  }

  .cont {
    position: relative;

    img {
      @include break(lg) {
        width: 1357px;
      }
      max-width: none;
      width: 100%;
      //position: absolute;
      //top: -350px;
    }

    .col-container {
      background: $blue;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;

      @include break(lg){
        justify-content: space-between;
      }

      text-align: center;
      color: white;
      width: 100%;
      padding: 30px;

      strong {
        @include fontSize(40px);
        font-weight: 700;

      }

      @include break(lg){
        background: transparent;
        top: 260px;
        position: absolute;

      }

    }

    hr {
      position: absolute;
      border-top: 1px solid white;
      top: 339px;
      width: 140%;
      left: 30px;
    }
  }
}
*/
.lc_produktvoreile {
  overflow: hidden;
}
.lc_produktvoreile .blocker {
  background: #183A67;
  height: 108px;
  width: 4000px;
  position: absolute;
  top: 245px;
  left: 170px;
  z-index: -1;
}
.lc_produktvoreile .main-img {
  max-width: none;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .lc_produktvoreile .main-img {
    width: 976px;
    left: -266px;
  }
}
.lc_produktvoreile .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: auto;
}
.lc_produktvoreile .icon-container div {
  margin-right: 20px;
}
@media screen and (min-width: 1000px) {
  .lc_produktvoreile .icon-container {
    top: 150px;
    justify-content: flex-end;
  }
}
.lc_produktvoreile .list {
  color: #183A67;
}
.lc_produktvoreile .list strong {
  font-weight: 700;
}
.lc_produktvoreile .list p {
  margin-left: 70px;
}
.lc_produktvoreile .list img {
  position: absolute;
}
.lc_produktvoreile .list ul {
  list-style: none;
  position: relative;
  padding-left: 82px;
}
.lc_produktvoreile .list ul:before {
  position: absolute;
  left: 0px;
}
.lc_produktvoreile .list ul li {
  position: relative;
  margin-bottom: 15px;
}
.lc_produktvoreile .list ul li:before {
  content: "–";
  position: absolute;
  left: -15px;
}

.lc_features {
  padding-top: 80px;
  color: white;
}
.lc_features h5,
.lc_features h2 {
  color: white;
}
.lc_features h2 {
  margin-bottom: 70px;
}
.lc_features h5 {
  opacity: 0.2;
}
.lc_features p {
  line-height: 35px;
  max-width: 79%;
}
.lc_features .icon-container {
  position: absolute;
  width: 35px;
  left: -30px;
  height: 65px;
}
@media screen and (min-width: 1000px) {
  .lc_features .icon-container {
    width: 65px;
    left: -70px;
  }
}
.lc_features .box {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .lc_features .box {
    margin-bottom: 40px;
  }
}

.lc_specs {
  overflow: hidden;
  width: 100%;
  padding-bottom: 180px;
}
@media screen and (min-width: 1000px) {
  .lc_specs {
    padding-bottom: 80px;
  }
}
.lc_specs h2 {
  margin-bottom: 80px;
}
.lc_specs .subhead {
  background: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: auto;
  font-weight: 700;
  color: #183A67;
  position: relative;
  top: -20px;
  left: 30px;
  padding: 5px 22px;
  display: inline-block;
  max-width: 85%;
}
.lc_specs .border {
  position: relative;
  border: 1px solid #4D4D4D;
  border-radius: 7px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: auto;
}
.lc_specs .border .pusher {
  height: 4vw;
  max-height: 424px;
}
.lc_specs .img-container {
  position: absolute;
  width: 40vw;
  height: 40vw;
  max-width: 400px;
  max-height: 400px;
  background: white;
  right: -13vw;
  bottom: -60px;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1000px) {
  .lc_specs .img-container {
    padding: 20px;
    display: flex;
  }
}
.lc_specs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  left: -18px;
  position: relative;
  background: white;
}
.lc_specs ul li {
  position: relative;
  margin-bottom: 30px;
  max-width: 70%;
}
.lc_specs ul li:before {
  content: url("assets/img/listtick.svg");
  position: absolute;
  left: -70px;
}
.lc_anwendung .row img {
  margin-bottom: 40px;
}

.lc_video .box {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 45px;
  position: relative;
  margin-bottom: 40px;
  height: 100%;
}
@media screen and (min-width: 760px) {
  .lc_video .box {
    top: -70px;
  }
}
.lc_video a.line {
  padding-left: 0;
}
.lc_video a.line:before {
  content: none;
}

.lc_textbild {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .lc_textbild {
    padding-top: 200px;
  }
}
.lc_textbild .col-5 {
  position: relative;
}
.lc_textbild img {
  position: relative;
}
@media screen and (min-width: 760px) {
  .lc_textbild img {
    left: 50px;
    top: -210px;
    max-width: none;
  }
}
.lc_textbild .blocker {
  background: #183A67;
  height: 186px;
  width: 1000px;
  position: absolute;
  left: 250px;
}

.kontakt-left-wrapper {
  position: relative;
}
.kontakt-left-wrapper .findus-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.kontakt-left-wrapper .findus-wrapper h4 {
  margin-top: 20px;
  color: #183A67;
}
.kontakt-left-wrapper .text {
  background: #183A67;
  color: white;
  padding: 40px;
}
@media screen and (min-width: 1000px) {
  .kontakt-left-wrapper .text {
    width: 445px;
    height: 585px;
    position: relative;
  }
}
.kontakt-left-wrapper img.kbild {
  position: absolute;
  right: 0px;
  max-width: 420px;
  bottom: -200px;
}
.kontakt-left-wrapper .tabnav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.kontakt-left-wrapper .tabnav .tabnav-item {
  width: 85px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  cursor: pointer;
}
.kontakt-left-wrapper .tabnav .tabnav-item.active {
  border-bottom: 3px solid white;
}
.kontakt-left-wrapper .tabnav .tabnav-item img {
  width: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 760px) {
  .kontakt-right-wrapper {
    margin-top: -80px;
  }
}

.map-container {
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 760px) {
  .map-container {
    margin-top: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .map-container {
    margin-bottom: 140px;
  }
}
.map-container .norecaptach {
  margin-bottom: 35px;
}
.map-container #acceptGoogleMapsCookies {
  background: #183A67;
  color: #fff;
  opacity: 1;
  width: auto;
  position: relative;
  padding: 10px 20px;
  outline: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

iframe {
  width: 100%;
  height: 618px;
  top: 20px;
}
@media screen and (min-width: 1000px) {
  iframe {
    width: 1202px;
  }
}

.container.form h2 {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 760px) {
  .container.form h2 {
    margin-top: 0;
  }
}
.container.form .wpcf7-submit {
  cursor: pointer;
}
.container.form input,
.container.form textarea {
  border: none;
  background: #183A67;
  opacity: 0.3;
  color: white;
  font-family: "Roboto";
  font-size: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  padding: 16px 23px;
  font-weight: 300;
}
.container.form input::placeholder,
.container.form textarea::placeholder {
  color: white;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .container.form input,
.container.form textarea {
    width: 327px;
  }
}
.container.form textarea {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .container.form textarea {
    max-width: 635px;
  }
}
.container.form .acctext {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: auto;
  width: 265px;
  left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.container.form .acctext input {
  width: 40px;
  opacity: 1;
  padding: 0;
  width: auto;
  position: absolute;
  left: -22px;
  top: 17px;
}
.container.form input[type=submit] {
  background: #183A67;
  color: #fff;
  opacity: 1;
  width: auto;
  position: relative;
  padding: 10px 20px;
}
@media screen and (min-width: 1000px) {
  .container.form .subcontainer:before {
    content: "";
    width: 135px;
    border-top: 1px solid #183A67;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -5px;
  }
}
.container.form .subcontainer:after {
  content: url("assets/img/chevblue.svg");
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}

.hervor2 {
  position: relative;
  margin-top: 0;
}
.hervor2 .cont .col-container {
  text-align: left;
  bottom: 0px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .hervor2 .cont .col-container {
    flex-wrap: nowrap;
    padding: 58px;
    padding-right: 0px;
  }
  .hervor2 .cont .col-container h2 {
    width: 267px;
    margin-right: 78px;
  }
}
.hervor2 h2 {
  color: white;
}

.footnote {
  color: #183A67;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: auto;
}

.lc_bildslide {
  position: relative;
  overflow: hidden;
}
.lc_bildslide .bg {
  background: #183A67;
  height: 387px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.lc_bildslide h2 {
  color: white;
}
.lc_bildslide .slides {
  width: 1100px;
}
.lc_bildslide .slide .bg-image {
  width: 540px;
  height: 362px;
}

.slickar {
  display: none;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .slickar {
    display: flex;
  }
}
.slickar .arleft {
  width: 10px;
  height: 20px;
  background: url("assets/img/chevwhite.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  background-position: center;
}
.slickar .arright {
  width: 10px;
  height: 20px;
  background: url("assets/img/chevwhite.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slickar .slick-dots {
  width: auto;
  position: relative;
  top: -5px;
  left: 10px;
  margin: 0px 40px;
}

.slick-dots li button:before {
  width: 9px;
  height: 9px;
  border: 2px solid white;
  border-radius: 100%;
}

.extranews {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .extranews {
    overflow: visible;
  }
}
.extranews .bg-image {
  height: 234px;
  margin-bottom: 40px;
}
.extranews .bg-image.default {
  background-image: url("assets/img/defaultbg.svg");
}
.extranews .moreslider {
  margin: 0 -15px;
}
.extranews .slide {
  padding: 0px 15px;
}
.extranews .next,
.extranews .prev {
  content: url("assets/img/chevbluelg.svg");
  margin-left: 85px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 280px;
  right: -50px;
}
@media screen and (min-width: 1024px) {
  .extranews .next,
.extranews .prev {
    display: block;
  }
}
.extranews .prev {
  transform: rotate(180deg);
  margin-right: 85px;
  margin-left: 0;
  right: unset;
  left: -50px;
}

.lc_text2bild {
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .lc_text2bild {
    overflow: visible;
    margin-bottom: 120px;
  }
}
.lc_text2bild .images {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.lc_text2bild .images img:nth-child(1) {
  bottom: -20%;
  left: 0%;
  position: absolute;
  width: 45%;
}
.lc_text2bild .images img:nth-child(2) {
  position: relative;
  z-index: -1;
  width: 80%;
  left: 20%;
}

.success-story {
  padding-top: 73px;
}
.success-story .breadcrumbs {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .success-story .breadcrumbs {
    margin-bottom: 37px;
  }
}
.success-story .sharelink {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: auto;
  margin-bottom: 40px;
}
.success-story h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: auto;
  margin-bottom: 20px;
}
.success-story .vline {
  padding-top: 50px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: auto;
}
.success-story .logo-text {
  font-weight: bold;
  color: #183A67;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: auto;
  margin-top: 40px;
  padding-bottom: 20px;
}

.breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: auto;
  opacity: 1;
  padding: 0;
  margin: 0;
  color: #4D4D4D;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 28px;
  margin-top: 25px;
}
.breadcrumbs span {
  position: relative;
  display: inline-block;
  z-index: 800;
}
.breadcrumbs a {
  color: #4D4D4D;
  background: none;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.breadcrumbs a:hover {
  color: #183A67;
  background: none;
}
.breadcrumbs a:first-child:after {
  content: url("assets/img/chevgray.svg");
  margin-left: 8px;
  margin-right: 6px;
  position: relative;
  top: 0px;
}

.lc_bildraster .galerie {
  position: relative;
}
.lc_bildraster .galerie img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .lc_bildraster .galerie img {
    display: inline-block;
    margin: 0;
    margin-bottom: 0px;
  }
  .lc_bildraster .galerie img:nth-child(2) {
    position: absolute;
    top: -90px;
    right: -210px;
  }
  .lc_bildraster .galerie img:nth-child(3) {
    position: relative;
    top: 30px;
    display: block;
  }
  .lc_bildraster .galerie img:nth-child(4) {
    position: relative;
    top: 60px;
  }
  .lc_bildraster .galerie img:nth-child(5) {
    position: relative;
    top: 60px;
    right: -30px;
  }
  .lc_bildraster .galerie img:nth-child(6) {
    position: absolute;
    bottom: -60px;
    right: -10px;
  }
}

.lc-zahlenfakten {
  padding-bottom: 0;
}

.quote {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: auto;
  font-weight: 700;
  color: #183A67;
}

.galerie .flip-container {
  position: relative;
}
.galerie .flip-container .image {
  width: 100%;
}
.galerie .flip-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galerie .flip-container .text {
  position: absolute;
  top: 0px;
  background: #183A67;
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 60px;
  opacity: 0;
  transition: all 0.2s ease;
}
.galerie .flip-container .text:hover {
  opacity: 1;
}
.galerie .flip-container .text h5 {
  color: white;
  opacity: 0.3;
}
.galerie .flip-container .text .head {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: auto;
  font-weight: 700;
}
.galerie .flip-container .text img {
  position: absolute;
  bottom: 45px;
  width: 88px;
  left: 50%;
  transform: translateX(-50%);
}
.galerie .gallery3 .flip-container img {
  width: 100%;
}
.galerie .gallery4 {
  position: relative;
}
.galerie .gallery4 .col-sm-7 .flip-container:last-child .image {
  height: 245px;
}
.galerie .gallery4 img {
  margin-top: 30px;
}

.slidertext .main-slides {
  max-width: 1680px;
  display: block;
  margin: 0 auto;
}
.slidertext .main-slides .bg-image {
  border: 15px solid white;
}
.slidertext .bg-image {
  height: 450px;
}
.slidertext .text-slide-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slidertext .text-slides {
  max-width: 100%;
  padding: 0px 15px;
}
@media screen and (min-width: 1000px) {
  .slidertext .text-slides {
    max-width: 760px;
  }
}
.slidertext .dots {
  height: 40px;
  position: relative;
  width: 100%;
}
.slidertext .dots .slick-dots {
  bottom: 0;
}
.slidertext .dots .slick-dots li button:before {
  width: 9px;
  height: 9px;
  border: 2px solid #183A67;
  border-radius: 100%;
  content: "";
}
.slidertext .dots .slick-dots li.slick-active button:before {
  border: 2px solid #183A67;
  background: #183A67 !important;
}
.slidertext .next,
.slidertext .prev {
  content: url("assets/img/chevbluelg.svg");
  margin-left: 85px;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 1024px) {
  .slidertext .next,
.slidertext .prev {
    display: block;
  }
}
.slidertext .prev {
  transform: rotate(180deg);
  margin-right: 85px;
  margin-left: 0;
}

.navigation.pagination {
  text-align: center;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  margin: 0 auto;
}

.page-numbers {
  margin: 10px;
  background-color: #e5e5e5;
  padding: 10px;
}

.page-numbers.current {
  background-color: #183a67;
  color: #fff;
}

.lc_weitereprod .row {
  gap: 30px;
}
.lc_weitereprod .row .col-md-4 {
  transition: all 250ms ease;
  outline: 1.5px solid rgba(24, 58, 103, 0.16);
  box-shadow: 0 0 0 1px rgba(0, 125, 48, 0);
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .lc_weitereprod .row .col-md-4 {
    max-width: calc(33.3333333333% - 30px);
  }
}
.lc_weitereprod .row .col-md-4:hover {
  transform: scale(1.05);
}
.lc_weitereprod .row .col-md-4:hover a {
  color: initial;
}
.lc_weitereprod .row .col-md-4:hover a .mehrlink {
  color: #DC6019;
}
.lc_weitereprod .row .col-md-4 .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 185px;
  display: block;
  margin-bottom: 30px;
}
.lc_weitereprod .row .col-md-4 .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.lc_weitereprod .row .col-md-4 .teasertext {
  color: #343a40 !important;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.lc_weitereprod h4 {
  margin-bottom: 2px;
  color: #183A67;
  font-size: 1.5625rem;
  line-height: auto;
  font-weight: 700;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
}

.wpcf7-response-output {
  position: relative;
}
@media screen and (min-width: 1180px) {
  .wpcf7-response-output {
    position: absolute;
  }
}
.wpcf7-response-output .wpcf7-validation-errors {
  border: none !important;
}

.wip {
  opacity: 0;
  transition: all 1s ease;
}
.wip.inViewport {
  opacity: 1;
}

.fadeLeft {
  position: relative;
  right: 20px;
}
.fadeLeft.inViewport {
  right: 0;
}

.fadeRight {
  position: relative;
  left: 20px;
}
.fadeRight.inViewport {
  left: 0;
}

.category-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.category-menu li {
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
.category-menu li.current-cat a {
  color: #DC6019;
}

.news-header .slide,
.page-template-page-news .slide {
  padding-bottom: 40px;
}
.news-header .container,
.page-template-page-news .container {
  padding-bottom: 0;
}

.social-icons-container {
  justify-content: center !important;
  align-items: center !important;
  margin-top: 50px;
}
.social-icons-container .footer-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social-icons-container .footer-social .footer-social-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.social-icons-container .footer-social .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.social-icons-container .footer-social .logos a img {
  width: 30px;
  height: 30px;
}

.hiden {
  display: none;
}

.loadmore {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.loadmore button {
  background-color: #343a40;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: all 250ms ease;
}
.loadmore button:hover {
  background-color: #183A67;
}

body {
  overflow: hidden;
  overflow-y: scroll;
  touch-action: pan-x pan-y;
}

.lc_text-link .lc_text_link_headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #183A67;
  margin-bottom: 10px;
}
.lc_text-link .container ul {
  padding-left: 0;
  list-style: none;
}
.lc_text-link .container ul li:before {
  content: "-";
  color: #183A67;
  font-size: 20px;
  margin-right: 10px;
}
.spacer {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

/*# sourceMappingURL=style.css.map */
