/*******************************************************************************************************************
*     Subheader Effects                                                                                                  
*******************************************************************************************************************/
  @font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu{
    padding:0;
}
.ca-menu li{
    width: 220px;
    height: 250px;
    overflow: hidden;
    position: relative;
    float:left;
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 22px;
	margin-bottom:10px;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 120px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 20px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	font-family:DroidSansRegular;
}
.ca-menu li:hover{
    background-color: #000;
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 60px;
}
.ca-menu li:hover .ca-main{   
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
/*******************************************************************************************************************
*     Top Slider                                                                                             
*******************************************************************************************************************/
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 950px;
	height: 245px;
	margin: 0 auto;	
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-title{
	position: absolute;	
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: center;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;	
	color: #fff;
	padding: 0 10px;
}
.ei-title h3{
font-size: 50px;
line-height: 70px;
text-transform: uppercase;
color: #fff;
background: #333;
padding: 0px 40px;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.1);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #eaeaeb;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-right: 1px solid #fff;	
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 0;
		background: rgba(255,255,255,0.9);
		padding: 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
		margin-top: 0px;
		margin-bottom: 1px;
	}
}
html, body, div, ul, li, dl, dd, dt{ margin: 0; padding: 0; }
.image_carousel {
	padding: 15px 0 15px 40px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
	height: 110px;
width: 160px;
}

a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50px;
}
a.prev {			left: 0px;
					background-position: 0 -100px !important;  }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: 0px;
					background-position: -50px -100px !important;  }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
/*.pagination {
	text-align: center;
	margin-right: 37px;
margin-top: 10px;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}*/
.clearfix {
	float: none;
	clear: both;
}
.slideshowthumb { width:150px; height:59px;}
.negativetop {margin-top:-10px;}

a.actbutton {
   border-top: 1px solid #ffffff;
   background: #eee;
   padding: 10px 20px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #444 !important;
   font-size: 18px;
   text-decoration: none;
   vertical-align: middle;
   font-family:DroidSansRegular;
   font-weight:bold;
   -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
   }
a.actbutton:hover {
   border-top-color: #ffffff;
   background: #fff;
   color: #33777d;
   }
