/*
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 : 03.01.2018, 11:11:02
    Author     : JessiMatthias
*/

.footer
{
/*    position: fixed;
    bottom: 0px;*/
    width: 100%;
    z-index: 1000;
}

.headerbild
{
    z-index:100;
}

.starttext-stage
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    margin: 0;
    overflow: hidden;
    display: none;
}


.headerbar
{
    z-index: 1000;
}


.starttext-stage .vcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.startseitentext .oben
{
    margin-right: 10000px;
    display: none;
}

.startseitentext .unten
{
    margin-left: 10000px;
    display: none;
}

ul.nav.navbar-nav li a
{
    font-size: 14px;
}


@media (max-width: 400px)
{
    .fcnum
    {
        padding-top: 7px;    
    }
}
