/*Bootstrap Anpassungen für Firma Held CI*/
/*Hintergrund einzelne Bereiche*/

a {
    color: #003d8f;
}

body {
    background: #c6c7c8;
}

#wrapper {
    background: #ffffff;
    background-image: url(../images/background.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

#header {
    background: #003d8f;
}
/*Anpassung Schriftfarbe Überschriften*/

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
    color: #003d8f;
}

.heldcolorwhite {
    background-color: #c6c7c8;
    text-align: right;
    right: 0;
    height: 100px;
    position: relative;
    z-index: 1;
}

.heldcolorwhite h1,
.heldcolorwhite h2,
.heldcolorwhite h3,
.heldcolorwhite h4,
.heldcolorwhite h5,
.heldcolorwhite h6 {
    position: absolute;
    color: #ffffff;
    padding-right: 25px;
    vertical-align: top;
    right: 0;
}

.heldaktuellesheader {
    background-color: #c6c7c8;
    top: 10px;
    right: 0;
    height: 100px;
    /*    left: 30%;*/
    
    position: relative;
    z-index: 1;
}

.heldaktuellesheader h1,
.heldaktuellesheader h2,
.heldaktuellesheader h3,
.heldaktuellesheader h4,
.heldaktuellesheader h5,
.heldaktuellesheader h6 {
    color: #ffffff;
    /*    line-height: 50px;*/
    
    padding-top: 20px;
    padding-right: 25px;
}

#jobs .heldcolorwhite {
    background-color: #c6c7c8;
    text-align: right;
    /*    top: 10px;*/
    
    right: 0;
    height: 180px;
    position: relative;
    /*    z-index: 0;*/
}

#jobsstartlabel h1,
#jobsstartlabel h2,
#jobsstartlabel h3,
#jobsstartlabel .heldcolorwhite table h3,
#jobsstartlabel .heldcolorwhite table h4,
#jobsstartlabel .heldcolorwhite table h5,
#jobsstartlabel .heldcolorwhite table h6 {
    position: relative;
    padding-right: 0px;
    color: #ffffff;
    right: 0;
}

#jobsstartlabel > table {
    position: relative;
    margin-right: 45px;
    font-size: 14px;
}

#jobsstartlabel .heldcolorwhite {
    padding-right: 25px;
    right: 0;
    padding-top: 10px;
}

#jobsstartlabel {
    width: 105%;
    margin-left: -5%;
    height: 170px;
}

#jobsstartlabel .label {
    right: 0;
    height: 170px;
    right: 0px;
    z-index: 0;
}

.heldfloatright {
    float: right;
}
/*Schatten um Content Box*/

#main {
    box-shadow: 8px 0 10px #aaa, -8px 0 10px #aaa;
    -moz-box-shadow: 8px 0 10px #aaa, -8px 0 10px #aaa;
    -webkit-box-shadow: 8px 0 10px #aaa, -8px 0 10px #aaa;
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
    min-height: 350px;
}
/*Begrenzung des Container divs*/

.container {
    max-width: 1000px;
    min-width: 995px;
}
/*Festlegung Minimum Höhe Main*/

#main .inside {
    min-height: 500px;
}
/*Anpassung Position des News div*/

.heldnews {
    display: inline-block;
    position: relative;
    left: -3.5%;
    color: #ffffff;
    float: left;
    width: auto;
    max-width: 75%;
    vertical-align: top;
    z-index: 2;
}

.heldnews a,
.heldnews h5,
.heldnews h6 {
    color: #ffffff;
}

#produkte,
#produkte-en{
    z-index: 2;
    max-width: 70%;
    margin-top: -100px;
}

#produkte-titel {
    z-index: 1;
    /*    margin-top: 10%;*/
}
/*Pfeil Startseite Beginn*/

#arrow {
    display: inline-block;
    float: left;
    width: 200px;
    height: 100px;
    background-color: #003d8f;
    border: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-left: none;
    position: relative;
    padding-left: 25px;
    vertical-align: top;
    box-shadow: 0 8px 4px -4px #c6c7c8;
}

#arrow:after {
    margin-top: -1px;
    margin-left: -3px;
    content: '';
    position: absolute;
    left: 199px;
    width: 0;
    height: 0;
    border: 47px solid transparent;
    border-right: 5px solid transparent;
    border-left: 15px solid #003d8f;
    z-index: 30;
}

#arrow:before {
    margin-left: 0px;
    margin-top: -2px;
    content: '';
    position: absolute;
    top: 0px;
    left: 200px;
    width: 0;
    height: 0;
    border: 49px solid transparent;
    border-right: 5px solid transparent;
    border-left: 16px solid #ffffff;
    z-index: 3;
}

