@charset "UTF-8";
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-regular.woff2") format("woff2"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-regular.woff") format("woff"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-regular.ttf") format("truetype"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-regular.svg#FiraSans") format("svg");
  /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-700.woff2") format("woff2"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-700.woff") format("woff"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-700.ttf") format("truetype"), url("/fileadmin/layout/css/fira-sans-v10-latin/fira-sans-v10-latin-700.svg#FiraSans") format("svg");
  /* Legacy iOS */
}

/***
 * Variables for configuring the actual styling of the page
 */
/***
 * Some snippets ready to use
 */
/**
 * Base element styling
 */
body, html {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
}

p, .p {
  line-height: 1.4;
  margin: 1em auto 0;
  font-weight: normal;
  font-family: "Fira Sans", sans-serif;
}

.subheadline {
  font-size: 1.3em;
  margin: 0 auto;
  font-weight: normal;
  font-family: "Fira Sans", sans-serif;
  color: inherit;
  text-transform: uppercase;
}

p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, .p:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .subheadline:first-child {
  margin-top: 0;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  color: #003B65;
  line-height: 1.2;
  margin: 0.5em auto 0;
  text-transform: uppercase;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + .h1, h1 + .h2, h1 + .h3, h1 + .h4, h1 + .subheadline, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + .h1, h2 + .h2, h2 + .h3, h2 + .h4, h2 + .subheadline, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + .h1, h3 + .h2, h3 + .h3, h3 + .h4, h3 + .subheadline, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + .h1, h4 + .h2, h4 + .h3, h4 + .h4, h4 + .subheadline, .h1 + h1, .h1 + h2, .h1 + h3, .h1 + h4, .h1 + .h1, .h1 + .h2, .h1 + .h3, .h1 + .h4, .h1 + .subheadline, .h2 + h1, .h2 + h2, .h2 + h3, .h2 + h4, .h2 + .h1, .h2 + .h2, .h2 + .h3, .h2 + .h4, .h2 + .subheadline, .h3 + h1, .h3 + h2, .h3 + h3, .h3 + h4, .h3 + .h1, .h3 + .h2, .h3 + .h3, .h3 + .h4, .h3 + .subheadline, .h4 + h1, .h4 + h2, .h4 + h3, .h4 + h4, .h4 + .h1, .h4 + .h2, .h4 + .h3, .h4 + .h4, .h4 + .subheadline {
  margin-top: 0;
}

h1, .h1 {
  font-size: 1.8em;
}

h2, .h2 {
  font-size: 1.5em;
}

h3, .h3 {
  font-size: 1.3em;
}

h4, .h4 {
  font-size: 1.2em;
}

strong, b {
  font-weight: 900;
}

sub, sup {
  display: inline;
  font-size: 0.8em;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

@media (min-width: 600px) {
  h1, .h1 {
    font-size: 2.6em;
  }

  h2, .h2 {
    font-size: 2em;
  }

  h3, .h3, .subheadline {
    font-size: 1.5em;
  }

  h4, .h4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 4em;
  }

  h2, .h2 {
    font-size: 2.8em;
  }
}
.ul li {
  margin-top: 0.6em;
  padding-left: 1.5em;
  position: relative;
  list-style: none;
  line-height: 1.4;
}
.ul li:before {
  content: "●";
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 0.8em;
  left: 0.5em;
  top: 0.15em;
}
.ul:first-child li:first-child {
  margin-top: 0;
}

ul.styled-list {
  margin: 1em auto 2em;
  padding: 0 0 0 1em;
  list-style: disc;
}
ul.styled-list > li {
  margin: 0.75em auto;
  line-height: 1.4;
}

ol {
  margin: 1.5em auto;
  padding: 0 0 0 3em;
}
ol > li {
  margin: 0.75em auto;
  line-height: 1.4;
}
ol.nested-list, ol.nested-list ol {
  list-style: none;
  counter-reset: item;
}
ol.nested-list > li, ol.nested-list ol > li {
  position: relative;
  counter-increment: item;
}
ol.nested-list > li:before, ol.nested-list ol > li:before {
  content: counters(item, ".") " ";
  position: absolute;
  left: -3em;
  font-weight: bold;
}
ol.nested-list > li > ol {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
ol.nested-list > li > ol > li {
  font-size: 0.9em;
}
ol.nested-list > li > ol:after {
  content: "";
  position: absolute;
  left: -3em;
  right: 0;
  border-bottom: 1px solid;
  bottom: 0;
  opacity: 0.2;
}

.link-button {
  display: inline-block;
  font-size: 1em;
  line-height: 1.4;
  padding: 0.5em 2.5em 0.5em 1.5em;
  border: none;
  background: #FFD532;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
}
.link-button + .link-button {
  margin-left: 10px;
}

.link-text-colorful {
  color: #003B65;
  font-weight: 600;
}

.link-text {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 2.2em;
  font-weight: bold;
}

.link-button, .link-text {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.link-button:after, .link-text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  background: url(/fileadmin/layout/img/arrow_material.svg) no-repeat center;
  background-size: 0.55em;
  width: 1em;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.link-button:active:after, .link-button:focus:after, .link-button:hover:after, .link-text:active:after, .link-text:focus:after, .link-text:hover:after {
  -webkit-transform: translateX(0.2em);
  -moz-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  -o-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

a {
  color: inherit;
}

.frame-layout-darkBlue .link-text-colorful {
  color: #FFD532;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.fontSize-small {
  font-size: 14px;
}

body, html {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.widthContainer-content {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.widthContainer-page {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

/**
 * Styling for .frame based element
 */
.frame:before, .frame:after {
  content: " ";
  display: table;
}
.frame:after {
  clear: both;
}

.frame-space-before-medium {
  padding-top: 30px;
}

.frame-space-after-medium {
  padding-bottom: 30px;
}

.frame-space-before-small {
  padding-top: 15px;
}

.frame-space-after-small {
  padding-bottom: 15px;
}

.frame-space-before-large {
  padding-top: 45px;
}

.frame-space-after-large {
  padding-bottom: 45px;
}

.frame-layout-default {
  background: white;
}

.frame-layout-grayLight {
  background: #f7f7f7;
}

.frame-layout-inverted, .frame-layout-inverted h1, .frame-layout-inverted h2, .frame-layout-inverted h3, .frame-layout-inverted h4, .frame-layout-inverted .h1, .frame-layout-inverted .h2, .frame-layout-inverted .h3, .frame-layout-inverted .h4, .frame-layout-darkBlue, .frame-layout-darkBlue h1, .frame-layout-darkBlue h2, .frame-layout-darkBlue h3, .frame-layout-darkBlue h4, .frame-layout-darkBlue .h1, .frame-layout-darkBlue .h2, .frame-layout-darkBlue .h3, .frame-layout-darkBlue .h4 {
  color: white;
}

.frame-layout-darkBlue form h3{
  color: white;
  line-height:2.5rem;
}
.powermail_fieldset.powermail_fieldset_138 {margin-bottom:2em;}
.powermail_form.powermail_form_1 legend {font-weight:400;}

.frame-layout-darkBlue {
  background: #003B65;
}

.frame-layout-yellow {
  background: #FFD532;
}
.frame-layout-yellow, .frame-layout-yellow h1, .frame-layout-yellow h2, .frame-layout-yellow h3, .frame-layout-yellow h4, .frame-layout-yellow .h1, .frame-layout-yellow .h2, .frame-layout-yellow .h3, .frame-layout-yellow .h4 {
  color: black;
}

.frame-layout-yellow a.link-button, .frame-layout-inverted a.link-button {
  background: #003B65;
}

.frame-layout-rainbow {
  background-image: url("/fileadmin/layout/img/rainbow.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.frame-layout-rainbow h4 {
  color: yellow;
}
.frame-layout-rainbow p {
  color: white;
}

.frame-default, .frame-verySmall, .frame-small, .frame-large, .frame-veryLarge {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.frame-default {
  max-width: 1320px;
}

.frame-verySmall {
  max-width: 1024px;
}

.frame-small {
  max-width: 1200px;
}

.frame-large {
  max-width: 1440px;
}

.frame-veryLarge {
  max-width: 1600px;
}

.frame-hugeLarge {
  max-width: 2560px;
}

@media (min-width: 1024px) {
  .frame-space-before-medium {
    padding-top: 50px;
  }

  .frame-space-after-medium {
    padding-bottom: 50px;
  }

  .frame-space-before-small {
    padding-top: 25px;
  }

  .frame-space-after-small {
    padding-bottom: 25px;
  }

  .frame-space-before-large {
    padding-top: 75px;
  }

  .frame-space-after-large {
    padding-bottom: 75px;
  }
}
/**
 * Breadcumb
 */
.breadcrumb-container {
  display: none;
}

@media (min-width: 900px) {
  .breadcrumb-container {
    display: block;
    padding: 6px 20px 6px 14px;
  }
  .breadcrumb-container .breadcrumb {
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .breadcrumb-container .breadcrumb > li {
    display: inline-block;
    background: #f2f2f2;
    padding: 4px 8px;
    margin: 0 6px 0 0;
    font-size: 10px;
    text-transform: uppercase;
  }
  .breadcrumb-container .breadcrumb > li.active {
    background: #FFD532;
  }
}
@media (min-width: 1320px) {
  .breadcrumb-container {
    padding-left: 54px;
    padding-right: 60px;
  }
}
/**
 * Header and navigation
 */
header.header-root .header-sec {
  display: none;
}
header.header-root .header-main {
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  height: 120px;
}
header.header-root .header-main .header-main-wrap {
  position: relative;
  padding: 50px 20px 15px 20px;
  text-align: center;
}
header.header-root .header-main .header-main-wrap .burger-wrap {
  position: absolute;
  top: 60px;
  left: 20px;
  cursor: pointer;
  text-align: left;
}
header.header-root .header-main .header-main-wrap .burger-wrap > .burger, header.header-root .header-main .header-main-wrap .burger-wrap .burger-label {
  display: inline-block;
  vertical-align: top;
}
header.header-root .header-main .header-main-wrap .burger-wrap .burger {
  width: 30px;
  height: 20px;
  position: relative;
}
header.header-root .header-main .header-main-wrap .burger-wrap .burger span:before, header.header-root .header-main .header-main-wrap .burger-wrap .burger span:after {
  content: "";
}
header.header-root .header-main .header-main-wrap .burger-wrap .burger span, header.header-root .header-main .header-main-wrap .burger-wrap .burger span:before, header.header-root .header-main .header-main-wrap .burger-wrap .burger span:after {
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #b3b3b3;
}
header.header-root .header-main .header-main-wrap .burger-wrap .burger span {
  top: 50%;
  padding-top: -2px;
}
header.header-root .header-main .header-main-wrap .burger-wrap .burger span:before {
  top: -8px;
}
header.header-root .header-main .header-main-wrap .burger-wrap .burger span:after {
  bottom: -8px;
}
header.header-root .header-main .header-main-wrap .burger-wrap .burger-label {
  text-transform: uppercase;
  padding: 0 0 0 6px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  color: #003B65;
  font-size: 22px;
  margin-top: 2px;
  display: none;
}
header.header-root .header-main .header-main-wrap .logo {
  display: inline-block;
}
header.header-root .header-main .header-main-wrap .logo img {
  margin-top: 0;
  height: 49px;
  width: auto;
}
header.header-root .header-main .header-main-wrap .search {
  display: none;
}
header.header-root .header-main .header-main-wrap .nav-language {
  position: absolute;
  top: 15px;
  right: 10px;
}
header.header-root .header-main .header-main-wrap .nav-language li {
  display: inline-block;
  margin-right: 5px;
}
.header.header-root .header-sec .header-sec-wrap .nav-language .language-menu li {margin-left:3px;}
header.header-root .header-main .header-main-wrap .nav-language .current .flag img {
  height: 20px;
  width: auto;
}
header.header-root .header-main .header-main-wrap .nav-language .current .title {
  display: none;
}
header.header-root .header-main .header-main-wrap .nav-language .selection {
  display: none;
}
li.text-muted {display: none;}
@media (min-width: 600px) {
  header.header-root .header-main .header-main-wrap .burger-wrap .burger-label {
    display: inline-block;
  }
}
@media (min-width: 900px) {
  header.header-root .header-main {
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    height: 100px;
  }
  header.header-root .header-main .header-main-wrap {
    position: relative;
    padding: 15px 20px;
    text-align: center;
  }
  header.header-root .header-main .header-main-wrap .burger-wrap {
    position: absolute;
    top: 30px;
    left: 20px;
    cursor: pointer;
    text-align: left;
  }
  header.header-root .header-sec {
    display: block;
    height: 40px;
    background: #f2f2f2;
  }
  header.header-root .header-sec .header-sec-wrap {
    position: relative;
    padding: 14px 20px;
  }
  header.header-root .header-sec .header-sec-wrap .nav-header {
    font-size: 12px;
    text-transform: uppercase;
  }
  header.header-root .header-sec .header-sec-wrap .nav-header ul {
    display: flex;
  }
  header.header-root .header-sec .header-sec-wrap .nav-header ul li {
    margin: 0 25px 0 0;
    padding: 0;
  }
  header.header-root .header-sec .header-sec-wrap .nav-header ul li:before {
    display: none;
  }
  header.header-root .header-sec .header-sec-wrap .nav-language {
    position: absolute;
    top: 14px;
    right: 20px;
  }
  header.header-root .header-sec .header-sec-wrap .nav-language .tx-srlanguagemenu div {
    display: inline-block;
    vertical-align: bottom;
  }
  header.header-root .header-sec .header-sec-wrap .nav-language .tx-srlanguagemenu .flag {
    margin-left: 4px;
  }
  header.header-root .header-sec .header-sec-wrap .nav-language .tx-srlanguagemenu .flag img {
    height: 14px;
    width: auto;
  }
  header.header-root .header-sec .header-sec-wrap .nav-language .tx-srlanguagemenu .title {
    display: none;
  }
  header.header-root .header-main .header-main-wrap .logo img {
    margin-top: 0;
    height: 69px;
  }
  header.header-root .header-main .header-main-wrap .nav-language {
    display: none;
  }
  header.header-root .header-main .header-main-wrap .search {
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    padding: 0 6px;
  }
  header.header-root .header-main .header-main-wrap .search .tx-kesearch-pi1 {
    padding: 0;
    margin-top: -6px;
  }
  header.header-root .header-main .header-main-wrap .search .tx-kesearch-pi1 .kesearchbox {
    width: 250px;
  }
  header.header-root .header-main .header-main-wrap .search .tx-kesearch-pi1 .kesearchbox .searchValue input {
    font-size: 14px;
    padding: 8px 36px 8px 16px;
  }
  header.header-root .header-main .header-main-wrap .search .tx-kesearch-pi1 .kesearchbox button {
    width: 40px;
    background-size: 14px;
  }
}
@media (min-width: 1320px) {
  header.header-root .header-sec .header-sec-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  header.header-root .header-sec .header-sec-wrap .nav-language {
    right: 60px;
  }
  header.header-root .header-main .header-main-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  header.header-root .header-main .header-main-wrap .burger-wrap {
    left: 60px;
  }
  header.header-root .header-main .header-main-wrap .search {
    right: 60px;
  }
}
/**
 * Main navigation
 */
#page {
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}

#pageOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  cursor: url("/fileadmin/layout/lib/lightbox/images/close.png"), zoom-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.4s, 0s, 0.4s;
  -moz-transition-duration: 0.4s, 0s, 0.4s;
  -ms-transition-duration: 0.4s, 0s, 0.4s;
  -o-transition-duration: 0.4s, 0s, 0.4s;
  transition-duration: 0.4s, 0s, 0.4s;
  -webkit-transition-property: opacity, visibility, transform;
  -moz-transition-property: opacity, visibility, transform;
  -ms-transition-property: opacity, visibility, transform;
  -o-transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform;
  -webkit-transition-delay: 0s, 0.4s, 0s;
  -moz-transition-delay: 0s, 0.4s, 0s;
  -ms-transition-delay: 0s, 0.4s, 0s;
  -o-transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0s, 0.4s, 0s;
}

.sidebarNav {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  bottom: 0;
  background: white;
  box-shadow: 30px 0 50px rgba(0, 0, 0, 0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform, box-shadow;
  -moz-transition-property: transform, box-shadow;
  -ms-transition-property: transform, box-shadow;
  -o-transition-property: transform, box-shadow;
  transition-property: transform, box-shadow;
  padding: 20px;
}
.sidebarNav .control {
  padding: 5px 0 10px 0;
}
.sidebarNav .control .back {
  margin: 0 18px 0;
  font-size: 24px;
  width: 1em;
  height: 1em;
  float: right;
  cursor: pointer;
  background: url("/fileadmin/layout/img/arrow-nav.svg") no-repeat center;
  background-size: contain;
}
.sidebarNav .control:before, .sidebarNav .control:after {
  content: " ";
  display: table;
}
.sidebarNav .control:after {
  clear: both;
}

#pageNav ul:before, #pageNav ul:after, #pageNav li:before, #pageNav li:after, #pageNav a:before, #pageNav a:after {
  content: " ";
  display: table;
}
#pageNav ul:after, #pageNav li:after, #pageNav a:after {
  clear: both;
}
#pageNav > ul {
  font-weight: bold;
  text-transform: uppercase;
}
#pageNav > ul a {
  display: block;
  padding: 12px 8px 10px;
}
#pageNav > ul a .switch {
  font-size: 28px;
  width: 1em;
  height: 1em;
  top: -4px;
  margin-bottom: -10px;
  float: right;
  background: url("/fileadmin/layout/img/plus-gray.svg") no-repeat center;
  background-size: contain;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
#pageNav > ul a .switch.active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pageNav > ul ul.lvl-1 {
  font-size: 0.8em;
  padding-top: 6px;
  color: #666666;
}
#pageNav > ul ul.lvl-1 > li {
  background: #ebebeb;
  margin: 0 8px 12px;
}
#pageNav > ul ul.lvl-2 {
  padding: 0 0 0 12px;
}
#pageNav > ul ul.lvl-2 .switch {
  display: none;
}
#pageNav > ul > li {
  background: #f7f7f7;
  margin: 10px auto;
  padding: 4px 0;
}
#pageNav > ul > li > a {
  color: #003B65;
  padding-top: 12px;
  padding-bottom: 12px;
}
#pageNav > ul > li ul li a .switch {
  font-size: 22px;
}
#pageNav .tx-kesearch-pi1 {
  padding: 16px 0;
}

