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

p {
    width: 66vw;
}

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

.selectBlock {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5vh;
    height: 53vh;
    overflow-y: scroll; 
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 4vh;
    padding-top: 1vh;
}

.selectBlock::-webkit-scrollbar {
  display: none;
}

.imageBlockPersons {
    position: relative;
    width: 36.68vw;
    height: auto;
    margin: 1.31vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.imageBlockSelect {
    position: relative;
    width: 19.12vw;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.imageGrid {
    display: grid;
    grid-template-columns: 19.12vw 19.12vw 19.12vw;
    grid-column-gap: 2vw;
    grid-row-gap: 2.67vh;
}

.checkbox_image {
    position: absolute;
    bottom: 3.4vh;
    left: 1.73vw;
    width: 2.4vw;
    height: 4.27vh;
}

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

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

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

.cont {
    position: absolute;
    bottom: 1vh;
}

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

.video_div {
	position: relative;
    width: 40.8vw;
    height: 27.2vw;
    margin: 2vh;
}

.video {
    position: absolute;
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

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

.screenshot_button {
    position: relative;
    width: 6.11vw;
    height: 10.87vh;
}

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

.imageDivPreview {
    position: relative;
    width: 38.71vw;
    height: auto;
    margin: 4vh;
}

.cont_button_div {
    width: 34vw;
    flex-direction: row;
    position: absolute;
    bottom: 1vh;
}

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

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

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

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

.dsgvo_text {
    text-decoration: underline;
    color: #000000;
    font-size: 2.08vmax;
}

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

.cont {
    width: 31.47vw;
    height: 10.33vh;
}

h3 {
    font-size: 3.9vw;
    margin: 0px;
}