/*
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 : 18.05.2020, 12:29:16
    Author     : Herz
*/

footer{
    width:100%;
    box-sizing: border-box;
    background-color:var(--secondary_4_color);
    padding-top:15px;
    padding-bottom:15px;
    color:var(--footer_text_color);

}
footer > .inner .part{
    display:block;
    text-align: center;
    vertical-align: top;
}
footer > .inner.copyright article.text{
    text-align: center;
}
footer > .inner .part article.text .headline{
    padding-bottom:var(--default_vertical_dis);
}
footer > .inner .part article.text .headline .h{
    color:var(--footer_text_color);
    font-size: var(--footer_headline_font_size);
    font-weight:var(--default_headline_font_weight);
}
footer > .inner .part article.text .inhalt *{
    font-size: var(--footer_main_text_font_size);
    line-height: var(--footer_main_text_line_height);
    font-weight:var(--default_text_font_weight);
    color: white;
}
footer > .inner .part article.text .inhalt a{
    text-decoration: none;
}
footer > .inner .part article.text .inhalt a:hover{
    text-decoration:underline;
}
footer > .inner .part article.text .inhalt strong{
    font-weight:var(--default_bold_font_weight);
}
footer > .inner .part .zertifikate .image_galerie{
    background-color:rgba(0,0,0,0);
    padding:0px;
}
footer > .inner .part .zertifikate img{
    display:inline-block !important;
    max-width:80px;
    width:100%;
    vertical-align: top;
}
footer > .inner .part .zertifikate img:last-of-type{
    margin-right:0px;
}
footer > .inner .part:last-of-type img:nth-child(2){
    max-width: 122px;
}
@media screen and (max-width:1400px){
    footer > .inner{
        padding-left:var(--dis_to_viewport_horizontal);
        padding-right:var(--dis_to_viewport_horizontal);
    }
}

