/*Allgemein START*/
.bold{
    font-weight: bold;
}
h1{
    font-weight: bold;
}
h2{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
h2.t3ddy-accordion-header{
    text-transform: none;
}
h3{
    font-size: 11pt;
}
.wid100{
    width: 100%;
}
h2.no-margin-top{
    margin-top: 0px;
}
.pa     {position: absolute;  }
.pr     {position: relative;  }
.pac    {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.pau    {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.fl     {float: left;    }
.fr     {float: right;   }

.vh     {visibility: hidden; !important; }
.vv     {visibility: visible !important; }
.h      {display: none;}
.hi     {display: none!important;}
.db     {display: block;}
.cb     {clear: both;}
.b      {font-weight: bold;}

.mr     {margin-right:  10px;}
.mr24   {margin-right:  24px;}
.mr30   {margin-right:  30px;}
.mr40   {margin-right:  40px;}

.mb     {margin-bottom:  10px;}
.mb20   {margin-bottom:  20px;}
.mb30   {margin-bottom:  30px;}
.mb40   {margin-bottom:  40px;}

.mt     {margin-top:  10px;}
.mt20   {margin-top:  20px;}
.mt30   {margin-top:  30px;}
.mt40   {margin-top:  40px;}

.p0    {padding: 0;}
.pl0    {padding-left: 0;}

.bo{border: 1px solid red!important;}
/*Allgemein END*/

/*Sitebar START*/
.sitebardiv p{
    font-size: 15pt;
    line-height: 18pt;
    color: #708697;
}
.sitebardiv .h2{
    margin-top: 9px;
    margin-bottom: 3px;
}
.sitebardiv .h2-sub{
    margin-top: 0px;
    margin-bottom: 3px;
}
.sitebardiv .col-xs-12{
    padding-left: 8px;
}
.sitebardiv .side-image,.sitebardiv .side-link{
    margin-left: 20px;
    margin-bottom: 30px;
}
/*Sitebar END*/
/*lazyload START*/
img.lazyload {
    opacity: 1;
    transition: opacity 1s ease-in 0s;
}
/*lazyload END*/
/*Header START*/
header .container .balkenOben{
    width: 100%;
}

.navbar-toggle{
    margin-right: 0;
}
@media (max-width: 991px) {
    /* header .container{
         padding-right: 0px;
         margin-left: -21px;
         width: 100%;
     }
 */
    header .container .navbar-header{
        margin-left: 0;
    }
}
/*
div.boxshadow{
    -webkit-box-shadow: 0px 0px 20px 8px #cccccc;
    -moz-box-shadow: 0px 0px 20px 8px #cccccc;
    box-shadow: 0px 0px 20px 8px #cccccc;
    padding: 14px;
}
*/

#navSearch{
    z-index: 333;
}
span.hit {
    background: rgb(232, 225, 0) none repeat scroll 0 0;
    color: red;
}
#navSearchGrp .form-control, .kesearchbox #ke_search_sword{
    border: 0!important;
    background-color: rgb(240,243,244);
    width: 260px;
    box-shadow: 0px 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    z-index: 300;
}
.kesearchbox #ke_search_sword {
    color: #708697;
    font-weight: bold;
    height: 60px;
    width: 313px;
}
div.kesearchbox {
    height: 60px !important;
}
#kesearch_submit {
    height: 18px !important;
    margin-left: 35px;
    margin-top: 20px;
    width: 17px !important;
    z-index: 400;
}
span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
    background: #fff none !important;
    color: #708697 !important;
    padding: 10px!important;
}

#flexnav .search-form-nav {
    right: 160px;
}

