.biergarten-holder .img-holder{
    min-width: 40%;
    height: 300px;
}
.biergarten-holder iframe{
    width: 100%;
    height: 100%;
}

.biergarten-holder-bottom{
    position: relative;
    justify-content: flex-end;
    padding-bottom: 8%;
}
.biergarten-holder-bottom h3{
    margin-top: 0;
    margin-bottom: 24px;
}
.biergarten-holder-bottom .img-holder{
    width: 40%;
    max-width: 560px;
    min-width: 350px;
    height: max-content;
    position: absolute;
    left: 0;
    top: -50px;
}
.biergarten-holder-bottom .img-holder img{
    width: 100%;
    height: auto;
}
.biergarten-holder-bottom .txt-holder{
    padding-left: 30%;
	text-align: center;
}
@media(max-width: 1000px){
    .biergarten-holder-bottom .img-holder{
        left: -100px;
    }
}
@media(max-width: 800px){
	    .biergarten-holder-bottom .img-holder{
        left: -150px;
    }
}
@media(max-width: 600px){
	    .biergarten-holder-bottom .img-holder{
        left: -200px;
    }
}
@media(max-width: 400px){
    .biergarten-holder-bottom .img-holder{
        left: -250px;
    }
}



.veranstaltungen-sec{
    background-color: var(--se);
}
.veranstaltungen-holder{
    margin-bottom: var(--adjust-margin);
}
.veranstaltungen-holder .img-holder{
    min-width: 40%;
    max-width: 500px;
    height: max-content;
}
.veranstaltungen-holder .img-holder img{
    width: 100%;
    height: auto;
}



.shop-sec{
    background-color: var(--se);
    z-index: 2;
}
.shop-holder{
    justify-content: space-between;
    margin-bottom: var(--adjust-margin);
}
.shop-holder .img-holder{
    width: max-content;
    height: max-content;
}
.shop-holder .img-holder img{
    width: 200px;
    height: auto;
}




@media(max-width: 800px){
    .biergarten-holder{
        flex-direction: column;
    }
    .biergarten-holder .img-holder{
        width: 100%;
        height: 250px;
    }


    .veranstaltungen-holder{
        flex-direction: column;
    }
    .veranstaltungen-holder .txt-holder{
        width: 100%;
    }
    .veranstaltungen-holder .img-holder{
        width: 80%;
        min-width: 272px;
        transform: translateY(53%);
        margin-top: -7em;
    }
}


@media(max-width: 600px){
    .shop-holder{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .shop-holder .img-holder{
        transform: translateY(80px);
        margin-top: -3em;
    }
}