@media (min-width: 900px) {
  #pageNav .tx-kesearch-pi1 {
    display: none;
  }
  #pageNav .nav-header {
    display: none;
  }
}
#languageNav {
  left: auto;
  right: -100%;
}
#languageNav .control .back {
  margin-left: 18px;
  margin-right: 0;
  float: left;
  position: relative;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#languageNav .tx-srlanguagemenu {
  font-weight: bold;
  text-transform: uppercase;
}
#languageNav .tx-srlanguagemenu .CUR, #languageNav .tx-srlanguagemenu .NO {
  padding: 8px;
  margin: 10px auto;
  display: flex;
}
#languageNav .tx-srlanguagemenu .CUR a, #languageNav .tx-srlanguagemenu .NO a {
  padding: 8px;
}
#languageNav .tx-srlanguagemenu .CUR .flag, #languageNav .tx-srlanguagemenu .NO .flag {
  padding-right: 0;
  margin-top: -2px;
}
#languageNav .tx-srlanguagemenu .CUR .flag img, #languageNav .tx-srlanguagemenu .NO .flag img {
  height: 20px;
  width: auto;
  margin-bottom: -4px;
}
#languageNav .tx-srlanguagemenu .CUR .title, #languageNav .tx-srlanguagemenu .NO .title {
  flex: 1;
}
#languageNav .tx-srlanguagemenu .CUR {
  background: #003B65;
  color: white;
}
#languageNav .tx-srlanguagemenu .NO {
  background: #f7f7f7;
}
#languageNav .tx-srlanguagemenu .NO .flag img {
  filter: saturate(0);
}

