
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Bold.eot');
    src: url('../fonts/Raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway/Raleway-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Regular.eot');
    src: url('../fonts/Raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
    url('../fonts/Raleway/Raleway-Regular.woff') format('woff'),
    url('../fonts/Raleway/Raleway-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/PTSans-Bold.eot');
    src: url('../fonts/PTSans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans/PTSans-Bold.woff2') format('woff2'),
    url('../fonts/PTSans/PTSans-Bold.woff') format('woff'),
    url('../fonts/PTSans/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/PTSans-Regular.eot');
    src: url('../fonts/PTSans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans/PTSans-Regular.woff2') format('woff2'),
    url('../fonts/PTSans/PTSans-Regular.woff') format('woff'),
    url('../fonts/PTSans/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #031A5C;
    --color-footer: #EDF0F7;
    --opacity-primary: #031b5cd9;
    --border-color: #a4a4a4;
}

body {
    font-size: 16px;
    line-height: 22px;
}
body {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

/* todo distance between blocks */

.block,
.block-static-block.widget {
    margin-bottom: 0;
}

.desktop,
.desktop-newsletter,
.standort_header.desktop,
.copyright {
    display: none;
}

figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* todo typography */
.page-title-wrapper {
    padding-left: 20px;
}



h2.mobile {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

h3.mobile {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    text-align: center;
    margin-top: 0;
}



h3 a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h3_stars {
    text-align: center;
}


h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-weight: bold;
}


.text_white h3,
.text_white h4,
.text_white h5,
.title-white,
.text_white span,
.title-white strong {
    color: #fff;
}

.leistungen_content {
    text-align: justify;
}

.leistungen_content p {
    padding: 0 15px;
}

/* todo link */
a,
a:link,
a:visited,
.alink:visited,
a:focus,
a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

/*------------------
todo BUTTONS, INPUT
------------------- */
.mp-custom-form-popup button.button.action.continue.primary,
.action.primary,
button,
.btn,
.btn-green,
a.button_kontakt,
.button_kontakt,
.button_bewerben,
.btn_ansehen a.button_kontakt,
.btn_home,
a.pagebuilder-button-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
    background-color: var(--color-primary);
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    width: 300px;
    max-width: 100%;
}

.action.primary:hover,
.btn:hover,
button:hover {
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
}

.action.primary:focus,
.action.primary:active {
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
}

.mp-custom-form-popup button.button.action.continue.primary {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.actions-toolbar .primary {
    float: none;
    width: 100%
}

.action.primary,
button {
    text-transform: none;
}

#html-body .mobile .action.primary,
button {
    display: flex;
}

.mp-custom-form-popup button.button.action.continue.primary {
    width: 280px;
}

a.btn_home {
    color: #fff;
}

a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
}

a.toplink {
    color: #fff;
}

.toplink {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 100;
    color: #fff;
    background-color: var(--color-primary);
    line-height: 34px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    display: none;
}

.input {
    margin: 10px auto;
}

input.input_bewerben,
.opc-wrapper input {
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.2em;
    color: var(--color-primary);
    padding: 10px 20px 10px 20px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    height: auto;
}

input.input_bewerben[placeholder=""],
.opc-wrapper input[placeholder=""] {
    color: #939393;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label,
.field-note span {
    font-weight: normal;
    font-size: 1em;
    width: 80%;
    text-align: left;
    float: left;
}



/* Form Mobile Kontakt aufnehmen*/

/* todo Button "HOHLADEN" (Block-3) */

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0 0 10px;
}

.field .field-note {
    margin-bottom: 10px;
}

.opc-wrapper .step-title {
    border-bottom: none;
    margin-bottom: 0;
}



._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

.container_form {
    margin: 0 auto;
}

.container_stars .small_container {
    margin-top: 20px;
}

.block_zertifikat_bewerben {
    margin-top: 30px;
}

/* TODO iframe Newsletter */
.newsletter_container iframe {
    width: 100%;
    height: calc(100vw * 1.8);
    margin: 0;
    margin-top: -30px;
}


/*--------------------------------
TODO HEADER Mobile from view 320px
--------------------------------- */
header.modal-header {
    background-color: transparent;
}

/*For Konto - is commented out*/
div[aria-controls="store.links"] {
    display: none;
}

.header.content .header.links .authorization-link {
    display: none;
}

.page-header {
    margin-bottom: 0;
    border-bottom: none;
    z-index: 889;
}

header {
    background: var(--opacity-primary);
}

.header.content {
    grid-template-columns: 50% 5% 15% 15% 15%;
    grid-template-rows: 60px 0;
}

.header.content .header-left {
    justify-content: start;
    margin-top: 0;
}


/* todo Search */
.header.content .map_search {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}


.map_search {
    margin-right: 5px;
    width: 38px;
    height: 38px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    cursor: pointer;
    margin-top: 10px;
}

.icon_search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_search figure {
    width: 20px;
    height: 20px;
}


/* todo Standorte */
.header.content .map {
    display: none;
}

.header.content .map a {
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map div[data-content-type="row"][data-appearance="contained"] {
    width: 100%;
    max-width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
    justify-content: center;
}

.map figure {
    justify-content: end;
    align-items: flex-end;
}

#html-body .map img {
    width: 30px;
}

/* todo Language- Switcher */
.header.content .language {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    cursor: pointer;
    margin-top: 10px;
    z-index: 889;
}

.language.switcher-language {
    width: 38px;
    height: 38px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
}

.header.content .switcher .label {
    display: none !important;
}

header.content .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.nav-sections .switcher:last-child {
    border-bottom: none;
}

ul.switcher-dropdown {
    padding: 0;
    list-style-type: none;
}
.header.content .switcher .options .action.toggle{
    position: relative;
}
.header.content .switcher .options .action.toggle::after{
    position: absolute;
    bottom: -14px;
    top: auto;
    left: calc(50% - 4px);
}
.header.content .switcher .options .action.toggle::after,
.header.content .switcher .options .action.toggle.active::after {
    font-size: 10px;
    line-height: 31px;
}

.header.content .switcher .options .action.toggle::after {
    font-size: 8px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

.header.content .switcher .options .action.toggle.active::after {
    font-size: 8px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

.header.content .switcher .options ul.dropdown {
    margin: 0 auto 0 -5px;
    padding: 0;
    list-style: none none;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    /* min-width: 50px; */
}

.header.content .switcher .options.active ul.dropdown {
    display: block;
}

.header.content .switcher .options ul.dropdown li {
    margin: 5px 0;
    padding: 0;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9393932e;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1em;
    box-shadow: 0 3px 3px #939393;
}

.header.content .switcher .options ul.dropdown a {
    display: block;
    padding: 5px 10px;
    color: #000;
}

.sections.nav-sections .nav-sections-items .section-item-title[aria-controls="store.settings"] {
    display: none;
}

/* todo Search */
.header.content .block-search {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    margin: 0 7px 0 0;
    width: 96%;
    padding-bottom: 10px;
}

.header.content .block-search .action.search::before {
    background-image: none;
    content: "";
    top: auto;
    background-size: 100%;
}

.header.content .block-search .label {
    float: none;
    padding-bottom: 3px;
    cursor: pointer;
}

.block-search .label::before {
    margin: 0;
    color: #ffffffb3;
}

.block-search .label:hover::before {
    color: #fff;
}

.field.search {
    display: flex;
    flex-direction: row-reverse;
}

.header.content .block-search .actions {
    position: relative;
    margin-right: 20px;
}

/* todo Burger-menu */
.nav-toggle {
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: 13px;
}

.nav-toggle::before {
    font-size: 40px;
}

.nav-toggle::before,
.nav-toggle:hover::before {
    color: #fff;
}

/* todo Navigation */
.navigation li.category-item.level0 {
    display: flex;
    flex-direction: column;
}

.navigation .level0 {
    font-size: 1.4rem;
}

.navigation .level0>.level-top:hover,
.navigation .submenu>li>a span:hover {
    color: #000;
}

.navigation .level0>.submenu a {
    font-weight: bold;
}

/* todo arrow for Aktuelles*/
.navigation li.level0:last-child.parent .level-top::after {
    display: none;
}

/*------------------
todo HEADER sticky
------------------- */
.page-header.sticky {
    position: sticky;
    top: 0;
    z-index: 889;
    background: var(--opacity-primary);
    margin: auto;
    width: 100%;
}


/*------------------
todo MAIN
------------------- */
.navigation,
.breadcrumbs,
.footer.content,
.page-main,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container {
    padding-left: 0px;
    padding-right: 0px;
}

/* TODO Banners Home */

.banner_container .pagebuilder-overlay.pagebuilder-poster-overlay {
    height: calc(100vw * 0.54);
}
@media (max-width: 768px) {
    .banner_container .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 1);
    }
}

/* for Banner-Text*/


.typed-cursor {
    display: none;
}

.banner_team .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 90%;
    position: absolute;
    bottom: 2%;
}

.pagebuilder-poster-content p {
    margin-bottom: 0;
}

.pagebuilder-poster-content .link-sks strong {
    display: flex;
    flex-direction: column;
    font-size: 1em;
}

.block-1 .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    overflow: hidden;
    padding: 10px;
}

.block-item p {
    font-size: 1em;
    line-height: 29px;
}

.banner_message p {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

/* todo Block-1  "Leistungen" */
.leistungen_content p span,
.leistungen_content li span {
    font-size: 1em !important;
}

figure.leistungen-foto {
    max-width: 200px;
    margin: 0 auto;
}


a.button_kontakt.active-leistungen,
.active-leistungen {
    text-align: center;
}

.checked {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    font-size: .8em;
    padding-bottom: 2.5px;
    padding-left: 2px;
    font-weight: bold;
}

.active-leistungen .checked {
    background-color: var(--color-primary);
    color: #fff;
}

.leistungen-item {
    display: flex;
    align-items: center;
    font-size: 1.17em;
    cursor: pointer;
}

.drei_buttons {
    display: flex;
    justify-content: center;
}

.container_drei_buttons {
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
}

.leistungen_point {
    width: 23px;
    height: 23px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 0;
}

.container_drei_buttons p.leistungen_point:last-child {
    margin-bottom: 0;
}

.leistungen_point:last-child {
    margin-right: 0;
}

.leistungen_point.active-leistungen {
    border: 1px solid #25408f;
}

.point {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
}

.leistungen_point.active-leistungen .point {
    background-color: var(--color-primary);
}

.btn-container {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.big_container.mitarbeiter_container {
    padding-right: 10px;
    padding-left: 10px;
}

#html-body .flex_row.container_jahr {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 0 15px;
    align-items: center;
}

#html-body .pagebuilder-column-group.flex_1 {
    flex-basis: 48%;
}

