@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}








body {


    	font: 1em 'Open Sans', sans-serif;
	animation:fadein 1.2s;-moz-animation:fadein 1.2s;-webkit-animation:fadein 1.2s;
	line-height: 1.8;
	font-weight: 300;
	color: #000;
	background-color: #fff;

}

.scroller .scroller__img {
	height: auto;
	max-width: none;
	position: relative;
	width: 110%;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul, li {
	margin: 0;
	padding: 0;
}


h1 {
	font: 1.5em 'Lato', sans-serif;
	margin-top: 0;
}
h2 {
	font: 1.3em 'Lato', sans-serif;
	margin: 0px;
}
h3 {
	font: 1em 'Lato', sans-serif;
	margin: 0px;
}

h6 {
	font-size: 4.5em;
	font-weight: 100;
	margin: 0px;
	color: #035898;
	text-align: center;
}



b, strong {
	font-weight: 400;
  }

#BACK {
	width: 100%;
	height: auto;
	text-align: right;
	color: #444;
	font: 1.4em 'Lato', sans-serif;
	font-weight: 300;
	display: none;

}

#BACK a:visited {
        color: #444;
}

#BACK a:hover {
	color: #444;
}

#BACK a:link {
	color: #444;
	text-decoration: none;
}

#BACK a:active {
	color: #444;
}


#TOP {
 
	padding-top: 80px;
	widht: 100%;
	background-color: #FFF;
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #999;*/
	z-index:1000;
}

#TOP h1 {
	color: #0A4B21;
	font: 2.1em 'Lato', sans-serif;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#TOP h3 {
	color: #0A4B21;
	font: 0.8em 'Lato', sans-serif;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#LANG {
	text-align: right;
	font-size: 0.9em;
	color: #666;
	padding: 1em;
}

#LANG a:visited {
	color: #666;
    }
#LANG a:hover {
        color: #666;
}
#LANG a:link {
        color: #666;
	text-decoration: none;
}

#LANG a:active {
        color: #666;
}

#NAV {
	text-align: right;
	color: #333;
	float: left;
	padding-top: 2em;
	letter-spacing: 0.15em;
}

#NAV a:visited {
        color: #333;
	font-weight: 300;
}

#NAV a:hover {
	color: #333;
	font-weight: 300;
}

#NAV a:link {
        color: #333;
	text-decoration: none;
	font-weight: 300;
    }

#NAV a:active {
        color: #333;
	font-weight: 300;
}

#TEL {
	float: right;
	text-align: right;
	width: 50px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	color: #FFF;
	font-size: 1.1em;
	background-color: #043A62;
	padding-right: 1em;
	display: none;
}

#TEL a{
	text-decoration: none;
	color: #FFF;
}

#MAIL {
	float: right;
	text-align: right;
	width: 50px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	color: #FFF;
	font-size: 1.1em;
	background-color: #043A62;
	padding-right: 1em;
	display: none;
}

#MAIL a{
	text-decoration: none;
	color: #FFF;
}
#LOGO {
	float: right;
	background-color: #FFF;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 1.1em;
	font-weight: 600;
	color: #333;
}

#LOGO img {
	width: 16px;
	height: auto;
}

.tooltip {
	position: absolute; 
	opacity: 0; 
	color: #FFF;
	top: -100%; 
	right: 0%;
	width: 180px; 
	padding: 0px;
	-webkit-transition: .5s; 
	transition: .5s;
}

.container:hover .tooltip {
	opacity: 1; 
	top: 0%; 
	right: 0%;
	background-color: #043A62;
	width: 100%;
}

#NAME {
	padding-top: 40px;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
}

#NEUmenu img {
	padding-top: 0.5em;
}

#NEUmenu {
	padding: 1px;
	text-align: center;
	background-color: #FFF;
	font: 1em 'Lato', sans-serif;

}

#NEUmenu li{
	list-style: none;
	display: inline-block;
	background-color: #FFF;
	margin-left: 0.1em;
	font-weight: 300;
}

#NEUmenu a{
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em;
	color: #FFF;
}

#NEUmenu a:hover{
	color: #0A4B21;

}

