html, body {padding: 0; margin: 0; border: 0;}
html { position: relative; min-height: 100%; }
body  { color: #000; margin: 0; background: #fff;}
#page { width: 100%; height: 100%; min-height: 100%; }

/*20140428 - MB - Bugfixing wegen Tiny-Formatierungen */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* email scrambler */
span.hide { display: none; }

/* Template */

.page{
	font-family: 'Titillium Web';
}

.title,h1,h2,h3,h4,h5,h6,p,span{
    font-family: 'Titillium Web';
}

.blueDescription ul{
	list-style-image:	url('icons/squareWhite.png')!important;
	margin-left: 		40px;
}

.blueDescription li{
	padding-left: 		5px !important;
}

ul {
	/*list-style-image: url(images/bullet.png);*/
	list-style-image: url('icons/square.png');
	margin-left: 50px;
}

li {
	margin-bottom: 15px; 
	padding-left: 5px;
}

.start_txt li{
	padding-left:	15px !important; 
}

.start_txt ul{
	margin-left:	40px !important;
}

.main-content{
	max-width: 	1200px;
	width: 		100%;
	position: 	relative;
	margin: 	0 auto;
}

.wrapper {
	max-width: 	1900px;
	width: 		100%;
	position: 	relative;
	margin: 	0 auto;
}

.wrapper:after{
	display: 	block;
	content: 	"";
	clear: 		both;
}

#wrapper {
	margin-top: 260px;
}

/* Navigation */
nav.navbar { margin-bottom: 0;}

nav.navbar ul { }
nav.navbar li { margin: 0; }
nav.navbar li a {
	padding: 5px 15px;
	margin: 0;
	color: #969595;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	display: inline-block;
}

