/* Willkommen - START */
.willkommen {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto 20px;
    font-family: "Raleway", sans-serif;
}
.willkommen h2 {
    font-weight: 300;
    font-size: 30px;
    /* font-size: 45px; */
    text-align: center;
    margin: 100px 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}
.willkommen h3 {
    font-weight: 300;
    font-size: 23px;
    /* font-size: 30px; */
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4em;
}
.willkommen div {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 100px auto 0;
}
/* .willkommen div img {
    width: 100%;
    max-width: 300px;
} */
.willkommen div p {
    max-width: 800px;
    font-size: 17px;
    line-height: 22px;
    font-family: "Open Sans", system-ui;
    /* padding: 40px 0 0 20px; */
    /* padding-left: 30px; */
    text-align: center;
}
/* Willkommen - END */

/* Certifications - START */
.certifications {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 100%;
}

.certifications img {
    padding: 0 20px 20px;
    width: 50%;
}
/* Certifications - END */

/* Reviews - START */
.reviews h2 {
    margin-top: 40px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.reviews .reviews-container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
}

.reviews .reviews-container .owl-dots { position: relative; }

.reviews .item {
    /* background-color: #ebe9e4; */
    background-color: #fff;
    padding: 15px;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 10px;
    font-size: 14px;
}

.reviews .item p { line-height: 1.4em; }

.reviews .item .top img {
    width: 40px;
    border-radius: 50%;
}

.reviews .item .top > div { padding: 10px 0; }

.reviews .item .top .starts span {
    display: inline;
    color: orange;
}

.reviews .item .top > div > span { padding-top: 10px; }
/* Reviews - END */

@media (min-width: 768px) {
    .willkommen h2 { font-size: 45px; }
    .willkommen h3 { font-size: 30px; }
    
    /* Certifications - START */
    .certifications { padding: 0; }
    
    .certifications img {
        padding: 40px 20px;
        width: 180px;
    }
    /* Certifications - END */
}

@media (min-width: 1023px) {
    /* Certifications - START */
    .certifications img {
        padding: 40px;
        width: 270px;
    }
    /* Certifications - END */
}

@media (min-width: 1200px) {
    /* Reviews - START */
    /* .reviews .item {
        width: 540px;
        height: 230px;
    } */
    /* Reviews - END */
}
@media (min-width: 1400px) {}