/*Header END*/
/*Footer START*/
.footer-section {
    background: #ffffff none repeat scroll 0 0;
    border-top: none;
    color: #708697;
}
.footer-section .container{
    padding: 20px 0 7px 15px;
}
.footer-section .container .border-right-white{

}
.footer-section a {
    color: #708697;
}
/*Footer END*/
/*LangMenu START*/
ul#language_menu li a:link, ul#language_menu li a:active, ul#language_menu li a:visited {
    clear: none;
    color: #6a6a6a;
    cursor: pointer;
    display: inline;
    float: left;
    text-decoration: none;
}
ul#language_menu li a:hover {
    color: #000;
    text-decoration: none;
}
ul#language_menu li a {
    font-size: 13pt;
}
li a#dede {
    background: url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat -5px -33px;
    width: 30px;
}
li a#dede:hover, li.active a#dede {
    background: url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat -5px -5px;
}
li a#enen {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat -5px -145px;
    width: 30px;
}
li a#enen:hover, li.active a#enen {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat -5px -117px;
}
li a#eses {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat -5px -89px;
    width: 30px;
}
li a#eses:hover, li.active a#eses {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat -5px -61px;
}
.lang-li{
    height: 30px;
    background-color: rgb(240, 234, 244);

}
li.lang-li a {
    width:100% !important;
    text-indent: 50px !important;
    line-height: 2px;
}
li.lang-li a#dede {
    background: url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat 15px -28px;
    width: 30px;
}
li.lang-li a#dede:hover, li.lang-li.active a#dede {
    background: url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat 15px -0px;
}
li.lang-li a#enen {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat 15px -140px;
    width: 30px;
}
li.lang-li a#enen:hover, li.lang-li.active a#enen {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat 15px -112px;
}
li.lang-li a#eses {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat 15px -84px;
    width: 30px;
}
li.lang-li a#eses:hover, li.lang-li.active a#eses {
    background: transparent url('/fileadmin/ressources/public/images/template/flags/flags.png') no-repeat 15px -56px;
}
/*LangMenu END*/
/*Content START*/
#content{
    padding-top: 20px!important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(250px, rgba(255,255,255,1)), color-stop(300px, rgba(246,246,246,1)), color-stop(100%, rgba(232,235,239,1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 250px, rgba(246,246,246,1) 300px, rgba(232,235,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 250px, rgba(246,246,246,1) 300px, rgba(232,235,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 250px, rgba(246,246,246,1) 300px, rgba(232,235,239,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 250px, rgba(246,246,246,1) 300px, rgba(232,235,239,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8ebef', GradientType=0 );/* IE6-9 */
}
#content section{
    padding-bottom: 15px;
}
.main-section .container{
    margin-top: 21px;
    overflow: hidden;
}

.main-section .container .row main{
    overflow: hidden;
    padding-bottom: 15px;
}
/*Content END*/
/*Stylesheet START*/
.sprite {
    background-image: url(/fileadmin/ressources/public/images/template/flags/flags.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-Flag_of_Germany {
    width: 30px;
    height: 18px;
    background-position: -5px -5px;
}
.sprite-Flag_of_Germany_inaktiv {
    width: 30px;
    height: 18px;
    background-position: -5px -33px;
}
.sprite-Flag_of_Spain {
    width: 30px;
    height: 18px;
    background-position: -5px -61px;
}
.sprite-Flag_of_Spain_inaktiv {
    width: 30px;
    height: 18px;
    background-position: -5px -89px;
}
.sprite-Flag_of_UK {
    width: 30px;
    height: 18px;
    background-position: -5px -117px;
}
.sprite-Flag_of_UK_inaktiv {
    width: 30px;
    height: 18px;
    background-position: -5px -145px;
}
.sprite2 {
    background-image: url(/fileadmin/ressources/public/images/template/icons/icons.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-Kreuz {
    width: 13px;
    height: 12px;
    background-position: -5px -5px;
}

.sprite-Lupe {
    width: 17px;
    height: 18px;
    background-position: -5px -27px;
}

.sprite-Pfeil_Rechts {
    width: 13px;
    height: 21px;
    background-position: -5px -55px;
}

.sprite-Pfeil_Unten {
    width: 22px;
    height: 13px;
    background-position: -5px -86px;
}
/*Stylesheet END*/
/*accordion START*/
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 1em;
}
.ui-state-active .ui-icon {
    width: 22px;
    height: 13px;
    background: url(/fileadmin/ressources/public/images/template/icons/icons.png) -5px -86px;
}
.ui-state-default .ui-icon {
    width: 13px;
    height: 21px;
    background: url(/fileadmin/ressources/public/images/template/icons/icons.png) -5px -55px;
}
.ui-state-default .ui-icon.ui-icon-triangle-1-s {
    width: 22px;
    height: 13px;
    background: url(/fileadmin/ressources/public/images/template/icons/icons.png) -5px -86px;
}
.t3ddy.t3ddy-accordion .t3ddy-accordion-header{
    border:none !important;
    border-radius: 0 !important;
    background: rgb(247,248,249);
    color: rgb(87,86,86);
    font-size: 15pt;
    padding: 6px 36px;
}
.t3ddy-item.t3ddy-accordion-item{
    border: none;
    padding: 1em 0;
    overflow: hidden;
}
.t3ddy-item.t3ddy-accordion-item div.padding-0{
    padding: 0;
}
.t3ddy-item.t3ddy-accordion-item p.name, .tx-dce-pi1 p.name{
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: bold;
}
.t3ddy-item.t3ddy-accordion-item p.funktion, .tx-dce-pi1 p.funktion{
    color: rgb(112,134,151);
}
.t3ddy-item.t3ddy-accordion-item div.text, .tx-dce-pi1 div.text{
    margin-bottom: 40px;
}
.t3ddy-item.t3ddy-accordion-item div.col-md-4 div.text, .t3ddy-item.t3ddy-accordion-item div.col-md-6 div.text, .tx-dce-pi1 div.text{
    font-size: 13px;
}
/*accordion END*/
/*news-list START*/
.header.panel-heading{
    padding: 0 0 0 5px;
}
.panel-heading-list{
    height: 23px;
}
.panel-heading-detail {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

.header.panel-heading a{
    line-height: 24px;
}
.header.panel-heading a, .panel-heading-detail{
    color: #ffffff;
}
.header.panel-heading a img.farbcode{
    float: right;
}
.header.panel-heading a img.farbcode-piktogramm{
    height: 23px;
}
.header.panel-heading a span.trenner{
    float: right;
    background: #fff;
    width: 3px;
    height: 23px;
}
.panel-heading-detail span.trenner{
    float: right;
    background: #fff;
    width: 3px;
    height: 23px;
    position: relative;
    top:-2px;
}
.panel-heading-detail .farbcode {
    float: right;
    position: relative;
    top: -2px;
}
.panel-heading-detail .farbcode-piktogramm{
    height: 23px;
}
.header-percutan{
    background: rgb(186,174,144);
}
.header-twist{
    background: rgb(0,130,68);
}
.header-vario{
    background: rgb(240,125,0);
}
.header-mini{
    background: rgb(154,194,48);
}
.header-grey{
    background: rgb(112,134,151);
}
.header-comfort{
    background: rgb(29,58,143);
}
.header-modular{
    background: rgb(164,170,160)
}
.header-technic{
    background: rgb(232,225,0);
}
.header-larynx{
    background: rgb(0,162,226);
}
.header-care{
    background: rgb(158,24,129);
}
.header-select{
    background: rgb(118,171,155);
}

.header-search {
    background: #708697;
    height: auto;
    margin: 15px 0 !important;
    padding-left: 18px !important;
}
.news .article h1 {
    font-weight: normal;
    font-size: 18pt;
}
.news .article .news-img-wrap a {
    border: none;
}
.t3ddy-accordion img{
    display: block;
    height: auto;
    max-width: 100%;
}
.news-img-wrap a img{
    width: 100% !important;
}
/*News*/
.headline-date{
    color: #708697;
}
.headline-date .news-list-date{
    font-size: 1.5em;
}
.headline-date .news-list-title{
    font-size: 1.8em;
}
.newsListe-teaser{
    font-size: 1.3em;
}
.news .article .news-img-wrap2 {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0;
}
.newsListe-teaser span p{
    display: inline;
}
/*news-list END*/
/*news-detail START*/
.detail-headline,.first-headline{
    margin-top: 3px;
    margin-bottom: 40px;
}
.news .article .teaser-text {
    margin-top: 16px;
}
.news-text-wrap ul,.news-text-wrap ol{
    padding-left: 15px;
}
.news-single .header.panel-heading {
    padding: 2px 0 10px 20px;
}
.mediaelement.mediaelement-image img{
    width: 100%;
    height: auto;
}
.detail-lupe {
    float: right;
    position: relative;
    right: 25px;
    top: -30px;
}
.news-text-wrap {
    margin-top: 16px;
}
.newsDownloadItem{
    text-align: center;
}
.newsDownloadItem .img-responsive{
    margin: 0 auto;
}
/*news-detail END*/

/*Produkte START*/
#newsProductDetail h2:not(.t3ddy-accordion-header){
    text-transform: uppercase;
}
h2 em{
    font-style: italic;
    text-transform: lowercase;
}
h2 div{
    display: inline;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
    border:0!important;
}
/*Produkte END*/

/*Footer-Nav START*/

footer{
    margin-right: 18px;
}
.footer-section{
    margin-top: 0;
}

.footer-section div.container ul.subnav{
    padding-left: 0;
    float: right;
}
.footer-section div.container ul.subnav li{
    list-style-type: none;
    text-transform: uppercase;
    padding: 5px 15px 5px 0px;
    font-weight: bold;
    float: left;
}
.footer-section .social{
    margin-bottom: 15px;
}
.footer-section .social p,.footer-section .language p{
    margin-bottom: 5px;
}
.footer-section .social ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-section .social ul li{
    float: left;
    margin-right: 10px;
}

.footer-section .bvmeg{
    float:left;
    max-height: 52px;
    width: auto;
    margin:0!important;
    margin-top: 30px!important;
}

.footer-section .row{
    margin:0;
    font-size: 12px;
    overflow: hidden;
}

@media (max-width: 991px) {

    .footer-section img{
        zoom: 0.8;
    }
    .footer-section div.container ul.subnav{
        padding-bottom: 10px;
        border-bottom: 1px solid #ffffff;
    }

    #flexnav{
        top: 26px;
        right: 10%;
        min-width: 265px;
        position: absolute;
    }

    .flexnav{
        background: rgb(240,243,244);
    }

    .flexnav.flexnav-show {

        overflow-x: hidden;
        overflow-y: auto;
    }

    #flexnav ul.flexnav > li.item-with-ul > ul li {
        display: table;
        min-width: 170px;
    }
    #flexnav .tx-kesearch-pi1 {
        position: relative;
        height: 10px;
    }
    #flexnav .search-form-nav {
        position: relative;
        left: 0;
        top: 0px;
        overflow: visible;
    }
    #flexnav .searchIcon{
        display: block!important;
        left: 25px;
        top: 20px;
    }
    #flexnav .input-group {
        border: 8px solid rgb(240,243,244);
    }
    .flexnav.flexnav-show {
    //max-height: 800px!important;
    }

    #flexnav .navSearch {

        position: absolute;
        left: 200px;

        height: 42px;
        background: transparent;
        display: table-cell;
    }
    #flexnav .form-control {
        background: #fff;
        height: 34px;
        width: 246px;
        position: absolute;
    }
}
/*Footer-Nav END*/
/*Footer-Siegel START*/

