
@media (min-width: 768px) {
    #lr-header-image-caption {
        right: 18%;
        top: 25%;
        width: 57%;
    }
}
@media (min-width: 992px) {
    #lr-header-image-caption {
        top: 1%;
        right: 4%;
        width: 54%;
    }
}
@media (min-width: 1200px) {
    #lr-header-image-caption {
        top: 17%;
    }
}
@media (min-width: 1300px) {
    #lr-header-image-caption {
        top: 21%;
    }
}
@media (min-width: 1400px) {
    #lr-header-image-caption {
        top: 27%;
    }
}
@media (min-width: 1650px) {
    #lr-header-image-caption {
        top: 33%;
    }
}
                .modal-backdrop {
                    z-index: 10010;
                }
                .modal-backdrop.in {
                    opacity: .75;
                    filter: alpha(opacity=75);
                }
                .modal {
                    text-align: center;
                    z-index: 10020;
                }
                .modal-dialog {
                    
                }
                @media (min-width: 800px) {
                    .modal-dialog {
                        width: 760px;
                    }
                }
                .modal {
                    text-align: left;
                }
                .modal-content {
                    background-image: url(/fileadmin/IN/BGF_Newsletter_header_240619.png);
                    background-repeat: no-repeat;
                    background-position: top left;
                    background-size: 100%;
                    background-color: #f6f6f8;
                    border-radius: 0;
                    border: 0;

                    position: relative;
                }
                .modal-header {

                    border-bottom: 0;

                    /*margin-top: 215px;*/

                    padding: 0;

                    /*position: absolute;*/
                }
                .modal-header .close {
                    position: absolute;
                    z-index: 1;
                    color: #fff;
                    opacity: 1;
                    background-color: #000;
                    border-radius: 50%;
                    padding: 4px 7px 6px 7px;
                    border: 3px solid #fff;
                    right: -8px;
                    top: -6px;
                }
                @media (min-width: 992px) {
                    .modal-header .close {
                        right: -18px;
                        top: -18px;
                    }
                }
                .modal-body {
                    padding-top: 245px;
                    padding-bottom: 10px;
                }

                .modal-body-box {
                    background-color: rgba(0, 94, 63, .7);
                    padding: 0 26px 4px 26px;
                }
                @media (min-width: 800px) {
                    .modal-body-box {
                        width: 360px;
                        display: inline-block;
                        float: right;
                        margin-right: 23px;
                    }
                }

                .modal-body h4 {
                    color: #fff;
                    font-size: 30px;
                    font-style: normal;
                    text-align: left;
                    line-height: 1.7;
                }
                .modal-body p {
                    color: #fff;
                    font-size: 15px;
                    text-align: left;
                    line-height: 1.275;
                }
                .modal-body label {
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 1;
                    margin-bottom: 0;
                }
                @media (min-width: 992px) {
                    .modal-body .form-group {
                        margin-bottom: 3px;
                    }
                }
                .modal-body .form-control {
                    border: none;
                    border-bottom: 1px solid #ccc;
                    background-color: #fff;
                    padding: 4px 8px;
                    min-height: 41px;
                }
                .has-error .form-control {
                    border: 1px solid #a94442;
                }
                .modal-body .btn {
                    background-color: #005e3f;
                    border-color: #005e3f;
                    color: #fff;
                    padding: 3px 46px;
                    font-size: 20px;
                    min-height: 40px;
                    transition: background-color .35s ease-in-out, border-color .35s ease-in-out, color .35s ease-in-out
                }
                .modal-body .btn:focus, .modal-body .btn:hover {
                    background-color: transparent;
                    border-color: #005e3f;
                    color: #005e3f;
                }
                .modal-body .modal-body-form-row {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: end;
                    padding-top: 30px;
                }
                @media (min-width: 992px) {
                    .modal-body .modal-body-form-row {
                        padding-top: 10px;

                        background-image: url(/fileadmin/IN/Abschicken_gruen_100.png);
                        background-repeat: no-repeat;
                        background-position: 83.5% 35%;
                        background-size: 112px;
                        background-color: transparent;
                    }
                }
                .modal-body .modal-body-form-row,
                .modal-body .modal-footer-row {
                    margin-left: -5px;
                    margin-right: -5px;
                }
                .modal-body .col-md-left, .modal-body .col-md-right {
                    flex-basis: 0;
                    flex-grow: 1;
                    max-width: 100%;

                    position: relative;
                    width: 100%;
                    min-height: 1px;
                }
                .modal-body .col-md-left, .modal-body .col-md-right,
                .modal-footer .col-12 {
                    padding-left: 5px;
                    padding-right: 5px;
                }
                .modal-body .col-md-left {
                    flex: 0 0 100%;
                    max-width: 100%;
                }
                .modal-body .col-md-right {
                    flex: 0 0 100%;
                    max-width: 100%;
                }
                /*
                .modal-body .modal-body-form-row-inner {
                    display: flex;
                    width: 100%;
                    align-items: end;
                }
                */
                @media (min-width: 992px) {
                    /*  
                    .modal-body .modal-body-form-row-inner {
                        padding-left: 54px;
                        padding-right: 54px;
                    }
                    */
                    
                    .modal-body .col-md-left {
                        flex: 0 0 58.5%;
                        max-width: 58.5%;
                    }
                    .modal-body .col-md-right {
                        flex: 0 0 41.5%;
                        max-width: 41.5%;
                    }
                }
                .modal-body .modal-body-right-inner {
                    height: 100%;
                    padding-bottom: 3px;
                }                
                @media (min-width: 992px) {
                    .modal-body .modal-body-left-inner {
                        padding-left: 54px;
                    }
                    .modal-body .modal-body-right-inner {
                        padding-right: 54px;
                    }
                }
                .modal-footer {
                    font-size: 10px;
                    border: 0;
                    text-align: left;
                    padding-top: 10px;
                }
                .modal-footer a, .modal-footer a:link, .modal-footer a:visited {
                    color: #333;
                    text-decoration: none;
                }
                .modal-footer a:focus, .modal-footer a:hover, .modal-footer a:active {
                    text-decoration: underline;
                }
                @media (min-width: 992px) {
                    .modal-footer .modal-footer-row-inner {
                        padding-left: 54px;
                    }
                }            .dropdown-menu > li.lr-bgf-lernwelt > a,
            .dropdown-menu > li.lr-bgf-lernwelt > a,
            .dropdown-menu > .lr-bgf-lernwelt.active > a,
            .dropdown-menu > .lr-bgf-lernwelt.active > a {
                background-color: #bd5e40;
                color: #fff;
            }
            .dropdown-menu > li.lr-bgf-lernwelt > a > span,
            .dropdown-menu > li.lr-bgf-lernwelt > a > span,
            .dropdown-menu > .lr-bgf-lernwelt.active > a > span,
            .dropdown-menu > .lr-bgf-lernwelt.active > a > span {
                background-color: transparent;
                color: #fff;
            }
            .dropdown-menu > li.lr-bgf-lernwelt > a:hover,
            .dropdown-menu > li.lr-bgf-lernwelt > a:focus,
            .dropdown-menu > .lr-bgf-lernwelt.active > a:hover,
            .dropdown-menu > .lr-bgf-lernwelt.active > a:focus {
                color: #fff;
                background-color: #f8c01a;
            }