body.pageNav-opened, body.languageNav-opened {
  height: 100vh;
  overflow-y: hidden;
}
body.pageNav-opened #pageOverlay, body.languageNav-opened #pageOverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 10000;
}

@media (min-width: 900px) {
  .sidebarNav .control {
    padding-top: 45px;
  }
}
body.pageNav-opened #page, body.pageNav-opened #page:after, body.pageNav-opened #pageNav {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
body.pageNav-opened #pageNav {
  box-shadow: 30px 0 50px rgba(0, 0, 0, 0.15);
  z-index: 10001;
}

@media (min-width: 375px) {
  #pageNav {
    left: -90vw;
    width: 90vw;
  }

  body.pageNav-opened #page, body.pageNav-opened #pageNav, body.pageNav-opened .banner-sectionIndex.outer {
    -webkit-transform: translateX(90vw);
    -moz-transform: translateX(90vw);
    -ms-transform: translateX(90vw);
    -o-transform: translateX(90vw);
    transform: translateX(90vw);
  }
}
@media (min-width: 500px) {
  #pageNav {
    left: -360px;
    width: 360px;
  }

  body.pageNav-opened #page, body.pageNav-opened #pageNav, body.pageNav-opened .banner-sectionIndex.outer {
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
    -ms-transform: translateX(360px);
    -o-transform: translateX(360px);
    transform: translateX(360px);
  }
}
body.languageNav-opened #page, body.languageNav-opened #page:after, body.languageNav-opened #languageNav {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.languageNav-opened #pageOverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 10000;
}
body.languageNav-opened #languageNav {
  box-shadow: 30px 0 50px rgba(0, 0, 0, 0.15);
  z-index: 10001;
}

