.vce-multiple-image-collage {
    overflow: hidden !important;
}

.content-wrapper a:hover img {
    transition: all 0.5s ease 0s;
    -webkit-filter: brightness(110%);
    /* Safari */
    filter: brightness(110%);
}

.vce-row {
    margin-bottom: var(--margin-bottom-row);
}

.vce-row.schmal {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.vce-row .vce-row {
    margin-bottom: 0;
}

.vce-text-block-wrapper li {
    margin-bottom: 5px;
}

.vce-row[data-vce-full-width=true]:not(.vce-row[data-vce-stretch-content=true])>.vce-row-content {
    padding: 0 !important;
    max-width: 1615px;
    margin: 0 auto;
    width: 90%;
}

.vce-col.mehr-abstand {
    padding-left: 3.1vw;
}

.grafik a.vce-single-image-inner {
    padding-bottom: 0 !important;
}

.grafik a.vce-single-image-inner img {
    position: unset !important;
}

div#vce-lightboxOverlay {
    z-index: 99999999;
}

div#vce-lightbox {
    z-index: 99999999;
}


/*Custom Adjustments*/

.cstm-adj-1 h3 {
    margin-bottom: 0.7em;
}


/*IMG Slider*/

li.slick-active>button {
    background-color: var(--red) !important;
}

ul.slick-dots button:hover {
    background-color: var(--red) !important;
}


/*Hintergrund Weiß*/

.hintergrund {
    background-color: #fff;
    padding: 3.7vw 0 calc(3.7vw - 30px);
}

.hintergrund>.vce-row-content {
    max-width: 990px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


/*Weniger Abstand*/

.weniger-abstand-unten.vce-row {
    margin-bottom: calc(var(--margin-bottom-row) / 2.1);
}

.weniger-abstand-oben.vce-row {
    margin-top: calc(1px - var(--margin-bottom-row) / 2.6 + 1px);
}


/*logo Content*/

.logo-content-row>.vce-row-content>.vce-col {
    flex: 0 0 auto !important;
}

.logo-content a.vce-single-image-inner {
    padding-bottom: 0 !important;
}

.logo-content a.vce-single-image-inner img {
    position: unset !important;
}


/*POPUP*/

.maps .vce-popup-root-inner {
    margin: 0;
}

.vce-popup-root-container {
    background-color: #fff !important;
    z-index: 99999999 !important;
}

.vce-popup-root-wrapper {
    position: unset !important;
}

button.vce-popup-root-close-button span {
    width: 52px !important;
    height: 52px !important;
    margin: 45px 45px 0 0;
    position: relative;
}

.vce-popup-root-close-button span:before,
.vce-popup-root-close-button span:after {
    content: '';
    width: 100% !important;
    height: 4px !important;
    background-color: var(--red);
    transform: translateY(-50%) rotate(0);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .5s ease 0s;
    transition-delay: 0.8s;
    height: 100%;
}

.vcv-popup-container--visible .vce-popup-root-close-button span:before {
    transform: translateY(-50%) rotate(135deg);
}

.vcv-popup-container--visible .vce-popup-root-close-button span:after {
    transform: translateY(-50%) rotate(-135deg);
}

.vce-popup-root-wrapper>.vce-popup-root-inner {
    position: unset !important;
}

.vce-popup-root-container .vce-row {
    margin-bottom: 0;
}

.vce-popup-root-container .vce-row.bg-white {
    padding: 40px 0 !important;
}

.vce-popup-root-container h2 {
    font-family: "Lora";
}

.vce-popup-root-container h3 {
    font-family: "Lora";
}

.hours .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type {
    padding-left: 0vw;
}

.hours .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type>.vce-col-inner {
    padding-top: 0;
    justify-content: center;
}

.hours .vce-row[data-vce-full-width=true]:not(.vce-row[data-vce-stretch-content=true])>.vce-row-content {
    /* max-width: 1500px; */
    justify-content: center;
}

.hours .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type {
    flex-basis: 29% !important;
    max-width: initial;
}

.menu .vce-row[data-vce-full-width=true]:not(.vce-row[data-vce-stretch-content=true])>.vce-row-content {
    justify-content: center;
}


/*----------------- POST GRID -------------*/

article.vce-posts-grid-item-inner {
    background-color: #fff;
    height: 100%;
}

.vce-post-description {
    height: 100%;
}

.vce-post-description>* {
    flex: 1 1 auto !important;
}

.vce-post-description--content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vce-post-description--content {
    padding-bottom: 0 !important;
    height: 100% !important;
}

.vce-post-description .vce-button--style-basic-icon-container {
    margin-bottom: 0;
}

.vce-post-description .vce-button--style-basic-icon-container>* {
    width: 100%;
}

.vce-news-grid-container.vce-posts-grid-container .vce-post-description--title a {
    word-break: keep-all;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0;
}

h3.vce-post-description--title {
    padding: 0 30px !important;
    margin: 15px 0 45px 0 !important;
}


/*----------------- EINLEITUNG -------------*/

.einleitung>.vce-row-content>.vce-col:first-of-type {
    padding-right: 4vw;
}

.einleitung:not(.einleitung-single)>.vce-row-content>.vce-col:last-of-type {
    padding-top: 5vw;
    padding-left: 3.6vw;
}

.einleitung-single>.vce-row-content>.vce-col {
    padding-right: 0 !important;
    max-width: 1170px;
}

.einleitung a.vce-button--style-basic-icon,
.einleitung button.vce-button--style-basic-icon {
    margin-top: 1.9em;
}

.einleitung-single {
    margin-bottom: calc(var(--margin-bottom-row) / 2);
}


/*----------------- BG WHITE -------------*/

.vce-row.bg-white {
    padding: 0 0 calc(6.7vw - 30px);
    --padding-top: 7vw;
    margin-top: calc(1px - var(--margin-bottom-row) / 6.9 + 1px);
}

.bg-white:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(var(--windowWith) - ((var(--windowWith) - 1170px) / 2));
    height: calc(100% - var(--padding-top));
    background-color: #fff;
    z-index: -1;
    right: 0;
    bottom: 0;
    bottom: 0;
}

