html{
    font-size: 62.5%;
}
body{
    font-family:'Montserrat', 'Arial', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight:300;
    padding: 0;
    color: #ffffff;
    background-color: #e9cbff;

}
main{
    background: #e9cbff url(img/bg-karting.png) no-repeat top center;
    position:relative;

}
.img-responsive{display:inline-block;}

header{
    padding: 2rem 0;
    position: relative;
    background-color: #44037e;
}
header .img-title{
    width:15rem;
    margin: 0.5rem 1rem;
    /*height: 11rem;*/
    /*object-fit: cover;*/
    /*margin-bottom: 4rem;*/
    height: 10rem;
    object-fit: contain;
}
header .img-verspieren{
    width:25rem;
}
header h1{
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
header p.intro{
    text-transform: uppercase;
    font-weight: 700;
    color:#c8985a;
    font-size: 30px;
    line-height:30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    /*text-shadow: #301133 1px 0 10px;*/
}
/*.linear-gradient-bottom-to-top::before{*/
/*    content: "";*/
/*    height: 100%;*/
/*    left: 0;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    background: linear-gradient(0deg,#44037e,rgba(255,255,255,0) 13%);*/
/*}*/
.linear-gradient-top-to-bottom::before{
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg,#44037e,rgba(255,255,255,0) 13%);
}
.title{
    margin-top:20rem;
}
h1{
    font-size:6rem;
    color:#ffffff;
    font-weight:700;
    text-align: center;
    margin-top:0;
    text-shadow: #000000 1px 0 10px;
    /*text-transform: uppercase;*/
}
h2{
    font-size:3.4rem;
    color:#44037e;
    font-weight:700;
    text-align: center;
}
h3{
    font-size:2.9rem;
    line-height: 3.5rem;
    color:#44037e;
    text-align:center;
    font-weight:600;
    margin-bottom: 3.5rem;
}
h3.black{
    color:#000000;
}
footer{
    margin-top: 5rem;
    padding: 8rem 0 9rem;
    background-color:#43037d;
}
footer p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: white;
    text-align: justify;
}
footer p a, footer p a:hover, footer p a:focus, footer p a:active{
    color: white;
}

.pseudo-header img{
        width: 150px;
}
section#form{
    padding-top:500px;
}
section#form h2{
    margin: 0 0 1.5rem 0;
    margin-top:2.5rem;

    text-align: center;
    /*font-size: 3rem;*/
    font-weight: 700;
}
.form-group{
    margin-bottom: 0rem;
}
form span.wpcf7-list-item{
    margin: 0;
}
form .selection-content{
    background-color:#ffffff;
    border-radius: 2rem;
    padding:2.5rem 2rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}
