.ausblenden {
    display: none;
    opacity: 0;
    cursor: none;
}

:root {
    --white: #fff;
    --black: #000;
    --anthrazit: #1B1B23;
    --blau: #271567;
    --grau: #787878;
}

.fixed-size {
    width: 1200px;
    margin: 0 auto;
    padding: 3em 0;
}

.fixed-size--big {
    width: 1500px;
}

/* ----------- TYPOGRAPHY ----------- */

@font-face {
    font-family: "Roboto";
    src: url('/wp-content/bandf-files/font/Roboto/Roboto-VariableFont_wdth-wght.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url('/wp-content/bandf-files/font/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
	font-weight: 400;
}

h1, h2, h3, .h2--dark, .like-h3 {
	font-family: "Roboto";
	font-weight: 500;
}

h1 {
    font-size: clamp(28px, 0.247vw + 23.26px, 32px);
}

h2 {
    font-size: clamp(24px, 0.247vw + 23.26px, 28px);
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.h2--dark {
    color: var(--anthrazit);
}

h3,
.like-h3 {
    font-size: clamp(22px, 0.247vw + 21.26px, 26px);
}

.like-h3 {
    color: var(--blau);
    font-weight: 500;
}

#footer strong {
    color: var(--blau);
}

p,
a,
strong {
	font-family: "Roboto";
	font-weight: 300;
    font-size: clamp(14px, 0.247vw + 21.26px, 16px);
    line-height: 1.5em;
}

strong {
    font-family: "Roboto";
	font-weight: 500;
}

a {
    text-decoration: none;
    color: var(--anthrazit);
}

.has__underline {
    position: relative;
    display: inline-block;
    padding-bottom: .5em;
}

.has__underline::after {
    content: "";
    position: absolute;
    left: calc(-50vw + 50%);
    bottom: 0;
    width: 50vw;
    height: 3px;
    background-color: var(--blau);
}

.has__icon {
    position: relative;
    display: block;
    z-index: 1;
    overflow: visible;
}

.has__icon::before {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/icon_dach.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50%;
    width: 500px;
    right: 0;
    top: -100px;
    z-index: 2;
}

/* ----------- TYPOGRAPHY END ----------- */
/* */
/* */
/* */
/* ----------- NAVIGATION ----------- */

.navigation+.entry-content {
    margin-block-start: 0;
}

.navigation {
    min-height: auto;
}

.navigation .fixed-size {
    display: flex;
    align-items: center !important;
    padding: .5em 0;
}

.navigation a {
    font-family: "Roboto";
	font-weight: 400;
}

.navigation__tel a {
    margin-left: 25px;
}

.navigation__tel a::before {
    content: "";
    background-image: url(/wp-content/bandf-files/telefon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: block;
}

/* ----------- NAVIGATION END ----------- */
/* */
/* */
/* */
/* ----------- BASIC STYLES ----------- */

body {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
}

/* -- BUTTONS -- */
.btn {
    border-radius: 7px;
    padding: calc(0.5em + 1px) calc(1.7em + 1px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: ease 0.5s;
    background-color: var(--blau);
    color: var(--white);
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.btn .btn__text {
    font-family: "Roboto";
	font-weight: 400;
}

.btn--mittig {
    text-align: center;
}

.btn--rechts {
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
}

.btn--rechts .btn {
    background-color: var(--white);
    flex-direction: column;
    width: fit-content;
}

.btn--rechts .btn__text {
    color: var(--blau);
}

.btn--rechts #btn--tel {
    font-family: "Roboto";
	font-weight: 300;
}

.btn:hover {
    transform: scale(0.95);
}

.btn__arrow {
    font-family: "Poppins-Regular", sans-serif;
	font-weight: 400;
    margin-left: 5px;
}

/* -- BUTTONS END -- */

/* -- BANNER -- */
.banner,
.banner--grau {
    min-height: auto;
}

.banner strong,
.banner a,
.banner p {
    color: var(--white);
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.banner--grau strong,
.banner--grau p {
    color: var(--anthrazit);
}

#banner__einstieg {
    border-bottom: 30px solid rgba(120, 120, 120, 0.3);
}

#banner__ansprechpartner {
    border-top: 30px solid var(--blau);
}

.banner--blau .has__checkmark::before,
.banner--blau .checkmark {
    filter: invert(1) brightness(100);
}

/* -- BANNER END -- */

.has__checkmark {
    margin-left: 45px;
}

.has__checkmark::before {
    content: "";
    background-image: url(/wp-content/bandf-files/icon_haken.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: block;
    margin-left: -45px;
}

/* -- AKKORDEONS -- */
.wp-block-getwid-accordion {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion__content {
    border: none;
}

.wp-block-getwid-accordion__content {
    padding: 0;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border-radius: 7px;
    padding: 5px 15px;
    background-color: var(--blau);
    color: var(--white);
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.wp-block-getwid-accordion__header-title,
.wp-block-getwid-accordion__icon {
    color: var(--white);
}

.wp-block-getwid-accordion__icon i {
    margin-right: 20px;
}

/* -- AKKORDEONS END -- */

/* -- SLIDER REFERENZEN -- */
.referenzen__slider .slide-referenzen {
    transition: opacity 1s ease, transform 1s ease;
}

.referenzen__slider .slick-current,
.referenzen__slider .slick-current+.slick-active+.slick-active {
    opacity: 0.5;
    transform: scale(0.80);
}

.referenzen__slider .slick-prev:before {
    content: '';
    background-image: url(/wp-content/bandf-files/pfeil-left.svg);
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: contain;
    margin-left: -30px;
}

.referenzen__slider .slick-next:before {
    content: '';
    background-image: url(/wp-content/bandf-files/pfeil-right.svg);
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: contain;
}

/* -- SLIDER REFERENZEN END -- */

/* -- TABS REFERENZEN -- */
.tabs__referenzen .wp-block-getwid-tabs__nav-links {
    justify-content: space-between;
    margin: 0;
}

.tabs__referenzen .wp-block-getwid-tabs__nav-link,
.tabs__referenzen .wp-block-getwid-tabs__nav-link:hover {
    border: 2px solid rgba(39, 21, 103, 0.5);
    border-radius: 7px;
}

.tabs__referenzen .wp-block-getwid-tabs__title {
    color: rgba(39, 21, 103, 0.5);
    font-family: "Roboto";
	font-weight: 400;
}

.tabs__referenzen .wp-block-getwid-tabs__nav-link.ui-tabs-active {
    border: none;
    background-color: var(--blau);
}

.tabs__referenzen .wp-block-getwid-tabs__nav-link.ui-tabs-active .wp-block-getwid-tabs__title {
    color: var(--white);
    font-family: "Roboto";
	font-weight: 400;
}

.tabs__referenzen .wp-block-getwid-tabs__tab-content {
    border: none;
    padding: 3em 0;
}

.tabs__referenzen .wp-block-post-featured-image {
    margin: 0;
}

.tabs__referenzen .entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow {
    background-color: var(--blau);
    padding: 20px;
    margin: 0;
}

.tabs__referenzen .entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow p {
    color: var(--white);
    text-align: center;
    margin: 0;
}

/* -- TABS REFERENZEN END -- */

.team .wp-block-getwid-content-slider-slide__wrapper {
    padding: 0 10px;
}

#banner__vorteile, #banner__einstieg {
    margin-block-start: 0;
}

#firma,
#zeiten,
#anfahrt {
    position: relative;
    margin-left: 55px !important;
    hyphens: auto;
}

#firma::before,
#zeiten::before,
#anfahrt::before {
    content: "";
    background-image: url(/wp-content/bandf-files/icon_haken.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: -55px;
    top: 50%;
    transform: translateY(-50%);
}

#firma::before {
    background-image: url(/wp-content/bandf-files/tel.png);
}

#zeiten::before {
    background-image: url(/wp-content/bandf-files/uhr.png);
}

#anfahrt::before {
    background-image: url(/wp-content/bandf-files/map.png);
}

