
body {
    
    background-color: #FAFAFA;	}

h1, p {
    margin: 0;	}

a {
    text-decoration: none;
	color: #8b4513;	}

a hover {
    text-decoration: none;	}



/* ################# HEADER ################# */

/* Header ----------- */

header {
    width: 100%;
    background-color: #FAFAFA;	}

header .flex-box-sm {
    height: 90px;
    align-items: center;	}



/* Menu-Button ----------- */
header .menu .menu-button {
    display: none;	}



/* Menu ----------- */

header .menu {
    text-align: center;
	padding-bottom: 35px;	}

header .menu ul li {
    	list-style: none;
	font-family: Arial;
	font-size: 1em;
	color: #707070;
    	display: inline;
    	margin: 0 0 0 30px;	}

header .menu ul li:first-child {
    margin: 0;	}

header .menu ul li a {
    	font-family: Arial;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	color: #707070;
    	text-decoration: none;
     	position: relative;
    	top: 0;	}

header .menu ul li a:hover {
	color:#000000;	}



/* ################# BANNER & INHALT ################# */

/* Banner ----------- */

.banner {
    width: 100%;
    height: 750px;
    background-image: url(../images/Titel_Pflanzen.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }

.banner .overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(227, 227, 227, 0.01) 20%, rgba(227, 227, 227, 0.8) 100%);}


.banner h1 {
    text-align: center;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight:lighter;
    font-size: 42px;
    line-height: 1.5;
    padding-top: 180px; }



/* Inhalt ----------- */
   	

.inhalt .flex-box-sm {
    	text-align: center;
	padding: 10px 0px 10px 54px;
    	width: auto;	}

.inhalt .sm-box-03  {
    	text-align: center;
 	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 50px;
	width: 100%;
	height: auto;
	border: 1px solid #D9D9D9;
	padding: 0px 0px 0px 0px;
	background-color: #F2F2F2;   	  }

.inhalt .sm-box-03 p {
    	text-align: center;
    	color: #8b4513;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
    	font-family: Verdana;
	line-height: 1.6em;
    	font-size: 0.9em;  }


.inhalt .sm-box-03 img {
    	margin: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	width: 226px;
	height: auto;  }



.inhalt .sm-box-12 p {
    	text-align: left;
    	color: #616161;
	margin-top: 40px;
	margin-bottom: 90px;
	margin-left: -15px;
	margin-right: 50px;
	width: auto;
	border: 1px solid #DBDBDB;
	background-color:#ECF8E0;
	line-height: 1.6;
	padding: 30px 50px 40px 30px;
    	font-family: Verdana;
	font-size: 1em;  }

.banner1 {
	width: 100%;
	height: auto;
	margin-top: 50px;	}

.banner1 p {
    	text-align: left;
    	color: #525252;
    	font-family: Verdana;
    	font-size: 11pt;
	letter-spacing: 0.0pt;
    	line-height: 1.6;
    	padding-bottom: 50px;
    	padding-top: 20px;
    	padding-left: 56px;
    	padding-right: 20px;	}

.banner2 {
	width: 100%;
	height: auto;
	margin-top: 45px;	}

.banner2 p {
    	text-align: left;
    	color: #525252;
    	font-family: Verdana;
    	font-size: 1em;
    	line-height: 1.8;
    	padding-bottom: 40px;
    	padding-top: 5px;
    	padding-left: 56px;
    	padding-right: 30px;	}

.banner_orch {
	text-align: left;
	padding: 40px 0px 80px 54px;	}




/* ################### MOBILE ANPASSUNG ################################## */

@media screen and (max-width: 768px) {
    /* ####### HEADER ####### */
    /* Header ----------- */

    header {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;    }

    header .flex-box-sm {
        height: auto;    }
   


/* Menu ----------- */

/* Menu-Button ----------- */

    header .menu .menu-button {
        display: block;
        position: absolute;
        top: 20px;
        right: 25px;
        height: 25px;
        cursor: pointer;
        z-index: 20;    }

    header .menu {
        text-align: center; 
	  font-size: 1em;   }

     header .menu nav {
        background-color: #FAFAFA;
        padding: 30px 0px 36px 0px;
        display: none;
        position: relative;    }

    header .menu nav.open-menu {
        display: block;
        animation: open-menu 250ms ease-out 0s normal forwards;    }

    header .menu nav.close-menu {
        display: block;
        animation: close-menu 250ms ease-out 0s normal forwards;    }

    header .menu ul li, header .menu ul li:first-child {
        list-style: none;
        display: block;
        margin: 0;
        padding: 10px 0;   }



/* ####### BANNER & INHALT ####### */

/* Banner ----------- */

    .banner {
        margin-top: 65px;   
	background-image: url(../images/Titel_Pflanzen1.jpg);
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    	background-size: cover; }

    .banner .overlay {
        background-image: linear-gradient(rgba(68, 68, 68, 0.25) 20%, rgba(227, 227, 227, 1) 100%);    }

    .banner h1 {
        font-size: 38px;
	  font-weight: normal;
	  padding: 90px 5px 0px 5px;           }

	.banner1 p {
        font-family: Verdana;
	  text-align: center;
        padding: 20px 20px 30px 20px;   }



/* Inhalt ----------- */

.inhalt .flex-box-sm {
    	text-align: center;
	display: -webkit-flex;
    	display: flex;
     	padding: 10px 10px 10px 10px;
    	width: auto;	}

.inhalt .sm-box-03  {
    	text-align: center;
 	margin: 10px 10px 35px 10px;
	width: 100%;
	height: auto;
	border: 1px solid #D9D9D9;
	padding: 0px 0px 0px 0px;
	background-color: #F2F2F2;   	  }

.inhalt .sm-box-03 p {
    	text-align: center;
    	color: #8b4513;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 15px;
    	font-family: Verdana;
	line-height: 1.6em;
    	font-size: 0.9em;  }


.inhalt .sm-box-03 img {
  	border: 0px solid #FFFFFF;
	width: 100%;
	height: auto;  }

.inhalt .sm-box-12 p {
    	text-align: left;
    	color: #616161;
	margin: 30px 10px 30px 10px;
	width: auto;
	border: 1px solid #DBDBDB;
	background-color:#ECF8E0;
	line-height: 1.6;
	padding: 25px 30px 30px 20px;
    	font-family: Verdana;
	font-size: 1em;  }