.pagebuilder-column-group.flex_1 .pagebuilder-column {
    justify-content: start;
    align-items: center;
}

.subcontainer_jahr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

p.jahr {
    font-size: 1.5em;
    margin-right: 10px;
    text-align: right;
}

.block p.text {
    margin-right: 10px;
    font-size: 1em;
}

.mitarbeiter_text h3 {
    font-size: 1em;
    text-align: center;
    padding: 0 15px;
    line-height: 24px;
}

/* todo Block-2 "Zukunftsfaehigkeit ist unser Lebensstil" */

#html-body .container_zukunft_items .pagebuilder-column.zukunft_item {
    flex-basis: 46%;
    border-radius: 18px;
    background: var(--opacity-primary);
    justify-content: space-around;
}

.zukunft_item h4 {
    font-size: 12px;
}

figure.zukunft_img {
    margin-bottom: 20px;
}

#html-body .zukunft_img img {
    max-width: 80px;
    max-height: 105px;
}

div[data-content-type="row"][data-appearance="contained"] .container_top_zertifikate .pagebuilder-column-line {
    flex-direction: row;
    justify-content: space-between;
}

/* todo Block-3 "Nur fuer Stars in Steuerberatung!" */
/* todo banner_team (Block 3)*/
.banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
    height: auto;
    height: calc(100vw * 1.3);
}

.banner_team p {
    margin-bottom: 0;
}

.message_container h3 {
    display: flex;
    justify-content: start;
}

.message_container h3 {
    text-transform: none;
}

.stars_icon {
    width: 6px;
    height: 10px;
    background: url('../images/vector.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    margin-top: 8px;
}

.message_container h3 {
    font-size: 12px;
    line-height: 1em;
    margin: 10px 0;
}

.small_container.right_container h3 {
    text-align: center;
}

#html-body .big_container.team .widget .pagebuilder-column-group {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.opc-progress-bar {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.opc-wrapper .mp-field-group-description,
.opc-wrapper li.mp-custom-form.field-group {
    margin: 0 !important;
}

#html-body .pagebuilder-column.item_top_zertifikat {
    flex-basis: 46%;
}

#html-body .container_top_zertifikate {
    margin: 2rem auto;
    max-width: 360px;
}

#html-body .img_company img {
    max-width: 150px;
}

.message_container h3 {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.mp-custom-form-popup .opc-wrapper {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

.opc {
    max-width: 600px;
    margin: 0 auto !important;
}

/* todo Block-4 "Hier sprechen fuer uns die Zahlen" */
#html-body .pagebuilder-column.zahlen-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 2em 0;
}



#html-body .pagebuilder-column.zahlen-item {
    margin: 1em;
}

/******------------------
todo FOOTER
------------------- ******/

/* Delete space between main and footer */
.columns .column.main {
    padding-bottom: 0;
}



.container_copyright {
    background: #EDF0F7;
}

.copyright_sks {
    color: #000;
    box-sizing: border-box;
    display: block;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #c4c4c4;
}

.copyright_sks span {
    font-size: 10px;
    border-top: 1px solid #C4C4C4;
    max-width: 1640px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px 0 30px;
    text-align: center;
}

.standort {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.standort_icon {
    width: 12px;
    height: 15px;
    background: url('../images/standorte_blue.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    margin-right: 20px;
    width: 20px;
    height: 25px;
}

.block .standort p:last-child {
    margin: 0;
}

.footer_links {
    padding-left: 20px;
    text-transform: uppercase;
}


#html-body .pagebuilder-column.flex_row.social {
    flex-direction: row;
    padding: 0 20px;
    margin: 20px auto;
    justify-content: space-between;
    align-items: center;
}

#html-body .pagebuilder-column.container_zertifikat {
    flex-direction: row;
    margin: 20px auto;
    justify-content: space-around;
    align-items: center;
}

#html-body .pagebuilder-column.page_img.flex_row {
    flex-direction: row;
    justify-content: space-between;
}

.block_social {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

.footer_social_link img {
    width: 30px;
}

#html-body .zertifikat_img img {
    max-width: 100px;
}

/********-------------------*******/
/*---       todo @MEDIA        ---*/
/********-------------------*******/
@media (min-width: 360px) {

    /* todo Block-4 "Hier sprechen fuer uns die Zahlen" */
    #html-body .pagebuilder-column.zahlen-item {
        margin: 1em 1em;
    }

    /* TODO iframe Newsletter */
    .newsletter_container iframe {
        height: calc(100vw * 1.7);
    }
}

@media (min-width: 375px) {
    .copyright_sks span {
        font-size: 11px;
    }

}

@media (min-width: 480px) {
    .header.content .block-search {
        padding-top: 30px;
    }

    h2 {
        margin-top: 20px;
    }

    /* todo Banner Message */
    .banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 1.3);
    }


    /* todo Block-1  "Leistungen" */

    .leistungen-item {
        padding-left: 20px;
    }

    .checked {
        margin-right: 30px;
    }

    /* toto Button Kontakt*/
    .btn-container {
        margin: 30px auto 20px auto;
    }

    /* todo Block-2 */
    #html-body .container_zukunft_items .pagebuilder-column.zukunft_item {
        padding: 10px;
    }

    .zukunft_item h4 {
        font-size: 14px;
        line-height: 20px;
    }

    /* todo Block-3 */
    .message_container h3 {
        font-size: 1em;
        line-height: 20px;
    }

    .container_stars .small_container {
        margin-top: 30px;
    }

    .input {
        margin: 20px auto;
    }

    /* todo Block-4 */

    #html-body .pagebuilder-column.zahlen-item {
        margin: 2em 4em;
    }

    /* todo FOOTER */
    .copyright_sks span {
        font-size: 1em;
    }

    .newsletter_container iframe {
        margin-top: -32px;
        margin-bottom: 20px;
        height: calc(100vw * 1.2);
        max-height: 600px;
    }
}

@media (min-width: 576px) {

    /* todo HEADER */
    .header.content {
        grid-template-columns: 60% 10% 10% 10% 10%;
    }

    .standort_icon_white {
        width: 18px;
        height: 23px;
    }

    .header.content .map {
        grid-column-start: 3;
        grid-column-end: 4;
    }

    .header.content .language {
        grid-column-start: 4;
        grid-column-end: 5;
    }

    h2.mobile,
    h2.mobile .a_title {
        padding-top: 30px;
    }

    /* todo Banner Message */
    .banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 1.2);
    }



    /* todo Block-1 */
    .block-1 .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
        padding: 20px;
    }

    /* todo Block-2 */
    #html-body .container_top_zertifikate img {
        max-width: 160px;
    }

    #html-body .zertifikat_img img {
        max-width: 120px;
    }

    .newsletter_container iframe {
        height: calc(100vw * 0.9);
    }
}

@media (min-width: 640px) {

    /* todo HEADER */
    .nav-toggle::before {
        font-size: 44px;
    }
    /* todo Block-3 */
    #html-body .big_container.team .widget .pagebuilder-column-group {
        display: flex;
        justify-content: start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 1.2);
    }

    .banner_team .pagebuilder-column-group {
        display: flex;
        flex-direction: row;
    }

    .banner_team .pagebuilder-column-group .pagebuilder-column-line {
        flex-basis: 100%;
    }

    #html-body .banner_team .pagebuilder-column.message_container {
        justify-content: start;
        flex-basis: 50%;
    }

    .stars_item_text {
        display: flex;
        justify-content: flex-start;
        margin: 1rem;
    }

    #html-body .container_top_zertifikate img {
        max-width: 140px;
    }

    #html-body .zertifikat_img img {
        max-width: 120px;
    }

    /* todo FOOTER */

    #html-body .pagebuilder-column.footer-item.standorte_item_footer,
    #html-body .pagebuilder-column.footer-item.block_links {
        flex-basis: 50%;
        margin-bottom: 30px;
    }

    .footer-item div[data-content-type="block"][data-appearance="default"],
    .footer-item div[data-content-type="block"][data-appearance="default"] .widget,
    .footer-item .widget div[data-content-type="row"][data-appearance="contained"] {
        height: 100%;
    }

    #html-body .footer-item .standorte_row_footer {
        height: 100%;
        justify-content: center;
    }

    #html-body .footer-item .row_wichtige_links_footer {
        height: 100%;
        justify-content: space-around;
    }

    #html-body .pagebuilder-column.flex_row.social {
        margin: 20px auto 10px;
    }

    .newsletter_container iframe {
        height: calc(100vw * 0.8);
    }
}