.noslide {text-align:center;}
.noslide h1 {color:#eee;font-family:BitterRegular;margin-bottom:23px;}
.noslide h3 {color: #eee;padding: 0 100px; font-weight: lighter;  line-height: 34px;}
/*******************************************************************************************************************
*     Individuelle Ergänzungen PRINT                                                                                           
*******************************************************************************************************************/
/* Drucken-Funktion über Browser */
@media print { 
.thumbtxt,.thumbtxt2,.thumbtxt3,.thumbtxt4,.thumbtxt5,.thumbtxt6,.thumbtxt7,.thumbtxt8,.thumbtxt9,.thumbtxt10,.thumbtxt11,.thumbtxt12,.thumbtxt13,.thumbtxt14 {
    padding-bottom:0px !important;
	margin-bottom:0px!important;
}
#pic_gallery li a img { width:100% !important;}
#pic_gallery li { margin-right: 15px !important;}
.gmap2 { width:100% !important;}
.thumbzoom2,.thumbzoom,.thumbzoom3 { width:100% !important;}
.link,.link2,.link3,.link4,.link5,.boxblog,.boxblog2 { page-break-inside: avoid !important; }
}

/* eigene Drucken-Funktion mit Template _PRI */
.wrapper_print { background-color:#fff;margin:auto;max-width:100%;height:100%; }
.wrapper_print_inner { min-height:100%; }
.wrapper_print_inner .thumbtxt,
.wrapper_print_inner .thumbtxt2,
.wrapper_print_inner .thumbtxt3,
.wrapper_print_inner .thumbtxt4,
.wrapper_print_inner .thumbtxt5,
.wrapper_print_inner .thumbtxt6,
.wrapper_print_inner .thumbtxt7,
.wrapper_print_inner .thumbtxt8,
.wrapper_print_inner .thumbtxt9,
.wrapper_print_inner .thumbtxt10,
.wrapper_print_inner .thumbtxt11,
.wrapper_print_inner .thumbtxt12,
.wrapper_print_inner .thumbtxt13,
.wrapper_print_inner .thumbtxt14 {
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.wrapper_print_inner #pic_gallery li a img { width:100% !important;}
.wrapper_print_inner #pic_gallery li { margin-right: 15px !important;}
.wrapper_print_inner .gmap2 { width:100% !important;}
.wrapper_print_inner .thumbzoom2,.wrapper_print_inner .thumbzoom,.wrapper_print_inner .thumbzoom3 { width:100% !important;}
.wrapper_print_inner .link,
.wrapper_print_inner .link2,
.wrapper_print_inner .link3,
.wrapper_print_inner .link4,
.wrapper_print_inner .link5,
.wrapper_print_inner .boxblog,
.wrapper_print_inner .boxblog2, { page-break-inside: avoid !important; }

/*******************************************************************************************************************
*     Individuelle Ergänzungen                                                                                            
*******************************************************************************************************************/
.header {
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5999;
}
.sticky-header { top: 0px !important; }
.sticky-show { top:0 !important;z-index: 9999 !important;}
.box_hr { background-color: #00538e; height: 5px; margin-bottom: 15px;}
.head { max-width:100%;height:auto;background:#fff;}
.navi p { font-size:12px;margin-top:10px;margin-bottom:5px;letter-spacing:1px;text-align:left;}
.navi { margin-left:;}
.navi p .fa { color:#d6d6d6;font-size:20px;}
.navi h3 { text-transform:uppercase;font-size:16px;color:#ecc521;margin-top:10%;margin-left:15px;margin-bottom:5px;}
.navibox { border-right:1px solid #f0efef; }
.navibox:last-child { border-right:0px solid #f0efef; }
.navisearch p { margin-bottom:5px;margin-top:15px;}
.calendar { background: #f9f9f9; padding-top:5px;padding-bottom:5px;}
.calendar2 { background: #fff; padding-top:5px;padding-bottom:5px;}
.calendar h6 { color:#00538e; }
.menueleft ul li { font-size:16px;line-height:1.8em; }
.menueleft ul li a { color:#333; }
.menueleft ul li a:hover { color:#00538e; }
.menueleft ul li.active { }
.menueleft ul li.active a { color:#00538e; }
.menueleft ul li:hover { }
.menueleft ul { margin-top:10px;margin-bottom:30px; }
.menueleft  { }
.headline h3 { color: #006c31;font-size: 25px;margin-top:0px;margin-bottom:0px; }
.title_searchbox h2 { margin-top:0px;}
.headline { 
    background: none repeat scroll 0 0 #fff;
    margin-top: 32px;
	line-height:0px;
    padding: 10px 20px 10px 38px;
	position:absolute;
	opacity:0.8;
}
.sitemap ul li { display:inline;padding-right:20px; }
.naviicons { display:none; }
.umap tr td { padding: 5px 10px 5px 10px; border: none; }
.umap tr:nth-child(even) { background: #fff; }
.wrapper { margin:auto;max-width:100%;min-height: 800px;}
.wrapper_inner { 
    height: 100%;
    margin: auto;
    max-width: 100%;
	margin: 0 15px}
.wrapper2 { background:#fff;margin-top:1%;padding-top:2%; }
.autoheight { display:inline-block;width:100%; }
.link h4,.link2 h4,.link3 h4,.link3 h2 { margin:0px; }
.link3 h2 { margin-top:5px; }
.link2 p { margin-bottom:0px;}
.link,.link2,.link3 { overflow:hidden;padding:5px 0px 5px 0px; }
.thumbtxt, .thumbtxt2 {
    padding-bottom:1000px;
    margin-bottom:-1000px;
    float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	overflow:hidden;
}
.thumbtxt { width:19%;background: #00538e;color:#fff;margin-right:1%; }
.thumbtxt2 { width:80%;background:#f5f5f5; }

.link3 { background: none repeat scroll 0 0 #fbfbfb; margin-bottom: 15px;padding:15px; }
.thumbtxt3,.thumbtxt4,.thumbtxt5,.thumbtxt6 {
    padding-bottom:1000px;
    margin-bottom:-1000px;
    float:left;
	overflow:hidden;
}
.thumbtxt3 { width:17%; margin-right:3%; }
.thumbtxt4 { width:80%; }
.thumbtxt5 { width:47%; margin-right:3%; }
.thumbtxt6 { width:50%; }

div.object-right,div.object-right2 {
    clear: right;
    float: right;
    margin: 0 0 0.4em 1.5em;
}

div.object-left,div.object-left2 {
    clear: left;
    float: left;
    margin: 0 1.5em 0.4em 0;
}

/*div.table { display: table; border-collapse:collapse; }
div.tr { display:table-row;border-bottom:1px dotted #e6e5e5; }
div.td,div.td2 { display:table-cell;padding-top:5px;padding-bottom:5px; }
div.td2 { min-width:100%; }
div.td.title { display:table-cell; min-width:150px; }
div.tr:last-child { border-bottom:0px solid #e6e5e5; }*/

.searchbox { margin-bottom:10px;}
.searchbox2 { margin-top:10px;}
.searchbox3 { margin-top:17px;}
.search { background:#f4f4f4;margin-bottom:10px;padding-bottom:15px;padding-top:5px;}
.search label { font-size:12px;}
.search h3,.filterbox h3 { background: #ddd none repeat scroll 0 0;color: #333;display: inline-block;padding: 10px 15px 5px;}
.filterbox input[type="text"] { margin:0;}
.filterbox h2{ margin-top:20px;margin-bottom: 0;}
.loginbox h2 { margin-top:20px;margin-bottom: 2px;}
.loginbox font { font-size: 13px;display:block; }
.loginbox p { font-size: 13px;margin-bottom:7px; }
.loginbox .boxface4 { min-height:200px; }


select {
  width:100%;
  border: 1px solid #ccc !important;
  padding:.5em;
  color:#000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  background-color:white;
  background-image:url("../images/arrow2.png");
  background-position: right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance:none;
  -o-appearance:none;
  appearance:none;
  border-radius: 2px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  height:34px;
  margin:5px 0;
}

/* Hide browser-styling in IE10 */
select::-ms-expand {
  display:none;
}

/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select { 
    background-image: none; 
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}