#NEUmenu a.active {
	color: #0A4B21;
	border-bottom: 5px solid #0A4B21;
}


/* Menü-Buttons normalerweise ausblenden */

.menu-toggle{
	display: none;
}

#BANNER {
	padding-top: 0px;
	margin: auto;
	text-align: center;
	max-width: 1000px;
	overflow: hidden;
	clear: both;
	/*max-height: 500px;*/
}

#BANNER img {
	overflow: hidden;
	max-height: 500px;
}

#ZUSATZ {
	width: 98%
	min-height: 400px;
	background-color: #FFF;
	margin: auto;
	clear: both;
}

#RIGHT {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	float: right;
	width: 20%;
}

#RIGHT div {
	margin-bottom: 1px;
}

#LEFT hr {
	width: 170px;
}

#CONTENT {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	clear: both;
	min-height: 200px;
}

#CONTENT h1 {
	letter-spacing: 0.05em;
}

#CONTENT h2 {
	letter-spacing: 0.15em;
}

#CONTENT h3 {
	letter-spacing: 0.15em;
}

#CONTENT li {
	list-style-type: square;
}

#CONTENT .grau{
	background-color: #F9F9F9;
	overflow: auto;
	clear: both;
	padding: 0.8em;
  }

#CONTENT .Gelb{
	background-image: radial-gradient(circle farthest-side at center top , #c7c7c7, #c6c6c6 125%);
	overflow: auto;
	clear: both;
	padding: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 1em;
  }

#CONTENT .Gelb h1{
	color: #fff;
  }

#CONTENT .Gelb a {
	color: #999;
	text-decoration: none;
	font-weight: 400;
}

#CONTENT .weiss{
	background-color: #FFF;
  }

#CONTENT .blau{
	background-color: #D9EEF9;
	overflow: auto;
  }

#CONTENT .FULL{
	min-height: 300px;
	background:url(Baum.jpg) no-repeat;
	background-size:100% auto;
  }
#CONTENT .FULL img{

  }
#CONTENT .Bilder{
	Background-color: #000;
  }

#CONTENT .Bilder_Weiss{
	Background-color: #FFF;
  }
#CONTENT .map{
	min-height: 300px;
}

#CONTENT .halb {
	width: 50%;
	float: left;
	padding: 0.8em;
  }

#CONTENT .halbgrau {
	width: 48%;
	margin: 1%;
	float: left;
	padding: 0.8em;
	background-color: #f1f1f1;
	text-align: center;
	min-height: 330px;
	color: #0A4B21;
	/*background: linear-gradient(135deg, transparent 50px, #f1f1f1 0) top left;
	background: linear-gradient(225deg, transparent 50px, #f1f1f1 0) top right;
	background: linear-gradient(315deg, transparent 50px, #f1f1f1 0) bottom right;*/
	background: linear-gradient(45deg, transparent 50px, #f1f1f1 0) bottom left;

}
#CONTENT .halbgruen {
	width: 48%;
	margin: 1%;
	float: left;
	padding: 0.8em;
	background-color: #0A4B21;
	text-align: center;
	color: #FFF;
	min-height: 330px;
	background: linear-gradient(225deg, transparent 50px, #0A4B21 0) top right;
	

}


#CONTENT .DrittelBlack {
	width: 320px;
	float: left;
	background-color: #f1f1f1;
	font-size: 0.85em;
	padding: 2%;
	margin: 0.4em;
	height: 320px;
	color: #333;
}

#CONTENT .DrittelBlack h1, .DrittelBlack h2, .DrittelBlack h3 {
	color: #333;
	font-size: 99%;
}

#CONTENT .DrittelWithe {
	width: 320px;
	float: left;
	font-size: 0.85em;
	padding: 2%;
	margin: 0.4em;
	height: 320px;
	color: #333;
  }



#CONTENT .CLEAR {
	width: 100%;
	clear: both;
	min-height: 1px;
  }

#CONTENT .csc-default {
	max-width: 1000px;
	margin: auto;
	padding: 1em 0em 1em 0em;
	clear: both;
	overflow: hidden;
}

