@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url(../fonts/material-symbols.woff2) format('woff');
}

:root {
    --hover-blue: #7447f0;
    --lila: #97345d;
    --pink: #d47db2;
    --orange: #FF7F32;
    --blue: #3E4BD2;
    --dark-blue: #272e85;
    --gray: #F1F1F1;
    --font-gray: #6d6d6d;
    --black: rgba(60,60,60,1);
}

html {
    scroll-behavior: smooth;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

nav {
    position: absolute;
    width: 100%;
    height: 65px;
    overflow: hidden;
    border-bottom: solid 1px var(--gray);
    background-color: #FFFF;
    z-index: 99999;
}
nav .logo {
    position: absolute;
    top: 0;
    left: 5px;
    width: 120px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    user-select: none;
    cursor: pointer;
    color: var(--black);
}
nav .hamburger {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 65px;
    height: 65px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}
nav .hamburger span {
    color: var(--black);
    line-height: 65px;
}
nav .links {
    width: 100%;
    position: absolute;
    top: 65px;
}
nav .links a {
    color: var(--black);
}
nav .links .link {
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
nav .links .link.btn {
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: var(--blue);
    border-radius: 5px;
    color: #FFFF;
    font-weight: 700;
    font-size: 14px;
}

.content {
    width: 100%;
}
.container {
    width: 90%;
}
.container img {
    margin-top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.container h1 {
    margin-top: 15px;
    color: var(--black);
}
.container p {
    margin-top: 15px;
    line-height: 1.6;
    color: var(--black);
}
.button {
    margin-top: 50px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    border-radius: 5px;
    background-color: var(--blue);
    color: #FFFF;
    text-align: center;
}
.button p {
    margin-top: 0 !important;
    line-height: 1.4;
    color: #FFFF !important;
    font-size: 16px;
    font-weight: 700;
}
.small {
    margin-top: 5px !important;
    font-size: 14px;
    color: var(--font-gray) !important;
    text-align: center;
}
.rev {
    margin-top: 15px;
    width: 100%;
    max-width: 330px;
}
.rev .wrapper {
    display: flex;
}
.rev .wrapper p {
    margin-top: 0;
    margin-left: 0;
    line-height: 30px;
}
.rev .wrapper img {
    margin-left: 0;
    margin-top: 0;
    width: 130px;
    height: 30px;
    object-fit: contain;
}
.rev .small {
    margin-left: 0;
    margin-top: 0 !important;
    text-align: left;
    color: var(--font-gray);
}

.service {
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px 50px 20px;
    background-color: #F3F3F3;
}
.service .block {
    padding: 0 20px;
    margin-top: 70px;
    width: 300px;
    height: auto;
    text-align: center;
}
.service span {
    color: var(--blue);
    font-size: 72px;
}
.service h2 {
    margin-top: 15px;
    color: var(--black);
}
.service p {
    margin-top: 15px;
    color: var(--black);
}

.content.two {
    padding: 30px 20px;
    text-align: center;
}
.content.two .block {
    margin-top: 30px;
    width: 300px;
    height: auto;
}
.content.two .block img.portrait {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50px;
}

.content.three {
    text-align: center;
}
.content .faq {
    padding: 30px 20px;
    width: 100%;
    background-color: var(--gray);
    border-radius: 25px;
}
.question-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--font-gray);
}
.question-wrapper .question {
    display: flex;
}
.question-wrapper .question span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--font-gray);
    user-select: none;
    cursor: pointer;
    display: none;
}
.question-wrapper .question span.blue {
    color: var(--blue);
    display: block;
}
.question-wrapper .question p {
    margin-top: 0;
    margin-left: 5px;
    text-align: left;
    width: calc(100% - 40px);
    font-size: 12px;
}
.question-wrapper .anwser {
    font-size: 12px;
    text-align: left;
    display: none;
}
.faq .button p {
    font-size: 14px;
}
.faq .small {
    font-size: 12px;
}

.beratung {
    margin-top: 50px;
}
.beratung h2 {
    text-align: center;
}
.beratung p {
    text-align: center;
}

