#main-content article {
    border: medium none;
    box-shadow: none;
    float: none;
    position: static;
    width: auto;
}

#ajax_loader {
    display: block;
    margin: 20px auto;
}

#ajax_loader.hidden {
    display: none;
}

article h1, article h2, article h3, article h4 {
    clear: both;
    color: #039a9a;
    font-family: "CompatilDatevW01-Regular",Georgia,sans-serif;
    font-weight: normal;
}
article h1 {
    font-size: 32.2px;
    line-height: 35.4167px;
    margin-bottom: 16.1px;
}
article h2 {
    font-size: 22.4px;
    line-height: 24px;
    margin: 56px 0 11.2px;
}
article h3 {
    font-size: 18px;
    margin: 27.3px 0 4.55px;
    clear: none;
}
article h3 * {
    color: #039a9a;
    font-family: "CompatilDatevW01-Regular",Georgia,sans-serif;

}
article h3 b,
article h3 b * {
    font-family: "CompatilDatevW01-Regular",Georgia,sans-serif;
    font-weight: normal;
}
article h3 i,
article h3 i * {
    font-family: "CompatilDatevW01-Italic",Georgia,sans-serif;
}
article h3 b i,
article h3 i b,
article h3 b i *,
article h3 i b * {
    font-family: "CompatilDatevW01-Italic",Georgia,sans-serif;
    font-weight: normal;
}
article h3 a {
    color: #117e7a;
}
article h3 a:hover {
    color: #333;
}
article h3 a.secure {
    background-position: right 4px;
}
article h4 {
    color: #656c6a;
    font-family: "Segoe UI", "Tahoma", "Helvetica-Light", "Droid Sans Pro", sans-serif;
    font-size: 12.6px;
    line-height: 20.1667px;
    margin-bottom: 6.3px;
}
article p {
    line-height: 22.4px;
    margin-bottom: 8.4px;
}
article p a:visited * {
    color: #777;
}
article p a:hover *,
article p a:hover:visited * {
    color: #117e7a;
}
article p.opening {
    font-weight: bold;
}
article #vorspann p {
    font-size: 16.8px;
    margin-bottom: 18.4833px;
}
article #vorspann p a.secure {
    background-position: right 5px;
}
article sub,
article sup {
    font-size: 90%;
    position: relative;
    vertical-align: baseline;
}
article sub {
    bottom: -0.25em;
}
article sup {
    top: -0.5em;
}
article a:visited {
    color: #777;
}
article a:hover,
article a:hover:visited,
article a.mailto:hover span,
article a.mailto:hover:visited span {
    color: #117e7a;
}
article a.secure {
    background-image: url('graphiken/icon_secure.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding-right: 16px;
}
article ol,
article ul {
    margin-top: 15px;
    overflow: auto;
}
article .list-indent {
    padding-left: 20px;
}
#sidebar div ul,
#sidebar div ol{
    padding-left:15px;
    padding-right:15px;
}

article ol li,
article ul li {
    line-height: 22.4px;
    margin: 0 0 1.05em 34px;
}
article ol ol, article ol ul,
article ul ol,
article ul ul {
    margin-top: 10px;
}
article ol ol li, article ol ul li,
article ul ol li,
article ul ul li {
    margin-bottom: 0.75em;
}
article ol.number > li {
    list-style: decimal outside none;
    margin: 0 0 1.05em 34px;
}

article ol.lower-roman > li {
    list-style: lower-roman outside none;
    margin-left: 34px;
}
article ol.upper-roman > li {
    list-style: upper-roman outside none;
    margin-left: 34px;
}
article ol.lower-alpha > li {
    list-style: lower-alpha outside none;
}
article ol.upper-alpha > li {
    list-style: upper-alpha outside none;
}
article ul.disc > li {
    list-style: disc outside none;
}
article ul.square > li {
    list-style: square outside none;
}
article ul.check {
    padding-left: 0;
}
article ul.check > li {
    background-image: url('graphiken/icon_check.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    list-style: none outside none;
    padding-left: 20px;
    margin: 0 0 15px 15px;
}


/* iFrame Loader for DEV-72 */
.iFrame-loader {
    background:url(graphiken/ajax-loader.gif) center center no-repeat;
}

#source {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 0.9em;
    color: #656c6a;
}

.button {
    border: none;
    border-radius: 3px;
    font-family: "Segoe UI", "Tahoma", "Helvetica-Light", "Droid Sans Pro", sans-serif;
    font-size: 1em;
    padding: 10px 15px 9px;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background: #039a9a linear-gradient(to bottom, #039a9a 0%,#038c8c 100%);
}

.button,
.button.inactive:hover,
#termine-table .button,
.no-touch #termine-table .button.inactive:hover{
    display: inline-block;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.1), 0px 1px 3px rgba(0,0,0,0.25);
    color: #FFF;
    background: #039a9a;
    background: linear-gradient(to bottom, #039a9a 0%,#038c8c 100%);
}

.no-touch .button:not(.inactive):hover,
.no-touch #termine-table .button:not(.inactive):hover{
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), 0 2px 5px rgba(0,0,0,0.35);
    color: #FFF;
    background: #117e7a;
    background: linear-gradient(to bottom, #028282 0%,#015f5e 100%);
}
.button.inactive,
#termine-table .button.inactive{
    opacity: 0.1;
    cursor: default;
}
.button.icon:before{
    content: '';
    display: block;
    float: left;
}
.button.icon.download:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28' viewBox='0 0 27 28'%3E%3Cpath style='fill-rule: evenodd;opacity: 0.25;' d='M795.5,345A13.5,13.5,0,1,1,782,358.5,13.5,13.5,0,0,1,795.5,345Zm-2.5,5h5v8h-5v-8Zm7.664,7.985-5.164,5.132-5.164-5.132h10.328Zm-10.664,6h11v2.032H790v-2.032Z' transform='translate%28-782 -345%29'/%3E%3Cpath style='fill-rule: evenodd;fill:%23fff' d='M795.5,346A13.5,13.5,0,1,1,782,359.5,13.5,13.5,0,0,1,795.5,346Zm-2.5,5h5v8h-5v-8Zm7.664,7.985-5.164,5.132-5.164-5.132h10.328Zm-10.664,6h11v2.032H790v-2.032Z' transform='translate%28-782 -345%29'/%3E%3C/svg%3E%0A");
    width:27px;
    height:28px;
}

.button.secondary,
#termine-table .button,
.no-touch #termine-table .button.inactive:hover{
    background: #656C6A;
    background: linear-gradient(to bottom, #656C6A 0%,#5d5d5d 100%);
}
.no-touch .button.secondary:not(.inactive):hover,
.no-touch #termine-table .button:not(.inactive):hover{
    background: #393d3c;
    background: linear-gradient(to bottom, #494d4c 0%,#393d3c 100%);
}

.shop-environment-switch .button {
    margin: 10px;
}
.shop-environment-switch .notice {
    color: black;
}

.banner {
    margin: -15px -15px 15px -15px;
    border-radius: 5px 5px 0px 0px;
}

@media screen and (max-width: 637px) {
    .banner {
        height: auto;
        width: 312px;
    }
}
@media all and (max-width: 1038px) {
    article h1,
    article h4 {
        clear: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    article ul.check > li {
        background-image: url('graphiken/icon_check_2x.png');
        background-position: 0 3px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    article a.secure {
        background-image: url('graphiken/icon_secure_2x.png');
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
}
article figure {
    display: block;
    margin: 5px 0 25px;
}
article figure.left {
    float: left;
    margin: 5px 15px 25px 0;
}
article figure.right {
    float: right;
    margin: 5px 0 25px 15px;
}

article figure.left,
article figure.right {
    height: auto;
    width: 230px;
}

article figure img {
    height: auto;
    width: 100%;
    margin: 0;
    display: block;
}

article figure.center {
    text-align: center;
}

article figure.center img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

article figure figcaption {
    color: #656c6a;
    font-size: 12.6px;
}
article figure a {
    display: block;
    position: relative;
}
article figure a:before {
    background-color: #fff;
    background-image: url('graphiken/icon_search.png');
    background-image: url('graphiken/icon_search.png'), -webkit-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search.png'), -o-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search.png'), -moz-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search.png'), -ms-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search.png'), linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-position: 8px 8px, 0 0;
    background-repeat: no-repeat, no-repeat;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #999, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    content: "vergr\xF6\xDFern";
    height: 32px;
    width: 32px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    text-indent: -9999px;
    transform: rotateY(0deg);
    z-index: 1;
}
article figure a:hover:before {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), inset 0 0 0 1px #666, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    background-color: #e4e3e2;
    background-image: url('graphiken/icon_search.png');
    background-image: url('graphiken/icon_search.png'), -webkit-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), -o-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), -moz-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), -ms-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
}
article figure.screenshot .perspective {
    perspective: 450px;
    -webkit-perspective: 450px;
}
article figure.screenshot .perspective:after {
    content: " ";
    display: block;
    box-shadow: 0px 12px 8px #888;
    width: 240px;
    height: 5px;
    position: relative;
    bottom: 37px;
    z-index: -20;
}
article figure.screenshot.left a:before {
    right: 5px;
    bottom: 15px;
}
article figure.screenshot.left img,
article figure.screenshot.left .perspective:after {
    transform: rotateY(35deg);
    -webkit-transform: rotateY(35deg);
}
article figure.screenshot.left img {
    margin: 10px -15px 20px 5px;
}
article figure.screenshot.right img {
    transform: rotateY(-35deg);
    -webkit-transform: rotateY(-35deg);
    margin: 10px 0px 20px -15px;
}
article figure.screenshot.right .perspective:after {
    transform: rotateY(-35deg);
    -webkit-transform: translate3d(1px, 0px, 0px) rotateY(-35deg);
    right: 20px;
}

@media screen and (max-width: 637px) {
    article figure img {
        float: none;
    }
    article figure.left,
    article figure.right {
        float: none;
        margin: 15px 0;
        width: 100%;
    }
    article figure.left img,
    article figure.right img {
        margin: 0 auto;
    }
    article figure.left figcaption,
    article figure.right figcaption {
        margin: 0;
        width: 230px;
    }
    article figure.screenshot .perspective {
        perspective: none;
        -webkit-perspective: none;
    }
    article figure.screenshot .perspective:after {
        display: none;
    }
    article figure.screenshot.left a:before, article figure.screenshot.right a:before {
        right: 8px;
        bottom: 8px;
    }
    article figure.screenshot.left img, article figure.screenshot.right img {
        transform: none;
        -webkit-transform: none;
        margin: 0px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    article figure a:before {
        background-color: #fff;
        background-image: url('graphiken/icon_search_2x.png');
        background-image: url('graphiken/icon_search_2x.png'), -webkit-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken/icon_search_2x.png'), -o-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken/icon_search_2x.png'), -moz-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken/icon_search_2x.png'), -ms-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken/icon_search_2x.png'), linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-size: 16px 16px, 100% 100%;
    }
    article figure a:hover:before {
        background-color: #e4e3e2;
        background-image: url('graphiken/icon_search_2x.png');
        background-image: url('graphiken/icon_search_2x.png'), -webkit-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), -o-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), -moz-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), -ms-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-size: 16px 16px, 100% 100%;
    }
}
ul.linkList {
    border-bottom: 1px solid #ceccca;
    margin: 15px -15px;
}
ul.linkList li {
    border-top: 1px solid #ceccca;
    margin: 0;
}
ul.linkList li a.secure span {
    background-image: url('graphiken/icon_secure.png');
    background-position: right 2px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding-right: 19px;
}
ul.linkList li:hover {
    background-color: #f9f8f7;
}
ul.linkList li.teaser figure {
    float: left;
    margin: 0 15px 0 0;
}

