body{
	background: #fff;
}
.page {
    left: 50%;
    margin-left: -480px;
    position: relative;
    width: 960px;
	z-index: 1;
}



body.lightboxOpened .page{
	display: none;
}

body.lightboxOpened .page.navigationbar{
	display: block;
	height: auto;
}
body.lightboxOpened .page.navigationbar .navigation{
	display: none;
}
body.lightboxOpened .page.navigationbar .header{
	height: auto;
}
body.lightboxOpened .page.navigationbar .logo{
	display: none;
}
body.lightboxOpened .page.navigationbar .navigation-2{
	display: block;
}
body.lightboxOpened .page.navigationbar .navigation-2 .logo{
	display: block;
}

body.lightboxOpened .page.navigationbar a{
	display: none;
}
.header{
	background: #fff;
	width: 960px;
	height: 110px;
}
.header.sticky{
	position: fixed;
	z-index: 10;
	margin-top: -50px;
	
}
.header.sticky a{
	margin-top:50px;
}
.navigationbar{
	height: 110px;
	z-index: 2;
	background: #fff;
}

.logo {
    background: url("../img/logocolor.png") repeat scroll 0 0 / 120px 66px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 66px;
    margin: 20px;
    width: 120px;
    position: relative;
    z-index: 4;
}
.navigation {
    color: #dfad41;
    font-size: 16px;
    position: absolute;
    text-align: right;
    top: 0;
    right:0;
}
.navigation a {
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Nunito";
    font-weight: 400;
    height: 110px;
    line-height: 110px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    top: 0;
	color: #dfad41;
}

.navigation-2 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.98);
    color: #dfad41;
    display: none;
    font-size: 16px;
    left: 50%;
    margin-left: -480px;
    position: fixed;
    text-align: right;
    top: 0;
    width: 960px;
    border-bottom-color:#666;
    border-bottom-style:solid;
    border-bottom-width: 1px;
}
.navigation-2.shown{
	display: block;
}
.navigation-2 .logo {
    background-size: 100% 100%;
    left: 0;
    margin-top: 4px;
    position: absolute;
    width: 90px;
    height: 49.5px;
}
.navigation-2 a {
    cursor: pointer;
    display: block;
    float: right;
    font-family: "Nunito";
    font-weight: 400;
    height: 60px;
    line-height: 62px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    top: 0;
	color: #dfad41;
}


.navigation a.active, .navigation a.active:hover,  .navigation-2 a.active,  .navigation-2 a.active:hover{
	color: white;
	background: #f93430;
}
.navigation a:hover, .navigation-2 a:hover{
	background: #dfad41;
	color:#fff;
}

.impressum .navigation > a {
    color: #dfad41;
    text-decoration: none;
}
.impressum .navigation > a:hover {
    color: #fff;
    text-decoration: none;
}

table {
    left: 50%;
    margin-left: -480px;
    position: relative;
    width: 960px;
}

td {
    padding: 0 10px 30px;
}

a.back {
    cursor: pointer;
    display: block;
    font-family: "Nunito";
    font-weight: 400;
    height: 110px;
    line-height: 110px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: center;
    top: 0;
}