h1 {
    padding-top: 30px;
}




#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}


/*required*/
/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-transform: none !important;

}

#progressbar .active {
    color: black;

}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f015";

}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f022";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f1ad";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f1d8";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*bubbles and connectors*/
/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    /*background: #FDE70E;*/
    background: black;
}

/*Animated Progress Bar*/
.progress {
    height: 20px;
}

.progress-bar {
    background-color: #FDE70E;
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.helptext {
    font-size: 12px;
}

textarea {
    white-space: pre-wrap !important; /* Erlaubt Zeilenumbrüche */
    overflow: auto; /* Zeigt Scrollbalken an, wenn der Text zu lang ist */
    resize: both; /* Erlaubt dem Benutzer, die Größe zu ändern */
    width: 100%; /* Volle Breite */
    min-height: 100px; /* Mindesthöhe */
    font-family: Arial, sans-serif; /* Schriftart */
    font-size: 16px; /* Schriftgröße */
}

.required-asterisk {
    color: red;
    font-weight: bold;
    margin-left: 3px; 
}

.variant-radio {
    margin:10px;
    margin-left: 35px;
    padding-bottom:60px;
}

.general-radio {
}


.checkbox-extra-widget {
    padding-left: 20px;

}

.form-row {
    padding-bottom: 20px;
}