.form-fields .row{
    margin-bottom:15px;
}
.form-group{
    padding-left:7px;
    padding-right:7px;
}
/*.form-fields .form-group p{*/
/*    margin-bottom: 15px;*/
/*}*/
/*.selection-content .form-group:nth-child(2){*/
/*    padding-left:1.5rem;*/
/*}*/
/*.form-fields .form-group:nth-child(odd){*/
/*    padding-right:1.5rem;*/
/*    padding-left:1.5rem;*/
/*}*/
/*.form-fields .form-group:nth-child(even){*/
/*    padding-left:1.5rem;*/
/*    padding-right:1.5rem;*/
/*}*/
form .selection-content .form-group{
    margin-bottom:0;
}
form .selection-content .form-group p{
    margin-bottom: 0;
}
form .selection-content .wpcf7-checkbox{
    display: flex;
    flex-direction : row;
    justify-content: center;
    gap:3rem;
    text-align:left;
}
form .selection-content .wpcf7-checkbox .wpcf7-list-item{
    margin: 0.5rem 0;
}
form input.form-control{
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    color: #000000;
    border-radius: 5rem;
    border:1px solid #8f8f9d;
    box-shadow: none;
}
form input.form-control::placeholder{
    color: #000000;
    font-weight: 400;
}
.commercial-offers{
    text-align:left;
    color: #000000;
}
.commercial-offers .form-group{
    margin-bottom:0;
}
.commercial-offers .form-group .wpcf7-list-item-label{
    font-size:1.6rem;
    font-weight:400;
}
.input-lg{
    padding: 30px 30px;
}
form input[type="checkbox"] + span{
    font-family: 'Roboto', 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #000000;
    font-weight: 600;

}
form input[type="checkbox"]{
    accent-color: #44037e;
    height:20px;
    width:20px;
}
form input[type="submit"]{
    font-family: "Montserrat", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
    border: 0;
    background-color: #ffffff;
    padding: 2rem 4rem;
    color: #44037e;
    font-weight: 700;
    margin-top:3rem;
    max-width:280px;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus{
    background-color: #44037e;
}
.wpcf7-mail-sent-ok{
    color: #398f14;
    font-weight: 500;
}
div.wpcf7-validation-errors{
    color: #f00;
    font-weight: 500;
    border-color: #f00;
}
/*.wpcf7-spinner{*/
/*    display: none;*/
/*}*/
.btn-container p{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.wpcf7-list-item-label{
    font-weight:400;
}
.wpcf7-response-output{
    color:#43037d;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: black;
}
.success{
    display: none;
    flex-direction: column;
    background-color:#ffffff;
    border-radius: 2rem;
    padding:2.5rem 2rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}
.success img{
    max-width: 10rem;
    margin: 0 auto;
    margin-bottom:3rem;
}
.desktop-only{
    display: none;
}
@media (max-width: 991px){
    form input[type="submit"]{
        padding: 2rem 5rem;
    }

    header .img-title{
        width: 15rem !important;
    }
    .text-center-mobile > div{
        text-align: center !important;
    }
    /*header{*/
    /*    background: #796155 url(img/header-mipim-min.jpg) no-repeat center center / cover;*/
    /*}*/
}
@media (max-width: 400px){
    header .img-title{
        /*width: 22rem !important;*/
    }
}
@media (min-width:2000px){
    /*header{*/
    /*    background: #796155 url(img/header-mipim-bordered-min.jpg) no-repeat center center / contain;*/
    /*}*/
}
@media (min-width:768px) {
    header {
        padding: 3rem 0;
    }
    header .img-title{
        /*margin-bottom: 6rem;*/
    }
    header h1{
        font-size: 4rem;
    }
    header p.intro{
        font-size: 2rem;
        line-height: 2.4rem;
    }
    section#form .container{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    /*.form-fields .form-group:nth-child(odd){*/
    /*    padding-right:0.5rem;*/
    /*    padding-left:1.5rem;*/
    /*}*/
    /*.form-fields .form-group:nth-child(even){*/
    /*    padding-left:0.5rem;*/
    /*    padding-right:1.5rem;*/
    /*}*/
    /*.selection-content .form-group:nth-child(2){*/
    /*    padding-left:4rem;*/
    /*}*/
}

@media (min-width:992px) {
    header {
        padding: 4rem 0;
    }
    header .img-title{
        /*margin-bottom: 8rem;*/
    }
    .desktop-only{
        display: block;
    }
    header h1{
        font-size: 5rem;
    }
    header p.intro{
        font-size: 3rem;
        line-height: 3.4rem;
    }

}

@media (min-width:1200px) {
    header {
        padding: 4rem 0;
    }
    header .img-title{
        /*margin-bottom: 12rem;*/
    }
    header h1{
        font-size: 6rem;
    }
}
@media (max-width:400px){
    .btn-lg{
        font-size:15px;
    }
    header .img-title{
        width:10rem !important;
    }
}
@media (max-width:781px){
   h1{
       font-size: 3.5rem;
   }
    section#form{
        padding-top:450px;
    }
    .form-fields .row{
        margin-bottom:0;
    }
    form .selection-content .form-group{
        margin-bottom:8px;
    }


}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.mobile-only{
    display: none;
}
@media (max-width: 991px){
    .mobile-only{
        display: block;
    }
   
}
