/*@import url(https://fonts.googleapis.com/css?family=Telegraf:400,300,300italic,400italic,500,900,900italic,500italic);
*/

@font-face {
  font-family: 'Telegraf';
  src: url('font/Telegraf-Bold.woff2') format('woff2'),
      url('font/Telegraf-Bold.woff') format('woff'),
      url('font/Telegraf-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'Telegraf';
  src: url('font/PPTelegraf-Regular.woff2') format('woff2'),
      url('font/PPTelegraf-Regular.woff') format('woff'),
      url('font/PPTelegraf-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Telegraf';
  src: url('font/PPTelegraf-Light.woff2') format('woff2'),
      url('font/PPTelegraf-Light.woff') format('woff'),
      url('font/PPTelegraf-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: 300;
}




html, body{
  font-family: 'Telegraf', sans-serif;
  color: #000;
  font-weight: 300; 
  margin: 0;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;  
  min-width: 320px !important;
}
/* height: 100%; */


h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0; padding:0;}

h1 {
  color: #082240;
}

h2, .headline-h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 900;
  color: #082240;
}

h3, h5{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #082240;
}

.headline-h5 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #082240;
}

h4 {
  font-weight: 900;
  margin-bottom: 2px;
  padding-bottom: 0px;
}

b {
  font-weight: 500;
}
p {margin: 0;}


body a {
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  text-decoration:none;
  color: #082240;
}


body a:hover {
  text-decoration: none !important;
  color: #777777;  
}


a img {
  border: 0px;
}

.stand_text p {
  margin-bottom: 10px;
}

#anchor-top {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  /*flex: 1;*/
  padding-top: 130px;
}

html {
  scroll-padding-top: 160px;
}

@media (max-width: 1250px) {
  .Site-content {
    padding-top: 60px;
  }
  html {
    scroll-padding-top: 80px;
  }
}




.eu-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background-color: #000;
    z-index: 1000;
    padding: 10px;
    font-size: 11px;
    text-align: center;
}

.eu-cookies p {
    display: inline-block;
}

.eu-cookies a {
    color: #808080;
}

.eu-cookies a {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    border: 1px #585858 solid;
    background-color: #000;
    color: #FFF;
    border-radius: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    cursor: pointer;     
}

.eu-cookies a:hover {
    color: #fff;
    border: 1px #C5C5C5 solid;
    background-color: #000;
}


.eu-cookies #butteucookies {
    border: 1px #7A8FCD solid;
    background-color: #0069B2;
    color: #FFF;    
}

.eu-cookies #butteucookies:hover {
    color: #FFF;
    border: 1px #0069B2 solid;
    background-color: #2D4073;
}



.img-responsive {
  max-width: 100%;
  height: auto;
  clear: both;
  line-height: 0.1px;
}

.pointer_none {
  cursor: default;
}


#map {
  clear:both;
  display: block;
  width: 100%;
  height:500px; 
  border: 0px;
  overflow: hidden;
  position: relative;
}


.round {
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}


/*--------------------------------*/
.bgcolor-1 { /* cerna */
  background-color: #082240;
}
.bgcolor-2 { /* bila */
  background-color: #FFF;
}
.bgcolor-3 { /* sv seda */
  background-color: #D9D9D9;
}
.bgcolor-3-trans { /* sv seda */
  background-color: rgba(234,234,234,0.9);
}
.bgcolor-4 { /* sv sv seda */
  background-color: #e9e9e9;
}
.bgcolor-5 { /* tm seda */
  background-color: #2b2b2b;
}
.bgcolor-6 { /* seda */
  background-color: #585858;
}

.color-1, .color-1-href a { /* cerna */
  color: #2E2E2E;
}
.color-2, .color-2-href a { /* bila */
  color: #FFF;
}
.color-2-href a:hover, .color-1-href a:hover { /* tm seda - popis */
  color: #ED3024;
}
.color-3 { /* seda */
  color: #747474;
}
.color-4 { /* sv seda - popis */
  color: #828282;
}
.color-4-href a { /* sv seda - popis */
  color: #828282;
}
.color-5 {
  color: #ececec;
}
.color-5-href a { /* tm seda - popis */
  color: #828282;
}

.Site-content .color-5-href a { /* tm seda - popis */
  color: #ffffff85;
}

.color-5-href a:hover { /* tm seda - popis */
  color: #d6d6d6;
}

.color-6 {
  color: #ED3024;
}




.text-1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.text-2 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.text-3 {
  font-size: 24px;
  line-height: 30px;
}
.text-4 {
  font-size: 20px;
  line-height: 30px;
}
.text-5 {
  font-size: 10px;
  line-height: 14px;
}
.text-6 {
  font-size: 17px;
  line-height: 14px;
}

.italic {
  font-style: italic;
}

.semibold {
  font-weight: 500;
}

.bold {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}


/*--------------------------------*/

