
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #B2B2B2;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
           * Remove all paddings around the image on small screen
           */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/roboto-v30-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/roboto-v30-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/roboto-v30-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/montserrat-v26-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/montserrat-v26-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/montserrat-v26-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/montserrat-v26-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.colored-background {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.colored-background--secondary {
  --color-colored-background-background: #0b408b;
  --color-colored-background-color: #fff;
}
.colored-background--secondary-light {
  --color-colored-background-background: #7ac3df;
  --color-colored-background-color: #212424;
}
.colored-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: var(--color-colored-background-background);
}
.colored-background * {
  color: var(--color-colored-background-color);
}
.colored-background a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.colored-background a:hover,
.colored-background a:active,
.colored-background a:focus-visible {
  text-decoration: none;
}
.colored-background .frame:last-child {
  margin-bottom: 0;
}
.colored-background hr,
.colored-background .accordion {
  border-top-color: var(--color-colored-background-color);
}
.colored-background .ui-accordion-header {
  text-decoration: none;
  border-color: var(--color-colored-background-color);
}
.colored-background .ui-accordion-header:after {
  border-radius: 100%;
  color: var(--color-colored-background-color);
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.colored-background .ui-accordion-header:hover:after {
  background-color: var(--color-colored-background-color);
  color: var(--color-colored-background-background);
}
/***************************
	Icons
***************************/
/***************************
	Font
***************************/
/***************************
	Forms
***************************/
/***************************
	Widths & Margins
***************************/
/***************************
	Others
***************************/
.menu-main {
  font-family: "Roboto", sans-serif;
}
.button {
  font-family: "Roboto", sans-serif;
}
.cs-custom-teaser__heading {
  font-weight: 500;
}
[class^="cs-icon-"]::before,
[class*=" cs-icon-"]::before {
  content: '';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.cs-icon-angle-down::before {
  content: '\e800';
}
.cs-icon-angle-left::before {
  content: '\e801';
}
.cs-icon-angle-right::before {
  content: '\e802';
}
.cs-icon-angle-up::before {
  content: '\e803';
}
.cs-icon-arrow-border::before {
  content: '\e828';
}
.cs-icon-arrow-no-border::before {
  content: '\e820';
}
.cs-icon-arrow_no_border_left::before {
  content: '\e839';
}
.cs-icon-calendar-alt::before {
  content: '\e807';
}
.cs-icon-check::before {
  content: '\e809';
}
.cs-icon-circle::before {
  content: '\e80b';
}
.cs-icon-clock::before {
  content: '\e806';
}
.cs-icon-close::before {
  content: '\e80a';
}
.cs-icon-contact::before {
  content: '\e823';
}
.cs-icon-down-dir::before {
  content: '\e80c';
}
.cs-icon-download::before {
  content: '\e824';
}
.cs-icon-facebook::before {
  content: '\f308';
}
.cs-icon-instagram::before {
  content: '\f16d';
}
.cs-icon-linkedin::before {
  content: '\f30c';
}
.cs-icon-location::before {
  content: '\e825';
}
.cs-icon-mail::before {
  content: '\f305';
}
.cs-icon-menu::before {
  content: '\e804';
}
.cs-icon-minus-border::before {
  content: '\e830';
}
.cs-icon-minus::before {
  content: '\e826';
}
.cs-icon-phone::before {
  content: '\e827';
}
.cs-icon-plus-border::before {
  content: '\e829';
}
.cs-icon-quote-right::before {
  content: '\e808';
}
.cs-icon-right-dir::before {
  content: '\e80e';
}
.cs-icon-search::before {
  content: '\e805';
}
.cs-icon-twitter::before {
  content: '\f304';
}
.cs-icon-up-dir::before {
  content: '\e80d';
}
.cs-icon-xing::before {
  content: '\f169';
}
.cs-icon-youtube::before {
  content: '\f166';
}
strong,
b {
  font-weight: 800;
}
img {
  display: block;
  height: auto;
  margin-bottom: 1.6rem;
  max-width: 100%;
}
img.image--lazyload-via-srcset {
  width: 100%;
}
img.image--lazyload-via-srcset.lazyload[srcset="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA="] {
  /* fix slider height is bigger because of the empty pixel - set the height of this pixel to 0 */
  height: 0;
}
.h-clean-image-styles img {
  margin-bottom: 0;
}
sup,
sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}
sub {
  top: 0.4em;
}
h2,
.h-h2,
h3,
.h-h3,
h4,
.h-h4,
h5,
.h-h5,
h6,
.h-h6 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1170px) {
  h2,
  .h-h2,
  h3,
  .h-h3,
  h4,
  .h-h4,
  h5,
  .h-h5,
  h6,
  .h-h6 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  h2,
  .h-h2,
  h3,
  .h-h3,
  h4,
  .h-h4,
  h5,
  .h-h5,
  h6,
  .h-h6 {
    margin-top: 0.5rem;
  }
}
h2:first-child,
.h-h2:first-child,
h3:first-child,
.h-h3:first-child,
h4:first-child,
.h-h4:first-child,
h5:first-child,
.h-h5:first-child,
h6:first-child,
.h-h6:first-child {
  margin-top: 0 !important;
}
h2,
.h-h2 {
  margin-top: 3rem;
}
@media screen and (max-width: 1170px) {
  h2,
  .h-h2 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  h2,
  .h-h2 {
    margin-top: 1rem;
  }
}
header:not(.header),
h1,
.h-h1,
h2,
.h-h2,
h3,
.h-h3,
h4,
.h-h4,
h5,
.h-h5,
h6,
.h-h6 {
  color: #212424;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
header:not(.header) + h2,
h1 + h2,
.h-h1 + h2,
h2 + h2,
.h-h2 + h2,
h3 + h2,
.h-h3 + h2,
h4 + h2,
.h-h4 + h2,
h5 + h2,
.h-h5 + h2,
h6 + h2,
.h-h6 + h2,
header:not(.header) + .h-h2,
h1 + .h-h2,
.h-h1 + .h-h2,
h2 + .h-h2,
.h-h2 + .h-h2,
h3 + .h-h2,
.h-h3 + .h-h2,
h4 + .h-h2,
.h-h4 + .h-h2,
h5 + .h-h2,
.h-h5 + .h-h2,
h6 + .h-h2,
.h-h6 + .h-h2,
header:not(.header) + h3,
h1 + h3,
.h-h1 + h3,
h2 + h3,
.h-h2 + h3,
h3 + h3,
.h-h3 + h3,
h4 + h3,
.h-h4 + h3,
h5 + h3,
.h-h5 + h3,
h6 + h3,
.h-h6 + h3,
header:not(.header) + .h-h3,
h1 + .h-h3,
.h-h1 + .h-h3,
h2 + .h-h3,
.h-h2 + .h-h3,
h3 + .h-h3,
.h-h3 + .h-h3,
h4 + .h-h3,
.h-h4 + .h-h3,
h5 + .h-h3,
.h-h5 + .h-h3,
h6 + .h-h3,
.h-h6 + .h-h3,
header:not(.header) + h4,
h1 + h4,
.h-h1 + h4,
h2 + h4,
.h-h2 + h4,
h3 + h4,
.h-h3 + h4,
h4 + h4,
.h-h4 + h4,
h5 + h4,
.h-h5 + h4,
h6 + h4,
.h-h6 + h4,
header:not(.header) + .h-h4,
h1 + .h-h4,
.h-h1 + .h-h4,
h2 + .h-h4,
.h-h2 + .h-h4,
h3 + .h-h4,
.h-h3 + .h-h4,
h4 + .h-h4,
.h-h4 + .h-h4,
h5 + .h-h4,
.h-h5 + .h-h4,
h6 + .h-h4,
.h-h6 + .h-h4,
header:not(.header) + h5,
h1 + h5,
.h-h1 + h5,
h2 + h5,
.h-h2 + h5,
h3 + h5,
.h-h3 + h5,
h4 + h5,
.h-h4 + h5,
h5 + h5,
.h-h5 + h5,
h6 + h5,
.h-h6 + h5,
header:not(.header) + .h-h5,
h1 + .h-h5,
.h-h1 + .h-h5,
h2 + .h-h5,
.h-h2 + .h-h5,
h3 + .h-h5,
.h-h3 + .h-h5,
h4 + .h-h5,
.h-h4 + .h-h5,
h5 + .h-h5,
.h-h5 + .h-h5,
h6 + .h-h5,
.h-h6 + .h-h5,
header:not(.header) + h6,
h1 + h6,
.h-h1 + h6,
h2 + h6,
.h-h2 + h6,
h3 + h6,
.h-h3 + h6,
h4 + h6,
.h-h4 + h6,
h5 + h6,
.h-h5 + h6,
h6 + h6,
.h-h6 + h6,
header:not(.header) + .h-h6,
h1 + .h-h6,
.h-h1 + .h-h6,
h2 + .h-h6,
.h-h2 + .h-h6,
h3 + .h-h6,
.h-h3 + .h-h6,
h4 + .h-h6,
.h-h4 + .h-h6,
h5 + .h-h6,
.h-h5 + .h-h6,
h6 + .h-h6,
.h-h6 + .h-h6 {
  margin-top: 0 !important;
}
h1,
.h-h1 {
  font-size: 2.6em;
  line-height: 140%;
}
h2,
.h-h2 {
  font-size: 1.8em;
  line-height: 140%;
}
h3,
.h-h3 {
  font-size: 1.2em;
  line-height: 140%;
}
h4,
.h-h4 {
  font-size: 0.9em;
  line-height: 140%;
}
h5,
.h-h5 {
  font-size: 0.9em;
  line-height: 140%;
  font-weight: 800;
}
h6,
.h-h6 {
  font-size: 0.9em;
  line-height: 140%;
}
.h-clean-headline-color h1,
.h-clean-headline-color .h-h1,
.h-clean-headline-color h2,
.h-clean-headline-color .h-h2,
.h-clean-headline-color h3,
.h-clean-headline-color .h-h3,
.h-clean-headline-color h4,
.h-clean-headline-color .h-h4,
.h-clean-headline-color h5,
.h-clean-headline-color .h-h5,
.h-clean-headline-color h6,
.h-clean-headline-color .h-h6 {
  color: inherit;
}
p {
  margin-bottom: 1.6rem;
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  clear: both;
  color: #212424;
  cursor: pointer;
  display: block;
  font-size: inherit;
  font-family: "Montserrat", sans-serif;
  /* IE 11 bugfix */
  overflow: visible;
}
button:hover {
  color: #a50f2d;
}
.h-clean-link:hover,
.h-clean-button:hover {
  color: inherit;
}
.h-clean-link-styles button:hover {
  color: inherit;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #a50f2d;
  text-decoration: none;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: underline;
}
a:link,
a:active,
a:visited,
a:hover {
  outline: none;
}
a img {
  border: 0 none;
}
.h-clean-link {
  color: inherit;
}
.h-clean-link:hover {
  text-decoration: none;
}
.h-clean-link-styles a {
  color: inherit;
}
.h-clean-link-styles a:hover {
  text-decoration: none;
}
a[id^="c"]:not([id^="cscb"]):empty {
  border: 0;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
.button {
  font-size: 0.9rem;
  line-height: 32px;
  background: transparent;
  display: flex;
  font-weight: 600;
  margin: 1.6rem 0;
  position: relative;
  text-decoration: none;
}
.button::before {
  content: '\e828';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  font-size: 1.6rem;
  line-height: 32px;
  margin-right: 15px;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button:hover {
  cursor: pointer;
  text-decoration: none;
}
.button:hover::before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
ul,
ol {
  margin-bottom: 1.6rem;
  padding-left: 24px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
}
ul li::before {
  content: '\e80b';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  font-size: 0.5rem;
  line-height: 100%;
  position: absolute;
  top: 0.8rem;
  right: auto;
  bottom: auto;
  left: -24px;
  color: #a50f2d;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.list-special {
  padding-left: 0;
  position: relative;
}
ul.list-special li {
  border-bottom: 1px solid #d2dce5;
}
ul.list-special li::before {
  display: none;
}
ul.list-special li::after {
  position: absolute;
  top: 36px;
  right: 10px;
  bottom: auto;
  left: auto;
  content: '\e820';
  font-family: "cs-icons-sl";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.list-special li a {
  color: #212424;
  display: block;
  padding: 20px 40px 20px 0;
}
ul.list-special li a:hover {
  background: #d2dce5;
  text-decoration: none;
}
.typo3-messages,
.h-clean-list {
  margin-bottom: 0;
  padding-left: 0;
}
.typo3-messages li::before,
.h-clean-list li::before {
  display: none;
}
.h-clean-list--only-first-level {
  margin-bottom: 0;
  padding-left: 0;
}
.h-clean-list--only-first-level > li::before {
  display: none;
}
.h-clean-list-styles ul,
.h-clean-list-styles ol {
  margin-bottom: 0;
  padding-left: 0;
}
.h-clean-list-styles ul li::before,
.h-clean-list-styles ol li::before {
  display: none;
}
table {
  border-spacing: 0;
  margin-bottom: 1.6rem;
  width: 100%;
}
table th,
table td {
  padding: 20px 25px;
  text-align: left;
  vertical-align: top;
}
table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0;
}
table tr:nth-child(even) th,
table tr:nth-child(even) td {
  background-color: #fff;
}
.h-clean-table th,
.h-clean-table td {
  padding: 0 20px 0 0;
}
.h-clean-table th:first-child,
.h-clean-table td:first-child {
  padding-left: 0;
}
.h-clean-table th:last-child,
.h-clean-table td:last-child {
  padding-right: 0;
}
.h-clean-table tr:nth-child(even) th,
.h-clean-table tr:nth-child(even) td {
  background: none;
}
.h-clean-table-styles table th,
.h-clean-table-styles table td {
  padding: 0 20px 0 0;
}
.h-clean-table-styles table th:first-child,
.h-clean-table-styles table td:first-child {
  padding-left: 0;
}
.h-clean-table-styles table th:last-child,
.h-clean-table-styles table td:last-child {
  padding-right: 0;
}
.h-clean-table-styles table tr:nth-child(even) th,
.h-clean-table-styles table tr:nth-child(even) td {
  background: none;
}
blockquote {
  border-left: 2px solid #a50f2d;
  margin-bottom: 3rem;
  padding-left: 30px;
}
@media screen and (max-width: 1170px) {
  blockquote {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  blockquote {
    margin-bottom: 1rem;
  }
}
hr {
  border: none;
  border-top: 1px solid #d2dce5;
  color: transparent;
  height: 0;
  margin: 3rem 0;
}
@media screen and (max-width: 1170px) {
  hr {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  hr {
    margin: 1rem 0;
  }
}
/* @TODO: cache-id of parameter is set in editor.less and <head> for preloading too !!! */
/* count up cache-id v0001 to e.g. v0002 at fontello changes */
@font-face {
  font-display: swap;
  font-family: 'cs-icons-sl';
  src: local(''), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/FontelloIcons/cs-icons-sl.woff2?v0003') format('woff2'), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/FontelloIcons/cs-icons-sl.woff?v0003') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'manrope';
  src: local(''), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-regular.woff2') format('woff2'), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'manrope';
  src: local(''), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-500.woff2') format('woff2'), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'manrope';
  src: local(''), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-600.woff2') format('woff2'), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'manrope';
  src: local(''), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-700.woff2') format('woff2'), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'manrope';
  src: local(''), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-800.woff2') format('woff2'), url('../../../_assets/27a3d025573ef9159266ee36f80889a2/Fonts/Manrope/manrope-v13-latin-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  color: #212424;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  overflow-x: hidden;
  /* fix for mobile iphones when scrolling in mobile menu */
  position: relative;
  -webkit-text-size-adjust: none;
}
body.cke_editable,
html.cke_editable {
  margin: 1.6rem;
}
::-moz-selection {
  background: #a50f2d;
  color: #fff;
}
::selection {
  background: #a50f2d;
  color: #fff;
}
/***************************
	Editor Helpers
***************************/
.h-text-left,
.text-left {
  text-align: left;
}
.h-text-center,
.text-center {
  text-align: center;
}
.h-text-right,
.text-right {
  text-align: right;
}
.h-text-justify,
.text-justify {
  text-align: justify;
}
.h-block-icon::before {
  display: block;
  margin: 0;
  width: 100%;
}
.h-text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.h-text-overflow-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.h-highlight {
  color: #a50f2d;
}
.cs-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cs-row > [class^="cs-col-"],
.cs-row > [class*=" cs-col-"] {
  flex: 0 0 auto;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.cs-row > [class^="cs-col-"] > *:last-child,
.cs-row > [class*=" cs-col-"] > *:last-child {
  margin-bottom: 0;
}
.cs-row > .cs-col-d-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.cs-row > .cs-col-d-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
  width: 91.66666667%;
}
.cs-row > .cs-col-d-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
  width: 83.33333333%;
}
.cs-row > .cs-col-d-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
.cs-row > .cs-col-d-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
  width: 66.66666667%;
}
.cs-row > .cs-col-d-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
  width: 58.33333333%;
}
.cs-row > .cs-col-d-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.cs-row > .cs-col-d-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  width: 41.66666667%;
}
.cs-row > .cs-col-d-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333333%;
}
.cs-row > .cs-col-d-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.cs-row > .cs-col-d-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
  width: 16.66666667%;
}
.cs-row > .cs-col-d-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
  width: 8.33333333%;
}
.cs-row.cs-row--base-10 > .cs-col-d-12,
.cs-row.cs-row--base-10 > .cs-col-d-11,
.cs-row.cs-row--base-10 > .cs-col-d-10 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.cs-row.cs-row--base-10 > .cs-col-d-9 {
  flex-basis: 90%;
  max-width: 90%;
  width: 90%;
}
.cs-row.cs-row--base-10 > .cs-col-d-8 {
  flex-basis: 80%;
  max-width: 80%;
  width: 80%;
}
.cs-row.cs-row--base-10 > .cs-col-d-7 {
  flex-basis: 70%;
  max-width: 70%;
  width: 70%;
}
.cs-row.cs-row--base-10 > .cs-col-d-6 {
  flex-basis: 60%;
  max-width: 60%;
  width: 60%;
}
.cs-row.cs-row--base-10 > .cs-col-d-5 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.cs-row.cs-row--base-10 > .cs-col-d-4 {
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
.cs-row.cs-row--base-10 > .cs-col-d-3 {
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
.cs-row.cs-row--base-10 > .cs-col-d-2 {
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
.cs-row.cs-row--base-10 > .cs-col-d-1 {
  flex-basis: 10%;
  max-width: 10%;
  width: 10%;
}
.cs-row--equal-height-boxes > div > .frame.frame-type-cstemplates_no_video {
  height: 100%;
}
@media screen and (max-width: 1170px) {
  .cs-row > [class^="cs-col-d-"],
  .cs-row > [class*=" cs-col-d-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]) {
    margin-bottom: 2rem;
  }
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]) {
    margin-bottom: 2rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-tl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-tl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-tl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-tl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-tl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-tl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-tl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-tl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-tl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-tl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-tl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-tl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-12,
  .cs-row.cs-row--base-10 > .cs-col-tl-11,
  .cs-row.cs-row--base-10 > .cs-col-tl-10 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-9 {
    flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-8 {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-7 {
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-6 {
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-5 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-4 {
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-3 {
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-2 {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-1 {
    flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 920px) {
  .cs-row > [class^="cs-col-tl-"],
  .cs-row > [class*=" cs-col-tl-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]) {
    margin-bottom: 2rem;
  }
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]) {
    margin-bottom: 2rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-tm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-tm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-tm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-tm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-tm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-tm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-tm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-tm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-tm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-tm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-tm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-tm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-12,
  .cs-row.cs-row--base-10 > .cs-col-tm-11,
  .cs-row.cs-row--base-10 > .cs-col-tm-10 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-9 {
    flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-8 {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-7 {
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-6 {
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-5 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-4 {
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-3 {
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-2 {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-1 {
    flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .cs-row > [class^="cs-col-tm-"],
  .cs-row > [class*=" cs-col-tm-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 2rem;
  }
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 2rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-ts-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-ts-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-ts-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-ts-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-ts-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-ts-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-ts-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-ts-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-ts-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-ts-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-ts-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-ts-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-12,
  .cs-row.cs-row--base-10 > .cs-col-ts-11,
  .cs-row.cs-row--base-10 > .cs-col-ts-10 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-9 {
    flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-8 {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-7 {
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-6 {
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-5 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-4 {
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-3 {
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-2 {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-1 {
    flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 640px) {
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 1rem;
  }
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 1rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > [class^="cs-col-ts-"],
  .cs-row > [class*=" cs-col-ts-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]),
  .cs-row > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]) {
    margin-bottom: 1rem;
  }
  .cs-row > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child,
  .cs-row > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-ts-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-ts-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]) {
    margin-bottom: 1rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-m-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-m-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-m-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-m-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-m-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-m-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-m-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-m-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-12,
  .cs-row.cs-row--base-10 > .cs-col-m-11,
  .cs-row.cs-row--base-10 > .cs-col-m-10 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-9 {
    flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-8 {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-7 {
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-6 {
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-5 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-4 {
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-3 {
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-2 {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-1 {
    flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 414px) {
  .cs-row > [class^="cs-col-m-"],
  .cs-row > [class*=" cs-col-m-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]),
  .cs-row > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]) {
    margin-bottom: 1rem;
  }
  .cs-row > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child,
  .cs-row > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-m-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-m-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]) {
    margin-bottom: 1rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-ms-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-ms-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-ms-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-ms-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-ms-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-ms-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-ms-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-ms-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-ms-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-ms-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-ms-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-ms-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-12,
  .cs-row.cs-row--base-10 > .cs-col-ms-11,
  .cs-row.cs-row--base-10 > .cs-col-ms-10 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-9 {
    flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-8 {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-7 {
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-6 {
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-5 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-4 {
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-3 {
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-2 {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-1 {
    flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
label,
.label {
  display: block;
  margin-bottom: 0.8rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
legend {
  display: none;
}
legend.legend--show {
  display: block;
  margin-bottom: 1.6rem;
}
input,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.file-upload__field {
  font-size: 1rem;
  line-height: 160%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #212424;
  display: block;
  font-family: "Montserrat", sans-serif;
  margin-bottom: calc(1.6rem / 2);
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="password"],
input[type="search"],
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.file-upload__field {
  border-bottom: 1px solid #d2dce5;
  font-size: 18px;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 0;
  width: 100%;
}
/* fix for passwords with lower signs on mobile devices */
input[type="password"] {
  text-transform: none !important;
}
::-webkit-input-placeholder {
  color: #d2dce5;
  opacity: 1;
}
::-moz-placeholder {
  color: #d2dce5;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d2dce5;
  opacity: 1;
}
input:-moz-placeholder {
  color: #d2dce5;
  opacity: 1;
}
textarea {
  min-height: 8rem;
  overflow: auto;
  resize: vertical;
}
.datetime-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #d2dce5;
  margin-bottom: 1.6rem;
  min-height: calc(1.6rem + ( 20px * 2) + 1px * 2);
  position: relative;
}
.datetime-wrapper input[type="text"],
.datetime-wrapper input[type="date"],
.datetime-wrapper input[type="datetime-local"],
.datetime-wrapper input[type="time"] {
  border: none;
  min-width: calc(100% - 1.6rem * 2.5);
  max-width: calc(100% - 1.6rem * 2.5);
  margin-bottom: 0;
  padding: 20px 0;
  width: calc(100% - 1.6rem * 2.5);
}
.datetime-wrapper input[type="text"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="date"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.datetime-wrapper::after {
  content: '\e807';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  color: #a50f2d;
  margin: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.datetime-wrapper--time::after {
  content: '\e806';
}
div.datedropper.clickstorm {
  --dd-color1: #a50f2d;
  --dd-color2: #f0f2f6;
  --dd-color3: #212424;
  --dd-color4: #fff;
  --dd-radius: 0;
  --dd-width: 180px;
  --dd-shadow: 0 0 32px 11px rgba(0, 0, 0, 0.1);
}
div.datedropper .picker .pick-lg ul li::after,
div.datedropper .picker .pick-lg ul li::before {
  background: none;
}
div.datedropper.clickstorm {
  z-index: 10;
}
div.datedropper.clickstorm .pick-submit {
  background-color: #0b408b !important;
}
.file-upload {
  display: flex;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 414px) {
  .file-upload {
    display: block;
  }
}
.file-upload input[type="file"] {
  display: none;
}
.file-upload label,
.file-upload input[type="text"] {
  margin-bottom: 0;
}
.file-upload input[type="text"] {
  flex-grow: 2;
  min-width: auto;
  width: auto;
  padding-left: 20px;
}
.file-upload__button-wrapper {
  font-size: 1rem;
  line-height: 160%;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 414px) {
  .file-upload__button-wrapper,
  .file-upload input[type="text"] {
    min-width: 100%;
    width: 100%;
  }
}
.file-upload__button {
  background: #a50f2d;
  border: 1px solid #a50f2d;
  display: block;
  padding: 20px;
}
.file-upload__hide-label {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.select2-container,
.select2-container--default {
  display: block;
  width: auto !important;
}
.select2-container .select2-selection,
.select2-container--default .select2-selection,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: auto;
  padding: 20px 0;
}
.select2-container .select2-selection .select2-selection__rendered,
.select2-container--default .select2-selection .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212424;
  line-height: 160%;
  padding: 0 0 0 0;
}
.select2-container .select2-selection .select2-selection__arrow,
.select2-container--default .select2-selection .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  height: 32px;
  width: auto;
}
.select2-container .select2-selection .select2-selection__arrow b,
.select2-container--default .select2-selection .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-selection .select2-selection__arrow::before,
.select2-container--default .select2-selection .select2-selection__arrow::before,
.select2-container .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  font-size: 1.6rem;
  line-height: 100%;
  content: '\e800';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  box-sizing: border-box;
  display: block;
  font-size: 36px;
  margin-right: 0 !important;
  width: 100% !important;
}
.select2-container .select2-selection .select2-selection__placeholder,
.select2-container--default .select2-selection .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #d2dce5;
}
.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  padding: 20px 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice::before,
.select2-container--default .select2-selection--multiple .select2-selection__choice::before,
.select2-container .select2-selection--multiple .select2-search--inline::before,
.select2-container--default .select2-selection--multiple .select2-search--inline::before {
  display: none;
}
.select2-container .select2-selection--multiple .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  height: 1.6rem;
  margin: 0;
  min-height: 0;
  max-width: 100%;
  min-width: 1px;
  padding: 0 0;
  width: 11.2rem !important;
}
.select2-container .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: table;
  margin-bottom: 0;
  overflow: visible;
  padding-right: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #a50f2d;
  border: none;
  color: #fff;
  margin: 0 0.25rem 0.25rem 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #0b408b;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  color: #fff;
  font-weight: 800;
  margin: 0;
  margin-right: 0.53333333rem;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent;
  color: #fff;
}
.select2-container .select2-dropdown,
.select2-container--default .select2-dropdown {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  border: none;
  padding: 0 0;
}
.select2-container .select2-results__options,
.select2-container--default .select2-results__options {
  margin: 0;
}
.select2-container .select2-results__options .select2-results__option,
.select2-container--default .select2-results__options .select2-results__option {
  font-size: 14px;
}
.select2-container .select2-results__options .select2-results__option::before,
.select2-container--default .select2-results__options .select2-results__option::before {
  display: none;
}
.select2-container .select2-results__options .select2-results__option--selected,
.select2-container--default .select2-results__options .select2-results__option--selected,
.select2-container .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #f0f2f6;
  color: #212424;
}
.select2-container .select2-search--inline .select2-search__field {
  font-family: "Montserrat", sans-serif;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}
.select2-container--default .select2-results__group {
  padding: 15px;
  font-size: 14px;
  font-weight: 400 !important;
  border-bottom: 1px solid #d2dce5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #d2dce5;
  padding: 0 10px;
  top: 18px;
}
.select2-container--open .select2-selection .select2-selection__arrow::before,
.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: '\e803';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  margin-bottom: 1px;
}
.cs-custom-select {
  position: relative;
  z-index: 101;
}
.cs-custom-select--transform {
  text-transform: uppercase;
}
.cs-custom-select__active {
  font-size: 0.7rem;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.cs-custom-select__active {
  align-items: center;
  color: #697279;
  display: flex;
  font-size: 0.7rem;
  height: 100%;
  justify-content: center;
  line-height: 22px;
  padding: 20px;
}
.cs-custom-select__active:hover {
  color: #697279;
}
.cs-custom-select__icon-down::after,
.cs-custom-select__icon-up:after {
  font-size: 22px;
  margin: 0;
  padding: 0 5px;
}
.cs-custom-select__icon-down::after {
  content: '\e800';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.cs-custom-select__icon-up:after {
  content: '\e803';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.cs-custom-select__submenu {
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
  display: none;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 1px);
  width: 100%;
  z-index: 1;
}
.cs-custom-select__submenu li {
  width: 100%;
}
.cs-custom-select__submenu li::before {
  content: "";
}
.cs-custom-select__submenu li a {
  color: #212424;
  display: block;
  font-size: 14px;
  padding: 11px;
  width: 100%;
}
.cs-custom-select__submenu li a:hover {
  background-color: #f0f2f6;
  text-decoration: none;
}
.cs-custom-select__submenu-active {
  background-color: #f0f2f6;
  text-align: left;
}
.cs-custom-select--big {
  width: 100%;
}
.cs-custom-select--big .cs-custom-select__active {
  border-bottom: 1px solid #697279;
  display: flex;
  font-size: 1.3rem;
  font-weight: 800;
  justify-content: space-between;
  padding: 0 0 20px;
  width: 100%;
}
.cs-custom-select--big .cs-custom-select__icon-down::after,
.cs-custom-select--big .cs-custom-select__icon-up::after {
  font-size: 40px;
}
.cs-show-custom-select {
  display: flex;
}
.checkbox {
  margin-top: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: 1.6rem;
  opacity: 0;
}
input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-bottom: 1.6rem;
  padding-left: 40px;
  position: relative;
}
input[type="checkbox"] + span:hover,
input[type="radio"] + span:hover,
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 0.8rem;
  right: auto;
  bottom: auto;
  left: 0;
  align-items: center;
  background-color: #fff;
  border: 1px solid #a50f2d;
  content: "";
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  font-size: 1.067rem;
  line-height: 100%;
}
input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  content: '\e809';
  background-color: #a50f2d;
  color: #fff;
  font-size: 14px;
}
input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
input[type="radio"] + span::before,
input[type="radio"] + label::before {
  font-size: 0.8rem;
  line-height: 100%;
  border-radius: 50%;
}
input[type="radio"]:checked + span::before,
input[type="radio"]:checked + label::before {
  content: '\e80b';
  color: #a50f2d;
  font-size: 14px;
}
.typo3-adminPanel input[type="checkbox"],
.Extbase-Utility-Debugger-VarDump input[type="checkbox"],
.extbase-debugger input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: block;
  height: 14px;
  left: 0;
  top: 0;
}
.typo3-adminPanel input[type="checkbox"] + span,
.Extbase-Utility-Debugger-VarDump input[type="checkbox"] + span,
.extbase-debugger input[type="checkbox"] + span {
  padding: 0;
  margin-bottom: 0;
}
.typo3-adminPanel input[type="checkbox"] + span:before,
.Extbase-Utility-Debugger-VarDump input[type="checkbox"] + span:before,
.extbase-debugger input[type="checkbox"] + span:before {
  content: "" !important;
  -webkit-transform: none;
          transform: none;
}
form button[type="submit"],
input[type="submit"] {
  font-size: 0.9rem;
  line-height: 32px;
  background: transparent;
  font-weight: 600;
  margin: 1.6rem 0;
  position: relative;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  clear: both;
  color: #a50f2d;
  display: flex;
  font-family: "Montserrat", sans-serif;
}
form button[type="submit"]::before,
input[type="submit"]::before {
  content: '\e828';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  font-size: 1.6rem;
  line-height: 32px;
  margin-right: 15px;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form button[type="submit"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
  text-decoration: none;
}
form button[type="submit"]:hover::before,
input[type="submit"]:hover::before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
form button[type="submit"]::before,
input[type="submit"]::before {
  content: '\e828';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  margin-right: 15px;
}
input[type="text"].parsley-error,
input[type="url"].parsley-error,
input[type="email"].parsley-error,
input[type="tel"].parsley-error,
input[type="password"].parsley-error,
input[type="search"].parsley-error,
textarea.parsley-error {
  border-color: #a50f2d;
}
select.parsley-error + .select2-container--default .select2-selection--single,
select.parsley-error + .select2-container--default .select2-selection--multiple {
  border-color: #a50f2d;
}
.datetime-wrapper.parsley-error {
  border-color: #a50f2d;
}
.powermail_file.parsley-error + label + input {
  border-color: #a50f2d;
}
.checkbox.parsley-error input[type="radio"] + span::before,
.radio.parsley-error input[type="radio"] + span::before,
.checkbox.parsley-error input[type="checkbox"] + span::before,
.radio.parsley-error input[type="checkbox"] + span::before,
.checkbox.parsley-error input[type="radio"] + label::before,
.radio.parsley-error input[type="radio"] + label::before,
.checkbox.parsley-error input[type="checkbox"] + label::before,
.radio.parsley-error input[type="checkbox"] + label::before {
  border-color: #a50f2d;
}
.checkbox.parsley-error + .parsley-errors-list,
.radio.parsley-error + .parsley-errors-list {
  margin-top: 0;
}
.parsley-errors-list {
  font-size: 1rem;
  line-height: 160%;
  color: #a50f2d;
  margin-bottom: 2rem;
  margin-top: 1.6rem;
}
.parsley-errors-list li::before {
  color: #a50f2d;
}
.tx-powermail {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .tx-powermail {
    padding: 15px;
  }
}
form {
  margin-bottom: 1.6rem;
  position: relative;
}
form fieldset,
form .powermail_fieldset {
  border: none;
  min-inline-size: auto;
}
form .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
form .powermail_fieldset > * {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}
form .powermail_fieldset > *.form__row--50 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
form .powermail_fieldset > *.form__row--75 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
form .powermail_fieldset > *.form__row--25 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
form .powermail_fieldset > .form__row-break {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
form .powermail_fieldwrap {
  margin-bottom: 1rem;
}
.powermail_progressbar {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 40000;
}
.powermail_progressbar::before {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  border-radius: 50%;
  border: 16px solid #f0f2f6;
  border-top: 16px solid #a50f2d;
  content: ' ';
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 640px) {
  form .powermail_fieldset > *.form__row--50,
  form .powermail_fieldset > *.form__row--75,
  form .powermail_fieldset > *.form__row--25 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  form .powermail_fieldset > .form__row-break {
    display: none;
  }
}
.alert {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0;
  color: #fff;
  margin: 3.2rem 0;
  padding: 24px 24px;
}
.alert > * {
  color: #fff;
}
.alert > *:last-child {
  margin-bottom: 0;
}
.alert-info,
.alert-notification {
  background: #0b408b;
}
.alert-success {
  background: DarkSeaGreen;
}
.alert-warning {
  background: GoldenRod;
}
.alert-danger {
  background: #a50f2d;
}
.cs-cookie__no-cookies-box {
  aspect-ratio: 16 / 9;
}
.cs-cookie__no-cookies-box-button {
  color: #a50f2d;
}
.frame {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1170px) {
  .frame {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .frame {
    margin-bottom: 1rem;
  }
}
.frame > *:last-child {
  margin-bottom: 0;
}
.frame-space-after-extra-small {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1170px) {
  .frame-space-after-extra-small {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .frame-space-after-extra-small {
    margin-bottom: 0.25rem;
  }
}
.frame-space-after-small {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1170px) {
  .frame-space-after-small {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .frame-space-after-small {
    margin-bottom: 0.5rem;
  }
}
.frame-space-after-large {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1170px) {
  .frame-space-after-large {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .frame-space-after-large {
    margin-bottom: 2rem;
  }
}
.frame-space-after-none {
  margin-bottom: 0 !important;
}
.mfp-zoom-out-cur {
  cursor: pointer !important;
}
.mfp-close {
  cursor: pointer !important;
  color: #fff !important;
  font-size: 36px;
  height: auto;
  line-height: 100%;
  padding: 0;
}
.mfp-close::before {
  display: block;
  margin: 0;
  text-align: right;
  width: 100%;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close,
.mfp-close:active {
  top: 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  right: 0;
}
.mfp-arrow {
  align-items: center;
  display: flex !important;
  justify-content: center;
  min-width: auto;
}
.mfp-arrow::before {
  content: '\e802';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  border: none;
  color: #fff;
  height: 1em;
  font-size: 80px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  position: static;
  opacity: 1;
  width: 1em;
}
.mfp-arrow::after {
  display: none;
}
.mfp-arrow.mfp-arrow-right::before {
  content: '\e802';
}
.mfp-arrow.mfp-arrow-left::before {
  content: '\e801';
}
.mfp-arrow:hover {
  background: none;
  opacity: 1;
}
.mfp-title {
  padding-right: 4.8rem;
}
.mfp-counter {
  font-size: 0.9rem;
  line-height: 100%;
}
.flexslider .slides {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider .slides li::before {
  display: none;
}
.flexslider .slides li a {
  display: block;
}
.flexslider .slides li .frame a {
  border-bottom: none;
}
.flexslider .slides li .slider-image-wrapper {
  height: 620px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flexslider .slides li .slider-image-wrapper {
    height: auto;
  }
}
.flexslider .slides li .slider-image-wrapper img {
  margin-bottom: 0;
  max-width: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .flexslider .slides li .slider-image-wrapper img {
    max-width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.flexslider .slides li .slider-text-wrapper {
  color: #fff;
  margin-bottom: 2.5rem;
  padding: 0 60px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1170px) {
  .flexslider .slides li .slider-text-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .flexslider .slides li .slider-text-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .flexslider .slides li .slider-text-wrapper {
    display: none;
  }
}
.flexslider .slides li .slide-title {
  display: none;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
.flexslider .slides li .slide-title span:not(.button),
.flexslider .slides li .slide-title p {
  font-size: 3.125rem;
  line-height: 135%;
}
@media screen and (max-width: 1024px) {
  .flexslider .slides li .slide-title span:not(.button),
  .flexslider .slides li .slide-title p {
    font-size: 36px;
  }
}
.flexslider .slides li .slide-title span:not(.button) {
  display: block;
  font-weight: 800;
}
.flex-control-nav {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.flex-control-nav li a {
  visibility: hidden;
  padding: 0 5px;
}
.flex-control-nav li a::before {
  content: "";
  display: block;
  visibility: initial;
  background: #d2dce5;
  width: 75px;
  height: 5px;
}
.flex-control-nav li a.flex-active::before {
  background: #a50f2d;
}
@media screen and (max-width: 768px) {
  .flex-control-nav {
    display: none;
  }
}
/*.slider {
    .slick-arrow {
        .pos-abs(50%);
        display: block;
        height: @font-size-icons-default;
        transform: translate(0, -50%);
        width: @font-size-icons-default;
        z-index: 1;

        &::before {
            font-size: @font-size-icons-default;
            line-height: 100%;
            margin-right: 0;
        }

        &.slick-disabled {
            opacity: 0;
        }

        &.slick-prev {
            left: -@margin-nlb*3;

            // @TODO: replace 120px - offset of arrow left / right
            @media screen and (max-width: (@breakpoint-desktop-to-tablet-large + 120)) {
                left: @margin-nlb;
            }
        }

        &.slick-next {
            right: -@margin-nlb*3;

            // @TODO: replace 120px - offset of arrow left / right
            @media screen and (max-width: (@breakpoint-desktop-to-tablet-large + 120)) {
                right: @margin-nlb;
            }
        }
    }

    .slick-dots {
        .pos-abs(100%);
        display: block;
        text-align: center;
        width: 100%;

        li {
            background-color: @color-line;
            border-radius: 50%;
            cursor: pointer;
            display: inline-block;
            height: .75rem;
            margin: 0 .25rem;
            padding: 0;
            position: relative;
            width: .75rem;

            button {
                display: none;
            }

            &.slick-active {
                background-color: @color-highlight-primary;
            }
        }
    }

    img.lazyload,
    img.lazyloading {
        max-height: 1px;
        overflow: hidden;
    }

    &__image {
        margin-bottom: 0;
    }
}
*/
.accordion {
  border-top: 1px solid #d2dce5;
}
.ui-accordion-header {
  display: block;
  border-bottom: 1px solid #d2dce5;
  padding: 20px 48px 20px 0;
  position: relative;
  outline: none;
}
.ui-accordion-header::after {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 1.8rem;
  line-height: 48px;
  color: #aab8c3;
  content: '\e829';
  font-family: 'cs-icons-sl';
  height: 48px;
  text-align: center;
  width: 48px;
}
.ui-accordion-header:hover {
  text-decoration: none;
}
.ui-accordion-header:hover::after {
  color: #212424;
}
.ui-accordion-header-active {
  border-bottom: none;
}
.ui-accordion-header-active::after {
  color: #a50f2d;
  content: '\e826';
}
.ui-accordion-content {
  border-bottom: 1px solid #d2dce5;
  padding: 20px 0;
}
.custom-accordion > div.custom-accordion__visible {
  max-height: inherit;
  opacity: 1;
  overflow: initial;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  visibility: visible;
}
.custom-accordion > div {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -o-transition: opacity 0s ease-in;
  transition: opacity 0s ease-in;
  visibility: hidden;
}
.search-form {
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.search-form input[type="text"].search-form__input,
.search-form input[type="search"].search-form__input,
.search-form button[type="submit"].search-form__submit {
  background: #fff;
  margin: 0;
}
.search-form input[type="text"].search-form__input,
.search-form input[type="search"].search-form__input {
  flex-basis: calc(100% - 48px);
  max-width: calc(100% - 48px);
  width: calc(100% - 48px);
  min-width: calc(100% - 48px);
}
.search-form button[type="submit"].search-form__submit {
  color: #d2dce5;
  padding: 0;
  height: 48px;
  width: 48px;
  align-items: flex-end;
}
.search-form button[type="submit"].search-form__submit::before {
  font-size: 1.6rem;
  line-height: 160%;
  margin-right: 0;
  width: 100%;
}
.search-form button[type="submit"].search-form__submit:hover::before {
  color: #212424;
}
.search-form__close {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: auto;
  left: auto;
  color: #d2dce5;
  height: 48px;
  width: 48px;
  font-size: 30px;
}
.search-form__close::before {
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 1170px) {
  .search-form__close {
    right: 22.5px;
  }
}
@media screen and (max-width: 768px) {
  .search-form__close {
    right: 15px;
  }
}
@media screen and (max-width: 640px) {
  table:not(.h-clean-table) {
    display: block;
    width: 100%;
  }
  table:not(.h-clean-table) thead {
    display: none;
  }
  table:not(.h-clean-table) tfoot,
  table:not(.h-clean-table) tbody {
    display: block;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr,
  table:not(.h-clean-table) tbody tr {
    display: block;
    padding-bottom: 1.6rem;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr th,
  table:not(.h-clean-table) tbody tr th,
  table:not(.h-clean-table) tfoot tr td,
  table:not(.h-clean-table) tbody tr td {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr th[data-th]::before,
  table:not(.h-clean-table) tbody tr th[data-th]::before,
  table:not(.h-clean-table) tfoot tr td[data-th]::before,
  table:not(.h-clean-table) tbody tr td[data-th]::before {
    content: attr(data-th);
    display: block;
    font-weight: 800;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr th:empty,
  table:not(.h-clean-table) tbody tr th:empty,
  table:not(.h-clean-table) tfoot tr td:empty,
  table:not(.h-clean-table) tbody tr td:empty {
    display: none;
  }
  table:not(.h-clean-table) tfoot tr:nth-child(odd) th,
  table:not(.h-clean-table) tbody tr:nth-child(odd) th,
  table:not(.h-clean-table) tfoot tr:nth-child(even) th,
  table:not(.h-clean-table) tbody tr:nth-child(even) th,
  table:not(.h-clean-table) tfoot tr:nth-child(odd) td,
  table:not(.h-clean-table) tbody tr:nth-child(odd) td,
  table:not(.h-clean-table) tfoot tr:nth-child(even) td,
  table:not(.h-clean-table) tbody tr:nth-child(even) td {
    background: none;
  }
  table:not(.h-clean-table) tfoot tr:last-child,
  table:not(.h-clean-table) tbody tr:last-child {
    padding-bottom: 0;
  }
}
.resp-tabs-list {
  margin: 0;
  padding: 0;
  display: flex;
}
.resp-tab-item {
  background: #d2dce5;
  border: none;
  cursor: pointer;
  line-height: 36px;
  padding: 25px;
  position: relative;
}
.resp-tab-item::before {
  display: none;
}
.resp-tab-item.resp-tab-active {
  background-color: #fff;
}
.resp-tabs-container {
  background-color: #fff;
}
.resp-tab-content {
  display: none;
  padding: 25px;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
/*-----------Accordion styles-----------*/
.resp-accordion {
  font-size: 1rem;
  line-height: 160%;
  display: none;
  font-weight: 400;
  padding: 20px 0;
  position: relative;
}
.resp-accordion::after {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 1.8rem;
  line-height: 48px;
  color: #aab8c3;
  content: '\e829';
  font-family: 'cs-icons-sl';
  height: 48px;
  text-align: center;
  width: 48px;
}
.resp-accordion.resp-tab-active {
  border-bottom: none;
}
.resp-accordion.resp-tab-active::after {
  color: #a50f2d;
  content: '\e826';
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #d2dce5;
}
.resp-jfit {
  width: 100%;
  margin: 0;
}
.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media screen and (max-width: 414px) {
  .resp-tabs-list {
    display: none;
  }
  .resp-tabs-container {
    background: transparent;
    border-top: 1px solid #d2dce5;
  }
  .resp-accordion {
    border-bottom: 1px solid #d2dce5;
    display: block;
    margin: 0;
  }
  .resp-accordion::after {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: auto;
    left: auto;
    font-size: 1.8rem;
    line-height: 48px;
    color: #aab8c3;
    content: '\e829';
    font-family: 'cs-icons-sl';
    height: 48px;
    text-align: center;
    width: 48px;
  }
  .resp-tab-content {
    padding: 20px 0;
    border-bottom: 1px solid #d2dce5;
  }
}
.cs-custom-teaser {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .cs-custom-teaser {
    max-width: 1920px;
    max-height: 600px;
  }
}
.cs-custom-teaser__picture {
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cs-custom-teaser__picture {
    max-height: 520px;
  }
}
@media screen and (min-width: 768px) {
  .cs-custom-teaser--small .cs-custom-teaser__picture {
    max-height: 350px;
  }
}
@media screen and (max-width: 1170px) {
  .cs-custom-teaser--small .cs-custom-teaser__info {
    width: initial;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: initial;
    justify-content: initial;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 1170px) {
  .cs-custom-teaser--small .cs-breadcrumb {
    top: 28px;
    left: 20px;
    right: 20px;
    bottom: 28px;
  }
}
.cs-custom-teaser__img {
  display: block;
  height: auto;
  width: 100%;
  max-width: initial;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cs-custom-teaser__img {
    max-width: 100%;
  }
}
.cs-custom-teaser__info {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  overflow-y: hidden;
  padding: 40px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cs-custom-teaser__info {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: initial;
    padding: 24px 20px;
  }
}
.cs-custom-teaser__heading {
  -webkit-line-clamp: 6;
  color: #fff;
  display: -webkit-box;
  font-size: min(6vw, 64px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .cs-custom-teaser__heading {
    font-size: min(4vw, 64px);
  }
}
@media screen and (min-width: 768px) {
  .cs-custom-teaser__heading {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1025px) {
  .cs-custom-teaser__heading {
    -webkit-line-clamp: 3;
    line-height: 86px;
  }
}
@media screen and (min-width: 1400px) {
  .cs-custom-teaser__heading {
    -webkit-line-clamp: 4;
  }
}
.cs-breadcrumb {
  max-width: 100%;
  position: absolute;
  top: 32px;
  left: 40px;
  right: 40px;
  bottom: initial;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cs-breadcrumb {
    top: 28px;
    left: 20px;
    right: 20px;
    bottom: 28px;
  }
}
.cs-breadcrumb__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.cs-breadcrumb__list li::before {
  display: none;
}
.cs-breadcrumb__item {
  font-size: 0.7rem;
  line-height: 20px;
  color: #fff;
  display: inline;
  font-weight: 400;
  margin-right: 2px;
  margin-bottom: 8px;
}
.cs-breadcrumb__item__inner {
  opacity: 0.7;
}
.cs-breadcrumb__item:not(:last-child)::after {
  content: '\e80e';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
  opacity: 0.7;
}
.cs-breadcrumb__item:last-child > * {
  opacity: 1;
}
.cs-breadcrumb__item-link {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: middle;
}
.cs-breadcrumb__item-link:hover {
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}
.cs-index-search__searchform {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.cs-index-search__searchform .input-wrapper {
  width: 100%;
}
.cs-index-search__searchform .search-form__submit {
  margin-top: 0;
  margin-bottom: calc(1.6rem / 2);
}
.cs-index-search__searchform .search-form__submit::before {
  margin: 0;
}
.cs-index-search #tx_indexedsearch {
  margin-bottom: 0;
}
.cs-index-search .tx-indexedsearch-searchbox input[type="text"] {
  padding: 20px;
}
.cs-index-search .tx-indexedsearch-result {
  padding: 1rem 0;
  border-bottom: 1px solid #d2dce5;
}
.cs-index-search .tx-indexedsearch-result:first-child {
  border-top: 1px solid #d2dce5;
}
.cs-index-search__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
  .cs-index-search__row {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cs-index-search .tx-indexedsearch-title {
  margin-bottom: 0;
}
.cs-index-search .tx-indexedsearch-title a {
  color: #212424;
  font-weight: 800;
}
.cs-index-search .tx-indexedsearch-description {
  color: #40454e;
}
.cs-index-search .tx-indexedsearch-percent {
  background-color: #a50f2d;
  padding: 0 0.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cs-index-search .tx-indexedsearch-percent {
    margin-top: 1rem;
    width: 65px;
  }
}
.cs-index-search .tx-indexedsearch-whatis {
  color: #aab8c3;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cs-index-search .tx-indexedsearch-whatis {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cs-index-search .tx-indexedsearch-whatis p {
  color: #212424;
}
.cs-index-search__paginering .tx-indexedsearch-browsebox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  padding: 0;
}
.cs-index-search__paginering .tx-indexedsearch-browsebox li::before {
  display: none;
}
.cs-index-search__paginering--bottom {
  margin-top: 1rem;
}
.cs-index-search .tx-indexedsearch-noresults {
  margin-top: 1.6rem;
}
.news .row {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .news .row {
    flex-direction: column;
  }
}
.news .news-item {
  border-bottom: 1px solid #d2dce5;
  padding: 1rem 0;
}
.news .news-item:first-child {
  border-top: 1px solid #d2dce5;
}
.news .page-navigation {
  margin-top: 1rem;
}
.news .f3-widget-paginator {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1.6rem 0;
}
.news .f3-widget-paginator li::before {
  display: none;
}
.news .news-date {
  background-color: #c0051a;
  padding: 0 0.5rem;
  color: #fff;
}
.news .text-special {
  font-style: italic;
}
.cs-career .select2-container .select2-selection,
.cs-career .select2-container--default .select2-selection,
.cs-career .select2-container .select2-selection--single,
.cs-career .select2-container--default .select2-selection--single {
  padding: 20px 1rem;
}
.cs-career thead {
  background-color: #aab8c3;
  color: #fff;
}
.cs-career .news-link::before {
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  .cs-career .news-link::before {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .cs-career .news-link:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 641px) {
  .cs-career .news-link .table-mobile-only {
    display: none;
  }
}
.cs-b-container {
  position: relative;
}
.cs-b-released-projects {
  padding: 0 40px;
  position: relative;
}
.cs-b-released-projects__img {
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}
.cs-b-released-projects__head {
  display: flex;
  flex-direction: row;
  padding: 100px 0 30px;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .cs-b-released-projects__head {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cs-b-released-projects__head {
    padding-top: 30px;
  }
}
.cs-b-released-projects__head-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .cs-b-released-projects__head-wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cs-b-released-projects__head-wrap {
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .cs-b-released-projects__head-wrap {
    padding-left: 0;
  }
}
.cs-b-released-projects__title {
  -webkit-line-clamp: 3;
  color: #fff;
  display: -webkit-box;
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cs-b-released-projects__title {
    font-size: 1.8rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 640px) {
  .cs-b-released-projects__title {
    font-size: 1.2rem;
    line-height: 160%;
  }
}
.cs-b-released-projects__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none;
}
.cs-b-released-projects__link:hover {
  text-decoration: none;
}
.cs-b-released-projects__slider .slick-arrow {
  bottom: auto;
  display: block;
  font-size: 16px;
  height: 36px;
  left: auto;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 36px;
  z-index: 1;
}
.cs-b-released-projects__slider .slick-arrow:before {
  background-color: #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0.5rem;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-b-released-projects__slider .slick-arrow:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cs-b-released-projects__slider .slick-arrow.slick-prev {
  left: -0.5rem;
}
@media screen and (max-width: 768px) {
  .cs-b-released-projects__slider .slick-arrow.slick-prev {
    left: -40px;
  }
}
.cs-b-released-projects__slider .slick-arrow.slick-next {
  right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .cs-b-released-projects__slider .slick-arrow.slick-next {
    right: -40px;
  }
}
.cs-b-released-projects__slider .slick-arrow.slick-disabled {
  display: none !important;
}
.cs-b-released-projects__slider-item:hover .cs-b-released-projects__slider-header {
  color: #a50f2d;
}
.cs-b-released-projects__slider-project {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 414px) {
  .cs-b-released-projects__slider-project {
    padding: 20px;
    min-height: 300px;
  }
}
.cs-b-released-projects__slider-link {
  display: block;
  margin: 0 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cs-b-released-projects__slider-link {
    margin: 0;
  }
}
.cs-b-released-projects__slider-link:hover {
  text-decoration: none;
}
.cs-b-released-projects__slider-image {
  margin-bottom: 24px;
  max-width: 200px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .cs-b-released-projects__slider-image {
    max-width: 160px;
    width: 100%;
  }
}
.cs-b-released-projects__slider-header {
  -webkit-line-clamp: 3;
  color: #212424;
  display: -webkit-box;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 8px;
  max-width: 530px;
  overflow: hidden;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .cs-b-released-projects__slider-header {
    font-size: 0.9rem;
    line-height: 160%;
  }
}
.cs-b-released-projects__slider-service {
  color: #aab8c3;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: auto;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.cs-b-industries-slider {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cs-b-industries-slider__head {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .cs-b-industries-slider__head {
    align-items: flex-start;
    flex-direction: column;
  }
}
.cs-b-industries-slider__head h2 {
  margin-bottom: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .cs-b-industries-slider__head h2 {
    margin-bottom: 1rem;
  }
}
.cs-b-industries-slider__head a {
  font-size: 18px;
  line-height: 32px;
}
.cs-b-industries-slider__head a .button {
  margin: 0;
}
.cs-b-industries-slider__head a:hover {
  text-decoration: none;
}
.cs-b-industries-slider__wrapper {
  min-height: 350px;
  position: relative;
}
.cs-b-industries-slider .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 920px) {
  .cs-b-industries-slider .slick-slide {
    width: 140px;
  }
}
.cs-b-industries-slider .slick-list {
  margin: 0 -10px;
}
.cs-b-industries-slider .slick-arrow {
  bottom: auto;
  display: block;
  font-size: 16px;
  height: 36px;
  left: auto;
  position: absolute;
  right: auto;
  top: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 36px;
  z-index: 1;
}
.cs-b-industries-slider .slick-arrow:before {
  background-color: #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0.5rem;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-b-industries-slider .slick-arrow:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cs-b-industries-slider .slick-arrow.slick-prev {
  left: -1rem;
}
.cs-b-industries-slider .slick-arrow.slick-next {
  right: -1rem;
}
.cs-b-industries-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.cs-b-industries-slider__list {
  position: relative;
}
.cs-b-industries-slider__item {
  display: block;
  text-decoration: none;
}
.cs-b-industries-slider__link {
  display: block;
  text-decoration: none;
}
.cs-b-industries-slider__link:hover {
  text-decoration: none;
}
.cs-b-industries-slider__link:hover .cs-b-industries-slider__name {
  color: #a50f2d;
}
.cs-b-industries-slider__link:hover .cs-b-industries-slider__image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.cs-b-industries-slider__industry {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
  position: relative;
  width: 100%;
}
.cs-b-industries-slider__image-wrap {
  margin-bottom: 24px;
  max-height: 252px;
  width: 100%;
  overflow: hidden;
}
.cs-b-industries-slider__image {
  display: block;
  height: auto;
  margin-bottom: 0;
  max-width: 100%;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.cs-b-industries-slider__name {
  color: #212424;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  padding-left: 1px;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  word-break: break-word;
}
.cs-b-service-slider {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cs-b-service-slider .button {
  white-space: nowrap;
}
.cs-b-service-slider__head {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .cs-b-service-slider__head {
    align-items: flex-start;
    flex-direction: column;
  }
}
.cs-b-service-slider__head h2 {
  margin-bottom: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .cs-b-service-slider__head h2 {
    margin-bottom: 1rem;
  }
}
.cs-b-service-slider__head a {
  font-size: 18px;
  line-height: 32px;
}
.cs-b-service-slider__head a .button {
  margin: 0;
}
.cs-b-service-slider__head a:hover {
  text-decoration: none;
}
.cs-b-service-slider__wrapper {
  min-height: 320px;
  position: relative;
}
.cs-b-service-slider__list {
  border-top: 1px solid #d2dce5;
  border-bottom: 1px solid #d2dce5;
  position: relative;
}
.cs-b-service-slider__list::after {
  background-color: #f0f2f6;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.cs-b-service-slider__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.cs-b-service-slider__link:hover {
  background-color: #fff;
  text-decoration: none;
}
.cs-b-service-slider__service {
  border-right: 1px solid #d2dce5;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 320px;
  padding: 28px 20px 25px;
}
.cs-b-service-slider__image {
  display: block;
  height: 32px;
  margin-bottom: 24px;
  max-width: 100%;
  position: relative;
  width: 32px;
  z-index: 2;
}
.cs-b-service-slider__service-name {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  z-index: 2;
}
.cs-b-service-slider__service-text {
  -webkit-line-clamp: 5;
  align-self: flex-end;
  display: -webkit-box;
  color: #212424;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cs-b-service-slider .slick-track {
  display: flex;
}
.cs-b-service-slider .slick-slide {
  height: auto;
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .cs-b-service-slider .slick-slide {
    width: 300px;
  }
}
.cs-b-service-slider .slick-slide div {
  height: 100%;
}
.cs-b-service-slider .slick-arrow {
  bottom: auto;
  display: block;
  font-size: 16px;
  height: 36px;
  left: auto;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 36px;
  z-index: 1;
}
.cs-b-service-slider .slick-arrow:before {
  background-color: #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0.5rem;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-b-service-slider .slick-arrow:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cs-b-service-slider .slick-arrow.slick-prev {
  left: -1rem;
}
@media screen and (max-width: 920px) {
  .cs-b-service-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.cs-b-service-slider .slick-arrow.slick-next {
  right: -1rem;
}
@media screen and (max-width: 920px) {
  .cs-b-service-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.cs-b-service-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.redirect-window {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 50%;
  display: flex;
  justify-content: center;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 50%;
  top: 50%;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 10000;
}
.redirect-window.active {
  bottom: 0;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
}
.redirect-window .js-background {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.redirect-window .wrap {
  align-items: center;
  background: #f0f2f6;
  display: flex;
  height: 768px;
  justify-content: center;
  max-width: 1024px;
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1170px) {
  .redirect-window .wrap {
    max-width: 90%;
    max-height: 90vh;
  }
}
.redirect-window .wrap .inner-wrap {
  display: block;
}
@media screen and (min-width: 1170px) {
  .redirect-window .wrap .text-small {
    margin-left: 20%;
    margin-right: 20%;
  }
}
.redirect-window .wrap .logos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.redirect-window .wrap .logos > .logo > img {
  margin-bottom: 0;
}
@media screen and (max-width: 1920px) {
  .redirect-window .wrap .logos > .logo > img {
    width: 100%;
  }
}
.redirect-window .wrap .cs-icon-arrow-border {
  color: #697279;
  font-size: 30px;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .redirect-window .wrap .cs-icon-arrow-border {
    margin: 0 15px;
  }
}
.redirect-window .wrap .cs-icon-close {
  background: #f0f2f6;
  color: #697279;
  font-size: 36px;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: 30px;
}
.frame-type-cstemplates_no_video {
  height: 100%;
}
.cs-video {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads div {
  overflow: hidden;
}
.ce-left .ce-gallery,
.ce-column {
  float: left;
}
.ce-row {
  margin-bottom: 10px;
}
.ce-row:last-child {
  margin-bottom: 0;
}
.ce-column {
  margin-right: 25px;
}
.ce-gallery figure {
  display: table;
  margin: 0;
}
div.ce-textpic figure {
  display: block;
}
.ce-gallery img {
  display: block;
  margin-bottom: 10px;
}
div.ce-textpic img {
  height: auto;
  max-width: 100%;
}
.downloads.ce-uploads li {
  font-weight: 600;
  margin-bottom: 1rem;
  overflow: initial;
  padding-left: 28px;
}
.downloads.ce-uploads li::before {
  content: '\e824';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  font-size: 36px;
}
.downloads.ce-uploads {
  padding-left: 24px;
}
.ce-uploads-fileName {
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.ce-bodytext > *:last-child {
  margin-bottom: 0;
}
#timeline {
  overflow: hidden;
  position: relative;
}
#timeline .spine {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  background-color: #d2dce5;
  margin-left: -1px;
  width: 2px;
}
#timeline .period {
  width: 50%;
}
#timeline .period-left {
  margin-right: 50%;
}
#timeline .period-left .period-trigger {
  margin-right: 15px;
}
#timeline .period-right {
  margin-left: 50%;
}
#timeline .period-right .period-trigger {
  margin-left: 15px;
}
#timeline .period-trigger {
  font-size: 1.5rem;
  line-height: 60px;
  background-color: #d2dce5;
  color: #212424;
  display: block;
  height: 60px;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 15px);
}
#timeline .period-trigger::after {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  color: #212424;
  content: '\e829';
  cursor: pointer;
  font-family: 'cs-icons-sl';
  font-size: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#timeline .period-trigger.active {
  background-color: #a50f2d;
  color: #fff;
}
#timeline .period-trigger.active::after {
  color: #fff;
  content: '\e830';
}
#timeline .period-trigger:hover {
  text-decoration: none;
}
#timeline ul.period-content {
  display: none;
  padding: 30px 75px 30px 20px;
  margin-bottom: 0;
  position: relative;
}
#timeline ul.period-content::after {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #d2dce5;
  width: 60px;
}
#timeline ul.period-content li {
  list-style: none;
  position: relative;
  z-index: 1;
}
#timeline ul.period-content li::before {
  display: none;
}
#timeline ul.period-content li > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #timeline .spine {
    display: none;
  }
  #timeline .period {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  #timeline .period-trigger {
    width: 100%;
  }
  #timeline .period-left {
    margin-right: 0;
  }
  #timeline .period-left .period-trigger {
    margin-right: 0;
  }
  #timeline .period-right {
    margin-left: 0;
  }
  #timeline .period-right .period-trigger {
    margin-left: 0;
  }
  #timeline ul.period-content::after {
    display: none;
  }
}
.partner-item {
  display: flex;
}
@media screen and (max-width: 414px) {
  .partner-item {
    flex-wrap: wrap;
  }
}
.partner-logo {
  flex-basis: 33.333%;
  max-width: 33.333%;
  width: 33.333%;
}
@media screen and (max-width: 414px) {
  .partner-logo {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.partner-address {
  flex-basis: 66.666%;
  max-width: 66.666%;
  width: 66.666%;
  margin-left: 30px;
  position: relative;
}
.partner-address > * {
  width: 66.666%;
}
@media screen and (max-width: 920px) {
  .partner-address > * {
    width: 100%;
  }
}
.partner-address .partner-icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: flex-end;
  width: 33.333%;
}
@media screen and (max-width: 920px) {
  .partner-address .partner-icons {
    position: static;
    width: 100%;
    justify-content: flex-start;
  }
}
.partner-address table th,
.partner-address table td {
  padding: 0 60px 0 0;
}
.partner-address table tr:nth-child(even) th,
.partner-address table tr:nth-child(even) td {
  background: transparent;
}
@media screen and (max-width: 414px) {
  .partner-address {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.partner-icons > * {
  margin-right: 20px;
}
.partner-icons > *:last-child {
  margin-right: 0;
}
.partner-icons > a {
  text-decoration: none;
}
.partner-icons a::before {
  font-size: 36px;
  margin-right: 0;
}
.cs-contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1170px) {
  .cs-contact {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-contact {
    margin-bottom: 1rem;
  }
}
.cs-contact .cs-contact-headline {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.cs-contact .image {
  margin-right: 30px;
}
.cs-contact .image img {
  margin-bottom: 0;
}
.cs-contact .cs-icon {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cs-contact .cs-icon::before {
  font-size: 1.8rem;
  line-height: 160%;
  color: #a50f2d;
  margin-right: 16px;
}
.cs-banner {
  display: block;
  overflow: hidden;
  position: relative;
}
.cs-banner__link {
  display: block;
  height: 100%;
  width: 100%;
}
.cs-banner:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .cs-banner {
    height: auto;
  }
}
.cs-banner__image-wrapper {
  height: 100%;
  position: relative;
}
.cs-banner__image {
  margin-bottom: 0;
  max-width: none;
}
.cs-banner__image.image--lazyload-via-srcset {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 640px) {
  .cs-banner__image {
    max-width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.cs-banner__content {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  max-width: 67%;
  padding: 100px;
  font-size: 2.4rem;
  line-height: 56px;
  color: #fff;
}
.cs-banner__content > * {
  position: relative;
  z-index: 2;
}
.cs-banner__content::after {
  content: "";
  background: transparent;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cs-banner__content a {
  display: block;
}
.cs-banner__content p {
  margin-bottom: 0;
}
@media screen and (max-width: 1170px) {
  .cs-banner__content {
    max-width: 75%;
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .cs-banner__content {
    font-size: 1.8rem;
    line-height: 120%;
    padding: 45px;
  }
}
@media screen and (max-width: 768px) {
  .cs-banner__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cs-banner__content {
    position: static;
    font-size: 1.2rem;
    line-height: 160%;
    color: #212424;
    padding: 30px 0;
  }
  .cs-banner__content::after {
    display: none;
  }
}
.teaser-box {
  border-bottom: 1px solid #d2dce5;
}
.teaser-box__wrapper {
  position: relative;
}
.teaser-box__text-hidden {
  opacity: 1;
  position: relative;
  top: 0;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teaser-box__text-hover {
  opacity: 0;
  position: absolute;
  top: 100%;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teaser-box__text-hover .teaser-box__wrapper {
  overflow: hidden;
}
/* stylelint-disable */
.teaser-box--with-hover:hover .teaser-box__wrapper::before {
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #F0F0F0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #F0F0F0));
  background: rgba(255, 255, 255, 0);
  border-bottom: 10px solid #F0F0F0;
  bottom: 0%;
  content: '';
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#F0F0F0', GradientType=0);
  height: 2.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* stylelint-enable */
.teaser-box--with-hover:hover .teaser-box__text-hidden {
  opacity: 0;
  top: -100%;
}
.teaser-box--with-hover:hover .teaser-box__text-hover {
  opacity: 1;
  top: 0;
}
/***************************
	Template Helpers
***************************/
.h-last-child-no-margin-bottom > *:last-child {
  margin-bottom: 0;
}
.h-content-visibility-visible {
  content-visibility: visible !important;
  visibility: visible !important;
}
.h-no-margin-bottom {
  margin-bottom: 0;
}
.h-margin-bottom-nlb {
  margin-bottom: 1.6rem;
}
.h-no-margin-top {
  margin-top: 0;
}
.h-margin-top-nlb {
  margin-top: 1.6rem;
}
.h-flex-space-between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.h-show-on-touch-device {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h-show-on-touch-device {
    display: block;
  }
}
.is-touch-device .h-show-on-touch-device {
  display: block;
}
.hidden,
.h-hidden {
  display: none;
}
.h-show-on-mobile-menu-size,
.h-show-on-tablet-large,
.h-show-on-tablet-medium,
.h-show-on-tablet-small,
.h-show-on-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h-show-on-mobile-menu-size {
    display: block;
  }
}
@media screen and (max-width: 1170px) {
  .h-hide-on-tablet-large {
    display: none;
  }
  .h-show-on-tablet-large {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .h-hide-on-tablet-medium {
    display: none;
  }
  .h-show-on-tablet-medium {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .h-hide-on-tablet-small {
    display: none;
  }
  .h-show-on-tablet-small {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .h-hide-on-mobile {
    display: none;
  }
  .h-show-on-mobile {
    display: block;
  }
}
.frame.frame-layout-visible-desktop {
  display: block;
}
@media screen and (max-width: 640px) {
  .frame.frame-layout-visible-desktop {
    display: none;
  }
}
.frame.frame-layout-visible-mobil {
  display: none;
}
@media screen and (max-width: 640px) {
  .frame.frame-layout-visible-mobil {
    display: block;
  }
}
*:focus,
a:focus,
form button[type="submit"]:focus,
input[type="submit"]:focus {
  outline: none;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.file-upload__button:focus,
.file-upload__field:focus,
form button[type="submit"]:focus,
input[type="submit"]:focus {
  border-color: #212424;
}
.powermail_file.parsley-error + label + input:focus {
  border-color: #212424;
}
input[type="checkbox"]:focus + span::before,
input[type="radio"]:focus + span::before,
input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  border-color: #212424;
}
.checkbox.parsley-error input[type="radio"]:focus + span::before,
.radio.parsley-error input[type="radio"]:focus + span::before,
.checkbox.parsley-error input[type="checkbox"]:focus + span::before,
.radio.parsley-error input[type="checkbox"]:focus + span::before,
.checkbox.parsley-error input[type="radio"]:focus + label::before,
.radio.parsley-error input[type="radio"]:focus + label::before,
.checkbox.parsley-error input[type="checkbox"]:focus + label::before,
.radio.parsley-error input[type="checkbox"]:focus + label::before {
  border-color: #212424;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #212424;
}
select.parsley-error + .select2-container--default.select2-container--focus .select2-selection--single,
select.parsley-error + .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #212424;
}
/* puts the footer to the bottom of the screen, if there is too little content on the page to fill the screen height */
/* this should work in IE 11 too */
.global-wrapper {
  background-color: #f0f2f6;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  -o-transition: padding ease-in-out 0.2s;
  transition: padding ease-in-out 0.2s;
  width: 100%;
}
.global-wrapper__wrapper {
  display: flex;
  width: 100%;
}
#content {
  display: block;
  flex: 1 0 auto;
}
.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding-top: 6rem;
}
@media screen and (max-width: 1170px) {
  .wrapper {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1230px) {
  .wrapper {
    margin: 0 30px;
  }
}
@media screen and (max-width: 798px) {
  .wrapper {
    margin: 0 15px;
  }
}
header.header {
  background-color: #f0f2f6;
  width: 100%;
  z-index: 500;
}
header.header .search-form {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #fff;
  margin-bottom: 1.6rem;
  padding: 30px 30px 15px;
  width: 100%;
  z-index: 102;
}
@media screen and (max-width: 1170px) {
  header.header .search-form {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 768px) {
  header.header .search-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.header .js-header-search {
  content-visibility: hidden;
  visibility: hidden;
  display: none;
}
.header__top,
.header__bottom {
  padding: 0 30px;
}
@media screen and (max-width: 1170px) {
  .header__top,
  .header__bottom {
    padding: 0 22.5px;
  }
}
@media screen and (max-width: 768px) {
  .header__top,
  .header__bottom {
    padding: 0 15px;
  }
}
.header__top,
.header__bottom-inner {
  display: flex;
  align-items: center;
}
.header__top {
  border-bottom: 1px solid #d2dce5;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header__top > * {
  border-left: 1px solid #d2dce5;
  height: 100%;
}
.header__top .select2-container,
.header__top .select2-container--default {
  height: 100%;
}
.header__top .select2-container .select2-selection,
.header__top .select2-container--default .select2-selection,
.header__top .select2-container .select2-selection--single,
.header__top .select2-container--default .select2-selection--single {
  background: transparent;
  border-bottom: none;
  height: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.header__top .select2-container .select2-selection .select2-selection__rendered,
.header__top .select2-container--default .select2-selection .select2-selection__rendered,
.header__top .select2-container .select2-selection--single .select2-selection__rendered,
.header__top .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.7rem;
  line-height: 22px;
  color: #697279;
}
.header__top .select2-container .select2-selection .select2-selection__arrow,
.header__top .select2-container--default .select2-selection .select2-selection__arrow,
.header__top .select2-container .select2-selection--single .select2-selection__arrow,
.header__top .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #697279;
  position: static;
}
.header__top .select2-container .select2-selection .select2-selection__arrow::before,
.header__top .select2-container--default .select2-selection .select2-selection__arrow::before,
.header__top .select2-container .select2-selection--single .select2-selection__arrow::before,
.header__top .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  font-size: 22px;
}
.header__top .select2-container .select2-selection .select2-selection__placeholder,
.header__top .select2-container--default .select2-selection .select2-selection__placeholder,
.header__top .select2-container .select2-selection--single .select2-selection__placeholder,
.header__top .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #697279;
}
@media screen and (max-width: 1024px) {
  .header__top {
    display: none;
  }
}
.header__search .search-form__toggle {
  height: 100%;
}
.header__search .search-form__toggle input[type="search"].search-form__input {
  background: transparent;
  border-bottom: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 40px;
}
.header__search .search-form__toggle button[type="submit"].search-form__submit {
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__toggle-search {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #697279;
  display: flex;
  align-items: center;
}
.header__toggle-search::before {
  order: 1;
  margin-left: 8px;
  margin-right: 0;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.header__bottom-inner {
  justify-content: space-between;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .header__bottom-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__logo {
  margin-right: 20px;
}
.header__logo-image {
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  min-width: 160px;
  max-height: 96px;
  width: auto;
}
.header__logo-link {
  display: block;
}
@media screen and (max-width: 1024px) {
  .is-touch-device .menu-main__item--show-on-touch-device {
    display: block;
  }
  .is-touch-device .menu-main__item--show-on-touch-device:focus,
  .is-touch-device .menu-main__item--show-on-touch-device:active {
    text-decoration: underline;
    color: #a50f2d;
    -webkit-text-decoration-color: #a50f2d;
            text-decoration-color: #a50f2d;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main {
    z-index: 100;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main {
    background-color: #f0f2f6;
    bottom: auto;
    clear: both;
    color: #212424;
    height: 100vh;
    left: 100vw;
    opacity: 0;
    overflow: auto;
    /* large padding bottom to fix overlay problems with the iphone bottom bar */
    padding: 15px 15px 60px;
    position: fixed;
    top: 0;
    -o-transition: left 0.3s ease, opacity 0.3s ease;
    transition: left 0.3s ease, opacity 0.3s ease;
    width: 100vw;
    z-index: 10;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main.open {
    left: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__item--level-1.current .menu-main__link--level-1,
  .menu-main__item--level-1.hover .menu-main__link--level-1,
  .menu-main__link--level-2:not(span):hover,
  .menu-main__link--level-3:not(span):hover {
    color: #a50f2d;
  }
}
.menu-main__contact {
  display: none;
}
@media screen and (min-width: 1025px) {
  .menu-main__contact {
    display: flex;
    margin-left: 20px;
    margin-right: 0;
  }
  .menu-main__contact::before {
    font-size: 40px;
    margin-right: 0;
    color: #a50f2d;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__list--level-1 {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__list--level-2 {
    content-visibility: hidden;
    visibility: hidden;
    display: none;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    background-color: #f0f2f6;
    color: #212424;
    font-size: 14px;
    padding: 15px 30px !important;
    width: 66.666%;
  }
}
@media screen and (max-width: 1170px) {
  .menu-main__list--level-2 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__list--level-3 {
    position: absolute;
    top: 15px;
    right: 30px;
    bottom: auto;
    left: auto;
    background: #f0f2f6;
    content-visibility: hidden;
    display: none;
    visibility: hidden;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__list--level-2,
  .menu-main__list--level-3 {
    background-color: #f0f2f6;
    box-shadow: none;
    color: inherit;
    content-visibility: hidden;
    visibility: hidden;
    display: none;
    height: 100vh;
    left: 100vw;
    opacity: 0;
    overflow-y: auto;
    /* large padding bottom to fix overlay problems with the iphone bottom bar */
    padding: 15px 15px 60px !important;
    position: fixed;
    top: 0;
    -o-transition: left 0.3s ease, opacity 0.3s ease;
    transition: left 0.3s ease, opacity 0.3s ease;
    width: 100vw;
    z-index: 10;
  }
}
.menu-main__item--level-1 {
  position: static;
}
@media screen and (min-width: 1025px) {
  .menu-main__item--level-1.hover .menu-main__list--level-2 {
    content-visibility: visible;
    visibility: visible;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__item--level-2:last-child .menu-main__link,
  .menu-main__item--level-3:last-child .menu-main__link {
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__item--level-2 {
    padding-right: 15px;
    position: static;
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__item--level-2.hover .menu-main__list--level-3 {
    bottom: 0;
    content-visibility: visible;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__item--level-3 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__item.show-children > .menu-main__list {
    left: 0;
    opacity: 1;
    visibility: visible;
    content-visibility: visible;
    display: block;
  }
}
.menu-main__link {
  color: inherit;
  display: block;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .menu-main__link {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__link {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__link--level-1 {
    white-space: nowrap;
    font-size: 14px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .menu-main__link--level-1 {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__link--level-2,
  .menu-main__link--level-3 {
    border-bottom: 1px solid #d2dce5;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__link--level-2.menu-main__link--has-children {
    padding-right: 48px;
  }
  .menu-main__link--level-2.menu-main__link--has-children::after {
    font-size: 1rem;
    line-height: 100%;
    content: '\e820';
    display: inline-block;
    font-family: "cs-icons-sl";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-right: 0.2em;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__link--has-children {
    padding-right: 4rem;
  }
  .menu-main__link--has-children::after {
    font-size: 1.8rem;
    line-height: 100%;
    content: '\e802';
    display: inline-block;
    font-family: "cs-icons-sl";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-right: 0.2em;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .menu-main__mobile-header {
    content-visibility: hidden;
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__mobile-header {
    border-bottom: 1px solid #d2dce5;
    margin-bottom: 20px;
    padding: 12px 0;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__mobile-header-headline {
    display: block;
    font-weight: 800;
    line-height: 48px;
    margin: 0 48px;
    text-align: center;
    width: 100%;
    word-break: break-all;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__close-mobile-menu,
  .menu-main__level-up {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-main__close-mobile-menu::before,
  .menu-main__level-up::before {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__close-mobile-menu {
    right: 0;
    left: auto;
  }
  .menu-main__close-mobile-menu::before {
    font-size: 1.4rem;
    line-height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main__level-up {
    right: auto;
    left: 0;
  }
  .menu-main__level-up::before {
    font-size: 1.8rem;
    line-height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .flyout-left,
  .flyout-right {
    position: relative;
  }
  .flyout-left .menu-main__list--level-2,
  .flyout-right .menu-main__list--level-2 {
    top: calc(100% + 30px);
    width: 400px;
  }
  .flyout-left .menu-main__item--level-2,
  .flyout-right .menu-main__item--level-2 {
    width: 100%;
  }
}
span.menu-main__link {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  span.menu-main__link {
    cursor: pointer;
  }
}
@media screen and (min-width: 1025px) {
  .flyout-left .menu-main__list--level-2 {
    left: 0;
    right: auto;
  }
}
.menu-service {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.menu-service__list {
  display: flex;
  justify-content: flex-end;
}
.menu-service__item {
  font-size: 1.8rem;
  line-height: 100%;
}
.menu-service__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
}
.menu-service__link::before {
  margin: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.breadcrumb__item:last-child::after,
.breadcrumb__link::after {
  font-size: 1rem;
  line-height: 160%;
  content: '\e802';
  display: inline-block;
  font-family: "cs-icons-sl";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -0.25rem;
  margin: 0;
}
.breadcrumb__item {
  font-size: 0.9rem;
  line-height: 160%;
}
.breadcrumb__item:first-child .breadcrumb__link {
  padding-left: 0;
}
.breadcrumb__item:first-child .breadcrumb__link::after {
  display: none;
}
.breadcrumb__item:last-child {
  padding-left: 1rem;
}
.breadcrumb__link {
  color: #aab8c3 !important;
  padding: 0 0.5rem 0 1rem;
}
.breadcrumb__link:hover {
  color: #a50f2d !important;
}
.breadcrumb__link:hover::after {
  color: #a50f2d;
}
.footer {
  background: #212424;
  color: #697279;
  padding: 3rem 0;
}
@media screen and (max-width: 1170px) {
  .footer {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1170px) {
  .footer .cs-custom-select--big .cs-custom-select__active {
    font-size: 0.8rem;
    line-height: 24px;
  }
}
.footer__wrapper {
  padding-top: 0;
}
.footer__top {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1170px) {
  .footer__top {
    margin-bottom: 2rem;
  }
}
.footer__col-headline {
  font-size: 1.3rem;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1170px) {
  .footer__col-headline {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__col-headline {
    margin-bottom: 1.6rem;
  }
}
.footer__menu {
  display: flex;
}
@media screen and (max-width: 640px) {
  .footer__menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__list {
  font-size: 1rem;
  line-height: 32px;
}
@media screen and (max-width: 1170px) {
  .footer__list {
    font-size: 0.8rem;
    line-height: 24px;
  }
}
.footer__list-item {
  margin-bottom: 1.6rem;
}
.footer__list-item > * {
  display: block;
}
.footer__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1170px) {
  .footer__list-item {
    margin-bottom: calc(1.6rem / 2);
  }
}
.footer__link:hover {
  color: #fff;
}
.footer__col-vertical-split {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1170px) {
  .footer__col-vertical-split {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__col-vertical-split {
    padding-top: 2rem;
  }
}
.footer__select-wrapper {
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .footer__select-wrapper {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__select-wrapper {
    padding-right: 0;
  }
}
.footer__select-wrapper .select2-container--default .select2-selection--single {
  background: transparent;
  border-bottom-color: #697279;
  margin-bottom: 0;
}
.footer__select-wrapper .select2-container .select2-selection,
.footer__select-wrapper .select2-container--default .select2-selection,
.footer__select-wrapper .select2-container .select2-selection--single,
.footer__select-wrapper .select2-container--default .select2-selection--single {
  padding-top: 0;
}
.footer__select-wrapper .select2-container .select2-selection .select2-selection__rendered,
.footer__select-wrapper .select2-container--default .select2-selection .select2-selection__rendered,
.footer__select-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.footer__select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.3rem;
  line-height: 40px;
  color: #697279;
  font-weight: 800;
  padding-right: 40px;
}
.footer__select-wrapper .select2-container .select2-selection .select2-selection__placeholder,
.footer__select-wrapper .select2-container--default .select2-selection .select2-selection__placeholder,
.footer__select-wrapper .select2-container .select2-selection--single .select2-selection__placeholder,
.footer__select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}
.footer__select-wrapper .select2-container .select2-selection .select2-selection__arrow,
.footer__select-wrapper .select2-container--default .select2-selection .select2-selection__arrow,
.footer__select-wrapper .select2-container .select2-selection--single .select2-selection__arrow,
.footer__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #697279;
  height: 40px;
  top: 1px;
}
.footer__select-wrapper .select2-container--open .select2-selection,
.footer__select-wrapper .select2-container--open .select2-selection--single {
  margin-bottom: 0;
}
.footer__social-links {
  align-content: space-around;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 1170px) {
  .footer__social-links {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    align-content: space-between;
    justify-content: center;
  }
}
.footer__social-item-link {
  font-size: 2rem;
  line-height: 40px;
}
.footer__social-item-link::before {
  margin-right: 0;
  width: auto;
}
.footer__social-item-link:hover {
  color: #fff;
}
.footer__bottom {
  font-size: 0.7rem;
  line-height: 160%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1170px) {
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__bottom > * {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.footer__bottom-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1170px) {
  .footer__bottom-list {
    order: 1;
  }
  .footer__bottom-list:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer__bottom-list {
    flex-direction: column;
  }
}
.footer__bottom-list-item {
  margin-right: 20px;
}
.footer__bottom-list-item:last-child {
  margin-right: 0;
}
.footer__copyright {
  margin-right: 20px;
}
@media screen and (max-width: 1170px) {
  .footer__copyright {
    margin-top: calc(1.6rem / 2);
    order: 2;
  }
}
.footer__logo-efre {
  max-width: 300px;
}
@media screen and (max-width: 1170px) {
  .footer__logo-efre {
    margin: 1rem auto;
    width: 100%;
  }
}
/*
img{
    width: 100%;
    height: auto;
}
*/
/*
    todo: delete commend after aspect-ratio is set
    Picture element example

    <picture>
        <source data-srcset="http://www.garpa.ubuntu.swdev.clickstorm.de/images/31/34/8d/31348d631ff04868b4b4e9269757e2ab/start-text-bild-randlos_02_840x500.jpg"
        srcset="http://www.garpa.ubuntu.swdev.clickstorm.de/images/31/34/8d/31348d631ff04868b4b4e9269757e2ab/start-text-bild-randlos_02_840x500.jpg"

        media="(min-width: 992px)">

        <source data-srcset="http://www.garpa.ubuntu.swdev.clickstorm.de/images/31/34/8d/31348d631ff04868b4b4e9269757e2ab/start-text-bild-randlos_02_871x350.jpg"
        srcset="http://www.garpa.ubuntu.swdev.clickstorm.de/images/31/34/8d/31348d631ff04868b4b4e9269757e2ab/start-text-bild-randlos_02_871x350.jpg"

        media="(min-width: 0px)">

        <img class="img-fluid cs-content-box__image cs-element-img--aspect-ratio ls-is-cached lazyloaded"
        src="http://www.garpa.ubuntu.swdev.clickstorm.de/images/31/34/8d/31348d631ff04868b4b4e9269757e2ab/start-text-bild-randlos_02_871x350.jpg"
        srcset="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA="
        alt=""
        width="871" height="350">
    </picture>

    aspect-ratio example

    .cs-element-img--aspect-ratio{
        aspect-ratio: 871/350;
    }
    @media screen and (min-width 992px){
        .cs-element-img--aspect-ratio{
            aspect-ratio: 840/500;
        }
    }


*/
.body--cscb-edit-box-visible {
  overflow: hidden;
}
.cscb__button {
  background-color: #c00418;
  border: 2px solid #c00418;
  border-radius: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: #212424;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: calc(24px*0.5) 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.cscb__button:hover {
  color: #FFF;
  text-decoration: underline;
}
.cscb__button:focus-visible,
.cscb__button :focus-visible {
  outline: #FFF solid 3px;
}
.cscb__button--bordered {
  background-color: transparent;
  border-color: #d2dce5;
  color: #d2dce5;
}
.cscb-info-box {
  background-color: #FFF;
  color: #212424;
  display: none;
  position: fixed;
  z-index: 99999;
}
.cscb-info-box__inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 24px 0;
}
.cscb-info-box__text {
  padding-right: calc(24px*2);
}
.cscb-info-box .cscb__button {
  margin-bottom: 0;
  margin-left: 24px;
  white-space: nowrap;
  width: auto;
}
.cscb-info-box--center {
  bottom: 0;
  left: 0;
  width: 100%;
}
.cscb-info-box--left,
.cscb-info-box--right {
  bottom: 24px;
  box-shadow: 0 0 calc(24px 24px / 2) rgba(0, 0, 0, 0.8);
  width: 487.5px;
}
.cscb-info-box--left .cscb-info-box__inner-wrapper,
.cscb-info-box--right .cscb-info-box__inner-wrapper {
  flex-direction: column;
  padding: 24px 24px;
}
.cscb-info-box--left .cscb-info-box__text,
.cscb-info-box--right .cscb-info-box__text {
  padding-right: 0;
}
.cscb-info-box--left .cscb__button,
.cscb-info-box--right .cscb__button {
  margin-left: 0;
  margin-top: 24px;
  white-space: normal;
  width: 100%;
}
.cscb-info-box--left {
  left: 24px;
}
.cscb-info-box--right {
  right: 24px;
}
.cscb-edit-box {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  width: 100%;
  z-index: 99999;
}
.cscb-edit-box--visible {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 1;
}
.cscb-edit-box--hidden {
  opacity: 0;
}
.cscb-edit-box--left {
  justify-content: left;
}
.cscb-edit-box--right {
  justify-content: right;
}
.cscb-edit-box__logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 2rem;
}
.cscb-edit-box__contrast {
  position: absolute;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 24px;
  color: #FFF;
  height: 32px;
  width: 32px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cscb-edit-box__contrast::before {
  margin: 0;
}
.cscb-edit-box__inner-box {
  background-color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 0 calc(24px 24px / 2) rgba(0, 0, 0, 0.8);
  color: #212424;
  display: block;
  max-width: 650px;
  opacity: 1;
  padding: calc(24px*1.5) calc(24px*1.5);
  padding-top: calc(24px*2);
  position: relative;
  width: 100%;
  z-index: 9999999;
}
.cscb-edit-box__inner-box table tr:nth-child(even) th,
.cscb-edit-box__inner-box table tr:nth-child(even) td {
  background-color: #FFF;
}
.cscb-edit-box__close-icon {
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cscb-edit-box__close-icon::before,
.cscb-edit-box__close-icon::after {
  background-color: #212424;
  content: "";
  height: 24px;
  left: calc(30px / 2);
  position: absolute;
  width: 2px;
}
.cscb-edit-box__close-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cscb-edit-box__close-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cscb-edit-box__title {
  color: #212424;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: calc(24px / 2) 0 24px;
  text-align: center;
}
.cscb-edit-box__description,
.cscb-edit-box__settings-wrapper {
  margin-bottom: calc(24px*1.5);
}
.cscb-edit-box__settings-item {
  margin-bottom: calc(24px / 2);
}
.cscb-edit-box__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(24px / 2);
}
.cscb-edit-box__accordion-header--locked {
  opacity: 0.5;
}
.cscb-edit-box__accordion-header--locked .cscb-edit-box__toggle-switch-label {
  cursor: not-allowed !important;
}
.cscb-edit-box__toggle-switch-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 0;
}
.cscb-edit-box__toggle-switch-input:focus-visible + label.cscb-edit-box__toggle-switch-label {
  outline: #a50f2d solid 3px;
}
.cscb-edit-box__toggle-switch-input:checked + label.cscb-edit-box__toggle-switch-label .cscb-edit-box__toggle-switch-label-handler {
  background: #c00418;
}
.cscb-edit-box__toggle-switch-input:checked + label.cscb-edit-box__toggle-switch-label .cscb-edit-box__toggle-switch-label-handler::before {
  background-color: #fff;
  left: calc(25px  * 1.5 - 4px);
}
.cscb-edit-box__toggle-switch-input + label.cscb-edit-box__toggle-switch-label {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding-left: 0;
}
.cscb-edit-box__toggle-switch-input + label.cscb-edit-box__toggle-switch-label::before {
  display: none;
}
.cscb-edit-box__toggle-switch-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  margin-bottom: 0 !important;
}
.cscb-edit-box__toggle-switch-label-handler {
  position: absolute;
  left: 0;
  top: 0;
  background: #d4d5d7;
  border-radius: 33px;
  box-sizing: border-box;
  height: 33px;
  margin-left: 0;
  margin-bottom: 0;
  width: 62.5px;
  min-width: 62.5px;
}
.cscb-edit-box__toggle-switch-label-handler::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 25px;
  left: 4px;
  max-width: 25px;
  position: absolute;
  top: 4px;
  -o-transition: var(--default-transition-time);
  transition: var(--default-transition-time);
  width: 25px;
}
.cscb-edit-box__toggle-switch-label-text {
  margin-left: calc(25px * 2.5 + 24px);
  font-weight: 400;
  color: #212424;
  display: block;
}
.cscb-edit-box__accordion-toggle-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212424;
  margin-bottom: 0;
  text-decoration: none;
  height: 48px / 2;
  width: 48px / 2;
}
.cscb-edit-box__accordion-toggle-link::after {
  border: solid #212424;
  border-width: 0 2px 2px 0;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
}
.cscb-edit-box__accordion-toggle-link--no-arrow {
  cursor: initial;
  max-width: 487.5px;
  text-align: right;
}
.cscb-edit-box__accordion-toggle-link--no-arrow::after {
  display: none;
}
.cscb-edit-box__accordion-toggle-link--open::after {
  margin-top: calc(24px / 2.5);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.cscb-edit-box__accordion-header-link,
.cscb-edit-box__table-link,
.cscb-edit-box__imprint-link {
  color: #c00418;
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}
.cscb-edit-box__accordion-header-link {
  display: block;
  text-align: right;
}
.cscb-edit-box__accordion-content {
  border-top: 2px solid #c00418;
  display: none;
  margin-bottom: 24px;
  padding: calc(24px * 0.75) 0 0;
}
.cscb-edit-box__accordion-content--open {
  display: block;
}
.cscb-edit-box__accordion-description {
  margin: 0;
  padding-bottom: calc(24px * 0.75);
}
.cscb-edit-box__table {
  margin-bottom: calc(24px * 0.75);
  width: 100%;
}
.cscb-edit-box__table td {
  padding: calc(24px / 4) calc(24px / 4);
}
.cscb-edit-box__table tr {
  padding: 0;
}
.cscb-edit-box__table tr td:first-child {
  width: calc(650px / 5);
}
.cscb-edit-box__table tr a {
  margin-bottom: 0;
  padding: 0;
}
.cscb-edit-box__table tr:nth-child(odd) td {
  background-color: #d4d5d7;
}
.cscb-edit-box__imprint-wrapper {
  text-align: center;
}
.cscb-edit-box__imprint-link:not(:last-child)::after {
  content: "|";
  padding: 0 calc(24px*0.33);
}
.cscb-preview-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  box-sizing: border-box;
  color: #212424;
  flex-direction: column;
  height: 100%;
  left: 0;
  padding: calc(24px*3) calc(24px*3);
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.cscb-preview-box .cscb__button {
  width: auto;
}
.cscb-iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
}
.cscb-iframe-wrapper--loading::before {
  background-image: url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/spinner.gif");
  background-size: contain;
  content: "";
  height: calc(24px*2);
  left: 50%;
  margin-left: calc(24px*-1);
  position: absolute;
  top: 50%;
  width: calc(24px*2);
}
.cscb-iframe-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.cscb-script-wrapper {
  position: relative;
  min-height: clamp(240px, 55vw, 760px);
  overflow: hidden;
}
.cscb-script-wrapper--loading::before {
  background-image: url("/_assets/7b3ba8bb3871137dffa4d9cccacf730f/Images/spinner.gif");
  background-size: contain;
  content: "";
  height: calc(24px*2);
  left: 50%;
  margin-left: calc(24px*-1);
  position: absolute;
  top: 50%;
  width: calc(24px*2);
}
.cscb-script-wrapper--reduced-min-height {
  min-height: 240px;
}
.cscb-script-wrapper:has([data-hubspot-ready="true"]) {
  min-height: 0;
}
@media screen and (max-width: 1200px) {
  .cscb-info-box__inner-wrapper {
    flex-direction: column;
    padding: 24px 24px;
  }
  .cscb-info-box__text {
    padding-right: 0;
  }
  .cscb-info-box .cscb__button {
    margin-left: 0;
    margin-top: 24px;
    white-space: normal;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .cscb-edit-box--visible {
    align-items: center;
  }
  .cscb-info-box--left,
  .cscb-info-box--right {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
}
