

/* RESPONSIVE */


/* QUERFORMAT */
#content {
    max-width: 100%;
}
#content-1 {
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
	height: 86vh;
}
#content-1 #img-1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
    object-fit: cover;
    z-index: 0;
}
#content-1-div-1 p {
    display: flex;
    width: 100%;
    text-align: center;
    text-wrap: wrap;
    color: var(--besch);
    color: var(--red);
}
#content-1-div-1 {
	position: relative;
    font-family: Pacifico;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 35%;
	width: 700px;
    max-height: 30vh;
	height: 400px;
	transform: translateY(-50px);
	z-index: 0;
}
#content-1-div-1-bottom a {
    text-decoration: none;
}
#content-1-div-1-background {
    border: 5px var(--red) solid;
    background-color: var(--besch);
    border-radius: 1vw;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
#content-1-div-1-welcome {
    margin-bottom: 1vw;
    font-family: Amsterdam Three;
    z-index: 2;
    position: relative;
    font-size: min(2vw, 300%);
    line-height: min(4vw, 80px);
}
#content-1-div-1-1601 {
    position: relative;
    font-family: Amsterdam Three; 
    z-index: 2;
    font-size: min(2vw, 300%);
    justify-content: center;
    align-items: center;
	margin-top: min(3vw, 40px);
    height: 10px;
    transform: translateY(-10px);
}
.section-banner {
    height: 10px;
    width: 100%;
    left: 0;
    --outer-color: rgb(202, 48, 48);
    background: linear-gradient(90deg, var(--red) 0%, var( --outer-color) 50%, var(--red) 100%);
}
#content-2 {
    display: flex;
    font-family: 'Times New Roman', Times, serif;
    justify-content: center;
    text-align: left;
    font-size: 30px;
    margin: 80px 60px;
    color: var(--red);
    line-height: 44px;
}
#content-3 {
    background-color: var(--red);
    width: 100%;
    height: 350px;
    display: flex;
    padding: 40px 20px;
	gap: 40px;
	box-sizing: border-box;
}
.content-3-img-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 3;
    object-fit: cover;
}
.content-3-img-div img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
#content-3-speisekarte {
    width: 500px;
    display: flex;
    text-decoration: none;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	outline: 4px rgba(255, 255, 255, 0) solid;
}
#content-3-speisekarte:hover {
    transform: scale(1.03);
	outline: 4px white solid;
}
#content-3-speisekarte p {
    flex: 4;
    display: flex;
    color: white;
    font-size: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#content-3-speisekarte img {
    flex: 4;
    height: 100%;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(139deg) brightness(106%) contrast(102%);
}
#content-4 {
    display: flex;
    background-color: var(--red);
    color: var(--besch);
    padding: 40px 60px;
    justify-content: space-around;
}
#content-4-öffnungszeiten p {
    font-size: 30px;
}
#content-4-öffnungszeiten h2 {
    text-decoration: underline;
    font-size: 50px;
    margin: 0;
    margin-bottom: 20px;
}
#content-4-öffnungszeiten-liste {
    display: flex;
    flex-direction: row;
}
#content-4-karte iframe {
    height: 100%;
    width: 600px
}
#content-5 {
    display: flex;
    padding: 40px 0;
}
.content-5-link {
    flex: 1;
    display: flex;
    justify-content: center;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: bold;
    color: var(--red);
    transition: text-decoration 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.content-5-link:hover {
    text-decoration: underline;
}
@media (max-aspect-ratio: 1/1) and (max-width: 1090px) {
	#content-1 {
		height: 400px;
	}
	#content-1-div-1 {
		width: 70vw;
        max-width: 80vw;
    	height: 70%;
		transform: none;
	}
	#content-1-div-1-welcome {
		font-size: 4vw;
		margin-bottom: 13px;
        line-height: 50px;
	}
	#content-1-div-1-1601 {
		font-size: 5vw;
        margin-top: 35px;
	}
    #content-1-div-1-background {
        border-radius: 30px;
    }
	#content-2 {
		font-size: 25px;
		line-height: normal;
		text-align: center;
	}
	#content-3 {
		flex-direction: column;
		height: auto;
		justify-content: center;
		align-items: center;
	}
	#content-3-speisekarte {
		flex-direction: column;
		gap: 30px;
        width: 100%;
        max-width: 200px;
		align-items: center;
		justify-content: center;
	}
    .content-3-img-div img {
        width: 100%;
        max-width: 400px;
    }
	#content-4 {
		flex-direction: column;
		gap: 40px;
	}
	#content-4-karte iframe {
		height: 400px;
		width: 100%;
	}
	#content-4-öffnungszeiten h2 {
		text-align: center;
	}
	#content-4-öffnungszeiten-liste {
		justify-content: center;
	}
}