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

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

body
{
	position: relative;
	font-size: 95%;
	font-family: 'Raleway', sans-serif;
}

h1.first
{
	margin: 2em 0em 2.5em 0em;
}

h1
{
	font-weight: 400;
	text-align: center;
	margin: 3em 0em 2.5em 0em;
	position: relative;
	color: #8f1550;
}

h1:after
{
	content: "";
	position: absolute;
	width: 200px;
	background-color: #8f1550;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
}

#socialMedia
{
	width: 58px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.social
{
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 10px auto 15px;
	width: 40px;
	height: 40px;
	transition: all 0.3s;
}

.social:hover
{
	background-size: 78%;
}

#facebook
{
	background-image: url(facebook.png);
}

#instagram
{
	background-image: url(instagram.png);
}

#snapchat
{
	background-image: url(snapchat.png);
}

#youtube
{
	background-image: url(youtube.png);
}

#wrapper
{
	width: 100%;
	min-height: 100%;
	position: relative;
}

#content
{
	min-height: 100%;
	width: 440px;
	background-color: #fff;
	padding: 58px 58px 50px 58px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
}

#footer
{
	margin-top: 4.5em;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.6em;
}

#footer a
{
	font-family: 'Roboto Condensed';
	color: #000;
	text-decoration: none;
}

#image
{
	width: calc(100% - 440px);
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	background-size: cover;
	background-position: left;
	/*z-index: -100;*/
}

#logo
{
	max-width: 210px;
	display: block;
	margin: auto;
}

.text
{
	font-family: 'Roboto Condensed';
	margin: 60px 0px;
}

#inner
{
	display: none;
}

#navigation 
{
	position: fixed;
	width: 140px;
	top: 50%;
	left: 440px;
	transform: translateY(-50%);
}

#navigation ul
{
	list-style: none;
}

#navigation li
{
	padding: 12px 15px;
	background-color: #fff;
	width: 100%;
	display: block;
	margin: 5px;
	/*transition: width 0.8s;*/
}

#navigation a.active
{
	color: #8f1550;
} 

#navigation a
{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

strong
{
	color: #8f1550;
}

.text a
{
	color: #000;
}

.text ul
{
	padding-left: 1em;
}

#image img
{
	height: 580px;
	filter: drop-shadow(-20px 15px 8px rgba(0,0,0,0.4));
}

#image iframe
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #000;
	width: 120%;
  	height: 120%;
}

img.youtube
{
	width: 100%;
	object-fit: cover;
}

.youtubeFrame
{
	display: none;
}

.youtubeWrapper
{
	position: relative;
}

.youtubeWrapper a
{
	position: relative;
	display: block;
	margin-top: 1em;
}

iframe.youtube
{
	width: 100%;
	margin-top: 1.5em;
	border: none;
}

.text img.play
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px!important;
	opacity: 0.7;
	transform: translate(-50%, -50%);
}

span.small
{
	font-size: 0.8em;
	display: block;
	padding-bottom: 1em;
}

.text a.button, button
{
	width: 100%;
	background-color: #8f1550;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.text a.button:hover, button:hover
{
	background-color: #6d103d;
}

#openFullscreen
{
	position: fixed;
	top: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.6);
	display: block;
	background-image: url(fullscreen.svg);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}

.easyPaginateNav
{
	text-align: center;
}

.easyPaginateNav a
{
	text-decoration: none;
	color: #8f1550;
	margin: 0px 5px;
}

.easyPaginateNav a.current
{
	font-weight: 600;
	text-decoration: underline;
}

.fancybox img
{
	width: 100%;
	margin-top: 1.5em;
}

.logo
{
	width: 80%;
	display: block;
	margin: auto;
	max-width: 300px;
}

form
{
	width: 100%;
}

input, textarea
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	box-shadow: none;
   	border-radius: 0px;
   	border: 1px solid #384a78;
   	padding: 8px;
   	font-family: 'Roboto Condensed';
   	width: 100%;
   	margin-bottom: 1em;
   	font-size: 1em;
   	font-weight: 300;
}

button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	box-shadow: none;
   	border-radius: 0px;
   	font-family: 'Roboto Condensed';
   	border: none;
   	font-size: 1em;
}

