/******************/
/* GENERAL STYLES */
/******************/
@font-face {
font-family: GraublauWeb;
src: url("../fonts/GraublauWeb.otf") format("opentype");
}

@font-face {
font-family: GraublauWeb;
font-weight: bold;
src: url("../fonts/GraublauWebBold.otf") format("opentype");
}
#dbg, #mobileDataTimeline {
    display: none;
}

* {
    font-family:'Univers LT W01_45 Light';
    font-size: 14px;
    color: #676767;
    line-height: 18px;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
}

#superwrapper {
    overflow-x: hidden !important;
}

#main .mod_article {
    overflow: visible;
}

#wrapper {
    background: #fff;
    max-width: 980px;
    margin: 0 auto;
}

.mobileMenuActive,
.mobileMenu,
.mobileH1 {
    display: none;
}

/***************************************************************************************************************/
/* HEADER STYLES                                                                                               */
/***************************************************************************************************************/

/* projectchooser */
#projectchooser-wrapper {
    height: 39px;
    background: url('../graphics/header-bg-projectchooser.png') center center;
    margin-left: -2000px;
    margin-right: -2000px;
}

#projectchooser {
    margin: 0 auto;
    padding: 0px 2000px;
}

#projectchooser li{
    float: left;
}

#projectchooser a{
    font-family:'Univers LT W01_45 Light';
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    height: 39px;
    line-height: 36px;

    -webkit-transition: background-color 200ms linear;
    -moz-transition   : background-color 200ms linear;
    -o-transition     : background-color 200ms linear;
    transition        : background-color 200ms linear;
}

#projectchooser a:hover {
    color: #00376a;
    background: #fff;
}

#projectchooser .active {
    color: #00376a;
    background: #fff;
}

#projectchooser-projects {
    float: right;
}


/* LOGOS */
#header-logos {
    clear:both;
    /* height: 121px; */
    background: #fff;
    padding: 20px 0;
}

#header-logos ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
}

#header-logos li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
}

#header-logos img{
    width: 100%;
}

/* main navigation */
#header .mod_navigation {
    height: 42px;
    background: #fff;
    clear: both;
}

#header .mod_navigation ul{
    padding-left: 19px;
    background: #fff;
    width: 100%;
    height: 42px;
}

#header .mod_navigation li{
    float: left;
}

#header .mod_navigation a, #header .mod_navigation span{
    display: inline-block;
    height: 40px;
    color: #95B73D;
    font-family:'Univers LT W01_45 Light';
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px 0 15px;
    line-height: 36px;
    margin-top: 2px;
    margin-left: 5px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;

    -webkit-transition: background-color 200ms linear;
    -moz-transition   : background-color 200ms linear;
    -o-transition     : background-color 200ms linear;
    transition        : background-color 200ms linear;
}

#header .mod_navigation a:hover, #header .mod_navigation span, #header .mod_navigation .trail a {
    background: #95B73D;
    color: #ffffff;
    margin-top: 0;
    height: 42px;
    line-height: 38px;
}

/***************************************************************************************************************/
/* MAIN ARTICLE STYLES                                                                                         */
/***************************************************************************************************************/
#main .mod_article {
    border-bottom: 16px solid #fff;
}
#main .mod_article .button a  {
    background: #95B73D;
    text-indent:0; 
    display:inline-block;
    color:#fff;
    font-family:'Univers LT W01_45 Light';
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    height:30px;
    line-height:30px;
    text-decoration:none;
    text-align:center;    
    padding: 0 10px 0 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:33px;
    line-height:30px;
    text-decoration:none;
    text-align:center;
    border: none;
}

#main .mod_article .button a:hover {
    background-color:#A9D12C;
    color: #fff;
    cursor:pointer;
}
.ce_hyperlink {
	padding-left: 10px;
}
.ce_hyperlink a {
    background: #ffffff none repeat scroll 0 0;
    color: #676767;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
}
.ce_hyperlink a:hover {
    background: #95b73d none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
}

/***************************************************************************************************************/
/* MAIN NAvigation                                                                                                 */
/***************************************************************************************************************/

#main .mod_navigation {
    height: 42px;
    background: #fff;
    clear: both;
}

