* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@font-face {
	font-family: "DIN-medium-alternate";
    src: url('../fonts/webfonts/din_medium_alternate-webfont.eot');
    src: url('../fonts/webfonts/din_medium_alternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfonts/din_medium_alternate-webfont.woff') format('woff'),
         url('../fonts/webfonts/din_medium_alternate-webfont.ttf') format('truetype'),
         url('../fonts/webfonts/din_medium_alternate-webfont.svg#din_alternatemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "DIN-bold-alternate";
    src: url('../fonts/webfonts/din_alternate_bold-webfont.eot');
    src: url('../fonts/webfonts/din_alternate_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfonts/din_alternate_bold-webfont.woff') format('woff'),
         url('../fonts/webfonts/din_alternate_bold-webfont.ttf') format('truetype'),
         url('../fonts/webfonts/din_alternate_bold-webfont.svg#din_alternatebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "DIN-black-alternate";
    src: url('../fonts/webfonts/din_alternate_black-webfont.eot');
    src: url('../fonts/webfonts/din_alternate_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfonts/din_alternate_black-webfont.woff') format('woff'),
         url('../fonts/webfonts/din_alternate_black-webfont.ttf') format('truetype'),
         url('../fonts/webfonts/din_alternate_black-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100.1%;
	min-width: 318px;
}

body {
	background: #000000;
	font-family: "DIN-medium-alternate";
	color: #f1f1f1;
	
}
:focus {
    outline: 0;
}
h1,
h2 {
	font-weight: normal;
	text-transform: uppercase;
}
a, button {
	-webkit-transition: background-image 200ms ease-in-out;
	-webkit-transition-delay: 100ms;
	-moz-transition: background-image 200ms ease-in-out;
	-moz-transition-delay: 100ms;
	-ms-transition: background-image 200ms ease-in-out;
	-ms-transition-delay: 100ms;
	-o-transition: background-image 200ms ease-in-out;
	-o-transition-delay: 100ms;
	transition: background-image 200ms ease-in-out;
	transition-delay: 100ms;
	color: #fff;
}
a:hover {
	background-image: url(../img/sprite-hover.png) ! important;
	background-position: -2000px -2000px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.background {
	position: fixed;
	background: black url(../img/background-1.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
}
.background img {
	position: absolute;
	top: 0;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 600px) {
    .background {
        background-image: url(../img/background-grey.jpg);
    }
    
    .background img {
        display: none;
    }
}


.bg-active {
	opacity: 0;
}

.main {
	max-width: 1210px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

header {
	padding-top: 120px;
	background: transparent;
	margin: 0 5px;
	position: relative;
	font-family: "DIN-medium-alternate";
	letter-spacing: 1px;
}
@media screen and (max-width: 528px) {
	header {
		margin: 0 10px;
		padding-top: 180px;
	}
}
header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html header { min-height: 0; }
* html header { height: 1%; }

header address {
	position: absolute;
	right: 162px;
	top: 32px;
	font-style: normal;
	font-size: 13px;
}
header address .title {
	display: block;
	float: right;
	text-transform: lowercase;
	font-family: "DIN-black-alternate";
	font-size: 30px;
	line-height: 28px;
	font-weight: normal;
    text-decoration: none;
}
header address span {
	clear: both;
	display: block;
	text-align: right;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0;
}
@media screen and (max-width: 528px) {
	header address {
		top: 20px;
		right: 0px;
	}
}
footer {
  float: left;
  width: 100%;
    margin-top: 50px;
    text-align: center;
    padding: 0 0 10px 0;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
nav.social {
	position: absolute;
	right: 0;
	top: 29px;
}
nav.social li {
	float: left;
	margin: 0 0 0 11px;
}
@media screen and (max-width: 528px) {
	nav.social {
		top: 96px;
		right: 0;
	}
}
.main-nav-container {
	position: absolute;
	z-index: 300;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background: black;
	opacity: 0;
	-webkit-transition: width 0.5s ease-out, height 0.5s ease, opacity 0.5s ease;
	-moz-transition: width 0.5s ease-out, height 0.5s ease, opacity 0.5s ease;
	-ms-transition: width 0.5s ease-out, height 0.5s ease, opacity 0.5s ease;
	-o-transition: width 0.5s ease-out, height 0.5s ease, opacity 0.5s ease;
	transition: width 0.5s ease-out, height 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 1210px) {
	.main-nav-container {
		width: 320px;
		left: -320px;
		height: auto;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
}
.main-nav-container.open {
	opacity: 1;
	left: 0;
	width: 320px;
	height: 660px;
}
.main-nav {
	background: black;
	padding: 30px 10px 0 30px;
	width: 320px;
	overflow: hidden;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.main-nav-container.open .main-nav {
	position: static;
	opacity: 1;
}


.main-nav .scroll {
	margin-top: 18px;
	max-height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.main-nav a.back {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	display: block;
	text-indent: -3000px;
	float: right;
	background: transparent url(../img/sprite.png) no-repeat -242px 0;
}
.main-nav .menu-icon {
	display: block;
	margin-top: 47px;
	font-size: 32px;
	text-transform: lowercase;
	font-family: "DIN-bold-alternate";
}
.main-nav nav.meta {
	margin-bottom: 16px;
	overflow: hidden;
	font-size: 16px;
}
.main-nav nav.meta li {
	float: left;
	margin-right: 36px;
}
.main-nav nav.meta li:last-child {
	margin-right: 0;
}
.main-nav nav.main {
	padding-right: 20px;
}
.main-nav nav.main h2 {
	text-transform: lowercase;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom: 1px dashed white;
	margin-bottom: 23px;
}
.main-nav nav.main ol {
	counter-reset: item;
	list-style-type: none;
}
.main-nav nav.main li {
	padding-bottom: 25px;
	border-bottom: 1px dashed white;
	margin-bottom: 23px;
}
.main-nav nav.main li:before { 
    content: "#"counter(item, decimal-leading-zero);
    counter-increment: item ;
	list-style-type: decimal-leading-zero;
	font-family: "DIN-bold-alternate";
	font-size: 20px;
}	
.main-nav nav.main li a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 16px;
}
.main-nav nav.main li a dl {
	margin-bottom: 15px;
}
.main-nav nav.main li a span {
	text-decoration: underline;
}
.main-nav nav.main li a:hover span {
	text-decoration: none;
}
.not-loggedin .main-nav nav.main li {
	opacity: 0.4;
}
a.nav-icon , a.xing-icon , a.fb-icon {
	display: block;
	width: 70px;
	height: 70px;
	text-indent: -3000px;
	background: transparent url(../img/sprite.png) no-repeat 0 0;
}
a.xing-icon {
	background-position: -81px 0;
}
a.fb-icon {
	background-position: -162px 0;
}
a.nav-icon {
	top: 29px;
	left: 0;
	position: absolute;
}
@media screen and (max-width: 528px) {
	a.nav-icon {
		top: 96px;
	}
}

nav.filter {
	font-size: 16px;
	letter-spacing: 0;
	position: absolute;
	left: 117px;
	top: 80px;
}
.not-loggedin nav.filter {
	opacity: 0.4;
}

nav.filter li {
	float: left;
	margin-left: 5px;
}
nav.filter li:after {
	content: "•";
}
nav.filter li:last-child:after {
	content: "";
}
nav.filter li a:hover {
	text-decoration: none;
}
nav.filter li a.active {
	text-decoration: none;
	background: white;
	background-image: none ! important;
	color: black;
}
form input {
	width: 100%;
	margin-bottom: 10px;
}
form button {
	width: 70px;
	height: 70px;
	border: 0;
	float: right;
	background: transparent url(../img/sprite.png) no-repeat -242px -80px;
}
form button:hover {
	background-image: url(../img/sprite-hover.png);
}
@media screen and (max-width: 920px) {
	nav.filter {
		position: static;
		width: 100%;
		text-align: center;
		overflow: hidden;
		padding: 0 40px;
		margin: 0 0 20px 0;
	}
	nav.filter li {
		float: none;
		display: inline;
	}
}
.content {
	width: 100%;
	padding-top: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.thumblist.pw-required {
	position: absolute;
	left: -3000px;
    top: -3000px;
    display: none;
}
.thumblist {
	margin: 0 auto;
    counter-reset: item;
    list-style-type: none;
    display: block;
	/*list-style-type: decimal-leading-zero;
	counter-reset: li;*/
	min-height: 640px;
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
	padding-bottom: 100px;
}

.thumblist li , .start , .instagram li {
	width: 111px;
	height: 111px;
	margin: 5px;
	background: black;
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
	-moz-transition: -moz-transform 0.8s ease-in-out;
	-ms-transition: -ms-ttransform 0.8s ease-in-out;
	-o-transition: -o-transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
}


.thumblist li .loading {
	position: absolute;
	opacity: 0;
	right: -50px;
	top: -50px;
	width: 60px;
	height: 60px;
}
.thumblist li.active .loading {
	opacity: 1;
}
.thumblist li:hover {
	background: white;
	color: #000;
}
.thumblist li:hover.active {
	background: black ! important;
}
.thumblist li:before , .start h2 { 
    content: "#"counter(item, decimal-leading-zero);
    counter-increment: item ;
	list-style-type: decimal-leading-zero;
	font-family: "DIN-black-alternate";
	font-size: 16px;
	padding: 13px 0 0 10px;
	float: left;
}	
.thumblist li span , .start p {
	display: block;
	clear: both;
	font-size: 11px;
	line-height: 12px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.thumblist li.large span {
	font-size: 13px;
	line-height: 14px;
	font-family: "DIN-bold-alternate";
}
.thumblist li.large span em {
	font-style: normal;
	font-family: "DIN-medium-alternate";
}
.thumblist li:hover span {
	color: #000;
}
.thumblist li:hover.active span {
	color: #fff;
}
.start {
	margin: 0;
	padding: 10px;
}
.thumblist li.start a {
	width: auto;
	height: auto;
	padding: 0;
	text-decoration: underline;
	display: inline;
}
.thumblist li.large:before , .start h2 {
	font-size: 48px;
	line-height: 40px;
	margin-bottom: 5px;
}
.start h2 {
	display: block;
	float: none;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 2px;
	text-transform: lowercase;
}
.start p {
	margin: 0 0 7px 0;
	line-height: 15px;
	font-size: 14px;
	font-family: "DIN-medium-alternate";
}
.instagram {
	list-style-type: none;
}
.instagram li {
	float: left;
}
.instagram.thumblist li.large a img {
	left: 0;
	bottom: 0;
}
.instagram li:before {
	display: none;
}
.thumblist li.large , .start , .instagram li {
	width: 231px;
	height: 231px;
}
.thumblist .start:hover {
	background: black;
}
.thumblist .start:hover h2 , .thumblist .start:hover p {
	color: white;
}
.start button {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
.instagram li img {
	max-width: 231px;
}

.thumblist li.active {

}
.thumblist li.active a {
	
}
.thumblist li.active:before {
	display: none;
}
.thumblist li a {
	display: block;
	width: 111px;
	height: 111px;
	padding: 9px;
	text-decoration: none;
	position: relative;
}
.thumblist li.large a {
	width: 231px;
	height: 231px;
}
.thumblist li.large a img {
	display: block;
	position: absolute;
	bottom: 9px;
	left: 9px;
}
.detail {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 13px;
}

.detail h1 {
	font-family: "DIN-bold-alternate";
	font-size: 50px;
	font-weight: normal;
	margin: 0 0 4px 0;
}
.impressum h1 {
	font-size: 30px;
    margin-bottom: 15px;
}
.detail h1 a.back {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-indent: -3000px;
	background: transparent url(../img/sprite.png) no-repeat -321px 0;
	line-height: 40px;
	margin-left: 10px;
}

dt , dd {
	display: inline;
}
.detail p {
	display: inline-block;
	max-width: 1024px;
	margin: 16px 0 26px 0;
}
.detail img {
	width: 100%;
	max-width: 1024px;
}
.detail ul li {
	margin: 0 0 26px 0;
}
.video-container {
	max-width: 1024px;
	margin: 0 auto;
}
@media screen and (max-width: 963px) {
		.detail p {
			padding: 0 20px;
		}
}
.impressum img {
    width: auto;
    max-width: 100%;
}