@media (min-width: 375px) {
  #languageNav {
    right: -90vw;
    width: 90vw;
  }

  body.languageNav-opened #page, body.languageNav-opened #languageNav, body.languageNav-opened .banner-sectionIndex.outer {
    -webkit-transform: translateX(-90vw);
    -moz-transform: translateX(-90vw);
    -ms-transform: translateX(-90vw);
    -o-transform: translateX(-90vw);
    transform: translateX(-90vw);
  }
}
@media (min-width: 500px) {
  #languageNav {
    right: -360px;
    width: 360px;
  }

  body.languageNav-opened #page, body.languageNav-opened #languageNav, body.languageNav-opened .banner-sectionIndex.outer {
    -webkit-transform: translateX(-360px);
    -moz-transform: translateX(-360px);
    -ms-transform: translateX(-360px);
    -o-transform: translateX(-360px);
    transform: translateX(-360px);
  }
}
/**
 * Banner
 */
#banner {
  position: relative;
}
#banner .lSPager {
  display: none;
}

.banner-sectionIndex {
  display: none;
}

@media (min-width: 600px) {
  #banner .lSPager {
    display: block;
  }
}
@media (min-width: 800px) {
  .banner-sectionIndex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 59, 101, 0.75);
    color: white;
    visibility: hidden;
  }
  .banner-sectionIndex > .item {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px;
  }
  .banner-sectionIndex > .item > a {
    padding: 5px 10px;
  }
  .banner-sectionIndex.outer {
    position: fixed;
    top: 0;
    z-index: 1000;
    bottom: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
  }
  .banner-sectionIndex.visible {
    visibility: visible;
  }
}
#banner .container-madeInGermany {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#banner .container-madeInGermany .label-madeInGermany {
  position: absolute;
  right: 20px;
  top: 0;
  width: 150px;
  text-align: center;
  font-weight: bold;
  color: #003B65;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  line-height: 1.1;
}
#banner .container-madeInGermany .label-madeInGermany:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: -68px;
  height: 136px;
  background-color: #FFD532;
  border-radius: 50%;
}