#CONTENT .csc-textpic-caption {
	font-size: 0.45em;

}

#FLOATSTART {
	width: 50%;
	float: left;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
#FLOATSTART .align-left{
	text-align: left;

}

#FLOAT3 {
	width: 33.33%;
	float: left;
	text-align: justify;
	padding: 2.5%;
}
#FLOAT3 h1{
	font-size: 1.9em;
	text-align: center;
}

#FLOAT3 h2 {
	font-size: 1.7em;
	font-weight: 100;
	margin: 0px;
	color: #EFAB0B;
	text-align: center;
}

#FLOAT3 .align-left{
	text-align: left;

}

#FLOATSTART_LAST {
	width: 33.33%;
	float: none;
	text-align: center;
}

#CONTENT ul{
	text-decoration: inherit;
	padding-left: 4%;
	padding-right: 4%;
}
#CONTENT ul ul li{
	text-decoration: inherit;
	padding-top: 1em;

}
#CONTENT .csc-header, .csc-textpicHeader {
}
#CONTENT .csc-subheader {
	font-size: 1.4em;
	font-weight: 200;
	color: #FFF;
}
#CONTENT .csc-default a {
	color: #EFAB0B;
	text-decoration: none;
	font-weight: 400;
}

#CONTENT .halb .csc-default h3 a {
	color: #333;
}

#CONTENT .NEWS a{
	color: #333333;
	text-decoration: none;
	font-weight: 200;

}
#CONTENT .csc-default p {
	margin-top: 0.1em;
}

#CONTENT .contenttable {
	border-spacing:10px;
  }

#CONTENT .contenttable td{
	vertical-align: top;
	border-spacing:20px;
  }

#CONTENT .csc-default a:hover {
	text-decoration: underline;
}
#CONTENT .csc-default h1 {
}


#CONTENT h1 a {
	text-decoration: none;
	color: #333333;
}


#CONTENT .silber{
  /*  text-align:justify;*/
    font-size: 1em;
  width: 33%;
  padding-top:2em;
   padding-bottom:2em; 
  height: auto;

  background-color: #f2f2f2;
     /*   border-radius: 35%;*/
}

#CONTENT .silber .csc-header {
padding-top: 0px;  
  text-align: center;
}

#CONTENT .silber h1{
  /*  text-align:justify;*/
padding-top: 1em;
  padding-bottom: 1em;
}

#BOTTOM {
	padding-top: 20px;
	font-weight: 300;
	background-color: #FFF;
	min-height: 500px;
	bottom: 0;
	width: 100%;
	color: #333;
	max-width: 1000px;
	border-top-width: 30px;
	font-size: 0.65em;
	border-top: 1px solid #999;
	margin: auto;
	clear: both;
}

#BOTTOM h1{
	font-size: 1.2em;
letter-spacing: 0.15em;
text-transform: uppercase;

}


#BOTTOM h3{

	font-size: 1.2em;
letter-spacing: 0.15em;
text-transform: uppercase;

}

#BOTTOM h2{
   	font-size: 1.2em;
	margin-top: 0px;

letter-spacing: 0.15em;
text-transform: uppercase;

}
#BOTTOMCENTER {
    width: 100%;
  max-width: 1000px;
    height: auto;
    padding-bottom: 20px;
    margin: auto;
    /*  font-size: 0.7em;
  font-size: 11px;*/
}

#BOTTOMCENTER div {
}

#BOTTOMCENTER .csc-default {
    float: left;
    /*min-width: 33%;*/
  min-width: 33%;
    padding-bottom: 15px;
  
}

#BOTTOMCENTER a {
    color: #333;
    text-decoration: none;
}



div.csc-textpic {
padding-left: 0%;
padding-right: 0%;
}
div.csc-textpic .csc-textpic-imagewrap img {
  height: auto;
  width: 100%;
  }
#CONTENT .Bilder img {
  height: auto;
  width: 100%;
  float: left;
padding: 1%;
  }
#CONTENT .Bilder div.csc-textpic div.csc-textpic-imagecolumn {
float: none;
}

