.gkv-top-container {
    position: relative;
}

.top-image-section {
    margin-top: -120px;
}

.gkv-top-section {
    margin-top: -200px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 5px 0px #000;
    border-radius: 10px;
    overflow: hidden;
}

.gkv-header {
    background: #FECFC4;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}


    .gkv-header img {
        max-width: 48px;
    }

.gkv-content {
    padding: 50px 88px;
    background: #fff;
}

    .gkv-content img {
        max-width: 100%;
    }

.patient-content {
    background: #EFFAF3;
}

.doctor-content {
    background: #DCEEFE;
}

.therapy-content table {
}

    .therapy-content table th {
        font-weight: 400;
    }

    .therapy-content table td {
        text-align: center;
    }

        .therapy-content table td:first-child {
            text-align: left;
        }

        .therapy-content table td img {
            width: 30px;
        }

.therapy-content .two-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

    .therapy-content .two-icons img {
        width: 30px;
    }

.therapy-content .red {
    color: #F54B23;
}

.therapy-content .blue-bg {
    background: #DCEEFE;
}

.therapy-content .green-bg {
    background: #EFFAF3;
}




.has-check-icon {
    margin-left: 40px;
}

    .has-check-icon li {
        position: relative;
        display: list-item;
        margin-bottom: 15px;
    }

        .has-check-icon li:before {
            content: '';
            background-image: url('/gkv-beitragssatzstabilisierungsgesetz-cannabis/images/icons/Approval icon blue.svg');
            background-size: cover;
            position: absolute;
            left: -35px;
            top: 3px;
            width: 20px;
            height: 20px;
        }

        .has-check-icon li.red:before {
            content: '';
            background-image: url('/gkv-beitragssatzstabilisierungsgesetz-cannabis/images/icons/Approval icon red.svg');
            background-size: cover;
            position: absolute;
            left: -35px;
            top: 3px;
            width: 20px;
            height: 20px;
        }

        .has-check-icon li.green:before {
            background-image: url('/gkv-beitragssatzstabilisierungsgesetz-cannabis/images/icons/Approval icon green.svg');
        }


.weitere-info {
    display: flex;
    flex-wrap: wrap;
}

    .weitere-info .weitere-info-item {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 10px;
        padding: 10px;
        border-radius: 5px;
        background: #DCEEFE;
        text-decoration: none;
        cursor: pointer;
        width: calc(50% - 20px);
    }

.faq-section {
}

    .faq-section .faq-item {
        margin-bottom: 20px;
        overflow: hidden;
        background: #fff;
    }

        .faq-section .faq-item .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            user-select: none;
            background: #F8F8F4;
            border: 1px solid #E0E7EC;
            border-radius: 10px;
            padding: 10px 15px;
            font-size: 24px;
            line-height: 1.5;
            font-weight: 300;
        }

            .faq-section .faq-item .faq-question:hover {
                background: #e1e1e1;
            }

            .faq-section .faq-item .faq-question .icon {
                font-size: 18px;
                transition: .35s;
            }

        .faq-section .faq-item .faq-answer {
            display: none;
            padding: 20px;
            padding-bottom: 0px;
        }

        .faq-section .faq-item.active {
        }

            .faq-section .faq-item.active .faq-question {
            }

                .faq-section .faq-item.active .faq-question .icon {
                    transform: rotate(180deg);
                }

            .faq-section .faq-item.active .faq-answer {
                display: block;
            }

.gkv-middle-container {
    position: relative;
}

.gkv-middle-section {
    margin-top: -140px;
    display: flex;
    box-shadow: 0px 2px 5px 0px #bbb;
    border-radius: 10px;
    overflow: hidden;
}

    .gkv-middle-section .gkv-cam {
        padding: 20px;
        width: 50%;
    }

        .gkv-middle-section .gkv-cam img {
            margin-bottom: 40px;
            max-width: 100%;
        }

        .gkv-middle-section .gkv-cam p {
            margin-bottom: 20px;
        }

        .gkv-middle-section .gkv-cam .form-buttons {
        }

    .gkv-middle-section .gkv-check-cam {
        background: #EFFAF3;
    }

    .gkv-middle-section .gkv-arzt-cam {
        background: #DCEEFE;
    }

@media screen and (max-width:1200px) {
    .gkv-top-section {
        margin-top: -160px;
    }
}

@media screen and (max-width:960px) {
    .gkv-top-section {
        margin-top: -260px;
    }

    .gkv-content {
        padding: 30px;
    }

    .gkv-middle-section {
        flex-direction: column;
        box-shadow: none;
        border-radius: 0px;
        gap: 40px;
        padding: 10px;
    }

        .gkv-middle-section .gkv-cam {
            box-shadow: 0px 2px 5px 0px #bbb;
            border-radius: 10px;
            width: 100%;
        }
}


@media screen and (max-width:767px) {
    .gkv-top-section {
        margin-top: -240px;
    }

    .gkv-content {
        padding: 20px;
    }

    .weitere-info .weitere-info-item {
        width: 100%;
    }

    .faq-section .faq-item .faq-question {
        font-size: 20px;
    }
}

@media screen and (max-width:420px) {
    .gkv-top-section {
        margin-top: -200px;
    }
}