.footer-siegel{
    height: auto;
    vertical-align: middle;
}
.footer-siegel img{
    float: left;
    margin-right: 23px;
    width: 100%;
}
/*Footer-Siegel END*/
/*collection START*/
.collection-header{
    margin-top: 25px;
}
.collection-header .collection-title{
    color: #000000;
    text-transform: uppercase;
}
.collection-wrapper .link-item-first {
    border-top: 1px solid #708697;
}
.collection-wrapper .link-item{
    border-bottom: 1px solid #708697;
    padding: 5px 10px;
}
.collection-wrapper .link-item a{
    font-size: 16px;
}

.collection-header h2{
    margin-top: 35px;
}
.collection-header-first,.collection-header-first h2{
    margin-top: 0;
}
/*collection END*/
/*carousel START*/

.slick-slide,.slick-content{
    display: none;
    text-align: center;
    outline: 0 none;
    cursor: pointer;
}
.imgBig{
    display: none !important;
}
.sliderouter{

}
.slick-current p{
    visibility: visible !important;
}

.slick-current .imgSmall{
    display: none;
}
.slick-current .imgAktiv{
    position: relative;
    top: -9px;
}
.slick-current .imgBig{
    display: block !important;
}
.slick-slide img {
    margin: auto;
}
.slick-slide .imgColor {
    width: 100%;
    height: 9px;
}
.slick-prev, .slick-next {
    height: 100%;
    top: 0;
    width: 300px;
    z-index: 100;
}
.slick-prev::before, .slick-next::before {
    color: transparent;
    font-family: "";
}
.slick-content-inner{
    position: relative;
}
.slick-content-inner .slider-text{
    padding: 0 5px;
    visibility: hidden;
    position: absolute !important;
    left:-40%;
    width: 500px;
}
.imgSmall{
    position: relative;
    top: 130px;
}
.slider-text-con{
    height: 40px;
}
@media (max-width: 990px) {
    .imgBig{
        display: block !important;
    }
    .imgSmall{
        display: none;
    }
    .slick-content-inner .slider-text {
        left: 0;
        padding: 0 5px;
        position: absolute !important;
        visibility: hidden;
        width: 100%;
    }
    .slick-prev, .slick-next {
        height: 100%;
        top: 0;
        width: 25%;
        z-index: 100;
        opacity: 0.5;
    }
    .slick-next, .slick-next:hover {
        background: url("/fileadmin/ressources/public/images/template/Pfeil_Rechts.png") no-repeat right 15px center;
    }
    .slick-prev, .slick-prev:hover {
        background: url("/fileadmin/ressources/public/images/template/Pfeil_Links.png") no-repeat left 15px center;
    }
    .slick-prev:hover,.slick-next:hover{
        opacity:1;
    }
}
@media (max-width: 599px) {
    .slider-text-con{
        height: 60px;
    }

}
@media (max-width: 400px) {
    .slider-text-con{
        height: 80px;
    }
}
.container > img{
    max-width: 100% !important;
}
/*carousel END*/