nav.navbar li.first a {}
nav.navbar li.last {}
nav.navbar li a{ }
nav.navbar li a:hover { color: #F90C06; }
nav.navbar li.active { padding: 0; border: none; }
nav.navbar li.active a { color: #F90C06;  }

p.small { font-size: 10px; }
p.image-text { font-style: italic; text-align: center; }
hr.seperator-line {border-color: #B50923; border-width: 4px; }

/* --- Titel --- */
.modul-title { border-bottom: 1px solid #4F5A5E; padding-bottom: 5px;}
.modul-title-box { float: left; width: 100%; margin-bottom: 5px; }
/* --- Bild --- */
.column-box-2.first {}
.column-box-2 { float: left; }
.column-box-2 .column-title {}

.column-box-3.first { margin: 0;}
.column-box-3 { float: left; }
.column-box-3 .column-title {}

.column-box-4.first {}
.column-box-4 { float: left; }
.column-box-4 .column-title {}

.column-box-2, .column-box-3, .column-box-4{ overflow: hidden; }
.column-box-2 img, .column-box-3 img, .column-box-4 img { width: 100%; }
.column-box-2.last, .column-box-3.last, .column-box-4.last { float: right; }

.column-box-2 .modul-image.trim-image { height: 205px; overflow: hidden; }
.column-box-3 .modul-image.trim-image { height: 125px; overflow: hidden; }
.column-box-4 .modul-image.trim-image { height: 85px; overflow: hidden; }

/* Linie / Trenner */
hr.divider { clear:both; border: 0; border-top: 1px solid #CCC; display: block; margin-bottom: 20px;}
.divider-anchor { clear: both; display: block; width: 100%; height: 20px; border-bottom: 1px solid #CCC; text-align: right; margin-bottom: 20px;}
.divider-anchor a { float: right; display: block; padding-right: 15px; background: url(img/arrow_up.gif) no-repeat right 7px; }

/* gallery */
.gallery {clear: both; float:left; width: 100%; margin-bottom: 20px;}
.gallery ul {}
.gallery .item { position: relative; float: left; margin-left: 5px; margin-bottom: 5px; text-align: center; }
.gallery .item.first { clear: both; margin-left: 0; }

/* googleMap */
.googleMap { clear: both; float: left; width: 100%; margin-bottom: 20px; }
.googleMap .map_adress {}
.googleMap .map {}
.googleMap iframe { margin: 0; padding: 0; display: block; }

/* infoBox */
#basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px; color: #FFF; }
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

/* Teaser */
.teaser{ float: none; width: 100%; position: relative; margin-bottom: 10px; display: table;}
.teaser-item {clear:both; float: left;  width: 100%; margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #CCC; }

.teaser-item.first {}
.teaser-item.last  { border: none; }
.teaser-image-box { margin-top: 3px; overflow: hidden; }

.teaser-item.odd { background-color: #E7E8EA; padding: 10px; border: none; }
.teaser-item.odd .teaser-image-box { border: 3px solid #FFF; }
.teaser-item.odd .teaser-content { }
.teaser-item.even{ background-color: #FFF; padding: 10px; border: none; }
.teaser-item.even .teaser-image-box { border: 3px solid #E7E8EA; }
.teaser-item.even .teaser-content {  }

p.teaser-read-more { text-align: right; margin-top: 10px;}

/* Teaser Navigation */
.holder { clear: both; margin-bottom: 15px; padding: 5px; text-align: center; background-color: #E7E8EA; }
.holder a {  cursor: pointer; margin: 0 5px; font-weight: normal; }
.holder a:hover {}

.holder a.jp-previous { margin: 0;  margin-right: 15px; }
.holder a.jp-next { margin: 0; margin-left: 15px; }

.holder a.jp-current,
a.jp-current:hover { color: #000; font-weight: bold; }

.holder a.jp-disabled,
a.jp-disabled:hover { color: #CCC; text-decoration: none; }

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover { cursor: default; background: none; }
.holder span { margin: 0 5px; }


a.teaser-link-btn { display: none; }

.fl-left{
    float: left;
}

.fl-right{
    float: right;
}

.teaser-title{
    color: black !important;
    font-size: 28px;
    margin-top: 10px;
}
.teaser-title a{
    color: black !important;
}
.teaser-title a:hover{ 
    color: #00ace6 !important;
}

.teaser-content p{
    font-size: 18px !important;
}

.teaser-read-more{
    text-align: inherit !important;
    margin-bottom: 20px;
}
.teaser-read-more a{
    background: none !important;
    padding: inherit !important;
}
.teaser-read-more a span{
    font-size: 18px !important;
    color: #00ace6 !important;
}

.backButton i{
    font-family: FontAwesome
}

/* search */
form#rexsearch_form {
	display: block;
	overflow: hidden;
	width: 100%;
}

.rex_search input {
	float: left;
	color: #CCC;
	font-size: 11px;
	padding: 0 5px;
	height: 19px;
	width: 138px;
	border: 1px solid #FFF;
	border-right: none;
	background: #FFF;
}

.rex_search button {
	float: right;
	width: 21px;
	height: 21px;
	cursor: pointer;
	border: 1px solid #FFF;
	background: #3B9CCD url(img/icon_search.png) no-repeat center center;
	overflow: hidden;
}

.rex_search button:hover { background-color: #D2D2D2;}
.rex_search input.defaultText       { color: #000; font-weight: normal;}
.rex_search input.defaultTextActive { color: #707070; }

.rex_search input.defaultText.btn:hover { color: #FFF; background-color: #000; }


ul.searchresults {}
li.searchresults_li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
ul.searchresults h4 {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
ul.searchresults a { }
ul.searchresults a:hover { color: #1D4166; }
ul.searchresults p.highlightedtext {}
ul.searchresults p.url a {}
ul.searchresults p.url a:hover {}

span.search-hit { font-weight: bold; font-size: 15px; }

.btn.small span { font-size:12px; }
.btn.medium span { font-size:14px; }
.btn.large span { font-size:18px; }

.btn.black   { background-color: #333333; }
.btn.gray    { background-color: #666666; }
.btn.white   { background-color: #FFFFFF; }
.btn.white span{ color: #666666; }
.btn.red     { background-color: #e62727; }
.btn.orange  { background-color: #ff5c00; }
.btn.magenta { background-color: #A9014B; }
.btn.yellow  { background-color: #ffb515; }
.btn.blue    { background-color: #F90C06; }
.btn.pink    { background-color: #e22092; }
.btn.green   { background-color: #91bd09; }
.btn.rosy    { background-color: #F16C7C; }
.btn.brown   { background-color: #804000; }
.btn.purple  { background-color: #800080; }
.btn.cyan    { background-color: #46C7C7; }
.btn.gold    { background-color: #D4A017; }

/* ICONS */
.icon_pdf  { padding: 5px 0 0 25px; background:url(icons/pdf_icon_19.gif) no-repeat 0 0; }
.icon_xls  { padding: 5px 0 0 25px; background:url(icons/excel_icon_19.gif) no-repeat 0 0; }
.icon_doc  { padding: 5px 0 0 25px; background:url(icons/word_icon_19.gif) no-repeat 0 0; }
.icon_ppt  { padding: 5px 0 0 25px; background:url(icons/ppt_icon_19.gif) no-repeat 0 0; }

/* @@media */
@media all and (max-width: 1180px) {
	#sidebar-right{
		float: left;
		width: 100%;
	}
}

@media all and (max-width: 800px) {	
	/*.units-row { padding: 0 5%;}*/
	.image-block { margin: 0; }
}

@media all and (max-width: 767px) {
	
}

@media all and (max-width: 400px) {
	#sidebar-right{
		width: 100%;
	}
}

h1{
	color: 			#00ace6 !important;
	font-weight:	300 !important; 
	margin-bottom:	15px !important;
}

p{
	font-size:		21px !important;
}

h1 a{
	color: 			#00ace6 !important;
}

p a {
	color: 			#00ace6 !important;
}

.BigPictureGrey{
	-webkit-filter: grayscale(1);
    filter: 		grayscale(1);
}

.BigPictureGrey2{
	-webkit-filter: grayscale(0.5);
    filter: 		grayscale(0.5);
}

ul {
	font-size: 		16px !important;
}

ul li{
	font-size:		20px !important;
}

.content{
	width:			100% !important;
}

h3{
	color: 			#00ace6 !important;
}

h4{
	color: 			#00ace6 !important;
}

#kontakt_button:hover{
	background-color:	#0088c2 !important;
}

.skdslider ul{
	list-style: 		none !important;
}

.buttonTxt span{
	width:		100%;
	margin:		0 auto;
    margin-left: -12px;
}

.slideButtonContainer a:hover{
    text-decoration: none;
}

.start_txt img {
	margin-top:	-40px;
}

.historyBlock{
    background-color: #f2f2f2; 
    margin-top:5px; 
    margin-bottom:5px; 
    padding-top:20px; 
    padding-bottom:20px; 
    display: table;
    width: 100%;
}

.historyBlockData{
    padding-left:40px; 
    padding-right: 40px;
    width:66%; 
    float:left;
    display: table;
}

.historyBlockDataNoImage{
    float:left;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.historyBlockTitle{
    font-size: 25px; 
    color: #00ace6;
}

.historyBlockContent{
    margin-top: 20px;
}

.historyBlockImage{
    float:right; 
    width:33%;
    display: table;
    padding-right: 15px;
    text-align: center;
}

.bigPictureText{
    background-size: cover; 
    background-position:center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 450px; 
    margin-top: 20px;
    padding-top:75px; 
    /*margin-bottom: 50px;*/
    margin-bottom: -30px;
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}

.bigPicture{
    background-size: cover; 
    background-position:center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 460px; 
    margin-top: 75px;
    margin-bottom: 25px;
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}

.blueDescription{
    background-color: #003b5c; 
    opacity:0.85; 
    width:700px; 
    height:270px; 
    margin-left: 20%; 
    padding-top: 55px; 
    padding-left: 25px;
}

.TitleBlueBox{
    background-color:#003b5c; 
    width:100%; 
    height:215px; 
    color:white; 
    padding-top:30px; 
    margin-top:15px; 
    margin-bottom:95px;
    line-height: 1;
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}

.TitleBlueBox .boxSmallTitle{
    font-size:17px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.TitleBlueBox .boxTitle{
    font-size:35px;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
}

.TitleBlueBox .boxContent{
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
}

.TitleBlueBox .boxContent p{
    font-size:20px !important;
}

.listingContainer{
    margin-top:80px; 
    margin-bottom:40px;
    display: table;
    width: 100%;
}

.listingContentLeft, .listingContentRight{
    display: table;
    width:65%; 
    padding-left:70px;
}

.listingContentLeft{
    float:left;
}

.listingContentRight{
    float:right;
}

.listingContent{
    float:left; 
    display: table;
    width:65%; 
    padding-left:70px;
}

.listingTitle{
    
}

.listingTitle h1{
    color: #00ace6;
    font-family: 'Titillium Web';
}

.listingText{
    margin-top: 35px; 
}

.listingTextLogo{
    
}

.listingImage{
    display: table;
    width:35%; 
    margin-left: auto;
    margin-right: auto;
}

.listingImageLeft, .listingImageRight{
    display: table;
    width:35%; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.listingImageLeft{
    float:right;
}

.listingImageRight{
    float:left;
}

.logoText{
    float: none;
    margin-left: -20px;
}

.listingContainer img{
	width:85%
}

#kontakt_area img{
	width:100% !important;
}

@media all and (max-width: 876px){
	.galerie_nav_num{
		width: 75%;
	}
}

@media all and (max-width: 724px){
	.galerie_nav_num{
		width: 70%;
	}
}

@media all and (max-width: 630px){
	.galerie_nav_num{
		width: 66%;
	}
}

@media all and (max-width: 563px){
	.galerie_nav_num{
		width: 60%;
	}
}


@media all and (max-width: 500px){
	.galerie_nav_num{
		width: 58%;
	}
}

@media all and (max-width: 480px){
	.galerie_nav_num{
		width: 45%;
	}
}

@media all and (max-width: 390px){
	.galerie_nav_num{
		width: 40%;
	}
}

@media all and (max-width: 366px){
	.galerie_nav_num{
		width: 35%;
	}
}

@media all and (max-width: 346px){
	.galerie_nav_num{
		width: 28%;
	}
}

@media all and (max-width: 480px){
	#print_button{
		display: none;
	}
}

@media all and (min-width: 620px){
	#picture{
		width:75%;
	}
}
.tabelle tr th{ font-weight: bold;}

.tabelle tr.odd{
	color: #fff;
	background-color: #003B5C;
}

/* double click google map */
.map-container .requires-accept {
    height: 360px;
    background:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(/layout/css/img/map.png);
    background-size: cover;
    text-align: center;
}

.map-container .requires-accept .h {
    font-size: 24px;
    padding-top: 40px;
}

.map-container .requires-accept .load-map {
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: grey;
    padding: 10px;
    color: #fff;
}