#arrow .arrowcontent {
    position: absolute;
    top: 10%;
}

#arrow .arrowcontent h6 {
    line-height: 1.5;
}
/*Pfeile Startseite Ende*/
/*Pfeile Produktübersicht Beginn*/

#produkte .ce_image,
#produkte-en .ce_image{
    margin-left: -34px;
}

#produkte .ce_image .image_container,
#produkte-en .ce_image .image_container{
    display: inline-block;
    float: left;
    margin-left: -2px;
    width: 200px;
    height: 100px;
    background-color: #003d8f;
    border: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    position: relative;
    padding-left: 25px;
    vertical-align: top;
    box-shadow: 0 8px 4px -4px #c6c7c8;
}
/*
#produkte .image_container:after {
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    height: 100px;
    z-index: 200;
}
*/

.articleoverviewphoto {
    display: none;
}

#produkte .ce_image .caption,
#produkte-en .ce_image .caption{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

#produkte .ce_image .image_container a img,
#produkte-en .ce_image .image_container a img{
    display: none;
}

#produkte .ce_image:hover .image_container a img,
#produkte-en .ce_image:hover .image_container a img {
    display: inline-block;
    position: relative;
    margin-left: -25px;
}

#produkte .ce_image:hover .image_container,
#produkte-en .ce_image:hover .image_container {
    overflow: hidden;
}

#produkte .ce_image:hover .image_container figcaption,
#produkte-en .ce_image:hover .image_container figcaption{
    display: none;
}

#produkte .image_container:after,
#produkte-en .image_container:after {
    margin-top: -1px;
    margin-left: -4px;
    content: '';
    position: absolute;
    left: 195px;
    width: 0;
    height: 0;
    border: 47px solid transparent;
    border-right: 5px solid transparent;
    border-left: 15px solid #003d8f;
    z-index: 99;
}

#produkte .image_container:before,
#produkte-en .image_container:before {
    margin-left: 0px;
    margin-top: -3px;
    content: '';
    position: absolute;
    top: 0px;
    left: 196px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-right: 5px solid transparent;
    border-left: 16px solid #ffffff;
    z-index: 95;
}

#produkte .ce_image .image_container .caption,
#produkte-en .ce_image .image_container .caption{
    position: absolute;
    top: 25%;
    color: #ffffff;
    width: 170px;
}

#produkte .ce_image,
#produkte-en .ce_image{
    background-color: #003d8f;
}

#produkte .ce_image a,
#produkte-en .ce_image a {
    line-height: 1.5;
}
/*Pfeile Produktübersicht Ende*/
/*Pfeile Aktuelles Beginn*/

#aktuelles .backgrey {
    background: #c6c7c8;
    height: 100%;
    width: 100%;
}
/*
#aktuelles {
    margin-top: 50px;
}
*/

#aktuelloverstart {
    margin-left: -15px;
}

#aktuelloverstart .empty,
.mod_newslist .empty {
    display: none;
}

#aktuellstartlabel {
    height: 60px;
}

#aktuellstartlabel .heldcolorwhite h2 {
    padding-right: 25px;
}

#aktuelles .mod_newslist {
    /*
    position: absolute;
    top: 0px;
    z-index: 5;
*/
    
    z-index: 5;
    margin-left: -45px;
    margin-top: -100px;
    max-width: 90%;
}

#aktuelles .mod_newslist .layout_short .readmore,
#aktuelles .mod_newslist .layout_short .readmore a {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-transform: none;
}

#aktuelles .mod_newslist .aktoverhead {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
}

#aktuelles .mod_newslist .aktoverheadsub {
    font-size: 14px;
    text-transform: none;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
}

#aktuelles .mod_newslist .aktmore {
    font-size: 12px;
    text-transform: none;
    color: #fff;
    display: inline-block;
}

#aktuelles .mod_newslist .layout_short {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100px;
    background-color: #003d8f;
    border: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-left: none;
    position: relative;
    padding-left: 25px;
    vertical-align: middle;
    box-shadow: 0 8px 4px -4px #c6c7c8;
    font-size: 15px;
    line-height: 40px;
    margin-top: 5px;
}

#aktuelles .mod_newslist .layout_short:after {
    margin-top: 0px;
    margin-left: 0px;
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border: 46px solid transparent;
    border-right: 5px solid transparent;
    border-left: 15px solid #003d8f;
    z-index: 30;
}