/*chancenreich START*/
#chancenreich{
    display: inline-block;
    width: 103%;
    margin:  0!important;
}

#chancenreich .mouseover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#chancenreich .mouseout{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

#chancenreich div{
    text-transform: uppercase;
    text-align:     center;
}

#chancenreich .kachel_outer{
    padding-right:  0;
}
#chancenreich .kachelouter{
    padding-bottom: 15px;
    margin-bottom: 5px;
    padding-right: 0;
    position: relative;
    cursor: pointer;
    width: 135px;
    height: 135px;
    float: left;
    padding-right: 15px;
}
#chancenreich .kachelouter img{
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 15px;
    padding-right: 15px;

}

@media (min-width: 417px) and (max-width: 1200px) {

    #chancenreich #chancenreich_inner{
        margin-left: 9%;

    }
}

#chancenreich .kachel_outer:not(:first-child):hover{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#chancenreich .kachel_outer img{
    width: 266px;
    float: left;
    margin-right: 4px;
}
#chancenreich .kachel_outer div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#chancenreichcontent > div:not(:first-child) {
    display: none;
}
#chancenreichcontent{
    width:100%;
    min-height: 400px;
    margin-bottom: 30px;
}


#chancenreichcontent div h1 p strong{
    color: #9AC230!important;
    font-size: 14pt;
    font-weight: normal;
}

#chancenreichcontent div h1 p,
#chancenreichcontent h1 table tbody tr td
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.4;
    color: #575656;
    font-weight: normal;
    vertical-align: top;
}
#chancenreichcontent div h1 p{
    margin-bottom:20px;
}

