/************************************************
/*
/*  Theme : Aks Amt 
/*  version: 1.0.0
/*
*************************************************/

/*===== Fonts =====*/
@font-face {
    font-family: 'CorporateS-Regular';
    src: url('../fonts/CorporateS-Regular/CorporateS-Regular.eot');
    src: url('../fonts/CorporateS-Regular/CorporateS-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateS-Regular/CorporateS-Regular.woff') format('woff'),
        url('../fonts/CorporateS-Regular/CorporateS-Regular.ttf') format('truetype'),
        url('../fonts/CorporateS-Regular/CorporateS-Regular.otf') format('opentype'),
        url('../fonts/CorporateS-Regular/CorporateS-Regular.svg#CorporateS-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'CorporateS-Bold';
    src: url('../fonts/CorporateS-Bold/CorporateS-Bold.eot');
    src: url('../fonts/CorporateS-Bold/CorporateS-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateS-Bold/CorporateS-Bold.woff') format('woff'),
        url('../fonts/CorporateS-Bold/CorporateS-Bold.ttf') format('truetype'),
        url('../fonts/CorporateS-Bold/CorporateS-Bold.otf') format('opentype'),
        url('../fonts/CorporateS-Bold/CorporateS-Bold.svg#CorporateS-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

/*===== Fonts =====*/ 


body {
    margin: 0;
    padding: 0;

    font-size: 16px;
    line-height:20px;

    font-family: "CorporateS-Regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #3c3c3c;            
}
a{
    /* color:#8e753a; */
}
strong{
    font-family:'CorporateS-Bold', Arial, Helvetica, sans-serif;
    font-weight:normal; 
    color: #4f4f4e;
}
a:hover{
    color:#4f4f4e;
}
a,a:focus,a:hover,a:visited,a:active{
    text-decoration:none;
    outline:none;
}
a:focus {
    color:#4f4f4e;
}
img{
    outline:none;
    border:none;
    max-width:100%;
}
h1,h2,h3,h4,h5,h6{
    margin:0px;
    padding:0px;        
    font-weight:normal;
    font-family:'CorporateS-Regular', Arial, Helvetica, sans-serif;
}
ul,ol{
    list-style:none;    
    margin:0px;
    padding:0px;
}
p, h1, h2, h3, h4, h5, h6, a, div, ul, ol, li, span, strong, em, img, header, footer, nav, iframe{
    /*  transition:all ease-in-out 0.4s;
            -moz-transition:all ease-in-out 0.4s;
            -ms-transition:all ease-in-out 0.4s;
            -o-transition:all ease-in-out 0.4s;
            -webkit-transition:all ease-in-out 0.4s;    */
}
sup{
    font-size: 12px;
    vertical-align: super;
}
iframe{
    width:100%;
    height:100%;
    border:none;
    outline:none;   
}

h1{
    font-size:25px; 
}
h2{
    font-size: 22px;
}
h3{
    font-size: 21px;
}
h4{
    font-size:20px; 
}
h5{
    font-size:18px; 
}
h6{
    font-size: 16px;
}


h1.gray-background {
    color: #fff !important;
    background-color: #4f4f4e;
    padding: 5px 5px 4px 5px;
    display: inline-block;
}

h2.gray-background {
    font-family:'CorporateS-Regular', Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
    color: #fff !important;
    background-color: #4f4f4e;
    padding: 5px 5px 4px 5px;
    display: inline-block;
}
h2.white-background {
    font-family:'CorporateS-Regular', Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
    display: inline-block;
}

@media(max-width: 768px){
    .product-content h2.gray-background {
        margin-top: 45px;
    }
    .container .csc-default:first-child .product-content h2.gray-background {
        margin-top: 20px;
    }
}

h3.logo-alfing {
    padding-left: 72px;

    background-image: url("../images/alfing_logo.png");
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

h3.logo-amt {
    padding-left: 65px;

    background-image: url("../images/AMT_logo.png");
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

.bg-place-holder,.bg-height,.slider-bg{
    background-position: center center !important;
    top: 0;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
}
#page{
    max-width:100%;
    margin:0px auto;
    overflow:hidden;
    width: 100%;    
}
.home{
    position:fixed;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px; 
}
.auto-area{
    width:1220px;
    max-width:96%;
    margin:0 auto;
}
.clear
{
    clear:both;
}
#header{
    /* margin-bottom:50px; */
    overflow: visible;
}

#header .divHeaderTitle {
    display: block;
    text-transform: uppercase;
}

#header .divHeaderInner .divHeaderTitle h1 {
    padding: 28px 0px 0px 0px;
    color: #4f4f4e;
    font-size: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#header .divHeaderInner .navbar  {
    height: 40px;
    min-height: 40px;
}

#header .divHeaderInner .navbar .nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .divHeaderInner .header-top {
    margin-bottom: 20px;
}

#header .divHeaderInner .logo {
    padding-top: 17px;
}

#innerheader .navbar {
    border-top: none;
}




/* Fix */
#header .divHeaderInner.headerfixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;

    background-color: #fff;
    z-index: 999;
}

#header .divHeaderInner.headerfixed .search-form,
#header .divHeaderInner.headerfixed .innerheader-top {
    display: none;
}



.divLanguageMenu.navbar-right {
    height: 20px;
    float: none !important;
    padding: 0px 3px 0px 2px;
    text-align: center;
    margin-right: 0px;
    border-right: 2px solid #fff;
}

.divLanguageMenu a.dropdown-toggle {
    display: inline-block;
    padding-top: 1px;
}

.divLanguageMenu a.dropdown-toggle span {
    display: block;
    margin-top: 2px;
    width: 22px;
    height: 14px;
}
.divLanguageMenu a.dropdown-toggle span.de { background-image: url("../images/flags/de.png"); }
.divLanguageMenu a.dropdown-toggle span.en { background-image: url("../images/flags/en.png"); }

.divLanguageMenu.navbar-right .dropdown-menu {
    left: auto !important;
    right: 0px !important;
}

.divLanguageMenu .dropdown-menu {
    margin: 10px 0px 0px 0px !important;
    padding: 5px 0px !important;
    background-color: #fff !important;
}

.divLanguageMenu .dropdown-menu li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;

    background-image: url("../images/right-arrow.jpg");
    background-repeat: no-repeat;
    background-position: 92% 8px;
}

.divLanguageMenu .dropdown-menu li a span {
    margin: 3px 10px 0px 0px;
    display: block;
    float: left;
    width: 22px;
    height: 14px;

    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.divLanguageMenu .dropdown-menu li a.de span { background-image: url("../images/flags/de.png"); }
.divLanguageMenu .dropdown-menu li a.en span { background-image: url("../images/flags/en.png"); }





.home #header .divLangBreadcrumb {
    height: 82px;
}
.home #header .divLangBreadcrumb .lang {
    display: none;
}

.home #header{
    margin-bottom:0px;  
}
.header-top{
    background:#fff;
    /* padding:47px 0 23px;*/
    padding: 14px 0 0px;
    margin-bottom: 33px;
}

#header h1.logo{
    float: right;
    padding-top: 17px;
    text-align: right;  
}

#header h1.logo a.mobile{
    display: none;
}
@media(max-width: 994px){
    #header h1.logo a {
        display: none;
    }
    #header h1.logo a.mobile{
        display: inline-block;
    }
    #header h1.logo img {
        height: auto !important;
    }
}


#header h1.logo a,
.innerheaderfixed a.innerlogo  {
    margin-left:125px;
}
#header h1.logo a:first-child,
.innerheaderfixed a.innerlogo:last-child {
    margin-left: 0;
}

.lang label, 
.lang a{
    font-size:14px;
    color:#999999;
    font-weight:normal;
}
.lang .brdcrmb{
    font-size:14px;
    color:#999999;
    /*margin-left:25px;*/
    margin-left:35px;
    display:inline-block;
    display: none;
}
.lang .brdcrmb em{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin: 0 10px; 
    position:relative;
}
.lang .brdcrmb em::before {
    color: #999;
    content: "\203A";
    left: -1px;
    position: absolute;
    top: 0;
}

.lang .brdcrmb a{
    color:#999999;
    border:none;
    padding:0px;
}
.lang a{
    padding:0 5px;
    font-size:16px;
    color:#4f4f4e;
    line-height:18px;
    display:inline-block;
    border-left: 1px solid #d0d0d0;
    font-family: "CorporateS-Regular", Arial, Helvetica, sans-serif;
}
.lang a:first-child{
    border-left:none;
    padding-left: 0px;
}
.lang a.current{
    font-weight:bold;
}


.divLangBreadcrumb {
    float: left;
}


