/*!
 * Theme CSS Styles
 */

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Black.woff2') format('woff2'),
        url('fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Thin.woff2') format('woff2'),
        url('fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


 
/* Allgemeinees */

:root {
    --primary-font: 'Poppins';
    --padding-top-bottom: 14vh 0;
    --padding-top: 14vh 0 0;
    --padding-bottom: 0 0 14vh;
    --padding-top-bottom-small: 7vh 0;
    --body-text-color: #000;
    --title-text-color: #000;
}

html {
    font-size: 22px;
}


body {
    color: var(--body-text-color);
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 600;
    line-height: 1.4;
}

h1 {
    font-size: 3rem;
    padding-bottom: 4rem;
}

h2 {
    font-size: 1.75rem;
    padding-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    padding-bottom: .5rem;
}

h4 {
    color: #fff !important;
    background: #0808FF;
    padding: .85rem 2rem .85rem 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1rem;
}

strong, b {
    font-weight: 600;
}

a,
a:active,
a:visited,
a:focus,
a:focus-visible {
    color: #0808FF;
    text-decoration: none;
}

main {
    min-height: 50vh;
}

.row,
.wp-block-columns {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

.button,
.menu-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    background: #0808FF;
    padding: .85rem 2rem .85rem 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    border: none;
    min-height: 0;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.section-title-row {
    max-width: 900px;
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 7vh;
}




/* Header */

.site-header {
    display: flex;
    align-items: flex-end;
    height: 95px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .site-header.sticky {
        top: 0;
    }
}

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

.header-row .col {
    display: flex;
    align-items: center;
}

.logo img {
    width: 11.5vw;
    max-width: 200px;
    transform: translate(0, 0);
}

a.button.menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.button.menu-button img {
    width: 1rem;
    height: auto;
    margin-right: 1rem;
}


/* Titel Bereich */

.asp-block-006 {
    padding: 200px 0 0;
    text-align: center;
}

.asp-block-006 .general-content-row {
    max-width: 800px !important;
    margin-bottom: 3rem;
}


/* iframe */

iframe {
    margin-top: -3rem;
}

/* 404 */
.error-404.not-found {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


/* Footer */

#footer {
    padding: 4rem 0 3rem;
}

#footer a {
    color: var(--body-text-color) !important;
    text-decoration: none !important;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 0;
    font-size: .75rem;
}

.footer-row .footer-col-left {
    width: 50%;
    text-align: right;
    padding-right: 3rem;
    border-right: 1px solid #000;
}

.footer-row .footer-col-right {
    width: 50%;
    padding-left: 3rem;
}

.footer-row .footer-col-right strong {
    min-width: 75px;
    display: inline-block;
}


/* Resposive */

@media all and (max-width: 1700px) {
    html {
        font-size: 22px;
    }
}

@media all and (max-width: 1600px) {
    html {
        font-size: 20px;
    }
}


@media all and (max-width: 1500px) {
    html {
        font-size: 19px;
    }

    .footer-row .footer-col-right strong {
        min-width: 65px;
    }
}

@media all and (max-width: 1400px) {
    html {
        font-size: 18px;
    }

    .footer-row .footer-col-right strong {
        min-width: 55px;
    }
}

@media all and (max-width: 1300px) {
    html {
        font-size: 17px;
    }
}

@media all and (max-width: 1024px) {

    html {
        font-size: 16px;
    }

    .site-header {
        height: 75px;
    }

    .asp-block-006 {
        padding: 150px 0 0;
    }

    .row, .wp-block-columns {
        width: 90%;
    }

    .logo img {
        width: 160px;
    }

    .footer-row .footer-col-right strong {
        min-width: 55px;
    }

}


@media all and (max-width: 1024px) {

    h1 {
        font-size: 2rem;
        padding-bottom: 3rem;
    }

    .footer-row {
        font-size: .9rem;
    }

    .footer-row .footer-col-left {
        width: 100%;
        text-align: center;
        padding-right: 0;
        border-right: none;
    }

    .footer-row .footer-col-right {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .footer-row .footer-col-right strong {
            min-width: 0;
        }

    h4, .button, .menu-button {
        padding: .85rem 1.5rem .85rem 1.5rem;
    }

    a.button.menu-button img {
        width: .9rem;
        height: auto;
        margin-right: .75rem;
    }

}