.container_old::before, .container_old::after {
    content: "";
    display: table;
    line-height: 0;
}
.container_old::after {
    clear: both;
}
.container_old::before, .container_old::after {
    content: "";
    display: table;
    line-height: 0;
}
.container_old {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.container_old {
    width: 1250px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.container_old ul {
  margin-left: 20px;
}
.block {
  display: block;
}

.position_relative {
  position: relative;
}

.padding_top {
  padding-top:30px;
}

.padding_top_big {
  padding-top:60px;
}

.padding_top_15 {
  padding-top:15px;
}

.padding_bottom {
  padding-bottom:30px;
}

.padding_bottom_15 {
  padding-bottom:15px;
}

.padding_bottom_10 {
  padding-bottom:10px;
}

.margin_top {
  margin-top:30px;
}
.margin_bottom {
  margin-bottom:30px;
}


.row_old::after {
    clear: both;
}
.row_old::before, .row_old::after {
    content: "";
    display: table;
    line-height: 0;
}
.row_old {
    margin-left: -30px;
}


.whole {
  display: block;
}

.whole-height {
  height: 100%;
}


.grid_1 {
    width: 1190px;
}

.grid_2 {
    width: 580px;
}

.grid_3 {
    width: 375px;
}

.grid_4 {
    width: 275px;
}

.grid_5 {
    width: 214px;
}

.grid_5-1 {
    width: 773px;
}

.grid_5-2 {
    width: 386px;
}

[class*="grid_"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}

.column-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
} 

.wrap-box__left {
  float: left;
}
.wrap-box__right {
  float: right;
}
.wrap-box__center {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wrap-box__none {
  overflow: hidden;
}

.paragraph p {
  margin-bottom: 20px;
}

.table {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.center_margin {
  margin-left: auto;
  margin-right: auto;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.more {
  clear: both;
  display: inline-block;
  margin-top: 30px;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px #082240 solid;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #082240;
  cursor: pointer;
}

.more.light {
  color: #808080;
  border: 1px #808080 solid;
}

.more:hover, .small_more:hover {
  background-color: #082240;
  color: #FFF;
}

.small_more {
  clear: both;
  display: inline-block;
  margin-top: 10px;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px #082240 solid;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #082240;
  cursor: pointer; 
}



.more_new {
  clear: both;
  display: inline-block;
  margin-top: 30px;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px #FFF solid;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #082240;
  color: #FFF;
  cursor: pointer;
}


.more_new:hover {
  border: 1px #082240 solid;
  background-color: #FFF;
  color: #082240;
}

.more_red {
  clear: both;
  display: inline-block;
  margin-top: 30px;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px #FFF solid;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ED3024;
  color: #FFF;
  cursor: pointer;
}


.more_red:hover {
  border: 1px #082240 solid;
  background-color: #082240;
  color: #FFF;
}



/* menu */

.menu_foot, .menu_foot li {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}

#top_fix {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1005;
}

#menu {
  padding: 0px;
  list-style-type: none;
  float: right;
  display: block;
}

#menu li {
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
  border-top: 0px #000 solid;
  margin-left: 10px;  
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

#menu li:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: skew(-20deg) translateX(-50%);
  height: 15px;
  width: 14px;

  background-color: #082240;

  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}


#menu li a {
  text-transform: none;
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 22px;
  padding-top: 17px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}

#menu li.actual a, #menu .on a, #menu .last.on a {
  text-decoration: none;
  color: #ED3024;
}

#menu li.actual {
  border-color: #ED3024;
}
#menu li.actual:after {
  top: 0px;
  background-color: #ED3024;
}

#menu li:hover {
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  border-color: #ED3024;
}

#menu li:hover:after {
  top: 0px;
  background-color: #FFF;
}


#menu .first a {
  margin-left: 0px;
}


#menu .last a {

}


span.menu {
    display:none;
    float: right !important;
    margin-top: 22px;
    position: relative;
}


/* obecne */

.clean {
  display: block;
  clear: both;
}

hr.hr_style {
  background-color:#E9E9E9;
  border:0;
  height:1px;
  margin-bottom:50px;
  margin-top:45px;
  width: 100%;
}


/* shadow image */
img.shadow {
  /*-webkit-filter: drop-shadow(25px 45px 5px #E9E9E9);
  filter: drop-shadow(25px 45px 5px #E9E9E9);
  */
  box-shadow: none !important;
}


/* patiaŤka */

#footer {
  position:absolute;
  bottom:0px;
  left:0px;
  width: 100%;
}


  #up {
    display: none;
    position: fixed;
    bottom:5%;
    right: 5%;
    width: 50px;
    height: 50px;
    background-image: url('../image/UP.png');
    background-repeat: no-repeat;
    z-index: 100000;
  }

/*-------------------
news
--------------------*/

#short_news {
}

#short_news a {
  position: relative;
  font-size: 0px;
  line-height: 0px;
}

#short_news .news_title {
  position: absolute;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 275px;
  height: 50px;
  bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  color: #FFF;
  overflow: hidden;
  background-image: url('../image/black-40.png');
}

