/* open-sans-regular - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src:
    local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin/open-sans-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src:
    local('Open Sans Italic'),
    local('OpenSans-Italic'),
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
  src:
    local('Open Sans SemiBold'),
    local('OpenSans-SemiBold'),
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600italic.eot'); /* IE9 Compat Modes */
  src:
    local('Open Sans SemiBold Italic'),
    local('OpenSans-SemiBoldItalic'),
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin/open-sans-v16-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html {
  margin: 0;
  padding: 0;
  font-size: 100.01%; /* Fuer alte Safari/Opera Versionen */
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
span,
em,
img,
abbr,
pre,
del,
dfn,
q,
dl,
dt,
dd,
ul,
ol,
li,
table,
tbody,
thead,
tfoot,
tr,
td,
aside,
article,
figure,
header,
footer,
nav,
section,
fieldset,
form,
label,
legend,
acronym,
address,
code,
object,
iframe {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

#wrapper {
  width: 950px !important;
}

/* Fallback für Nicht-HTML5 Browser */

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

table,
th,
td {
  vertical-align: middle;
}

a img {
  border: none;
}

iframe {
  border: 0;
  margin-left: 50px;
}

/* -----------------------------------------------
    typography.css
------------------------------------------------ */

/* Schriftgroesse in %: 12px = 75%; 13px = 81.25% 14px = 87.5%; 16px = 100%; */

body {
  font-size: 100%;
  line-height: 1.5;
  color: #2d2d2d;
  font-family: 'Open Sans', Arial, sans-serif;
}


img {
  max-width: none;
}


/* HEADLINES
------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    color: #2D2D2D;
}

h1 {
    font-size:1.063em;
    /* text-transform: uppercase; */
    color:#2f6e8b;
    border-bottom: 2px solid #00a290;
    padding-bottom:0.313em;
    margin-bottom:0.5em;
}

#main h1 {
    margin-bottom:0.5em;
}

#subnav h1, #sidenav h1 {
    margin-bottom:0.625em;
}

#sidenav h1 {
    background-image: url("../layout/pfeil-icon.png");
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left:25px;
}

h2 {
    font-size:1.375em;
    line-height:1;
    margin-bottom:1em;
    color:#00a28f;
    font-weight:bold;
}

h3 {
    font-size:1.125em;
    line-height:1;
    margin-bottom:0.5em;
    color:#2f6e8b;
    font-weight:bold;
}

h4 {
    font-size:1em;
    line-height:1;
    margin-bottom:0.5em;
    color:#00a28f;
}

h5 {
    font-size:0.8em;
    line-height:1;
    margin-bottom:0.5em;
}

h6 {
    font-size:0.8em;
    line-height:1;
    margin-bottom:0.5em;
}


/* TEXTELEMENTE
------------------------------------------------*/

p { margin: 0 0 1.5em 0;}
#container p {font-size:0.813em;}

