body {
    background-color: #FFF6E9;
    margin: 0 auto;
    max-width: 1200px;
}

.nav {
    display: flex;
    justify-content: flex-end;
    background-color: #dfe9ec;
    padding: 40px;
}

.nav a {
    color: rgb(42, 42, 174);
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

header {
    position: relative;
}

.tafel {
    width: 100%;
}

h1 {
    position: absolute;
    top: 0;
    left: 14%;
    right: 14%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    color: #0f0fa5be;
}

.text-section {
    margin: 0 50px 50px 50px;
}

.section-title {
    text-align: center;
}

h2 {
    font-size: 26px;
    color: rgb(47, 62, 195);
    font-family: "Open Sans", sans-serif;
}

h3 {
    font-size: 20px;
    color: rgb(131, 125, 125);
    font-family: "Open Sans", sans-serif;
}

.section-content {
    display: flex;
    justify-content: space-around;
    gap: 50px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #0d0c0c;
}

.channel {
    margin-top: 50px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: rgb(42, 42, 174);
    text-transform: uppercase;
    text-decoration: none;
    font-style: italic;
}

.channel:hover {
    color: rgb(7, 134, 253);
    transition-duration: 1s;
}

.why-content {
    display: flex;
    justify-content: space-evenly;
    padding: 0 20px 40px 0;
}

.abschnitt {
    padding: 30px;
    display: flex;
    justify-content: center;
    flex: 1 1 0%;
}

.why-number {
    color: rgb(42, 42, 174);
    background-color: #e1ccad;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    margin: 20px 40px 20px 20px;
    padding: 20px;
    min-width: 40px;
    text-align: center;
}

#price-video {
    width: 400px;
}

.price-text {
    flex-grow: 1;
}

.list-section {
    display: flex;
    align-items: center;
}

.apply-text {
    flex: 1 1 auto;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    color: #0d0c0c;
}

.apply-button-container {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
}

.apply-button {
    text-decoration: none;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    background-color: #e1ccad;
    padding: 40px;
    border-radius: 30px;
    color: rgb(42, 42, 174);
    border: 2px solid rgb(146, 182, 193);
    cursor: pointer;
    text-transform: uppercase;
}

.apply-button:hover {
    background-color: rgb(96, 167, 194);
    transition-duration: 1s;
}

.footer-container {
    position: relative;
    margin-top: 60px;
}

.footer-img {
    width: 100%;
}

@media all and (max-width:1100px) {
    .nav {
        display: flex;
        flex-direction: column;
    }

    .section-content {
        display: flex;
        flex-wrap: wrap;
    }

    h1 {
        font-size: 40px;
    }

    .why-content {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0;
    }

    .list-section {
        display: flex;
        flex-wrap: wrap;
    }

    .apply-button-container {
        justify-content: center;
    }
}

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

    body {
        background-color: #FDF5E6;
    }

    h1 {
        font-size: 30px;
    }

    .picture-left {
        width: 150px;
    }

    .why-content {
        display: flex;
        flex-direction: column;
    }

    .why-number {
        display: flex;
        flex-direction: column;
    }

    .apply-button-container {
        order: 1;
    }

    .apply-text {
        order: 2;
    }
}


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

    header {
        text-align: center;

    }

    h1 {
        left: 10px;
        right: 10px;
        font-size: 24px;
    }

    p {
        font-size: 17px;
    }

    h2 {
        font-size: 18px;
    }

    img {
        width: 100%;
    }

    #price-video {
        width: 100%;
    }

    .abschnitt {
        display: flex;
        padding: 10px;
    }

    .why-number {
        display: flex;
        margin: 20px 20px 10px 10px;
        padding: 10px;
    }
}

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

    .apply-text {
        font-size: 11px;
    }
}
