@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Schriften, Headings
---------------------------------------------------------------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 21px !important;
    line-height: 20px !important;
}

h1, h2 {
    font-weight: 700 !important;
    font-size: 1.1em !important;
    margin: 0 !important;
}

h2 {
    margin-bottom: 15px !important;
}


/* Buttons
---------------------------------------------------------------------------------------------- */
.btn {
    border: none !important;
    border-radius: 100px !important;
    padding: 10px 25px !important;
    transition: all .2s ease-in-out !important;
}

.btn:hover {
    border: none !important;
    background-color: #eee !important;
}


/* Logo
---------------------------------------------------------------------------------------------- */
.logo {
    max-width: 65%;
    max-height: 100%;
    margin: 0 auto;
}


/* Header
---------------------------------------------------------------------------------------------- */
.slider-container {
    min-height: 50%;
}

#slider,
.slide-image {
    height: 100%;
}

.slide-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Content
---------------------------------------------------------------------------------------------- */
.landingpages-wrap {
    height: 100%;
    margin: 0 !important;
}

.content-container,
.slider-container {
    padding: 0 !important;
}

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

.content-wrap {
    text-align: center;
    padding: 40px 0;
}

.content-text {
    padding: 40px 0;
}

.content-text a {
    text-decoration: underline;
}


 /*  @media: Breakpoint «X-Small (xs)»
---------------------------------------------------------------------------------------------- */
@media (max-width: 575.98px) {

    body {
        font-size: 17px !important;
        line-height: 16px !important;
    }

    .btn {
        padding: 5px 15px !important;
    }

} /* end @media - Breakpoint «X-Small (xs)» */
