@charset "utf-8";
@import url("../webfonts/BebasNeue/stylesheet.css");

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	float: left;
	text-align: left;
	width: 100%;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
	clear: none;
	float: none;
	background-color: rgba(255,255,255,0.82);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
}
#header {
}
#header img {
	display: block;
	margin: 5px auto;
	border-radius: 5px;
}
#mainNav {
}
#menuSystem {
clear: both;
margin-left: 0;
width: 100%;
}
.menuItem {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #ADC4C7;
	background-color: #0C7756;
	border-radius: 5px;
	width: 100%;
	clear: both;
	margin-left: 0;
	display: block;
	font: 300 normal 1.1em BebasNeue;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	background-image: -webkit-linear-gradient(270deg,rgba(20,203,148,1.00) 0%,rgba(12,119,87,1.00) 76.68%);
	background-image: linear-gradient(180deg,rgba(20,203,148,1.00) 0%,rgba(12,119,87,1.00) 76.68%);
}
#mainBanner {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
}
#maintext {
	text-align: center;
	color: #2E8B57;
	font: 500 normal 2.4em BebasNeue;
	width: 95%;
	padding: 10px 2.5%;
	margin-bottom: 10px;
	margin-top: 20px;


}
.infos_mainfield {
	text-align: left;
	color: #000000;
	font: 0.9em/20px sans-serif, andika;
	margin-bottom: 20px;
	padding: 10px 2.5%;
	background-color: rgba(216,233,209,0.80);
	width: 95%;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
}
#footer {
	background-color: rgba(12,138,186,1.00);
	color: #FFFFFF;
	font: small sans-serif, andika;
	padding: 20px 2.5%;
	width: 95%;
	text-align: left;
	margin-top: 25px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	margin-bottom: 10px;
}
#kontaktdaten {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-bottom: 20px;
	color: #000000;
	font: 0.9em sans-serif, andika;
	background-color: rgba(216,233,209,0.80);
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
}
#kontaktform_head {
	width: 95%;
	padding: 10px 2.5%;
	color: #2E8B57;
	font: 500 normal 2.4em BebasNeue;
	text-align: center;
	margin-bottom: 20px;
}
#auswahl {
	margin-bottom: 25px;
	margin-top: 20px;
	text-align: left;
	line-height: 30px;
}
#subBanners {

}
#sub1 {
	width: 95%;
	background-color: rgba(23,136,180,0.40);
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px 2.5%;
	margin-bottom: 10px;
	border: 1px solid #0C7FA8;
	display: block;
	text-align: center;
}
#sub4 {
	width: 100%;
	clear: both;
	background-color: rgba(23,136,180,0.40);
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
	border: 1px solid #0C7FA8;
}
.gridContainer.clearfix #subBanners img {
	text-align: center;
	border-radius: 5px;
}
.gridContainer.clearfix #subBanners h2 {
	font-family: sans-serif, andika;
	font-weight: 400;
	text-align: center;
}
.gridContainer.clearfix #subBanners p {
	font: 400 0.9em sans-serif, andika;
	text-align: center;
}
#div1 {
	background-color: rgba(216,233,209,0.80);
	border: 1px solid #3B875D;
	border-radius: 5px;
	width: 95%;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#div2 {
	font: 400 0.9em Arial, sans-serif;
	color: #000000;
}
#div3 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
	text-align: center;
}
.gridContainer.clearfix #big_footer_layer {
	background-color: rgba(23,136,180,1.00);
	color: #FFFFFF;
	font: small sans-serif, andika;
}
.adresse_footer {
	background-color: #2E8B57;
	color: #FFFFFF;
	font: small sans-serif, andika;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	margin-bottom: 20px;
	margin-top: 25px;
}
.adresse_part1 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.adresse_part2 {
	margin: 10px 2.5%;
	padding-top: 10px;
	width: 95%;
	clear: both;
}
.adresse_part3 {
	margin: 10px 2.5%;
	padding-top: 10px;
	width: 95%;
	clear: both;
}
.copyright_footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	clear: both;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.footer_lt3s {
	margin: 10px 2.5% 20px;
	width: 95%;
	text-align: center;
	font: 0.9em Arial, sans-serif;
}
.sub5 {
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
	background-color: rgba(23,136,180,0.40);
	border: 1px solid #0C7FA8;
	border-radius: 5px;
}
.fotoslider_layer1 {
	margin-top: 50px;
	background-color: rgba(23,136,180,0.40);
	color: rgba(0,0,0,1.00);
	font: medium sans-serif, andika;
	padding: 10px 2.5%;
	width: 95%;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
}
#fotoslider_werft_rammin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.fotoslider_rammin {
	margin-top: 20px;

}
.caravan_duessedorf {
	width: 95%;
	padding: 10px 2.5%;
	margin-top: 50px;
	color: #000000;
	font: 400 medium sans-serif, andika;
	text-align: left;
	background-color: rgba(23,136,180,0.40);
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
}
.fotolayer_caravan_d_dorf {
	margin-top: 20px;
	margin-bottom: 20px;
}
.videoheader_lunar_campercar {
	margin-top: 50px;
	width: 95%;
	padding: 10px 2.5%;
	color: rgba(0,0,0,1.00);
	font: 400 medium sans-serif, andika;
	background-color: rgba(23,136,180,0.40);
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.46);
	margin-bottom: 20px;
}
.layer_video_lunar {
	position: absolute;
	width: 100%;
	height: 100%;

}


