body{
//	background: #000000;
	font: 14px / 1.55 Arial !important;
	font-family: Open Sans !important;
}

h1 {
  margin: 30px 0 10px !important;
}

h3 {
	color: #000000 !important;
}

a {
	color: #b9b9bf !important;
text-decoration: none !important;
}

.a_menu {
	text-decoration: none !important;
}


.dStyle {
	border: 1px solid #DEDEDE;
}

i {
	padding: 0 5px 0 5px;
}

small{
  color: #000 !important;
}












/////////////////////////////////////////////////////////////////////////////////////////////////////////

















#blk 


{ position: absolute; top:0px; left:0px; width:100%; height:37px; z-index:2; background: #000000;  border-width:0px;
  border-style:solid;
  border-color:#0B508F;

margin:0px;
padding:0px;


	        opacity:0.3;
	filter: Alpha(Opacity=30);
 	-moz-opacity:0.3;
	-khtml-opacity: 0.3;


}


#balk2


{ position: relative ; top:auto; left:0px; width:100%; height:auto; z-index:5; background: #f0f0f0;  


margin: 0px;


padding: 0px;


	


}








/************************************************************************************
STRUCTURE
*************************************************************************************/
#main {
	
	padding: 0px;
	width: 970px;
	margin: 1px auto;




}
#header {
	height: auto;
	margin: 0px 0px;!important; 
	padding: 0px !important; 
 


}
#content {
	width: 970px;
	float: center;
	margin: 0px auto;
	line-height:1.65 !important;

}
 

 


 



#cnt2 {
		display: none;
	}

#sidebar {
	width: 300px;
	height: auto;

	float: left;
	padding-right:0px;
	padding-top:1px;
	padding-bottom:10px;
		}


#sidebar2 {
	width: 300px;
	height: auto;
	float: left;
	padding-right:32px;
	padding-left:32px;
	padding-top:1px;
	padding-bottom:10px;
		}






#footer {
	clear: both;
		}








/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#main {
		width: 98%;
	}
	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		 
	}

	#cnt2 {
		display: none;
	}


}

/* for 700px or less */
@media screen and (max-width: 700px) {





.responsive-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}




	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: left;
	}


	#cnt2 {
		display: none;
	}


p, ol, ul {line-height:1.45;}



}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;

	}


p, ol, ul {line-height:1.45;}



#sidebar2 {

width:auto; !important;

margin: 0px !important;

padding-left: 0px !important;
padding-right:0px !important;

padding-top:1px !important;
padding-bottom:10px !important;


}




	h1 {
		font-size: 24px;
	}
	

	#blk {
		display: none;
	}

	#blk2 {
		display: none;
	}

	#cnt1 {
		display: none;
	}

#cnt2 {
		display: inline;
	}


}



/* border & guideline (you can ignore these) */



#sidebar {
	 
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#main, #header, #content, #sidebar, #footer {
	border: solid 0px #ccc; margin-bottom: 5px;
}

#blk2 {
	
margin: 0px auto;
 
padding-top:7px;
}
 






#nav1

{ 
 

 padding-left: 15px !important;

 padding-right: 15px !important;

}




#nav1 a:hover {

   
    color: #000000  !important;

text-decoration: none;
}











#nav2

{ 
 
font-size: 14px;

 padding-left: 10px !important;

 padding-right: 10px !important;

}




#nav2 a:hover {

   
    color: #fb03b4  !important;


}




















///////////////////////////////////////////////////////////////////////////////////////////////










.social_media{
	clear: both;
	padding: 2px 10px 2px 10px;
	padding-bottom: 10px;
}

.button_cta{
	padding: 10px 20px 10px 20px;
	font-family: Open Sans; 
	color: #999 !important;
	font-weight: bold;
	font-color: #000000;
	border-radius: 4px;
	text-decoration: none !important;
	
	box-shadow: 2px 2px 10px #cacaca;
	-moz-box-shadow: 2px 2px 10px #cacaca;
	-webkit-box-shadow: 2px 2px 10px #cacaca;

  background: #fdeada;
  

}