a:focus, a:hover { color:#00a28f; text-decoration:underline; }
a { color:#00a28f; text-decoration:none; }

em { font-style:italic; }
strong { font-weight: bold; color:#475e68; }
blockquote {margin: 0.5em; color:#888; font-style:italic }
abbr, acronym { border-bottom: 1px dotted #8A9B0F; }


/* LISTENELEMENTE
------------------------------------------------*/

ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

ul { list-style-type:disc; }
ol { list-style-type:decimal; }


/* TABELLEN
------------------------------------------------*/

table {
    margin: 0 0 1.5em 0;
    width:100%;
    font-size: 12px;
}


th            { font-weight: bold; }
/* thead th      { background: #c3d9ff; } */
th,td,caption { padding: 4px 10px 4px 5px; }

tbody tr:nth-child(even) td,
table tr .even td{
  background: #EFF3F5;
}
tfoot       { font-style: italic; }
caption     { background: #eee; }

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

 thead th {
    background: none repeat scroll 0 0 #FFF; 
    color: #0091CF;
    border-bottom: 2px solid #2E4690;
}

th, td, caption {
    padding: 4px 10px 4px 5px;
}


tbody tr td{
    border-bottom: 1px solid #FFFFFF;
    vertical-align:top;
}

tbody tr:nth-child(2n), tbody tr.even td {
    background: none repeat scroll 0 0 #EFF3F5;
    /* border-bottom: 1px solid #d4d7d9; */
}

tbody tr.odd td {
    background-color: #EFF3F5;
    /* border-bottom: 1px solid #FFFFFF; */
}

tbody tr.first td {
    border-top: 2px solid #00A28F;
}

table {
    /* border-bottom: 3px solid #0091D0; */
}

tbody th[scope="row"] {
    background-color: #F0F0F0;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #00A28F;
}

tfoot {
    font-style: italic;
}

.fixespalte td {
    width: 70px;
}
.field.agenda td{
    background-color:#EFF3F5!important;
}


/* WEITERE KLASSEN
------------------------------------------------ */

/* -----------------------------------------------
    forms.css
------------------------------------------------ */

label {
  font-weight: bold;
  display: block;
  font-size: .75em;
  text-transform: uppercase;
}

fieldset {
    padding: 1.2em;
    margin: 0 0 1.5em 0;
    border: 1px solid #EEE;
}

legend {
    font-weight:bold;
    font-size:1.2em;
}

span.mandatory{
    margin-left:3px;
}


/* FORMULARFELDER
------------------------------------------------ */

.widget {
  display: block;
}

.widget-headline p,
.widget legend {
  color: #2f6e8b;
  border-bottom: 2px solid #00a290;
  font-size: 16px !important;
  padding-top: 20px;
  padding-bottom: 3px;
  display: block;
  width: 100%;
}

.widget legend {
  margin-bottom: 10px;
}

input,
textarea,
select {
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  color: #707173;
  padding: 3px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

input:focus, textarea:focus{
    border-color:#00a290;
}

textarea {
  height: 250px;
}

form .subcolumns {
    margin:0;
    padding:0;
}

.submit_container {
    float:left;
}

input.submit {
  color: #2c5d72;
  text-transform: uppercase;
  font-size: .75em;
  padding: 5px 20px 5px 20px;
  background-color: #e2e8eb;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}

input.submit:hover {
  border: 1px solid #00a290;
}

.checkbox_container,
.radio_container {
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.checkbox_container input,
.radio_container input {
  float: left;
  margin-right: 5px;
  width: auto;
}

.checkbox_container label,
.radio_container label {
  text-transform: none;
  font-weight: normal;
}

.checkbox_container > span,
.radio_container > span {
  display: block;
  overflow: hidden;
  width: 100%;
}

.checkbox_container span input,
.radio_container span input {
  float: left;
}

#antrag textarea {
  height: 55px;
}

input.captcha {
    float:right;
}

a.fbabutton {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 15px;
    background: -moz-linear-gradient(
        top,
        #00bfa9 0%,
        #00a28f);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#00bfa9),
        to(#00a28f));
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    border: 1px solid #008c7c;
    -moz-box-shadow:
        0px 1px 2px rgba(000,000,000,0.3),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 2px rgba(000,000,000,0.3),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 2px rgba(000,000,000,0.3),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
        display:inline-block;
        line-height: 14px;
}

a.fbabutton:hover, a.fbabutton:focus {
    font-size: 14px;
    color: #ffffff;
    font-weight:bold;
    padding: 8px 15px;
    background: -moz-linear-gradient(
        top,
        #44a1f2 0%,
        #3b8ed6);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#44a1f2),
        to(#3b8ed6));
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    border: 1px solid #367fbf;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
        display:inline-block;
        line-height:14px;
        text-decoration: none;
}

a.fbabuttonwhite {
	font-size: 16px;
    color: #0091cf;
    background: #fff url("../layout/arrow-right-blue.png") no-repeat right center;
    padding: 8px 40px 8px 15px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    display:inline-block;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}



/*-----------------------------------------------
    style.css
------------------------------------------------*/

body {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
}

#logo {
    position:absolute;
    top:40px;
}

#bogen_slideshow {
    position:absolute;
    z-index:999;
    left:-103px;
    bottom:13px;
}

#bogen_pageimage {
    position:absolute;
    z-index:998;
    left:-103px;
    bottom:-17px;
}

.cs-buttons {
    float:right;
    margin-right:20px;
    left:0!important;
    z-index:1000;
    position:relative;
    top:-50px;
}

.cs-buttons a {
    width:14px;
    height:14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #d2d2d2;
}

.cs-buttons a {
    width:14px;
    height:14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #d2d2d2;
    border:0;
}

.cs-buttons .cs-active {
    background-color:#0091cf;
}

.cs-title {
    background-color:#FFFFFF;
    padding:15px 10px 15px 20px;
    font-size:15px;
    color:#323232;
    position:relative;
    top:20px;
    right:0px;
    width:330px;
    left:590px!important;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index:9999;
    height:100px;
}
#slideshow {
    margin-bottom:40px;
    z-index:0;
}

#pageimage {
    margin-bottom:20px;
}

#mainnav {
    font-size: 1em;
    text-transform: uppercase;
    position:absolute;
    top:78px;
    right:0px;
}

#mainnav ul, #mainnav li,
#footernav ul, #footernav li {
    padding:0;
    margin:0;
}

#mainnav li {
    display:inline;
    float:left;
    padding-left:20px;
    padding-bottom:5px;
}

#mainnav li.first {
    padding:0;
}

#mainnav a:link,
#mainnav a:visited,
#mainnav span.forward,
#mainnav span.active {
    color: #008ece;
    text-decoration: none;
}

#mainnav a:hover,
#mainnav a:focus,
#mainnav a.trail,
#mainnav span.forward,
#mainnav span.active {
    border-bottom:2px solid #00A290;
}

#main .inside {
    margin-bottom:40px;
}

