@media all, print {

/* *** Downloads- / Links-Box *** */
.downloads-links-box {
    width:620px;
    padding:15px 15px 16px;
    background-color:#f6f6f6;
}
.downloads-links-box h3 {
    margin:0 0 5px;
    padding:0;
    line-height:14px;
}
.downloads-links-box p,
.links-box p,
.downloads-box p {
    padding-bottom:0px!important;
}
.downloads-links-box .ce_text,
.links-box .ce_text,
.downloads-box .ce_text {
    margin-bottom:0px!important;
}

/* *** Links-Box *** */
.links-box {
    width:100%;
    padding:15px 15px 16px;
    background-color:#f6f6f6;
}

/* *** Download-Box *** */
.downloads-box {
    width:100%;
    padding:15px 15px 16px;
    background-color:#f6f6f6;
}

/* *** Reiter *** */
.tabcontrol_tabs {
    background-color:#f6f6f6;
}
.tabcontrol_tabs > ul {
    border-bottom:1px solid #999;
}
.tabcontrol_tabs li.tabs {
    display:inline-block;
    margin:0;
    padding-right:7px;
    padding-left:7px;
    font-size:13px;
    line-height:24px;
    cursor:pointer;
}
.tabcontrol_tabs li.tabs.selected {
    margin-bottom:-1px;
    padding-right:14px;
    padding-bottom:1px;
    padding-left:14px;
    background-color:#fff;
    border-top:1px solid #999;
    border-right:1px solid #999;
    border-bottom:0px solid #999;
    border-left:1px solid #999;
}
.tabcontrol_panes {
    padding-top:25px;
}

/* *** Tabelle *** */
table thead tr {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    font:11px/13px 'Basic Commercial Bold',Arial,sans-serif;
}
#main table {
    min-width:620px;
}
.ce_table {
    overflow-x:auto;
}
table thead th {
    padding-top:6px;
    padding-bottom:6px;
    font:13px/18px 'Basic Commercial Bold',Arial,sans-serif;
}
table tbody td {
    padding-top:6px;
    padding-bottom:6px;
    vertical-align:top;
    font:13px/18px 'Basic Commercial Roman',Arial,sans-serif;
}
table tbody td a {
    margin:0;
    padding:0;
    font:13px/18px 'Basic Commercial Roman',Arial,sans-serif;
    line-height:0px!important;
    vertical-align: baseline;
}
table tbody tr {
    border-top:1px solid #b9b9b9;
    border-bottom:1px solid #b9b9b9;
}
.table-wide br {
    font:13px/18px 'Basic Commercial Roman',Arial,sans-serif;
}

/* *** Bildlupe *** */
.img-loup {
    width:40px;
    height:40px;
    right:15px;
    position:absolute;
    display:none;
    margin-top:-55px;
    background-image:url("../gfx/lupe_40x40.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:40px;
}
#main a.cboxElement:hover .img-loup,
.real-gallery:hover .img-loup,
.real-gallery.hover .img-loup {
    display:block;
}
.ce_gallery .cboxElement {
    position:relative;
}

/* *** Drucken *** */
.print-link {
    right:0;
    top:0;
    position:absolute;
}
.print-link a {
    width:21px;
    height:17px;
    display:block;
    margin:0;
    padding:0;
    background-image:url("../gfx/sprites/print_21x17.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:42px 17px;
}
.print-link a:hover {
    background-position:-21px 0px;
}

/* *** PDF Vorschau *** */
.pdf-preview li {
    width:30%;
    float:left;
    display:inline-block;
    padding-right:2%;
}
.pdf-preview img {
    width:120px;
    height:170px;
    overflow:hidden;
    display:block;
    margin-bottom:8px;
    border:1px solid #b9b9b9;
}
.pdf-preview span,
.pdf-preview a {
    display:block;
}

/* *** Sprache Bemerkung *** */
.language-notification {
    width:100%;
    height:33px;
    text-align:center;
    background-color:#1b88cf;
}
.language-notification .inside {
    max-width:940px;
    margin-right:auto;
    margin-left:auto;
    text-align:left;
}
.language-notification a,
.language-notification p,
.language-notification span {
    font:15px/33px 'Basic Commercial Roman',Arial,sans-serif;
    color:#fff;
}

/* *** JS Bemerkung *** */
#no-js {
    width:100%;
    height:auto;
    min-height:33px;
    text-align:center;
    background-color:#1b88cf;
}
#no-js p {
    padding-right:30px;
    padding-left:30px;
    text-align:left;
    font:15px/33px 'Basic Commercial Roman',Arial,sans-serif;
    color:#fff;
}

