/* font-family: 'Lato', sans-serif; */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "lato";
    margin: 0;
    color: #272727;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@font-face {
    font-family: "lato";
    font-weight: 400;
    font-style: normal;
    src: url(./Lato/Lato-Regular.ttf) format("truetype");
  }

.aot {
    background-image: url(./img/laptop-3076957_1280.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 53px;
    margin-block-end: 0;
    margin-block-start: 0;
    text-align: center;
}

.lato {
    font-size: 23px;
}

.button {
    margin-top: 15px;
    background-color: #2A2A2A;
    color: white;
    border-radius: 25px;
    padding: 14px;
    padding-left: 35px;
    padding-right: 35px;
    border-style: unset;
    display: flex;
    align-items: center;
    font-size: 20px;
}

button:hover {
    cursor: pointer;
}

.nav {
    height: 100px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    position: fixed;
}

.yourtax {
    font-size: 30px;
    margin-left: 10px
}

.yourtax-container {
    display: flex;
}

.logo-calculater {
    width: 168px;
    margin-left: 30px;
}

.navlink {
    text-decoration: none;
    color: #2A2A2A;
    margin-left: 20px;
    font-size: 20px;
}

.yourtax-and-calculator-container {
    display: flex;
    align-items: center;
}

.nav-container {
    display: flex;
}

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

.instagram {
    height: 22px;
    margin-right: 30px;
    margin-left: 18px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

h3 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 20px;
}

ol {
    margin-top: 0;
}


.offer-container {
    font-size: 20px;
    padding-left: 70px;
    padding-right: 70px;

}

.procedure {
    padding-left: 17px;
}

.prices-container {
    display: flex;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    background-color: #F7F2EC;
}


.advantage-section {
    font-size: 20px;
    padding-left: 70px;
    padding-right: 70px;

}

.list-advantages {
    padding-left: 17px;
    margin-bottom: 20px;

}

.img-information {
    height: 290px;
    padding-right: 20px;
    object-fit: cover;
}

.information-container {
    display: flex;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #F7F2EC;
    font-size: 20px;
}

footer {
    height: 120px;
    padding-left: 70px;
    padding-right: 70px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}

.footer-nav {
    font-size: 15px;
    color: black;
    text-decoration: none;
    padding-left: 10px;
}

.footer-nav-container {
    display: flex;

}

.datenschutz {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 10px;
}

.impressum {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 100px;
}

.impressum > p {
    font-size: 10px;
}

.datenschutz > p {
    font-size: 10px;
}

.datenschutz ul > li {
    font-size: 10px;
}

.datenschutz ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 11px;
}

a {
    text-decoration: none;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width: 1240px) {
}

@media(max-width: 1020px) {
    .prices-container {
        flex-direction: column;
    }

    .procedure {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

}

@media(max-width: 905px) {
    .img-information {
        height: 100%;
        width: 100%;
        padding-right: 0;
    }

    .information-container {
        flex-direction: column;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .informationen-text {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media(max-width: 750px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 25px;
    }

    .lato {
        font-size: 20px;
    }

}

@media(max-width: 570px) {
    h1 {
        font-size: 25px;
    }

    .lato {
        font-size: 20px
    }


    .prices-container {
        flex-direction: column;
    }


}


@media(max-width: 480px) {
    h1 {
        font-size: 20px;
    }

    .navlink {
        display: none;
    }

    .logo-calculater {
        margin-left: 15px;
    }

    .lato {
        font-size: 15px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 17px;
        font-weight: 700;
    }


    .button {
        font-size: 17px;
    }

    .advantage-section {
        font-size: 15px;
    }

    .list-advantages {
        margin-bottom: 15px;
    }

    .offer-container {
        font-size: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .nav {
        justify-content: center;
    }

    .advantage-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .yourtax-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .information-container {
        font-size: 15px;

    }

    .copyright-text {
        font-size: 10px;
    }

    .copyright {
        height: 80px;
    }

    footer {
        padding-left: 25px;
        padding-right: 25px;
        height: 80px;
    }

    .footer-nav {
        font-size: 10px;
    }

    .logo-calculater {
        width: 140px;
    }

    .informationen-text {
        padding-left: 25px;
        padding-right: 25px;
    }

    .prices-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    h3 {
        margin-bottom: 0;

    }





}