@charset "UTF-8";
/* CSS Document */

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

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/pt-sans-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('fonts/pt-sans-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v9-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/pt-sans-v9-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
       url('fonts/pt-sans-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v9-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}



body {
	color: #43484c;
	padding: 0;
	margin: 0;
	background-color: #43484c;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
#nav_mobile {
	display:none;
	
}
a#menu_mobile {
	display: none;
	background-image: url(../images/menu_icon_mobile.png);
	background-repeat: no-repeat;
	
}
.clear {
	clear: both;
	font-size: 0.1px;
}
h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 0.2em 0 0 0;
	margin: 0 0 0.5em 0;
	font-weight: 400;	
	color: #009dc9;
}
h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.75em 0;
	font-weight: 700;	
}
h3, h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0.25em 0 0 0;
	margin: 0 0 0.5em 0;
	font-weight: 700;
}
#slideshow h1, #nav li, .bg_color_c h1, #pageContainer .contentHeader h1, #pageContainer .contentHeader p {
	text-shadow: 0px -1px #000;
}
p,table {
	margin: 0 0 0.75em 0;	
}
ul {
	padding: 0 0 0 1.2em;
	margin: 0 0 0.75em 0;	
}
li {
	margin: 0 0 0 0;	
}
strong, b {
	font-weight: 700;	
}
ul ul li, ol ol li {
	margin-bottom: 0;	
}
a {
	color: #50ae57;
	text-decoration: none;
}
a:hover {
	color: #50ae57;
	text-decoration: underline;
}
a img {
	border: none;	
}
.button_plus_container {
	overflow:hidden;
	width:25px; 
}
a.button_plus {
	color: #FFF;
	font-size: 13px;
	text-decoration:none;
	display: block;
	float: left;
	height: 20px;
	padding: 5px 10px 0 34px;
	background-image:url(../images/button_plus_bg.jpg);
	background-repeat:no-repeat;
		
}
a.button_plus:hover {
	color: #FFF;
	text-decoration:none;
}
.clear {
	clear: both;
	font-size: 0.1px;	
}
#pageContainer {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/* Header */
#pageContainer #header {
	height: 140px;
	position: relative;
}
#pageContainer #header #logo {
	display:inline;
	position: absolute;
	top: 56px;
	left: 20px;
}
#pageContainer #header #logo img {
	width: 275px;	
}
#pageContainer #header #topmenu {
	display:inline;
	position: absolute;
	right: 20px;
	top: 10px;
	color: #b1bbc2;
	font-size: 0.86em;
}
/* Navigation */
#pageContainer #nav {
	text-align:center;
	height: 40px;
	font-size: 1.2em;
	/*background-image: url(../images/separator_horiz.png);
	background-position: center bottom !important;
	background-repeat: no-repeat;*/
	margin-bottom: 20px;

}
#pageContainer #nav, #pageContainer #nav a {
	color: #adbac4;
	text-decoration:none;
}
#pageContainer #nav a:hover {
	color: #fff;
	text-decoration:none;
}
#pageContainer #nav li.active a, #pageContainer #nav li.active a:hover {
	color: #50ae57; /*#50ae57;*/
	text-decoration:none;
}
#pageContainer #nav ul {
	list-style: none;
	background: none;
	margin: 1em auto;
	padding: 0;
}
#pageContainer #nav li {
	display: inline;
	padding: 0;
	background-image: url(../images/mainnavi_separator.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}
#pageContainer #nav a {
	padding: 0 1em;
	margin: 0;
}
#pageContainer #nav a span {
	
}
	
#pageContainer #nav li.active {
	
}
#pageContainer #nav li.active a {
	
}
#pageContainer #nav li ul {
	
}
#pageContainer #nav li li {
	
}
#pageContainer #nav li.active li {
	
}