ul.linkList li.teaser h3,
ul.linkList li.teaser h4 {
    clear: none;
    margin-top: 0;
}
ul.linkList li.teaser h4 {
    margin: 0;
    color: #656c6a;
}
ul.linkList li.teaser a {
    background-image: url('graphiken/icon_next.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding: 15px 45px 15px 15px;
}
ul.linkList li.teaser.secure a {
    background-image: url('graphiken/ico_next_secure.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 27px 16px;
}

ul.linkList li.info-orange,
ul.linkList li.info-red,
ul.linkList li.atwork,
ul.linkList li.notice,
ul.linkList li.info {
    background-position: 90% 0;
    background-repeat: no-repeat;
}
ul.linkList li.info-orange span,
ul.linkList li.info-red span,
ul.linkList li.atwork span,
ul.linkList li.notice span,
ul.linkList li.info span {
    content: "";
    float: right;
    height: 75px;
    margin-top: -15px;
    width: 65px;
    background-size: 65px 75px, 100% 100%;
    background-repeat: no-repeat;
}

ul.linkList li.info-red span {
    background-image: url('graphiken/kennzeichnungen/info_red.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.info-red h3 {
    color: #BE2344;
}

ul.linkList li.info-orange span {
    background-image: url('graphiken/kennzeichnungen/info_orange.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.info-orange h3 {
    color: #ff8a00;
}

ul.linkList li.info span {
    background-image: url('graphiken/info.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.atwork h3 {
    color: #ff8a00;
}
ul.linkList li.atwork span {
    background-image: url('graphiken/atwork.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.notice h3 {
    color: #ff8a00;
}
ul.linkList li.notice span {
    background-image: url('graphiken/kennzeichnungen/notice.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.icon {
    background-size: 32px 32px, 100% 100%;
}
ul.linkList li.icon h3 {
    margin: 0;
    font-size: 18px;
}
ul.linkList li.icon a {
    background-image: url('graphiken/icon_next.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding: 15px 45px 15px 55px;
}
ul.linkList li.icon:hover {
    background-color: #f9f8f7;
}
ul.linkList li.icon.secure a {
    background-image: url('graphiken/ico_next_secure.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 27px 16px;
}
ul.linkList li.pdf {
    background-image: url('graphiken/icon_linkliste/doc_pdf.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.word {
    background-image: url('graphiken/icon_linkliste/doc_word.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.excel {
    background-image: url('graphiken/icon_linkliste/doc_excel.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.ppt {
    background-image: url('graphiken/icon_linkliste/doc_ppt.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.pdfs {
    background-image: url('graphiken/icon_linkliste/doc_pdfs.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.psd {
    background-image: url('graphiken/icon_linkliste/doc_psd.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.ext_doc {
    background-image: url('graphiken/icon_linkliste/doc_link_external.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.int_doc {
    background-image: url('graphiken/icon_linkliste/doc_link_linklist_internal.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.epub {
    background-image: url('graphiken/icon_linkliste/doc_epub.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.fachliteratur {
    background-image: url('graphiken/icon_linkliste/doc_fachliteratur.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.software {
    background-image: url('graphiken/icon_linkliste/doc_software.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.seminar {
    background-image: url('graphiken/icon_linkliste/doc_seminar.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.info_db {
    background-image: url('graphiken/icon_linkliste/doc_infodb.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.video {
    background-image: url('graphiken/icon_linkliste/doc_video.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.zip {
    background-image: url('graphiken/icon_linkliste/doc_zip.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.lexinform {
    background-image: url('graphiken/icon_linkliste/doc_lexinform.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.community {
    background-image: url('graphiken/icon_linkliste/doc_community.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.blog {
    background-image: url('graphiken/icon_linkliste/blog.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.neutral {
    background-image: url('graphiken/icon_linkliste/neutrales-dateiformat.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.exe {
    background-image: url('graphiken/icon_linkliste/doc_exe.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.webform {
    background-image: url('graphiken/icon_linkliste/webformular.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.magazin {
    background-image: url('graphiken/icon_linkliste/datev-magazin.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.beratung {
    background-image: url('graphiken/icon_linkliste/beratung-vor-ort.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.consulting {
    background-image: url('graphiken/icon_linkliste/consulting.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.praesenzseminar {
    background-image: url('graphiken/icon_linkliste/linklist_praesenzseminar.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.material {
    background-image: url('graphiken/icon_linkliste/material.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.broschuere {
    background-image: url('graphiken/icon_linkliste/broschuere.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.onlineseminar {
    background-image: url('graphiken/icon_linkliste/beratung_schulung-online.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.recherche {
    background-image: url('graphiken/icon_linkliste/linklist_rercherchedienst.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
ul.linkList li.fremdsoftware {
    background-image: url('graphiken/icon_linkliste/linklist_software-fremdanbieter.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}

ul.linkList a,
ul.linkList a:hover {
    background-image: url('graphiken/icon_next_sml.png');
    background-position: 12px 15px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    display: block;
    padding: 10px 15px 10px 35px;
    text-decoration: none;
    color: #373636;
}

.productreferences ul.linkList li.teaser figure {
    margin: 0px -10px -10px -20px;
}
.productreferences ul.linkList li.teaser a {
    background-position: 99% 50%;
    padding-right: 35px;
}

@media screen and (max-width: 637px) {
    li.teaser img {
        width: 90px;
    }
    li.teaser span {
        margin: -15px -13px -15px 5px;
    }

    .productreferences ul.linkList li.teaser a {
        padding-left: 0px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    ul.linkList li a.secure span {
        background-image: url('graphiken/icon_secure_2x.png');
        background-position: right 2px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    ul.linkList li a,
    ul.linkList li a:hover {
        background-image: url('graphiken/icon_next_sml_2x.png');
        background-position: 8px 14px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    ul.linkList li.info span {
        background-image: url('graphiken/info_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 65px 75px;
    }
    ul.linkList li.atwork span {
        background-image: url('graphiken/atwork_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 65px 75px;
    }
    ul.linkList li.notice span {
        background-image: url('graphiken/kennzeichnungen/notice_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 65px 75px;
    }
    ul.linkList li.teaser a {
        background-image: url('graphiken/icon_next_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    ul.linkList li.teaser.secure a {
        background-image: url('graphiken/ico_next_secure_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 27px 16px;
    }
    ul.linkList li.icon {
        background-size: 32px 32px;
    }
    ul.linkList li.icon a {
        background-image: url('graphiken/icon_next_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    ul.linkList li.icon.secure a {
        background-image: url('graphiken/ico_next_secure_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 27px 16px;
    }
    ul.linkList li.pdf {
        background-image: url('graphiken/icon_linkliste/doc_pdf_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.word {
        background-image: url('graphiken/icon_linkliste/doc_word_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.excel {
        background-image: url('graphiken/icon_linkliste/doc_excel_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.ppt {
        background-image: url('graphiken/icon_linkliste/doc_ppt_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.pdfs {
        background-image: url('graphiken/icon_linkliste/doc_pdfs_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.psd {
        background-image: url('graphiken/icon_linkliste/doc_psd_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.ext_doc {
        background-image: url('graphiken/icon_linkliste/doc_link_external_x2.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.int_doc {
        background-image: url('graphiken/icon_linkliste/doc_link_internal_x2.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.epub {
        background-image: url('graphiken/icon_linkliste/doc_epub_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.fachliteratur {
        background-image: url('graphiken/icon_linkliste/doc_fachliteratur_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.software {
        background-image: url('graphiken/icon_linkliste/doc_software_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.seminar {
        background-image: url('graphiken/icon_linkliste/doc_seminar_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.info_db {
        background-image: url('graphiken/icon_linkliste/doc_infodb_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.video {
        background-image: url('graphiken/icon_linkliste/doc_video_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.zip {
        background-image: url('graphiken/icon_linkliste/doc_zip_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.lexinform {
        background-image: url('graphiken/icon_linkliste/doc_lexinform-2.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.community {
        background-image: url('graphiken/icon_linkliste/doc_community_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

    ul.linkList li.blog {
        background-image: url('graphiken/icon_linkliste/blog_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.neutral {
        background-image: url('graphiken/icon_linkliste/neutrales-dateiformat.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.exe {
        background-image: url('graphiken/icon_linkliste/doc_exe_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.webform {
        background-image: url('graphiken/icon_linkliste/webformular_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.magazin {
        background-image: url('graphiken/icon_linkliste/datev-magazin_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.beratung {
        background-image: url('graphiken/icon_linkliste/beratung-vor-ort_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.consulting {
        background-image: url('graphiken/icon_linkliste/consulting_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.praesenzseminar {
        background-image: url('graphiken/icon_linkliste/praesenzseminar_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.material {
        background-image: url('graphiken/icon_linkliste/material_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.broschuere {
        background-image: url('graphiken/icon_linkliste/broschuere_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.onlineseminar {
        background-image: url('graphiken/icon_linkliste/beratung-online_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.recherche {
        background-image: url('graphiken/icon_linkliste/rercherchedienst_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    ul.linkList li.fremdsoftware {
        background-image: url('graphiken/icon_linkliste/software-fremdanbieter_2x.png');
        background-position: 15px center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

}
.box {
    background-color: #f9f8f7;
    border-color: #e4e3e2;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
}
.box .boxContent {
    padding: 15px;
}
.box .more {
    background-image: url('graphiken/icon_next_sml.png');
    background-position: right 1px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    display: block;
    padding-right: 15px;
    text-align: right;
    font-weight: 600;
    color: #656C6A;
}
.box h3,
.box h4 {
    clear: none;
}
.box h3 {
    font-size: 20px;
    margin: 0 0 0.25em;
}
.box h4 {
    color: #656c6a;
}
.box .linkList {
    border: 0 none;
}
.box .linkList li {
    border: 0 none;
}
.box .linkList li a,
.box .linkList li a:hover {
    background-position: 14px 7px;
    padding: 3px 15px 3px 30px;
}
.box .linkList li:hover {
    background-color: #f3f2ef;
    border-bottom: 1px solid #ceccca;
    border-top: 1px solid #ceccca;
}
.box .linkList li:hover a,
.box .linkList li:hover a:hover {
    background-position: 14px 6px;
    padding: 2px 15px 2px 30px;
    color: #373636;
}

.secure .box .more {
    padding-right: 14px;
}
.secure .box .more:before {
    content: "";
    float: right;
    position: relative;
    bottom: 1px;
    left: 3px;
    height: 16px;
    width: 16px;
    background-image: url('graphiken/icon_secure.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
}

.box.entire {
    clear: both;
}

.box.entire.picture img {
    float: left;
    padding: 0 15px 0 0;
    width: auto;
}

.box.special:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 70px 80px;
    content: "";
    float: left;
    height: 75px;
    margin: 0 5px -15px;
    width: 70px;
}

.box.special.atwork {
    border-color: #ceccca #ceccca #ff8a00;
}
.box.special.atwork:before {
    background-image: url('graphiken/atwork.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
.box.special.atwork h3 {
    color: #ff8a00;
}

/* */
.box.special.info-red {
    border-color: #ceccca #ceccca #BE2344;
}
.box.special.info-red:before {
    background-image: url('graphiken/kennzeichnungen/info_red.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
.box.special.info-red h3 {
    color: #BE2344;
}

.box.special.info-orange {
    border-color: #ceccca #ceccca #ff8a00;
}
.box.special.info-orange:before {
    background-image: url('graphiken/kennzeichnungen/info_orange.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
.box.special.info-orange h3 {
    color: #ff8a00;
}

.box.notice {
    border-color: #ceccca #ceccca #ff8a00;
}
.box.notice:before {
    background-image: url('graphiken/kennzeichnungen/notice.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
.box.notice h3 {
    color: #ff8a00;
}

.box.info:before {
    background-image: url('graphiken/info.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}

.box.right,
.box.left {
    width: 294px;
}

.box.left {
    margin: 0 15px 15px 0;
}

.box.right {
    margin: 0 0 15px 15px;
}

.boxLink {
    text-decoration: none;
    background-color: transparent;
}

.boxLink,
.boxLink:visited,
.boxLink:active {
    border: none;
    outline:none;
    -webkit-appearance: none;
}

.boxLink:hover .box,
.boxLink:focus .box,
.boxLink:active .box {
    background-color: #f3f2ef;
    border-color: #e4e3e2;
}
.no-touch .boxLink:hover .box {
    background-color: #f3f2ef;
    border-color: #ceccca;
}


.boxLink.secure {
    background-image: none;
    padding-right: 0px;
}

.boxGroup {
    clear: both;
    margin-right: -15px;
}
.boxGroup .box {
    float: left;
    height: 100%;
    margin: 0 15px 15px 0;
}
.boxGroup .box figure {
    float: none;
}

.boxGroup.two .box {
    width: 294px;
}
.boxGroup.two .box img {
    display: block;
}
.boxGroup.three .box {
    width: 190px;
}
.boxGroup.three .box img {
    width: 190px;
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .box .more {
        background-image: url('graphiken/icon_next_sml_2x.png');
        background-position: right 1px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }

    .secure .box .more:before {
        background-image: url('graphiken/icon_secure_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

    .box.special.info:before {
        background-image: url('graphiken/info_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 70px 80px;
    }

    .box.special.atwork:before {
        background-image: url('graphiken/atwork_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 70px 80px;
    }

    .box.special.info-red:before {
        background-image: url('graphiken/kennzeichnungen/info_red_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 70px 80px;
    }

    .box.special.info-orange:before {
        background-image: url('graphiken/kennzeichnungen/info_orange_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 70px 80px;
    }

    .box.special.notice:before {
        background-image: url('graphiken/kennzeichnungen/notice_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 70px 80px;
    }
}
@media screen and (max-width: 637px) {
    .box.entire.picture img {
        float: none;
        width: 100%;
    }
    .box.picture.entire ul{
        width: 282px;
        overflow: hidden;
    }

    .box.entire.picture .boxContent,
    .boxGroup.two .box,
    .boxGroup.three .box {
        float: none;
        width: auto;
    }
    .box.entire.picture .boxContent img,
    .boxGroup.two .box img,
    .boxGroup.three .box img {
        width: 294px;
        max-width: 100%;
    }

    .boxGroup .box {
        height: auto;
    }

    .box.left,
    .box.right {
        float: none;
        margin: 0;
        width: auto;
    }
}
#opt_out_wrapper {
    margin-bottom: 20px;
}
#opt_out_wrapper #third_party_cookies_disabled_info,
#opt_out_wrapper #enableCookieInfo,
#opt_out_wrapper .opt_out_client_wrapper,
#opt_out_wrapper iframe,
#opt_out_wrapper .opt_out_client_thirdpartycookiesdisabled_fallback_link,
#opt_out_wrapper .opt_out_client_opt_out_functionality {
    display: none;
}
#opt_out_wrapper .visible {
    display: inline;
}
#opt_out_wrapper #third_party_cookies_disabled_info.visible,
#opt_out_wrapper .opt_out_client_thirdpartycookiesdisabled_fallback_link.visible,
#opt_out_wrapper #enableCookieInfo.visible {
    display: block;
}
#opt_out_wrapper input {
    margin: 3px 3px 3px 4px;
}

.product #topfeatures {
    margin-right: 100px;
    border-top: 1px dotted #656C6A;
}
.product #topfeatures p {
    font-size: 15px;
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px dotted #656C6A;
}
.product #productdetails {
    padding-left: 327px;
    margin-bottom: 30px;
    position: relative;
}
.product #productdetails h1, .product #productdetails h4 {
    clear: none;
}

@media screen and (min-width: 983px) {
    .product #productdetails {
        min-height: 280px;
    }
    .product #product-image {
        margin: -15px 0px -45px -15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (min-width: 638px) and (max-width: 982px) {
    .product #topfeatures {
        margin-right: 0px;
    }
    .product #product-image {
        position: absolute;
        top: 0;
        right: 0;
        margin: -15px -15px -45px -45px;
        width: 275px;
        height: 275px;
    }
    .product #productdetails {
        padding-right: 260px;
        padding-left: 0;
        margin-bottom: 15px;
        width: 350px;
        min-height: 215px;
    }
}
@media screen and (max-width: 637px) {
    .product #topfeatures {
        width: 292px;
        clear: both;
    }
    .product h1 {
        font-size: 21px;
        line-height: 1;
        margin-bottom: 0px;
    }
    .product #product-image {
        margin: 5px auto;
        display: block;
        width: 150px;
        height: 150px;
    }
    .product #productdetails {
        padding: 0;
        margin-bottom: 15px;
    }
}
#main-content article.collapse-area {
    border-top: 1px solid #ceccca;
    border-bottom: 1px solid #ceccca;
    position: relative;
}

.collapse-area {
    appearance: none;
    -webkit-appearance: none;
    margin: 0px -15px -1px;
    padding: 15px;

}
.collapse-area .collapse-title {
    color: #039A9A;
    line-height: 1.2em;
    display: block;
    font-size: 1.2em;
    margin: -15px;
    padding: 15px 15px 15px 35px;
    background-image: url('graphiken_de/icon_next_petrol.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
    font-family: "Segoe UI", "Tahoma", "Helvetica-Light", "Droid Sans Pro", sans-serif;
    cursor: pointer;
}
.collapse-area.secure .collapse-title {
    background-image: url('graphiken_de/icon_next_petrol.png'), url('graphiken/icon_secure.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
    background-size: 16px 16px, 16px 16px;
}
.collapse-area .details {
    padding: 0 0 0 20px;
}
.collapse-area ul.linkList {
    border-bottom: 0;
    margin-top: 0px;
    padding: 0px 15px;
}
.collapse-area ul.linkList li {
    border-top: 1px dotted #ceccca;
}
.collapse-area ul.linkList li.icon {
    background-position: 0px center;
}
.collapse-area ul.linkList li.icon a {
    padding-left: 45px;
    padding-right: 30px;
    background-position: 100% 50%;
}
.collapse-area ul.linkList > li:last-child {
    border-bottom: 1px dotted #ceccca;
}
.collapse-area ul.linkList div:last-child li {
    border-bottom: 1px dotted #ceccca;
}

.collapse-area input {
    display: none;
}
.collapse-area input + .collapse-title ~ * {
    display: none;
}
.collapse-area input:checked + .collapse-title ~ * {
    display: block;
}
.collapse-area input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin-bottom: -3px;
}
.collapse-area.secure input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol.png'), url('graphiken/icon_secure.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
}
@media screen and (min-width: 638px) {
    .collapse-area.expanded-by-default .collapse-title {
        background-image: url('graphiken_de/icon_open_petrol.png');
        background-position: 15px 17px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        margin-bottom: -3px;
    }
    .collapse-area.expanded-by-default input {
        display: none;
    }
    .collapse-area.expanded-by-default input + .collapse-title ~ * {
        display: block;
    }
    .collapse-area.expanded-by-default input:checked + .collapse-title ~ * {
        display: none;
    }
    .collapse-area.expanded-by-default input:checked + .collapse-title {
        background-image: url('graphiken_de/icon_next_petrol.png');
        background-position: 15px 17px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        margin-bottom: -15px;
    }
}
@media screen and (min-width: 638px) {
    .collapse-area.expanded-by-default.secure .collapse-title {
        background-image: url('graphiken_de/icon_open_petrol.png'), url('graphiken/icon_secure.png');
        background-position: 15px 17px, 98%;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        background-color: transparent, transparent;
    }
    .collapse-area.expanded-by-default.secure input:checked + .collapse-title {
        background-image: url('graphiken_de/icon_next_petrol.png'), url('graphiken/icon_secure.png');
        background-position: 15px 17px, 98%;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        background-color: transparent, transparent;
    }
}

a.back-to-top {
    border: none;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #656C6A;
    cursor: pointer;
    width: 32px;
    height: 32px;
    opacity: 0.75;
    position: absolute;
    right: -47px;
    float: none;
    margin-top: -37px;
    text-indent: -9999px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.05);
    background-image: url('graphiken_de/icon_up.png');
    background-position: 8px 8px, 0 0;
    background-repeat: no-repeat, repeat;
    display: block;
}
a.back-to-top:hover, a.back-to-top:hover:visited {
    color: #777;
}

#body {
    margin-top: -285px;
    padding-top: 285px;
}

.no-touch .collapse-title:hover {
    background-color: #f9f8f7;
}
.no-touch .collapse-area ul.linkList li:hover {
    margin-left: -35px;
    padding-left: 35px;
    margin-right: -15px;
    padding-right: 15px;
    border-bottom: 1px solid #ceccca;
    border-top: 1px solid #ceccca;
}
.no-touch .collapse-area ul.linkList li:hover:not(:last-child) {
    margin-bottom: -1px;
}
.no-touch .collapse-area ul.linkList div:not(:last-child) li:hover {
    margin-bottom: -1px;
}
.no-touch .collapse-area ul.linkList li.icon:hover {
    padding-left: 35px;
    background-position: 35px center;
}
@media screen and (min-width: 638px) {
    .no-touch .expanded-by-default .collapse-title {
        background-color: transparent;
    }
    .no-touch .expanded-by-default input:checked + .collapse-title:hover {
        background-color: #f9f8f7;
    }
}
.no-touch a.back-to-top:hover {
    background-image: url('graphiken_de/icon_up.png');
    background-color: rgba(0,0,0,0.1);

}

@media screen and (min-width: 983px) {
    .product .collapse-area {
        margin-left: 312px;
    }
}
@media screen and (min-width: 983px) and (max-width: 1070px) {
    a.back-to-top {
        position: static;
        margin: 0px 0px 15px 556px;
    }
}
@media screen and (min-width: 751px) and (max-width: 982px) {
    a.back-to-top {
        position: absolute;
        margin: -37px 0px 0px 0px;
    }
}
@media screen and (min-width: 638px) and (max-width: 750px) {
    a.back-to-top {
        position: static;
        margin: 0px 0px 15px 556px;
    }
}
@media screen and (max-width: 637px) {
    html {
        -webkit-animation: bugfix infinite 1s;
    }

    @-webkit-keyframes bugfix {
        from {
            padding: 0;
        }
        to {
            padding: 0;
        }
    }
    a.back-to-top {
        position: static;
        margin: 0px 0px 15px 266px;
        border-radius: 5px 0 0 5px;
    }

    .collapse-area .details {
        padding: 0;
    }
    .collapse-area .title {
        font-family: sans-serif;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .collapse-area .collapse-title {
        background-image: url('graphiken_de/icon_next_petrol_2x.png');
        background-position: 15px 17px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    .collapse-area input:checked + .collapse-title {
        background-image: url('graphiken_de/icon_open_petrol_2x.png');
        background-position: 15px 17px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 638px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 638px), only screen and (min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min-resolution: 192dpi) and (min-width: 638px), only screen and (min-resolution: 2dppx) and (min-width: 638px) {
    .collapse-area.expanded-by-default .collapse-title {
        background-image: url('graphiken_de/icon_open_petrol_2x.png');
        background-position: 15px 17px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    .collapse-area.expanded-by-default input:checked + .collapse-title {
        background-image: url('graphiken_de/icon_next_petrol_2x.png');
        background-position: 15px 17px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .collapse-area.secure .collapse-title {
        background-image: url('graphiken_de/icon_next_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
        background-position: 15px 17px, 98%;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        background-color: transparent, transparent;
    }
    .collapse-area.secure input:checked + .collapse-title {
        background-image: url('graphiken_de/icon_open_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
        background-position: 15px 17px, 98%;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        background-color: transparent, transparent;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 638px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 638px), only screen and (min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min-resolution: 192dpi) and (min-width: 638px), only screen and (min-resolution: 2dppx) and (min-width: 638px) {
    .collapse-area.secure.expanded-by-default .collapse-title {
        background-image: url('graphiken_de/icon_open_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
        background-position: 15px 17px, 98%;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        background-color: transparent, transparent;
    }
    .collapse-area.secure.expanded-by-default input:checked + .collapse-title {
        background-image: url('graphiken_de/icon_next_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
        background-position: 15px 17px, 98%;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        background-color: transparent, transparent;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.back-to-top {
        background-color: #f3f2ef;
        background-image: url('graphiken_de/icon_up_2x.png');
        background-image: url('graphiken_de/icon_up_2x.png'), -webkit-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), -o-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), -moz-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), -ms-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-size: 16px 16px, 100% 100%;
    }
    a.back-to-top:hover {
        background-color: #f3f2ef;
        background-image: url('graphiken_de/icon_up_2x.png');
        background-image: url('graphiken_de/icon_up_2x.png'), -webkit-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), -o-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), -moz-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), -ms-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken_de/icon_up_2x.png'), linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    }
}
.no-touch #main-content .attributes-table dl dt {
    font-weight: 600;
}

#main-content .attributes-table {
    border-bottom: 1px dotted #CCC;
    margin: 15px 0 15px 0px;
}
#main-content .attributes-table dl {
    border-top: 1px dotted #CCC;
}
#main-content .attributes-table dl dt {
    font-weight: bold;
    padding: 5px 0;
    position: absolute;
    width: 200px;
}
#main-content .attributes-table dd {
    padding: 5px 0 5px 220px;
}
@media screen and (max-width: 637px) {
    #main-content .attributes-table dl dt {
        position: static;
        width: 100%;
    }
    #main-content .attributes-table dd {
        padding: 0px 0 5px 0px;
    }
}

ul.authors-list.linkList li.teaser {
    padding: 15px 0px 15px 0px;
}
ul.authors-list.linkList li.teaser a {
    background-position-x: 100%;
    padding: 0px 30px 0px 0px;
}
ul.authors-list.linkList li.teaser figure {
    line-height: 1;
}
ul.authors-list.linkList div:not(:last-child) li.teaser.referenced:hover {
    margin-bottom: -1px;
}
ul.authors-list.linkList .autor-job-title {
    font-size: 1.1em;
    margin: -0.2em 0 0.3em 0;
    line-height: 1.4em;
}
ul.authors-list.linkList .autor-formatted-text {
    margin-bottom: 0.6em;
}
ul.authors-list.linkList .autor-formatted-text p {
    margin-bottom: 0;
}

.no-touch ul.authors-list.linkList li.teaser:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ceccca;
    border-top: 1px dotted #ceccca;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.no-touch ul.authors-list.linkList li.teaser.referenced:hover {
    margin-left: -35px;
    padding-left: 35px;
    margin-right: -15px;
    padding-right: 15px;
    background-color: #f9f8f7;
    border-bottom: 1px solid #ceccca;
    border-top: 1px solid #ceccca;
}

#termine-table {
    width: 588px;
    margin: 0 0 2em;
}
#termine-table.online > thead > tr > th:nth-of-type(1),
#termine-table.online > tbody > tr > td:nth-of-type(1) {
    display: none;
}
#termine-table.online .date .sort-record {
    font-weight: bold;
}
#termine-table.online .date .sort-record:nth-of-type(1) {
    width: 28px;
}
#termine-table tr th {
    line-height: 1.3em;
    padding: 7px 5px;
    border-top: 1px solid #656C6A;
    border-bottom: 1px solid #656C6A;
}
#termine-table tr th:last-child {
    text-align: right;
}
#termine-table tr td {
    line-height: 1.3em;
    padding: 14px 5px 11px;
    border-top: 1px dotted #ceccca;
    border-bottom: 1px dotted #ceccca;
}

#termine-table tr.js-termin-item--active {
    background-color: #cdebeb;
    position: relative;
}

#termine-table tr.js-termin-item--active td {
    position: relative;
    border-color: #cdebeb;
}
.no-touch #termine-table tr.js-termin-item--active:hover {
    background-color: #cdebeb;
}

@media screen and (min-width: 638px) {
    #termine-table tr:last-of-type td {
        border-color: #000000;
    }

    #termine-table tr.js-termin-item--active td {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #termine-table tr.js-termin-item--active td:first-child::before,
    #termine-table tr.js-termin-item--active td:first-child::after,
    #termine-table tr.js-termin-item--active td.order::after,
    #termine-table.online tr.js-termin-item--active td.date::before,
    #termine-table.online tr.js-termin-item--active td.date::after {
        content: '';
        display: block;
    }

    #termine-table tr.js-termin-item--active td:first-child::before,
    #termine-table tr.js-termin-item--active td:first-child::after,
    #termine-table tr.js-termin-item--active td.order::after,
    #termine-table.online tr.js-termin-item--active td.date::before,
    #termine-table.online tr.js-termin-item--active td.date::after {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 5px;
        height: 100%;
    }
    #termine-table tr.js-termin-item--active td:first-child::before,
    #termine-table.online tr.js-termin-item--active td.date::before {
        left: -5px;
        background-color: #cdebeb;
    }
    #termine-table tr.js-termin-item--active td:first-child::after,
    #termine-table.online tr.js-termin-item--active td.date::after {
        left: -10px;
        background-color: #039a9a;
        border-radius: 5px 0 0 5px;
    }
    #termine-table tr.js-termin-item--active td.order:after {
        width: 10px;
        right: -10px;
        background-color: #cdebeb;
        border-radius: 0 5px 5px 0;
    }

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #termine-table {
        height: 100%;
    }
    #termine-table div.button-wrap{
        height: 100%;
    }
}

@supports (-moz-appearance:none) {
    #termine-table tr.js-termin-item--active td:first-child::before,
    #termine-table tr.js-termin-item--active td:first-child::after,
    #termine-table tr.js-termin-item--active td.order::after,
    #termine-table.online tr.js-termin-item--active td.date::before,
    #termine-table.online tr.js-termin-item--active td.date::after {
        height: calc(100% + 1px);
    }
}

#termine-table tr td.order {
    vertical-align: middle;
    padding-right: 3px;
    text-align: right;
    width: 110px;
}
#termine-table tr td.order > * {
    color: #656C6A;
}
#termine-table tr td.order .button-wrap > .button {
    color: #FFF;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    margin: 3px 0;
    box-shadow: none;
    background: #656C6A linear-gradient(to bottom, #656C6A 0%,#5d5d5d 100%);
}
#termine-table tr td.free-places {
    vertical-align: middle;
}
#termine-table tr td.free-places,
#termine-table tr td.no-free-places,
#termine-table tr td.notmuch-free-places{
    text-align: left;
}

/*
#termine-table tr td.free-places:before,
#termine-table tr td.no-free-places:before,
#termine-table tr td.notmuch-free-places:before{
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 5px 0 0;
	border-radius: 5px;
	background-color: green;
}
#termine-table tr td.free-places:before{
	background-color: green;
}
#termine-table tr td.no-free-places:before{
	background-color: red;
}
#termine-table tr td.notmuch-free-places:before{
	background-color: darkorange;
}
*/
#termine-table tr td .plz {
    font-weight: bold;
}
#termine-table .date .row {
    display: table-row;
}
#termine-table .date .row span {
    display: inline;
}
#termine-table .date .sort-record:nth-of-type(1) {
    width: 23px;
}
#termine-table tr.no-places * {
    color: #a6a9aa;
}
#termine-table tr.no-places * .button {
    padding-right: 25px;
    padding-left: 15px;
    background-position: 73px 12px, 0 0;
}
#termine-table .hide {
    display: none;
}
#termine-table .button {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #999, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    color: #656C6A;
    float: right;
    padding: 10px 30px 10px 20px;
    background-color: #f3f2ef;
    background-image: url('graphiken/icon_next.png');
    background-image: url('graphiken/icon_next.png'), -webkit-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_next.png'), -o-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_next.png'), -moz-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_next.png'), -ms-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_next.png'), linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
    background-position: 72px 12px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 16px 16px, 100% 100%;
    cursor: pointer;
}
.termine-table-sort {
    top: 6px;
    right: 15px;
    position: absolute;
    float: left;
}
.termine-table-sort:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    right: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    pointer-events: none;
}
.termine-table-sort select {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px 10px 5px;
    outline: 0;
    border: 0;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.termine-table-sort select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.termine-table-sort option:not(:checked) {
    color: black;
}
.termine-table-sort select::-ms-expand {
    display: none;
}
@media screen and (max-width: 637px) {
    #termine-table {
        width: 282px;
    }
    #termine-table.online tbody tr td:nth-of-type(4):before {
        top: 50%;
        margin-top: -8px;
    }
    #termine-table.online .date .sort-record {
        font-weight: bold;
        font-family: sans-serif;
    }
    #termine-table tr, #termine-table th, #termine-table td {
        display: block;
    }
    #termine-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        border-bottom: 1px solid #ccc;
    }
    #termine-table tbody tr td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35%;
    }
    #termine-table tbody tr td.order {
        text-align: left;
        padding-top: 0;
        width: auto;
    }
    #termine-table tbody tr td.free-places {
        text-align: left;
        padding-bottom: 0;
        font-family: sans-serif;
        font-size: 14px;
    }
    #termine-table tbody tr td:before {
        left: 0;
        position: absolute;
        top: 6px;
        width: 45%;
        white-space: nowrap;
        font-size: 11px;
        padding-right: 10px;
    }
    #termine-table tbody tr td.free-places:before,
    #termine-table tbody tr td.no-free-places:before,
    #termine-table tbody tr td.notmuch-free-places:before {
        width: 9px;
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
    }
    #termine-table tbody tr td:nth-of-type(1):before {
        content: "Ort";
    }
    #termine-table tbody tr td:nth-of-type(2):before {
        content: "Datum";
    }
    #termine-table tbody tr td:nth-of-type(3) {
        border: none;
    }
    #termine-table tbody tr td:nth-of-type(4):before {
        content: "Buchung";
        top: 50%;
        margin-top: -16px;
    }
    #termine-table tbody tr td .button {
        margin: 5px 15px 10px 0;
        text-align: center;
        display: block;
        float: none;
        background: #f3f2ef;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #f3f2ef;
        background-image: -webkit-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: -o-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: -moz-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: -ms-linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #e4e3e2 100%);
        background-position: 0 0;
        background-repeat: repeat;
    }
    #termine-table tbody tr td .plz {
        font-weight: bold;
        font-family: sans-serif;
    }
    #termine-table tbody tr.no-places td .button {
        padding-right: 15px;
        padding-left: 15px;
        background-position: 0 0;
        background-repeat: repeat;
    }
    .termine-table-sort {
        position: relative;
        top: auto;
        right: auto;
    }
}

.no-touch #termine-table tbody tr:hover {
    background-color: #f9f8f7;
}
.no-touch #termine-table tbody tr td .plz {
    font-weight: 600;
}
.no-touch #termine-table.online .date .sort-record {
    font-weight: 600;
}
.no-touch #termine-table .button:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), inset 0 0 0 1px #666, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    background-color: #f3f2ef;
    background-image: url('graphiken/icon_next.png');
    background-image: url('graphiken/icon_next.png'), -webkit-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_next.png'), -o-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_next.png'), -moz-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_next.png'), -ms-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_next.png'), linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    color: #373636;
}
@media screen and (max-width: 637px) {
    .no-touch #termine-table .button:hover {
        background-color: #f3f2ef;
        background-image: -webkit-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: -o-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: -moz-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: -ms-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    }
}

.product #preise table {
    width: 608px;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 -15px 2em;
}
@media screen and (max-width: 637px) {
    .product #preise table {
        width: 312px;
    }
}
.product #preise table caption {
    padding: 10px 15px;
    border-top: 1px solid #ceccca;
    color: #656c6a;
    background-color: #f9f8f7;
}
.product #preise table caption, .product #preise table th, .product #preise table td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
.product #preise table caption h2, .product #preise table th h2, .product #preise table td h2 {
    margin: 0;
}
.product #preise table th, .product #preise table td {
    padding: 5px;
    line-height: 1.3em;
}
.product #preise table th.center, .product #preise table td.center {
    text-align: center;
}
.product #preise table th.right, .product #preise table td.right {
    text-align: right;
}
.product #preise table thead th {
    background-color: #f9f8f7;
    border-top: 1px solid #ceccca;
    border-bottom: 1px solid #ceccca;
    color: #656c6a;
}
.product #preise table thead th:first-child {
    padding-left: 15px;
}
.product #preise table thead th:last-child {
    padding-right: 15px;
}
.product #preise table tbody td, .product #preise table tfoot td {
    border-top: 1px solid #ceccca;
    border-bottom: 1px solid #ceccca;
}
.product #preise table tbody td:first-child, .product #preise table tfoot td:first-child {
    padding-left: 15px;
}
.product #preise table tbody td:last-child, .product #preise table tfoot td:last-child {
    padding-right: 15px;
}

#main-content .buybox {
    position: relative;
    padding: 15px;
    margin: 0 -15px -1px;
    border-top: 1px solid #ceccca;
    border-bottom: 1px solid #ceccca;
    background-color: #e2eeee;
    min-height: 90px;
}
#main-content .buybox h2 {
    margin: -3px 0px 10px 0px;
    padding-right: 250px;
}
#main-content .buybox p.artnr {
    margin-top: -4px;
    margin-bottom: 10px;
}
#main-content .buybox .boxDescription {
    padding-right: 342px;
}
#main-content .buybox ol li,
#main-content .buybox ul li {
    margin-bottom: 0.4em;
}
#main-content .buybox ul.linkList {
    border-bottom: none;
    margin: 15px 0px 15px -10px;
}
#main-content .buybox ul.linkList li {
    border-top: none;
}
#main-content .buybox ul.linkList li:hover {
    background-color: transparent;
}
#main-content .buybox ul.linkList a,
#main-content .buybox ul.linkList a:hover {
    display: inline-block;
    text-decoration: underline;
    padding: 0 15px 0 25px;
    background-position: 8px 5px;
}
#main-content .buybox ul.linkList a:hover,
#main-content .buybox ul.linkList a:hover * {
    color: #117e7a;
}
#main-content .buybox .button {
    display: block;
    padding: 10px 15px 10px 12px;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.25);
    background: #039a9a linear-gradient(to bottom, #039a9a 0%,#038c8c 100%);
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    text-decoration: none;
    clear: right;
    float: right;
}
#main-content .buybox .button * {
    color: #fff;
}
#main-content .buybox .button:before {
    content: "";
    width: 22px;
    height: 16px;
    display: inline-block;
    margin: -3px 8px -3px 0px;
    background-image: url('graphiken/ico_addtobasket.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
#main-content .buybox .button.secure span {
    background-image: url('graphiken/ico_secure_white.png');
    background-position: right 1px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding-right: 19px;
}
#main-content .buybox .button:hover {
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), 0 2px 5px rgba(0,0,0,0.35);
    background: #117e7a linear-gradient(to bottom, #028282 0%,#015f5e 100%);
}
#main-content .buybox .button.inaktiv {
    border: 1px solid #d0dddc;
    box-shadow: #ceccca 0px 0px 0px 1px inset;
    background: none;
    color: #656c6a;
    text-shadow: none;
    opacity: 0.5;
}
#main-content .buybox .button.inaktiv:before {
    background-image: url('graphiken/ico_addtobasket_gray.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin: -3px 0px -3px 0px;
}
#main-content .buybox .button.termine:before {
    background-image: url('graphiken/ico_dates.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin: -3px 0px -3px 0px;
}
#main-content .buybox .button.formular:before {
    background-image: url('graphiken/ico_buttonform.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin: -3px 0px -3px 0px;
}
#main-content .buybox .button.link_ext:before {
    background-image: url('graphiken/ico_buttonexternal.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin: -3px 0px -2px 0px;
}
#main-content .buybox .button.download:before {
    background-image: url('graphiken/ico_download.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin: -3px 0px -3px 0px;
}
#main-content .buybox.additionalDownload {
    min-height: 120px;
}
#main-content .buybox.additionalDownload h2 {
    padding-right: 250px;
}
#main-content .buybox.additionalDownload .button {
    display: block;
    width: 175px;
    text-align: center;
}
#main-content .buybox.additionalDownload .button.addToBasket {
    margin-bottom: 20px;
}
#main-content .buybox.additionalDownload .button.inaktiv {
    margin-bottom: 10px;
}
#main-content .buybox.additionalDownload .or {
    position: absolute;
    bottom: 25px;
    right: 85px;
}
#main-content .buybox .orderInfo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 245px;
}
#main-content .buybox .orderInfo .abPreis {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
#main-content .buybox .orderInfo .abPreis p {
    color: #039a9a;
    font-family: "CompatilDatevW01-Regular",Georgia,sans-serif;
    font-size: 17px;
    float: right;
    margin: 0px;
    text-align: right;
}
#main-content .buybox .orderInfo .abPreis p:before {
    content: 'i';
    font-family: "Courier New", serif;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    float: right;
    margin-left: 3px;
    margin-top: -7px;
    color: white;
    background: #039a9a;
    display: block;
    width: 15px;
    padding-left: 1px;
    height: 16px;
    line-height: 18px;
    border-radius: 2px;
}
#main-content .buybox .orderInfo .abPreis p.preisUndLieferinfo {
    font-size: 14px;
}
#main-content .buybox .orderInfo .abPreis p.preisUndLieferinfo:before {
    font-size: 14px;
    width: 12px;
    margin-top: -5px;
}
#main-content .buybox .orderInfo .abPreis:hover p:before {
    background: #026868;
}
#main-content .buybox .orderInfo .abPreis span {
    color: #039a9a;
    font-family: "CompatilDatevW01-Regular",Georgia,sans-serif;
    font-size: 34px;
    font-weight: bold;
}

