/*
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 : 22.10.2019, 16:34:34
    Author     : Herz
*/
*{
    box-sizing: border-box;
}
.pos_relative{
    position:relative;
}
header,
main,
footer,
main .content_row{
    width:100%;
    margin:0 auto;
}
header .inner,
footer .inner,
main .content_row .inner{
    max-width:var(--contentWidth);
    margin:0 auto;
}
main .content_row.full_width .inner{
    max-width:100%;
}
main{
    overflow:hidden; /* fuer responsive, bei sehr langen woertern in der ueberschrift beispiel: "Dienstleistungsangebot" */
}
html{
    background-color:var(--footerBGColor);
}
.w_33 .content_element{
    margin-bottom:30px;
}
.w_33 .content_element:last-of-type{
    margin-bottom:0px;
}
body:not(.inhalte_bearbeiten):not(.templates_bearbeiten).cms .cms.cms_navigation_toolbar{
    display:none;
}


