@charset "UTF-8";

@font-face {
    font-family: "Daimler CS Regular";
    src: url("../fonts/MBFonts/daimlercs-regular-webfont.woff2") format("woff2"), url("../fonts/MBFonts/daimlercs-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Daimler CAC Arab Regular";
    src: url("../fonts/MBFonts/daimlercacarab-regular-webfont.woff2") format("woff2"), url("../fonts/MBFonts/daimlercacarab-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Daimler CS Bold";
    src: url("../fonts/MBFonts/daimlercs-bold-webfont.woff2") format("woff2"), url("../fonts/MBFonts/daimlercs-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background-color: #ffffff;
    font-family: "DaimlerCS-Regular", Arial, sans-serif;
    letter-spacing: -0.02em;
}

/* Anbieter Datenschutz Login */
#data-protection-login .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000000;
    border-bottom: 1px solid #6a6a6a;
    padding-right: 160px;
}

    #data-protection-login .container .box-data-protection,
    #data-protection-login .container .box-login,
    #data-protection-login .container .box-language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        border-left: 1px solid #6a6a6a;
        padding: 0 15px;
    }

        #data-protection-login .container .box-data-protection a,
        #data-protection-login .container .box-login a,
        #data-protection-login .container .box-language a {
            font-family: "Daimler CS Regular";
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            -webkit-transition: color 0.25s;
            transition: color 0.25s;
        }

            #data-protection-login .container .box-data-protection a:hover,
            #data-protection-login .container .box-login a:hover,
            #data-protection-login .container .box-language a:hover {
                color: #0088c6;
                cursor: pointer;
            }

        #data-protection-login .container .box-data-protection .icon,
        #data-protection-login .container .box-login .icon,
        #data-protection-login .container .box-language .icon {
            margin-left: 10px;
        }

    #data-protection-login .container .box-language {
        border-right: 1px solid #6a6a6a;
    }

/* Logo */
#logo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000000;
    padding-left: 100px;
}

    #logo .container .box-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        padding: 0 15px;
    }

/* Menue */
#menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000000;
    border-top: 1px solid #6a6a6a;
    padding-left: 100px;
}

    #menu .container .menu-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        padding: 0 15px;
    }

        #menu .container .menu-line ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            #menu .container .menu-line ul li {
                margin-right: 35px;
            }

                #menu .container .menu-line ul li a {
                    font-family: "Daimler CS Regular";
                    font-size: 19px;
                    color: #ffffff;
                    opacity: 0.66;
                    text-decoration: none;
                    -webkit-transition: opacity 0.25s;
                    transition: opacity 0.25s;
                }

                    #menu .container .menu-line ul li a .icon img {
                        opacity: 0.66;
                    }

                    #menu .container .menu-line ul li a:hover {
                        opacity: 1;
                    }

                        #menu .container .menu-line ul li a:hover .icon img {
                            opacity: 1;
                        }

                #menu .container .menu-line ul li .active {
                    opacity: 1;
                    pointer-events: none;
                }