#main .mod_navigation .level_1 ul{
    padding-left: 19px;
    background: #fff;
    width: 100%;
    height: 42px;
}

#main .mod_navigation li{
    float: left;
}

#main .mod_navigation .level_1 a, #main .mod_navigation .level_1 span{
    display: inline-block;
    height: 40px;
    color: #95B73D;
    font-family:'Univers LT W01_45 Light';
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px 0 15px;
    line-height: 36px;
    margin-top: 2px;
    margin-left: 5px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;

    -webkit-transition: background-color 200ms linear;
    -moz-transition   : background-color 200ms linear;
    -o-transition     : background-color 200ms linear;
    transition        : background-color 200ms linear;
}

#main .mod_navigation .level_1 a:hover, #main .mod_navigation .level_1 span, #main .mod_navigation .level_1 .trail a {
    background: #95B73D;
    color: #ffffff;
    margin-top: 0;
    height: 42px;
    line-height: 38px;
}

#main h1 {
    font-size: 24px;
    line-height: 40px;
    font-family:'UniversLTW01-47LightCn';
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform:uppercase;
}
#main h2 {
    color: #666666;
    font-size: 24px;
    font-family:'UniversLTW01-47LightCn';
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px;
    text-transform:uppercase;
}
h2#trenner {
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    font-family:'UniversLTW01-47LightCn';
    color: #ffffff;
    background-color:#005ea8;
    padding-left: 25px;
    padding-top: 0;
    margin: 0;
    position: relative;
    text-transform:uppercase;
    border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
}
#main h3 {
    font-size: 24px;
    line-height: 24px;
    font-family:'UniversLTW01-47LightCn';
    color: #ffffff;
    background: transparent url('../graphics/main-bg-h1.png') 0 0 no-repeat;
    height: 44px; /* 47 */
    padding-left: 25px;
    padding-top: 3px;
    margin: 0;
    position: relative;
}
#main .ce_text,
#main .mod_subscribe{
    padding: 20px;
    border-bottom: 5px solid #fff;
    background: #ffffff;
}

#main .ce_text a{
	font-weight: bold;
    color: #676767;
}

#main .ce_text a:hover{
	font-family:'Univers LT W01_65 Bold';
    color: #000;
}
#main .ce_text ul{
    list-style-image: url('../graphics/listpoint-bb11.png');    
}
#main .ce_text li {
    margin-left: 20px;
    line-height: 20px;
    padding:  5px 0;
}
/*BUTTON ROUND */
.round-button {
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #464646;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.round-button:hover {
    background: #262626;
}

/* HeaderBild (Einzelbild) */
#main .hg_grau{
	background: #d8d8d8;
    margin-left: -2000px;
    margin-right: -2000px;
	margin-bottom:-7px;
	width:auto;
	position:relative;
}

#main .hg_grau .image_container{
    margin: 0 auto;
    padding: 0px 2000px;
}

#main .hg_grau .image_container img{
	float:left;
}
#main .main-slider_bg {
    position: relative;
}
#main .ce_text .image_container, #main .mod_newslist .image_container {
    margin-right: 20px;
}

/* content-slider */
#main .ce_sliderStart {
    position: relative;
    margin-bottom: -7px;
}

#main .slider-control {
    position: absolute;
    top: 30%;
    z-index: 10000;
    width: 100%;
}

#main .slider-control a.slider-prev {
    display: block;
    width: 30px;
    height: 60px;
    background: url('../graphics/low/slider-nav-left.png') 0 0 no-repeat;
    text-indent: -999em;
}

#main .slider-control a.slider-prev:hover {
    background: url('../graphics/low/slider-nav-left_h.png') 0 0 no-repeat;
}

#main .slider-control a.slider-next {
    display: block;
    width: 30px;
    height: 60px;
    background: url('../graphics/low/slider-nav-right.png') 0 0 no-repeat;
    text-indent: -999em;
}

#main .slider-control a.slider-next:hover {
    background: url('../graphics/low/slider-nav-right_h.png') 0 0 no-repeat;
}

#main .slider-control .slider-menu {
    margin-top: 24%;
}

