/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29.10.2019, 16:15:50
    Author     : Herz
*/
img {
    display: block !important;
    margin: 0 auto;

}
/*---Scaling Bilder----------------------------------------------------------------------------------------------------*/
.scaling img{
    cursor: pointer;
}
.scaling img.scaled{
    position: fixed;
    top: 200px;
    left: 20px;
    right: 20px;
    z-index: 802;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.scaling .scaling_overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 801;
    background-color: rgba(255,255,255,0.85);
    cursor: pointer;
}