#short_news .news_title span {
  display: table-cell;
  padding: 8px;  
  vertical-align: middle;
  text-align: center;  
}

#short_news .grid_4 {
  position: relative;
}

#short_news .hover_show {
  position: absolute;
  padding-top: 90px;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  height: 136px;
  width: 100%;
  opacity: 0.0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
  top: -223px;
  left: 0px;
}

#short_news a:hover .hover_show {
  opacity: 1;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

/* .news_bg {
  background-image: url('../image/budova.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
} */


#short_news .grid_4 img {
  background-color: rgba(255,255,255,0.4);
}

#short_news .grid_4 .hover_show img {
  background-color: transparent;
  margin: 0px auto;
}

#news {
  padding: 10px;
}

#news .one_news {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #FFF solid;    
}

#news .one_news .text {
  width: 570px !important;
  float: left;
}

#news .one_news a.img {
  width: 130px;
  height: 130px;
  margin-top: 20px;
  float: right;
}

.row_oldone {
  height: 31px;
  padding-top: 7px;
}


/*-------------------
end NEWs
--------------------*/
  #menu_fix {
    height: 134px;
  }

  #menu_fix.fix {
    position: fixed;
    top:0%;
    z-index: 1000;
    width: 100%;
  }

  #up {
    display: none;
    position: fixed;
    bottom:5%;
    right: 5%;
    width: 50px;
    height: 50px;
    background-image: url('../image/UP.png');
    background-repeat: no-repeat;
    z-index: 100000;
  }

  #logo {
    margin-top: 5px;
    padding-bottom: 4px;
    float: left;
    padding-top: 9px;
  }

  #logo img {
    width: 70px;
    height: auto;
  }

  #language_print {
    width: 88px;
    height: 60px;
    position: relative;
    float: left;
    margin-left: 20px;
    padding-top: 20px;
    text-align: center;
    color: #b4b4b4;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
  }


  #language_print:before {
      content:"";
      border-color: #082240 transparent transparent transparent;
      border-style:solid;
      border-width:9px;
      width:0;
      height:0;
      position:absolute;
      bottom:0px;
      left:50%;
      transform: translateX(-50%);
      z-index:1;
  }

  #language_print:after {
      content:"";
      border-color: #9c9c9c transparent transparent transparent;
      border-style:solid;
      border-width:9px;
      width:0;
      height:0;
      position:absolute;
      bottom:-2px;
      left:50%;
      transform: translateX(-50%);
  }
  #language_print:hover  #language {
    opacity: 1;
    top: 2px;
    z-index: 10000;

    transition:0.3s all;
    -webkit-transition:0.3s all;
    -moz-transition:0.35s all;
    -o-transition:0.3s all;
    -ms-transition:0.3s all;
  }

  #language_print:hover:before, #language_print:hover:after {
    border: 0px !important;
    border-color: #082240;
  }

  
  #language {
    opacity: 0;
    top: -80px;
    position: absolute;
    background-color: #082240;
    color: #FFF;
    list-style: none;
    margin: 0px;
    padding: 15px;
    padding-bottom: 10px;

    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
  }
  #language li {
    list-style: none;
  }
  #language li a {
    display: block;
    padding: 5px;
    color: #FFF;
    border-top: 1px #555555 solid;
  }
  #language li a:hover, #language li a.select {
    color: #ED3024;
  }


  #all_categories {
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    padding-top: 26px;
    padding-bottom: 24px;
    font-weight: 400;
    color: #464646; /* #6d6d6d */
    font-size: 14px;
  }

  #all_categories:before {
      content:"";
      border-color: #d9d9d9 transparent transparent transparent;
      border-style:solid;
      border-width:8px;
      width:0;
      height:0;
      position:absolute !important;
      z-index:1;
      bottom: 21px;
      right: 14px;
  }

  #all_categories:after {
      content:"";
      border-color: #9c9c9c transparent transparent transparent;
      border-style:solid;
      border-width:8px;
      width:0;
      height:0;
      position:absolute !important;
      bottom: 19px;
      right: 14px;
  }

  .cat_height {
    margin-top: 10px;
  }


  #all_categories_div {
    display: none;
    width: 100%;
    right: 0px;
    position: absolute;
    border-bottom: 1px #d9d9d9 solid;
    z-index: 100;
  }


  #all_categories_menu {
    position: relative;
    width: 540px;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;    
    list-style: none;
    margin: 0px;
    padding: 30px;
    padding-right: 0px;
    float: right;
    text-align: right;

    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
  }
  #all_categories_menu li {
    display: inline-block;
    list-style: none;
  }
  #all_categories_menu li a {
    width: 110px;
    display: block;
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 500;
  }
  #all_categories_menu li a:hover {
    color: #ED3024;
  }




  .height_main_note {
    height: 500px;
  }
  .note_padding_left {
    padding-left: 100px;
    background-color: #FFF;
  }
  .note_padding_right {
    padding-right: 100px;
    background-color: #FFF;
  }

  .width_main_note {
    width: 340px;

  }


  .product_small {
    display: block;
    border: 1px #FFF solid;
  }

  .accessories.product_small {
    border-color: #e9e9e9;
  }

  .product_small:hover {
    border: 1px #e5e5e5 solid;
  }
  
  .accessories.product_small:hover {
    border: 1px #909090 solid;
  }

  .product_small.select {
    border: 1px #909090 solid;
  }


  .product_small a:hover {
    color: #000;
  }

  .product_small span {
    display: block;
    text-align: center;
  }

  .product_small_name, .product_small_name H2, .product_small_name H4 {
    font-size: 20px;
    font-weight: 900;
    height: 30px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }

  .product_small_text {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    height: 60px;
    overflow: hidden;
  }

  #product_icon a {
    margin-right: 6px;
  }

  #product_icon a img {
    opacity: 0.6;
  }

  #product_icon a:hover img {
    opacity: 1;
  }

  #product_icon_logos {
    padding-top: 20px;
  }

  #product_icon_logos img {
    height: 50px;
    margin-right: 10px;
    opacity: 1 !important;
  }

  #product_icon_logos img.product_icon_large {
    height: 90px;
  }





  .accessories .product_small_name {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accessories .product_small_text {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    height: 30px;
    overflow: hidden;
  }

  #spec_title {
    background-color: #ED3024;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    clear: both;
    display: inline-block;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
  }

  #table_spec {
    border-collapse: collapse;
    font-size: 13px;
  }

  #table_spec td {
    border: 1px #082240 solid;
    padding: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #082240;
    font-weight: 500;
    color: #FFF;
  }

  #table_spec td.padding {
    background-color: #fff;
    font-weight: 400;
    color: #082240;
    padding: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

