

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
}

@font-face {
  font-family: 'Ysabeau';
  font-stretch: PERCENTAGE_RANGE_LOW_TO_HIGH;
  font-style: NORMAL_OR_ITALIC; 
  font-weight: NUMERIC_RANGE_LOW_TO_HIGH;
  src: url(../assets/Ysabeau-VariableFont_wght.ttf) format('truetype');
}

/* General Demo Style */
body{
	background: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ie7 body{
	overflow:hidden;
}

.container{
	position: relative;
	text-align: center;
}

.clr{
	clear: both;
}

/* Eigene Styles */

body {
	font-family: 'Ysabeau', sans-serif;
	font-weight: 350;
	color: rgba(0,0,0,0.80);
}

h1 {
	font-family: 'Ysabeau', sans-serif;
	font-weight: 500;
	font-size: 32px;
	text-transform: none;
	color: #FFF;
	letter-spacing: 0.0em;
	line-height: 24px;
    margin: 10px 0 24px 0;
}

h2 {
	font-family: 'Ysabeau', sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-transform: none;
	color: #FFF;
	letter-spacing: 0.0em;
	line-height: 34px;
    margin: 10px 0 8px 0;
}

h3 {
	font-family: 'Ysabeau', sans-serif;
	font-weight: 400;
	font-size: 25px;
	text-transform: none;
	color: #FFF;
	letter-spacing: 0.0em;
	line-height: 25px;
    margin: 10px 0 16px 0;
}

h4 {
	font-family: 'Ysabeau', sans-serif;
	font-weight: 500;
	font-size: 19px;
	text-transform: none;
	color: #FFF;
	letter-spacing: 0.00em;
	line-height: 23px;
    margin: 0px 0 24px 0;
}
p, ul, li {
	font-family: 'Ysabeau', sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	margin: 16px 0 24px 0;
}

ul, li {
	margin: 0;
	padding: 0 0 0 15px;
}

a {
	color: rgba(0,0,0,0.80);
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
}

.nav a {
	color: rgba(0,0,0,0.80);
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.1em;
}

a:hover {
	text-decoration:  underline;
}

.container  {
	padding: 0;
	margin: 0;
}

.background {

}

.background img {
	height: auto;
	width: 100%;
}

.content {
	max-width: 1040px;
	text-align: center;
	margin: 0 auto;
	padding:  0 60px;
}

.logo {
	width: 30%;
	float: right;
	text-align: left;
	margin-top: 60px;
	margin-right: 60px;

}

.text  {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 120px;
}

.nav {
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

.info {
	background: rgba(0,0,0,0.35);
	text-align:  left;
	padding:  20px 30px;
	margin: 0 0 20px 0;
}

.headline {
	text-align: left;
	margin: 60px 0 20px 0;
}

.unten {
	position: fixed;
	bottom: 0px;
}

span.bg {
	margin-right: 30px;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
 
@media only all and (max-width: 1024px) { 
	
	.logo {
		width:38%;
		margin-top: 60px;
		margin-right: 60px;
	}

	.text  {
		width: 100%;
		margin-top: 80px;
	}
	
	.content {
		padding:  0 32px;
	}

}

@media only all and (max-width: 768px) { 

	.bg {
		padding: 3px 5px;
	}
	
	.logo {
		width: 100%;
		text-align: center;
		float: none;
	}

	.text  {
		width: 100%;
		float: none;
		/*margin-top: 30px;*/
	}
	
	.nav {
		float: left;
	}
	
	.content {
		padding:  0 24px;
	}

}

@media only all and (max-width: 480px) { 

	.content {
		padding:  0 24px;
	}
}
