* {
    border-radius: 0 !important;
}

/*p {*/
    /*text-align: justify;*/
/*}*/

#header {
    margin-top: 70px;
}

#header .img-fluid {
    width: 100%;
    height: auto;
}

#navbarNav {
    padding-bottom: 15px;
}

.navbar-toggler {
    margin-bottom: 8px;
}

.navbar-collapse {
    text-align: right;
}

.nav-item {
    color: #00224c;
}

.pr-5 {
    padding-right: 5px !important;
}

#dropdownMenuButton {
    color: #00224c;
    padding-bottom: 0;
    padding-top: 8px;
    border: none;
    outline: none;
    background: none;

    box-shadow: none !important;
}

.dropdown-menu {
    color: #00224c;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .dropdown-menu {
        text-align: right;
    }
}

.sticky-contact {
    /*background-color: red;*/
    color: #00224c;
    margin-right: 7px;
    font-size: 12px;
    margin-bottom: 5px;
}

#header img {
    background-position: center;
    max-height: 800px;
}

#top-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

@media screen and (min-width: 992px) {
    #top-shadow {
        min-height: 126px;
    }
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    z-index: 9999;
    color: White;
}

@media screen and (max-width: 960px) {
    /*#header {*/
    /*margin-top: 200px;*/
    /*}*/
    .container-headline {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 992px) {

    #logo {
        width: 145px;
        height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand {
        margin-left: 0;
    }
}

/* 36% gradient: because then bg headline levels with logo on the right at screen-width 1900px*/
.container-headline {
    background: linear-gradient(to right, #00224c 36%, #fff 36%);
    height: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media screen and (min-width: 2096px) {
    .container-headline {
        background: linear-gradient(to right, #00224c 40%, #fff 40%);
        height: 50px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .container-headline {
        background: linear-gradient(to right, #00224c 51%, #fff 51%);
        height: 50px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .container-headline {
        background: #00224c;
        height: 50px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 776px) {
    .img-mb {
        margin-bottom: 20px;
    }

    .img-mt {
        margin-top: 20px;
    }
}

.headline {
    /*background-color: #00224c;*/
    color: white;
    height: 50px;
}

.headline-white-bg {
    background-color: white;
    height: 50px;
}

.kontakt {
    color: #00224c;
}

@media screen and (max-width: 992px) {
    .card-text {
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (max-width: 440px) {
    .card-text {
        display: block;
        /*justify-content: space-around;*/
    }
}

h2 {
    margin-bottom: 0;
}

a {
    color: #00224c;
}

a:hover {
    color: #1a4595;
    text-decoration: none;
}

.container-fluid {
    padding: 0;
}

.bg-light-gray {
    background-color: lightgray;
}

.last-p-white {
    margin-bottom: 0;
}

.last-p-gray {
    padding-bottom: 30px;
}

.wrapper-map {
    height: auto;
}

.person-image {
    padding-top: 2px;
}

.map-float {
    float: right;
    width: 40%;
    height: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 776px) {
    .map-float {
        float: right;
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
}

#anfahrt {
    /*background-color: red;*/
}

iframe {
    width: 100%;
    height: 95%;
    frameborder: 0;
    border: 0;
    /*padding-top: 50px;*/
}

.sources {
    font-size: 12px;
}

.first-logo {
    padding-left: 0px;
    padding-right: 10px;
}

@media screen and (max-width: 1024px) {
    .spacer-p-mitgliedschaften {
        display: none;
    }
}

#footer {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 0;
    background-color: lightgray;
}

.banderole {
    background-color: #00224c;
    width: 145px;
    height: 150px;
    margin-right: 70px;
}

@media screen and (max-width: 992px) {
    .banderole {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .banderole {
        width: 145px;
        height: 150px;
        margin-right: 10px;
    }
}

.p-oeffnungszeiten {
    margin-bottom: 1px;
}

.btn-primary {
    background-color: #00224c;
    border: none;
    border-radius: 0;
}

.btn-primary:focus {
    background-color: #1a4595;
    box-shadow: none !important;
}

.btn-primary:active {
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #1a4595;
}

.close {
    margin-bottom: 10px;
}
