/* #fcee29 */

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

html, body 
{
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}

body
{
	font-size: 100%;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3
{
	font-family: 'Economica', sans-serif;
	font-weight: 300;
}

h1
{
	text-align: center;
	font-size: 2.2em;
	text-transform: uppercase;
	margin-top: 30px;
}

#intro .text a
{
	color: #fcee29;
}

.text a
{
	color: #000;
}

#header
{
	position: fixed;
	width: 100%;
	background-color: #000;
	z-index: 1000;
	top: 0px;
	border-bottom: 4px solid #fcee29;
	z-index: 20000;
}

#navigation 
{
	text-align: right;
	padding-right: 15px;
	font-family: 'Economica', sans-serif;
}

#navigation ul li
{
	display: inline-block;
	position: relative;
	margin: 0px -2px;
}

#navigation ul li ul
{
	position: absolute;
	font-size: 0.8em;
	background-color: #fcee29;
	text-align: left;
	min-width: 100%;
	display: none;
}

#navigation ul li ul li
{
	display: block;
	margin: 0px;
}

#navigation ul li ul li a
{
	text-transform: inherit;
	color: #000;
	padding: 10px 15px;
}

#navigation a
{
	color: #fcee29;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 300;
}

#navigation ul li a
{
	display: block;
	padding: 25px 15px;
	text-transform: uppercase;
}

#logo
{
	height: 100%;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px 0px;
}

#slider
{
	width: 100%;
	height: calc(100% - 80px);
	position: relative;
	overflow: hidden;
	filter: grayscale(30%);
}

#slider.half
{
	width: 100%;
	height: calc(60% - 80px);
	position: relative;
	overflow: hidden;
	filter: grayscale(30%);
}

#slider:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(pattern.svg);
	background-attachment: fixed;
	background-size: 8px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#scroll
{
	color: #fcee29;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000;
	bottom: 55px;
	font-family: 'Economica', sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	padding: 15px;
	font-size: 1.1em;
}

#slider:after
{
	content: "";
	width: 130%;
	height: 130px;
	background-color: #000;
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%) rotate(-5deg);
	z-index: 10;
}

body.ios .slide, body.ios #slider:before, body.ios .divider
{
	background-attachment: scroll;
}

.slide
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#intro
{
	background-color: #000;
	position: relative;
	margin-bottom: 160px;
	padding: 30px 0px;
}

#intro .text
{
	margin-bottom: 0px;
}

#intro:after
{
	content: "";
	width: 130%;
	height: 130px;
	background-color: #000;
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%) rotate(-5deg);
	z-index: -100;
}

#intro h1
{
	color: #fcee29;
	margin-top: 0px;
}

#intro .text
{
	color: #fcee29;
	text-align: center;
}

.text
{
	margin: 40px 0px;
}

.text.centered
{
	text-align: center;
}

.clear
{
	clear: both;
}

.wrappedUp
{
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px;
}

.divider
{
	width: 100%;
	height: 400px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: -10;
}

.divider:before
{
	content: "";
	width: 130%;
	height: 130px;
	background-color: #fff;
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%) rotate(-5deg);
	z-index: 100;
}

.divider:after
{
	content: "";
	width: 130%;
	height: 130px;
	background-color: #fff;
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%) rotate(-5deg);
	z-index: 100;
}

#map
{
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: -10px;
}

#map:before
{
	content: "";
	width: 130%;
	height: 130px;
	background-color: #fff;
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%) rotate(-5deg);
	z-index: 100;
}

#contact
{
	background-color: #000;
	color: #fcee29;
	text-align: center;
	padding: 40px 0px;
}

#contact a
{
	color: #fcee29;
}

.button
{
	padding-bottom: 1em;
}

.button a
{
	border: 3px solid #fcee29;
	color: #fcee29;
	margin-top: 2em;
	text-decoration: none;
	padding: 15px;
	font-family: 'Economica', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: all 0.3s;
}

.button a:hover
{
	background-color: #fcee29;
	color: #000!important;
}

#footer
{
	text-align: center;
	padding: 30px;
	background-color: #fcee29;
	color: #000;
	font-size: 0.9em;
}

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

#footer strong
{
	font-family: 'Economica', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
}

.logoWrapper
{
	width: 25%;
	padding-bottom: 15%;
	display: inline-block;
	position: relative;
}

.logoWrapper.big
{
	width: 50%;
}

