/* Generelle Einstellungen *********************************************************/

/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }

@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nothing-you-could-do-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nothing You Could Do'), local('NothingYouCouldDo'),
       url('../fonts/nothing-you-could-do-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nothing-you-could-do-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nothing-you-could-do-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nothing-you-could-do-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nothing-you-could-do-v7-latin-regular.svg#NothingYouCouldDo') format('svg'); /* Legacy iOS */
}

body {
	padding:0;
	margin: 0px;
    font-size:0.9em;
	font-weight: 400;
    color:#333333; 
    font-family:'Montserrat', sans serif;
    line-height:1.6em;
	background-color : #fff;
}

*, ::after, ::before {
    box-sizing:border-box;
}

.sitewidth {
	width:1400px;
	margin:auto;
}

.textblock {
	/*text-align:justify;*/
	margin-bottom:1%;
}

.infoblock {
	background:#f1f1f1;
	border:1px solid #ddd;
	padding:4%;	
}

.icon {
	padding:2%;
	text-align:center;
	font-size:4.0em;
	color:#e1b829;
}

.left {
	text-align:left;	
}

.right {
	text-align:right;	
}

/*******************************************************************************
* Raster
*/

.full {
	padding:1% 2%;	
}

.half {
	width:50%;
	float:left;
	padding:1% 2%;
}

.halfnopadding {
	width:48%;
	float:left;
	margin-right:2%;
}

div.half:nth-child(2n) {
	margin-right:0%;
}

.third {
	width:31.333%;
	float:left;
	margin-right:2%;
}

div.third:nth-child(3n) {
	margin-right:0%;
}

.third h2 {
	font-size:1.4em;	
}

/* Fullwidthcontainer *********************************************************/
#headercontainer {
    /*-moz-box-shadow:1px 1px 4px #a0a0a0;
	-webkit-box-shadow:1px 1px 4px #a0a0a0;
	-khtml-box-shadow:1px 1px 4px #a0a0a0;
	box-shadow:1px 1px 4px #a0a0a0;
	position:fixed;
	z-index:999999;*/
	width:100%;
	padding:1% 0%;
	/*background: rgba(225, 184, 41, 0.8);*/
	background: rgba(255, 255, 255, 0.8);
}

#topnavigationcontainer {
	background:#b31213;
	padding:0.5% 0%;
}

.textblockcontainer {
	margin:2% 0%;
	padding:2% 0%;
	background:#dedede;
}

.cicontainerred {
	margin:2% 0%;
	padding:2% 0%;
	background:#b31213;
	color:#fff;
	text-align:center;
}

.cicontainerred h2 {
	color:#fff;
	font-size:3.0em;	
}

.cicontainergreen {
	margin:3% 0%;
	padding:2% 0%;
	background:#39974a;
	color:#fff;
	text-align:center;
}

.cicontainergreen h2 {
	color:#fff;
	font-size:2.2em;	
}

.cicontainergreen .elastic-video-wrapper{
	width:70%;
	margin:auto;
}

#socketcontainer {
	background:#aaa;	
}

#footercontainer {
	background:#e5e5e5;	
}

#footernavigationcontainer {
	background:#f1f1f1;
	height:50px;
}

#socialcontainer {
	position:fixed;
	right:20px;
	top:20%;
	z-index:9999999999;
}

.socialicon {
	width:60px;
	height:60px;
	border-radius:30px;
	background:#39974a;
	color:#fff;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size:1.8em;
	position:relative;
	margin-bottom:10px;
	border:2px solid #fff;
}

.socialicon i {
	position:absolute;
	top:14px;
	left:15px;
}
.socialicon a {
	color:#fff !important;
}

#footernavigation {
	text-align:center;
	line-height:50px;
}

#containerzitat {
	background:#235ba8;
	color:#fff;
	padding:3%;
}

#pic {
	margin:0% 2% 2% 2%;
}

#phonesocial {
	width:60px;
	height:60px;
	border-radius:5px;
	background:#39974a;
	padding:15px;
	margin-bottom:2%;
	position:fixed;
	top:30%;
	right:1%;
	z-index:9999999;
}

#phonesocial a {
	color:#fff;	
	font-size:2.0em;
}

.phonenumber {
	font-size: 2.4em;
}


/* Header *********************************************************/

#topnavigation {
	margin:auto;
	text-align:right;	
}

#topnavigation ul {margin:0; list-style:none outside; padding:0; }
#topnavigation li {display:inline-block; margin:0px; padding:0% 1%; }


#header {
    margin:auto;
    padding:0% 2%;
}