@media (min-width: 768px) {
  #banner .container-madeInGermany {
    display: block;
  }
}
/**
 * Footer
 */
footer {
  background: #162129;
  text-align: center;
}
footer nav.footer-main ul li {
  padding: 0;
  margin: 0 auto 6px;
}
footer nav.footer-main ul li:before {
  display: none;
}
footer nav.footer-main ul li a {
  font-size: 14px;
  line-height: 1.5;
  padding: 4px;
  text-transform: uppercase;
  display: block;
}
footer nav.footer-socialMedia a {
  display: inline-block;
  padding: 4px;
  margin: 4px;
}
footer nav.footer-socialMedia a .icon {
  font-size: 32px;
  display: block;
  width: 1em;
  height: 1em;
  background: none center no-repeat;
  background-size: contain;
}
footer nav.footer-socialMedia a .icon.icon-facebook {
  background-image: url("/fileadmin/layout/img/social-media_facebook.svg");
}
footer nav.footer-socialMedia a .icon.icon-googlePlus {
  background-image: url("/fileadmin/layout/img/social-media_google-plus.svg");
}
footer nav.footer-socialMedia a .icon.icon-instagramm {
  background-image: url("/fileadmin/layout/img/social-media_instagramm.svg");
}
footer nav.footer-socialMedia a .icon.icon-xing {
  background-image: url("/fileadmin/layout/img/social-media_xing.svg");
}
footer nav.footer-socialMedia a .icon.icon-linkedin {
  background-image: url("/fileadmin/layout/img/social-media_linkedin.svg");
}
footer nav.footer-socialMedia a .icon.icon-youtube {
  background-image: url("/fileadmin/layout/img/social-media_youtube.svg");
}
@media (min-width: 1024px) {
  footer .footer-inner {
    display: flex;
    align-items: center;
  }
  footer .footer-inner nav.footer-main {
    flex: 1;
  }
  footer .footer-inner nav.footer-main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-inner nav.footer-main ul li {
    margin: 4px 8px;
  }
}
/**
 Basic styling for the lightSlider
 */