/* *** Video *** */
#mbBottom {
    display:none;
}
#mbImage {
    padding:0;
}
#mbCenter {
    overflow:visible;
    height:auto!important;
    width:auto!important;
    border-radius:0px;
    box-shadow:none;
}
#mbImage.video {
    border:15px solid #1c1c1c;
}
.hyperlink_img {
    position:relative;
}
.videobutton {
    width:70px;
    height:50px;
    position:absolute;
    background-image:url("../gfx/sprites/play_button_70x50.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:140px 50px;
    cursor:pointer;
}
.videobutton:hover {
    background-position:-70px 0px;
}
#main .video img {
    display:inline-block;
}
#main figure > a {
    display:block;
}
#main figure,
#main figure a {
    text-align:center;
}
#main figure img {
    display:inline-block;
}

/* *** Bilder-Lightbox *** */
#mbImage.image {
    border:15px solid #fff;
    width:780px!important;
    height:528px!important;
    background-color:#ffffff!important;
}
#mbImage.image img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
#mbImage.image.wide img {
    width:100%!important;
}
#mbImage.image.tall img {
    height:100%!important;
}
#mbBottom {
    padding-top:3px;
    padding-right:15px;
    padding-bottom:15px;
    background-color:#fff;
}
#mbBottom,
#mbImage.image,
#mbNextLink,
#mbPrevLink {
    opacity:1!important;
}
#mbBottom {
    overflow:visible;
    padding-top:3px;
}
#mbTitle,
#mbNumber {
    display:none;
}
#mbCloseLink big,
#mbNextLink big,
#mbPrevLink big {
    display:none;
}
#mbCloseLink {
    width:23px;
    height:23px;
    background:#fff url("../gfx/sprites/x_23x23.png") left top no-repeat;
    background-size:46px 23px;
}
#mbCloseLink:hover {
    background-position:-23px 0px;
}
#mbBottom p.caption,
#mbBottom p.caption br {
    max-width:755px;
    font-size:13px;
    line-height:18px;
}
#mbBottom p.caption {
    margin-top:-25px;
    padding:0 6px 6px;
}
#mbCaption {
    width:auto!important;
}
.ce_tabcontrol figcaption {
    display:none;
}
#mbNextLink {
    width:25px;
    height:44px;
    right:-55px;
    top:334px;
    position:absolute;
    background-image:url("../gfx/sprites/pfeil_r_25x44.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:50px 44px;
}
#mbPrevLink {
    width:25px;
    height:44px;
    left:-55px;
    top:334px;
    position:absolute;
    background-image:url("../gfx/sprites/pfeil_l_25x44.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:50px 44px;
}
#mbNextLink:hover {
    background-position:-25px 0px;
}
#mbPrevLink:hover {
    background-position:-25px 0px;
}

/* *** Mobilmenü-Start *** */
#mobile-hamburger {
    display:none;
}

/* *** Galerie *** */
.ce_gallery ul li.col_last figure {
    margin-right:0px!important;
}
.ce_gallery figcaption {
    margin-right:0;
    padding-top:10px;
    text-align:left;
    background-color:#fff;
    margin-right:0px!important;
}

/* *** Suchergebnisse *** */
#search-results > div {
    margin-bottom:33px;
}
#search-results .formbody {
    display:none;
}
#search-results .header {
    margin-bottom:20px;
}
#search-results .pagination li {
    display:inline-block;
}
#search-results .highlight {
    font-family:'Basic Commercial Bold',Arial,sans-serif;
}

/* *** News *** */
#news-home .energie-umwelt-news {
    display:none;
}
#news-energie-umwelt .jenni-news {
    display:none;
}

/* *** Galerie-Downloads *** */
.galerie-download {
    width:40px;
    height:40px;
    right:70px;
    position:absolute;
    display:none;
    margin-top:-87px;
    background-image:url("../gfx/download_40x40.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:40px;
}
.galerie-download.hover,
.galerie-download:hover {
    display:block;
}
.galerie-download a {
    width:40px;
    height:40px;
    display:block;
}
.galerie-download span {
    display:none;
}

/* *** Legende *** */
#main .legende img {
    display:inline-block;
    vertical-align:inherit;
}
}
