* {
	margin: 0;
	padding: 0;
}

html {
	position: relative;
	min-height: 100%;
	height: 100%;
}

body {
	min-height: 100%;
}

h1 {
	font-size: 24px;
	color: rgba(255,255,255,1);
	font-family: 'Source Sans Pro', sans-serif;
}

h2 {
	font-size: 20px;
	color: rgba(255,255,255,1);
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 10px;
}

h3 {
	font-size: 18px;
	color: rgba(255,255,255,1);
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	font-size: 16px;
	color: rgba(255,255,255,1);
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 10px;
}

p {
	color: rgba(255,255,255,1);
}

#body-wrapper {
	height: 100%;
	width: 100%;
	background: #024466; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #024466 44%, #011723 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(44%,#024466), color-stop(100%,#011723)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #024466 44%,#011723 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #024466 44%,#011723 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #024466 44%,#011723 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #024466 44%,#011723 100%); /* W3C */
}

.wrapper {
	position: relative;
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
}

#header {
	position: absolute;
	top: 0px;
	background-color: rgba(255, 170, 0, 0.9)!important;
	min-height: 150px;
	z-index: 10;
	margin: 0;
	padding: 5px 0 0 0;
	width: 100%;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);
}

.logo {
	display: block;
	position: relative;
	margin: 0 auto 10px auto;
	width: 150px;
}

.shadow {
    -webkit-filter: drop-shadow( 3px 3px 8px #000 );
    filter: drop-shadow( 3px 3px 8px #000 ); /* Same syntax as box-shadow */
}

.navbar {
	background-color: transparent !important;
	border-radius: 0;
	border: none;
	margin: 0;
}

.navbar-collapse {
    max-height: none !important;
}

.newsflashheader_container .geckoslideshow  {
	max-height: 300px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);
}

.navbar li a{
	font-family: 'Baumans', cursive;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px; 
}

.navbar li a:hover{
	color: #000000;
	font-size: 18px;
	border-radius: 6px;
}

.icon-bar {
	background-color: rgba(255,255,255,1) !important;
}

.navbar-toggle{
	border-color:rgba(255,255,255,1) !important;
}

.navbar-toggle:hover {
	background-color: rgba(0,0,0,0.8) !important;
	color: rgba(255,255,255,1) !important;
	border-color:rgba(255,255,255,1) !important;
}

.flexslider, .flexslider * {
    max-height: 440px;
}

.inhalt {
	padding-bottom: 200px;
}

.inhalt a {
	font-family: 'Source Sans Pro', sans-serif;
	color: rgba(0, 175, 255, 1);
}

.inhalt a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	color: rgba(255, 255, 255, 1);
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
border: solid 2px #fff;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.inhalt .item-page {	
	padding-left: 20px;
	margin-bottom: 30px;
}

.inhaltsboxen {
	margin-bottom: 15px;
}

.inhaltsboxen_inner {	
	min-height: 325px;
	border: #ffffff solid 2px;
	padding: 5px 10px;
}

footer .navbar-right li a {
	color: rgba(0, 175, 255, 1);
}

footer .navbar-right li a:hover {
	color: rgba(255,255,255, 1);
	background-color: transparent;
}

._4s7c {
	color: rgba(255,255,255,1) !important;
	border: none;
}

.famax-pro {
    background-color: transparent;
}

.fp-grid .fp-wrapper {
    background: transparent;
}

.fp-text {
    word-break: keep-all !important;
}

.fp-title-description-wrapper {
    max-height: none;
}

.fp-title {
    max-height: none;
}


/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: rgba(2,68,102, 0.95);
  border-top: #FFFFFF solid 1px;
  z-index: 1000;
}

.footer .navbar-right li a {
	text-align: center;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - BREAKPOINT MIN 768 PX - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

@media (min-width: 768px) {

.inhalt {
	padding-bottom: 85px;
}	

#header {

	min-height: 200px;
}

.logo {
	width: 200px;
}

.shadow {
    -webkit-filter: drop-shadow( 3px 3px 12px #000 );
    filter: drop-shadow( 3px 3px 12px #000 ); /* Same syntax as box-shadow */
}

.newsflashheader_container .geckoslideshow  {
	max-height: 440px;
}


}/*END MEDIA QUERIE 768*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - BREAKPOINT MIN 992 PX - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

@media (min-width: 992px) {



}/*END MEDIA QUERIE 992*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - BREAKPOINT MIN 1200 PX - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

@media (min-width: 1200px) {	



}/*END MEDIA QUERIE 1200*/