.home #main .inside {
    margin-left:40px;
    margin-right:30px;
}

.default #main .inside {
    margin-left:30px;
    margin-right:30px;
    min-height:500px;
}

#main p, #main ul, #main ol {
    font-size:0.813em;
}
#main .layout_full p{
    font-size:0.8em;
}
#sidenav ul {
    background-color:#d4e8f2; /*alter Wert #eff9f8; */
}

#subnav ul, #subnav li,
#sidenav ul, #sidenav li {
    padding:0;
    margin:0;
}

#subnav li, #sidenav ul li {
    vertical-align: middle;
    font-size: 13px;
    font-height: 30px !important;
}

#sidenav ul .level_2 {
    background-color:#FFF;
    }
    
#sidenav ul .level_2 li {
    font-size:12px;
        }

#subnav a, #subnav span.active,
#sidenav a, #sidenav span.active,
#subnav span.forward,
#sidenav span.forward {
    padding-top:5px;
    padding-right:10px;
    padding-bottom:5px;
    padding-left:20px;
    display:block;
    border-bottom: 1px solid #c6ced2;
    color:#717171;
    }

#subnav a:hover,
#subnav a:focus,
#subnav span.active,
#subnav a.trail,
#subnav a.forward,
#subnav span.forward {
    background-color: #eff3f5;
    text-decoration: none;
    color:#00a28f;
}

#sidenav a:hover,
#sidenav a:focus,
#sidenav span.active,
#sidenav a.trail,
#sidenav a.active,
#sidenav span.forward,
#sidenav a.forward {
    background-color: #42a0c8;
    color:#FFF;
    text-decoration:none;
}

#subnav a, #sidenav a,
#subnav span.active, #sidenav span.active,
#subnav span.forward, #sidenav span.forward {
    background-image:url("../layout/arrow-left.gif");
    background-repeat: no-repeat;
    background-position: 8px 10px;
}