#chancenreichcontent h1 table{
    width: 100%;
}


#chancenreichcontent h1 table tr td:nth-child(even) {width:25%;}

#chancenreichcontent h1 table tbody tr td img {
    max-height: 225px;
    height: 225px;
    max-width: inherit;
}


#chancenreichcontent h3,
#chancenreichcontent h4{
    margin: 0;
}

#chancenreichcontent h3 table tbody tr td img,
#chancenreichcontent h4 table tbody tr td img
{
    max-width: inherit;
}


#chancenreichcontent h3 table tbody tr td
{
    vertical-align: top;
    background-color: #9AC230;
}

#chancenreichcontent h3 tbody tr td:nth-child(2),
#chancenreichcontent h4 tbody tr td:nth-child(1)
{
    padding:0 20px;
    color: #000;
}

#chancenreichcontent h3 tbody tr td h2,
#chancenreichcontent h4 tbody tr td h2{
    color: #000;
    font-weight: bold;
}



#chancenreichcontent h4 table tbody tr td
{
    vertical-align: top;
}

#chancenreichcontent h3 table tbody tr td h4{
    color: #fff;
    font-weight: bold;
}
#chancenreichcontent h4 table tbody tr td h4{
    font-weight: bold;
}
#chancenreichcontent h4 table tbody tr td h4,
#chancenreichcontent .green{
    color: rgb(154,194,48);
}
#chancenreichcontent .grey{
    color: rgb(112,134,151);
}
#chancenreichcontent .m20{
    margin: 20px;
}
#chancenreichcontent .mb20{
    margin-bottom: 20px;
}
#chancenreichcontent .mt20{
    margin-top: 20px;
}
#chancenreichcontent .ml20{
    margin-left: 20px;
}
#chancenreichcontent .mr20{
    margin-right: 20px;
}
#chancenreichcontent .mb10{
    margin-bottom: 10px;
}
#chancenreichcontent .cb{
    clear: both;
}
#chancenreichcontent .fl{
    float: left;
}
#chancenreichcontent .fr{
    float: right;
}
#chancenreichcontent .fb{
    font-weight: bold;
}
#chancenreichcontent .f15{
    font-size: 15px;
}
#chancenreichcontent .pr20{
    padding-right: 20px;
}
#chancenreichcontent .pt10{
    padding-top: 10px;
}
#chancenreichcontent .fb{
    font-weight: bold;
}
#chancenreichcontent .arrowgreen{
    position: relative;
    bottom: 20px;
    right: 3px;
    float: right;
}
#chancenreichcontent .arrowgreen a{
    color: rgb(154,194,48);
    font-size: 45px;
    text-decoration:none;

}
#chancenreichcontent .arrowwhite{
    position: absolute;
    bottom: -30px;
    right: 20px;
}
#chancenreichcontent .arrowwhite a{
    font-size: 45px;
    color: #fff;
    text-decoration:none;
}
#chancenreichcontent .pr{
    position: relative;
}

#CHANCENREICH_0 h3{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}


@media (max-width: 600px) {
    main div.content-inner,
    .boxshadow
    {
        box-shadow:0 0 0 0!important;
        padding: 0!important;
    }
}

/*Karriere START*/
#karriere{

}
#karriere img{
    max-height: 100%;
    margin:auto;
}

#karriere h3{
    font-size: 15pt;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#karriere .einleitung{
    margin-bottom: 20px;
}

#karriere .person{
    overflow: hidden;
    width: 100%;
    display: block;
}
#karriere .person h3{
    margin-top: 20px;
}

#karriere .person .position{
    margin-bottom: 20px;
}

#karriere .person:nth-of-type(2n+1),
#karriere .person h3:nth-of-type(2n+1){
    color: #000;
}

#karriere .person:nth-of-type(2n) .name{
    color: #9AC230;
}

#karriere .person:nth-of-type(2n+1){
    background-color: #9AC230;
    padding-right: 20px;
}

@media (max-width: 1000px) {
    #karriere .person:nth-of-type(2n+1) {
        padding: 0!important;
    }

    #karriere .persimglang{
        display: none!important;
    }

    #karriere .persimg{
        display: block!important;
    }
}
#karriere .persimg{
    display: none;
}

#karriere .person:nth-of-type(2n+1) img {
    margin-right: 20px;
}

#karriere .person:nth-of-type(2n+1) #personendata{
    padding-left: 20px;
    padding-right: 20px;
}
#karriere .person:nth-of-type(2n) #personendata{
    padding-right: 20px;
}
#karriere .person:nth-of-type(2n) img {
    float: right;
    margin-left: 20px;
}

#karriere .person:nth-of-type(2n) .bild{
    float: right;
}

#karriere .person p:last-of-type {
    margin-bottom: 20px;
}
#karriere #personen img{
    /* max-width: 224px; */
}

/*Karriere END*/

/*chancenreich END*/

