/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/*********************************************
**				Meta 
*********************************************/

* {margin: 0; padding: 0; font-family:"source sans pro";}

a {text-decoration: none;}

p {text-align:left!important; color:#393939!important;}

body {
	color: #393939;
	font-family: 'open-sans-bold'; 
	font-weight:200;
	font-size: 18px;
	text-align: center;
}
/*********************************************
**				Links and Texts
*********************************************/

h1 {
	color:rgba(6%,40%,12%,1);
	font-weight:200;
}

/*********************************************
**				Header
*********************************************/

#logonresp {
	position: absolute;
	z-index:20;
	margin-top:50px;
	height:120px;
	background:rgba(255,255,255,0.7);
	width:100%; 
}

#logoresp {
	position: absolute;
	z-index:20;
	background:rgba(255,255,255,0.7);
	width:100%; 
}
/*********************************************
**				Footer
*********************************************/

#footer {
	background:rgba(0,0,0,0.7);
	color:#fff!important;
	margin:0!important;
	padding:10px 0 20px 0!important;
}

#footer p {text-align: center!important;color:#fff!important; padding:0 0 25px 0!important;margin:0!important;}

#footer p a {
	text-decoration:none;
	color:#fff!important;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
  	padding:0!important;
}

#footer p a:hover {
	color:#bbb!important;
}

/*********************************************
**				Misc
*********************************************/

#toptrenner {
	height:1px; width:100%; float:left; background:rgba(6%,40%,12%,0.6); margin:5px 0 0 0;
}

.trenner {
	height:8px; width:100%; float:left; background:rgba(6%,40%,12%,0.6); margin:70px 0 70px 0;
}

.trennercontainer {
	padding:70px 0 90px 0;
}

.seperation {
	border-bottom:1px dashed rgba(0,0,0,0.5);
	margin:90px 0 80px 0;
}

span.glyphicon-tree-deciduous, 
span.glyphicon-leaf {font-size:100px;color:#96c11f;}
span.glyphicon-tint {font-size:100px;color:#6ad3e6;} 



section {margin-bottom:100px; color:rgba(6%,40%,12%,0.6);}

/*********************************************
**				Button
*********************************************/
.linkbutton {
	margin-top:50px;
}

.linkbutton a {
	color:#fff; 
	text-decoration:none; 
	background:rgba(6%,40%,12%,0.6);
	padding:30px 20px 30px 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	 }
.linkbutton a:hover {
	background:rgba(6%,40%,12%,0.2);
	color:rgba(6%,40%,12%,0.7); 
	
}

/*********************************************
**				Navigation
*********************************************/


.fixed {
	position: fixed; 
	top: 0; 
	height: 70px; 
	z-index: 1;
}

nav {
	position: absolute;
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,0.7);
	margin-top:-70px;
}

nav ul {
	height:70px;
}

nav li {
	display: inline-block;
	padding: 24px 10px;
	height:70px;
}

nav li a {
	color: #757575;
	height:70px;
	text-decoration:none;
	padding:25px 0;
}

nav li:hover {
	background:rgba(6%,40%,12%,0.6);
	color:white!important;
}

nav li a:hover {
	text-decoration:none;
	color:white;
}

/*********************************************
**				Content layout
*********************************************/
.cathegory_intro {

}


/*********************************************
**				Sections
*********************************************/

#header {}

/* Screens Settings */


#screen2 {
	background: #fff;
	height:1200px;
}

#screen3 {
	background: #e1793d;
	height:1200px;
}


/*********************************************
**				Responsitivity
*********************************************/

@media only screen and (max-width: 992px) {

	.adress, .adress p {text-align:center!important;}
	nav li {padding: 24px 4px;}
	nav li a {font-size: 14px;}
	#banner_nonmobile, #logonresp {display:none;}
	.col-md-6 img {padding: 0 0 40px 0;}
	

}

@media only screen and (min-width: 993px) { 

	#banner_mobile, #logoresp {display:none;}
	.col-md-6 img {padding: 0 30px 0 0;}

}