:root {
    --color-primary: #e9b000;
    --color-primary-hover: #ffc100;
    --color-secondary: #006071;
    --color-secondary-hover: #007f96;
    --color-secondary-light: #e5ebef;

    --nuance-color: #f0f0f0;
    --text-color: #1a1a18;
}

.ce_rsce_wrapper.ansprechpartner .ce_rsce_wrapper__item,
.swa-associates-list__logo,
.ce_rsce_list__number,
.search__search,
.ce_rsce_person__icon,
.ce_rsce_person__overlay,
.ce_rsce_teaser-boxes__dots,
.ce_rsce_teaser-boxes__prev,
.ce_rsce_teaser-boxes__next,
.ce_rsce_icon-boxes__expand,
.ce_rsce_icon-boxes__link,
.ce_rsce_icon-boxes__icon,
.ce_rsce_icon-boxes__item,
.ce_rsce_icon-boxes__heading,
.nav__contact a,
.nav__contact,
.header__bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod_article__inner,
#footer .inside,
.header__bar,
.header__nav {
    padding: 2rem 1rem;
    margin: 0 auto;
    max-width: 1200px;
}

@media screen and (min-width: 600px) {
    .mod_article__inner,
    #footer .inside,
    .header__bar,
    .header__nav {
        padding: 3rem 1.5rem;
    }
}

@media screen and (min-width: 1000px) {
    .mod_article__inner,
    #footer .inside,
    .header__bar,
    .header__nav {
        padding: 4rem 2rem;
    }
}

.footer__top .mod_customnav a span::before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
}

.contact-form button.submit,
.swa-associates-list__details,
.search__button,
.news__more,
.button {
    display: inline-block;
    color: #fff;
    background-color: var(--color-primary);
    border: 0;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.8rem;
    padding: 0.8em 1.4em;
}

@media screen and (min-width: 600px) {
    .contact-form button.submit,
    .swa-associates-list__details,
    .search__button,
    .news__more,
    .button {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 1000px) {
    .contact-form button.submit,
    .swa-associates-list__details,
    .search__button,
    .news__more,
    .button {
        font-size: 1rem;
    }
}

.contact-form button.submit:hover,
.swa-associates-list__details:hover,
.search__button:hover,
.news__more:hover,
.button:hover {
    background-color: var(--color-primary-hover);
}

.contact-form button.submit:active,
.swa-associates-list__details:active,
.search__button:active,
.news__more:active,
.button:active {
    background-color: var(--color-primary-hover);
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item .ce_rsce_wrapper {
    background: #fff;
    align-items: stretch;
    height: 100%;
    margin: 0;
}

.mod_article.newsletter
    .mod_article__inner
    > .ce_rsce_wrapper
    > .ce_rsce_wrapper__item
    .ce_rsce_wrapper__item:first-child {
    padding: 1.5rem;
}

@media screen and (min-width: 1000px) {
    .mod_article.newsletter
        .mod_article__inner
        > .ce_rsce_wrapper
        > .ce_rsce_wrapper__item
        .ce_rsce_wrapper__item:first-child {
        padding: 2rem;
    }
}

@media screen and (max-width: 499px) {
    .mod_article.newsletter
        .mod_article__inner
        > .ce_rsce_wrapper
        > .ce_rsce_wrapper__item
        .ce_rsce_wrapper__item:nth-child(2) {
        display: none;
    }
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item .ce_image,
.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item .image_container {
    height: 100%;
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item .button {
    margin-top: 1rem;
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item h1,
.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item h2 {
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 400;
}

@media screen and (min-width: 600px) {
    .mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item h1,
    .mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item h2 {
        text-align: left;
        font-size: 1.2rem;
    }
}

.ce_rsce_accordion__toggle,
.ce_rsce_icon-boxes__expand-toggle,
.ce_rsce_icon-boxes__toggle {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
    transition: background-color 0.25s ease;
}

.ce_rsce_accordion__toggle:hover,
.ce_rsce_icon-boxes__expand-toggle:hover,
.ce_rsce_icon-boxes__toggle:hover {
    background-color: #ededed;
}

.ce_rsce_accordion__toggle:active,
.ce_rsce_icon-boxes__expand-toggle:active,
.ce_rsce_icon-boxes__toggle:active {
    background-color: #dbdbdb;
}

.ce_rsce_accordion__toggle::after,
.ce_rsce_icon-boxes__expand-toggle::after,
.ce_rsce_icon-boxes__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '+';
    font-size: 21px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    color: inherit;
}

@media screen {
    .ce_rsce_teaser-boxes a.ce_rsce_teaser-boxes__inner {
        transition:
            transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
            box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .ce_rsce_teaser-boxes a.ce_rsce_teaser-boxes__inner:hover {
        transform: scale(1.03) translate3d(0, -2%, 0);
        box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
    }
}

.primary.ce_rsce_list__number,
.primary.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: var(--color-primary);
    background-color: #fff;
}

.primary-inverted.ce_rsce_list__number,
.primary-inverted.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: #fff;
    background-color: var(--color-primary);
}

.secondary.ce_rsce_list__number,
.secondary.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: var(--nuance-color);
    background-color: #fff;
}

.secondary-inverted.ce_rsce_list__number,
.secondary-inverted.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: #fff;
    background-color: var(--nuance-color);
}

.light.ce_rsce_list__number,
.light.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: #aeaeae;
    background-color: #fff;
}

.light-inverted.ce_rsce_list__number,
.light-inverted.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: #fff;
    background-color: #aeaeae;
}

.dark.ce_rsce_list__number,
.dark.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: #545454;
    background-color: #fff;
}

.dark-inverted.ce_rsce_list__number,
.dark-inverted.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
    color: #fff;
    background-color: #545454;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src:
        local('Open Sans Light'),
        local('OpenSans-Light'),
        url('/files/jaade/fonts/open-sans-v17-latin-300.woff2') format('woff2'),
        url('/files/jaade/fonts/open-sans-v17-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src:
        local('Open Sans Regular'),
        local('OpenSans-Regular'),
        url('/files/jaade/fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
        url('/files/jaade/fonts/open-sans-v17-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src:
        local('Open Sans Bold'),
        local('OpenSans-Bold'),
        url('/files/jaade/fonts/open-sans-v17-latin-700.woff2') format('woff2'),
        url('/files/jaade/fonts/open-sans-v17-latin-700.woff') format('woff');
}

#header {
    padding-top: 4rem;
}

@media screen and (min-width: 1000px) {
    #header {
        padding-top: 10.5rem;
        transition: padding-top 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    }
}

#header > .inside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    transition: all 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    z-index: 100;
}

@media screen and (min-width: 1000px) {
    #header > .inside {
        height: auto !important;
        background: #fff;
        border-bottom: 7px solid var(--color-secondary);
    }
}

#header > .inside.active {
    height: 100%;
}

#header > .inside.active .header__overlay {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98),
        visibility 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    cursor: pointer;
}

@media screen and (min-width: 1000px) {
    .header__overlay {
        display: none;
    }
}

.header__bar {
    position: relative;
    background: #fff;
    height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 3px solid var(--color-secondary);
    z-index: 1;
}

@media screen and (min-width: 1000px) {
    .header__bar {
        align-items: flex-start;
        height: 7.5rem;
        border-bottom: none;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        transition: all 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
        overflow: hidden;
    }
}

.header__contact,
.header__partner,
.header__search-button {
    display: none;
}

