/* -------------------------------- 

RESET

-------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
strong {
	font-weight:bold;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************** END RESET *******************/

a:focus {outline:0;}
button:focus {outline:0;}
input:focus {outline:0;}
textarea:focus {outline:0;}

button::-moz-focus-inner {
	border: 0;
}

img {
	border:0;
}

table {
	padding:0;
	border:0;
}

html, body {
    margin:0;
    padding:0;
    height:100%
}

html {
	font-size: 62.5% !important;
}

body {
	margin-top:55px;
	text-align:center;
	background:#fff;
	height: 100%;
	width: 100%;
	font-family: WeissenhofGrotesk-Regular !important;
	font-size:16px !important;
	font-size:1.6em !important;
	color:#666;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

a:focus{
    border: none;
	outline:0;
}
.facebook {
	color:#3b5998;
}


/*******************/

nav#mainnav {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	text-align:center;
	width: 100%;
	background: #fff;
	font-size: 15px;
	line-height: 15px;
	position:fixed;
	top:0;
	z-index:1005;
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.1);
}

nav#mainnav ul {
	display:inline-block;
	margin: 0 auto;
	padding: 0;
}
nav#mainnav > ul {
	margin-bottom:-2px;
} 
nav#mainnav a {
	display: block;
	color: #555;
	text-decoration: none;
}
nav#mainnav a:hover {
	text-decoration: none;
	border-top:3px solid #acc90b;
	background:#fff;
	padding-top:17px;
}

nav#mainnav ul li {
	position: relative;
	float: left;
	list-style: none;
	text-align:left;
}
 
nav#mainnav ul li:hover {
	background: #fff;
}

nav#mainnav ul li a {
    padding: 20px;
	text-decoration: none;
	font-weight:bold;
}

/* 60 Jahre OBG für Mainnav */
nav#mainnav ul li:first-child a:first-child img {
    border-top: 3px solid #fff !important;
} 

nav#mainnav > ul li a.hilight {
	xbackground:#eee;
	color:#000;
	text-decoration:none;
}
nav#mainnav ul ul li a.hilight {
	background:#eee;
	color:#000;
	font-weight:bold;
	xtext-decoration:underline;
}
nav#mainnav > ul li a.current_page {
	xbackground:#eee;
	color:#000;
	text-decoration:none;
}
nav#mainnav ul ul li a.current_page {
	background:#eee;
	color:#000;
	font-weight:bold;
	xtext-decoration:underline;
}

nav#mainnav ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
 
nav#mainnav ul ul li {
	float: none;
	width: 250px;
}
 
nav#mainnav ul ul li a {
	padding: 10px 20px;
	font-weight:normal;
}
nav#mainnav ul ul li a:hover {
	padding-top:7px;
	background:#fff;
}

nav#mainnav ul li:hover > ul {
	top: 100%;
	left: 0;
}

nav#mainnav ul ul li:hover > ul {
	top: 0;
	left: 250px;
}

nav#mainnav ul li.submenu > a:after {
	position: relative;
	content: "";
    display: inline-block;
	margin-left:1em;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #555;
    border-bottom: 0.15em solid #555;
    border-left: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}

nav#mainnav ul ul li.submenu a:after {
    border-top: 0.15em solid #555;
    border-right: 0.15em solid #555;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	margin-left:auto;
	float:right;
    margin-top: 0.2em;
    margin-right: 0.2em;
}

nav#mainnav > ul > li.verbund:hover, nav#mainnav > ul > li.verbund.show {
	background:#ddd;
	color:#fff;
}
nav#mainnav > ul > li.verbund a:hover {
	background:#ddd;
	border-top:none;
	padding-top:20px;
}


/********************************************************/

#mobnav {
	background-color:#fff;
	height:160px;
	display:none;
	position:fixed;
	top:0;
	width:100%;
	z-index:1010;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:right;
}
.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 10px;
  right: 10px;
  height: 5px;
  background: #333;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #333;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}


.c-hamburger--htx {
  background-color: #fff;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #ccc;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/********************************************************/

.cd-search-trigger {
  position: relative;
  border:0;
  cursor:pointer;
  display: block;
  width: 55px;
  height: 55px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 1003;
  float:right;
  font-size:0;
  background:#fff;
  transition: background 0.3s;
}
.cd-search-trigger.search-is-visible {
  background:#d0cfcc;
}

.cd-search-trigger.inside {
	position:absolute;
	right:50px;
	top:30px;
	transform: scale(1.5);
}
.cd-search-trigger.inside:hover {
	cursor:pointer;
}

.cd-search-trigger:hover {
  color: transparent;
}
.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 15px;
  left: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 4px solid #2e3233;
}
.cd-search-trigger::after {
  /* handle */
  height: 5px;
  width: 11px;
  background: #2e3233;
  bottom: 16px;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger.inside::before {
	border-color:#ddd;
}
.cd-search-trigger.inside::after {
	background:#ddd;
}
.cd-search-trigger.inside:hover:before {
	border-color:#222;
}
.cd-search-trigger.inside:hover:after {
	background:#222;
}

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 5px;
  width: 35px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -18px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

form#searchform {
	display:none;
	position:fixed;
	top:55px;
	left:0px;
	width:100%;
	background:#fff;
	height:115px;
	font-family: WeissenhofGrotesk-Regular !important;
	z-index:1025;
}
form#searchform.is-visible {
	display:block;
}
form#searchform input[type=search] {
	font-size:2.0em;
	font-weight:bold;
	font-family: WeissenhofGrotesk-Regular !important;
	border:0;
	padding:0 150px;
	height:100%;
	width:100%;
	box-shadow:inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
}
form#searchform div.options {
	text-align:left;
	padding:20px 150px 0 150px;
}


/********************************************************/

#logo {
	position:absolute;
	width:113px;
	height:75px;
	top:55px;
	left:0px;
	padding:20px;
	z-index:1004;
}
#logo *.fil0, *.fil1 {
	fill:#fff;
	transition: fill 0.1s ;
}
#logo.small {
	position:fixed;
	top:10px;
	left:20px;
	padding:0px;
	z-index:1010;
}
#logo.small svg {
	width:53px;
	height:35px;
}
#logo.small *.fil0 {
	fill:#000;
	transition: fill 1.2s ;
}
#logo.small *.fil1 {
	fill:#acc90b;
	transition: fill 1.2s ;
}

#logorn {
	position:absolute;
	top:30px;
	right:20px;
	z-index:2000;
}
#logorn *.fil0, *.fil1 {
	fill:#fff;
	transition: fill 0.1s ;
}



/**************************************************************************************
	SLIDER
*************************************************************************************/

