/* allertal 2023 - css */
#headernotdienste {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 142px;
    height: 254px;
    width: 990px;
    z-index: 11000;
}

#headernotdienste #kachelnnotdienste {
    display: flex;
    justify-content: space-between;
    height: 172px;
}

#headernotdienste #kachelnnotdienste .menukachel {
    width: 23%;
    text-align: center;
    height: 100%;
    /*cursor: pointer;*/
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #BFBFBF 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #BFBFBF 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 70%, #BFBFBF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bfbfbf', GradientType=0);
    font-size: 12pt;
    border: 1px solid #EEEEEE;
    padding-top: 17px;
    font-weight: 400;
}

#headernotdienste #kachelnnotdienste .menukachel IMG {
    height: 53px;
}

#headernotdienste #kachelnnotdienste SPAN {
    display: block;
}

#headernotdienste #kachelnnotdienste .menukachel .ntgewerk {
    margin-top: 7px;
    margin-bottom: 12px;
}

#headernotdienste #kachelnnotdienste .menukachel .nt-trenner {
    height: 1px;
    width: 90%;
    margin: 6px auto 11px;
    background-color: #0F0F0F;
}

#headernotdienste #kachelnnotdienste .menukachel .nttelf {
    font-weight: 500;
    margin-top: 12px;
}

#toplinienotdienst {
    position: relative;
    width: 100%;
    z-index: 116;
    top: 61px;
    height: 85px;
    /*display: none;*/
    background: #E31920;
    /* Old browsers */
    background: -moz-linear-gradient(top, #E31920 0%, #BB1017 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #E31920 0%, #BB1017 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #E31920 0%, #BB1017 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31920', endColorstr='#bb1017', GradientType=0);
    /* IE6-9 */
}

#headernotdienste #nt-title {
    font-size: 13pt;
    font-weight: 500;
    height: 29px;
    margin-top: -60px;
    margin-bottom: 30px;
}

/*Button roter Link*/
.btn_sendform {
    border: 0px solid black;
}

.btn_sendform:hover {
    border: none;
}

/*Box Oeffnungszeiten*/
#top_submenu_opentime {
    z-index: 11353;
    height: 220px;
    width: 370px;
    top: 51px;
    position: fixed;
    background-color: #999999;
    color: #000000;
    padding: 21px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*transform: translate(0, -50%);*/
    /*-o-transform: translate(0, -50%);*/
    /*-ms-transform: translate(0, -50%);*/
    /*-moz-transform: translate(0, -50%);*/
    /*-webkit-transform: translate(0, -50%);*/
}

#top_submenu_opentime #ot-close {
    position: absolute;
    font-size: 17px;
    top: 8px;
    right: 14px;
    cursor: pointer;
    width: 15px;
    text-align: center;
    height: 16px;
}

#top_submenu_opentime #ot-box {
    font-size: 12pt;
    margin-top: -4px;
}

#top_submenu_opentime #ot-box .ot-tag {
    display: inline-block;
    width: 113px;
    margin-bottom: 0px;
    height: 21px;
    margin-top: 0px;
}

#top_submenu_opentime #ot-box .ot-zeit {
    height: 21px;
}

#top_submenu_opentime #ot-box .ot-trenner {
    display: inline-block;
    height: 1px;
    width: 90%;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}

/*Submenue oben Topmenue*/
ARTICLE .button_link,
ARTICLE .button_link_dl,
.btn_sendform {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #E31920;
    background: #E31920;
    background: -moz-linear-gradient(top, #E31920 0%, #BA1017 100%);
    background: -webkit-linear-gradient(top, #E31920 0%, #BA1017 100%);
    background: linear-gradient(to bottom, #E31920 0%, #BA1017 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31920', endColorstr='#ba1017', GradientType=0);
    color: #FFFFFF;
    padding-left: 11px;
    padding-right: 11px;
    font-weight: 400;
    height: 32px;
    min-width: 165px;
    /*line-height: 1.6;*/
    text-align: center;
    cursor: pointer;
    position: relative;
}

ARTICLE .button_link A,
ARTICLE .button_link_dl A {
    color: #FFFFFF !important;
    font-size: 12pt;
    text-decoration: none;
}

ARTICLE .button_link_dl {
    padding-right: 36px;
}

ARTICLE .button_link_dl:after {
    content: '\2913';
    /*margin-left: 3px;*/
    right: 6px;
    top: 0px;
    position: absolute;
    width: 19px;
    font-size: 23px;
    font-weight: bold;
    font-family: arial;
}

#top_submenu {
    width: 40px;
    padding: 11px 10px 7px 0px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 2px;
    border-color: #999999;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 26px;
}

#top_submenu .icon_bar {
    display: block;
    height: 2px;
    width: 24px;
    margin: 4px 0 2px;
    background-color: #999999;
    border-radius: 1px;
}

#top_submenu_content {
    min-width: 78px;
    min-height: 84px;
    top: 51px;
    position: fixed;
    z-index: 211;
    background-color: #999999;
    padding-top: 10px;
}

#top_submenu_content UL {
    list-style: none;
}

#top_submenu_content UL LI {
    padding-left: 8px;
    padding-right: 8px;
    height: 27px;
    /*background-color: #FFFFFF;*/
}

#top_submenu_content UL LI A {
    display: block;
    color: #000000;
    font-size: 11pt;
    padding-right: 11px;
    /*box-sizing: padding-box;*/
}

#top_submenu_content UL LI A:hover {
    color: #000000;
    /*font-weight: 700;*/
}