/* Content */
#pageContainer .content {
	position: relative;
	padding: 0;
	margin: 0;
}
#pageContainer .contentHeader {
	padding: 0px 30px;
	text-align:left;
}
#pageContainer .contentHeaderSeparator {
	background-image: url(../images/separator_horiz.png);
	background-position: center bottom !important;
	background-repeat: no-repeat;
}
#pageContainer .contentHeader h1 {
	color: #fff; /*#50ae57; #009dc9;*/
	float: left;
	width: 200px;
	height: 60px;
	padding: 28px 0 0 74px;
	background-position: left center;
	background-repeat: no-repeat;
		background-size: 56px auto;
}
#pageContainer .contentHeader p {
	width: 580px;
	float: right;
	padding:20px 0 0 0;
	margin: 0;
	font-size: 1.3em;
    line-height: 130%;
	color: #adbac4; /*#adbac4;*/
}
#pageContainer .contentHeader p.single {
	padding-top: 30px;	
}
/* Footer */
#pageContainer #footer {
	font-size: 0.86em;
	color: #b1bbc2;
	padding: 2em 1em;
}
/* Slider */
div#slider {
	background-image: url(../images/slider_bg.png);
	background-repeat: no-repeat;
	height: 280px;
	width: 960px;
	margin: 0;
	position: relative;
	overflow: hidden;
	color: #b1bbc2;		
}
div#slideshow_menu {
	position: absolute;
	display: inline;
	bottom: 15px;
	right: 15px;	
	z-index: 100;
}
div#slideshow_menu a {
	background-color: #555c61;
	width: 12px;
	height: 12px;
	display: block;
	margin: 0 2px;
	float: left;
	overflow: hidden;
	text-indent: -100px;
	
}
div#slideshow_menu a:hover {
	background-color: #009fcb;
	
	
}
div#slideshow_menu a.activeSlide {
	background-color: #44ab53;
	
}
div#slider div.slideshow_element {
	background:none;
	position: relative;
	height: 280px;
	width: 880px;
	padding: 20px 40px;
	margin: 0;	
}
div#slider .slider_image {
	float: left;
	margin: 0 40px 0 0;
}
div#slider .slider_text {
	display: block;
	padding-top: 1em;
}
div#slider .slider_text h1 {
	font-size: 1.7em;
	padding-top: 0.25em;
	
}
div#slider .slider_text h4 {
	padding-top: 1em;
	margin-bottom: 0.1em;
	color: #FFF;
}

div#slider2 {
	position: relative;
	height: 386px;
	width: 638px;
	overflow:hidden !important;
}
div#slideshow2 {
	
}
div#slideshow2 a.zoom_overlay {
	display: none;
	overflow:hidden;
	text-indent:-2000px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 386px;
	width: 638px;
	background-image:url(../images/zoom_overlay.png);
	background-repeat:no-repeat;
	background-position: center center;
	/*background-color: #eef3f6;*/
}
div#slideshow2 div.slideshow_element {
	height: 386px;
	width: 638px;
}
div#slider2 .ext_link {
	position:absolute;
	display: inline;
	right: 0px;	
	top: 0px;
	font-size: 0.86em;
	background-color: #9196A1;
}
div#slider2 .ext_link a {
	display: block;
	float: left;
	padding: 0.6em;
	color: #FFF;
	text-decoration: none;
	
}
div#slider2 .ext_link a:hover {
	/*background-color: #50ae57;*/
	color: #FFF;
	text-decoration: none;
}

#gallery {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: auto;
	list-style: none;
}
#gallery.loading {
	
}
.loadingOverlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-image: url(../images/loading.gif);
	background-position: center 200px;
	background-repeat: no-repeat;
	/*background-color: rgba(67,72,76, 0.9);*/
	background-color: #43484c;
}

.gallery_element {
	width: auto;
	height: 300px;
	position: relative;
	float: left;
	margin: 0 6px 6px 0;
	overflow: visible;
}