@media (min-width: 769px) {

    .mp-custom-form-popup .opc-wrapper {
        width: 100% !important;
    }

    /* todo HEADER */
    .page-header {
        margin: 0 auto;
        width: 100%;
    }

    .header.content {
        padding: 0;

    }

    /* todo Map Standort*/
    .header.content .map {
        grid-column-start: 4;
        grid-column-end: 5;
        margin-top: 15px;
        margin-right: 15px;
        display: block;
    }

    .standort_icon_white {
        width: 12px;
        height: 16px;
        background: url('../images/standorte_weiss.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        margin-right: 10px;
    }

    #html-body .header_container_standorte .pagebuilder-column-line {
        flex-wrap: nowrap;
    }

    .map .standort_header p a.link_standort {
        font-size: 1em;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    /* todo Map Standort Items*/
    .standort_header {
        display: flex;
        justify-content: start;
    }

    .map div[data-content-type="row"][data-appearance="contained"] {
        max-width: 100%;
        margin: 0 !important;
        display: block;
    }

    .map div[data-content-type="row"][data-appearance="contained"] {
        box-sizing: border-box;
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-bottom: 0 !important;
        margin-right: auto !important;
        width: 100%;
        padding-left: 10px;
    }

    /* todo Switcher*/
    .header.content .language {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-top: 15px;
    }

    #switcher-language-nav {
        display: none !important;
    }

    .language.switcher-language {
        width: 40px;
        height: 40px;
        margin-left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
    }

    .header.content .switcher .label {
        display: none !important;
    }

    header.content .switcher .options .action.toggle {
        padding: 0;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
    }

    ul.switcher-dropdown {
        padding: 0;
        list-style-type: none;
    }

    ul.switcher-dropdown li a {
        color: #fff;
        font-size: 18px;
    }

    .view-de span {
        font-size: 18px !important;
    }

    .header.content .switcher .options .action.toggle::after,
    .header.content .switcher .options .action.toggle.active::after {
        font-size: 10px;
        line-height: 31px;
    }

    .header.content .switcher .options .action.toggle::after {
        font-size: 8px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: bold;
        overflow: hidden;
        text-align: center;
        line-height: 40px;
    }

    .header.content .switcher .options .action.toggle.active::after {
        font-size: 8px;
        color: inherit;
        content: '\e621';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: bold;
        overflow: hidden;
        text-align: center;
        line-height: 40px;
    }

    .header.content .switcher .options ul.dropdown {
        margin: 2rem auto 0 -3.5px;
        padding: 0;
        list-style: none none;
        z-index: 100;
        box-sizing: border-box;
        display: none;
        position: absolute;
    }

    .header.content .switcher .options.active ul.dropdown {
        display: block;
        margin-top: 0;
    }

    .header.content .switcher .options ul.dropdown li {
        margin: 5px 0;
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #9393932e;
        background-color: #fff;
        border-radius: 50%;
        font-size: 1em;
        box-shadow: 0 3px 3px #939393;
    }

    .header.content .switcher .options ul.dropdown a {
        display: block;
        padding: 5px 10px;
        color: #000;
    }

    /* todo Search*/

    .header.content .map_search {
        display: none;
    }

    .header.content .block-search {
        display: flex !important;
    }

    .header.content .block-search .action.search {
        width: 30px;
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    .header.content .block-search .action.search::before {
        width: 28px;
        height: 28px;
        color: #ffffff7d;
        content: '\e615';
        background-image: none;
    }

    .map_search {
        width: 40px;
        height: 40px;
        margin-left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        cursor: pointer;
        margin-top: 10px;
    }

    #html-body .map_search .pagebuilder-column-group {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map_search img {
        width: 22px;
        height: 23px;
    }

    /* todo Navigation*/


    .navigation .level0>.submenu {
        top: 4rem !important;
    }

    .navigation .level0>.submenu {
        width: 94%;
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.active>.level-top span,
    .navigation .level0.has-active>.level-top,
    .navigation .level0.has-active>.level-top span {
        color: #fff;
    }

    a.nav-sections-item-switch {
        display: none;
    }

    .navigation ul {
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 0;
    }

    .navigation .level0:hover>a {
        background: transparent;
        border-bottom: 3px solid transparent;
    }

    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: #fff;
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active),
    .navigation .submenu:not(:first-child) .active>a {
        background: none;
        border: none;
    }

    .navigation .level0>.submenu a,
    .level1 a span {
        font-size: 1em;
    }

    .navigation li>a.level-top.ui-corner-all {
        padding: 0 2px 0 !important;
    }

    .navigation .level0>.submenu>li {
        width: 100%;
    }

    .navigation .level0>.submenu>li.all-category {
        display: none;
    }

    .page-wrapper>.breadcrumbs {
        margin: 20px auto;
        padding-left: 20px;
    }

    .breadcrumbs .items,
    .breadcrumbs .items a {
        font-size: inherit;
        text-transform: none;
    }

    .breadcrumbs .item:not(:last-child)::after {
        line-height: 24px;
    }

    /* todo MAIN */
    /* todo Banner*/
    .banner_container .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 0.54);
    }

    /* todo Block-1 */
    #html-body .block-1.mobile {
        display: none;
    }

    /* todo Block-1 */
    .mitarbeiter div.mobile {
        border-top: 1px solid var(--border-color);
    }

    #html-body h3.mobile {
        border-top: 0;
        width: 61.9%;
        margin-left: auto;
        text-align: left;
    }

    #html-body .block-1.desktop {
        display: flex;
    }

    .mobile.block_jahre {
        display: none;
    }

    .desktop.block_jahre {
        display: flex;
        max-width: 480px;
    }

    .subcontainer_jahr .text,
    .subcontainer_jahr .jahr {
        flex: 1;
        text-align: left;
    }

    .desktop.block_jahre .block-static-block {
        width: 100%;
    }

    .small_container.leistungen_small {
        max-width: 400px;
        margin: 20px auto;
    }

    .pagebuilder-column.mitarbeiter_text {
        padding-left: 20px;
    }

    #html-body .flex_row.container_jahr {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        margin-bottom: 0;
        max-width: 480px;
    }

    .jahr {
        margin: auto;
    }

    .mitarbeiter_text h3 {
        display: flex;
        justify-content: start;
        align-items: flex-start;
        text-align: left;
    }

    #html-body .container_jahr .pagebuilder-column-group.flex_1 {
        flex-basis: 46%;
        margin-left: 0;
    }

    #html-body .container_jahr .pagebuilder-column-group.flex_1:nth-child(2) {
        margin-left: 20px;
    }

    /* todo Block-2 */
    #html-body .pagebuilder-column.zukunft_item {
        padding: 10px;
        margin: 10px;
    }

    #html-body .container_zukunft_items .pagebuilder-column.zukunft_item {
        flex-basis: 22%;
        height: 250px;
        max-width: 319px;
        max-height: 340px;
    }

    /* todo Block-3 */
    .banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 1.1);
    }

    .banner_team .pagebuilder-column-group {
        flex-direction: column;
    }

    #html-body .container_items_bs .pagebuilder-column-line {
        flex-wrap: wrap;
    }

    #html-body .pagebuilder-column.big_container,
    #html-body .pagebuilder-column.small_container {
        width: 100%;
    }

    #html-body .big_container.team .widget .pagebuilder-column-group {
        flex-wrap: wrap;
    }

    .message_container h3 {
        font-size: 1.17em;
    }

    /* todo Block-4 */
    #html-body .pagebuilder-column.zahlen-item {
        margin: 2rem;
    }



    /* todo FOOTER */



    #html-body .pagebuilder-column.footer-item.zertifikate_item_footer {
        flex-basis: 100%;
    }

    .newsletter_container .desktop {
        display: flex;
    }

    .newsletter_container iframe {
        height: calc(100vw * 0.65);
        max-height: 620px;
    }
}

@media (min-width: 769px) {
    .header.content .block-search {
        margin-bottom: 0;
        padding-top: 30px;
        margin-top: 12px;
    }

    .header.content .block-search input[type="text"] {
        padding: 0;
    }

    .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        padding: 0;
    }

    /* todo MAIN */
    /* todo Banner*/
    .banner_container .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 0.4);
    }

    .banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc(100vw * 0.75);
    }
}

@media (min-width: 992px) {

    /* todo HEADER */
    .header_container_standorte {
        padding-left: 5px;
    }

    .header_container_standorte .pagebuilder-column {
        align-items: flex-start;
    }

    .header.content .header-left {
        background: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .nav-sections {
        padding-left: 5px;
    }

    /* todo Block-1 */
    .mitarbeiter div.mobile {
        border-top: 1px solid var(--border-color);
    }

    #html-body h3.mobile {
        border-top: 0;
        width: 64.4%;
        margin-left: auto;
        text-align: left;
    }

    /* todo Block-3 */

    #html-body .container_stars .small_container {
        flex-wrap: wrap;
    }

    /* .block_form_bewerben, */
    .block_form_bewerben {
        margin: 0 auto;
    }

    .block_zertifikat_bewerben {
        width: 100%;
    }

    .block_zertifikat_bewerben {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .h3_stars {
        margin: 0 auto;
    }

    .container_form {
        margin: 0;
    }

    #html-body div[data-content-type="row"][data-appearance="contained"] .container_top_zertifikate .pagebuilder-column-line {
        flex-direction: row;
        justify-content: space-between;
        width: 340px;
    }

    .newsletter_container iframe {
        height: calc(100vw * 0.52);
    }
}

