.lu_logo{
    width: 220px;
    transform: translateX(-10px);
}
.lusection2 {}
.lu_sec2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.lu_boxleft {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-items: flex-start;
    gap: 25px;
}
.sectionheader {

}
.lu_sec2_text {
    margin: 0;
    color: #767676;
}
.lu_sec2_textunder {
    margin:0;
    font-weight: 500;
}
.lu_sec2_conwrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    gap: 30px;
}
.lu_sec2_conbox {
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    gap: 6px;
}
.lu_sec2_telkonpic {
    width: 30px;
}
.lu_sec2_mailpic{
    filter: brightness(0);
}
.lu_sec2_koncon {}
.lu_sec2_konconhead {
    font-weight: 500;
    margin: 0;
}
.lu_sec2_konconunder {
    color: #767676;
    font-size: 14px;
    margin: 0;
}
.lu_sec2_but {
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #ae1321;
  color: white;
}
.lu_sec2_but:hover {
    background-color: #c71f2b;
    color: white;
    cursor: pointer;
}
.lu_boxright {
    width: 48%;
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-items: center;
}
.lu_img {
    width: 90%;
}
.secntext{
    width: 80%;
}
.er_img{
    width: 80%;
}
.er_text{
    width: 90%;
}
@media (max-width: 1100px) {
    .lu_img{
        width: 100%;
    }
}
@media (max-width: 950px) {
    .lu_sec2{
        flex-direction: column;
        gap: 30px;
    }
    .lu_boxleft {
        width: 100%;
    }
    .lu_boxright {
        width: 100%;
    }
    
}
@media (max-width: 800px) {
    .tl_brluft {
        display: none;
    }
    .tl_brerd {
        display: none;
    }
}
@media (max-width: 450px) {
    .lu_sec2_conwrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .erd_hero_underliner {
        width: 100%;
    }
}