div.unslider {
	height:60%;
	position:relative;
	z-index:0 !important;
}
body.obgrn div.unslider {
	height:100%;
}
section#slider, section#map, section#rnslider {
	width:100%;
	height:60%;
	position:relative;
	background:#c3c2bd;
}
section#rnslider {
	height:100%;
}

@media screen and (max-aspect-ratio: 1/1) {
	div.unslider {
		height:40%;
	}
	section#slider, section#map {
		height:40%;
	}
	div.unslider > section#rnslider{
		height:100% !important;
	}
}
@media screen and (min-aspect-ratio: 16/10) {
	div.unslider {
		height:70%;
	}
	section#slider, section#map {
		height:70%;
	}
	div.unslider > section#rnslider{
		height:100% !important;
	}
}


div.unslider > section#slider{
	height:100%;
}
div.unslider > section#rnslider{
	height:100%;
}

section#slider > img#shadow {
	position:absolute;
	top:0;
	left:0;
}

section#slider > ul, section#rnslider > ul {
	height:100%;
}
section#slider > ul > li, section#rnslider > ul > li {
	height:100%;
	text-align: center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	position:relative;
}

section#slider ul > li.autosize {
	background-size:auto;
}
section#slider ul > li.alignbottom {
	background-position:bottom;
}
section#slider ul > li.aligntop {
	background-position:top;
}
section#slider ul > li.fullheight {
	height:100%;;
}
section#slider ul > li > div.fullsize {
	height:100%;;
	width:100%;;
}

div.unslider > a.unslider-arrow {
	position:absolute;
	width:40px;
	height:60px;
	padding:10px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:4 !important;
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
div.unslider > a.unslider-arrow path{
	fill:#fff;
}

div.unslider > a.unslider-arrow:hover{
	background:rgba(0,0,0,0.4);	
}

div.unslider > a.unslider-arrow.next{right:0px; border-radius:7px 0px 0px 7px;}
div.unslider > a.unslider-arrow.prev{left:0px; border-radius:0px 7px 7px 0px;}

div.unslider > nav.unslider-nav {
	position:absolute;
	bottom:0px;
	left:50%;
	transform: translateX(-50%);
}
div.unslider > nav.unslider-nav > ol{
	background:rgba(0,0,0,0.4);
	padding:5px;
	border-radius:7px 7px 0 0;
}

section#slider ul > li > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.9);
	display:inline-block;
	margin:0 auto;
	font-size:1.4em;
	line-height:2em;
}
section#slider ul > li > div b {
	font-weight:bold;
	font-size:1.5em;
}
section#slider ul > li > div h1 {
	font-weight:bold;
	font-size:1.6em;
	color:#fff;
	xtext-shadow:1px 1px 3px rgba(0, 0, 0, 0.9);
	margin-bottom:0.5em;
}
section#slider ul > li > div a:not(.custom) {
	display:inline-block;
	padding:0.2em 0.5em;
	color:#fff;
	border:2px solid #fff;
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.9);
	margin-top:0.5em;
}
section#slider ul > li div a:not(.custom):hover {
	background:rgba(0,0,0,0.2);
	text-decoration:none;
}
section#slider ul > li div mark {
	background-color:#fff;
}
section#slider ul > li div.marked {
	color:#000;
	text-shadow:none;
	text-align:left;
	line-height:1.5em;
}
section#slider ul > li div.marked b {
	font-size:1.4rem !important;
	font-weight:bold;
	color:#acc90b;
}

section#slider ul > li div.spang > ul {
	color:#000;
	text-shadow:none;
	text-align:left;
	font-size:0.8em;
	line-height:1.0em;
	border:1px solid rgba(255, 255, 255, 0.5);
}
section#slider ul > li div.spang > ul > li {
	padding:8px 8px;
	background-color:rgba(0, 0, 0, 0.5);
	color:#fff;
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
section#slider ul > li div.spang > ul > li.head {
	background-color:rgba(255, 255, 255, 0.5);
	color:#000;
	border-top:none;
	padding-right:20px;
}
section#slider ul > li div.spang > ul > li > a {
	font-size:0.7em;
	padding:0;
	color:#fff;
	display:block;
	text-align:right;
	border:none;
	margin:-8px;
	padding:8px;
	text-shadow:none;
}
section#slider ul > li  > a.bottom {
	display:block;
	xbackground:rgba(0,0,0,0.6);
	background: linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.7) 100%); background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.7) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.7) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.7) 100%); background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#ffffff,GradientType=1);
	color:#fff;
	line-height:45px;
	position:absolute;
	bottom:0px;
	text-align:right;
	padding-right:20px;
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section#slider ul > li  > a.bottom:before {
   	position: absolute;
	content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.2em solid #bbb;
    border-bottom: 0.2em solid #bbb;
    border-left: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	margin-left:-1.2em;
    margin-right: 0.6em;
    margin-top: 1.2em;
	transition-property: margin, border-color;
	transition-duration: 0.3s, 0.3s;
}
section#slider ul > li  > a.bottom:hover:before {
    border-color:#fff;
    margin-left: -1.0em;
    margin-right: 0.4em;
}
section#slider ul > li  > span.credit {
	display:inline-block;
	color:rgba(255,255,255,0.35);
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:0.8em;
	text-align:right;
	padding:10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section#slider ul > li.hell > span.credit {
	color:rgba(0,0,0,0.35);
}
section#slider ul > li.credright > span.credit {
	left:auto;
	right:0px;
}
section#slider ul > li.credmoreopaque > span.credit {
	color:rgba(255,255,255,0.67);
}
section#slider ul > li.credmoreopaque.hell > span.credit {
	color:rgba(0,0,0,0.67);
}

section#slider.narrow {
	height:40%;
	min-height:120px;
}
section#slider.morenarrow {
	height:30%;
	min-height:100px;
}
section#slider.verynarrow {
	height:20%;
	min-height:160px;
}

/**************************************************************************************
	END SLIDER
*************************************************************************************/

main {
	background:#fff;
	display:block;
	width:100%;
	bottom:0;
	z-index:1 !important;
	position:relative;
	padding-top:20px;
}
main.hnavi {
	margin-top:75px;
}

nav#hnavi {
	padding:10px 0;
	background:#fff;
	z-index:2;
	position:fixed;
	top:-555px;
	width:100%;
	border-top:1px solid #fff;
	box-shadow: none;
	transition:border-top 3s, box-shadow 0.3s;
}
nav#hnavi.sticky {
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.1);
	border-top:1px solid #fff;
}
nav#hnavi ul {
	max-width:90%;
	list-style:none;
	padding:0;
	text-align:center;
	color:black;
	margin:0 auto 0 auto;
}
nav#hnavi ul li {
	display:inline-block;
	padding:8px 10px;
	transition:color 1s;
	position: relative;
}
nav#hnavi ul li:after {
	display: block;
	position: absolute;
	left: 0;
	bottom:0px;
	width: 0;
	height: 3px;
	background-color: #acc90b;
	content: "";
	transition: width 1.0s, background-color 1.0s;
}
/*nav#hnavi ul li:hover:after {
	width: 100%;
}*/
nav#hnavi ul li.hilight:after {
	width: 100%;
}
nav#hnavi.sticky ul li:after,
nav#hnavi.sticky ul li.hilight:after {
	background-color: #fff;
}

