/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style:bold;
  font-weight: 400;
  src: local('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('../fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       local('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}


html,body{
	margin: 0px;
	width: 100%;
	color: #666;
  font-size: 1em;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
background:#fff;

}

*{box-sizing:border-box;}

strong {
  font-weight: bold;
}
p{
	margin-top:4px;
	margin-bottom:15px;}
a {
	text-decoration:none;
	color:rgb(18, 79, 11)}
	
.wrapper_max{
	width:100%;
	max-width:1900px;
	margin-left:auto;
	margin-right:auto;
	}

h1{
	font-size:2.2em;
font-weight:normal;
margin:0px;
padding:0;
color:rgb(18, 79, 11);
 font-family: 'Playfair Display';
	}
	

	
h2{
 font-family: 'Playfair Display';
	font-size: 1.5em;
		margin:0;
		padding:0;
font-weight:300;

	}	
h3{font-weight:300;
	font-size: 1.1em;
	margin:0px; 
	padding:0px;}	
	
	.zeitlos{
		width:100%;
		text-align:center;}
		
		.zeitlos img{
		width:30%;
}
.box_table{
	display:block;}
	
.box_table p{
	margin-top:15px;
	margin-bottom:15px;}


table {
	max-width: 80em;

}

td {
	 padding: 10px;
	border: 1px solid silver;
	text-align: justify;
	font-size:1em;
}


	
	.slider{
		position:relative;
		  -o-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
		height:100vh;
		width:100%;
		overflow:hidden;}
		
		.box_slider_img img{
			display:block;
			width:100%;
			height:auto;}
	.wrapper_vid{
		position:relative;
	z-index:5;}
	
	.box_modal{
		padding:25px;}
		
			.box_modal_flex{
	width:100%;
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	font-size:1.4em;
	font-weight:bold;
	color:#74a20e;

	padding:10px;}	
	
	.zitat{
		
		 font-family: 'Playfair Display';
	font-size: 1.5em;
		margin:0;
		padding:0;
		font-style:italic;
font-weight:300;
		}
		
	video {
			position:relative;
	z-index:6;
 width: 100%;
  max-height: 100%;
   height:auto;
   overflow:hidden;
   margin-left:auto;
   margin-right:auto;
   background:#fff;

}	
		
.button_more{
	border-radius: 6px;
		display:inline-block;
	padding:9px;
	background:rgba(116,162,14,1);
	color:rgba(255,255,255,1);
	font-size:1.1em;
		 -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	margin-top:10px;
	
	}	
	
	.button_more:hover{
	background:rgba(94,61,66,1);



	}	
	
		
	.wrapper_starttext{
		position:relative;
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background:url(bilder/bg_wood.jpg);
		background-size:contain;
	padding:40px;}	
	
	.wrapper_starttext_content{
		width:80%;
		display:flex;
	align-items:;
	justify-content:center;
	flex-wrap:wrap;
	padding-top:20px;
		padding-bottom:50px;
		text-align:left;
	
	
		}
		
		.start_left{
			width:20%;
			padding:20px;}
			
				.start_right{
			width:80%;
			padding:20px;
				}
		
		.wrapper_starttext_content h1{
	
	
		}
		
		.wrapper_produkte_content h2{
	
	
		}
	
.wrapper_produkte{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background:rgb(255, 255, 255);
}	
	
	.wrapper_produkte_content{
		padding:20px;
		border-left:4px solid rgba(255,255,255,1);
		text-align:left;
		color:#FFF;
		}
		
		.img_25{
		
			position:relative;
			z-index:10;
			width:22%;
			margin:4px;
			overflow:hidden;}
			
			
				
			
			.gal_img{
					display:block;
					opacity:0.8;
				-webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 02s ease-in;
    transition: all 0.2s ease-in;}
			
		
				.img_25:hover > a> img{
				opacity:1;
			}
			
		
	.wrapper_produkte_content h1{
	
		color:#FFF;
		}
		
		.wrapper_produkte_content h2{
	
		color:#FFF;
		}
	
	.wrapper_ueber_mich{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	padding-left:50px;
	padding-right:50px;
	background: rgba(248,244,239,1)
	}	
	
	
	.wrapper_ueber_mich_content{
	width:90%;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
		}	
	
	
	.wrapper_Produkte{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background:rgb(18, 79, 11);
	}	
	
	.wrapper_produkte_content{
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
		}	
		
		.wrapper_veranstaltungen{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	padding:50px;}	
	
	
	.wrapper_veranstaltungen_content{
	width:100%;
	display:flex;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	
		}	
		
		.box_va{
			
			width:31%;
			display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
			margin-bottom:5px;
			background: rgba(200, 200, 200,0.1);
			-webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 02s ease-in;
    transition: all 0.2s ease-in;
	padding:20px;
	margin:4px;
			
			}
		
		.va_1{
			width:70%;
			border-bottom: 2px solid rgba(18, 79, 11,1);
			text-align:center;
			}
			
				.va_2{
			width:100%;
			text-align:center;
			
			}
			
			
			.va_2 h2{
			color:rgb(18, 79, 11);
			font-size:2em;
			font-weight: 500;}
			
				.va_3{
			width:100%;
			font-size:0.8em;
			text-align:center;
			line-height:18px;}
			
			
			
		.wrapper_menue{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	padding:50px;
	border-top: 1px solid rgba(147, 12, 54,1);
	border-bottom: 1px solid rgba(147, 12, 54,1);
	background: rgba(204,204,204,0.2);}	
	
		.wrapper_Geschaeft{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;

	padding:0;}	
	
		.wrapper_Geschaeft_content{
	width:80%;
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
		}	
		
		.box_1{
		width:31%;
		text-align:center;
			padding:20px;
		
		}
		
	.box_2{
		text-align:left;
		
		width:31%;
	
		padding:10px;

			
			
			}
			
				.box_3{
		text-align:left;
		
		width:31%;
	
		padding:10px;

			
			
			}
		.logo_site{
			width:100%;
			text-align:center;}
			
			.logo_site > img{
			width:40%;
			height:auto;}		

	.box_left{
		width:40%;
		text-align:center;
			padding:20px;
		
		}
		
	.box_right{
		text-align:left;
		border-left:3px solid rgb(18, 79, 11);
		width:60%;
	
		padding:25px;

			
			
			}
			
			
				.box_left_2{
		width:50%;
		text-align:right;
			padding:20px;
			font-size:0.9em;
		
		}
		
		.box_left_2 img{
			max-width:100%;}
		
	.box_right_2{
		margin-left:-150px;
		background:rgba(255,255,255,0.9);
		width:50%;
		padding:20px;
		font-size:0.9em;}
		
		
		
				.box_left_3{
		width:50%;
		text-align:right;
			padding:20px;
			  text-align: right;
		position:relative;
				z-index:10;
		font-size:0.9em;
		}
		
	.bullets-left {
  text-align: right;
  list-style-type: circle;
  direction:rtl;

}
	
		
	.box_right_3{
		text-align:right;
		width:50%;
		padding:20px;
		margin-right:-100px;
				background:rgba(255,255,255,0.9);
				position:relative;
				z-index:100;

		}
			
		
	
			
	.footer{
	height:auto;
	width:100%;
	box-sizing: border-box;
	z-index:900;
		background:rgba(88,88,88,1);
		background-size:cover;
	
	}
	
	.footer_social{
				width:100%; display:flex; margin-bottom:14px;
				justify-content: flex-start; align-items:center;
				}
	

.wrapper_footer{
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	width:100%;

		padding:20px;
		margin-left:auto;
	margin-right:auto;
	color:#fff;
		}
	

	.footerbox_1{
		width:30%;
color: #fff;
padding:30px;
		font-size:1.0em;
		border-right: 1px dotted rgba(255,255,255,0.2);
		text-align:center;}
		
			.footerbox_1 img{
			
				vertical-align:central;
				margin-bottom:-4px;}
		
		.footerbox_2{
		width:30%;
color: #fff;
padding:0px;
		font-size:0.8em;
		border-right: 1px dotted rgba(255,255,255,0.2);
		text-align:center;}
		
		
	.footerbox_3{
		width:30%;
color: #fff;
padding:30px;
		font-size:1.0em;
		display:block;
		text-align:center;
		
		}	
				
	.footerbox_3 h3{
		font-weight:bold;

		font-size:1.2em;
		
		
		}	
		.line{
			width:70%;
			height:1px;
			display:block;
			background:rgba(255,255,255,1);
			margin-bottom:10px;
			margin-top:5px;}
		
		
		
		
			.footerbox img{
		margin-right:6px;
		
	
		}
		
		.footerbox_1 a{
		
		color: #fff;
		}
		.footerbox_3 a{
		
		color: #fff;
		}		
		

	
/* Forms */

.button{
	margin-bottom:15px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;}

.box_form{
	width:100%;
	background: #EEE;
	padding:15px;}

.form_box{
	width:100%;
	margin-right:auto;
}

.form_box_x{
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	padding:14px;
	background:rgba(204,204,204,0.2);
	margin-top:10px;
	margin-bottom:10px;
	
	}


	
	.form_1{
		width:100%;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		flex-wrap:wrap;}
	
.form_box_50{
	width:47%;
}
	
	.form_box_titel{

	color: rgba(26,106,43,1);
	padding:4px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	margin-left:5px;
	margin-right:5px;
	}
	


		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="date"],
			form input[type="password"],
			form select,
			form textarea {
	display: block;
	width: 100%;
	padding: 0.6em;
	background: none;
	border: solid 2px rgba(185,186,187,0.25);
	color: #000;
	border-radius: 0.5em;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	margin-right: 13px;
	background-color: #fff;

	

			}

				form input[type="text"]:hover,
				form input[type="password"]:hover,
				form select:hover,
				form textarea:hover {
				}

				form input[type="text"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
	border-color: #ec6707;
	text-align: left;

				}

			form input[type="text"],
			form input[type="password"],
			form select {
				line-height: 1em;
			
			}
				
			form textarea {
				min-height: 6em;	width: 100%;
				
			}

			form .formerize-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
input[type=submit] {
	padding: 10px;
	text-align:center;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 0px;
	border-radius: 5px;
	background-color: rgba(26,106,43,1);
	color: #fff;
	font-weight: bold;
}

input[type=submit]:hover {

	background: rgba(13,95,64,1);
	
}

input[type=reset] {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F90;
	color: #fff;
	font-weight: bold;


}


select {
    border: 0 none;
    color:rgba(102,102,102,1);
    background: transparent;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px;
    width: auto;

	border: 1px solid rgba(102,102,102,1);
}




	


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



}


