				
* { 
	margin:0;
	padding:0;
	box-sizing:border-box;
	cursor:url(../images/icons/cursor.png) , auto;
}
html, body {
	height:100%;
}

img {
	max-width:100%;
	height:auto;
	}
#background {
	position: fixed;
	z-index: -100;
	height: auto;
	max-width: 80%;
	width: 100%;
	left: 10%;
	right: 10%;
	top: -12%;
}
	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
 	height: auto;
	min-height:100%;
	position: relative;
	text-align: center;
	padding-bottom:100px;
}




/*header*/

header {
	width: 100%;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(179,205,196,1);

}

.navi { 
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.logo {
	z-index: 100;
}

.logo a img{
	
	cursor:url(../images/icons/brain.png) , auto;
	}

/*Ende header*/


.container {
	/*padding-top: 2%;*/
	max-width: 85%;
	margin: auto;
}
.content {
	border: medium solid rgba(51,51,51,0.7);
	background-color: rgba(252,205,194,0.8);
	max-width: 70%;
	text-align: center;
	min-height: 300px;
	margin-top: 10%;
	/*transform: skew(-10deg,-4deg);*/
	margin-right: auto;
	margin-bottom:5%;
	margin-left: auto;
}
.text {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: auto;
	transform: skew(10deg,4deg);
	padding-right: 5%;
}
.impressum {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: auto;
	padding:1%;
	
}

p  {
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	margin: auto;
	font-size: 14px;
}
.zeilefooterlinks p {
}
/* Ende content about*/


/*Anfang footer*/

footer {
	background-color: rgba(179,205,196,1);
	width: 100%;
	display: table;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height:100px;
	margin-top:-100px;
}
.zeilefooter {
	background-color: rgba(179,205,196,1);
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	display: table;
}
.kontakt {
	background-color: rgba(179,205,196,1);
	display: table-cell;
	margin-left: 5%;
}
.kontaktrechts {
	background-color: rgba(179,205,196,1);
	display: table-cell;
}
.kontaktlinks {
	background-color: rgba(179,205,196,1);
	display: table-cell;
	margin-left: 5%;
}

.zeilefooterlinks {
	background-color: rgba(179,205,196,1);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	display: table;
	margin-bottom: 5px;
}
.zeilefooterlinks .kontaktlinks img {
	margin-bottom: -5px;
}
.zeilefooterlinks .kontakt img {
	margin-bottom: -5px;
}
.zeilefooterlinks .kontaktrechts img {
	margin-bottom: -5px;
}
#container footer .zeilefooterlinks p {
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 3px;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:hover {
	text-decoration: none;
	color: rgba(248,224,178,1);
	cursor:url(../images/icons/brain.png) , auto;
}
a:active {
	text-decoration: none;
	color: rgba(248,224,178,1);
}
a:focus {
	text-decoration: none;
	color: rgba(248,224,178,1);
}


@media only screen and (max-width: 900px){
	
	.navi{
		justify-content: space-around;
		}
