body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
.bs-caption {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 40px;
    color: white;
}
 
.bs-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bs-nav .item, .bs-nav .item-nav {
    display: inline-block;
    *display: inline;
    zoom: 1;

    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 4px;

    text-indent: -999em;
    *text-indent: 0;

    border: 2px solid #fff;
    border-radius: 6px;

    cursor: pointer;
    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.bs-nav .item.active {
    background: #fff;
    opacity: 1;
}

.bs-nav .item-nav {
    border-radius: 0;
    width: 0;
    height: 0;
    border-style: inset;
    -webkit-transform:rotate(360deg);
}

.bs-nav .item-nav:hover {
    opacity: 1;
}

.bs-nav .item-nav.next {
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #ffffff;
}

.bs-nav .item-nav.prev {
    border-width: 7px 14px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}

body {
   /* background: url(/files/theme/image/background-forest.jpg) no-repeat fixed;*/
    overflow-y: scroll;
}
body, textarea {
    font-family: verdana;
}
#wrapper {
    padding:0px;
    height: 100%;
}
#header {
    background: url(/files/theme/image/biowaermeverband-noe-header.png) no-repeat;
}
#header #adresse {
    width: 280px;
    float:right;
    font-size: 0.8em;
    text-align: right;
    margin-top: 116px;
    padding-right: 10px;
    margin-bottom: 0px;
}
.opera #header #adresse,
.ie #header #adresse,
.chrome #header #adresse{
    margin-top: 118px;
}


#header #adresse,
#header #adresse a {
    color: #00722d;
    text-decoration: none;
}
#header #adresse a:hover {
    text-decoration: underline;
}
#left {
    margin-top: 20px;
}
#left, #main {
    margin-bottom: 30px;
}
#container {
    background: #fff;
}
#footer {
    background: #00712B url(/files/theme/image/green-gradient-bg.png) repeat-x;
    
}
#footer .inside {
    text-align: center;
    padding-right: 30px;
    padding-top: 5px;
}
#footer #toplink {
    display: none;
}
.image_container {
    margin:0;
}

.image_container.float_left {
    margin-right: 20px;
}
.image_container.float_right {
    margin-left: 20px;
}
#header .mod_navigation {
    background-color: #009335;
    background: #00712B url(/files/theme/image/green-gradient-bg.png) repeat-x;
    width: 100%;
    margin: 0px;
    padding:0px;
    float:left;
}
#header .mod_navigation ul.level_1 {
    padding:0px;
    list-style-type: none;
    margin: 0;
}
#header .mod_navigation ul.level_1 li {
    float:left;
}
#header .mod_navigation ul.level_1 li a {
    padding: 7px 15px;
    display:block;
    text-decoration: none;
    color: #fff;
}
#header .mod_navigation ul.level_1 li:hover {
    background: #0FAF47;
}
#header .mod_navigation ul.level_1 li a.active,
#header .mod_navigation ul.level_1 li a.trail {
    color: #0a7430;
}
#header .mod_navigation ul.level_1 li.active,
#header .mod_navigation ul.level_1 li.trail {
    background: #FCEA15;
    background: #FCEA15 url(/files/theme/image/yellow-gradient-bg.png) repeat-x;
}
/*=========== Seitliche Navigation =============================*/
#left .mod_navigation {
    margin-top: 0px;
    margin-right: 8px;
}
#left .mod_navigation ul {
    padding-left: 35px;
    list-style-image: url(/files/theme/image/nav-bullet.png);
}
#left .mod_navigation ul li a {
    display:block;
    color: #0a7430;
    text-decoration: none;
    font-size: 0.9em;
    padding: 2px 0px;
}
#left .mod_navigation ul li a:hover {
    color: #333;
}
#left .mod_navigation ul li a.active,
#left .mod_navigation ul li a.trail{
    text-decoration: underline;
    color: #000;
}
    /* ******  2. Level   ***** */
#left .mod_navigation ul.level_2 {
    padding-left: 15px;
    list-style-type: square;
    list-style-image: url();
}
#left .mod_navigation ul.level_2 li {
    color: #0a7430; 
}
#left .mod_navigation ul.level_2 li a {
    font-size: 0.8em;
}
#left .mod_navigation ul.level_2 li.first {
    margin-top: 15px;
}
#left .mod_navigation ul.level_2 li.last {
    margin-bottom: 15px;
}
    /* ******  3. Level   ***** */
