/* @override 
	http://jacobi.zum-testen.com/files/jacobi/responsive.php
	http://jacobi.zum-testen.com/files/jacobi/style.php 
*/

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Thin-webfont.eot');
    src: url('./fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Thin-webfont.woff') format('woff'),
        url('./fonts/Roboto-Thin-webfont.ttf') format('truetype'),
        url('./fonts/Roboto-Thin-webfont.svg#robotolight') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Light-webfont.eot');
    src: url('./fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Light-webfont.woff') format('woff'),
        url('./fonts/Roboto-Light-webfont.ttf') format('truetype'),
        url('./fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular-webfont.eot');
    src: url('./fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Regular-webfont.woff') format('woff'),
        url('./fonts/Roboto-Regular-webfont.ttf') format('truetype'),
        url('./fonts/Roboto-Regular-webfont.svg#robotolight') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Medium-webfont.eot');
    src: url('./fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Medium-webfont.woff') format('woff'),
        url('./fonts/Roboto-Medium-webfont.ttf') format('truetype'),
        url('./fonts/Roboto-Medium-webfont.svg#robotolight') format('svg');
    font-weight: 900;
    font-style: normal;
}

body {
    font-size: 15px;
    font-family:'Roboto', sans-serif;
    font-weight: normal;
    color: rgb(128,128,128);
    overflow-x: hidden;
    line-height: 21px;
}

#main ul {
    list-style-image: url(./css/images/rot-dot-16x16.png);
}
#main ul li {
    margin-left: 36px;
    line-height: 28px;
}

h1,h2,h3,h4,h5,h6 {font-family:'Roboto', sans-serif;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
    margin: 0 0 11px;
}

h1 {
    color: rgb(102,102,102);
    font-size: 35px;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    left: -2px;
    letter-spacing: 2px;
}

div.ce_text.block h1 {
    margin-bottom: 21px;
}

h2 {
    color: rgb(77,77,77);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 31px;
}
h3 {
    font-size: 18px;
    color: rgb(128,128,128);
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 9px;
}
h4, h5 {
    font-size: 18px;
    color: rgb(153,153,153);
    font-weight: bold;
    line-height: 24px;
}
h5 {
    font-weight: 500;
}

p.information,
h6 {
    font-size: 14px;
    font-weight: 300;
    color: rgb(128,128,128);
    line-height: 20px;
    margin-top: -8px;
    margin-bottom: 12px;
}

hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 23px 0 15px;
    width: 100%;
}

.ce_divider.first hr {
    margin-top: 0;
}

b, strong {font-weight: bold;}

.ce_divider {overflow: hidden;
             margin-bottom: 4px;
}

h6 + .ce_divider > hr {
    margin-top: 0;
}

.bg-grau {
    background-color: #f1f1f1;
    padding: 20px;
    margin: 20px 0 20px;
}

.ce_form h1 {
    margin-top: 0;
}
.ce_form input.text, .ce_form .textarea {
    width: 98%;
    margin: 15px 0;
    border: none;
    background-color: #ccc;
    padding: 4px 1%;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.submit {
    color: #999;
    background: #e6e6e6;
    -webkit-appearance: none;
    appearance: normal;
    border: 1px solid #999;
    padding: 4px 14px 4px 6px;
    text-transform: uppercase;
}
.submit:hover, .submit:active {
    background: #d2d2d2;
    color: #333;
}
.submit:active {
    position: relative;
    top: 2px;
    left: 2px;
    
}

.icon_umschlag h1 {
    background: transparent url(./css/images/icon_umschlag.png) no-repeat 98% center;
}

#standorte .bg-grau h1 {
    line-height: 46px;
}

#standorte .caroufredsel_navi {
    position: absolute;
    top: 2em;
}
#standorte .caroufredsel_navi a {
    cursor: pointer;
}
#standorte .ce_text > h1 {
    margin-top: 1em;
    margin-bottom: 0;
    text-align: center;
}
ul.ce_tabcontrol li {
    list-style-image: none;
}