#subnav a.trail, #sidenav a.trail,
#subnav span.active .trail, #sidenav span.active .trail,
#subnav span.active.submenu, #sidenav span.active.submenu, #sidenav a.active,
#subnav span.forward .trail, #sidenav span.forward .trail,
#subnav span.forward.submenu, #sidenav span.forward.submenu, #sidenav a.forward
 {
    background-image:url("../layout/arrow-bottom.gif");
    background-repeat: no-repeat;
    background-position: 7px center;
}

#sidenav a:hover, #sidenav a:focus, #sidenav span.active, #sidenav a.active {
    background-image:url("../layout/arrow-left-white.gif");
    background-repeat: no-repeat;
    background-position: 7px center;
}

#sidenav ul .level_2 li a {
    background:none;
}

#sidenav ul .level_2 li span.active,
#sidenav ul .level_2 li span.forward {
    background:none;
    color:#42A0C8;
}

#sidenav ul .level_2 li a:hover,
#sidenav ul .level_2 li a:focus {
    background:none;
    color:#00a28f;
}

#subnav ul li ul li ul li ul {
    border-bottom:1px solid #0091d0;
}

#subnav ul.level_4 li a,
#subnav ul.level_4 li span.active
{
    font-size:12px;
    padding-left:30px;
}

#subnav ul li ul li ul li ul li.last a{
    border-bottom:0;
}

#subnav ul li ul li a {
    background-image: none;
    }
    
#sidenav {
    margin-bottom:30px;
}



#footer {
    padding-top:5px;
    border-top:2px solid #00a28f;
}

#footer .inside {
    background-color: #0091d0;
    font-size:0.750em;
    color: #FFF;
    height:35px;
    padding:20px 30px 0px 40px;
}

#metanav {
    position:absolute;
    top:20px;
    right:0px;
    }

#metanav li {
    display:inline;
    float:left;
    padding-right:5px;
    padding-left:5px;
}

#metanav a:link,
#metanav a:visited,
#metanav span.active {
    color: #ffffff;
    text-decoration: none;
}

#metanav a:hover,
#metanav a:focus {
    text-decoration:underline;
}

p.more {
    text-align:right;
    margin:0;
    padding:0;
}

.ce_text p.more {
    border-bottom:1px solid #adadad;
    padding-bottom:15px;
    margin-bottom:20px;
}

#map {
    margin-left:auto;
    margin-right:auto;
    
}
/* Klassen für Inhaltselemente */

.subcolumns {
    margin-bottom:30px;
}

.teaserbox {
    border-top:2px solid #00a290;
}

.bluebox {
    background-color: #0091cf;
    margin-top:6px;
    padding:20px 20px 1px 20px;
    padding-left:10px;
    /*height:24px;*/
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px;
}

.greenbox {
    background-color: #00a28f;
    margin-top:6px;
    padding:20px 20px 1px 20px;
}

.teaserbox h2 {
    line-height:24px;
    font-size:1.250em;
    padding-left:44px;
    color:#FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-image:url("../layout/teaserbox-icon.png");
    background-repeat: no-repeat;
    background-position:10px center;
    }

/* Newsletterbox Startseite */

/*.newsletterbox {

}

.newsletterbox .bluebox {
  background-image: url("../layout/teaserbox-icon-xl.png");
  background-repeat: no-repeat;
  background-position: 15px 20px;
  padding-left: 80px;
  padding-right: 60px;
  padding-bottom: 0.75em;
}

.newsletterbox p {
  margin-bottom: 0.5em;
}
  
.newsletterbox h3,
.newsletterbox p,
.newsletterbox a {
  color: #fff;
}
  
.newsletterbox a {
  text-decoration: underline;
}

.newsletterbox a:after {
  content: " »";
}*/

.newsletterbox {
	margin-top: 30px;
	margin-bottom: 1.5em;
}

.newsletterbox h3 {
	text-transform: uppercase;
	font-size: 1.05em;
	color: #fff;
}