.profil {
    display: inline-block;
    background-repeat: no-repeat;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    text-align: center;
    margin-right: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .profil_small {
    display: inline-block;
    background-repeat: no-repeat;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    text-align: center;
    margin-right: 0px;
    padding: 8px !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .profil_small.active {
    background-color: #082240;
  }

  .profil_small:hover {
    background-color: #082240;
  }
  
  .profil_small:hover a, .profil_small.active a {
    color: #FFF;
  }

  .profil_small.active li {
    display: inline-block;
  }

  
  .menu_small_hidden, .top_profil_menu, .menu_small_hidden li, .top_profil_menu li {
    list-style: none;
    margin: 0px !important;
    padding: 0px;
  }


  .top_profil_menu li {
    display: inline-block;
    position: relative;    
  }

  .menu_small_hidden {
    position: absolute;
    display: none;
    left: 0px;
    top: 70px;
    width: 90px;
    text-align: left;
  }

  .menu_small_hidden li {
    background-color: #082240; /* #363636; #666666 */
    width: 90px;
    display: inline-block;
  }

  .menu_small_hidden li a {
    padding: 16px;
    font-size: 14px;
    display: block;
    text-align: left;
    color: #FFF;
  }

  .menu_small_hidden li a:hover, .menu_small_hidden li.active a {
    color: #FFF;
    background-color: #ED3024;
  }


  .top_profil_menu li:hover ul { 
    display: block;
    z-index: 10000000;
  }





  .profil_small img {
    -webkit-filter: invert(70%);
    -moz-filter: invert(70%);
    -ms-filter: invert(70%);
    -o-filter: invert(70%);
    filter: invert(70%);
  }
  
  .profil_small:hover img, .profil_small.active img {
    -webkit-filter: invert(0%) !important;
    -moz-filter: invert(0%) !important;
    -ms-filter: invert(0%) !important;
    -o-filter: invert(0%) !important;
    filter: invert(0%) !important;
  }

  .profil_small img, .profil_small.active img {
    height: 40px;
  }

  .profil_small.active, .profil.active {
    color: #d6d6d6;
  }


  .profil img {
    opacity: 0.6;
  }

  .profil:hover img, .profil.active img {
    opacity: 1;
  }

  .profil span, .profil_small span {
    display: block;
  }

  [class*="padding_top_typ"] {
    padding-top: 32px;
    padding-bottom: 30px;
    font-weight: 500;
  }

  #menu_fix .padding_top_typ {
    padding-top: 28px;
    padding-bottom: 0px;
  }


  [class*="padding_top_typ"] a {
    margin-left: 10px;
    padding-bottom: 25px;
    border-bottom: 3px #d9d9d9 solid;
  }

  [class*="padding_top_typ"] a:hover {
    border-bottom: 3px #ED3024 solid;
  }


  .padding_top_typ_2 {
    padding-top: 46px;
    padding-bottom: 0px;
  }

  .padding_top_typ_2 a {
    border-bottom: 3px #000 solid;
    padding-bottom: 42px;
  }

  .padding_top_typ_2 a:hover {
    border-bottom: 3px #ED3024 solid;
  }


  .padding_top_kategory {
    padding-top: 110px; 
  }



  .spritespin {
    cursor: col-resize;
  }


  #anchor_menu {
    width: 11px;
    position: absolute;
    left: 1%;
    margin-top: 140px;
    z-index: 10;
  }

  #anchor_menu.fix_product {
    position: fixed;
    top:50%;
    margin-top: -180px;
  }

  #anchor_menu.fix_product_bottom {
    position: fixed;
    bottom:400px;
    
  }




  #anchor_menu a {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px #858585 solid;
    background-color: #FFF;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    margin-bottom: 12px;
    z-index: 11 !important;
  }

  #anchor_menu a:hover, #anchor_menu a.active {
    border: 1px #565656 solid;
    background-color: #ED3024;
  }

  #anchor_menu .line {
    display: block;
    width: 2px;
    height: 94%;
    margin-top: 2px;
    margin-left: 5px;
    background-color: #f2f2f2;
    position: absolute;
    z-index: 0 !important;
  }

  
  [class*="tooltip_"] {
      display: none;
  }


  [class*="group_"] {
      display: inline-block;
  }

  #menu_fix .group_show {
      display: inline-block;
      height: auto;
  }

  [class*="group_menu_"] {
      display: none;     
  }

  .show_group[class*="group_menu_"] {
      display: inline-block;
  }

  .active_group {
      color: #ED3024 !important;
      border-bottom: 3px #ED3024 solid !important;
  }


