/**** Theme Colors *****/
/*



*/
/*********/




/*********** Language Switcher *************/

.wpml-ls-link span{
  width: 13px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.wpml-ls-item-en .wpml-ls-link span{
  width: 11px;
}
.wpml-ls-item-cn .wpml-ls-link span{
  width: 33px;
}

html[lang="cn-CN"] .wpml-ls-item-de .wpml-ls-link span{
  width: 11px;
}

.uk-offcanvas-bar div.uk-grid>div:nth-child(2){
  order: -1;
}

div.wpml-ls-sidebars-dialog-mobile{
  display: inline-block;
  width: auto;
}
.wpml-ls-sidebars-navbar>ul>li:nth-child(2),
.wpml-ls-sidebars-dialog-mobile>ul>li:nth-child(2),
.wpml-ls-sidebars-navbar>ul>li:nth-child(3),
.wpml-ls-sidebars-dialog-mobile>ul>li:nth-child(3){
  position: relative;
}
.wpml-ls-sidebars-navbar>ul>li:nth-child(2)::after,
.wpml-ls-sidebars-dialog-mobile>ul>li:nth-child(2)::after,
.wpml-ls-sidebars-navbar>ul>li:nth-child(3)::after,
.wpml-ls-sidebars-dialog-mobile>ul>li:nth-child(3)::after{
  position: absolute;
  top:-7px;
  left:0;
  content: '';
  width: 1px;
  height: calc(100% + 14px);
  background: #000;
  display: inline-block;
}

.wpml-ls-sidebars-navbar,
.wpml-ls-sidebars-dialog-mobile{
  border: 1px solid #000;
  border-radius: 25px;
  padding: 7px 7px 7px 7px;
  height: 27px;
  overflow: hidden;
  
  padding: 7px 12px 4px 12px;
  height: 21px;
}

.wpml-ls-sidebars-navbar li,
.wpml-ls-sidebars-dialog-mobile li{
      height: 27px;
}
.wpml-ls-sidebars-navbar li>a,
.wpml-ls-sidebars-dialog-mobile li>a{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: -10px;
}

.wpml-ls-sidebars-navbar li:nth-child(1)>a,
.wpml-ls-sidebars-dialog-mobile li:nth-child(1)>a{
  padding-left: 20px;
  margin-left: -10px;
}
.wpml-ls-sidebars-navbar li:nth-child(2)>a,
.wpml-ls-sidebars-dialog-mobile li:nth-child(2)>a{
  padding-right: 20px;
  margin-right: -10px;
}

/*
.wpml-ls-sidebars-navbar li.wpml-ls-current-language>a span{
  color: #000;
}
.wpml-ls-sidebars-navbar li.wpml-ls-current-language>a{
  background: #fff;
}
*/
.tm-header-overlay .wpml-ls-sidebars-navbar>ul>li:nth-child(2)::after,
.tm-header-overlay .wpml-ls-sidebars-navbar>ul>li:nth-child(3)::after{
  background: #fff;
}
.tm-header-overlay .wpml-ls-sidebars-navbar{
  border-color:#fff;
}
.tm-header:not(.tm-header-overlay) .uk-navbar-nav>li>a{
  color: #2d2e33;
}


.wpml-ls-sidebars-dialog-mobile>ul>li:nth-child(2)::after,
.wpml-ls-sidebars-dialog-mobile>ul>li:nth-child(3)::after{
  background: #fff;
}
.wpml-ls-sidebars-dialog-mobile{
  border-color:#fff;
}
.uk-offcanvas-bar .uk-offcanvas-close{
  margin-top: 20px;
right: 13px;
}

.widget_icl_lang_sel_widget{
  order: 1;
  order: 5;
}
.uk-navbar-nav{
  order:2;
}
.uk-sticky-fixed .widget_icl_lang_sel_widget{
  display: none;
}


.uk-navbar-nav > li > a {
    margin-top: 50px;
    margin-bottom: 50px;
}

.uk-navbar-dropdown{
      background: transparent;
      box-shadow: none;
}
.uk-navbar-dropdown > div{
  background: #fff;
  margin-top: -15px;
  margin-right: -20px;
  margin-left: -9px;
  padding: 9px 15px;
}
.uk-navbar-dropdown > div > div{
  padding-left: 0px;
}
.uk-navbar-dropdown ul.uk-navbar-dropdown-nav>li>a{
  padding-left: 0px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.uk-navbar-dropdown ul.uk-navbar-dropdown-nav>li>a:hover{
  padding-left: 10px;
  color: #00aeef;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.uk-navbar-dropdown ul.uk-navbar-dropdown-nav>li:hover>a{
  padding-left: 10px;
  color: #00aeef;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.uk-navbar-dropdown li.menu-item>ul.uk-nav-sub>li>a:hover{
  color: #00aeef;
}
/*********** Menu *************/
.uk-sticky-fixed{
  
}
.tm-header-overlay{
  z-index: 999;
}
.tm-header>.uk-sticky-fixed img.uk-logo-inverse{
  display: none;
}
.tm-header>.uk-sticky-fixed img:not(.uk-logo-inverse){
  display: block;
}

.uk-navbar .uk-navbar-nav>li.current-menu-parent,
.uk-navbar .current_page_item,
.uk-navbar .current_page_ancestor{
  position: relative;
}

.uk-navbar .uk-navbar-nav>li.current-menu-parent::after,
.uk-navbar .current_page_item::after,
.uk-navbar .current_page_ancestor::after{
  content: '';
  position: absolute;
  bottom:40px;
  left:50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  border-bottom: 1px solid #00aeef;
}
.uk-sticky-fixed .uk-navbar-nav>li>a {
    color: #2d2e33;
}

.uk-navbar-dropdown li.menu-item{
  /*position: relative;*/
}
.uk-navbar-dropdown li.menu-item a{
  position: relative;
}
.uk-navbar-dropdown-nav>li.uk-active>a{
  color: #00aeef;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a{
    color: #00aeef;
}
.uk-navbar-dropdown-nav>li.menu-item.menu-item-has-children>a::after{
  content:'';
  width: 20px;
  height:20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc( 100% - 20px);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='grey' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='8 5 13 10 8 15'%3E%3C/polygon%3E%3C/svg%3E");
}
.uk-navbar-dropdown-nav>li.menu-item.current_page_parent>a::after{
  background-image: url("data:image/svg+xml,%3Csvg fill='black' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='8 5 13 10 8 15'%3E%3C/polygon%3E%3C/svg%3E");
}
.uk-navbar-dropdown li.menu-item>ul.uk-nav-sub{
  position: absolute;
  left: calc(100% + 30px);
  left: calc(100% + 22px);
  left: calc(100% - 3px);
  width: 300px;
  background: #fff;
  top: -25px;
  top: -9px;
  top: 10px;
  visibility: hidden;
  
  padding: 25px;
  padding: 15px;
  background: #fff;
  color: #6c6d74;
  box-shadow: 0 1px 4px rgb(0 0 0 / 14%);
  
  /*transition: all 0.2s ease 0.5s;*/
}
.uk-navbar-dropdown li.menu-item>ul.uk-nav-sub::before{
  content: '';
  position: absolute;
  left:-10px;
  top:0;
  bottom:0;
  width: 20px;
  background: transparent;
}
.uk-navbar-dropdown li.menu-item>ul.uk-nav-sub>li:not(:last-child){
  padding: 0 0 12px 0;
}
.uk-navbar-dropdown li.menu-item>ul.uk-nav-sub>li>a{
  padding: 0;
}
/*
.uk-navbar-dropdown li.menu-item:hover>ul.uk-nav-sub{
  visibility: visible;
  transition: all 0.2s ease 0s;
}
*/
.uk-navbar-dropdown li.menu-item>ul.uk-nav-sub.show{
  visibility: visible;
  /*transition: all 0.2s ease 0s;*/
}

@media (max-width:1414px) {
  .uk-navbar-nav>li>a {
    letter-spacing: 1px;
  }
}
@media (max-width:1280px) {
  .uk-navbar-nav>li>a {
    letter-spacing: 1px;
  }
}

@media (max-width:1220px) {
  .uk-navbar-nav>li>a {
    letter-spacing: 0px;
  }
}
@media (max-width:1160px) {
  .uk-navbar-nav>li>a {
    letter-spacing: 0px;
    font-size: 14px;
  }
}

@media (max-width:1050px) {
  .uk-navbar-nav>li>a {
    letter-spacing: 0px;
    font-size: 14px;
  }
}
@media (max-width:1000px) {
  .uk-navbar-nav>li>a {
    letter-spacing: 0px;
    font-size: 14px;
  }
}

.uk-navbar-nav {
  gap: 25px;
}
@media (max-width:1470px) {
  .uk-navbar-nav {
    gap: 20px;
  }
}

@media (max-width:1340px) {
  .uk-navbar-nav {
    gap: 20px;
  }
  .uk-logo img{
    width: 150px;
  }
}
@media (max-width:1300px) and (min-width:1100px) {
  .uk-navbar-container>.uk-container {
    padding: 0 15px;
  }
}




#tm-mobile .uk-nav-default{
  font-size: 14px;
}

.wpcf7-acceptance .wpcf7-list-item{
  margin-left: 0;
}
/*********** Header Unterseite *************/
/*
.subpage-hero>div{
  height: 500px;
}
*/

.subpage-hero .uk-heading-medium{
  text-transform: uppercase;
}
.subpage-hero *{
  color: #fff;
}


/*********** Home Slideshow *************/
.pos-rel{
  position: relative;
}

.home-slideshow .uk-button-default{
  background: #00aeef;
  color: #fff;
  border:0;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.home-slideshow .uk-button-default:hover{
  background: #fff;
  color: #00aeef;
  border: 1px solid #00aeef;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.home-slideshow .el-title small{
  font-size: 20pt;
  display: block;
}
.home-slideshow .el-content{
  opacity: 0;
  transition-delay: 0.3s;
}
.home-slideshow .hiding .el-content{
  opacity: 0;
  transition-delay: 0s;
}
.home-slideshow .el-title{
  opacity: 0;
}
.el-slidenav{
  color: #fff;
}
.home-slideshow .el-slidenav{
  background: #00aeef;
  color: #fff;
  padding: 10px 10px;
}

/*IE11*/
_:-ms-fullscreen, :root  .home-slideshow .el-content{
  opacity: 1;
}
_:-ms-fullscreen, :root .home-slideshow .el-title{
  opacity: 1;
}
_:-ms-fullscreen, :root .home-slideshow .el-link{
  opacity: 1;
}
_:-ms-fullscreen, :root .home-slideshow .uk-position-cover.uk-container{
  width: 100%;
}

.home-slideshow .hiding .el-title{
  opacity: 0;
}
.home-slideshow .el-image{
  transform: translate(-50%, -50%);
}

.home-slideshow li.el-item:nth-child(2) .uk-position-cover{
  justify-content: flex-end;
}
.home-slideshow .uk-position-cover:not(.uk-flex){
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0) 30%, rgba(255,255,255,0) 100%) !important;
}
.home-slideshow .el-title{
  color: #003b6f;
}
.home-slideshow .uk-light .el-title{
  color: #fff;
}
.home-slideshow .uk-dark .el-title{
  color: #000;
}