.divBreadcrumb a {
    padding-left: 18px;
    padding-right: 12px;
    border-left:none;
    background-image: url("../images/menu-arrow.png");
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.divBreadcrumb a.current {
    font-weight: normal;
}

.divBreadcrumb a:first-child {
    background: none;
    padding-left: 0px;
}


.search-form{
    padding-top:33px;
    /*float:left;*/
    /*margin-right:22px;
    width:350px;*/
    margin-right:25px;
    width:182px;
}
.lang{
    /*padding-top:40px;
    float:left;*/
    margin-right:10px;
}


.search-form form {
    border-radius: 5px;
}
.search-form form input,
.search-form form input:focus{
    background:transparent;
    border:2px solid #999;
    border-right:none;
    box-shadow:none;
}
.search-form form input{
    /*padding:7px 12px 9px 25px; */
    border-radius: 0;
    font-size: 17px;
    color:#4f4f4e;
    height: 35px;
    padding-left: 25px;
    font-family: "CorporateS-Regular", Arial, Helvetica, sans-serif;
}

.search-form form button{
    border:2px solid #999;
    border-left:none;
    background:none;
    color:#999999;
    border-radius: 0px;
    height: 35px;
}
.header-top .search-form form button{
    padding: 5px;   
}
.header-top .search-form form button .fa-search{
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    color: #999;
    font-size: 17px;
}
.search-form form button:hover{
    background:none;
    border:2px solid #999;
    border-left:none;
}

#header .navbar{
    border-radius:0px;
    border:none;
    background:#494948;
    height:58px;
    margin:0px;
    /*position:absolute;
    top:135px;*/
    right:0;
    left:0;
    z-index:21;
    transition:none;
    -webkit-transition:none;
    -moz-transition:none;
}
#header .navbar.navfixed{
    top:0px;
    position:fixed;
}

#header .navbar .collapse{
}
#header .navbar .collapse .nav{
}
#header .navbar .collapse .nav > li {
    width: 14.26%;
    text-align:center;
}
/*.safari #header .navbar .collapse .nav > li {
        width: 14.29%;
}*/
#header .nav.navbar-nav {
    float: none;
}
#header .navbar .nav > li > a{
    font-size:15px;
    color:#ffffff;
    position:relative;
    text-transform:uppercase;
    padding:19px 0px;
    font-family: "CorporateS-Bold", Arial, Helvetica, sans-serif;
}
/* #header .navbar .nav > li:nth-child(2) > a:before, */
#footer .navbar .nav > li:nth-child(1) > a:before
{
    content:"";
    background:#ffffff;
    position:absolute;
    left:0px;
    top:8px;
    bottom:10px;
    width:2px;

}
#header .navbar .nav > li > a:after, #footer .navbar .nav > li > a:after{
    content:"";
    background:#ffffff;
    position:absolute;
    right:0px;
    top:10px;
    bottom:10px;
    width:2px;
}
#header .navbar-default .navbar-nav > .open > a, 
#header .navbar-default .navbar-nav > .open > a:focus, 
#header .navbar-default .navbar-nav > .open > a:hover {
    background-color: #eeeeee;
    color: #494948;
}
#header .navbar .nav > li > a:hover
{
    background: #6f6f6f;
    xcolor:#494948; 
}
#header .navbar .nav > li.active > a{
    background-color: #6f6f6f;
    color: #fff;
}
#header .navbar .nav > li{
    position:static;
}
#header .navbar-default .dropdown .caret{
    display:none;
}
#header .navbar-default .dropdown.open .caret {
    border-top-color: #fff;
    border-width: 8px;
    bottom: -8px;
    left: 50%;
    display:block;
    margin-left: -4px;
    position: absolute;
    width: 0;
    z-index: 9999;
}

#header .navbar-default .dropdown-menu {
    right:0px;
    border:none;
    border:0;
    overflow:auto;
    left:0px;
    border-radius:0px;
    padding:40px 0px 0px;
    margin-bottom: 58px;
    background-color:#eeeeee;
}

#header .navbar-default .dropdown-menu::before {
    background: #fff none repeat scroll 0 0;
    content: " ";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -10px;
}

.home #header .navbar-default .dropdown-menu {
    /*position: fixed;
    top: 189px;
    bottom: -8px;*/
}
#header .navbar-default .dropdown-menu > li{

}
#header .menu-content-block{
    margin-bottom:20px;
}
#header .menu-content-block img{
    width:100%;
}
#header .menu-content-block h1 {
    line-height: inherit;
    margin-bottom: 8px;	
}
#header .menu-content-block a{
    font-size:20px;
    color:#4f4f4e;
}
#header .menu-content-block p{
    font-size:14px;
    color:#000;
    line-height:20px;
    min-height:120px;
}
#header .navbar-default .dropdown-menu ul div.tx-dce-pi1:nth-child(5),
#header .navbar-default .dropdown-menu ul div.tx-dce-pi1:nth-child(9),
#header .navbar-default .dropdown-menu ul div.tx-dce-pi1:nth-child(13),
#header .navbar-default .dropdown-menu ul div.tx-dce-pi1:nth-child(17),
#header .navbar-default .dropdown-menu ul div.tx-dce-pi1:nth-child(21){
    clear:left;
}
#header .navbar-default .dropdown-menu ul div.tx-dce-pi1 > li{
    margin-bottom:40px; 
}
#header .navbar-default .dropdown-menu ul ul{
    border-top:1px solid #d0d0d0;
}
#header .navbar-default .dropdown-menu ul ul li a{
    border-bottom:1px solid #d0d0d0;
    padding:9px 30px 13px 0;
    color:#4f4f4e;
    font-size:16px;
    display:block;
    line-height:20px;
    background:url(../images/menu-arrow.png) no-repeat 100% 15px;
}


#slider{
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    /*top: 139px;*/
    z-index: 9;
}
#body_id_18 #header .innerheader-top {
    display: none;
}

#slider > div,
#slider > div > div,
#slider > div > div > div,
#slider > div > div > div > div{
    position:relative;
    height:100%;    
}

#slider .left, 
#slider .right {
    display: inline-block;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    bottom:inherit;
    width:inherit;
    opacity:1;
    z-index: 50;
    font-weight:normal;
    background:none;
}
#slider .left{
    left:25px;
}
#slider .right{
    right:25px;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

#slider .carousel-inner item{
    background-color: transparent !important;
}

#slider #carousel-example-generic a.carousel-control, 
#slider #carousel-example-generic a.carousel-control img,
#product-slider .customNavigation a img{
    height: 100px;
}


#slider .slider-content-text-wrapper{
    position: relative;

}
#slider .slider-content-text-wrapper .slider-content-text{
    position: absolute;
    display: inline-block;
    max-width: 350px;
    top:200px;
    left: 0px;
    /*background: #494948;
    opacity:0.75;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(46, 46, 46, 0.8);
    padding: 45px 28px 25px;
    width: 100%;
}

#slider .slider-content-text-wrapper .slider-content-text:hover {
    background-color: rgba(46, 46, 46, 1);
}


@media(min-width: 768px) and (max-width: 1400px){
    #slider .slider-content-text-wrapper .slider-content-text{
        top:150px;
        left:60px;
    }
}


.texttop .carousel-caption{
    bottom: inherit;
    top: 0; 
}
.slider-content-text h1{
    margin-bottom:23px;
    color:#fff;
    font-size:24.5px;
    text-transform: uppercase;
    font-family: "CorporateS-Bold", Arial, Helvetica, sans-serif;

}
.slider-content-text h1 span{
    display: block;
    height: 2px;
    width: 146px;
    background: #ffffff;
    margin-top:23px; 
    clear: left;
}

.slider-content-text p{
    font-size:13.5px;
    line-height:17px;
    color: #ffffff;
}
.slider-content-text p a{
    font-size:13.5px;
    line-height:17px;
    margin-top:24px;
    color:#fff;
    display: inline-block;
    float: right;
    text-decoration: underline #cecece;
    text-transform: lowercase;
}

.slider-content-text p a:hover,
#news-slider .item a{
    text-decoration: none;
}

#news-slider .owl-controls{
    position: absolute;
    top: 31%;
    width: 100%;
}

#news-slider .owl-controls .owl-prev,
#news-slider .owl-controls .owl-next,
.history-slider .owl-controls .owl-prev,
.history-slider .owl-controls .owl-next{
    display: inline-block;
}
#news-slider .owl-controls .owl-prev{
    position: absolute;
    left:-36px;

}

.history-slider,.history-slider .item{
    float: left;
    width: 100%;
    position: relative;
}
#news-slider .owl-controls .owl-next{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    position: absolute;
    right:-36px
}


.divSliderContent .slider-content-text-wrapper {
    position: relative;
    display: none;
}

.divSliderContent .owl-item.active .slider-content-text-wrapper {
    display: block;
}

.divSliderContent .owl-item .slider-content-text {
    display: inline-block;
    left: 80px;
    max-width: 350px;
    /*background: #494948 none repeat scroll 0 0;
    opacity: 0.75;*/
    background-color: rgba(46, 46, 46, 0.8);
    padding: 45px 28px 25px;
    position: absolute;
    top: 300px;
    width: 100%;
}

.divSliderContent .owl-item .slider-content-text:hover {
    background-color: rgba(46, 46, 46, 1);
}




.carousel.carousel-fade .item > img{
    width:100%;
}

.carousel.carousel-fade .active.item {
    opacity:1;
}
.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

#innerheader{
    position:absolute;
    /*top:185px;*/
    left:0px;
    right:0px;  
    z-index:9;
    background:#fff;
}
@media(min-width: 768px) and (max-width: 1200px){
    #innerheader {
        top: 147px;
    }
}
#innerheader.innerheaderfixed {
    position:fixed;
    top: 0;
}
.innerheader-top {
    /*padding:40px 0px;*/
    padding: 23px 0px 32px 0px;
}
.innerheader-top .innerlogo {
    display:none;
    float:right;
}
.innerheaderfixed .innerheader-top .innerlogo {
    display:block;
}
.innerheader-top h1 {
    display: block;
    text-align: left !important;
    padding: 0px !important;
    color: #4f4f4e;
    font-size: 26px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}
