*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html
{
	height: 100%;
}

body
{
	font-size: 100%;
	font-family: 'Josefin Slab', serif;
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
}

p
{
	font-weight: 300;
	font-size: 1.25em;
}

#centertext
{
	text-align: center;
	font-weight: 300;
	font-size: 1.25em;
}

.right h3
{
	font-weight: 100;
	font-size: 1.5em;
	font-family: 'Fredericka the Great', cursive;
}

.video
{
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	margin-top: 2em;
	padding-top: 5em;
	padding-bottom: 2em;
}


#fullscreen
{
	font-family: 'Fredericka the Great', cursive;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: center; 
	position: relative;
}

body.ios #fullscreen
{
	background-attachment: scroll;
}

#fullscreen_logo
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	z-index: 100;
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.7));

}

#fullscreen_left
{
	top: 50%;
	left: 160px;
	transform: translateY(-50%);
	position: absolute;
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.7));
}

#fullscreen_left a
{
	color: #fff;
	font-size: 2em;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	text-transform: uppercase;
	text-decoration: none;
}

#fullscreen_right
{
	top: 50%;
	right: 160px;
	transform: translateY(-50%);
	position: absolute;
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.7));
}

#fullscreen_right a
{
	color: #fff;
	font-size: 2em;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	text-transform: uppercase;
	text-decoration: none;
}

#down
{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	background-image: url(../img/arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.7));
}

.fullscreen
{
	width: 100%;
	position: relative;
}

.inner
{
	width: 100%;
	height: 100%;
	padding: 80px 160px; 
	color: #ededed;
}

.inner b
{
	font-weight: 500;
	font-size: 1.5em;
	text-transform: uppercase;
}

#content
{
	width: 100%;
	transition: background-color 0.5s;
	padding: 80px 0px;
}

.inner_inner
{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 20px;
}

.inner_inner_dunkel
{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 20px;
}

.inner_inner a
{
	color: #ededed;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.inner_inner_dunkel a
{
	color: #3c3c3c;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.inner_inner a img
{
	width: 300px;
	display: block;
	margin: auto;
}

.inner_inner_dunkel a img
{
	width: 300px;
	display: block;
	margin: auto;
}

.inner_inner h1
{
	font-family: 'Fredericka the Great', cursive;
	text-transform: uppercase;
	font-weight: 400;
}

.inner_inner_dunkel h1
{
	font-family: 'Fredericka the Great', cursive;
	text-transform: uppercase;
	font-weight: 400;
}

.h1_hover
{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s;
}

.teaser
{
	font-size: 5.5em;
	font-weight: 300;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	color: #cdcccd;
	z-index: 100;
}
.teaser_grau
{
	font-size: 5.5em;
	font-weight: 300;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	color: #b2b3b6;
	z-index: 100;
}

.teaser_dunkel
{
	font-size: 5.5em;
	font-weight: 300;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	color: #6d6e71;
	z-index: 100;
}

h1.shown
{
	opacity: 1;
	font-size: 3.5em;
	transition: opacity 0.5s;
}

.inner_inner .left
{
	width: calc(100% - 300px);
	float: left;
	padding-right: 30px;
}

.inner_inner .right
{
	width: 300px;
	float: right;
	padding-left: 30px;	
}

.inner_inner_dunkel .left
{
	width: calc(100% - 300px);
	float: left;
	padding-right: 30px;
}

.inner_inner_dunkel .right
{
	width: 300px;
	float: right;
	padding-left: 30px;	
}

.clear
{
	clear: both;
}

.inner_inner:hover > a > .inner_inner_inner > h1.shown
{
	opacity: 0;
}

.inner_inner:hover > a > .inner_inner_inner > .h1_hover
{
	opacity: 1;
}

.inner_inner h3
{
	font-weight: 200;
}

.inner_inner_dunkel:hover > a > .inner_inner_inner > h1.shown
{
	opacity: 0;
}

.inner_inner_dunkel:hover > a > .inner_inner_inner > .h1_hover
{
	opacity: 1;
}

.inner_inner_dunkel h3
{
	font-weight: 200;
}

.inner_inner_inner
{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10%;
}

#navigation
{
	position: fixed;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #b6a4a4;
	z-index: 10000;
	padding: 3px 0px;
	top: 0px;
	transition: all 0.5s;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
}

#navigation.hidden
{
	top: -300px;
}

#navigation img
{
	width: 100px;
	display: block;
	margin: auto;
}

#navigation li
{
	list-style: none;
	text-align: center;
	display: inline-block;
}

#navigation ul
{
	width: 100%;
	text-align: center;
}

#navigation ul li a
{
	display: block;
	color: #ededed;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 15px;
}

#footer
{
	text-align: center;
	color: #ededed;
	font-weight: 300;
	margin-bottom: -40px;
}

#footer a
{
	color: #ededed;
	text-decoration: none;
}

.fullscreen.white
{
	color: #ededed!important;
}

.fullscreen .right img
{
	width: 100%;
}

#gallery
{
	margin-top: 80px;
}

#next
{
	font-family: 'Fredericka the Great', cursive;
	font-size: 2.5em;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	margin-top: 80px;
	position: relative;
	padding: 50px;
}

#next h1
{
	text-align: center;
	width: 100%;
	font-size: 1em;
}

#next p
{
	font-family: 'Josefin Slab', serif;
	font-size: 0.5em;
	text-align: center;
}

a.none
{
	text-decoration: none;
}

#bobbles
{
	margin-top: 80px;
}

.bobble_item
{
	margin: 30px 0px;
	position: relative;
	min-height: 100px;
}

.bobble_item .text
{
	width: calc(100% - 100px);
	padding-left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
}

.bobble
{
	background-color: #ededed;
	width: 100px;
	height: 100px;	
	border-radius: 150px;
	position: absolute;
}

.bobble:after
{
	content: "";
	height: 60px;
	background-color: #ededed;
	width: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%); 
	bottom: -60px;
}

.bobble.last:after
{
	content: "";
	height: 0px;
	background-color: #ededed;
	width: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%); 
	bottom: -60px;
}

