@import url(../Vendor/bootstrap-4.3.1/css/bootstrap.min.css);

/* Schriftarten einbinden */
@font-face {
  font-family: "Gudea";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Gudea-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gudea";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/Gudea-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Gudea";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/Gudea-Bold.ttf") format("truetype");
}

html,
body {
  min-height: 100%;
  font-family: 'Gudea', sans-serif;
}

html {
  background: #F0F0F0;
  background: -moz-linear-gradient(top,  #F0F0F0 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top,  #F0F0F0 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top,  #F0F0F0 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top,  #F0F0F0 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom,  #F0F0F0 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#e4e4e4', GradientType=0);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background: none;
  overflow-y: scroll;
  padding: 1em 0;
}

.lt-ie8 body {
  overflow-y: auto;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 15px;
}
.card h1, .card .h1, .card h2, .card .h2, .card h3, .card .h3, .card h4, .card .h4, .card h5, .card .h5, .card h6, .card .h6 {
	margin-top: 0;
}
h1,.h1,
h2,.h2 {
  text-transform: uppercase;
}

h1,.h1 {
  font-size: 30px;
}

h2,.h2 {
  font-size: 20px;
}

h3,.h3,
h4,.h4,
h5,.h5 {
  color: #9d9d9d;
}

h3,.h3 {
  font-size: 18px;
}

h4,.h4 {
  font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}

a, #iframe_deny_lnk {color: #fe6f07; text-decoration: none;}
a:hover, #iframe_deny_lnk:hover { color: #b84e01; text-decoration: underline;}

a#iframe_deny_lnk { cursor: pointer;}

h3 a,
h4 a,
h5 a {
  color: #9d9d9d;
}
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #888;
  text-decoration: none;
}
.error {
	border-color: red;
}
.news-list-item h3 .badge, .news-single  h3 .badge, .news-single  h2 .badge {float: right; margin-left: 1rem;}
.news-list-item img {border: 1px solid #ddd;}
.news-list-item a:hover img {border: 1px solid #aaa;}
.news-single .teaser-text {
    font-size: 15px;
    color: #888;
}
img.border {
	-webkit-transition: border .25s ease;
	-moz-transition: border .25s ease;
	-o-transition: border .25s ease;
	-ms-transition: border .25s ease;
	 transition: border .25s ease;
}
a:hover img.border {
    border-color: #888 !important;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    
}

.btn-primary {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2B2B2B;
    border-color: #2B2B2B;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 0 .2rem rgba(200,200,200,.25);
}
.page-link {color: #fe6f07;}
.page-link:hover {color: #b84e01;}
.page-item.active .page-link {
    color: #999999;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.iframe__frame { border:0;}
.accept.btn {margin-top: 1rem; margin-bottom:1rem;}
body > .page {
  background: #fff;
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.2),
              -10px 0 20px -10px rgba(0, 0, 0, 0.2);
}

body > header,
body > .page > footer {
  /*padding: 15px;*/
}
footer .ce-column {margin-bottom: 1rem;}
body > header {
  padding-bottom: 0;
}


body > header #header-search {
  color: #fe6f07;
  font-size: 16px;
/*  text-shadow: 1px 1px 0 #fff;*/
  text-transform: uppercase;
}


body > header #header-search ul {
  margin: 0;
}

body > header #header-search li {
  list-style: none;
  margin-bottom: 8px;
}
video {max-width: 100%;}
.btn {
	background-image: none;
	border-radius: 0;
}

#header-vg p {
    color: #fe6f07;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
}
#header-vg p small {
	font-size: small;
}
#header-search .header-suche {
	margin-top: 23px;
	padding-bottom: 0;
}
#header-search .header-suche .add-on{
	border-color: #fe6f07;
	background: #fe6f07;
	color: #ffffff;
	padding: 6px 10px 0;
}

#header-search .header-suche .add-on.search-button{
	padding: 0 5px;
}