#video_oltimex {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}
.elastic-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#productBanners {

}
#product1 {
	background-color: rgba(255,255,255,0.69);
	border: 1px solid #3B875D;
	border-radius: 5px;
	width: 95%;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product2 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product3 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#product4 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product5 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product6 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product7 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #0C7FA8;
	width: 95%;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product8 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #0C7FA8;
	width: 95%;
	clear: both;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#product9 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #0C7FA8;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product1_pic {
	background-color: rgba(216,233,209,0.80);
	border: 1px solid #3B875D;
	border-radius: 5px;
	width: 95%;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product2_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product3_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#product4_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product5_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product6_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product7_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #0C7FA8;
	width: 95%;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
#product8_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #0C7FA8;
	width: 95%;
	clear: both;
	margin-left: 0;
	padding: 10px 2.5%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#product9_pic {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #0C7FA8;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
}
.gridContainer.clearfix #productBanners img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.gridContainer.clearfix #productBanners h2 {
	font-weight: 400;
	font-family: Arial, sans-serif;
	text-align: center;
	font-style: normal;
}
.gridContainer.clearfix #productBanners p {
	text-align: left;
	font: 0.9em sans-serif, Arial;
}
.gridContainer.clearfix #productBanners h4 {
	text-align: center;
	font: 400 normal 1em sans-serif, andika;
	background-color: #35895A;
	border-radius: 5px;
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
}
.headline_h3 {
	width: 100%;
	margin-left: 0;
	color: #2E8B57;
}
#jq_nav_top {
}
.navi_top {
}
.responsive_nav_top {
}
.form-seperator {
	float:left;
	width:100%;
}
.form-seperator label {
	display: block !important;
	padding-top: 10px;
}
#text_zuchtvieh {
}
.gridContainer.clearfix .fluid.infos_mainfield h3 {
	text-align: center;
}
#div4 {
	background-color: rgba(255,255,255,0.69);
	border-radius: 5px;
	border: 1px solid #3B875D;
	width: 95%;
	clear: both;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 2.5%;
	text-align: center;
	font-family: Arial, sans-serif;
}
body {
}
.country_flags {
width: 44.4444%;
margin-left: 0;
}
.country_flags2 {
	width: 44.4444%;
	margin-left: 11.1111%;
	clear: none;
}
.center_flags {
	width: 100%;
	margin-right: 37%;
	text-align: center;
}
#subFlagLayer {
	display: block;
}
#flag1 {
width: 13.7931%;
margin-left: 34.4827%;
}
.flag2 {
}
#flag2 {
width: 13.7931%;
margin-left: 3.4482%;
clear: none;
}
#subFlagLayer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#layer_flags {
	margin-bottom: 10px;
	margin-top: 0px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.who {
  height: 0px;
  width: 0px;
  visibility: hidden;
}
.who {
  height: 0px;
  width: 0px;
  visibility: hidden;
}











