* {
  margin: 0;
  padding: 0;
}


body, html {
  font-family: 'Merriweather Sans', sans-serif;
  color: #F2F2F2;
  height: 100%;
  font-size: 12px;
}

h1 {
  color:#FFFFBB;
  font-weight: 300;
  font-size: 160%;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  color:#FFFFBB;
}

h3 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  color:#FFFFDD;
}

h4 {
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 0.4em;
  color:#FFFFDD;
}

ul {
  padding-left: 1.2em;
}

ul.listNoStyle {
  padding: 0;
  list-style-type: none;
}

footer {
  margin-top: 3em;
  margin-bottom: 3em;
}

a {
  font-weight: bold;
  text-decoration: none;
}



#page-content-footer {
  position: fixed;
  bottom: 0;
  height: 30px;
  border-top: 1px solid #CCC;
  padding: 10px;
  margin-top: 30px;
  color: #C0C0C0;
  font-size: 80%;
  background: #0F0F0F;
  background: rgba(16,16,16,.96);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=96);
}

/** HEADER **/
#headerWrapper {
  margin-top: 0em;
  margin-bottom: 1em;
  padding: 0.5em;
  height: 120px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNTM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzUzOWUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(44,83,158,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,83,158,1)), color-stop(100%,rgba(44,83,158,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(44,83,158,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#002c539e',GradientType=0 ); /* IE6-8 */
}

#headerInfo {
  color: rgb(255,255,204);
  font-size: 200%;
}

#header h1 {
  font-size: 200%;
}

.headerText {
  padding: 0.5em 0.9em 0.4em 1.7em;
  margin-top: 0.9em;
  font-weight: 500;
  float: left;
  font-size: 100%;
  text-shadow: 0px -1px 1px #000;
}

.headerTextsmall {
  padding: 0.5em 0.9em 0.4em 1.7em;
  margin-top: 0.9em;
  font-weight: 500;
  float: left;
  font-size: 60%;
  text-shadow: 0px -1px 1px #000;
}

img#sitelogo {
  margin-left: 1.6em;
}

.main {
  background: #0F0F0F;
  background: rgba(16,16,16,.93);
  padding: 10px 30px 10px 30px;
  margin: -1px -15px 31px -15px;
  position: relative;
}

#mainnav {
  background-color: rgb(10,10,80);
background: #2c419e; /* Old browsers */
background: -moz-linear-gradient(top,  #2c419e 0%, #0a0a50 45%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c419e), color-stop(45%,#0a0a50)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c419e 0%,#0a0a50 45%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c419e 0%,#0a0a50 45%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c419e 0%,#0a0a50 45%); /* IE10+ */
background: linear-gradient(to bottom,  #2c419e 0%,#0a0a50 45%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c419e', endColorstr='#0a0a50',GradientType=0 ); /* IE6-9 */

}
/** NAVIGATION **/
nav.navbar {
  border: 0;
  height: auto !important;
  min-height: 0;
  margin-bottom: 0;
}

#mainnav .navbar-toggle {
  background-color: #FFFFBB;
}

#mainnav .navbar-toggle .icon-bar {
  background-color: #2C419E;
}

ul.nav li.list0active {
  background-repeat: repeat-x;
  background-size: 100% 100%;
}

ul.nav li a {
  font-weight: 500;
}

ul.nav li {
}

ul.nav li a {
  color: #fff;
  padding: 15px 18px 15px;
  font-size: 130%;
  text-decoration: none;
}

ul.nav .dropdown-menu li a {
  padding: 10px 20px 10px;
  font-size: 110%;
}

ul.nav li.menuitem0active  {
background: #111884; /* Old browsers */
background: -moz-linear-gradient(top,  #111884 54%, #2c419e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(54%,#111884), color-stop(100%,#2c419e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #111884 54%,#2c419e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #111884 54%,#2c419e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #111884 54%,#2c419e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #111884 54%,#2c419e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111884', endColorstr='#2c419e',GradientType=0 ); /* IE6-9 */
  color:#FFFFBB;
}
ul.nav li.menuitem0active a,  ul.nav li.menuitem1active a {
  color:#FFFFBB;
}

#mainnav ul.menuitems li:hover ul {
	display: block;
}