#search_ico {
  background-image: url('../image/search2023.png');
  background-repeat: no-repeat;
  background-position: 0px bottom;
  padding: 4px;
  margin-top: 18px;
  display: inline-block;
  width: 26px;
  height: 26px;
  opacity: 0.5;
  cursor: pointer;
  transition:0s all;
  -webkit-transition:0s all;
  -moz-transition:0s all;
  -o-transition:0s all;
  -ms-transition:0s all;
}

#search_ico:hover {
  background-position: -30px bottom;
  transition:0s all;
  opacity: 1;
  -webkit-transition:0s all;
  -moz-transition:0s all;
  -o-transition:0s all;
  -ms-transition:0s all;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
    z-index: 10000; 
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 10000;    
}

#search input[type="text"] {
    position: absolute;
    box-sizing : border-box;
    top: 50%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    width: 100%;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn_search {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    font-family: 'Telegraf', sans-serif;
    background-color: #ED3024;
    border: 0px;
    padding: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
#search .btn_search:hover {
    background-color: #880F0F;
}

#search .close_search {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
  background-color: #ED3024;
  border-color: #ED3024;
  opacity: 1;
  padding: 8px 14px;
  font-size: 27px;
  font-family: 'Telegraf', sans-serif;
}

  #up_social {
    position: fixed;
    top:20%;
    right: 0px;
    width: 50px;
    padding: 10px;
    z-index: 100000;  
    text-align: right;
  }

  #up_social a {
    display: block;
    /* margin-right: -10px; */
  }
/* 
  #up_social a:hover {
    margin-right: 9px;
  } */

  #up_social img {
    max-width: 40px;
  }


#map {
  display: block;
  height: 340px;
  width: 100%;
  border: 0px;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
}


.video-container {
  position:relative;
  padding-bottom:53.85%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.hidden{
     opacity:0;
     background-color: transparent;
}
.visible{
     opacity:1;
}

.grid_4.visible, {
     background-color: #FFF;
}


  #menu_fix .color-5-href {
    width: 300px;
  }


  #menu_fix .grid_2 {
    width: 540px;
  }


.note_logos {
  position: absolute;
  z-index: 1000;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
}

.table.bgcolor-2 {
  overflow: hidden;
}


  #head .grid_4 {
      width: 236px;
  }
  #head .grid_2 {
      width: 650px;
  }


@media (max-width: 1250px) {
  [class*="padding_top_typ"] a {
    margin-left: 10px;
  }

  #menu_fix .whole.bgcolor-3 {
    display: none;
  } 

#menu_fix {
    height: 66px;
}
#head_top {
    height: 66px; 
}


.profil_small {
    padding: 6px 2px !important;
}

  #short_news .hover_show {
    padding-top: 90px;
    height: 112px;
  }

#short_news .hover_show {
  top: -203px;
}

  #menu {
    display: none;
    position: absolute;
    background-color: #000;
    z-index: 100000;
    width: 320px;
    top: 50px;
  }

  #menu li{
    display: block;
    clear: both;
  }


  span.menu {
      display:inline-block;
      float: right !important;
      cursor: pointer;
  }

  .container_old {
      width: 964px;
      padding-left: 30px;
      padding-right: 30px;
      text-align: left;
  }
  .grid_1 {
      width: 904px;
  }

  .grid_2 {
      width: 437px;
  }

  .grid_2_long {
      width: 637px;
  }

  .grid_3 {
      width: 281px;
  }

  .grid_4 {
      width: 203px;
  }

  #short_news .news_title {
    width: 203px;
  }

  .grid_5 {
    width: 156px;
  }

  .grid_5-1 {
      width: 582px;
  }

  .grid_5-2 {
      width: 291px;
  }


  #head .grid_4 {
      width: 337px;
  }
  #head .grid_2 {
      width: 154px;
  }

  #menu_fix .grid_4 {
      width: 300px;
  }

  #menu_fix .grid_2 {
      /*width: 380px;*/
  }

  #menu_fix .grid_4.text_right {
      width: 130px;
  }

  .profil {
      margin-right: 16px;
  }

  .padding_top_typ a {
      padding-left: 0px;
  }



}