/*kontakt START*/
.tx-powermail .powermail_form_3{
    color: #708697;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal!important;
}
.tx-powermail .powermail_form_3 h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.tx-powermail .powermail_form_3 div{
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.tx-powermail .powermail_form_3 input[type=radio]{
    width: 20px;
    padding: 0;
    margin-top: 0px;
    margin-right: 6px;
    float: left;
}
.tx-powermail .powermail_form_3 #radio_label{
    padding-top: 12px;
    padding-bottom: 0;
    margin: 0;
}
.tx-powermail .powermail_form_3 .powermail_radio_inner{
    float: left;
    padding: 0;
    margin: 0;
}
.tx-powermail .powermail_form_3 .powermail_radio_inner label{
    line-height: 34px;
    margin: 0;
    padding: 0;

}
.tx-powermail .powermail_form_3 #powermail_fieldwrap_28{
    height: 43px;
}
.tx-powermail .powermail_form_3 div ul{
    position: absolute;
    top: 13px;
    left: 582px;
    width: 400px;
    color: red;
}
.tx-powermail .powermail_form_3 label{
    font-weight: normal!important;
    float: left;
    width: 100px;
    padding-top: 7px;
}
.tx-powermail .powermail_form_3 input {
    width: 500px;
    background: rgb(247,248,249);
    height: 35px;
    border: 0;
}
.tx-powermail .powermail_form_3 textarea {
    width: 500px;
    background: rgb(247,248,249);
    height: 200px;
    border: 0;
}
.tx-powermail .powermail_form_3 fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    width: 650px;
}
.tx-powermail .powermail_form_3 input[type="submit"]{
    background-color: #fff;
    width: 120px;
    float: right;
    margin-right: 30px;
}
.tx-powermail .powermail_form_3 legend {
    font-size: 15px;
}
.tx-powermail .powermail_form_3 #powermail_fieldwrap_17 label{
    vertical-align: top;
}
/*kontakt END*/

/*Vertriebsteam START*/

#vertriebsteam{
}
#vertriebsteam .st0 {
    fill: white;
    cursor: pointer;
}
#vertriebsteam #linknatio,
#vertriebsteam #linkinter{
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: lightgrey;
    padding-left: 30px;
}

#vertriebsteam .linkaktiv{
    color: #708697!important;
    font-weight: bold;
}

#vertriebsteam .startouter{
    position: relative;
    width: 100%;
    border: 3px solid dimgrey;
    border-width: 1px 0 1px 0;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 427px;
    overflow:hidden;
}

#vertriebsteam #employeearea{
    position:absolute;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
}


#vertriebsteam .college{
    display: none;
    position: absolute;
    width: 100%;

}

#vertriebsteam .college img{
    margin-right: 20px;
    float: left;
}
#vertriebsteam .college .name{
    margin-top: 0px;
}
#vertriebsteam .college .funktion{
    width: 90%;
}
#vertriebsteam .college .text p{
    margin-bottom: 0px;
    font-size: 13px;
}

#vertriebsteam .college > div{
    width: 49%;
    float: left;
}

#vertriebsteam .t3ddy-accordion-header{
    margin: 2px 0;
    background: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding-left:20px;
}


#vertriebsteam #employeearea{
    position:absolute;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    display: none;
}

#vertriebsteam #employeearea > p{
    margin: 0 0 12px 0px;
}

#vertriebsteam h2{
    white-space: nowrap;
    width: 350px;
}

/*Vertriebsteam END*/


/*Vertrieb START*/


#vertriebsteam .tx-vertriebsteam #linknatio,
#vertriebsteam .tx-vertriebsteam #linkinter{
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: lightgrey;
}
#national .firstdiv,
#international .firstdiv{
    min-height: 200px;
}

#vertriebsteam .tx-vertriebsteam #linknatio:hover,
#vertriebsteam .tx-vertriebsteam #linkinter:hover{
    color: #718798;
}

#vertriebsteam .tx-vertriebsteam #linknatio a:active,
#vertriebsteam .tx-vertriebsteam #linkinter a:active{
    color: #718798;
}

#vertriebsteam .start{
    position: absolute;
    width: 130%;
}
#vertriebsteam .start img{
    height: 400px!important;
    cursor: pointer;
}
#vertriebsteam #SvgDeu{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width:51%;
}
#vertriebsteam #SvgDeu svg{
    height: 392px;
}
#vertriebsteam #SvgGes svg{
    height: 300px;
}
#vertriebsteam .startouter.SvgGesamt{
    height: 304px;
}
#vertriebsteam .startouter.SvgIntNew{
    height: 385px;
}
#vertriebsteam #SvgInt{
    margin: auto;
    width: 86%;
    height: 100%;
}

#vertriebsteam #SvgInt svg{
    height: 407px;
    margin-top: -6px;
    margin-left: -25px;
}

#vertriebsteam .tx-vertriebsteam .starttext{
    float:left;
    width: 32%;
    margin-right: 20px;
}

#vertriebsteam .tx-vertriebsteam .starttext{
    float:left;
    width: 32%;
    margin-right: 20px;
}