@media(min-width:1200px){
    .innerheader-top h1 {
        padding-right: 30%;
    }
}
.innerheader-top p {
    color: #4f4f4e;
    font-family:'CorporateS-Regular', Arial, Helvetica, sans-serif;
    font-size:20px;
}
.innerheader-btm .navbar{
    background:#ffffff;
    /* height:52px; */
    height: 40px;
    min-height: 40px;

    border-radius:0px;
    border:none;
    box-shadow:none;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    margin:0px; 
}
.innerheader-btm .navbar-right{
    margin-right:0px;
}
.innerheader-btm .navbar-default .navbar-nav > li > a{
    font-size:18px;
    color:#4f4f4e;
    padding-top:10px;
    padding-bottom:10px;
}
.innerheader-btm .navbar-default .navbar-nav > li.back > a{
    background:url(../images/back-arrow.png) no-repeat left center;
    padding-left:20px;  
}

.innerheader-btm .navbar #inhalt > a{
    background:url(../images/icon-menu.png) no-repeat left center;
    padding-left:27px;
}
#inhalt .dropdown-menu{
    width:315px;
    padding:0px 20px;
    border:1px solid #e6e6e6;
    box-shadow:none;
    left:0px;
    position: absolute;
    background-color: #fff;
}
#inhalt .dropdown-menu li a{
    padding:10px 5px;
    font-size:16px;
    color:#4f4f4e;  
    display:block;
    background-position:95% center;
    background-repeat:no-repeat;
    transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    -webkit-transition:none;
}
#inhalt .dropdown-menu > li > a:hover,
#inhalt .dropdown-menu > li:hover > a{
    background:none;
}
#inhalt .dropdown-menu li ul li a{
    border-top:1px solid #e6e6e6;
    background-image:url(../images/down-arrow-large.png);
    background-position:95% center;
    background-repeat:no-repeat;
    padding-right:40px;
}
#inhalt .dropdown-menu li ul li:hover a,
#inhalt .dropdown-menu li ul li a:hover{
    background-image:url(../images/down-arrow-large.png);
    background-position:95% center;
    background-repeat:no-repeat;
    color:#000;
}

.innerheader-btm .navbar .broschure{
    background:url(../images/icon-file.png) no-repeat left center;
    padding-left:26px;  
}
.innerheader-btm .navbar .ap{
    background:url(../images/icon-people.png) no-repeat left center;
    padding-left:36px;  
    padding-right:0px;
}
.innerheader-btm .navbar .ap .caret{
    background:url(../images/down-arrow-large.png) no-repeat center center;
    height:6px;
    width:11px;
    border:none;    
    margin-left:5px;
}
.innerheader-btm .navbar .open .ap .caret{
    background:url(../images/up-arrow-large.png) no-repeat center center;
}
.innerheader-btm .navbar-right > li > a{
    margin-left:15px;   
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: inherit;
    color: #666666;
}

.innerheader-btm .navbar .container .row{
    position:relative;
}
.innerheader-btm .navbar .container .navbar-right li{
    position:static;    
}
.contactinfo .dropdown-menu{
    border:1px solid #e6e6e6;
    box-shadow:none;
    left:0px;
    padding:20px 0px 10px;
    border-radius:0px;
}
.contactinfo .dropdown-menu h4{
    font-size:20px;
    color:#4f4f4e;
    margin-bottom:10px;
}
.contactinfo .dropdown-menu p{
    font-size:16px;
    color:#000000;
    margin-bottom:15px;
    line-height:25px;
}
.contactinfo .dropdown-menu p > span{
    display:block;
}
.contactinfo .dropdown-menu p > span em{
    font-style:normal;  
}
.contactinfo .dropdown-menu p > span > span{
    width:70px;
    display:inline-block;
}
.contactinfo .dropdown-menu span em{
    color:#4f4f4e;  
}


.page-header{
    border-bottom:none; 
    margin-top:30px;
}
.page-header h3{
    font-size:16px;
    color:#4f4f4e;
    margin-bottom:20px; 
}
.page-header h2{
    font-size:20px;
    color:#4f4f4e;  
    margin-bottom:30px;
}
.page-header p{
    font-size:16px;
    color:#3c3c3c;
    margin-bottom:15px;
    line-height:20px;   
}
#products .product-grid{
    padding-bottom:30px;
}
.product-grid .item {
    margin-bottom:30px; 
}
.product-grid .item .product_thumb{
    text-align:center;  
}
.product-grid .item .product_detail{
    background:#f0f0f0;
    padding:20px;   
}
.product-grid .item .product_name{
    color:#4f4f4e;
    font-size: 24px;
    margin-bottom: 10px !important;
    text-transform:uppercase;
}
#content-area .product-grid .item .product_name{
    text-transform:none !important;
}
.product-grid .item .product_meta{
    font-size: 16px;
    margin-bottom: 3px;
    color:#555;
}
.product-grid .item .product_links{
    padding-top:15px;   
}
.product-grid .item .product_links a{
    margin-right:5px;
    background-image:url(../images/arrow-white.png);
    background-repeat:no-repeat;
    background-position:94% center;
    width:144px;    
    text-align:left;
}
.btn.btn-red{
    background-color:#4f4f4e;
    color:#fff;
    border-radius:0px;
    height:29px;
    line-height:29px;
    padding:0px 15px;
    font-size:14px;
    border:none;    
}

.btn.btnAsLinkJumper{
    width: auto !important;
    display: inline-block;
    background-image: url(../images/menu-arrow.png) !important;
    background-repeat:no-repeat !important;
    background-position: 100% center !important;
    color:#555;
    border-radius:0px;
    padding: 4px 17px 5px 0px;
    margin: 0px 20px 0px 0px !important;
    font-size:14px;
    border:none;    
}

.product-grid .item .product_meta strong{
    width:110px;
    color:#000;
    display:inline-block;   
}

#content-area h3{
    font-size:20px;
    color:#4f4f4e;
    margin-bottom:25px; 
}
#content-area h2 {
    color: #4f4f4e;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family:'CorporateS-Bold', Arial, Helvetica, sans-serif;
    font-size: 22px;
}

#content-area h2.fontsizesmall { font-size: 21px; }
#content-area h2.fontsizemedium { font-size: 23px; }
#content-area h2.fontsizelarge { font-size: 25px; }
#content-area h2.fontsizeextralarge { font-size: 27px; }


#content-area .product-content h2,#content-area .product-content h3{
    font-family:'CorporateS-Bold', Arial, Helvetica, sans-serif;
}
#content-area .history-blocks-wrapper h2{
    font-family:'CorporateS-Bold', Arial, Helvetica, sans-serif;
    font-size: 21px;
}
#content-area .col-lg-6 h2{
    margin-bottom:20px;
}
#content-area p{
    color: #4f4f4e;
    font-size:20px;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: "CorporateS-Regular", Arial, Helvetica, sans-serif;
}
.content-img{
    margin-bottom:20px;
}
.list{
    list-style:none;
    padding-left:0px;   
    margin-bottom:10px;
    margin-top:10px;
}
.list li{
    background:url(../images/bullet.png) no-repeat 0px 8px;
    margin:5px 0px;
    padding-left:12px;
    font-size:14px;
}

#owl-product .item img{
    width:100%; 
}
#product-slider{
    position:relative;
}
#product-slider.product-content{
    padding:0px;
    border:none;    
}
#product-slider .customNavigation a{
    position:absolute;  
    top:50%;
    margin-top:-23px;
    z-index:11;
    width:28px;
    height:100px;
    cursor:pointer;
}

#product-slider .customNavigation a.prev{
    left:25px;
}
#product-slider .customNavigation a.next{
    right:25px;
    transform:rotate(180deg); 
    -webkit-transform:rotate(180deg); 
    -moz-transform:rotate(180deg); 
    -o-transform:rotate(180deg); 
    -ms-transform:rotate(180deg); 
}
#owl-product .owl-controls{
    text-align:center;
    padding:12px 0px;
}
#owl-product .owl-controls .owl-page{
    background:#999999;
    height:6px;
    width:6px;
    border-radius:50%;
    display:inline-block;
    margin:4px;
}
#owl-product .owl-controls .owl-page.active{
    background:#003b75; 
}
.threeDview-inner{
    border-bottom:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    padding:30px 0px;
}
#content-area .tableimg{
    margin-bottom:40px; 
}
#content-area h2.black{
    color:#3c3c3c;
    margin-bottom:15px; 
}

.bg-gray{
    background:#f0f0f0;
    padding:20px;   
    margin-top:40px;
}
.product-content h4{
    font-family:'CorporateS-Bold', Arial, Helvetica, sans-serif;
    color:#4f4f4e;
    margin-bottom:5px;  
}