#main-content .buybox.multiple-vars {
    padding: 0;
    width: 964px;
}
#main-content .buybox.multiple-vars h2 {
    padding: 0px;
}
#main-content .buybox.multiple-vars .details {
    display: table-cell;
    padding: 15px 15px 110px 15px;
    border-left: 1px solid #ceccca;
}
#main-content .buybox.multiple-vars.additionalDownload .details {
    padding-bottom: 155px;
}
#main-content .buybox.multiple-vars .boxDescription {
    padding-right: 0px;
}
#main-content .buybox.multiple-vars .variants {
    display: table-cell;
    width: 240px;
    background-color: #d0e7e7;
    padding: 15px;
}
#main-content .buybox.multiple-vars .variants ul {
    margin: 0.5em -16px 0.5em -15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}
#main-content .buybox.multiple-vars .variants ul li {
    margin: 0;
    padding: 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#main-content .buybox.multiple-vars .variants ul li a {
    display: block;
    padding: 0.5em 16px 0.5em 35px;
    text-decoration: none;
    color: #373636;
    font-weight: 600;
    background: transparent;
}
#main-content .buybox.multiple-vars .variants ul li a:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 15px;
    top: 11px;
    background-color: #FFFFFF;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #656c6a;
    border-radius: 7px;
}
#main-content .buybox.multiple-vars .variants ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#main-content .buybox.multiple-vars .variants ul li a.current, #main-content .buybox.multiple-vars .variants ul li a.current:hover {
    background-color: #e2eeee;
}
#main-content .buybox.multiple-vars .variants ul li a.current:after, #main-content .buybox.multiple-vars .variants ul li a.current:hover:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 14px;
    left: 18px;
    background-color: #000000;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