@media (min-width: 1024px) {

    .desktop {
        display: flex;
        justify-content: center;
    }

    .container_items_bs .desktop {
        display: flex;
        justify-content: start;
    }

    .mobile {
        display: none;
    }

    .desktop-newsletter {
        display: flex;
    }

    .mobile-newsletter {
        display: none;
    }

    .mobile_standorte.mobile {
        display: block;
    }

    #html-body .leistungen_small.desktop {
        display: flex;
    }

    /* todo HEADER */

    .navigation .level0>.level-top {
        padding-left: 0;
    }

    .header.content .block-search {
        padding-left: 15px;
    }

    .page-header .nav-sections-items {
        width: 100%;
    }

    /* todo MAIN*/

    a.button_kontakt,
    .button_bewerben,
    .action.primary,
    button,
    .mp-custom-form-popup button.button.action.continue.primary {
        width: 260px;
    }

    /* for Banner-Text*/
    .banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        padding: 0;
    }

    /* todo Block-1 */

    .leistungen-item {
        font-size: 1em;
        padding-left: 0;
        text-align: left;
    }

    .mitarbeiter_text h3 a {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .mitarbeiter_text .desktop {
        display: flex;
        justify-content: start;
        align-items: flex-start;
    }

    .mitarbeiter_text h3 {
        min-height: auto;
        text-align: left;
    }

    .leistungen_content {
        min-height: 150px;
    }

    .drei_buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checked {
        margin-right: 10px;
    }

    #html-body .container_items_bs .pagebuilder-column-line {
        flex-wrap: nowrap;
        padding-top: 0;
    }

    .small_container.leistungen_small {
        max-width: 400px;
        padding: 40px 20px;
        margin: 0;
        border-top: 1px solid var(--border-color);
        border-right: 1px solid var(--border-color);
    }

    .big_container.mitarbeiter_container {
        padding-left: 20px;
        border-top: 1px solid var(--border-color);
    }

    #html-body .pagebuilder-column.big_container {
        width: 70%;
        padding-top: 40px;
    }

    #html-body .pagebuilder-column.small_container {
        width: 30%;
    }

    /* todo Block-2 */
    #html-body .zukunft_img img {
        max-width: 100px;
        max-height: 105px;
    }



    /* todo Block-3 */
    #html-body .big_container.team .widget {
        background: transparent;
        padding: 0 10px;
    }

    .banner_team .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        max-width: 660px;
        width: 95%;
        bottom: 2%;
        padding: 10px;
    }

    .message_container h3 {
        font-size: 1em;
    }

    .banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc((100vw * 0.75) / 1.5);
    }

    #html-body .pagebuilder-column.big_container.team {
        border-top: 1px solid var(--border-color);
        padding: 20px;
    }

    #html-body .container_stars .small_container {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 20px;
        padding-left: 20px;
        border-top: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
        justify-content: center;
    }

    .stars_item_text {
        margin: 0;
    }

    #html-body .container_stars .small_container h3 {
        margin-top: 0;
        font-size: 1.17em;
    }

    .stars_icon {
        width: 8px;
        height: 16px;
        margin-top: 3px;
    }

    .block_form_bewerben,
    .block_zertifikat_bewerben {
        width: 100%;
        margin: 0;
    }

    .opc-wrapper .mp-field-group-content.fieldset {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 !important;
    }

    .opc-wrapper .step-content {
        margin: 0 !important;
    }

    .block_zertifikat_bewerben {
        width: 100%;
    }

    #html-body div[data-content-type="row"][data-appearance="contained"] .container_top_zertifikate .pagebuilder-column-line {
        flex-direction: row;
        justify-content: space-between;
        width: auto;
    }

    /* todo Block-4 */
    .block p.jahr_zahlen:last-child {
        margin-bottom: 0;
    }

    /* todo FOOTER  */
    #html-body .pagebuilder-column.footer-item.standorte_item_footer,
    #html-body .pagebuilder-column.footer-item.block_links,
    #html-body .pagebuilder-column.footer-item.zertifikate_item_footer {
        flex-basis: 30%;
        margin-bottom: 30px;
    }

    #html-body .footer.content .zertifikate_item_footer .container_zertifikat {
        flex-direction: column;
    }
}

@media (min-width: 1280px) {
    .modal-slide._inner-scroll .modal-inner-wrap {
        width: 600px;
        height: 600px;
    }

    /* todo Common */
    div[data-content-type="row"][data-appearance="contained"] {
        max-width: 100%;
    }

    .navigation,
    .breadcrumbs,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        width: 100%;
    }



    /* todo HEADER */
    .page-header {
        padding-bottom: 0;
    }

    .header.content {
        grid-template-rows: 50px 50px auto;
    }

    .header.content .header-left {
        margin-top: 0;
    }

    .mobile_standorte.mobile {
        display: none;
    }

    .header.content .block-search {
        padding-top: 20px;
        padding-left: 0px;
        max-width: 100%;
        max-width: 658px;
    }

    .standort_header.desktop {
        display: flex;
    }

    .header_container_standorte {
        padding-left: 0;
    }

    .header.content .widget {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 100%;
        max-width: 658px;
        display: flex;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 20px;
    }

    #html-body .header.content .widget div[data-content-type="row"] {
        width: 100%;
    }

    header a.link_standort {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: none;
    }

    .map div[data-content-type="row"][data-appearance="contained"] {
        max-width: 500px;
    }


    .header.content .language.switcher-language{
        width: 50px;
        height: 50px;
        font-size: 1.17em !important;
    }

    .header.content .switcher .options ul.dropdown li {
        width: 50px;
        height: 50px;
        font-size: 1.17em;
    }

    .header.content .switcher .options ul.dropdown {
        margin: 20px -10px 0 -10px;
    }

    .map_search {
        width: 50px;
        height: 50px;
    }

    #html-body .map img {
        width: auto;
    }

    .standort_icon_white {
        width: 20px;
        height: 24px;
    }

    .nav-sections {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        margin: 5px 10px;
        max-width: 658px;
        display: flex;
        align-items: center;
    }

    /* todo MAIN */

    h2 {
        padding-left: 70px;
    }

    h3 {
        font-size: 1.5em;
    }

    /* todo Block-1 */
    figure.leistungen-foto {
        max-width: 300px;
    }

    #html-body .flex_row.container_jahr {
        max-width: 400px;
    }

    .checked {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 18px;
    }

    .leistungen-item,
    .zukunft_item h4,
    .message_container h3,
    h3 a {
        font-size: 18px;
    }

    .leistungen_content {
        min-height: 150px;
    }

    #html-body .container_zukunft_items .pagebuilder-column.zukunft_item {
        flex-basis: 23.5%;
        max-width: 319px;
        height: 340px;
    }

    .jahr_zahlen {
        font-size: 48px;
    }

    a.button_kontakt,
    .button_bewerben,
    .action.primary,
    button {
        width: 322px;
    }

    /* todo Block-2 */
    #html-body .zukunft_img img {
        max-width: 160px;
        max-height: 160px;
        height: auto;
    }

    /* todo Block-3*/
    .stars_icon {
        margin-top: 5px;
    }

    #html-body .container_top_zertifikate {
        width: 340px;
    }

    .banner_team .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        max-width: 820px;
    }

    /* todo Block-4 */
    #html-body .container-zahlen {
        margin-top: 0;
    }



    #html-body .pagebuilder-column.zahlen-item {
        margin: 2rem 0;
    }



    .newsletter_container iframe {
        height: calc(100vw * 0.44);
    }
}


@media (min-width: 1440px) {

    .banner_team .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        max-width: 880px;
    }

    /* todo Block-1 */
    #html-body .flex_row.container_jahr {
        max-width: 480px;
    }

    #html-body .container_jahr .pagebuilder-column-group.flex_1 {
        flex-basis: 40%;
    }

    /* todo Block-3 */
    h3.h3_stars {
        line-height: 40px;
        margin-bottom: 0;
    }

    .input {
        margin: 40px auto;
    }

    .newsletter_container iframe {
        height: calc(100vw * 0.37);
    }
}


@media (min-width: 1640px) {
    /* Banner Message */

    .banner_team .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        max-width: 800px;
    }

    /* todo Block-1 */
    #html-body .flex_row.container_jahr {
        max-width: 600px;
    }

    p.jahr {
        font-size: 2em;
        line-height: 60px;
    }

    /* todo Block-3 */
    .banner_team .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: calc((100vw * 0.75) / 1.7);
        max-height: 724px;
    }

    #html-body .container_stars .pagebuilder-column.big_container {
        width: 65%;
    }

    #html-body .container_stars .pagebuilder-column.small_container {
        width: 35%;

    }

    .small_container.leistungen_small {
        padding: 40px 10px;
    }

    /* todo Block-4 */
    .jahr.text_white p {
        font-size: 46px;
    }

    .newsletter_container iframe {
        height: calc(100vw * 0.32);
        max-height: 560px;
    }
}
















/*------------------
todo MAIN
------------------- */
.text_white{
    color: #fff;
}
#maincontent .page-title-wrapper{
    display: none;
}
.icons_national {
    background: var(--color-primary);
}
.container_items_nationales .item_nation img,
.item_nation img {
    background-color: var(--color-primary);
}
.item_file img {
    background-color: var(--color-primary);
}
.text-white{
    color: #ffffff;
}
textarea{
    color: var(--color-primary);
}
textarea{
    border-radius: 5px;
}
.row_main p {
    letter-spacing: -.3px;
}

.step-title,
.opc-wrapper .step-title{
    text-align: center;
    padding: 0;
    margin: 14px 0;
    line-height: 1.2;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    hyphens: auto;
    -epub-hyphens: auto;
}
.h2, h2{
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
    padding: 20px 0;
    hyphens: auto;
}
h4 {
    font-size: 18px;
}
@media (min-width: 769px) {
    .h1, h1 {
        font-size: 24px;
    }
    .h2, h2{
        font-size: 24px;
        margin: 20px 0;
    }
    .h3, h3{
        font-size: 20px;
        margin: 20px 0;
        padding: 0;
    }
    .step-title,
    .opc-wrapper .step-title{
        font-size: 24px;
    }

}

@media (max-width: 768px) {
    .h1, h1 {
        font-size: 22px;
    }
    .h2, h2{
        margin: 0;
        padding: 20px;
        font-size: 22px;
    }
    .h3, h3{
        font-size: 20px;
        margin: 20px 0;
        padding: 0;
    }
    .h3-left-mob h3{
        padding-left: 0;
        padding-right: 0;
    }
    .step-title,
    .opc-wrapper .step-title{
        font-size: 22px;
    }
    .page-products .columns {
        padding-top: 0;
    }
}

