:root {
    --blue: #003B7E;
    --blue-hover: #002B5E;
}

@font-face {
    font-family: 'Inter';
    src: url('https://deutschemaklerservice.de/fonts-icons/inter.ttf') format('truetype');
    font-style: normal;  
}
@font-face {
    font-family: 'MaterialSymbolsOutlined';
    src: url('https://deutschemaklerservice.de/fonts-icons/icons.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.icon {
    font-family: 'MaterialSymbolsOutlined';
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    box-sizing: border-box;
}

.top-top {
    display: none;
}

.nav_container {
    padding: 1rem;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

.nav_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.nav_logo {
    width: 180px;
    height: auto;
}

.nav_menu {
    display: none;
    list-style: none;
    gap: 10px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.nav_menu li {
    margin: 1rem 0;
}

@media screen and (max-width: 1199px) {
    .nav_menu.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
}

.nav_link {
    text-decoration: none;
    color: var(--blue);
    font-weight: 500;
}

.nav_contact_btn {
    background: var(--blue);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}

.nav_contact_btn:hover {
    background: var(--blue-hover);
}

.nav_hamburger {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nav_hamburger_line {
    width: 100%;
    height: 2px;
    background: var(--blue);
    transition: 0.3s;
}

.nav_language {
    display: none;
}

.insurance_wrapper {
    position: relative;
    padding: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.insurance_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(rgba(30, 58, 138, 0.85), rgba(30, 58, 138, 0.95)), url('bg.jpeg') center/cover;
}

.insurance_heading {
    font-size: 2rem;
    font-weight: bold;
    max-width: 300px;
}

.insurance_subtext {
    font-size: 1rem;
    max-width: 280px;
    opacity: 0.9;
}

.insurance_cta {
    width: 190px;
    text-align: center;
    background: white;
    color: var(--blue);
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background 0.3s;
}

.insurance_cta:hover {
    background: #f0f0f0;
}

.insurance_features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.insurance_feature {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.insurance_feature_icon {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    padding: 5px;
}

.insurance_container {
    padding: 70px 30px;
    background-color: var(--blue);
    color: white;
}

.insurance_content {
    max-width: 1200px;
    margin: 0 auto;
}

.insurance_heading {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.insurance_description {
    margin-bottom: 2rem;
    line-height: 1.6;
    opacity: 0.9;
}

.insurance_features {
    margin-bottom: 2rem;
}

.insurance_feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.insurance_feature_dot {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}

.insurance_stats {
    margin-bottom: 2rem;
}

.insurance_stat {
    margin-bottom: 1.5rem;
}

.insurance_stat_number {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.insurance_image {
    margin-top: 50px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.insurance_button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: white;
    color: var(--blue);
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.insurance_button:hover {
    background-color: #f0f0f0;
}

.ins_container {
    padding: 2rem 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.ins_header {
    text-align: center;
    margin-bottom: 2rem;
}

.ins_services_title {
    color: var(--blue);
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.ins_main_title {
    font-size: 1.5rem;
    color: var(--blue);
    margin-bottom: 1rem;
}

.ins_description {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
}

.ins_cards_container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.ins_card {
    background: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 350px;
    width: 100%;
}

.ins_icon_wrapper {
    background: var(--blue);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.ins_icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.ins_card_title {
    color: var(--blue);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.ins_card_text {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.ins_learn_more {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.ins_learn_more:hover {
    color: var(--blue-hover);
}

.faq__container {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.faq__title {
    color: var(--blue);
    font-size: 24px;
    margin-bottom: 16px;
}

.faq__description {
    color: #666;
    margin-bottom: 24px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__item {
    border-radius: 8px;
    overflow: hidden;
}

.faq__question {
    background: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.faq__question-text {
    font-weight: 500;
    color: var(--blue);
}

.faq__answer {
    padding: 16px;
    display: none;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.faq__item.active .faq__answer {
    display: block;
}

.faq__item.active .faq__question {
    border-radius: 8px 8px 0 0;
}

.faq__banner {
    background: var(--blue);
    color: white;
    padding: 20px;
    margin-bottom: 24px;
    position: relative;
    border-radius: 8px;
}

.faq__banner-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: white;
}

.faq__experience-icon,
.faq__support-icon {
    width: 24px;
    height: 24px;
    background: var(--blue);
    border-radius: 50%;
    margin-right: 12px;
}

.faq__features {
    margin-bottom: 30px;
}
.faq__feature {
    margin-top: 15px;
    line-height: 35px;
}
.faq__feature .icon {
    margin-right: 10px;
    position: relative;
    top: 11px;
    font-size: 32px;
}

.footer__container {
    padding: 2rem 1rem;
    border-top: 1px solid #eee;
}

.footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.footer__logo {
    max-width: 200px;
    height: auto;
}

.footer__tagline {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.footer__social {
    display: flex;
    gap: 1rem;
}

.footer__social-link img {
    width: 24px;
    height: 24px;
}

.footer__center {
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
}

.footer__links {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer__link {
    color: var(--blue);
    text-decoration: none;
}

.footer__link:hover {
    color: var(--blue-hover);
}

.footer__right {
    padding: 2rem 0;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer__contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
    text-decoration: none;
}

.footer__contact-item img {
    width: 20px;
    height: 20px;
}

.footer__bottom {
    text-align: center;
    padding-top: 2rem;
    color: #666;
    font-size: 0.9rem;
}

@media screen and (min-width: 1200px) {
    .top-top {
        display: block;
        width: 100%;
        height: 40px;
        background-color: var(--blue);
        color: #FFFF;
    }
    .top-top .wrapper {
        max-width: 1200px;
        padding: 0 30px;
        margin-left: auto;
        display: flex;
        gap: 30px;
        line-height: 40px;
        margin-right: calc(50% - 600px);
        float: right;
    }
    .top-top ul {
        display: flex;
    }
    .top-top ul li {
        margin-left: 10px;
        list-style-type: none;
    }
    .nav_hamburger {
        display: none;
    }

    .nav_menu {
        width: 670px;
        gap: 30px;
        display: flex;
        align-items: center;
    }

    .nav_language {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: var(--blue);
        text-decoration: none;
        margin-right: 1rem;
    }

    .nav_globe_icon {
        width: 20px;
        height: 20px;
    }

    .insurance_wrapper {
        height: 800px;
        padding: 4rem 6rem;
        gap: 3rem;
    }

    .insurance_heading {
        font-size: 72px;
        max-width: none;
    }

    .insurance_subtext {
        font-size: 32px;
        max-width: none;
    }

    .insurance_features {
        display: block;
    }

    .insurance_feature {
        margin-top: 30px;
        flex: 1;
        font-size: 20px;
    }
    .insurance_feature span.icon {
        font-size: 32px;
    }

    .insurance_wrapper .text {
        margin-left: calc(50% - 550px);
        width: 900px;
    }
    .insurance_wrapper .text h1 {
        margin-top: 30px;
        font-size: 72px;
    }
    .insurance_wrapper .text p {
        margin-top: 30px;
        font-size: 32px;
    }
    .insurance_wrapper .text a {
        margin-top: 30px;
    }

    .insurance_bg {
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(rgba(30, 58, 138, 0.85), rgba(30, 58, 138, 0.95)), url('bg.jpeg') center/cover;
        background-position: top;
    }

    .insurance_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }

    .insurance_image {
        order: -1;
        margin-bottom: 0;
    }

    .insurance_heading {
        font-size: 2.5rem;
    }

    .insurance_stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .insurance_stat {
        margin-bottom: 0;
    }

    .insurance_image {
        margin-top: 50px;
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 2rem;
    }

    .ins_container {
        padding: 4rem 2rem;
    }

    .ins_main_title {
        font-size: 2rem;
    }

    .ins_description {
        font-size: 1rem;
        max-width: 800px;
        margin: 0 auto;
    }

    .ins_cards_container {
        max-width: 1200px;
        margin: 0 auto;
        flex-direction: row;
        gap: 2rem;
        margin-top: 3rem;
    }

    .ins_card {
        flex: 1;
        width: 0;
        min-width: 0;
        padding: 2.5rem 2rem;
        min-height: 400px;
    }

    .ins_icon_wrapper {
        width: 80px;
        height: 80px;
    }

    .ins_icon {
        width: 32px;
        height: 32px;
    }

    .faq__container {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 40px;
        max-width: 1200px;
    }

    .faq__sidebar {
        justify-content: center;
        align-items: center;
        display: flex;
        padding-right: 40px;
        border-right: 1px solid #e5e5e5;
        transition: all .3s;
    }

    .faq__main {
        padding-top: 20px;
    }

    .faq__title {
        color: var(--blue);
        font-size: 52px;
        margin-bottom: 16px;
    }

    .wrapper {
        margin: 0 auto;
        max-width: 1200px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
        padding: 3rem 2rem 2rem;
    }

    .footer__left {
        align-items: flex-start;
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer__tagline {
        text-align: left;
    }

    .footer__center {
        border-bottom: none;
        padding: 0;
    }

    .footer__links {
        align-items: flex-start;
    }

    .footer__right {
        padding: 0;
    }

    .footer__contact {
        align-items: flex-start;
    }

    .footer__bottom {
        grid-column: 1 / -1;
        padding-top: 3rem;
        border-top: 1px solid #eee;
    }
}


.over-contact {
    margin: 0 auto;
    margin-top: 50px;
    background: #f4f4f4;
}
.contact-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 70px 30px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    background: #f4f4f4;
    justify-content: center;
    align-items: center;
}

.info-box {
    margin-top: 50px;
    flex: 1;
}

.info-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.info-box p {
    margin-bottom: 20px;
    color: #555;
}

.contact-details {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.contact-details div {
    margin: 0;
    display: flex;
    align-items: center;
    align-items: start;
    gap: 10px;
}

.contact-details div span.icon {
    width: 24px;
    height: 24px;
    color: var(--red);
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
}

#formContainer {
    width: 100% !important;
    padding: 0 !important;
    background: none !important;
}
.dynamic-form {
    width: 100% !important;
    padding: 0 !important;
    background: none !important;
}

@media screen and (min-width: 1200px) {

    .contact-container h2 {
        font-size: 52px;
    }
    .contact-container p {
        margin-top: 35px;
        font-size: 20px;
    }
    .contact-details {
        margin-top: 50px;
    }
    .contact-details div {
        margin: 0;
        margin-top: 15px;
        display: flex;
        align-items: center;
        align-items: start;
        gap: 10px;
    }
    .contact-details div span.icon {
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        background-color: #FFFF;
    }
    .contact-details div span {
        line-height: 50px;
    }

    .info-box {
        padding: 40px;
    }

    #formContainer {
        width: 600px !important;
        padding: 0 !important;
        background: none !important;
    }
    .dynamic-form {
        padding: 0 !important;
        background: none !important;
    }
    
}