@media (max-width: 980px) {
  #short_news .hover_show {
    padding-top: 70px;
    height: 100px;
  }

  .container_old {
      width: 760px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
  }
  .grid_1 {
      width: 730px;
  }

  .grid_2 {
      width: 357px;
  }

  #head .grid_4.text_center {
      width: 233px;
  }


  .grid_2_long {
      width: 637px;
  }

  .grid_3 {
      width: 233px;
  }

  .grid_4 {
      width: 171px;
  }

  #short_news .hover_show {
    top: -171px;
  }

  #short_news .news_title {
    width: 171px;
  }

  .grid_5 {
    width: 134px;
  }

  .grid_5-1 {
      width: 476px;
  }

  .grid_5-2 {
      width: 238px;
  }

  #head .grid_4 {
      width: 267px;
  }
  #head .grid_2 {
      width: 144px;
      float: right;
  }


  [class*="grid_"] {
      float: left;
      margin-left: 15px;
      min-height: 1px;
  }

  .wrap-box__right {
    float: right;
  }

  .row_old {
      margin-left: -15px;
  }

  .margin_bottom {
    margin-bottom: 15px;
  }

  .height_main_note {
      height: 300px;
  }

  #menu_fix .grid_4 {
      width: 280px;
  }

  #menu_fix .grid_2 {
      /*width: 370px;*/
  }

  .grid_4.text_right.wrap-box__right {
    width: 50px !important;
  }

  .profil_small {
      padding: 5px 4px;
  }


  #all_categories {
    font-size: 0px;
    margin-top: 18px;
    float: right;
  }

  #all_categories_div {
    margin-top: 70px;
  }

  .profil {
      margin-right: 12px;
  }
  .profil img {
      height: 48px;
  }

  .padding_top_typ a {
      padding-left: 0px;
  }

  .padding_top_typ_2 a {
    padding-bottom: 32px;
}

  [class*="padding_top_typ"] a {
    margin-left: 5px;
  }

  .text-4 {
      font-size: 18px;
      line-height: 24px;
  }


  .product_small_text {
      font-size: 13px;
      height: 40px;
      overflow: hidden;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
  }

  .product_small_name {
      font-size: 18px;
      font-weight: 900;
      height: 24px;
      overflow: hidden;
      padding-left: 15px;
      padding-right: 15px;
  }

  .note_padding_left, .note_padding_right {
      padding-left: 60px;
  }

  .width_main_note {
      width: 300px;
  }

  #product_icon_logos img {
      height: 35px;
      margin-right: 10px;
  }

  #product_icon_logos .block {
      display: inline-block;
  }


  .text-3 {
      font-size: 18px;
      line-height: 24px;
  }

  .text-1 {
      font-size: 14px;
      line-height: 20px;
  }

  .padding_top_kategory {
      padding-top: 50px;
  }

/*   .news_bg {
  background-size: 120% auto;
} */
}

