/* NEW STUFF */
/*@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@300;400;600;700&display=swap');*/

.pageNav {
    max-width: 140px;
}
.marginRight30 {
    margin-right: 30px;
}
.marginRight10 {
    margin-right: 10px;
}
.marginTop24 {
    margin-top: 24px;
}
.marginTop90 {
    margin-top: 90px;
}
.marginTop180 {
    margin-top: 180px;
}
.marginTop270 {
    margin-top: 270px;
}
.marginTop360 {
    margin-top: 360px;
}
.linkInfobox {
    text-decoration: underline;
}
.contactMap {
    background-image: url('resources/themes/mld-website/web/images/labor-duesseldorf-gmap.webp'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.olympiaLink {
    position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 9999;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #4dab25;
    border-left: none;
}
.imgOlympia {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .osp-logo-footer {
        display: none;
    }
}
.tagManagerStyle {
    display:none;
    visibility:hidden;
}
.infoBoxUnderline {
    text-decoration: underline;
}



.page-navi {
    position: fixed;
    top: 40px;
    left: 0;
    padding: 1rem 0;
    z-index: 999;
    background-color: rgba(255,255,255,.9);
    width: 100%;
}
.fileImg {
    width: 10px!important;
}
.marginTop90 {
    margin-top: 90px;
}
.marginTop180 {
    margin-top: 180px
}
.marginTop270 {
    margin-top: 270px
}
.homeLink {
    max-width: 140px
}
.newsArrow {
    width: 47px;

}
.leftGrafikUntersuchungsprogramm {
    position: relative;
    top: 228px;
    left: -344px
}
.rightGrafikUntersuchungsprogramm {
    position: relative;
    top: -205px;
    right: -344px;
}
.googleTagManager {
    display:none;
    visibility:hidden;
}
.DynamicTransportContentPage #nav-logos #aag-logo {
    display: block;
}

#nav-logos {
    display: flex;
}

#nav-logos #aag-logo {
    display: none;
    margin-right: 40px;
}




.contactForm .radio {width: auto; margin-right: 25px}
.contactForm .optionset, .contactForm .checkboxset {list-style: none; padding: 0}
.contactForm .checkboxset li {
    margin-bottom: 15px;
}

#Form_transportForm_Ziellabor_Holder {
    margin-bottom: 60px;
}

#Form_transportForm_Ziellabor li {
    display: flex;
    align-items: center;
}

details {
    overflow: hidden;
    margin-top: 0.125em;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    border-radius: 3px;
  }
  
  details summary {
    display: block;
    cursor: pointer;
    padding: .5em .5em .5em .7em;
    background: #4dab25;
    color: #FFF;
    border-radius: 3px 3px 0 0;
    font-size: 1.25rem;
  }
  
  details[open] summary {
    background: #4dab25;
    color: #ffffff;
  }
  
  details main {
    padding: 2.2em;
  }

  .contactForm select {
    width: 100%;
    padding: 0.625rem 1.875rem;
    margin-bottom: 0.625rem;
}

.contactForm .form-group, 
.contactForm .form-check, 
.contactForm .field {
    margin-bottom: 30px;
}

.contactForm textarea {
    width: 100%;
    padding: 0.625rem 1.875rem;
}

.contactForm form {
    margin-bottom: 5rem;
}

.contactForm .form-check, .contactForm .checkbox {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}

#Form_transportForm_Captcha_Holder input,
#Form_trinkForm_Captcha_Holder input,
#Form_contactForm_Captcha_Holder input {
    display: none;
}

.contactForm .form-check input,
.contactForm .checkbox input,
.contactForm .checkboxset .checkbox {
    width: 20px;
    height: 20px;
    margin-right: 25px;
}

.contactForm .btn-primary {
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    cursor: pointer;
}

.contactForm .checkbox label {
    margin-top: -6px;
}

.keyvisual-contact {
    position: absolute;
    width: 500px;
    left: -10%;
    bottom: -40%;
}

.keyvisual-header {
    position: absolute;
    right: -30%;
    bottom: -50%;
}

@media screen and (max-width: 1760px) {
    .keyvisual-contact {
        width: 450px;
    }
}

@media screen and (max-width: 1650px) {
    .keyvisual-contact {
        width: 400px;
        left: -15%;
    }
    .keyvisual-header {
        right: -40%;
    }
}

@media screen and (max-width: 1480px) {
    .keyvisual-contact {
        display: none;
    }
    .keyvisual-header {
        right: -50%;
    }
}

@media screen and (max-width: 1280px) {
    .keyvisual-header {
        display: none;
    }
}

@media screen and (max-width: 972px) {
    .keyvisual-contact {
        display: block;
        left: auto;
        right: -50%;
        bottom: 40%;
    }

    .ss-htmleditorfield-file.image {
        width: 100%!important;
        height: auto!important;
    }
}

@media screen and (max-width: 768px) {
    .keyvisual-header {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .keyvisual-contact {
        right: -75%;
    }
}

#toggle-menu-btn {
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#toggle-menu-btn .menu-icon span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-top: 5px;
    transition: .5s;
}

#toggle-menu-btn .menu-icon span:first-child {
    margin: 0;
}

#toggle-menu-btn #toggle-menu-title {
    font-size: 1.5rem;
    display: block;
    margin-left: 20px;
}

.closed-menu .menu-icon span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.closed-menu .menu-icon span:nth-child(2) {
    opacity: 0;
}

.closed-menu .menu-icon span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -8px);
    transform: rotate(45deg) translate(-5px, -8px);
}

.display-sub-nav {
    display: block!important;
}

.page-sub-nav {
    display: none;
    border-top: 1px solid #4DAC26;
    position: fixed;
    z-index: 999;
    top: 136px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    overflow-y: auto;
}

.page-sub-nav .sub-nav-container {
    background-color: rgba(255,255,255,.9);
    width: 100%;
    margin: 0 auto;
    max-width: 76rem;
    padding: 2rem 3rem;
}

.sub-nav-title {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.sub-nav-title a {
    color: #000;
    text-decoration: none;
}

.sub-nav-title a:hover {
    color: #000;
}

.sub-nav-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4DAC26;
}

.sub-nav-item {
    padding: 0;
    list-style: none;
}

.sub-nav-item li {
    margin-bottom: 20px;
}

.sub-nav-item li:last-child {
    margin: 0;
}

.sub-nav-item li a {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: baseline;
}

.sub-nav-item li a svg {
    margin-right: 10px;
}

.contact-bar {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
}

.contact-bar span {
    display:inline-block;
    margin-bottom: 10px;
}

.header .search:not(input) {
    padding: 10rem 0!important;
}

.page-wrap .main h1 {
    margin-top: 8rem;
}


@media (max-width: 1200px) {
    .page-sub-nav .sub-nav-container {
        max-width: 100%!important;
        padding: 2rem!important;
    }
}

@media (max-width: 992px) {
    .sub-nav-title {
        margin-top: 2rem;
    }

    .page-sub-nav .sub-nav-container {
        padding: 0 2rem 2rem 2rem!important;
    }
}

@media (max-width: 768px) {
    .page-sub-nav {
        top: 136px;
    }
}