#left .mod_navigation ul.level_3 {
    padding-left: 12px;
    list-style-type: circle;
    list-style-image: url();
}   

/*=============== Content NAVIGATION =====================*/
/* zb. Intern - Sitzungen */

#main .mod_navigation ul.level_2 {
    list-style-type: circle;
    padding-top: 5px;
}
#main .mod_navigation ul.level_2 li.last {
    margin-bottom: 12px;
}


/*=============== LOGOUT NAVIGATION =====================*/
#left .mod_navigation ul.level_1 li.logout {
    margin-top: 25px;
}
@media print {
    body {
        background-image: none;
    }
}
@media print {
    body {
        background-image: none;
    }
    
    #left,
    #header,
    #footer {
        display:none;
    }
    #container {
        
        padding: 0;
    }
    #main {
        font-size: 1em;
    }
}
#main{line-height:140%;font-size:.9em}#main .inside{padding:20px 30px 20px 0px;text-align:justify}#main .inside h1,#main .inside h2,#main .inside h3{font-weight:500;color:#015e23;color:#aa2f0d}#main .inside h1{font-size:1.3em}#main .inside h2{font-size:1.15em}#main .inside h3{font-size:1em}#main .inside strong{font-weight:600}#main .inside a{color:#0a7430}#main .inside a:hover{background:#fcea15}#main .inside .image_container a:hover{background:#fff}#main .inside .error{color:#900}#main .inside ul{list-style-type:square}#main .inside ol li{margin-bottom:5px}#main .inside .pagination{text-align:center}#main .inside .pagination .pagination p{display:none}#main .inside .pagination .pagination p ul{list-style-type:none;text-align:center;display:block}#main .inside .pagination .pagination p ul li{float:left;margin-right:5px}#main .inside .ce_text.wichtig{padding:10px;background:rgba(255,150,150,.2)}.m-l-10{margin-left:10px}.m-l-20{margin-left:20px}.t-c{text-align:center}.t-r{text-align:right}.p-0 p{padding:0;margin:0}.m-t-b-15{margin:15px 0px}.p25{width:25%}.p50{width:50%}.p75{width:75%}.p100{width:100%}#pw-vergessen{margin-left:120px}input.text,input.captcha{border:1px solid #999;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:.9em;padding:4px;background:#f6f6f6}input.text:focus,input.captcha:focus{background:#f0f0f0;border:1px solid #666}input.submit{border:1px solid #999;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:3px 6px;margin-top:3px}#searchform{margin-left:10px;margin-top:10px}#searchform td.col_first{display:none}#searchform input.text{width:150px}#searchform input.submit{border:0px;background:url(/files/theme/image/search.png) no-repeat;color:#fff;font-size:.01em;height:23px;width:16px}.mod_eventlist .event-wrapper{margin-bottom:5px}.mod_eventlist .header,.mod_eventlist .header time,.mod_eventlist .header .time{float:left}.mod_eventlist .event{margin-left:20px;float:left;max-width:500px}.mod_eventlist h2{font-weight:normal;margin-top:5px}.mod_eventlist h2 a{font-size:.9em}.mod_eventreader .info,.mod_eventreader .location{font-weight:bold}.mod_eventreader .ortsangabe{display:none}.ce_accordion{padding:4px 0px}.ce_accordion .toggler{background:url(/files/theme/image/plus.png) no-repeat left center;padding-left:23px;color:#0a7430;cursor:pointer}.ce_accordion .toggler:hover{text-decoration:underline}.ce_accordion .toggler.ui-state-active{background:url(/files/theme/image/minus.png) no-repeat left center;font-weight:bold}.ce_accordion .accordion div{margin-left:23px}.mod_search p.context{margin-left:15px}.mod_search .highlight{background:#f9f5c7}.mod_search .url{display:none}#main .ce_downloads ul{list-style-type:none;padding-left:0px}form.stammtisch select,form.stammtisch input.text{font-size:1rem;width:100%;padding:5px}form.stammtisch input.submit{font-size:1rem}