/* Inhalt */
#contents {
    margin: 60px 100px 0 100px;
}

    #contents .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        #contents .container .left-menu {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
        }

            #contents .container .left-menu .title {
                font-family: "Daimler CAC Arab Regular";
                font-size: 32px;
                margin: 0;
            }

            #contents .container .left-menu .top-menu {
                list-style-type: none;
                padding: 0;
                margin: 15px 0 0 0;
            }

                #contents .container .left-menu .top-menu li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -ms-flex-line-pack: center;
                    align-content: center;
                }

                    #contents .container .left-menu .top-menu li a {
                        font-family: "Daimler CS Regular";
                        font-size: 19px;
                        color: #000000;
                        text-decoration: none;
                        padding: 15px 0;
                        -webkit-transition: font-weight 0.25s;
                        transition: font-weight 0.25s;
                    }

                        #contents .container .left-menu .top-menu li a:hover {
                            font-weight: bold;
                        }

                    #contents .container .left-menu .top-menu li .active {
                        font-weight: bold;
                        pointer-events: none;
                    }

                    #contents .container .left-menu .top-menu li .icon {
                        padding: 15px 0;
                        margin-left: 15px;
                    }

            #contents .container .left-menu .bottom-menu {
                list-style-type: none;
                padding: 0;
                margin: 45px 0 0 0;
            }

                #contents .container .left-menu .bottom-menu li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -ms-flex-line-pack: center;
                    align-content: center;
                }

                    #contents .container .left-menu .bottom-menu li .icon {
                        padding: 15px 0;
                        margin-right: 15px;
                    }

                    #contents .container .left-menu .bottom-menu li a {
                        font-family: "Daimler CS Regular";
                        font-size: 19px;
                        color: #999999;
                        text-decoration: none;
                        padding: 15px 0;
                    }

                        #contents .container .left-menu .bottom-menu li a:hover {
                            text-decoration: underline;
                        }

        #contents .container .space-left {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        #contents .container .right-contents {
            -webkit-box-flex: 6;
            -ms-flex: 6;
            flex: 6;
        }

            #contents .container .right-contents h2 {
                font-family: "Daimler CAC Arab Regular";
                font-size: 32px;
                font-weight: normal;
                margin: 0;
            }

            #contents .container .right-contents p {
                font-family: "Daimler CS Regular";
                font-size: 19px;
                line-height: 1.474;
                margin: 25px 0 0 0;
            }

            #contents .container .right-contents .external-link {
                display: block;
                font-family: "Daimler CS Regular";
                font-size: 19px;
                color: #0088c6;
                text-decoration: none;
                margin-top: 30px;
            }

                #contents .container .right-contents .external-link:hover {
                    text-decoration: underline;
                }

            #contents .container .right-contents button.default {
                font-family: "Daimler CS Regular";
                font-size: 16px;
                line-height: 1.5;
                font-weight: bold;
                letter-spacing: 1.5px;
                color: #ffffff;
                background-color: #00adef;
                border: 1px solid #4a90e2;
                border-radius: 2px;
                cursor: pointer;
                min-width: 144px;
                padding: 11px 23px;
                margin-top: 50px;
                -webkit-transition: background-color 0.3s ease-in-out;
                transition: background-color 0.3s ease-in-out;
            }

                #contents .container .right-contents button.default:hover {
                    background-color: #0088c6;
                }

                #contents .container .right-contents button.default:focus {
                    background-color: #0088c6;
                    border-color: #0088c6;
                    -webkit-box-shadow: 0 0 0 1px #ffffff inset;
                    box-shadow: 0 0 0 1px #ffffff inset;
                }

            #contents .container .right-contents h3 {
                font-family: "Daimler CAC Arab Regular";
                font-size: 32px;
                font-weight: normal;
                margin: 30px 0 10px 0;
            }

            #contents .container .right-contents .divNews .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -ms-flex-line-pack: start;
                align-content: flex-start;
                border-bottom: 1px solid #c9c9c9;
                padding-bottom: 85px;
                margin-top: 30px;
            }

            #contents .container .right-contents .divNews .row .picture {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                #contents .container .right-contents .divNews .row .picture img {
                    max-width: 100%;
                    height: auto;
                }

            #contents .container .right-contents .divNews .row .text {
                -webkit-box-flex: 3;
                -ms-flex: 3;
                flex: 3;
                margin-left: 20px;
            }

                #contents .container .right-contents .divNews .row .text h4 {
                    font-family: "Daimler CAC Arab Regular";
                    font-size: 28px;
                    font-weight: normal;
                    margin: 0;
                }

                #contents .container .right-contents .divNews .row .text p {
                    font-family: "Daimler CS Regular";
                    font-size: 17px;
                    line-height: 1.765;
                    margin: 10px 0 0 0;
                }

        #contents .container .space-right {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