.bobble span
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #000;
	font-weight: 300;
	line-height: 1em;
}

@media all and (max-width: 650px){
	#fullscreen_logo
	{
		width: 150px;
	}

	.h1_hover
	{
		display: block;
		opacity: 1;
	}

	h1.shown
	{
		display: none;
	}

	.teaser
	{
		font-size: 2.5em;
	}

	.teaser_grau
	{
		font-size: 2.5em;
	}

	.teaser_dunkel
	{
		font-size: 2.5em;
	}

	.inner
	{
		width: 100%;
		height: 100%;
		padding: 20px 40px; 
	}

	.inner b
	{
		font-size: 1.25em;
	}

	#content
	{
		width: 100%;
		transition: background-color 0.5s;
		padding: 20px 0px;
	}

	#footer
	{
		text-align: center;
		color: #ededed;
		font-weight: 300;
		margin-bottom: 0px;
		padding: 10px 40px;
	}

	#down
	{
		position: absolute;
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 80px;
		background-image: url(../img/arrow.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		filter: drop-shadow(0px 0px 8px rgba(0,0,0,1));
	}

	#navigation
	{
		padding-top: 7px;
	}

	#navigation img
	{
		width: 75px;
		display: block;
		margin: auto;
	}

	#navigation ul li a
	{
		display: block;
		color: #ededed;
		text-decoration: none;
		font-weight: 300;
		text-transform: uppercase;
		padding: 6px;
		font-size: 0.9em;
	}

	#footer
	{
		font-size: 0.6em;
	}

	.inner_inner .right, #gallery
	{
		margin-top: 50px;
	}

	.inner_inner_dunkel .right, #gallery
	{
		margin-top: 50px;
	}

	#next h1
	{
		font-size: 0.5em;
	}

	#next p
	{
		font-size: 0.3em;
	}

	.bobble
	{
		background-color: #ededed;
		width: 80px;
		height: 80px;	
		border-radius: 150px;
		position: absolute;
		font-size: 0.8em;
	}

	.bobble_item
	{
		margin: 30px 0px;
		position: relative;
		min-height: 140px;
	}

	.bobble_item .text
	{
		width: calc(100% - 80px);
		padding-left: 10px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 80px;
	}

	.bobble:after
	{
		content: "";
		height: 100px;
		background-color: #ededed;
		width: 3px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%); 
		bottom: -100px;
	}
}