.lSSlideOuter .lSPager.lSpg {
  margin: 0;
  padding: 0;
}
.lSSlideOuter .lSPager.lSpg > li {
  padding: 0;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent;
  border-radius: 0;
  z-index: initial;
  -webkit-transition: none;
  transition: none;
}
.lSSlideOuter .lSPager.lSpg > li a, .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: transparent;
}

.lSAction > a {
  cursor: pointer;
  display: block;
  background-image: none;
  z-index: initial;
  margin: 0;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.lSAction .lSPrev {
  background-position: 0 0;
}
.lSAction .lSNext {
  background-position: 0 0;
}

.lSSlideOuter .lSPager.lSpg > li {
  margin: 5px;
  font-size: 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background: #b3b3b3;
  width: 20px;
  height: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background, width;
  -moz-transition-property: background, width;
  -ms-transition-property: background, width;
  -o-transition-property: background, width;
  transition-property: background, width;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background: #003B65;
  width: 40px;
}

.lSAction > a {
  font-size: 18px;
  opacity: 0.5;
  top: 50%;
  margin-top: -0.5em;
  background: url("/fileadmin/layout/img/arrow_material-white.svg") no-repeat;
  background-position: center !important;
  background-size: contain;
  width: 1em;
  height: 1em;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.lSAction .lSPrev {
  left: 5px;
  -webkit-transform: rotate(0.5turn);
  -moz-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  -o-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.lSAction .lSNext {
  right: 5px;
}
.frame-layout-yellow .lSAction > a, .frame-layout-grayLight .lSAction > a {
  background-image: url("/fileadmin/layout/img/arrow_material.svg");
}

@media (min-width: 600px) {
  .lSSlideOuter .lSPager.lSpg > li {
    margin: 8px;
  }
  .lSSlideOuter .lSPager.lSpg > li a {
    width: 30px;
    height: 2px;
  }
  .lSSlideOuter .lSPager.lSpg > li.active a {
    width: 60px;
  }

  .lSAction > a {
    font-size: 28px;
  }
  .lSAction .lSPrev {
    left: 10px;
  }
  .lSAction .lSNext {
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .lSSlideOuter .lSPager.lSpg > li {
    margin: 10px;
  }
  .lSSlideOuter .lSPager.lSpg > li a {
    width: 40px;
    height: 1px;
  }
  .lSSlideOuter .lSPager.lSpg > li.active a {
    width: 80px;
  }

  .lSAction > a {
    font-size: 48px;
  }
  .lSAction .lSPrev {
    left: 20px;
  }
  .lSAction .lSNext {
    right: 20px;
  }
}
/**
 * Customizations on the lightSlider when it is in the banner
 */
#banner .lSSlideOuter {
  overflow: auto;
}
#banner .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
}

/**
 * Customizations on the lightSlider when it is in a ce-gallery
 */
.gallery-imageSlider-slider.lSSlideOuter {
  padding: 0 32px;
  position: relative;
}
.gallery-imageSlider-slider.lSSlideOuter .lSPager.lSpg {
  display: none;
}
.gallery-imageSlider-slider .lSAction > a {
  font-size: 24px;
  opacity: 0.4;
  background-image: url("/fileadmin/layout/img/arrow_material.svg");
}
.gallery-imageSlider-slider .lSAction .lSNext {
  right: 0 !important;
}
.gallery-imageSlider-slider .lSAction .lSPrev {
  left: 0 !important;
}

@media (min-width: 1024px) {
  .gallery-imageSlider-slider .lSAction > a {
    font-size: 52px;
  }
}
/**
 * Lightbox styling
 */
.lightbox .lb-outerContainer {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.lightbox .lb-nav a.lb-next,
.lightbox .lb-nav a.lb-prev {
  background: none;
}
.lightbox .lb-closeContainer {
  display: none;
}
.lightbox .lb-nav a.lb-prev {
  cursor: url("/fileadmin/layout/lib/lightbox/images/prev.png"), w-resize;
}
.lightbox .lb-nav a.lb-next {
  cursor: url("/fileadmin/layout/lib/lightbox/images/next.png"), e-resize;
}

.lightboxOverlay, .lightbox {
  cursor: url("/fileadmin/layout/lib/lightbox/images/close.png"), zoom-out;
}

.lightbox .lb-outerContainer .lb-container {
  cursor: auto;
}

/*# sourceMappingURL=layout.css.map */
.cookie-consent-container .buttons .btn--primary {
  background:#003B65 !important;
  color:#fff;
  border:2px solid #003B65 !important;
  margin-bottom:10px
}
.cookie-consent-container .label input:checked ~ .checkmark {
  background-color:#003B65 !important;
}
.cookie-consent-container p {
  margin: 0 0 15px 0;
  font-size: 0.8rem !important;
}
.cookie-consent-container .consent-modal .footer-links a {
  font-size: 0.8rem !important;
}