#mainnav .menuitems li:hover .menuitems1 li .menuitems2 li {
  width: 200px;
}

#mainnav .menuitems li:hover .menuitems1 li .menuitems2 {
	position: relative;
	top: auto;
	left: auto;
	display: inline;
	clear: both;
	float: left;
}

#mainnav .menuitems li:hover li a span {
	font-size: 100%;
	color: #111;
	margin: 0;
	padding: 0;
	background: transparent;
}

#mainnav .menuitems li:hover li li a span {
	font-size: 120%;
	font-weight: normal;
}

#mainnav li.menuitem0normal:hover .menuitems1 {
	padding-top: 5px;
	margin: 0 0 0 -6px;
  border: 1px solid #ccc;
  border-top: none;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

#mainnav li.menuitem0normal:hover .menuitems1,
#mainnav li.menuitem0normal:hover .menuitems1 li,
#mainnav li.menuitem0normal:hover .menuitems1 li a span,
#mainnav li.menuitem0normal:hover .menuitems1 li li a span {
	background: #2A2A80;
  color:#FFFFBB;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background: #2A2A80;
  color:#FFFFBB;
}

#mainnav .menuitems li:hover ul.menuitems1 li a:hover span {
  text-decoration: underline;
}

#mainnav .menuitem0active:hover .menuitem1active a.deepest-active span,
#mainnav .menuitem0active:hover .menuitem1active .menuitem2active a.deepest-active span,
#mainnav .menuitem0active:hover .menuitem1active .menuitem2active .menuitem3active a.deepest-active span {
  color: #024da6;
  font-weight: bold;
}

.menuitems li {
display: inline;
padding: 4px;
margin: 6px;
}


.menuitems li a {
  font-size: 125%;
  color: #F0F0F0;
}

.teaserInfo {
  background-color: #10355f;
  font-size: 130%;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 1.3em 0 0.8em 1.3em;
  background-image: url(../images/bg_nav.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
}

.teaserInfo img {
  position: absolute;
  float: right;
  right: 4.3em;
  top: -2.8em;
  z-index: 100;
}

.teaserInfo > .teaserBigText {
  font-size: 200%;
  font-weight: 500;
}


#footerInfo {
  color: #fff;
  font-size: 80%;
}

#footerInfo a {
  color: #fff;
  margin: 0 1em;
  font-size: 80%;
  letter-spacing: 0.03em;
  font-weight: 100;
  text-decoration: none;
}

#footerInfo a.first {
  margin-left: 0;
}

.top {
  text-align: right;
}

.top a {
  font-size: 70%;
  font-weight: 400;
  text-decoration: none;
}

.white {
  color: #fff;
}

.green {
  color: #94c11b;
}

.pink {
  color: #e5007c;
}

.hinweis {
  background-color: #e6e6e6;
}

.hinweis div {
  padding: 1em 0 0;
}

.hinweis .hinweistext {
  padding-left: 1em;
}

.marker {
  text-transform: uppercase;
  font-weight: bold;
}

div.title {
  font-size: 200%;
  padding: 0.5em 0 0.5em 0.5em;
  font-weight: 500;
}

div.content {
  padding: 20px;
  font-size: 100%;
}

.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #FFA;
background: rgba(0,51,255,0.8);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}


.bottom1 {
  margin-bottom: 1.4em;
}

.bottom2 {
  margin-bottom: 2em;
}

.top6 {
  margin-top: 6em;
}

.galery {
  float: left;
}

.galery a {
  background-color: #000;
  float: left;
  margin-left: 1.2em;
}

.galery img {
  opacity:0.4;
  filter:alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}

.galery img:hover {
  opacity:1;
  filter:alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
}


.event {
  border-bottom: 1px dashed #505050;
}

.event:hover {
  background: rgba(36,36,36,.96);
}