/*Mitarbeiter Modul*/
#mod_personen_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mod_personen_container .mod_personen_box {
    width: 260px;
    height: 574px;
    margin-bottom: 14px;
}

#mod_personen_container .mod_personen_box P {
    margin-bottom: 0;
    margin-top: -2px;
}

#mod_personen_container .mod_personen_box .mod_personen_picture {
    width: 100%;
    height: 341px;
    /*overflow: hidden;*/
    border: 1px solid #999999;
    margin-bottom: 15px;
}

#mod_personen_container .mod_personen_box .mod_personen_picture IMG {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mod_personen_container .mod_personen_box .mod_personen_data {}

#mod_personen_container .mod_personen_box .mod_personen_data .mod_personen_name {
    font-weight: 500;
}

#mod_personen_container .mod_personen_box .mod_personen_data .mod_personen_funktion {
    padding-bottom: 3px;
}

#mod_personen_container .mod_personen_box .mod_personen_data .mod_personen_telefon {
    padding-bottom: 3px;
}

#mod_personen_container .mod_personen_box .mod_personen_data .mod_personen_email {
    font-weight: 400;
}

/*FAQ Accordion*/
#mod_faq_container {
    position: relative;
    width: 106%;
    height: auto;
    margin: 0 auto 0px;
    margin-top: 20px;
    left: calc(-53% + 50%);
}

#mod_faq_container .accord1 UL {
    margin-left: 0;
}

#mod_faq_container .accord1 UL>LI {
    list-style: none;
    /*position: relative;*/
}

#mod_faq_container .accord1 LI:before {
    content: '';
    margin: 0 0 0 0px;
    display: block;
}

#mod_faq_container .accord1 LI P.accord-header {
    padding: 10px 40px 10px 31px;
    background: #999999;
    text-align: left;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12pt;
    position: relative;
}

#mod_faq_container .accord-content {
    background-color: #F0F0F0;
    color: #000000;
    font-size: 12pt;
    /*font-family: arial;*/
    display: none;
    padding: 10px 31px;
}

#mod_faq_container .accord1 .accord-header .accord_pfeil {
    display: inline-block;
    width: 36px;
    height: 30px;
    position: absolute;
    right: 6px;
    top: -5px;
    font-size: 34px;
    /*transition: transform 0.2s;*/
    /*transition: right 0.2s ease;*/
}

#mod_faq_container .accord1 .accord-header .accord_pfeil_up {
    transform: rotate(180deg);
    top: 21px;
    right: 11px;
}

/*Mod Infobox*/
#modul_infobox {
    background-color: #999999;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 94%;
    max-width: 760px;
    z-index: 11637;
    margin: 0 auto;
}

#modul_infobox #mod_infobox_container {
    padding: 35px;
    color: #FFFFFF;
    position: relative;
    /*display: flex;*/
    height: ;
    width: ;
}

#modul_infobox #mod_infobox_container #mod_infobox_close {
    position: absolute;
    right: 17px;
    top: 9px;
    font-size: 26px;
    cursor: pointer;
}

#modul_infobox #mod_infobox_container .mod_infobox_box {
    display: flex;
    justify-content: space-between;
    /*align-items: normal;*/
    /*flex: 2 1;*/
    margin-bottom: 24px;
    border-bottom: 1px solid #F7F7F7;
    padding-bottom: 20px;
}

#modul_infobox #mod_infobox_container .mod_infobox_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#modul_infobox #mod_infobox_container .mod_infobox_box DIV {
    flex: 1;
}

#modul_infobox #mod_infobox_container .mod_infobox_box .mod_infobox_data {
    font-size: 12pt;
    flex-grow: 2;
    line-height: 1.3;
}

#modul_infobox #mod_infobox_container .mod_infobox_box .mod_infobox_data .mod_infobox_titel {
    font-size: 14pt;
    font-weight: 500;
    margin-bottom: 15px;
}

#modul_infobox #mod_infobox_container .mod_infobox_box .mod_infobox_data .mod_infobox_subtitel {
    font-size: 13pt;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: -9px;
}

#modul_infobox #mod_infobox_container .mod_infobox_box .mod_infobox_data .mod_infobox_datum {
    font-size: 9.5pt;
}

#modul_infobox #mod_infobox_container .mod_infobox_box .mod_infobox_picture {
    flex-grow: 1;
    margin-left: 10px;
}

#modul_infobox #mod_infobox_container .mod_infobox_box .mod_infobox_picture IMG {
    width: 100%;
}

#mod_personen_container .perstrenner {
    display: block;
    width: 100%;
}

@media only screen and (max-width:433px) {
    #toplinienotdienst {
        height: 319px !important;
    }

    #headernotdienste #kachelnnotdienste .menukachel {
        width: 144px !important;
    }
}

@media only screen and (max-width:550px) {
    #mod_personen_container {
        justify-content: space-around;
    }
}

@media only screen and (max-width:630px) {
    #headernotdienste #kachelnnotdienste {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    #headernotdienste #kachelnnotdienste .menukachel {
        width: 200px;
        margin-bottom: 22px;
    }

    #toplinienotdienst {
        height: 305px;
    }

    #modul_infobox #mod_infobox_container .mod_infobox_box {
        flex-direction: column;
    }

    #modul_infobox #mod_infobox_container .mod_infobox_box .mod_infobox_picture {
        width: 100%;
        margin-top: 11px;
        margin-left: 0px;
    }
}

@media only screen and (max-width:1040px) {
    #headernotdienste {
        width: 97%;
    }
}

@media only screen and (max-width:1110px) {
    #mod_faq_container {
        width: 100%;
        left: auto;
    }
}