img {
	max-width: 100%;
}

.header {
	background: rgba(236,0,0,1);
	background: -moz-linear-gradient(top, rgba(236,0,0,1) 0%, rgba(255,56,56,1) 50%, rgba(236,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,0,0,1)), color-stop(50%, rgba(255,56,56,1)), color-stop(100%, rgba(236,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(236,0,0,1) 0%, rgba(255,56,56,1) 50%, rgba(236,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(236,0,0,1) 0%, rgba(255,56,56,1) 50%, rgba(236,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,0,0,1) 0%, rgba(255,56,56,1) 50%, rgba(236,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(236,0,0,1) 0%, rgba(255,56,56,1) 50%, rgba(236,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0000', endColorstr='#ec0000', GradientType=0 );
	/*transform:translateZ(0);*/
	-webkit-transform: translateZ(0);
	width: 100%;
	/*height: 154px;*/
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	float: left;
}

.clear_header, .clear {
    clear: both;
}

.clear_header {
    height: 140px;
}

.logo {
	width: 300px;
	float: left;
	margin-top: 20px;
	/*border: 1px solid black;*/
	/*height: 100%;*/
}

.logo .text1, .logo .text2 {
	font: 26px Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 1px black;
	color: white;
}

.logo .text1 {
	margin: 10px 0 5px 40px;
}

.logo .text2 {
	/*float: right;*/
    /*margin: 15px 15%;*/
    margin: 15px 0% 10px 15%;
}

.logo .tel a {
	/*float: right;*/
	font: 22px Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	background: white;
	color: #ef0a0a;
	padding: 5px;
    /*margin: 5px 15%;*/
    margin: 5px 0% 5px 15%;
}

.clear {
	clear:both;
}

.mobile_nav {
	display: none;
}

.navigation {
	/*width: 64%;*/
	margin: 26px 1% 0 0;
	float: right;
	color: white;
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	/*vertical-align: center;*/
}

.navigation a {
	color: white;
	text-decoration: none;
	padding: 10px;
}

.navigation .active a, .navigation a:hover {
	background: white;
	color: black;
}

.navigation ul {
	list-style: none;
}

.navigation ul li {
	float: left;
	display: inline-block;
	margin: 0 30px 0 0;
}

.heading {
	text-align: center;
	text-shadow: 0px 1px gray;
}

#angebot1 {
	margin: 30px auto 0;
	display: none;
}

.container {
	width: 90%;
	margin: 0 auto;
}

.content {
	float: left;
	padding-right: 3%;
	width: 65%;
	border-right: 1px inset rgba(193, 193, 193, .3); 
}

.content h2, .sidebar h2, .content h3 {
	font-size: 22px;
    font-weight: normal;
    margin-top: 30px;
}

.content p {
	text-align: justify;
}

.listing {
	margin-bottom: 30px;
}

.listing ul li {
	list-style-image: url('../images/key_rot.png');
}

.sidebar {
	padding: 0 0 0 1%;
	float: right;
	width: 27%;
}

.sidebar .element {
	margin: 0 0 50px 0;
}

.contactform .msg_success {
	font-size: 14px;
	color: green;
}

.contactform .msg_error {
	font-size: 14px;
	color: red;
}

.contactform dl {
	margin-bottom: 15px;
}

.contactform dl dt {
	font: 16px Arial, sans-serif;
}

.contactform dl dd {
	margin: 5px 0 10px 0;
}

.contactform input[type="text"], 
.contactform input[type="tel"], 
.contactform input[type="email"], 
.contactform textarea {
	width: 85%;
	border-radius: 5px;
	border: 1px solid black;
	padding: 5px;
	font-size: 16px;
	margin: 5px 0 5px;
}

.contactform .req {
	font-weight: bold;
}

.contactform input[name="E-Mail"] {
	display: none;
}

.contactform input[type="submit"], .contactform input[type="reset"] {
	/*float: left;*/
	border: solid 0px rgba(0, 0, 0, 0.3);
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0	1px 1px 1px rgba(0,0,0,0.5);
	font-size : 15px;
	color : #ffffff;
	padding : 5px 17px;
	cursor: pointer;
	background : #FD3333;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD3333), color-stop(100%,#EC0000));
	background : -moz-linear-gradient(top, #FD3333 0%, #EC0000 100%);
	background : -webkit-linear-gradient(top, #FD3333 0%, #EC0000 100%);
	background : -o-linear-gradient(top, #FD3333 0%, #EC0000 100%);
	background : -ms-linear-gradient(top, #FD3333 0%, #EC0000 100%);
	background : linear-gradient(top, #FD3333 0%, #EC0000 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD3333', endColorstr='#EC0000',GradientType=0 );

}	

.contactform input[type="reset"] {
	/*margin-left: 42px;*/
	margin: 0;
}

.cnt_img_left img {
	float: left; 
	margin: 0 2% 5px 0;
	width: 48%;
}

.footer {
	-webkit-box-shadow: 0px -3px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.75);
	margin: 30px 0 0 0;
	width: 100%;
	background: rgba(236,0,0,1);
	font-size: 11px;
	color: white;
}

.footer_cnt {
	padding: 10px 0 35px 0;
	width: 90%;
	margin: 0 auto;
}

.footer_cnt_left {
	float: left;
}

.footer_cnt_right {
	float: right;
}

.footer a {
	text-decoration: none;
	color: white;
}

.show-menu {
	display: none;
}

#mobile_nav {
	clear: both;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #mobile_nav {
    display: block;
}

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

	.clear_header {
		height: 120px
	}

	.logo {
		width: 30%;
	}

	.logo .text2,
	.logo .tel a {
		font-size: 20px;
	}

	.navigation {
		width: 69%;
		font-size: 14px;
	}

	.navigation ul {
		float: right;
		padding: 0;
	}

	.navigation a {
		/*padding: 1%;*/
	}

	.contactform input[type="submit"], .contactform input[type="reset"] {
		font-size: 12px;
	}
}

/* One column layout */
@media screen and (max-width : 799px) {

	.heading h1 {
		font-size: 25px;
	}

	.clear_header {
		height: 110px
	}

	.show-menu {
		width: 20%;
	}

	#angebot1 {
		display: block;
	}

	#angebot2 {
		display: none;
	}

	/*Display 'show menu' link*/
	.show-menu {
		float: right;
		display:block;
	}

	#mobile_nav {
		display: none;
	}

	.navigation {
		display: none;
		width: 10%;
	}

	/*.mobile_nav ul li {
		list-style: none;	
	}*/

	#mobile_nav {
		line-height: 2;
		font-size: 20px;
		text-align: center;
	}

	#mobile_nav {
		padding-left: 0px;
	}

	#mobile_nav li {
		/*border: 1px solid transparent;
	    -moz-border-image: -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
	    -webkit-border-image: -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
	    border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%);
	    border-image-slice: 1;*/
	    /*-webkit-border-image: -webkit-gradient(linear, left right, right left, from(#000), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat;*/
		list-style: none;
		width: 100%;
	}

	.fading_border {
		background: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 90%);
		/*background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);*/
		/*background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);*/
		height: 1px;
	}

	/*.mobile_nav ul li a:hover + .hidden_menu, .hidden_menu:hover {
		display: block;
	}*/

	#mobile_nav li a {
		text-decoration: none;
		color: white;
	}

	.logo {
		width: 53%;
	}

	.content {
		width: 100%;
		border: none;
	}

	.content h2 {
		margin: 0;
	}

	.sidebar {
		width: 100%;
		float: none;
	}

	/*.element {
		text-align: center;
	}*/

	#angebotselement {
	    width: 45%;
    	margin: 0 auto;
	}

	.element iframe {
		width: 100%;
	}

	.contactform input[type="text"], 
	.contactform input[type="tel"], 
	.contactform input[type="email"], 
	.contactform textarea {
		width: 97%;
	}
}

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

	body {
		font-size: 80%;
	}

	.heading h1 {
		font-size: 20px;
	}

	.content h2 {
		font-size: 18px;
	}

	.cnt_img_left img {
		width: 100%;
		margin: 10px 0 10px 0;
	}

	.footer_cnt {
		padding: 10px 0 15px 0;
		text-align: center;
	}

	.footer_cnt_left, .footer_cnt_right {
		float: none;
	}
}

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

	.show-menu {
		width: 30%;
	}

	#mobile_nav {
		font-size: 17px;
	}

	body {
		font-size: 80%;
	}

	.heading h1 {
		font-size: 20px;
	}

	.content h2 {
		font-size: 20px;
	}

	.logo {
		width: 70%;
	}
}