#logo {
	padding:1% 0% 2% 0%;
	margin:0%;
	float:left;
	width:111px;
}

#experte {
	float:right;
	width:150px;	
}

/* #experte img {
	-webkit-filter: grayscale(100%); Safari 6.0 - 9.0 
    filter: grayscale(100%);	
}

#experte img:hover {
	-webkit-filter: grayscale(0%); Safari 6.0 - 9.0
    filter: grayscale(0%);	
}*/

/* Mainnavigation ******************************************************************/

/*#mainnavigation {
    color:#000;
    margin-top:20px;
    text-align:center;
}

#mainnavigation ul {margin:0; list-style:none outside; padding:0; }
#mainnavigation li {display:inline-block; margin:0px; padding:0px; }

#mainnavigation #subnavigation {
	display:none;	
}

#mainnavigation div {
	display:none;	
}

#subnavigation {
    color:#000;
    margin-bottom:40px;
    text-align:center;
}

#subnavigation ul { margin:0; list-style:none outside; padding-left:0px; padding-top:0px; }
#subnavigation li { display:inline-block; margin:0px; padding:0px; }*/

/* Mainnavigantion static ******************************************************************/

#mobilenavigation {
	position:absolute;
	top:10px;
	right:2%;
    float:right;
    width:110px;
    display:none;
	font-size:2.6em;
	color:#39974a;
	padding-top:20px;
	text-align:right;
}

#mobilenavigation div {
	width:48%;
	display:inline-block;
	padding:0% 0.5%;
	border-left:1px dotted #9a6b8b;
	text-align:center;
	float:left;
}

#mobilenavigation div:first-child {
	border-left:none;
}


#mainnavigation {
	width:900px;float:left;margin-top:1%;margin-left:2%;	
}

a {
	color: #39974a;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav {
	width:100%;
	margin:auto;
	margin:0;
	padding: 0;
	position: relative;
	z-index:9999999;
	/*text-align:center; */
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:relative" */
nav ul {
	padding:0;
	margin:auto;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	text-align:left; 
	/*float: left;*/
	}

/* Styling the links */
nav a {
	display:block;
	padding:0px 15px;	
	color:#39974a;
	font-size: 1.0em;
	text-decoration:none;
    text-transform:uppercase;
    line-height:40px;
}

nav ul li ul li { background: #fff; }

nav ul li ul li:hover { /*background: #9a6b8b; color:#fff;*/ }

/* Background color change on Hover */
nav a:hover { 
	background-color: #39974a; 
	color:#fff;
	transition: 0.5s ease;
	text-decoration:none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 40px;
	-webkit-box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
-moz-box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit; 
	color:#fff;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-56px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:250px; 
}

/* Change ' +' in order to change the Dropdown symbol */
nav li > a:after { content:  ' >'; }
nav li > a:only-child:after { content: ''; }

#breadcrumbcontainer {
	margin-top:0px;
    height:50px;
    background:#f4f4f4;
    margin-bottom:2%;
}

/* Breadcrumb ************************************ */
#breadcrumbs {
    margin: auto;
    line-height:50px;
    color:#555;
    padding-left:2%;
}

#breadcrumbs ol {margin:0; list-style:none outside; padding:0; }
#breadcrumbs li {display:inline; margin:0px; padding:0px; }



/* Motivbalken ************************************************************************/
#motivcontainer {
	margin:auto;	
}

#motiv {
	overflow:hidden;
	/*background-color:#cecece;
	padding:2%;*/
	text-align:center;	
}

/* Openerboxenbalken ************************************************************************/
#motiv {
	overflow:hidden;
	/*background-color:#cecece;
	padding:2%;*/
	text-align:center;	
}

/* Beraterteaser ************************************************************************/
#beraterteasercontainer {
	background-color:#d9d7d0;	
}

#beraterteaser {
    margin:auto;
	text-align:center;
	padding:30px 0px;
    margin-bottom:20px;	
}

#beraterteaser h2 {
	color:#9a6b8b;
	font-size:2.2em;
}

.berater {
	width:33%;
	float:left;
	text-align:center;	
}

.circular {
	width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  	overflow:hidden;
  	display:inline-block;
}

.circular img {
	width:100%;
	height:auto;	
}

.beraterprofil {
	
}

.beraterprofil img {
	margin-bottom:2%;
}

/* Zitat ************************************************************************/
.zitat {
	font-size:1.8em;
	line-height:normal;
	font-weight:300;	
}

.zitatautor {
	font-size:0.7em;
	color:#bbbbbb;	
}

#profil img {
	width:92%;
	margin:0% 4% 4% 4%;
	height:auto;
}