nav#hnavi ul li.first, #hnavi li.current {
	font-weight:bold;
}
nav#hnavi ul li a {
	display:inline-block;
	transition:color 1s;
}
nav#hnavi ul li a:hover {
	text-decoration:none;
	color:#000;
}
nav#hnavi.sticky a, nav#hnavi.sticky li {
	color:#888;
}
nav#hnavi.sticky ul li.refnote {
	color:#c9db60;
	color:#bbb;
}
nav#hnavi ul li.refnote {
	color:#acc90b;
	color:#666;
	font-weight:bold;
}
nav#hnavi ul li.parent:after {
   	position: relative;
	content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #555;
    border-bottom: 0.15em solid #555;
    border-left: none;
    transform: rotate(-45deg);
	margin-left:0.5em;
    margin-right: 0em;
    margin-bottom: 0.1em;
}


nav#fhnavi {
	padding:10px 0;
	background:#ddd;
	z-index:2;
	position:relative;
	width:100%;
	box-shadow: none;
	transition:border-top 3s, box-shadow 0.3s;
}
nav#fhnavi ul {
	max-width:90%;
	width:950px;
	list-style:none;
	padding:0;
	text-align:center;
	color:black;
	margin:0 auto 0 auto;
}
nav#fhnavi ul li {
	display:inline-block;
	padding:5px 7.5px;
	transition:color 1s;
}
nav#fhnavi ul li.first, #fhnavi li.current {
	font-weight:bold;
}
nav#fhnavi ul li a {
	display:inline-block;
	transition:color 1s;
}
nav#fhnavi ul li.parent:after {
   	position: relative;
	content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #555;
    border-bottom: 0.15em solid #555;
    border-left: none;
    transform: rotate(-45deg);
	margin-left:0.5em;
    margin-right: 0em;
    margin-bottom: 0.1em;
}


.vchevron {
	display:inline-block;
	margin:0 auto;
	width:60px;
}
.vchevron svg {
	transition: transform 0.5s;
}
.vchevron svg.up {
    /*transform: rotate(180deg);*/
	-moz-transform: scaleY(-1);    /* Gecko */
	-o-transform: scaleYX(-1);      /* Opera */
	-webkit-transform: scaleYX(-1); /* Webkit */
	transform: scaleYX(-1);         /* Standard */
	filter: FlipV;                 /* IE 6/7/8 */
}

#content {
	width:950px;
	margin:0px auto;
	padding:25px;
	line-height:1.5em;
	text-align:left;
	z-index:3;
}
.pagetext {
}
.pagetext small {
	font-size:0.9em;
	line-height:0.7em;
}
#content {
}
ul.contentList  {
	margin-left:1em;
}
ul.contentList > li {
	padding:0.2em 0em;
}
ul.contentList > li:before {
   	position: absolute;
	content: "";
    display: inline-block;
	margin-left:-1em;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #bbb;
    border-bottom: 0.15em solid #bbb;
    border-left: none;
    transform: rotate(-45deg);
    margin-top: 0.5em;
}
.pagetext ul.twocol {
	text-align:left;
	width:100%;
}
.pagetext ul.twocol > li {
	text-align:left;
	float:left;
	display:inline;
	width:50%;
}
.pagetext ul.twocol > li:last-child {
	padding-left:3em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pagetext ul.stiftung {
	text-align:left;
	width:100%;
}
.pagetext ul.stiftung > li {
	text-align:left;
	float:left;
	display:inline;
	padding-right:3em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:36%;
}
.pagetext ul.stiftung > li:first-child {
	width:27%;
}
.pagetext ul.stiftung > li:last-child {
	padding-right:0;
}
.pagetext ul.stiftung > li:nth-child(2) {
	text-align:right;
	font-weight:bold;
}

.pagetext a,
#content .jobContainer a {
	color:#6b7c07;
	text-decoration:underline;
}
.pagetext a:hover,
#content .jobContainer a:hover {
	color:#000;
}

.jobContainer {
	padding-right:250px;
	position: relative;
}
.jobContainer .pagetext p {
	margin-bottom:1em;
}
.jobContainer .job-details {
	float:right;
	/* margin:0 -250px 35px 35px; */
	color:#000;
	min-width: 200px;
	position:sticky;
	max-width:200px;
	top:80px;
	/* right:0; */
	/* left:50%; */
	transform:translateX(250px);
}
/* .jobContainer .job-details.sticky {
	position:fixed;
	top:110px;
} */

.jobContainer .job-details img {
	display:block;
	max-width:200px;
	max-height:75px;
	width:auto;
	height:auto;
	margin-bottom:1em;
	border:0;
}
.jobContainer .job-details h2 {
	margin:0;
}
.jobContainer .job-details ul li {
	margin-top:10px;
}
.jobContainer .job-details ul li > div > i.fa {
	min-width:1em;
	display: inline-block;
	text-align:center;
}
.jobContainer .job-details ul li > div {
	font-size:0.85em;
	color:#888;
}


/*
.pagetext ul.childList {
}
.pagetext ul.childList > li {
	padding:2px 0;
}
.pagetext ul.childList > li:before {
   	position: relative;
	content: "";
    display: inline-block;
	margin-left:0em;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #555;
    border-bottom: 0.15em solid #555;
    border-left: none;
    transform: rotate(-45deg);
    margin-right: 0.5em;
    margin-bottom: 0.1em;
}
*/
.pagetext ul.childList {
	margin-left:1em;
	border-top:1px dashed #bbb;
}
.pagetext ul.childList li {
	border-bottom:1px dashed #bbb;
	padding:0em 0;
}
.pagetext ul.childList a {
	padding:0.5em 0.5em;
	display:block;
	color:#444f04;
	transition:color 0.2s;
	text-decoration: none !important;
}
.pagetext ul.childList a:hover {
	color:#000;
	text-decoration:none;
}
.pagetext ul.childList li:hover {
}
.pagetext ul.childList li:before {
   	position: absolute;
	content: "";
    display: inline-block;
	margin-left:-1em;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #bbb;
    border-bottom: 0.15em solid #bbb;
    border-left: none;
    transform: rotate(-45deg);
    margin-right: 0.5em;
    margin-top: 1.0em;
	transition-property: margin, border-color;
	transition-duration: 0.5s, 0.5s;
}
.pagetext ul.childList li:hover:before {
    border-color:#000;
	margin-left:-0.75em;
    margin-right: 0.25em;
}


