.inputDefault {
    height: 40px;
    margin-top: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 15px;
    padding: 0 15px;
    min-height: 27px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: available;
}
input:disabled {
    background: transparent;
}

#checkResult {
    border-radius: 20px 0 0 20px;
    padding: 5px 10px 5px 15px;
    border-right: 1px solid darkgray;
    cursor: pointer;
    background: white;
    font-size: 12px;
}
#newCaptcha {
    border-radius: 0 20px 20px 0;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    background: white;
    font-size: 12px;
}
#newCaptcha:hover, #checkResult:hover {
    background: #0cf4da;
}

.imageHeaderText {
    margin-left: -20px;
    position: absolute;
    top: 450px;
    font-size: 36px;
}

.containerMedium {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.imprintHeading {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.spacerSmall {
    height: 40px;
}

.contactButton {
    background-color: #10F4DB;
    padding: 10px 15px;
    border-radius: 15px;
    cursor: pointer;
}
.contactButton:hover{
    color: black;
}

.headerImage {
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
}

.smallContainer{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

label {
    margin-top: 20px;
    display: block;
}
.imageSpacer{
    margin-top: 80px;
    margin-bottom: 80px;
}

.textCenter {
    text-align: center;
}

.checkIcon {
    width: 40px;
    height: 40px;
    background-color: #5f20f5;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: flex-start;
    margin-right: 20px;
    display: inline-flex;
}

.checkListText{
    display: inline-block; padding-top: 10px;
}
.checkListContainer{
    display: grid; grid-template-columns: 50px auto
}

.h1Span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--white-color);
    background-image: linear-gradient(#0c030a,#0c030a);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 10px;
    line-height: 1.4;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

.teaser {
    font-size: 24px
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 24px;
    }

    .teaser {
        font-size: 20px;
    }

    .headerImage {
        height: 300px;
    }

    .imageHeaderText {
        top: 330px;
        font-size: 34px;
    }
}