#main .slider-control .slider-menu b {
    font-size: 60px;
    color: #ffffff;
    opacity: 0.8;
}

#main .slider-control .slider-menu b.active {
    color: #00376a;
}

#main .ce_sliderStart .caption {
    background-color:rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 10px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1000;
    width: auto !important;
}

#main .ce_sliderStart .image_container img {
    float: left;
}

#main .ce_sliderStartWrapper {
    background: #fff;
    margin-left: -2000px;
    margin-right: -2000px;
}

#main .ce_sliderStartWrapperInner{
    margin: 0 auto;
    padding: 0px 2000px;
}
#main .pluspunkte {
    padding: 20px;
    border-bottom: 5px solid #fff;
    background: #acc549;
}

#main .pluspunkte p {
	font-weight: normal;
    color: #ffffff;
}
#main .pluspunkte ul {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
#main .pluspunkte li {
	line-height: 2em;
	display: block;
    background-image: url('../graphics/cross.png');;
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}

#main .pluspunkte2 li {
	width:45%;
	float:left;
	line-height: 30px;
	display: inline;
	list-style-type: none;
	margin: 0 20px 10px 0;
	color: #fff;
	font-weight: bold;
    background-image: url('../graphics/cross.png');;
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}
#main .pluspunkte h2 {
	color:#fff;
}

/***************************************************************************************************************/
/* News Modul                                                                                                  */
/***************************************************************************************************************/

#main .mod_newslist .layout_latest {
    padding: 20px;
    border-bottom: 5px solid #fff;
    background: #ffffff;
    position: relative;
}

#main .mod_newslist .layout_latest .image_container .float_left {
    margin-right: 20px;
}
#main .mod_newslist h2 {
    border: none;
    background: transparent;
}

#main .mod_newslist h2 a{
    font-size: 24px;
    line-height: 24px;
    font-family:'UniversLTW01-47LightCn';
    color: #666666;
    margin: 0px 0px 20px 0px;
    text-decoration: none;

    -webkit-transition: color 200ms linear;
    -moz-transition   : color 200ms linear;
    -o-transition     : color 200ms linear;
    transition        : color 200ms linear;
}

#main .mod_newslist h2 a:hover{
    color: #00376a;
}

#main .mod_newslist p.more a,
#main .mod_newsreader p.back a{
    background: #95B73D;
    text-indent:0;    
    display:inline-block;
    color:#fff;
    font-family:'Univers LT W01_45 Light';
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    height:30px;
    line-height:30px;
    text-decoration:none;
    text-align:center;    
    padding: 0 10px 0 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#main .mod_newslist p.more a:hover,
#main .mod_newsreader p.back a:hover {
    background: #A9D12C;
}

#main .mod_newslist p.more a .icon-info,
#main .mod_newsreader p.back a .icon-arrow-left{
    color: #ffffff;
    padding: 0 10px 0 10px;
}


#main .mod_newsreader .ce_text {
    padding: 0px;
    border-bottom: 0px solid #fff;
    background: transparent;
}

#main .mod_newsreader {
    padding: 20px;
    border-bottom: 5px solid #fff;
    background: #ffffff;
}

/***************************************************************************************************************/
/* DOWNLOADS                                                                                                  */
/***************************************************************************************************************/

#main .ce_downloads{
	margin-top:-5px;
    padding: 20px;
    border-bottom: 5px solid #fff;
    background: #ffffff;
}

#main .ce_downloads li{
	margin:0 0 10px 0;
	padding:0;
	line-height:24px;
}

#main .ce_downloads img{
	margin:0;
	padding:0;
	background-position:center center;
	float:left;
}

#main .ce_downloads a{
	font-size:16px;
    line-height: 30px;
	margin:0;
    padding: 5px 10px;
    background: #ffffff;
	color: #676767;
	text-decoration:none;
}

#main .ce_downloads a:hover{
	margin:0;
    padding: 5px 10px;
    background: #95B73D;
	color:#fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/***************************************************************************************************************/
/* NEWSLETTER STYLES                                                                                           */
/***************************************************************************************************************/

#main .xmo_newsletter_left {
    width: 50%;
    display: table-cell;
}

