@charset "UTF-8";
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Geogrotesque-Light";
    font-size: 20px;
    color: #000000; }

html {
    overflow-x: hidden; }

body * {
    box-sizing: border-box; }

*:focus {
    outline: none; }


/*
* Fonts
* --------------------------------------------------
*/

@font-face {font-family: "Geogrotesque-Light";

    src: url("/DE/repos/files/fonts/Geogrotesque-Lt%2eeot?exp=14472&fps=a154e48453182001f5ae9a8235d4b587d9b5f29d");
    src: url("") format("embedded-opentype"),
        url("/DE/repos/files/fonts/Geogrotesque-Lt%2ewoff2?exp=14480&fps=220878766dbd2220e489458cbb9e51e5d1f4ece4") format("woff2"),
        url("/DE/repos/files/fonts/Geogrotesque-Lt%2ewoff?exp=14478&fps=6fffcced30074f90699613eb413d99e4b279764c") format("woff"),
        url("/DE/repos/files/fonts/Geogrotesque-Lt%2ettf?exp=14476&fps=cc6d9d65474441c519fa3280894abafc0ddb196a") format("truetype"),
        url("") format("svg");
}
@font-face {font-family: "Geogrotesque-Light-Italic";
    src: url("/DE/repos/files/fonts/Geogrotesque-LtIt%2eeot?exp=14482&fps=efa653bbe9e2f3abcf0a12c1e7d996455610cfc0");
    src: url("") format("embedded-opentype"),
        url("/DE/repos/files/fonts/Geogrotesque-LtIt%2ewoff2?exp=14490&fps=72fac213b088f3eac1f07b108d332e91c29dbc40") format("woff2"),
        url("/DE/repos/files/fonts/Geogrotesque-LtIt%2ewoff?exp=14488&fps=5baa69ec6c92b213fbb6abbecb6ea9b01d6879a5") format("woff"),
        url("/DE/repos/files/fonts/Geogrotesque-LtIt%2ettf?exp=14486&fps=6b600e164234ea971724e4b14ddd6728aad1203c") format("truetype"),
        url("") format("svg");
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100; 
}
@font-face {font-family: "Geogrotesque-Md";
    src: url("/DE/repos/files/fonts/Geogrotesque-Md%2eeot?exp=14492&fps=bfff0f91025b181004a4f4c4f00973ae81744e4c");
    src: url("") format("embedded-opentype"),
        url("/DE/repos/files/fonts/Geogrotesque-Md%2ewoff2?exp=14500&fps=52e0a799eb4c724c2cf92c2250c41813010c204c") format("woff2"),
        url("/DE/repos/files/fonts/Geogrotesque-Md%2ewoff?exp=14498&fps=864c68dd7d042c7b0acb2b415b2d220511ca91d1") format("woff"),
        url("/DE/repos/files/fonts/Geogrotesque-Md%2ettf?exp=14496&fps=7d899cf7ae055281de54890b29e694f473163906") format("truetype"),
        url("") format("svg");
}
@font-face {font-family: "Geogrotesque-SmBd";
    font-weight: 200;
    src: url("/DE/repos/files/fonts/Geogrotesque-SmBd%2eeot?exp=14502&fps=0a3db68b1a1b90393eb1ca9e4a96e973307731b3");
    src: url("") format("embedded-opentype"),
        url("/DE/repos/files/fonts/Geogrotesque-SmBd%2ewoff2?exp=14519&fps=fd5dee96550eb729186d6c3756ff0a8c1149d481") format("woff2"),
        url("/DE/repos/files/fonts/Geogrotesque-SmBd%2ewoff?exp=14517&fps=fad0b2f4d55ff27f1e83d01331078071da59755d") format("woff"),
        url("/DE/repos/files/fonts/Geogrotesque-SmBd%2ettf?exp=14515&fps=bfd4f8c3ef2e06482bb6c2ee982925979d56f5f9") format("truetype"),
        url("") format("svg");
}
@font-face {font-family: "Geogrotesque-SmBdIt";
    src: url("/DE/repos/files/fonts/Geogrotesque-SmBdIt%2eeot?exp=14521&fps=5a8c1686ded1b111a20d8fd27f43ee5792491e41");
    src: url("") format("embedded-opentype"),
        url("/DE/repos/files/fonts/Geogrotesque-SmBdIt%2ewoff2?exp=14529&fps=2c75cbe6ccb556a9cc2a286b18965acab297365e") format("woff2"),
        url("/DE/repos/files/fonts/Geogrotesque-SmBdIt%2ewoff?exp=14527&fps=959332c161244ecde695cf57945321ba21d33463") format("woff"),
        url("/DE/repos/files/fonts/Geogrotesque-SmBdIt%2ettf?exp=14525&fps=f494dea7f8a3809986d977d3a78b1c6c3ee7c3d7") format("truetype"),
        url("") format("svg");
}







#app {
    position: relative;
    min-height: 100%;
    overflow: hidden; }

.container {
    padding-left: 2rem;
    margin-right: 1rem; }
@media (min-width: 1280px) {
    .container {
        max-width: 47.2rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    } }

h1 {
    font-family: "Geogrotesque-Light-Italic";
    font-weight: 100;
    font-size: 2rem;
    color: #ed1847;
    margin-block-start: 0;
    margin-block-end: 0;
    grid-area: h1;
    line-height: 2.2rem; }
@media (min-width: 640px) {
    h1 {
        font-size: 3rem; } }
@media (min-width: 1280px) {
    h1 {
        font-size: 4.4rem;
        line-height: 4.7rem; } }

h2 {
    font-family: 'Geogrotesque-SmBdIt';
    font-size: 2.4rem;
    grid-area: h2;
    line-height: 2.4rem;
    color: white; }
@media (min-width: 640px) {
    h2 {
        font-size: 4.4rem;
        line-height: 4rem; } }

h3 {
    font-family: 'Geogrotesque-Light-Italic';
    font-size: 1.6rem;
    grid-area: h3; }

h4 {
    font-family: 'Geogrotesque-Light';
    font-size: .9rem;
    grid-area: h4;
    line-height: 1.2rem;
    font-weight: 100; }
@media (min-width: 640px) {
    h4 {
        font-size: 1.2rem;
        line-height: 1.6rem; } }
@media (min-width: 1280px) {
    h4 {
        font-size: 1.8rem;
        line-height: 2.2rem; } }

h5 {
    font-family: 'Geogrotesque-Light';
    font-size: 1.1rem;
    grid-area: h5;
    font-weight: 100; }
@media (min-width: 640px) {
    h5 {
        font-size: 1.2rem; } }
@media (min-width: 1280px) {
    h5 {
        font-size: 1.6rem; } }
h5.red {
    color: #ed1847; }

h6 {
    font-family: 'Geogrotesque-Light';
    font-size: 1rem;
    grid-area: h6;
    font-weight: 100; }
@media (min-width: 640px) {
    h6 {
        font-size: 1.1rem; } }
@media (min-width: 1280px) {
    h6 {
        font-size: 1.3rem; } }

.kicker {
    font-family: "Geogrotesque-SmBd";
    text-transform: uppercase;
    grid-area: kicker;
    font-size: 0.8rem;
    line-height: 1.2rem; }
@media (min-width: 1280px) {
    .kicker {
        font-size: 1rem; } }

button {
    border: none;
    background-color: transparent;
    color: white;
    padding: 0;
    cursor: pointer; }
button:focus {
    outline: none; }

ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0; }

