/* Logo ausblenden */
.container-header .logo {
    display: none;
}

.container-header .navbar-brand img {
    display: none !important;
}

/* Hintergrundbild im Header */
.container-header {
    background: url('/images/oevdf_horiz_new2.jpg') center center no-repeat;
    background-size: cover;
    min-height: 250px
  }


body {
    font-size: 0.75rem;}
h1 {    font-size: 1.5rem;}
h2 {    font-size: 1.4rem;}
h3 {    font-size: 1.2rem;}
h4 {    font-size: 1.1rem;}
h5 {    font-size: 1.0rem;}
h6 {    font-size: 0.8rem;}

.container-header .mod-menu .metismenu-item a,
.container-header .mod-menu .mm-collapse a {    color: black !important;}
.container-header {    overflow: visible !important;}
.container-header .mod-menu .parent > ul {    display: none;}
.container-header .mod-menu .parent:hover > ul {    display: block;}
.com-contact__container h2:empty {    display: none;}
.com-content-article,.com-contact__container {
    padding-left: 20px;
    padding-right: 20px;
}

.tagung {
    background: #f5f8fa;
    border-left: 4px solid #236fa1;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
}

.tagung h5 {
    margin-bottom: 10px;
    color: #236fa1;
  font-size: 0.8rem;
}
.tagung h5 {
    font-size: 0.8rem;
}

.tagung p {
    margin-bottom: 5px;
}

hr {
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin: 30px 0;
}

/*MOBILE*/
@media (max-width: 768px) {

    #djslider-loader112,
    #djslider-loader,
    #slider-container112 {
        display: none !important;
    }

    .container-header {
        background-image: url('/images/oevdf_header_mobile.jpg') !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        min-height: 150px;
          }
}

@media (max-width: 768px) {
    #djslider-loader112,#djslider-loader,#slider-container112 {display: none !important;}
}