#contentMain {
	max-width: 768px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

.login-left {
	float: left;
	width: 270px;
}

.login-right {
	max-width: 480px;
	margin-left: 270px;
}

.login-right img {
	width: 100%;
	display:block;
}

form.login {
	background-color: #eee;
	background-color: rgba(204, 204, 204, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 5px rgba(0, 0, 0, 0.7);
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 20px;
	width: 220px;
	text-align: left;
}

#contentMain form.login p.intro {
	font-size: 16px;
	color: #233b81;
	font-weight: bold;
	margin: 5px -3px 15px -3px;
}

form.login input, form.login select, input.textfeld {
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	padding: 0 5px;
	font-size: 14px;
	color: #2b2b2b;
	font-style: italic;
	width: 200px;
	width: calc(100% - 25px);
	float: none;
	margin: 0;
	box-shadow: 0; /*firefox fix*/
}

form.login input#submit {
	color: #fff;
	width: 210px;
	height: 50px;
	line-height: 35px;
	font-size: 18px!important;
	width: 100%;
	display: block;
	cursor: pointer;
	background-image: none;/* firefox mobile fix */
	transition: background 0.2s linear;
	font-style: normal;
}

form.login input#submit:hover {
	background-color: #2249ba!important;
	border: 1px solid #233b81!important;
	color: #fff!important;
}

form.login label {
	float: none;
	margin-bottom: 5px;
	color: #2b2b2b;
	font-style: italic;
	font-size: 14px;
}


/* Typo */

#contentMain h1 {
    color: #233B81;
    font-size: 40px;
    font-weight: bold;
    margin-top: 25px;
    padding: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 1180px){
	#contentMain { margin-top: 80px; }
	#dreieck { right: -50px;}	
}

@media screen and (max-width: 1024px){
	#dreieck { width: 180px;}
	#dreieck img { width: 180px; }	
}

@media screen and (max-width: 600px){
	.login-left {
		float: none;
		width: 100%;
	}
	
	.login-right {
		display: none;
	}
	
	form.login { margin: 0 auto; }

}

@media screen and (max-width: 480px){ 
	#contentMain h1 {
	    font-size: 28px;
	}
}