/* Fußzeile */
#footer {
    margin-top: 20px;
}

    #footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 185px;
        background-color: #000000;
        padding: 0 100px;
    }

        #footer .container .menu-line {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            height: 110px;
            border-top: 1px solid #6a6a6a;
        }

            #footer .container .menu-line ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                list-style-type: none;
                padding: 0;
                margin: 0;
            }

                #footer .container .menu-line ul li {
                    margin-right: 25px;
                }

                    #footer .container .menu-line ul li a {
                        font-family: "Daimler CS Regular";
                        font-size: 19px;
                        color: #ffffff;
                        opacity: 0.66;
                        text-decoration: none;
                        -webkit-transition: opacity 0.25s;
                        transition: opacity 0.25s;
                    }

                        #footer .container .menu-line ul li a .icon img {
                            opacity: 0.66;
                        }

                        #footer .container .menu-line ul li a:hover {
                            opacity: 1;
                        }

                            #footer .container .menu-line ul li a:hover .icon img {
                                opacity: 1;
                            }

                    #footer .container .menu-line ul li .active {
                        opacity: 1;
                        pointer-events: none;
                    }
/*_____________________________________Form Container___________________________________________________________________________*/
.form-container .form-top {
    width: 64%;
    background-color: #ececec;
    padding: 70px 70px 25px;
    margin: 0 auto
}

    .form-container .form-top .divCombo input {
        padding: 0 !IMPORTANT;
    }


.form-container .form-top .title {
    font-family: "Daimler CAC Arab Regular" !IMPORTANT;
    font-size: 31px !IMPORTANT;
    color: #000000 !IMPORTANT;
    margin: 0 !IMPORTANT
}

    .form-container .form-top input,
    .form-container .form-top textarea {
        width: 100% !IMPORTANT;
        font-family: "Daimler CS Regular" !IMPORTANT;
        font-size: 16px !IMPORTANT;
        border: none !IMPORTANT;
        border-radius: unset !IMPORTANT;
        outline: unset !IMPORTANT;
        padding: 15px !IMPORTANT;
        margin: 10px 0 0 0 !IMPORTANT
    }

    .form-container .form-top input:focus,
    .form-container .form-top textarea:focus {
        border: 1px solid #00adef !IMPORTANT
    }

    .form-container .form-top input:first-child {
        margin-top: 0 !IMPORTANT
    }

.form-container .form-top textarea {
    resize: none !IMPORTANT
}

.form-container .form-top input[type=checkbox] {
    width: auto !IMPORTANT
}

.form-container .form-top span {
    font-family: "Daimler CS Regular" !IMPORTANT;
    font-size: 16px !IMPORTANT;
    /*margin-left: 5px !IMPORTANT*/
}

    .form-container .form-top span a {
        color: #000000 !IMPORTANT;
        text-decoration: none !IMPORTANT;
        -webkit-transition: color 0.33s !IMPORTANT;
        transition: color 0.33s !IMPORTANT
    }

        .form-container .form-top span a:hover {
            color: #00adef !IMPORTANT;
            text-decoration: underline !IMPORTANT
        }

.form-container .form-top p {
    font-family: "Daimler CS Regular" !IMPORTANT;
    font-size: 12px !IMPORTANT;
    margin: 30px 0 0 0 !IMPORTANT
}

.form-container .form-bottom {
    width: 64% !IMPORTANT;
    text-align: right !IMPORTANT;
    margin: 0 auto !IMPORTANT
}

    /*.form-container .form-bottom .submit-button {*/
        /*width: 40% !IMPORTANT;*/
        /*margin-top: 15px !IMPORTANT
    }

        .form-container .form-bottom .submit-button input[type=submit] {
            font-family: "Daimler CS Regular" !IMPORTANT;
            font-size: 16px !IMPORTANT;
            color: rgba(255, 255, 255, 0.75) !IMPORTANT;
            border: none !IMPORTANT;
            background-color: #00adef !IMPORTANT;
            cursor: pointer !IMPORTANT;
            padding: 17px 81px !IMPORTANT;
            -webkit-transition: color 0.33s !IMPORTANT;
            transition: color 0.33s !IMPORTANT
        }

            .form-container .form-bottom .submit-button input[type=submit]:hover {
                color: #ffffff !IMPORTANT
            }*/

