@charset "UTF-8";

.headerhintergrund
{
	width:100%;
	height:auto;
    position:relative;
}

.fullsizelogo-hintergrund
{
    width:100%;
    height:auto;
    position:absolute;
    top:0px;
    left:0px;
}

.fullsizelogo
{
    width:75%;
    height:auto;
    margin-top:10%;
    margin-left:auto;
    margin-right:auto;
}

.footertext, .footertext a
{
	font-weight:300;
	font-size:14px;
	text-align:center;
    color:#ffffff;
}

.footertext a:hover
{
    color:#FF6300;
}

.linie-rot, .linie-orange
{
    background:#FF6300;
    width:100%;
    height:1px;
}