@media screen and (min-width: 1000px) {
    .header__contact,
    .header__partner,
    .header__search-button {
        display: flex;
    }

    .header__contact .ce_hyperlink,
    .header__partner .ce_hyperlink,
    .header__search-button .ce_hyperlink {
        padding: 0 0.25em;
    }

    .header__contact .hyperlink_img,
    .header__contact .hyperlink_img-text__image,
    .header__partner .hyperlink_img,
    .header__partner .hyperlink_img-text__image,
    .header__search-button .hyperlink_img,
    .header__search-button .hyperlink_img-text__image {
        display: block;
        background: var(--color-secondary);
        color: #fff;
        padding: 0.4rem;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 4rem;
        transition: background-color 0.25s ease;
    }

    .header__contact .hyperlink_img:hover,
    .header__contact .hyperlink_img-text__image:hover,
    .header__partner .hyperlink_img:hover,
    .header__partner .hyperlink_img-text__image:hover,
    .header__search-button .hyperlink_img:hover,
    .header__search-button .hyperlink_img-text__image:hover {
        background: var(--color-secondary-hover);
    }

    .header__contact .hyperlink_img-text,
    .header__partner .hyperlink_img-text,
    .header__search-button .hyperlink_img-text {
        display: inline-flex;
        align-items: center;
    }

    .header__contact .hyperlink_img-text:hover .hyperlink_img-text__image,
    .header__partner .hyperlink_img-text:hover .hyperlink_img-text__image,
    .header__search-button .hyperlink_img-text:hover .hyperlink_img-text__image {
        background: #af9600;
    }

    .header__contact .hyperlink_img-text:hover .hyperlink_img-text__text,
    .header__partner .hyperlink_img-text:hover .hyperlink_img-text__text,
    .header__search-button .hyperlink_img-text:hover .hyperlink_img-text__text {
        color: #af9600;
    }

    .header__contact .hyperlink_img-text__text,
    .header__partner .hyperlink_img-text__text,
    .header__search-button .hyperlink_img-text__text {
        transition: color 0.25s ease;
    }

    .header__contact .hyperlink_img-text__image,
    .header__partner .hyperlink_img-text__image,
    .header__search-button .hyperlink_img-text__image {
        margin-right: 0.5em;
    }

    .header__contact svg,
    .header__partner svg,
    .header__search-button svg {
        transition:
            opacity 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98),
            visibility 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    }
}

.header__logo {
    padding: 0 1.5rem;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .header__logo {
        width: auto;
        height: auto;
    }

    .header__logo svg,
    .header__logo img {
        height: 5rem;
        width: auto;
        transition: max-height 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    }
}

@media screen and (min-width: 1000px) {
    .header__logo-small {
        display: none;
    }
}

.header__logo-small svg {
    height: 2.75rem;
    max-width: 200px;
}

.header__logo-small img {
    height: 2.75rem;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.header__logo-large {
    display: none;
}

@media screen and (min-width: 1000px) {
    .header__logo-large {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    #header.scrolled {
        padding-top: calc(3rem - 2px);
    }

    #header.scrolled > .inside {
        border-bottom-width: 3px;
    }

    #header.scrolled .header__bar {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        visibility: hidden;
    }
}

.header__toggle {
    width: 3rem;
    height: 3rem;
    background: none;
    outline: none;
    border: none;
    padding: 0.5rem;
    border-radius: 5rem;
    cursor: pointer;
    transition: background-color 0.5s cubic-bezier(0.66, 0.06, 0.4, 0.98);
}

@media screen and (min-width: 1000px) {
    .header__toggle {
        display: none;
    }
}

.header__toggle:hover {
    background-color: #ddd;
}

.header__toggle svg {
    display: block;
    width: auto;
    height: 100%;
}