#header-search .header-suche .search-query {
	border-color: #fe6f07;
}
#header-search .search-query:focus { box-shadow: none;}
.navbar-toggler {color: #fe6f07;margin-right: 1rem;}

body > header #logo {
  /*margin-right: -15px;*/
}
#logo img {
    max-width: 100%;
    height: auto;
}
.frame {
    position: relative;
}
.frame-has-backgroundimage {
    padding: 1rem 1rem 0.5rem;
}
.frame-has-backgroundimage .frame-container {position: relative;}
.frame-backgroundimage-container {
 overflow:hidden
}
.frame-backgroundimage-container,
.frame-backgroundimage {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
 background-position:center;
 background-size:cover
}
.frame-backgroundimage-fade {
 opacity:0.125
}
.frame-backgroundimage-parallax {
 background-attachment:fixed;
 background-repeat:no-repeat
}
@media (hover:none) {
 .frame-backgroundimage-parallax {
  background-attachment:initial
 }
}
.frame-backgroundimage-blur {
 filter:blur(10px);
 width:calc(100% + 40px);
 height:calc(100% + 40px);
 top:-20px;
 left:-20px
}
.frame-backgroundimage-grayscale {
 filter:grayscale(1)
}
.frame-backgroundimage-sepia {
 filter:sepia(1)
}

body > header > nav {
  background: #363636;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  margin: 0 !important;
  padding: 0 10px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
#navigation {
  color: #fe6f07;
  font-size: 16px;
  margin: 0;
  position: relative;
}

#navigation > li {
  display: inline;
  line-height: 60px;
}

#navigation > li:before {
  content: " | ";
}

#navigation > li:first-child:before {
  content: none;
}

#navigation > li > a {
  color: #fff;
  padding: 20px 10px;
  text-transform: uppercase;
}

#navigation > li > a:hover,
#navigation li.active > a {
  color: #fe6f07;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
}

#navigation > li > a:hover {
  background: rgba(0, 0, 0, 0.2);
}

#navigation .mega-subnavigation {
  background: #363636;
  border-top: 1px solid #fff;
  box-shadow: inset 5px -5px 20px rgba(0, 0, 0, 0.3),
              0 5px 10px rgba(0, 0, 0, 0.4);
  display: none;
  font-size: 14px;
  left: -16px;
  line-height: 1.2;
  overflow: hidden;
  position: absolute;
  width: 1110px;
  z-index: 4;
  top: 97%;
  border-radius: 0;
}

#navigation > li:hover > .mega-subnavigation {
  display: block;
}

#navigation .mega-subnavigation > * {
  float: left;
}

#navigation .mega-subnavigation > ul {
  overflow: hidden;
  padding: 15px 2%;
  width: 100%;
}

#navigation .mega-subnavigation > ul > li {
  float: left;
  line-height: 1.7;
  width: 25%;
}

#navigation .mega-subnavigation > ul.row50 {
  width: 49%;
}

#navigation .mega-subnavigation > ul.row50 > li {
  width: 50%;
}

#navigation .mega-subnavigation > ul > li > a {
  color: #fff;
}

#navigation .mega-subnavigation > ul > li.active > a {
  color: #fe6f07;
  text-shadow: 0 0 1px #000;
}

#navigation .mega-subnavigation > section {
  background: #363636;
  border-left: 1px solid #666;
  box-shadow: -1px 0 0 #15283e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

#navigation .mega-subnavigation > section .teaser {
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
}

#navigation .mega-subnavigation > section .teaser h1, #navigation .mega-subnavigation > section .teaser .h1 {
  color: #ff6b00;
  font-size: 28px;
}

#navigation .mega-subnavigation > section .teaser h2, #navigation .mega-subnavigation > section .teaser .h2 {
  color: #fff;
  font-size: 20px;
}