#main-content .buybox.multiple-vars .variants ul li a.secure span {
    background-image: url('graphiken/icon_secure.png');
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding-right: 19px;
}
#main-content .buybox.multiple-vars .variants .product-variants-teaser * {
    display: inline;
}

@media screen and (min-width: 638px) and (max-width: 982px) {
    #main-content .buybox .boxDescription {
        padding-right: 0px;
    }
    #main-content .buybox.multiple-vars {
        width: 638px;
    }
    #main-content .buybox.multiple-vars .boxDescription {
        padding-right: 0px;
    }
    #main-content .buybox.hasDescription h2 {
        padding-right: 0px;
    }
    #main-content .buybox.hasDescription .details {
        padding-bottom: 110px;
    }
    #main-content .buybox.hasDescription.additionalDownload .details {
        padding-bottom: 155px;
    }
}
@media screen and (max-width: 637px) {
    #main-content .buybox h2 {
        padding: 0px;
    }
    #main-content .buybox .details {
        padding-bottom: 110px;
    }
    #main-content .buybox .orderInfo {
        width: 282px;
    }
    #main-content .buybox .boxDescription {
        padding-right: 0px;
    }
    #main-content .buybox.additionalDownload h2 {
        padding: 0px;
    }
    #main-content .buybox.additionalDownload .details {
        padding-bottom: 155px;
    }
    #main-content .buybox.multiple-vars {
        width: auto;
    }
    #main-content .buybox.multiple-vars .details,
    #main-content .buybox.multiple-vars .variants {
        display: block;
        width: auto;
    }
    #main-content .buybox.multiple-vars .details {
        display: block;
        width: auto;
        border-left: 0;
        border-top: 1px solid #ceccca;
    }
    #main-content .buybox.multiple-vars .boxDescription {
        padding-right: 0px;
    }
    #main-content .buybox.multiple-vars .variants ul li a {
        font-weight: bold;
        font-family: sans-serif;
    }
    #main-content .buybox.multiple-vars .variants ul li a.current {
        margin-right: 1px;
    }
    #main-content .buybox .boxDescription, #main-content .buybox.multiple-vars .boxDescription {
        padding-right: 0px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #main-content .buybox.multiple-vars .variants ul li a.secure span {
        background-image: url('graphiken/icon_secure_2x.png');
        background-position: right;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }

    #main-content .buybox .button:before {
        background-image: url('graphiken/ico_addtobasket_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 22px 16px;
    }
    #main-content .buybox .button.inaktiv:before {
        background-image: url('graphiken/ico_addtobasket_gray_2x.png');
        background-position: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    #main-content .buybox .button.secure span {
        background-image: url('graphiken/ico_secure_white_2x.png');
        background-position: right 1px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    #main-content .buybox .button.termine:before {
        background-image: url('graphiken/ico_dates_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    #main-content .buybox .button.formular:before {
        background-image: url('graphiken/ico_buttonform-2.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    #main-content .buybox .button.link_ext:before {
        background-image: url('graphiken/ico_buttonexternal-2.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    #main-content .buybox .button.download:before {
        background-image: url('graphiken/ico_download_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
}
.info-buttons-list.one-column {
    display: none;
}

#productdetails .info-buttons-list {
    position: absolute;
    right: -15px;
    top: 143px;
    margin: 0;
}
#productdetails .info-buttons-list li {
    line-height: 14px;
    margin: 0 0 6px 0;
}
#productdetails .info-buttons-list .info-button {
    border-radius: 3px 0 0 3px;
    background-color: #039a9a;
}
#productdetails .info-buttons-list .info-button a {
    display: block;
    padding: 10px 30px 10px 15px;
    color: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    background-image: url('graphiken/icon_next_sml_white.png');
    background-position: 98% 10px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    cursor: pointer;
    width: 122px;
    text-decoration: none;
    background-size: 16px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#productdetails .info-buttons-list .info-button a.secure {
    background-image: url('graphiken/ico_next_sml_secure_white.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 23px 12px;
}