.gallery_element .indicator {
	display: none;
	width: 30px;
	height: 15px;
	background: url(../images/cat_indicator.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -15px;
	z-index: 10;
}
.gallery_element:hover, .gallery_element.active {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,170,291,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(0,170,291,1);
	box-shadow: 0px 0px 0px 3px rgba(0,170,291,1);
}
.gallery_element.active .indicator {
	display: block;
}
.bereich1 .gallery_element {
	height: 150px;
	
}
.bereich2 .gallery_element {
	height: 460px;
	
}
.bereich3 .gallery_element {
	height: 320px;
	
}
.gallery_element a.zoom_overlay {
	width: 100%;
	height: inherit;
	position: absolute;
	overflow: hidden;
	display: none;
	text-indent:-2000px;
	
	left: 0px;
	top: 0px;
	background-image:url(../images/zoom_overlay.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.gallery_element a {
	width: 100%;
	height: inherit;
	display: block;
	position: relative;
}
.gallery_element img {
	height: inherit;
	
}
.gallery_row {
	clear: both;
	width: auto;
	position: relative;
	height: auto;
}

.gallery_detail {
	display: none;
	float: left;
	position: relative;
	clear: both;
	min-height: 200px;
	color: #FFF;
	padding: 2em;
	background-color: #3A3F42; /*#4D5257*/
	margin: 20px 0 26px 0;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4) inset; /*3px 3px 16px 0px rgba(0,0,0,0.4)*/
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4) inset;
	
}
.gallery_detail h3 {
	
}
.gallery_detail img {
	width: auto;
	max-width: 46%;
	margin: 2%;
	vertical-align: top;
	-webkit-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.4);
}
.gallery_detail .ext_website {
	margin-top: 2em;
}
.gallery_detail .ext_website span {
	padding-right: 1em;	
}
.gallery_detail a.close {
	position: absolute;
	display: block;
	padding: 0;
	width: 26px;
	height: 26px;
	right: 20px;
	top: 20px;
	overflow: hidden;
	text-indent: -200px;
	background-image:url(../images/button_close.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
.gallery_detail a.close:hover {
	background-position: 0px -26px;
}

img.BWFilter {
	top: 0px; left: 0px; position: absolute; transform: translate3d(0px, 0px, 0px); opacity: 1; filter: grayscale(100%);
}
/* Galerie */
div.galerie {
	
}
div.slideshow_container {
	position: relative;
	height: 140px;
	overflow: hidden;
	margin: 0;
	padding: 0 12px;
}
span.slider_next,
span.slider_prev 
{
	display: block;
	cursor: pointer;
	width: 25px;
	height: 50px;
	text-indent: -100px;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
span.slider_next {
	background-image: url(../images/slider_next.jpg);
	
}
span.slider_prev {
	background-image: url(../images/slider_prev.jpg);
	
}
span.slider_next:hover,
span.slider_prev:hover
{
	background-position: 0px -50px;
		
}
div.galerie_element {
}
div.galerie_element table {
	width: 120px;
	height: 120px;
	float: left;
	margin: 8px;
}
div.galerie_element td {
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/thumbnail_container.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
div.galerie_element a img {
	display: block;
	margin: 0 auto;
	border: 1px solid transparent;
}
div.galerie_element a:hover img {
	border: 1px solid #FC0;
	
}
div.galerie .galerie_element {
	width: 98%;
	height: 140px;
	padding: 0 1%;
}
span.info {
	display: block;
	font-size: 0.86em;
	background-image: url(../images/icon_info.png);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding: 0.6em 0 0.2em 34px;		
}
/* box */
.box {
	position: relative;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat; 
    background-size: 50% auto;
}
.box .box_header {
	position: absolute;
	margin: 0px;
	height: 50px;
	padding: 0;
	left: 0px;
	bottom: 0px;
	font-size: 1.3em;
	font-weight: 700;
			
}
.box_icon h4,
.box_icon h1 {
    text-align: center;
}
.box_singlecol .box_header a {
	display: block;
	height: 50px;
    line-height: 50px;
	padding: 0 15px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #dde4e6; /*#dde4e6;*/
	text-decoration:none;
	
}
.box_singlecol .box_header a:hover {
	color: #FFF;
	text-decoration:none;
	background-position: right -50px;
}
.box_singlecol .box_header {
	width: 316px;
}
.box_doublecol .box_header {
	width: 638px;
}
.box_singlecol .box_header a {
	background-image: url(../images/infobox_header_bg_full.png);
}
.box_doublecol .box_header a {
	background-image: url(../images/infobox_header_bg_full.png);
}
.box_padding {
	margin: 30px;
}
.box_padding_small {
	margin: 15px;
}
.box_padding_icon {
	padding-right: 65px;
	background-repeat: no-repeat;
	background-position: right top;	
    background-size: 50px auto;
}
.box_floatleft {
	float: left;
	margin: 0 6px 6px 0;
}
.box_singlecol {
	width: 316px;
}
.box_singlerow {
	height: 190px;
	overflow:hidden;
}
.box_doublerow {
	height: 386px;
	overflow:hidden;
}
.box_triplerow {
	height: 581px;
	overflow:hidden;
}
.box_thirddoublerow {
	height: 125px;
	overflow:hidden;
}
.box_doublecol {
	width: 638px;
	overflow:hidden;
}


.leistungen .box_top {
	height: 440px;
	
}
.box_cat {
	height: 80px;
	margin-bottom: 20px;
	position: relative;
	overflow: visible;
	z-index: 9;
}
.box_cat .indicator {
	display: block;
	width: 30px;
	height: 15px;
	background: url(../images/cat_indicator.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	z-index: 10;
}
.partner .box_top, .box_partner {
	height: 380px;
}
.icon_container {
	display: block;
    position: relative;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;	
}
.icon_container img {
	display: block;
    max-width: 50%;
	margin: 0 auto;	
}
.bg_color_a {
	background-color: #009dc9 !important;
	color: #FFF;
}
a:hover .bg_color_a {
	background-color: #009dc9 !important; /*#00AADB !important;*/
}
.bg_color_b {
	background-color: #50ae57 !important;
	color: #FFF;
}
a:hover .bg_color_b {
	background-color: #56BC5E !important;
}
.bg_color_c {
	background-color: #9196A1 !important; /*#484d52 !important;*/
	/*background-image: url(../images/box_bg_dark.jpg);
	background-repeat:no-repeat;
	background-position: left top !important;
	background-image: url(../images/separator_vert.png);
	background-position: right center !important;*/
	color: #FFF;
}
a:hover .bg_color_c {
	background-color: #9BA1AF !important;
}
.bg_color_c p {
	/*color: #adbac4;*/
}
.bg_color_a a,
.bg_color_a a:hover, 
.bg_color_b a,
.bg_color_b a:hover,
.bg_color_c a,
.bg_color_c a:hover {
	color: #FFF;
	text-decoration: underline;		
}
.bg_color_a a:hover, 
.bg_color_b a:hover,
.bg_color_c a:hover {
	color: #FFF;
	text-decoration: none;	
}
.bg_color_a h1, .bg_color_b h1 {
	color: #FFF;
}
.box_lastcol {
	margin-right: 0;
	background-image:none;
}

/* Partner */
ul.partner {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.partner li {
	list-style: none;
	height: 64px;
	background:none !important;
	margin: 0;
	padding: 0 0 1px 0;
	clear:both;
	border-bottom:  1px solid #D3D4DE;
}
ul.partner li.last {
	border-bottom: none;
}

ul.partner li .logo_container {
    display: block;
    float: left;
	margin: 0 20px 0 0;
    width: 160px;
}
ul.partner li .logo_container img {
	max-width: 100%;
    margin: 0 auto;
    display: block;
}
ul.partner li span.text_container {
	display: block;
	font-size: 1em;
	padding-top: 1.6em;	
}
ul.partner li a {
	color: #43484c;
	text-decoration: none;
}
ul.partner li a:hover {
	color: #43484c;
	text-decoration: underline;
}

/* Image Container */
.imageContainer {
	width: 200px;
	height: auto;
	text-align:center;
	padding:0px;
	display:inline;
}
.imageContainerThumbs {
	
}
.imageContainerLayout {
	
}
.imageContainerFloatLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.imageContainerFloatRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}
.imageContainerBlock {
	clear:both;
	width: auto;
	margin: 1em 0 1em 0;
	padding: 0;
}
.imageContainer img {
    width: 100%;   
}
.accordionModule .imageContainerBlock {
	width: auto;
	overflow:hidden;	
}
.imageContainer .imageText {
	font-size: 0.85em;
	margin: 0em;
	padding: 0.25em;
	text-align:center;
	
}

/* Code Container */
.codeContainer {
	width: auto;
	text-align:center;
	/*background-color:#E9E9E9;*/
	padding:10px;
}

.codeContainerFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.codeContainerFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.codeContainerBlock {
	clear:both;
	width: auto;
	margin: 0px;
}