.vce-row.bg-white>.vce-row-content>.vce-col:first-of-type {
    padding-right: 3.5vw;
}

.vce-row.bg-white>.vce-row-content>.vce-col:last-of-type {
    padding-left: 1.7vw;
}

.vce-row.bg-white>.vce-row-content>.vce-col:last-of-type>.vce-col-inner {
    padding-top: calc(var(--padding-top) + (6.7vw - 10px));
    justify-content: flex-start;
}

.bg-white-col-img .vce-text-block {
    position: absolute;
    bottom: 80px;
    left: 50px;
}

.bg-white-col-img .vce-text-block * {
    color: #fff;
    margin-bottom: 0;
}

.vce-row.bg-white-inner-row {
    margin-bottom: 1.9vw;
}

.bg-white-col-img .vce-single-image-inner:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--light-brown);
    opacity: 0.5;
    filter: brightness(0.9);
}


/*----------------- HOVER BOX -------------*/

.vce-tall-hoverbox {
    margin: 0 !important;
}

.grid-team>.vce-row-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 380px;
    gap: 10px;
}

.grid-team>.vce-row-content>.vce-col {
    margin-right: 0 !important;
}

.grid-team>.vce-row-content .vce-col-inner,
.grid-team>.vce-row-content .vce-col-content,
.grid-team>.vce-row-content .vce-col-inner,
.grid-team>.vce-row-content .vce-tall-hoverbox,
.grid-team>.vce-row-content .vce-tall-hoverbox-wrapper {
    height: 100%;
}

.grid-team .vce-column-resizer.vcvhelper {
    display: none;
}

