#hochzeit img {
    border-radius: 100%;
    width: 40vw;
	max-width: 300px;
}

#hochzeit figure.image_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#hochzeit-links {
    background-image: url("/files/hochzeit/hochzeit-2.jpg");
	background-size: cover;
    height: 100vh;
	max-height:550px;
    background-position: center;
}
div#hochzeit-location {
    background-image: url("/files/hochzeit/location.png");
	background-size: cover;
    height: 100vh;
	max-height:550px;
    background-position: center;
}
div#hochzeit-ablauf {
    background-image: url("/files/hochzeit/images/pexels-emma-bauso-2253842.jpg");
	background-size: cover;
    height: 100vh;
	max-height:550px;
    background-position: center;
}

#hochzeit {
    background-image: url(../hochzeit/blob-10.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.blob {
    background-image: url(../hochzeit/blob-10.svg);
    background-repeat: no-repeat;
    background-position: 20vw 20%;
    background-size: 75%;
}
select#ctrl_15 {
    width: 150px;
    padding:  0 1em;
}

textarea, input, select {
    border-radius: 5px !important;
}

button#ctrl_14 {
    width: 150px;
    font-size: 1em;
    padding: 10px 20px;
    border-radius: 5px;
    background: #172431;
    color: white;
}