#content b {
	font-weight:bold;
}
#content h1, #content h2, #content h3 {
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	line-height:2.0em;
	color:#000;
}
#content h1 {
	margin-bottom:2em;
}
#content h2 {
	text-align:left;
	font-size:1.1em;
	line-height:1.7em;
}
#content h3 {
	text-align:left;
	font-size:1.0em;
	line-height:1.3em;
	margin-top:0;
}
#content h3.trigger {
	display:block;
	text-transform:uppercase;
	color:#000;
	padding-left:30px;
	font-size:1.1em;
	margin-top:10px;
	background:url(/gfx/obg2014/accordDown.png) center left no-repeat;
}
#content h3.trigger span {
	color:#acc90b;
}
#content h3.trigger_active {
	background:url(/gfx/obg2014/accordUp.png) center left no-repeat;
}
#content h3.trigger:hover {
	cursor:pointer;
}
#content .toggle_container {
	padding-left:30px;
	padding-top:10px;
	padding-bottom:25px;
	text-align:left;
	line-height:2em;
}


.childMatrix {
	margin-top:1em;
	margin-right:-30px;
	padding:0;
}
.childMatrix > li{
	width:215px;
	float:left;
	background-size:cover;
	background-position:center !important;
	background-color:#c3c2bd;
	height:210px;
	padding:0;
	margin-right:30px;
	margin-bottom:30px;
	margin:0 30px 30px 0;
	border-top:#acc90b solid 5px;
	transition: box-shadow 0.25s, margin 0.25s;
}
.childMatrix > li:hover{
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);	
	margin:-5px 30px 35px 0;
}
.childMatrix > li a{
	display:block;
	padding:1em;
	/*background: rgba(0, 0, 0, 0.4) repeat-x;
	background-size:100% 20%;
	background-position:center top;*/
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 75%);
	height:100%;
	box-sizing: border-box;
	color:#fff;
}

footer {
	background:#eee;
	color:#666;
	padding:50px 0;
	line-height:1.2em;
	font-size:0.9em;
	display:block;
	width:100%;
}

footer ul {
	width:950px;
	margin:0px auto;
}
footer ul li {
	float:left;
	text-align:left;
	padding-right:2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
footer ul.cnt5 li {
	width:20%;
}
footer ul.cnt5 li.doublew {
	width:40%;
}
footer ul.cnt4 li {
	width:25%;
}
footer ul.cnt4 li.doublew {
	width:50%;
}
footer ul li.social {
	padding-right:0;
	xtext-align:right;
}
footer ul li.social a {
	display:inline-block;
}
footer ul li.social a img {
	border:0;
	width:30px;
	height:30px;
	margin:5px 15px 5px 0px;
	filter: grayscale(1);
	opacity: 0.5;
    filter: gray;
	border-radius: 5px;
	transition: width 0.2s, height 0.2s, margin 0.2s, filter 0.2s, opacity 0.2s;
}
footer ul li.social a img:hover {
	filter: grayscale(0%);
	filter: none;
	opacity: 1;
	/* width:32px;
	height:32px;
	margin:4px 14px 4px -1px; */
}
footer ul.refs {
	padding-top:25px;
	margin-top:25px;
	border-top:1px solid #aaa;
}
footer ul.spang {
}
footer ul.cnt5 li {
	width:22%;
}
footer ul.cnt5 li:last-child {
	width:16%;
}
footer ul.cnt5 li:first-child {
	width:18%;
}
footer ul.spang li {
	width:30%;
}
footer ul.spang li:last-child {
	width:10%;
}
footer ul.refs b, footer ul.spang b {
	font-weight:bold;
}
footer ul.refs li a {
	display:block;
	padding-top:0.5em;
}
footer ul.refs.nohead li a:first-child {
	padding-top:0;
}
footer ul.refs li a.current {
	font-weight:bold;
}
footer ul.refs li span {
	color:#000;
	color:#000;
	font-weight:bold;
	display:block;
	padding-top:0.5em;
}
footer div.copy {
	width:950px;
	margin:2.0em auto 0 auto;
	text-align:right;
	font-size:0.9em;
	color:#666;
}
footer div.copy a {
	color:#aaa;
}

/*
footer {
	background:#eee;
	color:#666;
	padding:0px 0;
	line-height:1.2em;
	font-size:0.9em;
	display:block;
	width:100%;
}
footer > div {
	background-size:cover;
	height:1px;
	background-position:center !important;
	background:#c3c2bd;
	background:#ddd;
}
footer a {
	color:#000;
}
footer a:hover {
	color:#000;
}

footer > span.social {
	display:block;
	width:950px;
	margin:35px auto -85px auto;
	text-align:right;
}
footer > span.social span {
	display:inline-block;
}
footer > span.social img {
	border:0;
	width:30px;
	height:30px;
	margin:5px 5px 5px 10px;
    filter: grayscale(1);
    filter: gray;
	border-radius: 5px;
	transition: width 0.2s, height 0.2s, margin 0.2s, filter 0.2s;
}
footer > span.social img:hover {
	filter: grayscale(0%);
	filter: none;
	width:40px;
	height:40px;
	margin:0px 0px 0px 5px;
}

footer ul {
	width:950px;
	margin:0px auto;
}
footer ul li {
	width:20%;
	float:left;
	padding:50px 25px 100px 0;
	text-align:left;
}
footer ul li:first-child {
	width:12%;
}
footer ul li b {
	display:block;
	margin-bottom:1em;
	font-weight:bold;
}

@media screen and (max-width: 1024px) {
	footer ul {
		width:100%;
	}
	footer ul li {
		float:inherit;
		padding:25px;
	}
	footer > span.social {
		width:90%;
	}
}
*/
section#slider.obg2016orga, ul#slider.obg2016orga, ul#slider.obg2016orga li.obg2016orga {
	height:auto !important;
	overflow:auto !important;
	position:static !important;
	background:#c3c2bd;
	background:#d0cfcc;
	margin-bottom:2em;
}
ul#slider.obg2016orga, ul#slider.obg2016orga li.obg2016orga {
	height:100%;
}
section#slider.obg2016orga {
	margin-bottom:0;
	min-height:80%;
	xbackground:url(/gfx/obg2016/bgklauke2.jpg);
	background-size:cover;

}
ul#sliderlist li.obg2016orga {
}
section#verbund {
	background:#ddd;
	position:fixed;
	top:55px;
	left:0;
	z-index:999;
	height:60%;
	width:100%;
	display:none;
}
section#verbund.show {
	display:block;
}
#orga2016 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin:0 auto 2em auto;
	width:70%;
}
#orga2016 th {
	font-weight:bold;
	font-size:1.2em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:0.25em;
	text-align:left;
	color:#000;
}
#orga2016 td {
	vertical-align:top;
	text-align:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#orga2016 td.kern, td.obg {
	width:25%;
}
#orga2016 td.beteil {
	width:50%;
}
#orga2016 td.obg {
	width:25%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
	text-align:center;
}
#orga2016 td img {
	margin:8px auto;
	width:113px;
	height:75px;
	transition:width 0.3s, height 0.3s, margin 0.3s;
}
#orga2016 td img:hover {
	width:128px;
	height:85px;
	margin:3px auto;
}
#orga2016 td ul {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align:left;
	overflow:hidden;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px dashed #000;
}
#orga2016 td ul li {
	text-align:left;
	float:left;
	display:inline;
	width:100%;
}
#orga2016 td ul li a {
	display:block;
	padding:0.5em;
	border:1px solid #fff;
	background:#68645d;
	margin:8px 0.25em 0 0.25em;
	color:#fff;
	white-space: nowrap;
	overflow:hidden;
	transition:color 0.15s, background 0.15s;
}
#orga2016 td ul li a:hover {
	background:#fff;
	color:#68645d;
	text-decoration:none;
}
#orga2016 td ul li a.active {
	background:#fff;
	border-color:#acc90b;
	color:#acc90b;
}
#orga2016 td ul li a.active:hover {
	border-color:#fff;
}
#orga2016 td ul.twocol li {
	width:50%;
}
.mailtoGfx {
	width:15px;
	height:12px;
	margin-right:5px;
}
.betaMessage {
	padding:0 !important;
	background:none !important;
	color:inherit !important;
}