@media screen and (max-width : 900px){
	.slider{
		margin-top:60px;
		position:relative;
		  -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 02s ease-in;
    transition: all 0.2s ease-in;
		height:auto !important;
		overflow:hidden;
		width:100%;}
		
		
		.box_left{
		width:100%;
		text-align:center;
			padding:10px;
		
		}
		
	.box_right{
		text-align:left;
		border-left:0px solid rgb(18, 79, 11);
		width:100%;
	
		padding:10px;

			
			
			}
			
				.box_left_2{
						margin-left:0px;
		width:100%;
		text-align:left;
			padding:10px;
			border-right:0px solid rgb(18, 79, 11);
		
		}
		
	.box_right_2{
		margin-left:0px;
		background:rgba(255,255,255,0.9);
		width:100%;
		padding:10px;
		font-size:0.9em;}
			
			
	.footer{
	height:auto;
	width:100%;
	box-sizing: border-box;
	z-index:900;
	
		background-size:cover;
	
	}
	
	.footer_social{
				width:100%; display:flex; margin-bottom:14px;
				justify-content: flex-start; align-items:center;
				}
	

.wrapper_footer{
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	width:100%;

		padding:10px;
		margin-left:auto;
	margin-right:auto;
	color:#fff;
		}
	

	.footerbox_1{
		width:100%;
color: #fff;
padding:10px;
		font-size:1.0em;
		border-right: 1px dotted rgba(255,255,255,0.0);
		text-align:center;}
		
			.footerbox_1 img{
			
				vertical-align:central;
				margin-bottom:-4px;}
		
		.footerbox_2{
		width:100%;
color: #fff;
padding:0px;
		font-size:1.0em;
		border-right: 1px dotted rgba(255,255,255,0.0);}
		
		
	.footerbox_3{
		width:100%;
color: #fff;
padding:10px;
		font-size:1.0em;
		display:block;
		text-align:center;
		}	
				
	.footerbox_3 h3{
		font-weight:bold;

		font-size:1.2em;
		
		
		}	
		.line{
			width:100%;
			height:1px;
			display:block;
			background:rgba(255,255,255,1);
			margin-bottom:5px;
			margin-top:5px;}
		
	
		.wrapper_Geschaeft_content{
	width:95%;
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
		}	
	

	.wrapper_ueber_mich{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	padding:10px;}	
	
	
	.wrapper_ueber_mich_content{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
		}	
		
		.img_25{
		
			position:relative;
			z-index:10;
			width:47%;
			margin:4px;
			overflow:hidden;}
			
			
		
		.box_va{
			
			width:100%;
			display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
			margin-bottom:5px;
			background: rgba(200, 200, 200,0.1);
			-webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 02s ease-in;
    transition: all 0.2s ease-in;
	padding:20px;
	margin:4px;
			
			}
		
		.va_1{
			width:90%;
			border-bottom: 2px solid rgba(18, 79, 11,1);
			text-align:center;
			}
			
				.va_2{
			width:100%;
			text-align:center;
			
			}
			
			
			.va_2 h2{
			color:rgb(18, 79, 11);
			font-size:2em;
			font-weight: 500;}
			
				.va_3{
			width:100%;
			font-size:0.8em;
			text-align:center;
			line-height:18px;}
			
			
			.start_left{
			width:20%;
			padding:20px;
			display:none;}
			
				.start_right{
			width:100%;
			padding:00px;
				}
				
					
	.wrapper_starttext{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background: url(bilder/bg_wood.jpg);
	background-size:contain;
	padding:10px;}	
	
				.wrapper_vid{
					margin-top:30px;
					max-width:100%;
		position:relative;
	z-index:5;
	  overflow:hidden;}
		
	video {
			position:relative;
	z-index:6;
 width: 100%;
  max-height: 100%;
   height:auto;
   overflow:hidden;
   margin-left:auto;
   margin-right:auto;
   background:none;

}	

.zitat{
		
		 font-family: 'Playfair Display';
	font-size: 1.2em;
		margin:0;
		padding:0;
		font-style:italic;
font-weight:300;
		}
		
	
				.box_left_3{
		width:100%;
		text-align:right;
			padding:10px;
			  text-align: right;
		position:relative;
				z-index:10;
		font-size:0.9em;
		}
		
	.bullets-left {
  text-align: left;
  list-style-type: circle;
  direction:rtl;

}
	
		
	.box_right_3{
		text-align:left;
		width:100%;
		padding:10px;
		margin-right:0;
				background:rgba(255,255,255,0.9);
				position:relative;
				z-index:100;

		}
		
		table {
		width: 100%;
		margin: 0;
		border: 1px;
	}
	td {
		hyphens: auto;

	 padding: 5px;
	border: 1px solid silver;
	text-align: justify;
	font-size:0.8em;
}
	
.box_table p{
	margin-top:10px;
	margin-bottom:10px;}	
	
	.bullets-left {
  text-align: left;
  list-style-type: circle;
  direction:ltr;

}

.wrapper_starttext_content{
		width:95%;
		display:flex;
	align-items:;
	justify-content:center;
	flex-wrap:wrap;
	padding-top:20px;
		padding-bottom:20px;
		text-align:left;
	
	
		}
		.box_1{
		width:100%;
		text-align:center;
			padding:10px;
		
		}
		
	.box_2{
		text-align:left;
		border-left:none;
		width:100%;
	
		padding:15px;

			
			
			}
			
				.box_3{
		text-align:left;
		border-left:none;
		width:100%;
	
		padding15px;

			
			
			}
		.logo_site{
			width:100%;}
			
			.logo_site > img{
			width:80%;
			height:auto;}		
					
}



