/***************
* Collect LESS *
****************/
/* ******************* Paths ******************** */
/* ******************* Colors ******************* */
:root {
  --widthNavCanvas: 60vw;
}
@media (max-width: 567px) {
  :root {
    --widthNavCanvas: 85w;
  }
}
/* ******************* Mixins ******************* */
/* ******************* Fonts ******************** */
/* ******************* Template Classes ******************** */
.pl-20 {
  padding-left: 20px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .h1,
#content .h2,
#content .h3,
#content .h4,
#content .h5,
#content .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00628F;
  letter-spacing: 0.03em;
}
#content h1 > a,
#content h2 > a,
#content h3 > a,
#content h4 > a,
#content h5 > a,
#content h6 > a,
#content .h1 > a,
#content .h2 > a,
#content .h3 > a,
#content .h4 > a,
#content .h5 > a,
#content .h6 > a {
  color: #00628F;
}
#content .h1,
#content .h2,
#content .h3,
#content .h4,
#content .h5,
#content .h6 {
  display: block;
}
#content h1,
#content .h1 {
  font-weight: 300;
}
#content h1,
#content .h1,
#content h2,
#content .h2 {
  font-weight: 300;
  font-size: 30px;
}
#content h3,
#content .h3,
#content h4,
#content .h4 {
  font-weight: 300;
  font-size: 28px;
}
#content h5,
#content .h5 {
  font-weight: 300;
  font-size: 24px;
}
#content h6,
#content .h6 {
  font-weight: 300;
  font-size: 20px;
}
b,
strong {
  font-weight: 300;
  color: #37484F;
  letter-spacing: 0.03em;
}
/* ***************** */
/* ***************** */
/* ***************** */
/* ***************** */
/* ***************** */
/* ***************** */
/* start page design */
.start_grid {
  overflow: hidden;
  margin: 60px 0;
}
.start_grid .start_grid_img_1 {
  margin: 0 20px 20px 0;
  width: 100%;
  right: -150px;
  height: 500px;
  float: none;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
}
.start_grid .start_grid_img_1 img {
  vertical-align: middle;
  transform: scale(1);
  transition-duration: 0.5s;
}
.start_grid .start_grid_img_1:hover {
  box-shadow: -7.5px 7.5px 30px rgba(0, 0, 0, 0.3);
}
.start_grid .start_grid_img_1:hover img {
  transform: scale(1.05);
}
.start_grid .start_grid_img_2 {
  margin-bottom: 20px;
  width: 100%;
  right: 250px;
  height: 450px;
  float: none;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
}
.start_grid .start_grid_img_2 img {
  vertical-align: middle;
  transform: scale(1);
  transition-duration: 0.5s;
}
.start_grid .start_grid_img_2:hover {
  box-shadow: 7.5px 7.5px 30px rgba(0, 0, 0, 0.3);
}
.start_grid .start_grid_img_2:hover img {
  transform: scale(1.05);
}
.start_grid .start_grid_text {
  width: 60%;
  position: absolute;
  top: 15px;
  z-index: 100;
  vertical-align: middle;
  background: #00628e;
}
.start_grid .start_grid_text h6,
.start_grid .start_grid_text h5,
.start_grid .start_grid_text h4,
.start_grid .start_grid_text h3,
.start_grid .start_grid_text h2,
.start_grid .start_grid_text h1 {
  text-transform: uppercase;
  color: #ffffff !important;
  margin-left: 15px;
}
.start_grid .start_grid_text ul,
.start_grid .start_grid_text li,
.start_grid .start_grid_text a,
.start_grid .start_grid_text p {
  color: #eeeeee !important;
  margin-left: 15px;
}
/* ***************** */
/* ***************** */
.start_grid_absolute {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 100%;
  padding: 0 30px;
}
.start_grid_absolute .start_grid_box_3 {
  background: #dcd8cc;
  width: 450px;
  position: relative;
  float: right;
  z-index: 900;
  padding: 10px;
}
.start_grid_absolute .start_grid_box_3 h6,
.start_grid_absolute .start_grid_box_3 h5,
.start_grid_absolute .start_grid_box_3 h4,
.start_grid_absolute .start_grid_box_3 h3,
.start_grid_absolute .start_grid_box_3 h2,
.start_grid_absolute .start_grid_box_3 h1 {
  text-transform: uppercase;
  margin-left: 15px;
  color: #004C91 !important;
}
.start_grid_absolute .start_grid_box_3 ul,
.start_grid_absolute .start_grid_box_3 li,
.start_grid_absolute .start_grid_box_3 p {
  margin-left: 15px;
  color: #004C91 !important;
}
.start_grid_absolute .start_grid_box_3 a {
  margin-left: 15px;
  color: #004C91 !important;
  text-decoration: underline !important;
}
/* ***************** */
/* ***************** */
.start_grid_box_1 {
  background: #004C91;
  height: 250px;
  padding: 10px;
  overflow: hidden;
  transition-duration: 0.5s;
  border: 5px solid #ffffff;
}
.start_grid_box_1:hover {
  transform: translateY(-22px);
}
.start_grid_box_1 h6,
.start_grid_box_1 h5,
.start_grid_box_1 h4,
.start_grid_box_1 h3,
.start_grid_box_1 h2,
.start_grid_box_1 h1 {
  text-transform: uppercase;
  margin-left: 5px;
  color: #ffffff !important;
}
.start_grid_box_1 ul,
.start_grid_box_1 li,
.start_grid_box_1 p {
  margin-left: 5px;
  color: #ffffff !important;
}
.start_grid_box_1 a {
  margin-left: 5px;
  color: #ffffff !important;
  text-decoration: underline !important;
}
.start_grid_box_2 {
  background: #dcd8cc;
  height: 250px;
  width: 345px;
  padding: 10px;
  overflow: hidden;
  transition-duration: 0.5s;
}
.start_grid_box_2:hover {
  transform: scale(0.975);
  box-shadow: 7.5px 7.5px 20px rgba(0, 0, 0, 0.15);
}
.start_grid_box_2 h6,
.start_grid_box_2 h5,
.start_grid_box_2 h4,
.start_grid_box_2 h3,
.start_grid_box_2 h2,
.start_grid_box_2 h1 {
  text-transform: uppercase;
  margin-left: 15px;
  color: #004C91 !important;
}
.start_grid_box_2 ul,
.start_grid_box_2 li,
.start_grid_box_2 p {
  margin-left: 15px;
  color: #004C91 !important;
}
.start_grid_box_2 a {
  margin-left: 15px;
  color: #004C91 !important;
  text-decoration: underline !important;
}
.start_grid_lose_text {
  position: absolute;
  top: -70px;
  width: 100%;
}
.start_grid_lose_text:hover .start_grid_lose_line {
  transition-duration: 0.5s;
  width: 100% !important;
}
.start_grid_lose_text .start_grid_lose_line {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #00628F;
  width: 20%;
}
.start_grid_lose_text h6,
.start_grid_lose_text h5,
.start_grid_lose_text h4,
.start_grid_lose_text h3,
.start_grid_lose_text h2,
.start_grid_lose_text h1,
.start_grid_lose_text ul,
.start_grid_lose_text li,
.start_grid_lose_text p {
  text-transform: uppercase;
  margin-left: 15px;
}
.start_grid_lose_text ul,
.start_grid_lose_text li,
.start_grid_lose_text a,
.start_grid_lose_text p {
  padding-left: 20px;
  text-transform: uppercase;
  margin-left: 15px;
}
.start_grid_end {
  display: flex;
  justify-content: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-center-important {
  display: flex !important;
  justify-content: center !important;
}
small,
.small {
  font-size: 0.7em;
  line-height: 0.5em;
}
/*
b, strong {
  font-weight: 300 !important;
  color: @laqua;
  letter-spacing: 0.01em;
}
*/
.last-change {
  display: none;
}
.cleaner {
  clear: both;
  height: 1px;
  line-height: 1px;
}
a {
  cursor: pointer;
  outline-width: 0;
  text-decoration: none;
  color: #37484F;
}
p {
  padding: 0;
  margin: 10px 0;
  color: #37484F;
}
hr {
  border-top: 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.6);
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.m-auto {
  margin: auto;
}
.error label {
  color: #00628F;
}
.error input {
  border: 1px solid #00628F;
  background: rgba(0, 98, 143, 0.1);
}
html {
  position: relative;
  min-height: 100%;
}
body {
  scrollbar-gutter: stable both-edges;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: #37484F;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  overflow-x: hidden;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  width: 100vw;
}
body.phone,
body.tablet {
  margin: 0;
  height: auto;
}
body a {
  color: #00628F;
  cursor: pointer;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: auto;
  width: 100vw;
  padding: 10px 5px 0 5px !important;
  margin-left: 0;
  background: #ffffff;
}
#header .container {
  padding-right: 0;
}
#header .header-border {
  background: #cecece;
  padding-bottom: 1px;
  width: 100%;
  transform: scale(1.1);
  position: relative;
  top: -0.25px;
}
#header .logo a {
  display: block;
  padding-top: 8px;
}
#header .navbar {
  border-radius: 0;
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  /*
    .search {
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      padding: 0;
      #wishlist_col {
        button {
          display: block;
          height: 30px;
          width: 35px;
          text-align: center;
          color: @text;
          margin-top: 32px;
          margin-left: 2px;
          #bCounter {
            position: absolute;
            z-index: 100;
            font-size: 0.9em;
            color: @blue;
            text-shadow: -0.05em 0.05em 0 @white;
            margin-top: -8px;
            margin-left: -3px;
          }
        }
      }
    #search_col {
      a{
        display: block;
        height: 30px;
        width: 35px;
        text-align: center;
        color: @text;
        margin-top: 25px;
        margin-left: 2px;
        padding-top: 5px;
      }
    }
    }
    */
}
#header .navbar::before {
  display: none;
}
#header .navbar::after {
  display: none;
}
@media (min-width: 992px) {
  #header .navbar {
    display: flex;
    justify-content: space-between;
  }
}
#header .navbar .row {
  margin-right: 0;
  margin-left: 0;
}
#header .navbar .navbar-brand {
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  width: 302px;
}
#header .navbar .navbar-brand img {
  max-width: 100%;
  /* padding-left: 5px; */
}
#header .navbar .navbar-offcanvas {
  margin-top: 15px;
  max-width: 60vw;
}
@media (min-width: 992px) {
  #header .navbar .navbar-offcanvas {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  #header .navbar .navbar-offcanvas {
    left: -60vw;
  }
}
@media (max-width: 576px) {
  #header .navbar .navbar-offcanvas {
    max-width: 85vw;
    left: -85vw;
  }
}
#header .navbar .navbar-offcanvas .main-nav {
  min-width: 100%;
}
#header .navbar .navbar-offcanvas .main-nav > ul {
  width: auto;
  float: right;
  margin-right: calc(4.9% + 9px);
  display: flex;
  flex-wrap: nowrap;
}
#header .navbar .navbar-offcanvas .main-nav > ul li a {
  color: #222222;
  transition-duration: 0.3s;
}
#header .navbar .navbar-offcanvas .main-nav > ul li a:hover {
  color: #00628F;
  background: transparent;
}
#header .navbar .navbar-offcanvas .main-nav > ul li a.active {
  color: #00628F;
  background: transparent;
}
#header .navbar .navbar-offcanvas .main-nav > ul li.selected > a {
  color: #00628F;
}
#header .navbar .navbar-offcanvas .row .main-nav .main-nav-wrapper .navbar-nav #cat-2 {
  display: none;
}
@media (max-width: 991px) {
  #header .navbar .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(60vw) !important;
  }
}
@media (max-width: 576px) {
  #header .navbar .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(85vw) !important;
  }
}
#header .sub-nav {
  background: #f6f6f6;
  margin: 15px 0 0 -5px;
  padding: 0 0 0 5px;
  width: 100vw;
}
#header .sub-nav a {
  display: inline-block;
  color: #222222;
  font-size: 1em;
  padding: 20px 10px;
}
#header .sub-nav a:last-child {
  padding: 20px 20px 20px 10px;
}
#header .sub-nav a:hover,
#header .sub-nav a.active,
#header .sub-nav a.selected {
  color: #00628F;
  text-decoration: none;
}
.head-image {
  margin-top: 94px;
  margin-bottom: 25px;
}
.head-image.mt-plus {
  margin-top: 154px;
}
#theme {
  margin-top: 94px;
}
#theme .vid-wrapper {
  margin-top: -188px;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}
