@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
}

body, html {
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    color: #363636;
    background-color: #fff;
}


/*** Fonts ***/
.header {
    font-family: "mono45-headline", monospace;
    font-weight: 500;
    font-style: normal;
}

.font_bold {
    font-family: 'montserrat-bold', sans-serif;
}

.stern_text {
    font-size: 0.7rem;
}

.strich1 {
    font-family: Arial, Helvetica, sans-serif;
}

.header_bigger {
    font-size: 3.5rem;
}



/*** Colors ***/
.mygrey {
    color: #363636;
}



/*** Genrelles ***/
#city_name_swa_fix {
    flex-wrap: inherit;
}

.btn-link:hover {
    color: white;
}

.pt_big {
    padding-top: 6.5rem !important;
}

.pb_big {
    padding-bottom: 6.5rem !important;
}

.card_pl {
    padding-left: 0px;
}

.card_pr {
    padding-right: 0px;
}



/*** Navbar ***/
.custom_logo {
    max-width: 130px;
    max-height: 90px;
}

#mynavbar {
    max-height: 120px;
}




/** fancy button1 **/
.btn_primary {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 0rem;
    color: white;
    font-size: 1rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    z-index: 1;
}
.btn_primary:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #0049D5;
    border-radius: 0rem;
    z-index: -2;
}
.btn_primary:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 0%;
    height: 100%;
    background-color: white;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.btn_primary:hover {
    border: 1px solid #0049D5;
    color: #0049D5;
}
.btn_primary:hover:before {
    width: 150%;
}
/** fancy button1 **/




/** fancy button2 **/
.btn_secondary {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 0rem;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-family: 'montserrat', sans-serif;
    z-index: 1;
}
.btn_secondary:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF003B;
    border-radius: 0rem;
    z-index: -2;
}
.btn_secondary:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 0%;
    height: 100%;
    background-color: #363636;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.btn_secondary:hover {
    border: 1px solid #FF003B;
    color: white;
}
.btn_secondary:hover:before {
    width: 150%;
}
/** fancy button2 **/





/** carousel start **/
.carousel-control-next {
    display: none;
}

.carousel-control-prev {
    display: none;
}

.card-body {
    min-height: 260px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem;
    margin-left: 15%;
    list-style: none;
}

.carousel_img_size {
    width: 300px;
}

.img_bg {
    width: 100%;
}
/** carousel end **/





/** sections start **/
#teaser {
    width: 100%;
    display: block;
}

.logo_wintrac_reifen {
    width: 580px;
}

.wintrac_reifen {
    width: 360px;
}

.img_reifen_streifen {
    width: auto;
    max-width: 100%;
}

.img_rad {
    width: 35%;
}

.img_icon {
    width: 50%;
}

.motivbmw_bg {
    background-image: url(https://lp.axregio.de/01_assets/kunden/vredestein/sorgenfrei_herbst25/lp/motiv_unten.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    height: auto;
}

.myhr {
    width: 50px;
    height: 5px !important;
    color: #fff;
    opacity: 1;
}

.logo_last_section {
    width: 400px;
}





/*** map Part ***/
.width_icons {
    width: 45px;
}

.btn_hover:hover {
    color: #0049D5;
}

.btn_customer {
    color: black;
}

.btn_customer:hover {
    color: white;
}

.btn_hover2:hover {
    color: #0049D5;
}

.custom_logo_map {
    max-width: 280px;
    max-height: 170px;
}

th {
    width: 90px;
}

.link_color {
    color: #fff;
}

.link_color:hover {
    color: #FF003B;
}


.pt_contact {
    padding-top: 1.65rem;
}





/*** Media Queries ***/
@media only screen and (max-width: 1600px) {

} 

@media only screen and (max-width: 1400px) {

} 

@media only screen and (max-width: 1200px) {
    .wintrac_reifen {
        width: 100%;
    }

    .img_rad {
        width: 45%;
    }

    .logo_last_section {
        width: 350px;
    }
}  

@media only screen and (max-width: 992px) {
    .custom_logo_map {
        max-width: 220px;
        max-height: 150px;
    }

    .wintrac_reifen {
        width: 80%;
    }

    .img_icon {
        width: 60%;
    }

    .motivbmw_bg {
        height: 600px;
        background-position: center;
    }
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 806px) {
    .wintrac_reifen {
        width: 75%;
    }
}

@media only screen and (max-width: 792px) {

}

@media only screen and (max-width: 767px) {
    .mymt {
        margin-top: 30px;
    }

    .custom_logo_map {
        max-width: 280px;
        max-height: 170px;
    }

    th {
        width: 70px;
    }

    .card_pl {
        padding-right: 0px;
    }
    
    .card_pr {
        padding-left: 0px;
    }

    #city_name_swa_fix {
        flex-wrap: initial;
        text-align: center;
    }

    .wintrac_reifen {
        width: 60%;
    }

    .img_rad {
        width: 55%;
    }

    .logo_wintrac_reifen {
        width: 50%;
    }

    .img_icon {
        width: 40%;
    }

    .motivbmw_bg {
        height: 500px;
        background-position: center;
    }
}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 576px) {
    .col-lg-4.mycenter {
        display: block;
    }

    .col-lg-6.mycenter {
        display: block;
    }

    .cta_center {
        text-align: center;
    }

    .wintrac_reifen {
        width: 75%;
    }

    .motivbmw_bg {
        height: 400px;
    }
}

@media only screen and (max-width: 491px) {

}


@media only screen and (max-width: 470px) {
    .pt_big {
        padding-top: 3rem !important;
    }

    .pb_big {
        padding-bottom: 3rem !important;
    }

    .wintrac_reifen {
        width: 75%;
        padding-bottom: 30px;
    }

    .img_icon {
        width: 50%;
    }

    .motivbmw_bg {
        height: 350px;
    }

}
@media only screen and (max-width: 420px) {
    .logo_last_section {
        width: 80%;
    }

    .img_reifen_streifen {
        width: 100%;
    }

    .img_rad {
        width: 85%;
    }

    .motivbmw_bg {
        height: 300px;
    }
}

@media only screen and (max-width: 375px) {
    .logo_last_section {
        width: 100%;
    }

    .img_icon {
        width: 60%;
    }

    .motivbmw_bg {
        height: 250px;
    }
}

@media only screen and (max-width: 320px) {
    .img_icon {
        width: 85%;
    }
}