#webadminList {
	border:1px solid #444;
}
#webadminList td, #webadminList th {
	border:1px solid #444;
	padding:5px;
}
#webadminList ol {
	list-style-type: decimal;
	padding-left: 40px;
	color:#000;
}
@media print {
	body {
		margin:0;
	}
	nav, #mobnav, #searchform, section#slider, footer, .vchevron {
		display:none;
	}
	#logo, #logo.small {
		position:static;
		padding:20px;
		margin:0 auto;
		width:113px !important;
		height:75px !important;
	}
	#logo *.fil0, #logo *.fil1, #logo.small *.fil0, #logo.small *.fil1 {
		fill:#000;
	}
}

h2.start {
	margin-bottom:0.3em;
	margin-top:0;
}
#newslist li {
	min-height:75px;
	padding:24px;
	border-top:1px solid #aaa;
}
#newslist li img {
	float:left;
	margin-right:20px;
	border:0;
}
#newslist.start li {
	padding:1.05em;
	border-top:1px dashed #aaa;
}
#newslist li div.date {
	font-size:0.9em;
	color:#444;
}
#newslist li a {
	text-decoration: none !important;
	display:block;
	min-height:75px;
}
#newslist li a:hover {
	text-decoration:none !important;
}
#newslist li a:hover div {
	text-decoration:none;
}
#newslist li a:hover div.date {
	text-decoration:none;
}
#newslist.start {
	border-bottom:1px dashed #aaa;
}
#newslist.baupartner li > a {
	min-height:auto;
	padding:0.5em 0 0.2em 0.1em;
	color:#acc90b;
}
#newslist.baupartner li {
	min-height:auto;
	padding:0;
	padding-left:1.2em;
	border-top:none;
}

a.pdfLink img {
	height:1.1em;
	margin-right:0.3em;
	/* float:left; */
	display:inline-block;
	vertical-align: middle;
}

#content a.startmore,
a.startmore {
	display:inline-block;
	/* background: #acc90b; */
	/* color: #fff; */
	color: #000;
	padding: 5px 10px;
	float:right;
	margin-top:10px;
	text-decoration:none;
}
#content a.startmore:hover,
a.startmore:hover {
	text-decoration:underline;
}
.betahide {
	display:none;
}

#newsinterface {
	text-align:center;
	padding:24px;
	border-top:1px solid #aaa;
}
#newsinterface img{
	xbackground:#f0f;
	margin-top:-19px;
}
#newsinterface a {
	text-decoration: none !important;
	display:inline-block;
	background:#acc90b;
	color:#fff !important;
	padding:5px 10px;
}
#newsinterface a:hover {
	text-decoration: underline !important;
}

ul#jobliste,
ul.refListTxtblock {
	margin-left:1em;
}
ul.refListTxtblock {
	columns: 2;
}
ul#jobliste li {
	border-bottom:1px dashed #bbb;
	padding:0em 0;
}
ul#jobliste li.beta-preview a {
	background:rgba(255, 0, 0, 0.1);
}
h2.joblistheader {
	/* margin-left:1em;
	margin-bottom:0;
	margin-bottom:0; */
	margin: 0 0 0 1em;
	padding-left:0.3em;
	padding-bottom:0.3em;
	border-bottom:1px dashed #bbb;
}
h2.joblistheader.initiativ {
	margin-top:1.3em;
}
p.initiativ-intro {
	padding-left:1.3em;
}
ul#jobliste a,
ul.refListTxtblock a {
	text-decoration: none !important;
	padding:0.5em 0.5em;
	display:block;
	/* color:#989f09; */
	color:#6b7c07;
	/* color:#576505; */
	/* color:#444f04; */
	transition:color 0.2s;
}
ul#jobliste a:hover,
ul.refListTxtblock a:hover {
	color:#000;
	text-decoration:none;
}
ul#jobliste span.firma{
	float:right;
	margin-left:20px;
	color:#666;
}
ul#jobliste span.new {
	font-weight:bold;
	background-color:#acc90b;
	color:#fff;
	padding:0 0.3em;
	display:inline-block;
	margin-right:0.5em;
}
ul#jobliste a:hover > span.firma {
	text-decoration:none !important;
	color:#222;
}
ul#jobliste a > div.details {
	font-size:0.8em;
	color:#999;
	transition:color 0.2s;
}
ul#jobliste a:hover > div.details {
	color:#666;
}
ul#jobliste.start li a {
	display:block;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

ul#jobliste li:before,
ul.refListTxtblock li:before,
#newslist.baupartner li:before {
   	position: absolute;
	content: "";
    display: inline-block;
	margin-left:-1em;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #bbb;
    border-bottom: 0.15em solid #bbb;
    border-left: none;
    transform: rotate(-45deg);
    margin-right: 0.5em;
    margin-top: 1.0em;
	transition-property: margin, border-color;
	transition-duration: 0.5s, 0.5s;
}
ul#jobliste li:hover:before,
ul.refListTxtblock li:hover:before,
#newslist.baupartner li:hover:before {
    border-color:#000;
	margin-left:-0.75em;
    margin-right: 0.25em;
}