.grid-team>.vce-row-content .vce-tall-hoverbox-wrapper {
    display: flex;
}

.grid-team>.vce-row-content .vce-tall-hoverbox-wrapper figcaption.vce-tall-hoverbox-inner {
    flex-direction: column-reverse;
    padding: 10px;
}

.vce-tall-hoverbox-background--ba-61-61-61-4 .vce-tall-hoverbox-wrapper::before {
    background-color: var(--light-brown);
}

.vce-tall-hoverbox-wrapper:hover::before {
    opacity: 0.5;
}

figcaption.vce-tall-hoverbox-inner>* {
    transform: translateY(-2rem);
    opacity: 0;
    transition: all .5s ease 0s;
}

.grid-team>.vce-row-content .vce-tall-hoverbox-wrapper:hover figcaption.vce-tall-hoverbox-inner>* {
    transform: translateY(0);
    opacity: 1;
}

.vce-tall-hoverbox .vce-tall-hoverbox-description>:last-child,
.vce-tall-hoverbox .vce-tall-hoverbox-description strong {
    font-family: "Fraunces";
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}

.shiftnav-depth-1.menu-item.current-menu-item>.shiftnav-target {
    color: #B49E93;
    /* background-color: #fff; */
}

.vce-tall-hoverbox .vce-tall-hoverbox-inner h2 {
    font-family: "Urbanist" !important;
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: 600 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.6em;
}


/*----------------- LUNCH -------------*/

.vce-row.luch-row-inner {
    margin-top: 3.3vw;
    margin-bottom: 1.9vw;
}

.vce-text-block.lunch-p>.vce {
    margin-bottom: 25px;
}

.luch-row-inner>.vce-row-content>.vce-col:last-of-type>.vce-col-inner {
    padding-left: 15px;
}

.vce-text-block.lunch-p .vce-text-block-wrapper:after {
    content: '';
    display: block;
    width: 102%;
    height: 5px;
    background-color: var(--light-grey);
}

.vce-text-block.lunch-p .vce-text-block-wrapper h4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px !important;
}

.vce-text-block.lunch-p .vce-text-block-wrapper h4:before {
    content: 'Menü 1';
}

.vce-col:last-of-type>.vce-col-inner>.vce-col-content>.vce-text-block.lunch-p .vce-text-block-wrapper h4:before {
    content: 'Menü 2';
}


/*----------------- BILDER IN TEXTBOX KOMPLETT CLICKBAR -------------*/

.content-wrapper .vce-text-block a {
    transition: all 0.5s ease 0s;
    display: inline-block;
}


/*----------------- OBJEKTE VERSTECKEN -------------*/

.verstecken {
    opacity: 0;
}

body.rml-webkit .verstecken {
    display: unset;
    opacity: 0.4 !important;
}


/*----------------- SEPARATOR -------------*/

.vce-separator {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #CEC2A1 !important;
    width: 160px;
}

.vce-separator:after {
    content: " ";
    background: #fff url('/wp-content/themes/visual-composer-starter-theme-child/img/separator-icon.svg') no-repeat;
    background-position: center center;
    background-size: 40px 30px;
    width: 40px;
    height: 30px;
    margin: -20px auto 0 auto;
    border: 10px solid #fff;
    display: block;
}


/*----------------- CAPTIONS -------------*/

.vce-single-image-wrapper figcaption {
    font-style: italic;
    margin-top: 10px;
    display: none;
}


/*----------------- BILDER AUF 100% STRECKEN -------------*/

.vce-single-image-inner {
    width: 100%;
}

.vce-single-image-wrapper {
    width: 100%;
}

.vce-single-image-wrapper img {
    width: 100%;
}


/*----------------- VC-TABS -------------*/

.vce-classic-tabs-panel-body {
    padding: 3vw;
    background: #fff;
}

.vce-classic-tabs-panel-body .vce-row-container {
    margin-bottom: 0vw;
}

