header {
    height: auto;
}

body.innerpage>header {
    height: 105px;
}

body.innerpage header,
body.innerpage .about-us {
    background: transparent;
}

body.innerpage header .navbar {
    background: linear-gradient(to left, #fff 30%, #000 30%);
    margin: auto;
    max-width: 2000px;
    /* WS: geändert von 1400 px */
}

body.innerpage header .navbar:before {
    background: url(../images/topbar_bg.png) repeat-x 0 -130px transparent;
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    top: 100%;
    left: 0;
}

body.innerpage section {
    clear: both;
}

body.innerpage .inner-first {
    margin-top: 70px;
}

.page-title h1 {
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.page-title .breadcrumbs {
    color: #999;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.page-title .breadcrumbs ul {
    overflow: auto;
    padding: 0;
}

.page-title .breadcrumbs ul li {
    float: left;
    list-style: none;
    padding-right: 5px;
}

.page-title .breadcrumbs ul li:after {
    content: " / ";
}

.page-title .breadcrumbs ul li:last-child {
    color: #000;
    font-weight: bold;
}

.page-title .breadcrumbs ul li:last-child:after {
    content: "";
}

body .img-tab-section .img-tab-item {
    border: 1px solid #E7E5E5;
    border-bottom-width: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*margin-bottom: 10px;*/

}

body .img-tab-section .img-tab-item:hover {
    background: #1B181E;
    border-color: #1B181E;
    color: #fff;
}

body .img-tab-section .img-tab-item:after {
    content: "\f0d7";
    color: #1B181E;
    font-family: FontAwesome;
    font-size: 3rem;
    position: absolute;
    bottom: -40px;
    left: 45px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}

body .img-tab-section .img-tab-item:hover:after {
    opacity: 1;
}

body .img-tab-section .img-tab-item img,
body .img-tab-section .img-tab-item .img-tab-title {
    display: inline-block;
}

body .img-tab-section .img-tab-item .img-tab-title {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 130px;
    width: calc(100% - 10px);
    word-wrap: break-word;
}

.product-filter {
    border: 1px solid #eee;
    background: #F7F7F7;
    margin: 15px 0;
    vertical-align: middle;
    padding: 10px 0;
}

.product-filter label {
    float: right;
    font-weight: bold;
    padding-top: 3px;
}

.product-filter select.form-control {
    border-color: #aaa;
    border-radius: 0;
    height: auto !important;
    padding-bottom: 2px;
    padding-top: 2px;
}

.products-container .product-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.products-container .product-item:last-child {
    margin-bottom: 40px;
}

.products-container .product-item .product-left {
    margin-bottom: 15px;
}

.products-container .product-item .product-content .product-title {
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.products-container .product-item ul.product-item-buttons {
    float: right;
    list-style: none;
    padding-left: 0;
}

.products-container .product-item ul.product-item-buttons li.item-button {
    display: inline-block;
    margin-left: 10px;
}

.compatiblity-text {
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    font-style: italic;
    color: #0e518c;
    text-transform: uppercase;
    vertical-align: middle;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    white-space: nowrap;
}

.dropdown-menu .dropdown-item {
    font-size: 0.7em;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/** Profil **/

.csc-textpic.csc-textpic-intext-left-nowrap {
    clear: both;
    overflow: auto;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap .ce-gallery {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.csc-textpic-imagerow {
    margin-bottom: 15px;
    overflow: auto;
}

.csc-textpic-imagerow .csc-textpic-imagecolumn {
    float: left;
    margin-right: 15px;
}

.contenttable.contenttable-1 {
    margin-bottom: 15px;
}

.contenttable.contenttable-1 tr td {
    border-right: 1px solid #fff;
    padding: 5px 10px;
}

.contenttable.contenttable-1 tr:nth-child(odd) td {
    background: #d1e8f9;
}

.contenttable.contenttable-1 tr td:last-child {
    font-weight: bold;
}

table.download-table.download-left {
    float: left;
}

.profile-download-section {
    margin-bottom: 15px;
}

.news-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-item:last-child {
    border: 0;
}

.news-item .news-title {
    margin-bottom: 15px;
}

.news-item .news-title a {
    color: inherit;
}

.news-item .news-date {
    color: #666;
    font-size: 0.9em;
    margin: 5px 0;
}

.news-item .news-image {
    margin-right: 15px;
    max-width: 150px;
    float: left;
}

.news-item.news-detail .news-image {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    max-width: none;
}

.news-image {
    color: #666;
    font-style: italic;
    padding-bottom: 30px;
}

.news-item.news-detail ul li {
    list-style-position: inside;
}

.contact-persons .contact-group {
    margin-top: 15px;
}

.contact-persons .contact-person-single {
    margin-bottom: 15px;
}

.contact-persons .contact-person-single .contact-img {
    width: 100%;
}

.contact-persons .contact-person-single .contact-person-details {
    background: #eee;
    padding: 10px;
}

.contact-persons .contact-person-single .contact-person-details .contact-person-name {
    font-size: 1.1em;
    font-weight: bold;
}

.logo-layout .ce-gallery .ce-row {
    clear: both;
    overflow: auto;
}

.logo-layout .ce-gallery .ce-row .ce-column {
    float: left;
    margin-right: 15px;
}

.logo-layout .ce-gallery .ce-row .ce-column .image-caption {
    margin-top: 5px;
}

.ce-textpic.ce-left.ce-intext {
    overflow: auto;
}

.ce-textpic.ce-left.ce-intext .ce-gallery {
    float: left;
    margin-right: 15px;
}

section {
    clear: both;
    margin: 20px 0;
}

.float-right.img-left-content {
    margin-left: 15px;
    margin-right: 15px;
}

.img-slider-section {
    margin: 15px 0;
}

#carouselFullWidth {
    max-height: 600px;
    overflow-y: hidden;
}

.product-item .download-icons {
    margin-top: 15px;
    padding-left: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

.product-item .download-icons li {
    float: left;
    margin: 0 5px;
}

.product-item .download-icons li a,
.download-icon.full-width {
    background-position: 0px center;
    background-repeat: no-repeat;
    /*background-size: 17px 21px;*/
    background-size: 40px 34px;
    background-color: #eee;
    border: 1px solid #00a9ee;
    color: inherit;
    padding: 8px 8px 8px 30px;
    margin-bottom: 5px;
}

.product-item .download-icons li.pdf-icon a,
.download-icon.full-width.pdf-icon {
    background-image: url(../images/pdf-icon.png);
    padding-left: 40px;
}

.product-item .download-icons li.mov-icon a,
.download-icon.full-width.mov-icon {
    background-image: url(../images/mov-icon.png);
    padding-left: 40px;
}

.product-item .download-icons li.ref-icon a,
.download-icon.full-width.ref-icon {
    background-image: url(../images/ref-icon.png);
    padding-left: 40px;
}

.download-icon.full-width.hand-equip-icon {
    background-image: url(../images/hand-equip-icon.png);
    /*background-size: 30px 40px;*/
    padding-left: 40px;
}

.download-icon.full-width.mail-icon {
    background-image: url(../images/mail-icon.png);
    padding-left: 40px;
}

.product-item .download-icons li.link-icon a,
.download-icon.full-width.link-icon {
    background-image: url(../images/link-icon.png);
    padding-left: 40px;
}

.download-icon.full-width {
    display: inline-block;
    width: 100%;
}

.progress.progress-bar-vertical {
    width: 40px;
    height: 90%;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    margin: auto;
}

.progress.progress-bar-vertical .skill {
    font: normal 12px "Open Sans Web";
    line-height: 1;
    padding: 0;
    /*margin: 0 0 0 20px;*/
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.progress.progress-bar-vertical .skill .val {
    float: right;
    font-style: normal;
    /*margin: 0 20px 0 0;*/
}

.progress-bar-vertical .progress-bar {
    background: #009EE0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
    transition-duration: 3s;
}

.progress .progress-bar {
    /*transition-delay: 2s;*/
    width: 0;
    -webkit-transition: width 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
    /*transition-duration: 3s;*/
}

.carousel-item .carousel-desc {
    background: #ccc;
    padding: 15px;
}

.carousel-item h3 {
    color: #000000;
    /* WS */
    text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
    /* WS */
}

.carousel-item h4 {
    color: #000000;
    /* WS */
    text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
    /* WS */
}

.azubi-item {
    color: #000000;
    font-size: 12 px;
    /* line-height: 1 !important; */
    background: #FFFFFF88;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
}

footer h5 a,
footer h5 a:hover {
    color: inherit;
}

.contact-section .contact-group {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.contact-section .contact-group .contact-title {
    margin-top: 15px;
}

.contact-section .contact-group .contact-details {
    font-size: 1.1em;
    line-height: 1.8;
    margin-top: 5px;
}

.contact-form label {
    float: left;
    line-height: 35px;
    margin-bottom: 0;
}

.navbar .fill-section {
    margin-left: 40px;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex: 0 0 auto;
    /* IE 10, IE 11 */
}

.progress-title {
    line-height: 1;
    margin: auto;
    text-align: right;
    word-wrap: break-word;
}

.progress.skill-bar {
    height: 40px;
    margin: 4px 0;
}

.contact-fixed {
    background: #eee;
    padding-bottom: 15px;
    padding-top: 15px;
}

.contact-fixed.map-kontakt {
    /* vertical-align: middle; */
    width: auto;
    z-index: 99;
    right: -180px;
    transition: all 0.5s ease-in-out;
}

.contact-fixed.map-kontakt.show {
    right: 0;
}

.contact-fixed.map-kontakt.show .contact-item {
    padding-top: 15px;
}

.contact-fixed.map-kontakt .contact-item p {
    margin-bottom: 0;
}

/* .contact-fixed .contact-item {



    padding:  10px;



} */

.contact-fixed .field-note {
    padding-bottom: 5px;
}

.contact-fixed .field-note {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

.contact-fixed .contact-item {
    padding-bottom: 15px;
}

.contact-fixed .contact-item .contact-img {
    max-height: 100px;
    /* max-width:   200px; */
    text-align: center;
}

.contact-fixed .contact-item .contact-name {
    font-weight: bold;
    margin-top: 5px;
}

.news .page-navigation {
    clear: both;
    display: block;
    margin-top: 15px;
    width: 100%;
}

.news .page-navigation .f3-widget-paginator {
    float: left;
    padding-left: 0;
}

.news .page-navigation .f3-widget-paginator li {
    padding: 0 5px;
}

.news .page-navigation p {
    float: right;
    padding: 5px 0;
}

.news .page-navigation .f3-widget-paginator li a,
.news .page-navigation .f3-widget-paginator li.current {
    background: #eee;
    padding: 5px 10px;
}



/* WS: 19.04.2018 */

.history-slider-section {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.history-slider-text {
    color: #000000;
    font-size: 12 px;
    background: #FFFFFF;
    background: #FFFFFF88; /* Zwieter Befehl wird vom IE nicht verstanden, daher zusätzlich der erste!*/
    margin-left: 10px;
    margin-right: 490px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.gm iframe {
    position: absolute;
    left: 0;
    height: 300px;
}

.map-kontakt-bg {
    position: absolute;
    left: 0;
    height: 265px;
    width: 100%;
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    z-index: -1;
    background: #eee;
    color: #aaa;
    text-align: center;
    vertical-align: middle !important;
 }

.background-content-bg {
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact-fixed.map-kontakt {
    /* position: absolute;
    left: 0; */
    position: static;
    background: #eee;
    min-height: 265px;
    margin-bottom: -265px !important;
    top: auto;
    bottom: auto;
    right: auto;
    margin: auto;
}

#worldmapContactDown {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 998;
    cursor: pointer;
    position: fixed;
    right: 30px;
    background-color: #292929;
    text-align: center;
}

#worldmapContactUp {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: fixed;
    right: 30px;
    background-color: #292929;
    text-align: center;
}

#worldmapContactUp:hover {
    background-color: #666;
}

#worldmapContactDown:hover {
    background-color: #666;
}

.adressContact {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}



@media screen and (min-width: 576px) {
    .progress-title {
        padding: 0 5px;
    }
    .progress-bar-container {
        border-left: 2px solid #000;
    }
}

@media screen and (min-width: 1470px) {
    .contact-fixed {
        border: 1px solid #ccc;
        position: fixed;
        max-height: 550px; /* 380 px bei zwei Kontakten */
        width: 180px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        padding-top: 5px;
        text-align: center;
        z-index: 9;
    }
}

@media screen and (max-width: 1469px) {
    .contact-fixed {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 575px) {
    .contact-form label {
        /* display: none; */
        float: none;
    }
    .history-slider-text {
        color: #00000000;
        background: #FFFFFF00;
    }
}

@media screen and (max-width: 500px) {
    .azubi-item {
        color: #00000000;
        background: #FFFFFF00;
    }

}

@media screen and (max-width: 900px) {
    .history-slider-text {
        margin-right: 310px;
    }
}

@media screen and (max-width: 700px) {
    .history-slider-text {
        color: #00000000;
        background: #FFFFFF00;
    }
}