.newsletterbox p {
	color: #fff;
}

/* Formatierungen für Event-Katalog Liste */
    
    .mod_cataloglist span.total{
        display:none;
    }
    
    .mod_cataloglist .item {
        border-bottom:1px solid #adadad;
        padding:0 0 15px 0;
        margin-bottom:15px;
    }
    
    .mod_cataloglist .item.first {
        padding-top:0;
    }
    
    .mod_cataloglist h2 {
        font-weight:bold;
        font-size:1em;
        color:#2F6E8B;
        margin:0;
    }
    
    .mod_cataloglist .timelapse .value {
        font-weight:bold;
    }
    
    .mod_cataloglist .timelapse {
        margin-bottom:10px;
    }
    
    .mod_cataloglist .category .value {
        color:#717171;
        margin-bottom:10px;
    }
    
    
    
    .layout_full .date {
        font-weight:bold;
    }
    
    .layout_full .location {
        margin-bottom:25px;
    }
    
    table.layout_simpletable {
        font-size:13px;
    }
    
    .layout_full .label {
    display:none;
    }
    
    
/* Formatierungen für Event-Filter */

.filter_group .widget,
.widget.mm_select {
  float: left;
  margin-right: 15px;
}

.widget.mm_select label {
  color: #2f6e8b;
  font-size: 14px;
}
    
    .sort_group {
        clear: both;
    }
    
    .sort_group h2 {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color:#2F6E8B;
    }
    
    .clearall {
        font-size:0.8em;
    }
    
    .mod_catalogfilter,
    .ce_metamodels_frontendfilter {
        margin-bottom:1em;
    }
   
    
    
/* Formatierungen für Event-Datensatz */

.ce_catalog .title {
    font-weight:bold;
    font-size:1.250em;
    color:#2F6E8B;
}

.ce_catalog .label,
.mod_cataloglist .label {
    font-weight:bold;
    margin-top:10px;
}

.ce_metamodel_content .info {
  color: #00a28f;
  font-weight: bold;
}


/* CSS3 Tabs */

article.tabbox section {
    position: absolute;
    display: block;
    width: 490px;
    height: 600px;
    top: 80px;
    background-color: #FFFFFF;
}

article.tabbox section span {
    position: absolute;
    left: 0;
    top: -30px;
    width: 117px;
    height: 29px;
    font-size: 14px;
    margin: 0;
    background-color: #FFFFFF;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
    z-index: 99;
}

article.tabbox section:nth-child(2) span {
    left: 120px;
    z-index: 0;
}

article.tabbox section:nth-child(3) span {
    left: 240px;
    z-index: -99;
}

article.tabbox section span a {
    display: block;
    margin: 5px 0 0 0;
    /* text-align: center; */
    text-decoration: none;
    /* color: #c5d2de; */
}

/* Veranstaltungen Startseite MetaModels */

.events-startseite {

}

.events-startseite .item {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #adadad;
}

.events-startseite h2 {
  font-size:14px;
  margin-bottom: 0;
}

.events-startseite .date-location {
  color: #adadad;
}

.events-startseite p.jumpto {
  margin-bottom: 0;
}

.events-startseite a {
  color: #000;
}

.events-startseite a:after {
  content: " »"
}

/* Formatierungen für Tabcontrol */

.tabcontrol_tabs,
.tabcontrols
{
    margin-bottom:10px;
    border-bottom:1px solid #c6ced2;
}

.tabcontrol_tabs ul,
.tabcontrols ul{
    margin:0;
    padding:0;
}
 
.panes
{
    /* padding:5px 10px; */
}
 
.tabcontrol_tabs li,
.tabcontrols li
{
    float:left;
    padding:0 10px;
    list-style-type:none;
    cursor:pointer;
    background:url("../layout/bg-tab-link.png") transparent no-repeat top right;
    width:100px;
    line-height:32px;
    font-weight:bold;
    color:#a1a8b2;
}