#theme .vid-wrapper #sbczVideo {
  min-width: 100vw;
  height: auto;
  opacity: 0.8;
  /*
      filter: grayscale(80%);
      transition: all 0.5s ease-in-out;
       */
}
#theme .vid-wrapper #sbczVideo:hover {
  opacity: 1;
  filter: grayscale(0%);
}
#theme #notice .notice-item {
  position: relative;
}
#theme #notice .notice-item img {
  width: 100%;
  opacity: 0.85;
  transition: all 0.5s ease-in-out;
}
#theme #notice .notice-item:hover img {
  opacity: 1;
}
#theme #notice .notice-item > .notice-overlay-text {
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 500;
  display: inline-block;
  width: auto;
}
#theme #notice .notice-item > .notice-overlay-text span {
  display: block;
  padding: 3px 5px;
  background: #f6f6f6;
  color: #000000;
}
#theme #notice .notice-item > .notice-overlay-text span a {
  color: #000000;
}
.nav > li > a {
  padding: 10px !important;
  background: #ffffff !important;
}
.nav > li .dropit {
  display: none !important;
}
.nav.navbar-nav {
  margin-top: 3px;
}
.sub-nav {
  display: none !important;
}
.cat_level_0 {
  height: 60px;
  top: 1px;
  font-size: 1.15em;
}
@media (min-width: 990px) {
  .cat_level_0:hover > .dropmenu {
    display: block !important;
  }
}
.dropmenu {
  z-index: 999;
  display: none;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: none;
  opacity: 100%;
  text-align: left;
  position: absolute;
  list-style: none;
  min-width: fit-content;
  width: 120%;
  background: #d84c59;
  margin-top: 19.5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 5px 0;
  animation-duration: 0ms;
  animation-name: openmenu;
}
.dropmenu.close {
  display: none;
}
.dropmenu:hover {
  opacity: 100%;
}
.dropmenu li {
  transition-duration: 0.3s;
}
.dropmenu li a {
  color: #ffffff;
  text-underline: none !important;
  text-decoration: none !important;
  white-space: nowrap;
  width: 100% !important;
  font-weight: lighter;
  font-size: 1.15em;
  padding: 3px 20px;
  background: transparent;
  transition-duration: 0.3s;
}
.dropmenu li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.dropmenu .cdsOverlayUl {
  list-style-type: none;
  padding: 0;
}
.dropmenu .cdsOverlayUl a {
  text-transform: none;
}
.cdsLanguageLink {
  float: left;
  transform: scale(0.8);
  height: 30px;
  width: 35px;
  text-align: center;
  color: #222222;
  margin-top: 25px;
  margin-right: 5px;
}
#cat-30 {
  display: none;
}
.cat_level_1 .caret {
  display: none;
}
.sidebar_layout1 li:is(#cat-13,#cat-14,#cat-15,#cat-71).active > a:first-child {
  color: #ffffff !important;
}
.sidebar_layout1 li:is(#cat-13,#cat-14,#cat-15,#cat-71) > a:first-child:hover {
  color: #ffffff !important;
}
.sidebar_layout1 li#cat-13 > a:first-child {
  background-color: rgba(216, 76, 89, 0.15);
}
.sidebar_layout1 li#cat-13.active > a:first-child,
.sidebar_layout1 li#cat-13 > a:first-child:hover {
  background-color: #888888;
}
.sidebar_layout1 li#cat-14 > a:first-child {
  background-color: rgba(207, 150, 103, 0.15);
}
.sidebar_layout1 li#cat-14.active > a:first-child,
.sidebar_layout1 li#cat-14 > a:first-child:hover {
  background-color: #cf9667;
}
.sidebar_layout1 li#cat-15 > a:first-child {
  background-color: rgba(62, 155, 94, 0.15);
}
.sidebar_layout1 li#cat-15.active > a:first-child,
.sidebar_layout1 li#cat-15 > a:first-child:hover {
  background-color: #3e9b5e;
}
.sidebar_layout1 li#cat-71 > a:first-child {
  background-color: rgba(0, 98, 142, 0.15);
}
.sidebar_layout1 li#cat-71.active > a:first-child,
.sidebar_layout1 li#cat-71 > a:first-child:hover {
  background-color: #00628e;
}
#content {
  padding: 0 0 10px 0 !important;
  margin-right: 0;
  margin-bottom: 20px !important;
  margin-left: 0;
  /*
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  .fontText(normal);
  margin-top: 10px;
  margin-bottom: 10px;

  color: @blue;

  > a {
    color: @blue;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}
h1, .h1 {
  font-weight: 500;
  letter-spacing: 0;
  color: @laqua; //@black
}
h1, .h1, h2, .h2 {
  font-size: 30px;
}
h3, .h3, h4, .h4 {
  font-size: 28px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 20px;
}
*/
}
#content.content-box {
  margin-top: 94px;
}
#content.wsnav {
  margin-top: 120px;
}
#content.cutit {
  margin-top: 0;
}
#content .ctpl {
  padding: 10px 20px;
}
#content .ctpl:first-child {
  padding: 0 20px 10px 20px;
}
#content .ctpl-img-ev {
  padding: 0;
  border-top: 40px solid #fff;
  margin-left: -40px;
  margin-right: -40px;
}
#content .ctpl-img-ev:first-child {
  border-top: 0;
}
#content .ctpl-img-ev img {
  width: 100%;
  height: auto;
}
#content .content-segment > p:first-child {
  padding-top: 0;
  margin-top: 0;
}
#content .mat-over {
  margin-left: 15px;
  margin-right: 15px;
}
#content hr {
  margin-left: 15px;
  margin-right: 15px;
}
#content hr.hiddenhr {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  height: 46px;
  background: white;
}
#content ul {
  padding: 0;
  margin: 0.5em 1em;
  list-style-type: square;
}
#content ul li {
  padding: 2px 0.5em;
}
#content ol {
  padding: 0;
  margin: 0.5em 1.5em;
  list-style-type: decimal;
}
#content ol li {
  padding: 2px 0.5em;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content img.img-left {
  float: left;
  margin: 0 15px 15px 0;
}
#content img.img-right {
  float: right;
  margin: 0 0 15px 15px;
}
#content .galleryCont a {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
}
#content .galleryCont a img {
  box-shadow: 0 0 10px -6px #000000;
  padding: 3px;
}
#content a,
#content a:visited {
  text-decoration: underline;
  color: #37484F;
}
#content a:hover,
#content a:visited:hover {
  color: #00628F;
}
#content a.btn {
  text-decoration: none;
}
#content a.btn:hover {
  color: #222222;
}
#content .blue {
  color: #00628F;
}
#content .bg-lrey {
  background: #f6f6f6;
  color: #222222;
}
#content .bg-lrey a,
#content .bg-lrey a:visited {
  color: #222222;
}
#content a[name] {
  position: absolute;
  top: -150px;
}
#content #accordion {
  width: 100%;
}
#content .panel {
  border-radius: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
}
#content .panel-collapse .panel {
  border-width: 0 0 1px 0 !important;
  border-color: #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#content .panel-collapse .panel:last-child {
  border-width: 0 0 0 0 !important;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#content .panel-heading {
  background-color: #ffffff !important;
  padding: 0;
}
#content .panel-heading .h6,
#content .panel-heading h6,
#content .panel-heading .h4,
#content .panel-heading h4 {
  padding: 0;
  margin: 0;
  border-width: 0 !important;
}
#content .panel-heading .h6 a,
#content .panel-heading h6 a,
#content .panel-heading .h4 a,
#content .panel-heading h4 a {
  display: block;
  padding: 10px 10px 10px 60px;
  border: 1px solid #e7e7e7;
  background: url('../../../img/custom/trigger.png') no-repeat 0 -45px;
  color: #37484F;
}
#content .panel-heading .h6 a.collapsed,
#content .panel-heading h6 a.collapsed,
#content .panel-heading .h4 a.collapsed,
#content .panel-heading h4 a.collapsed {
  border-color: #e7e7e7;
  background-position: 0 -2px;
  color: #555555;
}
#content .panel-heading .h6 a:hover,
#content .panel-heading h6 a:hover,
#content .panel-heading .h4 a:hover,
#content .panel-heading h4 a:hover {
  color: #37484F;
}
#content .alert {
  margin-top: 10px;
}
#content .alert .alert-info {
  background-color: rgba(0, 0, 0, 0.2);
  color: #37484F;
  border: none;
  border-radius: 0;
}
#content .nav-tabs {
  margin: 0;
  padding: 0 5px 0.1% 5px;
  border-bottom: 1px solid #CED7DB;
}
#content .nav-tabs li {
  padding: 0;
  margin-right: 10px;
}
#content .nav-tabs li:last-child {
  margin-right: 0;
}
#content .nav-tabs li a {
  display: block;
  text-align: center;
  margin: 0 15px!important;
  border-width: 0 0 3px 0!important;
  border-style: solid;
  border-color: transparent!important;
  text-transform: none;
  font-size: 1em;
  background: transparent;
}
#content .nav-tabs li.active a,
#content .nav-tabs li.active a:hover {
  border-color: #CED7DB !important;
  background-color: transparent !important;
  color: #37484F !important;
}
#content .tab-content {
  margin-top: -1px;
  padding: 1em 0;
  border: 0;
}
#content .btn.btn-primary,
#content .btn.btn-primary:visited {
  color: #fff;
  background-color: #37484F;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