a {
    text-decoration: none;
    color: #ed1847; }

.bold,
b,
.text--bold {
    font-family: "Geogrotesque-SmBd"; }

@media (min-width: 1280px) {
    .dt_hidden {
        display: none !important; } }

.mob_hidden {
    display: none; }
@media (min-width: 640px) {
    .mob_hidden {
        display: block; } }

@media (min-width: 640px) {
    .tab_hidden {
        display: none; } }

.background_grey {
    background-color: #F3F5F6; }


.c-pane {
    background-color: white; }

.c-pane-container {
    font-family: "Geogrotesque-Light" !important;
    font-size: 1rem !important; }
.c-pane-container .c-weekday {
    font-family: "Geogrotesque-SmBd" !important;
    color: #566B80;
    font-size: .8rem;
    text-transform: uppercase; }

.popover-origin.direction-bottom.align-left {
    width: 100%;
    top: -.5rem; }

.c-pane-container {
    width: 100%; }

.popover-origin .popover-content-wrapper .popover-content[data-v-1ad2436f]:after {
    display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 2.4rem white inset !important; }

.filter {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    z-index: 5;
    top: 3rem;
    left: 0;
    background-color: #E7EBEE;
    left: 100vw;
    transition: left .3s ease-in-out; }
@media (min-width: 640px) {
    .filter {
        width: 16rem;
        top: 4rem;
        left: unset;
        right: 0;
        left: initial;
        right: -16rem;
        transition: right .3s ease-in-out; } }
@media (min-width: 1280px) {
    .filter {
        width: 100vw;
        position: relative;
        height: 7rem;
        min-height: 0;
        margin-left: -8.4rem;
        padding: .8rem 8.4rem;
        height: 4rem;
        top: 0;
        margin-top: 1.2rem;
        left: initial;
        right: initial; } }

.filteropen .filter {
    left: 0;
    transition: left .3s ease-in-out; }
@media (min-width: 640px) {
    .filteropen .filter {
        left: initial;
        right: 0;
        transition: right .3s ease-in-out; } }

.filter__form {
    padding: .8rem .4rem 1rem .4rem;
    position: relative; }
@media (min-width: 1280px) {
    .filter__form {
        display: grid;
        grid-template-columns: 1fr 0 1fr 1fr;
        grid-column-gap: .4rem;
        padding: 0; } }
.filter__form input,
.filter__form select {
    width: 100%;
    height: 2rem;
    border-radius: 0;
    border: none;
    margin-bottom: .4rem;
    padding-left: .55rem;
    padding-top: .3rem; }
@media (min-width: 1280px) {
    .filter__form input,
    .filter__form select {
        height: 2.4rem;
        margin-bottom: 0; } }
.filter__form input::placeholder,
.filter__form select::placeholder {
    font-size: .9rem; }
@media (min-width: 1280px) {
    .filter__form input::placeholder,
    .filter__form select::placeholder {
        font-size: 1rem;
        color: #667B90;
        line-height: 2.2rem; } }
.filter__form .IconSearchKeywords {
    position: absolute;
    right: .8rem;
    top: 1.2rem;
    cursor: pointer; }
@media (min-width: 1280px) {
    .filter__form .IconSearchKeywords {
        left: -2.5rem;
        top: .6rem;
        position: relative; } }

.c-header .c-arrow-layout .svg-icon {
    position: absolute;
    opacity: 0;
    top: 61px;
    left: 2px; }

.c-header .c-arrow-layout:nth-of-type(3) {
    height: 1rem;
    min-width: 0.7rem;
    border-top: .5rem solid transparent;
    border-left: .7rem solid #566B80;
    border-bottom: .5rem solid transparent;
    margin-top: 2.7rem; }

.c-header .c-arrow-layout:first-of-type {
    height: 1rem;
    min-width: 0.7rem;
    border-top: .5rem solid transparent;
    border-right: .7rem solid #566B80;
    border-bottom: .5rem solid transparent;
    margin-top: 2.7rem; }

.c-header:before {
    content: "Datum wählen:";
    display: block;
    position: absolute;
    font-family: "Geogrotesque-Md"; }

.c-header .c-title-layout + .c-arrow-layout .c-arrow {
    right: 2px;
    left: initial; }

.popover-origin.align-center .c-header:before {
    display: none; }

.popover-origin.align-center .c-header .c-title {
    margin-left: auto;
    margin-right: auto; }

.popover-origin.align-center .c-arrow-layout {
    display: none; }

.c-title-layout {
    margin-top: 2.4rem; }

.c-title {
    font-size: 1rem !important;
    color: #566B80; }

.c-day-content {
    transition: width .18s ease-in-out, height .18s ease-in-out, border-radius 0s !important;
    color: #566B80 !important;
    border-radius: 0 !important; }
.c-day-content:hover {
    background-color: #393d46 !important;
    border-radius: 0;
    color: white !important;
    transition: width .18s ease-in-out, height .18s ease-in-out, border-radius 0s !important; }

.c-day-background {
    background-color: #E7EBEE !important;
    border-radius: 0 !important; }

.filter__form__date {
    position: relative;
    margin-bottom: .4rem; }
.filter__form__date label {
    display: block;
    position: absolute;
    top: .45rem;
    left: .5rem;
    z-index: 1;
    font-family: "Geogrotesque-Md";
    font-size: .9rem; }
@media (min-width: 1280px) {
    .filter__form__date label {
        top: .6rem; } }

.popover-container input {
    width: 100%;
    height: 2rem;
    border: none;
    padding-left: 4.8rem;
    font-size: .9rem;
    background-image: url(/images/ico_datepicker.svg);
    background-size: 1.2rem 1.1rem;
    background-repeat: no-repeat;
    background-position: 96%;
    padding-right: 1rem;
    margin-bottom: 0; }
@media (min-width: 1280px) {
    .popover-container input {
        height: 2.4rem;
        font-size: 1rem;
        padding-left: 5rem;
        padding-top: .2rem; } }
.popover-container input::placeholder {
    color: #ed1847;
    font-size: .9rem; }
@media (min-width: 1280px) {
    .popover-container input::placeholder {
        font-size: 1rem; } }

.filter__headline {
    color: white;
    background-color: #667B90;
    font-size: .9rem;
    line-height: 1.1rem;
    font-family: "Geogrotesque-SmBdIt";
    padding: .45rem .5rem .45rem .4rem;
    display: grid;
    grid-template-columns: 6fr 1fr; }
.filter__headline .IconMenuClose {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    justify-self: right; }
@media (min-width: 1280px) {
    .filter__headline .IconMenuClose {
        display: none; } }
@media (min-width: 1280px) {
    .filter__headline {
        display: none; } }

.filter__form__submit {
    color: white;
    background-color: #667B90;
    font-size: 1rem;
    line-height: 1.1rem;
    font-family: "Geogrotesque-light";
    padding: .35rem 0.4rem .55rem .4rem;
    border-radius: .2rem;
    width: 100%; }
@media (min-width: 1280px) {
    .filter__form__submit {
        display: none; } }

.filter__form__select {
    background-color: white;
    margin-bottom: .5rem; }
.filter__form__select input {
    padding-left: 4.8rem;
    padding-top: .2rem;
    font-size: .9rem;
    margin-bottom: 0;
    margin-top: 0; }
@media (min-width: 1280px) {
    .filter__form__select input {
        padding-left: 5.5rem;
        line-height: 1.1rem;
        margin-top: 0; } }
.filter__form__select input::placeholder {
    color: #ed1847;
    font-family: "Geogrotesque-Light";
    font-size: .9rem; }
@media (min-width: 1280px) {
    .filter__form__select input::placeholder {
        font-size: 1rem; } }
@media (min-width: 1280px) {
    .filter__form__select input {
        padding-top: 0;
        margin-top: 0; } }
.filter__form__select.vs--open input {
    padding-left: 4.8rem;
    padding-top: .1rem;
    margin-top: 0; }
@media (min-width: 1280px) {
    .filter__form__select.vs--open input {
        padding-top: .1rem;
        padding-left: 5.5rem;
        border: 0;
        line-height: 1.1rem; } }
.filter__form__select .vs__selected {
    font-size: .9rem; }
@media (min-width: 1280px) {
    .filter__form__select .vs__selected {
        font-size: 1rem;
        padding-left: 5.35rem;
        padding-top: .3rem; } }
.filter__form__select .vs__selected + input {
    padding-left: 0; }

.vs__dropdown-option--highlight {
    background: #F3F5F6;
    color: #667B90; }

.vs__dropdown-option {
    color: #667B90; }

.filter__form__select__label {
    display: block;
    position: absolute;
    top: 6.1rem;
    left: .9rem;
    z-index: 1;
    font-family: "Geogrotesque-Md"; }
@media (min-width: 1280px) {
    .filter__form__select__label {
        display: none; } }

.filter__form input {
    font-size: .9rem;
    padding-top: .1rem;
    font-family: "Geogrotesque-Light";
    color: #566B80; }
@media (min-width: 1280px) {
    .filter__form input {
        font-size: 1rem; } }
.filter__form input::placeholder {
    font-size: .9rem;
    font-family: "Geogrotesque-light"; }
@media (min-width: 1280px) {
    .filter__form input::placeholder {
        font-size: 1rem; } }

.filter__form label {
    font-size: .9rem; }
@media (min-width: 1280px) {
    .filter__form label {
        font-size: 1rem; } }

.vs__dropdown-toggle {
    border: none;
    padding-bottom: 0; }
@media (min-width: 1280px) {
    .vs__dropdown-toggle {
        height: 2.4rem; } }

.vs__dropdown-menu {
    font-size: .9rem; }

.vs__selected {
    padding-left: 4.65rem;
    padding-top: .2rem;
    font-size: 1rem;
    position: absolute; }

.vs__open-indicator {
    height: .6rem;
    width: .6rem;
    display: block;
    border-top: .6rem solid #566B80;
    border-left: .3rem solid transparent;
    border-right: .3rem solid transparent;
    margin-right: .5rem; }

@media (min-width: 1280px) {
    .vs__selected-options:before {
        content: "Sortierung";
        font-size: 1rem;
        font-family: "Geogrotesque-Md";
        position: absolute;
        top: .58rem;
        left: .7rem; } }

.vs__actions {
    padding-top: .25rem; }

.vs__clear svg {
    fill: #566B80; }

.vs--open .vs__search {
    margin-top: 0; }

#l42-content {
    padding-top: 3rem;
    min-height: calc(100vh - 25.5rem); }
@media (min-width: 640px) {
    #l42-content {
        padding-top: 4rem;
        min-height: calc(100vh - 16rem); } }
@media (min-width: 1280px) {
    #l42-content {
        min-height: calc(100vh - 17rem); } }
*/
/*======================header-temp=======================*/
/*==========================================================================  MOBILE + GEN ===============================*/
.home header {
    position: fixed;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.4rem;
    height: 3.5rem;
    width: 100vw;
    z-index: 15;
    display: grid;
    grid-template-columns: 2.4rem 1fr 7.2rem;
    justify-content: space-between;
    transition: all 0.3s ease-out;
    align-content: start;
    overflow: hidden; }
.home header .logostart {
    justify-self: left;
    margin-right: 1.1rem;
    height: 2.4rem;
    width: 2.4rem;
    transition: all 0.3s ease-out; }
.home header .logostart .a {
    fill: #ed1847;
    transition: fill .5s ease-out; }
.home header .logostart .b {
    fill: white;
    transition: fill .5s ease-out; }
.home header .header_logotext_mobil {
    color: transparent;
    font-size: 1.2rem;
    visibility: hidden;
    transition: visibility 0.7s ease-in-out, color 0.3s ease-in-out; }

header,
.home header.sticky,
.home header.menuopen {
    background-color: #ed1847;
    position: fixed;
    top: 0;
    padding: 0.5rem 0.5rem 0.5rem 0.4rem;
    height: 3rem;
    width: 100vw;
    z-index: 15;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 2.4rem 1fr 7.2rem;
    transition: all 0.3s ease-out;
    align-content: start;
    overflow: hidden; }
header > a,
.home header.sticky > a,
.home header.menuopen > a {
    height: 2rem; }
header .menu_trigger_close,
.home header.sticky .menu_trigger_close,
.home header.menuopen .menu_trigger_close {
    display: none; }
header .logostart,
.home header.sticky .logostart,
.home header.menuopen .logostart {
    height: 2rem;
    width: 2rem;
    transition: all 0.3s ease-out; }
header .logostart .a,
.home header.sticky .logostart .a,
.home header.menuopen .logostart .a {
    fill: white;
    transition: fill .5s ease-out; }
header .logostart .b,
.home header.sticky .logostart .b,
.home header.menuopen .logostart .b {
    fill: #ed1847;
    transition: fill .5s ease-out; }
header .header_logotext_mobil,
.home header.sticky .header_logotext_mobil,
.home header.menuopen .header_logotext_mobil {
    color: #ffffff;
    visibility: visible;
    font-size: 1.2rem;
    height: 2rem;
    transition: visibility 0.3s ease-in-out, color 0.3 ease-in-out; }

.homeicon {
    display: none; }
.homeicon > svg {
    height: 1.2rem;
    width: 1.2rem; }

.header_iconwrapper {
    display: grid;
    grid-template-columns: 2.3rem 2.3rem 1fr;
    height: 2.4rem;
    padding-top: 0.3rem;
    align-content: start;
    position: relative; }
.header_iconwrapper svg {
    justify-self: center;
    align-self: center;
    cursor: pointer; }
.header_iconwrapper .IconMenuSearch {
    height: 1.2rem;
    width: 1.2rem;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out, color 0.5s ease-in-out;
    margin-top: .15rem; }
.header_iconwrapper .IconMenuLogin {
    width: 1.2rem;
    height: 1.35rem;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out, color 0.5s ease-in-out; }
.header_iconwrapper .IconMenuOpen {
    width: 1.8rem;
    height: 1.125rem;
    justify-self: self-end; }

.header_logotext {
    display: none; }

header.menuopen + #l42-content,
header.loginopen + #l42-content {
    filter: blur(1px); }
header.menuopen + #l42-content:before,
header.loginopen + #l42-content:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5); }

header.menuopen ~ footer,
header.loginopen ~ footer {
    filter: blur(1px); }
header.menuopen ~ footer:before,
header.loginopen ~ footer:before {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    height: calc(100% + 1.7rem);
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5); }

/*===========================================================================================  TABLET  =============*/
@media (min-width: 640px) {
    .home header {
        height: 4rem;
        padding-left: 0.7rem;
        padding-top: 0.6rem;
        grid-template-columns: 2.9rem 1fr 7.9rem; }
    .home header .logostart {
        height: 2.8rem;
        width: 2.8rem;
        margin-right: 0; }
    .home header .header_logotext_mobil {
        display: none; } }

/*===========================================================================================  DESKTOP  =============*/
@media (min-width: 1280px) {
    .home header {
        padding-top: 2rem;
        padding-right: 4.4rem;
        height: 6rem;
        grid-template-columns: 7.7rem 1fr 16.3rem; }
    .home header > a:first-of-type {
        justify-self: right;
        margin-right: 0; }
    .home header .logostart {
        margin-right: 1.1rem;
        height: 4rem;
        width: 4rem; }
    .home header .header_logotext {
        margin-top: 0.9rem; }
    .home header .header_iconwrapper {
        padding-top: 0; }
    .home header .searchfield {
        top: 2.7rem; }
    header .searchfield,
    .home header.sticky .searchfield {
        top: 0.8rem;
        transition: all 0.3s ease-in-out; } }

/*===============  Login-window-temp  =================*/
.loginopen ~ .login_window {
    left: 0;
    transition: left 0.3s ease-out; }

/*===========================================================================================  TABLET  =============*/
@media (min-width: 640px) {
    .loginopen ~ .login_window {
        left: unset;
        right: 0;
        transition: right 0.3s ease-out; } }

/*============================navigation=====================*/
.menuopen ~ .menu_main {
    right: 0;
    left: 0;
    transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
    height: 100%;
    background-color: #f3f5f6;
    position: fixed;
    overflow-y: scroll;
    scrollbar-width: none; }
.menuopen ~ .menu_main::-webkit-scrollbar {
    display: none; }

.menu_iconwrapper {
    display: none; }

.menu_trigger_close {
    cursor: pointer; }

.IconMenuClose {
    width: 1.2rem;
    height: 1.2rem; }

.homeicon {
    display: none; }

@media (min-width: 1280px) {
    .homeicon {
        display: inline-block; }
    .menu_iconwrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr); }
    .menu_iconwrapper svg {
        align-self: center;
        cursor: pointer; }
    .menu_iconwrapper .homeicon {
        align-self: center;
        padding-bottom: 1.6rem; }
    .menu_iconwrapper .homeicon > svg {
        height: 1.7rem;
        width: 1.7rem; }
    .IconMenuClose {
        width: 1.6rem;
        height: 1.6rem;
        margin-top: 0.5rem; }
    .menuopen ~ .menu_main {
        top: 4rem;
        right: unset;
        transition: top 0.3s ease-out;
        height: 29rem; } }


/*=====================  EXAMPLEPAGE  ========================*/
.examplepage .sample-container {
    background-color: lightgray;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    margin-bottom: 3em; }
.examplepage .sample-container > div {
    padding: .15rem;
    text-align: center;
    border-top: 1px solid black;
    border-right: 1px solid black; }

.examplepage h2 {
    background-color: grey; }

.texttop {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "kicker kicker" "h1 h1" "h2 h3" "h4 h5" "h6 h6"; }

/*=====================  /repos/templates/content/wysiwyg/insert_text_top_contentpage  ========================*/
.toptemplate_content {
    padding-top: .55rem; }
@media (min-width: 640px) {
    .toptemplate_content {
        padding-top: .45rem; } }
@media (min-width: 1280px) {
    .toptemplate_content {
        padding-top: 1.6rem;
        padding-bottom: 2.2rem; } }
.toptemplate_content h4 {
    margin-top: .4rem;
    margin-bottom: .8rem; }
@media (min-width: 640px) {
    .toptemplate_content h4 {
        margin-bottom: .65rem; } }
@media (min-width: 1280px) {
    .toptemplate_content h4 {
        margin-top: 0; } }
@media (min-width: 640px) {
    .toptemplate_content h1 {
        margin-top: .7rem;
        margin-bottom: 1.5rem; } }
@media (min-width: 1280px) {
    .toptemplate_content h1 {
        margin-top: .2rem;
        margin-bottom: 1.2rem; } }
.toptemplate_content.smallheader h1 {
    margin-top: .2rem;
    font-size: 1.4rem;
    margin-bottom: .5rem;
    line-height: 2.1rem;
    font-family: "Geogrotesque-Light"; }