@media (max-width: 768px){ /*this style needs to show an open menu on iphone*/
    .page-header{
        z-index: auto;
    }
    #maincontent{
        z-index: auto;
    }
}
/*------------------
todo Structure
------------------- */
.row_main_page { /*on the old pages*/
    padding-right: 14px;
    padding-left: 14px;
}
.row_main{
    padding-right: 14px;
    padding-left: 14px;
}
#html-body .row_main_page .block-page .pagebuilder-column.page_img {
    padding: 1rem 1rem 1rem 0 !important;
}
#html-body .row_main_page .block-page .pagebuilder-column {
    padding: 1rem 1rem 1rem 0 !important;
}
.cms-no-route #maincontent{
    max-width: 100%;
    width: 1366px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.cms-no-route #maincontent .column.main{
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 20px;
}
@media (min-width: 769px) {
    .page-wrapper > .breadcrumbs {
        width: 1366px;
    }
    .search.results{
        width: 1366px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .catalogsearch-result-index .column.main{
        width: 100% !important;
        padding: 0;
    }
    .row_main,
    .row_main_page,
    .header.content,
    .footer.content,
    .page-title-wrapper,
    .message.notice,
    .mp-blog-view,
    .copyright_sks,
    #mpblog-list-container{
        width: 100%;
        max-width: 1366px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/*------------------
todo desctop-hide  mobile-hide
------------------- */
@media (min-width: 769px) {
    .desctop-hide{
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mobile-hide{
        display: none !important;
    }
}

/*------------------
todo HEADER SEARCH & MENU
------------------- */
.header.content .header-left .logo img {
    width: auto;
}
.header.content .block-search .control {
    width: 100%;
}
.header.content .block-search input[type="text"] {
    padding: 0 10px 0 10px;
    font-size: 16px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff7d;
    color: #fff;
}
.header.content .block-search input[type="text"]::placeholder {
    color: #ffffffb3;
    opacity: 1;
    font-size: 16px;
}
@media (min-width: 769px) {
    .navigation .level0 > .submenu,
    .navigation .level0.parent:hover > .submenu {
        overflow-y: hidden !important;
    }
    .header.content .language {
        margin-right: 10px;
    }
    .header.content .header-left {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .header.content .header-left .logo {
        height: 100%;
        max-height: 100%;
        display: flex;
        padding: 10px 0;
    }
    .header.content {
        grid-template-columns: 20% 60% 0 12% 8%;
        grid-template-rows: 40px 55px 0;
    }
    .header.content {
        padding-right: 10px;
        padding-left: 14px;
    }
    .header.content .block-search .control {
        left: 0;
    }
    .header.content .block-search input[type="text"] {
        padding: 0;
    }
    .header.content .block-search {
        margin-top: 12px;
        margin-left: 25px;
        padding: 0 0 0 5px;
    }
    .navigation .level0>.level-top {
        color: #fff;
        font-size: 14px;
        height: 100% !important;
        padding-right: 10px;
    }
    .nav-sections {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
        margin: 10px auto 0 25px;
        max-width: inherit;
    }
    .navigation{
        width: auto;
    }
    .navigation ul {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1024px) {
    .header.content {
        grid-template-columns: 24% 56% 0 12% 8%;
    }
    .page-header .nav-sections {
        display: flex;
        align-items: center;
    }
    .header.content .block-search {
        margin-left: 40px;
    }
    .navigation .level0>.level-top {
        font-size: 18px;
    }
    .nav-sections {
        margin: 10px auto 0 40px;
    }
    .navigation .level0>.level-top {
        padding-right: 24px;
    }
}
@media (min-width: 1366px){
    .navigation .level0.parent>.level-top {
        padding-right: 20px;
    }
}
@media (max-width: 768px) {

    .header.content .header-left .logo {
        max-width: 38%;
        height: 100%;
        max-height: 100%;
        display: flex;
        padding: 8px 0;
    }
    .header.content {
        padding: 2px 14px 2px;
    }
    .header.content .block-search {
        display: none;
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 3;
        grid-row-end: 4;
        padding: 12px 0;
    }
    .search-autocomplete {
        margin-top: 0;
    }

}
@media (max-width: 319px) {
    .header.content {
        grid-template-columns: 40% 5% 15% 15% 15%;
    }
}



/*------------------
todo Footer
------------------- */
.standorte_row_footer h4 span,
.standorte_row_footer p span {
    font-size: 16px;
}
.page-footer {
    margin-top: 24px;
    background: var(--color-footer)
}
.standorte_row_footer .standort {
    margin-bottom: 1rem !important;
}
.footer.content .block {
    float: none;
}
@media (min-width: 769px) {
    #html-body .footer.content .pagebuilder-column-line {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
/*------------------
todo COOKIE
------------------- */
/* .modals-wrapper {
    z-index: 100;
} */

.amgdprcookie-modal-container .amgdprcookie-modal-template {
    background: #fff;
    width: 100%;
    max-width: 320px;
    left: calc((100vw - 320px) / 2);
    height: 600px;
    z-index: 999;
    position: fixed;
    top: 16px;
    border-radius: 20px;
}

.modal-popup.modal-slide {
    z-index: 9998;
}

.amgdprcookie-modal-container .amgdprcookie-modal-template a {
    font-size: 12px;
}

.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
    padding-left: 0;
}

.amgdprcookie-modal-template .amgdprcookie-header {
    width: 45%;
}

.amgdprcookie-modal-template .amgdprcookie-link {
    width: 55%;
}

.modal-header h1.modal-title {
    color: #fff;
}

.amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 9px !important;
}

p.amgdprcookie-description {
    padding-right: 1rem;
    padding-left: 1rem;
}

.modal-popup button.action-close {
    width: 30px;
    height: 30px;
    padding: .5rem;
}

.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
    box-shadow: none;
    opacity: 1;
}

.amgdprcookie-groups-modal .amgdprcookie-done {
    background-color: var(--color-primary);
    width: 280px;
    margin: 0 auto;
}

button.amgdprcookie-done {
    border: 1px solid var(--color-primary);
}
.amgdprcookie-cookie-container .amgdprcookie-link {
    color: var(--color-primary);
}

#amgdprcookie-form .amgdprcookie-groups-container {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 375px) {

    .amgdprcookie-modal-container .amgdprcookie-modal-template,
    .amgdprcookie-modal-template {
        max-width: 360px;
        left: calc((100vw - 360px) / 2);
        height: 580px;
    }
}

@media (min-width:480px) {

    .amgdprcookie-modal-container .amgdprcookie-modal-template,
    .amgdprcookie-modal-template {
        width: 400px;
        height: 530px;
        top: unset !important;
        left: unset !important;
        bottom: 16px;
        right: 16px;
    }
}

@media (min-width:768px) {
    .amgdprcookie-groups-modal .amgdprcookie-table {
        font-size: 12px !important;
    }
}

#amgdprcookie-form {
    display: flex;
    /* flex-direction: column-reverse; */
    margin: 3rem auto 2rem auto;
    height: max-content;
    max-height: max-content;
}

.amgdprcookie-cookie-container.-modal,
.amgdprcookie-cookie-container.-modal:first-child {
    padding-top: .5rem;
    margin-right: 0;
}

#amgdprcookie-form .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 12px;
    line-height: 1.3;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 20px 0;
}

.amgdprcookie-toggle-cookie .amgdprcookie-input {
    opacity: .5;
}

input[type="checkbox"]:disabled {
    opacity: 1;
}

.amgdprcookie-policy-container {
    box-shadow: none;
    padding: .5rem 2rem;
    bottom: 0;
    position: static;
}

.amgdprcookie-modal-template .amgdprcookie-button.-settings {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    flex-basis: 48%;
    padding: 1.5rem 1rem;
    width: 280px;
    margin: 2rem auto;
}


.amgdprcookie-modal-template .amgdprcookie-button.-save {
    padding: 1.5rem 1rem;
    order: 0;
    background-color: #fff;
    border-color: #c4c4c4;
    color: #c4c4c4;
    width: 280px;
    margin: 1rem auto 2rem auto;
}

.amgdprcookie-modal-template .amgdprcookie-policy {
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: justify;
}

.amgdprcookie-buttons-block {
    flex-direction: column-reverse;
}

.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled+.amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label {
    background: #c7c7ce;
}

.banner_sks .pagebuilder-poster-content div[data-element='content']:not(.normal) {
    font-size: 0 !important;
}

.counter p:after {
    content: "+";
}


/*------------------
todo Services (Leistungen) Page
------------------- */
.page-services_item {
    border-radius: 18px;
    background: var(--opacity-primary);
    padding: 20px 24px;
    justify-content: space-between !important;
}

.page-services_btn > div{
    width: 100%;
    text-align: center;
}
.page-services_btn .pagebuilder-button-primary{
    border: 1px solid #ffffff;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    background: transparent !important;
}
.page-services_btn .pagebuilder-button-primary:hover{
    border: 1px solid #ffffff;
}
.page-services_img{
    padding: 20px 0 10px;
}

.page-services_item div, .page-services_item a{
    height: 100%;
}
.page-services_item div[data-element="content"]{
    height: auto;
}
.page-services_item .pagebuilder-poster-overlay{
    padding: 0;
}
.page-services_item .pagebuilder-banner-wrapper .pagebuilder-poster-content{
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-services_item .pagebuilder-banner-wrapper .pagebuilder-poster-content img{
    padding-top: 16px;
}
.page-services_item .pagebuilder-button-primary, .page-services_item .pagebuilder-button-primary:hover{
    margin: 0 auto;
    background: transparent;
    border-color: #ffffff;
    text-align: center;
    width: 65%;
    padding: 10px;
    display: block;
}
.container_zukunft_items .pagebuilder-column-line {
    justify-content: space-between;
    padding: 20px 0;
}
#html-body .container_zukunft_items .pagebuilder-column.zukunft_item {
    margin: 10px 0;
}

@media (min-width: 540px){
    .page-services_item {
        flex-basis: 48%;
        width: 48% !important;
    }
}
@media (min-width: 769px){
    .page-services_item {
        flex-basis: 30%;
        width: 30% !important;
    }
    .page-services_item {
        margin: 10px 0;
    }

}
@media (max-width: 768px) {
    .page-services_item {
        margin: 10px auto;
    }

    /* Page Internationales Steuerrecht*/
    .ui-tabs li.tab-header{
        width: 100%;
    }
    li.tab-header a.tab-title {
        padding: 1.4rem .8rem;
    }
}
@media (max-width: 539px) {
    .page-services_item {
        flex-basis: 80%;
        width: 80%;
    }
}
/*------------------
todo  Page - leistungen - inside Common
------------------- */
.services-baner-text h2{
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
}
.services-baner-text .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    background: transparent;
}