#navigation .mega-subnavigation > section .teaser .btn {
  margin-top: 30px;
}
/*
body > header .form-search {
  margin: 0;
}

body > header .form-search.dropdown-menu {
  padding: 7px;
}

body > header .form-search.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

body > header .form-search.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

body > header .form-search input[type=text] {
  padding: 2px 4px;
  width: 250px;
}

body > header .form-search input[type=text].loading {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

body > header .form-search input[type=submit] {
  background: url(../img/magnify.png);
  border: none;
  margin-left: 5px;
  overflow: hidden;
  text-indent: 200%;
  width: 25px;
  white-space: nowrap;
}
*/
body > .page > footer {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #e9e9e9;
  box-shadow: inset 0 20px 40px -10px rgba(0, 0, 0, 0.05),
              0 1px #9d9d9d;
  color: #9d9d9d;
  font-size: 12px;
  padding: 25px 10px 5px;
}

body > .page > footer a {
  color: #9d9d9d;
}

#breadcrumb {
  font-size: 12px;
}

#breadcrumb ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#breadcrumb li {
  display: inline;
  margin-left: 5px;
}

#breadcrumb li:before {
  content: "/";
  margin-right: 5px;
}

#breadcrumb li:first-child:before {
  content: none;
}

#breadcrumb a {
  color: #9d9d9d;
}

#breadcrumb .active {
  font-weight: bold;
}

#category_breadcrumb {
  font-size: 12px;
}

#content {
  min-height: 500px;
  padding: 30px 0;
}

.start #content {
  padding: 0;
}

#subnavigation {
  margin: 30px 0 0 15px;
}

#subnavigation li {
  margin-bottom: 5px;
}

#subnavigation a {
  color: #363636;
}

#subnavigation li.current > a {
  font-weight: bold;
}

#footernavigation {
  margin: 0;
  text-align: right;
}

#footernavigation li {
  display: inline;
}

#footernavigation li:before {
  content: "|";
}

#footernavigation li:first-child:before {
  content: none;
}

#footernavigation a {
  padding: 0 3px;
}
/*.span3 #teaser {max-width:200px;}*/
.teaser-container {
  overflow: hidden;
}

.teaser-container > * {
  float: left;
  width: 25%;
}

.teaser {
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  font-size: 11px;
  overflow: hidden;
  padding: 25px 10px 10px;
}

.teaser h1, .teaser .h1,
.teaser h2, .teaser .h2 {
  margin: 0;
}

.teaser h1, .teaser .h1 {
  color: #9d9d9d;
  font-size: 22px;
}

.teaser h2, .teaser .h2 {
  font-size: 14px;
}

.teaser .btn {
  /*color: #363636;*/
  text-transform: uppercase;
}

.carousel {
  font-size: 16px;
  margin: 0;
  height: 480px;
}

.carousel-inner > * {
  height: 480px;
  padding: 50px 40% 50px 50px;
  line-height: 1;
}

.carousel .item {
  left: 0 !important;
  -webkit-transition: 1s ease-in opacity;
  -moz-transition: 1s ease-in opacity;
  -o-transition: 1s ease-in opacity;
  transition: 1s ease-in opacity;
  top: 0;
}
.carousel .active.left,
.carousel .active.right {
  opacity: 0;
  z-index: 2;
}
.carousel .next,
.carousel .prev {
  opacity: 1;
  z-index: 1;
}

.ie-lt9 .carousel.loading .item + .item {
  display: none;
}

.carousel hgroup {
  margin-bottom: 20px;
}

.carousel h1, .carousel .h1,
.carousel h2, .carousel .h2 {
  line-height: 1.1;
  margin: 0;
}

.carousel h1, .carousel .h1 {
  color: #9d9d9d;
  font-size: 68px;
}

.carousel h2, .carousel .h2 {
  font-size: 40px;
}

.carousel .btn {
  margin-top: 20px;
  text-transform: uppercase;
}

.carousel-control {
    background: none;
    border: none;
    border-radius: 0;
    color: #aaaaaa;
    font-size: 90px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	width: 5%;
}

