/*
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;
/*    width:100%;
    max-width:100%;*/
}
.image_galerie:not(.slick-initialized){
    background-color: #B2B2B2;
    padding:10px;
}
.image_galerie:not(.slick-initialized) img{
    display:inline-block !important;
    max-height:120px;
    margin-right:10px;
}
div.alt{
    font-size:var(--alt_text);
    line-height:var(--alt_text_line_height);
    color:var(--primaryTextColor);
    font-weight: var(--fliesstext_text_font_weight);
}
.bilder-default.urkunde img{
    border:1px solid var(--secondary_2_color);
    width:100%;
    max-width: 245px;
}