#table-oz td {
    border: none;
    padding: 0;
    height: 25px;
}

#table-oz td:first-child {
    width: 120px;
}

/* ----------- BASIC STYLES END ----------- */
/* */
/* */
/* */
/* ----------- FOOTER ----------- */

#footer {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.footer__inhalt {
    display: flex;
    justify-content: space-evenly;
}

#footer ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    margin-top: 3em;
}

/* ----------- FOOTER END ----------- */
/* */
/* */
/* */
/* */
/* */
/* */
/* -------------------------------------- RESPONSIV -------------------------------------- */

@media screen and (max-width: 1200px) {

    .fixed-size,
    .fixed-size--big {
        width: 960px;
    }

    .has__icon::before {
        height: 50%;
        width: 400px;
        top: -100px;
    }

    .tabs__referenzen .wp-block-getwid-tabs__nav-links {
        justify-content: flex-start;
        gap: 10px;
    }
}

@media screen and (max-width: 990px) {
    .referenzen__slider .slide-referenzen {
        transition: opacity 1s ease, transform 1s ease;
    }

    .referenzen__slider .slick-current,
    .referenzen__slider .slick-current+.slick-active+.slick-active {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 960px) {

    .fixed-size,
    .fixed-size--big {
        width: 768px;
    }

    .navigation .fixed-size {
        display: flex;
        flex-direction: column;
    }

    .has__icon::before {
        height: 50%;
        width: 300px;
        top: -70px;
    }
}

@media screen and (max-width: 781px) {

    .fixed-size,
    .fixed-size--big {
        width: 480px;
    }

    .partner img {
        display: block;
        margin: 0 auto;
    }

    .footer__inhalt .wp-block-column p {
        text-align: center;
    }

    .footer__inhalt .wp-block-column .wp-block-image.alignright {
        float: none;
        margin: 0 auto;
    }

    #footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {

    .fixed-size,
    .fixed-size--big {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {

    .has__icon::before {
        height: 50%;
        width: 250px;
        top: -50px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}