#CONTENT .Bilder div.csc-textpic, #CONTENT .Bilder div.csc-textpic div.csc-textpic-imagerow, #CONTENT .Bilder ul.csc-uploads li {
overflow: visible;
}

#CONTENT .Bilder_Weiss img {

width: 100%;
  float: left;
padding: 2%;


  }
#CONTENT .Bilder_Weiss div.csc-textpic div.csc-textpic-imagecolumn {

}

#CONTENT .Bilder_Weiss div.csc-textpic, #CONTENT .Bilder_Weiss div.csc-textpic div.csc-textpic-imagerow, #CONTENT .Bilder_Weiss ul.csc-uploads li {
overflow: visible;
}

.indent {
    padding-left: 20px;

}
#CONTENT .Bilder div.ce-media {
float: none;
}

#CONTENT .Bilder_Weiss .csc-textpic-imagerow {
width: 25%;
height: auto;
overflow: hidden;
float: left;
}

#CONTENT .Bilder_Weiss .csc-textpic-imagerow {
float: left;
}

#CONTENT .Bilder_Weiss .csc-textpic-caption { 
display: block; 
position: relative; 
float: left; 
overflow: hidden; 
/* margin: 0 20px 20px 0; */
} 
#CONTENT .Bilder_Weiss .csc-textpic-caption { 
position: absolute; 

color: black; 
padding: 2%;
text-align: center;
width: 25%;
max-width: 250px;
z-index: 5;
font: 90% 'Lato', sans-serif;
opacity: 0; 


-webkit-transition: all 0.6s ease; 
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease; 
} 
#CONTENT .Bilder_Weiss .csc-textpic-imagerow:hover .csc-textpic-caption { 
opacity: 1; 
z-index: 5;
} 
#CONTENT .Bilder_Weiss .csc-textpic-caption a{ 
font: 1.1em 'Lato', sans-serif;
color: black; 
}

#CONTENT .Bilder_Weiss figure:hover:before { 
opacity: 0; 
}

#CONTENT .Bilder_Weiss .csc-textpic-imagerow:hover img{ 
z-index: 5;
opacity: 0.06; 
-webkit-transition: all 0.6s ease; 
-moz-transition: all 0.6s ease;
 -o-transition: all 0.6s ease; 
transition: all 0.6s ease; 
}

.halbgrau:hover i { 
z-index: 5;
/*opacity: 0.5; */
color: #EFAB0B;
-webkit-transition: all 0.6s ease; 
-moz-transition: all 0.6s ease;
 -o-transition: all 0.6s ease; 
transition: all 0.6s ease; 

}

.halbgruen:hover i { 
z-index: 5;
/*opacity: 0.5; */
color: #EFAB0B;
-webkit-transition: all 0.6s ease; 
-moz-transition: all 0.6s ease;
 -o-transition: all 0.6s ease; 
transition: all 0.6s ease; 

}


/*################################################################*/

#CONTENT .ProjekteBilderDetails img {

    width: 125px;
    height: 125px;
    overflow: hidden;
  float: left;
padding: 2%;


  }


#CONTENT .ProjekteBilderDetails div.csc-textpic div.csc-textpic-imagecolumn {

}

#CONTENT .ProjekteBilderDetails div.csc-textpic, #CONTENT .ProjekteBilderDetails div.csc-textpic div.csc-textpic-imagerow, #CONTENT .ProjekteBilderDetails ul.csc-uploads li {
overflow: visible;
}

#CONTENT .ProjekteBilderDetails .csc-textpic-imagerow {
width: 12,5%;
height: auto;
overflow: hidden;
float: left;
}

#CONTENT .ProjekteBilderDetails .csc-textpic-imagerow {
float: left;
}







/*################################################################*/










.news-list-item img, .news-latest-item img {
width: 40%;
float: left;
margin-right: 2em;
margin-bottom: 2em;
}
.news-single-item img {
width: 100%;

}
.news-list-item p, .news-latest-item p{

}
.news-list-item hr, .news-latest-item hr {
clear: both;

}