.bg-gray h4{
    margin:20px 0px 3px;
    font-size:14px;
    font-weight:bold;   
}
#content-area #c209  p{
    font-size:14px; 
}
#content-area .bg-gray p:last-child{
    margin-bottom:0px;  
}
.first-gray{
    margin-top:15px;
}
#content-area p.no-margin{
    margin-bottom:0px;  
}
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5{
    color:#4f4f4e;
    text-align:left;
    font-size:20px;
    margin-bottom: 25px;
}
.bg-gray .col-lg-4{
    text-align:center;  
}
#content-area .bg-gray .col-lg-4 p{
    text-align:left;    
    font-size:14px;
}
#content-area .div3ColImageText .col-lg-4 p{
    text-align:left;    
    font-size:18px;
}
#footer{
    position:relative;
    /*z-index:9999;*/

}
.home #footer{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.news-area{
    position:absolute;
    display: none;
    left:0px;
    right:0px;
    bottom: 0;
    z-index: 99;
}
.news-area.visible {
    bottom:0px;
    height: 237px;
    opacity: 1;
}
.news-area .news-head{
    background:#494948;
    height:29px;
}
.news-area .news-head h1{
    line-height:42px;
    font-size:18px;
    color:#3c3c3c;
    text-transform:uppercase;
    display:none;
    float:left;
}
.news-area .customNavigation a{
    height:18px;
    width:10px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center;
    margin-top:13px;
    cursor:pointer; 
}
.news-area .customNavigation a.next{
    margin-left:20px;
    background-image:url(../images/news-right-arrow.png);
}
.news-area .customNavigation a.next.disabled{
    background-image:url(../images/news-right-arrow-disable.png);
}
.news-area .customNavigation a.prev{
    background-image:url(../images/news-left-arrow.png);
}
.news-area .customNavigation a.prev.disabled{
    background-image:url(../images/news-left-arrow-disable.png);
}
.news-slider-area{
    box-shadow:0px 3px 3px #ddd;
    background:#fff;
    /*padding:3px 0px 5px;*/
    height:196px;
}
.news-slider-area, #footer .news-area {
    height: auto;
    float: left;
    width: 100%;
}
.news-slider-area .container{
    position: relative;
}
.news-date{
    font-size:14px;
    color:#4f4f4e;
}
.owl-carousel .owl-item {
    margin-right: 1px;
}
#news-slider.owl-carousel .owl-item .item{
    border-left: 2px solid #494948;
    padding: 15px 30px 15px 28px;
    height: auto !important;
}
#news-slider .item h2{
    color: #4f4f4e;
    font-size: 14px;
    margin: 17px 0;
    text-transform: uppercase;
    font-family: "CorporateS-Bold", Arial, Helvetica, sans-serif;
}
#news-slider .item p{
    font-size:14px;
    color:#4f4f4e;
    margin:0px 0px 3px;
    line-height: 17px;
}
#news-slider .item a{
    font-size:14px;
    color:#4f4f4e;
    margin:0px;
    display: inline-block;
    float: right;
    text-decoration: underline;
    text-decoration-color:#cecece;
}
#footer .navbar{
    margin-bottom:0px;
    border-radius:0px;
    border:none;
    background:#494948;
    box-shadow:0px -3px 5px #ddd;
    z-index:99;
}
.home #footer .navbar{
    box-shadow:none;
}
.home #footer .navbar.box-shadow{
    /*box-shadow:0 3px 5px #ddd inset;*/
}
#footer .navbar li a{
    font-size:14px;
    color:#ffffff;
    font-family: "CorporateS-Regular", Arial, Helvetica, sans-serif;
    text-decoration: none;
    /* text-decoration-color:#cecece; */
    max-width: 177px;
    text-align: center;
    line-height: 16px;
    width:100%;
    padding-top:10px;
    padding-bottom:10px; 
}
@media(min-width: 1300px){
    #footer .navbar li a{
        width:175px;
    }
}
#footer .navbar .nav > li > a::after {
    /*top: 6px;
    bottom: 9px;
    height: 42px;*/
    height: 42px;
}

#footer .navbar li a.parent,
#footer .navbar li a.parent.open{
    background-image: none;
}
#footer .social{
    margin:15px 10px;
}

#footer .social a{
    background: #ffffff;
    border-radius:50%;
    width: 29px;
    height: 28px;
    text-align: center;
    display: inline-block; 
    margin: 0 10px 0 0;
}
#footer .social a:last-child{
    margin-right: 0px;
}
#footer .social a i{
    vertical-align: middle;
    margin: 0;
    padding: 5px;
    display: block;
    text-align: center;
    color:#4a4949; 
}

#footer .social i{
    font-size:20px;
    color:#999999;
    margin-left:20px;
    font-size: 17px;
}
#footer .social span{
    font-size:14px;
    color:#4f4f4e;
    display: none;
}
#header .navbar .nav li.close-btn
{
    display:none;
}
.carousel.carousel-fade .item > img.slide-small {
    display: none;
}



.dropdown-menu>li
{   position:relative;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
}
.scrooltotop{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:100;
    background:url(../images/scrolltotop.png) no-repeat;
    height:40px;
    width:40px;
    display:none;
}
.scrooltotop.visible{
    display:block;  
}




/* Feel free to change duration  */ 
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
    z-index : 1 
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
    z-index : 0 
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }  
    100% {
        1    opacity : 0   ;
    }  
}
@keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }  
    100% {
        opacity : 0   ;
    }  
}



/* Custom CSS */
.contactinfo .dropdown-menu span em a {
    color:#4f4f4e;
}



.rte-table > table th{
    background:#f0f0f0;
}
.rte-table > table > tbody > tr:nth-child(odd) > td{
    background:#f0f0f0; 
}
.rte-table > table > tbody > tr:nth-child(even) > td{
    background:#f9f9f9;
}
.rte-table > table > tbody > tr:last-child > td{
    background:#f0f0f0;
    padding:0 10px;
    height:2px;
    font-size:5px;
}
.rte-table > table > thead > tr > th{
    height:60px;
    color:#4f4f4e;
    vertical-align:middle;
    padding:10px 10px 0px;
    border-left:2px solid #fff;
}
.rte-table > table > thead > tr > th:first-child{
    border:none;
    padding-left:20px;
}
.rte-table > table > tbody > tr > td{
    padding:2px 10px;
    vertical-align:middle;
    border-left:2px solid #fff;
}
.rte-table > table > tbody tr  td{
    font-size:15px;
}
.rte-table > table > tbody > tr > td:first-child{
    border:none;    
    padding-left:20px;
}
.rte-table > table > tbody td.tlist-title{
    font-weight:bold;
    padding:5px 10px;
    font-size:18px;
    color:#4f4f4e;
}
.rte-table > table > tbody{
    border-top:2px solid #666;
}


/* 29-3-16 ------------------------------*/
.innerpage #header{
    /*margin-bottom: 50px;*/
}
.innerpage #header .navbar{
}
.article{
    padding-top:35px;   
}
#news-slider .article{
    padding-top:0px;    
}
#news-slider .owl-item{
    margin:0;
}
#news-slider .owl-item{
    /*max-width: 350px;*/
    width:100%;
} 
#news-slider:after{
    content: "";
    width:40px;
    display:block;
    position: absolute;
    right: 2px; 
    top: 0;
    background:url("../../images/slider-box-shadow-right-img.png") no-repeat 0 0; 
    height: 100%;
    z-index: 9999999;
}
#news-slider:before{
    content: "";
    width:2px;
    height: 100%;
    display: inline-block;
    background:#494948;
    right:0;
    position: absolute; 
}
.with-border{
    border-bottom:1px solid #e6e6e6;
    padding-bottom:40px;    
}
.article h1{ 
    color:#4f4f4e;
    font-size:32px;
    line-height:30px;
    margin-bottom:10px;
    font-family: 'CorporateS-Regular', Arial, Helvetica, sans-serif;
}
.article h4{ 
    color:#4f4f4e;
    font-size:20px;
    line-height:22px;
    margin-bottom:35px;
    font-family: 'CorporateS-Regular', Arial, Helvetica, sans-serif;
}
.article .img18{
    margin-bottom:40px; 
}
.storie{
    background:#f0f0f0;
    padding:28px;
    min-height:110px;
    margin-bottom:10px; 
}
#content-area .storie h2{
    font-size:30px;
    margin-bottom:10px; 
}
#content-area .storie p:last-child{
    margin-bottom:0px;
}
.storie .storie-img{
    height:100%;
    float:right;
    width:318px;
    text-align:center;
    line-height:110px;
    margin-left:30px;
}

.article h6{
    font-size:16px;
    color:#4f4f4e;
    font-weight:bold;   
    margin-bottom:5px;
}
#content-area .article h2 {
    margin-bottom: 30px;
}
#content-area .article-arbeitsschutz h4 {
    margin-bottom: 25px;
}
.article .bg-gray{
    margin:0px; 
    padding:30px;
}
.qualitats-content .logo-img{
    text-align:center;  
    padding-bottom:10px;
}
.qualitats{
    padding:30px 0px;   
}
.qualitats:last-child{
    padding-bottom:0px; 
}
.qualitats-img{
    float:left; 
}
.qualitats-img img{
    width:100px;
    border:1px solid #cecece;
    line-height:0px;    
}
.qualitats-detail{
    float:right;
    width:75%;
}
#content-area .article .qualitats-detail h2{
    color: #4f4f4e;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: -5px;
}
#content-area .article .qualitats-detail h3{
    font-size:14px;
    color:#3c3c3c;
    font-weight:normal; 
    margin-bottom:17px;
}
#content-area .article .qualitats-detail a {
    background-color: #4f4f4e;
    background-image: url("../images/arrow-white.png");
    background-position: 94% center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 28px 0 15px;
}

