html    {
    font-size: 100%;
}

body {
	background-color: #cfd7e7;
	color: #23304b;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em; /* 16px */
	line-height: 1.5em; /* 24px */
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

h1, h2, h3,h4,h5  {
	font-weight: bold;
	line-height: 1.3em;
}

h1  {
	font-size: 2.8em;
	line-height: 1.3em;
	margin: 30px 5px 0 0px;
	color: #4A5052;
	text-align: center;
	text-shadow: 2px 2px 4px #b5b5b6;
	filter: dropshadow(color=#b5b5b6, offx= 2, offy=2);
}

h2  {
	font-size: 1.6em;
	line-height: 1.5em;
	color: #093F3E;
	margin: 0 auto;
	width: 90%;
	/* [disabled]border: solid 1px #333; */
	text-align: center;
	padding: 0 4%;
}


h3  {
	color: #01396f;
	font-size: 1.1em; /* 22px */
	font-weight: bold;
	text-align: center;
	margin: 10px 6% 4px 12px;
	line-height: 2em;
}

h4  {
	/* color: #0A4F7C; */
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
	margin: 10px 6% 4px 0px;
	/* [disabled]border: solid 1px #333; */
}
h5  {
	color: #A26C23;
	font-size: 1.8em; /* 22px */
	font-weight: bold;
	text-align: left;
	margin: 0;
	/* [disabled]border: solid 1px #333; */
}
h6 {
	color: #03417d;
	font-size: 1.3em; 
	font-weight: normal;
	text-align: center;
	margin: 20px 0 20px 0px;
	padding: 0 5% 0 5%;
	line-height:1.3em;
}
ul li {
	margin-left: 20px;
}

p.teaserheadline {
	margin: 0.8em 0px 0.8em 20px;
	font-size:1.6em; /* 22px */
	font-weight:bold;
	color: #900;
	font-family: 'Gentium Book Basic', serif;
	font-style: italic;
   }
	
p.teasertext    {
	color: #56201b; 
	font-family: "Trebuchet MS",Helvetica,Arial;
	font-size: 1.1em; /* 19px */
	line-height: 1.368em; /* 26px */
	margin: 0.8em 20px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #005580;
    text-decoration: none;
}

.highlight{
	color: #F30;
}

ul, ol {
	padding: 0;
	margin: 0px 0 0.625em 20px;
}

.page-wrapper {
	/* [disabled]background-color: #fff; */
	margin: 0;
	padding:0;
	width:100% ;
	/* [disabled]border: solid 2px #999; */
}
#top_white{
	background-color:#cfd7e7;
	background-image: url(../bg_pic/bg_top_logos.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100%;
	margin:0;
	padding:0px 0 2% 0;
	color:#333;
	height: 220px;
	/* [disabled]border: solid 2px #12de0d; */
}
#top_white img{
	max-width:100%;
}
#top_white a{
	float:right;
	margin: 10px 50px 0 0;
}
header {
	/* [disabled]height: 200px; */
	padding-top:0px;
	padding-bottom: 1px;
	padding-left: 0px;
	/* [disabled]padding-right: 200px; */
	/* [disabled]border: solid 2px #43e40b; */
	margin: 0px 0 50px 0;
	width: 100%;
}
.logo{
	display: block;
	background-image: url(../bg_pic/bg_top_nuernberg.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
	background-size: 100%;
	width: 100%;
	margin: 0 0 0 0;
	paddin: 10px 0 0 0;
	height: 300px;
	background-color: #cfd7e7;
	border-top: solid 0px #fff;
	border-bottom: solid 5px #cfd7e7;
}
.logo img{
	max-width:100%;
}
.logo_innen{
	display: block;
	background-image: url(../bg_pic/bg_innen.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 100%;
	margin: 0 0 0 0;
	paddin: 10px 0 0 0;
	height: 150px;
	background-color: #cfd7e7;
	border-top: solid 0px #fff;
	border-bottom: solid 5px #cfd7e7;
	text-align: center;
}
.logo_innen img{
	max-height:100%;
	width:auto;
	float: left;
	margin: 0 30px 0 4%;
}
.headline_pages {
	font-size:1.4em;
	color:#4b4f4b;
	/* [disabled]text-shadow: 0.05em 0.05em 0.2em #000; */
	text-align:center;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	/* [disabled]width: 80%; */
	/* [disabled]float: left; */
	margin:9px auto 0 auto;
	/* [disabled]border:solid 1px #0C6; */
	line-height: 1.3em;
	position: relative;
	top: 30%;
}

.link_content_top {
	/* [disabled]margin-top:20px; */
	float: right;
	margin-right: 80px;
	/* [disabled]font-weight: bold; */
	font-size: 120%;
	background: linear-gradient(top, #e5ecd8 0%, #b6cc8a 50%, #c4d69e 100%);
	background: -moz-linear-gradient(top, #e5ecd8 0%, #b6cc8a 50%, #c4d69e 100%);
	background: -webkit-linear-gradient(top, #e5ecd8 0%, #b6cc8a 50%, #c4d69e 100%);
	background: -ms-linear-gradient(top, #e5ecd8 0%, #b6cc8a 50%, #c4d69e 100%);
	background: -o-linear-gradient(top, #e5ecd8 0%, #b6cc8a 50%, #c4d69e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ecd8, endColorstr=#c4d69e,GradientType=1);
	padding: 6px 12px;
	width: 100px;
}
.link_content_top a {
	text-decoration: none;
	color: #903;
}
#content_top{
	margin: 0px 0px 0px 0px;
	/* [disabled]float: right; */
	padding: 0;
	width: 100%;
	height: 800px;
	background: none;
	/* [disabled]background-position: right top; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]-webkit-background-size: cover; */
	/* [disabled]-moz-background-size: cover; */
	-o-background-size: cover;
	/* [disabled]background-size: cover; */
	/* [disabled]-webkit-transition:height 100ms ease-out; */
	/* [disabled]-moz-transition:height 100ms ease-out; */
	-o-transition:height 100ms ease-out;
	/* [disabled]transition:height 100ms ease-out; */
}



.einblender_top {  /* angebot */
	/* [disabled]float: right; */
	margin-top:30px;
	margin-right:  0.6em;
	padding: 0px 0px 0px 0px;
	color:#F62D10;
	position: relative;
	/* [disabled]top: -30%; */
	text-align: center;
	margin-bottom: 30px;
}
.einblender_top img {
	/* [disabled]box-shadow: 5px 5px 10px 2px #000000; */
	/* [disabled]-moz-box-shadow: 5px 5px 10px 2px #000000; */
	/* [disabled]-webkit-box-shadow: 5px 5px 10px 2px #000000; */
	/* [disabled]transition: width 1s; */
}



.line{
	border-top:solid 1px #CCC;
	width:100%;
	/* margin: 40px 0 50px 0; */
	margin: 20px 0 20px 0;
	padding: 0;
}
.line_smaller{
	border-top:solid 1px #CCC;
	width:100%;
	margin: 10px 0 10px 0;
}
.clr{
	clear:both;	
}



/* NAVIGATION  */

/* hide the checkbox and the label */

input#responsive-nav,
label.responsive-nav-label {
  display: none;
  width:100%;
  
}

/* declarations for the not-responsove-menu */

nav {
	margin: 0px 0 0 0;
	width: 100%;
	/* [disabled]line-height:2em; */
	/* [disabled]float: right; */
	/* [disabled]border: solid 1px #fff; */
	background-color: #043b70;
	/* [disabled]text-align: right; */
	/* [disabled]height: 40px; */
	padding: 6px 0 5px 0;
}

nav ul {
	margin:0 auto;
	padding: 0;
	display:table;
}

nav a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 1em;
}


nav ul li {
  position: relative;
  float: left;
  list-style: none;
  transition: 0.5s;
  text-align:left;
}

nav ul li a {
	padding: 6px 20px;
	color: #fff;
}

nav ul > li.submenu > a:after {  /*  die class submenu brauchts nur bei der dreistufigen Hierarchie */
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {  /*  die class submenu brauchts nur bei der dreistufigen Hierarchie */
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul li a:hover {
	color:#eaeaec;
}

nav ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	border:none;
	padding-top: 10px;
	z-index:170;
	background-color:#f9fcf7;
	margin: 0 0 0 10px;
}

nav ul ul li {
	float: none;
	width: 180px;
	border-left: solid 1px #f2f3f4;
	border-bottom: solid 1px #f2f3f4;
	padding:0px 0 10px 0px;
	margin-bottom:15px;
	}

nav ul ul li a {
	padding: 0px 10px 0px 20px;
	font-size: 1em;
	color:#7b7b7d;
	margin-left: 0px;
}

nav ul ul li a:hover {
	color:#4c6b4a;
}

	nav ul ul li.formal{
	background: url(../bg_pic/icon_formal.png) no-repeat 10px 0px;
	padding-left: 52px;
	}
	nav ul ul li.formal_eingerueckt{
	padding-left: 54px;
	}

nav ul ul li:last-child {
   border-bottom: 1px solid #f2f5f7;
   padding-bottom:20px;
   border:none;
   margin-bottom:0px;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}


/*   CONTENT     */

.main {
	color: #56201b;
	/* [disabled]background-color:#fdf7f2; */
	padding: 0px;
	width: 100%;
	margin: 20px auto 50px auto;
	/* [disabled]border: solid 1px #333; */
}

.mainContent {
	color: #333;
	width: 100%;
	border-top: 1px solid transparent;
}

footer {
	background-color:#043b70;
	color: #fff;
	text-align: center;
	padding: 6px 0px;
	margin-top:10px;
	font-size: 0.9em;
	width: 100%;
}
footer  a{
	color:#dbe8f5;
}
footer  a:hover{
	color:#fff;
}
footer  p{
	margin-top:10px;
}
#logo_werbeagentur{
	float:right;
	font-size: 0.8em;
	padding: 5px 45px 12px 0;
	margin: 0 0 10px 0;
}
#logo_werbeagentur a{
	color:#214877;
}
.totop{
	visibility:visible;
	height:30px;
	width:28px;
	background-color:#C0D6EB;
	padding: 3px 1px 2px 2px;
	position:fixed;
	bottom:1px;
	right:0;
	text-align:center;
	font-size: 0.9em;
	opacity: 0.6;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.more{
	font-size:0.85em;
	float:right;
}


.bluewrapper {
	width:100%;
	padding:5em 0em 2em 0em;
	margin: 40px 0 80px 0;
	/* [disabled]border-top: solid 1px #c8c6c6; */
	/* [disabled]border-bottom: solid 1px #c8c6c6; */
	background-image: url(../bg_pic/bg_div_blau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	/* [disabled]background-color: #d6e2ed; */
	color: #fff;
}
.bluewrapper_kontakt {
	/* [disabled]width:95%; */
	padding:3em 0em 2em 0em;
	margin: 40px 6%  80px 6%;
	/* [disabled]border-top: solid 1px #c8c6c6; */
	/* [disabled]border-bottom: solid 1px #c8c6c6; */
	background-color: #f5f7f8;
	color: #fff;
}
.bigpic{
	text-align:center;
	margin-top: 0px;
	margin-bottom: 15px;
}
dl.einsatz {
	margin-top:30px;
	/* [disabled]border:solid 1px #06C; */
	text-align: left;
}
dl.einsatz dt {
	margin:10px 0 20px 0;
	/* [disabled]border:solid 1px #09F; */
	font-size:1.5em;
	font-weight:500;
	line-height:1.4em;
}
dl.einsatz dd {
	margin:4px 0 4px 0;
	font-size:1.1em;
	font-weight:100;
	line-height:1.4em;
}
 .promo_top_wrap_sub_2_spalten {
	width:88%;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.4em;
	/* [disabled]position: relative; */
	/* [disabled]left: 2%; */
	/* [disabled]float: left; */
	/* [disabled]display: block; */
	/* [disabled]border: solid 1px #333; */
	/* [disabled]max-width: 1600px; */
	padding: 0;
}

 .promo_top_wrap_sub_2_spalten img {
	 max-width:100%;
	 height:auto;
 }

.promo_top_sub_left_2sp {
	float: left;
	width: 16%;
	padding: 5px 0px 0px 2%;
	margin: 98px 2% 0 0;
	/* [disabled]border: solid 1px #999; */
}

.promo_top_sub_left_2sp_kontakt {
	float: left;
	width: 20%;
	padding: 20px 20px 20px 60px;
	margin: 0;
	max-width: 100%;
	/* [disabled]border: solid 1px #999; */
}

.promo_top_sub_level2_2sp_left {
	float: left;
	width: 40%;
	padding: 10px 0px 5px 0px;
	margin: 0;
	font-size: 100%;
	/* [disabled]border: solid 1px #666; */
	/* [disabled]text-align: right; */
	/* [disabled]background-color: #F9F9F9; */
}
.promo_top_sub_level2_2sp_left_narrow {
	float: left;
	width: 8%;
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-size: 100%;
	/* [disabled]border: solid 1px #666; */
	text-align: left;
	/* [disabled]background-color: #F9F9F9; */
}
.promo_top_sub_level2_2sp_right {
	float: left;
	width: 50%;
	padding: 5px 4px 0px 0px;
	margin: 0px 0px 0px 10px;
	
}   

.promo_top_sub_long_2sp {  /* promo_top lang  */
	/* [disabled]float: left; */
	width: 90%;
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 20px 0;
	
}

.promo_top_sub_right_2sp {
	float: left;
	width: 75%;
	padding: 0px 0px 0px px;
	margin: 60px 0 0 3%;
	overflow: visible;
	/* [disabled]border: solid 1px #666; */
}   
.promo_top_sub_right_2sp_kontakt {
	float: left;
	width: 65%;
	padding: 0px 0px 0px px;
	margin: 30px 0 0 50px;
	overflow: visible;
	/* [disabled]border: solid 5px #666; */
	max-width: 100%;
	/* [disabled]background-color: #ccc; */
	/* [disabled]height: 300px; */
	/* [disabled]position: relative; */
	/* [disabled]left: 10%; */
}   

.promo_top_sub_right_2sp_large {
	float: left;
	width: 85%;
	padding: 0px 0px 0px px;
	margin: 0 0 0 0px;
	overflow: visible;
}   
.promo_top_wrap_sub_2_spalten dl {
	margin:10px 0px 1px 0px;
	padding:0;
 }
 .promo_top_wrap_sub_2_spalten dl dt {
	margin:0px 0px 10px 0px;
	padding:0;
	font-weight: bold;
	font-size: 120%;
 }
.promo_top_wrap_sub_2_spalten dl dt a {
	color:#003B59;
	font-size: 100%;
	text-decoration: none;
}
.promo_top_wrap_sub_2_spalten dl dt a:hover {
	color:#005c8c;
}
 .promo_top_wrap_sub_2_spalten dl dd{
	margin:0px 0px 5px 0px;
	padding:0;
 }
 .promo_top_wrap_sub_2_spalten a {
	color:#fff;
 }

.dropdownBox {
	position: relative;
	padding:0;
	/* [disabled]background-color:#fff; */
	width: 100%;
}
.dropdownBox a {
	color:#5f8bb4;
	text-decoration:none;
	font-size:90%;
}
dl.einsatz {
	margin-top:30px;
	/* [disabled]border:solid 1px #06C; */
	text-align: left;
}
dl.einsatz dt {
	margin:10px 0 20px 0;
	/* [disabled]border:solid 1px #09F; */
	font-size:1.5em;
	font-weight:500;
	line-height:1.4em;
}
dl.einsatz dd {
	margin:4px 0 4px 0;
	font-size:1.1em;
	font-weight:100;
	line-height:1.4em;
}
.content_wrap_sub_2_spalten {
	width:100%;
	padding:20px 0px 0px 0px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.3em;
	float: left;
	z-index:10;
}
.content_wrap_sub_2_spalten img {
		z-index:10;
		max-width:100%;
}
.content_sub_left_2sp {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 20px 0 0;
}
.content_sub_right_2sp {
	float: left;
	width: 79%;
	padding: 0px 0px 0px px;
	margin: 0 0 0 0px;
	overflow: visible;
	position: relative;
}   
.content_wrap_sub_2_spalten dl {
	margin:0px 0px;
	padding:0;
	width:100%;
 }
 .content_wrap_sub_2_spalten dl dt {
	margin:0px 0px 10px 0px;
	padding:0;
	font-weight: bold;
	font-size: 120%;
	
 }
 .content_wrap_sub_2_spalten dl dt.sl_red {
	font-size:100%;
	color:#000;
	margin: 0;
	padding: 0;
 }
.content_wrap_sub_2_spalten dl dt a {
	color:#003B59;
	font-size: 100%;
	text-decoration: none;
}
.content_wrap_sub_2_spalten dl dt a:hover {
	color:#005c8c;
}
 .content_wrap_sub_2_spalten dl dd{
	margin:0px 0px 3px 0px;
	padding:0;
	/*border:solid 1px #333;*/
 }
 .content_wrap_sub_2_spalten dl dd.moreinfos{
	text-align:center;
	padding:0 0 0 0;
	margin: 0 auto;
 }
.close_layer_bottom{
	margin:25px 0 10px 0;
 }
  .content_wrap_sub_2_spalten dl dd.moreinfos_right{
	text-align:center;
	padding:0 0 0 0;
	margin: 0 auto;
 }
 .content_wrap_sub_2_spalten a {
		color:#333; 
 }



.content_wrap_sub_3_spalten {
	width:96%;
	padding:0 0 0 4%;
	font-size: 1em;
	line-height: 2em;
	/* [disabled]border: solid 1px #333; */
	margin: 10px auto 0px auto;
}
.content_wrap_sub_3_spalten dl {
	margin:1% 0 1% 0;
	padding:0;
	color: #482F10;
	text-align:left;
 }
 .content_wrap_sub_3_spalten dl dt {
	margin:5px 0 15px 0;
	padding:0;
	font-weight: normal;
	font-size: 1.3em;
	font-weight:bold;
	color:#333;
	text-align: left;
 }

.content_wrap_sub_3_spalten dl dt a {
	color:#003B59;
	font-size: 100%;
	text-decoration: none;
}
.content_wrap_sub_3_spalten dl dt a:hover {
	color:#FFF;
}
 .content_wrap_sub_3_spalten dl dd{
	margin:12px 0px 3px 0px;
	padding:0;
 }
 .content_wrap_sub_3_spalten dl dd.more{
	margin:9px 0px 0px 0px;
	padding:0;
 }
 .content_wrap_sub_3_spalten a {
	color:#2D4B0D;
 }



.content_sub_left_3sp {
	float: left;
	/* padding: 10px; */
	/* margin: 2px; */
	width: 20%;
	/* [disabled]height:100%; */
	/* [disabled]border: solid 1px #333; */
	text-align: center;
}
.content_sub_left_3sp img {
	max-width:100%;
	height:auto;
}
.content_sub_middle_3sp {
	float: left;
	/* padding: 10px; */
	/* margin: 2px; */
	/*width: 30%;*/
	width: 20%;
	/* [disabled]height: 100%; */
	/* [disabled]border: solid 1px #333; */
	text-align: center;
}
.content_sub_right_3sp {
	float: left;
	/* width: 30%; */
	width: 20%;
	/* padding: 10px 0px 10px 10px; */
	/* margin: 2px; */
	text-align: center;
	/* [disabled]height: 100%; */
	/* [disabled]border: solid 1px #333; */
}   
.content_sub_right_3sp img {
	max-width:100%;
	height:auto;
}

.whitewrapper_wohndesign {
	width:100%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
}
.whitewrapper_wohndesign img{
	max-width:100%;
	height:auto;
}

.whitewrapper {
	width:96%;
	padding:0 2% 1% 2%;
	/* margin: 20px 0 20px 0; */
	margin: 10px 0 10px 0;
	text-align: center;
	display:block;
	/* [disabled]border: solid 1px #666; */
	color: #515051;
}
.whitewrapper a {
	color:#06C;
}

.greywrapper {
	background-color:#cfd7e7;
	padding:0% 3% 0% 6%;
	margin: 0% 0 0 0;
	font-size:1em;
	text-align:left;
	/* [disabled]border-top: solid 1px #fdfeff; */
	/* [disabled]border-bottom: solid 1px #edeceb; */
}
.greywrapper a{
	color:#1142A1;
}
.greywrapper dl dt{
	font-weight:bold;
}
.text-fett{
	font-weight:bold;
	font-size:1.1em;
	margin:14px 0 6px 0px;	
}

.promo_text{
	width:90%;
	padding:0em 0em 0em 0em;
	margin: 30px auto 20px auto;
	font-size: 1em;
	/* [disabled]border: solid 2px #333; */
	display: block;
	text-align: left;
	/* [disabled]height:290px; */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.promo_text a{
	color:#1142A1;
}

.promo_text p{
	margin-top:15px;
}

.promo_text_kleiner{
	width:92%;
	padding:0em 0em 0em 0em;
	margin: 0px auto 20px auto;
	/* [disabled]max-width: 1500px; */
	font-size: 1.1em;
	/* [disabled]border: solid 2px #333; */
	/* [disabled]position: relative; */
	display: block;
	text-align: center;
	/* [disabled]height:290px; */
}
.promo_text a, .promo_text_kleiner a{
	color:#421410;
	/* text-decoration: underline; */
}

.promo_text a:hover, .promo_text_kleiner a:hover,
.promo_text a:active, .promo_text_kleiner a:active
{
	/* color:#421410; */
	text-decoration: underline;
}

.promo_text_2sp_left{
	float:left;
	margin:0;
	padding:0;
	width:54%;
	/* [disabled]border: solid 1px #333; */
	/* [disabled]font-size: 1.4em; */
	text-align: left;
}

.promo_text_2sp_left dl{
	margin: 0px 0 20px 0;
	padding:0;
}

.promo_text_2sp_left dl.jobs{
	margin: 20px 0 50px 0;
	padding: 0 2px;
}
.promo_text_2sp_left dl.jobs dd{
	margin: 14px 0 0px 0;
	padding: 0 2px;
}
.promo_text_2sp_left dl.jobs dd i{
	line-height:1.3em;
}

.promo_text_2sp_left dl.jobs dt.jobs_bg{
	background-color:#4584ba;
	color:#fff;
	margin: 0px 0 10px 0;
	padding:4px 3px;
	width: 99%;
}
.promo_text_2sp_left dl dt.druckvorschau{
	background-color:#d5e5f3;
	color:#000;
	margin: 0px 0 10px 0;
	padding:4px 2px 4px 2px;
	width: 200px;
}

.promo_text_2sp_left dl dt.page_hl_grey{
	font-weight:bold;
	color:#4a6882;
	font-size:2em;
	margin: 30px 0 20px 0;
	line-height: 1.3em;
}

.promo_text_2sp_left dl dt.page_hl_blue{
	font-weight:bold;
	color:#4d8dce;
	font-size:2em;
	margin: 10px 0 0px 0;
	line-height: 1.3em;
}
.promo_text_2sp_left dl dt.page_hl_green{
	font-weight:bold;
	color:#0c9386;
	font-size:1.8em;
	margin: 25px 0 20px 0;
	line-height: 1.3em;
}
.promo_text_2sp_left dl dt.page_hl_darkgreen{
	font-weight:bold;
	color:#057d08;
	font-size:2em;
	margin: 30px 0 20px 0;
	line-height: 1.3em;
}
.promo_text_2sp_left dl dt.page_hl_orange{
	font-weight:bold;
	color:#e19916;
	font-size:2em;
	margin: 40px 0 20px 0;
	line-height: 1.3em;
}
.promo_text_2sp_right{
	float:left;
	margin:1em 0em 0em 2em;
	padding:0px 2px 0 3%;
	width:38%;
	/* [disabled]border-left: solid 1px #ededec; */
	text-align: center;
	/* [disabled]border: solid 1px #333; */
}

.promo_text_2sp_right img{
	margin-top: 20px;
	max-width:100%;
	height:auto;
}

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

.promo_text dl dt{
	margin:20px 0px 4px 0px;
	padding:0px;
	/* [disabled]border:solid 1px #3CF; */
	font-weight: 600;
	font-size:1.2em;
}
.promo_text dl dd{
	font-size:1em;
	font-weight:100;	
}
.promo_text_kleiner dl dt {
	margin:15px 0px 5px 0px;
	padding:0px;
	/* [disabled]border:solid 1px #3CF; */
	font-weight: bold;
}
.promo_text dl dt a, .promo_text_kleiner dl dt a{
	font-size:1em;
	color: #105EAA;
}

.promo_text_border {
	height:20px;
	background-color:#d9e0ea;
	background-image: url(../bg_pic/bg_border_promo_text.jpg);
	background-repeat: repeat;
}

.promo_text_28{
	float:left;
	margin:0 10% 0 0;
	padding:0;
	width:28%;
	height:300px; 
	/* [disabled]border: solid 1px #333; */
	border-bottom: solid 20px #c4cfe0;
}
.promo_text_29{
	float:left;
	margin:0;
	padding:0;
	width:29%;
	height:300px;
	border-bottom: solid 20px #c4cfe0;
}
.promo_text_20{
	float:left;
	padding:0;
	width:20%;
	height:280px; 
	margin: 0 0 0 8%;
	border-bottom: solid 20px #c4cfe0;
	/* [disabled]border:solid 1px #396; */
}
.promo_text_20 dl{
	
}
.promo_text_20 img{
	margin-top: 20px;
}
.promo_text_21{ /* 4 Spalten*/
	float:left;
	padding:0;
	width:21%;
	height:inherit;
	/* [disabled]border-bottom: solid 20px #c4cfe0; */
	margin: 0 2% 0 0;
}
.promo_text_21_right {
	float:right;
	padding:0;
	width:18%;
	height:inherit;
	/* [disabled]border-bottom: solid 20px #c4cfe0; */
	margin: 0 6% 0 0;
	font-size: 0.9em;
	/* [disabled]border: solid 1px #333; */
}
.promo_text_21_right dl img {
	max-width:100%
}

.promo_bigpic{
	width:100%;
	padding:1em 0em 0em 0em;
	margin: 0px auto 80px auto;
	max-width: 1500px;
}
.promo_bigpic img{
	max-width:100%;
	height: auto;
}
.promo_bigpic_left{
	float:left;
	margin:0;
	padding:0;
	width:45%;
}
.promo_bigpic_right{
	float:left;
	margin:0em 0em 0em 1em;
	padding:0;
	width:45%;
}
.promo_bigpic dl dt{
	color:#86252b;
	font-size:1.25em;
	font-weight:bold;
}
.promo_bigpic dl dt{
	margin-top: 20px;	
}
.promo_bigpic dl dt a{
	font-size:1.15em;
	color: #86252b;	
}


.privacy_text{
	width:90%;
	padding:0em 0em 0em 0em;
	margin: 30px auto 20px auto;
	font-size: 1em;
	/* [disabled]border: solid 2px #333; */
	display: block;
	text-align: left;
	/* [disabled]height:290px; */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.privacy_text h1 {
	font-size: 1.8em;
	text-align: left;
}

.privacy_text h2 {
	font-size: 1.6em;
	text-align: left;
	margin-left: 0px;
	margin-top: 20px;
	padding-left: 0px;}

.privacy_text h3 {
	font-size: 1.4em;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.privacy_text p {
	margin-bottom: 20px;
}



.panel_list {
	align:left;
	/* [disabled]left:5%; */
	width:95%;
	margin: 0 auto 60px auto;
	/* [disabled]border: solid 1px #333; */
	max-width: 1500px;
	padding: 0 0 0
%;
	padding: 50px 0 30px 5%;
}
 
.panel_element {
	align:left;
	float:left;
	/* [disabled]border:1px #999 solid; */
	display: block;
	margin: 0 10px 0 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 28%;
}
.panel_element em {
	float:left;
	display: block;
	width: 30%;
	/* [disabled]border:solid 1px #999; */
}
.panel_element em img {
	max-width: 100%;
	height:auto;
}

.panel_element p {
	float:left;
	margin:auto 2px auto 10px;
	padding:0px 0 0 0;
	display: block;
	width: 66%;
	font-size: 0.9em;
}
.big_panel_list {
	align:left;
	/* [disabled]position:relative; */
	width:96%;
	overflow:auto;
	/* [disabled]background-color: #CCC; */
	margin: 0 auto;
	padding: 0 0 0 1%;
}
 
.big_panel_element {
	float:left;
	width:17%;
	border:1px #999 solid;
	background-color:#FFF1BF;
	display: block;
	margin: 0px 6px;
	background-image: url(../bg_pic/Plus.png);
	background-repeat: no-repeat;
	background-position: 14px 10px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 6%;
	text-align: left;
}
.big_panel_element a{
color:#3c3d3e;
text-decoration:none;
}
.big_panel_element dl{
	font-size:0.9em;
	margin:0;
	padding:0;	
}
.big_panel_element dt{
	font-weight:bold;
	margin:8px 0 10px 0;
	padding:0;
	font-size: 1.2em;
}
.big_panel_element dd{
	margin:0;
	padding:0;	
}

p.one_lines{
	padding:3em 0 0 0;	
}
p.two_lines{
	padding:2em 0 0 0;	
}
p.three_lines{
	padding:1em 0 0 0;
}
.panel_element a{
color:#3c3d3e;
text-decoration:none;
}
.panel_element dl{
	font-size:1em;
	margin:0;
	padding:0;
}
.panel_element dt{
	font-weight:bold;
	margin:0;
	padding:0;	
}
.panel_element dd{
	margin:0;
	padding:0;	
}

.formal_wrapper{
	width:80%;
	margin: 0 auto;
	padding:5px 5px 20px 5px;
	text-align:center;
	background-color: #f7f8f8;
}
.kontaktpanel_list {
	align:left;
	position:relative;
	width:95%;
	overflow:auto;
	/* [disabled]background-color: #EFEFEF; */
	margin: 5px auto 5px auto;
	padding: 0 0 5px 0;
	/* [disabled]border-bottom: solid 1px #EFEFEF; */
	text-align: left;
	/* [disabled]border: solid 1px #333; */
}
 .kontaktpanel_list a {
	color:#8f3a17;
	text-decoration:none;
	font-weight:bold;
	font-size:110%; 
 }
.kontaktpanel_list_topline {
	align:left;
	position:relative;
	width:100%;
	overflow:scroll;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #EFEFEF;
	border-top: solid 1px #7e7d7b;
}
.kontaktpanel_element_single{
	width:98%;
	align:left;
	float:left;
	display: block;
	margin: 10px 6px 20px 0px;
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 9px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
}
.kontaktpanel_element_left{
	width:30%;
	align:left;
	float:left;
	display: block;
	margin: 0px 4px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-align: right;
}
.kontaktpanel_element_right{
	width:62%;
	align:left;
	float:left;
	display: block;
	margin: 0px 4px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	/* [disabled]text-align: left; */
}
input.sendbutton{
	padding:10px 80px 10px 80px;
}

/* Declarations for the mobile menu */

@media screen and (max-width:96em) {
		.logo{
	height:190px;
	}
}

@media screen and (max-width:78em) {
	
	h2  {
		font-size: 1.5em; 
	}
	h6  {
		font-size: 1.1em; 
	}
	.logo{
	height:120px;
	}
	.logo_innen{
	height:70px;
	}
	

	.headline_pages {
	font-size:1.1em;
	}
	#top_white{
		height: 120px;	
	}
	#top_white img{
		max-width:20%;
	}
	
	nav a {
		padding: 5px 5px;
		font-size: 0.9em;
	}
	nav ul {
		margin:0 20px 0 10%;
	}
	nav ul ul li a{
		font-size:0.9em;
	}
	.promo_text{
		font-size:1em;
		margin-top: 10px;
		text-align:left;
	}
	.promo_text_kleiner{
	width:98%;
	/* [disabled]height:290px; */
}
.promo_text dl dt{
	font-size:1.1em;
}
.promo_text dl dd{
	font-size:1em;
}
.promo_text_2sp_right{
	width:38%;
	/* [disabled]border-left: none; */
}
.promo_text_2sp_right img{
	max-width:90%;
	height:auto;
}
 .content_wrap_sub_3_spalten dl dt {
	font-size: 1.1em;
	text-align: left;
 }
 .whitewrapper {
	font-size:1em;
	padding:0 2%;
	width:96%;
}
.greywrapper {
	font-size:0.9em;
}
.promo_text_28{
	height:340px;
}
.promo_text_29{
	height:340px;
}
.promo_text_20{
	height:320px;
}
footer {
	font-size: 0.8em;
}
}
@media screen and (max-width:64em) {
.promo_text_2sp_left{
	width:50%;
	font-size:0.9em;
	line-height:1.3em;
}
h2  {
	font-size: 1.4em; 
}
 .big_panel_element {
	width:70%;
	padding:0 5% 10px 10%;
	margin: 0 0 10px 0;
	background-position: 10px 4px;
	}
	.big_panel_element dl dt{
		margin-bottom:24px;
	}
}
@media screen and (max-width:45em) {

	h1 {
		font-size: 1.4em;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		margin: 20px 1% 10px 1%;
		font-size: 0.9em;
		text-align: center;
		font-weight: normal;
	}

	h4 {
		margin: 20px 1% 10px 1%;
		font-size: 1.3em;
		text-align: center;
	}

	h6 {
		font-size: 0.9em;
	}

	#top_white { /* Logo.... */
		background-image: url(../bg_pic/bg_top_logos_mobil.gif);
		background-size: cover;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 120px;
	}

	#top_white img {
		max-width: 20%;
		height: auto;
		float: right;
		margin: 5px 10px 0 0px;
	}

	#top_white a {
		float: right;
		margin: 10px 0 0 0px;
	}

	header {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0;
		text-align: center;
		margin: 20px 0 10px 0;
		display: block;
	}

	.logo { /* Bildleiste */
		background-image: url(../bg_pic/bg_top_nuernberg_mobil.jpg);
		background-size: 100%;
		width: 100%;
		height: 100px;
		margin: 0 auto;
		float: none;
		margin: 0px 0 20px 0;
	}

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

	.logo_innen { /* Bildleiste */
		background-image: url(../bg_pic/bg_innen_mobil.jpg);
		background-size: cover;
		width: 100%;
		height: 100px;
		margin: 0 auto;
	}

	.logo_innen img {
		max-height: 100%;
	}

	.headline_pages {
		font-size: 0.7em;
		text-shadow: none;
		text-align: center;
		margin: 0 auto;
	}

	.whitewrapper_moredist {
		margin: 0px 0 0 0;
	}

	.promo_text {
		margin: 1px auto 10px auto;
		text-align: center;
	}

	.promo_text dl dt {
		font-size: 1.1em;
	}

	.promo_text dl dd {
		font-size: 1.0em;
	}

	.promo_text_28 {
		height: 350px;
	}

	.promo_text_29 {
		height: 350px;
	}

	.promo_text_20 {
		height: 330px;
	}

	.promo_text_2sp_left dl dt.page_hl_green {
		font-size: 1.4em;
		margin: 0px 0 10px 0;
		line-height: 1.3em;
	}


	#content_top {
		background: url(../bg_pic/smart1_kl.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 100%;
	}


	.einblender_top {
		margin-top: 10%;
		margin-right: 0.6em;

	}

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


	/*    NAVIGATION    */
	label.responsive-nav-label { /*  grauer Block Menue*/
		width: 100%;
		position: relative;
		top: -20px;
		display: block;
		padding: 10px 0px 10px 0px;
		cursor: pointer;
		color: #fff;
		font-size: 1.3em;
		background-color: #043b70;
		margin: 0px 0 0px 0;
		text-align: center;
	}

	label.responsive-nav-label span { /* kleines Strich-Icon Menue */
		margin-right: 0px;
	}

	input#responsive-nav[type=checkbox]:checked ~ nav {
		position: relative;
		top: 0;
	}


	nav {
		position: absolute;
		top: -9999px;
		left: 0px;
		padding: 20px 0px;
		margin-bottom: 20px;
		margin-top: -20px;
		margin-left: 0px;
		line-height: 0.9em;
		width: 100%;
		background-color: #d2d9e0; /*  Background Block  */
		border-bottom: solid 1px #b5c1ce;
	}

	nav ul {
		margin: 0 auto; /* Ausrichtung center */
	}


	nav a:after {
		display: none;
	}

	nav li {
		float: none !important;
		width: 100% !important;
		border-bottom: none !important;
		padding-bottom: 14px;
		margin: 0 auto; /* Ausrichtung Submenue */
	}

	nav ul li a {
		margin-bottom: 1px !important;
		padding: 4px 5px 4px 6px !important;
		font-size: 1.1em;
		font-weight: 500;
		color: #4a4c4d;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	nav ul li a:hover {
		color: #4b4c4d;
	}


	nav ul ul {
		position: relative !important;
		width: 100%;
		left: 0 !important;
		top: 0 !important;
		background: none !important;
		box-shadow: none;
		padding: 0px;
		margin: 0;
	}

	nav ul ul li {
		padding: 0 0 0 0px;
		margin: 0;
	}

	nav ul li ul li a {
		font-size: 1em;
		font-weight: 200;
		padding: 5px 0px;
		color: #2e3c4a;
	}


	nav ul ul li.formal {
		background: none;
		padding-left: 0px;
	}

	nav ul ul li.formal_eingerueckt {
		background: none;
		padding-left: 0px;
	}


	/* CONTENT */
	.main {
		margin-bottom: 20px;
	}

	.big_panel_element {
		width: 74%;
		padding: 1% 5% 10px 18%;
		margin: 0 0 10px 0;
		background-position: 5px 3px;
	}

	.big_panel_element dt {
		margin: 8px 0 4px 0;
	}

	.bluewrapper {
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.bigpic img {
		max-width: 90%;
		height: auto;
		margin-top: 25px;
		margin-bottom: 0;
	}

	dl.einsatz dt {
		margin: 10px 0 20px 0;
		/* [disabled]border:solid 1px #09F; */
		font-size: 1.3em;
		line-height: 1.3em;
	}

	dl.einsatz {
		text-align: center;
	}

	dl.einsatz dd {
		margin: 4px 0 4px 0;
		font-size: 1em;
		line-height: 1.3em;
	}

	.promo_top_sub_left_2sp {
		float: none;
		width: 98%;
		margin: 0px 0px 30px 0px;
	}

	.promo_top_sub_left_2sp_kontakt {
		float: left;
		width: 98%;
		margin: 0px 0px 10px 0px;
	}

	.promo_top_sub_right_2sp {
		float: none;
		width: 98%;
		margin: 30px 0px 0px 10px;
	}

	.promo_top_sub_right_2sp_kontakt {
		float: left;
		width: 98%;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}

	.promo_top_sub_level2_2sp_left {
		float: left;
		width: 95%;
		padding: 40px 0px 5px 20px;
	}

	.promo_top_sub_level2_2sp_right {
		float: left;
		width: 95%;
		margin: 0;
		padding: 5px 4px 0px 20px;
	}

	.content_wrap_sub_3_spalten {
		padding: 0px;
		margin: 0px auto 0px auto;
		/* [disabled]border: solid 1px #333; */
		width: 90%;
	}

	.content_sub_left_3sp {
		padding: 0px 0px 0px 20px;
		width: 100%;
		margin: 0px auto 10px auto;
	}

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

	.content_sub_middle_3sp {
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 0px 0;
		width: 100%;
		/* [disabled]border: solid 1px #333; */
	}

	.content_sub_middle_3sp dl dt {
		line-height: 1.2em;
	}

	.content_sub_middle_3sp dl dd {
		line-height: 1.3em;
	}

	.content_sub_right_3sp {
		width: 100%;
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 10px 0;
		/* [disabled]border: solid 1px #333; */
	}

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

	.panel_list {
		/* [disabled]border:solid 1px #333; */
		margin: 0 0 40px 0;
		width: 100%;
		padding: 10px 0 10px 5%;
	}

	.panel_element {
		width: 95%;
	}

	.panel_element em img {
		max-width: 90%;
		max-height: auto;
	}

	.promo_bigpic_left {
		width: 95%;
	}

	.promo_bigpic_right {
		width: 95%;
	}

	.whitewrapper_moredist {
		margin: 0px 0 0 0;
	}

	.whitewrapper {
		margin: 10px 0 0 0;
	}

	.greywrapper {
		margin: 1% 0 0 1%;
		font-size: 0.8em;
		text-align: center;
		/* [disabled]padding: 0% 3% 0% 4%; */
	}

	.promo_text_2sp_left {
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0px;
		text-align: left;
		padding: 0;
		float: none;
	}

	.promo_text_2sp_right {
		width: 100%;
		text-align: center;
		margin: 0;
		/* [disabled]border-left: none; */
		padding: 0px 2px 0 0;
	}

	.promo_text_2sp_right img {
		max-width: 80%;
		margin-top: 10px;
		margin-left: 0px;
	}

	.promo_text_28 {
		width: 95%;
		margin-bottom: 0px;
		margin-left: 0px;
		text-align: center;
		border-bottom: none;
		padding: 0;
		height: 280px;
	}

	.promo_text_28 dl {
		/* [disabled]border:solid 1px #39F; */
		margin-bottom: 0px;
	}

	.promo_text_29 {
		width: 95%;
		margin-bottom: 20px;
		margin-left: 0px;
		text-align: center;
		border-bottom: none;
		height: 230px;
	}

	.promo_text_20 {
		width: 95%;
		margin-bottom: 20px;
		margin-left: 0px;
		text-align: center;
		border-bottom: none;
		height: none;
	}

	.promo_text_21 {
		width: 99%;
		margin-bottom: 0px;
		margin-left: 0px;
		text-align: center;
		border-bottom: none;
		height: 180px;
	}

	.promo_text_21_right {
		width: 95%;
		margin-bottom: 20px;
		margin-left: 0px;
		text-align: center;
		border-bottom: none;
		height: 160px;
		margin-top: 30px;
	}

	.totop {
		visibility: visible;
	}

	.line {
		margin: 20px 0 30px 0;
		width: 100%;
	}

	.formal_wrapper {
		width: 90%;
	}

	.kontaktpanel_element_left {
		width: 95%;
		text-align: center;
	}

	.kontaktpanel_element_right {
		width: 95%;
		text-align: center;
		padding: 4px 0px;
	}

	.promo_text_2sp_left dl.jobs dt.jobs_bg {
		width: 100%;
	}
}