.page_index h3.ce_teaser_headline {
    line-height: 18px;
    font-size: 14px;
    text-transform: none;
    color: rgb(35,35,35);
    margin: 14px 0 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.ce_teaser_headline {
    margin-bottom: 8px;
}

.ce_teaser p.has_img {
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    min-height: 312px;
    line-height: 312px;
    margin-bottom: 30px;
}

.page_index .ce_teaser p.has_img {
    background-color: transparent;
    text-align: left;
    min-height: 0;
    line-height: normal;
    margin-bottom: 0;
}

.ce_teaser p.has_img img {
    vertical-align: middle;
}

a {color: inherit; text-decoration: none;}

p a {
    color: rgb(102,102,102);
    font-weight: bold;
}

p.back.top.afterInsert {
    margin-top: -12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
}

p.back.bottom {
    border-top: 1px solid #ccc;
    padding: 10px 0 15px;
    margin-bottom: -5px;
}

p.back.bottom.news {
    margin-bottom: -22px;
}

.ce_hyperlink.back {
    margin: -9px 0 -5px;
}

.ce_hyperlink.back a,
p.back a,
p.more a {
    font-size: 14px;
    color: rgb(77,77,77);
    font-weight: bold;
}

.back a:hover,
p a:hover {
    color: red;
}

.ce_hyperlink.back a,
p.back a {
    text-align: right;
    display: inline-block;
    width: 100%;
}

.ce_hyperlink.back a:after,
p.back a:after {
    content: ">>";
}

.block {display: block;}

.invisible {display: none;}

nav li {display: inline-block; font-family: 'Roboto', sans-serif; text-transform: uppercase;}

#Top {position: relative;
}

#Top .mod_navigation {display: inline-block; font-size: 11px; line-height: 15px; font-weight: bold; color: rgb(128,128,128);
                      letter-spacing: 1px;
}
#Top .mod_navigation li > .active {color: red;}
#Top .mod_navigation li > *:hover {
    color: rgb(26,26,26);
}

#logo {
    width: 214px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 24px;
    background: transparent url('./css/images/logo.png') no-repeat center;
}

.mod_changelanguage {
    margin-right: 17px;
    display: inline-block;
}

.mod_changelanguage li > * {
    color: rgb(128,128,128);
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
    line-height: 14px;
    letter-spacing: 1px;
}
.mod_changelanguage li > .active {
    color: #fff;
    background: #515151;
}
.mod_changelanguage li > *:hover {
    color: #fff;
    background: red;
}

header #main-menu-level1 {
    border-bottom: 1px solid #CCC;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

header .level_1 li.index {
    width: 20px;
    height: 21px;
    background: url('./css/images/home.png') no-repeat center;
    overflow: hidden;
}

header .level_1 li.index.active,
header .level_1 li.index:hover {
    background-image: url('./css/images/home_active.png');
}
header .level_1 li.index > * {
    text-indent: -100px;
    display: block;
}

header {position: relative;}

.schnellanfrage {
    position: fixed;
    top: 65%;
    right: 0;
    z-index: 2;
    width: 116px;
    height: auto;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.schnellanfrage.active {
    width: 310px;
    overflow: visible;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.schnellanfrage .anfrage-btn {
    display: inline-block;
    width: 116px;
    height: 54px;
    background: transparent url(./css/images/anfrage_button.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: -226px;
    z-index: 1;
}

.schnellanfrage .form-link {
    display: inline-block;
    height: 158px;
    width: 194px;
    background-color: #ff0000;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    position: absolute;
    left: 116px;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: -226px;
}

.schnellanfrage h3 {
    color: inherit;
    font-size: 16px;
}
.schnellanfrage p {
    font-size: 13px;
    font-weight: 400;
    color: inherit;
}

.schnellanfrage .button {
    font-size: 13px;
    background-color: #666;
    padding: 5px 10px;
}

.mod_navigation li {
    margin-right: 50px;
}

#main-menu-level1 li {
    font-size: 18px;
    line-height: 24px;
    color: rgb(153,153,153);
    letter-spacing: 1px;
}

#main-menu-level1 li.trail,
#main-menu-level1 li.active {
    color: rgb(26,26,26);
}

#main-menu-level1 li:hover {
    color: red;
}

header #main-menu-level2 {
    border-bottom: 1px solid #CCC;
}

#main-menu-level2 li {
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    margin-right: 10px;
    line-height: 18px;
}
#main-menu-level2 li:after {
    content: ">>";
}
#main-menu-level2 li.active,
#main-menu-level2 li.trail {
    color: red;
}