ul.taggedPages {
	margin-left:1em;
}
ul.taggedPages li {
	border-bottom:1px dashed #bbb;
	padding:0em 0;
}
ul.taggedPages a {
	padding:0.5em 0.5em;
	display:block;
	color:#acc90b;
	transition:color 0.2s;
}
ul.taggedPages a:hover {
	color:#000;
	text-decoration:none;
}
ul.taggedPages li:hover {
}
ul.taggedPages li:before {
   	position: absolute;
	content: "";
    display: inline-block;
	margin-left:-1em;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #bbb;
    border-bottom: 0.15em solid #bbb;
    border-left: none;
    transform: rotate(-45deg);
    margin-right: 0.5em;
    margin-top: 1.0em;
	transition-property: margin, border-color;
	transition-duration: 0.5s, 0.5s;
}
ul.taggedPages li:hover:before {
    border-color:#000;
	margin-left:-0.75em;
    margin-right: 0.25em;
}


#historyList {
	position:absolute;
	margin:0 auto;
	list-style:none;
	padding:0;
	text-indent:0;
	clear:both;
	left:50%;
	transform:translateX(-50%);
	white-space: nowrap;
}
#historyList:after {
	position: absolute;
	display: block;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	z-index:-1;
	width: 100%;
	height: 5px;
	background-color: #555;
	background-color: #acc90b;
	content: "";
}
#historyList li {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	float:left;
}
#historyList a {
	display:inline-block;
	padding:6px;
	font-size:0.8em;
	line-height:12px;
	text-decoration:none;
	margin-left:20px;
	background:#eee;
	border:1px solid #eee;
	transition:background-color 0.5s;
}
#historyList a.first {
	margin-left:0;
}
#historyList a.active {
	color:#fff;
	background:#888;
	border:1px solid #888;
}
#historyList a:hover {
	border:1px solid #acc90b;
	background:#fff;
}
#historyList a.active:hover {
	background:#888;
	border:1px solid #888;
}
#historyviewport {
	clear:both;
	padding-top:90px;
	/*width:890px;*/
	padding-bottom:10px;
	overflow-x:scroll;
}
/*
#historytable {
	padding:0;
	table-layout: fixed;
	overflow: hidden;
	width:100% !important;
}
#historytable td {
	width:865px !important;
	padding:0 100px 0 0;
	vertical-align:middle;
}*/

#historyviewport > ul {
	clear:both;
}
#historyviewport > ul > li {
	list-style:none;
	float:left;
	width:950px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0 50px;
}

.obggreen {
	color:#acc90b;
}
.fonfax {
  display:inline-block;
  width:2.5em;
}

nav#parallels {
	text-align:center;
	float:none;
	width:100%;
	margin-bottom:25px;
}
nav#parallels > ul {
	display:inline-block;
	margin:0 auto;
	list-style:none;
	padding:0;
	text-indent:0;
}
nav#parallels > ul > li {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	float:left;
}
nav#parallels > ul > li > a {
	display:inline-block;
	padding:6px;
	font-size:0.9em;
	xfont-weight:bold;
	line-height:12px;
	text-decoration:none;
	margin:0 10px;
	background:#c3c2bd;
	color:#fff;
	border:1px solid #ccc;
}
nav#parallels > ul > li > a.active {
	background:#acc90b;
}
nav#parallels > ul > li > a:hover {
	text-decoration:underline;
}

#parallelsviewport {
	overflow-x:scroll;
}
#parallelsviewport > ul {
}
#parallelsviewport > ul > li {
	list-style:none;
	float:left;
	width:950px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0 50px 0 0px;
}


#standortmap {
	margin:0;
	height:100%;
}

#standortcontainer {
	width:980px;
	margin:0px -45px 0 -45px;
	padding:0;
	border:0;
}
#standortcontainer h2 {
	margin:0;
	font-weight:normal;
	font-style: italic;
	font-size:12pt;
}
#standortcontainer td {
	padding:0;
	vertical-align:top;
}
#standortcontainer td.left {
	width:200px;
	background:#ddd;
}
#standortList {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	width:200px;
}
#standortList li {
	list-style:none;
	margin:0;
	padding:0;
	height:28px;
	text-indent:0;
}
 div.standorthelp {
	padding:8px 20px;
	font-size:11px;
	line-height:12px;
	text-align:left;
}
#standortList a {
	display:inline-block;
	padding:8px 20px;
	font-size:12px;
	line-height:12px;
	width:160px;
	text-decoration:none;
	background-color:#ddd;
	transition:background-color 0.5s;
	color:#000;
}
#standortList a.active {
	background-color:#acc90b;
	font-weight:bold;
	color:#000;
}
#standortList a:hover {
	text-decoration:underline;
}
#standortviewport {
	width:780px;
	overflow-x:scoll;
}
#standorttable {
	padding:0;
	table-layout: fixed;
	overflow: hidden;
	width:7800px;
	height:244px;
}
#standorttable a{
	text-decoration:none;
	font-weight:normal;
}
#standorttable a:hover{
	text-decoration:underline;
}

#standorttable td {
	padding:25px;
	xborder-bottom:5px solid #eee;
}
#standorttable td.intro {
	width:730px !important;
	padding-top:0;
}
#standorttable td.firmen {
	width:174px !important;
	border-left:1px solid #ccc;
	vertical-align:top;
	text-align:left;
	font-size:12px;
}
#standorttable td.adresse {
	width:200px !important;
	padding-left:0;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
/*
#standorttable td.adresse.otw {
	background:url(/gfx/obg2014/bgStandorte/otw.jpg) center bottom no-repeat;
}
#standorttable td.adresse.nk {
	background:url(/gfx/obg2014/bgStandorte/nk.jpg) center bottom no-repeat;
}
#standorttable td.adresse.sb {
	background:url(/gfx/obg2014/bgStandorte/sb.jpg) center bottom no-repeat;
}
#standorttable td.adresse.lux {
	background:url(/gfx/obg2014/bgStandorte/lux.jpg) center bottom no-repeat;
}
#standorttable td.adresse.ill {
	background:url(/gfx/obg2014/bgStandorte/ill.jpg) center bottom no-repeat;
}
#standorttable td.adresse.igb {
	background:url(/gfx/obg2014/bgStandorte/igb.jpg) center bottom no-repeat;
}
#standorttable td.adresse.tr {
	background:url(/gfx/obg2014/bgStandorte/tr.jpg) center bottom no-repeat;
}
*/
#standorttable td.logos {
	padding:0 !important;
	background:#eee;
	vertical-align:middle;
}
#standorttable span.coords {
	display:none;
}