.event .date {
  font-style: italic;
  text-align: right;
  clear: both;
}

.event div.link {
  padding: 2px;
  margin: 2px 0 4px 0;
}

#news .event img {
  margin: 5px 20px 15px 5px;
  float: left;
}

#submainnav div {
  padding: 0;
  margin: 0;
}

#submainnav .menuitem0normal, #submainnav .menuitem0active {
  display: none;
}

#submainnav li.menuitem0active a {
  display: none;
}

#submainnav .dropdown-menu {
  position: relative;
  z-index: 1;
}

#submainnav ul.menuitems, #submainnav ul.menuitems li.hassubmenu,  #submainnav ul.menuitems .dropdown-menu {
  width: 100%;
	background: rgb(20, 20, 90);
  padding: 0;
  margin: 0;
  background: #2c419e; /* Old browsers */
  background: -moz-linear-gradient(top,  #2c419e 0%, #111884 46%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c419e), color-stop(46%,#111884)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2c419e 0%,#111884 46%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2c419e 0%,#111884 46%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2c419e 0%,#111884 46%); /* IE10+ */
  background: linear-gradient(to bottom,  #2c419e 0%,#111884 46%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c419e', endColorstr='#111884',GradientType=0 ); /* IE6-9 */
}


#submainnav .dropdown-menu li  {
  float: left;
}

#submainnav .menuitems1 {
  clear: both;
  float: left;
}

#submainnav .menuitem0active-withsubmenu {
  display: block;
}
#submainnav .menuitem0active-withsubmenu a span {
  display: none;
}

#submainnav .menuitem0active-withsubmenu ul a span {
  display: inline;
  float: left;
}

#submainnav .menuitem0active-withsubmenu ul a  {
  display: inline;
  float: left;
}

#submainnav .menuitem0active-withsubmenu .dropdown-menu {
  display: block;
}

#submainnav li.menuitem0normal a,
#submainnav li.menuitem0normal:hover a,
#submainnav li.menuitem0active a,
#submainnav li.menuitem0active:hover a {
  color:#FFFFFF;
  font-size: 90%;
}



#submainnav li.menuitem1normal:hover a,
#submainnav li.menuitem1active:hover a {
  color:#FFFFBB;
  background: #2c419e; /* Old browsers */
  background: -moz-linear-gradient(top,  #2c419e 0%, #111884 46%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c419e), color-stop(46%,#111884)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2c419e 0%,#111884 46%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2c419e 0%,#111884 46%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2c419e 0%,#111884 46%); /* IE10+ */
  background: linear-gradient(to bottom,  #2c419e 0%,#111884 46%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c419e', endColorstr='#111884',GradientType=0 ); /* IE6-9 */
}

#submainnav li.menuitem1active a {
  color:#FFFFBB;
}



.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

#ImageGallery .imgthumbnail {
  display: inline;
  margin: 5px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ImageGallery .galleryElement {
  display: inline;
}

.blueimp-gallery > .slides > .slide > .slide-content, .event div.img img {
background: #f5f5f5;
border: 1px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 3px 2px 4px #A0A0A0;

}



#btnfb {
  float: right;
  margin: 10px;
  padding: 5px;
  background-color: #FFF;
}

#page_values input,  #page_values select, #page_values button, #page_values * {
  color: black;
  background-color: white;

}

#supersized-loader {
  display: none;
}

ul.navigation {
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

ul.navigation li {
  display: inline;
  float: left;
  margin: 2px 8px 2px 0;
}

table td {
  padding: 2px;
}

button, input, optgroup, select, textarea {
  color: #0A0A3F;
}

form table {
  border-collapse: inherit;
  border-spacing: 2px;
}

input.checkbox {
  display: inline;
  width: auto;
  height: auto;
}

.content label {
  vertical-align: super;
}
.right {
  float: right;
}

#startnews h3 {
  font-weight: normal;
}
#startnews .abstract {
  font-size: 95%;
}
#startnews .date {
  font-size: 95%;
}
