/*--- Allgemein ---------------------------------------------------------------------------*/
htlm,body {
        font-family: roboto;
        color: #5C5757;
        margin: 0px;
        background-image:url(../images/bg_red.jpg);
        background-attachment: fixed;
        font-size:1.2em;
        line-height:1.4;
        height: 100%;
}

a, a:hover, a:active, a:visited{
        color: #003366;
        text-decoration: none;
}

h1{
         color: #000000;
         font-size: 17pt;
}

h2{
         color: #000000;
         font-size: 15pt;
}

h3{
         color: #5C5757;
         font-size: 12pt;
}

img{
         border: 0px;
  		 max-width: 100%;
         height: auto;
}

table{
         text-align:left;
}

tr{
         color: #003366;
         font-size: 10pt;		 
}

tr:hover {
		background-color: #f5f5f5;
}

td{
           vertical-align:top;
}
hr{
         background-color: #003366;
         height: 1px;
         border: 0px;
}

p{
    text-align: justify;
}

.bodytext{
        text-align: justify;
}

.CenterFrame {
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left: 20px;
    padding-right: 20px;
}

.MainCenterFrame {
	margin-right: 10px;
	margin-bottom: 10px;	
	display: inline-block;
}

.ContentFrameGrid {
	display: grid;
	grid-template-columns: auto 200px;	
}
.ContentFrame {
    border: none;
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #214478;   
    background-color: #ffffff;
    padding: 20px;
    min-height: 100%;
}

.ContentFrame .item, .items-leading {
    background-color: #eee;
    padding: 10px;
    margin: 10px 0px;
}

.ContentFrame .page-header {
    display: inline-block;
}

.ContentFrame .icons {
    display: inline-block;
    float: right;
    clear: right;
}

.MainCenterFrame {
	border-right: dotted 1px;       
    border-color: #ddd;
    padding: 10px;

}
}

/*--- Extension Elements ------------------------------------------------------------------*/
.element-invisible {
    display: none;
}

/*--- Header ------------------------------------------------------------------------------*/
header {
    max-height: 120px;
    background: white;
    padding:0px;
    border-bottom: solid 1px;
    border-color: #dadada;
}

header img{
    margin: 10px 20px;
    max-height: 110px;
    max-width: 80%;
    display: inline;
}

header .Logo {    
    display: inline-block;
    padding: 0px;
    height: 100%;
}

header .SlideShow {
    float: right;
}

/*--- Navigation --------------------------------------------------------------------------*/
nav {
    background:#fff;
    position: relative;
    
    -webkit-box-shadow: 0px 2px 2px #5C5757;
    -moz-box-shadow: 0px 2px 2px #5C5757;
    box-shadow: 0px 2px 2px #5C5757;  
  
  	z-index: 100;
}

nav.stickytop {
    position:fixed;
    top:0;
    width: 100%;
}

.MainNaviagation {
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 75%;
}

.MainNaviagation input{
	display: none;
}

.MainNaviagation a {    
    font-size:12pt;
	font-family: roboto;
	font-weight: 200;
    text-decoration:none;
    display:inline-block;
    padding: 5px 10px;    
    cursor: default;
        
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
	
	transition: 0.6s;
}

.MainNaviagation a:hover {
    background:#dddddd;  
}

.MainNaviagation .menu {
 margin: 0px;
 padding: 0px;
}

nav .search {
    display: inline-block;
    float: right;
	transform: translate(0,20%);
}

nav .search .button{
    vertical-align: bottom;
    max-height: 20px; 
	vertical-align: middle;
}

nav .search .inputbox {
    font-size:12pt;
    text-decoration:none;
    color:#002d5a;
    border: none;
    background: #eeeeee;
    padding: 5px;    
	display: inline-block;
	
	opacity: 0;
	transition: opacity 1s ease-in-out;	 
}

nav .search:hover .inputbox{
	transition: opacity 0.6s ease-in-out;
	opacity: 1;
}

nav .search .inputbox:focus {
	display: inline-block;
	opacity: 1;
}
	

nav .search .element-invisible {
	display: none;
}

/* Navigation Main menu */
.MainNaviagation ul {
	list-style: none;
	margin: 0;
	padding: 0;  	
  
  	-webkit-box-shadow: 1px 2px 2px #5C5757;
	-moz-box-shadow: 1px 2px 2px #5C5757;
	box-shadow: 1px 2px 2px #5C5757;
}

.MainNaviagation > ul > li {
  float: left;
}

