.starterText {
    text-align: center;
    padding-bottom: 30px;
}

.body-content {
    background: #fff;
    padding: 14px 22px;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    min-height: 0 !important;
    margin-bottom: 10px;
}

#headerbild {
    border-top: 2px solid #a81815;
}

#headerbild img {
    max-width: 100% !important;
}

.eingabebox {
    background-color: #f4f1ed;
    padding: 14px 22px;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    width: 100%;
    min-height: 0 !important;
    margin-bottom: 10px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #7a7876;
    border-color: #7a7876;
}

form {
    padding: 20px 0 0 0;
}

form.search {
    padding: 0 !important;
}

.btn {
    line-height: 20px;
}

.container .jumbotron,
.container-fluid .jumbotron,
.btn {
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #a81815;
    border-color: #a81815;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
    max-width: 300px;
}


#ueberschrift p {
    font-size: 22px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    margin-top: 2px;
}

@media screen and (min-width: 701px) {
    #kopfUpload {
        background: #fff;
        height: 130px;
    }
}

@media screen and (max-width: 701px) {
    #kopfUpload {
        background: #fff;
        height: 100px;
    }
}

@media screen and (max-width: 540px) {
    #kopfUpload {
        background: #fff;
        height: 80px;
    }
}

#mainUpload .hinweis h3 {
    color: #000;
    font-size: 18px;
    text-align: center;

}

a.btn {
    color: rgb(255, 255, 255);
}

@media screen and (min-width: 350px) {
    .btn300 {
        width: 300px;
    }
}

#mainUpload h3 p {
    text-align: center;
}

/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 0px;
     margin-top: 20px;
	margin-bottom: 20px;
	
}*/

.zwA {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.hinweis {
    padding: 15px 0 15px 0 !important;
    min-height: 600px;
    display: flex;
    /*align-items: center;*/
    justify-content: center;

}

.btnWeiter {
    width: 100px;
    float: right;
}

.btnZurueck {
    width: 100px;
    float: left;

}

#vorbereitung {

    margin-right: 55px;
    margin-left: 70px;
}


@media screen and (min-width: 768px) {
    #datensatz {

        margin-right: 25px;
        margin-left: 25px;
    }
}

.boxSchule {

    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    border: solid 2px #002142;
    text-align: right;
}

.meldung {
    color: #fff;
    background-color: #002142;
    border-color: #002142;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-top: 1rem;
    border: 1px solid transparent;
}



.form-control,
.select2-selection,
.select2-container--krajee-bs5 {
    border-radius: 0rem !important;
}

#fuss {
    min-height: 0px;
    background: #337ab7;
}

#info ul {
    margin: 10px auto;
}

#kopf_inhalt {
    /* max-width: 1000px; */
    /* margin: 0 auto; */
    /* text-align: left; */
    /* position: relative; */
    /* clear: both; */
    max-width: 1200px;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    margin: 0 auto;
    /* text-align: left; */
    overflow: hidden;
    /* padding: 15px 0 20px 0; */
}

#form-zwischen {
    margin-top: 0px;
    margin-bottom: 0px;
}

#ueberpruefung {
    margin-right: 0px;
    margin-left: -35px;
}

.schmal30 {
    padding-right: 30px;
    padding-left: 30px;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #002142;
}

select.is-valid+.select2-container--krajee-bs5 .select2-selection--single,
.has-success.select2-container--krajee-bs5 .select2-dropdown,
.has-success .select2-container--krajee-bs5 .select2-selection {
    border-color: #002142;
}

.modal-body {
    padding: 2rem;
}

.noBorder {
    border: none;
}

.noPadding {
    padding: 0px;
}

#loginform-captcha {
    margin-top: 5px;
}