.vce-classic-tabs-border-color--D8D8D8.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-container::after,
.vce-classic-tabs-border-color--D8D8D8.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-container::before,
.vce-classic-tabs-border-color--D8D8D8.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-panels-container,
.vce-classic-tabs-border-color--D8D8D8.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-tab {
    border-color: #DCD3BC;
}

.vce-classic-tabs-panels-container {
    border: 1px solid #DCD3BC;
    border-top: none;
}

.vce-classic-tabs .vce-classic-tabs-container .vce-classic-tabs-list .vce-classic-tabs-tab>.vce-classic-tabs-tab-title {
    background: #F6F3ED;
    color: #AE9A63;
    font-family: Heebo;
    text-transform: uppercase;
    padding: 25px 50px;
}

.vce-classic-tabs .vce-classic-tabs-container .vce-classic-tabs-list .vce-classic-tabs-tab[data-vcv-active="true"]>.vce-classic-tabs-tab-title {
    background: #fff;
    padding: 25px 50px;
    color: #AE9A63;
    font-family: Heebo;
    text-transform: uppercase;
}

.vce-classic-tabs .vce-classic-tabs-container .vce-classic-tabs-list .vce-classic-tabs-tab {
    margin: 0;
    border: 1px solid #DCD3BC;
}


/*----------------- TABS-W-SLIDE -------------*/

.vce-tabs-with-slide-container {
    display: flex;
    justify-content: center;
}

.vce-tabs-with-slide-tab {
    border-bottom: none !important;
}

.vce-tabs-with-slide-panel-body {
    padding-top: 0;
}

a.vce-tabs-with-slide-tab-title {
    font-family: 'Urbanist';
    font-size: 0.9rem;
    margin: 0 30px !important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: var(--brown);
    padding-bottom: 20px !important;
}

span.vce-tabs-with-slide-slider {
    bottom: 0;
    height: 7px !important;
    background-color: var(--red) !important;
}

.vce-tabs-with-slide .vce-asset-background-simple-container:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--light-brown);
    opacity: 0.65;
}

.vce-tabs-with-slide .vce-col-content {
    padding: 5vw 0 calc(5vw - 30px) !important;
}


/*----------------- TABS-W-SLIDE ALS ACC -------------*/

.vce-tabs-with-slide .vce-tabs-with-slide-panel-title>span {
    padding: 0 !important;
}

.vce-tabs-with-slide-panel-heading {
    border-bottom: none;
}

a.vce-tabs-with-slide-panel-title {
    padding: 0.2em 1.4em 0 0.5em !important;
    font-size: 1rem;
    display: flex !important;
    align-items: flex-start;
    color: var(--brown) !important;
    font-family: 'Urbanist';
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center;
}

.vce-tabs-with-slide .vce-tabs-with-slide-panel-title>span {
    font-size: 1.2rem;
    padding-bottom: 1.6em !important;
}

[data-vcv-tabs-state="accordion"] .vce-tabs-with-slide-panel-body {
    margin-bottom: 1.6rem;
}

.vce-tabs-with-slide-panel>.vce-tabs-with-slide-tab-inner>.vce-tabs-with-slide-panel-heading .vce-tabs-with-slide-panel-title span::before {
    background-color: var(--red) !important;
    height: 9px;
    width: calc(100% + 30px);
    transform: translateX(-51%);
    left: 50% !important;
}


/*----------------- CTA -------------*/

.vce-call-to-action {
    max-width: 631px;
}

.vce-call-to-action {
    max-width: 631px;
    margin-left: auto;
    margin-right: auto;
}

.vce-call-to-action .vce-call-to-action--wrap-row {
    background-color: transparent;
}

.vce-call-to-action--content-container:not(:last-child) {
    margin-bottom: 60px;
}

.vce-call-to-action--content a {
    color: #fff;
}


/*-----------------  VC-AKKORDEONS -------------*/


