#news {
    background: #f5f5f5;
    padding-bottom: 40px;
    padding-top: 20px;
}

#news .newsdate {
    color: #666;
    font-size: 0.875rem;
}

#news h3 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

#news h2 {
    margin-bottom: 25px;
}

#calendar {
    padding-bottom: 30px;
    padding-top: 30px;
}

.calitem {
    margin-bottom: 30px;
}

#ausgabe {
    margin-top: 30px;
}

#news .newsitem {
    margin-bottom: 30px;
}

#bekanntmachungen {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bekanntmachungen > div {
    border: 1px solid #999;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
}

#naturparkvideo {
    padding-top: 30px;
}

#movie{
width:100%;
    height:auto;
   line-height:0;
}

#calendar .readmore{
    border:1px solid #999;
    border-radius:6px;
    text-decoration:none;
    color:black;
    padding:5px;
}
#linkcontainer a{
    display:inline-block;
}

#playbtn, #stopbtn{
    display:block;
}
#playbtn-sw, #stopbtn-sw{
    display:none;
}


.highcontrast #playbtn, .highcontrast #stopbtn{
    display:none;
}
.highcontrast #playbtn-sw, .highcontrast #stopbtn-sw{
    display:block;
}

#videocontrols{
    position:absolute;
    width: 128px;
    z-index:1000;
    bottom:0;
    left:calc(50% - 60px);
}
#videocontrols button{
    background-color:rgba(255,255,255,0.5);
    border:none;
    height:auto;
    width:60px;
}
#videocontrols button img{
    width:100%;
    height:auto;
}

#newsausgabe a {
    text-decoration:none;
    display:inline-block;
}

#newsausgabe h3{
    color:black;
}

#videobeschreibung{
    width:1px;
    height:1px;
    overflow:hidden;
}

main > article > header{
    margin-bottom:1em;
}


@media only screen and (min-width: 480px) {
    #news .newsitem {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    #bekanntmachungen > div {
        width: 60%;
    }

    #himages {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) {

    #news .newsitem h4, #news .newsitem a {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    #news .newsitem h4, #news .newsitem a {
        font-size: 1rem;
    }

    #logo {
        left: 100px;
    }


}

@media only screen and (min-width: 1400px) {
    #himages {
        height: 480px;
        line-height: 0;
    }
}

@media only screen and (min-width: 1600px) {
    #himages {
        height: 560px;
        line-height: 0;
    }
}

@media only screen and (max-width: 1800px) {
    #himages {
        padding-bottom: 0;
        line-height: 0;
    }
}

@media only screen and (max-width: 1199px) {
    #himages video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.8);
    }
}

@media only screen and (max-width: 767px) {
    #himages video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.8);
    }

    #logo {
        width: 60%;
    }
}



@media only screen and (max-width: 575px) {
    #newsausgabe section a{
        display:block;
        margin-left:auto;
        margin-right:auto;
        text-align:center
    }
    #newsausgabe section img{
        display:block;
        margin-left:auto;
        margin-right:auto;
        width:75%;
        height:auto;
    }
    #themes img{
        display:block;
        margin-left:auto;
        margin-right:auto;
        width:75%;
        height:auto;
    }
    #themes section{
        text-align:center;
        margin-bottom:30px;
    }
    #ausgabe section{
        text-align:center;
    }

}

@media only screen and (max-width: 400px) {
}