button
{
	margin-top: 1.2em;
	margin-bottom: 0em;
}

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

label
{
	color: #8f1550;
	display: block;
	margin-bottom: 0.3em;
}


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

.alert.alert-danger li
{
	margin-left: 1em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten:";
	text-transform: uppercase;
}

@media all and (min-width: 771px) and (max-width: 1024px) and (max-height: 770px){
	#wrapper
	{
		width: 300px;
	}
}

@media all and (min-width: 771px){
	#navigation
	{
		display: block!important;
	}
}

@media all and (max-width: 770px){
	#wrapper
	{
		width: 100%;
	}

	#navOpener
	{
		width: 20px;
		height: 14px;
		position: fixed;
		top: 30px;
		right: 30px;
		z-index: 100000000;
		cursor: pointer;
	}

	#navOpener:before
	{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 40px;
		height: 40px;
		border-radius: 10000px;
		background-color: #fff;
		z-index: -10;
		transition: all 0.4s;
	}

	.line
	{
		width: 20px;
		height: 2px;
		background-color: #000;
		left: 0px;
		position: absolute;
		transition: all 0.1s;
	}

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

	#navOpener .line:nth-child(2)
	{
		top: 6px;
	}

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

	#navOpener.active .line:nth-child(1)
	{
		top: 6px;
		transform: rotate(-45deg);
	}

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

	#navOpener.active .line:nth-child(3)
	{
		bottom: 6px;
		transform: rotate(45deg);
	}

	#navOpener.active:before
	{
		width: 5000px;
		height: 5000px;
	}

	#content
	{
		width: 100%;
	}

	#image
	{
		width: 100%;
		height: 330px;
		position: relative;
		background-position: center;
	}

	.logo
	{
		width: 100%;
	}

	#logo
	{
		width: 140px!important;
	}

	#navigation
	{
		left: 50%;
		transform: translate(-50%, -50%);
		right: auto;
		display: none;
		z-index: 100000000;
	}

	#navigation.active
	{
		z-index: 1000;
		opacity: 1;
	}

	#navigation li
	{
		text-align: center;
		margin: 5px 0px!important;
		background-color: transparent;
	}

	.social
	{
		margin: 10px auto 5px;
	}

	#image iframe
	{
		display: none;
	}

	.youtubeLink
	{
		display: none!important;
	}

	.youtubeFrame
	{
		display: block;
		width: 100%;
		border: none;
		margin-top: 10px;
	}

	#openFullscreen
	{
		display: none;
	}
}

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

	h1
	{
		font-size: 1.6em;
	}

	#logo
	{
		width: 160px;
	}

	h1:after
	{
		width: 150px;
	}

	#content
	{
		padding: 45px;
	}

	#socialMedia
	{
		width: 45px;
	}

	.social
	{
		width: 33px;
		height: 33px;
	}
}

@media all and (max-width: 770px) and (max-height: 400px){
	#navigation
	{
		height: 100%;
		overflow: auto;
		width: 100%;
	}
}

@media all and (min-width: 771px) and (max-width: 1000px){
	#content
	{
		width: 300px;
	}

	#image
	{
		width: calc(100% - 300px);
	}

	#navigation
	{
		left: 300px;
		width: 130px;
	}
}

@media all and (min-width: 1001px) and (max-width: 1200px){
	#content
	{
		width: 350px;
		padding: 50px;
	}

	#socialMedia
	{
		width: 50px;
	}

	.social
	{
		width: 38px;
		height: 38px;
	}

	#image
	{
		width: calc(100% - 350px);
	}

	#navigation
	{
		left: 350px;
		width: 140px;
	}
}

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

	#content
	{
		width: 560px;
		padding: 68px 68px 55px;
	}

	#socialMedia
	{
		width: 65px;
	}

	.social
	{
		width: 55px;
		height: 55px;
	}

	#image
	{
		width: calc(100% - 560px);
	}

	#navigation
	{
		left: 560px;
		width: 150px;
	}

	#navigation li
	{
		padding: 15px 15px;
	}

	#logo
	{
		max-width: 240px;
	}

	#image img
	{
		height: 50%;
	}
}