#main-menu-level2 li:hover {
    color: rgb(26,26,26);
}

#main-menu-level3 li {
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    display: block;
    border-top: 1px solid #ccc;
    padding: 13px 0;
    margin: 0;
    line-height: 18px;
    color: rgb(153,153,153);
}
#main-menu-level3 li.active,
#main-menu-level3 li.trail {
    color: rgb(26,26,26);
}
#main-menu-level3 li:hover {
    color: red;
}


#main-menu-level3 .description {
    font-size: 10pt;
    font-weight: normal;
    color: #999;
}

li.search {
    position: relative;
    height: 18px;
    overflow: visible;
    vertical-align: middle;
    line-height: 16px;
}

li.search:before {
    content: url('./css/images/lupe.png');
    position: absolute;
    top: -2px;
    left: -22px;
}

#ctrl_keywords {
    padding: 1px;
    border: none;
    width: 180px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: bold;
    outline: none;
    position: relative;
    top: -4px;
}

#ctrl_keywords::-webkit-input-placeholder {
    text-transform: uppercase;
}

#ctrl_keywords:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

#ctrl_keywords::-moz-placeholder {  /* Firefox 19+ */
    text-transform: uppercase;
}

#ctrl_keywords:-ms-input-placeholder {
    text-transform: uppercase;
}

#searchForm {
    position: relative;
    left: -26px;
}

#searchForm form {margin: 0;}

#wrapper li.search {display: none;}

#searchBtn {
    /* background: transparent url('./css/images/lupe.png') no-repeat center; */
    background: transparent;
    outline: none;
    border: none;
    text-indent: -60px;
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

.mod_search > div {
    padding: 5px;
}
.page_search .even {
    background-color: #eee;
}

#Top,
#wrapper {
    width: 100%;
    max-width: 950px;
    margin: 7px auto 0;
}

#wrapper {
    margin-top: 12px;
}

#container {
    overflow: visible;
}
#main { width: 100%;}
#left { width: 230px; float: left;}
#left + #main {max-width: 710px; float: right;}

#left > .inside > .first {
    border-top: 1px solid #ccc;
}

#news-menue {
    border: none !important;
}

#left .first + nav#main-menu-level3{
    margin-top: 0;
}

.page_news #left {border: none;}

