@charset "UTF-8";

@font-face {
    font-family: 'open_sans';
    src: url('../fonts/open-sans-v15-latin-regular.woff') format('woff');
}

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

body, html {
    font-family: 'open_sans', sans-serif;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: black;
    background-color: white;
}


/*** Font und Schrift ***/
.txt_bold {
    font-family: 'open_sans_bold', sans-serif;
}

.txt_bigger {
    font-size: 22px;
}

.stern_text {
    font-size: 0.75rem;
    line-height: 1rem;
}

.hyphens_auto {
    hyphens: auto;
}



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

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

.card_pl {
    padding-left: 0px;
}

.card_pr {
    padding-right: 0px;
}

.px-6_button {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}



/*** Colors ***/
.bg_primary {
    background-color: black;
}

.bg_secondary {
    background-color: #fff;
}

.bg_tertiary {
    background-color: #0c2340;
}

.bg_vier {
    background-color: #0AC8BE;
}

.txt_primary {
    color: black;
}


/*** Buttons ***/
.btn_primary {
    background-color: #DC0235;
    border-radius: 0px;
    color: white;
    font-size: 20px;
    line-height: 1;
}

.btn_primary:hover {
    background-color: #DC0235;
    border-radius: 0px;
    color: white;
}




/*** Link Animations ***/
.map_link {
    color: black;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.map_link:hover {
    color: black;
}

.map_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;              /* Abstand zum Text */
  height: 1px;
  background-color: black; /* nimmt die Textfarbe */
  transform: scaleX(0);
  transform-origin: center;  /* von der Mitte aus */
  transition: transform 0.3s ease;
}

.map_link:hover::after {
  transform: scaleX(1);
}


.footer_link {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.footer_link:hover {
    color: #fff;
}

.footer_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;              /* Abstand zum Text */
  height: 1px;
  background-color: #fff; /* nimmt die Textfarbe */
  transform: scaleX(0);
  transform-origin: center;  /* von der Mitte aus */
  transition: transform 0.3s ease;
}

.footer_link:hover::after {
  transform: scaleX(0.8);
}



/*** Navbar ***/
.custom_logo {
    width: 100%;
}



/*** Video Hero ***/
.hero{
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/header.jpg");
  background-position: center;
}

#logocontainer {
    width: 200px;
    height: 150px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 80px;
    left: 120px;
}


/*** Motive ***/
#motiv1 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv1.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#motiv2 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv2.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

#motiv3 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#motiv4 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv4.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#motiv5 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv5.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#motiv6 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv6.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

#motiv7 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv7.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#motiv8 {
    background: url("https://lp.axregio.de/01_assets/kunden/welzer/X01/lp/motiv8.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*** Section ***/
.section_02_small {
    padding-bottom: 3rem;
}

.img_headline {
    width: 80%;
}



/*** Map Area ***/
.map_icon_size{
    width: 30px !important;
    margin-left: 15px;
}

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

th {
    width: 90px;
}



/**********************/
/*** Media Queries ***/
@media only screen and (max-width: 1800px) {
    #padding_r_logo {
    padding-left: 5%;  
    }
}

@media only screen and (max-width: 1560px) {
    #padding_r_logo {
        padding-left: 10%;  
    }

    .hero {
        margin-top: 0px;
    }

    .text_overlay {
        top: 30px; 
    }
}

@media only screen and (max-width: 1400px) {
    #logo_r {
        width: 60%;
        aspect-ratio: 1 / 1;
    }

    #padding_r_logo {
        padding-left: 10%;  
    }

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

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

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

}

@media only screen and (max-width: 1200px) {
    #padding_r_logo {
        padding-left: 7%;  
    }

    .logo_hero {
        width: 220px; 
    }

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

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

@media only screen and (max-width: 1072px) {
    #padding_r_logo {
        padding-left: 12%;  
    }

    .logo_hero {
        width: 200px; 
    }
}


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

    .mymt2 {
        margin-top: 60px; 
    }

    .px-6_button {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .logo_hero {
        width: 180px; 
        margin-left: 40px;
    }

    #motiv1, #motiv2, #jalis_motiv1, #jalis_motiv2 {
        width: 100%;
        min-height: 400px;
    }

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

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

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

}

@media only screen and (max-width: 768px) {
    .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;
    }

    .hero-container {
        background-position-x: -22em;
    }

    .px-6_button {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .logo_hero {
        width: 150px; 
        margin-left: 40px;
    }

    .text_overlay {
        top: 20px; 
    }

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

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

@media only screen and (max-width: 667px) {
    .hero-container {
        background-position-x: -23em;
        height: 75vh;
    }

    #stoerer_oben {
        margin-left: -40px;
        width: 220px;
    }

    .logo_hero {
        width: 130px; 
        margin-left: 40px;
    }
}

@media only screen and (max-width: 576px) {
    .cta_center {
        text-align: center;
    }

    .container_margin {
        margin-right: 0px;
        padding-right: 0px;
    }

    .hero-container {
        background-image: url("https://lp.axregio.de/01_assets/kunden/rodenstock/big_norm_herbst_2025/lp/motiv_header_mobil.jpg");
        height: 70vh;
        background-position: center;
    }

    .logo_hero {
        width: 100px; 
        margin-left: 30px;
    }

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

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

    .btn_primary {
        line-height: 1.3;
    }
}


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

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

    .text_overlay {
        display: none; 
    }

    #logocontainer {
        width: 100%;
        height: 150px;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 80px;
        left: 0px;
    }

    .custom_logo {
        width: 50%;
    }
}

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

}

@media only screen and (max-width: 375px) {
    .hero-container {
        height: 50vh;
        background-position: center;
    }

    .custom_logo {
        width: 80%;
    }
}

@media only screen and (max-width: 320px) {
    #stoerer_unten {
        width: 100%;
    }

    .custom_logo {
        width: 100%;
    }
}