.tabcontrol_tabs li.selected, .tabcontrol_tabs li.selected:hover
{
    background-color:#FFF;
    background-image:url("../layout/bg-tab-active.png");
    color:#00a28f;
    }
 
.tabcontrol_tabs li:hover
{
    background-image:url("../layout/bg-tab-active.png");
}

/* Formatierungen für allgemeine Tabs 17.03.2015 */

#container #main .fbaTabs {
	position: relative;
	margin-top: 63px;
	border-top: 1px solid #c6ced2;
}

#nojs #container #main .fbaTabs {
	margin-top: 20px;
	border-top: none;
}

#container #main .fbaTabs.zweizeilig {
	margin-top: 96px;
}

#container #main .fbaTabs.dreizeilig {
	margin-top: 129px;
}

#container #main .fbaTabs .fbaTabsPanel {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
}

#container #main .fbaTabs .fbaTabsPanel.active {
	position: static;
}

#nojs #container #main .fbaTabs .fbaTabsPanel {
	position: static;
	top: auto;
	left: auto;
}

#container #main .fbaTabs .fbaTabsPanel > * {
	display: none;
}

#nojs #container #main .fbaTabs .fbaTabsPanel > * {
	display: block;
}

#container #main .fbaTabs .fbaTabsPanel > .fbaTabsControl {
	display: block;
	position: absolute;
	top: -33px;
	left: 0;
	margin: 0;
    padding: 0 10px;
    list-style-type: none;
    cursor: pointer;
    background: url("../layout/bg-tab-link.png") transparent no-repeat top right;
    width: 148px;
    line-height: 32px;
    font-weight: bold;
    color: #a1a8b2;
	cursor: pointer;
	font-size: 13px;
}

#container #main .fbaTabs .fbaTabsPanel > .fbaTabsControl:hover {
	color: #000;
}

#nojs #container #main .fbaTabs .fbaTabsPanel > .fbaTabsControl,
#nojs #container #main .fbaTabs .fbaTabsPanel > .fbaTabsControl:hover {
	position: static;
	top: auto;
	left: auto;
	cursor: auto;
	width: auto;
	border-bottom: 1px solid #c6ced2;
	background-position: left top;
	margin-bottom: 10px;
}

/* 2. Tab */
#container #main .fbaTabs .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	left: 168px;
}

/* 3. Tab */
#container #main .fbaTabs .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	left: 336px;
}

/* 1. Tab */
#container #main .fbaTabs.zweizeilig .fbaTabsPanel > .fbaTabsControl {
	top: -66px;
}

/* 2. Tab */
#container #main .fbaTabs.zweizeilig .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -66px;
}

/* 3. Tab */
#container #main .fbaTabs.zweizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -66px;
}

/* 4. Tab */
#container #main .fbaTabs.zweizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -33px;
	left: 0px;
}

/* 5. Tab */
#container #main .fbaTabs.zweizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -33px;
	left: 168px;
}

/* 6. Tab */
#container #main .fbaTabs.zweizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -33px;
	left: 336px;
}

/* 1. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel > .fbaTabsControl {
	top: -99px;
}

/* 2. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -99px;
}

/* 3. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -99px;
}

/* 4. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -66px;
	left: 0px;
}

/* 5. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -66px;
	left: 168px;
}

/* 6. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -66px;
	left: 336px;
}

/* 7. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -33px;
	left: 0px;
}

/* 8. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -33px;
	left: 168px;
}

/* 9. Tab */
#container #main .fbaTabs.dreizeilig .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel + .fbaTabsPanel > .fbaTabsControl {
	top: -33px;
	left: 336px;
}

#container #main .fbaTabs .fbaTabsPanel.active > .fbaTabsControl {
	background-color:#FFF;
    background-image:url("../layout/bg-tab-active.png");
    color:#00a28f;
    cursor: auto;
}

#container #main .fbaTabs .fbaTabsPanel.active > * {
	display: block;
}

/* Formatierungen für Tabcontrol */

