﻿@charset "utf-8";
/*
Hellgruen: a9c500
orange: ef7f2c
Gruen: a9c937
HG: f5f5f5
*/

html {
	margin-left: auto;
    margin-right: auto;
    height: 100%;
}

body {
    height: 100%;
	background-color: #f5f5f5;
	margin:0px;
	padding:0px;
    margin-left: auto;
    margin-right: auto;
}

.rand-top {
    background-color: #000;
    height: 55px;
    width: 100%;
}

.rand-bottom {
    background-color: #000;
    height: 35px;
    width: 100%;
}


/*		--------------- CSS_Angaben für die Logo-Animation ---------------		*/
.logo {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/logo-button.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 166px;
    display: block;
    position: absolute;
	text-align: left;
}

  .druckinfo {
	  display:none;
  }


/* ------------------------------------------------------- UEBERSCHRIFTEN -------------------------------------------------------*/

h5 {
	width: 80%;
    font-family: Trebuchet MS;
    font-weight: 800;
    font-style: normal;
	font-size: 16px;
	color: #ef7f2c;
}

h6 {
	width: 80%;
    font-family: Trebuchet MS;
    font-weight: 300;
    font-style: normal;
	font-size: 24px;
    padding: 0;
    margin: 0;
}

h7 {
	width: 80%;
    font-family: Trebuchet MS;
    font-weight: 800;
    font-style: italic;
	font-size: 16px;
}

h8 {
	width: 80%;
    font-family: Trebuchet MS;
    font-weight: 800;
	font-size: 10px;
	color:#7b950d;
	font-style:normal;
}
/* ----------------------------------------------------- 1. FLIESSTEXT "main" -----------------------------------------------------*/

