
/* Als Erstes eingie CSS Resets */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font: inherit;
    	vertical-align: top;
    	outline: 0;
    	
    	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		
		
    }

    
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
    	display: block;
    }

    body {
    	line-height: normal;
        
        font-family: 'Exo 2', sans-serif;
        
        font-weight: 400;
        font-style: normal;
        font-size: 0.9em;
       }
	
	body, html {
		height: 100%;
		min-height: 100%;
				padding: 0px;
		margin: 0px;
	}
	
    body a, body {
        color: #000;
    }
    ol, ul {
    	list-style: none;
    }
    blockquofte, q {
    	quotes: none;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    
    .clear {float: none; clear: both;}
	
	.mobilenav {
		display: none;	
	}
	
	a {
		transition: .2s all;
	}
	
	.alignright {
		float: right;
		margin:10px 0 10px 10px;
	}
	.alignleft {
		float: left;
		margin:1 0px 10px 10px 0;
	}

	
	

	body {
		background: url('images/gamma-gartenbau-bg.jpg');
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}


.whitebg {
	background: rgba(255,255,255,.9);
	color: #000;
}

.greenbg {

	background: rgba(190,207,0,0.8);
	background: -moz-radial-gradient(center, ellipse cover, rgba(190,207,0,0.8) 0%, rgba(190,207,0,0.8) 39%, rgba(120,172,43,0.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(190,207,0,0.8)), color-stop(39%, rgba(190,207,0,0.8)), color-stop(100%, rgba(120,172,43,0.8)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(190,207,0,0.8) 0%, rgba(190,207,0,0.8) 39%, rgba(120,172,43,0.8) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(190,207,0,0.8) 0%, rgba(190,207,0,0.8) 39%, rgba(120,172,43,0.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(190,207,0,0.8) 0%, rgba(190,207,0,0.8) 39%, rgba(120,172,43,0.8) 100%);
	background: radial-gradient(ellipse at center, rgba(190,207,0,0.8) 0%, rgba(190,207,0,0.8) 39%, rgba(120,172,43,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becf00', endColorstr='#78ac2b', GradientType=1 );

	color: #fff;
}



.logo {
	position: relative;
	top: 0px;
	margin: 0px auto;
	padding: 40px 20px 20px 20px;
	
	width: 225px;
}
	.logo img {
		width: 100%;
		height: auto;
	}

	.logo .logoslogan {
		margin-top: 20px;
		text-align: center;
	}

.maintext {
	
	display: block;
	width: 100%;

	padding: 30px 0;

}
	.maintext .middler {
			
	margin: 0px auto;
	
	text-align: center;
	
	font-size: 3em;
	font-weight: 300;
	line-height: normal;

	}


footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	
	text-align: center;
}
	footer a {
		color: #000;
		text-decoration: none;
	}
	footer a:hover {
		text-decoration: underline;
	}

	footer strong {
		font-weight: 600;
	}

	footer .maintext {

	}

	footer .adressbox {
		padding: 15px 0;
		line-height: 1.6em;
	}
	
	footer ul li {
		display: inline-block;
	}

	footer ul li:after {
		content: " | ";
	}
	footer ul li:last-child:after {
		content: "";
	}



@media screen and (max-width: 600px) { /* Specific to this particular image */
  
  html, body {
	  height: auto;
	  min-height: 0px;
	  background-attachment: fixed;
  }
  
  .maintext {
	  bottom: auto;
	  margin-top: 20px;
	  
	  position: relative;
  }
 	
 footer .maintext, footer .adressbox {
 	padding-right: 20px;
 	padding-left: 20px;
 }
  
  footer {
	  position: relative;
	  
	  width: auto;
	  
  }
  footer .maintext br {
  	display: inline-block;
  }

  	footer ul li {
		display: block;
	}

	footer ul li:after {
		content: "";
	}

	footer ul:nth-child(2n) {
		margin-top: 15px;
	}

}