#content .btn.btn-primary:hover,
#content .btn.btn-primary:visited:hover {
  color: #37484F;
  background-color: #CED7DB;
}
#content .btn.btn-default {
  color: #37484F;
  background-color: #CED7DB;
  border: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
#content .btn.btn-default:hover {
  background-color: #ECF0F1;
}
#content .bg-white {
  background: white;
  padding: 20px 0;
}
#content .bg-white .bgcoloblue {
  background: #f6f6f6;
}
#content input,
#content textarea {
  width: 100%;
  padding: 5px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #37484F;
  background: #fcfcfc;
  margin-bottom: 3px;
  border-radius: 0;
}
#content input[type=radio],
#content input[type=checkbox] {
  width: auto;
  margin-right: 1em;
}
#content .fb_standard {
  background: transparent none;
}
#content .fb_standard tr th {
  border-width: 0;
}
#content .fb_standard tr.hover td,
#content .fb_standard tr.hover td:first-child {
  background-color: transparent;
  color: inherit;
}
#content .fb_standard tr td {
  border-width: 0;
}
#content .fb_standard tr td label {
  display: inline-block;
  color: #3d72a7;
  font-weight: 300;
}
#content .fb_standard tr td sup {
  color: #0A5095;
}
#content .fb_standard tr td input,
#content .fb_standard tr td textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ededed !important;
  background: #fcfcfc;
  transition: all 0.5s ease-in-out;
}
#content .fb_standard tr td input[type=radio]:focus,
#content .fb_standard tr td input[type=checkbox]:focus,
#content .fb_standard tr td input:focus,
#content .fb_standard tr td textarea:focus {
  box-shadow: 0 0 3px -1px #0A5095 !important;
  outline: 0;
}
#content .fb_standard tr td input[type=radio],
#content .fb_standard tr td input[type=checkbox] {
  width: auto;
  padding: 5px;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
#content .fb_standard tr td input[type=submit] {
  color: #ffffff;
  background-color: #3d72a7;
}
#content .captcha_notvalid {
  padding: 0.5em;
  color: rgba(255, 0, 0, 0.4);
}
#content .captcha_notvalid br {
  display: none;
}
#content .captcha_notvalid,
#content button[type=reset],
#content input[type=reset],
#content input[type=submit],
#content button,
#content input[type=submit] {
  width: auto;
  padding: 5px 10px 4px 10px;
  border: 0;
  background-color: #e8e8ea;
}
#content .captcha_notvalid:hover,
#content button[type=reset]:hover,
#content input[type=reset]:hover,
#content input[type=submit]:hover,
#content button:hover,
#content input[type=submit]:hover {
  color: #3d72a7;
}
#content .txt-link {
  padding: 1px 3px;
  margin: 2px 0;
  background: transparent;
  font-size: 0.9em;
  transition: all 0.3s ease-in-out;
}
#content .txt-link:hover {
  color: #00628F;
}
#content .pagination-row {
  text-align: center;
}
#content .pagination-row ul.pagination li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
}
#content .pagination-row ul.pagination li a {
  display: block;
  border: 1px solid #CED7DB;
  color: #37484F;
  background-color: #CED7DB;
  font-size: 15px;
  padding: 4px 10px;
  border-radius: 0 !important;
  outline-width: 0;
  transition: all 0.3s ease-in-out;
}
#content .pagination-row ul.pagination li a :hover {
  color: #ffffff;
  background-color: #37484F;
  border: 1px solid #37484F;
}
#content .pagination-row ul.pagination li :hover {
  color: #ffffff;
  background-color: #37484F;
  border: 1px solid #37484F;
}
#content .pagination-row ul.pagination li.active > a,
#content .pagination-row ul.pagination li.active > a:hover {
  color: #ffffff;
  background-color: #37484F;
  border: 1px solid #37484F;
}
#content table {
  width: 100%!important;
  margin-bottom: 20px;
}
#content table tr,
#content table td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #CED7DB;
  padding: 4px 8px;
  background-color: #ffffff;
  color: #37484F;
}
#content table tr p,
#content table td p {
  padding: 0;
  margin: 0;
}
#content table tr.hover {
  background-color: #e8e8ea;
  color: #000;
}
#content table tr:last-child {
  border-width: 0 0 1px 0;
}
#content table tr:last-child td {
  border-width: 0 1px 0 0;
}
#content table tr:last-child td {
  border-width: 0 1px 0 0;
}
#content table tr:last-child td:last-child {
  border-width: 0;
}
#content .bg-blue table td,
#content .bg-dgrey table td {
  background: transparent;
  color: #fff;
}
#content #filterBtn {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 500;
  width: 100vw;
  background: #f6f6f6;
  padding: 20px 0 10px 0;
}
#content #filterBtn .filter-show {
  display: inline-block;
  margin-right: -5px;
  float: right;
  color: #222222;
  text-decoration: none;
}
#content #filterBtn .filter-show:hover {
  color: blue;
}
#content #filterBtn2 {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 500;
  width: 100vw;
  background: #f6f6f6;
  padding: 20px 0 10px 0;
}
#content #filterBtn2 .filter-show {
  display: inline-block;
  margin-right: -5px;
  float: right;
  color: #222222;
  text-decoration: none;
}
#content #filterBtn2 .filter-show:hover {
  color: blue;
}
#content #matfilter {
  position: absolute;
  display: block;
  width: 1170px;
  left: 50%;
  top: 170px;
  margin-left: -555px;
}
#content #matfilter .matsearch {
  border: 0;
  border-bottom: 1px solid #ffffff;
  margin: 0 15px;
}
#content #matfilter .matsearch input#new_product_search {
  background: transparent;
  border: 0;
  color: #ffffff;
  width: 85%;
  font-size: 1em;
  font-weight: 400;
  box-shadow: 0 0 0 transparent;
}
#content #matfilter .matsearch input#new_product_search:focus {
  box-shadow: 0 0 0 transparent;
}
#content #matfilter .matsearch input#new_product_search::placeholder {
  color: #ffffff;
  opacity: 1;
}
#content #matfilter .matsearch input#new_product_search:-ms-input-placeholder {
  color: #ffffff;
}
#content #matfilter .matsearch input#new_product_search::-ms-input-placeholder {
  color: #ffffff;
}
#content #matfilter .matsearch button {
  background: transparent;
  border: 0;
  color: #ffffff;
  width: auto;
}
#content #matfilter .dividedsearch {
  color: #ffffff;
  margin: 18px 7px;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
}
#content #matfilter .attr {
  display: block;
  width: auto;
  float: none;
  padding: 5px 0;
}
#content #matfilter .attrlist {
  display: inline-block;
  text-align: center;
  margin-top: -60px;
}
#content #matfilter .attrlist a.attrchoose {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 1em;
  padding: 5px 10px 5px 0;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
  text-align: left;
}
#content #matfilter .attrlist a.attrchoose.close:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f067';
}
#content #matfilter .attrlist a.attrchoose.open:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f068';
}
#content #matfilter .attrlist .attrBox {
  text-align: left;
  padding: 8px 8px 8px 20px;
  position: absolute;
  width: 80%;
  left: 20%;
  top: 117px;
}
#content #matfilter .attrlist .attrBox label {
  display: inline-block;
  width: 33%;
  float: left;
  color: #ffffff;
  cursor: pointer;
  font-weight: 300;
}
#content #matfilter .attrlist .attrBox label input {
  margin-right: 5px;
}
#content #matfilter #filterCls,
#content #matfilter #matundo {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
#content #comsrch,
#content #matsrch {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: none;
}
#content #filterAction {
  position: fixed;
  left: 50%;
  bottom: 2em;
  width: 100%;
  max-width: 1170px;
  text-align: right;
  margin-left: -570px;
}
#content .product-sidebar.display-over {
  position: fixed;
  width: 101vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  left: 0;
  top: 0;
}
#content .product-sidebar.display-over .closefilter {
  display: block;
  text-align: right;
}
#content #matfilterProp {
  height: auto;
}
#content #filterBbl {
  margin-bottom: 10px;
}
#content #filterBbl button {
  margin-right: 10px;
  color: #333333;
  background: #f6f6f6;
  border: 1px solid #333333;
}
#content #filterBbl button:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f057';
  font-size: 90%;
  position: relative;
  top: -1px;
  left: 6px;
}
#content .ogGalItemBody {
  margin-bottom: 30px;
  max-height: 280px;
  overflow: hidden;
}
#content .ogGalItemBody .prod-new {
  position: absolute;
  background: rgba(0, 98, 143, 0.6);
  padding: 0.8em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
