@font-face {font-family: 'zorro-reg';font-display: auto; src: url('../fonts/cera-regular-webfont.eot');src: url('../fonts/cera-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/cera-regular-webfont.woff2') format('woff2'),url('../fonts/cera-regular-webfont.woff') format('woff'),url('../fonts/cera-regular-webfont.ttf') format('truetype'),url('../fonts/cera-regular-webfont.svg#wf') format('svg');}

@font-face {font-family: 'zorro-bold';font-display: auto; src: url('../fonts/cera-bold-webfont.eot');src: url('../fonts/cera-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/cera-bold-webfont.woff2') format('woff2'),url('../fonts/cera-bold-webfont.woff') format('woff'),url('../fonts/cera-bold-webfont.ttf') format('truetype'),url('../fonts/cera-bold-webfont.svg#wf') format('svg');}

@font-face {font-family: 'zorro-semi';font-display: auto; src: url('../fonts/cera-medium-webfont.eot');src: url('../fonts/cera-medium-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/cera-medium-webfont.woff2') format('woff2'),url('../fonts/cera-medium-webfont.woff') format('woff'),url('../fonts/cera-medium-webfont.ttf') format('truetype'),url('../fonts/cera-medium-webfont.svg#wf') format('svg');}

@font-face {font-family: 'zorro-black';font-display: auto; src: url('../fonts/cera-black-webfont.eot');src: url('../fonts/cera-black-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/cera-black-webfont.woff2') format('woff2'),url('../fonts/cera-black-webfont.woff') format('woff'),url('../fonts/cera-black-webfont.ttf') format('truetype'),url('../fonts/cera-black-webfont.svg#wf') format('svg');}

html{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body{
	position: relative;
	background: black;
	color: white;
	font-family: 'zorro-bold';
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url('../img/ausschnitblackwhite.jpg');
	-webkit-transition: background-image 0.8s ease-in-out;
	-o-transition: background-image 0.8s ease-in-out;
	transition: background-image 0.8s ease-in-out;
	background-size: cover;
	background-position: center center;
}

body.halleluja{
	background-image: url('../img/ausschnitt.jpg');
	-webkit-transition: background-image 0.8s ease-in-out;
	-o-transition: background-image 0.8s ease-in-out;
	transition: background-image 0.8s ease-in-out;
}

a, a:active, a:focus {
   outline: none;
   text-decoration: none;
}

.topbar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 500;
	width: 610px;
}

.topbar .logo{
	width: 160px;
	height: auto;
	margin-top: 50px;
	margin-left: 30px;
	cursor: none;
}

.topbar .navigation{
	font-family: 'zorro-bold';	
	font-size: 18px;
	vertical-align: text-bottom;
	position: relative;
	width: 100%;
}

.topbar .navigation nav{
	position: absolute;
	bottom: 3px;
}

.topbar .navigation nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	padding-left: 60px;
}

.topbar .navigation nav ul li{
	margin-right: 20px;
	cursor: pointer;
}

.topbar .navigation nav ul li a{
	color: white;
	text-decoration: none;
}

.wrap{
	position: relative;
	height: 100%;
	width: 100%;
	margin-top: -200px;
	z-index: 50;
}

.hammer{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 80px;
	margin-left: 50px;
	font-family: 'zorro-semi';
	pointer-events: none;
}

.marqueecontainer{
	position: absolute;
	width: 100%;
	bottom: 30px;
	overflow: hidden;
	font-size: 18px;
	z-index: 100;
}

.navcontentcontainer{
	position: absolute;
	z-index: 99999;
	height: 100%;
	top: 0;
	right: 0;
	width: 500px;
	background-image: url(../img/gradient.jpg);
	background-size: cover;
	background-position-x: 0%;
	-webkit-animation-name: gradientmove;
	        animation-name: gradientmove;
	-webkit-animation-duration: 80s;
	        animation-duration: 80s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}

@-webkit-keyframes gradientmove{
	0% { background-position-x: 0% }
	50% { background-position-x: 100% }
	100% { background-position-x: 0% }
}

@keyframes gradientmove{
	0% { background-position-x: 0% }
	50% { background-position-x: 100% }
	100% { background-position-x: 0% }
}


.closebtn{
	color: black;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
	font-size: 25px;
	font-family: 'zorro-semi';
}