#aktuelles .mod_newslist .layout_short:before {
    margin-left: 4px;
    margin-top: -2px;
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border: 48px solid transparent;
    border-right: 5px solid transparent;
    border-left: 16px solid #ffffff;
    z-index: 3;
}
/*Pfeile Aktuelles Ende*/
/*Pfeile Jobs Beginn*/

#jobs .panel-group,
#jobs .panel {
    border-radius: 0px;
    border-radius: 0px;
    margin-left: -24px;
    max-width: 100%;
    z-index: 5;
}

#jobs .panel-collapse {
    background: #f7f7f7;
}

#jobs .panel-default {
    border: none;
    border-radius: none;
    background: #f7f7f7;
}

#jobs .panel-title {
    font-size: 20px;
    color: #fff;
    line-height: 70px;
}

#jobs .ce_download {
    padding-left: 10px;
    padding-bottom: 25px;
    line-height: 60px;
    vertical-align: bottom;
    z-index: 99;
}

#jobs .ce_download h1,
#jobs .ce_download h2,
#jobs .ce_download h3,
#jobs .ce_download h4,
#jobs .ce_download h5,
#jobs .ce_download h6 {
    display: none;
}

#jobs .ce_download a {
    font-size: 25px;
    bottom: 10px;
}

#jobs .panel-heading {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100px;
    background-color: #003d8f;
    border: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-left: none;
    position: relative;
    padding-left: 25px;
    vertical-align: middle;
    box-shadow: 0 8px 4px -4px #c6c7c8;
    font-size: 15px;
    line-height: 100px;
    z-index: 1;
}

#jobs .panel-heading:after {
    margin-top: -1px;
    margin-left: 0px;
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border: 47px solid transparent;
    border-right: 5px solid transparent;
    border-left: 15px solid #003d8f;
    z-index: 30;
}

#jobs .panel-heading:before {
    margin-left: 4px;
    margin-top: -2px;
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border: 49px solid transparent;
    border-right: 5px solid transparent;
    border-left: 16px solid #ffffff;
    z-index: 3;
}

#jobs .panel-default {
    border: none;
}
/*Pfeile Jobs Ende*/
/*Pfeile Downloads Beginn*/

#downloads .ce_download {
    margin-left: -34px;
}

#downloads {
    width: 90%;
    max-width: 600px;
    min-height: 500px;
    margin-top: -100px;
    z-index: 1;
}

#downloads h1 {
    display: none;
}

#downloads a,
#downloads a:hover,
#downloads a:visited {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 10px;
}

#downloads .ce_download a {
    display: inline-block;
    float: left;
    margin-left: -2px;
    width: 200px;
    height: 100px;
    background-color: #003d8f;
    border: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    position: relative;
    padding-left: 25px;
    vertical-align: top;
    box-shadow: 0 8px 4px -4px #c6c7c8;
    /*    z-index: 1;*/
}

#downloads .ce_download a:after {
    margin-top: -1px;
    margin-left: -3px;
    content: '';
    position: absolute;
    left: 195px;
    top: 0px;
    width: 0;
    height: 0;
    border: 47px solid transparent;
    border-right: 5px solid transparent;
    border-left: 15px solid #003d8f;
    z-index: 99;
}

#downloads .ce_download a:before {
    margin-left: 0px;
    margin-top: -3px;
    content: '';
    position: absolute;
    top: 0px;
    left: 196px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-right: 5px solid transparent;
    border-left: 16px solid #ffffff;
    z-index: 95;
}

#downloads-titel {
    /*    z-index: 1;*/
    
    margin-top: 10px;
    top: 10px;
    z-index: 0;
}

#downloads-titel .heldcolorwhite {
    height: 100px;
}
/*Pfeile Downloads Ende*/
/*Artikel sollen nicht die volle Breite des Content divs Nutzen*/

.mod_article {
    position: relative;
    margin-left: 3%;
}

.heldtextsmall {
    font-size: 10px;
}
/*Logo Positionierung*/

#heldlogo .image_container {
    position: absolute;
    top: 0;
}

#carousel-9 {
    position: sticky;
    top: 0;
    z-index: 0;
}

.nav {
    width: 100%;
}

.nav a {
    font-size: 13px;
}

.navbar-default {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #ffffff;
    border-bottom: 2px solid #ec7404;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
    background-color: #fff;
}

.navbar-default .navbar-nav > .active > a {
    font-weight: 800;
}

.navbar-nav .dropdown-menu > .active > a {
    background: #003d8f;
    color: #fff;
    font-weight: 600;
}

.navbar-nav .dropdown-menu > .active:hover {
    background-color: #f7f7f7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #f7f7f7;
}

.submenu:hover > .dropdown-menu {
    display: block;
}