.MainNaviagation ul > li > a > img {
	position:absolute;
    z-index:0;
    height:100%;
    margin:-10px;
	background-color: red;
}

.MainNaviagation > ul > li > ul {
	background-color: white;
	background-size: auto 200px;
	background-repeat: no-repeat;
	background-position: top right;	
  
	min-width: 400px;
	min-height:200px;
	
	display: none;
}

.MainNaviagation > ul a {
  display: block;
  white-space: nowrap;
  padding: 10px;
  max-width: 200px;
  
  white-space: pre-wrap;
  -moz-white-space: pre-wrap;  
}

.MainNaviagation ul > li > ul > li a {
}

/* Design 2. level sub menu elements */
/* .MainNaviagation > ul > li:hover > ul { */
.MainNaviagation > ul > li:hover > ul {
	display: block;
	position: absolute;
}

.MainNaviagation > ul > li > ul > li {
  position: relative;
}

/* Design 3. level sub menu elements */
.MainNaviagation > ul > li > ul > li > ul {
  display: none;
}

.MainNaviagation > ul > li > ul > li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0; 
}

/*--- Footer ------------------------------------------------------------------------------*/
footer {
    border-top: 2px solid #dadada;
    position: relative;
    min-height: 12px;
    margin-bottom: 5px;
}

footer .Copyright {
    color: rgb(180,180,180);
    position: absolute;
    right: 0;   
}

.FooterMenu {
    margin: 0px;
    padding: 0px;
    text-align: left;
    display: inline-block;
    width: 75%;
}