@media (min-width: 769px){
    .services-baner-text .pagebuilder-overlay.pagebuilder-poster-overlay{
        min-height: calc((100vw - 769px)/(1920 - 768)*(784 - 300) + 300px) !important;
    }
}
@media (max-width: 768px){
    .services-baner-text .pagebuilder-banner-wrapper .pagebuilder-poster-overlay{
        align-items: flex-end;
    }

    .services-baner-text .pagebuilder-overlay.pagebuilder-poster-overlay{
        min-height: calc((100vw - 320px)/(768 - 320)*(1700 - 720) + 720px) !important;
    }
}
/*------------------
todo  Page - leistungen -> internationales/nationales/kommunales
------------------- */
.consult-img.nationales,
.consult-img.kommunales{
    margin: 30px 0;
}
.consult-img.kommunales a{
    color: #ffffff;
}
.consult-img.kommunales figcaption{
    margin-top: 14px;
}
@media (min-width: 769px) {
    .consult-img__text {
        margin: 0 20px 20px;
    }
    .consult-img__reverse .consult-img__text {
        margin: 0 20px 20px 0;
    }

}
@media (min-width: 1200px){
    .consult-img .pagebuilder-column{
        min-height: 400px;
    }
    .consult-img.nationales .pagebuilder-column{
        min-height: 550px;
    }
    .consult-img.kommunales .pagebuilder-column{
        min-height: 430px;
    }
}
@media (min-width: 1660px){
    .consult-img .pagebuilder-column{
        min-height: 500px;
    }
    .consult-img.nationales .pagebuilder-column{
        min-height: 650px;
    }
    .consult-img.kommunales .pagebuilder-column{
        min-height: 616px;
    }

}
@media (max-width: 768px){
    .consult-img h2{
        padding-left: 0;
    }
    .consult-img__images{
        min-height: 250px;
    }
    .consult-img__reverse .consult-img__images{
        order: -1;
    }
}


/*------------------
todo About Page
------------------- */
.about-baner-text .pagebuilder-banner-wrapper{
    background-size: 100% !important;
}
@media (min-width: 769px){
    .about-baner-text .pagebuilder-overlay.pagebuilder-poster-overlay{
        min-height: calc((100vw - 769px)/(1920 - 768)*(820 - 300) + 300px) !important;
    }
}
@media (max-width: 768px){
    .about-baner-text .pagebuilder-banner-wrapper .pagebuilder-poster-overlay{
        align-items: flex-end;
    }

    .about-baner-text .pagebuilder-overlay.pagebuilder-poster-overlay{
        min-height: calc((100vw - 320px)/(768 - 320)*(1700 - 750) + 750px) !important;
    }
}
/*------------------
todo Job Page
------------------- */

.joppage_banner .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    background: #031b5c91;
    width: 700px;
    max-width: 100%;
    padding: 20px;
}
.jobpage-advantages{
    background-color: var(--opacity-primary);
    border-radius: 14px;
    color: #ffffff;
    padding: 20px;
}
.jobpage-advantages .pagebuilder-column p{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 16px;
}
.jobpage-advantages .pagebuilder-column p:before{
    position: absolute;
    content: "";
    background: url("../images/job-arr.png");
    width: 7px;
    height: 14px;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
}

.jobpage-galery{
    margin-top: 8px;
}
.jobpage-galery__row{
    flex-direction: row !important;
    flex-wrap: nowrap;
    display: flex !important;
    justify-content: center !important;
}
.jobpage-galery__row figure{
    margin: 2px;
}
.jobpage__jobs{
    margin: 10px 0;
}
.jobpage__jobs .pagebuilder-column p{
    display: flex;
    align-items: center;
}
.jobpage__jobs .pagebuilder-column p img{
    padding-right: 10px;
}
.jobpage__jobs .mp-custom-form{
    margin-top: 20px;
}
.jobpage__jobs .pagebuilder-column-line{
    margin: 4px 0;
}
.jobpage__jobs .pagebuilder-button-primary{
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-size: 14px;
    margin: 0;
    width: 260px;
    max-width: 100%;
    padding: 10px 15px;
}


.jobpage__jobs li{
    list-style-type: none;
    display: flex;
    align-items: center;
}
.jobpage__jobs img{
    padding-right: 10px;
    height: auto !important;
}

.jobpage__form{
    color: #ffffff;
    padding: 40px 0;
}
.jobpage__form .step-title {
    color: #ffffff;
}

.jobpage__form .mp-field-group-title{
    display: none;
}
/*.jobpage__form .step-content > li:last-child .mp-field-group-title{
    display: block;
}*/

.jobpage__form .width-30{
    width: 30%;
    float: left;
    flex-basis: 30%;
}

.jobpage__form .opc-wrapper li.mp-custom-form.field-group{
    margin: 20px 0 !important;
}
.jobpage__form button{
    background-color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
}


.jobpage__form__left-col h2{
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .jobpage__jobs ul {
        display: flex;
        justify-content: center;
    }
    .jobpage__jobs li{
        margin: 10px 40px;
    }
    .jobpage__jobs .pagebuilder-column{
        margin-top: 0 !important;
    }
    .jobpage__form .opc-wrapper .mp-field-group-content.fieldset {
        flex-direction: row;
        justify-content: space-between;
    }
    .jobpage__jobs .pagebuilder-column p{
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .joppage_banner__text{
        background-color: var(--opacity-primary);
        color: #ffffff;
        padding: 14px 20px 4px;
        width: calc(100% - 24px);
        margin: 10px auto 0;
        text-transform: none;
        font-size: 16px;
    }
    .jobpage__jobs ul {
        margin-bottom: 3rem;
    }
    .jobpage__form__left-col h2{
        padding-left: 0;
    }

    .jobpage__jobs .pagebuilder-column p{
        justify-content: left;
        padding-left: 10%;
    }
    .jobpage__jobs .pagebuilder-column.jobpage-jobs__title p{
        padding-left: 0;
    }
}

/*------------------
todo HOME Main Banner
------------------- */
.banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content div[data-element="content"]{
    color: #ffffff;
    display: inline !important;
    min-height: auto;
}
.banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    position: absolute;
    padding: 5px;
    width: auto;
    background-color: var(--opacity-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.line{
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-top: 4px;
}
.cms-home .normal .underln:last-of-type {
    border-bottom: 1px solid;
    width: fit-content;
    margin: auto;
    padding-bottom: 8px;
    padding-top: 5px;
}
@media (min-width: 769px) {
    .banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content div[data-element="content"] {
        display: inline !important;
        font-size: calc((100vw - 768px)/(1920 - 768)*(38 - 12) + 12px);
        line-height: 1.2;
    }
    .banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        /*bottom: calc((100vw * 0.38) - ((33.333vw / 2) + 9.1vw));*/
        bottom: calc((100vw - 768px)/(1920 - 768)*(250 - 100) + 100px);
    }
}
@media (min-width: 1921px) {
    .banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content div[data-element="content"] {
        font-size: calc((100vw - 1920px)/(3200 - 1920)*(48 - 38) + 38px);
    }
    .banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        bottom: calc((100vw * 0.39) - ((33.333vw / 2) + 9.1vw));
    }
}
@media (max-width: 768px) {
    .banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content div[data-element="content"] {
        font-size: calc((100vw - 320px)/(768 - 302)*(14 - 9) + 9px);
        line-height: 1.2;
    }
    .banner_sks .pagebuilder-banner-wrapper .pagebuilder-poster-content {
        bottom: calc(((100vw * 0.77) / 2) - 7.3px);
        width: 56%;
    }
}