.submenu:hover,
.submenu > li:hover,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #f7f7f7;
    /*    border-color: #8c8c8c;*/
}

.navbar-default .navbar-nav > .active > a {
    background: none;
}

.submenu .active:hover {
    background: transparent;
}

.dropdown-menu {
    margin-top: 0px;
}

.navbar .nav,
.navbar .nav > li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
/*Google JavaScript*/

#map-container {
    height: 600px;
    width: 100%;
}
/*Footer Bereich anpassen*/

#footer {
    background: #c6c7c8;
    color: #ffffff;
    font-size: 12px;
    /*    position: static;*/
}

#footerlink > a {
    float: right;
    color: #fff;
    text-transform: uppercase;
}

#footer .inside {
    padding-top: 10px;
}

#newsreader .ce_text {
    padding-left: 0px;
}

#newsreader .thumbnail {
    border: none;
}

#newsreader h1 {
    text-transform: uppercase;
}

#newsreader h2 {
    font-size: 24px;
}

#jobs .panel-default {
    width: 500px;
    max-width: 95%;
}

#produkte-titel {
    margin-top: 15px;
    top: 10px;
}

#produkte-titel .heldcolorwhite {
    height: 100px;
}

#map {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

#seitentitel {
    height: 100px;
    width: 111%;
    margin-left: -10%;
}

#jobstitel {
    height: 200px;
    width: 111%;
    top: 10px;
    margin-left: -10%;
}

#jobstitel p {
    padding-top: 90px;
    padding-right: 25px;
}

#jobs {
    margin-top: -205px;
    z-index: 99;
}

.nopaddingleft {
    padding-left: 0;
}

.mod_navigation ul .responsiveonly {
    display: none;
}
/*Aktionen*/
/*
#aktion .ce_download a {
    font-size: 20px;
    width: 100px;
}
*/

#aktion .ce_download a {
    display: inline-block;
    float: left;
    width: 70%;
    height: 100px;
    background-color: #ec7404;
    color: #fff;
    border: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-left: none;
    position: relative;
    padding-left: 25px;
    vertical-align: middle;
    box-shadow: 0 8px 4px -4px #c6c7c8;
    font-size: 20px;
    line-height: 100px;
    z-index: 1;
}

#aktion .ce_download a:after {
    margin-top: -1px;
    margin-left: 0px;
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border: 47px solid transparent;
    border-right: 5px solid transparent;
    border-left: 15px solid #ec7404;
    z-index: 30;
}

#aktion .ce_download a:before {
    margin-left: 4px;
    margin-top: -2px;
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border: 49px solid transparent;
    border-right: 5px solid transparent;
    border-left: 16px solid #ffffff;
    z-index: 3;
}

@media (max-width: 767px) {
    .container {
        min-width: 0;
    }
    #aktuelloverstart {
        margin-top: 70px;
        margin-left: -25px;
    }
    #aktuellstartlabel {
        margin-left: -45px;
    }
    #aktuelles .mod_newslist {
        max-width: 500px;
    }
    #aktuelles .mod_newslist,
    #downloads,
    #produkte,
    #jobs {
        margin-top: 0px;
    }
    #jobs .panel-title {
        font-size: 15px;
    }
    #heldlogo {
        max-width: 60%;
        margin-left: 5%;
    }
    #heldlogo .image_container img {
        max-width: 50%;
        margin-left: -2%;
    }
    #header .inside {
        /*        min-height: 100px;*/
        
        top: 0px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    h7 {
        font-size: 14px;
    }
    h8 {
        font-size: 13px;
    }
    /*    Responsive Menü*/
    
    .mod_navigation li,
    .mod_navigation li > ul,
    .mod_navigation li > ul > li {
        display: block;
        position: relative;
        width: 100%;
    }
    .mod_navigation > *:hover {
        text-decoration: none;
        background: none;
    }
    #jobs .collapse {
        display: block;
    }
    #jobs a,
    #jobs .panel-title,
    #produkte .caption,
    #produkte .ce_image .caption,
    #aktuelles .aktoverhead {
        margin-left: 15px;
    }
    #produkte .caption,
    #produkte .ce_image .caption {
        font-size: 12.5px;
    }
    .mod_navigation ul .responsiveonly {
        display: block;
    }
    #footerlink {
        display: none;
    }
    .mod_navigation ul {
        border: none;
        box-shadow: none;
        border-radius: none;
    }
    .mod_navigation .caret {
        display: none;
    }
    .mod_navigation .level_2 {
        margin-left: 15px;
    }
    .mod_navigation ul li:hover {
        background: none;
    }
}