.carousel-control:hover {
  color: #333;
}

.carousel .carousel-thumbnails {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.carousel .carousel-thumbnails ul {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  opacity: 0.5;
  padding: 0 5px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lt-ie8 .carousel .carousel-thumbnails ul {
  display: inline;
}

.carousel .carousel-thumbnails ul:hover {
  opacity: 1;
}

.carousel .carousel-thumbnails li {
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
}

.lt-ie8 .carousel .carousel-thumbnails li {
  display: inline;
}

.carousel .carousel-thumbnails a {
  display: inline-block;
  height: 60px;
  position: relative;
  width: 110px;
}

.carousel .carousel-thumbnails a:before {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.carousel .carousel-thumbnails a:hover:before {
  display: block;
}

.carousel .carousel-thumbnails a:active:before {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.carousel .carousel-thumbnails a img {
  height: 100%;
  width: 100%;
}

.csc-menu-images {
  overflow: hidden;
}

.csc-menu-images li {
  background: #eeeeee;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 116px;
  position: relative;
  width: 30%;
}

.csc-menu-images li:nth-child(3n + 1) {
  clear: left;
}

.csc-menu-images a {
  background: #363636;
  box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  padding: 7px;
  text-align: center;
}

.csc-menu-images a:hover {
  background: #fe6f07;
  text-decoration: none;
  text-shadow: 1px 1px #000;
}

.csc-menu-images img {
  left: 0;
  position: absolute;
  top: 0;
}
.submenu-card{
  background: #eeeeee;
  border-radius: 0;
}
.submenu-card img {max-width:100%; height: auto;}

.submenu-card a span {
  background: #363636;
  box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 0.85em;
  padding: 7px;
  text-align: center;
}
.submenu-card a:hover {
  text-decoration: none;
}
.submenu-card a:hover span {
  background: #fe6f07;
  text-shadow: 1px 1px #000;
}

#nav_categories .csc-menu-images li {background: #ffffff; border: 1px solid #CCCCCC; font-size: 11px; margin-right: 3%;}
#nav_categories .csc-menu-images div { position:absolute; left: 0px; top: 0px; width: 100%; height:116px;}
#nav_categories .csc-menu-images img { left: calc(50% - 37px); top: 20px;}

div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: none;
  padding: 0;
}

.csc-textpic-border .csc-textpic-image {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.csc-textpic-border .csc-textpic-image a:hover {
  border-color: #fe6f07;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.csc-textpic-border .csc-textpic-image > img,
.csc-textpic-border .csc-textpic-imagewrap > img,
.csc-textpic-border .csc-textpic-image > a > img,
.csc-textpic-border .csc-textpic-imagewrap > a > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.csc-textpic-border .csc-textpic-imagewrap .csc-textpic-caption {
  padding: 9px;
  color: #555555;
}

.control-label-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
}

.form-actions {
  background: none;
  padding-right: 0;
  text-align: right;
}

.news .media figure {
  float: left;
  margin: 0 10px 0 0;
}

.tx_dtmcontentextras_toggle > header {
  overflow: hidden;
}

.tx_dtmcontentextras_toggle > header button {
  float: left;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 15px;
  width: 25px;
}

.tx-dtm-map > ul > li > .name {
    background: none repeat scroll 0 0 rgba(83, 83, 83, 0.5);
    border-radius: 2px;
    color: #FFFFFF;
    height: auto;
    left: 8px;
    padding: 2px 5px;
    position: relative;
    text-indent: 0;
    top: -5px;
    width: 70px;
}

.tx-dtm-vg-products {
  margin-top: 20px;
}
#navigation .mega-subnavigation > ul.w100 {width: 100%;}
#navigation .mega-subnavigation > ul.w100 > li {width: 25%;}

#unit_switch {
    border: medium none;
    position: fixed;
    left: 0;
    top: 151px;
    width: 39px;
    z-index: 9999;
}
#unit_switch a {
    border: medium none !important;
    display: block;
    overflow: hidden;
}
#unit_switch img {max-width: none;}

#shop_switch {
    border: medium none;
    position: fixed;
    right: 0px;
    top: 151px;
    width: 197px;
    z-index: 9999;
}
#shop_switch a {
    border: medium none !important;
    display: block;
    overflow: hidden;
}
#shop_switch img {max-width: none;}
#shop_switch_header {
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.64);
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.64);
}
#shop_switch_content {
	background: #f4e7d8;
	margin-left: 37px;
	box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.64);
	-webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.64);
}
#shop_switch_content img {max-width: 160px; height:auto;}