.header__toggle path {
    fill: none;
    stroke: var(--color-secondary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
}

.header__toggle .line--1,
.header__toggle .line--3 {
    stroke-dasharray: 16 49.7069;
    stroke-dashoffset: -33.7069;
}

.header__toggle .line--2 {
    stroke-dasharray: 16 16;
}

.header__toggle.active .line--1,
.header__toggle.active .line--3 {
    stroke-dashoffset: 0;
}

.header__toggle.active .line--2 {
    stroke-dasharray: 0 16;
    stroke-dashoffset: -8;
}

.header__nav {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: calc(100% - 4rem);
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-y: auto;
    background: var(--nuance-color);
    color: #dadada;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
    transition: all 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    box-shadow:
        0 1rem 2.5rem rgba(0, 0, 0, 0.12),
        0 1rem 0.8rem rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 550px) {
    .header__nav {
        height: auto;
    }
}

@media screen and (min-height: 800px) {
    .header__nav {
        height: auto;
    }
}

@media screen and (min-width: 1000px) {
    .header__nav {
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        overflow-y: visible;
        background: #fff;
        color: var(--color-primary);
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

.header__nav.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.header__nav ul.level_1 {
    margin: 0;
}

@media screen and (min-width: 1000px) {
    .header__nav ul.level_1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.header__nav ul.level_1 > li a,
.header__nav ul.level_1 > li strong {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1em 0;
    text-align: center;
    color: var(--color-secondary);
    letter-spacing: 0.03em;
    border-radius: 5px;
    transition: background-color 0.25s ease;
}

@media screen and (min-width: 1000px) {
    .header__nav ul.level_1 > li a,
    .header__nav ul.level_1 > li strong {
        padding: 0.5em 1em;
        letter-spacing: 0;
    }
}

.header__nav ul.level_1 > li a:hover,
.header__nav ul.level_1 > li strong:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.header__nav ul.level_1 > li a:active,
.header__nav ul.level_1 > li strong:active {
    background-color: rgba(0, 0, 0, 0.2);
}

.header__nav ul.level_1 > li a.active,
.header__nav ul.level_1 > li strong.active {
    color: #fff;
}

@media screen and (min-width: 1000px) {
    .header__nav ul.level_1 > li a.active,
    .header__nav ul.level_1 > li strong.active {
        color: var(--color-primary);
    }
}

.header__search {
    display: flex;
    min-width: 3rem;
}

@media screen and (min-width: 1000px) {
    .header__search {
        min-width: 0;
    }
}

.header__search.active .header__search-close {
    visibility: visible;
    opacity: 1;
}

.header__search.active svg {
    visibility: hidden;
    opacity: 0;
}

.header__search.active input[type='search'] {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.header__search form {
    margin: 0;
}

.header__search .mod_search {
    position: absolute;
    left: 2.25rem;
    top: 4rem;
    z-index: -1;
    overflow: visible;
}

@media screen and (max-width: 999px) {
    .header__search .mod_search {
        display: none;
    }
}

.header__search .formbody {
    display: flex;
    align-items: stretch;
}

.header__search input[type='search'] {
    max-width: 200px;
    color: #545454;
    height: 1.75rem;
    border: 0;
    box-shadow: inset 0 0 0 1px var(--color-primary);
    outline: none;
    border-radius: 1rem;
    padding: 0 0.75em;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition:
        background-color 0.25s ease,
        visibility 0.25s cubic-bezier(0.66, 0.06, 0.4, 0.98),
        opacity 0.25s cubic-bezier(0.66, 0.06, 0.4, 0.98),
        transform 0.25s cubic-bezier(0.66, 0.06, 0.4, 0.98);
}

.header__search input[type='search']:hover {
    background: #f8f8f8;
}

.header__search input[type='search']:focus {
    box-shadow: inset 0 0 0 1px #af9600;
}

.header__search input[type='search']::-webkit-search-cancel-button {
    display: none;
}

.header__search button {
    margin-left: 0.25em;
    background: var(--color-primary);
    color: #fff;
    border: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 2rem;
    padding: 0.4rem;
    cursor: pointer;
}

.header__search button:hover {
    background: #af9600;
}

.header__search-button {
    position: relative;
}

.header__search-close {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    transform: translate(-50%, -50%);
    line-height: 1rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.25s cubic-bezier(0.66, 0.06, 0.4, 0.98),
        visibility 0.25s cubic-bezier(0.66, 0.06, 0.4, 0.98);
}

.nav__contact {
    margin-top: auto;
    padding: 1.5rem 0;
}

@media screen and (min-width: 1000px) {
    .nav__contact {
        display: none;
    }
}

.nav__contact .ce_hyperlink {
    padding: 0 0.5em;
}

.nav__contact a {
    background: #fff;
    color: var(--color-secondary);
    padding: 1rem;
    border-radius: 4rem;
    transition: background-color 0.25s ease;
}

.nav__contact a:hover {
    background-color: #ededed;
}

.nav__contact a:active {
    background-color: #dbdbdb;
}

.nav__contact a svg,
.nav__contact a img {
    width: 1.5rem;
    height: 1.5rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body,
#wrapper {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

#wrapper {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.ie #wrapper {
    display: block;
}

#footer {
    margin-top: auto;
}

html,
body {
    font:
        400 15px/1.3 'Open Sans',
        'Arial',
        sans-serif;
    color: var(--text-color);
}

a {
    color: inherit;
    text-decoration: none;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1,
h2,
.hlike {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 1em;
}

h3 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    margin: 2em 0 1em;
}

h3:first-child {
    margin-top: 0;
}

h1 + h2,
h2 + h3 {
    margin-top: 0.5em;
}

h4,
h5,
h6 {
    font-size: 1.2rem;
    margin: 1.25em 0 0.75em;
}

svg,
img {
    display: block;
    width: 100%;
    height: auto;
}

.ce_image {
    margin-bottom: 1.5rem;
}

.ce_image img,
.ce_image svg {
    display: inline-block;
    height: auto;
    width: auto;
}

strong {
    font-weight: 700;
}

th,
td {
    padding: 0.25rem 1rem;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.hyperlink_img .text {
    display: none;
}

@media screen and (min-width: 700px) {
    .one-column p {
        width: calc(50% - 0.75rem);
    }
}

@media screen and (min-width: 700px) {
    .two-columns {
        columns: 2;
        column-gap: 1.5rem;
    }
}

.ce_text ul,
.ce_rsce_accordion__text ul {
    list-style-type: disc;
    padding-inline-start: 2rem;
}

.ce_text ol,
.ce_rsce_accordion__text ol {
    list-style-type: decimal;
    padding-inline-start: 2rem;
}

#footer {
    border-top: 1px solid var(--color-secondary);
    background: #fff;
    color: var(--text-color);
}

#footer .inside {
    padding-bottom: 1rem;
}

.footer__top {
    flex-wrap: wrap;
}

@media screen and (min-width: 700px) {
    .footer__top {
        flex-wrap: nowrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

@media screen and (min-width: 1000px) {
    .footer__top {
        justify-content: space-between;
    }
}

.footer__top .ce_rsce_wrapper__item {
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 700px) {
    .footer__top .ce_rsce_wrapper__item {
        width: 30%;
        padding: 0 1.5rem;
    }

    .footer__top .ce_rsce_wrapper__item:first-child {
        margin-right: auto;
        width: auto;
        min-width: 200px;
    }
}

.footer__top h2 {
    font-size: 1.2rem;
}

.footer__top .mod_customnav strong,
.footer__top .mod_customnav a {
    display: block;
    padding: 0.5em 0;
}

.footer__top .mod_customnav a span {
    position: relative;
}

.footer__top .mod_customnav a span::before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
    left: -1.5em;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen {
    .footer__top .mod_customnav a:hover span::before {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.footer__top .mod_customnav strong {
    font-weight: 400;
}

.footer__logo {
    color: #fff;
}

.footer__logo--large {
    display: none;
}

@media screen and (min-width: 1000px) {
    .footer__logo--large {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .footer__logo--small {
        display: none;
    }
}

.footer__logo img,
.footer__logo svg {
    width: 100%;
    max-width: 200px;
    height: auto;
}

@media screen and (min-width: 1000px) {
    .footer__logo img,
    .footer__logo svg {
        max-width: 300px;
    }
}

.footer__bottom {
    /*border-top: 1px solid rgba(255, 255, 255, 0.8);*/
    border-top: 1px solid var(--color-secondary-light);
    font-size: 0.8rem;
    padding-top: 0.5rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 799px) {
    .footer__bottom {
        flex-wrap: wrap;
    }

    .footer__bottom .ce_rsce_wrapper__item {
        width: 100%;
    }
}

.mod_article--light {
    background-color: var(--nuance-color);
}

.mod_article--dark {
    background-color: var(--text-color);
    color: #fff;
}

.mod_article--primary,
.mod_article--highlighted {
    background-color: var(--color-primary);
    color: #fff;
}

.mod_article--primary .button,
.mod_article--highlighted .button {
    background-color: #fff;
    color: var(--color-secondary);
}

.mod_article--primary .button:hover,
.mod_article--highlighted .button:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

.mod_article--secondary {
    background-color: var(--color-secondary);
    color: #fff;
}

.mod_article--frameless .mod_article__inner,
.mod_article--fullwidth .mod_article__inner {
    max-width: none;
}

.mod_article--frameless .mod_article__inner {
    padding: 0;
}

@media screen and (max-width: 799px) {
    .mod_article__inner h1,
    .mod_article__inner h2,
    .mod_article__inner .hlike {
        text-align: center;
    }

    .mod_article__inner h1 strong::after,
    .mod_article__inner h2 strong::after {
        content: '\a';
        white-space: pre;
    }
}

.iefix .ce_rsce_wrapper {
    position: relative;
    display: block;
    float: left;
}

.ce_rsce_wrapper {
    position: relative;
    display: flex;
}

.ce_rsce_wrapper--2,
.ce_rsce_wrapper--3,
.ce_rsce_wrapper--4 {
    flex-wrap: wrap;
}

.ce_rsce_wrapper--2 > .ce_rsce_wrapper__item,
.ce_rsce_wrapper--3 > .ce_rsce_wrapper__item,
.ce_rsce_wrapper--4 > .ce_rsce_wrapper__item {
    width: 100%;
    max-width: 600px;
}

@media screen and (min-width: 900px) {
    .ce_rsce_wrapper--2 > .ce_rsce_wrapper__item {
        width: 50%;
        /*float: left;*/
    }
}

.iefix .ce_rsce_wrapper--2 > .ce_rsce_wrapper__item {
    float: left;
}

@media screen and (min-width: 900px) {
    .ce_rsce_wrapper--3 > .ce_rsce_wrapper__item {
        width: 33.33%;
    }
}

@media screen and (min-width: 900px) {
    .ce_rsce_wrapper--4 > .ce_rsce_wrapper__item {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .ce_rsce_wrapper--4 > .ce_rsce_wrapper__item {
        width: 25%;
    }
}

.ce_rsce_wrapper--spacing-h-none {
    margin-left: 0;
    margin-right: 0;
}

.ce_rsce_wrapper--spacing-h-none > .ce_rsce_wrapper__item {
    padding-left: 0;
    padding-right: 0;
}

.mod_article.newsletter
    .mod_article__inner
    > .ce_rsce_wrapper
    > .ce_rsce_wrapper__item
    .ce_rsce_wrapper__item:last-child {
    padding-right: 0;
}

.ce_rsce_wrapper--spacing-h-sm {
    margin-left: -1rem;
    margin-right: -1rem;
}

.ce_rsce_wrapper--spacing-h-sm > .ce_rsce_wrapper__item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ce_rsce_wrapper--spacing-h-md {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.ce_rsce_wrapper--spacing-h-md > .ce_rsce_wrapper__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ce_rsce_wrapper--spacing-h-lg {
    margin-left: -2rem;
    margin-right: -2rem;
}

.ce_rsce_wrapper--spacing-h-lg > .ce_rsce_wrapper__item {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ce_rsce_wrapper--spacing-v-sm {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.ce_rsce_wrapper--spacing-v-sm > .ce_rsce_wrapper__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ce_rsce_wrapper--spacing-v-md {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}

.ce_rsce_wrapper--spacing-v-md > .ce_rsce_wrapper__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ce_rsce_wrapper--spacing-v-lg {
    margin-top: -2rem;
    margin-bottom: -2rem;
}

.ce_rsce_wrapper--spacing-v-lg > .ce_rsce_wrapper__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ce_rsce_wrapper--wrap-nw {
    flex-wrap: nowrap;
}

.ce_rsce_wrapper--wrap-w {
    flex-wrap: wrap;
}

.ce_rsce_wrapper--h-start {
    justify-content: flex-start;
}

.ce_rsce_wrapper--h-center {
    justify-content: center;
}

.ce_rsce_wrapper--h-end {
    justify-content: flex-end;
}

.ce_rsce_wrapper--h-spb {
    justify-content: space-between;
}

.ce_rsce_wrapper--h-spa {
    justify-content: space-around;
}

.ce_rsce_wrapper--v-start {
    align-items: flex-start;
}

.ce_rsce_wrapper--v-center {
    align-items: center;
}

.ce_rsce_wrapper--v-end {
    align-items: flex-end;
}

.ce_rsce_wrapper--v-stretch {
    align-items: stretch;
}

.ce_rsce_spacer--spacing-h-none {
    padding-left: 0;
}

.ce_rsce_spacer--spacing-h-sm {
    padding-left: 2rem;
}

.ce_rsce_spacer--spacing-h-md {
    padding-left: 3rem;
}

.ce_rsce_spacer--spacing-h-lg {
    padding-left: 4rem;
}

.ce_rsce_spacer--spacing-v-none {
    padding-top: 0;
}

.ce_rsce_spacer--spacing-v-sm {
    padding-top: 2rem;
}

.ce_rsce_spacer--spacing-v-md {
    padding-top: 3rem;
}

.ce_rsce_spacer--spacing-v-lg {
    padding-top: 4rem;
}

#main .ce_text a,
#main .ce_rsce_accordion__text a {
    white-space: nowrap;
    color: var(--color-secondary);
    font-weight: 700;
    transition: color 0.25s ease;
}

#main .ce_text a:hover,
#main .ce_rsce_accordion__text a:hover {
    color: var(--color-secondary-hover);
}

.rsts-skin-jaade {
    height: 70vh;
}

@media screen and (max-height: 800px) {
    .rsts-skin-jaade {
        height: 60vh;
    }
}

@media screen and (max-width: 600px) {
    .rsts-skin-jaade {
        height: 500px;
    }
}

.rsts-skin-jaade .rsts-nav-prev,
.rsts-skin-jaade .rsts-nav-next {
    display: none;
}

.rsts-skin-jaade .rsts-slide > div {
    position: relative;
    height: 100%;
}

@media screen and (min-width: 1000px) {
    .rsts-skin-jaade .rsts-slide > div {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin: 0 auto;
    }
}

.rsts-skin-jaade .ce_text {
    position: absolute;
    padding: 1.5rem;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 600px) {
    .rsts-skin-jaade .ce_text {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media screen and (min-width: 1000px) {
    .rsts-skin-jaade .ce_text {
        position: relative;
        /*background-color: #fff;*/
        text-align: left;
        width: 50%;
    }

    .rsts-skin-jaade .ce_text * {
        max-width: 500px;
    }
}

.rsts-skin-jaade .ce_text p:first-child > strong,
.rsts-skin-jaade .ce_text h1,
.rsts-skin-jaade .ce_text h2,
.rsts-skin-jaade .ce_text h3,
.rsts-skin-jaade .ce_text h4,
.rsts-skin-jaade .ce_text h5,
.rsts-skin-jaade .ce_text h6 {
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: none;
}

.rsts-skin-jaade .rsts-nav-bullets {
    position: absolute;
    display: none;
}

@media (min-width: 1200px) {
    .rsts-skin-jaade .rsts-nav-bullets {
        display: block;
        top: 30px;
        right: calc(50vw - 600px + 1rem);
    }
}

.rsts-skin-jaade .rsts-nav-bullets ul {
    display: flex;
}

.rsts-skin-jaade .rsts-nav-bullets li {
    margin: 0 0.35em;
}

.rsts-skin-jaade .rsts-nav-bullets a {
    position: relative;
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
}

.rsts-skin-jaade .rsts-nav-bullets a.active::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #fff;
    border-radius: 50%;
}

@keyframes refresh {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    50% {
        transform: translate3d(0, -1rem, 0);
        opacity: 0;
    }
    51% {
        transform: translate3d(0, 1rem, 0);
        opacity: 0;
    }
}

.ce_rsce_icon-boxes__heading {
    padding: 0.75rem 2rem;
    flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes__heading {
        position: absolute;
        z-index: 0;
    }
}

.ce_rsce_icon-boxes__title {
    margin: 0 2rem 0 3.5rem;
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
}
@media screen and (max-width: 470px) {
    .ce_rsce_icon-boxes__title {
        margin: 0;
    }
    .ce_rsce_icon-boxes__toggle {
        margin: 7px;
    }
}

.ce_rsce_icon-boxes__toggle {
    color: #545454;
}

.ce_rsce_icon-boxes__toggle.active::after {
    content: '−';
}

.ce_rsce_icon-boxes__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes__items {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items {
    margin: 0;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    /* transition: all .4s cubic-bezier(0.66, 0.06, 0.4, 0.98) */
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items {
        visibility: visible;
        opacity: 1;
        max-height: none;
        /* background-color: transparent !important; */
        background-color: var(--color-primary) !important;
        color: #fff !important;
        position: relative;
    }
}

.ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items.active {
    visibility: visible;
    opacity: 1;
}

.ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__items {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.ce_rsce_icon-boxes__item {
    width: 100%;
    padding: 0.75rem 0;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes__item {
        padding: 0 1rem;
        width: auto;
    }
}

.ce_rsce_icon-boxes__item--description,
.ce_rsce_icon-boxes__item--description .ce_rsce_icon-boxes__link {
    align-items: flex-start;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes__item--hint {
        display: none;
    }
}

.ce_rsce_icon-boxes__item h2 {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
}

.ce_rsce_icon-boxes__item h2 + p {
    margin-top: 0.25rem;
}

.ce_rsce_icon-boxes__item p:last-child {
    margin-bottom: 0;
}

.ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__item:first-child {
    padding-top: 2rem;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__item:first-child {
        padding-top: 0;
        padding-left: 0;
    }
}

.ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__item:last-child {
    padding-bottom: 2rem;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__item:last-child {
        padding-bottom: 0;
        padding-right: 0;
    }
}

.ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__item h2 {
    text-align: center;
    font-weight: 400;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__item h2 {
        font-weight: 700;
        text-align: left;
    }
}

.ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__item {
    justify-content: flex-start;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0.75rem 1rem;
}

@media screen and (max-width: 599px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__item {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }
}

@media screen and (min-width: 600px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__item {
        transition: none;
        width: 50%;
    }
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__item {
        width: 33.33%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__item .ce_rsce_icon-boxes__text {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 599px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__item.hidden {
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    }
}

.ce_rsce_icon-boxes__icon {
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3rem;
    margin-right: 1rem;
}

.ce_rsce_icon-boxes__icon--svg {
    color: #fff;
    background-color: #545454;
}

.ce_rsce_icon-boxes__icon svg {
    display: block;
    width: auto;
    height: 1.75rem;
}

.ce_rsce_icon-boxes__icon img {
    display: block;
    width: auto;
    height: 100%;
}

.ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__icon {
    display: none;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__icon {
        display: flex;
    }
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__icon {
        margin-right: 0;
        margin-bottom: 1rem;
        /*width: 100%*/
    }
}

.ce_rsce_icon-boxes__text {
    hyphens: auto;
    word-break: break-word;
}

@media screen and (max-width: 999px) {
    .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__text p {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__text h2 {
        text-align: center;
    }
}

.ce_rsce_icon-boxes__link {
    max-width: 320px;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes__link {
        max-width: none;
    }
}

@media screen {
    .ce_rsce_icon-boxes__link:hover .ce_rsce_icon-boxes__text {
        opacity: 0.9;
    }

    .ce_rsce_icon-boxes__link:hover svg {
        animation: refresh 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98) forwards;
    }
}

@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__link {
        flex-direction: column;
    }
}

.ce_rsce_icon-boxes__expand {
    margin: 2rem auto 0;
    font-family: inherit;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    color: var(--color-primary);
    padding: 0.5rem 1rem;
    flex-shrink: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 600px) {
    .ce_rsce_icon-boxes__expand {
        display: none;
    }
}

.ce_rsce_icon-boxes__expand.active .ce_rsce_icon-boxes__expand-toggle::after {
    content: '−';
}

.ce_rsce_icon-boxes__expand-toggle {
    background-color: transparent !important;
    border: 1px solid var(--color-primary);
    margin-left: 0.75rem;
}

.ce_rsce_icon-boxes__hint {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    opacity: 0.5;
}

.mod_article--light .ce_rsce_icon-boxes__toggle {
    color: var(--text-color);
}

.mod_article--light .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items {
    background-color: #c1c1c1;
}

.mod_article--dark .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items {
    background-color: var(--text-color);
}

.mod_article--highlighted .ce_rsce_icon-boxes__toggle,
.mod_article--primary .ce_rsce_icon-boxes__toggle {
    color: var(--color-primary);
}

.mod_article--highlighted .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items,
.mod_article--primary .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items {
    background-color: #fff;
    color: var(--text-color);
}

.mod_article--secondary .ce_rsce_icon-boxes__toggle {
    color: var(--nuance-color);
}

.mod_article--secondary .ce_rsce_icon-boxes--folding .ce_rsce_icon-boxes__items {
    background-color: #af9600;
}

.ce_rsce_teaser-boxes {
    margin: 0.5rem -0.5rem;
}

.ce_rsce_teaser-boxes__view {
    margin: 0 auto;
}

.ce_rsce_teaser-boxes__boxes {
    display: flex;
    align-items: stretch;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
}

.ce_rsce_teaser-boxes__box {
    flex: 1;
    padding: 0 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98),
        visibility 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98),
        transform 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
}

.ce_rsce_teaser-boxes__box.active {
    opacity: 1;
    visibility: visible;
}

.ce_rsce_teaser-boxes__inner {
    display: flex;
    flex-flow: column nowrap;
    border-top: 3px solid var(--color-secondary);
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.ce_rsce_teaser-boxes__text {
    padding: 1rem;
    hyphens: manual;
}

.ce_rsce_teaser-boxes__heading {
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1em;
}

.ce_rsce_teaser-boxes__description {
    color: var(--text-color);
}

.ce_rsce_teaser-boxes__image {
    margin-top: auto;
    width: 100%;
}

.ce_rsce_teaser-boxes__nav {
    margin-top: 2rem;
    padding: 0 0.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ce_rsce_teaser-boxes__prev,
.ce_rsce_teaser-boxes__next {
    background: #545454;
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

@media screen {
    .ce_rsce_teaser-boxes__prev,
    .ce_rsce_teaser-boxes__next {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.ce_rsce_teaser-boxes__prev:hover,
.ce_rsce_teaser-boxes__next:hover {
    background-color: #666;
}

.ce_rsce_teaser-boxes__prev:active,
.ce_rsce_teaser-boxes__next:active {
    background-color: #787878;
}

.ce_rsce_teaser-boxes__prev svg,
.ce_rsce_teaser-boxes__next svg {
    height: 1.75rem;
    width: auto;
}

@media screen {
    .ce_rsce_teaser-boxes__prev svg,
    .ce_rsce_teaser-boxes__next svg {
        height: 1.5rem;
    }
}

.ce_rsce_teaser-boxes__prev svg {
    margin-right: 0.2rem;
}

.ce_rsce_teaser-boxes__next svg {
    margin-left: 0.2rem;
}

.ce_rsce_teaser-boxes__dots {
    margin: 0 1rem;
    position: relative;
}

.ce_rsce_teaser-boxes__dot {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.25rem;
    border-radius: 1rem;
    border: 2px solid #545454;
    cursor: pointer;
}

.ce_rsce_teaser-boxes__indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #545454;
    border-radius: 1rem;
}

.mod_article--primary .ce_rsce_teaser-boxes__prev,
.mod_article--primary .ce_rsce_teaser-boxes__next,
.mod_article--primary .ce_rsce_teaser-boxes__indicator,
.mod_article--secondary .ce_rsce_teaser-boxes__prev,
.mod_article--secondary .ce_rsce_teaser-boxes__next,
.mod_article--secondary .ce_rsce_teaser-boxes__indicator {
    background-color: #fff;
}

.mod_article--primary .ce_rsce_teaser-boxes__prev:hover,
.mod_article--primary .ce_rsce_teaser-boxes__next:hover,
.mod_article--secondary .ce_rsce_teaser-boxes__prev:hover,
.mod_article--secondary .ce_rsce_teaser-boxes__next:hover {
    background-color: #ededed;
}

.mod_article--primary .ce_rsce_teaser-boxes__prev:active,
.mod_article--primary .ce_rsce_teaser-boxes__next:active,
.mod_article--secondary .ce_rsce_teaser-boxes__prev:active,
.mod_article--secondary .ce_rsce_teaser-boxes__next:active {
    background-color: #dbdbdb;
}

.mod_article--primary .ce_rsce_teaser-boxes__dot,
.mod_article--secondary .ce_rsce_teaser-boxes__dot {
    border-color: #fff;
}

.mod_article--primary .ce_rsce_teaser-boxes__prev,
.mod_article--primary .ce_rsce_teaser-boxes__next,
.mod_article--primary .ce_rsce_teaser-boxes__indicator {
    color: var(--color-primary);
}

.mod_article--secondary .ce_rsce_teaser-boxes__prev,
.mod_article--secondary .ce_rsce_teaser-boxes__next,
.mod_article--secondary .ce_rsce_teaser-boxes__indicator {
    color: var(--nuance-color);
}

.news__category h2 {
    font-size: 1.2rem;
    padding: 0.5em 1em;
    font-weight: 300;
    background-color: var(--nuance-color);
    color: var(--text-color);
}

.news__image {
    margin-bottom: 1rem;
}

.news__headline {
    color: var(--color-secondary);
    font-weight: 700;
    font-size: 1rem;
}

.news__info {
    font-weight: 700;
    font-size: 0.8rem;
}

.news__text {
    margin-bottom: 0.5rem;
}

.ce_rsce_accordion {
    width: 100%;
}
.mod_newslist .ce_rsce_accordion__header .ce_rsce_accordion__title {
    width: 90%;
}

.ce_rsce_accordion--primary .ce_rsce_accordion__header {
    background-color: var(--color-primary);
    color: #fff;
}

.ce_rsce_accordion--primary .ce_rsce_accordion__header:active,
.ce_rsce_accordion--primary .ce_rsce_accordion__header:hover {
    background-color: var(--color-primary-hover);
}

.ce_rsce_accordion--primary .ce_rsce_accordion__toggle {
    color: var(--color-primary);
    background-color: #fff;
}

.ce_rsce_accordion--light .ce_rsce_accordion__header {
    background-color: #f0f0f0;
    color: #545454;
}

.ce_rsce_accordion--light .ce_rsce_accordion__header:hover {
    background-color: #dedede;
}

.ce_rsce_accordion--light .ce_rsce_accordion__header:active {
    background-color: #ccc;
}

.ce_rsce_accordion--light .ce_rsce_accordion__toggle {
    color: #fff;
    background-color: var(--color-primary);
}

.ce_rsce_accordion--light .ce_rsce_accordion__toggle:hover {
    background-color: #bea300;
}

.ce_rsce_accordion--light .ce_rsce_accordion__toggle:active {
    background-color: #9b8500;
}

.ce_rsce_accordion--dark .ce_rsce_accordion__header {
    background-color: #545454;
    color: #fff;
}

.ce_rsce_accordion--dark .ce_rsce_accordion__header:hover {
    background-color: #666;
}

.ce_rsce_accordion--dark .ce_rsce_accordion__header:active {
    background-color: #787878;
}

.ce_rsce_accordion--dark .ce_rsce_accordion__toggle {
    color: #545454;
    background-color: #fff;
}

.ce_rsce_accordion__article {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.ce_rsce_accordion__article.active .ce_rsce_accordion__content {
    visibility: visible;
    opacity: 1;
}

.ce_rsce_accordion__content {
    /*align-items: baseline !important;*/
}

.ce_rsce_accordion__article.active .ce_rsce_accordion__toggle::after {
    content: '−';
}

.ce_rsce_accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
    transition: background-color 0.25s ease;
}

.ce_rsce_accordion__title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left !important;
}

.ce_rsce_accordion__toggle::after {
    content: '+';
}

.ce_rsce_accordion__content {
    overflow: hidden;
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.66, 0.06, 0.4, 0.98);
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_accordion__content {
        max-width: none;
    }
}

.ce_rsce_accordion__content--pos-single {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center*/
}

.ce_rsce_accordion__content--pos-text {
    display: block;
}

.ce_rsce_accordion__content--pos-text::after {
    content: '';
    clear: both;
}

@media screen and (min-width: 600px) {
    .ce_rsce_accordion__content--pos-text.ce_rsce_accordion__content--al-left .ce_rsce_accordion__image {
        float: left;
        padding-right: 2.5rem;
    }

    .ce_rsce_accordion__content--pos-text.ce_rsce_accordion__content--al-right .ce_rsce_accordion__image {
        float: right;
        padding-left: 2.5rem;
        padding-right: 0;
    }

    .ce_rsce_accordion__content--pos-text .ce_rsce_accordion__image {
        width: 50%;
        padding: 0;
    }

    .ce_rsce_accordion__content--pos-text .ce_rsce_accordion__text {
        padding: 0 !important;
    }
}

.ce_rsce_accordion__image,
.ce_rsce_accordion__text {
    margin: 2rem 0;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_accordion__image,
    .ce_rsce_accordion__text {
        flex: 1;
    }

    .ce_rsce_accordion__image:first-child,
    .ce_rsce_accordion__text:first-child {
        padding-right: 1.5rem;
    }

    .ce_rsce_accordion__image:last-child,
    .ce_rsce_accordion__text:last-child {
        padding-left: 1.5rem;
    }
}

.ce_rsce_accordion__image {
    order: 0;
}

.ce_rsce_accordion__text {
    order: 1;
}

@media screen and (min-width: 1000px) {
    .ce_rsce_accordion__text {
        order: 0;
    }
}

.ce_rsce_person {
    width: 100%;
    max-width: 300px;
}

.ce_rsce_person__inner {
    text-align: center;
    position: relative;
    align-items: center;
}

.ce_rsce_person__image-link,
.ce_rsce_person__image-wrapper {
    position: relative;
    display: block;
    width: 75%;
    margin: 0 auto 1.5rem;
}

@media screen and (min-width: 600px) {
    .ce_rsce_person__image-link,
    .ce_rsce_person__image-wrapper {
        width: 100%;
    }
}

@media screen {
    .ce_rsce_person__image-link:hover .ce_rsce_person__overlay {
        background-color: rgba(226, 194, 0, 0.6);
    }

    .ce_rsce_person__image-link:hover .ce_rsce_person__overlay .ce_rsce_person__name {
        background-color: rgba(226, 194, 0, 0);
        border-radius: 2rem;
        bottom: 50%;
        right: 50%;
        transform: translate3d(50%, calc(100% + 1rem), 0);
    }

    .ce_rsce_person__image-link:hover .ce_rsce_person__overlay svg {
        transform: translate3d(0, -2rem, 0);
        opacity: 1;
        visibility: visible;
    }
}

.ce_rsce_person__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: rgba(226, 194, 0, 0);
    transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.ce_rsce_person__overlay svg {
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
    transform: translate3d(0, -5rem, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.ce_rsce_person__image {
    position: relative;
    padding: 50%;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.ce_rsce_person__image img,
.ce_rsce_person__image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

@supports (object-fit: cover) {
    .ce_rsce_person__image img,
    .ce_rsce_person__image svg {
        object-fit: cover;
        height: 100%;
    }
}

.ce_rsce_person__image-placeholder {
    color: var(--text-color);
}

.ce_rsce_person__image-placeholder circle {
    fill: #dadada;
}

.ce_rsce_person__name {
    position: absolute;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: var(--color-primary);
    right: 0;
    bottom: 2rem;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    white-space: nowrap;
}

.ce_rsce_person__position {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.ce_rsce_person__qualification {
    font-size: 1rem;
    margin-bottom: 0.5em;
}

.ce_rsce_person__description {
    margin-bottom: 1.5rem;
}

.ce_rsce_person__contact {
    display: inline-block;
}

.ce_rsce_person__contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 0.8rem;
}

@media screen {
    .ce_rsce_person__contact-link {
        transition: color 0.25s ease;
    }

    .ce_rsce_person__contact-link:hover {
        color: var(--color-primary);
    }
}

.ce_rsce_person__icon {
    display: inline-flex;
    flex-shrink: 0;
    height: 1.75rem;
    width: 1.75rem;
    padding: 0.4rem;
    color: var(--color-primary);
    border-radius: 50%;
    margin-right: 0.5em;
}

.mod_article--light .ce_rsce_person__image-placeholder circle,
.mod_article--dark .ce_rsce_person__image-placeholder circle,
.mod_article--highlighted .ce_rsce_person__image-placeholder circle,
.mod_article--primary .ce_rsce_person__image-placeholder circle,
.mod_article--secondary .ce_rsce_person__image-placeholder circle {
    fill: #fff;
}

.search {
    overflow: visible;
}

.search__form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -0.5rem 0.5rem;
}

.search__bar {
    width: 100%;
}

.search__bar,
.search__submit {
    padding: 0 0.5rem;
}

.search__search {
    border: 0;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    justify-content: flex-start;
    background-color: #f0f0f0;
    color: #545454;
    transition: background-color 0.25s ease;
}

.search__search:hover {
    background-color: #dedede;
}

.search__header {
    margin-bottom: 2.5rem;
}

.search__results {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.search__result {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .search__result {
        width: 50%;
    }
}

@media screen and (min-width: 900px) {
    .search__result {
        width: 33.33%;
    }
}

@media screen and (min-width: 1200px) {
    .search__result {
        width: 25%;
    }
}

.search__result-inner {
    display: block;
    border-top: 3px solid var(--color-primary);
    background-color: #f0f0f0;
    padding: 1.5rem 1.5rem 2rem;
}

.search__result-footer {
    margin-top: 1rem;
}

.search__title {
    font-size: 1rem;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 700;
    text-align: left !important;
}

.search__context {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search__link {
    position: relative;
    padding-left: 0;
    transition: padding-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: var(--color-primary);
}

.search__link i {
    margin-right: 0.5em;
}

@media screen {
    .search__link:hover {
        padding-left: 0.5em;
    }
}

.highlight {
    padding: 0 0.2em;
    background-color: rgba(0, 0, 0, 0.1);
    color: inherit;
}

.ce_rsce_social-media-icons--color-white {
    color: #fff;
}

.ce_rsce_social-media-icons--color-white .ce_rsce_social-media-icons__link:hover {
    color: #ededed;
}

.ce_rsce_social-media-icons--color-primary {
    color: var(--color-secondary);
}

.ce_rsce_social-media-icons--color-primary .ce_rsce_social-media-icons__link:hover {
    color: var(--color-secondary-hover);
}

.ce_rsce_social-media-icons--color-light {
    color: #f0f0f0;
}

.ce_rsce_social-media-icons--color-light .ce_rsce_social-media-icons__link:hover {
    color: #dedede;
}

.ce_rsce_social-media-icons--color-dark {
    color: #545454;
}

.ce_rsce_social-media-icons--color-dark .ce_rsce_social-media-icons__link:hover {
    color: #666;
}

.ce_rsce_social-media-icons--size-sm {
    font-size: 1.5rem;
}

.ce_rsce_social-media-icons--size-md {
    font-size: 2rem;
}

.ce_rsce_social-media-icons--size-lg {
    font-size: 2.5rem;
}

.ce_rsce_social-media-icons__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.25em;
    font-size: inherit;
}

.ce_rsce_social-media-icons__item {
    padding: 0 0.25em;
    font-size: inherit;
}

.ce_rsce_social-media-icons__link {
    display: block;
    color: inherit;
    font-size: inherit;
    width: 1em;
    text-align: center;
    transition: color 0.25s ease;
}

.ce_rsce_list__items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 0;
}

.ce_rsce_list__item {
    display: flex;
    justify-content: flex-start;
}

.ce_rsce_list__item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.ce_rsce_list__number {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 1rem;
}

.ce_rsce_list__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ce_rsce_list__title,
.ce_rsce_list__description {
    display: block;
}

.ce_rsce_list__title {
    font-weight: 700;
    text-transform: uppercase;
}

.ce_rsce_list__title + .ce_rsce_list__description {
    margin-top: 0.5em;
}

.swa-associates-list__results {
    padding: 3rem 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -1rem;
}

.swa-associates-list__result {
    display: block;
    padding: 1rem;
    width: 100%;
}

@media screen and (min-width: 700px) {
    .swa-associates-list__result {
        width: 50%;
    }
}

@media screen and (min-width: 1050px) {
    .swa-associates-list__result {
        width: 33.33%;
    }
}

.swa-associates-list__box {
    border-top: 3px solid var(--color-primary);
    background: #f0f0f0;
    color: var(--text-color);
    height: 100%;
}

.swa-associates-list__logo {
    background: #fff;
    padding: 3rem 5rem;
}

.swa-associates-list__logo img {
    height: 5rem;
    width: auto;
}

.swa-associates-list__description {
    background: #f0f0f0;
    padding: 2rem;
    height: calc(100% - 11rem);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.swa-associates-list__address,
.swa-associates-list__contact {
    margin-bottom: 1rem;
}

.swa-associates-list__phone,
.swa-associates-list__fax,
.swa-associates-list__email,
.swa-associates-list__homepage {
    display: block;
}

.swa-associates-list__phone,
.swa-associates-list__email,
.swa-associates-list__homepage {
    transition: color 0.25s ease;
}

.swa-associates-list__phone:hover,
.swa-associates-list__email:hover,
.swa-associates-list__homepage:hover {
    color: var(--color-primary);
}

.swa-associates-list__homepage {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.swa-associates-list__details {
    margin-top: auto;
    margin-right: auto;
    font-size: 0.8rem;
}

.contact-form .formbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form label {
    display: none;
}
.contact-form input[type='checkbox']:not([name='datenschutz']) + label {
    display: inline-block;
    padding-right: 0.6em;
}

.contact-form input:not([type='checkbox']),
.contact-form textarea {
    width: 100%;
    background-color: #f0f0f0;
    border: 0;
    padding: 0.8rem;
}

.contact-form button.submit {
    margin-top: 0.5em;
}

.contact-form .widget-text,
.contact-form .widget-textarea,
.contact-form .widget-checkbox,
.contact-form .widget-explanation {
    width: 100%;
    margin-bottom: 1rem;
}

.contact-form .widget-text.contact-form__privacy-checkbox,
.contact-form .widget-textarea.contact-form__privacy-checkbox,
.contact-form .widget-checkbox.contact-form__privacy-checkbox,
.contact-form .widget-explanation.contact-form__privacy-checkbox {
    width: 2em;
    padding-block-start: 0.3em;
}

.contact-form .widget-text.contact-form__privacy-infotext,
.contact-form .widget-textarea.contact-form__privacy-infotext,
.contact-form .widget-checkbox.contact-form__privacy-infotext,
.contact-form .widget-explanation.contact-form__privacy-infotext {
    width: calc(100% - 2em);
}

@media screen and (min-width: 500px) {
    .contact-form .widget-text.contact-form__first-name,
    .contact-form .widget-text.contact-form__last-name,
    .contact-form .widget-text.contact-form__zip-code,
    .contact-form .widget-text.contact-form__city,
    .contact-form .widget-text.contact-form__email,
    .contact-form .widget-text.contact-form__phone,
    .contact-form .widget-textarea.contact-form__first-name,
    .contact-form .widget-textarea.contact-form__last-name,
    .contact-form .widget-textarea.contact-form__zip-code,
    .contact-form .widget-textarea.contact-form__city,
    .contact-form .widget-textarea.contact-form__email,
    .contact-form .widget-textarea.contact-form__phone,
    .contact-form .widget-checkbox.contact-form__first-name,
    .contact-form .widget-checkbox.contact-form__last-name,
    .contact-form .widget-checkbox.contact-form__zip-code,
    .contact-form .widget-checkbox.contact-form__city,
    .contact-form .widget-checkbox.contact-form__email,
    .contact-form .widget-checkbox.contact-form__phone,
    .contact-form .widget-explanation.contact-form__first-name,
    .contact-form .widget-explanation.contact-form__last-name,
    .contact-form .widget-explanation.contact-form__zip-code,
    .contact-form .widget-explanation.contact-form__city,
    .contact-form .widget-explanation.contact-form__email,
    .contact-form .widget-explanation.contact-form__phone {
        width: calc(50% - 0.75rem);
    }
}

@media screen and (min-width: 1000px) {
    .mod_article.abteilungen {
        background-color: #545454;
    }

    .mod_article.abteilungen .mod_article__inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 1.5rem 2rem;
    }
}

@media screen and (min-width: 800px) {
    .mod_article.apps .ce_rsce_wrapper {
        align-items: center;
    }
}

.mod_article.apps .ce_rsce_wrapper .ce_text {
    margin: 0 auto 1.5rem;
    max-width: 500px;
}

.mod_article.apps .ce_rsce_wrapper .ce_image {
    display: inline-block;
}

.mod_article.apps .ce_rsce_wrapper .ce_image:not(:last-child) {
    margin-right: 1rem;
}

@media screen and (min-width: 800px) {
    .mod_article.apps .ce_rsce_wrapper__item {
        width: 50%;
    }
}

.mod_article.apps .ce_rsce_wrapper__item:first-child {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 800px) {
    .mod_article.apps .ce_rsce_wrapper__item:first-child {
        text-align: right;
        padding-right: 1rem;
        margin: 0;
    }

    .mod_article.apps .ce_rsce_wrapper__item:first-child .ce_text {
        margin-left: auto;
        margin-right: 0;
    }
}

.mod_article.apps .ce_rsce_wrapper__item:nth-child(2) {
    position: relative;
    display: none;
}

@media screen and (min-width: 800px) {
    .mod_article.apps .ce_rsce_wrapper__item:nth-child(2) {
        display: block;
    }

    .mod_article.apps .ce_rsce_wrapper__item:nth-child(2) img {
        width: auto;
        height: 100%;
        max-height: 450px;
    }
}

.mod_article.neuigkeiten .ce_rsce_wrapper {
    flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
    .mod_article.neuigkeiten .ce_rsce_wrapper {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 599px) {
    .mod_article.neuigkeiten .ce_rsce_wrapper__item:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper {
    flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
    .mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper {
        flex-wrap: nowrap;
    }
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item {
    width: 100%;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 1000px) {
    .mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item {
        flex: 1;
        margin: 0;
    }
}

.mod_article.newsletter .mod_article__inner > .ce_rsce_wrapper > .ce_rsce_wrapper__item:last-child {
    margin-bottom: 0;
}

.mod_article.service .mod_article__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media screen and (max-width: 999px) {
    .mod_article.service .mod_article__inner {
        padding: 0;
    }
}

.ce_rsce_wrapper.ansprechpartner {
    flex-wrap: wrap;
    align-items: stretch;
    margin: 1rem -1rem;
}

.ce_rsce_wrapper.ansprechpartner .ce_rsce_wrapper__item {
    width: 100%;
    padding: 0 1rem;
    margin: 0 0 3rem;
}

@media screen and (min-width: 600px) {
    .ce_rsce_wrapper.ansprechpartner .ce_rsce_wrapper__item {
        width: 50%;
    }
}

@media screen and (min-width: 900px) {
    .ce_rsce_wrapper.ansprechpartner .ce_rsce_wrapper__item {
        width: 33.33%;
    }
}

@media screen and (min-width: 1200px) {
    .ce_rsce_wrapper.ansprechpartner .ce_rsce_wrapper__item {
        width: 25%;
    }
}

.ce_rsce_wrapper.ansprechpartner .ce_rsce_person,
.ce_rsce_wrapper.ansprechpartner .ce_rsce_person__inner {
    height: 100%;
}

.ce_rsce_wrapper.ansprechpartner .ce_rsce_person__inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.ce_rsce_wrapper.ansprechpartner .ce_rsce_person__contact {
    margin-top: auto;
}

.ce_rsce_wrapper.beratersuche {
    background: #fff;
    color: #545454;
    align-items: stretch;
    justify-content: space-between;
}

.ce_rsce_wrapper.beratersuche h1,
.ce_rsce_wrapper.beratersuche h2 {
    color: var(--color-primary);
}

.ce_rsce_wrapper.beratersuche .ce_rsce_wrapper__item:first-child {
    padding: 2rem;
    width: 100%;
}

@media screen and (min-width: 950px) {
    .ce_rsce_wrapper.beratersuche .ce_rsce_wrapper__item:first-child {
        width: 66.66%;
    }
}

.ce_rsce_wrapper.beratersuche .ce_rsce_wrapper__item:last-child {
    display: none;
    padding: 0;
    width: 33.33%;
}

@media screen and (min-width: 950px) {
    .ce_rsce_wrapper.beratersuche .ce_rsce_wrapper__item:last-child {
        display: block;
    }
}

.ce_rsce_wrapper.beratersuche .ce_image,
.ce_rsce_wrapper.beratersuche .image_container {
    margin: 0;
    width: 100%;
    height: 100%;
}

.ce_rsce_wrapper.beratersuche img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ce_rsce_wrapper.beratersuche .swa-associates-finder__form {
    margin-bottom: 0;
}

.ce_rsce_wrapper.beratersuche .swa-associates-finder__submit {
    margin-top: 1.5rem;
}

.ce_rsce_wrapper.beratersuche .swa-associates-finder__formbody {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.ce_rsce_wrapper.beratersuche .swa-associates-finder .swa-select,
.ce_rsce_wrapper.beratersuche .swa-associates-finder .swa-textfield {
    display: block;
    width: calc(100% - 1.5rem);
    margin: 0 0.75rem 1.25rem;
}

@media screen and (min-width: 650px) {
    .ce_rsce_wrapper.beratersuche .swa-associates-finder .swa-select,
    .ce_rsce_wrapper.beratersuche .swa-associates-finder .swa-textfield {
        width: calc(50% - 1.5rem);
    }
}

.nav__contact a.ce_rsce_social-media-icons__link {
    width: 3.5rem;
}
/* Mobile optimization */

h1.ce_rsce_accordion__title {
    width: calc(100% - 22px);
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a {
    white-space: unset !important;
}

/*
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h1, h2, h3, h4{
    white-space: pre-line !important;
    max-width: 100%;
}*/

.rsts-skin-jaade .rsts-nav-bullets {
    display: block;
    right: 30px;
    top: 30px;
}

ce_rsce_teaser-boxes__text h2 {
    word-break: break-all;
}

@media screen and (max-width: 999px) {
    .ce_rsce_icon-boxes__item--description,
    .ce_rsce_icon-boxes__item--description .ce_rsce_icon-boxes__link {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .primary-inverted.ce_rsce_icon-boxes__icon--svg.ce_rsce_icon-boxes__icon {
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .ce_rsce_wrapper--spacing-h-sm > .ce_rsce_wrapper__item {
        width: 100%;
    }

    .ce_rsce_person {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 799px) {
    .mobile-center {
        text-align: center;
    }

    .mod_article__inner h1 strong::after,
    .mod_article__inner h2 strong::after {
        content: '\a';
        white-space: pre-line;
    }
}

#google-mybusiness-social {
    margin-top: 0.15em;
}
.google-business-icon-path {
    fill: var(--color-secondary);
    transition: fill 0.3s ease-in-out;
}
#google-my-business-icon:hover .google-business-icon-path {
    fill: var(--color-secondary-hover);
}
.ce_rsce_icon-boxes__item .ce_rsce_icon-boxes__text {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
}
.ce_rsce_icon-boxes__item .ce_rsce_icon-boxes__text p:last-child {
    text-transform: none;
    font-weight: 400;
}
@media screen and (min-width: 1000px) {
    .ce_rsce_icon-boxes--expandable .ce_rsce_icon-boxes__text {
        text-align: center;
    }
}
.footer_headline {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 1em;
}
.footer_headline p {
    margin-bottom: 0;
}
.neuigkeiten .hlike p {
    margin-bottom: 0;
}
.deubner-merkblaetter .datenschutz {
    display: none;
}
.mod_newslist .pagination li {
    display: inline-block;
}
.rsts-slide a {
    white-space: normal !important;
}
.google-maps-button {
    color: #fff !important;
    transition: background-color 0.25s ease !important;
}