.logos
{
	text-align: center;
}

.verticalWrapper
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery .logoWrapper
{
	float: left;
	padding-bottom: 25%;
	background-position: center;
	background-size: cover;
}

.verticalWrapper img
{
	max-width: 100%;
}

.fancybox
{
	cursor: zoom-in;
}

form
{
	max-width: 750px;
	display: block;
	margin: auto;
}

form .left
{
	float: left;
	width: 50%;
	padding-right: 15px;
}

form .right
{
	float: right;
	width: 50%;
	padding-left: 15px;
}

label, input, textarea, button
{
	width: 100%;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 1em;
}

input
{
	margin-bottom: 18px;
}

label
{
	margin-bottom: 5px;
	color: #384a78;
	text-transform: uppercase;
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	color: #000;
}

#form p
{
	text-align: center;
}

input, textarea
{
	font-weight: 300;
}

textarea
{
	resize: none;
	height: 130px;
}

input, textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	box-shadow: none;
   	border-radius: 0px;
   	border: 1px solid #384a78;
   	padding: 7px;
}

input:focus, textarea:focus
{
	border: 1px solid #273556;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}


button
{
	border: 3px solid #fcee29;
	color: #fcee29;
	margin-top: 2em;
	text-decoration: none;
	padding: 15px;
	font-family: 'Economica', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #000;
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

button:hover
{
	background-color: #fcee29;
	color: #000;
}


.alert.alert-danger
{
	color: red;
	margin-top: 0px;
	margin-bottom: 40px;
}

.alert.alert-danger li
{
	list-style-position: inside;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten:";
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Economica', sans-serif;
}

#form
{
	margin-top: -100px;
	padding-top: 100px;
}

.success
{
	text-align: center;
}

.success strong
{
	font-weight: 500;
	font-family: 'Economica', sans-serif;
	text-transform: uppercase;
}

.icon
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center!important;
	font-weight: 500;
	font-family: 'Economica', sans-serif;
	text-transform: uppercase;
}

.iconLink
{
	color: #000;
	text-decoration: none;
	width: 130px;
	display: inline-block;
	margin: 0px 15px;
}

.icon img
{
	clear: both;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 200px;
	padding: 15px;
	background-color: #000;
	margin-bottom: 1em;
	transition: all 0.3s;
}

.icon:hover > img
{
	box-shadow: 0px 0px 10px #000;
}

.text.icon
{
	margin-bottom: 25px!important;
	margin-top: 25px!important;
}

@media all and (max-width: 520px){
	.logoWrapper
	{
		width: 50%;
		padding-bottom: 28%;
	}

	.logoWrapper.big
	{
		width: 100%;
	}

	h1
	{
		font-size: 1.7em;
	}

	#map:before
	{
		height: 110px!important;
	}

	.iconLink
	{
		width: 90px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	form .left, form .right
	{
		width: 100%;
		padding: 0px;
	}

	.text.icon
	{
		margin-bottom: 30px!important;
		margin-top: 30px!important;
	}
}

@media all and (min-width: 521px) and (max-width: 700px){
	.logoWrapper
	{
		width: 33.3%;
	}

	.verticalWrapper img
	{
		max-width: 90%;
	}

	.iconLink
	{
		width: 100px;
		margin: 0px 8px;
	}
}

@media all and (max-width: 700px){
	body
	{
		font-size: 94%;
	}

	#navigation
	{
		position: fixed;
		height: calc(100% - 60px);
		width: 250px;
		background-color: #000;
		overflow: auto;
		right: -250px;
		padding: 0px;
		top: 60px;
		transition: right 0.2s;
	}

	#navigation.shown
	{
		right: 0px;
	}

	#navigation ul li
	{
		display: block;
		margin: 0px;
		width: 100%;
		text-align: left;
	}

	#navigation ul li ul
	{
		display: none;
		position: relative;
		text-align: left;
		background-color: #000;
	}

	#navigation ul li ul li a
	{
		color: #fcee29;
	}

	#navigation ul li.active
	{
		background-color: #fcee29;
	}

	#navigation ul li.active a
	{
		color: #000;
	}

	#header
	{
		height: 60px;
	}

	#logo
	{
		padding: 12px 0px;
	}

	.subNavOpener
	{
		width: 55px;
		height: 72px;
		position: absolute;
		z-index: 100;
		top: 0px;
		right: 0px;
		cursor: pointer;
		display: block;
		background-color: #000;
	}

	#navigation ul li.active .subNavOpener
	{
		background-color: #fcee29; 
	}

	#navigation ul li.active .subNavOpener:after
	{
		color: #fff;
		background-color: #fcee29;
		color: #000;
	}

	#navigation ul li.active ul
	{
		background-color: #fcee29;
	}

	.subNavOpener:after
	{
		content: "▼";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fcee29;
		font-size: 1em;
	}

	.subNavOpener.active:after
	{
		content: "▲";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fcee29;
		font-size: 1em;
	}

	#navOpener
	{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 60px;
		height: 56px;
		background-color: #000;
		z-index: 100000;
		cursor: pointer;
	}

	.line
	{
		width: calc(100% - 34px);
		height: 2px;
		background-color: #fcee29;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 19px;
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 19px;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		opacity: 0;
	}

	#navOpener.active .line:nth-child(3)
	{
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#intro:after
	{
		height: 80px;
		bottom: -40px;
	}

	#slider:after
	{
		height: 80px;
		bottom: -40px;
	}

	.divider:before
	{
		height: 80px;
		bottom: -40px;
	}

	.divider:after
	{
		height: 80px;
		bottom: -40px;
	}

	#map:before
	{
		height: 100px;
		bottom: -40px;
	}

	#map
	{
		height: 280px;
		margin-top: -20px;
	}

	#intro
	{
		margin-bottom: 98px;
	}

	.divider
	{
		height: 260px;
	}

	#slider
	{
		width: 100%;
		height: calc(100% - 160px);
		position: relative;
		overflow: hidden;
		filter: grayscale(30%);
		min-height: 300px;
	}

	#slider.half
	{
		width: 100%;
		height: calc(70% - 160px);
		position: relative;
		overflow: hidden;
		filter: grayscale(30%);
		min-height: 200px;
	}

	#scroll
	{
		font-size: 1em;
		padding: 13px;
		bottom: 30px;
	}
}

@media all and (min-width: 701px){
	#navigation ul li:hover > ul
	{
		display: block;
	}

	#navigation ul li:hover, #navigation ul li.active
	{
		background-color: #fcee29;
	}

	#navigation ul li:hover a, #navigation ul li.active a
	{
		color: #000;
	}
}

@media all and (min-width: 701px) and (max-width: 850px){
	.logoWrapper
	{
		width: 25%;
	}
}

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

	#intro
	{
		margin-bottom: 210px;
	}

	.divider
	{
		height: 550px;
	}

	#intro:after
	{
		height: 180px;
		bottom: -90px;
	}

	#slider:after
	{
		height: 180px;
		bottom: -90px;
	}

	.divider:before
	{
		height: 180px;
		top: -90px;
	}

	.divider:after
	{
		height: 180px;
		bottom: -90px;
	}

	#map:before
	{
		height: 180px;
		top: -90px;
	}

	#map
	{
		height: 520px;
	}

	#scroll
	{
		bottom: 80px;
	}

	#navigation ul li a
	{
		display: block;
		padding: 33px 20px;
		text-transform: uppercase;
	}

	#navigation ul li ul li a
	{
		text-transform: inherit;
		color: #000;
		padding: 12px 20px;
	}

	#slider
	{
		height: calc(100% - 100px);
	}
}

@media all and (min-width: 2101px){
	form, #form
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 850px;
	}

	#intro
	{
		margin-bottom: 210px;
	}

	.divider
	{
		height: 780px;
	}

	#intro:after
	{
		height: 300px;
		bottom: -150px;
	}

	#slider:after
	{
		height: 300px;
		bottom: -150px;
	}

	.divider:before
	{
		height: 300px;
		top: -150px;
	}

	.divider:after
	{
		height: 300px;
		bottom: -150px;
	}

	#map:before
	{
		height: 300px;
		top: -150px;
	}

	#map
	{
		height: 680px;
	}

	#scroll
	{
		bottom: 140px;
		padding: 20px;
	}

	#intro
	{
		margin-bottom: 330px;
	}

	#form
	{
		margin-top: -130px;
		padding-top: 130px;
	}

	.iconLink
	{
		width: 160px;
	}

	.wrappedUp
	{
		max-width: 1100px;
	}

	.text
	{
		margin: 55px 0px;
	}
}