/* Veranstaltung **/
.banners-container {
    margin: 30px 0;
}


@media (min-width: 1200px){
    .banners-inline .banner h4 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    .banners-inline .banner h4 {
        font-size: 17px;
    }
}

.headline {
    color: white;
    background-color: #274472;
    margin: 0;
    padding: 27px;
    border-radius: 3px;
}

/* Vereine Home Page */
.issue-content {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
}

.issue-content p{
    text-align: justify;
}

/* Sonstiges */

hr {
    border-top: 1px solid #a5a5a5;
}

.sidebar-box {
    /*border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;*/
    box-shadow: 0 0 2px 1px #efefef;
}

.sidebar-box.white {
    background-color: #ffffff;/* #f8f8f8; */
}

.blog-post.sidebar-box.white .post-content{
    padding: 0;
}

.blog-post.blog-post-big {
    border-radius: 0;
    background-color: #274472;
    color: white;
}

.blog-post.blog-post-big .report-heading{
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-post.blog-post-big .report-meta{
    display: inline-block;
    margin: 0;
    border-top: 1px solid white;
    padding: 10px 0 0 0;
}

.post-content {
    padding-left: 0;
}

.address-heading {
    margin-bottom: 0;
}

.section {
    background: none;
}

section.page-heading {
    background-color: white;
}

.section.gray-bg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.issue-block {
    box-shadow: 0 0 2px 1px #efefef;
    background-color: #ffffff;/*#f8f8f8;*/
    display: flex;
    flex-direction: column;
}

.issue-block:hover {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 2px 3px #efefef;
    -moz-box-shadow: 0 0 2px 3px #efefef;
    box-shadow: 0 0 2px 3px #efefef;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/** Footer Styles **/
html {
    position: relative !important;
    min-height: 100%;
}

body {
    margin-bottom: 53px;
    background-color: #f2f4f9;
}

footer {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    color: white;
}

footer .disclaimer {
    display: inline-block;
    float: right;
}

footer a {
    /*color: #808ca4;*/
    color: white;
}

footer a:hover {
    color: white;
}

#footer {
    background-color: #274472;
}

footer .copyright, footer .disclaimer{
    color: white;
}

#main-footer, #lower-footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    #lower-footer {
        text-align: center;
        float: none;
    }
    #lower-footer .disclaimer{
        float: none;
    }
}

/** END Footer Styles **/

.col-custom-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%;
}

.col-custom-5 h2{
    font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-custom-5 {
        width: 40%;
        margin: 0 5%;
    }
}

@media screen and (min-width: 512px) and (max-width: 767px) {
    .col-custom-5 {
        width: 50%;
    }
}


@media screen and (max-width: 511px) {
    .col-custom-5 {
        width: 80%;
        margin-left: 10%;
    }
}

/* Navigation */
#lower-header {
    background: #e2eaf2;
}
#navigation>li {
    /*border-right: 1px solid white;*/
    background: #e2eaf2;
}

#navigation li>a, #navigation li>span {
    /*color: white;*/
}

/** level 3 nav **/
#navigation li ul li ul {
    margin-left: 0;
    margin-top: 0;
    width: 250px;
}

#navigation li:hover>ul {
    min-width: 200px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    #navigation {
        display: flex;
    }

    .nav-menu-item {
        display: inline-block;
        flex: 1;
    }
}

/** Menu **/
#menu-button {
    border-left: none;
    border-right: none;
}

/** Start Page Banner Wrapper */
.banner-wrapper:first-child {
    padding-left: 0;
}
.banner-wrapper:last-child {
    padding-right: 0;
}

/** Start Page Banners **/
.banners-inline {
    margin-left: 0;
    margin-right: 0;
}

.banners-inline .banner {
    padding-left: 72px;
}

.banners-inline .banner .icons {
    left: 0;
}

/** Start Page Vereine **/
.vereine-container {
    margin: 0 -15px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.vereine-container .verein-block {
    margin: 15px;
}

@media screen and (max-width: 767px) {
    .vereine-container .verein-block {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vereine-container .verein-block {
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vereine-container .verein-block {
        width: calc(33% - 30px);
    }
}


@media screen and (min-width: 1200px) {
    .vereine-container .verein-block {
        width: calc(25% - 30px);
    }
}
