@media screen and (max-width: 1200px) 
{
    .site-footer .links ul {
        text-align: left;
    }
}

@media screen and (max-width: 992px) 
{
    .graphic-inner .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-footer > * {
        margin-bottom: 20px;
    }

    .bubble-one {
        width: 268px;
        padding: 25px 15px 26px 15px;
        background-size: contain;
        bottom: 116px;
        font-size: 20px;
    }

    .bubble-two {
        font-size: 15px;
        width: 265px;
        padding: 42px 62px 50px 45px;
        bottom: 30px;
    }
    
    .video-wrapper video {
        object-fit: cover !important;
    }

    .bubble-two:before {
        width: 18px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) 
{
    #mailpoet_form_1 form.mailpoet_form {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }

    /* .bubble-one {
        left: 15px;
        width: 100%;
        display: none;
    }

    .bubble-two {
        left: 15px;
        width: 100%;
        display: none;
    } */

    .ihr-risko-inner {
        width: calc(100% - 30px);
    }

    .ihr-arzt-wrapper .flex {
        display: block !important;
    }

    .owl-carousel .item {
        width: 480px;
    }

    /* .video-wrapper video {
        height: auto;
        object-fit: contain;
    } */

    .graphic-wrapper {
        padding-top: 90px;
    }

    .site-header-main {
        padding: 15px;
    }

    .section-title {
        font-size: 32px;
    }

    .contact-us-popup {
        display: none;
    }

    .menu-toggle {
        order: 2;
    }

    #menu {
        width: 100%;
        order: 3;
        text-align: center;
    }

    #mailpoet_form_1 .mailpoet_text {
        width: 100% !important;
    }

    .gm-style-iw.gm-style-iw-c {
        padding: 15px !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .owl-carousel .item {
        width: 320px;
        height: 280px;
    }

    .bubble-one {
        left: 50%;
        transform: translateX(-50%);
    }

    .bubble-two {
        left: 50%;
        transform: translateX(-50%);
    }

    .ihr-arzt-wrapper .medic-avatar {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
}