.FooterMenu a {    
    font-size:10pt;
    text-decoration:none;
    display:inline-block;
    padding: 5px 10px;    
    cursor: default;
        
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.FooterMenu a.active,nav a:hover {
    background:#dddddd;
    color:#002d5a;    
}

.FooterMenu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.FooterMenu ul li{
    display: inline-block;
}

.FooterMenu .menu {
 margin: 0px;
 padding: 0px;
}

.FooterMenu .deeper{
    background-color: #eeeeee;
    display: inline-block;
}


/*--- Appointment window ------------------------------------------------------------------*/
.Appointments table {
	text-align: right;
	position: relative;
	/* background-image: linear-gradient(to right, #fff 0px, #fff 150px, #00336677); */
	padding: 0px 5px 0px 0px;
}

.Appointments:empty {
    border: none;
    visibility: collapse;
}

.Appointments {
    max-width: 200px;
	position: fixed;
    border: none;
	margin-left: 5px;
	display: inline-block;
	box-shadow: 0px 0px 8px #888;
}

.Appointments .mod_events_latest {    
    border-left: solid 2px;
}

.Appointments .mod_events_latest_first {    
    border-left: solid 2px;
}

.Appointments .eventDetails {
    display: inline-block;
    width: 75%;
}

.Appointments .eventImg {
    width: 20%;
    height: 100%;
    max-width: 50px;
    margin: 3px 5px 0px 0px;
    display: inline-block;    
    vertical-align: top;    
}

.Appointments .eventImg:empty {
    border: none;
    visibility: collapse;
    margin: 0px;
    display: inline;
}

img.catimage {
	width: 50px;
}

/*--- Popover -----------------------------------------------------------------------------*/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/*--- Mobilgeräte -------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {     
    header img {        
        max-width: 100%;
        max-height: 100px;
    }
    
    nav .MainNaviagation a {
        font-size: 2em;
    }   
	
	.MainCenterFrame {
		padding: 10px;
		margin: 0px;
		border-right: none;
	}
    
	.CenterFrame {        
        padding: 10px 0px;
    }
	
    .CenterFrame .search {        
        display: none;
    }
    
    .Appointments {
        display: none;
    }
	
	.ContentFrameGrid {
		grid-template-columns: auto;
	}
    
    footer .Copyright {
        display: none;
    }
	
	.MainNaviagation {
		width: 100%;
		min-height: 35px;
	}

	/* Burger Menu */
	.MainNaviagation input
	{		
		display: block;
		width: 80px;
		height: 50px;
		position: absolute;
		top: -7px;
		left: -5px;
	  
		cursor: pointer;
	  
		opacity: 0; /* hide this */
		z-index: 2; /* and place it over the hamburger */
	  
		-webkit-touch-callout: none;
	}	
		
	.MainNaviagation .BurgerStroke
	{
		top: 2px;
		left: 20px;		
		display: block;
		width: 50px;
		height: 7px;
		margin-bottom: 5px;
		position: relative;
	  
		background: #003366;
		border-radius: 0px;
	  
		z-index: 1;
	  
		transform-origin: 10px -2px;
	  
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					opacity 0.55s ease;
	}
	
	.MainNaviagation .BurgerStroke:first-child
	{		
		transform-origin: 0% 0%;
	}

	.MainNaviagation .BurgerStroke:nth-last-child(2)
	{
		transform-origin: 0% 100%;
	}
	
	.MainNaviagation input:checked ~ .BurgerStroke
	{
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #003366;
	}
	
	.MainNaviagation input:checked ~ .BurgerStroke:nth-last-child(3)
	{
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	
	.MainNaviagation input:checked ~ .BurgerStroke:nth-last-child(2)
	{
		transform: rotate(-45deg) translate(0, -1px);
	}
	
	.MainNaviagation ul {
		display: none;
		
		-webkit-box-shadow: 0px 0px;
		-moz-box-shadow: 0px 0px;
		box-shadow: 0px 0px;	
	}
	
	.MainNaviagation input:checked ~ ul
	{
		display: block;
	}
	/* Burger menu end */
		
	nav.stickytop {
		position: relative;
	}
		
	.MainNaviagation li {		
		border-color: #777;
		border-top: dotted 1px;
	}
	
	.MainNaviagation > ul a{
		padding: 7px;
		max-width: none;
      	word-wrap: break-word;
	}
	
	.MainNaviagation > ul > li {
		width: 100%;	
	}	
	
	.MainNaviagation > ul > li > ul {		
		min-width: 0px;
		min-height:0px;
		
		display: block;
		position: relative !important;
		background-image: none !important;
	}
	
	.MainNaviagation ul > li > ul > li a {
		padding-left: 1em;
	}
	
	.MainNaviagation > ul > li > ul > li > ul {		
		min-width: 0px;
		min-height:0px;
		
		display: block;
		position: relative !important;
		background-image: none !important;
		
		left: 0 !important;
		top: 0 !important; 
	}

	.MainNaviagation ul > li > ul > li > ul > li a {
		margin-left: 2em;
	}	
}

/* Newsblog --------------------------------------------------------------------- */
.pagination ul {
	margin: 0px;
	padding: 3px 0px;
	display: block;
	text-align: center;
	border-top: solid 1px;	
}

.pagination ul li{
	margin:0 2px 0 2px;
	list-style-position: inside;
	display: inline-block;
}

/* Article ---------------------------------------------------------------------- */
.pagenav {
	margin: 0px;
	padding: 3px 0px;
	display: block;
	text-align: center;
}

.pagenav li{
	margin:0 2px 0 2px;
	list-style-position: inside;
	display: inline-block;
}

/* Print and E-Mail icons ------------------------------------------------------- */
.print-icon{
    background: url(../images/glyphicons-halflings.png);
    background-position: -96px -48px;
    height: 14px;
    width: 14px;
    overflow: hidden;
    display: inline-block;
}

.email-icon{
    background: url(../images/emailButton.png);
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
}

.print-icon a,
.email-icon a{
    color:transparent;
}

/* hide button dropdown toggle */
.btn.dropdown-toggle {
  display: none;
}

/* Contact list ----------------------------------------------------------------- */
.contact-category {
    line-height: 2.0;
}

.contact-category .item-position {
    font-weight: normal;
    min-width: 17%;
    display: inline-block;    
}

.contact-category .row-striped .item-name { 
    font-weight: bold;      
    min-width: 20%;
    display: inline-block;    
    text-shadow: 1px 1px #aaa;
}

.contact-category .row-striped .item-email {   
    min-width: 30%;
    display: inline-block;         
}

.contact-category .row-striped .span9 {
    display: inline;
}

.contact-category .row-striped .span3 {
    display: inline;
}

.contact-category .row-striped .item-phone, 
.contact-category .row-striped .item-mobile, 
.contact-category .row-striped .item-fax {
    min-width: 17%;
    display: inline-block;
}

/* JDownloads ------------------------------------------------------------------- */
.jd-item-page, 
.jd_rating, 
.jd_download_url,
.jwajaxvote-star-rating,
.jd_fields_caption, 
.jd_field_row_wide, 
.jd_field_block,
.jd_field_title{
  	position: inherit !important;
}
.jwajaxvote-star-rating {
	display: none;
}

/* Chart ------------------------------------------------------------------------- */
.chartJs {
    height: 300px;
}