.contentcontainer{
	color: black;
	font-size: 18px;
	display: none;
}


.contentcontainer .content{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 70px;
	
}

.contentcontainer .content a{
	text-decoration: none;
	color: #0741ce;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.contentcontainer .content a:hover{
	color: black;
}

.contentcontainer .content h1{
	font-size: 19px;
	font-weight: normal;
	margin-top: 100px;
	margin-bottom: 30px;
}

.contentcontainer .content p + h1{
	margin-top: 50px;
}

.contentcontainer .content p.skala{
	margin-top: 50px;
}
.contentcontainer .content p span{
	line-height: 40px;
}


.hide{
	-webkit-transform: translateX(501px);
	    -ms-transform: translateX(501px);
	        transform: translateX(501px);
}

.show{
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	        transform: translateX(0px);
}


/* Insta Images */

.instaimages{
	z-index: 0;
}

.instaimages .instafoto{
	width: 250px;
	display: none;
	position: relative;
	-webkit-perspective: 40px;
	        perspective: 40px;
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.instaimages .instafoto .inner{
	-webkit-box-shadow: 2px 2px 50px rgba(246, 246, 246, 0.3);
	        box-shadow: 2px 2px 50px rgba(246, 246, 246, 0.3);
}

.instaimages .instafoto:hover{
	opacity: 1;
	cursor: crosshair;
}


.instaimages .instafoto img{
	width: 100%;
	margin-bottom: -5px;
}


.instaimages .instafoto.imageno1, .instaimages .instafoto.imageno:nth-child(1){
	position: absolute;
	display: block;
	bottom: 77px;
	left: 120px;
}

.instaimages .instafoto.imageno2, .instaimages .instafoto.imageno:nth-child(2){
	position: absolute;
	display: block;
	top: 36px;
	left: 520px;
}

.instaimages .instafoto.imageno3, .instaimages .instafoto.imageno:nth-child(3){
	position: absolute;
	display: block;
	bottom: 35%;
	left: 50%;
}

.instaimages .instafoto.imageno4, .instaimages .instafoto.imageno:nth-child(4){
	position: absolute;
	display: block;
	top: 10%;
	right: 60px;
}

.instaimages .instafoto.imageno5, .instaimages .instafoto.imageno:nth-child(5){
	position: absolute;
	display: block;
	bottom: 15%;
	right: 120px;
}




.dontshow{
	opacity: 0!important;
}


/* MOBILE STYLES */


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body{
		width: 100vw;
		height: 100%;
		overflow: hidden!important;
	}
	.wrap{
		width: 100vw; 
		overflow: hidden;
	}
	.topbar{
		width: 100vw;
		display: block;
	}
	.topbar .logo{
		margin-top: 35px;
		width: 130px;
	}
	.topbar .navigation{
		position: absolute;
		top: 125px;
		left: 180px;
	}
	.topbar .navigation nav ul{
		display: block;
	}
	.topbar .navigation nav ul li{
		line-height: 30px;
	}
	.hammer{
		font-size: 25px;
	}
	.marqueecontainer{
		font-size: 17px;
	}
	.navcontentcontainer{
		width: 100vw;
		height: 100vh;
		overflow: hidden;
	}
	.contentcontainer .content{
		padding: 30px;
	}
	.contentcontainer{
		font-size: 17px;
	}
	.contentcontainer .content h1{
		margin-top: 55px;
	}
	.instaimages .instafoto{
		width: 130px;
	}
	.instaimages .instafoto.imageno1{
		bottom: 30px;
		right: 60px;
		left: unset;
	}
	.instaimages .instafoto.imageno2{
		left: 26px;
		top: 220px;
		display: none;
	}
	.instaimages .instafoto.imageno3{
		left: unset;
		right: 26px;
	}
	.instaimages .instafoto.imageno4{
		display: none;
	}
	.instaimages .instafoto.imageno5{
		left: 0px;
		right: unset;
	}
}


/** DATENSCHUTZ-SEITE **/

body.dataprotection{
	overflow-y: scroll;
}

body.dataprotection h1{
	margin-bottom: 30px;
}

body.dataprotection p a{
	color: white;
	text-decoration: underline;
}

.dataprotectiontxt{
	max-width: 750px;
	margin-left: 30px;
	margin-top: 70px;
}
























