/*
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;
}
main,
footer,
main .content_row{
    width:100%;
    margin:0 auto;
}
footer .inner,
main .content_row .inner{
    max-width:1280px;
    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" */
}
.cookiebox-button-detail button,
.cookiebox-button-direct button{
    width:100%;
}



