/* Customized Styling */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/schwimmbadenergie/assets/font/OpenSans-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: bold;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/schwimmbadenergie/assets/font/OpenSans-Bold.woff) format('woff');
}

html {
    font-size: min( calc(15px + 0.390625vw), 20px) !important;
}

body {
    font-family: 'Open Sans', normal;
    color: rgb(99, 99, 99)
}

.navbar {
    width: 100%;
    display: flex;
}

.navbar .logo_container {
    width: 100%;
}

.navbar .logo_container img {
    float: right;
    width: 32%;
    padding: 15px 30px 15px 0;
}

@media only screen and (max-width: 960px) {
    .navbar .logo_container img {
        max-width: 30%;
        min-width: 200px;
    }
}

.slider .img_big,
.wave_footer .img_big,
.wave .img_big {
    width: 100%;
}

.slider .img_small,
.wave_footer .img_small,
.wave .img_small {
    width: 100%;
    display: none;
}

@media only screen and (max-width: 720px) {
    .slider .img_big,
    .wave_footer .img_big,
    .wave .img_big {
        display: none;
    }

    .slider .img_small,
    .wave_footer .img_small,
    .wave .img_small {
        display: block;
    }
}

.wave .wave_container {
    margin-top: -15px;
}

.wave .wave_container img {
    width: 65%;
    margin-left: 10%;
}

.main-content {
    max-width: 960px;
    margin: auto;
    padding: 15px;
}

.main-content .title,
.title_footer {
    font-weight: bold;
    font-size: 27px;
    margin: 10px;
}

.main-content .feature-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.main-content .feature-container a{
    text-decoration: none;
}

.main-content .description {
    margin-bottom: 30px;
}

.main-content .feature-container .feature-entry {
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px;
}

.main-content .feature-container .feature-entry:hover {
    opacity: 0.8;
}

.main-content .feature-container .feature-entry:nth-child(-n+2) {
    background-color: rgb(90, 179, 233);
}

.main-content .feature-container .feature-entry:nth-child(3) {
    background-color: rgb(202, 80, 57);
}

.main-content .feature-container .feature-entry:nth-child(4) {
    background-color: rgb(202, 80, 57);
}

.main-content .feature-container .feature-entry:nth-child(n+5) {
    background-color: rgb(197, 197, 197);
}

.wave_footer .wave_container img {
    width: 100%;
}

.title_footer {
    max-width: 780px;
    margin: auto;
    padding: 15px;
}

.title_footer p {
    margin: 10px;
}

.details_container {
    width: 100%;
    background: rgb(227, 241, 252);
}

.details_container .details {
    max-width: 780px;
    margin: auto;
    display: flow-root;
    padding: 15px;
}

.details_container .details .contact {
    width: 40%;
    min-width: 291px;
    display: inline-block;
    padding: 15px 15px;
}

.details_container .details .contact i {
    width: 20px;
}

.details_container .details .location {
    width: 30%;
    min-width: 220px;
    float: right;
    padding: 15px 15px;
}

@media only screen and (max-width: 600px) {
    .details_container .details .contact {
        padding-bottom: 0px;
    }

    .details_container .details .location {
        float: left;
    }

    .details_container .details .location p:first-child{
        display:none;
    }
}

.privacy {
    display: flex;
    width: fit-content;
    margin: auto;
}

.privacy p {
    padding: 15px;
    width: fit-content;
}

.breadcrumb,
.breadcrumb a {
    color: rgb(99, 99, 99)
}

.article_header,
.article_content {
    max-width: 960px;
    margin: auto;
    padding: 15px;
}

.article_content {
    margin-bottom: 30px;
}