@media only screen and (min-width: 1225px){

	/* |||||||||| Start :: Headlines Basic Styles |||||||||| */

	h1{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem;
	color:#000000; font-weight:400; margin:0 0 0 0; padding:0 0 0 0;  }
	
	h2{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem;
	color:#000000; font-weight:400; margin:0 0 0 0; padding:0 0 0 0;  }
	
	h3{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem;
	color:#000000; font-weight:400; margin:0 0 0 0; padding:0 0 0 0;  }
	
	h4{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem;
	color:#000000; font-weight:400; margin:0 0 0 0; padding:0 0 0 0;  }
	
	h5{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem;
	color:#000000; font-weight:400; margin:0 0 0 0; padding:0 0 0 0;  }
	
	h6{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:1.250rem; line-height:1.250rem;
	color:#000000; font-weight:400; margin:0 0 0 0; padding:0 0 0 0;  }
	
	/* |||||||||| Ende :: Headlines Basic Styles |||||||||| */
	
	.bg_content{
		background-image:url(../images/bg_body.png);
		background-repeat:no-repeat;
		background-position:left -500px bottom -600px;
		background-attachment:fixed;
	}
	
	/* |||||||||| Start :: Logo |||||||||| */
	
	.container_logo{
		width:100%;
		height:80px;
		box-sizing:border-box;
		overflow:hidden;
		text-align:center;
		margin:40px 0 40px 0;
	}

	.container_logo img{
		width:auto;
		height:80px;
		box-sizing:border-box;
		overflow:hidden;
		text-align:center;
	}
	
	/* |||||||||| Ende :: Logo |||||||||| */
	
	.trennlinie{
		width:100%;
		height:1px;
		background-color:#475844;
		opacity:0.2;
	}
	
	/* |||||||||| Start :: Headergrafik |||||||||| */
	
	.container_headergrafik{
		width:100%;
		height:auto;
		box-sizing:border-box;
		margin:0 0 0 0;
		padding:80px 0;
	}

	.container_picbox_rahmen{
		width:580px;
		height:677px;
		box-sizing:border-box;
		overflow:hidden;
		margin:0 0 0 0;
	}

	.container_picbox_rahmen img{
		width:auto;
		height:677px;
	}

	.abdecker_picbox{
		width:580px;
		height:677px;
		box-sizing:border-box;
		overflow:hidden;
		margin:-677px 0 0 0;
		background-image:url(../images/abdecker_contentfoto.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:580px 677px;
	}
	
	.container_txt_header{
		width:580px;
		height:auto;
		box-sizing:border-box;
		margin:0 0 0 0;
		padding:40px 0 0 0;
	}
	
	h2{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:1.500rem; line-height:1.875rem;
	color:#475844; font-weight:400; margin:0 0 0 0; padding:0 0 0 0;  }

	h1{font-family:'Poppins', Arial, Helvetica, sans-serif; font-size:2.500rem; line-height:2.875rem;
	color:#475844; font-weight:400; margin:0 0 30px 0; padding:0 0 0 0;  }
	
	/* |||||||||| Ende :: Headergrafik |||||||||| */
	
	
	/* |||||||||| Start :: COntent weitere Texte |||||||||| */
	
	.container_texte{
		width:580px;
		height:auto;
		box-sizing:border-box;
		margin:0 0 0 0;
		padding:0 0 80px 0;
	}
	
	/* |||||||||| Ende :: COntent weitere Texte |||||||||| */
	
	
	/* |||||||||| Start :: Footer |||||||||| */
	
	.container_footer{
		width:100%;
		padding:40px 0;
		margin:0 0 0 0;
	}

	a.link_footer:link, a.link_footer:visited {
		margin:0 0 0 40px;
	}
	
	a.link_footer:active, a.link_footer:hover {
		margin:0 0 0 40px;
	}
	
	.container_footer_farbe{
		width:20%;
		height:50px;
		box-sizing:border-box;
		overflow:hidden;
	}

	.color_orange{
		background-color:#b9713c;
	}
	
	.color_blue{
		background-color:#71b0c6;
	}

	.color_hautfarbe{
		background-color:#f6e5cc;
	}

	.color_dunkelgruen{
		background-color:#545f56;
	}

	.color_hellgruen{
		background-color:#a3b2ae;
	}

	.container_muster_footer{
		width:100%;
		height:100px;
		box-sizing:border-box;
		overflow:hidden;
		background-image:url(../images/muster_background.png);
		background-repeat:repeat-x;
	}
	
	/* |||||||||| Ende :: Footer |||||||||| */
	
	.container_txt_header_100{
		width:100%;
	}



	/* Kontaktfoprmular */
	
	form.mail{
		margin:20px 0 80px 0;
	}
	
	input.eingabe_box_kontakt{
		width:595px;
		height:60px;
		background-color:#ffffff;
		color:#646464;
		box-sizing:border-box;
		overflow:hidden;
		padding:15px 20px;
		border:0px;
		margin:0 0 10px 0;
	}

	#datenschutz{
		width:15px;
		height:15px;
		background-color:#000000;
		box-sizing:border-box;
		overflow:hidden;
		border:0px;
		margin:5px 0 10px 0;
	}
	
	.text_datenschutz_kontakt{
		margin:10px 0 0 0;
	}
	
	.float_button{
		float:right;
	}
	
	input.kontaktformular_btn_kontakt {
		border:1px solid #545f56;
		padding:15px 30px;
		box-sizing:border-box;
		margin:10px 0 5px 0;
		background-color:#545f56;
		color:#ffffff;
		clear:both;
		float:right;
	}
	
	input.kontaktformular_btn_kontakt:hover {
		border:1px solid #545f56;
		padding:15px 30px;
		box-sizing:border-box;
		margin:10px 0 5px 0;
		background-color:transparent;
		color:#000000;
		float:right;
	}
	
	.pflichtext{
		width:100%;
		float:right;
		text-align:right;
	}
	
	.box_spamschutz{
		width:100%;
		height:auto;
		background-color:red;
		margin:0 0 20px 0;
		padding:15px 20px;
		box-sizing:border-box;
	}

	.box_versendet{
		width:100%;
		height:auto;
		background-color:green;
		margin:0 0 20px 0;
		padding:15px 20px;
		box-sizing:border-box;
	}
	
	#countdown {
	  text-align:left;
	  margin:30px 0 0 0;
	}
	
	#countdown p {
	  display:inline-block;
	  padding:0 5px;
	  background-color:transparent;
	  margin:0 0 0 0;
	  color:white;
	  min-width:2.6rem;
	  text-align:center;
	}
	
	


}