/* Content ************************************************************************/
#content {
	padding:0% 0%;
	margin:auto;	
}

#content ul {
	list-style-image: url('../img/list-image.png');	
}


#content li {
	line-height:30px;
	font-size:1.2em;
}

#leftcol {
	float:left;
	width: 30%;	
}

#rightcol {
	float:right;
	width: 65%;		
}

#bigcol {
	float:none;	
	padding:1%;	
}

#slidercontainer {
	/*overflow:hidden;*/
	margin:auto;
	margin:2% 0%;
}

#flexcontainer {
	/*overflow:hidden;*/
	margin:auto;
	height:auto;
	position:relative;
}

#flexcontainer ul { margin:0; list-style:none outside; padding-left:0px; padding-top:0px; }

#slider2 {
	height:340px;
	overflow:hidden;	
}

#slider2 img {
	/*width:550px;
	height:280px;
	overflow:hidden;*/	
}


.flex-caption {
	position:absolute;
	bottom:0px;
	color:#000;
	padding:1%;
	font-size:1.0em;
	line-height:normal;
    width:98%;
    text-align:right;
    background:rgba(255,255,255,0.8);
}


.flex-caption2 {
	position:relative;
	color:#fff;
	padding:1% 0%;
	font-size:1.3em;
	line-height:normal;
}

.flex-caption-produkt {
	position:absolute;
	bottom:0px;
	color:#fff;
	padding:2% 2% 2% 2%;
	font-size:1.4em;
	line-height:normal;
    background-image: url("../img/bgSliderClaim.png");
    width:96%;
}

.flex-caption-produkt .slideheadline {
	font-size:1.4em;
	line-height:normal;
}
/* Openerboxen ********************/
#openerboxencontainer {
	margin:auto;
	margin: 4% 0%;	
}
#openerboxen {
    margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.openerbox {
	position:relative;
    width:30%;
    float:left;
    margin-bottom:2%;
    margin-right:3%;
    padding:0%;
    overflow:hidden;
    background:#fff;
}
.openerboximage {
	overflow:hidden;
}
.openerboximage img {
	width:100%;
	height:auto;	
}
.openerboxcontent {
	padding:0px;	
}
.openerbox h2 {
	color:#5f5f5f;
	font-size:1.3em;
	font-weight:bold;
}
.openerboxbutton {
	float:right;	
}
div#openerboxen div:nth-child(3n) {
	margin-right:0;
}


.positioner {
	position:absolute;
	bottom:10px;	
}

#welcomeboxencontainer {
	margin:auto;
	margin:2% 0%;	
}


#welcomeboxen {
    margin:auto;
}

.welcomebox {
    width:100%;
    margin-top:0px;
    padding:3% 0%;
}

.newsteaserentry {
	padding:10px 0px 10px;
	border-top:1px solid #fff;
}

.newsteaserentry h2 {
	color:#fff;
	padding-bottom:0px;
}

.redirect-url:hover {
	cursor: pointer;
}

.newsitem {
	width:28%;
	float:left;
	padding:1.5%;
	height:450px;
	overflow:hidden;
	margin:1%;
	border:1px solid #dedede;
}

.newsitem h2 {
	font-size:1.2em;	
}

.newsitem div {
	height:200px;
	overflow:hidden;	
}

.themenbox {
	width:31.33333333%;
	float:left;
	height:240px;
	padding: 0%;
	margin:0.9%;
	color:#fff;
	font-size:1.3em;
	text-align:center;
	border:1px solid #dedede;
}

.themenbox img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);	
}

.themenbox img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);	
}

.themenbox p {
	padding:0;
	margin:0;	
}

.fachgebietbox {
	width:29.33333333%;
	background:#f1f1f1;
	float:left;
	padding:1.5%;
	margin:0.5%;
	color:#fff;
	text-align:center;
	border-radius: 10px;
}

fieldset {
	border:0;	
}

#galeriewrapper {
	
}

.projektwrapper {
}

.projekt {
	width:31.333%;
	margin:1%;
	height:250px;
	overflow:hidden;
	position:relative;
	background:#40964d;
	color:#fff;
	float:left;
}

.projektimage {
	margin:0%;
	position:relative;
}

.projektimage img {
	width:100%;
	height:auto;
}

.projektimage:hover > .projektdescription {
	opacity: 0.8;
	transition: 0.5s ease;
}

.projektdescription {
	width:100%;
	height:250px;
	background:#40964d;
	color:#fff;
	padding:4% 8%;
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: 0.5s ease;
}

.projektdescription h3 {
	display:block;
	color:#fff;
	font-size:1.4em;
}

