@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
	
*:after, *:before {
    box-sizing: border-box;
}


html, body{	
	min-height:100%;	
	background-color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #695E57;
	font-size: 18px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
}

h1{
	font-size: 70px;
	font-weight: 100;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.5px;
	margin: 0 0 10px 0;
}

h2{
	font-size: 43px;
	line-height: 120%;
	font-weight: 100;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 10px 0;
}

h3{
	font-size: 24px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.5px;
	margin: 0 0 10px 0;
	line-height: 130%;
	color: #756D1D;
	
}

p{
	margin-bottom:15px;
	line-height: 30px;
	font-weight: 300;
}


a{		
	color: #746E1C;
	text-decoration: none;
}

a:hover{		
	color: #695E57;
	text-decoration: underline;
}

a img:hover{		
	opacity: 0.8;
}

.content li{
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: circle;
	font-weight: 300;
}

.datenschutz li{
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: circle;
	font-weight: 300;
}


/*------------------------------------------ NAV -----------------------------------------*/

header {
	width:100%;
	float:left;
	background:#FAEEE4;
}


/*------------------------------------------ HEADER -----------------------------------------*/

.logo {
	background-color: rgba(253,245,238,0.8);
	padding: 10px;
	text-align: center;
	width: 200px;
	position: absolute;
	margin: -10px 0 0 20px;
	z-index: 10;
	
}

.logo-alt {
	background-color: rgba(61,38,33,0.82);
	border: 3px solid rgba(207,180,151,1.00);
	padding: 30px;
	margin: auto;
	text-align: center;
	width: 250px;
}

.logo-index {
	background-color: rgba(61,38,33,0.82);
	border: 3px solid rgba(207,180,151,1.00);
	padding: 30px;
	margin: auto;
	text-align: center;
	width: 400px;
}


.logo img, .logo-index img{
	width: 100%;
} 

.head{	 
  background-color:#756E1D;
  
}

.head-bild{	
	height:60vh;
	min-height:800px; 
	padding-top: 10%;
}


