html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

header {
    display: flex;
    position: fixed;
    justify-content: space-between;
    background-color: #3B3835;
    height: 115px;
    width: 100%;
    padding-left: 5%;
}

.header-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer {
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3B3835;
    height: 60px;
    width: 100%;
    padding-left: 5%;
    text-align: center;
}

.footer-text {
    font-family: Arial, Regular;
    font-size: 0.7em;
    color: #E0D8CA;
}

.logo {
    display: flex;
    align-self: center;
    height: 65px;
    padding-right: 7%;
}


.h1 {
    font-family: Elephant, Regular;
    font-size: 3em;
    margin: 0%;
    color: #E0D8CA;
}

.h2 {
    font-family: Papyrus, Regular;
    font-size: 1.8em;
    margin: 0%;
    color: #E0D8CA;
    padding-left: 12px;
    padding-top: 25px;
}

input {
    height: 20px;
}

.container {
    display: flex;

}

.title {
    display: flex;
    align-items: baseline;
    padding-left: 4%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title h1 {
    font-family: Elephant Regular;
}

.title p {
    font-family: Papyrus Regular;
}

.userInfoForm {
    display: grid;
    grid-template-columns: 20% 80%;
    padding-top: 10px;
    padding-left: 2%
}

.options-radio {
    display: flex;
    align-items: flex-end;

}

.options {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-top: 1%;
    padding-left: 2%;
}

.persoendlicheDaten {
    border: 1px solid #3B3835;
    margin-left: 12%;
    width: 100%;
}

.persoendlicheDaten h2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3B3835;
    background-color: #E0D8CA;
    font-size: 1.5em;
    padding-left: 2%;
    font-family: Papyrus, Regular;
    font-weight: lighter;
}

.header-confirm h2 {
    border-bottom: none;
}

.persoendlicheDaten label,
.persoendlicheDaten p,
.persoendlicheDaten input {
    margin-top: 10px;
    margin-right: 2%;
}

.fieldtitle {
    font-family: Arial, Regualar;
    font-size: 0.9em;
    color: #3B3835;
    margin-right: 7px;
}

.sites {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    font-family: Arial, Regualar;
    font-size: 0.9em;
    padding-top: 3%;
    padding-bottom: 2%;
}

.selected {
    align-items: center;
    color: #E0D8CA;
    background-color: #3B3835;
    border: 20px;
    border-radius: 75%;
    font-family: Arial, Regualar;
    font-size: 0.9em;
}

.unselected {
    color: #3B3835;
    border: none;
    background-color: none;
    font-family: Arial, Regualar;
    font-size: 0.9em;
}

.back-skip {
    color: #3B3835;
    text-decoration: none;
    font-family: Arial, Regualar;
    font-size: 0.9em;
}

.disabled {
    color: red;
}

.error {
    border: 2px solid red;
}

input:focus {
    outline: none;
}

/*erfahrungen*/
.userInfoForm-second {
    padding-top: 10px;
    padding-left: 2%
}

.radio-year {
    display: flex;
    flex-direction: column;
    font-family: Arial, Regualar;
    font-size: 0.8em;
    color: #3B3835;
}

.reason {
    display: flex;
    flex-direction: inherit;
    align-items: center;
    color: #3B3835;
    font-family: Arial, Regualar;
    font-size: 0.8em;
}

.otherreason {
    margin-top: 2%;
    padding: 1%;
    color: #3B3835;
    font-family: Arial, Regualar;
    font-size: 0.8em;
    border-color: #3B3835;
}

/*anmeldung*/
.dropdowns {
    padding-top: 2%;
    padding-bottom: 2%;
    color: #3B3835;
    font-family: Arial, Regualar;
    font-size: 0.8em;
    border-color: #3B3835;
}

/*bestätigung*/
.bestätigung-content {
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkmark {
    width: 30%;
}

.h2-content {
    font-family: Papyrus, Regular;
    font-size: 1.5em;
    color: #3B3835;
    padding-top: 2%;
}

.text-content {
    font-family: Arial, Regualar;
    font-size: 1em;
    border-color: #3B3835;
    text-align: center;
}

.cross {
    width: 19px;
    display: flex;
    align-self: center;
    padding-right: 2%;
}

.linkcross {
    display: flex;
    justify-content: flex-end;
}


.header-confirm {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3B3835;
    background-color: #E0D8CA;
    font-family: Papyrus, Regular;
    font-weight: lighter;
    height: 8%;
    padding-right: 2%;
}

/*fieldset*/
fieldset {
    border: none;
}

/*decoimg*/
.contentWrapper {
    padding-top: 155px;
    max-width: 100%;
    overflow: hidden;
    display: flex;
}

.form {
    flex-basis: 60%;
}

.decoImgWrapper {
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.decoImg {
    display: flex;
    width: calc(100% - 40px);
    max-width: 350px;
}

.allsteps {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}

/*seiten nummerierung*/
.steps {
    text-align: center;
}

.buttons-steps {
    overflow: auto;
}

.n-p-buttons {
    float: right;

}

.button-prenext {
    background-color: transparent;
    border: none;
    font-family: Arial, Regualar;
    font-size: 0.9em;
    color: #3B3835;
    padding-left: 35px;
    padding-right: 35px;
}

.disabled {
    color: red;
}

.error {
    border: 2px solid red;
}

.errorText {
    color: red;
    grid-column-start: 2;
}

input:focus {
    outline: none;
}

.tab {
    display: none;
}

.step {
    height: 20px;
    width: 20px;
    margin: 0 3px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    font-family: Arial, Regualar;
    font-size: 0.9em;
    color: #3B3835;
}

.step.active {
    background-color: #3B3835;
    font-family: Arial, Regualar;
    font-size: 0.9em;
    color: #E0D8CA;
}


@media screen and (max-width: 550px) {
    .logo {
        display: none;
    }

    .contentWrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .form {
        flex-basis: 100%;
    }

    .persoendlicheDaten {
        margin-left: 0;
    }

    .persoendlicheDaten label,
    .persoendlicheDaten p,
    .persoendlicheDaten input {
        grid-column: 1 / span 2;
    }

    .decoImgWrapper {
        display: none;
    }

    .decoImg {
        display: none;
        margin: 0%;
        padding: 0%;
    }

    .userInfoForm {
        grid-template-columns: none;
        padding: 0%,
    }
}