@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);


/*  RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
}

article, aside, details, figcaption, figure, footer,
header, main, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td, th {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/* Grundgerüst  font-family: "Open Sans", serif;   */  

html, body { width:100%; height:100%; font-size: 16px;} 

* html {
	font-size: 100%;
}

body {  
	background:#084499;
	font-family:'Open Sans', Arial, sans-serif;
}

div#bgheader { width:100%;  float:left; background:#d3d4d6 url('../images/system/junkers-header-verlauf.png') repeat-x 0 0;  }

div#bgkategorie { width:100%;  float:left; background:#003073; }

div#bgmenu { width:100%;   float:left; background:#003073; }

div#bgintroimg { width:100%;  margin-bottom:-5px; float:left; background:#003073; }

div#bgsection { width:100%;  float:left; background:#003073; }

div#bgfooter { width:100%;  float:left;  background:#d3d4d6 url('../images/system/junkers-footer-verlauf.png') repeat-x 0 0; }

div#bgcrimp { width:100%;  float:left;   }





div#header { margin: 0 auto 0px; max-width:900px;  height:140px; background:#d3d4d6 url('../images/system/junkers-header-verlauf.png') repeat-x 0 0;  position:relative;  }

div#headerff { margin: 0 auto 0px; max-width:900px;  height:205px; background:#d3d4d6 url('../images/system/junkers-header-verlauf.png') repeat-x 0 0;  position:relative;   }

div#kategorie {  margin: 0 auto 0px; max-width:900px;  }

div#menu {  margin: 0 auto 0px; max-width:900px;  overflow:hidden;  }

div#introimg {  margin: 0 auto 0px; max-width:900px; }

