img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

body {
	background-image: url(../img/snd_bg.jpg);
}

#content {
	background-color: #fff;
}

body.home #content_2 {
	display: none;
}

#box {
	background-color: #fff;
	padding-bottom: 30px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px !important;
	color: #E40613 !important;
	font-weight: bold !important;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 20px !important;
	color: #000 !important;
	font-weight: bold !important;
}

h3 {
	padding: 0px;
	margin: 10px 0 10px 0 !important;
	font-size: 14px !important;
	color: #E40613 !important;
	font-weight: bold !important;
}

textarea {
	border: 1px solid #bababa;
}

.infobar {
	padding-bottom: 20px;
}

#box_1 {
	padding-top: 70px;
	margin-top: 10px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

#box_1 div {
	text-align: center;
}

#box_2 {
	padding-top: 20px;
	margin-top: 10px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
}

#box_2 div{
	text-align: left;
}


#box_3 {
	padding-top: 20px;
	margin-top: 10px;
	vertical-align: middle;
	display: inline-block;
}

#box_3 a {
	color: #000;
}

#box_3 ul {
	padding: 0px;
	list-style-type: none;
}

#box_3 li {
	padding: 10px;
}

#box_3 li:hover {
	background-color: #eee;
}

.submit_button {
	padding-left: 90px;
}

.submit_button input {
	border: none;
	background-color: #E40613;
	color: white;
	line-height: 2em;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
}

.div_register_button {
	padding-left: 170px;
}

.div_register_button input {
	border: none;
	background-color: #E40613;
	color: white;
	line-height: 2em;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
}

body.home .label {
	width: 90px;
}

.label {
	color: #000 !important;
	font-weight: normal !important;
	display: inline-block !important;
	width: 30%;
	font-size: 13px !important;
}

.input {
	display: inline-block;
	margin-bottom: 10px;
}

#remember_login {
	top: 12px;
}

td {
	width: 400px;
}

#footer_2 {
	padding-top: 0px;
	display: inline-block;
	text-align: center;	
}

#footer_2 a {
	color: #808080;
}

#footer_2 ul {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;

}

#footer_2 ul li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	border-right: 1px solid #808080;
	margin-bottom: 5px;
}

#footer_2 ul li:last-child {
	border-right: none;
}

#footer_2 ul li a {
	padding: 0px 15px 0px 15px; /* oben, rechts, unten, links */
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 11px;
	color: #808080;
}

#footer_2 ul li a:hover {
	color: #000000;
}

#box {
	display: none;
}

body.home #box {
	display: block;
}

#contactformular_1 .label {
	text-align: left;
}

#contactformular_2 .label {
	text-align: left;
}

.textcontent a {
	color: #E40613;
}

body.home .textcontent a:hover {
	color: #000 !important;
}

.textcontent a:focus, a:hover {
	color: #E40613 !important;
}

.infobar a {
	color: #E40613;
}

.input input {
	width: 200px;
}

body.home .input input {
	width: 220px;
}

#remember_login {
	width: 15px;
}

.textarea {
	width: 200px;
	height: 80px;
}

.red_button {
	background-color: #E40613 !important;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #E40613;
	height: 2em;
}

.red_button:hover {
	background-color: red !important;
}

.password_button {
	margin-top: 20px;
	margin-bottom: 20px;
}

#form_password_reminder .label {
	text-align: left;
	width: 90px;
	padding-left: 0px;
}
.checkbox_wrapper {
	clear:both;
}
.checkbox_wrapper .input {
	width: 50px;
	float: left;
	text-align: center;
}
.checkbox_wrapper .input input {
	width: auto;
	display: inline-block;
}
.checkbox_wrapper .label {
	white-space: normal;
	width: 80% !important;
	float: left;
}
.checkbox_wrapper .label label {
	width: auto;
	display: inline-block;
}
.password_button {
	float: left;
	clear: both;
}


input {
	border: 1px solid #bababa;
}

input:hover {
	border-color: #E40613;
}

textarea:hover {
	border-color: #E40613;
}

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

	.banner_login {
		padding-left: 0px;
	}
	
	body.home .input input {
		width: 170px;
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px){
	

} /* end @media only screen and (min-width: 992px) and (max-width:1199px) */

@media only screen and (min-width: 768px) and (max-width:991px) {
	
	body.home .input input {
		width: 120px;
	}
	
	#remember_login {
		width: 15px;
	}
	
	.submit_button {
		padding-left: 30%;
	}
	
} /* end @media only screen and (min-width: 768px) and (max-width:991px) */


@media only screen and (max-width: 767px) {
	
	.banner_login {
		display: none;
	}
	
	#box {
		padding-bottom: 20px;
	}
	
	#box_1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#box_2 {
		border: none;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	#box_3 {
		padding-top: 20px;
		margin: 0px;
		text-align: center;
	}
	
	#box_3 li {
		padding-bottom: 10px;
	}
	
	#footer_2 {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
	}
	
	#footer_2 ul li a {
		padding: 0px 5px 0px 5px; /* oben, rechts, unten, links */
	}
	
	#box_2 div {
		width: 100%;
	}
	
	.input {
		width: 100%;
	}
	
	.input input {
		width: 100%;
	}
	
	div input  {
		width: 100%;
	}

	.textarea {
		width: 100%;
		height: 200px;
	}
	
	#remember_login {
		width: 15px;
		display: inline-block;
	}
	
	.submit_button {
		width: 100%;
		padding: 0px;
		padding-top: 10px;
	}
	
	.submit_button input {
		margin: 0px;
	}
	
	.label {
		padding: 0px !important;
		width: 100%;
	}
	
	body.home .input input {
		width: 100%;
	}
	
	#remember_login {
		top: 0;
	}
	
	.div_register_button {
		padding-left: 0px;
	}
	
	td {
		width: 740px;
	}
	
	#form_password_reminder {
		width: 100%;
	}
	
	#form_password_reminder .label {
	text-align: left;
	width: 30%;
	padding-left: 0px;
}
	
	#form_password_reminder .input {
		display: inline-block;
		width: 70%;
	}
	
} /* end @media only screen and (max-width: 767px)*/