/* Custom-File MDO 09-2022 */

.header_main {
    border-bottom: 5px solid #fff;
}
.hornav>ul>li>a {
    font-style: normal;
    letter-spacing: .5px;
    opacity: 0.9;
}
.hornav > ul > li.active > a {
    background-color: #fff;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}
#container_footer {
    display: none;
}
#container_base2_modules {
   padding: 15px;
}
#container_base2_modules p {
   line-height: 1.4em;
   font-size: 0.9rem;
   padding-top: 17px;
   padding-left: 30px;
}
#container_base2_modules img {
   padding: 18px 0 18px 36px;
   border-radius: 5px;
}

/* 
.redmenu .module_surround {
   background-color: red;
}
*/

/* lokale Einbindung Google-Fonts */

/* Modul Open Hours */
.openhours .dopen td, .openhours tr.dopen:hover td, .openhours .dclose td, .openhours tr.dclose:hover td {
    background-color: #0d1724 !important;
    color: #fff !important;
}
figure.fig_openhours h3 {
    font-size: 1.3rem;
}
figure.fig_openhours figcaption {
    color: #fff !important;
    background: #d15d44 !important;
    border: 1px solid #0d1724 !important;
}
figure.fig_openhours figcaption > p {
    font-weight: 500;
    background: #ccc !important;
    color: #0d1724 !important;
}

/* Plugin PDF in Content */
.embed-container {
    min-height: 1170px;
    border: 1px solid #0d1724;
}