/*-----------------  VC-AKKORDEONS -------------*/

.vce-classic-accordion .vce-classic-accordion-panel-title,
.vce-classic-accordion .vce-classic-accordion-panel-title:hover {
    padding: 0.9em 1.4em 0.9em 0.5em !important;
    font-size: 1rem;
    display: flex !important;
    align-items: flex-start;
    color: var(--brown) !important;
    font-family: 'Urbanist';
    letter-spacing: 0.12em;
    line-height: 1 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.vce-classic-accordion-panel-body {
    padding: 40px 25px 0 !important;
}

.vce-classic-accordion-border-color--D8D8D8.vce-classic-accordion .vce-classic-accordion-panel-heading {
    border: none !important;
}

.vce-classic-accordion-panel {
    margin-bottom: 6px !important;
    border: none !important;
}

a.vce-classic-accordion-panel-title:before {
    content: '';
    display: block;
    width: 0.8em;
    min-width: 0.7em;
    height: 0.8em;
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/acc-closed.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0.05em;
    margin-right: 15px;
    transform: rotate(180deg);
    transition: transform .5s ease 0s;
    transform-origin: center;
}

.vce-classic-accordion-panel[data-vcv-active=true] a.vce-classic-accordion-panel-title:before {
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/acc-open.svg);
    transform: rotate(360deg);
}


/*-----------------  END VC-AKKORDEONS -------------*/


/*----------------- TABELLEN -------------*/

.tablepress {
    margin-bottom: 2.5vw !important;
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #E0DDD8;
    padding: 1vw 0;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #fff;
}

th.column-2,
th.column-3,
th.column-4,
th.column-5,
td.column-2,
td.column-3,
td.column-4,
td.column-5 {
    text-align: center;
}


/*----------------- END TABELLEN -------------*/


/*----------------- BUTTONS WITH ICONS -------------*/

a.vce-button--style-basic-icon,
button.vce-button--style-basic-icon {
    font-family: 'Urbanist';
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.175em !important;
    color: #fff !important;
    padding: 2.1em 3em;
    min-width: 350px;
}

.standard a.vce-button--style-basic-icon:not(:hover),
.standard button.vce-button--style-basic-icon:not(:hover) {
    background-color: var(--red) !important;
}

.signal a.vce-button--style-basic-icon:not(:hover),
.signal button.vce-button--style-basic-icon:not(:hover) {
    background-color: #fff;
    color: #000;
}

.alternativ .vce-button--style-basic-icon,
.alternativ button.vce-button--style-basic-icon {
    background-color: #fff;
    border: none;
    color: var(--light-brown);
}

.stretch .vce-button--style-basic-icon,
.strech button.vce-button--style-basic-icon {
    width: 100%;
}

a.vce-button--style-basic-icon:hover,
button.vce-button--style-basic-icon:hover,
.alternativ .vce-button--style-basic-icon:hover,
.alternativ button.vce-button--style-basic-icon:hover,
.signal .vce-button--style-basic-icon:hover,
.signal button.vce-button--style-basic-icon:hover {
    color: #fff !important;
    background-color: #B49E93 !important;
    border-color: #B49E93 !important;
}

.btn-group a.vce-button--style-basic-icon,
.btn-group button.vce-button--style-basic-icon {
    width: 100%;
    min-width: unset;
}


/*----------------- OUTLINE BUTTONS -------------*/

.vce-button--style-outline-wrapper {
    margin-right: -1px;
    margin-left: -1px;
}

a.vce-button--style-outline-animated,
a.vce-button--style-outline-animated-slidein,
button.vce-button--style-outline-animated,
button.vce-button--style-outline-animated-slidein {
    color: #AE9A63;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Heebo;
    max-width: 290px;
}

a.vce-button--style-outline:before,
a.vce-button--style-outline-animated:before,
a.vce-button--style-outline-animated:before,
button.vce-button--style-outline:before,
button.vce-button--style-outline-animated:before,
button.vce-button--style-outline-animated-slidein:before {
    border-color: #AE9A63;
}