h1 {
	width: 90%;
	padding: 1% 5% 0 5%;
	height:auto;
    font-family: Trebuchet MS;
    font-style: normal;
	font-size: 35px;
	color:#ef7f2c;
	text-align:center;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

h2 {
	width: 90%;
	padding: 0% 5% 0 5%;
	height:auto;
    font-family: Trebuchet MS;
	font-size: 20px;
	color:#ef7f2c;
	text-align:center;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

h3 {
	height:auto;
    font-family: Trebuchet MS;
    font-weight: 100;
    font-style: normal;
	font-size: 25px;
	color:#444;
	text-align:left;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	padding: 0;
	line-height: 0.9em;
}

h4 {
	height:auto;
    font-family: Trebuchet MS;
    font-weight: 500;
	font-size: 25px;
	color:#444;
	text-align:left;
    margin: 10px 0 0 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	padding: 0;
	line-height: 0.9em;
}

h5 {
	height:auto;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: normal;
	font-size: 28px;
	color: #ef7f2c;
	text-align:left;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	padding: 0;
	line-height: 0.9em;
}

.mainlink {
	width: 90%;
	padding: 10px 5% 30px 5%;
	height:auto;
	background-color: #ef7f2c;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: italic;
	font-size: 16px;
	color:#000;
	text-align:center;
	text-decoration:none;
	line-height:20px; 
}

.mainlink a:link {text-decoration:none; color: #000; }
.mainlink a:visited {text-decoration:none; color: #000; }
.mainlink a:active {text-decoration:none; color: #000; }
.mainlink a:hover {text-decoration:none; color: #7b950d;}

.fliesstext {
    display: inline-block;
	width: 95%;
	margin-left: auto;
    margin-right: auto;
    font-family: Helvetica;
    font-weight: 200;
    font-style: normal;
	font-size: 16px;
	color:#444;
	line-height:1.8em;
	white-space: pre-wrap;
	padding: 10px 2% 0 2%;
}

.spaltentext {
    display: inline-block;
	width: 95%;
	margin-left: auto;
    margin-right: auto;
    font-family: Helvetica;
    font-weight: 200;
    font-style: normal;
	font-size: 16px;
	color:#444;
	line-height:1.8em;
	white-space: pre-wrap;
	padding: 10px 2% 0 2%;
}

.fliesstext-einspaltig, .fliesstext-1080  {
    display: inline-block;
	width: 95%;
	margin-left: auto;
    margin-right: auto;
    font-family: Helvetica;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color:#444;
	line-height:1.8em;
	padding: 10px 2% 0 2%;
	white-space: pre-wrap;
	text-decoration:none;
}

.fliesstext-einspaltig a:link {text-decoration:none; color: #7b950d;}
.fliesstext-einspaltig a:visited {text-decoration:none; color: #7b950d; }
.fliesstext-einspaltig a:active {text-decoration:none; color: #7b950d; }
.fliesstext-einspaltig a:hover {text-decoration:none; color: #444;}


.link {
    font-family: Helvetica;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    color: #7b950d;
    text-align: left;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    letter-spacing: 1px;
	text-decoration:none; 
}
.link:link {text-decoration:none; color: #7b950d; }
.link:visited {text-decoration:none; color: #7b950d; }
.link:active {text-decoration:none; color: #7b950d; }
.link:hover {text-decoration:none; color: #ef7f2c;}

.fliesstext-liste {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    list-style: inside;
    list-style-type: disc;
    vertical-align: -webkit-baseline-middle;
    line-height: 1.3em;
    vertical-align: baseline;
}

.gruenderpakete {
	float:none;
	width: 100%;
	line-height: 0.9em;
	height:auto;
	margin-bottom: 50px;
    line-height: 1.5em;
    white-space: normal;
}

.paket-premium {
	width: 92%;
	height:auto;
	padding: 4%;
	border-radius: 10px;
    border: dotted 2px #ef7f2c;
	margin-bottom: 15px;

}

.paket-basic {
	width: 92%;
	height:auto;
	padding: 4%;
	border-radius: 10px;
    border: solid 2px #7b950d;
	margin-bottom: 15px;
}

.paket-small {
	width: 92%;
	height:auto;
	padding: 4%;
	border-radius: 10px;
    border: dotted 2px #ef7f2c;
}


/*
.fliesstext-stichpunkt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: inside;
}
*/

.grossesbild {
    width: 100%;
    height: auto;
    max-width: 1250px;
	background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	text-align:center;
}

													/* ------ ALLGEMEINE TEXTBOX  ------ */
.content {
	width: 90%;
	padding: 2% 5% 5% 5%;
	height:auto;
	background-color: #ef7f2c;
}

#text-bild-box {
	width: 100%;
	max-width: 680px;
	padding: 2% 0% 5% 0%;
	margin-top: 100px;
	height:auto;
	background-color: #ef7f2c;
	margin-left: auto;
    margin-right: auto;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color:#000;
	line-height:1.8em;
	white-space: pre-wrap;
	text-align: center;
}



/* ------------------------------------------------------- BAUMLINIE MOBIL -------------------------------------------------------*/


.baumlinie {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/baumlinie.png);
    width: 100%;
    background-position: center;
    margin: -8px 0 -15px 0;
    height: 31px;
    z-index: 5;
    position: relative;
}


/* ------------------------------------------------------- BANNER STATEMENTS MOBIL -------------------------------------------------------*/

.banner {
	width: 100%;
	height: 80px;
	display: block;
	background-color: #000;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	background-position:center;
}

.bannerbild {
	background-image: url(../images/banner-hg.png);
	background-repeat: no-repeat;
	height: 80px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	background-position:center;
}

.bannertext {
	height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color:#fffeee;
	text-decoration:none;
	padding-top: 30px;
	letter-spacing: 0.02em;
}


/* ------------------------------------------------------ ZITATBEREICH MOBIL ------------------------------------------------------*/

.zitatbox {
    margin-left: auto;
    margin-right: auto;
	background-color:#ef7f2c;
	width:100%;
	height:auto;
}
.spalte {
	width: 96%;
	display: grid;
	align-items: center;
	justify-content: center;
/*	padding: 3px 2% 6px 2%;     */
	margin-bottom: 15px;
}

.ytbild {
	width: 100%;
}

.trenner {
	display: none;
}

.zitatgroesse {
	width: 100%;
}

.portraet {
	width:94%;
	border: solid #ef7f2c 8pt;
}

.zitattext {
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: italic;
	font-size: 16px;
	color:#000;
	line-height:1.5em;
}

.zitattextzart {
    font-family: Trebuchet MS;
    font-weight: 200;
    font-style: normal;
	font-size: 16px;
	color:#000;
	line-height:1.5em;
}

/* ------------------------------------------------------- KUNDEN REZENSIONEN REFERENZEN.html -------------------------------------------------------*/


.kundenrezension-ref {
	max-width: 700px; 
	margin-left:auto; 
	margin-right:auto;
}


/* ------------------------- KUNDEN REZENSIONEN index.html ----------------------------*/


.rez-container {
    height: auto;
	background-color: #efcdb4;
	padding-top: 20px;
}

.rezension-container {
    height: 500px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2% 0 2%;
	background-color:#F90;
}

.kundenrezension {
	max-width: 850px; 
	margin-left:auto; 
	margin-right:auto;
}

.rezension {
	color: #ef7f2c;
    text-align: center;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
/*    background-color: #e7ecc6;	*/
    border-radius: 10px;
    border: dotted 2px;
	width: 100%;
}

.rezension-start {
	color: #ef7f2c;
    text-align: center;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
    border-radius: 10px;
    border: dotted 2px;
	float:none;
	width: 100%;
	height: auto;
	margin-top: 15px;
}


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

#schlagworte {
	background-color:#000;
	vertical-align: bottom;
	color: #c1c1c1;
    font-family: Trebuchet MS;
	font-weight: 200;
	font-size: 0.65em;
	line-height: 1.4em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.schlagworte {
	width: 100%;
	max-width:1250px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 8px 0 11px 0;
}
	
.schlagwortetext {
    height: auto;
    width: 94%;
    max-width: 1250px;
    color: #c1c1c1;
    font-family: Trebuchet MS;
    font-weight: 200;
    font-size: 0.65em;
    line-height: 1.4em;
    /* display: grid; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.footertext {
    height: auto;
    font-family: Helvetica;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    padding: 10px 0;
	text-decoration:none;
}

.footertext a:link {text-decoration:none; color: #000; }
.footertext a:visited {text-decoration:none; color: #000; }
.footertext a:active {text-decoration:none; color: #000; }
.footertext a:hover {text-decoration:none; color: #7b950d;}


/* ------------------------------------------------------- REFERENZEN als Bilder MOBIL -------------------------------------------------------*/

.referenz {
	width: 100%;
	margin-right: auto;
    margin-left: auto;
    max-width: 1250px;
}

.refcover {
	margin:0 auto;
	margin-bottom:0;
	transition: opacity .5s ease-in-out;
	position: relative;
	margin-bottom:1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	background-repeat: no-repeat;
	background-size: 150%;
}

.referenzbild {
	margin:0 auto;
	margin-bottom:0;
	/*transition: opacity .5s ease-in-out;*/
	position: relative;
	/*opacity: 0.2;*/
	margin-bottom:1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	background-repeat: no-repeat;
	background-size: 150%;
}

.referenztextblock {
	padding: 3%;
	margin-left:auto;
	margin-right:auto;
	color: #000;
	margin-bottom:20px;
}

.referenztext {
	width:94%;
	margin-left:auto;
	margin-right:auto;
    font-family: Trebuchet MS;
	font-size:20px;
	line-height:30px;
	font-weight: 300;
	text-decoration:none;
	color: #000;
	font-style:normal; 
}
.referenztext a:link {text-decoration:none; color: #000; }
.referenztext a:visited {text-decoration:none; color: #000; }
.referenztext a:active {text-decoration:none; color: #000; }
.referenztext a:hover {text-decoration:none; color: #7b950d;}

.visible {
	opacity: 100;
}

/* ------------------------------------------------------- ENDE Referenzen als Bilder MOBIL -------------------------------------------------------*/

/* ------------------------------------------------------- Referenzen-Spalten (Übersichtsseite) MOBIL -------------------------------------------------------*/

.mittig {
	width: 100%;
	height:auto;
}

.mittig2 {
	width: 100%;
	height:auto;
}

.refbild {
	width: 100%;
	max-width: 300px;
	float:none;
	margin-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
	display: block;
}

.referenzbutton {
	width: 100%;
}

.reftext {
	width: 92%;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color:#000;
	line-height:1.8em;
	padding: 4%;
}

/* ------------------------------------------------------- ENDE Referenzen-Spalten (Übersichtsseite) MOBIL -------------------------------------------------------*/



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


	.gruenderpakete {
		float:left;
		width: 100%;
		line-height: 1.5em;
		white-space: normal;
	}
	
	.paket-premium {
		float:left;
		width: 27%;
		padding: 2%;
		margin: 0 2% 0 0;
	}

	.paket-basic {
		float:left;
		width: 27%;
		padding: 2%;
		margin: 0 2% 0 0;
	}
		
	.paket-small {
		float:left;
		width: 27%;	
		padding: 2%;
		margin: 0;
	}

	#schlagworte {
		display: block;
	}

	.schlagworte {
		column-width: 300px;
		-webkit-column-width: 300px; /* Chrome, Safari, Opera */
		/*-moz-column-width: 300px;  Firefox */
		column-gap: 10px;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		/*-moz-column-gap: 10px;  Firefox */
		width: auto;
		-moz-column-count: 1; /* im Firefox einspaltig, da keine Reaktion auf Code */
	}
	
	.headergruen {
		background-color:#ef7f2c;
		width:100%;
	}
	
	#footer {
		background-image: url(../images/footerwald.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 172px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		text-align:center;
		border: none;
		text-decoration:none;
	}
	
	.footerlogo {
		background-image:url(../images/logo.png);
		margin-left:auto; 
		margin-right:auto; 
		width:70px; 
		margin-top:75px;
	}
	
	.footergruen {
		background-color: #ef7f2c;
		width: 100%;
		height: auto;
	}
	
	h1, h3 {font-size:35px;}
	h2, h4 {font-size:28px;}


/* ------------------------------------------------------ ZITATBEREICH 560px Viewport ------------------------------------------------------*/

.zitatgroesse {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 3px 3px 6px 3px; */
    z-index: 3;
}

.zitatbox {
    margin-left: auto;
    margin-right: auto;
	width:100%;
	float: left;
	height:170px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	padding: 20px 3px 6px 3px;
	margin: 30px 0 50px 0;
}


.spalte {
    width: 30%;
    float: left;
    text-align: left;
}

.spalteportraet {
    width: 30%;
    float: left;
    text-align: left;
    padding: 3px 25px 6px 20px;
}

.portraet {
    width: 130px;
}

.zitattext {
    font-family: Trebuchet MS;
	font-weight: 900;
	font-style: italic;
	font-size: 11px;
	color:#000;
	line-height:1.5em;
	padding: 0;
}

.zitattextzart {
    font-family: Trebuchet MS;
    font-weight: 400;
    font-style: normal;
	font-size: 11px;
	color:#000;
	line-height:1.5em;
	padding: 0;
}

/* ------------------------------------------------------- Referenzen 560px Viewport -------------------------------------------------------*/
	.referenzbild {
		width:100%;
	}

	.refcover {
		width:100%;
	}

	.referenztext {
		width:74%;
		width: 74%;
	}


/* ------------------------------------------------------- Referenzen-Spalten 560px Viewport -------------------------------------------------------*/

.mittig {
    margin-left: auto;
    margin-right: auto;
	min-height: 300px;
	max-width: 700px;
}

.mittig2 {
    margin-left: auto;
    margin-right: auto;
	min-height: 110px;
	max-width: 700px;
}

.refbild {
	width: 250px;
	float:left;
}

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

.reftext {
	width: 50%;
	float:right;
	padding: 0;
}

/* ------------------------------------------------------- ENDE Referenzen-Spalten 560px Viewport -------------------------------------------------------*/

.rez-container {
    height: 400px;
}

.rezension {
	width:45%;
	padding:2%;
	width:1250px;
	height: 500px;
}

.rezension-start {
	float:left;
	width:40%;
	margin: 2%;
    padding: 2%;
}

/* ------------------------------------------------------- ENDE Referenzen-Spalten 560px Viewport -------------------------------------------------------*/

.zweispalten{
	max-width:1000px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}


.rechtespalte {
	float:right;
	display: block;
    width: 40%;
}
.linkespalte {
	float:left;
    display: block;
    width: 40%;
}

@media screen and (min-width: 583px) {
.trenner {
	display:block;
	max-width: 14px;
}
}

@media screen and (min-width: 797px) {
.schlagworte {
    display: inline-block;
}

.bannertext {
	font-size: 22px;
	padding-top: 25px;
}

}


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

.zitattext {
	font-size: 14px;
}

.zitattextzart {
	font-size: 14px;
}

.spalte {
    width: 40%;
    float: left;
    text-align: left;
}

.spalteportraet {
    width: 20%;
    float: left;
    text-align: left;
    padding: 3px 25px 6px 20px;
}
}

@media screen and (min-width: 830px) {
.schlagworte {
    /* display: block; */
    height: auto;
    max-width: 1250px;
    color: #c1c1c1;
    font-family: Trebuchet MS;
    /* font-weight: 200; */
    /* font-size: 0.65em; */
    /* line-height: 1.4em; */
    display: grid;
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
}

.spalte {
    width: 45%;
    float: left;
    text-align: left;
}

.spalteportraet {
    width: 20%;
    float: left;
    text-align: left;
    padding: 3px 25px 6px 20px;
}

}


@media screen and (min-width: 1040px) {
	
/* ---------------------------------------------------- 1. TEXTBEREICH 1040px Viewport ----------------------------------------------------*/

h1 {
    margin-left: auto;
    margin-right: auto;
	max-width: 850px;
	padding: 20px 10px 0 10px;
	font-size: 35px;
}
h2 {
    margin-left: auto;
    margin-right: auto;
	padding: 0 10px 10px 10px;
	font-size: 20px;
}

.mainlink {
    margin-left: auto;
    margin-right: auto;
	max-width: 850px;
	padding: 10px 10px 30px 10px;
}


.baumlinie {
    background-image: url(../images/baumlinie.png);
    width: 870px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

														/* ------ ALLGEMEINE TEXTBOX  ------ */

.content {
	width: 90%;
	padding: 2% 5% 3% 5%;
	height:auto;
	background-color: #ef7f2c;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color:#000;
	line-height:1.5em;
}

#text-bild-box {
	width: 90%;
	padding: 2% 5% 3% 5%;
	height:auto;
	background-color: #ef7f2c;
    font-family: Trebuchet MS;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color:#000;
	line-height:1.5em;
}

.zitatgroesse {
	width: 80%;
}

.referenzbild {
	max-width:1250px;
}

.refcover {
	max-width:1250px;
}

.referenztextblock {
    padding: 20px;
}

.referenztext {
	max-width: 1250px;
	margin-bottom:25px;
}

}


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

.zitattext {
    font-family: Trebuchet MS;
    font-weight: 100;
	font-size: 16px;
	color:#000;
	line-height:1.5em;
	padding: 0;
}

.zitattextzart {
    font-family: Trebuchet MS;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	color:#000;
	line-height:1.5em;
	padding: 0;
	margin-top: 40px;
}

.rezension-container {
    min-height: 500px;
    max-width: 1250px;
	background-color:#F90;
	margin-top: 40px;
}





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

.fliesstext {
	display: block;
	width: 1000px;
    column-width: 400px;
    column-gap: 30px;
	padding-bottom: 50px;
}

.fliesstext-einspaltig {
	display: block;
	width: 1000px;
}

.fliesstext-1080 {
	display: block;
	width: 1080px;
}

/* ------------------------------------------------------ ZITATBEREICH 1400px Viewport ------------------------------------------------------*/

.zitatgroesse {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.zitatbox {
    margin-left: auto;
    margin-right: auto;
	width:100%;
	float: left;
	height:140px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 3px 40px 3px;
    margin: 80px 0 100px 0;
}

.spalte {
    width: 500px;
    float: left;
    text-align: left;
}



}