.onlineshop {
	margin: 10px 0;
}
.onlineshop:before {
	background-image: url("../bootstrap/img/glyphicons-halflings-white.png") !important;
  	background-position: -360px -120px !important;
  	background-repeat: no-repeat !important;
  	content: "";
}
@media screen and (max-width: 1199px){
	#navigation { font-size: 14px;}
	#navigation > li::before { content: "|"; padding: 0 4px;}
	#navigation > li > a { padding:0; }
	.carousel-inner > * {
	  padding: 35px 35% 35px 35px;
	}
	.carousel h1, .carousel .h1 {
	    font-size: 50px;
	}
	.carousel h2, .carousel .h2 {
	    font-size: 36px;
	}
}

@media screen and (max-width: 1505px){
	#shop_switch {
		right: -161px;
	}
}
@media screen and (max-width: 767px){
	#unit_switch {display: none;}
	#shop_switch {display: none;}
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Fonts/glyphicons-halflings-regular.eot');
  src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*
#language_switch {
	float: right;
    width: 120px;
}*/
.language_switch li { }
.language_switch li.active { font-weight: bold;}
.language_switch > li::before {
    content: " | ";
}
.language_switch > li:first-child::before {
    content: none;
}
.language_switch > li > a {
    padding: 0px 5px;
    text-transform: uppercase;
}
.language_switch li.lmenu img { height: 16px; filter: grayscale(1);}
.language_switch li.lmenu.active img, .language_switch li.lmenu a:hover img { filter: grayscale(0);}

.smc h2 {
	color: #ffffff;
	background: #99a9ba;
	padding: 0 10px;
	margin-bottom: 20px;
}
.smc .thumbnail { width: 150px; height: 150px; max-width: 100%;border: 1px solid #ddd; display: block;}
.smc .thumbnail img {max-height: 100%;}
.price_smc {font-size: 18px;}
.price_smc .price_big{font-size: 28px; font-weight: bold;}
.netto {font-size: 12px;}
a.preis_anfrage {
    background: #fe6f07 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    margin-right: 15px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.tx-dtm-products .csc-menu-images li:nth-child(3n+1) {
    clear: none;
}

.tx-dtm-products .csc-menu-images li:nth-child(4n+1) {
    clear: left;
}
a.preis_anfrage: {text-decoration: none;}

.ce-border figure.image {
    border: 1px solid #ddd;
    padding: 4px;
}
.ce-border figure.image img {border: 0;}
ul.unstyled {
    list-style: none;
    padding: 0;
}

.tx-dtm-vg-products .media {
    display: block;
}
.tx-dtm-vg-products .media .thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;
}
.tx-dtm-vg-products .media a.thumbnail:hover {
    border-color: #b84e01;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.frame-layout-1 { overflow: hidden;}
.frame-layout-1 .content-over {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,0.85);
	padding:  1rem;
}
.frame-layout-1:hover .content-over {
}
.frame-layout-1 .content-over ul {
    padding-left: 1.25rem;
}
.frame-layout-1 header {
    color: #fe6f07;
    padding: 0;
    width: 100%;
}
.frame-layout-1 header h1, .frame-layout-1 header h2, .frame-layout-1 header h3 {margin: 0;}
.frame-layout-1 .ce-gallery {margin-bottom:0;}
.frame-layout-1 .ce-gallery figure {
    display: block;
    margin: 0;
}
.frame-layout-1 .ce-gallery img {
    width: 100%;
}
.frame-layout-1 .ce-bodytext {
    overflow: hidden;
    color:#fff;
    max-height:0;
    width:100%;
    -webkit-transition: max-height 1.5s ease-in-out;
    -moz-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out;
}
.frame-layout-1:hover .ce-bodytext {
	max-height: 1000px;
}
.frame-layout-1 .ce-bodytext ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.frame-layout-1 .ce-outer {
    float: none;
    right: unset;
}
.frame-layout-1 .ce-inner {
    float: none;
    right: unset;
}
.frame-layout-1 .ce-column {
    float: none;
}

