/* CSS Document 
 home spezial kuehnold
*/
/* landingbox */
#page #maincontent #landingbox{
    width: 1359px;
    min-height: 80px;
    /* border: #909090 solid 1px; */
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: -60px;
    z-index: 205;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* homecontent */
#homecontent {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

#homecontent #zabo_container{
    background-color: #373636;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-bottom: 30px;
    margin-top: -134px;
}

#homecontent #zahlenbox {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #373636;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    color: white;
    
}
#homecontent #zahlenbox h3{
    font-size: 20pt;
    text-align: center;
  }
#homecontent #zahlenbox #zahleninfo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
font-size: 20pt;
}
#homecontent #zahlenbox #zahleninfo div{
}
#homecontent #zahlenbox #zahleninfo .zahl{
    display: inline-block;
    font-size: 60pt;
    color: #ffffff;
    font-weight: bold;
    margin-right: 12px;
}
#homecontent #zahlenbox #zahleninfo .trenner{
    border-left: #0067ad solid 4px;
    height: 59px;
    display: inline-block;
}
#homecontent #zahlenbox #zahleninfo .infotext{
    display: inline-block;
    margin-left: 12px;
}
/*
#homecontent #bilderbox{
    /*display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#homecontent #bilderbox li{
    width: 24.8%;
}
#homecontent #bilderbox li img{
    width: 100%;
}
*/

#homecontent #terminbox{
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}
#homecontent #terminbox #bully{
    width: 36%;
    align-self: center;
}
#homecontent #terminbox #bully img{
    width: 100%;
}
#homecontent #terminbox #termintext{
    width: 36%;
    font-size: 14pt;
    align-self: center;
}
#homecontent #terminbox #termintext .btntermin{
    background-color:#fff;
border: 1px solid #0067af;;
color: #0067af;
font-size: 16pt;
width: 177px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 10px;
margin-bottom: 15px;
}
#homecontent #terminbox #termintext .btntermin:hover{
    color: #11246f;
}
#homecontent #terminbox #termintext a{
    text-decoration: none;
    color: black;
}
#homecontent #terminbox #termintext a:hover{
    color: #0067ad;
}
#homecontent #terminbox #termintext h3{
    color: #0067ad;
    font-size: 19pt;
    margin-top: -66px;
}
#homecontent #terminbox #termintext .sp1{
    display: inline-block;
    width: 95px;
}
#homecontent #terminbox #termintext .sp2{
    display: inline-block;
}


#homecontent #mapbox{
    margin-top: 50px;
    width: 100%;
    margin-bottom: -11px;
}
#homecontent #mapbox img{
    width: 100%;
}


@media only screen and (max-width: 1400px) {
    #homecontent {
        width: 100%;
    }
    #homecontent #zahlenbox{
        width: 100%;
    }
    #page #maincontent #landingbox{
        width: 98%;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -80px;
    }
}

@media only screen and (max-width: 1000px) {
    #page #maincontent #landingbox{
        margin-top: -60px;
    }
}

@media only screen and (max-width: 917px) {
    #page #maincontent #landingbox{
        justify-content: space-around;
    }
}

@media only screen and (max-width: 580px) {
    #homecontent #terminbox{
        flex-direction: column;
    }
    #homecontent #terminbox #bully{
        width: 72%;
    }
    #homecontent #terminbox #termintext{
        width: 90%;
    }
    #homecontent #terminbox #termintext h3{
        margin-top: -17px;
    }
}

@media only screen and (max-width: 450px) {
    #page #maincontent #landingbox{
        margin-top: -48px;
    }
}