@media all and (max-width: 700px){ 
	#fullscreen_left, #fullscreen_right
	{
		display: none;
	}

	.inner_inner h1
	{
		font-size: 1.5em;
	}

	.inner_inner h3
	{
		font-size: 0.9em;
	}

	.inner_inner .left
	{
		width: 100%;
		float: none;
		padding-right: 0px;
	}

	.inner_inner .right
	{
		width: 100%;
		float: none;
		padding-left: 0px;	
	}

	.inner_inner_dunkel h1
	{
		font-size: 1.5em;
	}

	.inner_inner_dunkel h3
	{
		font-size: 0.9em;
	}

	.inner_inner_dunkel .left
	{
		width: 100%;
		float: none;
		padding-right: 0px;
	}

	.inner_inner_dunkel .right
	{
		width: 100%;
		float: none;
		padding-left: 0px;	
	}
}

@media all and (min-width: 650px) and (max-width: 1000px){
	#fullscreen_logo
	{
		width: 190px;
	}

	.inner
	{
		width: 100%;
		height: 100%;
		padding: 50px 100px; 
	}

	#content
	{
		width: 100%;
		transition: background-color 0.5s;
		padding: 50px 0px;
	}

	#fullscreen_left
	{
		top: 50%;
		left: 100px;
		transform: translateY(-50%);
		position: absolute;
	}

	#fullscreen_right
	{
		top: 50%;
		right: 100px;
		transform: translateY(-50%);
		position: absolute;
	}

	#footer
	{
		text-align: center;
		color: #ededed;
		font-weight: 300;
		margin-bottom: -20px;
	}

	.inner_inner .left
	{
		width: calc(100% - 180px);
		float: left;
		padding-right: 30px;
	}

	.inner_inner .right
	{
		width: 180px;
		float: right;
		padding-left: 30px;	
	}

	.inner_inner_dunkel .left
	{
		width: calc(100% - 180px);
		float: left;
		padding-right: 30px;
	}

	.inner_inner_dunkel .right
	{
		width: 180px;
		float: right;
		padding-left: 30px;	
	}
}

@media all and (min-width: 1450px){
	body
	{
		font-size: 110%;
	}

	.inner
	{
		width: 100%;
		height: 100%;
		padding: 110px 220px; 
	}

	#content
	{
		width: 100%;
		transition: background-color 0.5s;
		padding: 110px 0px;
	}

	#fullscreen_left
	{
		top: 50%;
		left: 220px;
		transform: translateY(-50%);
		position: absolute;
		font-size: 1.5em;
	}

	#fullscreen_right
	{
		top: 50%;
		right: 220px;
		transform: translateY(-50%);
		position: absolute;
		font-size: 1.5em;
	}

	#navigation img
	{
		width: 120px;
		display: block;
		margin: auto;
	}

	#fullscreen_logo
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 380px;
		z-index: 100;
	}

	#down
	{
		position: absolute;
		bottom: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 120px;
		height: 120px;
		background-image: url(../img/arrow.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		filter: drop-shadow(0px 0px 8px rgba(0,0,0,1));
	}

	#navigation ul li a
	{
		display: block;
		color: #ededed;
		text-decoration: none;
		font-weight: 300;
		text-transform: uppercase;
		padding: 18px 20px;
		font-size: 1.4em;
	}

	.inner_inner
	{
		font-size: 1.5em;
	}

	.inner_inner_dunkel
	{
		font-size: 1.5em;
	}

	#footer
	{
		font-size: 1.2em;
	}

	.inner_inner .left
	{
		width: calc(100% - 400px);
		float: left;
		padding-right: 50px;
	}

	.inner_inner .right
	{
		width: 400px;
		float: right;
		padding-left: 50px;	
	}

	.inner_inner_dunkel .left
	{
		width: calc(100% - 400px);
		float: left;
		padding-right: 50px;
	}

	.inner_inner_dunkel .right
	{
		width: 400px;
		float: right;
		padding-left: 50px;	
	}

	.bobble
	{
		background-color: #ededed;
		width: 140px;
		height: 140px;	
		border-radius: 150px;
		position: absolute;
		font-size: 1em;
	}

	.bobble_item
	{
		margin: 50px 0px;
		position: relative;
		min-height: 140px;
	}

	.bobble_item .text
	{
		width: calc(100% - 140px);
		padding-left: 30px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 140px;
	}
}