
body.header-fixed-space-default {
    padding-top: 100px;
}

@media (max-width: 991px) {
    body.header-fixed-space-default {
        padding-top: 0px;
    }
}


.header .dropdown > a::after {
    right: 5px;
}

.header .navbar-nav > li > a {
    padding: 9px 15px;
}

.nav-search {
    top: 6px;
    position: relative;
    margin-left: 10px;
    width: 200px;
}

@media (max-width: 991px) {
    .nav-search {
        top: 0px;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .header .navbar-nav > li > a {
        font-size: 14px;
    }

    .header-fixed-shrink .text-item {
        display: none;
    }
}

.header-fixed-shrink .navbar-collapse .nav-search {
    top: 12px;
}

.header-fixed-shrink .navbar-collapse {
    min-height: 55px;
}

.nav-search .input-group-addon {
    border: none;
    background-color: #2d76b2;
    color: #fff;
}


.nav-search .form-control {
    border: none;
    background-color: #eee;
}


    .nav-search .form-control:focus,
    .nav-search .form-control:active {
        border: none;
        box-shadow: none;
    }

.nav-search .form-control {
    padding-left: 5px;
}

.breadcrumb {
    font-size: 1.2rem;
}

.breadcrumbs {
    padding: 0;
}

    .breadcrumbs h4 {
        padding-top: 10px;
    }

.footer-v2 .copyright {
    font-size: 1.2rem;
}

.footer-v2 .latest-list a {
    color: #555;
}

.footer img {
    max-width: 100% !important;
}



@media (max-width: 991px) {
    .header-v6 .search-open .form-control {
        padding: 0;
    }
}

a.img-responsive > img {
    max-width: 100%;
}

.bluebox {
    background-color: rgba(19, 69, 130, 0.1);
    padding: 15px;
    margin-bottom: 15px;
}

.keyitem_hover {
    background-color: rgba(211, 221, 232,0.7);
    cursor: pointer;
}

.keyitem_hover,
.keyitem {
    margin-bottom: 5px;
}

.itemborder_hover,
.itemborder {
    margin-bottom: 5px;
    border-bottom: 1px solid #004C89;
}

.footerlistimage {
    max-height: 50px !important;
}

.Mitarbeiterbox .mitarbeiter {
    font-size: 15px;
}



.bluebox .item_hover,
.bluebox .itemborder_hover {
    background-color: rgba(211, 221, 232, 0.3);
    cursor: pointer;
}

.breadcrumbs h1 {
    padding-left: 0px;
}

.gallery a img {
    padding: 3px;
}

.btn-register {
    margin-top: 5px;
    margin-bottom: 10px;
}

.source {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    font-size: xx-small;
}

.carousel-inner a .source {

    color: #000;
    font-size: x-small;
    text-shadow: none;
    text-decoration: none;
    text-align: right;
    padding-right: 5px;
}

    .carousel-inner a .source:hover {
        text-decoration: none;
    }

.key .keytext {
    margin-bottom: 10px;
}

    .key .keytext .keyheadline {
        font-weight: 800;
        display: block;
    }

.newslist {
    cursor: pointer;
}

    .newslist .key .keytext:hover {
        background-color: rgba(19, 69, 130, 0.05);
    }

    .newslist .keymore {
        display: none;
    }

    .newslist .key .keytext .keyheadline {
        font-weight: 500;
        color: #036;
    }

    .newslist .key .keytext .teaser {
        font-weight: 300;
        color: #606060;
    }

.carousel {
    margin-bottom: 20px;
}

.carousel-caption {
    position: relative;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-align: left;
    text-shadow: none;
}

    .carousel-caption .headline {
        color: #fff;
        font-size: 18px;
        padding: 5px 15px;
        background-color: #2d76b2;
        margin: 0;
    }

    .carousel-caption .teaser {
        padding: 5px 15px;
        background-color: #eee;
        margin: 0;
    }

@media (min-width: 991px) {
    .carousel {
        margin-bottom: 0px;
    }

    .carousel-caption {
        position: absolute;
        right: 15px;
        bottom: 0px;
        left: 15px;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 15px;
        color: #000;
        text-shadow: none;
    }

        .carousel-caption .headline {
            display: inline-flex;
            background-color: rgba(45, 118, 178, 0.74);
        }

        .carousel-caption .teaser {
            display: inline-flex;
            background-color: rgba(255, 255, 255, 0.5);
        }
}

.panel-search {
    background-color: rgba(238, 238, 238, 0.25);
}

    .panel-search .panel-heading {
        color: rgba(0, 0, 0, 0.25);
    }

    .panel-search .listheadline {
        font-size: 2rem;
    }

    .panel-search:hover {
        background-color: rgba(238, 238, 238, 1);
    }

input.required:hover {
    border-color: red;
}

.slick-content {
    bottom:40px;
}
.container-fluid {
    padding: 0;
}
.slick-image {
    height: 200px;
}

@media (max-width: 575.98px) {
    .slick-image {
        height: 250px;
    }
}

@media (min-width: 767.98px) {
    .slick-image {
        height: 300px;
    }
}

@media (min-width: 991.98px) {
    .slick-image {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .slick-image {
        height: 350px;
    }
}