/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
--------------------------------------Dektop-Geräte--------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------Hauptseiteninhalt-------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-news #main_content{
    padding-bottom: 0;
}

body.path-news div.views-field-title{
    background: #759f33;
    text-align: center;
    padding: 10px;
    color: white;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: bold;
}


body.path-news div.views-field-field-datum{
    font-size: 21px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

body.path-news div.views-field-body{
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    
}

body.path-news div.views-field-body img{
    display: block;
    margin: auto;
    margin-top: 30px;
}

body.path-news div.views-field-body div.image_container{
    display: table;
    margin: auto;
}

body.path-news div.views-field-body div.image_container img{
    margin: 0;
    float: left;
    margin-right: 5px;
    margin-top: 30px;
}

body.path-news div.views-field-body img.img_1{
    margin-left: 0;
}

body.path-news div.views-field-body img.img_2{
    width: 200px;
}

body.path-news div.views-field-body img.img_3{
    width: 350px;
}

body.path-news div.views-field-body img.img_10{
    width: 200px;
}

body.path-news div.views-field-body img.img_12{
    width: 400px;
}

body.path-news div.views-field-body img.img_14{
    width: 250px;
}

body.path-news div.views-field-body img.img_16{
    width: 620px;
}

body.path-news div.views-field-body img.img_18{
    width: 250px;
}

body.path-news div.views-field-body img.img_19{
    width: 450px;
}
body.path-news div.views-field-body img.img_22{
    width: 400px;
}

body.path-news div.views-field-body img.img_23{
    width: 620px;
}

body.path-news div.views-field-body img.img_24, body.path-news div.views-field-body img.img_25, body.path-news div.views-field-body img.img_26{
    width: 280px;
}

body.path-news div.views-field-body img.img_29{
    width: 90%;
}

body.path-news div.views-field-body div.aktuelles_inhalt_text{
    font-size: 17px;
    margin-bottom: 15px;
    color: #acb8c1;
    margin-top: 30px;
}

body.path-news nav ul{
    list-style-type: none;
    padding: 0;
}

body.path-news nav ul li{
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

body.path-news nav ul li a{
    color: #759f33;
    text-decoration: none;
}



/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------Mobile Geräte-------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
    body.path-news #main_content{
        width: 100%;
        padding: 0;
    }
    
    body.path-news h2{
        padding-left: 0;
        padding-right: 0;
    }
    
    body.path-news div.views-field-body div.image_container img{
        display: inline-block;
        float: none;
        margin: auto;
    }
    
    body.path-news #section_1 #block-uberfoveablockalleartikelanzeigen{
        padding: 0;
        margin-top: -85px;
    }
}