/*------------------
todo HOME Block Services Tabs
------------------- */
div[data-content-type="tabs"] .tabs-navigation li.tab-header:hover{
    background-color: var(--opacity-primary);
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:hover a{
    color: #ffffff;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
    background-color: var(--color-primary);
}
.home__tab-services h3{
    padding-left: 0;
    padding-right: 0;
}
.home__tab-services .subcontainer_jahr {
    width: auto;
}
.home__tab-services .subcontainer_jahr .jahr {
    flex: 0;
}
.home__tab-services li.tab-header.ui-state-active {
    z-index: 9 !important;
}
@media (min-width: 769px) {
    .home__tab-services .block-static-block{
        padding: 0 20px;
    }
    .home__tab-services .subcontainer_jahr {
        flex-basis: 50%;
    }
    .home__tab-services .tab-header{
        text-align: center;
    }
    .home__tab-services .tab-header {
        width: 33.4%;
    }
    .home__tab-services div[data-content-type='tabs'] .tabs-navigation li.tab-header{
        border-top: none;
    }
    .home__tab-services div[data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(2) {
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
    .home__tab-services div[data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(1) {
        border-left: none;
    }
    .home__tab-services div[data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(3) {
        border-right: none;
    }
    .home__tab-services div[data-content-type='tabs'] > ul.tabs-navigation{
        display: flex;
    }
    .home__tab-services div[data-content-type='tabs'] > ul.tabs-navigation{
        border: 1px solid #cccccc;
    }
   .home__tab-services div[data-content-type='tabs'] > ul.tabs-navigation{
       justify-content: space-between;
   }
    .home__tab-services .tabs-content .pagebuilder-column-line{
        background: #eeeeee;
        margin-top: 0;
    }
    .home__tab-services__col-person figure{
        padding-right: 20px;
    }
    .home__tab-services__col-person{
        margin: 10px 0 30px;
        padding: 10px;
    }
    .home__tab-services .btn-container {
        margin: 10px auto 30px;
        height: auto;
    }

    .services-order  .pagebuilder-column-line{
        margin-top: 0;
    }

}

@media (min-width: 1200px) {
    .home__tab-services .block-static-block {
        padding: 1rem 9rem;
    }
}


@media (max-width: 768px) {
    .home__tab-services .block-static-block{
        padding: 0;
    }
    .home__tab-services__col-person{
        flex-basis: 50%;
        margin: 0 0 10px;
        padding: 20px 10px 14px 0;
        background: #eeeeee;
    }
    .home__tab-services__col-person h3{
        padding-bottom: 10px;
    }
    .home__tab-services__col-person figure{
        padding-right: 20px;
        padding-left: 10px;
    }
    .home__tab-services .subcontainer_jahr {
        flex-basis: 100%;
    }
    .home__tab-services .subcontainer_jahr .jahr{
        flex-basis: 30%;
        width: 30%;
        text-align: left;
        margin: 0 10px 10px 0 !important;
    }
    .home__tab-services .subcontainer_jahr .text{
        flex-basis: 70%;
        width: 70%;
        text-align: left;
        margin: 0 0 10px 0 !important;
    }
    .home__tab-services .btn-container {
        margin: 0 auto;
    }
    .home__tab-services .tabs-content .services-order .pagebuilder-column-line {
        margin-top: auto;
    }
}
.homepage-services__btn button{
    margin: 20px auto 0;
}

.homepage-services__btn .modal-popup{
    width: 100vw;
    right: auto;
    left: 0;
}

/*------------------
todo HOME Block Services Tabs - Form & Popup
------------------- */

.opc-wrapper .field.mp-1column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 100%;
}
.opc-wrapper .field.mp-1column .control {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.opc-wrapper .field.mp-1column .control .field-error {
    flex-basis: 100%;
}
.opc-wrapper .field.mp-1column .control > div{
    margin-right: 14px;
}
.opc-wrapper .field.mp-1column .control > div > label{
    margin-right: 14px;
}
.mp-custom-form-popup button.button.action.continue.primary {
    margin-bottom: 14px;
}
@media (min-width: 769px){
    .modal-popup._show .modal-inner-wrap {
        transition: all 1s ease-out;
        margin: 11rem auto;
        max-height: 83vh;
    }
}
/*------------------
todo HOME PAGE Block-4 Zahl
------------------- */
.pagebuilder-column.zahlen-item {
    width: auto !important;
    min-height: 100px;
}
.container-zahlen .pagebuilder-column-line {
    flex-wrap: wrap;
}
.jahr {
    text-align: left;
}
.text_zahlen {
    flex-basis: 80%;
    text-align: left;
    padding-left: 12px;
}
.jahr.text_white p {
    font-size: 36px;
}
.jahr.text_white p.start {
    min-width: 60px;
}
.text_zahlen p strong {
    font-size: 16px;
    line-height: 1.2;
}

@media (min-width: 769px) {
    .container-zahlen .pagebuilder-column-line {
        justify-content: center;
    }
    .pagebuilder-column.zahlen-item {
        padding: 0 16px;
    }
}
@media (min-width: 1366px) {
    .container-zahlen .pagebuilder-column-line {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .container-zahlen .pagebuilder-column-line {
        justify-content: center;
    }
    .jahr {
        flex-basis: 30%;
        width: 30%;
    }
}


/*------------------
todo HOME PAGE Jobs
------------------- */
.home-page_jobs .row-full-width-inner{
    padding-left: 14px;
    padding-right: 14px;
}
.home-page_jobs__img{
    position: relative;
}
.home-page_jobs__img .pagebuilder-poster-content{
    background: #031b5cd9
}
.home-page_jobs__img div.pagebuilder-overlay.pagebuilder-poster-overlay{
    height: auto;
    width: 100%;
    text-align: center;
    padding: 0;
}
.home-page_jobs__img div.pagebuilder-overlay .pagebuilder-poster-content{
    padding: 14px 10px 0;
}
.home-page_jobs__img div.pagebuilder-banner-wrapper{
    display: flex;
    align-items: flex-end;
}
.home-page_jobs__img .pagebuilder-poster-content p {
    margin-bottom: 14px;
}

.home-page_jobs__img-content{
    position: absolute;
    color: #fff;
    background: var(--opacity-primary);
    border-radius: 5px;
    width: 100%;
    bottom: 0;
    padding: 10px;
    text-align: center;
}
@media (min-width: 769px){
    .home-page_jobs__text{
        padding: 0 40px;
        border-left: 1px solid #ccc;
        margin-left: 40px;
    }
    .home-page_jobs__img div{
        height: auto;
    }
    .home-page_jobs__img div.pagebuilder-banner-wrapper{
        min-height: 320px;
    }
}
@media (min-width: 1024px){
    .home-page_jobs__img div{
        height: 100%;
    }
    .home-page_jobs__img div.pagebuilder-banner-wrapper{
        min-height: 420px;
    }
}
@media (max-width: 768px){
    .home-page_jobs__text{
        padding: 24px 0;
    }
    .home-page_jobs__img div.pagebuilder-banner-wrapper{
        min-height: calc((100vw - 320px)/(768 - 320)*(500 - 320) + 320px);
    }
    .home-page_jobs__text div[data-content-type="buttons"]{
        text-align: center;
    }
    .home-page_jobs__text div[data-content-type="buttons"] a{
        margin: 0;
    }
}


/*------------------
todo HOME PAGE zertifikate
------------------- */
.home_zertifikate{
    color: var(--color-primary);
}
.home_zertifikate .d-grid{
    display: grid;
    grid-template-columns: 14% 14% 15% 21% 21% 16%;
}
.home_zertifikate .p-1{
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}
.home_zertifikate .p-2{
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
}
.home_zertifikate .home-team-ico_1{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
.home_zertifikate .home-team-ico_2{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
}
.home_zertifikate .home-team-ico_3{
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
}
.home_zertifikate .home-team-ico_4{
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
}
.home_zertifikate .home-team-ico_5{
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
}
.home_zertifikate .home-team-ico_6{
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
}
.home_zertifikate .p-1, .home_zertifikate .p-2{
    font-weight: bold;
    align-items: center;
    display: flex;
    padding-left: 14px;
}
.home_zertifikate__left-text{
    text-align: right;
    line-height: 1.3;
}
.home_zertifikate__right-text{
    text-align: left;
    line-height: 1.3;
}
.home_zertifikate .home-team-ico_1{
    padding-right: 4px;
}
.home_zertifikate .home-team-ico_2{
    padding-right: 4px;
}
.home_zertifikate .home-team-ico_3{
    padding-right: 6px;
}
.home_zertifikate .home-team-ico_4{
    padding-right: 4px;
}
.home_zertifikate .home-team-ico_5{
    padding-right: 4px;
}
.home_zertifikate .home-team-ico_6{
    padding-right: 4px;
}
@media  (min-width: 769px) {
    .home_zertifikate .p-1, .home_zertifikate .p-2{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .home_zertifikate__left-text{
        padding: 0 20px 0 0;
    }
}

@media  (min-width: 1024px) {

    .home_zertifikate .p-1, .home_zertifikate .p-2{
        font-size: 34px;
    }
}
@media  (min-width: 769px) and (max-width: 1365px) {
    .home_zertifikate__right-text{
        padding: calc((100vw - 769px)/(1365 - 769)*(108 - 44) + 44px) 0 0 20px;
    }
    .home_zertifikate__left-text, .home_zertifikate__right-text{
        font-size: calc((100vw - 769px)/(1365 - 769)*(24 - 18) + 18px);
    }
    .home_zertifikate .d-grid{
        grid-template-rows: calc((100vw - 769px)/(1365 - 79)*(40 - 26) + 26px) calc((100vw - 769px)/(1365 - 769)*(50 - 36) + 36px) 140px;
    }
}
@media  (min-width: 1366px) {
    .home_zertifikate__right-text {
        padding: 108px 0 0 20px;
    }
    .home_zertifikate__left-text, .home_zertifikate__right-text{
        font-size: 24px;
    }
    .home_zertifikate .d-grid{
        grid-template-rows: 40px 72px 140px;
    }
}

@media (max-width: 768px) {
    .home_zertifikate__right-text{
        padding: 0 0 40px 0;
        margin-top: -30px;
    }
    .home_zertifikate .p-1, .home_zertifikate .p-2 {
        font-size: 24px;
    }
    .home_zertifikate .d-grid {
        grid-template-rows: 40px 34px 83px;
    }
}
/*------------------
todo HOME PAGE reviews slider
------------------- */
.reviews .slick-slide img {
    display: inline;
}
.reviews .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 0;
}
.reviews h3{
    padding-top: 14px;
}
.reviews .pagebuilder-poster-content {
    padding-left: 14px;
    padding-right: 14px;
}


/*------------------
todo HOME PAGE Accordion
------------------- */
#myaccordian .content{
    display: none;
    padding: 20px 14px;
}
#myaccordian .title{
    cursor: pointer;
    padding: 14px;
    border: 1px solid #cccccc;
    margin: 10px 0;
}
#myaccordian .title h4{
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#myaccordian .title img{
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    margin-right: 10px;
}
#myaccordian .title > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#myaccordian .title h4::after {
    font-size: 14px;
    color: var(--color-primary);
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
}
#myaccordian .title.allow.active h4::after {
    transform: rotate(180deg);
}


/*------------------
todo  PAGE Events
------------------- */
@media (min-width: 769px) and (max-width: 1365px) {
    .events-wrap .pagebuilder-slider{
        min-height: calc((100vw - 769px)/(1365 - 769)*(750 - 416) + 416px) !important;
    }
}

@media (max-width: 768px) {
    .events-wrap h3{
        padding-left: 0;
    }
    .events-wrap .pagebuilder-slider{
        min-height: calc((100vw - 320px)/(769 - 320)*(416 - 170) + 170px) !important;
    }
}


/*------------------
todo  PAGE TEam common
------------------- */
.page_team h3 {
    margin: 14px auto 6px;
    text-align: center;
}
.row_main_page.page_team p {
    font-size: 14px;
    text-align: center;
}

.maps-ico {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maps-ico p {
    width: fit-content !important;
    margin: 0 8px 0;
}
.maps-ico:before{
    background: url('../images/maps-ico.png');
    position: relative;
    content: "";
    left: auto;
    width: 12px;
    height: 16px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
@media (max-width: 768px) {
    .page_team h3{
        margin-top: 14px;
    }
    .maps-ico{
        margin-bottom: 14px;
    }
}
/*------------------
todo  PAGE TEam Inside
------------------- */
@media (min-width: 769px) {
    .item_team_page img {
        max-width: 300px;
    }
    .item_team_page .page_img{
        max-width: 300px;
        margin-right: 20px;
    }
}
@media (max-width: 768px) {
    .item_team_page figure{
        margin-bottom: 20px;
    }
}
/*------------------
todo PAGE BLOG
------------------- */
#mpblog-list-container a {
    word-break: break-all;
    hyphens: auto;
}
#mpblog-list-container .post-info-wraper .post-link-title{
    word-break: break-word;
    hyphens: auto;
}
.post-meta-bottom .post-social.post-bottom{
    position: relative;
    padding-top: 20px;
    box-shadow: none !important;
    border: none;
}
.post-meta-bottom .post-social.post-bottom:before{
    position: absolute;
    top: -10px;
}

.post-content-wrap .post-maincontent-wrapper .post-categories{
    display: none;
}
.post-list-body {
    padding: 0 10px;
}
.ves-block.block.recentposts-block .block-title{
    display: none;
}
body.page-layout-2columns-left #maincontent,
body.vesblog-page #maincontent,
body.smile_elasticsuite_cms-result-index #maincontent,
body.elasticsuiteblog-result-index #maincontent{
    width: 1366px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.ves-blog .ves-post .post-wrapper{
    display: flex;
}
.ves-post .post-wrapper .post-summary {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.ves-post .post-info-wraper{
    background: #d9d9d9;
}
.ves-post .post-title{
    text-transform: uppercase;
    margin: 0 0 14px;
    padding: 0;
    line-height: 1.2;
    font-size: 16px;
}

.ves-post .post-title a{
    font-size: 16px;
    line-height: 1.2;
    hyphens: auto;
}

.ves-post .post-wrapper .post-image{
    display: flex;
    align-items: center;
    background: var(--color-primary);
}
.post-list .post-item .post-image a:hover {
    background-color: inherit;
}
.post-list .post-item .post-image span.fa.overlay-icon,
.ves-post .post-info-wraper .post-meta{
    display: none;
}
.sidebar-main .post-list .post-item .post-image img {
    height: 54px;
}

.ves-post .post-list .post-readmore {
    float: left;
    padding-bottom: 0;
    margin-left: 0;
}
.post-list .post-item .post-readmore{
    margin-left: 0;
    padding: 0;
}
.post-list .post-item .post-readmore a {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: var(--color-primary);
    padding: 10px 20px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
}
.post-meta-bottom .post-tag span{
    display: none;
}
.pages .action.previous:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
/*sidebar*/
.sidebar .post-list .post-item {
    display: flex;
}
.recentposts-block .post-item .post-image {
    width: 20%;
    flex-basis: 20%;
}
.sidebar .post-list .post-item .post-meta {
    width: 80%;
    flex-basis: 80%;
}
.sidebar .post-list .post-item .post-title{
    hyphens: auto;
    -epub-hyphens: auto;
}
.sidebar .post-list .post-item .post-title a {
    text-transform: none;
}

.vesblog-post-view #form-comment, .ves-block .blog-widget-content, #author-box > .block-content, .ves-block .post-listing, .products-related .block-content {
    border-bottom: 4px solid var(--color-primary);
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
}
#author-box .author-social {
    margin-top: 0;
}
#author-box h3{
    margin-bottom: 8px
}
.search-form button {
    background: var(--color-primary);
}
.blog-searchform form:after {
    border-right-color: var(--color-primary);
}