#vertriebsteam .tx-vertriebsteam .employeeareaouter{
    float:right;
    width: 65%;
    position:relative
}

#vertriebsteam .tx-vertriebsteam #employeearea{
    position:absolute;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
}

#vertriebsteam .tx-vertriebsteam #employeearea > p{
    margin: 0 0 12px 0px;
}

#vertriebsteam .tx-vertriebsteam #Deutschland{
    height: 100%;
}



#vertriebsteam .tx-vertriebsteam .t3ddy-accordion-header{
    margin: 2px 0;
    background: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding-left:20px;
}

#vertriebsteam .tx-vertriebsteam .college{
    display: none;
    position: absolute;
    width: 100%;

}

#vertriebsteam .tx-vertriebsteam .college img{
    margin-right: 20px;
    float: left;
}
#vertriebsteam .tx-vertriebsteam .college .name{
    margin-top: 0px;
}
#vertriebsteam .tx-vertriebsteam .college .funktion{
    width: 90%;
}
#vertriebsteam .tx-vertriebsteam .college .text p{
    margin-bottom: 0px;
    font-size: 13px;
}

#vertriebsteam .tx-vertriebsteam .college > div{
    width: 49%;
    float: left;
}

/*Vertrieb END*/
.news-single .t3ddy-accordion .t3ddy-accordion-item img:not(.img100){
    width: 50%;
    margin: auto;
}
.subNav{
    clear: both;
}
.news-list-view .teaser-text h3{
    font-weight: normal;
}
.news-list-view time{
    font-size: 13pt;
    line-height: 21px;
    color: #708697;
    margin-bottom: 5px;
}

.news-list-view .headline-date{
    margin-top: 0px;
}

.news-list-view .headline-date .news-list-date {
    font-size: 0em;
}
.news-list-view .newsListe-teaser {
    float: right;
}



.news-list-view .news-list-title {
    font-size: 15pt;
    line-height: 20pt;
    color: #708697;
    text-transform: none;
}
.news-list-view .newsListe-teaser {
    font-size: 11pt;
}
/*
main div.content-inner{
    -webkit-box-shadow: 1px 7px 20px 4px #ccc;
    -moz-box-shadow: 1px 7px 20px 4px #ccc;
    box-shadow: 1px 7px 20px 4px #ccc;
    padding: 15px 22px 11px 22px;
    margin-bottom: 23px;
}

 */
.video-js-box{
    position: static;
}

/*technische Daten - Details START*/
.technicalspecifications table{
    margin-top: 20px;
    border: none !important;
}
.technicalspecifications table th{

    color: #fff;
    text-align: center;
}

.technicalspecifications table td{
    text-align: center;
}

.technicalspecifications table tbody tr:nth-child(1) {
    font-style:italic;
    font-size: 10pt;
}
.tab-header-percutan table tr th{
    background: rgb(186,174,144);
}
.tab-header-twist th{
    background: rgb(0,130,68);
}
.tab-header-vario th{
    background: rgb(240,125,0);
}
.tab-header-mini th{
    background: rgb(154,194,48);
}
.tab-header-grey th{
    background: rgb(112,134,151);
}
.tab-header-comfort th{
    background: rgb(29,58,143);
}
.tab-header-modular th{
    background: rgb(164,170,160)
}
.tab-header-technic th,.tx-kesearch-pi1 #kesearch_results .result-list-item .hit{
    background: rgb(232,225,0);
}
.tab-header-larynx th{
    background: rgb(0,162,226);
}
.tab-header-care th{
    background: rgb(158,24,129);
}
.tab-header-select th{
    background: rgb(118,171,155);
}
/*technische Daten - Details END*/
/*Sprachmenu anzeige START*/
#language_menu li.text-muted{
    display: none;
}
/*Sprachmenu anzeige END*/

.h1-h2 h1{
    margin-bottom: 0;
}
.h1-h2 h2{
    margin-top: 0;
}
.search-content{
    min-height: 90px;
}
.container .row{
    margin: 10px 1px;
    margin-bottom: 0px!important;
    width: 102%;
}

.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid white!important;
}
@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}
.technicalspecifications .table-responsive{
    border: none !important;
}

.footer-section .boxshadow .row div a img{
    margin: 10px 0px;
}
/*
@media(max-width:600px) {
    .footer-section .boxshadow .row div a img{
       height: 72px;
    }
}*/
.footer-section .boxshadow{
    overflow: hidden;
}

@media(min-width:990px) {
    .footer-section .boxshadow{
        overflow: hidden;
        margin-left: 25px;

    }
}

@media(max-width:990px) {
    .footer-section .boxshadow{
        overflow: hidden;
        margin-left: 17px;

    }
}