@media screen and (min-width: 983px) {
    #productdetails .info-buttons-list {
        right: auto;
        left: -15px;
        top: auto;
        bottom: 30px;
    }
    #productdetails .info-buttons-list .info-button {
        border-radius: 0 5px 5px 0;
    }
}
@media screen and (max-width: 637px) {
    #productdetails .info-buttons-list {
        display: none;
    }

    .info-buttons-list.one-column {
        display: block;
        border-top: 1px solid #ceccca;
        border-bottom: 1px solid #ceccca;
        margin: 0px -15px -1px;
        background-color: #f9f8f7;
    }
    .info-buttons-list.one-column li {
        border-top: 1px solid #ceccca;
        margin: 0 15px;
    }
    .info-buttons-list.one-column li:first-child {
        border-top: none;
    }
    .info-buttons-list.one-column .info-button a {
        background-image: url('graphiken/icon_next_sml.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        display: block;
        padding: 10px 15px 10px 15px;
        text-decoration: none;
        color: #373636;
        margin: 0 -15px;
        background-size: 16px 16px;
    }
    .info-buttons-list.one-column .info-button a.secure {
        background-image: url('graphiken/ico_next_sml_secure-2.png');
        background-position: 96% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 23px 12px;
    }
}
.no-touch #productdetails .info-buttons-list .info-button:hover, .no-touch #productdetails .info-buttons-list .info-button.secure:hover {
    background-color: #117e7a;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #productdetails .info-buttons-list .info-button a {
        background-image: url('graphiken/icon_next_sml_white_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        padding-right: 32px;
    }
    #productdetails .info-buttons-list .info-button a.secure {
        background-image: url('graphiken/ico_next_sml_secure_white_2x.png');
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

    .info-buttons-list.one-column .info-button a {
        background-image: url('graphiken/icon_next_sml_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: #f9f8f7;
    }
    .info-buttons-list.one-column .info-button a.secure {
        background-image: url('graphiken/ico_next_sml_secure_2x-2.png');
        background-position: 279px 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: #f9f8f7;
    }
}
.start #content {
    position: relative;
}