/* Spaltensets */
.rs-columns {overflow: hidden;}
.rs-column {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.rs-column.-large-col-4-1 {
    width: 24.2%;
    margin: 0 0.6%;
}

.rs-column.-large-col-4-1:first-of-type {
    margin: 0 0.4% 0 0;
}

.rs-column.-large-col-4-1:last-of-type {
    margin: 0 0 0 0.4%;
}

.rs-column.-large-col-2-1 {
    width: 50%;
    margin: 0 !important;
    clear: initial;
}

.rs-column.-large-col-2-1.-large-first {
    clear: both;
    float: left;
    padding-right: 10px;
}

.rs-column.-large-col-2-1.-large-last {
    padding-left: 10px;
    float: right;
}

.rs-column.-large-col-3-1 {
    width: 32.65%;
    margin: 0 0.6%;
}
.rs-column.-large-col-3-1:first-of-type {
    margin: 0 0.4% 0 0;
}

.rs-column.-large-col-3-1:last-of-type {
    margin: 0 0 0 0.4%;
}

.row-lines .ce_text {
    border: none;
}

.rs-column > .ce_image {
    text-align: left;
    height: 100%;
}

figure.image_container {
    text-align: inherit;
}

.row-lines .rs-column {
    margin: 0 !important;
    border-top: 1px solid #CCC;
    padding: 10px 0;
}

.row-lines .rs-column.-large-col-4-1 {
    width: 25%;
    clear: both;
}
.row-lines .rs-column.-large-col-4-3 {
    width: 75%;
    float: right;
}
.row-lines .rs-column.-large-first .ce_image {
    background-color: #f1f1f1;
    margin-right: 12px;
    text-align: center;
}

.row-lines .rs-column.-large-first .ce_image img {
    margin-top: 8px;
    width: auto;
}

/* ENDE Spaltensets */
.ce_teaser {
    font-size: 11pt;
}

.slider-wrapper h3 {
    color: rgb(26,26,26);
    display: inline;
    font-weight: bold;
    margin: -20px 0 0 80px;
    max-width: 49%;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.ce_sliderStart {
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
}

.ce_sliderStart.no-nav {
    margin-bottom: 0;
}

.slider-blende {
    width: 200px;
    height: 368px;
    background-color: #f1f1f1;
    position: absolute;
    top: 10px;
}

.Xslider-blende-rechts {
    right: -240px;
    background-image: -webkit-linear-gradient(right, #fff 0%, transparent 100%);
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-image: -ms-linear-gradient(right, #fff 0%, transparent 100%);
    background-image: -o-gradient(right, #fff 0%, transparent 100%);
    background-image: linear-gradient(right, #fff 0%, transparent 100%);
}

.Xslider-blende-links {
    left: -240px;
    background-image: -webkit-linear-gradient(left, #fff 0%, transparent 100%);
    background-image: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left, #fff 0%, transparent 100%);
    background-image: -o-gradient(left, #fff 0%, transparent 100%);
    background-image: linear-gradient(left, #fff 0%, transparent 100%);
}

.slider-blende-rechts {
    right: -240px;
    background: transparent url(./css/images/verlauf_rechts.png) repeat-y top right;
}

.slider-blende-links {
    left: -240px;
    background: transparent url(./css/images/verlauf_links.png) repeat-y top left;
}

.slider-control {
    height: auto;
    position: static;
    margin-bottom: 43px;
}

.slider-control .slider-menu {
    display: block;
    width: 100%;
    bottom: -6px;
    top: auto;
    height: 8px;
    left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.slider-control a {
    top: 50%;
    margin-top: -40px;
    width: 35px;
    height: 67px;
    text-indent: -100px;
    overflow: hidden;
}

a.slider-prev {
    left: 0;
    margin-left: 20px;
    background: transparent url('./css/images/pfeil_links.png') no-repeat center;
}

a.slider-next {
    margin-right: 20px;
    right: 0;
    background: transparent url('./css/images/pfeil_rechts.png') no-repeat center;
}

.caroufredsel_pagi a,
.slider-menu b {
    background: #f1f1f1;
    display: inline-block;
    width: 40px;
    height: 8px;
    margin: 0 2px;
    overflow: hidden;
    text-indent: -100px;
}

.caroufredsel_pagi a.selected,
.slider-menu b.active {
    background: #ff0000;
}

.slider-wrapper figure.image_container {
    width: 100%;
    text-align: right;
    line-height: 0;
}
.slider-wrapper figure.image_container img {
    max-height: 368px;
    height: 100%;
    width: auto;
}
.abdecker figure.image_container {
    background: transparent url('./css/images/abdecker.png') repeat-y top left;
    line-height: 0;
    position: relative;
	left: -1px;
}
.abdecker figure.image_container img {
    position: relative;
    z-index: -1;
}

figure.image_container.float_above {
    text-align: left;
}

.ce_sliderStart.no-nav .slider-blendeX,
.ce_sliderStart.no-nav .slider-control {
    visibility: hidden;
}
/* Top Slider -ENDE */

figure.image_container > img {
    max-width: 100%;
    height: auto;
}

/* Partner Slider */
.caroufredsel_wrapper {
    margin: 0 auto !important;
    z-index: 1 !important;
}

.caroufredsel_skin {
    position: relative;
}
.caroufredsel_navi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.caroufredsel_navi a {
    position: absolute;
    top: 6px;
    width: 35px;
    height: 67px;
    text-indent: -100px;
    overflow: hidden;
    display: block;
}

.caroufredsel_prev {
    background: transparent url('./css/images/pfeil_links.png') no-repeat center;
    left: 0;
}
.caroufredsel_next {
    background: transparent url('./css/images/pfeil_rechts.png') no-repeat center;
    right: 0;
}

.caroufredsel_pagi {
    position: relative;
    z-index: 1;
}

/* Content */
.mod_article {
    margin: 0 0 5px;
}

#main .inside > .last {
    margin-bottom: 0 !important;
}

.caroufredsel .mod_article {
    max-width: 950px;
    overflow: hidden;
}

#teaser .ce_text {
    border-top: 1px solid #ccc;
}

.ce_teaser p {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* NEWS  und Downloads */
.mod_newslist h2 {
    text-transform: uppercase;
    background: #f1f1f1 url(./css/images/news.png) no-repeat 130px 14px;
    margin: 0;
    padding: 20px 16px 30px;
    font-size: 35px;
    color: rgb(179,179,179);
    font-weight: normal;
    letter-spacing: 1px;
}
.mod_newslist h2:hover {
    background-image: url(./css/images/news_rot.png);
    color: rgb(77,77,77);
}

h2 a {
    display: inline-block;
    width: 100%;
}

.mod_newslist h3 {
    margin: -2px 0 8px 0;
    text-transform: uppercase;
    text-indent: -5px;
    color: rgb(35, 35, 35);
}

.mod_newsreader h3.headline{
    color: #666;
}

.mod_newsarchive h3.headline,
.mod_newslist h3:hover {
    color: rgb(254, 34, 0);
}

h3.info {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
}

.mod_newslist h3:hover {
    color: rgb(254, 34, 0);
}
.mod_newsarchive h3.headline:before,
.mod_newsreader h3.headline:before,
.mod_newslist h3:before {
    content: ">";
    padding-right: 5px;
}

.layout_short {
    display: table;
    margin-bottom: 20px;
}
.layout_short > div {
    display: table-cell;
    vertical-align: top;
}
.layout_short > div.left {
    padding: 6px 20px 0 0;
}

.layout_short .left .news_image {
    width: 229px;
}

.layout_short .left .news_image img {
    max-width: 100%;
    height: auto;
}

.mod_newslist h4 {
    margin: 10px 0 0;
}
.mod_newsmenu {
    font-size: 16px;
    font-weight: normal;
}

.mod_newsmenu li {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}
.mod_newsmenu li.last {
    border-bottom: none;
}

.mod_newsmenu li .active {color: red;}

.layout_latest {
    background: #f1f1f1;
    padding: 18px 15px 14px;
    margin: 4px 0 0;
}

.layout_full {display: table;}
.layout_full > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.layout_full > div.left {
    padding: 6px 20px 0 0;
}

#kopfzeile h1 {
    background: transparent url(./css/images/news_rot.png) no-repeat 115px 0;
    line-height: 46px;
    margin-top: 16px;
}

#karriere-icon h1 {
    background: transparent url(./css/images/icon_leiter.png) no-repeat 192px 0;
}

#ueber-uns h1 {
    background: transparent url(./css/images/icon_stuhl.png) no-repeat 192px 0;
    background-size: auto 35px;
}

#unternehmensstruktur h1:first-of-type:after {
    content: url(./css/images/icon_ueberuns_unternehmensstruktur.png);
	position: relative;
	top: 1px;
	left: 10px;
}

#lagerungverpackung h1:first-of-type:after {
    content: url(./css/images/icon_lager-verpacken.png);
	position: relative;
	top: 1px;
	left: 10px;
}

#netzwerk-partner h1:first-of-type:after {
    content: url(./css/images/icon_netzwerke.png);
	position: relative;
	top: 1px;
	left: 10px;
}

.download-link {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 24px;
    background: #f1f1f1;
    min-height: 303px;
}

#left .mod_article {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.download-logo {
    background: transparent url(./css/images/download_ico.png) no-repeat center;
    width: 76%;
    height: 70px;
}

.downloads-left h6 {
    margin-bottom: 0;
}

.downloads-left img {
    display: block;
    margin: 0 auto 20px 30%;
}

.ce_download a {
    font-size: 14px;
    line-height: 20px;
    color: rgb(77,77,77);
    font-weight: bold;
}

.ce_download a:hover {
    color: red;
}

.ce_download a:before {
    content: ">";
}

/* Footer */

footer {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

#footer-info {
    margin-bottom: 30px;
}

#footer-info .ce_text {
    border: none;
    background: #999;
    color: #fff;
    padding: 15px;
}

#footer-info p,
#footer-info h3,
#footer-info h4,
#footer-info h5 {
    font-size: 18px;
    color: rgb(242,242,242);
    line-height: 28px;
    margin-bottom: 0;
}