#mitglTable td {
	padding:0 25px 50px 0;
	vertical-align:top;
}

table.logotable {
	margin-top:5px;
	padding:0;
	width:100%;
}
table.logotable td, table.logotable th{
	padding:15px !important;
	background:#ddd;
	border-top:1px solid #fff;
	vertical-align:top !important;
	text-align:left;
}
table.logotable th{
	width:10%;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	vertical-align:middle !important;
	text-align:center !important;
}
table.logotable tr:first-of-type > td, table.logotable tr:first-of-type > th{
	border-top:0;
}

table.credits td {
	padding:0 20px 5px 0;
}

#stiftungDiashow {
	position:relative;
	width:380px;
	border:1px solid #ddd;
}
#stiftungDiashow  div#stiftungViewport{
	width:380px;
	overflow-x:hidden;
}
#stiftungDiashow table {
}
#stiftungDiashow td {
	width:350px;
	padding:15px;
}
#stiftungDiashow img {
	margin: -15px -15px 15px -15px;
}
#stiftungDiashow #divleft, #stiftungDiashow #divright {
	position:absolute;
	top:0px;
	left:0px;
	width:40px;
	height:150px;
	background:rgba(255,255,255,0.4);
}
#stiftungDiashow #divleft:hover, #stiftungDiashow #divright:hover {
	cursor:pointer;
	background:rgba(255,255,255,0.8);
}
#stiftungDiashow #divright {
	left:340px;
}
#stiftungDiashow svg {
	position:absolute;
	top:60px;
	margin:0;
}
#stiftungDiashow #divleft svg {
	left:10px;
}
#stiftungDiashow #divright svg {
	right:10px;
}
#stiftungDiashow svg{
	fill:rgba(0,0,0,0.4);	
}

#stiftungDiashow div:hover svg {
	fill:rgba(0,0,0,1);	
}


#kontaktform {
	width:100%;
	margin-top:-10px;
}
#kontaktform *, #searchresultform * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#kontaktform label {width:90%; padding: 10px 0 0 0;}
#kontaktform > div {padding: 10px 0 0 0;}
#kontaktform label span {display: block;}
#kontaktform label {display: block;}
#kontaktform input[type=text], #kontaktform input[type=email], #searchresultform input {padding: 10px; width: 100%;}
#kontaktform textarea {width: 100%; height: 200px; padding: 10px; border: 1px solid #ccc; color: #000 !important; margin: 0;}
#kontaktform input, #kontaktform textarea, #searchresultform input { border:1px solid #ccc;  border-radius: 5px; }
#kontaktform input:focus, #kontaktform textarea:focus, #searchresultform input:focus { border-color: #999; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
#kontaktform input.error, #kontaktform textarea.error {
	border-color: #f66;
}
#kontaktform input.button-contact, #searchresultform input.button-contact {
	width:90%;
	padding:10px;
	background:#acc90b;
}
#kontaktform input.button-contact:hover, #searchresultform input.button-contact:hover {
	cursor:pointer;
}
#searchresultform {
	margin-bottom:40px;
}
#searchresultform input {
	width: 100% !important;
	padding:10px !important;
	border:1px solid #ccc !important;
	border-radius: 5px !important;
	font-size:1.2em !important;
	font-family: WeissenhofGrotesk-Regular !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}
#searchresultform input.button-contact {
	padding:9px !important;
}
#searchresultform ul {
	text-align:left;
	width:100%;
}
#searchresultform ul > li {
	text-align:left;
	float:left;
	display:inline;
	width:55%;
}
#searchresultform ul > li:first-child {
	width:20%;
	padding:8px 0;
}
#searchresultform ul > li:last-child {
	width:25%;
	padding-left:20px;
	text-align:right;
}
div.searchresultHead {
	margin-left:1em;
	border-bottom:1px dashed #bbb;
	padding:0.5em !important;
	font-weight:bold;
	font-size:1.1em;
	color:#000;
}
div.searchresultHead div.searchresultHeadQuality {
	font-weight:normal;
	font-size:0.9em !important;
	color:#aaa !important;
}
ol.searchresultlist {
	margin-left:1em;
	margin-bottom:3em;
}
ol.searchresultlist li {
	border-bottom:1px dashed #bbb;
	padding:0 !important;
}
ol.searchresultlist li div.searchresultQuality {
	font-size:1em !important;
	padding:0.5em 0 !important;
	color:#aaa !important;
}
ol.searchresultlist li a {
	padding:0.5em  !important;
	display:block;
	color:#acc90b;
	transition:color 0.2s;
}
ol.searchresultlist li a:hover {
	color:#000;
	text-decoration:none;
}
ol.searchresultlist li:before {
   	position: absolute;
	content: "";
    display: inline-block;
	margin-left:-1em;
    width: 0.4em;
    height: 0.4em;
    border-top: none;
    border-right: 0.15em solid #bbb;
    border-bottom: 0.15em solid #bbb;
    border-left: none;
    transform: rotate(-45deg);
    margin-right: 0.5em;
    margin-top: 1.0em;
	transition-property: margin, border-color;
	transition-duration: 0.5s, 0.5s;
}
ol.searchresultlist li:hover:before {
    border-color:#000;
	margin-left:-0.75em;
    margin-right: 0.25em;
}


mark#message {
	padding:10px;
	background:#fcc;
	display:block;
	width:90%;
	margin-top:20px;
	border:1px solid #f66;  border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
mark#message.success {
	background:rgba(174, 199, 4, 0.2);
	border-color:#acc90b;
	border-width:3px;
	margin-top:0;
}
mark#message.success span {
	font-weight:bold;
}
#kontaktform input:before {
}
mark.error {
	width:23px;
	height:23px;
	background:url(/gfx/obg2016/bgresult.gif) center right;
   	position: absolute;
	content: "";
    display: inline-block;
	margin:7px 0 0 10px;
}

#homeCore {
	background:#eee;
	text-align:center;
	padding:40px 0;
}
#homeCore ul {
	width:900px;
	margin:0 auto;
}
#homeCore ul li{
	float:left;
	width:150px;
}

body.obgrn {
	margin-top:0px;
}
nav#mainnav.obgrn {
	background: none;
	text-align:left;
	box-shadow:none;
	transition: background 0.5s;
}
nav#mainnav.obgrn.black {
	background: #000;
	background: rgba(0, 0, 0, 0.85);
}
nav#mainnav.obgrn a {
	color: #fff;
	padding:30px;
}
nav#mainnav.obgrn a:hover {
	text-decoration: underline;
	border-top:0;
	background:none;
	padding-top:30px;
}
nav#mainnav.obgrn ul li {
    padding: 0px 10px;
}
nav#mainnav.obgrn ul li:hover {
	background: none;
}