.blog-tags, .ias-noneleft{
    display: none;
}
/*.ves-blog.post-list .blog-toolbar,
.ves-blog.post-list .blog-toolbar .pages{
    display: none !important;
}*/
.search-form button:hover {
    background: var(--opacity-primary);;
}
@media (min-width: 769px){
    .ves-post .post-info-wraper{
        padding: 20px;
    }
    .ves-post .post-image {
        min-height: inherit;
    }
    .recentposts-block .post-item .post-image {
        min-height: fit-content;
        float: none;
    }
    .ves-post .post-info-wraper{
        flex-basis: 60%;
        width: 60%;
    }
    .ves-post .post-wrapper .post-image{
        flex-basis: 40%;
        width: 40%;
    }
    .vesblog-page.blog-searchresult #maincontent{
        margin-top: 30px;
    }
}
@media (min-width: 1200px){
    .ves-post .post-info-wraper{
        flex-basis: 60%;
        width: 60%;
    }
    .ves-post .post-wrapper .post-image{
        flex-basis: 40%;
        width: 40%;
    }
    .ves-post .post-info-wraper{
        padding: 40px;
    }
    #author-box > .block-content .author-avatar {
        max-width: 26%;
    }
    #author-box > .block-title > h2{
        padding: 20px 0;
    }
    #author-box > .block-title > h2 > strong{
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .post-content-wrap .post-image {
        min-height: auto;
    }
    .post-content-wrap .post-maincontent-wrapper .post-title {
        hyphens: auto;
    }
    .post-content-wrap .post-maincontent-wrapper .h1,
    .post-content-wrap .post-maincontent-wrapper h1 {
        font-size: 24px;
    }
    .post-content-wrap .post-maincontent-wrapper h3 {
        padding: 0;
    }
    body.vesblog-page .columns {
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .post-list .post-item .post-image{
        min-height: fit-content;
    }
    .ves-blog .ves-post .post-wrapper {
        display: flex;
        flex-direction: column;
    }
    .ves-post .post-info-wraper{
        padding: 20px;
    }
    .ves-post .post-readmore {
        float: none;
    }
    .ves-block.block.recentposts-block{
        margin-top: 26px;
        padding: 14px 0 0;
    }
    .recentposts-block .post-item .post-image {
        min-width: 76px;
    }
    .ves-blog .pages .pages-items {
        display: flex;
        justify-content: center;
    }
    #author-box > .block-content .author-avatar {
        max-width: 20%;
    }
    #author-box > .block-title > h2{
        padding-left: 0;
        padding-right: 0;
    }
    #author-box > .block-title > h2 > strong{
        font-size: 16px;
        padding-right: 0;
        line-height: 1.2;
    }
}
/*------------------
todo  SEARCH Result
------------------- */
.catalogsearch-result-index h2,
.elasticsuiteblog-result-index h2,
.smile_elasticsuite_cms-result-index h2{
    text-align: left;
}
.catalogsearch-result-index .message.notice{
    display: none;
}

.catalogsearch-result-index .search.results > a{
    width: 260px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: var(--color-primary);
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    margin: 20px 0;
}



@media (min-width: 769px) {
    .catalogsearch-result-index .search.results ul,
    .elasticsuiteblog-result-index ul,
    .smile_elasticsuite_cms-result-index ul{
        padding-left: 24px;
    }
}

/*------------------
todo  FORM
------------------- */
.mp-custom-form.field-group .mp-field-group-content.fieldset{
    margin-left: 0 !important;
}
.opc-wrapper .mp-custom-form .classfordiv{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.opc-wrapper .mp-custom-form .classfordiv input{
    height: 20px;
    width: 20px;
    min-width: 20px;
    box-shadow: none;
    margin: 0;
}
.opc-wrapper .mp-custom-form .classfordiv > input{
    padding: 0;
    margin: 0;
}
.opc-wrapper .mp-custom-form .classfordiv >label{
    display: block;
    text-align: left;
    padding-left: 10px;
    margin: 0;
    hyphens: auto;
    padding-top: 6px;
}

.opc-wrapper .mp-custom-form .ltr_langs .control > div{
    display: flex;
    flex-wrap: wrap;
}
.opc-wrapper .mp-custom-form .ltr_langs .classfordiv{
    margin-right: 10px;
}

.opc-wrapper .field.mp-1column {
    margin-bottom: 20px;
}
.mp-custom-form .timesRadio{
    text-align: left;
    display: flex;
}
.mp-custom-form .timesRadio label{
    padding-left: 10px;
}

@media (min-width: 769px) {
    .opc-wrapper .field.mp-1column {
        margin-right: 10px;
    }
}

/*------------------
todo  BLOG Inside Article
------------------- */
.vesblog-post-view .post-content-wrap .post-meta {
    color: #000000;
}
.vesblog-post-view .post-meta-bottom .post-social.post-bottom{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.vesblog-post-view .post-meta-bottom .post-social.post-bottom > span,
.vesblog-post-view #form-comment button {
    background: transparent;
    color: var(--color-primary);
    text-align: left;
    padding: 0 0 10px 0;
}
.vesblog-post-view .post-meta-bottom .post-social.post-bottom > .addthis_toolbox,
.vesblog-post-view .post-content-wrap{
    border-bottom: 3px solid var(--color-primary);
}
.vesblog-post-view .post-like {
    float: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.post-list .post-item .post-title a:hover {
    color: var(--color-primary);
}
.post-like .vbtn-like {
    background-color: var(--color-primary);
    color: #ffffff;
}
.ias-noneleft{
    display: none;
}
@media (min-width: 769px) {
    body.vesblog-page .post-content-wrap .post-image {
        min-height: auto;
        text-align: center;
        width: 200px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .vesblog-post-view .post-content table tr {
        display: flex;
        flex-direction: column;
    }
    .vesblog-post-view .post-content ul{
        padding: 0 0 0 20px;
    }
}
@media (max-width: 480px){
    .vesblog-post-view .post-like a {
        width: 100%;
        float: none;
        display: block;
    }
}


/*------------------
todo  CooCkies Page
------------------- */
.amgdprcookie-modal-template .amgdprcookie-button.-save {
    color: #000000;
}
@media (max-width: 768px) {
    .amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper{
        flex-wrap: wrap;
    }
}

/*------------------
todo  Kooperationspartner Page
------------------- */
@media (max-width: 768px) {
    .partner-col figure{
        margin-left: 0 !important;
    }
}


.modal-footer {
    text-align: center;
}

.g-recaptcha {
    float: left;
}


/*------------------
todo  769 IMG
------------------- */
/*@media (width: 768px) {
    .banner_sks .pagebuilder-banner-wrapper {
        background-image: url(https://stage-sks.awag-it.de/media/wysiwyg/000011_.jpeg) !important;
    }
    .services-baner-text .pagebuilder-overlay.pagebuilder-poster-overlay{
        min-height: 1700px !important;
    }
}*/


.modals-wrapper {
    z-index: 9998;
}






/*aenderungen_der_umsatzsteuer*/
.timer {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: flex;
    justify-content: center;
}

.timer__items {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.timer__item {
    line-height: 1.2;
    font-weight: 900;
    position: relative;
    min-width: auto;
    min-height: auto;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    border: 2px solid #fff;
    color: #fff;
    background-color:#031A5C;
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color:#fff;
    margin-bottom: 5px;
    width: 90%;
}

.timer__item:not(:last-child)::after {
    content: ' ';
    position: absolute;
    right: -15px;
}

@media (min-width: 769px) {
    .timer__item {
        font-size: 30px;
        padding: 15px 0 32px;
        flex-basis: 20%;
    }
    .timer__item::before {
        bottom: 4px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .timer__item {
        font-size: 26px;
        padding: 12px 0 30px;
        flex-basis: 20%;
    }
    .timer__item::before {
        bottom: 4px;
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .timer__item {
        flex-basis: 40%;
        margin-top: 14px;
    }
    .timer__item::before {
        font-size: 10px;
    }
}