#content .ogGalItemBody .prdInfoBody {
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  z-index: 200;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  line-height: 28px;
}
#content .ogGalItemBody .prdInfoBody .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 21px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
#content .ogGalItemBody .prdInfoBody button .wlStr {
  display: none;
}
#content .ogGalItemBody .prdInfoBody button:hover .wlStr {
  display: inline;
}
#content .dataTables_paginate {
  text-align: center;
}
#content .dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 1px 8px;
  margin: 0 1px;
  text-decoration: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) !important;
  transition: all 0.3s ease-in-out;
}
#content .dataTables_paginate .paginate_button:hover {
  color: #00628F !important;
}
#content .dataTables_paginate .paginate_button.current {
  color: #00628F !important;
  border-color: #00628F !important;
}
#content .dataTables_paginate .paginate_button[title=refresh] {
  display: none;
}
#content .dataTables_paginate .paginate_button_disabled {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  text-decoration: none !important;
}
#content .dataTables_paginate .paginate_button_disabled:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
}
#content .fancybox {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
#content .fancybox img {
  max-height: 250px;
  object-fit: cover;
}
#content .fancybox > .fb-overlay {
  display: block;
  position: absolute;
  z-index: 400;
  bottom: 10px;
  width: 25px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.6);
}
#content .fancybox > .fb-overlay i {
  color: #000000;
}
#content .fancybox.in_1 {
  width: 100%;
  max-height: 100%;
}
#content #prdID .prdgal .fancybox.thumbs {
  display: block;
  width: 100%;
  height: 120px;
  padding: 0;
  margin: 0;
}
#content #prdID .prdgal .fancybox.thumbs img {
  display: block;
  width: 100%;
  height: 120px;
}
#content .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#content .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-prd {
  width: 100vw;
  max-height: 100% !important;
  max-width: 100% !important;
}
.prd-button {
  padding: 7px 12px !important;
  background: rgba(215, 215, 215, 0.6) !important;
  float: right;
}
.prd-button i {
  padding-right: 5px;
}
.prd-button:hover {
  background: #00628F !important;
  color: #ffffff !important;
}
#company-o a {
  text-decoration: none;
}
#company-d > .container > .ctpl {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 0;
  padding-right: 0;
}
#prdID .prdoverview-item {
  overflow: hidden;
  height: 450px;
  border: 1px solid transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 0.3s;
  /*
    &:hover {
      .fixedlayer {
        display: block;
      }
    }
    */
}
#prdID .prdoverview-item > a {
  display: grid;
  grid-template-rows: 1.7fr 1fr;
  height: 100%;
}
#prdID .prdoverview-item > a > img {
  align-self: center;
}
#prdID .prdoverview-item .wrapper-infos .h6 {
  text-align: left;
  padding: 0 5px;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 1px;
}
#prdID .prdoverview-item .fixedlayer {
  width: calc(100% - 30px);
  padding: 5px;
  top: 280px;
  left: 15px;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
  display: block;
  border-top: 1px solid #d9d9d9;
}
#prdID .prdoverview-item .fixedlayer .fixedlayer_name {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}
#prdID .prdoverview-item .fixedlayer .fixedlayer_desc {
  text-align: left;
}
#prdID .prdoverview-item:hover {
  border: 1px solid #d9d9d9;
}
#prdID .prdnew {
  margin-left: -18px;
}
.prd-back-button {
  top: 7px;
}
.main_prd_text {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}
#content a,
#content a:visited {
  text-decoration: none;
}
.container_layout1 {
  padding: 0 !important;
}
.level_button {
  float: right;
  padding: 0 10px 0 10px !important;
  z-index: 710;
}
.level_button_arrow {
  transform: rotate(0);
  transition-duration: 0.2s;
}
.level_button_arrow.open {
  transform: rotate(180deg);
}
.main-row-col {
  justify-content: center;
  display: flex;
}
.sidebar_layout1 ul .cat_level_1 {
  list-style: none !important;
  padding-bottom: 25px !important;
  border-bottom: none !important;
}
.sidebar_layout1 ul .cat_level_1 a {
  padding: 5px 10px;
  display: block;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none !important;
  transition-duration: 0.2s;
}
.sidebar_layout1 ul .cat_level_1 a:hover {
  background: rgba(215, 215, 215, 0.6);
}
.sidebar_layout1 ul .cat_level_1 ul {
  margin: 0 !important;
}
.sidebar_layout1 ul .cat_level_1 ul .cat_level_2 {
  list-style: none !important;
  padding: 0 !important;
}
.sidebar_layout1 ul .cat_level_1 ul .cat_level_2 a {
  padding: 5px 10px 5px 30px;
  border-top: 1px solid #d9d9d9;
  font-size: 1em;
  font-weight: 300;
}
.sidebar_layout1 ul .cat_level_1 ul .cat_level_2 a:hover {
  background: rgba(215, 215, 215, 0.6);
}
.media-list {
  margin: 0;
}
.media-list li {
  padding: 0;
}
.media-list .center-cropped {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
}
.media-list .center-cropped.center-cropped-small {
  width: 64px;
  height: 64px;
}
.media-list .center-cropped img {
  width: 100%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
#hproducts img {
  max-width: 150px;
  margin-right: 15px;
}
.owl-carousel .owl-item img {
  width: 100%;
  position: relative;
  max-height: 985px;
  object-fit: cover;
}
.cds-slider-text {
  top: 45.5%;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
  text-shadow: 1px 1px 10px #000000;
  opacity: 0;
}
.owl-prev i {
  transform: scale(0.4);
}
.owl-prev i:hover {
  color: #eeeeee;
}
.owl-next i {
  transform: scale(0.4);
}
.owl-next i:hover {
  color: #eeeeee;
}
.content-segment .igw-image {
  filter: opacity(100%);
}
/*
.text-img {
  text-align: center;
  position: relative !important;
  width: auto;
  top: -165px !important;

  color: @white;
  text-shadow: 1px 1px 10px #000000;
  font-weight: bold;
}
*/
button.level_button {
  position: relative;
  top: -27px;
  right: 5px;
  background-color: transparent !important;
}
.sidebar_layout1 ul .cat_level_1 {
  border-bottom: 1px solid #d9d9d9;
}
.cat_level_1.active a.cat_level_1_text {
  background-color: rgba(215, 215, 215, 0.6);
  color: #004C91 !important;
}
.cat_level_2.active a.cat_level_2_text {
  background-color: rgba(215, 215, 215, 0.6);
  color: #004C91 !important;
}
.cat_level_3.active a.cat_level_3_text {
  background-color: rgba(215, 215, 215, 0.6);
  color: #004C91 !important;
}
.level_button_arrow {
  transform: rotate(180deg);
  transition-duration: 0.3s;
}
.level_button_arrow.open {
  transform: rotate(0deg) !important;
}
.gallery {
  width: 300px;
  height: 200px;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  transform: scale(1);
  transition-duration: 0.3s;
}
.gallery:hover {
  transform: scale(1.02);
}
.gallery-image {
  cursor: pointer;
  position: relative;
  display: block;
}
.gallery-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 200px;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  vertical-align: middle;
  line-height: 200px;
}
.gallery-text h3 {
  color: #ffffff !important;
  text-shadow: 1px 1px 10px #000000;
  display: inline-table;
  vertical-align: middle;
  line-height: 100%;
}
.breadcrumb {
  margin: 0.5em 0.5em !important;
}
.c-tpl-03 .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
}
.c-tpl-03 .col-lg-4 {
  padding-right: 5px;
  padding-left: 5px;
}
.hr_layout1 {
  display: none;
  padding-top: 35px;
}
/* ****************** Footer x***************** */
.footer {
  margin-top: 50px;
}
.footer .newsletter .row {
  padding-top: 0;
}
.footer .sponsor {
  min-height: 40px;
  padding: 5px 0 0 0;
}
.footer .sponsor:first-child {
  min-height: 5px;
  padding: 0 0 0 0;
}
.footer .sponsor a {
  display: inline-block;
  padding: 0 6px;
}
.footer .sponsor a img {
  width: 100%;
}
.footer .sponsor p {
  display: block;
  color: #ffffff;
  font-weight: 300;
  margin-top: -5px;
}
.footer .youtube {
  color: #ffffff;
  font-weight: 600;
}
.footer .youtube a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: inherit;
}
.footer .sib-container {
  padding: 20px 0 20px 0 !important;
  margin-right: -15px;
  margin-left: 15px;
}
.footer .sib-container .mandatory-email {
  width: 100%;
  background: #ffffff;
  padding: 1px!important;
}
.footer .sib-container .mandatory-email #email {
  width: 55%;
  background: #ffffff;
  border: 0;
  float: left;
  padding-left: 5px;
  height: 30px;
  font-weight: bold;
}
.footer .sib-container .mandatory-email #emailsubmit {
  width: 45%;
  height: 30px;
  padding: 0;
  background: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 0.95em;
  font-weight: normal;
}
.footer.footerfixed {
  position: relative;
  bottom: 0;
}
.footer.footerfixed.nofixed {
  position: relative;
}
.footer .linebreak {
  padding: 2px;
  background: #ffffff;
  margin-left: 60px;
  margin-right: 60px;
  display: none;
}
#back-to-top {
  width: 30px;
  height: 30px;
  padding: 0 5px;
  text-align: center;
  background: rgba(0, 98, 143, 0.8);
  color: #ffffff;
  position: fixed;
  z-index: 9999;
  bottom: 85px;
  right: 20px;
  display: none;
  transition: all 0.5s ease-in-out;
}
#back-to-top:hover {
  background: #00628f;
}
#cookie-accept {
  background: rgba(0, 98, 143, 0.8);
  color: #ffffff;
}
#cookie-accept .btn {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
}
.footer-ul {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  padding-top: 5px !important;
}
.footer-li {
  border-left: 3px solid rgba(255, 255, 255, 0.7);
  padding-left: 10px;
  width: 100%;
}
.footer-info-text {
  line-height: 0.9em;
  margin: 5px;
  padding: 2px 0 !important;
  padding-right: 10px !important;
}
.cdsOverlayButton {
  float: left;
  top: 7px;
  position: relative;
  margin-left: 10px;
  margin-right: 0;
  transform: scale(0.7);
}
.cdsOverlayButtonClose {
  color: #ffffff;
  text-decoration: none !important;
}
.cdsOverlayButtonClose:hover {
  color: #798ca0;
}
.ChangeDisplay {
  transform: scale(0);
  transition-duration: 0.2s;
}
.cdsOverlayWrapper {
  display: none;
  z-index: 1000;
  padding: 150px;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  background: rgba(32, 64, 96, 0.95);
}
.cdsOverlayWrapper .cdsOverlayContent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.cdsOverlayWrapper .cdsOverlayContent .row .cdsOverlayCol p {
  color: #ffffff;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.cdsOverlayWrapper .cdsOverlayContent .row .cdsOverlayCol .cdsOverlayUl {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cdsOverlayWrapper .cdsOverlayContent .row .cdsOverlayCol .cdsOverlayUl .cdsOverlayLi {
  padding-bottom: 5px;
}
.cdsOverlayWrapper .cdsOverlayContent .row .cdsOverlayCol .cdsOverlayUl .cdsOverlayLi a {
  text-decoration: none;
  transition-duration: 0.2s;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.cdsOverlayWrapper .cdsOverlayContent .row .cdsOverlayCol .cdsOverlayUl .cdsOverlayLi a:hover {
  color: #798ca0;
}
.tags_section {
  padding: 8px 0;
}
.tags_section .cds_tags {
  width: auto;
  display: inline-block !important;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 15px;
  margin: 5px 0 0 0;
}
.tags_section .cds_tags a {
  font-size: 15px;
}
.news-row {
  margin: 15px 0;
}
.news-row .ntpl:nth-child(2n) > .start_grid_box_1 {
  background: #DCD8CC;
}
.news-row .ntpl:nth-child(2n) > .start_grid_box_1 h4,
.news-row .ntpl:nth-child(2n) > .start_grid_box_1 p {
  color: #004c91 !important;
}
.news-row .newsButton {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: #ffffff !important;
  color: #37484F;
}
[class*="start_grid_"] .content-segment {
  padding-right: 10px;
}
#c-tpl-156 .start_grid_box_3 {
  background-color: #d84c59;
}
#c-tpl-156 .start_grid_box_3 .content-segment * {
  color: #fff !important;
}
/* ******************* Responsives ******************** */
/* Medium devices (landscape tablets, 767px and down) */
@media only screen and (max-width: 767px) {
  .cdsOverlayContent {
    width: auto;
  }
  .cdsOverlayButton {
    display: none !important;
  }
  .footer-ul {
    padding-top: 20px !important;
  }
  .dropmenu .close {
    display: none;
  }
  .cat_level_0.active {
    background: transparent !important;
  }
  .start_grid .start_grid_text {
    width: 100%;
    position: relative;
    top: 15px;
    padding: 10px;
  }
  .start_grid .start_grid_img_1 {
    left: 0;
    height: 100% !important;
  }
  .start_grid .start_grid_img_2 {
    right: 0;
    height: 100% !important;
  }
  .start_grid_box_3 {
    position: relative;
    padding: 0;
    width: 100%;
  }
  .start_grid_lose_text {
    display: none;
  }
  .prd-back-button {
    top: -42px;
  }
  .cds-slider-text {
    font-size: 25px !important;
  }
  .hr_layout1 {
    display: block;
  }
  .navbar-brand {
    padding: 0 15px;
  }
  .navbar-brand img {
    margin-top: 12px;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
  #header .navbar .navbar-offcanvas .row .main-nav .main-nav-wrapper {
    /*
              .cdsHomeLink {
                display: none;
              }
              */
  }
  #header .navbar .navbar-offcanvas .row .main-nav .main-nav-wrapper .navbar-nav {
    /*      #cat-2 {
                  display: block;
                } */
  }
  #header .navbar .navbar-offcanvas .row .main-nav .main-nav-wrapper .navbar-nav .cat_level_0 {
    /* height: 40px;
                  padding-right: 100px;*/
  }
  #header .navbar .search {
    display: none;
  }
}
/* Medium devices (landscape tablets, 767px and up) */
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 0;
  }
  #header {
    position: relative;
    height: auto;
    width: 100%;
    background: #ffffff;
  }
  #header .navbar-header {
    width: 100%;
  }
  #header .navbar-header .navbar-brand {
    width: 70%;
    margin-top: 0;
    padding-top: 0;
    float: left;
  }
  #header .navbar-header .navbar-toggle {
    width: auto;
    margin-right: 0;
    background: #fff;
    float: right;
  }
  #header #js-bootstrap-offcanvas {
    /*float: none;
      margin-top: 0;
      background: @white;
      .main-nav{
        margin: 20px 0;
        padding: 0;
        ul{
          display: block;
          width: 100%;
          padding: 0;
          margin: 0;
          li {
            a{
              display: inline-block;
              width: 80%;
              float: right;
              padding: 5px 10px;
              &.dropit {
                display: inline-block;
                float: left;
                width: 19%; } }
            ul{
              display: block;
              float: none;
              background: transparent;
              padding: 0 0 0 15px;
              li{
                margin-bottom: 2px;
                a {
                  display: block;
                  float: none;
                  width: 100%;
                  padding: 3px 25px;
                  text-align: right;
                  background: fade(@white, 60%);
                  .animate-all(0.1s);
                  text-decoration: none;
                  &:hover {
                    background: @white; } } } } } } } */
  }
  #header .sub-nav {
    display: none;
  }
  .head-image,
  #theme {
    margin-top: 0;
  }
  .head-image #notice .notice-item > .notice-overlay-text span,
  #theme #notice .notice-item > .notice-overlay-text span {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image .owl-stage .item > .overlay-text span,
  #theme .owl-stage .item > .overlay-text span {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image.mt-plus {
    margin-top: 0;
  }
  #content {
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: 0;
    margin-bottom: 50px;
  }
  #content.content-box {
    margin-top: 0;
  }
  #content.wsnav {
    margin-top: 20px;
  }
  #content #filterBtn {
    position: relative;
    top: 0;
    margin-left: -30px;
  }
  #content #filterBtn2 {
    position: relative;
    top: 0;
    margin-left: -35px;
    margin-bottom: 50px;
  }
  #content #ajaxSidebar {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: transparent;
  }
  #content #ajaxSidebar #filterAction > a {
    width: 49%;
    float: left;
    margin: 0  0 0 1%;
  }
  #content #ajaxSidebar #filterAction > a:first-child {
    margin: 0 1% 0 0;
  }
  #content #ajaxSidebar .closefilter {
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
    text-decoration: none;
  }
  #content #ajaxSidebar .closefilter:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
    font-size: 1.8em;
    color: #222222;
  }
  #content #ajaxSidebar .closefilter > img {
    display: none;
  }
  #content #ajaxSidebar button {
    width: 100%;
  }
  #content #matfilterProp {
    padding-bottom: 25px;
  }
  #content #matfilter {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 45px;
    padding: 0;
  }
  #content #matfilter .attrlist {
    float: none;
  }
  #content #matfilter .attrlist .attr .attrchoose {
    float: none;
    color: #222222;
    font-weight: 300;
  }
  #content #matfilter .attrlist .attrBox {
    text-align: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  #content #matfilter .attrlist .attrBox label {
    display: inline-block;
    width: 100%;
    float: none;
    color: #222222;
    cursor: pointer;
    font-weight: 300;
  }
  #content #matfilter #matundo {
    width: 100%;
  }
  #content #matfilter #filterAction {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  #content #matfilter #filterAction a {
    border-color: #000000;
    color: #000000;
  }
  #content .matsearch {
    border-bottom: 1px solid #000000 !important;
    width: 100%;
    margin: 0!important;
    padding: 0;
  }
  #content .matsearch input#new_product_search {
    color: #000000 !important;
    width: 80%;
  }
  #content .matsearch input#new_product_search::placeholder {
    color: #000000 !important;
    opacity: 1;
  }
  #content .matsearch input#new_product_search:-ms-input-placeholder {
    color: #000000 !important;
  }
  #content .matsearch input#new_product_search::-ms-input-placeholder {
    color: #000000 !important;
  }
  #content .matsearch button {
    color: #000000 !important;
  }
  .footer {
    position: relative;
    height: auto;
    background-color: #00628e;
    font-size: 0.8em;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
  .footer .sponsor img {
    padding: 0;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* slider mobil anzeigen*/
  .owl-carousel .owl-item img {
    aspect-ratio: 1/1;
  }
  .hr_layout1 {
    display: block;
  }
  body {
    margin-bottom: 0;
  }
  .head-image,
  #theme {
    margin-top: 0;
  }
  .head-image #notice .notice-item > .notice-overlay-text .h3,
  #theme #notice .notice-item > .notice-overlay-text .h3 {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image #notice .notice-item > .notice-overlay-text .intro,
  #theme #notice .notice-item > .notice-overlay-text .intro {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image .owl-stage .item > .overlay-text .h3,
  #theme .owl-stage .item > .overlay-text .h3 {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image .owl-stage .item > .overlay-text .intro,
  #theme .owl-stage .item > .overlay-text .intro {
    font-size: 0.8em;
    line-height: 1em;
  }
  #content {
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: 0;
    margin-bottom: 50px;
  }
  #content.wsnav {
    margin-top: 0;
  }
  #content #matfilter {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #content #matfilter .attrlist {
    display: block;
    margin: 0;
    width: 100%;
  }
  #content #matfilter .attrlist .attr {
    display: block;
    width: 100%;
    float: none;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  #content #matfilter .attrlist .showmat {
    display: block;
    width: 100%;
    float: none;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #content #matfilter #filterAction {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  #content #matfilter #filterAction a {
    display: block;
    margin: 0 0 10px 0!important;
    width: 100%!important;
    text-align: center;
    border-color: #000000;
    color: #000000;
  }
  #content .dividedsearch {
    color: #222222 !important;
    padding-left: 0!important;
    margin-left: 0!important;
  }
  .footer {
    position: relative;
    height: auto;
    background-color: #00628e;
    font-size: 0.8em;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
@media only screen and (max-width: 480px) {
  .start_grid .start_grid_img_1 {
    left: 0;
    height: auto !important;
  }
  .start_grid .start_grid_img_2 {
    right: 0;
    height: auto !important;
  }
  .footer .sib-container {
    padding: 40px 0 20px 0!important;
    margin-right: -15px;
    margin-left: 15px;
  }
  .footer .sib-container .mandatory-email {
    width: 100%;
    background: #ffffff;
    padding: 1px!important;
  }
  .footer .sib-container .mandatory-email #email {
    width: 100%;
    background: #ffffff;
    border: 0;
    float: none;
    padding-left: 5px;
    height: 30px;
    font-weight: bold;
  }
  .footer .sib-container .mandatory-email #emailsubmit {
    width: 100%;
    height: 30px;
    padding: 0;
    background: #333333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-weight: normal;
  }
  .footer-col-1 {
    display: none;
  }
  .footer-col-3 {
    display: none;
  }
}
/* Extra extra small devices (phones, 360px and down) */
@media only screen and (max-width: 360px) {
  body {
    margin-bottom: 0;
  }
  .head-image,
  #theme {
    margin-top: 0;
  }
  .footer {
    position: relative;
    height: auto;
    background-color: #00628e;
    font-size: 0.8em;
    padding: 0 15px;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .cdsOverlayContent {
    width: auto;
  }
  div.NewsImg:nth-child(3) {
    display: none;
  }
  .cdsOverlayButton {
    display: none !important;
  }
  .footer-ul {
    padding-top: 25px !important;
  }
  .dropmenu .close {
    display: none;
  }
  .cat_level_0.active {
    background: transparent !important;
  }
  .hr_layout1 {
    display: block;
  }
  .navbar-toggle {
    margin-top: 18px;
    display: block !important;
    width: auto;
    margin-right: 0;
    background: #fff;
    float: right !important;
  }
  .navbar-brand {
    width: 70% !important;
    float: left !important;
  }
  .navbar-header {
    width: 100% !important;
  }
  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .prd-back-button {
    top: -45px;
  }
  .navbar-header .navbar-brand {
    display: block;
    width: 190px;
    height: 80px;
    margin-right: 0;
    overflow: hidden;
  }
  .navbar-header .navbar-brand img {
    width: 190px;
  }
  #header {
    /*.navbar-nav {
      display: block;
      padding-left: 0; }*/
  }
  #header .sub-nav {
    /* Deppen-Script */
    position: relative;
    top: -13px;
    left: -5px;
    height: auto;
  }
}
/* Large devices (laptops/desktops, 769px and up) */
@media only screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 94px;
    width: 100%;
    background: #ffffff;
  }
  #header .logo a {
    display: block;
    padding-top: 8px;
  }
  #header .navbar-header {
    padding: 0;
  }
  #header .navbar-header .navbar-toggle {
    display: none;
    float: left;
    margin-left: -15px;
  }
  #header .navbar-header .navbar-toggle i {
    font-size: 28px;
  }
  #header .navbar-header a {
    float: right;
  }
  #header .main-nav a {
    display: inline-block;
    width: auto;
    border-bottom: 0;
  }
  #header .search {
    padding-top: 17px;
  }
  #header .search input {
    float: right;
    width: 70%;
  }
  #header .search a {
    width: 25%;
  }
  #header .sub-nav {
    position: relative;
    height: auto;
  }
  #header .head-image {
    margin-top: 94px;
  }
  #theme {
    margin-top: 94px;
  }
  #theme #notice .notice-item {
    position: relative;
  }
  #theme #notice .notice-item img {
    width: 100%;
    opacity: 0.85;
    transition: all 0.5s ease-in-out;
  }
  #theme #notice .notice-item:hover img {
    opacity: 1;
  }
  #theme #notice .notice-item > .notice-overlay-text {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 500;
    display: inline-block;
    width: auto;
  }
  #theme #notice .notice-item > .notice-overlay-text span {
    display: block;
    padding: 3px 5px;
    background: #f6f6f6;
    color: #000000;
    font-size: 1em;
  }
  #theme #notice .notice-item > .notice-overlay-text span a {
    color: #000000;
  }
  #theme #notice .owl-stage .item > .overlay-text span {
    font-size: 1em;
    line-height: 1em;
  }
  #content {
    padding: 0 0 110px 0;
    margin: 145px 0 120px 0;
  }
  #content.cutit {
    margin: 0 0 120px 0;
  }
  #content #matfilter {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #content #matfilter .attrlist {
    display: inline-block;
    margin: 0 0 0 7px;
    width: auto;
    text-align: center;
  }
  #content #matfilter .attrlist .attr {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .attr:nth-child(even) {
    float: left;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
  }
  #content #matfilter .attrlist .attr a[name]:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 150px;
    margin-top: 0px;
    visibility: visible;
  }
  #content #matfilter .attrlist .showmat {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer {
    width: 100%;
    background-color: #00628e;
    font-size: 0.8em;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1169px) {
  .navbar-header button {
    display: none;
  }
  #content #ajaxSidebar {
    left: 5px;
  }
  #content #ajaxSidebar .closefilter {
    display: block;
    height: 30px;
    text-align: right;
    text-decoration: none;
  }
  #content #ajaxSidebar .closefilter:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
    font-size: 1.8em;
    color: #fff;
  }
  #content #ajaxSidebar .closefilter > img {
    display: none;
  }
  #content #ajaxSidebar button {
    display: block;
    width: 100%;
    text-align: center;
  }
  #content #matfilter {
    position: relative;
    max-width: 100%;
    padding: 0 5em;
    margin-top: 10px;
    margin-left: 0;
    left: 0;
  }
  #content #matfilter .attrlist {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  #content #matfilter .attrlist .attr {
    display: block;
    width: 100%;
  }
  #content #matfilter .attrlist .attr:nth-child(even) {
    float: left;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-weight: 300;
  }
  #content #matfilter .attrlist .attr a[name]:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 150px;
    margin-top: 0;
    visibility: visible;
  }
  #content #matfilter .attrlist .showmat {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #content #matfilter .attrlist .attrBox {
    text-align: left;
    padding: 8px 8px 8px 12px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  #content #matfilter .attrlist .attrBox label {
    display: inline-block;
    width: 48%;
    float: left;
    color: #ffffff;
    cursor: pointer;
    font-weight: 300;
    margin-right: 1%;
  }
}
/*
@media (max-width: 1200px) {
  .nav>li {
    display: none;
  }
}
*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: auto;
    width: 100vw;
    background: #ffffff;
  }
  #header .logo a {
    display: block;
    padding-top: 8px;
  }
  #header .navbar-header {
    padding: 0;
  }
  #header .navbar-header .navbar-toggle {
    display: block;
    width: auto;
    float: left;
    margin-left: -15px;
  }
  #header .navbar-header .navbar-toggle i {
    font-size: 28px;
  }
  #header .navbar-header a {
    float: right;
  }
  #header .main-nav a {
    display: inline-block;
    width: auto;
    border-bottom: 0;
  }
  #header .sub-nav {
    position: relative;
    height: auto;
  }
  .head-image {
    margin-top: 94px;
  }
  #theme {
    margin-top: 94px;
  }
  #theme #notice .notice-item {
    position: relative;
  }
  #theme #notice .notice-item img {
    width: 100%;
    opacity: 0.85;
    transition: all 0.5s ease-in-out;
  }
  #theme #notice .notice-item:hover img {
    opacity: 1;
  }
  #theme #notice .notice-item > .notice-overlay-text {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 500;
    display: inline-block;
    width: auto;
  }
  #theme #notice .notice-item > .notice-overlay-text span {
    display: block;
    padding: 3px 5px;
    background: #f6f6f6;
    color: #000000;
    font-size: 1em;
  }
  #theme #notice .notice-item > .notice-overlay-text span a {
    color: #000000;
  }
  #theme #notice .owl-stage .item > .overlay-text span {
    font-size: 1em;
    line-height: 1em;
  }
  #content {
    padding: 0 0 110px 0;
    margin: 145px 0 120px 0;
  }
  #content.cutit {
    margin: 0 0 120px 0;
  }
  #content #matfilter {
    padding: 0;
  }
  #content #matfilter .attrlist {
    display: inline-block;
    margin: 0 0 80px 7px;
    width: auto;
    text-align: center;
  }
  #content #matfilter .attrlist .attr {
    display: block;
    width: auto;
    float: none;
    padding: 5px 0;
  }
  #content #matfilter .attrlist .attr:nth-child(even) {
    float: none;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    text-shadow: none;
    font-weight: normal;
  }
  #content #matfilter .attrlist .showmat {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer {
    width: 100%;
    background-color: #00628e;
    font-size: 0.8em;
    margin: 0;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
@media (max-width: 990px) {
  #header #js-bootstrap-offcanvas {
    float: none;
    margin-top: 0;
    background: #ffffff !important;
  }
  #header .navbar .navbar-offcanvas {
    scrollbar-gutter: stable both-edges;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: hidden auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.15s ease-in;
  }
  #header .navbar .navbar-offcanvas .row .main-nav .main-nav-wrapper .navbar-nav #cat-2 {
    display: grid;
  }
  #header .navbar .search {
    display: none;
  }
  #sidebar_layout1 {
    display: none;
  }
  .navbar-offcanvas {
    padding: 0;
    margin: 0;
  }
  .navbar-offcanvas ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: transparent;
    box-shadow: none;
  }
  .navbar-offcanvas ul li {
    display: grid;
    grid-template: "link toggle" "drop drop" / 1fr max-content;
    position: relative;
    flex-direction: column;
    height: fit-content;
    padding: 0;
    float: unset;
  }
  .navbar-offcanvas ul li .dropit {
    grid-area: toggle;
    display: flex !important;
    position: relative;
    justify-content: center;
    top: 12px;
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: rgba(0, 98, 143, 0.34) !important;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0.7rem 24px 0 18px;
  }
  .navbar-offcanvas ul li .dropit i {
    color: white;
    padding-top: 4px;
  }
  .navbar-offcanvas ul li .dropit.open {
    transform: rotate(180deg);
  }
  .navbar-offcanvas ul li a {
    grid-area: link;
    color: #00628F;
  }
  .navbar-offcanvas ul li a:not(.dropit) {
    background-color: transparent!important;
    width: 100%!important;
    padding: 2.16rem 24px !important;
  }
  .navbar-offcanvas .main-nav {
    padding: 0;
    margin: 0;
    align-items: stretch;
    justify-content: stretch !important;
    background: #fff;
  }
  .navbar-offcanvas .main-nav-wrapper {
    flex: 2;
    min-width: 100%;
  }
  .navbar-offcanvas .navbar-nav {
    margin: 0!important;
    float: unset;
  }
  .navbar-offcanvas .dropmenu {
    grid-area: drop;
    margin-top: 0;
    padding: 0!important;
    background: #fff;
  }
  .navbar-offcanvas .cat_level_0 {
    order: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .navbar-offcanvas .cat_level_0 > .dropmenu {
    width: 100%;
  }
  .navbar-offcanvas .cat_level_1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  }
  .navbar-offcanvas .cat_level_1 > a {
    border-bottom: none;
  }
  .navbar-offcanvas .cat_level_1 a:not(.dropit) {
    padding-left: 42px!important;
  }
  .navbar-offcanvas .cat_level_1 > .dropmenu {
    display: none;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.88) !important;
  }
  .navbar-offcanvas .cat_level_1 > .dropmenu.open,
  .navbar-offcanvas .cat_level_1 > .dropmenu:has(>li.active) {
    display: flex;
  }
  .navbar-offcanvas .cat_level_2 {
    background-color: #fff;
  }
  .navbar-offcanvas .cat_level_2 a:not(.dropit) {
    padding: 1.32rem 24px 1.32rem 54px !important;
  }
  .navbar-offcanvas .cat_level_2:last-child a:not(.dropit) {
    padding-bottom: 2.16rem !important;
    border-bottom-width: 3px;
  }
  .navbar-offcanvas .cat_level_1:is(#cat-13,#cat-14,#cat-15,#cat-71) > a.dropit {
    background: none!important;
    border-width: 1px;
    border-style: solid;
  }
  .navbar-offcanvas .cat_level_1:is(#cat-13,#cat-14,#cat-15,#cat-71).active .dropit {
    border-color: #fff !important;
  }
  .navbar-offcanvas .cat_level_1:is(#cat-13,#cat-14,#cat-15,#cat-71).active .dropit i {
    color: #fff !important;
  }
  .navbar-offcanvas .cat_level_1#cat-13 {
    background-color: rgba(216, 76, 89, 0.15) !important;
  }
  .navbar-offcanvas .cat_level_1#cat-13.active {
    background-color: #888888 !important;
  }
  .navbar-offcanvas .cat_level_1#cat-13.active > a:first-child,
  .navbar-offcanvas .cat_level_1#cat-13 > a:first-child:hover {
    background-color: #888888 !important;
    color: white;
  }
  .navbar-offcanvas .cat_level_1#cat-13 .dropit {
    border-color: #888888;
  }
  .navbar-offcanvas .cat_level_1#cat-13 .dropit i {
    color: #888888;
  }
  .navbar-offcanvas .cat_level_1#cat-13 .cat_level_2 a {
    background-color: rgba(216, 76, 89, 0.15) !important;
  }
  .navbar-offcanvas .cat_level_1#cat-14 {
    background-color: rgba(207, 150, 103, 0.15) !important;
  }
  .navbar-offcanvas .cat_level_1#cat-14.active {
    background-color: #cf9667 !important;
  }
  .navbar-offcanvas .cat_level_1#cat-14.active > a:first-child,
  .navbar-offcanvas .cat_level_1#cat-14 > a:first-child:hover {
    background-color: #cf9667 !important;
    color: white;
  }
  .navbar-offcanvas .cat_level_1#cat-14 .dropit {
    border-color: #cf9667;
  }
  .navbar-offcanvas .cat_level_1#cat-14 .dropit i {
    color: #cf9667;
  }
  .navbar-offcanvas .cat_level_1#cat-14 .cat_level_2 a {
    background-color: rgba(207, 150, 103, 0.15) !important;
  }
  .navbar-offcanvas .cat_level_1#cat-15 {
    background-color: rgba(62, 155, 94, 0.15) !important;
  }
  .navbar-offcanvas .cat_level_1#cat-15.active {
    background-color: #3e9b5e !important;
  }
  .navbar-offcanvas .cat_level_1#cat-15.active > a:first-child,
  .navbar-offcanvas .cat_level_1#cat-15 > a:first-child:hover {
    background-color: #3e9b5e !important;
    color: white;
  }
  .navbar-offcanvas .cat_level_1#cat-15 .dropit {
    border-color: #3e9b5e;
  }
  .navbar-offcanvas .cat_level_1#cat-15 .dropit i {
    color: #3e9b5e;
  }
  .navbar-offcanvas .cat_level_1#cat-15 .cat_level_2 a {
    background-color: rgba(62, 155, 94, 0.15) !important;
  }
  .navbar-offcanvas .cat_level_1#cat-71 {
    background-color: rgba(0, 98, 142, 0.15) !important;
  }
  .navbar-offcanvas .cat_level_1#cat-71.active {
    background-color: #00628e !important;
  }
  .navbar-offcanvas .cat_level_1#cat-71.active > a:first-child,
  .navbar-offcanvas .cat_level_1#cat-71 > a:first-child:hover {
    background-color: #00628e !important;
    color: white;
  }
  .navbar-offcanvas .cat_level_1#cat-71 .dropit {
    border-color: #00628e;
  }
  .navbar-offcanvas .cat_level_1#cat-71 .dropit i {
    color: #00628e;
  }
  .navbar-offcanvas .cat_level_1#cat-71 .cat_level_2 a {
    background-color: rgba(0, 98, 142, 0.15) !important;
  }
  .navbar-offcanvas :is(.cat_level_0, .cat_level_1) > .dropmenu.show {
    display: flex !important;
  }
  .navbar-offcanvas :is(.cat_level_0, .cat_level_1).active > a:not(.dropit) {
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.88);
  }
  .navbar-offcanvas :is(.cat_level_0, .cat_level_1).active .dropit {
    background: #00628F !important;
    opacity: 1;
    transform: rotate(180deg);
  }
  .navbar-offcanvas :is(.cat_level_0, .cat_level_1).active .dropit i {
    color: #fff;
  }
  .navbar-offcanvas :is(.cat_level_0, .cat_level_1).active > .dropmenu {
    display: flex !important;
  }
  .navbar-offcanvas :is(.cat_level_1).active > a:not(.dropit) {
    border-bottom: none!important;
  }
  .navbar-offcanvas :is(.cat_level_2) a {
    white-space: normal;
    font-weight: 400!important;
  }
  .navbar-offcanvas :is(.cat_level_2).active a {
    font-weight: 700!important;
  }
  .navbar-offcanvas #langMenu {
    order: 0;
    display: flex !important;
    flex-direction: row;
    gap: 1.5ch;
    padding-top: 2rem;
    padding-bottom: 3.3rem;
  }
  .navbar-offcanvas #langMenu .dropit {
    display: none!important;
  }
  .navbar-offcanvas #langMenu a {
    flex: 0;
  }
  .navbar-offcanvas #langMenu ul {
    display: contents!important;
    background: transparent;
  }
  .navbar-offcanvas #langMenu ul li {
    color: #00628F;
  }
  .navbar-offcanvas #langMenu ul li a {
    color: #00628F;
    text-transform: uppercase;
    font-weight: 300;
  }
  .navbar-offcanvas #langMenu #dropUL_Lang > li {
    display: contents!important;
  }
  .navbar-offcanvas #langMenu #dropUL_Lang .cdsOverlayLi {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-offcanvas #langMenu #dropUL_Lang .cdsOverlayLi a {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .navbar-offcanvas #langMenu .clearfix {
    display: none;
  }
}
@media (max-width: 576px) {
  #header .navbar-header .navbar-toggle {
    margin-right: -15px;
  }
}
@media (max-width: 575px) {
  .start_grid {
    padding: 0;
    position: relative;
  }
  .start_grid .start_grid_img_1 {
    margin: 0;
  }
  .start_grid .start_grid_absolute {
    position: relative;
    top: 0;
    right: unset;
    margin-top: -6rem;
    padding: 0;
  }
  .start_grid .start_grid_absolute .start_grid_box_3 {
    float: unset;
    width: 100%;
  }
  .start_grid .start_grid_absolute .content-segment > * {
    margin-left: 0!important;
  }
}
@media (min-width: 992px) {
  #header .navbar .navbar-offcanvas .main-nav {
    padding-right: 0;
    padding-left: 0;
  }
}
/****** WISHLIST ****

 */
