/* ===========================================================
   Kontaktformular
   =========================================================== */

.kontakt-box {

    max-width: 860px;
    margin: 0 auto 50px auto;
    padding: 30px;

    background-color: #E3E0D9;

    border: 1px solid #AFAFAF;

    border-radius: 6px;

    box-shadow: 0 3px 8px rgba(0,0,0,0.20);

}

.kontakt-box h1 {

    text-align: center;

    color:#004B9A;

    font-size: 32px;

    font-weight: bold;

    margin-bottom: 15px;

}

.kontakt-box p {

    max-width: 700px;

    margin: 0 auto 35px auto;

    text-align: center;

    line-height: 1.5;

}

.kontakt-box label {

    font-weight: bold;

    color: #000000;

}

.kontakt-box input[type="text"],
.kontakt-box input[type="email"],
.kontakt-box input[type="url"],
.kontakt-box textarea {

    border: 1px solid #999999;

    border-radius: 4px;

    background-color: #FFFFFF;
	
	text-align: left;

}

.kontakt-box textarea {

    min-height: 260px;

    resize: vertical;

}

.kontakt-box .custom-file {

    margin-top: 5px;

    margin-bottom: 10px;

}

.kontakt-box .custom-file-label {

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}

.kontakt-box small {

    display: block;

    margin-top: 8px;

    color: #555555;

}

.kontakt-box .form-check {

    margin-top: 25px;

    margin-bottom: 30px;

}

.kontakt-box .form-check-label {

    font-weight: normal;

}

.kontakt-box .btn-success {

    min-width: 200px;

    padding: 8px 20px;

    font-size: 17px;

    font-weight: bold;

    color: #FFFFFF;

    background-color: #03509C;

    border-color: #03509C;

    border-radius: 5px;

    transition: all 0.2s ease;

}

.kontakt-box .btn-success:hover {

    background-color: #023C75;

    border-color: #023C75;

    color: #FFFFFF;

}
.kontakt-box .btn-success:focus,
.kontakt-box .btn-success:active,
.kontakt-box .btn-success.active,
.kontakt-box .show > .btn-success.dropdown-toggle {

    background-color: #023C75 !important;
    border-color: #023C75 !important;
    color: #FFFFFF !important;

    box-shadow: 0 0 0 0.2rem rgba(3, 80, 156, 0.25) !important;
}

.kontakt-box a {

    color: #006699;

    text-decoration: none;

}

.kontakt-box a:hover {

    text-decoration: underline;

}

@media (max-width: 991px) {

.kontakt-box {

    margin: 20px;

    padding: 20px;

}

.kontakt-box h1 {

    font-size: 28px;

}

.kontakt-box p {

    font-size: 17px;

}

}

@media (max-width: 576px) {

.kontakt-box {

    padding: 15px;

}

.kontakt-box .btn-success {

    width: 100%;

    min-width: auto;

}

}
/* ===========================================================
   Erfolgseite
   =========================================================== */

.kontakt-box .erfolg-seite img.erfolg-icon {

    display: block;
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;

    margin: 0 auto 25px auto;

}

.kontakt-box .erfolg-seite h2 {

    width: auto;
    margin: 0 0 20px 0;
    padding: 0;

    background: transparent;

    text-align: center;

    font-size: 28px;
    font-weight: bold;
    color: #03509C;

}

.kontakt-box .erfolg-seite p {

    max-width: 700px;
    margin: 0 auto 18px auto;

    font-size: 17px;
    line-height: 1.6;
    font-weight: normal;
    color: #000000;

}
.alert {

    margin-bottom: 35px;
    text-align: center;

}

.alert strong {

    display: block;
    text-align: center;

}

.alert ul {

    display: inline-block;
    text-align: left;

    margin: 15px auto 0 auto;
    padding-left: 25px;

}

.alert li {

    margin-bottom: 8px;

}