/* Startseite: Gestrichelten Kasten um Gold-Paket von der Breite ca. auf 70% reduzieren */
#av_section_4 .entry-content-wrapper{
    align-items:center;
    display:flex;
    justify-content:center;
    flex-direction:column;
}
#av_section_4  .avia-builder-el-23{
    max-width:70%;
    min-width: 380px;
    width:100%;
    align-self:center;
    justify-self:center;
}





#av_section_1 .av-1vc8y-027b70d9aa4617224579b4e49abf7ff2 h1{
    font-size: clamp(29px,3.5vw,36px) !important;

}
#av_section_1 .av-m9jidfqh-029a381fc7a249ae2393fa12b35bd102 .avia_textblock h3{
    font-size: clamp(27px,2.5vw,31px) !important ;
}
#av_section_1:has(p){
    font-size: clamp(15px,2vw,22px) !important;
}


@media screen and (max-width: 767px) {
    #av_section_4  .avia-builder-el-23{
        min-width: 100%;
        width:100%;
        align-self:center;
        justify-self:center;
    }
}

@media screen and (min-width: 767px) {
    #av_section_1 .avia_image{
        transform: translateY(-60px) translateX(-60px);
        min-width: 500px;

    }
}
