@font-face {
    font-family: 'VF';
    src: url('../fonts/AudiTypeVF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WideNormal';
    src: url('../fonts/AudiType-WideNormal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WideLight';
    src: url('../fonts/AudiType-WideLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ExtendedBold';
    src: url('../fonts/AudiTypeV01-ExtendedBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.form-control::placeholder,
.form-control::-webkit-input-placeholder,
input::placeholder
{
    color: #ccc !important;
    opacity: 1;
}

.vf {
    font-family: 'VF', Verdana, Geneva, sans-serif;
    color: #333;
}
.normal {
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    color: #333;
}
.light {
    font-family: 'WideLight', Verdana, Geneva, sans-serif;
    color: #333;
}
body{
    font-family: 'WideLight', Verdana, Geneva, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 300;
}

p{
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    font-size: 20px !important;
}
strong, h3 {
    font-family: 'ExtendedBold', Verdana, Geneva, sans-serif;
}
h3 {
    font-size: 36px;
    color: #333;
}
a, a:hover, a:active, a:visited {
    color: initial;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #333;
}
button, button:hover, button:active, button:visited {
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
    min-width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #000;
    color: #fff;
    border: none;
}
button:hover {
    background: #333;
}
form {
    max-width: 1288px;
    margin: auto;
    padding: 60px;
}
.form-check-label {
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    font-size: 20px;
}
.form-group-label {
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    padding: 25px 0 0 0;
}
.form-control:focus, .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.8) !important;
    outline: 0;
    box-shadow: none;
}
.form-control:hover, .form-check-input:hover {
    border-color: rgba(0, 0, 0, 0.8) !important;
    outline: 0;
    box-shadow: none;
}
.form-control:hover {
    /*border-width: 2px !important;*/
}
input[type=text],
input[type=email]{
    padding: 0 0 10px 0;
}
.form-check-input[type=checkbox],
.form-check-input[name=cAntwort]{
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    height: 26px;
    width: 26px;
    min-height: 26px;
    min-width: 26px;
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    font-size: 20px;
    margin: 2px 15px 0 0;
    cursor: pointer;
}
.form-check-input:checked[type=checkbox],
.form-check-input:checked[name=cAntwort] {
    background-color: white;
    border-color: #323232;
    background-size: 12px !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nMCAwIDEyIDEyJz48cG9seWdvbiBmaWxsPSclMjMzMzMzMzMnIHBvaW50cz0nNC45NDUgMTIgMCA3LjY5OSAwLjY2NyA2LjkyIDQuNzA4IDEwLjQzNSAxMS4xMzIgMCAxMiAwLjU0MyA0Ljk0NSAxMicgLz48L3N2Zz4=) !important;
}
.form-control{
    border: none !important;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 0.25rem 0.75rem;
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    font-size: 20px;
}
.form-check-input[type=radio] {
    width: 24px;
    height: 24px;
    background-color: white;
    border-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin: 3px 10px 0 0;
}
.form-check-input:checked[type=radio] {
    border-color: rgba(0, 0, 0, 0.8);
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000000'/%3e%3c/svg%3e");
}

#requestFormAnswer {
    display: flex;
    padding: 0 60px;
    max-width: 1288px;
    margin: auto;
    align-items: center;
}
.pendingAnswer {
    background: url(../imgs/spinner.gif) transparent center center no-repeat !important;
    width: 100%;
    height: 100%;
    background-size: 100px !important;
}
.successMsg {
    margin: auto;
    text-align: left;
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #333;
}
.errorMsg {
    margin: auto 60px;
    text-align: center;
    font-family: 'WideNormal', Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: red;
}

.topNavi {
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
}

header {
    background-color: #fff;
    padding: 25px 10%;
    color: #333;
}
header a {
    text-decoration: none;
    border: none;
}
header a, header a:hover, header a:active, header a:visited {
    color: #333;
}
.audiLogo {
    height:24px;
    margin: 3px 10px 0 0;
}
main {
    padding: 10px 0 20px 0;
    margin: 0 10%;
}
.main-visual {
    width: 100%;
    height: auto;
}

#leadSection {
    /*max-width: 1536px;*/

    margin: auto;
    left: 0;
    right: 0;
    background: transparent;
    height: auto;
    z-index: 9;
    position: absolute;
    top: 14vh;
    /*padding: 25px 35px;*/
    padding: 25px 10%;
    color: #fff;
    font-family: 'ExtendedBold', Verdana, Geneva, sans-serif;
}
.audiServiceLink {
    float: right;
    padding-top: 4px;
}
.maxwidth_content {
    max-width: 950px;
    margin: auto;
}
.audi-link {
    border: none !important;
}
footer {
    margin: 0 !important;
    background-color: #000;
    padding: 0 10%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
}
footer a, footer a:hover, footer a:active, footer a:visited {
    color: #fff;
    font-size: 14px;
}
.headline {
    max-width: 740px;
}
@media (max-width: 768px){
    h3 {
        font-size: 28px;
        padding-top: 30px !important;
    }
    form {
        padding: 30px;
    }
    #overlay, .pendingAnswer {
        background-size: 100px !important;
    }
    header, footer, main {
        padding-left: 25px;
        padding-right: 25px;
    }
    main {
        padding: 0;
        margin: 0;
    }
    header {
        height: 70px;
    }
    .hideMobile {
        display: none !important;
    }
    .audiServiceLink {
        float: left;
    }
    .audiLogo {
        margin: 0;
    }
    footer {
        text-align: center;
    }
    #leadSection {
        top: 70px;
        padding: 25px;
    }
    .headline {
        font-size: 18px;
    }
    #requestFormAnswer {
        align-items: flex-end;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 450px) {
    #overlay, .pendingAnswer {
        background-size: 80px !important;
    }
}
@media all and (min-width: 769px){
    .hideDesktop {
        display: none !important;
    }
}