#main .xmo_newsletter_right {
    width: 50%;
    display:table-cell;
    vertical-align: bottom;
    text-align: right;
}


#main .mod_subscribe .submit {
    background: #95B73D;
    text-indent:0; 
    display:inline-block;
    color:#fff;
    font-family:'Univers LT W01_45 Light';
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    height:30px;
    line-height:30px;
    text-decoration:none;
    text-align:center;    
    padding: 0 10px 0 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:33px;
    line-height:30px;
    text-decoration:none;
    text-align:center;
    border: none;
}

#main .mod_subscribe .submit:hover {
    background-color:#A9D12C;
    cursor:pointer;
}

#main .mod_subscribe input[type=text] {
    border: 1px solid #cccccc;
    outline: none;
    height: 30px;
    margin-right: 10px;
    width: 250px;
    padding: 0 5px 0 5px;
    line-height: 12px;
}

#main .mod_subscribe .error {
    color: #c30a19;
}

/***************************************************************************************************************/
/* FOOTER STYLES                                                                                               */
/***************************************************************************************************************/
#footer {
    margin-top: 100px;
}

/* copyright */
#copyright-wrapper {
    min-height: 90px;
    max-height: 250px;
    background: url('../graphics/header-bg-projectchooser.png') center center;
    margin-left: -2000px;
    margin-right: -2000px;
    clear: both;
}

#copyright {
    margin: 0 auto;
    padding: 0px 2000px;
}

#copyright a{
    font-family:'Univers LT W01_45 Light';
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    line-height: 37px;

    -webkit-transition: color 200ms linear;
    -moz-transition   : color 200ms linear;
    -o-transition     : color 200ms linear;
    transition        : color 200ms linear;
}

#copyright a:hover{
    color: #fff;
}

#copyright-links {
    text-align: center;
}

/* navigation */
#footer .mod_navigation {
    float: left;
    margin-bottom: 10px;
}

#footer .mod_navigation ul.level_1{

}

#footer .mod_navigation ul.level_1 li{
    float: left;
    margin-right: 25px;
}

#footer .mod_navigation ul.level_1 a{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition   : color 200ms linear;
    -o-transition     : color 200ms linear;
    transition        : color 200ms linear;
}

#footer .mod_navigation ul.level_1 a:hover{
    color: #676767;
}


#footer .mod_navigation ul.level_2{
    margin-top: 5px;
}

#footer .mod_navigation ul.level_2 li{
    clear: both;
    min-width: 160px;
}

#footer .mod_navigation ul.level_2 a{
    font-size: 12px;
    font-weight: normal;
    color: #676767;
    text-decoration: none;
    line-height: 22px;
    -webkit-transition: color 200ms linear;
    -moz-transition   : color 200ms linear;
    -o-transition     : color 200ms linear;
    transition        : color 200ms linear;
}

#footer .mod_navigation ul.level_2 a:hover{
    color: #0067a3;
}

/* footer-logos */


#footer-logos a{
    float: left;
    display: inline-block;
}

#footer-logos {
    float: right
}
#footer .lig-logo {
float: right;
margin-top: 10px;
}

#footer-logos ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
}

#footer-logos li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
}

#footer-logos img{
    width: 100%;
}
/* Table Legende */

.tblLegend{
    margin:0;
}

.tblLegend td {
    vertical-align: middle;
    font-size: 10px;
}

.tblLegend td:nth-child(2n) {
   padding-right: 10px;
}

.tblLegend td img{
    float: left;
    margin-right: 5px;
}


.ce_tabcontrol .tabcontrol_tabs ul, .ce_tabcontrol .tabcontrol_tabs ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ce_tabcontrol .tabcontrol_tabs ul li.selected {
    background-color: #ccc;
    color: #333;
}
.ce_tabcontrol .tabcontrol_tabs ul li {
    color: #888;
    cursor: pointer;
    float: left;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.ce_tabcontrol .tabcontrol_tabs ul, .ce_tabcontrol .tabcontrol_tabs ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tab1 .tabcontrol_panes, .tab2 .tabcontrol_panes {
    border: 1px solid #ccc;
    padding: 20px;
}