footer {
    margin-top: 50px;
    padding: 50px 30px;
    border-radius: 25px 25px 0 0;
    background-color: var(--gray);
    width: 100%;
    height: 100%;
    color: var(--font-gray);
}
footer .hr {
    margin: 30px 0;
    width: calc(100% + 60px);
    margin-left: -60px;
    background-color: #FFFF;
    height: 1px;
}
footer p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
footer .links {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
footer ul {
    margin: 0;
}
footer ul li.header {
    font-weight: 700;
    color: var(--black);
}
footer ul li {
    margin-top: 15px;
}
footer ul li a {
    font-weight: 300;
    color: var(--black);
}
footer a {
    color: var(--black);
}

@media screen and (min-width: 1200px) {
    nav {
        position: absolute;
        width: 100%;
        height: 94px;
    }
    nav .logo {
        left: 100px;
        width: 300px;
        height: 94px;
        line-height: 94px;
        font-size: 20px;
        text-align: left;
    }
    nav .hamburger {
        display: none;
    }
    nav .links {
        width: 500px;
        position: absolute;
        top: 0;
        right: 100px;
        display: flex;
    }
    nav .links .link {
        margin-top: 22px;
        width: auto;
    }
    nav .links .link.btn {
        transition: all .3s;
    }
    nav .links .link.btn:hover {
        background-color: var(--dark-blue);
    }
    
    .content {
        max-width: 1200px;
    }
    .content .small.first {
        margin-left: 0;
        text-align: left !important;
    }
    .content h1 {
        font-size: 42px;
    }
    .content .text .heading p {
        font-size: 24px;
    }
    .content .button.first {
        margin-left: 0;
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .content .button p {
        line-height: 70px;
    }
    .content .wrapper {
        display: flex;
        flex-direction: row-reverse;
    }
    .container img {
        margin-top: 0;
        width: 50%;
        height: auto;
        object-fit: contain;
    }
    .container .text {
        margin-top: 200px;
    }
    .rev {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    
    .service {
        margin-top: 130px;
    }
    .service .wrapper {
        width: 90%;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }
    .service .button {
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .service .button p {
        line-height: 70px;
    }
    .service span {
        color: var(--blue);
        font-size: 72px;
    }
    
    .content.two {
        margin-top: 150px;
        padding: 30px 20px;
        text-align: center;
    }
    .content.two .block p {
        line-height: 1.7;
    }
    .content.two .button {
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .content.two .button p {
        line-height: 70px;
    }
    
    .content.three {
        margin-top: 150px;
    }
    .content .faq {
        padding: 30px 70px;
        width: 100%;
        background-color: var(--gray);
        border-radius: 25px;
    }
    .question-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px var(--font-gray);
    }
    .faq h2 {
        margin: 30px 0;
        font-size: 72px;
    }
    .question-wrapper .question {
        display: flex;
        cursor: pointer;
    }
    .question-wrapper .question span {
        display: block;
    }
    .question-wrapper .question span.blue {
        color: var(--blue);
        display: block;
    }
    .question-wrapper .question p {
        margin-top: 5px;
        font-size: 20px;
        line-height: 20px;
    }
    .question-wrapper .anwser {
        font-size: 20px;
    }
    .faq .button {
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .faq .button p {
        line-height: 70px;
    }
    .faq .small {
        font-size: 16px;
    }
    
    .beratung {
        margin-top: 150px;
    }
    .beratung h2 {
        text-align: center;
        font-size: 42px;
    }
    .beratung p {
        font-size: 20px;
        text-align: center;
    }
    
    footer {
        margin-top: 150px;
        border-radius: 50px 50px 0 0;
    }
    footer .links {
        gap: 50px;
    }
}

@media screen and (min-width: 1600px) {
    .content {
        max-width: 1600px;
    }
    .content .small.first {
        margin-left: 0;
        text-align: left !important;
    }
    .content h1 {
        font-size: 62px;
    }
    .content .text .heading p {
        font-size: 32px;
    }
    .content .button.first {
        margin-left: 0;
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .content .button p {
        line-height: 70px;
    }
    .content .wrapper {
        display: flex;
        flex-direction: row-reverse;
    }
    .container img {
        margin-top: 0;
        width: 50%;
        height: auto;
        object-fit: contain;
    }
    .container .text {
        margin-top: 200px;
    }
    .rev {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    
    .service {
        margin-top: 130px;
    }
    .service .wrapper {
        width: 90%;
        max-width: 1600px;
        display: flex;
        flex-wrap: wrap;
    }
    .service .block {
        width: 400px;
    }
    .service .block h2 {
        font-size: 32px;
    }
    .service .block p {
        font-size: 20px;
    }
    .service .button {
        margin-top: 90px;
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .service .button p {
        line-height: 70px;
    }
    .service span {
        color: var(--blue);
        font-size: 72px;
    }
    
    .content.two {
        margin-top: 150px;
        padding: 30px 20px;
        text-align: center;
    }
    .content.two .block {
        width: 400px;
    }
    .content.two .block p.big {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.7;
    }
    .content.two .block p {
        font-size: 20px;
        line-height: 1.7;
    }
    .content.two .button {
        margin-top: 90px;
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .content.two .button p {
        line-height: 70px;
    }
    
    .content.three {
        margin-top: 150px;
    }
    .content .faq {
        padding: 30px 70px;
        width: 100%;
        background-color: var(--gray);
        border-radius: 25px;
    }
    .question-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px var(--font-gray);
    }
    .faq h2 {
        margin: 30px 0;
        font-size: 72px;
    }
    .question-wrapper .question {
        display: flex;
        cursor: pointer;
    }
    .question-wrapper .question span {
        display: block;
    }
    .question-wrapper .question span.blue {
        color: var(--blue);
        display: block;
    }
    .question-wrapper .question p {
        margin-top: 5px;
        font-size: 20px;
        line-height: 20px;
    }
    .question-wrapper .anwser {
        font-size: 20px;
    }
    .faq .button {
        padding: 0;
        max-width: 600px;
        height: 70px;
    }
    .faq .button p {
        line-height: 70px;
    }
    .faq .small {
        font-size: 16px;
    }
    
    .beratung {
        margin-top: 150px;
        max-width: 1200px;
    }
    .beratung h2 {
        text-align: center;
        font-size: 42px;
    }
    .beratung p {
        font-size: 20px;
        text-align: center;
    }
}