@charset "UTF-8";
/* Variables START */
:root {
  --primary-color: #0A2A46;
  --highlight-color: #8E0F58;
  --secondary-color: #09A603;
  --grey-color: #7B838C;
  --light-color: #F8F9FA;
  --text-color: #000000;
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  src: url(../Fonts/Roboto-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: italic;
  src: url(../Fonts/Roboto-ThinItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url(../Fonts/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url(../Fonts/Roboto-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url(../Fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url(../Fonts/Roboto-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url(../Fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url(../Fonts/Roboto-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url(../Fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: url(../Fonts/Roboto-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url(../Fonts/Roboto-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  src: url(../Fonts/Roboto-BlackItalic.ttf) format("truetype");
}
/* Variables END */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-color);
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body section {
  overflow: hidden;
}
body .body-wrapper {
  padding-top: 129px;
}
body b, body strong {
  font-weight: 700;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  color: var(--primary-color);
}
body h1.centered, body h2.centered, body h3.centered, body h4.centered, body h5.centered, body h6.centered {
  text-align: center;
}
body .like-h1, body h1 {
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
}
body .intro-text-wrapper h1, body .like-h2, body h2 {
  font-size: 55px;
  line-height: 75px;
  margin-bottom: 25px;
  font-weight: 700;
}
body .intro-text-wrapper h1 > .font-weight-normal, body .intro-text-wrapper h1.font-weight-normal, body .like-h2 > .font-weight-normal, body .like-h2.font-weight-normal, body h2 > .font-weight-normal, body h2.font-weight-normal {
  font-weight: 400;
  font-size: 45px;
  line-height: 65px;
}
body .like-h3, body h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
}
body .like-h3.font-weight-normal, body h3.font-weight-normal {
  font-weight: 400;
}
body .like-h4, body h4 {
  font-size: 25px;
  line-height: 35px;
}
body .like-h5, body h5 {
  font-size: 20px;
  line-height: 32px;
}
body h1 > p, body h2 > p, body h3 > p, body h4 > p, body h5 > p, body h6 > p {
  margin-bottom: 0;
}
body .small-text {
  font-size: 16px;
  line-height: 22px;
}
body .cc-window .cc-message {
  font-size: 14px;
}
body .btn-check:focus + .btn-info, body .btn-info:focus, body :focus {
  outline: 0 !important;
  box-shadow: unset;
}
body img {
  height: auto;
}
body input[type="search"], body form input[type="text"], body form input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body .tx-powermail, body .container {
  max-width: 1400px;
}
body .row {
  margin-left: -5px;
  margin-right: -5px;
}
body .row .col-sm {
  padding-left: 5px;
  padding-right: 5px;
}
body .center-text {
  text-align: center;
}
body a, body a:hover, body a:focus, body a:visited, body a:active {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
  display: inline-block;
  position: relative;
}
body .frame ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
body .frame ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 30px;
}
body .frame ul li:before {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  top: 12px;
  border-radius: 50%;
}
body .frame .content ul {
  padding-left: 15px;
  margin: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 20px;
}
body .frame .content ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}
body table, body .tx-efs-jobs table {
  border-spacing: 0;
}
body .frame table {
  width: 100%;
  margin: 50px 0;
}
body .frame table tr > th, body .frame table thead td {
  font-weight: 700;
  color: var(--highlight-color);
  font-size: 25px;
}
body .frame table td {
  border-bottom: 1px solid var(--grey-color);
  padding: 22px 10px 22px 0;
  line-height: 150%;
}
body .frame table td a {
  font-weight: 400;
}
body audio, body iframe, body video, body img {
  max-width: 100%;
  width: 100%;
}
body .bg-primary {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}
body .bg-black, body .bg-text {
  background-color: var(--text-color) !important;
  color: #ffffff;
}
body .bg-blue {
  background-color: var(--primary-color) !important;
}
body .bg-blue p, body .bg-blue h1, body .bg-blue h2, body .bg-blue h3, body .bg-blue h4 {
  color: #ffffff;
}
body .bg-primary h1, body .bg-primary h2, body .bg-primary h3, body .bg-primary h4, body .bg-black h1, body .bg-black h2, body .bg-black h3, body .bg-black h4, body .bg-text h1, body .bg-text h2, body .bg-text h3, body .bg-text h4 {
  color: #ffffff;
}
body .color-primary {
  color: var(--primary-color);
}
body .color-grey {
  color: var(--grey-color);
}
body .button {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 45px;
  border: 1px solid var(--primary-color);
  border-radius: 21px;
  transition: all 0.3s ease-in-out;
  margin: 35px 0;
  color: var(--primary-color);
}
body .button:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
body .button.white {
  border-color: #ffffff;
  color: #ffffff;
}
body .button.white:hover {
  color: var(--primary-color);
  background-color: #ffffff;
}
body .button.primary {
  background-color: var(--primary-color);
  color: #ffffff;
}
body .button.primary:hover {
  color: var(--primary-color);
  background-color: #ffffff;
}
body .button.secondary, body .button.green {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
body .button.secondary:hover, body .button.green:hover {
  color: var(--secondary-color);
  background-color: #ffffff;
}
body .flex-end {
  display: flex;
  align-items: flex-end;
}
body .no-margin-bottom {
  margin-bottom: 0 !important;
}
body .border-bottom-container {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--grey-color);
  margin: 50px 0 0 0;
}
body .frame-default:not(.frame-type-shortcut) .frame-default section .container {
  padding-left: 0;
  padding-right: 0;
}
body .just-mobile {
  display: none !important;
}
body header {
  position: fixed;
  background-color: #ffffff;
  padding: 25px 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
body header .logo {
  width: 121px;
  position: relative;
}
body header .home-link {
  margin-bottom: 52px;
  display: inline-block;
}
body header .mobile-menu-wrapper > .inner, body header .main-menu-row {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
body header .mobile-menu-wrapper > .inner > .row > .col-sm, body header .main-menu-row > .row > .col-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header nav ul {
  flex-direction: column;
}
body header .lvl1-link {
  margin-bottom: 30px;
}
body header .lvl1-link.small-menu-point {
  pointer-events: none;
}
body header .menutext {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 2.6px;
  margin-right: 22px;
  z-index: 1;
}
body header .menutext .closed {
  display: none;
}
body header .mobile-menu {
  display: flex;
  align-items: flex-end;
}
body header .mobile-menu.open .menutext {
  color: #ffffff;
}
body header .mobile-menu.open .menutext .closed {
  display: block;
}
body header .mobile-menu.open .menutext .open {
  display: none;
}
body header .mobile-menu.open .line {
  background-color: #ffffff;
}
body header label.hamburg {
  display: block;
  background: transparent;
  width: 32px;
  height: 32px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  cursor: pointer;
  z-index: 1;
}
body header input#hamburg {
  display: none;
}
body header .line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 32px;
  background: var(--text-color);
  display: block;
  border-radius: 5px;
  transition: 0.5s;
  transform-origin: center;
}
body header .line:nth-child(1) {
  top: 11px;
  transform: translateY(6px) rotate(-45deg);
}
body header .line:nth-child(2) {
  top: 18px;
  left: 5px;
  transform: translateY(6px) rotate(-45deg);
}
body header #hamburg:checked + .hamburg .line:nth-child(2) {
  transform: translateY(-6px) rotate(45deg);
  top: 23px;
  left: 1px;
}
body header #hamburg + .hamburg + .mobile-menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  z-index: 0;
}
body header #hamburg + .hamburg + .mobile-menu-wrapper .inner {
  padding: 200px 30px 50px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body header #hamburg + .hamburg + .mobile-menu-wrapper a {
  text-decoration: none;
  font-weight: 300;
  color: #ffffff;
}
body header #hamburg + .hamburg + .mobile-menu-wrapper a.big-menu-point {
  font-size: 42px;
  line-height: 75px;
}
body header #hamburg + .hamburg + .mobile-menu-wrapper a.small-menu-point {
  font-size: 21px;
  line-height: 35px;
}
body header #hamburg + .hamburg + .mobile-menu-wrapper a.disabled-menu {
  cursor: default;
}
body header #hamburg:checked + .hamburg + .mobile-menu-wrapper {
  max-height: 100%;
  height: 100%;
  overflow: scroll;
}
body header.sticky {
  background-color: rgba(255, 255, 255, 0.9);
}
body header .lang-menu {
  position: absolute;
  left: 30px;
  top: 90px;
}
body header .lang-menu ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
body header .lang-menu li.active {
  font-weight: bold;
}
body header .lang-menu li:not(:last-child):after {
  content: " | ";
}
body header .sub-menu.sub-sub {
  margin-top: 20px;
}
body header .sub-menu.sub-sub .level-3 .levelheadline {
  margin-bottom: 0;
  margin-top: 1.25rem;
  font-weight: bold;
}
body header .sub-menu.sub-sub .level-3 .levelheadline + .sub-menu.sub-sub {
  margin-top: 5px;
}
body header .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
body header .bottom .footernav ul {
  flex-direction: row;
}
body header .bottom .footernav ul li:not(:first-child):before {
  content: "|";
  margin: 0 5px;
}
/*Distancer START */
.distance-block {
  display: block;
  width: 100%;
}
.distance-block.verysmall {
  height: 40px;
}
.distance-block.small {
  height: 50px;
}
.distance-block.middle {
  height: 80px;
}
.distance-block.big {
  height: 100px;
}
.distance-block.verybig {
  height: 120px;
}
.distance-block.extrem {
  height: 180px;
}
/* Distancer END */
/* Separator START */
.separator {
  border-top: 1px solid var(--extra-color);
  position: relative;
  margin: 16px 0;
}
.separator .separator-icon {
  width: 60px;
  background-color: var(--dark-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 30px);
  top: -16px;
}
.separator .separator-icon img {
  width: 32px;
}
/* Separator END */
/* Text-Block START*/
.text-block .content > ul {
  margin-left: 100px;
}
/* Text Block END */
/* Headerslider START */
.headerslider .slider-wrapper {
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 129px);
  position: relative;
}
.headerslider .slider-wrapper .container, .headerslider .slider-wrapper .row {
  height: 100%;
}
.headerslider .slider-wrapper .col-sm {
  padding-bottom: 100px;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.headerslider .slider-wrapper .col-sm .button {
  margin-top: 80px;
}
.headerslider .slider-wrapper .col-sm h2, .headerslider .slider-wrapper .col-sm p, .headerslider .slider-wrapper .col-sm h1 {
  color: #ffffff;
}
.headerslider .slider-wrapper .col-sm h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
  margin-top: 40px;
}
.headerslider .slider-wrapper:after {
  content: "";
  width: 100%;
  height: 33%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #031217;
  background: linear-gradient(0deg, rgba(3, 18, 23, 0.8) 0%, rgba(9, 51, 84, 0) 100%);
}
.headerslider .slick-dots button {
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  background: transparent;
  margin-right: 5px;
}
.headerslider .slick-dots .slick-active button {
  width: 15px;
  background-color: #ffffff;
}
.headerslider .headerslider-v2-buttons a {
  margin-right: 10px;
}
/* Headerslider END */
/* Headervideo START */
.video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
}
.video-wrapper.normal-video  {
  height: auto !important;
}
.video-wrapper:after {
  display: none !important;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.video-slider-wrapper .video-section {
  overflow: hidden;
}
.video-slider-wrapper .video-section .video-slider {
  height: 950px;
  width: 100%;
  position: relative;
}
.video-slider-wrapper .video-section .video-slider .slide {
  padding: 150px 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
}
.video-slider-wrapper .video-section .video-slider .slide .container {
  z-index: 1;
}
.video-slider-wrapper .video-section .video-slider .slide h1, .video-slider-wrapper .video-section .video-slider .slide h2, .video-slider-wrapper .video-section .video-slider .slide h3, .video-slider-wrapper .video-section .video-slider .slide h4, .video-slider-wrapper .video-section .video-slider .slide p {
  color: #ffffff;
}
.video-slider-wrapper .video-section .video-slider .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-slider-wrapper .video-section .video-slider .video-wrapper video {
  align-self: flex-end;
}
/* Headervideo END */
/* Textbild Element START */
.textbox.with-image .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.textbox .button {
  margin-top: 40px;
}
/* Textbild Element END */
/* Counter-Box START */
.intro-row {
  margin-bottom: 60px;
}
/* Counter Box END */
/* Teaserslider START */
.slick-arrow {
  display: block;
  width: 30px;
  height: 66px;
  position: absolute;
  top: calc(50% - 33px);
  left: 160px;
  background-image: url(../Images/icons/arrow-left.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  z-index: 10;
}
.slick-arrow.next {
  left: unset;
  right: 160px;
  background-image: url(../Images/icons/arrow-right.svg);
  background-position: right center;
}
/* Teaserslider END */
/* Contact Block START */
.contact-section .col-lg-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contact-section .col-lg-3 h2 {
  margin-bottom: 0;
}
.contact-section .col-lg-4 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-section .bg-secondary {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 55px;
}
.contact-section .bg-secondary img {
  margin-bottom: 42px;
  width: 50px;
}
/* Contact Block END */
/* Form START */
form input, form select, form textarea {
  border: 1px solid #707070;
  border-radius: 0;
  margin-bottom: 20px;
  width: 100%;
  padding: 18px 30px;
  color: var(--text-color);
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .field-row-powermail {
  justify-content: space-between;
}
form .field-row-powermail .col-type-input, form .field-row-powermail .col-type-select {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
}
form .field-row-powermail .col-type-input:nth-child(7) {
  width: 100%;
  flex: 0 0 100%;
}
form input[type="checkbox"] {
  width: 0px;
  height: 0px;
  border: 0px !important;
  background: transparent !important;
  display: inline-block;
  opacity: 1;
  position: absolute;
  left: 0;
  color: transparent !important;
  border: 0;
  top: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  margin-bottom: 0;
}
form .checkbox {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}
form .checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  position: absolute;
  left: 0;
  top: 4px;
}
form input[type="checkbox"]:checked:before {
  background-color: var(--highlight-color);
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--highlight-color);
  position: absolute;
  left: 0;
  top: 4px;
}
form .powermail_fieldwrap_jobtitle {
  display: none;
}
form .powermail_fieldwrap_type_file input {
  padding: 15px 10px;
  margin-top: 20px;
}
form .custom-file-button {
  background-color: var(--primary-color);
  border: 0;
  left: 10px;
  top: 30px;
  color: var(--text-color);
  padding: 8px 20px;
  margin-right: 20px;
  cursor: pointer;
}
form .custom-file-button > span {
  color: var(--text-color);
  font-weight: 400;
}
form .nochoosen {
  color: var(--text-color);
  text-align: center;
  margin-top: 10px;
}
form .file-upload-custom .file-upload-button-unvisible:not(.active) {
  display: none;
}
form .like-input {
  background-color: var(--secondary-color);
  margin-top: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 30px;
}
.powermail_form_1 .field-row-powermail .col-sm:nth-child(13) {
  width: 100%;
}
.powermail_form_1 .field-row-powermail .col-sm:nth-child(13) .powermail_fieldwrap {
  width: calc(50% - 16px);
}
.powermail_fieldwrap_type_submit {
  display: flex;
  align-items: flex-end;
}
.powermail_fieldwrap_type_submit button {
  background-color: transparent;
}
.mandatory-info {
  font-weight: 700;
  margin-top: 40px;
  display: none;
}
.powermail_fieldwrap_type_select .parsley-errors-list, .powermail_fieldwrap_type_input .parsley-errors-list {
  margin-top: -20px;
  margin-bottom: 20px;
}
::-webkit-input-placeholder {
  /* Edge */
  color: var(--text-color);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--text-color);
}
::placeholder {
  color: var(--text-color);
}
/* Form END */
/* Search START */
.tx-indexedsearch-searchbox {
  margin-top: 200px;
}
.search-results-page .tx-indexedsearch-searchbox {
  margin-left: -32px;
  margin-right: -30px;
}
.search-results-page .inner-box > div {
  max-width: calc(100% - 100px);
}
/* Search END */
/* Text Image Slider START */
.text-image-slider .text-slider-wrapper {
  padding-bottom: 78px;
  width: 100%;
}
.text-image-slider .text-slider-wrapper .text-slide {
  padding-right: 98px;
}
.text-image-slider .text-slider-wrapper .text-slide .intro-text {
  margin: 25px 0 35px 0;
  font-weight: 600;
}
.text-image-slider .text-slider-wrapper .content {
  position: relative;
}
.text-image-slider .text-slider-wrapper .content:after {
  content: "";
  width: 0px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  background-color: var(--light-color);
}
.text-image-slider .image-slider-wrapper {
  height: 100%;
}
.text-image-slider .image-slider-wrapper .slick-list, .text-image-slider .image-slider-wrapper .slick-track {
  height: 100%;
}
.text-image-slider .image-slider-wrapper .slick-list:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
}
.text-image-slider .image-slider-wrapper .image-slide {
  background-size: cover;
  background-position: center top 25px;
  background-repeat: no-repeat;
}
.text-image-slider.simple {
  padding-top: 55px;
  padding-bottom: 126px;
}
.text-image-slider.small .placeholder-buttons {
  height: 66px;
  margin-bottom: 80px;
  display: block;
}
.text-image-slider.small .custom-arrows {
  margin-bottom: -100px;
}
.text-image-slider .custom-arrows .slick-arrow {
  left: unset;
}
#slider-count {
  font-size: 25px;
  line-height: 30px;
}
#slider-count .current-count {
  font-size: 60px;
  line-height: 71px;
  font-weight: 700;
  color: var(--primary-color);
}
.custom-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.custom-arrows .slick-arrow {
  width: 75px;
  position: relative;
  margin-left: 68px;
  background-image: none;
}
#c553.frame-type-webtemp_simpletextimageslider .custom-arrows {
  margin-bottom: -20px;
}
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 98px 0 0 !important;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0.15;
  font-size: 0px;
  line-height: 0;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
  border: 0;
  opacity: 1;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* Text Image Slider END */