#content-area .article .qualitats-detail h2 a,
#content-area .article .qualitats-detail h3 a {
    display: inherit !important;
    height: auto !important;
    padding: 0px !important;

    font-size: inherit !important;
    color: inherit !important;
    line-height: auto !important;

    background: none !important;
}

.article-schraubtechnik h1{
    font-weight:bold;
    margin-top:10px;    
    font-size:20px;
}
.article-schraubtechnik h4{
    margin-bottom:0px;
    font-size:20px;
}
.article-schraubtechnik h4 span{
    color:#3c3c3c;
}
.article-schraubtechnik h4 em {
    font-style: normal;
    margin: 0 14px;
}
.download-products{
    margin-bottom:40px; 
}

.download-products.nomargin {
    margin-bottom: 0px;
}

.dwnld-p-img{
    float:left;
    margin-right:40px;
    width: 380px;
    min-height: 70px;
    text-align: center;
}
.downld-p-title{
    font-size:20px;
    color:#4f4f4e;  
    line-height:24px;
    margin-bottom:5px;
}
.downld-p-meta{
    font-size:18px;
    color:#4f4f4e;  
}
.downld-table{
    margin-bottom:80px; 
}
.downld-table:last-child{
    margin-bottom:10px; 
}
.downld-table table th{
    background:#cccccc;
    color:#3c3c3c;
    height:51px;
    line-height:51px;
    padding-left:20px;
    font-weight:bold;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
}
.downld-table table td{
    background:#f7f7f7;
    color:#3c3c3c;
    height:51px;
    line-height:51px;
    padding-left:20px;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
}
.downld-table table tbody tr:nth-child(even) td{
    background:#e6e6e6;
}

.downld-table table thead tr th:nth-child(1),
.downld-table table tbody tr td:nth-child(1),
.downld-table table thead tr th:nth-child(3),
.downld-table table tbody tr td:nth-child(3),
.downld-table table thead tr th:nth-child(5),
.downld-table table tbody tr td:nth-child(5){
    border-left:0px;    
}

@media(min-width: 995px){
    .downld-table table thead tr th:first-child,
    .downld-table table tbody tr td:first-child {
        display: none;
    }

    .downld-table table.ShowAllCells thead tr th:first-child,
    .downld-table table.ShowAllCells tbody tr td:first-child {
        display: table-cell;
    }
}
@media(max-width: 994px){
    .downld-table table thead tr th:last-child,
    .downld-table table tbody tr td:last-child {
        display: none;
    }

    .downld-table table.ShowAllCells thead tr th:first-child,
    .downld-table table.ShowAllCells tbody tr td:first-child {
        display: table-cell;
    }
}

.downld-table .download{
    background:url(../images/icon-download.png) no-repeat left center;
    height:18px;
    padding-left:35px;
    color:#4f4f4e;  
}
.downld-table .pdf{
    background:url(../images/icon-pdf.png) no-repeat 0px 0px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding-left:35px;
    color:#4f4f4e;
}
.pdf-dwnld.bg-gray{
    padding-left:0px;
    padding-right:0px;
    margin:0px; 
    background:#f7f7f7;
}

@media(max-width: 767px){

    .pdf-dwnld.bg-gray {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .container .csc-default:first-child .pdf-dwnld.bg-gray {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .pdf-dwnld.bg-gray .article {
        padding-top: 0px;
    }

    .container .csc-default:first-child .pdf-dwnld.bg-gray .article {
        padding-top: 40px;
    }

}


/*.container .csc-default:first-child  .pdf-dwnld {
    margin-top: 40px;
}*/

.fullwidth{
    /* padding-left:2000px !important;
    padding-right:2000px !important;    
    margin-left:-2000px !important;
    margin-right:-2000px !important; */
    position: relative;
}
.fullwidth::before, .fullwidth::after {
    background-color: #f7f7f7;
    content: "";
    display: block;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    width: 150%;
    z-index: -1;
}
#content-area{
    overflow-x: hidden;
    overflow-y: hidden;
}
.fullwidth::before {
    left: -150%;
}
.fullwidth::after {
    right: -150%;
}
.pdf-dwnld{
    padding:0px 0 60px; 
}
#content-area.pdf-dwnld .article h2{
    font-size:20px;
    font-weight:bold;
    margin-bottom:5px;
}
#content-area.pdf-dwnld .article h3{
    font-size:20px;
    margin:10px 0;
    color:#4f4f4e;
}
#content-area.pdf-dwnld .article p{
    font-size:14px; 
    margin-right:50px;
}
ul.pdf-list li{
    padding-top:16px;
    list-style-type:none;
}
ul.pdf-list li a{
    background:url(../images/icon-pdf.png) no-repeat;
    min-height: 26px;
    padding-left:35px;
    color:#4f4f4e;
    line-height:26px;
    display:block;
    margin-left: -14px;
}
ul.pdf-list li a.page-link{
    background:url(../images/menu-arrow.png) no-repeat left center;
    min-height: 26px;
    padding-left:35px;
    color:#4f4f4e;
    line-height:26px;
    display:block;
}
.arrowlink-list {
    border-top: 1px solid #e6e6e6;
    margin-top:30px;
}
.arrowlink-list li a {
    background:url(../images/menu-arrow.png) no-repeat 100% 13px;
    border-bottom: 1px solid #e6e6e6;
    color:#4f4f4e;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 9px 30px 10px 0;
}

.section-produktportfolio.bg-gray{
    margin:0px;
    padding:30px 0px;   
    background:#f7f7f7;
}
.pblock{
    margin-bottom:40px; 
    margin-top: 15px;

}
.pblock a {
    margin-left:-14px;  
}
.pblock ul li {
    list-style-type: none;
}


#content-area .section-produktportfolio h3{
    color:#4f4f4e;  
    margin:10px 0px 30px;
}
.section-produktportfolio .prdct-content-block img {
    width: 100%;
}

.section-produktportfolio .col-lg-6 .prdct-content-block img {
    width: auto;
}


.section-produktportfolio .prdct-content-block h1{
    color:#4f4f4e;
    font-size:20px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 16px;
    word-break: normal;

}
.section-produktportfolio .prdct-content-block h1 a {
    color:#4f4f4e;
    font-size: 20px;
    font-weight:normal;
}
.section-produktportfolio .prdct-content-block a.btn,
.news .news-content a.more {
    background-color:#4f4f4e;
    background-image: url("../images/arrow-white.png");
    background-position: 94% center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 28px 0 15px;
    margin-bottom:15px;
}
#content-area .section-produktportfolio .prdct-content-block p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom:20px !important;
}
.section-produktportfolio ul {
    border-top: 1px solid #d0d0d0;
    margin-bottom:10px;
}
.section-produktportfolio ul li a {
    background: rgba(0, 0, 0, 0) url("../images/menu-arrow.png") no-repeat scroll 100% 13px;
    border-bottom: 1px solid #d0d0d0;
    color:#4f4f4e;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 30px 10px 0;
    word-break: break-all;
}
#owl-product3 .item img{
    width:100%; 
}
#owl-product3 .owl-controls{
    text-align:center;
    padding:12px 0px;
}
#owl-product3 .owl-controls .owl-page{
    background:#999999;
    height:6px;
    width:6px;
    border-radius:50%;
    display:inline-block;
    margin:4px;
}
#owl-product3 .owl-controls .owl-page.active{
    background:#003b75; 
}
.product-content h1{
    font-size:20px;
    color:#4f4f4e;
    font-weight:bold;
    margin-bottom:5px;  
}
.product-content.product2{
    padding:0px 0 20px; 
}

.menu-text{
    font-size:20px;
    color:#4f4f4e;
    font-weight:normal;
    line-height:25px;   
}

.menu-r-btn{
    text-align:right;
}
.menu-r-btn a.btn{
    background-color:#4f4f4e;
    background-image: url("../images/arrow-white.png");
    background-position: 94% center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    margin-bottom: 15px;
    margin-top:8%;
    padding: 0 38px 0 15px;
    width: 255px;
    text-align:left;
}
/*.menu-item-list{
        border-top:1px solid #003b76;   
        margin-top:30px;
}
.dropdown-menu .col-lg-6:nth-child(4) .menu-item-list{
        margin-left:0px;
        margin-right:15px;  
}
.dropdown-menu .col-lg-6 .menu-item-list{
        margin-left:15px;   
}*/
.menu-item-list h2{
    color: #000000;
    font-family: "CorporateS-Bold", Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background:#ffffff;
    padding: 0 10px;
    width: auto;
    z-index: 999;
    position: relative;
}
.menu-item-list .menu-head-block{
    position: relative;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
    display:none;
}
.menu-item-list .menu-head-block span{
    border-top:2px solid #000; 
    display: block;
    position: absolute;
    width: 100%;
    top:11px;   

}
.menu-item-list .menu-head-block span:before,
.menu-item-list .menu-head-block span:after{
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    width: 2px;
}
.menu-item-list .menu-head-block span:before{
    left: 0;
}
.menu-item-list .menu-head-block span:after{
    right: 0;
}

