@charset "utf-8";

/* architects-daughter-regular - latin */
@font-face {
	font-family: 'Architects Daughter';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/architects-daughter-v18-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/architects-daughter-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/architects-daughter-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/architects-daughter-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/architects-daughter-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/architects-daughter-v18-latin-regular.svg#ArchitectsDaughter') format('svg'); /* Legacy iOS */
  }
  

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

body  {
		background-color:#bedaa5;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	background-color:#fff;
}

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

.gridContainer {
	width: 88.5%;
	max-width: 1070px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}


header  {
	background-image:url(img/linie.png);
	background-repeat:repeat-x;
	height:120px;
	margin-top:5%;
}
.logo  {
	padding-left:10%;
	width:70%;
	float:left;
}
#kontakt  {
	width:20%;
	float:left;
	padding-top:4%;
}
#kontakt img  {
	padding:0 10%;
}

#kontakt_first  {
	border-right:thin solid #6abc27;
}
.clear  {
	clar:both;
}
.img_header  {
	width:100%;
	border-bottom:thick solid #6abc27;

}

h1 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	padding-left:3%;
}

h3 {
	color:#60c340;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}


a:link, a:visited, a:hover, a:active  {
	color:#fff;
	text-decoration:none;
}

.content a:link, .content a:visited, .content a:hover, .content a:active  {
	color:#60c340;
	text-decoration:none;
	font-weight:bold;
}


h2  {
	
    font-family: 'Architects Daughter', cursive;
	color: #60c340;
}

.clear  {
	position:relative;
	clear:both;
}
.menu  {
	width:31%;
	max-width:330px;
	float:left;
	margin-left: 2%;
	background-color:#6abc27;
	margin-top:5%;
}

.img1, .img2, .img3, .img4, .img5, .img6  {
	background-repeat:no-repeat;
	height:200px;
}


.img1  {
	background-image:url(img/baum_und_heckenschnitt.jpg);
}
.img2  {
	background-image:url(img/pflasterung.jpg);
}
.img3  {
	background-image:url(img/spielplatz.jpg);
}
.img4  {
	background-image:url(img/rasen.jpg);
}
.img5  {
	background-image:url(img/zaunbau.jpg);
}
.img6  {
	background-image:url(img/holz.jpg);
}

hr  {
	border: 2px solid #64501e;
}

footer  {
	text-align:center;
	color:#fff;
	background-color:#6abc27;
	height:50px;
	padding-top:1%;
}



.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 80%;
	max-width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
}



.close {
	background: #60c340;
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #60c340;
color:#fff; }
.close:active { background: #60c340;
color:#fff; }
.close:visited { background: #60c340;
color:#fff; }

.content  {
	padding:5%;
}

.row  {
	width:50%;
	float:left;
}

#button  {
	background-color:#60c340;
color:#fff;
padding:2%;
font-size:1.2em; }

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

.gridContainer {
	width: 90.675%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

#kontakt img  {
	width:25%;
	margin-top:10%;
}

.menu  {
	width:48%;
}

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


}


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

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	background-color:#fff;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

#kontakt  {
	width:25%;
	float:none;
	padding-top:4%;
	padding-left:10%;
	margin-bottom: 30px;
}


.menu  {
	width:96%;
}

header  {
	height:auto;
}

header  {
	background-image:none;
}



}