/*
#CONTENT .contenttable {
border-spacing:0px;
width: 100%;

}
#CONTENT .contenttable td{
vertical-align: top;
border-spacing:20px;
}
tr {
   background: #FFF;
  }
tr:nth-of-type(odd) {
    background: #F4F4F4;
  }
th {
     background: #FFF; 
    color: #EFAB0B;
font-weight: 200;
font-size: 1.5em;
  }
td, th {

    text-align: left;
padding-left: 10px;
    padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
  }

*/
#CONTENT .LinkBlau,#CONTENT a.LinkBlau,#CONTENT .LinkBlau a{
font-size: 0.7em;   
 color: #FFF;
background-color: #8EBEDE;
padding-left: 5px;
padding-right: 5px;
} 
.tx-ws-flexslider .caption-title {
   color: #035898;
font: 2.5em 'Tangerine', sans-serif;
font-weight: 700;
}

/*.fixed {
	position: fixed; 
	top: 0; 
 
	z-index: 1;
left: 50%; 
width: 1000px; 
margin-left:-500px !important;
   padding-bottom: 0px  !important;
    padding-top: 0px  !important;

}*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                            ++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++    Anfrang MEDIA 945px;    ++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                            ++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width : 1000px) {

body {
font-size: 1.2em;
   }

#CONTENT .Bilder_Weiss div.ce-row {
width: 100%;
height: 250px;

overflow: hidden;
float: left;
}

#TOP {
   padding-bottom: 0px  !important;
    padding-top: 0px  !important;
 	position: fixed; 
	top: 0; 
	min-height: 4.5em;
}
.fixed {

	top: 0; 

	z-index: 1;
left: 0; 
width: 100%; 
margin-left:0px !important;
   padding-bottom: 0px  !important;
    padding-top: 0px  !important;
}

#LOGO {

    font-size: 0.6em;
    font-weight: 600;

}

#BANNER {
     padding-top: 4.5em;
 }

#CONTENT .ProjekteBilderDetails div.ce-row {
width: 100%;
height: 250px;

overflow: hidden;
float: left;
}
#CONTENT .ProjekteBilderDetails img {

    width: 100%;
    height: auto;
    overflow: hidden;
  float: left;
padding: 2%;
  }
#CONTENT .ProjekteBilderDetails .csc-textpic-imagerow {
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}

#CONTENT .halb {
	width: 100%;
	float: none;
}
#CONTENT .halbgrau {
	width: 98%;
	float: none;
}
#CONTENT .halbgruen {
	width: 98%;
	float: none;
}

#CONTENT .DrittelBlack {
  width: 95%;
float: none;
margin: auto;
margin-bottom: 0.5em;
height: auto;
min-height: 300px;

  }
#CONTENT .DrittelWithe {
  width: 100%;
float: none;
  }

    #LOGO {
        width: 100%;
        margin: auto;
        text-align: center;

    }

    #NAME {
        padding-top: 80px;
  font-size:24px;
        width: 100%;

  text-align: center;
    }


#LANG {
background-color: #F4F4F4;
font-size: 1.2em;

}
#NAV {
float: none;
padding-left: 0%;
padding-right: 0%;
}
#NAV h3 {
/*font-size: 2em;*/
}
#TEL {
float: left;
text-align: center;
width: 50%;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
#TEL a{
color: #FFF;
}
#MAIL {
float: left;
text-align: center;
width: 50%;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
#MAIL a{
color: #FFF;
}
    #BANNER {

        width: 100%;
/*        background-color: #EFEFEF; */
      border-radius: 0%;
    }

#BANNER img {
    max-height: auto;
width: 100%;
     /* width: 1000px;*/
  overflow: hidden;
/*  margin: -10% 0;*/

overflow: hidden;
margin: 0% 0; 
  
}

    #ZUSATZ {
        width: 100%;
        background-color: #FFFFFF;
  /*  border-top-width: 2px;*/
        -moz-box-shadow: 0 0 0px #333;
        -webkit-box-shadow: 0 0 0px #333;
        box-shadow: 0 0 0px #333;
    }

    #RIGHT {
        display: none;
    }

    #RIGHT div {
        margin-bottom: 1px;
    }

    #LEFT hr {
        width: 170px;
    }

