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

.titletype_main {
    margin-bottom: 0px;
}

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

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 4vh;
    margin: 8vw;
    margin-top: 3vh;
    width: 86vw;
}

.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;
}

textarea {
    padding-top: 1vh;
    font-size: 2.08vmax;
}

.form_element {
    background: none;
    text-align: left;
    font-size: 2.08vmax;
    border: 1px solid #000000;
    border-radius: 10px;
    color: #000000;
    padding-left: 1vw;
}

.form_div {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#cont {
    position: absolute;
    top: 0px;
    right: -4px;
    width: 35%;
}

.content_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 4vh;
}

.bottom_element {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text {
    color: #000000;
    font-size: 1.9vw;
    max-width: 70%;
    text-align: center;
}