.projektdescription a {
	color:#fff !important;
}

.galerieitem {
	width:33.333%;float:left;padding:1%;
}

.projektbeschreibung {
	width: 66.666%;
	float:left;
}

.backbutton {
	display: inline-block;
	margin:0;
	margin-bottom:30px;
    font-size: 1.0em;
    line-height:40px;
    color:#fff !important;
    background-color:#39974a;
    padding:0px 15px 0px 15px;
    border: 3px solid #39974a;
    border-radius: 5px;
}

.backbutton:hover {
	text-decoration: none;
	color: #666;
    background-color:#dedede;
	transition: 0.5s ease;
	cursor: pointer;
}

.infoboxcontainer {
	width:30.333%;
	float:right;
	margin-left:3%
}

.infobox {
	width:100%;
	padding:40px 20px;
	background:#40964d;
	color:#fff;
	border-radius:50px 20px;
}

.infobox ul {
	list-style-image: none !important;	
}
.infobox li {
	font-size:inherit !important;	
}

.infobox h3 {
	color:#fff;	
}

.mitarbeiter {
	width:28%;
	float:left;
	padding:1.5%;
	height:320px;
	overflow:hidden;
	margin:1%;
	border:1px solid #dedede;
}

.mitarbeiter img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);	
}

.mitarbeiter img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);	
}

.mitarbeiter h3 {
	font-size:1.0em;	
}

.beispiel {
	width:31%;
	height:120px;
	margin:1%;
	float:left;
	overflow:hidden;
}

.beispiel img {
	width:100%;
	height:auto;
	background-color:white;	
}

div.produkt:nth-child(3n) {
	margin-right:0;
	float:right;
}

#accordion h2 {
	outline:none;	
}

dd { display:none; }

.closed { /*background:red;*/ }

.open { display:block; }

.accordion-title {
	background:#f6f6f6 !important;
	font-family:inherit !important;
	color:inherit !important;
	font-size:inherit !important;
	border:0 !important;
	border-top:1px solid #fff !important;
	padding:10px 0% 10px 0% !important; 
	margin:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	outline:none !important;
    line-height:40px !important;
    position:relative;	
    color:#40964d !important;
    cursor: pointer;
	font-weight:bold;
}

.accordion-title::before {
	content:'+';
	font-size:1.4em;
	left:15px !important;
    top:0;
    display:inline;
    padding-left:10px;
    padding-right:20px;
}

dd {
	padding:10px 0px;
	margin:0;	
}

.accordion-content {
	background:#f6f6f6 !important;
	color:#505050 !important;
	font-size:inherit !important;
	line-height:1.8em !important;
	border:0 !important;
	border-right:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	padding:0% 0% 30px 3% !important;	
}

/*  ************************************************************************************
*   Youtube Videos  
*/

.elastic-video {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	margin-top:60px;
	margin-bottom:60px;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Leifaden Bauherren */
.smpl {
	margin:2% 0%;
}

.smpl div {
	width:24.5%;
	height:280px;
	margin:0.25%;
	float:left;
}

.smpl::after {
	content: "";
	clear: both;
	display: table;
}

.smpl img {
	width:100%;
	height:auto;
}

.smpl input[type=checkbox] {
	display:none;
}

.smpl input[type=checkbox] + label {
   background: url('/inc/img/thumb-unchecked.png') no-repeat;
   height: 30px;
   width: 30px;
   display: block;
   padding: 0;
   cursor: pointer;
}

.smpl input[type=checkbox]:checked + label {
   background: url('/inc/img/thumb-checked.png') no-repeat;
   height:30px;
   width: 30px;
   display: block;
   padding: 0;
   cursor: pointer;
}

form input[type="text"], form input[type="password"]{
	width:50%;
	height:40px;
	border:0;
	border-bottom: 1px solid #0aa804;
	margin-bottom:2%;
	font-size:1.0em;
  	font-weight: 300;
    outline:none;
    padding:1%;
}

.pflichtfeld form input[type="text"], .pflichtfeld form input[type="password"]{
	width:50%;
	height:40px;
	border:0;
	border-bottom: 1px solid #ff0000;
	margin-bottom:2%;
	font-size:1.0em;
  	font-weight: 300;
    outline:none;
    padding:1%;
}

.mycheckbox {
	display:none;
}

/**/

/*  ************************************************************************************
*   Youtube Videos Ende  
*/

.imgleft {
	width:35%;
	height:auto;
	float:left;
	margin-right:20px;
}

.imgright {
	width:35%;
	height:auto;
	float:right;
	margin-left:20px;
}


/*  ************************************************************************************
*   Youtube Videos Ende  
*/

/* Parallax Container */
.parallaxme {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	height: 600px; 
	padding:1%;
	margin:auto;
}

.parallaxmecontent {
	height: 600px; 
}

#parallaxmecaption {
	position:relative;left:-700px;margin-left:52%;top:30%;width:40%;text-align:left	
}