/* OLD STUFF */
::-webkit-input-placeholder {
    color: #929292;
}
::-ms-input-placeholder {
    color: #929292;
}
::placeholder {
    color: #929292;
}
form input {
    width: 100%;
    padding: 0.625rem 1.875rem;
    margin-bottom: 0.625rem;
}
form input[type="submit"] {
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
    color: #fff;
    cursor: pointer;
}
/* @font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: url(../webfonts/OpenSans-LightItalic.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: url(../webfonts/OpenSans-Light.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/OpenSans-Regular.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: url(../webfonts/OpenSans-Italic.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    src: url(../webfonts/OpenSans-SemiBoldItalic.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(../webfonts/OpenSans-SemiBold.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    src: url(../webfonts/OpenSans-BoldItalic.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../webfonts/OpenSans-Bold.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    src: url(../webfonts/OpenSans-ExtraBoldItalic.woff) format("woff");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: url(../webfonts/OpenSans-ExtraBold.woff) format("woff");
}
@font-face {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/PTSans-Regular.woff) format("woff");
}
@font-face {
    font-family: PT Sans;
    font-style: italic;
    font-weight: 400;
    src: url(../webfonts/PTSans-Italic.woff) format("woff");
}
@font-face {
    font-family: PT Sans;
    font-style: italic;
    font-weight: 700;
    src: url(../webfonts/PTSans-BoldItalic.woff) format("woff");
}
@font-face {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../webfonts/PTSans-Bold.woff) format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/PTSerif-Regular.woff) format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    src: url(../webfonts/PTSerif-Italic.woff) format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 700;
    src: url(../webfonts/PTSerif-BoldItalic.woff) format("woff");
}
@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    src: url(../webfonts/PTSerif-Bold.woff) format("woff");
} */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: "EncodeSansCond";
    font-weight: 300;
    src: url("../webfonts/EncodeSansCondensed-Light.ttf") format("truetype");
}
@font-face {
    font-family: "EncodeSansCond";
    font-weight: 400;
    src: url("../webfonts/EncodeSansCondensed-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "EncodeSansCond";
    font-weight: 600;
    src: url("../webfonts/EncodeSansCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "EncodeSansCond";
    font-weight: 700;
    src: url("../webfonts/EncodeSansCondensed-Bold.ttf") format("truetype");
}
html {
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 300;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: 'EncodeSansCond', sans-serif;
    font-size: 1rem;
    /* font-weight: 400; */
    font-weight: 300;
    line-height: 1.75rem;
    color: #212529;
    text-align: left;
    background-color: #929292;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #4dab25;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #3a811c;
    text-decoration: none;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014 \00A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.container {
    width: 100%;
}
.container,
.container-fluid,
.main .search {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #40d3ed;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.5);
}
.carousel-indicators li:before {
    top: -10px;
}
.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li:after {
    bottom: -10px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #40d3ed !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #16c5e4 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #4dab25 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #3a811c !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #40d3ed !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #4dab25 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.857%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #40d3ed !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #16c5e4 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #4dab25 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #3a811c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.no-list-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.space,
body:not(.CareerPage) .career-teaser,
body:not(.NewsPage) .news-teaser {
    padding: 1.25rem 0;
}
.main .search,
.outer-space {
    margin: 1.25rem auto;
}
.space-big {
    padding: 3.75rem 0;
}
.outer-space-big {
    margin: 3.75rem 0;
}
.space-top {
    padding: 1.25rem 0 0;
}
.outer-space-top {
    margin: 1.25rem 0 0;
}
.space-bottom {
    padding: 0 0 1.25rem;
}
.outer-space-bottom {
    margin: 0 0 1.25rem;
}
input[id="toggle"] {
    display: none;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__navigation-holder {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), visibility 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.15s;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), visibility 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.15s;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), visibility 0.5s cubic-bezier(0, 0, 0.2, 1), transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.15s;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1), visibility 0.5s cubic-bezier(0, 0, 0.2, 1), transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.15s;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__menu__open span {
    width: 0;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__menu__open span:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__menu__open span:nth-child(2) {
    -webkit-transition-delay: 125ms;
    transition-delay: 125ms;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__menu__open span:nth-child(3) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__menu__close span {
    width: 100%;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__menu__close span:first-child {
    -webkit-transition-delay: 625ms;
    transition-delay: 625ms;
}
input[id="toggle"]:checked ~ .page-navi .page-navi__inner__menu__close span:nth-child(2) {
    -webkit-transition-delay: 375ms;
    transition-delay: 375ms;
}
.page-wrap {
    position: relative;
    width: 100%;
}
.back-link {
    margin-top: 2.5rem;
    display: block;
    width: auto;
}
.back-link a {
    text-decoration: none;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.back-link a svg path {
    fill: #4dab25;
}
.back-link a:hover svg path {
    fill: #4f6d64;
}
.back-link span {
    margin-left: 0.625rem;
}
.news-date {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #dcdcdd;
    display: block;
}
.page-navi__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-navi__inner__branding {
    display: block;
    width: 100%;
    max-width: 180px;
}
.page-navi__inner__branding img {
    width: 100%;
}
.page-navi__inner__navigation-holder {
    position: fixed;
    top: 4.375rem;
    right: 0;
    width: 100%;
    min-height: calc(100% - 4.375rem);
    background-color: #fff;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s, visibility 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s, visibility 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1), opacity 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s, visibility 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s;
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1), opacity 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s, visibility 0.25s cubic-bezier(0.4, 0, 1, 1) 0.15s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
}
.page-navi__inner__navigation-holder__info__item,
.page-navi__inner__navigation-holder__navigation__item {
    /* font-family: PT Sans; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 300;
}
.page-navi__inner__navigation-holder__info__item a,
.page-navi__inner__navigation-holder__navigation__item a {
    margin-bottom: 0;
    color: #000;
    text-decoration: none;
}
.page-navi__inner__navigation-holder__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
.page-navi__inner__navigation-holder__navigation__item a {
    position: relative;
    font-size: 1.125rem;
    display: block;
}
.page-navi__inner__navigation-holder__navigation__item:not(:last-child) {
    margin-bottom: 3.125rem;
}
.page-navi__inner__navigation-holder__navigation__item.active a {
    color: #4dab25;
}
.page-navi__inner__navigation-holder__navigation__item:hover a {
    color: #fd4101;
}
.page-navi__inner__navigation-holder__navigation__item:hover a:after {
    background-color: #fd4101;
}
.page-navi__inner__navigation-holder__info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 2.5rem;
}
.page-navi__inner__navigation-holder__info,
.page-navi__inner__navigation-holder__info__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-navi__inner__navigation-holder__info__item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
}
.page-navi__inner__navigation-holder__info__item:not(:last-child) {
    margin-right: 3.125rem;
}
.page-navi__inner__navigation-holder__info__item--carreer a:before,
.page-navi__inner__navigation-holder__info__item--phone a:before {
    display: inline-block;
    line-height: 1;
    margin-right: 0.625rem;
}
.page-navi__inner__navigation-holder__info__item--phone a:before {
    content: url(../images/icons/interface/phone-green.svg);
}
.page-navi__inner__navigation-holder__info__item--carreer a:before {
    content: attr(data-career-count);
    width: 1.25rem;
    height: 1.25rem;
    display: none;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7802), to(#fd4001));
    background: linear-gradient(180deg, #ff7802 0, #fd4001);
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.625rem;
}
.page-navi__inner__navigation-holder__info__item--carreer a.has-careers:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-navi__inner__menu {
    margin-bottom: 0;
    position: relative;
    width: 1.25rem;
    height: 0.875rem;
    cursor: pointer;
}
.page-navi__inner__menu.has-careers:before {
    content: attr(data-career-count);
    width: 1.25rem;
    height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7802), to(#fd4001));
    background: linear-gradient(180deg, #ff7802 0, #fd4001);
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    font-size: 0.625rem;
}
.page-navi__inner__menu__close,
.page-navi__inner__menu__open {
    position: absolute;
    width: 100%;
    height: 100%;
}
.page-navi__inner__menu__close span,
.page-navi__inner__menu__open span {
    display: block;
    background-color: #000;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 0.125rem;
    border-radius: 0.938rem;
}
.page-navi__inner__menu__open span {
    width: 100%;
}
.page-navi__inner__menu__open span:not(:nth-child(3)) {
    margin-bottom: 0.25rem;
}
.page-navi__inner__menu__open span:first-child {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.page-navi__inner__menu__open span:nth-child(2) {
    -webkit-transition-delay: 625ms;
    transition-delay: 625ms;
}
.page-navi__inner__menu__open span:nth-child(3) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.page-navi__inner__menu__close span {
    position: absolute;
    width: 0;
    top: 50%;
    left: 50%;
}
.page-navi__inner__menu__close span:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.page-navi__inner__menu__close span:nth-child(2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ellipsis.hide {
    display: none;
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #4dab25;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
}
.lds-ellipsis div:nth-child(2),
.lds-ellipsis div:nth-child(3) {
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}
.cookie-disclaimer {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    background: #fd4101;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    display: none;
}
.cookie-disclaimer.show {
    display: block;
}
.cookie-disclaimer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.938rem 0;
}
.cookie-disclaimer__inner__button,
.cookie-disclaimer__inner__info {
    margin: 0.312rem 0;
    color: #fff;
}
.cookie-disclaimer__inner__info a {
    color: #fff;
    text-decoration: underline;
}
.cookie-disclaimer__inner__info a:hover {
    text-decoration: none;
}
.cookie-disclaimer__inner__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-left: auto;
    background: 0 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
    transition: all 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
}
.cookie-disclaimer__inner__button svg {
    width: 1.312rem;
    margin-left: 0.625rem;
}
.cookie-disclaimer__inner__button svg path {
    fill: #fff;
    -webkit-transition: fill 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
    transition: fill 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
}
.cookie-disclaimer__inner__button:hover {
    color: #4dab25;
}
.cookie-disclaimer__inner__button:hover svg path {
    fill: #4dab25;
}
.header {
    position: relative;
    z-index: 2;
}
body.CareerPage .header,
body.NewsPage .header {
    padding-top: 2.5rem;
}
main {
    position: relative;
    z-index: 1;
}
.footer__bar,
.footer__end {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.footer__bar {
    border-top: 1px solid #dcdcdd;
    border-bottom: 1px solid #dcdcdd;
}
.footer__bar__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__bar__logos__fb-visit {
    text-decoration: none;
    color: #6081c4;
    margin-bottom: 1.875rem;
}
.footer__bar__logos__fb-visit img {
    width: auto;
    display: inline-block;
    margin-left: 0.625rem;
}
.footer__bar__logos__fb-visit:hover {
    color: #4166b0;
}
.footer__bar__logos__dakks {
    margin-left: 1.25rem;
    display: block;
}
.footer__bar__navi-add {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__bar__navi-add__item {
    margin: 0 1.25rem;
}
.footer__bar__navi-add__item a {
    display: block;
    text-decoration: none;
}
.footer__end p {
    color: #929292;
    text-align: center;
    font-size: 0.75rem;
}
.search {
    position: relative;
    padding: 3.125rem 0;
    color: #fff;
    text-align: center;
    width: 100%;
}
.search .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search p a {
    color: #fff;
}
.search p:last-of-type {
    margin-bottom: 1.875rem;
}
.search.focused {
    z-index: 1000;
}
.search__search-centrifuge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
    z-index: 0;
    overflow: hidden;
}
.search__search-centrifuge__left-centrifuge,
.search__search-centrifuge__right-centrifuge {
    position: absolute;
    width: 12.5rem;
}
.search__search-centrifuge__left-centrifuge path,
.search__search-centrifuge__right-centrifuge path {
    stroke: hsla(0, 0%, 100%, 0.5);
}
.search__search-centrifuge__left-centrifuge {
    left: 0;
    bottom: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.search__search-centrifuge__right-centrifuge {
    right: 0;
    top: -50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.search__search-inner {
    position: relative;
    z-index: 1;
    color: #000;
}
.search__search-inner > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.25rem;
    width: 1.188rem;
    z-index: 3;
}
.search__search-inner > svg path {
    fill: #4dab25;
}
.search__search-inner__close {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 4;
    border: none;
    background: 0 0;
    cursor: pointer;
}
.search__search-inner__close span {
    display: block;
    position: absolute;
    background-color: #4dab25;
    -webkit-transition: background-color 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
    transition: background-color 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
}
.search__search-inner__close span:first-of-type {
    width: 0;
    height: 0.125rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.15s;
    transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.15s;
}
.search__search-inner__close span:nth-of-type(2) {
    height: 0;
    width: 0.125rem;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0s;
    transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0s;
}
.search__search-inner input.search {
    display: block;
    padding: 1.25rem 3.125rem;
    border-radius: 6.25rem;
    border: none;
    width: 100%;
    font-size: 1.125rem;
    /* font-family: PT Sans; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 300;
    font-style: italic;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    color: #929292;
    text-align: left;
    z-index: 2;
}
.search__search-inner input.search.focused + .search__search-inner__close span:first-of-type {
    width: 100%;
    -webkit-transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.25s;
    transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.25s;
}
.search__search-inner input.search.focused + .search__search-inner__close span:nth-of-type(2) {
    height: 100%;
    -webkit-transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.35s;
    transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.35s;
}
.search__search-inner .search-results {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 75%;
    overflow: hidden;
    overflow-y: scroll;
    display: block;
    max-height: 0;
    -webkit-transition: max-height 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: max-height 0.25s cubic-bezier(0.4, 0, 1, 1);
    -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.search__search-inner .search-results--open {
    max-height: 12.5rem;
    -webkit-transition: max-height 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: max-height 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.search__search-inner .search-results__inner__result {
    padding: 0.625rem 0.938rem;
    background: #fff;
    border-bottom: 1px solid #dcdcdd;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
}
.search__search-inner .search-results__inner__result__term span {
    font-weight: 600;
}
.search__search-inner .search-results__inner__result a {
    text-decoration: none;
}
.search__search-inner .search-results__inner__result a svg {
    width: 1.312rem;
}
.search__search-inner .search-results__inner__result a svg path {
    fill: #4dab25;
}
.search__search-inner .search-results__inner__result a:hover svg path {
    fill: #fd4101;
}
.search__search-inner .search-results__inner__result:last-of-type {
    border-bottom: 0;
}
body.NewsPage .news-teaser:last-of-type .news-teaser__inner {
    border-bottom: 1px solid #dcdcdd;
}
.news-teaser__inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.25rem 1.25rem 3.75rem;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-teaser__inner:hover {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
body:not(.NewsPage) .news-teaser__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
    color: #fff;
}
.last-news .news-teaser__inner,
body.NewsPage .news-teaser__inner {
    /* font-family: Open Sans; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    border-top: 1px solid #dcdcdd;
}
.news-teaser__inner__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 4.5rem;
}
.last-news .news-teaser__inner__legend,
body.NewsPage .news-teaser__inner__legend {
    color: #000;
}
.news-teaser__inner__legend__date {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}
body:not(.NewsPage) .news-teaser__inner__legend__date {
    font-weight: 600;
}
.news-teaser__inner__info {
    -webkit-box-flex: 0.9;
    -ms-flex: 0.9;
    flex: 0.9;
}
.last-news .news-teaser__inner__info,
body.NewsPage .news-teaser__inner__info {
    color: #000;
}
.news-teaser__inner__info__heading {
    font-size: 1.5rem;
    padding-bottom: .5rem;
}
.news-teaser__inner__link {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    display: block;
}
.news-teaser__inner__link__svg {
    width: 1.938rem;
}
.news-teaser__inner__link__svg path {
    fill: #4dab25;
}
body:not(.NewsPage) .news-teaser__inner__link__svg path {
    fill: #fff;
}
.last-news .news-teaser__inner__link:hover svg path,
body.NewsPage .news-teaser__inner__link:hover svg path {
    fill: #fd4101;
}
.news-teaser__inner--has-link {
    text-decoration: none;
}
.last-news .news-teaser__inner--has-link:hover .news-teaser__inner__info,
.last-news .news-teaser__inner--has-link:hover .news-teaser__inner__legend,
body.NewsPage .news-teaser__inner--has-link:hover .news-teaser__inner__info,
body.NewsPage .news-teaser__inner--has-link:hover .news-teaser__inner__legend {
    color: #fd4101;
}
.last-news .news-teaser__inner--has-link:hover .news-teaser__inner__link svg path,
body.NewsPage .news-teaser__inner--has-link:hover .news-teaser__inner__link svg path {
    fill: #fd4101;
}
.news-teaser__load-more__button {
    background: 0 0;
    border: none;
    display: block;
    margin: 0 auto;
    color: #4dab25;
}
.news-teaser__load-more__button:hover {
    cursor: pointer;
    color: #3a811c;
}
.news-teaser__load-more__button:disabled,
.news-teaser__load-more__button[disabled="disabled"] {
    color: grey;
    cursor: not-allowed;
}
body:not(.NewsPage) .news-holder--orange .news-teaser__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7802), to(#fd4001));
    background: linear-gradient(180deg, #ff7802 0, #fd4001);
}
body:not(.NewsPage) .news-holder--green .news-teaser__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
}
body:not(.NewsPage) .news-holder--blue .news-teaser__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#40d3ed), to(#307cf8));
    background: linear-gradient(180deg, #40d3ed 0, #307cf8);
}
.career-holder__intro {
    margin-bottom: 1.25rem;
}
body.CareerPage .career-teaser:last-of-type .career-teaser__inner {
    border-bottom: 1px solid #dcdcdd;
}
.career-teaser__inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.25rem 1.25rem 3.75rem;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.career-teaser__inner:hover {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
body:not(.CareerPage) .career-teaser__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
    color: #fff;
}
body.CareerPage .career-teaser__inner {
    /* font-family: Open Sans; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 300;
    border-top: 1px solid #dcdcdd;
}
.career-teaser__inner__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 4.5rem;
    color: #000;
}
.career-teaser__inner__legend__date {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}
body:not(.CareerPage) .career-teaser__inner__legend__date {
    font-weight: 600;
}
.career-teaser__inner__info {
    -webkit-box-flex: 0.9;
    -ms-flex: 0.9;
    flex: 0.9;
    color: #000;
}
.career-teaser__inner__info__heading {
    font-size: 1.5rem;
}
.career-teaser__inner__link {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    display: block;
}
.career-teaser__inner__link__svg {
    width: 1.938rem;
}
.career-teaser__inner__link__svg path {
    fill: #4dab25;
}
body:not(.CareerPage) .career-teaser__inner__link__svg path {
    fill: #fff;
}
body.CareerPage .career-teaser__inner__link:hover svg path {
    fill: #fd4101;
}
.career-teaser__inner--has-link {
    text-decoration: none;
}
.career-teaser__inner--has-link:hover .career-teaser__inner__info,
.career-teaser__inner--has-link:hover .career-teaser__inner__legend {
    color: #fd4101;
}
.career-teaser__inner--has-link:hover .career-teaser__inner__link svg path {
    fill: #fd4101;
}
.tile-teaser {
    position: relative;
    width: 100%;
}
.tile-teaser__teaser {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.tile-teaser__teaser:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
}
.tile-teaser__teaser:hover:after {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
.tile-teaser__teaser img {
    width: 100%;
}
.tile-teaser__teaser--first,
.tile-teaser__teaser--second {
    margin-bottom: 2.5rem;
}
.tile-teaser__teaser__image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 12rem;
    width: 100%;
}
.tile-teaser__teaser__inner {
    position: relative;
    /*min-height: 15.625rem;*/
    padding: 1.25rem;
    border: 1px solid #dcdcdd;
}
.tile-teaser__teaser__inner p {
    display: block;
    margin-bottom: 0;
}
.tile-teaser__teaser__inner p small {
    display: block;
    font-size: 0.875rem;
    color: #4dab25;
    margin-bottom: 1.125rem;
}
.tile-teaser__teaser__inner__heading {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}
.tile-teaser__teaser__inner__link {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
}
.tile-teaser__teaser__inner__link svg {
    width: 1.312rem;
}
.tile-teaser__teaser__inner__link svg path {
    fill: #4dab25;
}
.tile-teaser__teaser__inner__link:hover svg path {
    fill: #fd4101;
}
.tile-teaser__teaser--has-link:hover .tile-teaser__teaser__inner,
.tile-teaser__teaser--has-link:hover .tile-teaser__teaser__inner p small,
.tile-teaser__teaser--has-link:hover .tile-teaser__teaser__inner__heading {
    color: #fd4101;
}
.tile-teaser__teaser--has-link:hover .tile-teaser__teaser__inner__link svg path {
    fill: #fd4101;
}
.tile-teaser__right-row {
    height: 100%;
}
.tile-teaser__right-row .col-md-12:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.horizontal-tile-teaser ul {
    padding-left: 0;
}
.horizontal-tile-teaser__teaser {
    display: block;
    text-decoration: none;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}
.horizontal-tile-teaser__teaser:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
}
.horizontal-tile-teaser__teaser:hover:after {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
.horizontal-tile-teaser__teaser img {
    width: 100%;
}
.horizontal-tile-teaser__teaser--last {
    margin-bottom: 0;
}
.horizontal-tile-teaser__teaser__inner {
    position: relative;
    padding: 1.25rem;
    border: 1px solid #dcdcdd;
}
.horizontal-tile-teaser__teaser__inner p {
    display: block;
    margin-bottom: 0;
}
.horizontal-tile-teaser__teaser__inner p small {
    display: block;
    color: #4dab25;
}
.horizontal-tile-teaser__teaser__inner__heading {
    color: #000;
}
.horizontal-tile-teaser__teaser__inner__link {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
}
.horizontal-tile-teaser__teaser__inner__link svg {
    width: 1.312rem;
}
.horizontal-tile-teaser__teaser__inner__link svg path {
    fill: #4dab25;
}
.horizontal-tile-teaser__teaser__inner__link:hover svg path {
    fill: #fd4101;
}
.horizontal-tile-teaser__teaser--has-link:hover .horizontal-tile-teaser__teaser__inner > p small,
.horizontal-tile-teaser__teaser--has-link:hover .horizontal-tile-teaser__teaser__inner__heading {
    color: #fd4101;
}
.horizontal-tile-teaser__teaser--has-link:hover .horizontal-tile-teaser__teaser__inner__link svg path {
    fill: #fd4101;
}
.horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser--has-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser img {
    width: 100%;
}
.horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser__inner {
    min-height: 13.688rem;
    height: 100%;
}
.horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser__inner p small {
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
}
.horizontal-tile-teaser .row {
    list-style-type: none;
    margin-bottom: 0;
}
.infobox__teaser {
    width: 100%;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-decoration: none;
    border: 1px solid #dcdcdd;
    padding: 5rem 1.25rem 3.75rem;
    position: relative;
    z-index: 1;
}
.infobox__teaser:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
}
.infobox__teaser:hover:after {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
.infobox__teaser:before {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    display: block;
    line-height: 1;
}
.infobox__teaser--question:before {
    content: url(../images/icons/interface/question.svg);
}
.infobox__teaser--info:before {
    content: url(../images/icons/interface/info.svg);
}
.infobox__teaser--exlamation:before {
    content: url(../images/icons/interface/exlamation.svg);
}
.infobox__teaser p {
    margin-bottom: 0;
}
.infobox__teaser p small {
    display: block;
    color: #4dab25;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
}
.infobox__teaser .heading {
    width: 100%;
}
.infobox__teaser .heading p {
    margin-bottom: 0 !important;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #000;
}
.infobox__teaser .heading a {
    color: #4dab25;
    text-decoration: underline;
}
.infobox__teaser .heading a:hover {
    color: #fd4101;
}
.infobox__teaser__link {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
}
.infobox__teaser__link svg {
    width: 1.312rem;
}
.infobox__teaser__link svg path {
    fill: #4dab25;
}
.infobox__teaser__link:hover svg path {
    fill: #fd4101;
}
.infobox__teaser--has-link:hover .heading p,
.infobox__teaser--has-link:hover > p small {
    color: #fd4101;
}
.infobox__teaser--has-link:hover .infobox__teaser__link svg path {
    fill: #fd4101;
}
.contact,
.contact__inner {
    position: relative;
}
.contact__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
    color: #fff;
    width: 100%;
}
.contact__inner__box {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 4.375rem;
}
.contact__inner__box p small {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.938rem;
}
.contact__inner__box__heading {
    display: block;
    font-size: 2.125rem;
    line-height: 1.3;
    margin-bottom: 1.875rem;
    font-weight: 600;
}
.contact__inner__box__data:not(:last-of-type) {
    margin-bottom: 1.25rem;
}
.contact__inner__box__data li a {
    color: #fff;
    text-decoration: underline;
}
.contact__inner__box__data li a:hover {
    color: #fd4101;
}
.contact__inner__box__link {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    color: #fff;
    text-decoration: none;
}
.contact__inner__box__link svg {
    width: 1.312rem;
}
.contact__inner__box__link svg path {
    fill: #4dab25;
}
.contact__inner__box__link:hover svg path {
    fill: #fd4101;
}
.contact__inner__box__link svg {
    margin-left: 0.938rem;
}
.contact__inner__box__link svg path {
    fill: #fff;
}
.contact__inner__box__link:hover {
    color: #fd4101;
}
.contact__maps {
    position: relative;
    width: 100%;
    height: 15.625rem;
    margin-bottom: -0.5rem;
    color: #000;
    background-image: url('resources/themes/mld-website/web/images/labor-duesseldorf-gmap.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sitemap {
    postion: relative;
}
.sitemap__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.sitemap__holder > ul {
    width: 100%;
    list-style-type: none;
    margin-bottom: 2.5rem;
    text-align: center;
}
.sitemap__holder > ul li a {
    display: inline-block;
    color: #2d3a3a;
    font-size: 0.875rem;
    text-decoration: none;
}
.sitemap__holder > ul li a:hover {
    color: #fd4101;
}
.sitemap__holder > ul li:first-child > a {
    font-size: 1.5rem;
    color: #4dab25;
    text-decoration: none;
}
.sitemap__holder > ul li:first-child > a:hover {
    color: #fd4101;
}
.sitemap__holder > ul li:nth-child(2) {
    margin-top: 2.5rem;
}
.collapsible__holder__item {
    z-index: 1;
    position: relative;
    font-size: 1rem;
    line-height: 1;
    padding: 1.875rem 3.75rem 1.875rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dcdcdd;
    cursor: pointer;
    text-align: left;
}
.collapsible__holder__item,
.collapsible__holder__item:after {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}
.collapsible__holder__item:after {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    -moz-box-shadow: 0 0 0 0 transparent;
    top: 0;
    left: 0;
}
.collapsible__holder__item:hover:after {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
.collapsible__holder__item:focus {
    outline: 0;
}
.collapsible__holder__item:hover .collapsible__holder__item__close span,
.collapsible__holder__item:hover .collapsible__holder__item__plus span {
    background-color: #fd4101;
}
.collapsible__holder__item--next,
.collapsible__holder__item:first-of-type {
    border-top: 1px solid #dcdcdd;
}
.collapsible__holder__item__close,
.collapsible__holder__item__plus {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}
.collapsible__holder__item__close span,
.collapsible__holder__item__plus span {
    display: block;
    background-color: #4dab25;
    -webkit-transition: background-color 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
    transition: background-color 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
    position: absolute;
}
.collapsible__holder__item__plus span:first-of-type {
    width: 100%;
    height: 0.125rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.35s;
    transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.35s;
}
.collapsible__holder__item__plus span:nth-of-type(2) {
    height: 100%;
    width: 0.125rem;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.25s;
    transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.25s;
}
.collapsible__holder__item__close {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.collapsible__holder__item__close span:first-of-type {
    width: 0;
    height: 0.125rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.15s;
    transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.15s;
}
.collapsible__holder__item__close span:nth-of-type(2) {
    height: 0;
    width: 0.125rem;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0s;
    transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0s;
}
.collapsible__holder__item--active {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
.collapsible__holder__item--active:after {
    content: none;
}
.collapsible__holder__item--active .collapsible__holder__item__plus span:first-of-type {
    width: 0;
    -webkit-transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0s;
    transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0s;
}
.collapsible__holder__item--active .collapsible__holder__item__plus span:nth-of-type(2) {
    height: 0;
    -webkit-transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.15s;
    transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.15s;
}
.collapsible__holder__item--active .collapsible__holder__item__close span:first-of-type {
    width: 100%;
    -webkit-transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.25s;
    transition: width 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.25s;
}
.collapsible__holder__item--active .collapsible__holder__item__close span:nth-of-type(2) {
    height: 100%;
    -webkit-transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.35s;
    transition: height 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49) 0.35s;
}
.collapsible__holder__content {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.collapsible__holder__content > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.downloadholder__downloads {
    padding-left: 0;
    list-style-type: none;
    width: 100%;
}
.downloadholder__downloads__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem;
    border-bottom: 1px solid #dcdcdd;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 1rem;
}
.downloadholder__downloads__item:first-child {
    border-top: 1px solid #dcdcdd;
}
.downloadholder__downloads__item:hover {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
.downloadholder__downloads__item__title {
    flex: 1;
}
.downloadholder__downloads__item__size {
    margin-right: 1.562rem;
}
.downloadholder__downloads__item__link svg {
    width: 1.25rem;
}
.downloadholder__downloads__item__link svg path {
    fill: #4dab25;
    -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.downloadholder__downloads__item__link:hover svg path {
    fill: #fd4101;
}
.login-form__inner {
    padding: 2.5rem;
}
.gallery,
.gallery__single-image,
.gallery__slideshow__slide {
    position: relative;
}
.gallery__single-image__title,
.gallery__slideshow__slide__title {
    position: absolute;
    left: 2.5rem;
    top: 1.562rem;
    color: #fff;
}
.gallery__single-image img,
.gallery__slideshow__slide img {
    width: 100%;
}
.gallery__single-image__description,
.gallery__slideshow__slide__description {
    max-width: 70rem;
    margin: 0 auto;
    width: 100%;
}
.gallery__slideshow {
    position: relative;
    width: 100%;
}
.gallery__slideshow .slick-track {
    position: relative;
    z-index: 0;
}
.gallery__slideshow .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: none !important;
}
.gallery__slideshow .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 5rem;
    height: 5rem;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 0;
}
.gallery__slideshow .slick-arrow:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.gallery__slideshow .slick-arrow:hover svg path {
    fill: #fd4101;
}
.gallery__slideshow .slick-arrow svg {
    width: 2.375rem;
    position: relative;
    z-index: 1;
}
.gallery__slideshow .slick-arrow svg path {
    fill: #4dab25;
    -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gallery__slideshow .slick-arrow.slick-prev {
    left: 5rem;
}
.gallery__slideshow .slick-arrow.slick-next {
    right: 5rem;
}
.gallery__pagination {
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 2.5rem;
    right: 0;
    text-align: right;
}
.gallery__pagination p {
    font-size: 0.75rem;
    /* font-family: Open Sans; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.image-slider {
    position: relative;
}
.image-slider__slideshow {
    position: relative;
    width: 100%;
}
.image-slider__slideshow__slide {
    position: relative;
    width: 100%;
    min-height: 12.5rem;
    margin: 0;
}
.image-slider__slideshow__slide > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.image-slider__slideshow .slick-track {
    position: relative;
    z-index: 0;
}
.image-slider__slideshow .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: none !important;
}
.image-slider__slideshow .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 5rem;
    height: 5rem;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 0;
}
.image-slider__slideshow .slick-arrow:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.image-slider__slideshow .slick-arrow:hover svg path {
    fill: #fd4101;
}
.image-slider__slideshow .slick-arrow svg {
    width: 2.375rem;
    position: relative;
    z-index: 1;
}
.image-slider__slideshow .slick-arrow svg path {
    fill: #4dab25;
    -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.image-slider__slideshow .slick-arrow.slick-prev {
    left: 5rem;
}
.image-slider__slideshow .slick-arrow.slick-next {
    right: 5rem;
}
.introimage {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 35rem;
    background-image: url('/assets/Fotos-Labor/b116a68156/Zentrifuge217_ret_20_10_2022__ScaleMaxWidthWzE5MjBd.jpg')
}
.introimage h1 {
    margin-bottom: 0;
    padding-top: 1.562rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.text-image figure img {
    width: 100%;
}
.text-image__right a {
    margin-bottom: 1.25rem;
}
.text-image__right div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.text-image__right div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.text-image__center__inner h2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.text-image__center__inner figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.text-image__center__inner > div {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.text-image a {
    display: block;
    font-weight: 600;
    text-decoration: none;
}
.text-image a svg {
    width: 1.438rem;
    margin-left: 0.625rem;
}
.text-image a svg path {
    fill: #4dab25;
}
.text-image a:hover {
    color: #fd4101;
}
.text-image a:hover svg path {
    fill: #fd4101;
}
.register {
    position: relative;
}
.register__filter-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    max-width: 100%;
    z-index: 100;
    background-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1);
}
.register__filter-holder--fixed {
    position: fixed;
    top: 122px;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: padding 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: padding 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1), padding 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1), padding 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.register__filter-holder--fixed .register__filter-holder__inner__filter {
    padding: 1.25rem;
    -webkit-transition: padding 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: padding 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.register__filter-holder__inner {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.register__filter-holder__inner .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.register__filter-holder__inner__filter {
    width: 72.5rem;
    padding: 1.25rem;
    list-style-type: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: padding 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: padding 0.25s cubic-bezier(0.4, 0, 1, 1);
}
.register__filter-holder__inner__filter__item {
    font-size: 1.25rem;
}
.register__filter-holder__inner__filter__item a {
    position: relative;
    text-decoration: none;
    color: #000;
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.register__filter-holder__inner__filter__item a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: background 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: background 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1), background 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1), background 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.register__filter-holder__inner__filter__item.active a {
    color: #fff;
}
.register__filter-holder__inner__filter__item.active a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
}
.register__filter-holder__inner__filter__item:hover a:before {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}
.register__holder {
    padding-top: 5rem;
}
.register__holder__caption {
    margin-bottom: 3.125rem;
}
.register__holder__caption__letter {
    padding: 0 1.875rem;
    font-size: 2.25rem;
    margin-bottom: 1.562rem;
}
.register__holder__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.register__holder__content__part {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdcdd;
    padding: 0.938rem 1.875rem;
}
.register__holder__content__part .heading {
    font-weight: 600;
}
.register__holder__content__part:last-of-type {
    border-bottom: 0;
}
.register__holder__content__part :last-child {
    margin-bottom: 0;
}
.register__holder__content__part__others li {
    display: block;
}
.converter__inner {
    position: relative;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#85d54c), to(#4dab25));
    background: linear-gradient(180deg, #85d54c 0, #4dab25);
    color: #fff;
    overflow: hidden;
}
.converter__inner__svg {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-40%, 50%);
    transform: translate(-40%, 50%);
    width: 48.5rem;
    height: 45.188rem;
    opacity: 0.15;
}
.converter__inner__box--text {
    padding: 2.5rem 2.5rem 0.625rem;
}
.converter__inner__box--form {
    padding: 0.625rem 2.5rem 2.5rem;
}
.converter__inner__box__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.converter__inner__box__holder input,
.converter__inner__box__holder select {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 0.875rem;
    background-color: #fff;
    margin-bottom: 0;
}
.converter__inner__box__holder input:hover,
.converter__inner__box__holder select:hover {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
.converter__inner__box__holder select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0.625rem 3.125rem 0.625rem 1.875rem;
    border-radius: 6.25rem;
    width: 100%;
}
.converter__inner__box__holder__param {
    width: 100%;
    margin-bottom: 0.625rem;
}
.converter__inner__box__holder__param svg {
    width: 1.5rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.converter__inner__box__holder__param svg path {
    fill: #4dab25;
}
.converter__inner__box__holder__dimension {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.converter__inner__box__holder__dimension .dimensions {
    width: 100%;
}
.converter__inner__box__holder__dimension svg {
    width: 1.5rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.converter__inner__box__holder__dimension svg path {
    fill: #4dab25;
}
.converter__inner__box__holder__user {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0.625rem;
}
.converter__inner__box__holder__user input#userValue {
    width: 100%;
    padding: 0.625rem 1.875rem 0.625rem 3.125rem;
    text-align: right;
    border-radius: 6.25rem;
    font-size: 1.125rem;
    border: 0;
}
.converter__inner__box__holder__user svg {
    width: 1.5rem;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.converter__inner__box__holder__user svg path {
    fill: #4dab25;
}
.converter__inner__box__holder__dimension,
.converter__inner__box__holder__param,
.converter__inner__box__holder__user {
    position: relative;
}
.converter__inner__box__holder__dimension svg,
.converter__inner__box__holder__param svg,
.converter__inner__box__holder__user svg {
    z-index: 1;
    pointer-events: none;
}
.converter__inner__box .summary {
    padding-top: 1.875rem;
}
.converter__inner__box .summary__destination,
.converter__inner__box .summary__source {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.converter__inner__box .summary__destination .wrapper,
.converter__inner__box .summary__source .wrapper {
    width: 100%;
    display: block;
}
.converter__inner__box .summary__destination .wrapper span,
.converter__inner__box .summary__source .wrapper span {
    font-weight: 600;
}
.last-news .news-article-holder {
    width: 100%;
}
.last-news__inner {
    position: relative;
    width: 100%;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-decoration: none;
    border: 1px solid #dcdcdd;
    padding: 5rem 1.25rem 3.75rem;
}
.last-news__inner .top {
    padding: 0;
}
.last-news__inner:before {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    display: block;
    line-height: 1;
    content: url(../images/icons/interface/news.svg);
}
.last-news__inner p {
    margin-bottom: 0;
}
.last-news__inner p small {
    display: block;
    color: #4dab25;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
}
.last-news__inner .heading {
    width: 100%;
}
.last-news__inner .heading p {
    margin-bottom: 0 !important;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #000;
}
.last-news__inner .heading a {
    color: #4dab25;
    text-decoration: underline;
}
.last-news__inner .heading a:hover {
    color: #fd4101;
}
.last-news__inner .news-article-holder .container-fluid,
.last-news__inner .news-article-holder .main .search,
.last-news__inner .news-article-holder .news-teaser,
.main .last-news__inner .news-article-holder .search {
    padding: 0;
}
.last-news__inner .news-article-holder .news-teaser .news-teaser__inner {
    background: 0 0;
    padding: 1.25rem 1.25rem 3.75rem;
}
.last-news__inner .news-article-holder .news-teaser .news-teaser__inner .news-teaser__inner__legend {
    display: none;
}
.last-news__inner .news-article-holder .news-teaser .news-teaser__inner .news-teaser__inner__link__svg path {
    fill: #4dab25;
}
.last-news__inner .news-article-holder .news-teaser .news-teaser__inner:hover svg path {
    fill: #fd4101;
}
.container-fluid,
.main .search {
    width: 100%;
    max-width: 70rem;
}
.container-big,
.gallery,
.header .introimage,
.header .search,
.image-slider {
    margin: 0 auto;
    width: 100%;
}
* {
    outline: 0;
    margin: 0;
    padding: 0;
}
:focus {
    outline: 0 !important;
}
html {
    font-size: 1rem;
    line-height: 1.75rem;
    /* font-family: PT Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
html.hidden {
    overflow: hidden;
}
body,
html {
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}
strong {
    font-weight: 700;
}
figure figcaption {
    font-size: 0.75rem;
    /* font-family: Open Sans; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 300;
    padding: 0.312rem;
    font-style: italic;
}
dl,
ol,
ul {
    padding-left: 1.25rem;
}
a {
    -webkit-transition: all 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
    transition: all 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
}
a svg path {
    -webkit-transition: fill 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
    transition: fill 0.2s cubic-bezier(0.52, 0.94, 0.91, 0.49);
}
.gallery__single-image__title,
.gallery__slideshow__slide__title,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
.horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser__inner__heading,
.horizontal-tile-teaser__teaser__inner__heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: PT Sans; */
    font-family: 'EncodeSansCond', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
img {
    width: auto;
    max-width: 100%;
}
.gallery__single-image__title,
.gallery__slideshow__slide__title,
.heading-1,
h1 {
    font-size: 1.312rem;
    margin-bottom: 1.125rem;
}
.heading-2,
h2 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.heading-3,
.heading-4,
.heading-5,
.heading-6,
.horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser__inner__heading,
.horizontal-tile-teaser__teaser__inner__heading,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

a.register__holder__item {
    text-decoration: none;
}

@media (min-width: 480px) {
    .container {
        max-width: 540px;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333%;
    }
    .offset-sm-2 {
        margin-left: 16.667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333%;
    }
    .offset-sm-5 {
        margin-left: 41.667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333%;
    }
    .offset-sm-8 {
        margin-left: 66.667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333%;
    }
    .offset-sm-11 {
        margin-left: 91.667%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .tile-teaser__teaser--second {
        margin-bottom: 0;
    }
    .sitemap__holder > ul {
        width: 50%;
        text-align: left;
    }
    .converter__inner__box__holder__dimension,
    .converter__inner__box__holder__user {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
    .converter__inner__box__holder__user {
        max-width: 40%;
        margin-right: 0.625rem;
    }
    .converter__inner__box .summary__destination .wrapper,
    .converter__inner__box .summary__source .wrapper {
        width: auto;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333%;
    }
    .offset-md-2 {
        margin-left: 16.667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333%;
    }
    .offset-md-5 {
        margin-left: 41.667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333%;
    }
    .offset-md-8 {
        margin-left: 66.667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333%;
    }
    .offset-md-11 {
        margin-left: 91.667%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .news-date {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .page-navi__inner__branding {
        max-width: 300px;
    }
    .page-navi__inner__navigation-holder {
        top: 6.812rem;
        min-height: calc(100% - 6.812rem);
    }
    .page-navi__inner__menu {
        width: 1.875rem;
        height: 1.312rem;
    }
    .page-navi__inner__menu__close span,
    .page-navi__inner__menu__open span {
        height: 0.188rem;
    }
    .page-navi__inner__menu__open span:not(:nth-child(3)) {
        margin-bottom: 0.375rem;
    }
    .footer__bar,
    .footer__end {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .footer__end p {
        margin-bottom: 0;
        text-align: inherit;
    }
    .search__search-centrifuge__left-centrifuge,
    .search__search-centrifuge__right-centrifuge {
        width: 18.75rem;
    }
    .search__search-inner .search-results {
        max-width: 90%;
    }
    .search__search-inner .search-results--open {
        max-height: 18.75rem;
    }
    .career-teaser__inner__legend__date,
    .news-teaser__inner__legend__date {
        margin-bottom: 2.5rem;
    }
    .tile-teaser__teaser--first {
        margin-bottom: 0;
    }
    .horizontal-tile-teaser__teaser {
        margin-bottom: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .horizontal-tile-teaser__teaser__inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser {
        height: 100%;
    }
    .horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser--has-image {
        height: auto;
    }
    .sitemap__holder > ul {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }
    .text-image__right a,
    .text-image__right figure {
        margin-bottom: 0;
    }
    .text-image__right div:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-image__right div:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .text-image__center__inner h2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-image__center__inner figure {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .converter__inner__box--form,
    .converter__inner__box--text {
        padding: 1.875rem 1.25rem;
    }
    .converter__inner__box__holder input,
    .converter__inner__box__holder select {
        font-size: 1.125rem;
    }
    .converter__inner__box__holder select {
        padding: 0.938rem 3.125rem 0.938rem 1.875rem;
    }
    .converter__inner__box__holder__user input#userValue {
        padding: 0.938rem 1.875rem 0.938rem 3.125rem;
    }
    .gallery__single-image__title,
    .gallery__slideshow__slide__title,
    .heading-1,
    h1 {
        font-size: 2.25rem;
        margin-bottom: 1.562rem;
    }
    .heading-2,
    h2 {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .heading-3,
    h3 {
        font-size: 1.25rem;
        margin-bottom: 1.125rem;
    }
    .heading-4,
    .heading-5,
    .heading-6,
    .horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser__inner__heading,
    .horizontal-tile-teaser__teaser__inner__heading,
    h4,
    h5,
    h6 {
        font-size: 1.125rem;
        margin-bottom: 0.938rem;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333%;
    }
    .offset-lg-2 {
        margin-left: 16.667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333%;
    }
    .offset-lg-5 {
        margin-left: 41.667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333%;
    }
    .offset-lg-8 {
        margin-left: 66.667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333%;
    }
    .offset-lg-11 {
        margin-left: 91.667%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    /* .page-navi__inner__branding {
        margin-right: 3.125rem;
    } */
    .page-navi__inner__navigation-holder {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        top: auto;
        right: auto;
        min-height: auto;
        z-index: auto;
        padding-top: 1.875rem;
    }
    .page-navi__inner__navigation-holder__info,
    .page-navi__inner__navigation-holder__navigation {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .page-navi__inner__navigation-holder__navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 0;
    }
    .page-navi__inner__navigation-holder__navigation__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 3.125rem;
    }
    .page-navi__inner__navigation-holder__info {
        padding-bottom: 0;
    }
    .page-navi__inner__menu {
        display: none;
    }
    body.CareerPage .header,
    body.NewsPage .header {
        padding-top: 5rem;
    }
    .header__content {
        font-size: 1.25rem;
    }
    .search {
        padding: 4.688rem 0;
    }
    .search__search-inner > svg {
        width: 1.812rem;
    }
    .search__search-inner__close {
        width: 1.875rem;
        height: 1.875rem;
    }
    .search__search-inner input.search {
        padding: 1.562rem 4.375rem;
        font-size: 1.5rem;
    }
    .search__search-inner .search-results__inner__result {
        padding: 1.25rem 1.875rem;
        font-size: 1rem;
    }
    .career-holder__intro {
        margin-bottom: 2.5rem;
    }
    .tile-teaser__teaser__inner {
        padding: 1.25rem;
    }
    .tile-teaser__teaser__inner p small {
        font-size: 1rem;
        margin-bottom: 1.562rem;
    }
    .tile-teaser__teaser__inner__heading {
        font-size: 1.5rem;
    }
    .tile-teaser__teaser__inner__link {
        bottom: 1.875rem;
        right: 1.875rem;
    }
    .tile-teaser__teaser__inner__link svg {
        width: 1.938rem;
    }
    .horizontal-tile-teaser__teaser__inner {
        padding: 1.875rem;
    }
    .horizontal-tile-teaser__teaser__inner__link {
        bottom: 1.875rem;
        right: 1.875rem;
    }
    .horizontal-tile-teaser__teaser__inner__link svg {
        width: 1.938rem;
    }
    .horizontal-tile-teaser--has-images .horizontal-tile-teaser__teaser__inner {
        min-height: 19.938rem;
    }
    .infobox__teaser {
        padding: 1.875rem;
        padding: 10rem 1.875rem 1.875rem;
    }
    .infobox__teaser:before {
        top: 1.875rem;
        left: 1.875rem;
    }
    .infobox__teaser p {
        max-width: 80%;
    }
    .infobox__teaser .heading p {
        font-size: 1.75rem;
    }
    .infobox__teaser__link {
        bottom: 1.875rem;
        right: 1.875rem;
    }
    .infobox__teaser__link svg {
        width: 1.938rem;
    }
    .contact__inner__box {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .contact__inner__box__heading {
        margin-bottom: 3.75rem;
    }
    .contact__inner__box__link {
        bottom: 1.875rem;
        right: 1.875rem;
    }
    .contact__inner__box__link svg {
        width: 1.938rem;
    }
    .contact__inner__box__link {
        bottom: 2.5rem;
    }
    .contact__maps {
        margin-bottom: 0;
        position: absolute;
        width: 50vw;
        height: 100%;
        top: 0;
        right: 0;
    }
    .collapsible__holder__item {
        font-size: 1.25rem;
    }
    .collapsible__holder__item__close,
    .collapsible__holder__item__plus {
        width: 1.875rem;
        height: 1.875rem;
    }
    .downloadholder__downloads__item {
        font-size: 1.25rem;
    }
    .downloadholder__downloads__item__size {
        margin-right: 3.125rem;
    }
    .downloadholder__downloads__item__link svg {
        width: 1.875rem;
    }
    .login-form__inner {
        padding: 3.125rem;
    }
    .gallery__single-image__title,
    .gallery__slideshow__slide__title {
        left: 5rem;
        top: 3.125rem;
    }
    .gallery__slideshow .slick-arrow {
        display: inline-block !important;
    }
    .image-slider__slideshow__slide {
        min-height: 25rem;
    }
    .image-slider__slideshow .slick-arrow {
        display: inline-block !important;
    }
    .introimage {
        min-height: 45rem;
    }
    .introimage h1 {
        padding-top: 3.125rem;
    }
    .register__filter-holder__inner__filter {
        padding: 2.5rem 1.25rem;
    }
    .register__holder {
        padding-top: 7.5rem;
    }
    .register__holder__caption {
        margin-bottom: 6.25rem;
    }
    .register__holder__caption__letter {
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }
    .register__holder__content__part {
        padding: 0.938rem 0;
    }
    .converter__inner__box--form,
    .converter__inner__box--text {
        padding: 3.75rem 2.5rem;
    }
    .last-news__inner {
        padding: 1.875rem;
        padding: 10rem 1.875rem 1.875rem;
    }
    .last-news__inner:before {
        top: 1.875rem;
        left: 1.875rem;
    }
    .last-news__inner .heading p {
        font-size: 1.75rem;
    }
    .last-news__inner .news-article-holder .news-teaser .news-teaser__inner {
        padding: 1.25rem;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1140px;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333%;
    }
    .offset-xl-2 {
        margin-left: 16.667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333%;
    }
    .offset-xl-5 {
        margin-left: 41.667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333%;
    }
    .offset-xl-8 {
        margin-left: 66.667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333%;
    }
    .offset-xl-11 {
        margin-left: 91.667%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .page-navi {
        position: fixed; 
        top: 40px; 
        left: 0; 
        z-index: 999; 
        background-color: rgba(255,255,255,.9);
        width: 100%;
        padding: 1rem 0;
    }
    /* .page-navi__inner__branding {
        margin-right: 6.25rem;
    } */
    .page-navi__inner__navigation-holder__navigation__item.active a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -0.625rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 0.188rem;
        display: block;
        background-color: #4dab25;
    }
    .footer__bar,
    .footer__end {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__bar__logos__fb-visit {
        margin-bottom: 0;
    }
    .footer__bar__navi-add {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer__bar__navi-add__item {
        margin: 0;
    }
    .footer__bar__navi-add__item:not(:last-child) {
        margin-right: 3.125rem;
    }
    .search__search-centrifuge__left-centrifuge,
    .search__search-centrifuge__right-centrifuge {
        width: 25rem;
    }
    .news-teaser__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1.25rem;
    }
    .news-teaser__inner__legend {
        margin-right: 2.5rem;
    }
    .last-news .news-teaser__inner__legend,
    body.NewsPage .news-teaser__inner__legend {
        line-height: 2.5;
    }
    .news-teaser__inner__legend__date {
        margin-bottom: 0;
    }
    .news-teaser__inner__info {
        padding-top: 0.312rem;
    }
    .last-news .news-teaser__inner__link,
    body.NewsPage .news-teaser__inner__link {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .career-teaser__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1.25rem;
    }
    .career-teaser__inner__legend {
        margin-right: 2.5rem;
    }
    body.CareerPage .career-teaser__inner__legend {
        line-height: 2.5;
    }
    .career-teaser__inner__legend__date {
        margin-bottom: 0;
    }
    .career-teaser__inner__info {
        padding-top: 0.312rem;
    }
    body.CareerPage .career-teaser__inner__link {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tile-teaser__teaser__image {
        min-height: 15rem;
        background-image: url('/assets/Fotos-Labor/853cb87513/KliChi085__ScaleMaxWidthWzU0MF0.jpg');
    }
    .tile-teaser__teaser__inner {
        min-height: 16rem;
    }
    .register__filter-holder__inner {
        overflow: visible;
    }
    .container-fluid,
    .main .search {
        padding-left: 0;
        padding-right: 0;
    }
    figure figcaption {
        padding: 0.312rem 0;
    }
    .gallery__single-image__title,
    .gallery__slideshow__slide__title,
    .heading-1,
    h1 {
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }
    .heading-2,
    h2 {
        font-size: 2.25rem;
        margin-bottom: 2.188rem;
    }
    .heading-3,
    h3 {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
}
@media (min-width: 320px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xs-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xs-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xs-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xs-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xs-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xs-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xs-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xs-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xs-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xs-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xs-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xs-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xs-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xs-0 {
        margin-left: 0;
    }
    .offset-xs-1 {
        margin-left: 8.333%;
    }
    .offset-xs-2 {
        margin-left: 16.667%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-4 {
        margin-left: 33.333%;
    }
    .offset-xs-5 {
        margin-left: 41.667%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-7 {
        margin-left: 58.333%;
    }
    .offset-xs-8 {
        margin-left: 66.667%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.333%;
    }
    .offset-xs-11 {
        margin-left: 91.667%;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline {
        display: inline !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-table {
        display: table !important;
    }
    .d-xs-table-row {
        display: table-row !important;
    }
    .d-xs-table-cell {
        display: table-cell !important;
    }
    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xs-column,
    .flex-xs-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xs-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xs-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xs-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xs-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xs-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xs-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xs-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xs-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xs-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xs-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xs-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xs-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-xs-left {
        float: left !important;
    }
    .float-xs-right {
        float: right !important;
    }
    .float-xs-none {
        float: none !important;
    }
    .m-xs-0 {
        margin: 0 !important;
    }
    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important;
    }
    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important;
    }
    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important;
    }
    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0 !important;
    }
    .m-xs-1 {
        margin: 0.25rem !important;
    }
    .mt-xs-1,
    .my-xs-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xs-1,
    .mx-xs-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xs-1,
    .mx-xs-1 {
        margin-left: 0.25rem !important;
    }
    .m-xs-2 {
        margin: 0.5rem !important;
    }
    .mt-xs-2,
    .my-xs-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xs-2,
    .mx-xs-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xs-2,
    .mx-xs-2 {
        margin-left: 0.5rem !important;
    }
    .m-xs-3 {
        margin: 1rem !important;
    }
    .mt-xs-3,
    .my-xs-3 {
        margin-top: 1rem !important;
    }
    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 1rem !important;
    }
    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 1rem !important;
    }
    .m-xs-4 {
        margin: 1.5rem !important;
    }
    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1.5rem !important;
    }
    .m-xs-5 {
        margin: 3rem !important;
    }
    .mt-xs-5,
    .my-xs-5 {
        margin-top: 3rem !important;
    }
    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 3rem !important;
    }
    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 3rem !important;
    }
    .p-xs-0 {
        padding: 0 !important;
    }
    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0 !important;
    }
    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important;
    }
    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0 !important;
    }
    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important;
    }
    .p-xs-1 {
        padding: 0.25rem !important;
    }
    .pt-xs-1,
    .py-xs-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xs-1,
    .px-xs-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xs-1,
    .px-xs-1 {
        padding-left: 0.25rem !important;
    }
    .p-xs-2 {
        padding: 0.5rem !important;
    }
    .pt-xs-2,
    .py-xs-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xs-2,
    .px-xs-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xs-2,
    .px-xs-2 {
        padding-left: 0.5rem !important;
    }
    .p-xs-3 {
        padding: 1rem !important;
    }
    .pt-xs-3,
    .py-xs-3 {
        padding-top: 1rem !important;
    }
    .pr-xs-3,
    .px-xs-3 {
        padding-right: 1rem !important;
    }
    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xs-3,
    .px-xs-3 {
        padding-left: 1rem !important;
    }
    .p-xs-4 {
        padding: 1.5rem !important;
    }
    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1.5rem !important;
    }
    .p-xs-5 {
        padding: 3rem !important;
    }
    .pt-xs-5,
    .py-xs-5 {
        padding-top: 3rem !important;
    }
    .pr-xs-5,
    .px-xs-5 {
        padding-right: 3rem !important;
    }
    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xs-5,
    .px-xs-5 {
        padding-left: 3rem !important;
    }
    .m-xs-auto {
        margin: auto !important;
    }
    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important;
    }
    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important;
    }
    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important;
    }
    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important;
    }
    .text-xs-left {
        text-align: left !important;
    }
    .text-xs-right {
        text-align: right !important;
    }
    .text-xs-center {
        text-align: center !important;
    }
}
@media (min-width: 1920px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.333%;
    }
    .offset-xxl-2 {
        margin-left: 16.667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.333%;
    }
    .offset-xxl-5 {
        margin-left: 41.667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.333%;
    }
    .offset-xxl-8 {
        margin-left: 66.667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.333%;
    }
    .offset-xxl-11 {
        margin-left: 91.667%;
    }
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column,
    .flex-xxl-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-xxl-left {
        float: left !important;
    }
    .float-xxl-right {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active,
    .collapsing,
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.praxis-btn {
    position: fixed;
    right: 0;
    top: calc(40% - 42px);
    z-index: 99999999;
}
.bottom-nav-start {
    display: none;
    position: fixed; 
    left: 0; 
    right: auto; 
    top: auto; 
    bottom: 0; 
    width: 100%; 
    justify-content: space-between; 
    background-color: #fff;
    z-index: 9999;
}
.bottom-nav-start .bottom-nav-link {
    text-decoration: none;
}
.bottom-nav-start .bottom-nav-box {
    position: relative; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    height: 60px; 
    border-left: 1px solid #4DAC26;
}

.bottom-nav-link:first-of-type .bottom-nav-box {
    border: none;
}

.bottom-nav-start .bottom-nav-box .bottom-nav-text {
    font-size: 1rem; 
    line-height: 1rem; 
    margin: 0; 
    font-weight: bold; 
    color: #000;
    text-align: center;
}

.bottom-nav-start .bottom-nav-box .bottom-nav-text span {
    color: #4DAC26;
}

.corona-befund-link {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    display: none;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    z-index: 9999; 
    padding: 0 2rem; 
    height: 60px; 
    border-right: 1px solid #4DAC26;
    text-decoration: none;
}

.corona-befund-link p {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
    font-weight: bold;
    margin: 0;
}

.corona-befund-link p span {
    color: #4DAC26;
}

@media screen and (max-width: 768px) {

    .praxis-btn {
        display: none;
    }

    .bottom-nav-start, .corona-befund-link {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 450px) {
	
	.bottom-nav-start .bottom-nav-box {
		width: 72px;
	}
	
    .bottom-nav-start p, .corona-befund-link p {
        font-size: 10px !important;
    }
	
	.corona-befund-link {
		padding: 0 12px;
	}
}

#btt-button {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7802), to(#fd4001));
    background: linear-gradient(
180deg
, #ff7802 0, #fd4001);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#btt-button::after {
    content: "\005E";
    font-weight: normal;
    font-style: normal;
    font-size: 56px;
    line-height: 73px;
    color: #fff;
}
#btt-button:hover {
    cursor: pointer;
    background-color: #333;
}
#btt-button:active {
    background-color: #555;
}
#btt-button.show {
    opacity: 1;
    visibility: visible;
}