.home-slideshow .el-overlay{
  position: relative;
  opacity: 0;
}
.home-slideshow .el-item.uk-transition .el-overlay{
  opacity: 0 !important;
}
.home-slideshow .el-title span,
.home-slideshow .el-title small{
  position: relative;
}
.home-slideshow .el-overlay::before{
  content: '';
  position: absolute;
  top: -108px;
  left: -144px;
  right: -45px;
  bottom: -65px;
  background-color: rgba(0,0,0,0.6);
  filter: blur(80px);
}
/*
.home-slideshow li.el-item:nth-child(3) .el-overlay::before,
.home-slideshow li.el-item:nth-child(4) .el-overlay::before{
  left: -2000px;
  top: -2000px;
  bottom: -2000px;
  right: -80px;
}
*/
@media (max-width: 1450px) {
  .home-slideshow .uk-slidenav-previous{
    top: auto;
    bottom: -30px;
    left: -10px;
  }
  .home-slideshow .uk-slidenav-next{
    top: auto;
    bottom: -30px;
    right: -10px;
  }
}


/*********** Subpage Header *************/
.subpage-header{
  height: 556px;
  background: url('../../../uploads/2022/06/bg-repeat.jpg');
  background: url('../../../uploads/2022/06/bg-repeat-c481f308.webp');
  background: url('../../../uploads/2022/06/amk_bg_repeat_02.jpg');
  background: url('../../../uploads/2022/07/bg-repeat_grey.jpg');
  background-size: 2px 100%;
  background-position: 0 100px;
  overflow: hidden;
  
  background-repeat: repeat-x;
  background-color: #aeaeaa;
}
.subpage-header .uk-text-meta{
  margin-bottom: 10px;
}
.subpage-header h1{
  font-weight: 300;
  font-size: 42pt;
  color: #fff !important;
}
.subpage-header h1 p{
  margin-bottom:0px !important;
}
.subpage-header .uk-text-meta{
  color: #fff !important;
  text-transform: none;
  font-weight: 300;
  font-size: 18pt;
}
.subpage-header>div{
  padding:0;
  height: 556px;
  position: relative;
}
.subpage-header.product>div{
  background-position: 126px 125px;
}
.subpage-header>div .uk-container{
  padding:0;
  height: 556px;
}
/*
.subpage-header>div .uk-container{
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.subpage-header>div .uk-container>div>div.uk-grid-item-match{
  position: absolute !important;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.subpage-header>div .uk-container>div>div.uk-grid-item-match.uk-flex-bottom{
  bottom: 80px;
  padding-left:0;
}
.subpage-header>div .uk-container>div>div.uk-grid-item-match.uk-flex-middle{
  padding-left:0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.subpage-header.product>div .uk-container>div>div.uk-grid-item-match.uk-flex-middle{
  top: calc(50% + 60px);
}

@media (max-width: 767px) {
  .subpage-header.product, .subpage-header.product>div, .subpage-header.product>div .uk-container{
    height: 375px;
  }
  .subpage-header.product>div .uk-container>div>div.uk-grid-item-match.uk-flex-middle{
    top: calc(50% + 115px);
    top: auto;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: none;
  }
  .subpage-header.product>div{
    background-position-x: 25px !important;
    background-position-y: 100px;
    background-size: 250px;
  }
  .subpage-header.product>div .uk-container>div>div.uk-grid-item-match.uk-flex-middle::before{
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: -25px;
    background-color: rgb(0 0 0 / 16%);
    filter: blur(17px);
  }
}


/*********** Timeline  *************/
.wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current span.tl-point:before{
  background-color: #00aeef;
    border-color: #00aeef;
}
.wpex.horizontal-timeline .timeline-pos-select{
  border-color: #00aeef;
}
.wpex .timeline-details .wptl-readmore > a{
  margin: 0;
  border: 1px solid #00aeef;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 100px;
  background-origin: border-box;

  background-color: #00aeef;
  color: #fff;
  border-color: transparent;
}
.wpex .timeline-details .wptl-readmore > a:hover{
  background-color: #fff;
  color: #00aeef;
  border-color: #00aeef;
  border: 1px solid #00aeef;
}
.wpex .timeline-details .wptl-readmore > a i{
  display: none;
}
/*********** List Styles *************/