/*.programmtabelle {
    font-size:12px;
}

.programmtabelle td {
   padding:7px 10px;
   height:80px;
   border-bottom:1px solid #c6ced2;
}

.programmtabelle .col_first {
    font-size:14px;
    font-weight: bold;
    text-align:center;
}

.programmtabelle .col_1 {
    text-align:center;
}

table.programmtabelle {
    border-top:2px solid #00A290;
}

.programmtabelle tr td {
    background-color:#EFF3F5;
} */


/* Breadcrumb in Eventdetailseiten */

#breadcrumb {
    margin-bottom:1.8em;
    padding:0;
    color:#888;
}

#breadcrumb ul {
    padding:0;
    margin:0;
}

#breadcrumb li {
    padding:0;
    margin:0;
    display:inline;
}

/* Formatierungen für Nachrichtenliste */

.mod_newslist p.info
{
  width:100px;
  height:60px;
  float:left;
  padding:0;
  margin:0;
  }
  
.mod_newslist .day {
    display:block;
    font-size:23px;
    font-weight:bolder;
    color:#979797;
    margin:0;
    padding:0;
}

.mod_newslist .weekday {
    color:#475e68;
    font-size:13px;
    font-weight:bolder;
    text-transform: uppercase;
}

.mod_newslist h2 {
    font-size:16px;
    font-weight: bold;
    color:#00A28F;
}

.mod_newslist .block {
    border-bottom:1px solid #adadad;
    padding:15px 0;
}

.mod_newslist .block.first {
    padding-top:0;
}

.mod_newslist .block.pagination {
    margin:10px;
    padding:0;
    border:0;
}

.mod_newslist .teaser {
    float: left;
    width: 455px;
}

.mod_newslist .teaser p {
    margin:0;
    padding:0;
}

.mod_newslist p.more {
    text-align:left;
    margin-left:100px;
    margin-top:5px;
    padding:0;
    font-weight:bold;
    color:#475e68;
}

.mod_newslist p.more a {
    color:#475e68;
}
  
.mod_newsreader p.info {
    float:right; 
    font-weight:bold;
    margin:0;
    padding:0;
    color:#475e68;
}

/*Newsletter*/

.mod_subscribe.block,
.mod_unsubscribe.block {
    margin-bottom:30px;
}


/* Pagination */

.pagination{clear:both;display:block;border-top:1px solid #BABABA;}
.pagination p{float:right;text-transform:uppercase;}
.pagination ul li{display:inline;list-style-type:none;text-transform:uppercase;}
.pagination ul li a,
.pagination ul li span.current {
    padding:5px;
    text-decoration:none;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px;
    }
.pagination ul li span.current,
.pagination ul li a:hover{background-color:#dddddd;}

/* Syndication Symbols */

.pdf_link {
    margin-bottom:5px;
    text-align:right;
}

/* SVG Map */

#map_wrap {
    margin-bottom:2em;
}

/* Sitemap */

.mod_sitemap ul {
    list-style-type: none;
    margin:10px 0 0 0;
    padding-left:0;
}

.mod_sitemap li {
    font-size: 14px;
    font-weight: bold;
}
.mod_sitemap li.sibling {
    margin-bottom: 20px;
}

.mod_sitemap li ul {
    margin:0;
    padding:0;
}

.mod_sitemap li ul li {
    font-size: 13px;
    font-weight: normal;
}

.mod_sitemap li ul li.first {
    /*font-weight: bold;*/
}

#main .mod_sitemap li ul ul {
    padding-left:15px;
}