section {  margin: 0 auto 0px; max-width:900px; 	color:#fff;  }
section.ff {  margin: 0px auto 0px; max-width:900px; 	color:#fff; }

footer {  margin: 0 auto 0px; max-width:900px;  }

div.crimp {  margin: 0 auto 0px; max-width:900px; 	color:#fff;  }





/*   Typografie   */ 

h1 {
	font-size: 40px;
	font-weight:400;
	color:#0c4da2;
}

h2 {padding:30px 7.7% 10px;
	font-size: 30px;
	font-weight:400;
}

h3 {padding:30px 7.7% 0;
	font-size: 24px;
	font-weight:400;
}

h4 {padding:30px 7.7% 0;
	font-size: 16px;
	font-weight:600;
}

p {	padding:10px 7.7% 10px;
	font-size: 16px;
	font-weight:400;
	line-height:23px;
}

ul {margin:5px 7.7% 30px;
}

ul li {padding:0px 5% 5px; 
}

ol {margin:5px 7.7% 30px;
}

ol li {margin:15px 0px 0px 5px;
}

ol li a {
	color:#fff;
	text-decoration:underline;
}

.orte a {color:#fff;
	text-decoration:underline;
}

a.text {color:#fff;
	text-decoration:none;
}
a.text:hover {color:#fff;
	text-decoration:underline;
}

.data p {color:#084499;
	font-size:14px;
	padding:15px 7.7% 50px; 
}

.links  {
	
	padding:0px 0px 40px; 
}

.links p {color:#084499;
	font-size:14px;
	padding:0px 0px 0px; 
}

img { width:100%; border:0 none; }



/*   Header   */ 

div.sprachbutton {
	margin: 0px auto 0px;
	max-width:760px;
	height:25px;
	position:absolute;
	top:10px;
	right:0px;
}

a.buttonDE {
	background: url('../images/system/junkers-pfad-sprache-deutsch.png') no-repeat 0 0; 
	background-size:22px;
	display:block;
	width:100px;
	color:#000;
	float:right;
	font-size:13px;
	padding:2px 0px 2px 5px;
	text-align:center;
	
}

a.buttonDE:hover, a.buttonDE.aktiv {
	font-weight:600;
	color:#000;
	text-decoration:underline;
}



a.buttonEN {
	background: url('../images/system/junkers-pfad-sprache-english.png') no-repeat 0 0;
	background-size:22px; 
	display:block;
	width:90px;
	color:#000;
	float:right;
	font-size:13px;
	padding:2px 0px 2px 5px;
	text-align:center;
	
}


a.buttonEN:hover, a.buttonEN.aktiv {
	font-weight:600;
	color:#000;
	text-decoration:underline;
}


a.buttonAG {
	display:block;
	width:80px;
	color:#000;
	float:right;
	font-size:13px;
	padding:2px 0px;
	text-align:center;
}


a.buttonAG:hover, a.buttonAG.aktiv {
	font-weight:600;
	color:#000;
	text-decoration:underline;
}

a.buttonHome {
	display:block;
	width:80px;
	color:#000;
	float:right;
	font-size:13px;
	padding:2px 0px;
	text-align:center;
}


a.buttonHome:hover, a.buttonHome.aktiv {
	font-weight:600;
	color:#000;
	text-decoration:underline;
}

div.logo {
	background: url('../images/system/junkers-logo.png') no-repeat 70px 4px;
	background-size:16.5%;
	max-width:760px;
	float:left;
	margin-top:25px;
}

.logo h1 {
	margin:15px 0px 40px 180px; 
	float:left
}


div.logoff {
	background: url('../images/system/junkers-logo.png') no-repeat 70px 5px;
	background-size:18.3%;
	max-width:760px;
	float:left;
}

.logoff h1 {
	margin:25px 0px 0px 200px; 
	float:left;
	font-size:26px;
}

.logoff h2 {
	margin:2px 0px 20px 240px; 
	float:left;
	font-size:30px;
	color:#0c4da2;
}

h2.number {
	padding:3px 0px 2px 50px;
}

h2.nonumber {
	padding:3px 0px 2px 7px;
}

h2.numberff {
	margin:50px 7.7% 0;
	padding:3px 0px 2px 50px;
	background-size:40px;
}



h2.nr1 {
	background: url('../images/system/01.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr2 {
	background: url('../images/system/02.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr3 {
	background: url('../images/system/03.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr4 {
	background: url('../images/system/04.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr5 {
	background: url('../images/system/05.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr6 {
	background: url('../images/system/06.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr7 {
	background: url('../images/system/07.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr8 {
	background: url('../images/system/08.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr9 {
	background: url('../images/system/09.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr10 {
	background: url('../images/system/10.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr11 {
	background: url('../images/system/11.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr12 {
	background: url('../images/system/12.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr13 {
	background: url('../images/system/13.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr14 {
	background: url('../images/system/14.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr15 {
	background: url('../images/system/15.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr16 {
	background: url('../images/system/16.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr17 {
	background: url('../images/system/17.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nr18 {
	background: url('../images/system/18.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nrJiS {
	background: url('../images/system/junkers-pfad-standort-aktiv-lila.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nrFuF {
	background: url('../images/system/junkers-pfad-standort-aktiv-rot.png') no-repeat 0px 0px;
	background-size:45px;
}
h2.nrSuH {
	background: url('../images/system/junkers-pfad-standort-aktiv-gruen.png') no-repeat 0px 0px;
	background-size:45px;
}


div.standortauswahl { 
	padding:0px 7.7% 0px; 
	max-width:900px; 
	width:100%;
	height:40px; 
	}
	
	
div.standortauswahl select { 
	font-size:15px; 
	width:100%; 
	padding:5px 10px;
	background:#ddd;
	height:40px; 
	cursor:pointer;
	}

div.standortauswahl select option { 
	padding:3px 10px;
	}


div.standortauswahlff { 
	padding:20px 7.7% 0px; 
	max-width:900px; 
	width:100%; 
	text-align:right; 
	float:left; 
	position:absolute;
	bottom:10px;
	}
	
	
div.standortauswahlff select { 
	width:220px;
	height:40px;
	padding:0px 10px;
	font-size:15px; 
	}

div.standortauswahlff select option { 
	padding:3px 10px;

	}


	

div.menuebutton {
	max-width:900px;
	width:100%;
	position:relative;
	padding:0px 0% 0px;
}



div.menuebuttonLi {
	width:43.8%;
	float:left
}

div.menuebuttonRe {
	width:56.2%;
	float:left
}

a.buttonHJM {
	background:#e54343;
	color:#fff;
	font-size:13px;
	padding:6px 9px 7px;
	text-align:center;
	float:left;
	width:41.0%;
}

a.buttonJiS {
	background:#1b5ab2;
	color:#fff;
	font-size:13px;
	padding:6px 9px 7px;
	text-align:center;
	float:left;
	width:59%;
}

a.buttonFuF {
	background:#367ad9;
	color:#fff;
	font-size:13px;
	padding:6px 10px 7px;
	text-align:center;
	float:left;
	width:55.29%;
}

a.buttonSuH {
	background:#589cfc;
	color:#fff;
	font-size:13px;
	padding:6px 10px 7px;
	text-align:center;
	float:left;
	width:44.7%;
}

div.menuebuttonLieng {
	width:50%;
	float:left
}

div.menuebuttonReeng {
	width:50%;
	float:left
}

a.buttonHJMeng {
	background:#e54343;
	color:#fff;
	font-size:13px;
	padding:6px 11px 7px;
	text-align:center;
	float:left;
	width:50.0%;
}

a.buttonJiSeng {
	background:#1b5ab2;
	color:#fff;
	font-size:13px;
	padding:6px 11px 7px;
	text-align:center;
	float:left;
	width:50%;
}

a.buttonFuFeng {
	background:#367ad9;
	color:#fff;
	font-size:13px;
	padding:6px 20px 7px;
	text-align:center;
	float:left;
	width:48%;
}

a.buttonSuHeng {
	background:#589cfc;
	color:#fff;
	font-size:13px;
	padding:6px 12px 7px;
	text-align:center;
	float:left;
	width:52%;
}	
	
		

div#introimg img { padding:0px 7.7% 0px; max-width:900px; width:100%; }

div#introimg p.caption {
	margin:-30px 0px 0px 10px;
	padding:0px 7.7% 5px;
	font-size: 75%;
	font-style: italic;
	max-width:900px;
	width:90%;
	text-align:left;
	
	}
	


.naviff #navigationff {
  position: relative;
  z-index: 100;
  margin: 0px 7.7% 0px;
  height:40px;
  padding:0px;
}

.naviff p.caption {
	margin:0px 0px 0px ;
	padding:5px 7.7% 20px;
	font-size: 13px;
	font-style: italic;
	max-width:900px;
	width:100%;
	text-align:left;
	line-height:18px;
	}

.naviff #navigationff a {
  border:0 none;
  font-size: 14px;
  width:200px;
  height:40px;
  color:#fff;
  display:block;  
}

.naviff  #previousff {
  background: url('../images/system/vorheriger_standort.png') no-repeat 15px 5px;
  background-size:8%;
  padding:9px 0px 0px 50px;
  float:left;
}

.naviff #nextff {
  background: url('../images/system/naechster_standort.png') no-repeat 170px 5px;
  background-size:8%;
  padding:9px 0px 0px 25px;
  float:right;
}


.naviff  #previousffeng {
  background: url('../images/system/vorheriger_standort.png') no-repeat 15px 5px;
  background-size:8%;
  padding:9px 0px 0px 50px;
  float:left;
}

.naviff #nextffeng {
  background: url('../images/system/naechster_standort.png') no-repeat 170px 5px;
  background-size:8%;
  padding:9px 0px 0px 65px;
  float:right;
}


.ff h3 {padding:30px 7.7% 10px;
	font-size: 24px;
	font-weight:400;

}

.ff p {padding:10px 7.7% 10px;
	font-size: 16px;
	font-weight:400;
}

.ff .fett {font-size: 16px;
	font-weight:600;
}

.ff .italik {
	font-style:italic;
}


.ff table {
	padding:10px 7.7% 0px;

}

.ff img { padding:10px 7.7% 0px;
	width:100%; 
	 }
	 
.ff p.caption {
	margin:0px 0px 0px ;
	padding:0px 7.7% 10px;
	font-size: 13px;
	font-style: italic;
	max-width:900px;
	width:100%;
	text-align:left;
	line-height:18px;
	}
	 
.ff img.halb { width:100%; padding:10px 28.9% 0px; }

.ff p.captionhalb {
	margin:0px 0px 0px ;
	padding:0px 28.9% 10px;
	font-size: 13px;
	font-style: italic;
	max-width:900px;
	width:100%;
	text-align:left;
	line-height:18px;
	}

.ff div.maps {color:#000;
	margin:10px 7.7% 30px;
	overflow:hidden;
	text-algn:center;
}

.ff div.maps a p {color:#fff;
	font-size: 12px;
	float:right;
}

.ff div.maps img {
	position:relative;
	width:760px;
	left:50%;
	margin-left:-380px;
	display: block;
	padding:0px;
}

.ff ul {margin:5px 7.7% 30px;
	padding-left:40px;
}

.ff ul li {padding:5px 4% 5px;
	list-style-type:disc; line-height:23px;
}

.ff ul li ul {margin:5px 4% 30px;
	padding-left:10px;
}

.ff ul li ul li {padding:5px 3% 5px;
	list-style-type:circle; line-height:23px;
}

/*   karussell   */ 

section {
  display: block;

}


a { 
  color:#084499;
  text-decoration: none;
}

a:hover {
/*  background-color: blue;
  background-color: hsl( 220, 90%, 50% ); */
  color: white;
}

#options {
  position: relative;
  z-index: 100;
  margin-bottom: 0px;
  border:1px solid transparent;
  height:80px;
  padding:0px 41%;
}

button {
  border:0 none;
  font-size: 14px;
  width:40px;
  height:40px;
  -webkit-appearance: push-button;
  color:#fff;
}

#previous {
  background: url('../images/system/vorheriger_standort.png') no-repeat 9px 2px;
  background-size:50%;
}

#next {
  background: url('../images/system/naechster_standort.png') no-repeat 9px 2px;
  background-size:50%;
  float:right;
}

hr {
  border: none;
  border-top: 1px solid #CCC;
}

figure {
  margin: 0;
}





 .container {
   width: 210px;
   height: 280px;
   position: relative;
   margin: 50px auto 20px;
   border: 1px solid #aaa;
   -webkit-perspective: 1100px;
      -moz-perspective: 1100px;
        -o-perspective: 1100px;
           perspective: 1100px;
 }


 #carousel { 
   width: 100%;
   height: 100%;
   position: absolute;
   -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
           transform-style: preserve-3d;
 }

 .ready #carousel {
   -webkit-transition: -webkit-transform 1s;
      -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
           transition: transform 1s;
 }

 #carousel.panels-backface-invisible figure {
   -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
           backface-visibility: hidden;
 }

 #carousel figure {
   display: block;
   position: absolute;
   width: 190px;
   height: 116px;
   height: 254px;
   left: 10px;
   top: 10px;
   border: 2px solid white;
   line-height: 116px;
   font-size: 80px;
   font-weight: bold;
   color: white;
   text-align: center;
 }
 
  #carousel figure img {
   width: 100%;
   height: 100%;
 }

#carousel figure:hover {
    border: 2px solid #084499;
  }

.ready #carousel figure {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
     -moz-transition: opacity 1s, -moz-transform 1s;
       -o-transition: opacity 1s, -o-transform 1s;
          transition: opacity 1s, transform 1s;
}

.hide { display:none }


/*   Karte   */ 

section.kartedesktop { 
	position:relative;
	top:20px;
 }

section.kartedesktop img { 
	padding:15px 7.7% 50px;
 }
 
 section.kartedesktop div#punkte { 
 	position:absolute;
	top:20px;
	left:0px;
	width:100%;
	height:100%;

 }
 
  a.pktd {
 	position:relative;
	display:block;
	width:4%;
	height:4%;
 }
 
  a#pkt1d {
	top:47.5%;
	left:30%;
	background: url('../images/system/01.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt2d {
	top:39%;
	left:35.2%;
	background: url('../images/system/02.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt3d {
	top:34.1%;
	left:40.3%;
	background: url('../images/system/03.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt4d {
	top:28.5%;
	left:37.5%;
	background: url('../images/system/04.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt5d {
	top:19.8%;
	left:36.6%;
	background: url('../images/system/05.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt6d {
	top:9.5%;
	left:36.1%;
	background: url('../images/system/06.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt7d {
	top:9.6%;
	left:51%;
	background: url('../images/system/07.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt8d {
	top:11.8%;
	left:53.6%;
	background: url('../images/system/08.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt9d {
	top:10.75%;
	left:49.6%;
	background: url('../images/system/09.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt10d {
	top:11.7%;
	left:52.8%;
	background: url('../images/system/10.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt11d {
	top:12.3%;
	left:48.2%;
	background: url('../images/system/11.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt12d {
	top:20.3%;
	left:53.0%;
	background: url('../images/system/12.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt13d {
	top:29.0%;
	left:53.1%;
	background: url('../images/system/13.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt14d {
	top:28.0%;
	left:53.9%;
	background: url('../images/system/14.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt15d {
	top:-0.6%;
	left:38%;
	background: url('../images/system/15.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt16d {
	top:-7.1%;
	left:28.2%;
	background: url('../images/system/16.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt17d {
	top:3.1%;
	left:13.2%;
	background: url('../images/system/17.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt18d {
	top:-23%;
	left:14.9%;
	background: url('../images/system/18.png') no-repeat center center;
	background-size:100%;
 }
 
 
 section.kartemobile { 
	position:relative;
	top:10px;
	display:none;
 }

section.kartemobile img { 
	padding:5px 7.7% 50px;
 }
 
 section.kartemobile div#punkte { 
 	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	height:100%;

 }
 
  a.pktm {
 	position:relative;
	display:block;
	width:7%;
	height:7%;
 }
 
  a#pkt1m {
	top:35.5%;
	left:36.1%;
	background: url('../images/system/01.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt2m {
	top:22.7%;
	left:43.7%;
	background: url('../images/system/02.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt3m {
	top:14.9%;
	left:51.3%;
	background: url('../images/system/03.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt4m {
	top:6%;
	left:47.6%;
	background: url('../images/system/04.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt5m {
	top:-6.9%;
	left:45.8%;
	background: url('../images/system/05.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt6m {
	top:-22%;
	left:45.7%;
	background: url('../images/system/06.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt7m {
	top:-24.4%;
	left:69.1%;
	background: url('../images/system/07.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt8m {
	top:-23.4%;
	left:73.6%;
	background: url('../images/system/08.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt9m {
	top:-26.9%;
	left:66.8%;
	background: url('../images/system/09.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt10m {
	top:-26.9%;
	left:72%;
	background: url('../images/system/10.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt11m {
	top:-28.5%;
	left:65.3%;
	background: url('../images/system/11.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt12m {
	top:-19.7%;
	left:72.5%;
	background: url('../images/system/12.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt13m {
	top:-10.2%;
	left:72.8%;
	background: url('../images/system/13.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt14m {
	top:-13.9%;
	left:73.7%;
	background: url('../images/system/14.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt15m {
	top:-52.3%;
	left:48.4%;
	background: url('../images/system/15.png') no-repeat center center;
	background-size:100%;
 } 
  a#pkt16m {
	top:-62.8%;
	left:33.7%;
	background: url('../images/system/16.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt17m {
 	top:-51%;
	left:7.7%;
	background: url('../images/system/17.png') no-repeat center center;
	background-size:100%;
 }
 a#pkt18m {
	top:-86%;
	left:13.1%;
	background: url('../images/system/18.png') no-repeat center center;
	background-size:100%;
 }
 
 
/* tooltip */
.tooltip.bottom {
	background:#fff ;
	padding:40px 10px 15px 10px;
	border-bottom:1px solid #736c51;
	border-top:0 none;
	background: url("../images/system/junkers-pfad-standort-tooltip_nach_unten.png") no-repeat 0 top;
	background-size:100%;
}



.tooltip {
	display:none;
	background: url("../images/system/junkers-pfad-standort-tooltip_nach_oben.png") no-repeat 0px bottom;
	background-size:100%;
	width:326px;
	font-size:14px;
	line-height:20px;
	padding:8px 10px 40px 10px;
	z-index:2;
	text-decoration:none;
	border-top:1px solid #736c51;
}

a.infobutton {
	text-decoration:none;
	color:#000;
}
 

 


/*   Footer   */ 

.data  {float:left;
	width:59%;
	background: url('../images/system/junkers-logo.png') no-repeat 70px 45px;
  	background-size:115px;
}

.data p {
	margin:50px 10px 0px 200px;
	padding:0px 0px 20px 0px;
}

.links  {float:left;
	width:41%;
	background: url('../images/system/footer_trennstrich.png') no-repeat 0px 0px;
   background-size:1px;
}

.links p {
	margin:45px 50px 0px 20px;
	
}

.links a:hover {
	color:#084499;
	text-decoration:underline;
	
}

.supporter  {
	float:left;
	width:100%;
	padding:0px 0px 20px 0px;
}

.supporter p {
	color: #084499;
	margin:0px 10px 0px 200px;
	padding:0px 0px 0px 0px;
}

.supporter img {
	float:left;
	margin:10px 15px 0px 0px;
}

.supporter img.ssk {
	width:26%;
	height:26%;
}
.supporter img.ibsa {
	width:18.5%;
	height:18.5%;
}


/*   Impressum   */ 

.crimp p { float:left; margin:15px 70px 10px; padding:0px; }

.crimp a { float:right;
	color:#fff;
	margin:15px 70px 10px;
	font-size: 16px;
	font-weight:400;

 }


 
 
 


/************************************************************

RESPONSIVE

************************************************************/

@media screen and (max-width: 914px) {


div.logo {
	background: url('../images/system/junkers-logo.png') no-repeat 70px 4px;
	background-size:16.5%;
	max-width:760px;
	float:left;
	margin-top:25px;
}

.logo h1 {
	margin:15px 0px 40px 180px; 
	float:left
}



}





@media screen and (max-width: 768px) {

div.logo {
	background: url('../images/system/junkers-logo.png') no-repeat 70px 4px;
	background-size:16.5%;
	float:left;
	margin-top:25px;
}

.logo h1 {
	margin:15px 0px 40px 180px; 
	float:left;
	font-size: 40px;
	font-weight:400;
}


/*
div.logo {
	background: url('../images/system/junkers-logo.png') no-repeat 30px 15px;
	background-size:95px;
	float:left
}


.logo h1 {
	margin:25px 30px 10px 145px;
	font-size: 25px; 
	height:75px;
}
*/
div.menuebutton {
	width:100%;
	max-width:900px;
	padding:0px 0% 0px;

}

div.menuebuttonLi {
	max-width:760px;
	width:100%;
	float:left;
}

div.menuebuttonRe {
	max-width:760px;
	width:100%;
	float:left;
}

a.buttonHJM {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:50%;
}

a.buttonJiS {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:50%;
}

a.buttonFuF {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:50%;
}

a.buttonSuH {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:50%;
}

div.menuebuttonLieng {
	width:100%;
	float:left
}

div.menuebuttonReeng {
	width:100%;
	float:left
}

a.buttonHJMeng {
	font-size:13px;
	padding:5px 2px;
	float:left;
	width:49%;
}

a.buttonJiSeng {
	font-size:13px;
	padding:5px 5px;
	float:left;
	width:51%;
}

a.buttonFuFeng {
	font-size:13px;
	padding:5px 5px;
	float:left;
	width:49%;
}

a.buttonSuHeng {
	font-size:13px;
	padding:5px 0px;
	float:left;
	width:51%;
}


h1 {margin:70px 50px 0 200px; 
	font-size: 30px;
	font-weight:400;
	color:#0c4da2;
}

h2 {
	font-size: 30px;
	font-weight:400;
}



p {
	font-size: 15px;
	font-weight:400;
}

div.logoff {
	background: url('../images/system/junkers-logo.png') no-repeat 70px 5px;
	background-size:21.1%;
	margin: 0px auto 0px;
	max-width:610px;
	float:left;
}

.logoff h1 {
	margin:25px 0px 0px 220px; 
	float:left;
	font-size:20px;
}

.logoff h2 {
	margin:2px 0px 30px 212px; 
	float:left;
	font-size:20px;
	color:#0c4da2;
}

h2.number {
	padding:6px 0px 5px 45px;
}

h2.nonumber {
	padding:3px 0px 2px 7px;
}

h2.numberff {
	margin:50px 7.7% 0;
	padding:6px 0px 5px 45px;
}

h2.nr1 {
	background: url('../images/system/01.png') no-repeat 0px 0px;
	background-size:40px;
}

h2.nr2 {
	background: url('../images/system/02.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr3 {
	background: url('../images/system/03.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr4 {
	background: url('../images/system/04.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr5 {
	background: url('../images/system/05.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr6 {
	background: url('../images/system/06.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr7 {
	background: url('../images/system/07.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr8 {
	background: url('../images/system/08.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr9 {
	background: url('../images/system/09.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr10 {
	background: url('../images/system/10.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr11 {
	background: url('../images/system/11.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr12 {
	background: url('../images/system/12.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr13 {
	background: url('../images/system/13.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr14 {
	background: url('../images/system/14.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr15 {
	background: url('../images/system/15.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr16 {
	background: url('../images/system/16.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr17 {
	background: url('../images/system/17.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nr18 {
	background: url('../images/system/18.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nrJiS {
	background: url('../images/system/junkers-pfad-standort-aktiv-lila.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nrFuF {
	background: url('../images/system/junkers-pfad-standort-aktiv-rot.png') no-repeat 0px 0px;
	background-size:40px;
}
h2.nrSuH {
	background: url('../images/system/junkers-pfad-standort-aktiv-gruen.png') no-repeat 0px 0px;
	background-size:40px;
}


.ff h3 {padding:30px 7.7% 10px;
	font-size: 20px;
	font-weight:400;
}




/*   Footer   */ 

div#bgfooter { width:100%;  float:left;  background:#d3d4d6 url('../images/system/junkers-footer-verlauf.png') repeat-x 0 0; }

.data  {float:left;
	width:100%;
	background: url('../images/system/junkers-logo.png') no-repeat 70px 30px;
  	background-size:115px;
}

.data p {
	margin:30px 10px 0px 200px;
	padding:0px 0px 30px 0px;
}

.links  {float:left;
	width:100%;
	background: 0 none;
  background-size:3px;
}

.links p {
	margin:15px 50px 0px 70px;
	
}

.supporter p {
	margin:0px 10px 0px 70px;
}

.supporter img.ssk {
	width:35%;
	height:35%;
}
.supporter img.ibsa {
	width:25%;
	height:25%;
}


	}

	
	
@media screen and (max-width: 610px) {	



div#headerff { width:100%; margin:0 0px 0;  float:left;   }

div.logo {
	background: url('../images/system/junkers-logo.png') no-repeat 30px 15px;
	background-size:95px;
	float:left
}

.logo h1 {
	margin:25px 30px 10px 145px;
	font-size: 25px; 
	height:75px;
}


div.logoff {
	background: url('../images/system/junkers-logo.png') no-repeat 50px 5px;
	background-size:105px;
	max-width:610px;
	float:left;
}
.logoff h1 {
	margin:20px 0px 0px 170px; 
	float:left;
	font-size:20px;
}

.logoff h2 {
	margin:2px 0px 30px 170px; 
	float:left;
	font-size:20px;
	color:#0c4da2;
}


div.menuebutton {
	max-width:610px;
	padding:0px 0% 0px;

}


.naviff #navigationff a {
  border:0 none;
  font-size: 13px;
  width:180px;
  height:40px;
  color:#fff;
  display:block;
}

.naviff  #previousff {
  background: url('../images/system/vorheriger_standort.png') no-repeat 0px 7px;
  background-size:8%;
  padding:10px 0px 0px 40px;
}

.naviff #nextff {
  background: url('../images/system/naechster_standort.png') no-repeat 160px 7px;
  background-size:8%;
  padding:10px 0px 0px 30px;
  float:right;
}

.naviff  #previousffeng {
  background: url('../images/system/vorheriger_standort.png') no-repeat 0px 8px;
  background-size:8%;
  padding:10px 0px 0px 35px;
}

.naviff #nextffeng {
  background: url('../images/system/naechster_standort.png') no-repeat 160px 8px;
  background-size:8%;
  padding:10px 0px 0px 60px;
  float:right;
}


#options {
	height:120px; 
	 padding:0px 35%;
}



ul {margin:5px 20px 50px;
	font-size: 15px;
}

ul li {padding:0px 10% 5px;
}
	
	}
	
	
	

@media screen and (max-width: 480px) {


div.menuebutton {
	max-width:610px;
	padding:0px 0% 0px;
}


div.logo {
	background: url('../images/system/junkers-logo.png') no-repeat 30px 15px;
	background-size:95px;
	float:left
}


.logo h1 {
	margin:25px 30px 10px 145px;
	font-size: 25px; 
	height:75px;
}

div.logoff {
	background: url('../images/system/junkers-logo.png') no-repeat 10px 10px;
	background-size:100px;
	max-width:610px;
	float:left;
}

.logoff h1 {
	margin:10px 0px 0px 120px; 
	float:left;
	font-size:20px;
}

.logoff h2 {
	margin:2px 0px 30px 112px; 
	float:left;
	font-size:20px;
	color:#0c4da2;
}


a.buttonHJM {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

a.buttonJiS {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

a.buttonFuF {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

div.menuebuttonLieng {
	width:100%;
	float:left
}

div.menuebuttonReeng {
	width:100%;
	float:left
}

a.buttonSuH {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

a.buttonHJMeng {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

a.buttonJiSeng {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

a.buttonFuFeng {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

a.buttonSuHeng {
	font-size:13px;
	padding:5px 12px;
	float:left;
	width:100%;
}

h1 {margin:55px 20px 0 180px; 
	font-size: 25px;
	font-weight:400;
	color:#0c4da2;
}


h2 {padding:20px 7% 5px;
	font-size: 20px;
	font-weight:400;
}

h2.nonumber {
	padding:3px 0px 2px 6px;
}

h3 {padding:30px 7.7% 0;
	font-size: 16px;
	font-weight:600;
}


ul {margin:5px 20px 20px;
	font-size: 15px;
}

ul li {padding:0px 10% 5px;
}

p {padding:15px 7.7% 20px;
	font-size: 15px;
	font-weight:400;
}


.ff img { padding:0px 0% 0px;
	width:100%; 
	}

.ff div.maps {color:#000;
	margin:1px 0% 50px;
	overflow:hidden;
	text-algn:center;
}	

.ff ul {margin:5px 7.7% 30px;
	padding-left:20px;
}

.ff ul li {padding:5px 4% 5px;
	list-style-type:disc; line-height:23px;
}

.ff ul li ul {margin:5px 4% 30px;
	padding-left:2px;
}

.ff ul li ul li {padding:5px 3% 5px;
	list-style-type:circle; line-height:23px;
}


.naviff #navigationff {
  height:90px;
  text-align:center;

}

.naviff #navigationff a {
  border:0 none;
  font-size: 14px;
  width:200px;
  height:35px;
  color:#fff;
  margin:0 auto 10px;

}

.naviff  #previousff {
  background: url('../images/system/vorheriger_standort.png') no-repeat 0px 11px;
  background-size:6%;
  padding-left:5px;
  float:inherit;
}

.naviff #nextff {
  background: url('../images/system/naechster_standort.png') no-repeat 185px 11px;
  background-size:6%;
  padding-right:30px;
  float:inherit;
}

.naviff  #previousffeng {
  background: url('../images/system/vorheriger_standort.png') no-repeat 15px 5px;
  background-size:8%;
  padding:9px 0px 0px 5px;
float:inherit;
}

.naviff #nextffeng {
  background: url('../images/system/naechster_standort.png') no-repeat 170px 5px;
  background-size:8%;
  padding:9px 0px 0px 10px;
  float:inherit;
}



div.standortauswahlff { 
	padding:20px 3% 0px; 
	max-width:900px; 
	width:100%; 
	text-align:right; 
	float:left; 
	position:absolute;
	bottom:10px;
	}
	
	
div.standortauswahlff select { 
	width:180px;
	height:30px;
	padding:0px 5px;
	font-size:14px; 
	}
	
div.standortauswahlff select option { 
	padding:3px 10px;

	}
	

div#introimg img { padding:0px 0% 0px; max-width:900px; width:100%; }
	

div#bgmenu { width:100%; float:left; background:#003073;  }

 .container {
    width: 124px;
    height: 164px;
    position: relative;
    margin: 15px auto 10px;
    border: 1px solid #aaa;
    -webkit-perspective: 1100px;
       -moz-perspective: 1100px;
         -o-perspective: 1100px;
            perspective: 1100px;
  }

 #carousel figure {
    display: block;
    position: absolute;
    width: 112px;
    height: 116px;
    height: 150px;
    left: 5px;
    top: 5px;
    border: 2px solid white;
    line-height: 116px;
    font-size: 80px;
    font-weight: bold;
    color: white;
    text-align: center;
  }

 #carousel figure img {
    width: 100%;
    height: 100%;
  }
  
#options {
	height:120px; 
	 padding:0px 30%;
}
  
p#navigation {
	text-align:center;
}
  



/* Karte */

 section.kartedesktop { 
	display:none;
 }

 section.kartemobile { 
	display:block;
 }

  
/*   Footer   */ 

div#bgfooter { width:100%;  float:left; height:auto; background:#d3d4d6 url('../images/system/junkers-footer-verlauf.png') repeat-x 0 0; }



.data  {float:left;
	width:100%;
	background: url('../images/system/junkers-logo.png') no-repeat 20px 30px;
  	background-size:90px;
}

.data p {
	margin:25px 10px 0px 120px;
	padding:0px 0px 20px 0px;
	font-size:13px;
}

.links  {float:left;
	width:100%;
	background:0 none;
}

.links p {
	margin:15px 50px 0px 20px;
	font-size:13px;
}  

.supporter p {
	margin:0px 10px 0px 20px;
}

.supporter img.ssk {
	width:51.5%;
	height:51.5%;
}
.supporter img.ibsa {
	width:35.5%;
	height:35.5%;
}


/*   Impressum   */ 

.crimp p { float:left; 
	margin:15px 20px 10px;
	font-size: 14px;
	 }

.crimp a { float:right;
	color:#fff;
	margin:15px 20px 10px;
	font-size: 14px;
	font-weight:400;

 }




	}