#FLOATSTART {
width: 100%;
float: none;
text-align: center;
/*margin-bottom: 4em;*/
    padding: 2em 0em 2em 0em;
}
#FLOAT3 {
width: 100%;
float: none;
text-align: center;
/*margin-bottom: 4em;*/

}
    #CONTENT {
  /*  text-align:justify;*/
        width: 100%;
    }
#CONTENT .csc-default {

    padding: 2em 0em 2em 0em;


}
    #CONTENT .csc-header, .csc-textpicHeader {
    }

    #CONTENT .csc-default a {
    color: #EFAB0B;
    text-decoration: none;
font-weight: 400;
    }

    #CONTENT .csc-default a:hover {
        text-decoration: underline;
    }

    #CONTENT h1 {
      padding-left: 4%;
   padding-right: 4%;

    }

    #CONTENT h2 {
      padding-left: 4%;
   padding-right: 4%;
    }
    #CONTENT h3 {
      padding-left: 4%;
   padding-right: 4%;
    }
    #CONTENT li h3 {
      padding-left: 0%;
   padding-right: 0%;
    }
    #CONTENT ul {
      padding-left: 8%;
   padding-right: 8%;
    }
#CONTENT p{
    padding-left: 4%;
   padding-right: 4%;
}
    #CONTENT h1 a {
        text-decoration: none;
        color: #333333;
    }

    #BOTTOM {
        float: left;
        padding-top: 20px;
        height: auto;

  /* background-color: #000;*/
        bottom: 0;
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;

    }

    #BOTTOMCENTER {
        width: 100%;
        padding-bottom: 20px;
        margin: auto;
    /*font-size:80px;
    font-size: 11px;*/;
      font-size: 1.1em;
    }

    #BOTTOMCENTER div {
    }

    #BOTTOMCENTER .csc-default {
        float: left;
        width: 100%;
        padding-bottom: 20px;
          text-align: center;

    }


    .indent {
        padding-left: 20px;
    }
tr:nth-of-type(odd) {
  /*  background: #fff;*/
  }

div.csc-textpic {
/*padding-left: 4%;
padding-right: 4%;*/
}


/* Navigation */
/* Button zum Anzeigen des Menü*/
.js .menu-toggle {
  display: block;
  cursor: pointer;
  color: #333;
  border-radius: 50%;
  background-color: #FFF;
  width: 2.5em;
  height: 2.5em;
  margin: 0px auto;
  text-align: center;
  line-height: 2.5em;
  /*border: 1px solid #010101;*/
  font-weight: normal;
}
#NEUmenu {
clear: both;
    /* border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED; */

}
#NEUmenu  li{
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0) inset;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0) inset;
 font-size: 1.1em;
}
.js #NEUmenu ul  {
  display: none;
}
#NEUmenu ul.toggled-on {
  display: block;
}
#NEUmenu h3 {
/*text-align: center;
margin: auto;*/
position: fixed;
    left: 2em;

    top: 1.5em;
}
#NEUmenu ul li h3 {

}

#NEUmenu ul.toggled-on li, .no-js #NEUmenu li {
  display: block;
}

#NEUmenu ul ul.toggled-on li, .no-js #NEUmenu ul li {
  display: block;
}
#NEUmenu a.active {
	border-bottom: 0px solid #0A4B21;
}

[data-icon]:before {
  content: attr(data-icon);
  speak: none;
  display: inline-block;
  font-size: 200%;
}
.screen-reader-text {
position: absolute;
top: -9999px;
left: -9999px;
}
/* Navigation */

#CONTENT .LinkBlau,#CONTENT a.LinkBlau,#CONTENT .LinkBlau a{
font-size: 0.7em;   
 color: #FFF;
background-color: #8EBEDE;
padding-left: 5px;
padding-right: 5px;
} 
#TOP {
padding-top: 20px;
}
#TOP h1 {
text-align: center;
}
#TOP h3 {
text-align: center;
}




}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                         +++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++    ENDE MEDIA 945px;    +++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++                         +++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