@media (min-width: 1280px) {
    .toptemplate_content.smallheader h1 {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
.toptemplate_content.smallheader h4 {
    margin-top: .15rem; }
@media (min-width: 1280px) {
    .toptemplate_content.smallheader h4 {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-top: .85rem; } }
@media (min-width: 1280px) {
    .toptemplate_content.smallheader {
        padding-bottom: 1rem; } }

h1.small_header {
    font-size: 1.1rem;
    line-height: 2.4rem; }
@media (min-width: 640px) {
    h1.small_header {
        font-size: 1.2rem; } }
@media (min-width: 1280px) {
    h1.small_header {
        font-size: 1, 6rem;
        line-height: 2.2rem; } }

/*=====================  /repos/templates/content/components/layout_2cols  ========================*/
@media (min-width: 640px) {
    .layout_2cols {
        display: grid;
        grid-template-columns: 50% 50%; } }

/*=====================  /repos/templates/content/components/insert_arrowlink  ========================*/
.arrowlink {
    position: relative;
    cursor: pointer; }
.arrowlink a {
    font-size: .9rem;
    line-height: 2.2rem;
    color: #ed1847;
    text-transform: uppercase; }
@media (min-width: 640px) {
    .arrowlink a {
        font-size: 1rem; } }
@media (min-width: 1280px) {
    .arrowlink a {
        font-size: 1.1rem; } }
.arrowlink:before {
    content: "";
    background-image: url("/images/ico_link.svg");
    height: .5rem;
    width: 1.6rem;
    display: inline-block;
    background-size: 1.6rem .6rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .4rem; }
@media (min-width: 640px) {
    .arrowlink:before {
        margin-bottom: 0.1rem; } }
@media (min-width: 1280px) {
    .arrowlink:before {
        background-image: url("/images/ico_link-content.svg");
        width: 3.1rem;
        background-size: 3.1rem .5rem;
        position: absolute;
        top: .8rem;
        left: -4rem; } }
.arrowlink.container {
    padding-top: 1.4rem;
    padding-bottom: .9rem; }
@media (min-width: 640px) {
    .arrowlink.container {
        padding-top: .4rem;
        padding-bottom: 1.6rem; } }
@media (min-width: 1280px) {
    .arrowlink.container {
        padding-left: .4rem;
        padding-top: 1.85rem;
        padding-bottom: 3.6rem; } }
@media (min-width: 1280px) {
    .arrowlink.container:before {
        position: relative;
        left: -.45rem;
        top: 0; } }

/*=====================  /repos/templates/content/wysiwyg/insert_text_top_landingpage  ========================*/
.toptemplate_content.landing {
    padding-top: 0;
    padding-bottom: .7rem; }
@media (min-width: 640px) {
    .toptemplate_content.landing {
        padding-top: 4.4em;
        padding-bottom: 3.8rem; } }
@media (min-width: 1280px) {
    .toptemplate_content.landing {
        padding-top: 7.2rem;
        padding-bottom: 9.7rem; } }
.toptemplate_content.landing .kicker {
    font-size: .9rem;
    line-height: 2.2rem; }
@media (min-width: 1280px) {
    .toptemplate_content.landing .kicker {
        font-size: 1rem; } }
.toptemplate_content.landing .leftpart {
    line-height: 1.3rem; }
@media (min-width: 640px) {
    .toptemplate_content.landing .leftpart {
        font-size: 1.1rem;
        margin-bottom: 4rem; } }
@media (min-width: 1280px) {
    .toptemplate_content.landing .leftpart {
        font-size: 1.3rem;
        line-height: 1.8rem; } }
.toptemplate_content.landing .rightpart {
    font-size: .8rem;
    line-height: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 2rem; }
@media (min-width: 640px) {
    .toptemplate_content.landing .rightpart {
        font-size: .9rem;
        line-height: 1.2rem;
        padding-left: .8rem;
        margin-top: 0; } }
@media (min-width: 1280px) {
    .toptemplate_content.landing .rightpart {
        font-size: 1rem;
        line-height: 1.4rem;
        padding-left: 0;
        padding-right: 2.2rem; } }
@media (min-width: 1280px) {
    .toptemplate_content.landing .layout_2cols {
        grid-column-gap: 4.6rem; } }
.toptemplate_content.landing h1 {
    margin-bottom: .7rem; }
@media (min-width: 640px) {
    .toptemplate_content.landing h1 {
        line-height: 3.2rem;
        margin-top: 0;
        margin-bottom: 1.7rem; } }
@media (min-width: 1280px) {
    .toptemplate_content.landing h1 {
        font-size: 4.4rem;
        margin-top: .5rem;
        margin-bottom: 3.7rem;
        letter-spacing: initial; } }
@media (min-width: 640px) {
    .toptemplate_content.landing .arrowlink {
        margin-top: -3.7rem; } }
@media (min-width: 1280px) {
    .toptemplate_content.landing .arrowlink a {
        font-size: 1rem;
        line-height: 2.2rem; } }
.toptemplate_content.landing .arrowlink:before {
    width: 1.6rem;
    background-size: 1.6rem .5rem;
    left: -2rem; }
@media (min-width: 1280px) {
    .toptemplate_content.landing .arrowlink:before {
        background-image: url("/images/ico_link.svg");
        width: 1.8rem;
        background-size: 1.8rem .5rem; } }

/*=====================  /repos/templates/content/wysiwyg/insert_text_link  ========================*/
.smalltext {
    font-size: .8rem;
    line-height: 1.1rem; }
@media (min-width: 640px) {
    .smalltext {
        font-size: .9rem;
        line-height: 1.2rem; } }
@media (min-width: 1280px) {
    .smalltext {
        font-size: 1rem;
        line-height: 1.3rem; } }
.smalltext .arrowlink {
    margin-top: .4rem; }
@media (min-width: 640px) {
    .smalltext .arrowlink {
        margin-top: 1rem; } }
@media (min-width: 1280px) {
    .smalltext .arrowlink {
        margin-top: 1.2rem; } }
.smalltext.margin-top {
    margin-top: .25rem; }
.smalltext.smalltext--bold {
    padding-top: .25rem;
    margin-bottom: .14rem; }
@media (min-width: 640px) {
    .smalltext.smalltext--bold {
        margin-bottom: .3rem;
        padding-top: .2rem; } }
@media (min-width: 1280px) {
    .smalltext.smalltext--bold {
        padding-left: 4rem;
        padding-right: 4rem;
        line-height: 1.3rem; } }
@media (min-width: 1280px) {
    .smalltext.smalltext--bold:first-of-type {
        margin-top: 1.5em; } }
.smalltext.smalltext--bold .text--bold {
    font-family: Geogrotesque-SmBdIt; }
@media (min-width: 640px) {
    .smalltext.smalltext--bold .text--bold {
        margin-bottom: .3rem; } }

.text_link {
    padding-bottom: .8rem; }
@media (min-width: 640px) {
    .text_link {
        padding-top: .4rem; } }
@media (min-width: 1280px) {
    .text_link {
        padding-top: 2rem;
        padding-bottom: 3.5rem; } }
.text_link.line_bottom {
    border-bottom: 1px solid #CCCCCC; }

/*============================== /repos/templates/content/components/insert_image ================================*/
.person {
    text-align: center;
    font-size: .9rem;
    color: #566B80; }
.person .bold {
    font-family: "Geogrotesque-Md"; }
@media (min-width: 1280px) {
    .person {
        line-height: 1.3rem; } }

.person__image img {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    margin-bottom: .5rem; }
@media (min-width: 640px) {
    .person__image img {
        margin-bottom: .9rem; } }
@media (min-width: 1280px) {
    .person__image img {
        height: 11.2rem;
        width: 11.2rem;
        margin-bottom: .8rem; } }

.person__name {
    font-family: Geogrotesque-Md; }

.person__info2 {
    margin-top: .6rem; }
@media (min-width: 640px) {
    .person__info2 {
        margin-top: .9rem; } }

@media (min-width: 1280px) {
    .person--text-right {
        text-align: left;
        display: grid;
        grid-template-columns: 9rem 1fr;
        grid-column-gap: .8rem;
        align-items: center; } }

@media (min-width: 1280px) {
    .person--text-right .person__image {
        height: 9rem;
        width: 9rem;
        margin-bottom: 0; } }

@media (min-width: 1280px) {
    .person--text-right .person__image img {
        height: 100%;
        width: 100%; } }

@media (min-width: 1280px) {
    .person--text-right .person__name {
        font-size: 1.1rem;
        line-height: 1rem; } }

@media (min-width: 1280px) {
    .person--text-right .person__info2 {
        margin-top: .3rem; } }

/*============================== /repos/templates/content/wysiwyg/insert_persons_representatives ================================*/
.representatives {
    background-color: #F3F5F6;
    padding-top: .5rem;
    padding-bottom: .6rem; }
@media (min-width: 640px) {
    .representatives {
        padding-top: .9rem;
        padding-bottom: 1.2rem; } }
@media (min-width: 1280px) {
    .representatives {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
.representatives.bg-white {
    background-color: white; }
.representatives.no-link .arrowlink {
    display: none; }

.representatives__container {
    margin-left: .4rem;
    margin-right: .4rem; }
@media (min-width: 1280px) {
    .representatives__container {
        margin-left: 8.4rem;
        margin-right: 8.4rem; } }
.representatives__container h5 {
    color: #ed1847;
    margin-bottom: 1rem; }
@media (min-width: 640px) {
    .representatives__container h5 {
        font-size: 1.4rem;
        line-height: 1.4rem; } }
@media (min-width: 1280px) {
    .representatives__container h5 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 3.1rem; } }
.representatives__container .arrowlink {
    text-align: center; }
@media (min-width: 1280px) {
    .representatives__container .arrowlink {
        text-align: left;
        margin-left: 0; } }
@media (min-width: 1280px) {
    .representatives__container .arrowlink:before {
        background-image: url("/images/ico_link.svg");
        position: relative;
        width: 1.9rem;
        background-size: 1.9rem .5rem;
        left: 0;
        top: 0; } }
.representatives__container .person__textblock {
    padding-bottom: 3.4rem; }
@media (min-width: 640px) {
    .representatives__container .person__textblock {
        padding-bottom: 2.3rem; } }
@media (min-width: 1280px) {
    .representatives__container .person__textblock {
        padding-bottom: 0; } }

@media (min-width: 640px) {
    .representatives__persons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2rem; } }
@media (min-width: 640px) and (min-width: 1280px) {
    .representatives__persons {
        grid-column-gap: 1.3rem;
        margin-top: 0;
        margin-bottom: 3.2rem; } }

@media (min-width: 640px) {
    .representatives__persons .person {
        padding-left: 3rem;
        padding-right: 3rem; } }

@media (min-width: 1280px) {
    .representatives__persons .person {
        text-align: left;
        display: grid;
        grid-template-columns: 9rem 1fr;
        grid-column-gap: .9rem;
        align-items: center;
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 1280px) {
    .representatives__persons .person__image img {
        width: 9rem;
        height: 9rem;
        margin-bottom: 0; } }

@media (min-width: 1280px) {
    .representatives__persons .person__name {
        font-size: 1.1rem; } }

@media (min-width: 1280px) {
    .representatives__persons .person__info2 {
        margin-top: .4rem; } }

/*================================= adaptions for /repos/templates/content/wysiwyg/insert_revisionmanagement=================*/
.representatives__management {
    padding-bottom: .4rem; }
@media (min-width: 640px) {
    .representatives__management {
        padding-bottom: 1.1rem; } }
@media (min-width: 1280px) {
    .representatives__management {
        padding-top: .5rem;
        padding-bottom: 1.8rem; } }
@media (min-width: 640px) {
    .representatives__management .person__image img {
        margin-bottom: .4rem; } }
@media (min-width: 1280px) {
    .representatives__management .person__image img {
        height: 11.2rem;
        width: 11.2rem; } }
.representatives__management .person__textblock {
    padding-bottom: 1.8rem; }
@media (min-width: 640px) {
    .representatives__management .person__textblock {
        padding-bottom: 0.3rem; } }
@media (min-width: 640px) {
    .representatives__management .representatives__persons {
        margin-top: .2rem; } }
@media (min-width: 1280px) {
    .representatives__management .representatives__persons {
        margin-bottom: 0; } }
@media (min-width: 640px) {
    .representatives__management .representatives__persons .person {
        padding-left: 0rem;
        padding-right: 0; } }
@media (min-width: 1280px) {
    .representatives__management .representatives__persons .person {
        grid-template-columns: 11.2rem 1fr; } }
@media (min-width: 1280px) {
    .representatives__management .person__name {
        font-size: 1rem; } }
.
/*============================== /repos/templates/content/wysiwyg/insert_board ================================*/
@media (min-width: 640px) {
    .board {
        padding-top: 1.7rem; 
    } }

@media (min-width: 1280px) {
    .board {
        padding-top: .7rem;
        padding-bottom: 7.8rem; } }

@media (min-width: 1280px) {
    .board .person__name {
        font-size: 1rem; } }

@media (min-width: 1280px) {
    .board .person__image img {
        height: 11.25rem;
        width: 11.25rem;
        margin-bottom: .5rem; } }

.board__container {
    margin-left: .4rem;
    margin-right: .4rem; }
@media (min-width: 1280px) {
    .board__container {
        margin-left: 8.4rem;
        margin-right: 8.4rem; } }

@media (min-width: 640px) {
    .board__persons {
        display: grid;
        grid-template-columns: 1fr 1fr; } }

@media (min-width: 1280px) {
    .board__persons {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: .75rem; } }

/*============================== /repos/templates/content/wysiwyg/insert_director ================================*/
.director {
    padding-top: .5rem;
    padding-bottom: 1.2rem;
    background-color: #E7EBEE; }
@media (min-width: 640px) {
    .director {
        padding-top: .6rem;
        padding-bottom: .85rem; } }
@media (min-width: 1280px) {
    .director {
        padding-top: 1.9rem;
        padding-bottom: 2.2rem; } }
@media (min-width: 640px) {
    .director .person__image img {
        margin-bottom: .6rem; } }
@media (min-width: 1280px) {
    .director .person__image img {
        margin-bottom: .7rem; } }

.director__container {
    margin-left: .4rem;
    margin-right: .4rem; }
@media (min-width: 1280px) {
    .director__container {
        margin-left: 8.4rem;
        margin-right: 8.4rem; } }
.director__container h5 {
    color: #ed1847; }
@media (min-width: 640px) {
    .director__container h5 {
        font-size: 1.4rem; } }
@media (min-width: 1280px) {
    .director__container h5 {
        font-size: 1.6rem;
        line-height: 2.2rem; } }

@media (min-width: 640px) {
    .director__persons {
        margin-top: .7rem; } }

@media (min-width: 1280px) {
    .director__persons {
        margin-top: 1.8rem; } }

/*============================== /repos/templates/content/wysiwyg/insert_supervisory ================================*/
.supervisory {
    padding-top: .7rem;
    padding-bottom: 2.8rem; }
@media (min-width: 640px) {
    .supervisory {
        padding-bottom: 3.2rem; } }
@media (min-width: 1280px) {
    .supervisory {
        padding-top: 1.9rem;
        padding-bottom: 2.7rem; } }

.supervisory__container {
    margin-left: .4rem;
    margin-right: .4rem; }
@media (min-width: 640px) {
    .supervisory__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-template-areas: "h5 h5" "sup_person sup_text" "arrow arrow"; } }
@media (min-width: 1280px) {
    .supervisory__container {
        margin-left: 8.4rem;
        margin-right: 8.4rem;
        grid-template-columns: 63.4% auto; } }
.supervisory__container h5 {
    color: #ed1847; }
@media (min-width: 640px) {
    .supervisory__container h5 {
        font-size: 1.4rem;
        margin-bottom: 2rem; } }
@media (min-width: 1280px) {
    .supervisory__container h5 {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
.supervisory__container .arrowlink {
    margin-left: 0;
    grid-area: arrow; }
@media (min-width: 640px) {
    .supervisory__container .arrowlink {
        margin-top: 3rem;
        text-align: center; } }
@media (min-width: 1280px) {
    .supervisory__container .arrowlink {
        text-align: left;
        margin-top: 2.4rem; } }
@media (min-width: 1280px) {
    .supervisory__container .arrowlink:before {
        background-image: url("/images/ico_link.svg");
        position: relative;
        width: 1.9rem;
        background-size: 1.9rem .5rem;
        left: 0;
        top: 0; } }
@media (min-width: 1280px) {
    .supervisory__container .person__image {
        height: 11.2rem; } }
@media (min-width: 640px) {
    .supervisory__container .person__image img {
        margin-bottom: .6rem; } }
@media (min-width: 1280px) {
    .supervisory__container .person__image img {
        margin-bottom: 0; } }

.supervisory__persons {
    margin-top: 1.6rem;
    margin-bottom: 2.1rem;
    grid-area: sup_person; }
@media (min-width: 640px) {
    .supervisory__persons {
        padding-top: .9rem;
        margin-top: 0;
        position: relative;
        margin-bottom: 0; } }
@media (min-width: 1280px) {
    .supervisory__persons {
        padding-top: .1rem; } }
@media (min-width: 640px) {
    .supervisory__persons:after {
        content: "";
        width: .05rem;
        height: 100%;
        background-color: #B8C2CB;
        display: inline-block;
        position: absolute;
        top: 0;
        right: -.35rem; } }
.supervisory__persons .person__info2 {
    display: none; }
@media (min-width: 1280px) {
    .supervisory__persons .person__name {
        font-size: 1rem;
        line-height: 1.3rem; } }
@media (min-width: 1280px) {
    .supervisory__persons .person {
        text-align: left;
        display: grid;
        grid-template-columns: 12rem auto;
        align-items: center;
        height: 11.2rem; } }
@media (min-width: 640px) {
    .supervisory__persons .person:first-of-type {
        margin-bottom: .8rem; } }
@media (min-width: 1280px) {
    .supervisory__persons .person:first-of-type {
        margin-bottom: 2.1rem; } }

.supervisory__text {
    border-top: 1px solid #B8C2CB;
    font-size: .8rem;
    line-height: 1.1rem;
    padding-top: .3rem;
    margin-bottom: .3rem;
    color: #566B80;
    grid-area: sup_text; }
@media (min-width: 640px) {
    .supervisory__text {
        border-top: none;
        font-size: .9rem;
        line-height: 1.2rem;
        margin-left: .4rem;
        padding-left: .7rem;
        padding-top: 0; } }
@media (min-width: 1280px) {
    .supervisory__text {
        margin-left: 1.8rem;
        font-size: 1rem;
        line-height: 1.3rem; } }
@media (min-width: 640px) {
    .supervisory__text p:first-of-type .bold {
        margin-top: 0; } }
.supervisory__text .bold {
    line-height: 1.5rem;
    margin-top: .6rem;
    display: block;
    color: #000000;
    font-family: "Geogrotesque-SmBdIt"; }
@media (min-width: 640px) {
    .supervisory__text .bold {
        line-height: 1.3rem;
        margin-bottom: .6rem;
        margin-top: 2.6rem; } }
@media (min-width: 1280px) {
    .supervisory__text .bold {
        font-size: 1rem;
        line-height: 1.3rem; } }

/*==========================================/repos/templates/content/components/insert_facts========================*/
.facts {
    position: relative; }

.facts__background {
    background-image: url("/images/factsbg.jpg");
    background-repeat: no-repeat;
    width: 100vw;
    height: 25.4rem;
    background-position: center top;
    background-size: cover;
    color: white;
    filter: blur(0.07rem) brightness(80%);
    backdrop-filter: blur(2px);
    opacity: .8; }
@media (min-width: 640px) {
    .facts__background {
        height: 41rem; } }
@media (min-width: 1280px) {
    .facts__background {
        height: 40rem; } }

.facts__container {
    position: absolute;
    left: .4rem;
    right: .4rem;
    top: 0.9rem; }
@media (min-width: 640px) {
    .facts__container {
        top: 1.3rem; } }
@media (min-width: 1280px) {
    .facts__container {
        left: 8.4rem;
        right: 8.4rem;
        top: 5rem; } }
.facts__container h5 {
    color: white;
    margin-bottom: .55rem; }
@media (min-width: 640px) {
    .facts__container h5 {
        margin-bottom: 2.6rem; } }
@media (min-width: 1280px) {
    .facts__container h5 {
        margin-bottom: 6.4rem; } }

.facts__arrowlink--white {
    margin-top: .4rem; }
.facts__arrowlink--white a {
    font-size: .9rem;
    color: white; }
@media (min-width: 640px) {
    .facts__arrowlink--white a {
        font-size: 1rem; } }
.facts__arrowlink--white:before {
    background-image: url(/images/ico_link-white.svg);
    left: -2.9rem; }
@media (min-width: 640px) {
    .facts__arrowlink--white {
        margin-top: 3.5rem; } }
@media (min-width: 1280px) {
    .facts__arrowlink--white {
        margin-top: 6.2rem; } }

.facts__content {
    display: grid;
    grid-template-areas: "el1 el2" "el3 el4";
    align-items: end;
    justify-items: center;
    grid-row-gap: .9rem; }
@media (min-width: 640px) {
    .facts__content {
        grid-row-gap: 4rem; } }
@media (min-width: 1280px) {
    .facts__content {
        grid-template-areas: "el1 el2 el3 el4";
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: initial; } }

.facts__el {
    text-align: center;
    color: white; }
.facts__el:first-of-type {
    grid-area: el1; }
.facts__el:nth-of-type(2) {
    grid-area: el2; }
.facts__el:nth-of-type(2) .facts__icon {
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 1280px) {
    .facts__el:nth-of-type(2) .facts__icon {
        margin-left: initial;
        margin-right: initial; } }
.facts__el:nth-of-type(3) {
    grid-area: el3; }
.facts__el:nth-of-type(3) .facts__amounts {
    margin-top: .6rem; }
@media (min-width: 1280px) {
    .facts__el:nth-of-type(3) .facts__amounts {
        margin-top: initial; } }
.facts__el:nth-of-type(4) {
    grid-area: el4; }
.facts__el:nth-of-type(4) .facts__icon {
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 1280px) {
    .facts__el:nth-of-type(4) .facts__icon {
        margin-left: initial;
        margin-right: initial; } }
.facts__el:nth-of-type(4) .facts__amounts {
    margin-top: .4rem; }
@media (min-width: 1280px) {
    .facts__el:nth-of-type(4) .facts__amounts {
        margin-top: initial; } }
.facts__el b {
    font-size: .8rem; }
@media (min-width: 640px) {
    .facts__el b {
        font-size: 1rem; } }
.facts__el b + div {
    font-size: .7rem; }
@media (min-width: 640px) {
    .facts__el b + div {
        font-size: .9rem; } }
@media (min-width: 1280px) {
    .facts__el b + div {
        font-size: 1rem; } }
.facts__el svg {
    transform: scale(0.72); }
@media (min-width: 640px) {
    .facts__el svg {
        transform: none; } }
.facts__el .icon-neubau {
    margin-top: .5rem; }
@media (min-width: 1280px) {
    .facts__el .icon-neubau {
        margin-top: initial; } }
.facts__el .icon_sanierung {
    transform: scale(0.65); }
@media (min-width: 640px) {
    .facts__el .icon_sanierung {
        transform: none; } }
.facts__el .icon_miete {
    transform: scale(0.6);
    margin-top: -.9rem; }
@media (min-width: 640px) {
    .facts__el .icon_miete {
        transform: none;
        margin-top: initial; } }
.facts__el .icon-bauleistung {
    margin-left: .7rem; }
@media (min-width: 1280px) {
    .facts__el .icon-bauleistung {
        margin-left: initial; } }

.facts__icon {
    height: 3.5rem;
    width: 3.5rem; }
@media (min-width: 640px) {
    .facts__icon {
        height: initial;
        width: initial; } }

.facts__amounts {
    font-size: 2.2rem;
    font-family: "Geogrotesque-Md";
    color: white;
    margin-top: 1rem;
    margin-bottom: -.25rem; }
@media (min-width: 640px) {
    .facts__amounts {
        font-size: 3rem;
        margin-top: .5rem; } }
@media (min-width: 1280px) {
    .facts__amounts {
        font-size: 3.2rem;
        height: 5.75rem;
        padding-top: 1.05rem;
        margin-top: initial;
        margin-bottom: initial; } }
.facts__amounts span + .counter {
    margin-left: 0.3em; }

/*================================================/repos/templates/content/wysiwyg/insert_prefooter=================*/
.prefooter {
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: 2.75rem;
    padding-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
@media (min-width: 640px) {
    .prefooter {
        padding-top: 1.6rem;
        padding-bottom: 2.3rem; } }
@media (min-width: 1280px) {
    .prefooter {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
        padding-top: 5.1rem;
        padding-bottom: 5.6rem; } }
.prefooter a {
    font-size: .9rem;
    color: #566B80;
    font-family: "Geogrotesque-Md";
    text-align: center; }

.prefooter__icon__container {
    height: 3.6rem;
    width: 3.6rem;
    background-color: #667B90;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: .7rem; }
@media (min-width: 640px) {
    .prefooter__icon__container {
        height: 5.6rem;
        width: 5.6rem;
        margin-bottom: 1.1rem; } }
@media (min-width: 1280px) {
    .prefooter__icon__container {
        margin-bottom: 1rem; } }
.prefooter__icon__container .download_book {
    height: 2.45rem;
    width: 2.45rem; }
@media (min-width: 640px) {
    .prefooter__icon__container .download_book {
        height: 3.8rem;
        width: 3.8rem; } }
@media (min-width: 640px) {
    .prefooter__icon__container + div {
        font-size: 1rem; } }
@media (min-width: 1280px) {
    .prefooter__icon__container + div {
        font-size: 1.2rem; } }
.prefooter__icon__container .icon_pressemitteilungen {
    height: 1.56rem;
    width: 2.05rem; }
@media (min-width: 640px) {
    .prefooter__icon__container .icon_pressemitteilungen {
        height: 2.5rem;
        width: 3.2rem; } }
.prefooter__icon__container .icon_faq {
    width: 2.05rem;
    height: 2.05rem; }
@media (min-width: 640px) {
    .prefooter__icon__container .icon_faq {
        height: 3.2rem;
        width: 3.2rem; } }
.prefooter__icon__container:after {
    position: absolute;
    width: 3rem;
    height: .6rem;
    border-radius: 50%;
    z-index: -1;
    top: 3.32rem;
    content: "";
    background: radial-gradient(circle, gray 0%, #d1d1d1 50%, white 100%);
    filter: blur(0.2rem); }
@media (min-width: 640px) {
    .prefooter__icon__container:after {
        top: 5.4rem;
        width: 5rem; } }

.prefooter__subtext {
    display: none; }
@media (min-width: 640px) {
    .prefooter__subtext {
        display: block;
        font-family: "Geogrotesque-Light";
        font-size: .8rem; } }

/*================================================/repos/templates/content/components/insert_running_text grey variant=================*/
.runningtext.grey_big {
    color: #566B80; }
.runningtext li {
    list-style-type: disc;
}
.runningtext ul {
    padding-inline-start: 2rem;
}
@media (min-width: 1280px) {
    .runningtext.grey_big {
        font-size: 1.2rem;
        line-height: 1.5rem; } }

@media (min-width: 1280px) {
    .runningtext.small_container {
        padding-left: 4rem;
        padding-right: 4rem; } }

/*================================================      /repos/templates/content/wysiwyg/insert_supervisory_states      =========*/
.supstates h1,
.supstates h5 {
    font-size: 1.1rem;
    line-height: 1.95rem;
    text-transform: uppercase;
    font-family: Geogrotesque-Light; }

.supstates h5 {
    margin-left: .4rem;
    margin-right: .4rem;
    color: #ed1847;
    margin-top: .6rem;
    margin-bottom: .4rem;
    font-weight: 100; }
@media (min-width: 1280px) {
    .supstates h5 {
        font-size: 1.6rem;
        max-width: 47.2rem;
        margin-left: auto;
        margin-right: auto; } }

@media (min-width: 1280px) {
    .supstates h1 {
        text-transform: initial;
        font-size: 4.4rem;
        line-height: 4.7rem;
        letter-spacing: .01rem;
        margin-bottom: .9rem; } }

@media (min-width: 1280px) {
    .supstates .toptemplate_content {
        padding-bottom: .9rem; } }

.supstates {
    padding-bottom: 2.6rem; }
@media (min-width: 1280px) {
    .supstates {
        padding-bottom: 5.85rem; } }

.supstates__desktoponly {
    display: none; }
@media (min-width: 1280px) {
    .supstates__desktoponly {
        display: block; } }

.supstates__list__item--inline {
    display: inline; }
@media (min-width: 1280px) {
    .supstates__list__item--inline {
        display: block; } }

.supstates__topbox {
    font-size: .8rem;
    background-color: #F3F5F6;
    padding-top: .8rem;
    padding-left: .4rem;
    padding-right: .4rem;
    margin-left: .4rem;
    margin-right: .4rem;
    border-radius: .2rem;
    padding-bottom: .8rem; }
@media (min-width: 1280px) {
    .supstates__topbox {
        background-color: white;
        font-size: 1rem;
        line-height: 1.4rem;
        border-radius: 0;
        border-bottom: 1px solid #CCCCCC;
        padding-top: .5rem;
        padding-left: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.4rem;
        max-width: 47.2rem;
        margin-left: auto;
        margin-right: auto; } }
.supstates__topbox .arrowlink {
    margin-top: .4rem;
    padding-left: 2.1rem;
    position: relative; }
@media (min-width: 1280px) {
    .supstates__topbox .arrowlink {
        padding-left: 2.85rem;
        margin-top: .6rem; } }
.supstates__topbox .arrowlink a {
    color: #ed1847;
    text-transform: initial;
    font-size: .8rem;
    line-height: 1.1rem; }
@media (min-width: 1280px) {
    .supstates__topbox .arrowlink a {
        font-size: 1.1rem;
        line-height: 1.8rem; } }
.supstates__topbox .arrowlink:before {
    position: absolute;
    left: 0;
    top: .4rem; }
@media (min-width: 1280px) {
    .supstates__topbox .arrowlink:before {
        background-image: url("/images/ico_link.svg");
        width: 1.9rem;
        background-size: 1.9rem .5rem;
        top: .7rem; } }

.supstates__topbox--bold {
    font-family: Geogrotesque-SmBd; }

@media (min-width: 1280px) {
    .supstates__list {
        margin-top: 1.65rem;
        max-width: 47.2rem;
        margin-left: auto;
        margin-right: auto; } }

.supstates__list .supstates__list__item:nth-of-type(odd) {
    background-color: #F3F5F6; }

.supstates__list__item {
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: .8rem;
    font-size: .8rem; }
@media (min-width: 1280px) {
    .supstates__list__item {
        font-size: 1rem;
        line-height: 1.3rem;
        padding-bottom: 1.1rem;
        padding-top: .6rem;
        padding-left: .8rem; } }
@media (min-width: 1280px) {
    .supstates__list__item:first-of-type {
        padding-top: 0; } }

.supstates__list__item__state {
    font-family: Geogrotesque-SmBdIt;
    line-height: 2rem; }
@media (min-width: 1280px) {
    .supstates__list__item__state {
        line-height: 2.2rem; } }

.supstates__list__item--bold {
    font-family: Geogrotesque-SmBd; }
@media (min-width: 1280px) {
    .supstates__list__item--bold {
        margin-top: .2rem; } }

.supstates__list__item--semibold {
    line-height: 1.14rem; }
@media (min-width: 1280px) {
    .supstates__list__item--semibold {
        line-height: 1.3rem; } }
.supstates__list__item--semibold > div {
    font-family: Geogrotesque-SmBd;
    display: inline-block;
    margin-right: .2rem; }
.supstates__list__item--semibold > div > a {
    font-family: Geogrotesque-Light; }

.supstates__list__item--normal {
    line-height: 1.1rem; }
@media (min-width: 1280px) {
    .supstates__list__item--normal {
        line-height: 1.3rem; } }

/*======================= MItglieder des Verbandes toptemplate ==========*/
.-gemeinnuetzige-bauwirtschaft-Mitglieder_des_Verbands .toptemplate_content {
    margin-top: 2rem;
    padding-bottom: .8rem; }
@media (min-width: 640px) {
    .-gemeinnuetzige-bauwirtschaft-Mitglieder_des_Verbands .toptemplate_content {
        margin-top: 2.6rem;
        padding-bottom: 0; } }
@media (min-width: 1280px) {
    .-gemeinnuetzige-bauwirtschaft-Mitglieder_des_Verbands .toptemplate_content {
        margin-top: 0;
        padding-bottom: 1rem; } }

/*=======================Publikationen toptemplate ==========*/
@media (min-width: 1280px) {
    .-oeffentlichkeitsarbeit-Publikationen .toptemplate_content {
        padding-bottom: .2rem; } }

/*=======================FAQs toptemplate ==========*/
.-FAQs h4 {
    font-size: 1.2rem;
    line-height: 1.6rem; }

.-FAQs .toptemplate_content h1 {
    margin-bottom: .8rem; }

/*======================= Landingpage adaptions==========*/
.home #l42-content {
    padding-top: 0;
    margin-top: -3.5rem; }
@media (min-width: 640px) {
    .home #l42-content {
        margin-top: -4rem; } }
@media (min-width: 1280px) {
    .home #l42-content {
        margin-top: -6rem; } }

/*================================================  /repos/templates/content/wysiwyg/insert_fortbildung_einblicke  =================*/
.twopeaceslider {
    position: relative;
    height: 18rem;
    overflow: hidden; }
@media (min-width: 640px) {
    .twopeaceslider {
        height: 16rem; } }
@media (min-width: 1280px) {
    .twopeaceslider {
        height: 20rem; } }
.twopeaceslider .VueCarousel-pagination {
    position: absolute;
    bottom: .85rem; }
.twopeaceslider .VueCarousel-dot {
    height: .4rem !important;
    width: .4rem !important; }
.twopeaceslider .VueCarousel-dot--active {
    width: .8rem !important;
    height: .8rem !important;
    position: relative;
    top: .2rem; }
@media (min-width: 640px) {
    .twopeaceslider .VueCarousel-slide {
        width: 50vw;
        overflow: hidden; } }

.twopeaceslider__fortbildung {
    background-color: #E7EBEE;
    position: relative;
    height: 18rem;
    padding-top: .75rem;
    padding-left: .6rem;
    padding-right: .4rem; }
@media (min-width: 640px) {
    .twopeaceslider__fortbildung {
        height: 16rem;
        padding-top: 1.1rem;
        padding-left: .4rem; } }
@media (min-width: 1280px) {
    .twopeaceslider__fortbildung {
        height: 20rem;
        padding-top: 2.3rem;
        padding-right: 5.85rem;
        padding-left: 8.4rem; } }
.twopeaceslider__fortbildung .arrowlink {
    position: absolute;
    bottom: 3.8rem; }
@media (min-width: 640px) {
    .twopeaceslider__fortbildung .arrowlink {
        bottom: .85rem; } }
@media (min-width: 1280px) {
    .twopeaceslider__fortbildung .arrowlink {
        bottom: 3rem; } }
.twopeaceslider__fortbildung .arrowlink a {
    font-size: .9rem;
    line-height: 2rem; }
@media (min-width: 1280px) {
    .twopeaceslider__fortbildung .arrowlink a {
        font-size: 1rem;
        line-height: 2.2rem; } }
.twopeaceslider__fortbildung .arrowlink:before {
    position: relative;
    top: -.1rem; }
@media (min-width: 640px) {
    .twopeaceslider__fortbildung .arrowlink:before {
        top: 0; } }
@media (min-width: 1280px) {
    .twopeaceslider__fortbildung .arrowlink:before {
        background-image: url("/images/ico_link.svg");
        width: 1.9rem;
        height: .5rem;
        background-size: 1.9rem .5rem;
        position: absolute;
        top: .9rem;
        margin-right: 0;
        left: -2.3rem; } }

.twopeaceslider__fortbildung_el1 {
    color: #ed1867;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin: 0;}
@media (min-width: 1280px) {
    .twopeaceslider__fortbildung_el1 {
        font-size: 1.6rem;
        line-height: 2.2rem; } }

.twopeaceslider__fortbildung_el2 {
    margin-top: .6rem;
    margin-bottom: .6rem; }
@media (min-width: 1280px) {
    .twopeaceslider__fortbildung_el2 {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem; } }

.twopeaceslider__fortbildung_el3 {
    font-size: .8rem;
    font-family: Geogrotesque-Md; }
@media (min-width: 1280px) {
    .twopeaceslider__fortbildung_el3 {
        font-size: .9rem; } }

.twopeaceslider__einblicke {
    background-color: #ed1847;
    color: #ffffff;
    position: relative;
    height: 18rem;
    padding-top: .75rem;
    padding-left: .6rem;
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-areas: "el1 el3" "el2 el3" "link el3"; }
@media (min-width: 640px) {
    .twopeaceslider__einblicke {
        height: 16rem;
        padding-top: 1.1rem;
        padding-left: .6rem;
        grid-template-columns: 62% 38%; } }
@media (min-width: 1280px) {
    .twopeaceslider__einblicke {
        padding-right: 8.4rem;
        height: 20rem;
        padding-left: 4.4rem;
        padding-top: 2.3rem; } }
.twopeaceslider__einblicke .arrowlink {
    position: absolute;
    bottom: 3.8rem;
    grid-area: link; }
@media (min-width: 640px) {
    .twopeaceslider__einblicke .arrowlink {
        bottom: .85rem; } }
@media (min-width: 1280px) {
    .twopeaceslider__einblicke .arrowlink {
        bottom: 3rem; } }
.twopeaceslider__einblicke .arrowlink a {
    font-size: .9rem;
    line-height: 2rem;
    color: #ffffff; }
@media (min-width: 1280px) {
    .twopeaceslider__einblicke .arrowlink a {
        font-size: 1rem;
        line-height: 2.2rem; } }
.twopeaceslider__einblicke .arrowlink:before {
    position: relative;
    top: -.1rem;
    background-image: url("/images/ico_swipe-right.svg");
    width: 1.7rem;
    height: .45rem;
    background-size: 1.7rem .45rem; }
@media (min-width: 640px) {
    .twopeaceslider__einblicke .arrowlink:before {
        top: 0; } }
@media (min-width: 1280px) {
    .twopeaceslider__einblicke .arrowlink:before {
        width: 1.9rem;
        height: .5rem;
        background-size: 1.9rem .5rem;
        position: absolute;
        top: .9rem;
        margin-right: 0;
        left: -2.3rem; } }

.twopeaceslider__einblicke_el1 {
    grid-area: el1;
    font-size: 1.1rem;
    line-height: 1.95rem;
    text-transform: uppercase; }
@media (min-width: 640px) {
    .twopeaceslider__einblicke_el1 {
        margin-bottom: .8rem; } }
@media (min-width: 1280px) {
    .twopeaceslider__einblicke_el1 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1rem; } }

.twopeaceslider__einblicke_el2 {
    grid-area: el2;
    line-height: 1.3rem; }
@media (min-width: 1280px) {
    .twopeaceslider__einblicke_el2 {
        font-size: 1.1rem;
        line-height: 1.4rem; } }

.twopeaceslider__einblicke_el3 {
    grid-area: el3; }
.twopeaceslider__einblicke_el3 img {
    height: 14.2rem; }
@media (min-width: 1280px) {
    .twopeaceslider__einblicke_el3 img {
        width: 11.2rem;
        height: 15.8rem; } }
.twopeaceslider carousel {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/*================================================  Contactpage =================*/
@media (min-width: 1280px) {
    .contact {
        display: grid;
        grid-template-columns: 62.4% 37.6%;
        padding-top: .85rem;
        padding-bottom: .9rem;
        min-height: 36rem; } }

.contact__left {
    padding-top: .6rem;
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: 1.5rem; }
@media (min-width: 640px) {
    .contact__left {
        padding-top: .55rem;
        padding-bottom: 2.5rem; } }
@media (min-width: 1280px) {
    .contact__left {
        padding-left: 8.4rem;
        padding-top: .7rem; } }
.contact__left h5 {
    color: #ed1847;
    margin-top: .2rem;
    margin-bottom: .6rem;
    font-weight: 100;
    text-transform: uppercase; }
@media (min-width: 640px) {
    .contact__left h5 {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 0; } }
@media (min-width: 1280px) {
    .contact__left h5 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-top: .2rem; } }

@media (min-width: 640px) {
    .contact__form {
        padding-left: 4rem;
        padding-right: 4rem; } }

@media (min-width: 1280px) {
    .contact__form {
        padding-left: 0; } }

.contact__right {
    padding-top: .6rem;
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: 1.4rem;
    background-color: #F3F5F6; }
@media (min-width: 640px) {
    .contact__right {
        padding-top: 1.3rem;
        position: relative; } }
@media (min-width: 1280px) {
    .contact__right {
        background-color: white;
        padding-right: 4.8rem;
        padding-top: .7rem; } }

.contact__right__companyname {
    font-size: .8rem;
    font-family: Geogrotesque-Md;
    text-transform: uppercase;
    margin-top: .95rem;
    color: #333333; }
@media (min-width: 640px) {
    .contact__right__companyname {
        font-size: .9rem;
        padding-right: 11rem; } }
@media (min-width: 1280px) {
    .contact__right__companyname {
        padding-right: 0;
        margin-top: 3.75rem;
        line-height: 1.2rem;
        margin-bottom: 1.15rem; } }

.contact__right__companyaddress {
    font-size: .8rem;
    margin-top: .3rem;
    color: #333333; }
@media (min-width: 640px) {
    .contact__right__companyaddress {
        font-size: .9rem;
        margin-top: .2rem;
        padding-right: 11rem; } }
@media (min-width: 1280px) {
    .contact__right__companyaddress {
        padding-right: 0;
        font-size: 1rem;
        margin-bottom: 1.05rem; } }
.contact__right__companyaddress div {
    display: inline; }
@media (min-width: 1280px) {
    .contact__right__companyaddress div {
        display: block; } }
@media (min-width: 1280px) {
    .contact__right__companyaddress div:nth-of-type(2) {
        display: none; } }

.contact__right__label {
    font-size: .8rem;
    font-family: Geogrotesque-Md;
    margin-top: .25rem;
    color: #333333; }
@media (min-width: 640px) {
    .contact__right__label {
        font-size: .9rem;
        margin-bottom: .2rem;
        padding-right: 11rem; } }
@media (min-width: 1280px) {
    .contact__right__label {
        padding-right: 0;
        margin-bottom: 0; } }

.contact__right__info {
    color: #ed1847; }
@media (min-width: 640px) {
    .contact__right__info {
        padding-right: 11rem; } }
@media (min-width: 1280px) {
    .contact__right__info {
        padding-right: 0;
        margin-bottom: 1.1rem; } }

.contact__right__commerce {
    font-size: .685rem;
    margin-top: 1.6rem;
    color: #333333; }
@media (min-width: 640px) {
    .contact__right__commerce {
        font-size: .8rem;
        line-height: 1.2rem;
        margin-top: 1.4rem;
        position: relative;
        padding-right: 11rem; } }
@media (min-width: 640px) and (min-width: 1280px) {
    .contact__right__commerce {
        padding-right: 0;
        font-size: .7rem; } }
.contact__right__commerce div {
    display: inline; }

.contact__right__commerce--md {
    font-family: Geogrotesque-Md;
    color: #333333; }

.contact__right__commerce__divider {
    margin-left: -.1rem; }

.contact__right__commerce__web {
    display: none; }
@media (min-width: 640px) {
    .contact__right__commerce__web {
        position: absolute;
        right: 0;
        bottom: 1.9rem;
        font-size: 1.8rem;
        line-height: 1.1rem;
        display: block; } }
@media (min-width: 1280px) {
    .contact__right__commerce__web {
        font-size: 2.4rem;
        line-height: 1.1rem;
        bottom: 3.4rem;
        left: .4rem; } }

/*================================================  Beschwerdepage =================*/
.complaint {
    padding-top: .3em; }
@media (min-width: 1280px) {
    .complaint {
        margin-top: -1.5rem; } }
.complaint h5 {
    padding-left: .4rem;
    padding-right: .4rem;
    margin-bottom: .5rem; }
@media (min-width: 640px) {
    .complaint h5 {
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin-bottom: .9rem; } }
@media (min-width: 1280px) {
    .complaint h5 {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: .3rem; } }
.complaint .smalltext {
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: .6rem; }
@media (min-width: 640px) {
    .complaint .smalltext {
        padding-bottom: 1rem; } }
@media (min-width: 1280px) {
    .complaint .smalltext {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        padding-bottom: 1.3rem; } }

.complaint__desc {
    color: #ed1847;
    font-size: .9rem;
    font-family: Geogrotesque-SmBdIt;
    line-height: 1.2rem;
    margin-bottom: 1.6rem; }
@media (min-width: 640px) {
    .complaint__desc {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-top: .9rem;
        margin-bottom: 1.1rem;
        position: relative; } }
@media (min-width: 1280px) {
    .complaint__desc {
        font-size: 1rem;
        margin-top: 1.4rem; } }
@media (min-width: 640px) {
    .complaint__desc:before {
        content: "";
        width: 1.6rem;
        height: .5rem;
        background-size: 1.6rem .5rem;
        background-image: url("/images/ico_link.svg");
        display: block;
        position: absolute;
        left: .5rem;
        top: .25rem; } }
@media (min-width: 1280px) {
    .complaint__desc:before {
        background-image: url("/images/ico_link-content.svg");
        width: 3.2rem;
        background-size: 3.2rem .5rem;
        left: 0; } }

.complaint__formwrapper {
    padding-left: .4rem;
    padding-right: .4rem;
    padding-top: 1rem;
    background-color: #F3F5F6; }
@media (min-width: 640px) {
    .complaint__formwrapper {
        padding-top: .15rem; } }
@media (min-width: 1280px) {
    .complaint__formwrapper {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        padding-top: .7rem; } }

/*=====================/repos/templates/content/components/layout_3cols==========================*/
.threecols {
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: 1rem; }
@media (min-width: 640px) {
    .threecols {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1280px) {
    .threecols {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3rem;
        max-width: 47.2rem;
        margin-left: auto;
        margin-right: auto;} }
@media (min-width: 640px) {
    .threecols .right {
        justify-self: right; } }
@media (min-width: 1280px) {
    .threecols .right {
        justify-self: left;
    } }

/* ==================== Landesgruppen-page ===========================================================*/
.-Verband-Landesgruppen h1 {
    line-height: 2.2rem !important; }
@media (min-width: 640px) {
    .-Verband-Landesgruppen h1 {
        margin-bottom: 0; } }
@media (min-width: 1280px) {
    .-Verband-Landesgruppen h1 {
        letter-spacing: .001rem;
        margin-bottom: .8rem; } }
@media (min-width: 1280px) {
    .-Verband-Landesgruppen h1 .toptemplate_content {
        padding-bottom: 1.5rem; } }

.-Verband-Landesgruppen h4 {
    margin-top: 0;
    margin-bottom: .6rem;
    font-size: 1rem; }
@media (min-width: 1280px) {
    .-Verband-Landesgruppen h4 {
        margin-bottom: 0; } }

/*=====================/repos/templates/content/wysiwyg/insert_landesgruppen==========================*/
.groups {
    line-height: 1.2rem;
    margin-bottom: .4rem; }
@media (min-width: 1280px) {
    .groups {
        margin-bottom: 1.3rem; } }

.groups__state {
    font-family: Geogrotesque-SmBdIt;
    font-size: .8rem; }
@media (min-width: 1280px) {
    .groups__state {
        font-size: .9rem;
        line-height: 1.3rem; } }

.groups__name {
    color: #566B80;
    font-size: .9rem; }
@media (min-width: 1280px) {
    .groups__name {
        font-size: 1rem;
        line-height: 1.3rem; } }

.groups__function {
    color: #566B80;
    font-size: .8rem; }
@media (min-width: 1280px) {
    .groups__function {
        font-size: .8rem;
        line-height: 1.3rem; } }

/*===================== /repos/templates/content/wysiwyg/insert_delegate ========================*/
.delegate {
    background-color: #F3F5F6;
    padding-top: .6rem;
    padding-bottom: 2.35rem; }
@media (min-width: 1280px) {
    .delegate {
        padding-top: 1.5rem;
        padding-bottom: 2.1rem; } }
.delegate h2 {
    font-family: Geogrotesque-Light;
    font-size: 1.1rem;
    line-height: 2.4rem;
    font-weight: 100;
    color: #ed1847;
    padding-left: .4rem;
    padding-right: .4rem; }
@media (min-width: 1280px) {
    .delegate h2 {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        font-size: 1.6rem;
        line-height: 2.2rem; } }
.delegate .texttop {
    line-height: 1.3rem;
    padding-left: .4rem;
    padding-right: .4rem;
    margin-bottom: .65rem; }
@media (min-width: 1280px) {
    .delegate .texttop {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-top: .9rem;
        margin-bottom: .6rem; } }
.delegate .threecols {
    padding-bottom: 0;
    margin-bottom: .2rem; }
.delegate .arrowlink {
    padding-left: .4rem; }
@media (min-width: 1280px) {
    .delegate .arrowlink {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        margin-top: 4rem; } }
@media (min-width: 1280px) {
    .delegate .arrowlink:before {
        background-image: url("/images/ico_link.svg");
        width: 1.9rem;
        background-size: 1.9rem .5rem;
        position: relative;
        left: 0;
        top: 0; } }

.delegate__state {
    font-family: Geogrotesque-SmBdIt;
    font-size: .8rem;
    line-height: 1.2rem;
    margin-top: .3rem; }
@media (min-width: 1280px) {
    .delegate__state {
        font-size: .9rem;
        line-height: 1.3rem;
        margin-top: 1.3rem; } }

.delegate__names {
    color: #566B80;
    font-size: .8rem;
    line-height: 1.1rem; }
@media (min-width: 1280px) {
    .delegate__names {
        font-size: 1rem;
        line-height: 1.3rem; } }

/*===================   /repos/templates/content/wysiwyg/insert_jobwrapper und /repos/templates/content/wysiwyg/insert_job   ===========*/
.jobs {
    padding-bottom: 3rem; }
@media (min-width: 1280px) {
    .jobs {
        padding-bottom: 5.4rem; } }
.jobs .smalltext {
    padding-left: .4rem;
    padding-right: .4rem; }
@media (min-width: 1280px) {
    .jobs .smalltext {
        padding-left: 8.4rem;
        padding-right: 8.4rem; } }
.jobs h2 {
    color: #ed1847;
    font-size: .9rem;
    line-height: 1.2rem;
    margin-bottom: .7rem; }
@media (min-width: 1280px) {
    .jobs h2 {
        font-size: 1.1rem;
        line-height: 2.2rem; } }
@media (min-width: 1280px) {
    .jobs h1 {
        margin-bottom: .9rem; } }
@media (min-width: 1280px) {
    .jobs .toptemplate_content {
        padding-bottom: .55rem; } }

.jobs__headline {
    padding-left: .4rem;
    padding-right: .4rem;
    background-color: #E7EBEE;
    color: #ed1847;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2rem;
    height: 2rem;
    margin-top: .9rem;
    margin-bottom: .45rem; }
@media (min-width: 1280px) {
    .jobs__headline {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        font-size: 1.6rem;
        height: 4rem;
        line-height: 4rem;
        margin-top: 1.3rem;
        margin-bottom: .95rem; } }

.jobs__wrapper {
    padding-left: .4rem;
    padding-right: .4rem; }
@media (min-width: 1280px) {
    .jobs__wrapper {
        padding-left: 8.4rem;
        padding-right: 8.4rem; } }
.jobs__wrapper h2:first-of-type {
    margin-bottom: .4rem; }
@media (min-width: 1280px) {
    .jobs__wrapper h2:first-of-type {
        margin-bottom: .2rem; } }

.job {
    margin-bottom: .8rem; }
@media (min-width: 1280px) {
    .job {
        padding-left: 4rem;
        padding-right: 4rem; } }
.job .arrowlink {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: .1rem; }
@media (min-width: 1280px) {
    .job .arrowlink {
        padding-bottom: 1.5rem; } }
.job .arrowlink a {
    line-height: 2rem;
    opacity: 1; }
@media (min-width: 1280px) {
    .job .arrowlink a {
        font-size: 1rem;
        line-height: 1.4rem; } }

.job__shortdesc {
    font-size: .8rem;
    line-height: 1.1rem; }
@media (min-width: 1280px) {
    .job__shortdesc {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: .2rem; } }
.job__shortdesc.text-smboldit {
    font-family: Geogrotesque-SmBdIt; }

.job__longdesc {
    position: relative;
    font-size: .8rem;
    line-height: 1.1rem;
    height: 0;
    opacity: 0;
    transition: height .2s ease-in-out, opacity .2s ease-in-out; }
@media (min-width: 1280px) {
    .job__longdesc {
        font-size: 1rem;
        line-height: 1.4rem; } }
.job__longdesc .IconCollapseArrow {
    position: absolute;
    bottom: .75rem;
    right: 0;
    height: .8rem;
    width: 1.6rem; }
@media (min-width: 1280px) {
    .job__longdesc .IconCollapseArrow {
        bottom: 2.5rem; } }
.job__longdesc .arrowlink {
    margin-top: .3rem;
    padding-bottom: .35rem; }
@media (min-width: 1280px) {
    .job__longdesc .arrowlink {
        margin-top: 2.1rem;
        padding-bottom: 0.8rem; } }
@media (min-width: 1280px) {
    .job__longdesc .arrowlink:before {
        background-image: url("/images/ico_link.svg");
        position: relative;
        top: 0;
        left: 0;
        width: 1.8rem;
        background-size: 1.8rem .5rem; } }

@media (min-width: 1280px) {
    .job__shortdesc + .arrowlink:before {
        top: .5rem; } }

.job--open .job__shortdesc + .arrowlink {
    cursor: auto; }
.job--open .job__shortdesc + .arrowlink a {
    cursor: auto;
    opacity: .6; }
.job--open .job__shortdesc + .arrowlink:before {
    cursor: auto;
    opacity: .6; }

.job--open .job__longdesc {
    height: 100%;
    opacity: 1;
    padding-top: 1.2rem;
    transition: height .2s ease-in-out, opacity .2s ease-in-out; }

.job-_longdesc__hl {
    font-family: Geogrotesque-SmBdIt; }

.job_longdesc--close {
    cursor: pointer; }
@media (min-width: 1280px) {
    .job_longdesc--close {
        text-align: right;
        padding-right: 2rem; } }

.job__collapsetext {
    display: none; }
@media (min-width: 1280px) {
    .job__collapsetext {
        display: inline;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.4rem;
        color: #ed1847;
        position: relative;
        bottom: 2.2rem; } }

/*===========================================  /repos/templates/content/wysiwyg/insert_youtube  =======================*/
.video__content {
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: .4rem;
    padding-right: .4rem;
    color: white;
    background-blend-mode: saturation;
    position: relative;
    min-height: 28.4rem;
    padding-top: .2rem;
    padding-bottom: 5.9rem; }
@media (min-width: 640px) {
    .video__content {
        padding-top: .8rem;
        padding-left: 4.4rem;
        padding-right: 4.4rem;
        padding-bottom: 10.8rem; } }
@media (min-width: 1280px) {
    .video__content {
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        padding-top: 2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "h4 h4" "text video";
        padding-bottom: 7.9rem; } }
.video__content:before {
    content: "";
    background-color: rgba(237, 0, 10, 0.67);
    background-size: cover;
    position: absolute;
    left: -.4rem;
    top: 0;
    width: calc(100% + .8rem);
    height: 100%;
    z-index: 0; }

.video__h4 {
    position: relative;
    font-size: 1.1rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    margin-bottom: .2rem; }
@media (min-width: 640px) {
    .video__h4 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem; } }
@media (min-width: 1280px) {
    .video__h4 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 7.4rem; } }

.video__text {
    position: relative;
    font-size: 1rem;
    line-height: 1.3rem; }
@media (min-width: 1280px) {
    .video__text {
        font-size: 1.1rem;
        line-height: 1.4rem;
        grid-area: text;
        margin-top: .1rem;
        padding-right: 6.8rem; } }

.video__video {
    position: relative;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.6rem;
    padding-bottom: 70%; }
@media (min-width: 640px) {
    .video__video {
        margin-top: 4.3rem; } }
@media (min-width: 1280px) {
    .video__video {
        grid-area: video;
        margin-top: 0;
        padding-left: .5rem; } }
.video__video iframe {
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    z-index: 9; }
@media (min-width: 1280px) {
    .video__video iframe {
        padding-left: .5rem; } }

.video .arrowlink--white {
    position: absolute;
    bottom: 1.2rem; }
@media (min-width: 640px) {
    .video .arrowlink--white {
        bottom: 1.8rem; } }
@media (min-width: 1280px) {
    .video .arrowlink--white {
        left: 8.4rem;
        bottom: 8.9rem; } }
.video .arrowlink--white a {
    font-size: .9rem;
    color: white; }
@media (min-width: 640px) {
    .video .arrowlink--white a {
        font-size: 1rem; } }
.video .arrowlink--white:before {
    content: "";
    background-image: url(/images/ico_link-white.svg);
    left: -2.9rem;
    background-size: 1.6rem .5rem;
    width: 1.6rem;
    height: .5rem;
    display: inline-block;
    margin-right: .7rem; }
@media (min-width: 1280px) {
    .video .arrowlink--white:before {
        width: 1.9rem;
        background-size: 1.9rem .5rem;
        margin-right: .5rem; } }
@media (min-width: 640px) {
    .video .arrowlink--white {
        margin-top: 3.5rem; } }
@media (min-width: 1280px) {
    .video .arrowlink--white {
        margin-top: 6.2rem; } }

.job__collapsetext {
    display: none; }
@media (min-width: 1280px) {
    .job__collapsetext {
        display: inline;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.4rem;
        color: #ed1847;
        position: relative;
        bottom: 2.2rem; } }

/*===================  /repos/templates/content/components/insert_image  ===========*/
.image_fullwidth img {
    width: 100%; }

.image_fullwidth:before {
    content: "";
    background-image: url(/images/ico_link-white.svg);
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: .5rem;
    background-size: 1.6rem .5rem;
    display: inline-block;
    margin-right: .6rem; }
@media (min-width: 1280px) {
    .image_fullwidth:before {
        background-size: 1.9em .5rem;
        width: 1.9rem; } }

.icon__videoplay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 11; }

.previmage {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover; }

/*===================== /repos/templates/content/wysiwyg/insert_prefooter_revision ===============*/
.prefooter_revision {
    background-color: #F3F5F6;
    padding-top: 1rem;
    padding-bottom: 3.7rem;
    text-align: center;
    font-size: .9rem;
    line-height: 1.2rem; }
@media (min-width: 640px) {
    .prefooter_revision {
        padding-top: 1.5rem;
        padding-bottom: 4.7rem;
        padding-left: 4rem;
        padding-right: 4rem; } }
@media (min-width: 1280px) {
    .prefooter_revision {
        padding-top: 2.5rem;
        padding-bottom: 5rem; } }

.prefooter_revision__name {
    margin-top: .8rem;
    margin-bottom: .3rem;
    font-family: Geogrotesque-Md;}
@media (min-width: 640px) {
    .prefooter_revision__name {
        margin-top: .5rem; } }
@media (min-width: 1280px) {
    .prefooter_revision__name {
        margin-top: .8rem; } }

.prefooter_revision__address {
    margin-bottom: 1.4rem; }
@media (min-width: 1280px) {
    .prefooter_revision__address {
        margin-bottom: 2.45rem; } }

.prefooter_revision__link {
    text-transform: uppercase; }
@media (min-width: 640px) {
    .prefooter_revision__link {
        font-size: 1rem; } }
@media (min-width: 1280px) {
    .prefooter_revision__link {
        font-size: 1.1rem; } }
@media (min-width: 1280px) {
    .prefooter_revision__link:before {
        content: "";
        background-image: url("/images/ico_link.svg");
        height: .5rem;
        width: 1.9rem;
        display: inline-block;
        background-size: 1.9rem .5rem;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 1rem; } }

/*===============================/repos/templates/content/wysiwyg/insert_callus =============*/
.callus {
    padding-left: .2rem;
    padding-right: .2rem;
    padding-top: .5rem;
    padding-bottom: 1.2rem; }
@media (min-width: 640px) {
    .callus {
        padding-top: 0;
        padding-bottom: 2.6rem;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-areas: "h5 h5 h5" "part1 part2 part3"; } }
@media (min-width: 1280px) {
    .callus {
        background-color: #F3F5F6;
        padding-left: 8.4rem;
        padding-right: 8.4rem;
        padding-top: 1.75rem;
        padding-bottom: 4.55rem;
        grid-template-columns: 33% 33% 33%;
        grid-template-areas: "h5 h5 h5" "part1 part2 part3"; } }
.callus h5 {
    color: #ed1847;
    margin-bottom: .95rem;
    font-weight: 100;
    text-transform: uppercase; }
@media (min-width: 640px) {
    .callus h5 {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: .9rem;
        margin-bottom: 1.35rem; } }
@media (min-width: 1280px) {
    .callus h5 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-top: .2rem;
        margin-bottom: 1.85rem; } }

@media (min-width: 640px) {
    .callus__partone {
        grid-area: part1; } }

.callus__partone .callus__devision {
    margin-top: 1.35rem; }
@media (min-width: 640px) {
    .callus__partone .callus__devision {
        margin-top: 1.45rem; } }
@media (min-width: 1280px) {
    .callus__partone .callus__devision {
        margin-top: 1.1rem;
        line-height: 1.35rem; } }

.callus__partone .callus__devision:first-of-type {
    margin-top: 0rem; }

.callus__devision {
    font-family: Geogrotesque-SmBdIt;
    font-size: .8rem; }
@media (min-width: 1280px) {
    .callus__devision {
        font-size: .9rem;
        line-height: 1.3rem; } }

.callus__parttwo {
    padding-top: 1.4rem; }
@media (min-width: 640px) {
    .callus__parttwo {
        grid-area: part2;
        padding-top: 0;
        padding-left: 2.9rem; } }
@media (min-width: 1280px) {
    .callus__parttwo {
        padding-left: .2rem;
        padding-right: 0; } }
.callus__parttwo .personal {
    margin-bottom: 1.2rem; }

.callus__partthree {
    display: none; }
@media (min-width: 640px) {
    .callus__partthree {
        display: inline-block;
        grid-area: part3;
        padding-left: .55rem; } }
@media (min-width: 1280px) {
    .callus__partthree .personal {
        margin-bottom: 1.2rem;
        padding-right: 0; } }

@media (min-width: 1280px) {
    .personal__dw {
        font-size: 1rem; } }

/*=====================/repos/templates/content/wysiwyg/insert_name_function ================*/
.personal {
    padding-right: .5rem;
    color: #566B80; }

.personal__function {
    font-size: .8rem; }
@media (min-width: 1280px) {
    .personal__function {
        line-height: 1.35rem; } }

.personal__top {
    font-size: .9rem;
    line-height: 1.35rem; }

@media (min-width: 640px) {
    .personal__name {
        line-height: 1.3rem; } }

@media (min-width: 1280px) {
    .personal__name {
        font-size: 1rem;
        line-height: 1.3rem; } }

.personal__top {
    display: flex;
    justify-content: space-between; }

/*================================/repos/templates/content/wysiwyg/insert_splitscreen==========*/
.splitscreen {
    color: white; }
@media (min-width: 640px) {
    .splitscreen {
        display: grid; } }
@media (min-width: 1280px) {
    .splitscreen {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
.splitscreen a {
    color: white;
    font-size: .9rem;
    line-height: 1rem; }
@media (min-width: 640px) {
    .splitscreen a {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: .65rem; } }
@media (min-width: 1280px) {
    .splitscreen a {
        line-height: 2.2rem; } }

.splitscreen__h4 {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin-bottom: .4rem; }
@media (min-width: 640px) {
    .splitscreen__h4 {
        font-size: 1.4rem;
        line-height: 1.95rem;
        margin-bottom: .7rem; } }
@media (min-width: 1280px) {
    .splitscreen__h4 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: .4rem; } }

.splitscreen__text {
    font-size: .9rem;
    line-height: 1.2rem;
    margin-bottom: 1.8rem; }
@media (min-width: 640px) {
    .splitscreen__text {
        font-size: 1.04rem;
        line-height: 1.3rem; } }
@media (min-width: 1280px) {
    .splitscreen__text {
        font-size: 1.1rem;
        line-height: 1.4rem; } }

.splitscreen__left {
    background-color: #667B90;
    padding-left: .4rem;
    padding-right: .4rem;
    padding-top: .8rem;
    padding-bottom: 2.45rem;
    position: relative; }
@media (min-width: 640px) {
    .splitscreen__left {
        order: 1;
        padding-top: 1rem;
        padding-bottom: 3rem; } }
@media (min-width: 1280px) {
    .splitscreen__left {
        order: 0;
        padding-left: 8.4rem;
        padding-top: 2.2rem;
        padding-top: 2.2rem;
        padding-right: 8rem;
        position: relative;
        padding-bottom: .8rem; } }
.splitscreen__left a {
    position: absolute;
    bottom: 1.3rem;
    left: 2.7rem; }
@media (min-width: 1280px) {
    .splitscreen__left a {
        bottom: 1.6rem;
        left: 10.7rem; } }
.splitscreen__left .ico_swipe-right {
    width: 1.6rem;
    position: absolute;
    left: .45rem;
    bottom: 1.75rem; }
@media (min-width: 640px) {
    .splitscreen__left .ico_swipe-right {
        bottom: 2.1rem; } }
@media (min-width: 1280px) {
    .splitscreen__left .ico_swipe-right {
        position: absolute;
        width: 1.9rem;
        bottom: 3.05rem;
        left: 8.4rem; } }

.splitscreen__right {
    background-color: #ed1847;
    padding-left: .4rem;
    padding-right: .4rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    display: grid;
    grid-template-columns: 59.2% 1fr; }
@media (min-width: 640px) {
    .splitscreen__right {
        padding-right: .4rem;
        padding-top: 2rem;
        position: relative;
        padding-bottom: .9rem;
        grid-template-columns: 63.75% 1fr; } }
@media (min-width: 1280px) {
    .splitscreen__right {
        padding-right: 8.4rem;
        padding-left: 2.1rem;
        padding-top: 2.2rem;
        padding-bottom: 1.3rem;
        grid-template-columns: 60% 1fr; } }
.splitscreen__right > div {
    position: relative; }
@media (min-width: 1280px) {
    .splitscreen__right > div {
        padding-right: .8rem; } }
.splitscreen__right img {
    padding-top: .2rem;
    height: 12.2rem;
    width: auto; }
@media (min-width: 640px) {
    .splitscreen__right img {
        padding-top: 0;
        margin-top: -.4rem; } }
@media (min-width: 1280px) {
    .splitscreen__right img {
        margin-top: -.25rem;
        height: 12rem; } }
.splitscreen__right .icon-download {
    position: absolute;
    left: 0;
    bottom: .8rem; }
@media (min-width: 640px) {
    .splitscreen__right .icon-download {
        position: absolute;
        bottom: 2.1rem;
        left: 0; } }
@media (min-width: 1280px) {
    .splitscreen__right .icon-download {
        bottom: 1.4rem; } }
.splitscreen__right .icon-download .a,
.splitscreen__right .icon-download .b,
.splitscreen__right .icon-download .d {
    fill: white; }
.splitscreen__right .icon-download .c {
    stroke: white; }

.splitscreen__right__links {
    position: absolute;
    bottom: .6rem;
    left: 2.3rem; }
@media (min-width: 640px) {
    .splitscreen__right__links {
        position: absolute;
        bottom: 1.55rem;
        left: 2.3rem; } }
@media (min-width: 1280px) {
    .splitscreen__right__links {
        bottom: .9rem; } }
.splitscreen__right__links a {
    display: block; }
@media (min-width: 640px) {
    .splitscreen__right__links a {
        display: inline-block; } }
.splitscreen__right__links a:first-of-type {
    line-height: .8rem;
    margin-bottom: .2rem; }
.splitscreen__right__links a:nth-of-type(2) {
    font-size: .7rem; }
@media (min-width: 640px) {
    .splitscreen__right__links a:nth-of-type(2) {
        font-size: 1rem;
        line-height: 1rem; } }

@media (min-width: 1280px) {
    .splitscreen__imagelink:hover:after {
        content: 'Im PDF-Reader online lesen';
        font-family: Geogrotesque-Light-Italic;
        font-size: 1.2rem;
        line-height: 1.6rem;
        color: white;
        text-align: center;
        padding-top: 7rem;
        padding-left: .1rem;
        padding-right: .1rem;
        width: 8.6rem;
        height: 12.05rem;
        background: rgba(0, 0, 0, 0.8) url("/images/ico_download_book.svg") no-repeat 2.2rem 2.3rem;
        background-size: 4rem 4rem;
        opacity: 0.7;
        z-index: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: -.3rem; } }


/*================  footer  ===============================*/

footer {
    height: 25.5rem;
    position: relative;
    background-color: #c3ccd4;
    padding: 2.8rem 0.9rem 0.6rem;
    width: 100vw;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: center;
}
footer a {
    color: black;
}
footer .IconTwitter {
    margin-bottom: 0.5rem;
}
footer #LogoFooter {
    height: 3.2rem;
    width: 3.2rem;
    position: absolute;
    top: -1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.35));
}
.footer_secondpart {
    display: none;
}
.footer_hl {
    font-family: 'Geogrotesque-Md';
}
.footer_firstpart {
    margin-bottom: 0.7rem;
}
.footer_bottom {
    font-size: 0.8rem;
    font-family: 'Geogrotesque-Md';
    margin-top: 0.9rem;
    line-height: 1.1rem;
}
.footer_thirdpart {
    margin-bottom: 1.8rem;
}
.line-faded {
    height: 1px;
    background: -moz-linear-gradient(
        left,
        rgba(160, 170, 175, 0) 0%,
        #8899a9 20%,
        #667b90 70%,
        rgba(160, 170, 175, 0) 100%
        );
    background: -webkit-linear-gradient(
        left,
        rgba(160, 170, 175, 0) 0%,
        #8899a9 20%,
        #667b90 70%,
        rgba(160, 170, 175, 0) 100%
        );
    background: linear-gradient(
        to right,
        rgba(160, 170, 175, 0) 0%,
        #8899a9 20%,
        #667b90 70%,
        rgba(160, 170, 175, 0) 100%
        );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8899A9', endColorstr='#667B90',GradientType=1 );
}
/*========= X Logo Footer  ========*/
.logo_x {
    grid-area: twitter;
    height: 2.7rem;
    display: flex;
    align-items: center;
    justify-self: center;
}
.logo_x > span {
    font-size: 14px;
    color: #566b80;
    text-transform: uppercase;
    font-family: Geogrotesque-SmBd, Geogrotesque;
}
.logo_x img {
    width: 30px;
    margin-left: 2px;
}
/*===========================================================================================  TABLET  =============*/
@media (min-width: 640px) {
    footer {
        height: 16rem;
        padding: 2.2rem 0rem 0.6rem 0.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 'first third' 'twitter twitter' 'line line' 'bottom bottom';
    }
    footer .IconTwitter {
        margin-bottom: 0;
    }

    .footer_firstpart {
        grid-area: first;
        text-align: left;
        margin-bottom: 0.75rem;
    }
    .footer_thirdpart {
        grid-area: third;
        text-align: left;
        margin-bottom: 0;
    }
    footer .line-faded {
        grid-area: line;
        margin-top: 0.4rem;
    }
    .footer_bottom {
        grid-area: bottom;
        margin-top: 0.2rem;
    }
}
/*===========================================================================================  DESKTOP  =============*/
@media (min-width: 1280px) {
    footer {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: 'first second third' 'twitter twitter twitter' 'line line line' 'bottom bottom bottom';
        height: 17rem;
        padding: 2.7rem 7.4rem 0.6rem 8.3rem;
        line-height: 1.4rem;
    }
    .footer_firstpart {
        margin-bottom: 1rem;
    }
    .footer_secondpart {
        display: inline-block;
        grid-area: second;
        text-align: left;
    }
    .line-faded {
        margin-top: 0.4rem;
    }
    .footer_bottom {
        font-size: 0.9rem;
        display: flex;
        justify-content: center;
        margin-top: 0.8rem;
    }
    .footer_bottom div {
        display: inline-block;
    }
    .footer_bottom div:first-of-type {
        order: 2;
    }
    .footer_bottom div:nth-of-type(2) {
        order: 1;
        font-family: 'Geogrotesque-Light';
        margin-right: 0.3rem;
    }
}
/*=======hide menu in workversion ========*/
.menu_column {
    display: none;
}
/*========= .   bannertemplate===============*/
.banner img {
    width: 100%;
    height: auto;
    overflow:   hidden;
}

.header_logotext {
    display: none;
}
.header_logotext_mobil {
    margin-top: 0.3rem;
}
/*===========================SUCHFELD=======*/
.searchfield {
    position: absolute;
    top: 0;
    right: -31.95rem;
    height: 3rem;
    width: 100vw;
    transition: right 0.3s ease-in-out;
}
.searchfield.slide_in {
    right: 0;
    transition: right 0.3s ease-in-out;
    z-index: 20;
}
.searchfield input {
    border: 1px solid rgba(0, 0, 0, 0.35);
    width: 100vw;
    height: 3rem;
    font-family: 'Geogrotesque-Light';
    font-size: 1rem;
    color: #000000;
    padding-left: 2.65rem;
}
.searchfield input::placeholder {
    font-size: 1rem;
    color: #8899a9;
}


.reset_x {
    position: absolute;
    left: 0.8rem;
    top: 1.05rem;
    height: 1rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.IconSearchClose {
    height: 1rem;
    width: 1rem;
}

.IconSearchGo {
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    top: 0.95rem;
    right: 0.5rem;
}

.tooltip {
    display: none;
}
/*===========================================================================================  TABLET  =============*/
@media (min-width: 640px) {
    .header_logotext {
        font-family: Geogrotesque-SmBd;
        display: inline-block;
        font-size: 0.78rem;
        margin-left: 1rem;
        align-self: self-end;
        color: white;
    }
    .header_iconwrapper {
        grid-template-columns: 2.5rem 2.3rem 1fr;
        padding-top: 0.7rem;
    }
    .header_iconwrapper svg {
        justify-self: left;
    }
    .IconMenuOpen {
        justify-self: left;
    }
    /*===========================SUCHFELD=======*/
    .searchfield {
        display: none;
    }
    header,
    .home header.sticky,
    .home header.menuopen {
        padding-left: 0.7rem;
        padding-top: 0.6rem;
        height: 4rem;
        grid-template-columns: 2.9rem 1fr 7.9rem;
    }

    .header_logotext_mobil {
        display: none;
    }

    .logostart {
        height: 2.8rem;
        width: 2.8rem;
    }

}
/*===========================================================================================  DESKTOP  =============*/
@media (min-width: 1280px) {
    .header_iconwrapper {
        grid-template-columns: 4rem 4rem 4rem 4.7rem;
    }
    .header_iconwrapper   .homeicon {
        display: inline-block;
        height: 1.7rem;
        margin-top: 0.2rem;
    }
    .header_iconwrapper   > span {
        text-align: center;
    }
    .header_iconwrapper   svg,
    .header_iconwrapper   a {
        justify-self: center;
        align-self: center;
    }
    .header_iconwrapper  .IconMenuSearch {
        height: 1.8rem;
        width: 1.8rem;
        margin-top: 0.45rem;
    }
    .header_iconwrapper .IconMenuHome {
        height: 1.7rem;
        width: 1.7rem;
    }
    .header_iconwrapper .IconMenuLogin {
        width: 1.6rem;
        height: 1.8rem;
        margin-top: 0.5rem;
    }
    .header_iconwrapper .IconMenuOpen {
        width: 2.25rem;
        height: 1.5rem;
        margin-top: 0.45rem;
        justify-self: self-end;
    }


    header,
    .home header.sticky,
    .home header.menuopen {
        grid-template-columns: 7.7rem 1fr 16.3rem;
        padding-top: 0.8rem;
        padding-right: 4.4rem;
        padding-bottom: 0.8rem;
    }

    header   .header_logotext {
        font-size: 0.9rem;
        line-height: 1rem;
        margin-left: 0;
        margin-top: 0.3rem;
    }

    header  >a:first-of-type {
        justify-self: right;
        margin-right: 0.9rem;
    }

    header .header_iconwrapper {
        padding-top: 0;
    }

    header .logostart {
        margin-right: 0;
        height: 2.4rem;
        width: 2.4rem;
        transition: all 0.3s ease-out;
    }


    .home header .searchfield {
        top: 2.7rem;
    }

    header .searchfield,
    .home header.sticky .searchfield {
        top: 0.8rem;
        transition: all 0.3s ease-in-out;
    }


    /*===========================SUCHFELD=======*/

    /*tooltip*/
    .tooltip {
        display:none;
    }
}
.board__wrapper, .members, .faqs, .publications {
    margin-left: 2rem;
    margin-right: 2rem;
}
.bg_grey {
    background-color: #f3f5f6;
}
.banner {
    min-height: 6rem;
}
.runningtext {

    margin-top: 1rem;

}
h1 {
    padding-top: 1rem; }
.italic {
    font-style: italic;
}
.job__longdesc {

    height: 100%;
    opacity: 1;
    padding-top: 1.2rem;
}
.smalltext li {
    list-style-type: disc;
}

.smalltext ul {
    padding-inline-start: 2rem;
}
/*download-image*/

.download__image {
    padding-left: .8rem;
    padding-right: .8rem;
    padding-bottom: 2rem;
}

.download__image__imgwrapper {
    height: calc(100vw / 1.7 - 1.6rem);
    overflow: hidden;
}
.download__image__imgwrapper img {
    width: 100%;
    height: auto;
}
.download__image__text__wrapper {
    display: grid;
    grid-template-columns: 90% 10%;
    padding-top: 1rem;
}
.download__image__text__wrapper a {
    justify-self: end;
}
.download__image__text {
    font-size: .8rem;
}

@media (min-width: 640px) {
    .download__image {

    }

    .download__image__imgwrapper {
        max-height: initial;
        height: calc(100vw / 2.1 / 2 - 1.6rem);
    }
    .download__image__imgwrapper img {
        min-height: calc(100vw / 2.1 / 2 - 1.6rem);
    }
    .download__image__text__wrapper {

    }
    .download__image__text__wrapper a {

    }
    .download__image__text {
        font-size: .9rem;
    }
}
@media (min-width: 1280px) {
    .download__image__text {
        font-size: .9rem;
    }
}
@media (max-width: 639px){
    .banner__items[data-v-420680d4] {
        overflow: hidden;
    }
}
/*============adaptions for /repos/templates/content/wysiwyg/insert_3downloadimages ==========*/

.dl3 .download__image {
    padding: 0;
}

.dl3 .left,
.dl3 .center,
.dl3 .right {
    margin-bottom: 1rem;
}

.dl3 .download__image__text__wrapper {
    grid-template-columns: 83% 17%;
}

@media (min-width: 640px) {
    .dl3 .download__image__text {       
        font-size: .7rem;
    }
    .dl3 .threecols {       
        grid-column-gap: 1rem;       
    }
}
@media (min-width: 1280px) {
    .dl3 .download__image__text {      
        font-size: .9rem;

    }
    .dl3 .download__image__imgwrapper {
        height: 8.55rem;
        overflow: hidden;
    }

    .dl3 .download__image__imgwrapper img {          
        min-height: 8.55rem;           
    }
}
/*======insert_image_drag_drop=====*/

.insert_image_dragdrop img {
    width: 100%;
    height: 100%;
}

.content__image img {
    max-width: 100%;
    height: auto;
}

/*=========/repos/templates/content/components/dsgvo_btns========*/
.dsgvo_btn_wrapper {
    padding-left: 20px;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-column-gap: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.dsgvo_btn_wrapper .button {
    font-size: .8rem;
    font-family: "Geogrotesque-SmBd";
    position: relative;
    height: 40px;
    line-height:  40px;
    width: 300px;
    background-color: #ed1847;
    cursor: pointer;
    color: white;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #ed1847;
}
.dsgvo_btn_wrapper .button.inactive {
    background-color: white;
    color: #ed1847;
    cursor: not-allowed;
    pointer-events: none;
}
.dsgvo_btn_wrapper .button:focus {
    outline: none;
}
@media screen and (max-width: 889px) {
    .dsgvo_btn_wrapper {
        grid-template-columns: 100%;
        grid-row-gap: 10px;
        padding-left: 0;
    }
}
/*========= /repos/templates/content/wysiwyg/insert_comment ========*/


.commentbar {
    padding-top: 0.1rem;
    padding-bottom: 0.9rem;
    padding-top: 1rem;
}
.commentbar .director__container {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 1rem;
}
.comment {
    margin-top: 1rem;
    padding: 0 2rem 0 1.5rem;
    font-family: 'Geogrotesque-Md';
}
@media (min-width: 640px) {
    .commentbar .director__container {
        grid-template-columns: 30% 70%;
    }
    .commentbar .person__name {
        font-size: 1rem;
    }
    .comment {
        align-self: center;
        margin-top: -1.5rem;
    }
}
@media (min-width: 1280px){
    .commentbar .director__container {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}