.mod_sitemap li a {
    text-decoration: none;
}
.mod_sitemap li a:hover, .mod_sitemap li a:focus {
    text-decoration: underline;
}
.mod_sitemap li a.sibling {
    color: #008ece;
}
.mod_sitemap ul.level_1 li{
    background:url("../layout/arrow-left.gif") transparent no-repeat 0 6px;
    padding-left:10px;
}
.mod_sitemap ul.level_2 li{
    background:none;
    margin-left:10px;
}
/* Galerietemplate */

    .ce_gallery table  {
       vertical-align:middle;
       text-align:center;
       background-color:#FFF;
}

    .ce_gallery td,
    .ce_gallery tbody {
        padding:0;
        margin:0;
        background-color:#FFFFFF;
    }

    .ce_gallery .image_container {
        padding:0;
        margin:0;
    }

    .ce_gallery tbody tr:nth-child(even) td,
    .ce_gallery table tr .even td,
    .ce_gallery tbody tr:nth-child(2n) td,
    .ce_gallery tbody tr.even td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

    .ce_gallery tbody tr.odd td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

    .ce_gallery .image_container img
{
    -moz-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.5);
    box-shadow:2px 2px 5px 0 rgba(0,0,0,0.5);
    behavior:url('../../../plugins/css3pie/PIE.htc');
}

.mod_catalogfilter h3,
.mod_catalogfilter h3 label {
    font-size:14px;
    text-transform:uppercase;
    color: #2f6e8b;
}

.mod_catalogfilter h3 {
    font-size:14px;
    padding-top:5px;
    text-transform:uppercase;
}


/* zertifizierungsformular */

.dlh_googlemap input{
    width:175px;
    margin-top:5px;
}
.dlh_googlemap input.submit{
    padding:4px 4px 5px 4px;
    width:30px;
    position:relative;
    top:-2px;
}
.tdOverview{
    height:80px;
    overflow:hidden; 
}
.coin-slider{
    margin-top:-24px;
}

/* Styles für Eventslider auf der Startseite 13.03.2015*/

.slide-list {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 67px;
}

.slide-list .items-container {
  height: 629px;
  overflow: hidden;
}

.slide-list .items-container .items {
	position: relative;
}

.slide-list .controls .up {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	border-bottom: solid #bcbcbc 1px;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
    background: #ededed url("../layout/up.gif") no-repeat center center;
}

.slide-list .controls .up:hover {
	border-bottom-color: #00a28f;
}

.slide-list .controls .down {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	border-top: solid #bcbcbc 1px;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
    background: #ededed url("../layout/down.gif") no-repeat center center;
}

.slide-list .controls .down:hover {
	border-top-color: #00a28f;
}

.sizer h1{
    font-size:17px;
}
.sizer h2{
    font-size:22px;
}
.sizer h3{
    /*font-size:18px;*/
    font-size:15px;
}
.tdOverview{
	background:url("../layout/down.gif") transparent no-repeat bottom right;
}
.mod_wf_extendedBreadcrumb{
    font-size:14px;
}
.mod_dlh_googlemaps div, .mod_dlh_googlemaps div p strong{
    color: #2D2D2D;
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight:normal;
}
span.captcha_text.error{
    display:block;
    font-size:0.813em;
    width:148px!important;
}

span.captcha_text{
	display:block;
	width:140px!important;
	position:relative;
	top:2px;
}
.pdf_link{
    padding-bottom:3px;
}
select{
	font-size:12px;
	padding:2px 0;
}

.styled_select {
    width: 193px !important;
}

input:invalid, textarea:invalid, :-moz-ui-invalid{
    border:1px solid #96C0E6;
}
p.error{
    color:red;
}
input.error, textarea.error{
    background-color:#FBE3E4;
    border-color: #FBC2C4;
}
.teaserbox a:hover, .teaserbox a:focus{
    text-decoration:none!important;
}
textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
}

* {
  font-family: 'Open Sans', Arial, sans-serif !important;
}

input,
textarea,
select {
  font-size: 12px !important;
}

.confirm {
  font-weight: bold;
}

.fbabutton {
  background: #02b19c;
}

.mod_navigation .foko-app ul {
  display: none;
}

.mod_avisota_subscribe .subscription,
.hint-text p {
  color: #8b0000;
  font-weight: bold;
}

.cookiebar {
  font-size: 13px;
}