#footer-info h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 27px;
}

#footer-info h4 {
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
}
#footer-info h5 {
    font-weight: bold;
}

#footer-info h3:first-of-type,
#footer-info h4:first-of-type {margin-top: 0;}

#footer-info .rs-columns {display: table;}

#footer-info .rs-column.-large-col-3-1 {
    display: table-cell;
    float: none;
    background-color: #999;
    margin: 0;
    width: 33.33%;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    vertical-align: top;
}

#footer-info .rs-column.-large-col-3-1:first-of-type {
    border: none;
    border-right: 6px solid #fff;
}
#footer-info .rs-column.-large-col-3-1:last-of-type {
    border: none;
    border-left: 6px solid #fff;
    vertical-align: middle;
}

#footer-info a {
	color: #ffffff;
}
#footer-info a:hover {
	color: #595959;
}

.social-btn {
}

.social-btn > p {
    margin: 0;
}

.social-btn img {
    margin: 5px 0 5px 5px;
}
.social-btn img:nth-of-type(odd) {
    margin: 5px 10px 5px 0;
}

footer nav {
    font-size: 12pt;
    line-height: 18pt;
    display: inline-block !important;
    vertical-align: top;
    width: 78.4%;
}

footer nav li {
    text-transform: none;
}

footer nav > ul.level_1 {
    display: block;
}