@media (min-width: 479px) and (max-width: 767px) {
  #short_news .hover_show {
    padding-top: 80px;
    height: 118px;
  }
  .container_old {
      width: 449px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
  }
  .grid_1 {
      width: 419px;
  }

  .grid_2_long {
      width: 419px;
  }

  .grid_3 {
      width: 139px;
  }

  #short_news .hover_show {
    top: -198px;
  }

  .grid_4 {
      width: 202px;
      margin-bottom: 20px;
  }

  #short_news .news_title {
    width: 202px;
  }

  .grid_5 {
    width: 202px;
  }

  .grid_5-1 {
      width: 419px;
  }

  .grid_5-2 {
      width: 419px;
  }

  #head .grid_4 {
      width: 267px;
  }
  #head .grid_2 {
      width: 44px;
      float: right;
  }

  #head .grid_4.text_center {
    width: 130px;
  }

  [class*="grid_"] {
      float: left;
      margin-left: 15px;
      min-height: 1px;
  }

  [id*="product_anchor_"] .grid_4 {
      margin-bottom: 0px;
  }


  .row_old {
      margin-left: -15px;
  }

  .grid_2 {
      display: block;
      width: 419px;
      margin-bottom: 20px;      
  }

  .note_padding_left, .note_padding_right {
      padding-left: 0px;
      padding-right: 0px;
  }

  .width_main_note {
      width: 100%;
  }

  .height_main_note {
      height: auto;
  }

  .anchor_category {
    display: flex;
    flex-direction: column;
  }

  .anchor_category .grid_2 {
    text-align: left;
    order: 2;
    padding-top: 10px;
  }

  .anchor_category .grid_2.text_center {
    padding-top: 0px;
    order: 1;
  }

  #menu_fix .whole.bgcolor-3 {
    display: none;
  } 

  #anchor_menu {
    display: none;
  }

  #head .grid_4 {
    width: 210px;
    margin-bottom: 0px;
  }


  #head .grid_4.text_right {
    display: none;
  }


  .padding_top {
    padding-top: 15px;
  }

  .padding_bottom {
    padding-bottom: 15px;
  }


  .grid_5-1.text_center.padding_bottom {
    padding-bottom: 15px;
  }
  
  .container_old.padding_bottom_15.padding_top_15 .grid_2 {
    text-align: center;
  }

  .padding_top_kategory {
      padding-top: 20px;
  }

  .profil {
      margin-right: 12px;
      margin-left: 12px
  }

  .padding_top_typ {
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
  }  

  .padding_top_typ a {
      padding-left: 4px;
      padding-right: 4px;
  }  

  .padding_top_typ_2 {
    padding-top: 0px;
    text-align: center;
  }

  .padding_top_typ_2 a {
    padding-top: 10px;
    padding-bottom: 22px;
    padding-left: 4px;
    padding-right: 4px;    
  }

  .grid_2.padding_top_typ_2 {
    margin-bottom: 0px;
  }

  .grid_2.text-2.semibold.uppercase.color-5-href {
    text-align: center;
    margin-bottom: 0px;
  }

  .profil img {
    opacity: 1;
  }

  .profil_text {
    border-bottom: 2px #000 solid;
    color: #fff;
  }

  .profil:hover .profil_text, .profil.active .profil_text {
    border-bottom: 2px #ED3024 solid;
  }

/*   .news_bg {
  background-image: none;
   background-color: #e9e9e9;
} */


  #language_print:focus  #language {
    opacity: 1;
    top: 34px;
    z-index: 10000;

    transition:0.3s all;
    -webkit-transition:0.3s all;
    -moz-transition:0.35s all;
    -o-transition:0.3s all;
    -ms-transition:0.3s all;
  }

  #language_print:focus:before, #language_print:focus:after {
    border: 0px !important;
    border-color: #000;
  }

  #search input[type="text"] {
      font-size: 40px;
  }

  .column-2 {
      -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
      -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
      -moz-column-gap: 0px; /* Firefox */
      column-gap: 0px;
  } 

  #up_social {
    display: none;
  }

}


@media (max-width: 479px) {


  .new19__hero--home--inner {
      align-items: start !important;
      margin-top: 15px;
  }

  #short_news .hover_show {
    padding-top: 132px;
    height: 164px;
  }

  .container_old {
      width: 320px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: left;
  }
  .row_old {
      margin-left: -10px;
  }

  #short_news .hover_show {
    top: -300px;
  }

  .grid_4 {
      width: 300px;
      margin-bottom: 20px;
  }

  #short_news .news_title {
    width: 300px;
  }

  [class*="grid_"] {
      width: 300px;
      float: none;
      margin-left: 10px;
      min-height: 1px;
  }

  .note_padding_left, .note_padding_right {
      padding-left: 0px;
      padding-right: 0px;
  }

  .width_main_note {
      width: 100%;
  }

  .height_main_note {
      height: auto;
  }

  .anchor_category {
    display: flex;
    flex-direction: column;
  }

  .anchor_category .grid_2 {
    text-align: left;
    order: 2;
    padding-top: 10px;
  }

  .anchor_category .grid_2.text_center {
    padding-top: 0px;
    order: 1;
  }

  #menu_fix .whole.bgcolor-3 {
    display: none;
  } 

  #anchor_menu {
    display: none;
  }

  #head .grid_4 {
    width: 198px;
    margin-bottom: 0px;
    float: left;
  }

  #head .grid_2 {
      width: 40px;
      float: right;
  }

  #head .grid_4.text_center {
    width: 16px;
    float: left;
  }

