@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	box-sizing: border-box;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: white;
	margin:auto;
 }
html { overflow-y: scroll; }	

.style-nav ul {
	list-style-type: none;
}


.style-nav ul li a {
	text-decoration: none;
	color: #cccccc;
	background-color: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}


.style-nav  ul  {
	text-align: center;
}


.style-nav a:visted {
	color: green;
}


.style-nav a:hover {
	color: black;
}

.style-nav a:active {	
	color:orange;
}

.sie-sind-hier {
	
	text-decoration: underline;
	color: black;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	
	letter-spacing: 2px;
}


h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;	
}


h2 {
	font-size: 4px;
	color: white;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 13px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	padding-top: 0px;
	padding-bottom: 35px;
	text-align: center;
}


.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}


.logo {
	font-size: 17px;
	....ont-family Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";....
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 5px;
	color: black;
	padding-top: 2%;
	padding-bottom:2%; 
}

.unterschrift-text {
	font-size: 12px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 35px;
	text-align: center;
	margin: 0px;
	margin-left: 4px;
	margin-right: 4px;
	max-width: 750px;
	background-color: white;
	
}


.unterschrift-text-unten {
	font-size: 12px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: white;
	max-width: 750px;
}

.text {
	font-size: 12px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 35px;
	text-align: left;
	margin: 0px;
	margin-left: 5%;
	margin-right: 5%;
	max-width: 750px;
	background-color: white;
	
}

.footer-text {
	font-size: 12px;
	font-weight: 100;
	color: gray;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	background-color: white;
	max-width: 750px;
}


.hideme {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	left: 158px;
  }