.start #main-content {
    min-height: 0;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
}
.start #main-content h1 {
    display: none;
}
.start #main-content h2 {
    margin-top: 36px;
}
.start #main-content #mobileBanner {
    display: none;
}
.start #main-content #start-head a {
    display: block;
    border-radius: 5px 5px 0px 0px;
    margin: -15px -15px 15px -15px;
    overflow: hidden;
}
.start #main-content #start-head a .banner {
    margin: 0px;
}
.start #main-content #start-head .banner {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
@media screen and (max-width: 982px) {
    .start #sidebar {
        display: none;
    }
}
.occupations {
    overflow: visible;
}
.occupations li {
    border-top: 1px solid #ccc;
    margin: 0;
}
.occupations li.selected, .occupations li.selected:hover {
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: -14px;
}
.occupations li.selected:last-child {
    border-radius: 0px 0px 0px 5px;
}
.occupations li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.occupations li.selected a span {
    background-image: none;
}
.occupations li.selected:hover a span {
    background-image: url('graphiken/ico_nok.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    right: 30px;
}
.occupations a {
    display: block;
    padding: 8px 15px 8px 40px;
    text-decoration: none;
    position: relative;
}
.occupations a:hover, .occupations a:visited {
    color: #373636 !important;
}
.occupations a span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('graphiken/icon_next_sml.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
.occupations input {
    position: absolute;
    margin-top: 13px;
    margin-left: 15px;
}

#bg-leiste {
    display: none;
    padding: 15px 15px 2px 15px;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
    background-color: #e9f4f4;
    height: 35px;
    font-family: sans-serif;
}
#bg-leiste:hover {
    cursor: pointer;
}
#bg-leiste h2 {
    color: #039A9A;
}
#bg-leiste h2 span.bg-state {
    color: #373636;
    padding-left: 3px;
}
#bg-leiste h2 span.bg-state.hidden {
    display: none;
}
#bg-leiste .bg-change span {
    color: #039A9A;
    padding-right: 7px;
}
#bg-leiste #bg-open {
    display: block;
    background-image: url('graphiken_de/icon_open_petrol.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
#bg-leiste .occupations {
    display: none;
    margin: 0px -15px -2px -15px;
}
#bg-leiste .occupations li {
    border: none;
}
#bg-leiste .occupations li a {
    padding: 10px 0px 10px 35px;
}
#bg-leiste .occupations li input {
    margin-top: 10px;
}