/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#mainNav {
}
#menuSystem {
clear: both;
margin-left: 0;
width: 100%;
}
.menuItem {
width: 23.7569%;
margin-left: 1.6574%;
clear: none;
display: block;
}
#mainBanner {
}
#maintext {
}
.infos_mainfield {
}
#footer {
}
#kontaktdaten {
}
#kontaktform_head {
}
#auswahl {
}
#subBanners {
}
#sub1 {
	width: 43%;
	height: 350px;
}
#sub4 {
	width: 43%;
	margin-left: 2.5641%;
	clear: none;
	height: 350px;
}
#div1 {
	width: 95%;
	margin-left: 0;
}
#div2 {
}
#div3 {
	width: 42%;
	margin-left: 0;
	height: 350px;
	clear: both;
}
.adresse_footer {
}
.adresse_part1 {

}
.adresse_part2 {
width: 35.8974%;
margin-left: 2.5641%;
clear: none;
}
.adresse_part3 {
	width: 40%;
	margin-left: 2.5641%;
	clear: none;
}
.copyright_footer {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
.footer_lt3s {
}
.sub5 {
	width: 43%;
	margin-left: 2.5641%;
	clear: none;
	height: 500px;
}
.fotoslider_layer1 {
}
#fotoslider_werft_rammin {
}
.fotoslider_rammin {
}
.caravan_duessedorf {
}
.fotolayer_caravan_d_dorf {
}
.videoheader_lunar_campercar {
}
.layer_video_lunar {
}
#productBanners {
}
#product1 {
	width: 42%;
	margin-left: 0;
	height: 500px;
}
#product2 {
	width: 42%;
	clear: none;
	margin-left: 2.5641%;
	height: 500px;
}
#product3 {
	width: 42%;
	clear: both;
	margin-left: 0;
	height: 500px;
}
#product4 {
	width: 42%;
	margin-left: 2.5641%;
	clear: none;
	height: 500px;
}
#product5 {
	width: 42%;
	clear: both;
	margin-left: 0;
	height: 500px;
}
#product6 {
	width: 42%;
	clear: none;
	margin-left: 2.5641%;
	height: 500px;
}
#product7 {
	width: 43%;
	margin-left: 0;
	height: 500px;
}
#product8 {
	width: 43%;
	clear: none;
	margin-left: 2.5641%;
	height: 500px;
}
#product9 {
	width: 43%;
	clear: both;
	margin-left: 0;
	height: 500px;
}
#product1_pic {
	width: 95%;
	margin-left: 0;
}
#product2_pic {
	width: 43%;
	clear: none;
	margin-left: 2.564%;
	height: 350px;
}
#product3_pic {
	width: 42%;
	clear: both;
	margin-left: 0;
	height: 350px;
}
#product4_pic {
	width: 42%;
	clear: none;
	height: 350px;
}
#product5_pic {
	width: 42%;
	clear: both;
	margin-left: 0;
	height: 350px;
}
#product6_pic {
	width: 43%;
	clear: none;
	margin-left: 2.5641%;
	height: 350px;
}
#product7_pic {
	width: 43%;
	margin-left: 0;
	height: 350px;
}
#product8_pic {
	width: 43%;
	clear: none;
	margin-left: 2.5641%;
	height: 350px;
}
#product9_pic {
	width: 43%;
	clear: both;
	margin-left: 0;
	height: 350px;
}

#jq_nav_top {
}
.navi_top {
}
.responsive_nav_top {
}
.form-seperator label {
	display: block !important;
	padding-top: 7px;
}
#text_zuchtvieh {
}
#div4 {
	width: 43%;
	clear: none;
	margin-left: 16.564px;
	height: 350px;
	font: 0.9em sans-serif;
}
.country_flags {
width: 44.4444%;
margin-left: 0;
}
.country_flags2 {
width: 44.4444%;
margin-left: 11.1111%;
clear: none;
}
.center_flags {

}
#subFlagLayer {
	text-align: center;
}
#flag1 {
width: 10.2564%;
margin-left: 38.4615%;
}
.flag2 {
}
#flag2 {
width: 10.2564%;
margin-left: 2.5641%;
clear: none;
}
#layer_flags {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.who {
  height: 0px;
  width: 0px;
  visibility: hidden;
}	
}






