/* portrait and landscape */
@media screen and (min-device-width : 768px)
and (max-device-width : 1024px)  { }

/* landscape */
@media screen and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)  { 

    a[title="Mittagsverpflegung"] {
        font-size: 12px;
    }
    
 }

/* portrait */
@media screen and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)  { 

/*******************
START JOBINSERAT
*******************/

body.page-home .header .ce-image .img-responsive img.image-embed-item{
    right: 5px;
    padding-top: 250px;
    max-width: 300px;
}

/*******************
END JOBINSERAT
*******************/

    

}