/*
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{
    display:none;
    width:100%;
    box-sizing: border-box;
    background-color:var(--primaryColor);
    padding-top:var(--footer_inner_top_bottom_dis);
    padding-bottom:var(--footer_inner_top_bottom_dis);
    color:var(--footer_text_color);

}
footer > .inner .part{
    display:inline-block;
    width:100%;
    vertical-align: top;
    text-align: center;
}
/*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.social article.text *,*/
/*footer > .inner.copyright article.text *,*/
/*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 strong{*/
/*    font-weight:var(--default_bold_font_weight);*/
/*}*/
/*footer > .inner .part:last-of-type{*/
/*    text-align: right;*/
/*}*/
/*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);*/
/*    }*/
/*}*/
/*@media screen and (max-width:1090px){*/
/*    footer > .inner .part{*/
/*        display:inline-block;*/
/*        width:33.3333%;*/
/*        vertical-align: top;*/
/*    }*/
/*    footer > .inner .part:last-of-type{*/
/*        margin-top:var(--footer_inner_top_bottom_dis);*/
/*        width:100%;*/
/*        display:block;*/
/*    }*/
/*    footer > .inner .part:last-of-type,*/
/*    footer > .inner .part .zertifikate{*/
/*        text-align: center;*/
/*    }*/
/*}*/
/*@media screen and (max-width:800px){*/
/*    footer > .inner .part{*/
/*        margin-top:0;*/
/*        width:100%;*/
/*        display:block;*/
/*        text-align: center;*/
/*    }*/
/*    footer > .inner .part:first-of-type{*/
/*        margin-top:0px;*/
/*    }*/
/*    footer > .inner .part article.text .headline{*/
/*        text-align: center;*/
/*    }*/
/*}*/