#parallaxmecaption .myHeadline{
	padding:5px;color:#fff;font-weight:300;font-size:3.0em;display:inline;line-height:normal;text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
}
#parallaxmecaption .myCopy{
	font-size:1.5em;color:#fff;text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
}

.preis {
	color:#368756;
	font-size:1.4em;
}

.produktbox {
}

#tabnavigation {
	margin-top:3%;
	margin-bottom:3%;	
}

#tabcontent {
	margin:auto;
}

#tabs {
	margin:auto;
	background:#dedede;
}

.tab {
	float:left;
	background:#dedede;
	color:#134395;
	padding:1% 2%;
	border-right: 1px solid #fff;
    font-size: 1.1em;
}

.tabhit {
	float:left;
	background:#fff;
	color:#134395;
	padding:1% 2%;
	border-right: 1px solid #fff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
    font-size: 1.1em;
}

.tabhit a {
	color:#134395;
}

.box {
	/*Dreierreihen*/
	padding:1%;
}

#social {
	padding:25px;
	text-align:center;
}

#social img {
	margin:0px 10px;
	width: 50px;
	height:auto;	
}

#logos {
	margin:auto;	
}

#logos img {
	margin:0px 20px 0px 0px;
	height:80px;
	width: auto;
}

#footer {
	padding:3% 2%;
}

#footer i {
	font-size:3.0em;
	margin-right:20px;
}

#socket {
	padding:5px 0px;
	color:#fff;
}

.footerthird {
	width:29.333333%;
    padding:2%;
    float:left;
    text-align:center;
    color:#fff;
}

.footerhalf {
	width:46%;
    padding:2%;
    float:left;
    text-align:center;
    color:#fff;
}

.mtjzred {
	background:#940f11;
}

.mtjzblack {
	background:#111;
}

.mtjzgrey {
	background:#888;
}

.gototop {
	position:fixed;
	bottom:3%;
	right:1%;	
}

.gotocontact {
	position:fixed;
	top:40%;
	right:1%;
	z-index:9999;	
}

#mobilefooter {
	width:96%;
	background:#ddd;
	padding:2%;	
	text-align:center;
	position:fixed;
	bottom:0px;
	z-index:9999;
	display:none;
	-moz-box-shadow:1px 1px 4px #a0a0a0;
	-webkit-box-shadow:1px 1px 4px #a0a0a0;
	-khtml-box-shadow:1px 1px 4px #a0a0a0;
	box-shadow:1px 1px 4px #a0a0a0;
}