/* Text Image Block START */
.text-image-block {
  overflow: hidden;
}
.text-image-block .text-col {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-image-block .text-col h2 {
  font-weight: 700;
  margin-bottom: 0;
}
.text-image-block .text-col h2.font-weight-normal {
  font-weight: normal;
}
.text-image-block .text-col .content {
  margin-top: 30px;
}
.text-image-block .text-col .button {
  margin-top: 60px;
}
.text-image-block .image-wrapper.small, .text-image-block .image-wrapper-small, .text-image-block .image-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.text-image-block .image-wrapper.small img, .text-image-block .image-wrapper-small img, .text-image-block .image-wrapper img {
  max-width: unset;
  min-height: 100%;
  width: auto;
}
.text-image-block .container {
  position: relative;
}
.text-image-block .bg-behind-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.text-image-block.image-right .image-col {
  padding-left: 0;
  padding-right: 0;
}
.text-image-block.image-left .image-col {
  padding-right: 0;
  padding-left: 0;
}
.text-image-block.imagehandling-imageheightauto .image-wrapper img, .text-image-block.imagehandling-imageheightauto .image-wrapper-small img {
  width: 100%;
  height: auto;
  min-height: 0;
}
.text-image-block.imagehandling-imagetopleft .image-wrapper {
  justify-content: flex-start;
}
.text-image-block.imagehandling-imagetopleft .image-wrapper img {
  margin-left: 20px;
}
.text-image-block.imagehandling-imagetopright .image-wrapper {
  justify-content: flex-end;
}
.text-image-block.small .text-col {
  padding-top: 0;
  padding-bottom: 0;
}
.text-image-block.small .text-col .content {
  margin-top: 30px;
}
.text-image-block.small .image-wrapper {
  position: relative;
}
.text-image-block.small .image-wrapper img {
  position: absolute;
}
.text-image-block.smaller-padding .text-col {
  padding-top: 165px;
  padding-bottom: 149px;
}
.text-image-block.narrow h3, .text-image-block.narrow h2 {
  margin-bottom: 43px;
}
.text-image-block.narrow h4 {
  color: var(--highlight-color);
}
.text-image-block.narrow .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-image-block.narrow .text-col .content {
  margin: 0;
}
.centered-textblock .content-wrapper {
  padding-top: 22px;
  border-top: 1px solid var(--grey-color);
  border-bottom: 1px solid var(--grey-color);
  padding-bottom: 30px;
}
.buttonwrapper {
  margin-left: -25px;
  margin-right: -25px;
}
.buttonwrapper .button {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 0;
  margin-top: 25px;
}
h2 + .buttonwrapper .button {
  margin-top: 0;
  margin-bottom: 10px;
}
/* Text Image Block END */
.text-block {
  margin-top: -50px;
}
.text-block .text-col {
  padding-top: 10px;
  padding-bottom: 130px;
}
/* Accordion START */
.accordion h4 {
  color: var(--highlight-color);
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.accordion .accordion-wrapper {
  border-top: 1px solid var(--grey-color);
}
.accordion .accordion-wrapper details {
  border-bottom: 1px solid var(--grey-color);
}
.accordion .accordion-wrapper details summary {
  padding-left: 0;
  background-image: none;
  -webkit-appearance: none;
  list-style: none;
  padding: 20px 35px 26px 0;
  position: relative;
}
.accordion .accordion-wrapper details summary:after {
  content: "";
  width: 30px;
  height: 15px;
  display: block;
  background-image: url(../Images/summary-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 37px;
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}
.accordion .accordion-wrapper details summary > h3, .accordion .accordion-wrapper details summary > h4 {
  margin-bottom: 0;
}
.accordion .accordion-wrapper details[open] summary:after {
  transform: rotate(180deg);
}
.accordion.with-left-text h3 {
  margin-bottom: 24px;
  margin-top: 10px;
}
.accordion.with-left-text details summary {
  padding: 29px 35px 31px 0;
}
/* Accordion END */
/* Icon Boxes START */
.icon-boxes .icon-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.icon-boxes .icon-box-wrapper .icon-box {
  width: 20%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 115px;
}
.icon-boxes .icon-box-wrapper .icon-box .image-outer-wrapper {
  height: 120px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
.icon-boxes .icon-box-wrapper .icon-box .image-outer-wrapper img {
  max-height: 100%;
}
.icon-boxes .icon-box-wrapper .icon-box .text-box > p {
  margin: 0;
}
.icon-boxes .icon-box-wrapper .icon-box a {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-boxes .icon-box-wrapper.with-margin {
  margin-top: 100px;
}
.icon-boxes.big .icon-box-wrapper .icon-box {
  width: 50%;
  font-weight: bold;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 180px;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary-color);
}
.icon-boxes.big .icon-box-wrapper .icon-box > a {
  display: flex;
  align-items: center;
  color: var(--primary-color);
}
.icon-boxes.big .icon-box-wrapper .icon-box .image-outer-wrapper {
  margin-bottom: 0;
  margin-right: 33px;
  width: 90px;
  height: 90px;
}
/* Icon Boxes END */
/* Text Boxes START */
.row.big-padding {
  margin-left: -60px;
  margin-right: -60px;
}
.row.big-padding > .slick-list > .slick-track > .col-sm, .row.big-padding > .col-sm {
  padding-left: 60px;
  padding-right: 60px;
}
.row.mid-padding {
  margin-left: -40px;
  margin-right: -40px;
}
.row.mid-padding > .col-sm {
  padding-left: 40px;
  padding-right: 40px;
}
.with-border-separated-cols > .slick-list > .slick-track > .col-sm, .with-border-separated-cols > .col-sm {
  padding-top: 20px;
  padding-bottom: 45px;
}
.with-border-separated-cols > .slick-list > .slick-track > .col-sm:not(:nth-child(3n)), .with-border-separated-cols > .col-sm:not(:nth-child(3n)) {
  border-right: 1px solid var(--grey-color);
}
.text-boxes {
  font-size: 16px;
  line-height: 22px;
}
.text-boxes .text-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 55px;
}
.text-boxes .text-box-wrapper .text-box {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
.text-boxes .content {
  font-size: 18px;
  line-height: 28px;
}
.text-boxes > .container {
  position: relative;
}
.text-boxes .custom-arrows {
  position: absolute;
  top: 0;
  right: 12px;
}
.text-boxes .custom-arrows .slick-arrow {
  left: unset;
}
.text-boxes.four-columns .image-outer-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 25px;
}
.text-boxes.four-columns .image-outer-wrapper .image-wrapper {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.text-boxes.four-columns .row.image-boxes-row {
  margin-top: 52px;
}
.text-boxes.four-columns a {
  display: block;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}
.text-boxes.four-columns a > p {
  border-bottom: 1px solid var(--grey-color);
  margin-bottom: 0;
  padding-bottom: 20px;
}
.text-boxes.four-columns a:hover .image-wrapper {
  transform: scale(1.1);
}
.text-boxes.withbg {
  background: #0a2a46;
  background: linear-gradient(180deg, #0a2a46 0%, #05131f 100%);
  padding: 70px 0 115px 0;
}
.text-boxes.withbg .preline, .text-boxes.withbg p, .text-boxes.withbg a, .text-boxes.withbg h1, .text-boxes.withbg h2, .text-boxes.withbg h3, .text-boxes.withbg h4 {
  color: #ffffff;
}
.text-boxes.withbg .preline {
  padding: 0;
  margin-bottom: 15px;
  border: 0;
}
.text-boxes.withbg .with-border-separated-cols > .slick-list > .slick-track > .col-sm, .text-boxes.withbg .with-border-separated-cols > .col-sm  {
  border-right: 0 !important;
}
.text-boxes.withbg .inner {
  font-size: 20px;
  line-height: 30px;
}
.text-boxes.withbg .inner h3 {
  margin-bottom: 45px;
}
.text-box-row {
  margin-top: 50px;
}
.text-box-row .image-outer-wrapper {
  background-size: cover;
  background-position: center center;
  height: 408px;
  margin-bottom: 38px;
}
.additional-text {
  max-width: 100%;
}
.additional-text > p {
  margin-bottom: 0;
}
.preline {
  color: var(--highlight-color);
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--grey-color);
  font-size: 20px;
  line-height: 30px;
}
.just-text-boxes h3 {
  margin-bottom: 50px;
}
.just-text-boxes .text-box-row > .col-sm {
  padding-bottom: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Text Boxes END */
/* Intro Text START */
.intro-text {
  font-size: 25px;
  line-height: 35px;
  margin: 80px 0;
}
.intro-text .header-line {
  padding-bottom: 85px;
  margin-bottom: 85px;
  border-bottom: 1px solid var(--grey-color);
}
.intro-text.with-images .content {
  margin-top: 40px;
}
.intro-text.with-bg-image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0;
  padding: 150px 0 390px 0;
}
.intro-text.with-bg-video {
  padding: 150px 0 200px 0;
  margin: 0;
}
.intro-text.with-bg-video .bg-video {
  margin-top: -300px;
  margin-bottom: -400px;
  z-index: -1;
  position: relative;
  border: none !important;
  background-color: #FFF;
  box-shadow: none !important;
}
/* Intro Text END */
/* BG Video START */
.bg-video-wrapper {
  position: relative;
  z-index: -1;
  margin-top: -25%;
  margin-bottom: -25%;
}
/* BG Video END */
/* Simple Text Slider START */
.simple-text-image-slider .intro-slider-row {
  margin-bottom: 70px;
}
.simple-text-image-slider .intro-slider-row + .row .image-col {
  padding-left: 0;
}
.simple-text-image-slider .image-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.simple-text-image-slider h3 {
  margin-bottom: 25px;
}
.simple-text-image-slider .image-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.simple-text-image-slider .intro-text {
  margin: 0 0 40px 0;
}
/* Simple Text Slider END */
/* Image Row START */
.images-row .image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.images-row .image-row .image-row-wrapper {
  width: calc(20% - 25.6px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.images-row .image-row .image-row-wrapper img {
  min-height: 100%;
  max-width: unset;
}
/* Image Row END */
/* Teaser Boxes STARt */
.teaser-boxes .intro-col {
  padding-bottom: 40px;
}
.teaser-boxes h3.teaser-row-headline {
  margin-bottom: 32px;
}
.teaser-boxes .teaser-wrapper a {
  font-weight: normal;
  color: var(--text-color);
}
.teaser-boxes .teaser-wrapper .teaser-box {
  display: flex;
  margin-bottom: 20px;
}
.teaser-boxes .teaser-wrapper .teaser-box h4 {
  margin-bottom: 0;
}
.teaser-boxes .teaser-wrapper .teaser-box .teaserimage {
  background-size: cover;
  background-position: center center;
  width: 163px;
  min-width: 163px;
  height: 89px;
  display: flex;
  margin-right: 20px;
}
/* TEaser Boxes END */
/* Location START */
.location-wrapper {
  margin-top: 85px;
  padding: 0 0 35px 0;
  border-top: 1px solid var(--grey-color);
  border-bottom: 1px solid var(--grey-color);
}
.location-wrapper .headline-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.location-wrapper .headline-box h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.location-wrapper .headline-box h4.highlighted {
  color: var(--highlight-color);
}
.location-wrapper .headline-box .subline {
  font-size: 15px;
  color: var(--highlight-color);
  margin-left: 17px;
}
.location-wrapper .content {
  font-weight: 300;
}
/* Location END */
/* Jobs START */
.job-details .text-col h2, .job-details .text-col h1, .job-details .text-col h3 {
  margin-bottom: 65px;
}
.job-details .content > h3, .job-details .content > h2, .job-details .content > h4 {
  border-top: 1px solid var(--grey-color);
  padding-top: 70px;
  margin-top: 35px;
}
.job-details .job-detail-wrapper {
  border-top: 1px solid var(--grey-color);
  padding-top: 48px;
  margin-top: 35px;
}
.job-details .job-detail-wrapper h3 {
  margin-bottom: 55px;
}
.joblist table tr td:first-child {
  max-width: 37%;
  width: 37%;
  padding-right: 50px;
}
/* Jobs ENd */
/* Big Headerbanner START */
.big-teaser-image {
  padding: 150px 0;
  display: flex;
  align-items: flex-end;
  height: 950px;
  background-size: cover;
  background-position: center center;
}
.big-teaser-image h1, .big-teaser-image h2, .big-teaser-image h3, .big-teaser-image p, .big-teaser-image a {
  color: #ffffff;
}
.small-teaser-image {
  padding: 53px 0 33px 0;
  background-size: cover;
  background-position: center center;
}
.small-teaser-image h1, .small-teaser-image h2, .small-teaser-image h3, .small-teaser-image p, .small-teaser-image a {
  color: #ffffff;
}
/* Big HEaderbanner END */
/* Spheres START */
.spheres-block {
  position: relative;
}
.spheres-block h2 > p {
  float: left;
}
.spheres-block h3 {
  margin-bottom: 18px;
}
.spheres-block h4 {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.spheres-block .sphere-inner-wrapper {
  background-color: var(--light-color);
  padding: 160px 0 55px 0;
  position: relative;
}
.spheres-block .sphere-inner-wrapper .button-wrapper {
  margin-top: 40px;
}
.spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(2n) {
  justify-content: flex-end;
}
.spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(3) .col-sm {
  margin-left: 10%;
}
.spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(6) .col-sm {
  margin-right: 12%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(4) {
  margin-top: 30px;
  margin-bottom: -20px;
}
.spheres-block .sphere-inner-wrapper .sphere-block {
  text-align: left;
}
.spheres-block .sphere-inner-wrapper .sphere-block > a {
  font-weight: 400;
}
.spheres-block .sphere-inner-wrapper .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.75;
}
.spheres-block .sphere-inner-wrapper .metaball-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Spheres END */
/* Logo Row START */
.logo-row .intro-row {
  margin-bottom: 40px;
}
.logo-inner-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 152px;
}
.logo-inner-row .logo-wrapper {
  margin-right: 10px;
}
.logo-inner-row a, .logo-inner-row .logo-wrapper {
  display: block;
  height: 100%;
}
.logo-inner-row img {
  width: auto;
  height: 100%;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.logo-inner-row a:hover img {
  filter: grayscale(0);
}
/* Logo Row ENd */
/* Forms START*/
#careerfilter {
  margin-bottom: 150px;
}
#custom-search-input {
  border: 1px solid var(--primary-color);
  outline: 0;
  border-radius: 20px;
  padding: 0px 37px;
  margin-bottom: 28px;
}
#custom-search-input input {
  border: 0;
  color: var(--primary-color);
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 20px;
  line-height: 24px;
}
#custom-search-input .input-group-btn {
  display: flex;
}
#custom-search-input .input-group .btn {
  padding: 0;
  background: transparent;
  border: 0;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid var(--primary-color);
  outline: 0;
  border-radius: 20px;
  padding: 2px;
  min-height: auto;
}
.select2-container .select2-search--inline .select2-search__field {
  height: auto;
  margin-bottom: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:before {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: var(--light-color);
  border-color: var(--primary-color);
  text-transform: none;
  color: var(--grey-color);
  border-radius: 30px;
  padding: 0 15px 0 30px;
}
.select2-results__option--selectable {
  color: var(--primary-color);
}
.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-color: var(--primary-color);
  overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}
body .select2-container .select2-search--inline .select2-search__field {
  text-transform: uppercase;
  padding: 4px 30px;
  font-size: 20px;
  line-height: 24px;
  margin: 7px;
  font-weight: 400;
  color: var(--primary-color);
}
body .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: var(--grey-color);
}
/* Forms END */
/* Certificates START */
.certificate-row {
  padding: 110px 0 170px 0;
}
.certificate-row .certificates-row > .col-sm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.certificate-row .certificates-row > .col-sm .certificates-box, .certificate-row .certificates-row > .col-sm .certificates-box > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.certificate-row .certificates-row > .col-sm .certificates-box {
  width: 20%;
}
.certificate-row .certificates-row > .col-sm .certificates-box a {
  color: var(--text-color);
  font-weight: 400;
}
.certificate-row .certificates-row > .col-sm .certificates-box .certificate-image {
  margin-top: 100px;
  height: 170px;
  background-size: 90% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
/* Certificates END */
/* Work Packages START */
.workpackages.wp3 .packages-row > .col-sm .packages-box {
  width: calc(33% - 16px);
}
.workpackages .packages-row > .col-sm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.workpackages .packages-row > .col-sm .packages-box, .workpackages .packages-row > .col-sm .packages-box > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.workpackages .packages-row > .col-sm .packages-box {
  width: calc(20% - 16px);
}
.workpackages .packages-row > .col-sm .packages-box a {
  color: var(--text-color);
  font-weight: 400;
}
.workpackages .packages-row > .col-sm .packages-box .packages-image {
  height: 102px;
  margin-bottom: 15px;
  background-size: auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: auto 100%;
}
.workpackages .packages-row > .col-sm .packages-box .introtext > strong, .workpackages .packages-row > .col-sm .packages-box .introtext > b {
  color: var(--primary-color);
}
.workpackages .packages-row > .col-sm .packages-box.bottom {
  font-size: 16px;
  line-height: 25px;
}
.workpackages .packages-row.bottom-row {
  position: relative;
  margin-top: 0px;
  padding-top: 15px;
}
.workpackages .packages-row.bottom-row:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.16);
}
.workpackages .mandatory {
  font-size: 15px;
  line-height: 25px;
  margin-top: 60px;
}
.workpackages .icon-subline {
  margin-bottom: 50px;
}
/* Work Packages END */
/* specialsections START */
.inline-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 133px;
}
.specialsections {
  padding-top: 70px;
  padding-bottom: 80px;
}
.specialsections .navigation-section {
  padding: 33px 0 53px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.specialsections .navigation-section h3 {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.16);
}
.specialsections .navigation-section:hover, .specialsections .navigation-section.active {
  cursor: pointer;
}
.specialsections .navigation-section:hover h3, .specialsections .navigation-section.active h3 {
  color: #ffffff;
}
.specialsections .certificates-box {
  opacity: 0.16;
  padding: 33px 0;
}
.specialsections .certificates-box:hover, .specialsections .certificates-box.active {
  opacity: 1;
}
.specialsections .intro-text.big {
  font-size: 40px;
  line-height: 60px;
}
/* specialsections END */
body .frame-type-webtemp_severaltextimageboxes .row .col-sm {
  padding-left: 15px;
  padding-right: 15px;
}
body .frame-type-webtemp_severaltextimageboxes .nobgimage {
  margin: 30px 10px 20px 10px;
  max-height: 280px;
  width: auto;
}
#c416 img {
  max-height: 800px;
}
#c527 .images-row .image-row .image-row-wrapper img {
  min-height: auto;
  width: auto;
  max-width: 100%;
  max-height: 120px;
}
#c426 .text-boxes.four-columns a > p {
  border: none !important;
}
body .frame-type-webtemp_textboxesfour .row .col-sm {
  padding-left: 15px;
  padding-right: 15px;
}
body #c476 .specialsections.bg-primary {
  background: #0a2a46;
  background: -moz-linear-gradient(180deg, #0a2a46 0%, #02080e 100%);
  background: -webkit-linear-gradient(180deg, #0a2a46 0%, #02080e 100%);
  background: linear-gradient(180deg, #0a2a46 0%, #02080e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a2a46",endColorstr="#02080e",GradientType=1);
}
#c553 .row.intro-slider-row .col-xl-4 {
  width: 43.33333333%;
}
.powermail_fieldwrap_dsgvotext {
  font-size: 16px;
  line-height: 22px;
}
.powermail_form h3 {
  display: none;
}
#c519 .image-wrapper-small {
  background: #efefef;
}
body .frame table.joblist td {
  padding: 22px 13px 22px 13px;
}
#c614 .text-box-row .image-outer-wrapperX img {
  margin: auto;
  max-width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#c516 h2 {
  hyphens: none;
}
footer {
  background-color: var(--text-color);
  color: #ffffff;
  padding: 45px 0;
  margin-top: 55px;
}
footer h3, footer h2, footer h1, footer h4, footer a {
  color: #ffffff;
}
footer a, footer a:hover {
  font-weight: 400;
}
footer p {
  font-size: 16px;
  line-height: 30px;
}
footer .logo {
  width: 110px;
}
footer .copyright {
  font-size: 13px;
  line-height: 20px;
}
footer h3 {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 16px;
}
footer .flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footernav .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .footernav .nav a, footer .footernav .nav a:hover, footer .footernav .nav a:visited, footer .footernav .nav a:active, footer .footernav .nav a:focus {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}
footer .legal-menu ul {
  flex-direction: row !important;
  margin-top: 20px;
}
footer .legal-menu ul a {
  font-size: 13px !important;
  line-height: 20px !important;
}
footer .legal-menu ul li:not(:last-child) a:after {
  content: "|";
  margin: 0 5px;
}
.social-networks {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
.social-networks li {
  display: inline-block;
  margin: 2px;
}
.social-networks li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 29px;
  margin: 0;
  padding: 0;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 17pt;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-networks li a:hover {
  color: #ffffff;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.social-networks li a img {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 2000px) {
  .text-image-slider .image-slider-wrapper .image-slide {
    background-size: 100% auto;
    background-position: center top 25px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1700px) {
  body .video-slider-wrapper .video-section .video-slider video {
    max-width: unset;
    width: auto;
    min-width: unset;
    min-height: unset;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .logo-inner-row {
    height: 120px;
  }
}
@media screen and (min-width: 1600px) {
  #c543 .text-image-slider .image-slider-wrapper .image-slide {
    background-size: contain;
  }
}
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
  body .like-h1, body h1 {
    font-size: 87px;
    line-height: 107px;
  }
  body .intro-text-wrapper h1, body .like-h2, body h2 {
    font-size: 48px;
    line-height: 68px;
  }
  body .headerslider .slider-wrapper .col-sm h2, body .specialsections .intro-text.big, body .like-h3, body h3 {
    font-size: 35px;
    line-height: 45px;
  }
  body .frame table tr > th, body .frame table thead td, body .intro-text, body .like-h4, body h4 {
    font-size: 22px;
    line-height: 32px;
  }
  body .text-boxes .content, body .like-h5, body h5 {
    font-size: 17px;
    line-height: 27px;
  }
  body .text-boxes .content, body .icon-boxes h2 + .content {
    margin-top: 30px;
  }
  body .distance-block.verysmall {
    height: 30px;
  }
  body .distance-block.small {
    height: 40px;
  }
  body .distance-block.middle {
    height: 60px;
  }
  body .distance-block.big {
    height: 75px;
  }
  body .distance-block.verybig {
    height: 90px;
  }
  body .distance-block.extrem {
    height: 135px;
  }
  body .just-image {
    max-height: calc(100vh - 130px);
  }
  body .video-slider-wrapper .video-section .video-slider .slide, body .video-wrapper, body .video-slider-wrapper {
    max-height: calc(100vh - 130px);
  }
  body .video-slider-wrapper .video-section .video-slider video, body .video-slider video {
    min-width: 100%;
    height: auto;
  }
  body .icon-boxes .icon-box-wrapper .icon-box {
    margin-bottom: 75px;
  }
  body .intro-text.with-bg-video {
    padding: 75px 0 100px 0;
  }
  body header #hamburg + .hamburg + .mobile-menu-wrapper a.big-menu-point {
    font-size: 35px;
    line-height: 58px;
  }
  body .text-image-slider:not(.simple) .container {
    position: relative;
  }
  body .text-image-slider:not(.simple) .container .custom-arrows {
    position: absolute;
    right: 12px;
    top: 0;
  }
  body .text-image-block.smaller-padding .text-col {
    padding-top: 115px;
    padding-bottom: 99px;
  }
  body .text-image-block .image-wrapper.small img, body .text-image-block .image-wrapper-small img, body .text-image-block .image-wrapper img {
    min-width: inherit;
  }
  body .text-image-slider.simple {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1460px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-image-block.image-right .image-wrapper-small {
    margin-right: -30px;
  }
  .text-image-block.image-left .image-wrapper-small {
    margin-left: -30px;
  }
}
@media screen and (max-width: 1200px) {
  footer .copyright {
    margin-bottom: 25px;
  }
  body .video-slider-wrapper .video-section .video-slider, body .big-teaser-image {
    height: 750px;
  }
  .location-wrapper .text-box-row .col-sm:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    padding-bottom: 25px;
  }
  .headerslider .slider-wrapper .col-sm {
    padding-bottom: 50px;
  }
  .headerslider .slider-wrapper .col-sm .button {
    margin-top: 25px;
  }
  .spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(4) {
    margin-bottom: 0px;
  }
  body .frame-type-webtemp_severaltextimageboxes .row .col-sm {
    padding-left: 5px;
    padding-right: 5px;
  }
  #c543 .text-slide .content p br + br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 17px;
    line-height: 27px;
  }
  body .video-slider-wrapper .video-section .video-slider, body .big-teaser-image {
    height: 700px;
  }
  body .like-h1, body h1 {
    font-size: 75px;
    line-height: 95px;
  }
  body .intro-text-wrapper h1, body .like-h2, body h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  body .headerslider .slider-wrapper .col-sm h2, body .specialsections .intro-text.big, body .like-h3, body h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  body .headerslider .slider-wrapper .col-sm h2 {
    line-height: 1.25 !important;
  }
  body .frame table tr > th, body .frame table thead td, body .intro-text, body .like-h4, body h4 {
    font-size: 20px;
    line-height: 30px;
  }
  body .text-boxes .content, body .like-h5, body h5 {
    font-size: 17px;
    line-height: 27px;
  }
  body .body-wrapper {
    padding-top: 86px;
  }
  body header {
    padding: 20px 0;
  }
  body header .logo {
    width: 70px;
  }
  body header #hamburg + .hamburg + .mobile-menu-wrapper .inner {
    padding-top: 100px;
  }
  body header .lang-menu {
    top: 36px;
  }
  body .headerslider .slider-wrapper {
    height: calc(100vh - 86px);
  }
  body .buttonwrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  body .buttonwrapper .button {
    margin-right: 10px;
    margin-left: 10px;
  }
  body .text-image-block .text-col {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  body .text-image-block .text-col .content {
    margin-top: 25px;
  }
  body .text-image-block .text-col .button {
    margin-top: 15px;
  }
  body .teaser-boxes.three-columns .row.mid-padding > .col-sm:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    padding-bottom: 35px;
  }
  body .specialsections .navigation-section {
    padding: 13px 0 33px 0;
  }
  body .border-bottom-container {
    margin: 0;
  }
}
@media screen and (max-width: 990px) {
  body .distance-block.verysmall {
    height: 20px;
  }
  body .frame-type-webtemp_textimageslider .image-slider-wrapper {
    display: none;
  }
  body .distance-block.small {
    height: 25px;
  }
  body .distance-block.middle {
    height: 40px;
  }
  body .distance-block.big {
    height: 50px;
  }
  body .distance-block.verybig {
    height: 60px;
  }
  body .distance-block.extrem {
    height: 90px;
  }
  body .intro-text {
    margin: 35px 0;
  }
  body .intro-text.with-bg-video {
    padding: 75px 0 100px 0;
  }
  body .intro-text.with-bg-video .bg-video {
    margin-bottom: -280px;
  }
  body header .bottom {
    margin-top: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }
  body .icon-boxes .icon-box-wrapper {
    margin-top: 50px;
  }
  body .icon-boxes .icon-box-wrapper .icon-box {
    width: 33%;
    margin-bottom: 50px;
  }
  body .text-image-block.smaller-padding .text-col {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  body .text-boxes.four-columns .image-boxes-row a > p {
    text-decoration: underline;
  }
  body .spheres-block .sphere-inner-wrapper {
    padding-top: 55px;
  }
  body .row.big-padding {
    margin-left: -30px;
    margin-right: -30px;
  }
  body .row.big-padding > .slick-list > .slick-track > .col-sm, body .row.big-padding > .col-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
  body .text-boxes .image-boxes-row > .col-sm:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    padding-bottom: 35px;
  }
  body .logo-inner-row {
    height: 75px;
  }
  body .text-image-slider .slick-dots, body .text-image-slider .text-slider-wrapper .text-slide {
    padding-right: 0 !important;
  }
  body .text-image-slider .image-slider-wrapper {
    min-height: 300px;
  }
  body .text-image-slider.simple {
    padding-bottom: 0;
  }
  body .text-image-block.image-right .text-col {
    padding-right: 30px;
  }
  body .text-image-block.image-left .text-col {
    padding-left: 30px;
  }
  body .simple-text-image-slider .intro-slider-row {
    margin-bottom: 25px;
  }
  body .simple-text-image-slider .intro-slider-row + .row {
    flex-direction: column-reverse;
  }
  body .simple-text-image-slider .intro-slider-row + .row .image-wrapper {
    margin-top: 25px;
  }
  body .text-boxes .text-box-wrapper > .text-box {
    width: 33%;
  }
  body .text-boxes .text-box-wrapper > .text-box:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
    padding-bottom: 25px;
  }
  body .text-boxes .text-box-row > .col-sm:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    padding-bottom: 25px;
  }
  body form .field-row-powermail .col-type-input, body form .field-row-powermail .col-type-select {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
  body .with-border-separated-cols > .slick-list > .slick-track > .col-sm:not(:nth-child(3n)), body .with-border-separated-cols > .col-sm:not(:nth-child(3n)) {
    border: 0;
  }
  body .with-border-separated-cols > .col-sm:not(:last-child) {
    border-bottom: 1px solid var(--grey-color);
  }
  body .special-row .navigation {
    padding-left: 25px;
  }
  body .video-slider-wrapper .video-section .video-slider video, body .video-slider video {
    min-height: 100%;
    width: auto;
    min-width: auto;
  }
  body header .lvl1-link {
    margin-top: 30px;
    /* display: none; */
  }
  .social-networks li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  body .just-desktop {
    display: none;
  }
  body .just-mobile {
    display: block !important;
  }
  body .like-h1, body h1 {
    font-size: 45px;
    line-height: 55px;
  }
  body #c516 {
    margin-top: 40px;
  }
  body #c528 {
    margin-top: 40px;
  }
  body .headerslider .slider-wrapper .col-sm h2, body header #hamburg + .hamburg + .mobile-menu-wrapper a.big-menu-point, body .intro-text-wrapper h1, body .like-h2, body h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  body .intro-text-wrapper h1 > .font-weight-normal, body .intro-text-wrapper h1.font-weight-normal, body .like-h2 > .font-weight-normal, body .like-h2.font-weight-normal, body h2 > .font-weight-normal, body h2.font-weight-normal {
    font-size: 30px;
    line-height: 38px;
    margin-top: 5px;
  }
  body header .sub-menu.sub-sub {
    margin-top: 0;
  }
  body header #hamburg + .hamburg + .mobile-menu-wrapper a.big-menu-point {
    margin-bottom: 10px;
  }
  body header .menutext {
    line-height: 30px;
  }
  body header .lang-menu {
    top: 29px;
  }
  body .specialsections .intro-text.big, body .like-h3, body h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  body .frame table tr > th, body .frame table thead td, body .intro-text, body .like-h4, body h4 {
    font-size: 18px;
    line-height: 28px;
  }
  body .text-boxes .content, body .like-h5, body h5 {
    font-size: 17px;
    line-height: 27px;
  }
  body .distance-block.verysmall {
    height: 10px;
  }
  body .distance-block.small {
    height: 15px;
  }
  body .distance-block.middle {
    height: 20px;
  }
  body .distance-block.big {
    height: 25px;
  }
  body .distance-block.verybig {
    height: 30px;
  }
  body .distance-block.extrem {
    height: 45px;
  }
  body .logo-inner-row {
    height: 45px;
  }
  body .accordion .accordion-wrapper details summary:after {
    top: calc(50% - (15px / 2));
  }
  body .intro-text.with-bg-video {
    padding: 30px 0;
  }
  body .icon-boxes .icon-box-wrapper .icon-box {
    width: 50%;
  }
  body .spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:not(:last-child) {
    padding-bottom: 30px;
  }
  body .spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(4), body .spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(6) .col-sm, body .spheres-block .sphere-inner-wrapper .info-boxes-row .sphere-inner-row:nth-child(3) .col-sm {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  body .spheres-block h2 > p {
    width: 100%;
  }
  body .headerslider h1 {
    margin-bottom: 0;
  }
  body .headerslider .button {
    margin-bottom: 0;
  }
  body .custom-arrows .slick-arrow {
    width: 50px;
    height: 32px;
    margin-left: 30px;
  }
  body .text-boxes .custom-arrows {
    top: 12px;
    right: 30px;
  }
  body .text-boxes .image-boxes-row > .col-sm:not(:last-child) {
    padding-bottom: 35px;
  }
  body .text-image-block.image-left .image-wrapper-small, body .text-image-block.image-right .image-wrapper-small {
    margin-left: -30px;
    margin-right: -30px;
  }
  body .text-image-block.image-left .text-col, body .text-image-block.image-right .text-col {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .text-image-block.image-left .text-col.bg-blue, body .text-image-block.image-left .text-col.bg-light, body .text-image-block.image-right .text-col.bg-blue, body .text-image-block.image-right .text-col.bg-light {
    margin-left: -25px;
    margin-right: -25px;
    min-width: calc(100% + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
  body .text-image-block.image-right > .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  body .text-image-block .bg-behind-text {
    display: none;
  }
  body .text-image-block .text-col.bg-black {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: calc(100% + 30px + 30px);
  }
  body .text-image-block.small .image-wrapper {
    min-height: 300px;
  }
  body .text-image-slider > .container > .row > .col-sm {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .text-image-slider.simple > .container > .row > .col-sm {
    justify-content: flex-end;
  }
  body .text-image-slider.small .placeholder-buttons {
    margin-bottom: 0;
    height: 30px;
  }
  body .centered-textblock .content-wrapper {
    padding-top: 30px;
  }
  body .text-boxes .text-box-wrapper > .text-box {
    width: 100%;
  }
  body .text-boxes .text-box-wrapper > .text-box:not(:last-child) {
    padding-bottom: 25px;
  }
  body .intro-row {
    margin-bottom: 30px;
  }
  body .teaser-boxes .intro-col {
    padding-bottom: 0;
  }
  body .teaser-boxes .teaser-wrapper .teaser-box .teaserimage {
    width: 50%;
    min-width: 50%;
  }
  body .images-row .image-row .image-row-wrapper {
    width: calc(50% - 16px);
  }
  body .location-wrapper {
    margin-top: 45px;
  }
  body .location-wrapper .col-sm:not(:last-child) {
    padding-bottom: 25px;
  }
  body .frame table {
    margin: 25px 0;
  }
  body .frame table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--grey-color);
    padding: 15px 0;
  }
  body .frame table tr td {
    border-bottom: 0;
    padding: 0;
  }
  body .just-text-boxes h3 {
    margin-bottom: 15px;
  }
  body .just-text-boxes .text-box-row {
    margin-top: 0;
  }
  body .just-text-boxes > .col-sm {
    padding-bottom: 30px;
  }
  body .intro-text .header-line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  body .intro-text.with-images .image-row > .col-sm:not(:last-child) {
    padding-bottom: 30px;
  }
  body .video-slider-wrapper .video-section .video-slider {
    height: auto;
  }
  body .video-slider-wrapper .video-section .video-slider video, body body .video-slider video {
    min-height: unset;
    height: auto;
    width: 100%;
  }
  body .video-slider-wrapper .video-section .video-slider .slide {
    padding: 130px;
  }
  body .big-teaser-image {
    height: calc(100vh - 86px);
    padding: 55px 0;
  }
  body .video-slider-wrapper .video-section .video-slider .slide .video-wrapper {
    max-height: 100%;
  }
  body .certificate-row {
    padding: 30px 0;
  }
  body .certificate-row .certificates-row > .col-sm .certificates-box {
    width: 100%;
  }
  body form .field-row-powermail .col-type-input, body form .field-row-powermail .col-type-select {
    flex: 0 0 100%;
    width: 100%;
  }
  body .specialsections .special-row {
    display: flex;
    flex-direction: column-reverse;
  }
  body .specialsections .special-row .navigation {
    padding: 0;
  }
  body .specialsections .special-row .navigation .navigation-section {
    padding: 10px 0;
  }
  body .joblist table tr td:first-child {
    max-width: 100%;
    width: 100%;
    padding-right: 10px;
  }
  body table.joblist thead {
    display: none;
  }
  body .icon-boxes .icon-box-wrapper.with-margin {
    margin-top: 30px;
  }
  body .frame-type-webtemp_textboxesthreeslider .text-boxes {
    padding-top: 50px;
  }
  body .frame-type-webtemp_textboxesthreeslider .text-boxes .custom-arrows {
    top: -48px;
  }
  body .intro-text.with-bg-video .bg-video {
    margin-bottom: -60px;
    margin-top: -80px;
  }
  body .certificate-row .certificates-row > .col-sm .certificates-box {
    height: auto;
  }
  body .certificate-row .certificates-row > .col-sm .certificates-box > a {
    height: auto;
  }
  body .certificate-row .certificates-row > .col-sm .certificates-box .certificate-image {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body .workpackages .packages-row > .col-sm .packages-box {
    width: 100%;
    height: auto;
  }
  body .text-image-slider.simple {
    padding-top: 30px;
  }
  body .text-image-slider.simple .custom-arrows {
    margin-bottom: 20px;
  }
  body .text-image-slider .simple-text-image-slider .one-slide > .container {
    height: inherit;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  body .text-box-row .image-outer-wrapper {
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 15px;
  }
  body .workpackages.wp3 .packages-row > .col-sm .packages-box {
    width: 100%;
  }
  body .text-image-block.imagehandling-imageheightauto .col-sm {
    padding-left: 0;
  }
  body #careerfilter {
    margin-bottom: 30px;
  }
  body #careerfilter .select2 {
    margin-bottom: 15px;
  }
  body #custom-search-input {
    margin-bottom: 15px;
  }
  body footer {
    padding: 30px 0;
  }
  body footer .logo {
    width: 90px;
  }
  body footer .legal-menu ul {
    flex-wrap: wrap !important;
  }
  body footer .social-networks {
    gap: 10px;
  }
  body footer .social-networks li a {
    width: 40px;
    height: 40px;
  }
  body #c688 .video-slider-wrapper .video-section .video-slider .slide {
    padding: 30px 20px;
  }
  body #c688 .likeH1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 580px) {
  body .frame-type-webtemp_headerslider2 h1 {
    font-size: 35px;
    line-height: 35px;
  }
  body .frame-type-webtemp_headerslider2 h2 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 420px) {
  .headerslider-v2-buttons a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2F(stdin)%22%2C%22%2Ftypo3conf%2Fext%2Fwebtemp%2FResources%2FPrivate%2FSCSS%2F_layout.scss%22%2C%22%2Ftypo3conf%2Fext%2Fwebtemp%2FResources%2FPrivate%2FSCSS%2F_header.scss%22%2C%22%2Ftypo3conf%2Fext%2Fwebtemp%2FResources%2FPrivate%2FSCSS%2F_contentelements.scss%22%2C%22%2Ftypo3conf%2Fext%2Fwebtemp%2FResources%2FPrivate%2FSCSS%2F_footer.scss%22%2C%22%2Ftypo3conf%2Fext%2Fwebtemp%2FResources%2FPrivate%2FSCSS%2F_mobile.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvFA%3BACyGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACjcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAFjPZ%3BAGCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAH1BA%3BAAAA%3BAGgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAH%2FCJ%3BAAAA%3BAGyDE%3BAAAA%3BAAAA%3BAHzDF%3BAAAA%3BAGkEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAH5IH%3BAAAA%3BAGsJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAHxNR%3BAAAA%3BAGuOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAH9OF%3BAAAA%3BAGuPA%3BAAAA%3BAAAA%3BAHvPA%3BAAAA%3BAG8PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5QF%3BAAAA%3BAGuRE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAHhTJ%3BAAAA%3BAG0TE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAH5dA%3BAAAA%3BAGkeA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAH9eF%3BAAAA%3BAGwfE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAHzpBA%3BAAAA%3BAGmqBA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAHx0BA%3BAGi1BA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAHn1BF%3BAG41BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAHt5BN%3BAAAA%3BAGk6BE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHn%2BBR%3BAAAA%3BAGi%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH9qCJ%3BAAAA%3BAGyrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvtCJ%3BAAAA%3BAGquCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHruCA%3BAAAA%3BAGgvCE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAHzwCF%3BAAAA%3BAGkxCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAH9xCJ%3BAAAA%3BAG0yCE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHh0CN%3BAAAA%3BAGm1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAH%2F2CF%3BAAAA%3BAG03CI%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHp5CA%3BAAAA%3BAG45CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAHl7CF%3BAAAA%3BAG87CA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtgDJ%3BAAAA%3BAGshDE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAHljDJ%3BAAAA%3BAG2jDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAHhpDA%3BAAAA%3BAGspDA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FqDR%3BAAAA%3BAGssDM%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAHtxDF%3BAAAA%3BAG8xDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAHz0DF%3BAGq1DA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACp6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACtIN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEG%3BAAAA%3BAAAA%3BAAAA%22%7D */