footer nav > ul.level_1 > li {
    display: inline-block;
    vertical-align: top;
}

footer nav > ul > li.index {display: none;}

footer ul.level_2 li {display: block; margin: 0 0 4px;
}

footer ul.level_1 > li {
    color: rgb(102,102,102);
    font-size: 15px;
    font-weight: bold;
    width: 24%;
    border-top: 1px solid #ccc;
    padding-top: 8px;
    line-height: 19px;
    margin-bottom: 4px;
}

footer #nav-other ul.level_1 > li {
    border: none;
    padding-top: 0;
}

footer #nav-other ul.level_1 > li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

footer ul.level_2 > li {
    color: rgb(128,128,128);
    font-weight: normal;
    margin-bottom: 4px;
}

footer ul.level_1 > li:before {
    content: ">";
    position: relative;
    top: -1px;
}

footer ul.level_2 {
    margin-left: 13px;
    margin-top: 4px;
}

footer ul.level_3 {
    margin-left: 10px;
    margin-top: 4px;
}

footer ul > li > .active,
footer ul > li > a:hover {
    color: red;
}

footer #nav-other {width: 21.6%; margin: 0 0 0 -4px;}

footer #nav-other > ul.level_1 > li {
    display: block;
    width: 100%;
    color: rgb(128,128,128);
    font-weight: normal;
}

footer #nav-other > ul.level_1 > li:first-child {
    color: rgb(102,102,102);
    font-weight: bold;
}

.to-top {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.to-top:hover {
    color: #000;
}

.to-top a:before {
    content: "^ ";
}

#partner-logos .ce_image {
    margin: 0 20px;
}

/* Funktions Icons */
.func_icon {
    cursor: pointer;
}

.twitter,
.fb-like iframe {
    padding: 20px;
    text-align: center;
}

/* Downloads */

#unser-service-fuer-sie h1.first {
    background: transparent url(./css/images/download_ico.png) no-repeat 250px center;
}

.downloadarchivItem {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.downloadarchivItem.last {
    border: none;
}

.downloadarchivItem > * {
    display: table-cell;
    vertical-align: middle;
}

.downloadarchivItem .mime_icon {
    display: none;
}
.downloadarchivItem .image_container {
    width: 120px;
}
.downloadarchivItem .image_container img {
    box-shadow: 1px 1px 6px #989998;
}
.downloadarchivItem > a:before {
    content: ">> ";
}
.downloadarchivItem a:hover {
	color: red;
	background-color: #f1f1f1;
}
/* kein Subnavi Eintrag */
li.downloads-link,
li.downloads-43 {
    display: none;
}

#netzwerk-partner div.ce_text.block p a {
	color: #e21e21;
}
#netzwerk-partner div.ce_text.block p a:hover {
	color: #505150;
}
.highlight{
background-color: #FBFFB9;
}

.ce_tabcontrol {
    display: flex;
    justify-content: space-around;
}

.ce_tabcontrol .tab-link.active {
    color: #e21e21;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}