h1 { font-size:2.8em; line-height:normal; color:#39974a; padding-top:0px; padding-bottom:15px; margin:0px; font-weight: 300; }
h2 { font-size:1.6em; line-height:normal; color:#777777; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
h3 { font-size:1.2em; line-height:normal; color:#676767; padding-top:0px; padding-bottom:0px; margin:0px; font-weight:normal; }
h4 { font-size:1.0em; line-height:normal; color:#676767; padding-top:0px; padding-bottom:10px; margin:0px; font-weight:normal; }

.sidebarspacer {
	background-color:#134395;
	height:12px;
	margin-bottom:40px;
	margin-top:20px;
}

.company {
	font-size:1.3em;
	/*padding-bottom:20px;*/
	text-transform:uppercase;	
}

.inputform {
	width:60%;	
}

img { border:0px; }

.off { display:none; }

.clear { clear:both; }

.nopad {
	padding:0px;
}

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


.bildunterschrift {
	font-style:italic;	
}

.handwritten {
	font-family: 'Nothing you could do';
	color:#39974a;
	font-size:1.6em;
}

.equal {
	font-family: 'Inika'; font-size:1.4em; color:#e89819; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal;
}

.line {
	border-bottom: 1px dotted #666;
	margin-top:20px;	
	margin-bottom:20px;	
}

#newsfilter {
	margin-left:1%;	
	margin-bottom:1%;	
}

.filter {
	display:inline-block;
	background:#95ab23;
	color:#fff;
	padding:1%; 
	margin:1px;	
}

table {
	 width: 100%;
	 empty-cells: hide;
	 vertical-align: middle !important;
	 margin-bottom: 15px;
	 font-size:1.0em;
}

table td, table th {
 padding: 20px 20px;
}

table img {
 display: inline;
 vertical-align: middle;
}

tbody tr {
 background: #efefef;
}


tr:hover {
 background: #fff;
}

.buttonkasse {
	background: #efefef;
	padding:10px;
	font-size:1.3em;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:right;
}

.orderbutton {
	font-size:1.3em;
}

.checkoutstatus {
	float:left;
	width:23%;
	padding:1%;
	background:#dedede;
	margin-bottom:2%;
}

.checkoutstatusActive {
	float:left;
	width:23%;
	padding:1%;
	margin-bottom:2%;
	background:#3a8658;
	color:#fff;
}

a.headlinelink:link  { color:#235ba8; text-decoration:none; }
a.headlinelink:visited { color:#235ba8; text-decoration:none; }
a.headlinelink:hover { color:#235ba8; text-decoration:underline; }
a.headlinelink:active { color:#235ba8; text-decoration:none; }

a.top:link  { color:#fff; text-decoration:none; }
a.top:visited { color:#fff; text-decoration:none; }
a.top:hover { color:#fff; text-decoration:underline; }
a.top:active { color:#fff; text-decoration:none; }

a:link  { color:#39974a; text-decoration:none; }
a:visited { color:#39974a; text-decoration:none; }
a:hover { color:#39974a; text-decoration:underline; }
a:active { color:#39974a; text-decoration:none; }

#footer a:link  { color:#39974a; text-decoration:none; }
#footer a:visited { color:#39974a; text-decoration:none; }
#footer a:hover { color:#39974a; text-decoration:underline; }
#footer a:active { color:#39974a; text-decoration:none; }

a.white:link  { color:#fff; text-decoration:none; }
a.white:visited { color:#fff; text-decoration:none; }
a.white:hover { color:#fff; text-decoration:underline; }
a.white:active { color:#fff; text-decoration:none; }

a.button:link, a.button:visited {
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    color:#fff;
    background-color:#39974a;
    padding:0px 15px 0px 15px;
    border: 3px solid #39974a;
    border-radius: 5px;
}

a.button:hover {
	text-decoration: none;
	color: #666;
    background-color:#dedede;
	transition: 0.5s ease;
}

/*
*   Hauptnavigation
*/

a.mainlevel:link, a.mainlevel:visited {
	float:left;
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#235ba8;
    padding:0px 15px 0px 15px;
    text-transform:uppercase;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #fff;
    background-color:#ad0000;
}

a.mainlevelActive:link, a.mainlevelActive:visited {
	float:left;
    background-color:#235ba8;
	display: inline;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#fff;
    padding:0px 15px 0px 15px;
    text-transform:uppercase;
}

a.mainlevelActive:hover {
	text-decoration: none;
    background-color:#ccc;
}


a.sublevel:link, a.sublevel:visited {
	float:left;
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#235ba8;
    padding:0px 15px 0px 15px;
}

a.sublevel:hover {
	text-decoration: none;
	color: #235ba8;
    background-color:#fafafa;
}

a.sublevelActive:link, a.sublevelActive:visited {
	float:left;
	display: inline;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#235ba8;
    padding:0px 15px 0px 15px;
}

a.sublevelActive:hover {
	text-decoration: none;
	color: #ad0000;
    background-color:#efefef;
}


a.thirdlevel:link, a.thirdlevel:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:40px;
    color:#ad0000;
    font-size:1.0em;
}

a.thirdlevel:hover {
	text-decoration: none;
	color: #ad0000;
    background-color:#f3f3f3;
}

a.thirdlevelActive:link, a.thirdlevelActive:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:40px;
    color:#ad0000;
    font-size:1.0em;
    background-color:#e3e3e3;
}

a.thirdlevelActive:hover {
	text-decoration: none;
	color: #C20B37;
}



a.fourthlevel:link, a.fourthlevel:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:60px;
    color:#58585A;
    font-size:1.0em;
    background-color:#eee;
    border-bottom:1px solid #fff;
}

a.fourthlevel:hover {
	text-decoration: none;
	color: #C20B37;
}

a.fourthlevelActive:link, a.fourthlevelActive:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:60px;
    color:#C20B37;
    font-size:1.0em;
    background-image: url("../img/thirdlevelActive.png");
    background-repeat:no-repeat;
    background-color:#f3f3f3;
    border-bottom:1px solid #fff;
}

a.fourthlevelActive:hover {
	text-decoration: none;
	color: #C20B37;
}

.red {
	background-color:#f1cfd3;	
}

.myCheckbox {
	display:none;	
}

/* Cookie *****************************************************/
#cookiehinweis a {color:#000; text-decoration:none;}
#cookiehinweis a:hover {text-decoration:underline;}
#cookiehinweis div {padding:10px; padding-right:40px;}
#cookiehinweis { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6d6d6; 
   background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6d6d6 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6d6d6', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiehinweisCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiehinweisCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}


@media screen and (max-width:1399px) {
	.sitewidth {
		width:95%;
		margin:auto;
	}
	
	#parallaxmecaption {
		position:relative;left:0;margin-left:15px;top:30%;width:30%;text-align:left;	
	}
}

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

	#header {
	    height:auto;
	}
	
	#parallaxmecaption {
		width:50%;	
	}
}

@media screen and (max-width:1024px) {
	.openerbox {
		position:relative;
	    width:49%;
	    height:auto;
	    float:left;
	    margin-bottom:2%;
	    margin-left:1%;
	    padding:0%;
	}
	#mainnavigation {
		width:100%;
		margin-left:0%;	
	}
	
	h1 { font-size:2.0em; }
	h2 { font-size:1.4em; }
	
	div#openerboxen div:nth-child(2n+1) {
		margin-left:0;
	}
	
	.mitarbeiter {
		width:44.5%;
		float:left;
		padding:1.5%;
		height:300px;
		overflow:hidden;
		margin:1%;
		border:1px solid #dedede;
	}
	
	.welcomebox h2 {
		font-size:2.0em; 
	}
	
	.newsitem {
		width:44.5%;
		float:left;
		padding:1.5%;
		height:400px;
		overflow:hidden;
		margin:1%;
		border:1px solid #dedede;
	}
	
	.newsitem h2 {
		font-size:1.2em;	
	}
	
	.newsitem div {
		height:200px;
		overflow:hidden;	
	}
	
}

@media screen and (max-width:768px) {
	#mobilenavigation {
		display:block;
		padding-top:10px;
	}

	.cicontainergreen .elastic-video-wrapper{
		width:100%;
		margin:auto;
	}
	.smpl div {
		width:49.5%;
		height:380px;
		margin:0.25%;
		float:left;
	}

	.projekt {
		width:48%;
		margin:1%;
		height:200px;
	}
	h1 { font-size:1.8em; }
	h2 { font-size:1.2em; }
	
	#mainnavigation {
		width:100%;
	}
	
	#slidercontainer {
		width:100%;	
	}
	
	#parallaxmecaption {
		width:85%;
		top:50%;	
	}
	
	#breadcrumbcontainer {
		margin-top:0px;
		height:auto;
		background:#f4f4f4;
		margin-bottom:2%;
		padding:8px 0px;
	}
	
	/* Breadcrumb ************************************ */
	#breadcrumbs {
		margin: auto;
		line-height:normal;
		color:#555;
		padding-left:2%;
	}

	.welcomebox h2 {
		font-size:1.8em; 
	}
	
	
	#subnavigation {
		display:none;
	}
	
	#mainnavigation #subnavigation {
		display:inline;
		width:100%;
		height:auto;
		float:none;
	}
	
	a.mainlevel:link, a.mainlevel:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#999;
	    padding-left:10px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#f2f2f2;
	}
	
	a.mainlevel:hover {
		text-decoration: none;
		color: #ababab;
	}
	
	a.mainlevelActive:link, a.mainlevelActive:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#fff;
	    padding-left:10px;
	    padding-right:10px;
	    border-top:1px solid #fff;
		background:#fff;
    	background-color:#ad0000;
	}
	
	a.mainlevelActive:hover {
		text-decoration: none;
		color: #ababab;
	}
	
	a.sublevel:link, a.sublevel:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#777;
	    padding-left:30px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#ddd;
	}
	
	a.sublevel:hover {
		text-decoration: none;
		color: #000;
	}
	
	a.sublevelActive:link, a.sublevelActive:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#ad0000;
	    padding-left:30px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#e3e3e3;
	}
	
	a.sublevelActive:hover {
		text-decoration: none;
		color: #000;
	}
	
	
	a.thirdlevel:link, a.thirdlevel:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#777;
	    padding-left:50px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#eee;
	}
	
	a.thirdlevel:hover {
		text-decoration: none;
		color: #C20B37;
	}
	
	a.thirdlevelActive:link, a.thirdlevelActive:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#ad0000;
	    padding-left:50px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#f3f3f3;
	}
	
	a.thirdlevelActive:hover {
		text-decoration: none;
		color: #C20B37;
	}
	
	#topnavigation {
	    text-align:right;
	    width:40%;
	    float:right;
	    font-size:1.2em;
	    color:#9a6b8b;
	    line-height:30px;
	    display:none;
	}
	
	
	#openerboxen {
	    margin:auto;
	    padding:0%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.openerbox {
		position:relative;
	    width:100%;
	    height:auto;
	    float:none;
	    margin-bottom:2%;
	    margin-left:0%;
	    padding:0%;
	}
	
	.openerboximage {
		width:100%;
		height:auto;
		overflow:hidden;
	}
	
	.openerboximage img {
		width:100%;
		height:auto;	
	}
	
	#leftcol {
		float:left;
		width: 30%;
		display:none;	
	}
	
	#rightcol {
		float:none;
		width: 100%;		
	}
	
	.circular {
		width: 150px;
	    height: 150px;
	}
	
	
	.infobox {
		width:100%;
		float:none;
		padding:40px 20px;
		margin-left:0%;
		margin-bottom:2%;	
	}
	
	.third {
		width:96%;
		float:none;
		padding:2%;
	}
	
	.parallaxme {
		/*height: auto; */
	}
	
	.themenbox {
		width:48%;
	}
	
	.footerthird {
		width:96%;
	    padding:2%;
	    float:left;
	    text-align:center;
	    color:#fff;
	}
	
	.half {
		width:100%;
		padding:0%;
		float:none;
		margin-bottom:4%;
	}
	
	#profil img {
		width:100%;
		margin:0%;
	}

	.beraterprofil img {
		margin-bottom:0%;
	}
	
	nav {
		margin: 0;
		font-size:14px;
	}

	.right {
		text-align:left;	
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding:10px 20px;	
		color:#39974a;
		font-size:14px;
		text-decoration:none;
		border:none;
		text-transform:uppercase;
	}

	.toggle:hover {
		background-color: #39974a;
		color:#fff;
	}
	
	nav a {
		font-size:14px;
	}
	
	.hamburger {
		font-size:26px;
		/*text-align:right;*/
	}
	
	.hamburger:hover {
		background-color: none;
		font-size:26px;
		/*text-align:right;*/
	}

	.init {
		/*background-color: #235ba8;
		color:#fff;*/
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		border-top:1px silid #ccc;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 10px 40px;
	}

	nav ul ul ul a {
		padding: 10px 80px;
	}

	nav a:hover {
		background-color: #39974a;
	}
	
 	nav ul ul ul a {
		background-color: #e1e1e1;
	}
  
	
	nav ul ul a,
  nav ul ul ul a{
		/*padding:10px 20px;	*/
		color:#FFF; 
		text-decoration:none;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #f1f1f1; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

	.cicontainergreen h2 {
		color:#fff;
		font-size:2.4em;	
	}

	.phonenumber {
		font-size: 1.8em;
	}

	.infoboxcontainer {
		width:100%;
		float:none;
		margin-left: 0%;
	}
	.projektbeschreibung {
		width: 100%;
		float:none;
	}
}