/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	width: 88.826%;
	max-width: 1232px;
	padding-left: 0.5869%;
	padding-right: 0.5869%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#mainNav {
}
#menuSystem {
	clear: both;
	width: 100%;
}
.menuItem {
width: 11.3924%;
clear: none;
margin-left: 1.2658%;
display: block;
}
#mainBanner {
}
#maintext {
}
.infos_mainfield {
}
#footer {
}
#kontaktdaten {
}
#kontaktform_head {
}
#auswahl {
}
#subBanners {
}
#sub1 {
	width: 27%;
	height: 350px;
}
#sub4 {
	width: 27%;
	clear: both;
	margin-left: 0;
	height: 350px;
}
#div1 {
	width: 95%;
	margin-left: 0;
}
#div2 {
}
#div3 {
width: 43%;
margin-left: 1.2658%;
clear: none;
height: 430px;
}
.adresse_footer {
}
.adresse_part1 {

}
.adresse_part2 {
	width: 28%;
	clear: none;
	margin-left: 1.2658%;
}
.adresse_part3 {
	width: 29%;
	clear: none;
	margin-left: 1.2658%;
}
.copyright_footer {
width: 30.3797%;
margin-left: 1.2658%;
clear: none;
}
.footer_lt3s {
}
.sub5 {
	width: 27%;
	clear: none;
	margin-left: 1.2658%;
	height: 500px;
}
.fotoslider_layer1 {
}
#fotoslider_werft_rammin {
}
.fotoslider_rammin {
}
.caravan_duessedorf {
}
.fotolayer_caravan_d_dorf {
}
.videoheader_lunar_campercar {
}
.layer_video_lunar {
}
#productBanners {
}
#product1 {
	width: 43%;
	height: 570px;
	margin-left: 1.266%;
}
#product2 {
	width: 43%;
	margin-left: 1.2658%;
	clear: none;
	height: 570px;
}
#product3 {
	width: 43%;
	clear: none;
	height: 570px;
	margin-left: 1.266%;
}
#product4 {
	width: 43%;
	clear: none;
	margin-left: 1.2658%;
	height: 570px;
}
#product5 {
	width: 43%;
	margin-left: 1.2658%;
	clear: none;
	height: 570px;
}
#product6 {
	width: 43%;
	margin-left: 1.2658%;
	clear: none;
	height: 570px;
}
#product7 {
	width: 27%;
	margin-left: 0;
	height: 500px;
}
#product8 {
	width: 27%;
	margin-left: 1.2658%;
	clear: none;
	height: 500px;
}
#product9 {
	width: 27%;
	margin-left: 1.2658%;
	clear: none;
	height: 500px;
}
#product1_pic {
	width: 95%;
	margin-left: 0;
}
#product2_pic {
	width: 43%;
	margin-left: 1.2658%;
	clear: none;
	height: 430px;
}
#product3_pic {
	width: 43%;
	margin-left: 1.2658%;
	clear: none;
	height: 430px;
}
#product4_pic {
	width: 43%;
	clear: both;
	margin-left: 12px;
	height: 400px;
}
#product5_pic {
	width: 43%;
	margin-left: 1.2658%;
	clear: none;
	height: 430px;
}
#product6_pic {
	width: 43%;
	margin-left: 1.2658%;
	clear: none;
	height: 430px;
}
#product7_pic {
	width: 27%;
	margin-left: 0;
	height: 500px;
}
#product8_pic {
	width: 27%;
	margin-left: 1.2658%;
	clear: none;
	height: 500px;
}
#product9_pic {
	width: 27%;
	margin-left: 1.2658%;
	clear: none;
	height: 500px;
}
#jq_nav_top {
}
.navi_top {
}
.responsive_nav_top {
}
.form-seperator {
	float:left;
	width:100%;
}
.form-seperator label {
display:block !important;
}
#text_zuchtvieh {
}
#div4 {
width: 43%;
margin-left: 1.2658%;
clear: none;
height: 430px;
}
.country_flags {
width: 44.4444%;
margin-left: 0;
}
.country_flags2 {
width: 44.4444%;
clear: none;
margin-left: 11.1111%;
}
.center_flags {

}
#subFlagLayer {
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#flag1 {
	width: 5.0632%;
	margin-left: 44.3037%;
}
.flag2 {
}
#flag2 {
width: 5.0632%;
clear: none;
margin-left: 1.2658%;
}
#layer_flags {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.who {
  height: 0px;
  width: 0px;
  visibility: hidden;
}	
}
