form input{
    border: none;
    background-color: white;
    color: #1e2a36;
    font-size: 1.1em;
    font-weight: 500;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 2px 18px;
}

form input:focus{
    outline: none;
}

form textarea{
    border: none;
    background-color: white;
    color: #1e2a36;
    font-size: 1.1em;
    font-weight: 500;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 2px 18px;
    resize: none;
    min-height: 120px;
}

form textarea:focus{
    outline: none;
}

form label{
    width: 100%;
}

.col-1-1{
    display: grid;
    gap: 20px 40px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1200px){
    .col-1-1{
        grid-template-columns: 1fr;
    }
}







.thAufRaeder .page-header{
    background-image: url("/links/houses/thAufRaeder/page-header-bg.jpg");
}   

.section-1{
    position: relative;
    background-color: #1e2a36;
}

.section-1 .preis{
    position: absolute;
    width: 300px;
    top: -80px;
    right: calc( ( 100% - var(--page-max-width) ) / 2 - 300px );
}

@media screen and (max-width: 1900px){
    .section-1 .preis{
        right: 20px;
    }
}

@media screen and (max-width: 1820px){
    .section-1 .preis{
        top: -300px;
    }
}

@media screen and (max-width: 1200px){
    .section-1 .preis{
        top: -150px;
    }
}

@media screen and (max-width: 990px){
    .section-1 .preis{
        width: 200px;
        top: -100px;
    }
}

@media screen and (max-width: 700px){
    .section-1 .preis{
        right: 10px;
        top: 20px;
    }
}

.section-1 .bg{
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
    background-image: url("/links/thAufRaeder/section-1-image.jpg");
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1200px){
    .section-1 .bg{
        position: relative;
        height: 500px;
        width: 100%;
        top: -80px;
    }
}

.section-1 .boxed{
    position: relative;
}

.section-1 .boxed .text{
    width: calc( (100% / 2) - 40px );
    margin-left: calc( (100% / 2) + 40px );
    color: white;
}

@media screen and (max-width: 1200px){
    .section-1 .boxed .text{
        width: 100%;
        margin-left: 0px;
    }
}

.section-1 .boxed .text h2{
    color: white;
}

.section-1 .boxed .text h2 span{
    color: #6183a4ff;
}

.section-1 .boxed .text h4{
    color: #6183a4ff;
}

.section-2 .carrousel{
    width: calc( 100% - ( 2 * 40px ) );
    margin-left: 40px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.section-2 .carrousel-wrapper{
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    will-change: transform;
}

.section-2 .carrousel .carrousel-wrapper .image{
    height: 400px;
    width: 500px;
    flex-shrink: 0;
    flex-grow: 0;
}

.section-2 .carrousel .carrousel-wrapper .image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.section-3 .grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
}

@media screen and (max-width: 1000px){
    .section-3 .grid{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
}

@media screen and (max-width: 600px){
    .section-3 .grid{
        grid-template-columns: 1fr;
    }
}

.section-3 .grid .model{
    min-height: 200px;
    border: solid 4px #1e2a36;
    overflow: hidden;
    box-sizing: border-box;
}

.section-3 .grid .model img{
    width: 100%;
}

.section-3 .grid .model p{
    margin: 0px;
    background-color: #1e2a36;
    color: white;
    font-weight: 700;
    font-size: 1.1em;
    padding: 5px 20px;
    text-align: center;
}

.cta{
    background-image: url("/links/thAufRaeder/bg-1.jpg");
    background-size: cover;
    background-position: 100% 100%;
}

.cta ul li{
    font-weight: 700;
    margin: 0px;
    margin-top: 10px;
}

.formular .formArea{
    background-color: #1e2a36;
    color: white;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 950px){
    .formular .formArea{
        flex-direction: column-reverse;
    }
}

.formular .formArea .text{
    box-sizing: border-box;
    width: 50%;
}

@media screen and (max-width: 950px){
    .formular .formArea .text{
        width: 100%;
    }
}

.formular .formArea .image{
    background-image: url("/links/thAufRaeder/carrousel/foto-7.jpg");
    background-size: cover;
    box-sizing: border-box;
    width: 50%;
}

@media screen and (max-width: 950px){
    .formular .formArea .image{
        width: 100%;
        height: 60dvw;
        background-position: center;
    }
}

.formular .formArea .text p{
    color: white;
    opacity: 0.7;
    justify-content: justify;
    font-size: 0.9em;
}

.m-0{
    color: white;
    opacity: 0.7;
    justify-content: justify;
    margin: 0px;
    font-size: 0.9em;
}

.formular .formArea .text p a{
    color: white;
    font-size: 1.1em;
    font-weight: 700;
    transition: 500ms ease-in-out;
}

.formular .formArea .text p a:hover{
    color: #ffa148ff;
}

.grecaptcha-badge {
    visibility: hidden;
}