.uk-section:not(.footer) .uk-panel ul>li{
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
.uk-section:not(.footer) .uk-panel ul>li::before{
  content: '';
  position: absolute;
  left:0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background: #00aeef;
  border-radius: 100%;
}

.numbered-list .el-title{
  background: #000;
  color: #003b6f;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;

}
.numbered-list .el-content{
  font-weight: bold;
  color: #000;
}
/*********** Headline Bullets *************/
.uk-h1, h1{
}
.uk-heading-bullet {
  position: relative;
}
.uk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: absolute;
    top:auto;
    bottom: -5px;
    width: 60px;
    height: 2px;
    background: #003b6f;
    border-left:0;
}
.uk-h1.uk-heading-bullet::before {
    bottom: -20px;
}

.uk-heading-bullet.uk-text-center::before {
    left: 50%;
    transform:translateX(-50%);
}

.uk-divider-small::after {
    border-top: 1px solid #003b6f !important;
    border-bottom: 1px solid #003b6f !important;
}
/*********** Icons *************/
.icon-grid .el-image.uk-icon{
  border: 2px solid #00aeef;
  padding: 40px;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
}



/*********** More Grid *************/
.more-grid .more .content.no-height{
  max-height:0!important;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.more-grid .more .content{
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.more-grid .more .more-btn{
  border-top: 1px solid #003b6f;
  border-bottom: 1px solid #003b6f;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 5px 20px 5px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  color: #003b6f;
  font-weight: 500;
}
.more-grid .more .more-btn::before{
  content: '+';
  position: absolute;
  left:0;
  color: #003b6f;
  border: 1px solid #003b6f;
  border-radius: 100%;
  width: 20px;
  height:20px;
  line-height: 20px;
  text-align: center;
}
.more-grid .more.active .more-btn::before{
  content: '-';
  line-height: 19px;
}


/*********** Product Grid *************/

.wv-section-product-grid .el-nav{
  display: flex;
}
.wv-section-product-grid .el-nav li[uk-filter-control="[data-tag~='Light-Commercial-Vehicles-(DR-and-VB)']"]{
  order: 100;
}

.product-table-content .uk-width-1-5\@m:nth-child(1),
.product-table-header .uk-width-1-5\@m:nth-child(1),
.product-table-content .uk-width-1-5\@m:nth-child(4),
.product-table-header .uk-width-1-5\@m:nth-child(4),
.product-table-content .uk-width-1-5\@m:nth-child(5),
.product-table-header .uk-width-1-5\@m:nth-child(5),
.product-table-content .uk-width-1-5\@m:nth-child(6),
.product-table-header .uk-width-1-5\@m:nth-child(6){
  width: calc(100% * 2 / 10.001);
}

.product-table-content .uk-width-1-5\@m:nth-child(2),
.product-table-header .uk-width-1-5\@m:nth-child(2),
.product-table-header .uk-width-1-5\@m:nth-child(3),
.product-table-content .uk-width-1-5\@m:nth-child(3){
  width: calc(100% * 2 / 10.001);
}
.product-table-header .uk-width-1-5\@m,
.product-table-content .uk-width-1-5\@m{
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 15px 15px 15px 15px;
  
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.product-table-header .uk-width-1-5\@m:nth-child(2),
.product-table-content .uk-width-1-5\@m:nth-child(2){
  border-left: 1px solid #efefef;
}
.product-table-header .uk-width-1-5\@m:last-child,
.product-table-content .uk-width-1-5\@m:last-child{
  /*border-right: 1px solid transparent;*/
}
.product-table-header .uk-width-1-5\@m:nth-child(1),
.product-table-content .uk-width-1-5\@m:nth-child(1){
  /*padding-left: 55px;*/
}
.product-table-header .uk-width-1-5\@m{
  align-items: center;
  display: flex;
  justify-content: center;
}
.product-table-header,
.product-table-content{
  margin-left: 0 !important;
}
.product-table-content{
  margin-top: 0 !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}
a.el-item>.product-table-content:hover{
  /*
  background: #00aeef;
    color: #fff;
  */
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  color: #000;
  border: 1px solid #003b6f;
  cursor: pointer;
}
.wv-product-grid .brand{
  background: #eaf6fe;
  background: #003b6f;
  color: #fff;
  padding: 20px;
  
  /*
    top: -75px !important;
    left: 0px;
    right: 0px;
    position: absolute;
    */
    
    /*pointer-events: none;*/
}
.wv-product-grid .el-item.uk-card{
  padding: 0;
  text-align: center;
  overflow: hidden;
  cursor: default;
  border: 0;
}
.wv-product-grid .el-item.uk-card:hover{
  border-color: #e5e5e7
}
.wv-product-grid>div.first-brand{
  margin-top: 40px;
}
.wv-product-grid>div:not(.first-brand) .brand{
  display: none;
}
.wv-product-grid .product-col-header{
  cursor: default;
  color: #000;
  font-weight: 500;
  /*pointer-events: none;*/
}
.wv-product-grid>div:not(.first-brand) .product-col-header{
  display: none;
}
.wv-section-product-grid{
  overflow: hidden;
}
.product-table-header{
  background: #d9d9d9;
  background: #eaf6fe;
  text-align: center;
}
.product-table-header span{
  display: block;
  padding: 10px;
}
.product-table-header.uk-sticky-fixed>div:nth-child(1){
  padding-left: 0;
  border-left: 40px solid #FFF;
}
.product-table-header.uk-sticky-fixed{
  margin-left: -40px!important;
}

.product-table-content .col-title{
  display: block;
  font-weight: 600;
}
.product-table-content .mobile-title{
  background: #eaf6fe;
  padding: 20px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 1100px) {
  .product-table-content .col-title{
    display: none;
  }
  .product-table-content .mobile-title{
    display: none;
  }
}
@media (max-width: 1099px) {
  .product-table-content .uk-width-1-5\@m{
    width: 100% !important;
    display: block;
    margin-top: 0;
  }
  .product-table-header{
    display: none;
  }
  .wv-product-grid>div{
    margin-top: 20px !important;
  }
  .wv-product-grid .brand{
    margin-top: 40px !important;
    margin-bottom: 20px;
  }
  .product-table-header .uk-width-1-5\@m,
  .product-table-content .uk-width-1-5\@m{
    border-left: 1px solid #efefef;
  }
}

/*********** Buttons *************/
.uk-button-default{
  
}

/*********** Floating Buttons *************/
.wv-floating-buttons {
    position: fixed;
    right: 0;
    top: 120px;
    padding:0;
    background: transparent;
}
.wv-floating-buttons .uk-container{

    padding:0;
}
.wv-floating-buttons a{
  padding: 10px;
  background: #FF6D2E;
  color: #fff;
  display: block;
  width: 30px;
  text-align: center;
}
.wv-floating-buttons a svg{
  width: 30px;
  height: 30px;
}
.wv-floating-buttons a:nth-child(1){
  border-top-left-radius: 10px;
  border-bottom: 1px solid #fff;
}
.wv-floating-buttons a:nth-child(2){
  border-bottom-left-radius: 10px;
}


/********* dvinci Joblist **********/

div[role="right-column"]{
  width: 100% !important;
display: block;
}

.dvinci-job-list{
  display: flex !important;
    flex-basis: auto !important;
    flex-flow: wrap !important;
}
.dvinci-job-list>li{
  flex: 0 0 33.333% !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.dvinci-job-list>li:nth-child(3n){
  padding-right: 5px !important;
}



.dvinci-job-widget .grid[min-width~="800px"] .col-md-7{
  width: 100% !important;
}
.dvinci-job-widget .grid[min-width~="800px"] div[role="extra"]{
  float:none !important;
  width: 100% !important;
}
dvinci-layout{
  text-align: center !important;
}
.dvinci-job-widget .grid[min-width~="1000px"] .col-lg-3{
  width: 100% !important;
}
.dvinci-job-widget .dvinci-job-list .well{
  margin-bottom: 10px !important;
    /*min-height: 175px !important;*/
    padding: 35px !important;
    
    background-color: #eaf6fe;
    border: 1px solid #003b6f;
}

.dvinci-job-widget .dvinci-job-list .dvinci-job-entry .dvinci-job-position{
  position: relative;
    z-index: 1;
}
.dvinci-job-filters{
  
  display: flex !important;
    flex-basis: auto !important;
    flex-flow: wrap !important;
}
.dvinci-job-filters>div{
  margin-bottom: 20px;
  flex: 0 0 33.333% !important;
  display: block !important;
  width: 33.333% !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.dvinci-job-filters>div:first-child{
  padding-left: 5px !important;
}
.dvinci-job-filters>div:last-child{
  padding-right: 5px !important;
}
.dvinci-job-widget .ui-select-multiple.ui-select-bootstrap input.ui-select-search{
  text-align: center;
}
.dvinci-job-widget .grid[min-width~="600px"] .col-sm-5{
  width: 100%;
}

.dvinci-job-widget .btn-default{
  background-color: #00aeef;
  color: #fff;
  border: 1px solid transparent;
}
.dvinci-job-widget .btn-default:hover,
.dvinci-job-widget .btn-default:focus{
  background: #fff;
  color: #00aeef;
  border-color: #00aeef;
}

@media (max-width: 959px) {
  .dvinci-job-list>li{
    flex: 0 0 50% !important;
  }
  .dvinci-job-filters>div{
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
@media (max-width: 579px) {
  .dvinci-job-list>li{
    flex: 0 0 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dvinci-job-list>li:nth-child(3n) {
    padding-right: 0px !important;
  }
  .dvinci-job-filters>div{
    flex: 0 0 100% !important;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dvinci-job-filters>div:first-child{
    padding-left: 0px !important;
  }
  .dvinci-job-filters>div:last-child{
    padding-right: 0px !important;
  }
}

/***** Youtube DSGVO Video******/
.wv-dsgvo-youtube:not(.active) .uk-panel {
  min-height: 260px;
  display: flex;
  align-items: center;
  background: #003b6f;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 10pt;
}

.youtube-cookie-container {
  z-index: 1;
}

.wv-dsgvo-youtube:not(.active) .uk-panel a {
  margin-top: 20px;
}

.wv-dsgvo-youtube.active .uk-panel {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wv-dsgvo-youtube.active .uk-panel.ratio-4-3 {
  padding-bottom: 75%;
}

.wv-dsgvo-youtube.active .uk-panel iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wv-dsgvo-youtube:not(.active) .uk-panel span.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.2;
}

.dsgvo-youtube-container {
  position: relative;
  display: inline-block;
}

.dsgvo-youtube-container>div.uk-margin {
  display: inline-block;
}

.youtube-cookie-message .inner {
  position: relative;
}

.youtube-cookie-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 45, 111, 0.75);
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  background-image: url('../img/video_bg.jpg');
  background-size: cover;
  background-position: center;
}

.youtube-cookie-message::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 78%);
}

.youtube-cookie-message .cookiebot-btn {
  color: #fff !important;
  margin-top: 20px;
}


/********* Footer **********/
.mail-preform input[type="text"]{
  width: calc(100% - 66px);
}
.mail-preform input[type="submit"]{
  text-align: center;
  width: 66px;
  float: right;
  border-radius: 0;
  /*background: #c7c6c4;*/
  /*color: #fff;*/
  /*border-bottom: 1px solid #404040;*/
  border-bottom: 1px solid #c7c6c4;
  line-height: 39px;
}
.mail-preform input[type="submit"]:hover{
  background: #fff;
  border-bottom: 1px solid #00aeef;
}
.we-solve{
  margin-bottom:0;
}
.we-solve+.uk-panel{
  margin-top:0 !important;
}
.footer.footer-2 {
    color: #fff;
}
.footer .uk-nav-default {
    font-size: 16px;
}
.footer .uk-nav-default a{
    color: #fff !important;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 0px;
} 
.footer .uk-nav-default a:hover{
    color: rgba(255,255,255,.7) !important;
    text-decoration: underline;
} 
/********* Headings Media Queries**********/
@media (max-width: 520px) {
  .uk-heading-medium{
    font-size: 22px;
  }
  .uk-h1{
    font-size: 24px;
  }
  .uk-h2{
    font-size: 22px;
  }
  .uk-h3{
    font-size: 20px;
  }
}


/************** Offcanvas **************/
.uk-offcanvas-bar .uk-nav-default{
  text-transform: none;
}
.uk-offcanvas-bar .uk-nav-default>li{
  text-transform: uppercase;
}
.uk-offcanvas-bar .uk-nav-default li ul{
  text-transform: none;
}
/* toggle subpages for lvl2 Menu items*/
.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul{
  overflow: hidden;
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul:not(.active){
  max-height: 0 !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul:not(.active) svg{
  transform: rotate(-90deg);
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul.active{
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children>a{
  position: relative;
  margin-right:20px;
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children>a .wv-trigger{
  position: absolute;
  right: -20px;
  padding:5px;
}
.uk-offcanvas-bar ul li ul li ul li.menu-item-has-children>a .wv-trigger{
  right: -10px;
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children:not(.active)>a .wv-trigger svg{
  transform: rotate(90deg);
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children:not(.active) ul li.active>a .wv-trigger svg{
  transform: rotate(0deg);
}

.uk-offcanvas-bar ul li ul li.menu-item-has-children>a{
  padding-top: 3px;
  padding-bottom: 3px;
}

/* group borders */
.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul>li>a{
  position: relative;
  padding-left: 20px;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
}
.uk-offcanvas-bar ul li ul li ul li.menu-item-has-children>ul>li>a::after{
  top: 13px !important;
}
.uk-offcanvas-bar ul li ul li ul li.menu-item-has-children>ul>li:last-child>a::before{
  height: 22px !important;
}

.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul>li>a::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid #487399;
  left: 0;
  top: 0;
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children.uk-active>ul>li>a::before{
  border-left: 1px solid #eaf6fe;
}
.uk-offcanvas-bar ul li ul li.menu-item-has-children:last-child>a::before,
.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul>li:last-child>a::before,
.uk-offcanvas-bar ul li ul li.menu-item-has-children.uk-parent>a::before {
  top: -.5rem;
  height: 1.5rem;
  height: 1.2rem;
}

.uk-offcanvas-bar ul li ul li.menu-item-has-children>ul>li>a::after{
  position: absolute;
  content: '';
  width: .8rem;
  height: 1px;
  border-bottom: 1px solid #487399;
  left: 0;
  top: 0.6rem;
}

.uk-offcanvas-bar ul li ul li.menu-item-has-children.uk-active>ul>li>a::after{
  border-bottom: 1px solid #eaf6fe;
}

.uk-offcanvas-bar .uk-nav-sub li.menu-item-type-custom.menu-item-object-custom.menu-item-has-children{
  
}

/************** Cookiebot **************/
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
  background-color: #009ee0 !important;
  border-color: #009ee0 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
  border-color: #009ee0 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
  border-color: #009ee0 !important;
  color: #009ee0 !important;
}
#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
  background-color: #009ee0 !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover{
  color: #009ee0 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover, #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #009ee0 !important;
}

/************** Mobile **************/
@media (max-width: 1099px) {
  .tm-header-mobile .uk-navbar{
      height: 60px;
  }
  .tm-header-mobile .uk-navbar .uk-logo{
      width: 140px;
  }
}

@media (max-width: 767px) {
  h1, .uk-h1, .subpage-header h1{
    font-size: 32pt;
  }
  h2, .uk-h2{
    font-size: 26pt;
  }
  .uk-text-lead{
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  h1, .uk-h1, .subpage-header h1{
    font-size: 28pt;
  }
  h2, .uk-h2{
    font-size: 22pt;
  }
}

@media (max-width: 378px) {
  h1, .uk-h1, .subpage-header h1{
    font-size: 24pt;
  }
  h2, .uk-h2{
    font-size: 18pt;
  }
}


/*
body:not(.logged-in) .widget_icl_lang_sel_widget{
  display: none;
}
*/
.wv-admin-language{
  position: fixed;
  top: 32px;
  padding: 5px;
  right: 0;
  background: lime;
  color: #000;
  font-size: 20px;
  z-index: 100000;
}

.footer-widget-area-2 .uk-first-column{
  margin-top: 0;
}

html[lang="de-DE"] .visible-en,
html[lang="de-DE"] .visible-cn{
  display: none;
}
html[lang="en-US"] .visible-de,
html[lang="en-US"] .visible-cn{
  display: none;
}
html[lang="cn-CN"] .visible-de,
html[lang="cn-CN"] .visible-en{
  display: none;
}

/*
body:not(.logged-in) .wpml-ls-item-cn,
body:not(.logged-in) .wpml-ls-item-cn-CN{
  display: none;
}
*/

html[lang="cn-CN"] .follow-us:not(.cn){
  display: none;
}
html[lang="de-DE"] .follow-us.cn,
html[lang="en-US"] .follow-us.cn{
  display: none;
}
.follow-us{
  margin-top:0;
}
html[lang="cn-CN"] html, html[lang="cn-CN"] body,
html[lang="cn-CN"] .uk-h1, html[lang="cn-CN"] h1,
html[lang="cn-CN"] .uk-h2, html[lang="cn-CN"] h2,
html[lang="cn-CN"] .uk-h3, html[lang="cn-CN"] h3,
html[lang="cn-CN"] .uk-h4, html[lang="cn-CN"] h4,
html[lang="cn-CN"] .uk-h5, html[lang="cn-CN"] h5,
html[lang="cn-CN"] .uk-h5, html[lang="cn-CN"] h5,
html[lang="cn-CN"] .uk-button,
html[lang="cn-CN"] .uk-navbar-dropdown-nav,
html[lang="cn-CN"] .uk-text-meta,
html[lang="cn-CN"] .uk-navbar-item, html[lang="cn-CN"] .uk-navbar-nav>li>a, html[lang="cn-CN"] .uk-navbar-toggle {
    font-family: 'adobe-heiti-std', 'Montserrat';
}

html[lang="cn-CN"] .wpml-ls-item-en span{
  width: 9px;
}
html[lang="cn-CN"] .wpml-ls-item-de span{
  width: 12px;
}


#custom_html-12 .uk-text-center:nth-child(2){
  margin-bottom: 0 !important;
      margin-top: 19px !important;
}
.footer-contact-button.visible-cn{
  margin-top: 0 !important;
}