.submit-button {
    /*width: 40% !IMPORTANT;*/
    margin-top: 15px !IMPORTANT
}

.submit-button input[type=submit] {
    font-family: "Daimler CS Regular" !IMPORTANT;
    font-size: 16px !IMPORTANT;
    color: rgba(255, 255, 255, 0.75) !IMPORTANT;
    border: none !IMPORTANT;
    background-color: #00adef !IMPORTANT;
    cursor: pointer !IMPORTANT;
    padding: 17px 81px !IMPORTANT;
    -webkit-transition: color 0.33s !IMPORTANT;
    transition: color 0.33s !IMPORTANT
}

.submit-button input[type=submit]:hover {
    color: #ffffff !IMPORTANT
}
/*_____________________________________Linie 10px___________________________________________________________________________*/
/*.class_name {
    width: 750px;
    height: 10px;
    margin: 10px auto 0;*/
    /* untere Linie */
    /*border-bottom: 1px solid #e8e8e8 
}*/
/*_____________________________________Liste 10px___________________________________________________________________________*/
#contents .container .right-contents .GMS-List-l {
    float: left;
    max-width: 80%;
    padding-left: 10px;
}
#contents .container .right-contents .GMS-List-r {
    /*vertical-align: middle;
    float: right;
    max-width: 20%;
    padding-right: 10px;*/
    float: right;
    max-width: 20%;
    padding-right: 10px;
}

#contents .container .right-contents .GMS-List {
    /*overflow: hidden;
    min-height: 46px;
    border-bottom: 1px solid #c8c8c8;*/
    min-height: 46px;
    border-bottom: 1px solid #c8c8c8;
}

#contents .container .right-contents .GMS-List-Top {
    overflow: hidden;
    min-height: 46px;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
}

#contents .container .right-contents .GMS-List img {
    max-width: 60%;
    height: auto;
    float: left;
    padding-right: 20px;
}

#contents .container .right-contents .GMS-List p {
    color: #026783;
    padding-top: 12px;
    margin: 0 0 0 0;
}

/*_____________________________________Link___________________________________________________________________________*/
.link {
    font-family: "Daimler CS Regular";
    font-size: 19px;
    color: #0088c6;
    text-decoration: none;
    margin-top: 30px;
}

.link:hover {
    text-decoration: underline;
}



#contents {
    margin: 60px 100px 0 100px
}

    #contents .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

        #contents .container .space-left {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        #contents .container .right-contents {
            -webkit-box-flex: 6;
            -ms-flex: 6;
            flex: 6
        }

            #contents .container .right-contents h2 {
                font-family: "Daimler CAC Arab Regular";
                font-size: 32px;
                font-weight: normal;
                margin: 0
            }

            #contents .container .right-contents p {
                font-family: "Daimler CS Regular";
                font-size: 19px;
                line-height: 1.474;
                margin: 25px 0 0 0
            }

            #contents .container .right-contents .external-link {
                display: block;
                font-family: "Daimler CS Regular";
                font-size: 19px;
                color: #00adef;
                text-decoration: none;
                margin: 5px 0 40px 0
            }

                #contents .container .right-contents .external-link:hover {
                    text-decoration: underline
                }

            #contents .container .right-contents .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-bottom: 1px solid #e8e8e8;
                padding: 0 30px 15px 30px;
                margin-top: 20px
            }

                #contents .container .right-contents .row .icon {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    text-align: right;
                    margin-left: 30px
                }

                    #contents .container .right-contents .row .icon img {
                        max-width: 100%;
                        height: auto
                    }

                #contents .container .right-contents .row .text {
                    -webkit-box-flex: 3;
                    -ms-flex: 3;
                    flex: 3
                }

                    #contents .container .right-contents .row .text p {
                        font-family: "Daimler CS Regular";
                        font-size: 17px;
                        line-height: 1;
                        margin: 0
                    }

        #contents .container .space-right {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }
