/*
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 Feb 2020, 11:43:14
    Author     : weichler
*/
#page{
    width: auto !important;
    padding-top: 100px;
}
#header{
    padding-top: 10px;
    z-index: 12;
    margin-bottom: 29px;
    width: 100%;
    position: fixed;
}

#innerheader{
    padding-top: 10px;
    z-index: 12;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
    display: table;
    width: 100%
}
#headertext{
    display: table-cell;
}

#headercontact{
    display: table-cell;
    font-size: 0.5em;
}

#header-1{
    font-size: 1em;
    font-weight: bolder;
}
#header-2{
    font-size: .75em;
    font-weight: bold;
    padding: 10px;
}
#header-3{
    font-size: .5em;
    font-weight: bold;
}
#impressum{
    font-size: .5em;
}