

/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/great-vibes-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Great Vibes'), local('GreatVibes-Regular'),
       url('fonts/great-vibes-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/great-vibes-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/great-vibes-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/great-vibes-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/great-vibes-v7-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}

body{
/*
 	background: url(images/background.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
*/
	font-family: 'Great Vibes', cursive;
	color: white;
	font-size: 3.5vmin;
	margin: 0;
/*
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
*/
	position: relative;
}
body:before{
	position: fixed;
	display: block;
	content: '';
	z-index: -2;
	top:0;
	height: 100vh;
	left: 0;
	right: 0;
	
	background-image: url(images/background.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.clear{
	clear: both;
}

.main-content{
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 40px 0 ;
}
.darkend{
	background: rgba(0,  0,  0, 0.7);
	min-height: 100%;
	font-size: 14px;
	
}
.darkend p{
	font-family: sans-serif;
	font-weight: light;
	max-width: 600px;
}

.text,
.bilder-outer{
}

.text-wrap{
	width: 50%;
	
	
	z-index: 2;	
	float: left;
}
.text{
	margin-top: 4vh;
}
.text:nth-child(2n){
	margin-left: 20%;
	margin-right: -20%;
}
.text div{
	line-height: 1.1em;
	-webkit-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	-moz-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	-ms-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
}
.text div:nth-child(2){
	padding-left: 1em;
}
.text div:nth-child(3){
	padding-left: 1.5em;
}
.text div:nth-child(4){
	padding-left: .5em;
}
.bilder-outer-outer{
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px;
	position: fixed;
	pointer-events: none;
}
.bilder-outer{
	
	width: 50%;
	float: right;
	z-index: 1;
	margin-top:15vh;
}

.bilder-inner{
	width: 70%;
	float: right;
	top:10%;
	bottom: 30%;
	left: 10%;
	right: 20%;
}

.bild-l img,
.bild-m img,
.bild-s img{
	width: 100%;
	height: auto;
}

.bild-l{
	width: 60%;
	margin-top: 10%;
	float: left;
}

.bild-m{
	width: 35%;
	float: right;
}

.bild-s{
	width: 30%;
	margin-right: 5%;
	margin-top: 10%;
	float: right;
}
.img-cap{
	font-family: sans-serif;
	font-weight: light;
	max-width: 600px;
	
	font-size: 12px;
	letter-spacing: 0.2;
}
a{
	color: white;
	
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.about-link{
/* 	position: absolute; */
/*
	right: 0;
	left: 0;
	
	text-align: center;
	bottom: 10px;
*/
	margin-top: 60px;
	//margin-bottom: 40px;
	display: inline-block;
	
	font-family: sans-serif;
	font-weight: light;
	font-size: 12px;
	letter-spacing: 0.2;
	-webkit-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	-moz-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	-ms-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
}

a.lang-link{
	font-size: 30px;
	float: right;
	-webkit-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	-moz-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	-ms-text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
}


@media(max-width:991px){
	body{
		font-size: 10vmin;
	}
	body:before{
		background-position: 20% center;
	}
	.main-content, .bilder-outer-outer{
		padding: 20px ;
	}
	.text-wrap{
		clear: both;
		width: 100%;
		margin-top: 5vh;
	}
	.text{
		margin: 10vw 5vw 0 !important;
	}
	.text div{
		padding: 0 !important;
		text-align: center;
	}
	.bilder-outer{
		width: 100%;
		margin-top: 2vh;
	}
	.bilder-inner{
		width: 100%;
	}
	.bilder-outer-outer{
		position: static;
		width: auto;
		margin: 0;
		
	}
}




