@charset "utf-8";
				
* { 
	margin:0;
	padding:0;
	box-sizing:border-box;
	cursor:url(../images/icons/cursor.png) , auto;
}
html, body {
	height:100%;
}
#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;
}

img {
	max-width:100%;
	height:auto;
	}
	
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;
	}



.formular {
	border: medium solid rgba(51,51,51,0.7);
	background-color: rgba(252,205,194,0.8);
	alignment-adjust: alphabetic;
	max-width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8%;
	margin-bottom: 6%;
	transform: skew(-10deg,-4deg);
	visibility: visible;
	
}



#container form {
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-bottom: 6%;
	margin-left: auto;
	padding-top: 5%;
	padding-bottom: 1%;
	padding-left: 30%;
	transform: skew(10deg,4deg);
	
}


.formular-mobil {
	border: medium solid rgba(51,51,51,0.7);
	background-color: rgba(252,205,194,0.8);
	alignment-adjust: alphabetic;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	visibility: hidden;
	width: 40%;
	alignment-adjust: alphabetic;
	margin-top: -52%;
	display: table;
	
}

.formular-mobil form {
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 10%;
	display: table-cell;
	text-align: center;
}




/*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;
}*/
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;
	margin-top: 5%;
}
.zeilefooter {
	background-color: rgba(179,205,196,1);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	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%;
}


/*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;
	margin-top:10%;
}
.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: 1300px){

.formular {
	-webkit-transform: skew(-5deg,-2deg);
	-moz-transform: skew(-5deg,-2deg);
	-o-transform: skew(-5deg,-2deg);
	transform: skew(-5deg,-2deg);
	padding-left: -50%;
}

#container form{
	transform: skew(5deg,2deg);
	padding-left: 10%;
		}
}


@media only screen and (max-width: 1200px){

.formular {
	-webkit-transform: skew(0deg,0deg);
	-moz-transform: skew(0deg,0deg);
	-o-transform: skew(0deg,0deg);
	transform: skew(0deg,0deg);
	
}

#container form{
	transform: skew(0deg,0deg);

	
	}
}

@media only screen and (max-width: 1080px){

.formular {
visibility:hidden;
}

.formular-mobil {
	visibility:visible;
	
	}
}
@media only screen and (max-width: 900px){
.formular-mobil {
		margin-top:-60%;
}

.navi{
		justify-content: space-around;
		}
}


@media only screen and (max-width: 800px){
	.formular-mobil {
		margin-top:-65%;
	}
	
}
@media only screen and (max-width: 700px){
	.formular-mobil {
		margin-top:-70%;
	}
	
}
@media only screen and (max-width: 600px){
	.formular-mobil {
		margin-top:-75%;
	}
	
}
@media only screen and (max-width: 500px){
	.formular-mobil {
		margin-top:-80%;
	}
	
}
@media only screen and (max-width: 400px){
	.formular-mobil {
		margin-top:-85%;
	}
	
}
@media only screen and (max-width: 300px){
	.formular-mobil {
		margin-top:-90%;
	}
	
}
@media only screen and (max-width: 200px){
	.formular-mobil {
		margin-top:-95%;
	}
	
}