body {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}

p {
    text-align: center;
    width: 66vw;
}

.bottomline_image {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    height: 17.87vh;
}

.fotobox_text {
    max-width: 80%;
    margin: 0px;
}

.selectBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4vh;
}

.imageBlock {
    position: relative;
    width: 82vw;
    margin: 1.31vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.checkbox_image {
    position: absolute;
    bottom: 2vw;
    left: 2vw;
    width: auto;
    height: 3vh;
}

.border_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.language_bottomline {
    left: auto;
    right: 0px;
}

.selectBlock::-webkit-scrollbar {
    display: none;
}
  
.imageGrid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}


.image_div {
    position: relative;
    width: 80vw;
    height: auto;
    margin: 4vh;
}

canvas {
	position: absolute;
	justify-content:flex-start;
}

.video_div {
	position: absolute;
	top: 30vh;
    width: 90vw;
    height: 60vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

.video_overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}

.screenshot_button {
    position: absolute;
    width: auto;
    height: 7vh;
    top: calc(32vh + 60vw);
}

.countdown {
    position: absolute;
    top: 3vw;
    right: 3vw;
    color: #6D614B;
    font-size: 6.5vw;
    margin: 0px;
}

.cont_button_div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    width: 84vw;
    flex-direction: row;
}

form {
    display: flex;
    justify-content: space-between;
    gap: 3vh;
    flex-direction: column;
    align-items: center;
    margin: 4vh;
}

.email {
    position: relative;
    width: 60vw;
    height: 10.73vh;
    background: none;
    text-align: left;
    font-size: 3.08vw;
    border: 2px solid #000000;
    border-radius: 10px;
    color: #000000;
    padding-left: 1vw;
}

.form_image {
    position: relative;
    width: 70vw;
    height: auto;
}

.dsgvo {
    position: relative;
    width: 2.73vmax;
    height: 2.73vmax;
    background: #FFFFFF;
    border: none;
    border-radius: 0px;
    margin: 10px;
    padding: 0px;
    font-size: 3.08vw
}

.dsgvo_text {
    text-decoration: underline;
    color: #000000;
    font-size: 3.08vw;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 3vh;
}

h3 {
    margin: 0px;
}

.popup_button_close {
    width: 35vw;
}