#bg-leiste.opened {
    border-radius: 5px;
    height: auto;
    position: absolute;
    left: 0;
    overflow: hidden;
}
#bg-leiste.opened h2 {
    margin-bottom: 10px;
}
#bg-leiste.opened .occupations {
    display: block;
}
#bg-leiste.opened #bg-open {
    display: none;
}
#bg-leiste.opened #bg-close {
    display: block;
    top: -24px;
    background-image: url('graphiken/ico_close_petrol.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}

.bg-change {
    display: none;
    color: #039A9A;
    text-decoration: none;
    float: right;
    position: relative;
    top: -14px;
    padding-right: 20px;
}

.mobile-box {
    display: none;
}

@media screen and (min-width: 638px) and (max-width: 982px) {
    .occupations li.selected, .occupations li.selected:hover {
        margin-right: 0;
    }
    .occupations li.selected:hover a span {
        background-image: url('graphiken/ico_nok.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        right: 15px;
    }

    #bg-leiste {
        display: block;
        width: 608px;
    }
    #bg-leiste + #main-content {
        margin-top: -10px;
    }
    #bg-leiste.opened + #main-content {
        margin-top: 42px;
    }

    .bg-box {
        display: none;
    }
}
@media screen and (max-width: 637px) {
    .occupations li.selected, .occupations li.selected:hover {
        margin-right: 0;
    }
    .occupations li.selected:hover a span {
        background-image: url('graphiken/ico_nok.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        right: 15px;
    }

    #bg-leiste {
        display: none;
        width: 282px;
        height: 30px;
        margin-left: 4px;
        z-index: 20;
    }
    #bg-leiste.opened + #main-content {
        margin-top: 59px;
    }
    #bg-leiste .bg-change {
        width: 10px;
        height: 15px;
    }
    #bg-leiste .bg-change span {
        display: none;
    }

    .start #content {
        overflow-x: visible;
    }

    .start #main-content {
        min-height: 0px;
        padding: 0px;
        background-color: transparent;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 0px;
        z-index: 1;
    }
    .start #main-content #start-head,
    .start #main-content .mobile {
        display: block;
        margin: 0 4px 15px 4px;
        float: none;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        padding: 15px 15px 5px 15px;
        width: 282px;
    }
    .start #main-content #start-head a,
    .start #main-content .mobile a {
        overflow: visible;
        margin: 0px;
    }
    .start #main-content #start-head #mobileBanner,
    .start #main-content .mobile #mobileBanner {
        border-radius: 0px 0px 5px 5px;
    }
    .start #main-content .mobile article:first-child h2 {
        margin-top: 15px;
    }
    .start #main-content .mobile.mobile-box {
        background-color: transparent;
        border-radius: 0px;
        box-shadow: none;
        padding: 0px;
        margin-top: 15px;
        width: auto;
    }
    .start #main-content .mobile.mobile-box article:first-child {
        margin-top: 0px;
    }
    .start #main-content .mobile.mobile-box .bg-box {
        border-radius: 5px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        background-color: rgba(234, 255, 255, 0.5);
        width: 312px;
    }
    .start #main-content .mobile.mobile-box .bg-box h2 {
        font-size: 16px;
        padding-top: 15px;
        margin: 0 15px 11.2px 15px;
    }
    .start #main-content h1 {
        display: block;
        font-size: 21px;
        margin-bottom: 15px;
    }
    .start #main-content #start-head {
        display: block;
        padding-bottom: 0px;
    }
    .start #main-content #start-head #banner {
        display: none;
    }
    .start #main-content #start-head #mobileBanner {
        display: block;
        border-radius: 0px 0px 5px 5px;
        margin: 0px -15px -5px -15px;
    }

    .start.bg #content {
        overflow-x: hidden;
    }
    .start.bg #main-content {
        margin: 10px 4px 15px 4px;
        float: none;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        padding: 0px 15px 5px 15px;
        width: 282px;
        position: relative;
        top: -15px;
    }
    .start.bg #main-content #start-head,
    .start.bg #main-content .mobile {
        display: block;
        margin: 0px;
        background-color: transparent;
        border-radius: 0px;
        box-shadow: none;
        padding: 0px;
        width: auto;
    }
    .start.bg #main-content #start-head a #mobileBanner {
        border-radius: 5px 5px 0px 0px;
        margin: 0px -15px -5px -15px;
    }
    .start.bg #main-content #start-head #mobileBanner {
        border-radius: 5px 5px 0px 0px;
        margin: -15px 0px 0px -15px;
    }
    .start.bg #main-content h1 {
        display: none;
    }
    .start.bg #bg-leiste {
        display: block;
    }
    .start.bg .bg-box {
        display: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .start .occupations a span {
        background-image: url('graphiken/icon_next_sml.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    .start #bg-open {
        background-image: url('graphiken_de/icon_open_petrol_2x.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    .start #bg-close {
        background-image: url('graphiken/ico_close_petrol_2x.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
}
#main-content article.infobox {
    border-left: 1px solid #ceccca;
    border-bottom: 1px solid #ceccca;
    border-top: 1px solid #ceccca;
    float: left;
    width: 606px;
}

.infobox {
    margin: 0px -15px -1px 312px;
    padding: 15px;
    min-height: 100px;
    width: 636px;
    background-color: #f9f8f7;
}
.infobox .boxBackgroundImage {
    float: right;
    height: 80px;
    width: 70px;
    margin: -15px -5px 0px 0px;
}
.infobox .boxHeadline {
    color: #656c6a;
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 0px 0px 1px 0px;
}
.infobox h3 {
    clear: none;
    margin: 0 0 0.25em;
    font-size: 1.3em;
    font-family: "CompatilDatevW01-Regular",Georgia,sans-serif;
    line-height: 1.2em;
}
.infobox img {
    margin: 0px 20px 0px 0px;
    padding: 0px;
    width: 100px;
    height: auto;
    float: left;
}
.infobox.notice h3 {
    color: #ff8a00;
}
.infobox.notice .boxBackgroundImage {
    background-image: url('graphiken/kennzeichnungen/notice.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
.infobox.info h3 {
    color: #039a9a;
}
.infobox.info .boxBackgroundImage {
    background-image: url('graphiken/info.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
@media screen and (min-width: 638px) {
    .infobox.info .boxBackgroundImage{
        background-image: url('graphiken/info_round.png');
    }
}
.infobox .linkList {
    border: 0 none;
    margin: 0;
}
.infobox .linkList li {
    border: 0 none;
    margin: 0px 0px 0px -4px;
}
.infobox .linkList li a,
.infobox .linkList li a:hover {
    background-position: 0px 4px;
    padding: 0 0 0 16px;
}
.infobox .linkList li a span,
.infobox .linkList li a:hover span {
    color: #656c6a;
}
.infobox .linkList li a span:hover,
.infobox .linkList li a:hover span:hover {
    color: #117e7a;
}

@media screen and (max-width: 982px) {
    #main-content article.infobox {
        margin: 0px -15px -1px;
        border-left: none;
    }
}
@media screen and (max-width: 637px) {
    #main-content article.infobox {
        width: 282px;
    }
    #main-content article.infobox img {
        width: 50px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .infobox.notice .boxBackgroundImage {
        background-image: url('graphiken/kennzeichnungen/notice_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 70px 80px;
    }
    .infobox.info .boxBackgroundImage {
        background-image: url('graphiken/info_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 70px 80px;
    }
}
@media screen and (min-width: 638px) {
    .gallery {
        margin-left: -15px;
        margin-right: -15px;
    }

    .galleryParent {
        width: 141px;
    }
}
@media screen and (max-width: 637px) {
    .gallery > figure {
        border: none;
        width: 133px;
    }

    .galleryParent {
        margin-left: 0px;
    }

    .gallery,
    .details .gallery {
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
.details .gallery figure {
    width: 135px;
}

.galleryParent {
    float: left;
    margin: 15px 0 0 15px;
}

.galleryImage:hover {
    border: 1px solid #ceccca;
    margin: -1px;
}

.gallerySubtitle {
    display: none;
}

.gallery figure a::before {
    bottom: 0px;
    right: 40px;
    display: none;
    background-image: none;
    box-shadow: none;
}

.galleryParent a:hover::before {
    bottom: 8px;
    right: 5px;
    display: block;
    background-color: #f3f2ef;
    background-image: url('graphiken/icon_search.png');
    background-image: url('graphiken/icon_search.png'), -webkit-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), -o-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), -moz-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), -ms-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search.png'), linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), 0 0 0 1px #666666 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .galleryParent a:hover::before {
        background-color: #f3f2ef;
        background-image: url('graphiken/icon_search_2x.png');
        background-image: url('graphiken/icon_search_2x.png'), -webkit-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), -o-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), -moz-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), -ms-linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-image: url('graphiken/icon_search_2x.png'), linear-gradient(to bottom, #fff 0%, #d0cfce 100%);
        background-size: 16px 16px, 100% 100%;
    }
}

blockquote.columnSmall {
    position: relative;
    margin: 15px 0;
    padding: 0;
}

blockquote.columnSmall {
    position: relative;
    margin: 15px 0;
    padding: 0;
}
blockquote > p {
    color: #039a9a;
    font-family: "CompatilDatevW01-Regular";
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.4em;
}

blockquote > p * {
    color: #039a9a;
}

section.company {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;

}

p.vote {
    margin-bottom: 5px;
    color: #656c6a;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: inherit;
    font-style: inherit;
}

p.voteCustomer {
    margin-top: 5px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.3em;
    color: #656c6a;
    font-size: 0.9em;
    font-family: inherit;
    font-style: inherit;
    min-height: 55px;
}
.layout-center .voteCustomer {
    clear: right;
}

.voteCustomer > b {
    color: #656C6A;
    font-weight: 600;
}

figure.vote {
    display: block;
    margin: 5px 0;
    width: auto;
}

figure.vote > img {
    height: auto;
    width: auto;
}

.layout-left figure.vote {
    float: left;
    margin: 5px 15px 5px 0;
    padding-top: 10px;
}

.layout-right figure.vote {
    float: right;
    margin: 5px 0 5px 15px;
    padding-top: 10px;
}

.layout-center figure.vote {
    float: left;
    margin: 5px 15px 5px 0;
    padding-top: 10px;
}

figure.logo {
    margin: 5px 0;
}

figure.logo > img {
    width: auto;
    max-width: 240px;
}

@media screen and (min-width: 638px) {
    .layout-right .columnBig {
        border: medium none;
        box-shadow: none;
        float: left;
    }

    .layout-right .columnSmall {
        border: medium none;
        box-shadow: none;
        float: right;
        margin-left: 30px;
        width: 240px;
    }

    .layout-left .columnBig {
        border: medium none;
        box-shadow: none;
        float: right;
    }

    .layout-left .columnSmall {
        border: medium none;
        box-shadow: none;
        float: left;
        margin-right: 30px;
        width: 240px;
    }

    .layout-right blockquote > p {
        text-align: right;
    }

    .layout-center section.company {
        border-bottom: none;
        border-top: none;
        float: right;
        margin-left: 15px;
        padding: 0;
    }

    .layout-center figure.logo,
    .layout-right figure.logo {
        text-align: right;
    }

    section.company {
        max-width: 240px;
    }
}
@media screen and (max-width: 637px) {
    section.company {
        max-width: 282px;
    }
}
.productCompare {
    margin: 0 0 2em;
    width: 588px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.productCompare tr.group td {
    opacity: 1;
    border-top: 1px solid #656C6A;
    border-bottom: 1px solid #ceccca;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 4px;
}
.productCompare tr:last-child td.active {
    box-shadow: inset 1px 0 0 #ceccca, inset -1px 0 0 #ceccca, inset 0 -3px 0 #039A9A;
    -webkit-box-shadow: inset 1px 0 0 #ceccca, inset -1px 0 0 #ceccca, 0 3px 0 #039A9A;
}
.productCompare tr th {
    border-bottom: 1px solid #656c6a;
    border-top: 1px solid #656c6a;
    color: #656C6A;
}
.productCompare tr td {
    border-bottom: 1px dotted #ceccca;
    border-top: 1px dotted #ceccca;
}
.productCompare tr td:not(:first-child) {
    font-size: 0.9em;
}
.productCompare tr td.no {
    background-image: url('graphiken/icon_nok.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
}
.productCompare tr td.yes {
    background-image: url('graphiken/icon_ok.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
}
.productCompare tr td p {
    line-height: 1.3em;
    margin-bottom: 0px;
}
.productCompare tr th, .productCompare tr td {
    padding: 5px;
    line-height: 1.3em;
    vertical-align: top;
}
.productCompare tr th:first-child, .productCompare tr td:first-child {
    padding-left: 0px;
}
.productCompare tr th:not(:first-child), .productCompare tr td:not(:first-child) {
    text-align: center;
    cursor: pointer;
    min-width: 30px;
}
.productCompare tr th.hover, .productCompare tr td.hover {
    background-color: #f9f8f7;
    box-shadow: 1px 0 0 #ceccca inset, -1px 0 0 #ceccca inset;
}
.productCompare tr th.active, .productCompare tr td.active {
    background-color: #e2eeee;
    box-shadow: inset 1px 0 0 #ceccca, inset -1px 0 0 #ceccca;
}

@media screen and (max-width: 637px) {
    .productCompare {
        width: 292px;
    }
    .productCompare tr th {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 0.8em !important;
    }
    .productCompare tr td {
        font-family: sans-serif !important;
        font-size: 0.75em;
    }
    .productCompare tr td:not(:first-child) {
        font-size: 0.7em !important;
    }
    .productCompare tr td p {
        max-width: 110px;
    }
    .productCompare tr td, .productCompare tr th {
        border-top: 1px solid #ceccca !important;
        border-bottom: 1px solid #ceccca !important;
        word-break: break-word;
    }
    .productCompare tr td:not(:first-child), .productCompare tr th:not(:first-child) {
        max-width: 50px;
    }
    .productCompare tr.group td {
        font-weight: bold;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .productCompare tr td.no {
        background-image: url('graphiken/icon_nok_2x.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    .productCompare tr td.yes {
        background-image: url('graphiken/icon_ok_2x.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    .productCompare tr td.no.hover, .productCompare tr td.yes.hover {
        background-color: #f9f8f7;
    }
    .productCompare tr td.no.active, .productCompare tr td.yes.active {
        background-color: #e2eeee;
    }
}
.videoPlayer {
    width: 100%;
    height: 160px;
    border: 0;
}
.videoPlayer.hidden {
    display: none;
}

@media screen and (min-width: 638px) {
    .videoPlayer {
        height: 342px;
    }
}
#hotline {
    background-color: #f9f8f7;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: -1px -15px -15px;
    padding: 15px;
}
#hotline h2 {
    margin-top: 0px;
    font-size: 1.6em;
}
#hotline p {
    line-height: 1.6em;
    margin: 0 0 0.6em;
}
#hotline #or {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    top: -2px;
}
#hotline .link {
    margin-top: 9px;
}

a.tel, a.contact {
    background-image: url('graphiken/hotline.png');
    background-position: 0 top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 32px 32px;
    clear: both;
    color: #039a9a;
    display: inline-block;
    font-family: "CompatilDatevW01-Regular",Georgia,sans-serif;
    margin: 0 0 8px;
    text-decoration: none;
    font-size: 32px;
    line-height: 32px;
    min-height: 32px;
    padding: 0 0 0 40px;
}
a.contact {
    background-image: url('graphiken/mail.png');
    background-position: 0 top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
a.link {
    background-image: url('graphiken/icon_next_sml.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    color: #656c6a;
    padding-left: 16px;
    text-decoration: none;
    display: block;
    position: relative;
    left: -5px;
}
a.link:hover {
    color: #117e7a;
}
@media screen and (min-width: 638px) {
    a.tel, a.contact {
        margin-top: 12px;
    }

    .product #main-content .collapse-area {
        background-color: white;
    }

    .product #main-content,
    .product #main-content #productdetails {
        box-shadow: none;
        background: transparent;
    }

    .product section#hotline{
        border:none;
        background: transparent;
    }

    .product #main-content .buybox {
        box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0,0.05);
        border-radius:5px;
        margin-bottom:15px;
    }
    .product #main-content .collapse-area {
        box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
        margin-bottom:15px;
        border-radius:5px;
        border:0;
    }

    .product #main-content .attributes-table {
        background: white;
        padding: 15px;
        margin: 15px -15px;
        border-bottom: none;
        border-radius: 5px;
        box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
    }
    .product #main-content .attributes-table dl:last-child {
        border-bottom: 1px dotted #CCC;
    }

    .product #main-content .infobox {
        margin-bottom:15px;
        background: #f9f8f7;
        border: 1px solid #e4e3e2;
        border-radius: 5px 5px 5px 20px;
        border-bottom-color: #039A9A;
        border-bottom-width: 3px;
        box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
    }

    #main-content .buybox .orderInfo .abPreis p:before,
    #main-content .buybox .orderInfo .abPreis p.preisUndLieferinfo:before {
        border-radius: 10px;
        font-family: Serif;
        font-style: italic;
        width:20px;
        height:20px;
        line-height: 20px;
    }

    #productdetails .info-buttons-list .info-button {
        border-radius:3px;
    }
}

@media screen and (min-width: 983px) {
    .product #main-content .attributes-table {
        margin-left: 312px;
    }
}

@media screen and (max-width: 637px) {
    #hotline #or {
        display: block;
        position: static;
        padding: 0;
    }

    #hotline #or,
    a.tel,
    a.contact {
        margin-bottom: 10px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.tel {
        background-image: url('graphiken/hotline-2.png');
        background-position: 0 top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    a.contact {
        background-image: url('graphiken/mail_2x.png');
        background-position: 0 top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    a.link {
        background-image: url('graphiken/icon_next_sml_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
}
#sidebar {
    float: left;
    width: 312px;
    margin-right: 14px;
}
#sidebar.clear {
    clear: both;
}
#sidebar .bg-box {
    background-color: #e9f4f4;
}

#sidebar .bg-box h2 {
    margin-bottom: 5px;
}
#sidebar article {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 0;
}
#sidebar article:last-of-type {
    margin-bottom: 0;
}
#sidebar article.bg-box {
    background-color: #e9f4f4;
}