@media screen and (max-width:480px) {
	body {
		padding-bottom:130px;
	}
	#socialcontainer {
		display:none;
	}
	.projekt {
		width:98%;
		margin:1%;
		height:200px;
		float:none;
	}
	.mitarbeiter {
		width:95%;
		float:left;
		padding:2.5%;
		height:auto;
		overflow:hidden;
		margin:0%;
		margin-bottom:2%;
		border:1px solid #dedede;
	}
	
	.welcomebox h2 {
		font-size:1.6em; 
	}
	
	#logo {
		width:70%;
		padding:10px 0px 0px 0px;
		float:none;
	}
	
	.mitarbeiter h3 {
		font-size:0.9em;
	}
	
	.newsitem {
		width:95%;
		padding:2.5%;
		margin:0%;
		margin-bottom:2%;
		height:auto;
		
	}
	#languages {
		width:100px;
		padding:3px;
		float:none;
		background-color:none;
		border-bottom-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	    -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	
	}
	
	.flex-caption {
		position:relative;
		bottom:0%;
		line-height:normal;
	    width:96%;
	}
	
	.circular {
		width: 100px;
	    height: 100px;
	}
	
	.themenbox {
		width:100%;
		float:none;
	}
	
	#mobilefooter {
		display:block;
	}
	.phonenumber {
		font-size: 1.4em;
	}
	.cicontainergreen h2 {
		color:#fff;
		font-size:2.4em;	
	}

	.galerieitem {
		width:100%;float:left;padding:1%;
	}

	.smpl div {
		width:100%;
		height:380px;
		margin:0%;
		float:none;
	}

	#parallaxmecaption .myHeadline{
		font-size:1.9em;
	}
	#parallaxmecaption .myCopy{
		font-size:1.3em;
	}
}