.row3col, .row4col { margin-left: 0; margin-right: 0;}
.row3col .col-12, .row3col .col-md-4,
.row4col  .col-12, .row4col  .col-sm-6, .row4col  .col-md-3
{ padding: 0;}

.mmx-2 {margin-left: -0.5rem; margin-right: -0.5rem;}

.ma5menu__logo {
	left: 10%;
	-webkit-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
	color: #ffffff;
	width: 200px;
	height: 40px;
	background-image: unset;
	background-size: unset;
	background-position: unset;
}

.linktile {background:#cccccc;text-align:center; font-family: din-2014, sans-serif; line-height: 3; font-style: normal; margin: 1em;}
.linktileheader {font-weight: 700; font-size: 1rem; color:#363636;}

@media screen and (max-width: 1199px){
	#navigation .mega-subnavigation {
	  width: 930px;
	}
}
@media screen and (max-width: 991px){
	#navigation .mega-subnavigation {
	    width: 690px;
	}
	#navigation .mega-subnavigation > ul.row50 {
	    width: 100%;
	}
	#navigation .mega-subnavigation > ul > li {
	    width: 50%;
	}
	#teaser {padding: 0.5em;}
	.carousel-item {
	    background-position-x: center !important;
	}
	.carousel-item .frame {
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 6%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 6%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 6%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
	.carousel-inner > * {
	  padding: 35px 35% 35px 35px;
	}
	.carousel h1, .carousel .h1 {
	    font-size: 50px;
	}
	.carousel h2, .carousel .h2 {
	    font-size: 36px;
	}
	
	.frame-space-before-extra-large {
	    margin-top: 0;
	    border-top: 1px solid #ddd;
	    padding-top: 3em;
	}
}
@media screen and (max-width: 767px){
	#navigation > li {
	    display: block;
	    line-height: 2;
	    padding: 0;
	}
	#navigation > li::before {
	    content: unset;
	    padding: unset;
	}
	#navigation > li > a {
	    padding: 0.5rem 1rem;
	    display: block;
	}
	header .navbar {padding: 0;}
	#navbarMainContent {padding: 0.5rem 0;}
	#footernavigation {
	  text-align: center;
	}
	.carousel {
	  height: 400px;
	}
	.carousel-inner > * {
	    height: 400px;
	    padding: 25px;
	}
	.carousel-item {
	    background-position-x: center !important;
	}
	.carousel-thumbnails {display:none;}
	.carousel h1 {
	    font-size: 2em;
	}
	.carousel h2 {
	    font-size: 1.5em;
	}
	.carousel-item .frame {
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 6%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 6%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 6%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
}
@media screen and (max-width: 500px){
	.csc-menu-images li {
	  width: 48%;
	}
	#nav_categories .csc-menu-images li {margin-right: 4%;}
	#nav_categories .csc-menu-images li:nth-child(2n) {margin-right: 0%;}
	.csc-menu-images li:nth-child(3n+1) {
	    clear: unset;
	}
}

@media screen and (max-width: 375px){
	.csc-menu-images li {
	  width: 100%;
	}
	#nav_categories .csc-menu-images li {margin-right: 0%;}
}