a.vce-button--style-outline-animated-slidein::before,
a.vce-button--style-outline-animated::before,
button.vce-button--style-outline-animated-slidein::before,
button.vce-button--style-outline-animated::before {
    border-width: 1px;
    border-style: solid;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-medium,
.vce-button--style-outline-animated.vce-button--style-outline--size-medium {
    font-size: 16px;
    padding: 20px 20px;
}

a.vce-button--style-outline-animated:after,
a.vce-button--style-outline-animated:after,
button.vce-button--style-outline-animated:after,
button.vce-button--style-outline-animated-slidein:after {
    background-color: #AE9A63;
}


/*----------------- END OUTLINE BUTTONS -------------*/


/* ------------- BUTTONGROUP OHNE RAHMEN RECHTS --------------------*/

.buttongruppe a.vce-button--style-outline-animated:first-child::before {
    border-right: none;
}

.buttongruppe {
    max-width: 70%;
    margin: 0 auto;
}


/* ------------- BUTTONGROUP MIT RAHMEN RECHTS --------------------*/

.rahmen-rechts a.vce-button--style-outline-animated::before {
    border-right: 1px solid #E0DDD8 !important;
}


/*----------------- BUTTONS -------------*/

a.vce-button--style-basic.vce-button--style-basic,
button.vce-button--style-basic.vce-button--style-basic {
    color: #fff;
    background-color: #AE9A63;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Heebo;
    max-width: 290px;
}

.vce-button--style-basic.vce-button--style-basic--size-medium {
    font-size: 16px;
    padding: 20px 30px;
}

a.vce-button--style-basic.vce-button--style-basic:hover,
button.vce-button--style-basic.vce-button--style-basic:hover {
    color: #fff;
    background-color: #404040;
}


/*----------------- END BUTTONS -------------*/


/*----------------- FAQ -------------*/

.vce-faq-toggle {
    border: 1px solid #E5DECC;
    padding: 20px;
    margin-top: -1px;
    margin-left: -1px;
}

.vce-faq-toggle h5 {
    line-height: 1em;
    margin-bottom: 0;
}

.vce-faq-toggle-text-block {
    margin-top: 20px;
}


/*----------------- PAGEABLE CONTAINER -------------*/

.vce-pageable-container-dots .slick-dots button {
    background: #fff !important;
    opacity: 0.7 !important;
    width: 15px !important;
    height: 15px !important;
}

.vce-pageable-container .vce-pageable-container-dots .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.vce-pageable-container-dots {
    bottom: 10px;
}

@media (min-width: 1920px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1700px) {
    .kontakt-row-inner>.vce-row-content>.vce-col {
        flex-basis: 100% !important;
        margin-right: 0;
    }

    /*Custom Adjustment*/
    .cstm-adj-2.bg-white:after {
        height: 100%;
    }

    .cstm-adj-2.vce-row.bg-white>.vce-row-content>.vce-col:last-of-type>.vce-col-inner {
        padding-top: 0;
        justify-content: center;
    }

    .vce-row.bg-white.cstm-adj-2 {
        --padding-top: 4vw;
        padding: 4vw 0 calc(4vw - 30px);
    }
}

@media (max-width: 1500px) {

    /*----------------- EINLEITUNG -------------*/
    .einleitung>.vce-row-content>.vce-col:first-of-type {
        padding-right: 2vw;
    }

    /*----------------- BG WHITE -------------*/
    .vce-row.bg-white>.vce-row-content>.vce-col:first-of-type>.vce-col-inner {
        justify-content: flex-start;
    }

    .vce-row.bg-white>.vce-row-content>.vce-col:first-of-type {
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    .el-acc-cstm>.vce-row-content>.vce-col:first-of-type {
        flex-basis: auto;
        margin-right: 8vw;
    }

    .el-acc-cstm>.vce-row-content>.vce-col:last-of-type {
        max-width: 60% !important;
        flex: 0 0 60% !important;
    }

    .el-acc-cstm>.vce-row-content {
        justify-content: space-between;
    }

    .vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item {
        flex: 0 0 calc(100% / 2) !important;
    }

    .btn-group a.vce-button--style-basic-icon,
    .btn-group button.vce-button--style-basic-icon {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*----------------- EINLEITUNG -------------*/
    .einleitung:not(.einleitung-single)>.vce-row-content>.vce-col:last-of-type {
        padding-top: 5vw;
        padding-left: 0;
    }

    .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type {
        padding-left: 0;
    }

    /*----------------- BG WHITE -------------*/
    .bg-white-col-img .vce-text-block {
        position: absolute;
        bottom: 6vw;
        left: 4vw;
    }

    /*----------------- HOVER BOX -------------*/
    .grid-team>.vce-row-content {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 990px) {
    .kontakt-row-inner>.vce-row-content>.vce-col {
        flex-basis: auto !important;
    }

    .kontakt-row-inner>.vce-row-content>.vce-col:first-of-type {
        margin-right: 24px;
    }

    .btn-group>.vce-row-content>.vce-col {
        flex-basis: 100% !important;
    }

    .btn-group .vce-col:not(:last-of-type) .vce {
        margin-bottom: 10px;
    }

    /*POPUPS*/
    button.vce-popup-root-close-button span {
        width: 45px !important;
        height: 45px !important;
        margin: 15px 15px 0 0;
    }

    .hours .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type {
        flex-basis: 100% !important;
        max-width: initial;
    }

    /*----------------- EINLEITUNG -------------*/
    .einleitung>.vce-row-content>.vce-col {
        flex-basis: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /*----------------- BG WHITE -------------*/
    .vce-row.bg-white {
        --padding-top: 26vw;
    }

    .vce-row.bg-white>.vce-row-content>.vce-col {
        flex-basis: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
    }

    .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type>.vce-col-inner {
        padding-top: 30px;
    }

    .vce-row.bg-white>.vce-row-content>.vce-col:first-of-type .vce-single-image-inner.vce-single-image--absolute {
        padding-bottom: 80% !important;
    }

    .bg-white-col-img .vce-text-block {
        position: absolute;
        bottom: 60px;
        left: 30px;
    }

    /*----------------- HOVER BOX -------------*/
    .grid-team>.vce-row-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .vce-col.mehr-abstand {
        padding-left: 0;
    }

    .vce-button--style-outline-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .vce-button--style-outline-animated-slidein.vce-button--style-outline--size-medium,
    .vce-button--style-outline-animated.vce-button--style-outline--size-medium {
        width: 100%;
    }

    .aufzaehlung .vce {
        margin-bottom: 0 !important;
    }

    .el-acc-cstm>.vce-row-content>.vce-col:last-of-type,
    .el-acc-cstm>.vce-row-content>.vce-col:first-of-type {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    a.vce-button--style-basic-icon,
    button.vce-button--style-basic-icon {
        font-size: 14px;
        padding: 2em 1em 2em 1em;
        width: 100%;
        min-width: unset;
    }

    .content-wrapper .vce-text-block ul {
        list-style: none;
        margin: 0;
    }

    .vce-text-block.lunch-p .vce-text-block-wrapper:after {
        width: 100%;
    }

    .vce-text-block.lunch-p .vce-text-block-wrapper h4 {
        padding-right: 2%;
    }

    .vce-classic-accordion-panel-body {
        padding: 20px 25px 0;
    }

    h3.vce-post-description--title {
        padding: 0 0.9em !important;
        margin: 0.2em 0 1em 0 !important;
    }

    .vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item {
        flex: 0 0 calc(100% / 1) !important;
    }

    .logo-content-row>.vce-row-content {
        display: flex;
        justify-content: space-around;
    }
}


/* iPhone 6+, 7+, 8+ ----------- */

@media (max-device-height: 736px) {
    .cath-btn a.vce-single-image-inner {
        width: 130px !important;
        height: 130px;
    }
}


/* iPhone 6, 7, 8 ----------- */

@media (min-device-width: 375px) {
    /* Styles */
}

@media (max-width: 576px) {

    /*----------------- BG WHITE -------------*/
    .vce-row.bg-white[data-vce-full-width=true]:not(.vce-row[data-vce-stretch-content=true])>.vce-row-content {
        width: 100%;
    }

    .vce-row.bg-white.cstm-adj-2 {
        padding: 0vw 0 calc(10vw - 30px);
    }

    .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type {
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type>.vce-col-inner {
        padding-top: 1.5vw;
    }

    .weniger-abstand-oben.vce-row,
    .weniger-abstand-unten.vce-row {
        margin-top: 0;
        margin-bottom: var(--margin-bottom-row);
    }

    .vce-row.bg-white {
        margin-top: 0;
    }

    .grid-team>.vce-row-content {
        grid-template-columns: 1fr;
        grid-auto-rows: 80vw;
    }

    .hintergrund {
        padding: 7.7vw 0 calc(7.7vw - 30px);
    }

    .vce-text-block.lunch-p>.vce {
        margin-bottom: 8px;
    }

    .vce-classic-accordion .vce-classic-accordion-panel-title,
    .vce-classic-accordion .vce-classic-accordion-panel-title:hover {
        font-size: 0.9rem;
    }

    .cstm-adj-tab-home[data-vce-full-width="true"]>.vce-row-content {
        width: 100% !important;
    }

    .cstm-adj-tab-home[data-vce-full-width="true"]>.vce-row-content>.vce-col>.vce-col-inner>.vce-col-content>.vce-text-block {
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    a.vce-button--style-basic-icon:hover .vce-button--style-basic-icon-text,
    button.vce-button--style-basic-icon:hover .vce-button--style-basic-icon-text {
        left: unset;
    }
}

@media (max-width: 420px) {
    .logo-content-row>.vce-row-content>.vce-col {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    span.vce-button--style-basic-icon-icon {
        display: none;
    }

    .logo-content-row>.vce-row-content>.vce-col figure {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .einleitung h2 {
        font-size: 18px;
    }

    .vce-simple-image-slider-dots .slick-dots li {
        padding: 4px;
        margin-bottom: 0;
    }

    .vce-text-block.lunch-p>.vce {
        margin-bottom: 1rem;
    }

    .vce-text-block.lunch-m>.vce {
        margin-bottom: 43px;
    }

    a.vce-button--style-basic-icon,
    button.vce-button--style-basic-icon {
        font-size: 14px;
        padding: 1.8em 1em 1.8em 1em;
        width: 100%;
        min-width: unset;
    }

    .vce-call-to-action--content-container:not(:last-child) {
        margin-bottom: 12vw;
    }

    .vce-call-to-action--content {
        padding: 25px 30px !important;
    }

    [data-vcv-tabs-state="accordion"] .vce-tabs-with-slide-panel-body {
        margin-bottom: 45px;
    }

    .vce-tabs-with-slide-panel>.vce-tabs-with-slide-tab-inner>.vce-tabs-with-slide-panel-heading .vce-tabs-with-slide-panel-title span::before {
        width: calc(100% + 60px);
    }

    .vce-classic-accordion .vce-classic-accordion-panel-title,
    .vce-classic-accordion .vce-classic-accordion-panel-title:hover {
        font-size: 14px;
        padding-left: 0;
        line-height: 1.3;
    }

    a.vce-classic-accordion-panel-title:before {
        margin-top: 0.1em;
    }

    .vce-classic-accordion-panel-body {
        padding: 20px 20px 0 20px;
    }
}

@media (max-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}