.menu-item{
    position:relative;  
    margin-bottom:30px;
}
.menu-item img{
    float: left;
    width: 100%;
}
.menu-item a{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: auto;
    line-height: 22px;
    text-align:center;
    padding:0;
    margin:0; 
    border:none;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "CorporateS-Bold", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;

}
.menu-item a:hover{
    color:#fff; 
}
.prdct-slider-area{
    position:relative; 
    z-index: 1; 
}
.owl-carousel .item{
    position:relative;  
}
.owl-carousel .item h1 {
    color: #fff;
}
#owl-product3 .carousel-caption{
}
#content-area .owl-carousel .item p {
    color: #fff;
}
.dropdown-menu .container {
}

.content-wrap{
    margin:40px 0px;    
}
#c209 .article h2{
    font-size:20px;
    font-weight:800;    
}
#c209 .article .col-lg-6 h2{
    font-weight:normal;
    margin-bottom:7px;  
}
#c269 .col-lg-6 img,
#c19 .col-lg-6 img{
    width:100%;
    height:auto;    
}
.product-content.border-top {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
}



/*product(mega menu) menu*/

.dropdown-menu .menu-item-list{

}
.col-lg-6.col-md-6.col-sm-12.col-xs-12.menu-item {
    margin: 0;
    padding: 0;
}

.menu-paragraph{
    margin-bottom: 25px;
}
.menu-paragraph > div > p{
    color: #000000;
    line-height: 22px;
    font-size:20px;
}
.menu-item-list .menu-item{
    position:relative;
}

.menu-item .menu-item-head-block{
    background-color: #4f4f4e;
    color: #fff;
    display: inline-block;
    padding: 10px 0 10px;
    text-align: center;
    width:100%;     
}
.menu-item-list .col-lg-6.col-md-6.col-sm-12.col-xs-12.menu-item{
    padding-right:2px;
    padding-bottom:2px;
}
.product-megamenu-blocks{
    padding-left: 7px;
    margin-bottom: 40px;
}

.product-megamenu-blocks .csc-default .col-lg-12 + .col-md-6{
    padding-right: 20px;
}

.product-megamenu-blocks .csc-default .col-lg-12 + .col-md-6 + .col-md-6 {
    padding-left: 0px;
}


#content-area .csc-default ul {
    list-style-type: disc;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
}

#content-area .csc-default ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size:20px;
    line-height: 25px;
}

#content-area .csc-default .prdct-content-block ul {
    padding: 0px 0px 20px 14px;
    margin: 0px;
    border: none;
}

#content-area .csc-default .prdct-content-block p + ul {
    margin-top: -20px;
}

#content-area .csc-default .prdct-content-block ul li {
    padding: 0px 0px 0px 1px;
    margin: 0px;

    list-style-type: disc;

    color: #000;
    font-size: 14px;
    line-height: 20px;
}


/**history page style*/

.history-slider{
    position: relative;
}

.history-slider .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
}
.history-slider .owl-nav .owl-prev,
.history-slider .owl-nav .owl-next{
    display: inline-block;
    width:27px;
    height: 100px;
}
.history-slider .owl-nav .owl-prev{
    position: absolute;
    left: 30px;
}
.history-slider .owl-nav .owl-next{
    position: absolute;
    right: 30px;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}


.history-slider .owl-nav .owl-prev img, 
.history-slider .owl-nav .owl-next img{
    width: 100%;
    height: 100%;
}

.history-slider.owl-carousel .owl-wrapper .owl-item{
    max-width: 1220px;
}
.history-slider .item .bg-place-holder{
    min-height: 614px;
}
.history-slider .owl-buttons{
    position: absolute;
    top:45%;
    width: 100%;
}

.history-slider .owl-buttons .owl-prev{
    position: absolute;
    left: 30px;
    display: inline-block;
}
.history-slider .owl-buttons .owl-next{
    position: absolute;
    right: 30px;
    display: inline-block;
}

.less-bottom-margin{
    margin-top: 111px;
}

.less-bottom-margin .product-content h2{
    font-size:21px;
    text-transform: uppercase;
    margin-bottom:20px; 
}

.less-bottom-margin .product-content{
    padding-bottom: 0px;
}

.less-bottom-margin .product-content h3{
    font-size:20px;
}

.product-content .col-lg-5 .padding-border-class{
    border-bottom:1px solid #494948;
    padding-bottom: 41px;
    margin-bottom: 40px;
}



.less-bottom-margin .product-content .col-lg-5 .padding-border-class{
    border-bottom:0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product-content .col-lg-5 .without-border, .less-bottom-margin .product-content{
    border-bottom:none !important;
}

.full-bottom-border{
    border-bottom:1px solid #494948;
}

/**history blocks style*/

.history-blocks-wrapper{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 55px;
    margin-bottom: 50px;
}

.history-head h2{
    font-size: 21px;
    text-transform: uppercase;
}

.history-head p{
    max-width: 550px;
    font-size:20px;
    font-family: "CorporateS-Bold", Arial, Helvetica, sans-serif !important;
    line-height:22px;
    margin-top: 15px;
    color: #000;
}

.history-blocks{
    margin-top:43px;
    position: relative;
    float: left;
    width: 100%; 
}

.history-blocks  .history-block{
    background-color: #494948;
    color: #ffffff;
    display: inline-block;
    max-width: 175px;
    position: relative;
    width: 100%;

}

#content-area .history-blocks-wrapper .history-block h2,
#content-area .history-blocks-wrapper .history-block p{
    color: #ffffff;
}
#content-area .history-blocks-wrapper .history-block h2{
    font-size: 25px;
    min-height: 131px;
    display: block;
    vertical-align: middle;
    padding: 87px 95px 27px 25px;
    position: relative;

}
.history-block h2:after{
    content: "";
    width: 84px;
    height: 2px;
    position: absolute;
    background: #ffffff;
    bottom: 0;
    left: 0;
}

#content-area .history-blocks-wrapper .history-block p{
    font-size: 14px;
    padding: 10px;
    line-height: 17px;
    /*word-break: break-all;*/
}
.history-blocks-wrapper .history-block{
    min-height: 422px;
    display: inline-block;
    float: left;
}
.history-blocks-wrapper .history-right-arrow {
    display: inline-block;
    float: left;
    height: 422px;
    position: relative;
    text-align: center;
    width: 7%;
}
.history-blocks-wrapper .history-right-arrow img {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.product-content .col-lg-5 {
    width: 45.7%;
}

/*** theme ***/
/*#footer,#content-area,#innerheader1,.innerheader-top{*/
#footer,#content-area,#innerheader1 {
    float: left;
    width: 100%;
}
.innerheader-top{
    margin-top: 0;
}
.innerheader-btm {
    /*float: left;*/
    width: 100%;
}
#footer{
    /*margin-bottom: -5px;*/
    z-index: 99;
}
.product-content {
    padding-top: 20px;
}

.product-content.background-gray {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;

    background-color: #eeeeee;

}


.product-grid {
    float: left;
    margin-top: 40px;
    width: 100%;
}
#produktuebersicht {
    margin-top: 30px;
}
.product-content h1 strong{
    margin-bottom: 10px;
}
#footer .navbar-default .navbar-nav > .active > a,#footer .navbar-default .navbar-nav > .active > a:focus,#footer .navbar-default .navbar-nav > .active > a:hover{
    background:transparent;
}
.bg-gray {
    margin-bottom: 30px;
}

#footer .navbar li a{
    display: table;
    height: 50px;
}
#footer .navbar li a span{
    display: table-cell;
    vertical-align: middle;
}
#footer .navbar .nav > li:nth-child(1) > a::before{
    height: 42px;
}
#footer .navbar .nav > li > a::after{
    top: 6px;
}

.webkit.chrome .header-top .search-form form button,
.safari .header-top .search-form form button{
    padding-top: 7px;
    padding-right: 7px;
}

.dropdown-menu .product-megamenu-blocks .menu-content-block img{
    margin-bottom: 10px;
}


#footer .navbar-nav li ul{
    display: none;
}

#innerheader1 .innerheader-top  .container{
    padding-left: 0px;
}

.product-content .item {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 450px;
}
@media (min-width: 768px) and (max-width: 1025px){
    .product-content .item {
        min-height: 500px;
    }
}
@media (max-width: 767px){
    .product-content .item {
        min-height: 280px;
    }
}


/* 31-8-2016 */
/*news list style*/
.news-lists-wrapper,
.news-lists-wrapper .news{
    float: left;
    position: relative;
    width: 100%;
}
.news-lists-wrapper{
    padding-top:35px;
    width: 100%; 
}
.news-lists-wrapper .news{
    padding-top: 0px;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
}
.news-lists-wrapper .news {
    /* box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3); */
    margin-bottom: 30px;
    padding: 20px 20px 25px;
}

.windows.null .news-lists-wrapper .news,
.windows.msie .news-lists-wrapper .news{
    /* -ms-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); */
    /* box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); */
}
.news-lists-wrapper .news .news-content{
    max-width: 68%;
    float: left;
    position: relative;
    width: 100%;
}