#wishlist_col {
  margin-top: -7px;
}
.btn-wishlist {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 0;
  background: #ffffff;
}
.btn-wishlist:hover {
  color: #00628F;
  background: #ffffff;
}
.btn-wishlist .badge {
  width: 18px;
  height: 18px;
  padding: 3px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -6px;
}
#wishlist {
  position: relative;
  float: right;
  z-index: 1040;
  margin: 0;
}
#wishlist #wishlist_content {
  width: 200px;
  position: absolute;
  overflow: hidden;
  display: none;
}
#wishlist .media-body {
  display: inline-block;
}
#wishlist ul {
  padding: 0;
}
#wishlist li {
  display: table;
  color: #222222;
  background: #666666;
  width: 100%;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#wishlist li > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 13px;
}
#wishlist li .wishlist-item-img,
#wishlist li .wishlist-item-delete {
  font-size: 24px;
  text-align: center;
  color: #222222;
  background-color: #f6f6f6;
}
#wishlist li .wishlist-item-img i,
#wishlist li .wishlist-item-delete i {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 24px;
}
#wishlist li.wishlist-title .wishlist-item-img {
  font-size: 18px;
}
#wishlist li .wishlist-item-content {
  font-size: 12px;
  width: 100%;
  color: #ffffff;
  line-height: 1.2;
}
#wishlist li .wishlist-item-content a {
  color: #ffffff;
}
#wishlist li.wishlist-item {
  width: 250px;
}
#wishlist li.wishlist-item .wishlist-item-img {
  padding: 0;
}
#wishlist li.wishlist-item .wishlist-item-delete {
  padding: 0;
}
#wishlist li.wishlist-item .wishlist-item-delete a {
  display: block;
  cursor: pointer;
  padding: 13px;
}
#wishlist li.wishlist-item:hover,
#wishlist li.wishlist-item:focus {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#wishlist li.wishlist-item.with-lend {
  width: 300px;
}
#wishlist li.wishlist-item.with-lend:hover,
#wishlist li.wishlist-item.with-lend:focus {
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -o-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
#wishlist li.wishlist-submit .wishlist-item-content {
  padding: 0;
}
#wishlist li.wishlist-submit .wishlist-item-content button {
  display: block;
  padding: 13px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  color: #ffffff;
}
#wishlist li.wishlist-submit:hover,
#wishlist li.wishlist-submit:focus {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#wishlist li.wishlist-submit .wishlist-item-img i {
  width: 50px;
}
.loading:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media (min-width: 1200px) {
  #wishlist #wishlist_content {
    width: 236px;
    position: absolute;
    overflow: hidden;
  }
  #wishlist li {
    height: 64px;
    margin-left: 0px;
  }
  #wishlist li > span {
    padding: 0 16px;
  }
  #wishlist li .wishlist-item-img,
  #wishlist li .wishlist-item-delete {
    font-size: 32px;
  }
  #wishlist li .wishlist-item-img i,
  #wishlist li .wishlist-item-delete i {
    width: 32px;
  }
  #wishlist li.wishlist-title .wishlist-item-img {
    font-size: 24px;
  }
  #wishlist li .wishlist-item-content {
    font-size: 14px;
  }
  #wishlist li.wishlist-item {
    width: 300px;
  }
  #wishlist li.wishlist-item .wishlist-item-delete a {
    padding: 16px;
  }
  #wishlist li.wishlist-item .wishlist-item-delete a .fa {
    color: #666666;
  }
  #wishlist li.wishlist-item .wishlist-item-delete a:hover .fa {
    color: #00628F;
  }
  #wishlist li.wishlist-item #wishlist li.wishlist-item .wishlist-item-delete a .fa {
    color: #222;
  }
  #wishlist li.wishlist-item #wishlist li.wishlist-item .wishlist-item-delete a:hover .fa {
    color: #EF4034;
  }
  #wishlist li.wishlist-item:hover,
  #wishlist li.wishlist-item:focus {
    -webkit-transform: translate(-64px, 0);
    -moz-transform: translate(-64px, 0);
    -ms-transform: translate(-64px, 0);
    -o-transform: translate(-64px, 0);
    transform: translate(-64px, 0);
  }
  #wishlist li.wishlist-item.with-lend {
    width: 364px;
  }
  #wishlist li.wishlist-item.with-lend:hover,
  #wishlist li.wishlist-item.with-lend:focus {
    -webkit-transform: translate(-128px, 0);
    -moz-transform: translate(-128px, 0);
    -ms-transform: translate(-128px, 0);
    -o-transform: translate(-128px, 0);
    transform: translate(-128px, 0);
  }
  #wishlist li.wishlist-submit .wishlist-item-content button {
    padding: 16px;
    font-size: 14px;
    height: 64px;
  }
  #wishlist li.wishlist-submit:hover,
  #wishlist li.wishlist-submit:focus {
    -webkit-transform: translate(-64px, 0);
    -moz-transform: translate(-64px, 0);
    -ms-transform: translate(-64px, 0);
    -o-transform: translate(-64px, 0);
    transform: translate(-64px, 0);
  }
  #wishlist li.wishlist-submit .wishlist-item-img i {
    width: 64px;
  }
}
@media (max-width: 767px) {
  #wishlist #wishlist_content {
    right: 10px;
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  #wishlist #wishlist_content {
    top: 85px;
    margin-left: -160px;
  }
}
#searchLayer {
  width: calc(100% + 5px);
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
}
#searchLayer > a {
  display: inline-block;
  float: right;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
}
#searchLayer > a img {
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}
#searchLayer > a:hover img {
  opacity: 1;
}
#searchItem {
  width: 500px;
  /*! height: 80px; */
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -250px;
}
#searchItem form,
#searchItem form .form-group {
  width: 100%;
}
#searchItem form {
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}
#searchItem form input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 85%;
  float: left;
}
#searchItem form input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#searchItem form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 10%;
  float: right;
  padding: 5px 0;
  margin-top: -10px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .phone #searchItem {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    padding: 0 10%;
    margin: 0;
  }
  .phone #searchItem form {
    overflow: hidden;
  }
}
/* aus style.less entnommen */
#content .fancybox-wrap {
  background: transparent!important;
}
#content .fancybox {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  position: relative;
  width: 100%;
  border: none;
  /* PrdGal */
}
#content .fancybox img {
  width: 100%;
  height: auto;
}
#content .fancybox > .fb-overlay {
  position: absolute;
  z-index: 400;
  bottom: 0;
  padding: 0 5px;
  display: block;
  height: 25px;
  width: 25px;
  background: rgba(255, 255, 255, 0.6) url('../../../img/custom/thin-plus-sbcz.svg') center no-repeat;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  background-size: 15px;
}
#content .fancybox > .fb-overlay i:before {
  content: '';
}
#content .fancybox.in_1 img {
  width: 100%;
  max-height: 100%;
}
#content .prdgal .fancybox {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
#content .prdgal .fancybox img {
  position: absolute;
  min-height: 160px;
  width: auto;
  margin-top: -35px;
}
/***** ICON-SPRITE ERSETZEN DURCH FONT AWESOME *****/
/* mixins zur nutzung */
.fancybox-close {
  /* aus font-awesome.css */
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* /aus font-awesome.css */
  background: transparent;
  /* aus font-awesome.css */
  width: 1.28571429em;
  text-align: center;
  /* aus font-awesome.css */
  font-size: 2em;
  top: 25px;
  right: 25px;
}
.fancybox-close span {
  display: block;
  height: 40px;
  width: 40px;
  margin-top: 15px;
  margin-left: -10px;
  background: rgba(255, 255, 255, 0.6) url('../../../img/custom/thin-close-sbcz.svg') center no-repeat;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  background-size: 30px;
}
.fancybox-close span:hover {
  opacity: 1;
}
.fancybox-prev span,
.fancybox-next span {
  /* aus font-awesome.css */
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* /aus font-awesome.css */
  background: transparent;
  /* aus font-awesome.css */
  width: 1.28571429em;
  text-align: center;
  /* aus font-awesome.css */
  font-size: 2em;
  color: #f6f6f6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.fancybox-prev span:before {
  content: "\f053";
}
.fancybox-next span:before {
  content: "\f054";
}
.fancybox-wrap .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.fancybox-wrap .fancybox-skin .fancybox-title {
  background: #fff;
  padding: 0.8em 1.2em;
}
@keyframes openmenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