.button_cta:hover{
	-moz-box-shadow: 0 0 0 99999px rgba(0,0,0,0.04);
	-webkit-box-shadow: 0 0 0 99999px rgba(0,0,0,0.04);
	box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.04);
  text-decoration: none;
}


.button_cta2{
	padding: 10px 20px 10px 20px;
	color: #ffffff !important;
	font-weight: bold;
	width: 180px;
	border-radius: 4px;
	text-decoration: none !important;
	


		box-shadow: 2px 2px 10px #6A6A6A;
      		-moz-box-shadow: 2px 2px 10px #6A6A6A;
		-webkit-box-shadow: 2px 2px 10px #6A6A6A;
		box-shadow: 2px 2px 10px #6A6A6A;




background: #35BEEA; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

}


.butt_front2{
	border-radius: 5px;
	box-shadow: 0px 0px 5px;
	display: block;
	width: 250px; 
	align: left;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	background: #dcfbdd;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
}

.butt_front2:hover{
	text-decoration: none;
	color: #ffffff;
background: #c1efc3;
}


.home_teaser_box{
	float: left;
	width: 400px;
	padding: 30px 0 0 30px;
}

.home_teaser_box h3{
	margin: 10px 0 10px;
}

.home_teaser_box ul li{
	margin: 10px 0 10px;
}

.home_infobox{
	clear: both;
	width: 100%;
	height: 100px;
	padding: 20px 24px 24px;
}

.home_infobox_div{
	float: left;
	margin-right: 5px;
	width: 300px;
	height: 100px;
	border-radius: 5px;
	border: 3px solid #fff;
	box-shadow: 2px 2px 10px grey;

background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(226,226,226,1) 41%, rgba(219,219,219,1) 42%, rgba(209,209,209,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(41%,rgba(226,226,226,1)), color-stop(42%,rgba(219,219,219,1)), color-stop(100%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 41%,rgba(219,219,219,1) 42%,rgba(209,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 41%,rgba(219,219,219,1) 42%,rgba(209,209,209,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 41%,rgba(219,219,219,1) 42%,rgba(209,209,209,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(226,226,226,1) 41%,rgba(219,219,219,1) 42%,rgba(209,209,209,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}

.home_infobox_div div{
	margin: 10px 0 0 20px;
}

.unsere_marken {
	clear: both;
	padding-left: 15px;
}

.unsere_marken div{
	float: left;
	margin: 0 10px 0 10px;
}

.bestellen {
  width: 100%;
  padding: 30px;
 }

.bezahlung{
	padding: 30px
}

.pruefen{
	padding: 30px
}

.pruefen div{
	width: 400px;
	min-height: 200px;
	float: left;
}

.bestaetigung	{
	padding: 30px 30px 200px 30px;
}


.bbm_info{
  width: 100%;
  height: 300px;
}

.bbm_info div{
  float: left;
  width: 280px;
  height: 150px;
  margin: 20px;
  padding-top:20px; 
  border-top: solid 2px #ccc;
}


.die_box{
  width: 100%;
  padding:30px; 


}




.bbm_info h4{
  margin-bottom: 20px;
  }

.impressum, .datenschutz, .agb, .pinkpoints{
  width: 90%;
  padding-top: 20px;
  padding-left: 20px; 
}

.pinkpoints_box{
  border: 1px solid #005580;
  padding: 15px;
  margin: 10px;
  height: 350px;
}

.pinkpoints_box div{
  float:left;
  width: 400px;
}

.pinkpoints_box h4 {
  padding-bottom: 5px; 
  margin-bottom: 5px; 
  border-bottom: 1px solid #000;
}

.pinkpoints_box div ol {
  margin: 30px 0 30px 20px; 
}

.pinkpoints_box div ol li {
  margin: 5px 0 5px; 
}

.wiewowas_img{
  width: 450px;
  float: left; 
  border: 5px solid #fff;
  cursor: pointer;
	-webkit-box-shadow: 1px 1px 7px #000000; /* webkit browser*/ 
	-moz-box-shadow: 1px 1px 7px #000000; /* firefox */ 
	box-shadow: 1px 1px 7px #000000;
}

#bestellformular1{
  width: 450px;
  float: left;
}

.error404{
  padding: 30px;
  margin: 40px 0 200px;
}