.news-lists-wrapper .news .news-img{
    float: right;
    max-width: 30%;
    position: relative;
    margin-left: 2%;
    width: 100%;
}
.news .news-img img{
    max-width: 100%;
    height: auto;
    display: block;
    float: right;
}
#content-area .news .news-content h2{
    font-size:20px;
    margin-bottom: 15px;
}
#content-area .news .news-content h2.detail{
    font-size:22px;
}
#content-area .news .news-content p{
    color: #000;
    /*font-size: 14px;
    line-height: 20px;*/
}
.news .news-content .btn{
    margin-bottom: 0px !important;
}
/*news list style*/
#inhalt .dropdown-menu{
    /* top: 108%; */
}
.product-megamenu-blocks .onecolumn{
    width: 25%;
}
.product-megamenu-blocks .twocolumn{
    width: 50%;
}
.menu-content-block .menuimgparent,
.onecolumn .menuimgparent,
.twocolumn .menuimgparent{
    height: 140px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
#header .menu-content-block .menuimgparent img,
.onecolumn .menuimgparent img,
.twocolumn .menuimgparent img{
    height: 100%;
}
.open > .dropdown-menu.gt-xs{
    display: block !important;
}
.goTop{
    bottom: 60px;
    position: fixed;
    right: 20px;
    width: 29px;
    height: 29px;
    display: inline-block;
    cursor: pointer;
    z-index: 999;
}
.goTop a{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #b2b2b2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
    outline: none;
}
.goTop a i{
    color: #fff;
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
#header .collapse .close-btn{
    display: none;
}
.news-head .close-news{
    width: auto;
    float: right;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    margin: 3px 15px 0;
    font-size: 24px;

}
header .dropdown-menu.gt-xs .product-megamenu-links{
    display: none;
}

.news-single .article .news-img-wrap {
    margin: 0 20px 0 25px;
}

.news-single .article .news-img-wrap a{
    border: 0;
}
@media(max-width:992px){
    #header table,
    #header tbody,
    #header td,
    #header tr{
        float: left;
        width: 100%;
        display: block;
    }    
    .divLanguageMenu #dLabel{
        display: none;
    }
    .divLanguageMenu .dropdown-menu{
        display: block !important;
    }
    .divLanguageMenu .dropdown-menu li a {
        background: no-repeat;
        clear: none;
        display: inline-block;
        float: left;
        width: auto;
    }
    .divLanguageMenu.navbar-right {
        border-right: medium none;
        float: left !important;
        height: auto;
        margin-right: 0;
        padding: 10px 3px;
        width: 100%;
    }
    #header .navbar .nav  li a:hover,
    #header .navbar .nav li.active > a{
        background-color: #6f6f6f !important;
        color: #fff !important;
    }
    #header .navbar .nav > li.dropdown.active > a,
    #header .navbar .nav > li.dropdown:hover > a {
        background: #6f6f6f url("../images/menu-down-arrow-white.png") no-repeat scroll 95% center;
    }
    #header .navbar .nav > li.dropdown.active.open > a{
        background: rgba(0, 0, 0, 0) url("../images/menu-up-arrow-white.png") no-repeat scroll 95% center;
    }
}

#content-area .product-content h3 img {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

.typo3-editPanel-label {
    display:none;
}