#language_print {
    float: left;
    margin-left: 10px;
    padding-top: 21px;
    position: relative;
    text-align: center;
    width: 88px;
    height: 60px;
}


  .padding_top {
    padding-top: 10px;
  }

  .padding_bottom {
    padding-bottom: 10px;
  }


  .grid_5-1.text_center.padding_bottom {
    padding-bottom: 10px;
  }
  
  .container_old.padding_bottom_15.padding_top_15 .grid_2 {
    text-align: center;
  }

  #short_news {
    height: 310px;
    overflow: hidden;
  }

  .padding_top_kategory {
      padding-top: 20px;
  }

  /* shadow image */
  img.shadow {
    /*
    -webkit-filter: drop-shadow(15px 25px 5px #E9E9E9);
    filter: drop-shadow(15px 25px 5px #E9E9E9);
    */
  }


 .profil {
      margin-right: 6px;
      margin-left: 6px;
  }

  .profil_text {
    font-size: 10px;
    font-weight: 900;
  }

  .padding_top_typ {
      padding-top: 30px;
      text-align: center;
  }  
  
  .padding_top_typ a {
      padding-left: 4px;
      padding-right: 4px;
      line-height: 36px;
  }

  .profil img {
    opacity: 1;
    max-width: 55px;
    height: auto;
  }

  .profil_text {
    border-bottom: 2px #000 solid;
    color: #fff;
  }

  .profil:hover .profil_text, .profil.active .profil_text {
    border-bottom: 2px #ED3024 solid;
  }

  .padding_top_typ_2 {
    padding-top: 0px;
    text-align: center;
  }

  .padding_top_typ_2 a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1px;
    padding-right: 1px;    
  }

  .grid_2.padding_top_typ_2 {
    margin-bottom: 0px;
  }

  .grid_2.text-2.semibold.uppercase.color-5-href {
    text-align: center;
    margin-bottom: 0px;
  }


  #language_print:focus  #language {
    opacity: 1;
    top: 34px;
    z-index: 10000;

    transition:0.3s all;
    -webkit-transition:0.3s all;
    -moz-transition:0.35s all;
    -o-transition:0.3s all;
    -ms-transition:0.3s all;
  }

  #language_print:focus:before, #language_print:focus:after {
    border: 0px !important;
    border-color: #000;
  }

  #search input[type="text"] {
      font-size: 28px;
  }

  #rotate_product {
    display: none;
  }

  .column-2 {
      -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
      -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
      -moz-column-gap: 0px; /* Firefox */
      column-gap: 0px;
  } 
  
  #map {
    height:200px; 
  }

  #up_social {
    display: none;
  }
}

.button_map {
  padding: 20px;
  display: inline-block;
  background-color: #082240;
  color:#FFF !important;
  font-size: 20px;
  cursor: pointer;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  border: 1px rgba(255,255,255,0.2) solid;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.button_map.red {
  background-color: #ED3024;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;  
  border-color: #ED3024;
}

.button_map.blue {
  background-color: #ED3024;
  border-color: #ED3024;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;  
}

.button_map:hover {
  background-color: #d22f23;
  color:#FFF;
  border: 1px #FFF solid;
}


.button_map.white {
  background-color: #FFF;
  border-color: #FFF;
  color: #ED3024 !important;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;  
}

.button_map.white:hover {
  background-color: #d22f23;
  color:#FFF !important;
  border: 1px #FFF solid;
}

#dl-menu {
  z-index: 100;
}



.grid_per_iner_1 {
  width: 100%;
  margin-left: 0px;
}


.grid_per_iner_2 {
  width: 50%;
  margin-left: 0px;
}


.grid_per_3 {
  width: calc(33% - 30px);
}


.grid_per_4_1 {
  width: calc(22% - 30px);

}

.grid_per_4_2 {
  width: calc(45% - 30px);
}




@media (max-width: 980px) {
  [class*="grid_per_iner"] {
      float: none;
      width: 100%;
      display: block;
  }
}

@media (max-width: 767px) {
  [class*="grid_per_iner"] {
      float: none;
      width: 100%;
      display: block;
  }
  .button_map {
    padding: 12px;
    font-size: 18px;
  }

  .grid_per_iner_2 img {
    width: 41px;
  }

}


@media (max-width: 478px) {
  [class*="grid_per"] {
      float: none;
      width: 100%;
      display: block;
  }
}

.mandatory {
  border: 1px red solid;
}

#dw .grid {
  margin-bottom: 10px;
  margin-right: 2%;
  padding: 10px 15px;
  display: inline-block;
  border: 1px #e5e5e5 solid;
  width: 42%;
  background-image: url('../image/download_1.png');
  background-repeat: no-repeat;
  background-position: 96% center;
}

#dw .grid:hover {
  border: 1px #cdcdcd solid;
  background-color: #f4f4f4;
}
#dw .grid A:hover {
  color: #2e2e2e;
}

#dw .font-lato {
  font-size: 0.8em;
  display: block;
  color: #8c8c8c;
}

#dw H4 {
  margin-top: 20px;
  margin-bottom: 4px;
}


@media (max-width: 768px) {
  #dw .grid {
    margin-right: 0px;
    width: 100%;
  }
}


.gallery_product {
  display: flex;
  justify-content: center;
}

.gallery_product DIV {
  width: 25%;
  padding: 4px;
}

@media (max-width: 767px) {
  .gallery_product DIV {
    width: 50%;
    padding: 2px;
  }  
}

.gallery_product DIV IMG {
  border: 1px #e5e5e5 solid;
  cursor: pointer;
}
.gallery_product DIV IMG.selected {
  pointer-events: none;
}

.gallery_product DIV IMG.selected, .gallery_product DIV IMG:hover {
  border-color: #909090;
}