.aktuell{	
  background: url(../images/head-aktuell.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}


.arbor-control{	
  background: url(../images/head-arbor-control.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}


.baumgutachten{	
  background: url(../images/head-baumgutachten.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.baumpflege{	
  background: url(../images/head-baumpflege.jpg) no-repeat center bottom; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.baumsorten{	
  background: url(../images/head-baumsorten.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.bdj{	
  background: url(../images/head-bdj.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.datenschutz-h{	
  background: url("../images/head-datenschutz.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.engagement{	
  background: url("../images/head-engagement.jpg") no-repeat center bottom; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.erhalt{	
  background: url(../images/head-erhalt.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.fahrzeuge{	
  background: url(../images/head-fahrzeuge.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.frevel{	
  background: url(../images/head-frevel.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.impressum{	
  background: url(../images/head-impressum.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}


.index{	
  background: url(../images/head-index.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.kappung{	
  background: url(../images/head-kappung.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.kontakt{	
  background: url(../images/head-kontakt.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.krankheiten{	
  background: url("../images/head-krankheiten.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.mitgliedschaft{	
  background: url("../images/head-mitgliedschaften.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.praequalifikation{	
  background: url(../images/head-praequalifikation.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.rhizo-thom{	
  background: url("../images/head-rhizo-thom.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.raetsel{	
  background: url(../images/head-raetsel.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}


.referenzen{	
  background: url(../images/head-referenzen.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.schniguve{	
  background: url(../images/head-schniguve2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.starke-baeume{	
  background: url("../images/head-starke-baeume.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.team{	
  background: url(../images/head-team.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.uwe-thomsen{	
  background: url(../images/head-uthomsen.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.veranstaltungen{	
  background: url(../images/head-ausstellung.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.verschwisterung{	
  background: url("../images/head-verschwisterung.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.wir{	
  background: url(../images/head-wir.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}



.text-head{
	width: 650px;
	margin: auto;
	text-align: center;
	border-top:#D8D2BD 3px solid;
	border-bottom:#D8D2BD 3px solid;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

.text-head p, .text-index p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color:#D8D2BD;
	line-height: 97%;
	padding: 10px;
	margin: 0px;
}

.head-link{
	font-size: 27px;
	position: absolute;
	bottom: 0px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	font-weight: 200;
	padding: 25px 15px 40px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.6) url("../grafik/pfeile-down.svg") no-repeat scroll center bottom 18px / 12% auto;
	transition: all 0.6s ease 0s;
}

.head-link:hover{
	background: rgba(255, 255, 255, 0.3) url("../grafik/pfeile-down.svg") no-repeat scroll center bottom 10px / 12% auto;
	color: #ffffff;
}


/*------------------------------------------ CONTENT BOXEN -----------------------------------------*/


.ct-mobil, .ctq-mobil {
	display: none;
}

.main{
	width: 1450px;
	background-color: #fff;
	margin: auto;
}

.box{
	width: 1200px;
	margin: auto;
}

.container{
	width: 768px;
	margin: auto;
}

.cd-0 {
	display: none;
}


.cd-1 {
	width:8.33%;
}

.cd-2 {
	width:16.66%;
}

.cd-2-5 {
	width:20%;
}

.cd-3 {
	width:25%;
}

.cd-4 {
	width:33.33%;
}

.cd-5 {
	width:41.66%;
}

.cd-6 {
	width:50%;
}

.cd-7 {
	width:58.33%;
}

.cd-8 {
	width:66.66%;
}

.cd-9 {
	width:75%;
}

.cd-10 {
	width:83.33%;
}

.cd-11 {
	width:91.66%;
}

.cd-12 {
	width:100%;
}

.ctq-mobil {
	display: none;
}


.img-100 img{
	width: 100%;
}


/*------------------------------------------ FORMULAR -----------------------------------------*/
.f-input{
	width:48%;
	padding:2%;
	margin:1% 2% 1% 0%;
	color:#777777;
	font-size:22px;
	background-color:#fff;
	border: 0px solid #000000;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #746E1C;
	float: left;
}

.f-anfrage{
	width:98%;
	height: 200px;
	padding:2%;
	margin:1% 2% 1% 0%;
	color:#DCDCDC;
	font-size:22px;
	background-color:#fff;
	border: 0px solid #000000;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #746E1C;
}

.f-label{
	width:150px;
	margin:auto;
	}

.f-button{
	display:inline-block;
	padding:15px;
	margin:45px 10px 20px 0px;
	background-color:#756E1D;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	transition:0.3s;
	border: 4px solid #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	}
		
.f-button:hover{
	background-color:#fff;
	color:#756E1D;
	border: 1px solid #746E1C;
	}

.f-button-gruen{
	margin-top:15px;
	display:inline-block;
	padding:10px;
	background-color:#fff;
	color:#756E1D;
   font-size: 110%;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #746E1C;
	}
		
.f-button-gruen:hover{
	background-color:#746E1C;
	color:#fff;
	transition:0.3s;
	border: 1px solid #746E1C;
	}

.kasten_suche_error {
   float:left;
	border: 1px solid #C00;
	background-color: #EBEBEB;
}

.f-radio-digital{
	color:#746E1C;
	background-color:#fff;
	border: 0px solid #fff;
	padding:2%;
	font-size: 100%;
	}

.f-radio-digital label {
	font-size: 90%;
	}

/*------------------------------------------ SECTION -----------------------------------------*/

section{
	width: 100%;
}


/* ----------------------- Sonstiges ---------------------*/

.button{
	padding:10px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
	transition: all 0.6s ease 0s;
}

.button:hover{
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.border{
border: 15px solid #fff;
}

.border-linie{
	border: 1px solid #c1a78a;
}
/* ---------------------------------- EIGENSCHAFTEN ----------------------------------*/

/* ----------------------- Farben ---------------------*/

.beige{
	background-color: #E0D1C0;
}

.weiss{
	background-color: #fff;
}

.gruen{
	background-color: #756E1D;
}

.font-weiss{
	color:#fff;
}

.font-beige{
	color:#ab9379;
}

.font-hellbraun{
	color:#A38F83;
}

.font-gruen{
	color:#756E1D;
}


/* ----------------------- Abstände ---------------------*/

.p-left{
	padding-left:3%;
}

.p-right{
	padding-right:3%;
}

.p-top{
	padding-top:3%;
}

.p-all{
	padding:3%;
}


/* ----------------------- Ausrichtung ---------------------*/

.right {
	float: right;
}

.left {
	float: left;
}

.middle{
	margin:auto;
}

.font-right{
	text-align: right;
}

.center{
	text-align: center;
}

/* ----------------------- Trenner ---------------------*/
.trenner{
	clear: both;
	width: 100%;
	height: 0px;
}
.trenner-1{
	clear: both;
	width: 95%;
	height: 1px;
}
.trenner-10{
	clear: both;
	width: 100%;
	height: 10px;
}
.trenner-30{
	clear: both;
	width: 100%;
	height: 30px;
}
.trenner-50{
	clear: both;
	width: 100%;
	height: 50px;
}
.trenner-100{
	clear: both;
	width: 100%;
	height: 100px;
}

/* ---------------------------------- SCROLLER ----------------------------------*/

.scrollup{
    width:40px;
    height:40px;
    position:fixed;
	z-index:30;
    bottom:60px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url(../grafik/icon_top.png) no-repeat;
}	



/* ---------------------------------- FOOTER ----------------------------------*/

footer{
	width:100%;
	padding: 30px 3% 20px 3%;
	background-color:#655649;
	color: #fff;
	margin: auto;
}

footer p{
	font-size: 16px;
	line-height: 115%;
	font-weight: 400;
}

footer a{
	color: #fff;
	text-decoration: none;
	line-height: 115%;
	font-weight: 400;
	font-size: 16px;
}

footer a:hover{
	color: #ded1c1;
}

footer h1{
	font-size:16px;
	font-weight: 400;
}

.footer-link{
	float: right;
}


.footer-link a{
	font-size: 16px;
}


.footer-link li {
	list-style: none;
}

.logo-footer{
	width: 100px;
	overflow: hidden;
}

/* - - - - - - - - - - - VIDEO CONTAINER -- - - - - - - - - - - - */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*------------- Video -------------*/
video#bgvid { 
    width: auto;
    height: auto;
	margin: auto;
	width:100%;
    height: 100%;
    background-size: contain;
	background-position: center center;
	object-fit: contain;
}

#bg-video{
    max-width:1000px;
    width: auto;
    height: auto;
	margin: auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: top center;
	background-color:rgba(0,0,0,0.00); 
}





/* ---------------------------------- MEDIA BREITE ----------------------------------*/

@media screen and (max-width:1450px) {
	.main{
		width: 100%;
	}
}

@media screen and (max-width:1240px) {
.logo {
	width: 150px;
	
}
}

@media screen and (max-width:1200px) {
	.block{
		display: block;
	}

.box{
	width: 100%;
	margin: auto;
}

.c-12-6 {
	width:50%;
}

.c-12-12 {
	width:100%;
}

}

@media screen and (max-width:1025px) {
	
header {
	float:left;
	position: fixed;
	z-index: 1000;
}
.logo-index {
	padding: 30px;
	margin: auto;
	text-align: center;
	width: 350px;
}

.head-bild{	
	height:45vh;
	min-height: 320px;
	padding-top: 5%;
	}

.cut-top{
	max-height:350px;
	overflow: hidden;
}

.ctq-middle{
	margin:auto;
	float: none;
}

.ctq-mobil {
	display: block;
}

.ctq-0 {
	display: none;
}

.ctq-1 {
	width:8.33%;
}

.ctq-2 {
	width:16.66%;
}

.ctq-3 {
	width:25%;
}

.ctq-4 {
	width:33.33%;
}

.ctq-5 {
	width:41.66%;
}

.ctq-6 {
	width:50%;
}

.ctq-7 {
	width:58.33%;
}

.ctq-8 {
	width:66.66%;
}

.ctq-9 {
	width:75%;
}

.ctq-10 {
	width:83.33%;
}

.ctq-11 {
	width:91.66%;
}

.ctq-12 {
	width:100%;
}
	
.trenner-10{
	height: 3%;
}
.trenner-30{
	height: 5%;
}
.trenner-50{
	height: 10%;
}
        .ct-float{
        float: none;
    }
    
    
}



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

.container{
	width: 100%;
	margin: auto;
}

.logo-footer{
	width: auto;
	overflow: hidden;
}
	.font-left{
		text-align: left;
	}

.ct-fest {
	width:420px;
}
	
.ct-mobil {
	display: block;
}
	
.ct-0 {
	display: none;
}

	
.ct-1 {
	width:8.33%;
}

.ct-2 {
	width:16.66%;
}

.ct-3 {
	width:25%;
}

.ct-4 {
	width:33.33%;
}

.ct-5 {
	width:41.66%;
}

.ct-6 {
	width:50%;
}

.ct-7 {
	width:58.33%;
}

.ct-8 {
	width:66.66%;
}

.ct-9 {
	width:75%;
}

.ct-10 {
	width:83.33%;
}

.ct-11 {
	width:91.66%;
}

.ct-12 {
	width:100%;
}
	
.trenner-30{
	height: 15px;
}
.trenner-50{
	height: 25px;
}
.trenner-100{
	height: 50px;
}

    .ct-float{
        float: left;
    }
    

}

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

html, body{	
	font-size: 18px;
}
	
h1{
	font-size: 12vw;
}

h2{
	font-size: 9vw;
}

h3{
	font-size: 5vw;
}
	
.logo-index {
	padding: 20px;
	margin: auto;
	text-align: center;
	width: 220px;
}


.head-bild{	
	height:30vh;
	min-height: 250px;
	}
	 
.text-head, .text-index{
	width:90%;
}

.text-head p, .text-index p{
	font-size: 7vw;
	padding:3% 2% 3% 2%;
	display: block;
}
	
.csm-0 {
	display: none;
}

.csm-12 {
	width:100%;
}


}

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

h1, h2{
	font-weight: 300;
	
}
	
	.logo-footer img{
		width:100%;
	}
	.footer-link{
		width:100%;
		float:left;
	}

.footer-link li {
	float: left;
	padding-right: 15px;
}
}

@media screen and (max-width:480px) {
	
.head{	 
  border: 5px solid #fff;
}

.logo{
		display: none;
	}
	
.text-head img{
		width: 100%;
	}
	
.border{
border: 5px solid #fff;
}

.ct-fest {
	width:100%;
}
	
.cs-0 {
	display: none;
}
	
.cs-1 {
	width:8.33%;
}

.cs-2 {
	width:16.66%;
}

.cs-3 {
	width:25%;
}

.cs-4 {
	width:33.33%;
}

.cs-5 {
	width:41.66%;
}

.cs-6 {
	width:50%;
}

.cs-7 {
	width:58.33%;
}

.cs-8 {
	width:66.66%;
}

.cs-9 {
	width:75%;
}

.cs-10 {
	width:83.33%;
}

.cs-11 {
	width:91.66%;
}

.cs-12 {
	width:100%;
}

.logo-footer{
		width:90%;
		text-align: center;
		float: none;
	}
}




/* ---------------------------------- MEDIA HÖHE ----------------------------------*/

@media screen and (max-height:900px) {

.logo-alt {
	padding: 20px;
	margin: auto;
	text-align: center;
	width: 220px;
}
  
}

@media screen and (max-height:625px) {

.head{	 
  height:auto;
  
}

}