/*New landing Slider Element*/
.landing-slider-section {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 156px;
    z-index: 9;
}
.landing-slider-section .slider-content-text-wrapper {
    position: relative;
}
.landing-slider-section .slider-content-text-wrapper .slider-content-text {
    position: absolute;
    display: inline-block;
    max-width: 350px;
    top: 200px;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(46, 46, 46, 0.8);
    padding: 45px 28px 25px;
    width: 100%;
}
.amt-slider.landing-slider-section .slider-content-text-wrapper .slider-content-text {
    left: auto;
    right: 0;
}
.landing-slider-section > div,
.landing-slider-section > div > div,
.landing-slider-section > div > div > div,
.landing-slider-section > div > div > div > div {
    position: relative;
    height: 100%;
}
.landing-slider-section .left, .landing-slider-section .right {
    display: inline-block;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    bottom: inherit;
    width: inherit;
    opacity: 1;
    z-index: 50;
    font-weight: normal;
    background: none;
}
.landing-slider-section .left {
    left: 25px;
}
.landing-slider-section .right {
    right: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.landing-slider-section a.carousel-control, .landing-slider-section a.carousel-control img{
    height: 100px;
}
.start-banner-section {
    position: relative;
    overflow: hidden;
    height: 800px;
}
.aks-image-outer {
    width: 100%;
}
.aks-image-inner,
.amt-image-inner{
    height: 100%;
    width: 100%;
}
.aks-image-outer,
.amt-image-outer{
    position: relative;
}
.aks-image-inner,
.amt-image-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.start-banner-section .slider-content-text-wrapper {
    position: absolute;
    left: 18%;
    top: 50%;
    width: 350px;
}
.slider-content-text-wrapper .slider-content-text {
    display: inline-block;
    cursor: default;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(46, 46, 46, 0.8);
    padding: 45px 28px 25px;
    width: 100%;
}
.amt-image-outer .slider-content-text-wrapper {
    left: auto;
    right: 17%;
}
.slider-content-text-wrapper .slider-content-text:hover {
    background-color: rgba(46, 46, 46, 1);
}
.start-banner-section .slider-content-text h1 {
    margin-bottom: 23px;
    color: #fff;
    font-size: 24.5px;
    text-transform: uppercase;
    font-family: "CorporateS-Bold", Arial, Helvetica, sans-serif;
}
.start-banner-section .slider-content-text h1 span {
    display: block;
    height: 2px;
    width: 146px;
    background: #ffffff;
    margin-top: 23px;
    clear: left;
}
.start-banner-section .slider-content-text p {
    font-size: 13.5px;
    line-height: 17px;
    color: #ffffff;
}
.go-slide{
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
    float: right;
    margin-top: 10px;
    font-size: 0;
}
.go-slide:before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 2px;
    margin-left: -1px;
    left: 50%;
    height: 100%;
    z-index: 9;
    border-radius: 5px;
}
.go-slide:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 0;
    right: 5px;
    width: 100%;
    z-index: 9;
    border-radius: 5px;
}
.landing-slider-section .carousel-inner>.item:after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.carousel-inner>.item .btn {
    position: absolute;
    bottom: 1px;
    left: 0;
    background-color: rgba(46, 46, 46, 0.8);
    color: #fff;
    border-radius: 0;
    padding: 10px 28px 8px 24px;
}
.carousel-inner>.item .btn span{
    font-size: 16px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.carousel-inner>.item .btn.btn-amt {
    left: auto;
    right: 0;
}
.aks-slider,
.amt-slider,
.aks--open .start-banner-section, .amt--open .start-banner-section{
    opacity: 0;
    pointer-events: none;
}
.aks--open .aks-slider,
.amt--open .amt-slider{
    opacity: 1;
    pointer-events: auto;
}
@media (min-width: 993px){
    .aks-image-outer {
        position: absolute;
        margin-left: -130px;
        height: 100%;
        overflow: hidden;
        width: 60%;
        -ms-transform: skew(-15deg, 0deg);
        -webkit-transform: skew(-15deg, 0deg);
        transform: skew(-15deg, 0deg);
    }
    .aks-image-inner {
        left: 110px;
        position: absolute;
        top: 0;
        -ms-transform: skew(15deg, 0deg);
        -webkit-transform: skew(15deg, 0deg);
        transform: skew(15deg, 0deg);
    }
    .amt-image-outer {
        overflow: hidden;
        position: relative;
        right: -50%;
        top: 0;
        width: 60%;
        height: 100%;
        border-left: 2px solid #fff;
        -ms-transform: skew(-15deg,0deg); /* IE 9 */
        -webkit-transform: skew(-15deg,0deg); /* Safari */
        transform: skew(-15deg,0deg); /* Standard syntax */
    }
    .amt-image-inner {
        position: absolute;
        right: 10%;
        -ms-transform: skew(15deg,0deg); /* IE 9 */
        -webkit-transform: skew(15deg,0deg); /* Safari */
        transform: skew(15deg,0deg); /* Standard syntax */
    }
    .start-banner-section .slider-content-text-wrapper {
        -ms-transform: skew(15deg, 0deg) translateY(-50%);
        -webkit-transform: skew(15deg, 0deg) translateY(-50%);
        transform: skew(15deg, 0deg) translateY(-50%);
    }
}
@media (min-width: 1681px) and (max-width: 1780px){
    .start-banner-section .slider-content-text-wrapper {
        left: 20%;
    }
    .amt-image-outer .slider-content-text-wrapper {
        left: auto;
        right: 17%;
    }
}
@media (min-width: 1400px) and (max-width: 1680px){
    .start-banner-section .slider-content-text-wrapper {
        left: 23%;
    }
    .amt-image-outer .slider-content-text-wrapper {
        left: auto;
        right: 17%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    .start-banner-section .slider-content-text-wrapper {
        left: 24%;
    }
    .amt-image-outer .slider-content-text-wrapper {
        left: auto;
    }
    .amt-image-inner {
        right: 15%;
    }
}
@media (min-width: 768px) and (max-width: 1400px) {
    .landing-slider-section .slider-content-text-wrapper .slider-content-text {
        top: 150px;
        left: 60px;
    }
    .amt-slider.landing-slider-section .slider-content-text-wrapper .slider-content-text {
        left: auto;
        right: 60px;
    }
}
@media (max-width: 1200px){
    .landing-slider-section a.carousel-control, .landing-slider-section a.carousel-control img{
        width: 35px;
        height: 60px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px){
    .aks-image-outer {
        margin-left: -110px;
        width: 70%;
    }
    .aks-image-inner {
        left: auto;
    }
    .amt-image-outer {
        width: 70%;
    }
    .amt-image-inner {
        right: 20%;
    }
    .start-banner-section .slider-content-text-wrapper {
        left: 198px;
    }
    .amt-image-outer .slider-content-text-wrapper {
        right: 30%;
        left: auto;
    }
}
@media (min-width: 993px) and (max-width: 1200px){
    .landing-slider-section a.carousel-control, .landing-slider-section a.carousel-control img{
        width: 35px;
        height: 60px;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .landing-slider-section .slider-content-text-wrapper .slider-content-text {
        padding: 50px 25px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) and (orientation:portrait){
    .aks-image-outer {
        margin-left: -155px;
        width: 70%;
    }
    .amt-image-outer {
        width: 70%;
    }
    .amt-image-inner {
        right: 24%;
    }
    .start-banner-section .slider-content-text-wrapper {
        left: 210px;
    }
    .amt-image-outer .slider-content-text-wrapper {
        right: 188px;
        left: auto;
    }

}
@media (min-width: 992px) and (max-width: 1024px) and (orientation:landscape){
    .aks-image-outer {
        margin-left: -140px;
        width: 70%;
    }
    .amt-image-outer {
        width: 70%;
    }
    .amt-image-inner {
        right: 20%;
    }
    .start-banner-section .slider-content-text-wrapper {
        left: 193px;
    }
    .amt-image-outer .slider-content-text-wrapper {
        right: 188px;
        left: auto;
    }

}
@media (max-width: 992px){
    .aks-image-outer,
    .amt-image-outer{
        height: 50%;
    }
    .aks-image-outer {
        margin-left: 0;
        width: 100%;
    }
    .start-banner-section .slider-content-text-wrapper {
        width: 100%;
        max-width: 380px;
        left: 50% !important;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .start-banner-section .slider-content-text-wrapper .slider-content-text {
        padding: 20px;
    }
    .landing-slider-section {
        top: 56px;
    }
    .home #header .divLangBreadcrumb {
        display: none;
    }
}
@media (max-width: 767px){
    .home .landing-slider-section {
        position: relative;
        width: 100%;
        top: 0;
        bottom: auto;
        float: left;
    }
    .aks-slider,
    .amt-slider,
    .aks--open .start-banner-section, .amt--open .start-banner-section{
        display: none;
    }
    .aks--open .aks-slider,
    .amt--open .amt-slider{
        display: block;
    }
    .start-banner-visible.start-banner-section{
        height: 800px !important;
    }
    .aks-image-outer,
    .amt-image-outer{
        height: 400px;
    }
    .landing-slider-section .slider-content-text-wrapper .slider-content-text {
        left: 40px;
        top: 20px;
        padding: 20px 20px 25px;
    }
    .amt-slider.landing-slider-section .slider-content-text-wrapper .slider-content-text {
        left: auto;
        right: 40px;
    }
    .landing-slider-section a.carousel-control, .landing-slider-section a.carousel-control img{
        width: 15px;
        height: 26px;
    }
}
@media (max-width: 480px){
    .start-banner-section .slider-content-text-wrapper {
        max-width: 100%;
    }
    .start-banner-section .slider-content-text-wrapper .slider-content-text {
        padding: 15px;
    }
    .landing-slider-section .slider-content-text-wrapper .slider-content-text {
        left: 5%;
        width: 90%;
        padding: 15px 15px 10px;
    }
    .amt-slider.landing-slider-section .slider-content-text-wrapper .slider-content-text {
        left: auto;
        right: 5%;
    }
    .landing-slider-section .left {
        left: 10px;
    }
    .landing-slider-section .right {
        right: 10px;
    }
}
/*New landing Slider Element*/



/***************
Service Modals
 ***************/
.service-modal-overlay, .service-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.service-modal {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    max-width: 792px;
    border-left: 2px solid #cccccc;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
}
.service-modal .modal-close {
    position: absolute;
    top: 21px;
    right: 21px;
    display: inline-block;
    cursor: pointer;
}
.service-modal-overlay {
    left: 0;
    opacity: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.4);
}
.service-modal.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
body.modal--open {
    overflow: hidden !important;
    position: relative;
    height: 100%;
}
body.modal--open .service-modal-overlay {
    opacity: 1;
    z-index: 999;
}
.service-modal-body {
    max-width: 592px;
    margin: 0 auto;
    width: 100%;
    padding: 36px 0 50px;
}
.page-heading-block {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 35px;
}



/* Formulare Support Erreichbarkeit */

.service-modal-body div.product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 60px;
    border-bottom: 2px solid #ccc;
    color: #4f4f4e;
    
    background-image: url("../images/icon-support_44x44.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.service-modal-body div.product-content .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-modal-body div.product-content h2 {
    font-weight: bold;
    padding-bottom: 10px;
}

.btn-pdf-alfing, .btn-service-alfing, .btn-pdf-amt, .btn-service-amt {
    height: 38px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 7px 15px 7px 44px;
    color: #fff;
    white-space: nowrap;
  }
  
  .btn-pdf-alfing, .btn-service-alfing {
    background-color: #004289;
  }
  
  .btn-pdf-amt, .btn-service-amt {
    background-color: #e11417;
  }

  .btn-pdf-alfing:active, .btn-service-alfing:active, .btn-pdf-alfing:hover, .btn-service-alfing:hover, .btn-pdf-alfing:focus, .btn-service-alfing:focus, .btn-pdf-amt:active, .btn-service-amt:active, .btn-pdf-amt:hover, .btn-service-amt:hover, .btn-pdf-amt:focus, .btn-service-amt:focus {
    background-color: #4f4f4e;
    color: #fff;
  }

  .btn-pdf-alfing, .btn-pdf-amt {
      background-image: url("../images/icon-pdf_18x22.png");
  }

  .btn-service-alfing, .btn-service-amt {
      background-image: url("../images/icon-support_23x22.png");
  }

  .btn-pdf-alfing, .btn-pdf-amt, .btn-service-alfing, .btn-service-amt {
      background-repeat: no-repeat;
      background-position: 15px center;
  }

  .tx-powermail {
      padding: 20px 0px 40px 0px;
  }

  .tx-powermail form {
      margin: 0px auto;
      max-width: 592px;
      padding: 27px 17px;
      background-color: #f0f0f0;
  }

  .tx-powermail form legend {
    display: none;
  }

  .tx-powermail .powermail_fieldwrap {
      display: flex;
  }

  .tx-powermail .powermail_fieldwrap label {
    display: flex;
    align-items: center;
      width: 198px;
      margin-bottom: 15px;
      padding: 0px 20px 0px 0px;
      height: 35px;
      font-weight: normal;
      color: #4f4f4e;
      font-size: 18px;
      line-height: 22px;
  }

  .tx-powermail .powermail_fieldwrap div {
      width: calc(100% - 198px);
      display: flex;
  }

  @media (max-width: 690px){
        .tx-powermail .powermail_fieldwrap label {
            width: 140px;
        }

        .tx-powermail .powermail_fieldwrap div {
            width: calc(100% - 140px);
            display: flex;
        }
    }

  .tx-powermail .powermail_fieldwrap div div {
      width: auto;
      padding: 0px;
      margin-bottom: 15px;
  }

  .tx-powermail .powermail_fieldwrap div div input {
      margin: 0px 10px 0px 0px;
  }

  .tx-powermail .powermail_fieldwrap div div label {
      width: 100px;
      padding: 0px;
  }

  .tx-powermail .powermail_fieldwrap div input.powermail_input {
      width: 100%;
      border: 1px solid #ccc;
      height: 35px;
      box-shadow: none !important;
      outline: none;
      border-radius: 0;
      padding: 7px 10px;
      transition: all 0.3s ease 0s;
      margin-bottom: 15px;
  }

  .tx-powermail .powermail_fieldwrap div textarea.powermail_textarea {
    min-height: 110px;
    resize: vertical;
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    box-shadow: none !important;
    outline: none;
    border-radius: 0;
    padding: 7px 10px;
    transition: all 0.3s ease 0s;
  } 

  .tx-powermail .powermail_fieldwrap div input:focus, .tx-powermail .powermail_fieldwrap div textarea:focus {
      border-color: #4f4f4e;
  }

  .tx-powermail .powermail_fieldwrap_type_submit div {
      display: flex;
      justify-content: right;
      margin-top: 25px;
      width: 100%;
  }

  .tx-powermail .powermail_fieldwrap_type_submit div .powermail_submit.btn.btn-primary {
    min-width: 140px;
    text-align: left;
    height: 35px;
    font-size: 16px;
    background-image: url(../images/form-submit-arrow.png);
    background-color: #4f4f4e;
    background-position: 94% center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    line-height: 29px;
    padding: 0 20px 0 15px;
  }

  .alfing .tx-powermail .powermail_fieldwrap_type_submit div .powermail_submit.btn.btn-primary:hover {
    background-color: #004289;
  }

  .amt .tx-powermail .powermail_fieldwrap_type_submit div .powermail_submit.btn.btn-primary:hover {
    background-color: #e11417;
  }

form.form-sorting {
    display: flex;
    justify-content: right;
    margin-top: 25px;
    width: 100%;
}

form.form-sorting label {
    padding-right: 10px;
}
.powermail_create h2 {
    padding-bottom: 20px;
}