.footer-section .boxshadow .row div{
    padding-left: 0;
}
.footer-section .boxshadow .row .subnav{
    margin-bottom: 6px!important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

#mmswf56b0b83377aee521060777_video_js .vjs-big-play-button {
    opacity: .6;
}
#mmswf56b0b83377aee521060777_video_js .vjs-big-play-button,
#mmswf56b0b83377aee521060777_video_js .vjs-play-progress,
#mmswf56b0b83377aee521060777_video_js .vjs-volume-level {
    background-color: #B37D5B;
}
#mmswf56b0b83377aee521060777_video_js .video-js {
    width: 640px;
    height: 360px;
}

.soIcon{
    display: block;
    height: 25px;
    margin: 0 0 3px;
    width: 25px;
}
.soIconWrap{
    float: right;
    margin-left: 3px;
}
.soIconWrap li{
    float: none;
}
.soIconText{
    display: none;
}
@media (max-width: 991px) {
    #flexnav ul.flexnav > div.soIconWrap li {
        background: rgb(240,243,244);
        margin-left: 0;
    }
    #flexnav ul.flexnav > div.soIconWrap li > a {
        border-bottom: 1px solid #e1e1e1;
    }
    #flexnav ul.flexnav > div.soIconWrap li > a {
        padding: 2px 18px;
        text-shadow: 0 1px 0 #ffffff;
    }
    #flexnav ul.flexnav div.soIconWrap li a {
        font-size: 17px;
    }
    .soIconWrap{
        float: none;
    }
    .soIcon {
        display: inline;
        height: 27px;
        margin: 0 0 3px;
        width: 27px;
    }
    .soIconText{
        display: inline-block;
        margin-left: 13px;
    }
}
@media (max-height: 400px){
    .flexnav.flexnav-show {
        max-height: 310px;
    }
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
    display: block;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.tx-worldwidedealer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.tx-worldwidedealer > .equal-height1 {
    display: flex;
    flex-direction: column;
}
.farbcodierung img{
    width: 100% !important;
}
.trbg{
    background-color: rgb(247,248,249);
    border: none;
    color: rgb(87,86,86);
}
footer .image-wrap{
    margin: 0!important;
}
footer .image-wrap figure.image{
    margin: 0!important;
}
main{
    background-color: #ffffff;
}
/*Startseite*/
.startslider{
    margin-bottom: 0;
    position: relative;
}
.startslider .slick-prev, .startslider .slick-next {
    height: 90%;
    top: 5px;
    width: 200px;
    z-index: 100;
}

.startslider .text-box {
    background-color:#ffffff;
    padding: 10px;
    position: absolute;
    bottom: 10%;
    position: absolute;
    width: 455px;
    text-align: left;
    min-height: 120px;
    overflow: hidden;
}
.startslider .text-box h1,.startslider .text-box h2,.startslider .text-box h3{
    margin-top: 0;
}
.startslider .slide-image{
    width: 100%;
    height: auto;
}
.startslider .slick-dots {
    position: absolute;
    bottom: 0;
    height: 25px;
}
.startslider .slide{

    width: 100%;
}

/*Startseite/Sidebar - Kachel*/
.sidebar-inner{
    margin-top: 10px;
}
.kachel-box-con{
    margin-top: 10px;
}
.default-box{
   /* height: 200px;*/
    margin-bottom: 10px;
    position: relative;
}
.katalog-box{
    /*height: 400px;*/
    margin-bottom: 10px;
    position: relative;
}
.box img{
    height: auto;
    width: 100%;
    opacity: 0.7;
}
.box img:hover{
    opacity: 1;
}
.box .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: green;
    opacity: 0.6;
    pointer-events: none;
}
.pl-0{padding-left: 0px;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pr-0{padding-right: 0px;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pt-0{padding-top: 0px;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}

.backendlayout-pagets__startseite main{
    background: transparent;
}
.navbar-header.wid100 div.col-md-10{
    position: relative;
    left: 32px;
}
@media (min-width: 768px) {
    .language-menu {
        margin-bottom: 0;
    }
}
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1; /* Für den IE6 und IE7 */
}


@media (max-width : 760px) {
    .startslider .slick-dots {
        position: relative;
    }
    .kachel-box-con .pl-5,
    .kachel-box-con .pl-10{
        padding-left: 0px;
    }
    .kachel-box-con .pr-5,
    .kachel-box-con .pr-10{
        padding-right: 0px;
    }
    .slider-con{
        padding-left: 5px;
    }
    .page-1 main{
        padding: 5px;
    }
    .page-1 main .content-inner{
        position: relative;
        top: -5px;
    }
    .startslider .text-box {
        width: 100%;
        max-width: 500px;
    }

}

@media (max-width : 500px) {
    .startslider .text-box {

        margin-left: 0;
        bottom: 0;
        position: relative;
    }
    .slick-prev {
        left: -8px;
        top: -30px;
    }
    .slick-next {
        left: 252px;
        top: -30px;
    }
   /*
   .startslider .slick-dots {
        bottom: -10px;
    }
    */

    .page-1 main .content-inner{
        position: relative;
        top: -15px;
    }
    .footer-section #language_menu li a{
        margin-right: 10px;
    }


}