div.scrollslide {
	height:100vh;
	width:950px;
	margin:0px auto;
}
div.scontainer .pagetext {
	height:100%;
}
div.scontainer {
	padding-top:100px;
	height:100%;
}
div.unslider.obgrn {
	height:100%;
}
section#slider.obgrn {
	height:100%;
}
main.obgrn {
	padding-top:0px;
}
main.obgrn:before, main.obgrn:after {
   content:"";
   display:table;
}

main.obgrn:after {
  clear:both;
}
main.obgrn #content {
	padding-top:0;
}
footer b {
	font-weight:bold;
}
#topslide1.obgrn div.obgrn {
	position:absolute;
	top:auto;
	bottom:0px;
	left:0px;
	text-align:left;
	background:#0f0;
	background:none;
	font-size:2.5em;
	width:100%;
	padding-left:40px;
	padding-bottom:40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transform: none;
	font-family: WeissenhofGrotesk-Bold !important;
}
div.unslidecontainer {
	width:100%;
}

div.obgrnSlideBox {
	position:absolute;
	width:35%;
	left:55%;
	top:40%;
	text-align:left;
	padding:1.5em;
	color:#fff;
	background:rgba(60, 60, 60, 0.75);
	font-size:1.5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div.obgrnSlideBox b {
	font-weight:bold;
}
a.obgrnSlideBoxI {
	display:block;
	border:0;
	position:absolute;
	width:2em;
	line-height:2em;
	right:10%;
	bottom:50%;
	margin-bottom:3em;
	text-align:center;
	color:#fff;
	background:#acc90b;
	font-size:2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: WeissenhofGrotesk-Bold !important;
	text-decoration:none;
}
a.obgrnSlideBoxI:hover {
	text-decoration:none;
	background:rgba(60, 60, 60, 0.75);
	color:#acc90b;
}

table.styledTable {
	padding:0;
	margin:0;
	width:100%;
}
table.styledTable th {
	padding:5px;
	border-bottom:1px solid #acc90b;
	background-color:#eee;
}
table.styledTable td {
	padding:5px;
	border-bottom:1px dashed #acc90b;
}
table.styledTable td.nowrap, table.styledTable th.nowrap {
	white-space: nowrap;
}
table.styledTable td.number, table.styledTable th.number, table.styledTable td.right, table.styledTable th.right {
	text-align:right;
}

#youtube {
	background:#ddd;
	border-radius:25px;
	padding:25px;
	text-align:center;
}
#youtube h2 {
	margin-top:0;
}
#youtube .more {
	display:inline-block;
	margin:10px auto 0 auto;
	text-align:center;
	width:auto;
}
#youtube .more img {
	width:45px;
	height:45px;
	float:left;
	margin-right:10px;
	border:0;
}

.guideTip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.guideTip .guideBox {
    min-width:250px; 
    top:-28px;
    left:50%;
    transform:translate(-25%, -100%);
    padding:10px 20px;
    color:#444444;
    background-color:#FFFFFF;
    font-weight:normal;
    font-size:0.9em;
	border-radius:8px;
	text-align: center;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
	/* border:1px solid #555555; */
	box-shadow:0 1px 12px rgba(0,0,0,0.4);
    display:block;
}

/* .tooltip:hover .top {
    display:block;
} */

.guideTip .guideBox i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-25px;
    width:50px;
    height:25px;
    overflow:hidden;
}

.guideTip .guideBox i::after {
    content:'';
    position:absolute;
    width:25px;
    height:25px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#FFFFFF;
	/* border:1px solid #555555; */
	box-shadow:0 1px 12px rgba(0,0,0,0.4);
}

#greenplate {
	background:rgba(172, 201, 11, 0.5);
	padding:50px;
	position:relative;
	transform: translateY(-100%);
	margin-top:-77.5px;
	/* margin-bottom:-30px; */
	color:#000;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
#baupartnerHomeCatcher {
	/* border-top:10px solid rgba(172, 201, 11, 1); */
	/* border:3px solid #9eb90b; */
	/* background:rgba(172, 201, 11, 1); */
	background:#6b7c07;
	/* background:rgba(172, 201, 11, 0.5); */
	/* background:rgba(232, 249, 134, 1); */
	/* float:right; */
	position:absolute;
	top: 90px;
	right:40px;
	/* margin:0 0 50px 50px; */
	text-align:center;
	font-weight:bold;
	/* z-index:1006; */
	transition: all 0.3s ease;
	transform: rotate(9deg) scale(1);
	/* box-shadow: 0px 0px 25px 10px rgba(172, 201, 11, 0.5); */
	/* box-shadow: 0px 0px 25px 10px rgba(255, 255, 255, 0.5); */
	top:75px;
	right:-320px;
	width:800px;
	transform: rotate(25deg) scale(1);
	pointer-events: auto;
}
#baupartnerHomeCatcher:hover {
	transform: rotate(25deg) scale(1.1);
}
#baupartnerHomeCatcher a {
	display:inline-block;
	line-height:1.3em;
	padding:10px;
	color:#fff;
	font-size:1.05em;
	letter-spacing: 0.02em;
	/* padding:20px 25px 25px 25px; */
}
#baupartnerHomeCatcher a:hover {
	text-decoration:none;
	color:#fff;
	/* color:#000; */
}

#baupartnerHomeWrapper {
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	pointer-events: none;
}

.web-bigNote {
	background:rgba(172, 201, 11, 0.3);
	padding:25px;
	margin:50px;
	text-align:center;
	color:rgba(0, 0, 0, 0.9);
}
.persis-link {
	display:inline-block;
	margin-top:10px;
	padding:10px 20px;
	/* border:1px solid #acc90b; */
	/* background:rgba(172, 201, 11, 0.3); */
	background:rgba(172, 201, 11, 1);
	color:#fff !important;
	/* border-radius:8px; */
	font-weight: bold;
	box-sizing: border-box;
	width:200px;
	text-decoration:none !important;
	border: 1px solid;
	outline: 1px solid;
	outline-color: rgba(172, 201, 11, .5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	letter-spacing: 0px;
	text-align: center;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0), inset 0 0 20px rgba(255, 255, 255, 0); */
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0), inset 0 0 20px rgba(255, 255, 255, 0); */
}
.persis-link:hover, .persis-link:-moz-focusring {
	/* background:#acc90b; */
	/* color:#fff !important; */
	/* box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3); */
	border: 1px solid;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.4); */
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.6); */
	outline-color: rgba(172, 201, 11, 0);
	outline-offset: 15px;
	letter-spacing: 0.5px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}