#sidebar article.bg-box,
#sidebar article.entrance {
    box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
}
#sidebar #menu {
    display: none;
}
#sidebar h2 {
    font-size: 17px;
    padding-top: 15px;
    margin: 0 15px 11.2px 15px;
}
#sidebar p {
    padding: 15px;
    margin: 0px;
}
#sidebar h2 + p {
    padding-top: 5px;
    padding-bottom: 10px;
}
#sidebar ul.linkList + p {
    padding-top: 10px;
    padding-bottom: 15px;
}
#sidebar ul.linkList {
    margin: 0;
}
#sidebar ul.linkList li a {
    background-image: url('graphiken/icon_next.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding: 10px 33px 10px 15px;
}
#sidebar ul.linkList li a:hover {
    background-color: rgba(228, 227, 226, 0.9);
}
#sidebar ul.linkList li a.secure {
    background-image: url('graphiken/ico_next_secure.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 27px 16px;
}
#sidebar ul.linkList li a.secure span {
    background-image: none;
}
#sidebar #contact-box {
    padding: 15px;
}
#sidebar #contact-box h3 {
    margin-top: 0;
    font-size: 1.2em;
}
@media screen and (min-width: 638px) {
    #sidebar #contact-box{
        background: none;
    }
}
#sidebar .entrance {
    padding: 15px;
}
#sidebar .entrance h2 {
    padding-top: 0;
    margin: 0 0 25px;
}
#sidebar .entrance ul {
    margin: -15px;
    border-radius: 5px;
}
#sidebar .entrance ul li {
    border-top: 1px solid #ccc;
    padding: 0px;
    margin: 0;
    overflow: hidden;
    min-height: 30px;
}
#sidebar .entrance ul li a {
    display: block;
    text-decoration: none;
    padding: 15px;
}
#sidebar .entrance ul li .entranceText {
    padding: 0;
}
#sidebar .entrance ul li .entranceText p {
    margin: 0;
    padding: 0;
    line-height: 15px;
    color: #656C6A;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    overflow: visible;
}
#sidebar .entrance ul li:first-child {
    border-top: none;
}
#sidebar .entrance ul li:last-child {
    padding-bottom: 0px;
}
#sidebar .entrance ul li:hover {
    background-color: rgba(228, 227, 226, 0.9);
}
#sidebar .entrance ul li.secure a .entranceText:before {
    content: "";
    float: left;
    width: 16px;
    height: 30px;
    display: block;
    background-image: url('graphiken/icon_secure.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
#sidebar .entrance ul figure {
    float: left;
    width: 60px;
    height: 54px;
    margin: -15px 0px -9px 0px;
}
#sidebar #social {
    padding: 15px;
    background: none;
}
#sidebar #social > span {
    display: block;
    float: left;
    margin-right: 10px;
    width: 60px;
}
#sidebar #social > ul {
    display: block;
    float: right;
    margin: 0;
}
#sidebar #social ul > li {
    display: block;
    float: left;
    margin: 0;
}
#sidebar #social a.socialMedia {
    display: block;
    height: 32px;
    margin: 0 0 0 10px;
    overflow: hidden;
    width: 32px;
}
#sidebar #social a.socialMedia.fb {
    background-image: url('graphiken/socialmedia_facebook.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.gp {
    background-image: url('graphiken/socialmedia_google.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.db {
    background-image: url('graphiken/socialmedia_blog.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.tw {
    background-image: url('graphiken/socialmedia_twitter.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.xg {
    background-image: url('graphiken/socialmedia_xing.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.yt {
    background-image: url('graphiken/socialmedia_youtube.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 32px 32px, 100% 100%;
}

@media screen and (min-width: 638px) and (max-width: 982px) {
    #sidebar {
        width: 638px;
    }
    #sidebar #social > span {
        width: auto;
        line-height: 2.3em;
    }
    #sidebar h2 {
        font-size: 21px;
    }
}
@media screen and (max-width: 637px) {
    #sidebar {
        margin: 0 4px;
    }
    #sidebar h2 {
        font-size: 16px;
    }
    #sidebar .bg-box {
        display: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #sidebar #social a.socialMedia {
        background-size: 32px 32px, 100% 100%;
    }
    #sidebar #social a.socialMedia.db {
        background-image: url('graphiken/socialmedia_blog_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    #sidebar #social a.socialMedia.fb {
        background-image: url('graphiken/socialmedia_facebook_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    #sidebar #social a.socialMedia.tw {
        background-image: url('graphiken/socialmedia_twitter_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    #sidebar #social a.socialMedia.xg {
        background-image: url('graphiken/socialmedia_xing_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    #sidebar #social a.socialMedia.yt {
        background-image: url('graphiken/socialmedia_youtube_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    #sidebar #social a.socialMedia.gp {
        background-image: url('graphiken/socialmedia_google_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }
    #sidebar ul.linkList li a {
        background-image: url('graphiken/icon_next_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    #sidebar ul.linkList li a.secure {
        background-image: url('graphiken/ico_next_secure_2x.png');
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 27px 16px, 100% 100%;
    }
    #sidebar .entrance ul li.secure a .entranceText:before {
        background-image: url('graphiken/icon_secure_2x.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
}


/* Styling for data sets */
.list-pagination .pagination {
    margin: 30px 0 20px 0;
}

.list-pagination .pagination li {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
}

.list-pagination .pagination li a {
    text-decoration: none;
}

.list-pagination .pagination li a:hover {
    text-decoration: underline;
}

.list-pagination .pagination li.active a {
    color: #039a9a;
}

.admin-dataset .img-responsive {
    width: 100%;
    height: auto;
}

.admin-dataset small {
    font-size: 12px;
}

.admin-dataset .back-link {
    float: right;
    margin-bottom: 20px;
}

.admin-dataset .pagination {
    overflow: visible;
}
.admin-dataset h2 {
    margin: 0 0 20px 0;
}

.admin-dataset input.search {
    background-image: url('graphiken/icon_search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15), inset 0px 0px 1px 1px #ceccca;
    color: #373636;
    padding: 10px 10px 10px 35px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.admin-dataset .fs-button-firstspirit {
    margin-bottom: 10px !important;
}

.admin-dataset .auth-ref-container {
    display: flex;
    flex-direction: row;
}

.admin-dataset .auth-ref-img {
    width: 30%;
    margin-right: 30px;
}

.admin-dataset .auth-ref-content {
    width: 70%;
}

.admin-dataset .auth-ref-content h3 {
    margin: 0 0 10px 0;
}

.admin-dataset .auth-ref-container,
.admin-dataset-item {
    margin-bottom: 20px;
}

.admin-dataset-item input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.admin-dataset-item small.checkbox-label {
    display: block;
}

section.topbar {
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background: rgba(208, 231, 231, 0.5);
    padding: 15px;
    height: 25px;
    margin-bottom: -5px;
    position: relative;
}

#content {
    position: relative;
}

section.topbar .backtolist{
    text-decoration: none;
    float: left;
    margin: -15px 15px -15px -15px;
    padding: 18px 15px 20px;
    width: 312px;
    border-radius: 5px 0 0 0;
    background-color: #03a5a5;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px #039A9A, inset 0 0 0 2px rgba(255, 255, 255, 0.15);
    background: linear-gradient(to bottom, #039a9a 0%, #006470 100%);
    text-indent: 30px;
    box-sizing: border-box;
}

section.topbar .backtolist p{
    color: #FFF;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

section.topbar .backtolist:before{
    left: 12px;
    top: 45%;
    transform: translateY(-50%);
    content: '';
    width: 22px;
    height: 13px;
    background: url('graphiken/icon_nav_closed.png') no-repeat 0 0;
    background-size: 22px 13px;
    position: absolute;
}


@media screen and (max-width: 982px) {
    section.topbar .backtolist{
        width: 50px;
        height: 52px;
        overflow: hidden;
    }

    section.topbar .backtolist p{
        display: none;
    }
}

/* DEV-170 - download.css */
#page .box.download{
    margin: 0 -15px 15px;
    border-left: none;
    border-right:none;
    border-radius:0;
}
#page a.box.download{
    display: block;
    text-decoration: none;
}
#page a.box.download:hover{
    background-color: #f3f2ef;
}
#page a.box.download:hover .button{
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.1), 0 2px 5px rgba(0,0,0,0.35);
    color: #FFF;
    background: #117e7a;
    background: linear-gradient(to bottom, #028282 0%,#015f5e 100%);
}

#page .box.download .boxContent{
    text-align: center;

}
#page .box.download .boxContent .button{
    height:48px;
    line-height: 48px;
    font-size:18px;
    font-weight: bold;
    padding:0 15px;
}
#page .box.download .boxContent .button:before{
    margin:9px 10px 0 0;
}
#page .box.download .boxContent p{
    text-align: left;
}
#page .box.download .boxContent p b{
    display: inline-block;
    min-width:15%;
}

/*-- ----------------DEV-212----------------- */
/*-- ---------------------------------------- */

article ul.check-petrol > li {
    background-image: url('graphiken/ico_check_petrol.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    list-style: none outside none;
    padding-left: 20px;
    margin: 0 0 7px 15px;
}

article ul.check-green > li {
    background-image: url('graphiken/ico_check_green.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    list-style: none outside none;
    padding-left: 20px;
    margin: 0 0 7px 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    article ul.check-green > li {
        background-image: url('graphiken/ico_check_green_2x.png');
        background-position: 0 3px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
    article ul.check-petrol > li {
        background-image: url('graphiken/ico_check_petrol_2x.png');
        background-position: 0 3px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
        background-size: 16px 16px;
    }
}
/*-- ----------------END DEV-212----------------- */
/*-- ---------------------------------------- */

.hideMe{
    display:none;
}
ul.linkList li.teaser .videoPlay{
    background-image: url('graphiken/ico_play_list_on.png');
    position: absolute;
    margin-top: 73px;
    margin-left: -5px;
    padding: 15px;
    z-index:5;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    height:auto;

}
.videoTime {
    position: absolute;
    margin-left: 16px;
    margin-top: -29px;
    font-weight: 700;
    background-color: rgba(0,0,0,0.6);
    padding: 0 16px;
    color: white;
    z-index:4;
}

.lightbox-video {
    float: left;
    margin: 0 15px 0 0;
}


/** fancybox color problem solve */
.fancybox-infobar span,
.fancybox-button svg,
.fancybox-button svg path {
    color: #fff;
}

.fancybox-close-small,
.fancybox-close-small svg,
.fancybox-close-small path {
    opacity: 1;
    color: #fff;
}

/* DEV-308 */
.boxLink.video,
.box.video,
ul.linkList li.teaser figure.video {
    position: relative;
}
.boxLink.video .box,
.box.video,
ul.linkList li.teaser .videoWrapper{
    overflow: visible;
    position: relative;
}
.boxLink.video .video-wrap,
.box.video .fancybox,
ul.linkList li.teaser .fancybox{
    position: relative;
}
.boxLink .video-duration,
.box.video .videoTime,
ul.linkList li.teaser .video-duration,
ul.linkList li.teaser .videoTime{
    z-index: 2;
    position: absolute;
    left: 3px;
    bottom: 0;
    height: 24px;
    min-width: 72px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.59);
    color: #fff;
    padding: 0 8px 0 0;
    text-align: right;
    line-height: 24px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 600;
}
.box.video .videoTime,
ul.linkList li.teaser .videoTime{
    margin:0;
}

.boxLink .video-duration::before,
.box.video .videoTime::before,
ul.linkList li.teaser .video-duration::before,
ul.linkList li.teaser .videoTime::before{
    position: absolute;
    top: -4px;
    left: -9px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("graphiken/ico_play.png") no-repeat 0 0;
}

ul.linkList li.teaser .fancybox img{
    display: block;
}

.box.video .bar,
.videoWrapper .bar{
    width: 100%;
    height: 3px;
    margin-top: 0;
    background-color: transparent;
}

/*-- DEV-111 Printoptimierung --*/
@media print {
    #page .box { page-break-inside: avoid; }
}
