body * {
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}

a.left-off-canvas-toggle.menu-icon {
    width: 800px;
    padding-top:8px;
    padding-left:10px;
}

/* Startbackground */

body {
    background-size: cover;
    background-color: #D8DBD6;
}

/* Datenschutz und Impressum aus Navi ausblenden */

li.itemid114, li.itemid115 {
  display: none !important;
} 

.footerlinksimpressum a, .footerlinksimpressum a:link, .footerlinksimpressum a:active, .footerlinksimpressum a:visited, a:hover {
    color: #ffffff !important;
}

a, a:link, a:active, a:visited, a:hover {
    color: #a90202 !important;
}

/* Navi */

.left-off-canvas-menu li a:not(.button) {
    color: white;
}

.off-canvas-content{
    background: #fff;
}

.off-canvas li.active > a:first-child:not(.button), .side-nav li a:not(.button):hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.side-nav ul {
    list-style-type:none;
    margin-left:0;
}

.side-nav li {
    border-bottom:1px solid #555555;
}

.side-nav li.divider {
    border-top:0;
    border-bottom:none;
    visibility:hidden;
    margin:0;
}

/* Mobile Navi */

.title-bar-title {
    color:white;
}

.off-canvas-wrapper {
    background: #fff;
    overflow-y: hidden;
}

.off-canvas {
    background-color: #333;
}

.off-canvas li {
    float:left;
    width:100%;
}

.off-canvas a {
    color: #fff;
}

.menu > li > a {
    padding:0.9rem 1.0rem;
    /* float: right; */
}

.off-canvas li a:not(.button):hover, .off-canvas li.active > a:first-child:not(.button) {
    text-decoration:none;
    background-color: #444343;
}


/* Logo */

/* Made */

.made {
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    /* text-transform: uppercase; */
    line-height: 44px;
    /* font-weight: bold; */
}

.made a{
    color: #f4f4f4;
    /* text-decoration: underline; */
    /* font-weight: bold; */
    text-align: center!important;
}


.footer {
    height: auto;
    /* width: 100%; */
    /* background-color: #878787; */
    padding-top: 20px;
    padding-bottom: 20px;
    /* -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    /* box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75); */
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.made{
    /* text-align: left; */
    /* margin-bottom: 0px; */
    background-color: #666;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    height: auto;
    min-height: 60px;
    position: relative;
}

nav.tab-bar {
    float: right;
}

.dropdown.menu .submenu {
  border: none; }

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: #ffffff transparent transparent; }

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #ffffff; }

.js-drilldown-back::before {
  border-color: transparent #ffffff transparent transparent; }

.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(0,0,0);
    z-index: 99;
}

.responsive-menu{
    display: none;
}

.expand {
    display: block !important;
}

.menu-btn div {
 position: absolute;
 left: 100%;
 top: 64%;
 padding-right: 8px;
 margin-top: -0.50em;
 line-height: 1.2;
 font-size: 18px;
 font-weight: 200;
 vertical-align: middle;
 z-index: 99;
}

.menu-btn span {
 display: block;
 width: 19px;
 height: 3px;
 margin: 4px 0;
 background: rgb(0,0,0);
 z-index: 99;
}

.responsive-menu{
 display: none;
}

.expand {
 display: block !important;
}


.title-bar {
    background: #222;
    color: #fefefe;
    padding: 0.5rem;
    z-index: 1000;
    position: relative;
}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 100%;
  margin: 0 1em 1em 0;
  position: relative;
  width: 100%;
}

span.text-content {
  color: white;
  cursor: pointer;
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 70%;
  width: 100%;
  opacity: 0;
  z-index: 1000;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
   z-index:300;
   position:absolute;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.logo_header {
    text-align: left;
}

.logo_header img{
	width:100%;
}

.inhalt{
    margin-top: 0px;
}

table thead, table tbody, table tfoot {
    border: 1px solid #f1f1f1;
    background-color: transparent;
}

.navi {
    position: relative;
    background: transparent !important;
    z-index: 200;
}

.header{
	    position: relative;
	    max-height: 120px;
	    top: 20px;
	    z-index: 100;
}

.logo_header {
    text-align: center!important;
    /* padding-bottom: 50px; */
    padding-top: 35px;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn{
	background:none!important;
}

.headerbild {
    position: relative;
    z-index: 1;
    /* border-top: 3px solid #666; */
    /* outline: 4px solid #999; */
}

.linie{width: 0%;height: 1px;background-color: #fff;position: relative;z-index: 1;top: -10px;width: 100%;webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);/* box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75); */}

.dj-megamenu-default li ul.dj-submenu > li > a img, .dj-megamenu-default li ul.dj-submenu > li > a .fa, .dj-megamenu-default li ul.dj-submenu > li > a [class^="icon-"] {

    max-width: 20px;
}

.dj-megamenu-default li ul.dj-submenu > li > a span.image-title:hover {
        color: #4dba0b;
}

.dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    background: transparent;
    color: #e4e4e4;
}

.container{
	position: relative;
	width: 100%;
	/* padding-top: 10px; */
	height: auto;
	z-index: 100;
border-bottom: 1px solid #ddd;
}

.id-105 .container{
border-bottom: 0px solid #ddd;
}


.dj-megamenu-default li a.dj-up_a img {
    border: 0;
    margin: 0;
    max-height: 15px;
    vertical-align: middle;
}

.dj-megamenu-default li a.dj-up_a span span.image-title {
    margin: 0 0 0 0px !important;
}

.adresse p{
	font-size: 1.55rem;
	font-family: 'Alegreya', serif;
	color: #828282;
	text-align: right;
	font-weight: bold;
	padding-top: 30px;
}

.adresse h1{
font-size: 17px;
    font-weight: bold;
}

.made p{
    text-align: right;
    font-size: 12px;
    color: #f4f4f4;
	
}

.mail{/* margin-top: 50px; */}

.navi_bg{
	background-color:#f33535;
	position:relative;
}

.navi li a img {
    display: block;
    margin: 0 auto !important;
}

li.dj-up.current.active {
    background-color: #c42323!important;
}

div#qx-blurb-10560, #qx-blurb-66114 {
    background-color: #a90202;
}

div#qx-section-134 {
    margin-top: -120px;
}

div#qx-blurb-10560 a, #qx-blurb-66114 a{
  color:white!important;
}

@media only screen and (min-width: 610px) {

.dj-megamenu-default li a.dj-up_a {
    font-size: 0.7rem;
    border: 0px;
    /* border-top: 40px solid transparent !important; */
}

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
    position: relative;
    border: 0px !important;
    z-index: 200;
    background-color: transparent!important;
    /* border-top: 20px solid #73a2d0!important; */
    color: #007bb5!important;
}

.logo_header {
    text-align: left!important;
    padding-top: 20px;
    /* padding-bottom: 10px; */
}

.dj-megamenu-default{background:transparent!important;height: 55px;}

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a{background: #cd2323;/* color: #00c9ff!important; */font-weight: bold;}

.dj-megamenu-default li a.dj-up_a span {
    color: #333;
    text-transform: capitalize;
    font-size: 0.7rem;
    font-weight: 200;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
}

.dj-megamenu-default li:hover a.dj-up_a span, .dj-megamenu-default li.hover a.dj-up_a span, .dj-megamenu-default li.active a.dj-up_a span {
    color: #fff;
    /* font-weight: bold; */
    /* background-color: #e30018!important; */
    line-height: 30px;
}

.dj-megamenu-default li:hover, .dj-megamenu-default li.hover {
    position: relative;
    z-index: 200;
    background-color: #c42323!important;
    /* border-bottom: 5px solid #fff; */
}

.linie{width: 0%;height: 1px;background-color: #fff;position: relative;z-index: 1;top: -10px;width: 100%;webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);/* box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75); */}


.header {
    -moz-box-shadow: 1px 3px 6px -2px rgba(0,0,0,0.55);
    position: relative;
    max-height: 60px;
    z-index: 100;
}

.dj-megamenu-default li a.dj-up_a img {

	display:none
}

.dj-megamenu-default li a.dj-up_a span span.image-title {
    background: none;
    padding: 0 !important;
    margin: 0 0 0 0px;
    display: block;
    float: none;
    height: auto;
}

.dj-megamenu-default li a.dj-up_a small.subtitle {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #333;
    margin-top: -12px;
    padding-bottom: 40px;
	border:0px;
}

.dj-megamenu-default li:hover a.dj-up_a small.subtitle, .dj-megamenu-default li.hover a.dj-up_a small.subtitle, .dj-megamenu-default li.active a.dj-up_a small.subtitle {
    border-bottom: 4px solid #32317e;
}

.nav {
    background-color: #d8d8d8;
    height: 30px;
    /* padding-top: 10px; */
}

.mail, .telefon{float:right;/* padding-top: 5px; */}

.telefon h3, .mail a, .mail p{font-size:0.875rem;color: #532b03;padding-top: 5px;margin:0px!important;}


.navi_bg{
	background-color:#f33535;
	position:relative;
	z-index: 1;
}
}


@media only screen and (min-width: 700px) {
/* Navi */

.navi * {
    background: none !important;
}

.bg_schwarz{
	height: 2px;
	width:100%;
	position:relative;
	background-color: #979797;
	top: 30px;
}

.dj-megamenu-default li.dj-up {
    position: relative;
    display: block;
    float: left;
    margin: 0 !important;
    height: 120px;
    /* border-top: 40px solid transparent !important; */
    /* border-right: 0px solid #2b67b5!important; */
    /* padding-top: 20px!important; */
}

.dj-megamenu-default li a.dj-up_a {
    font-size: 0.75rem;
    /* border-top: 20px solid transparent!important; */
}

.left-off-canvas-menu li.active > a:first-child:not(.button), .side-nav li a:not(.button):hover {
    font-weight: normal;
    text-decoration: none;
}

.navi ul {
    height: auto;
    /* height: 40px; */
}

.side-nav li {
    border-bottom:none;
}

.navi {
    /* top: 15px; */
    position: relative;
}

.navi ul li {
    display:inline-block;
    position: relative;
    z-index: 400;
}

.navi ul li:last-child {
    border-right: none;
}

.navi ul li>a {
    color: #000;
    font-size: 13px;
}
.side-nav li a {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-bottom: 27px;
    padding-top:0.7rem;
}

.navi .divider:last-child {
    width: 100%;
    position: relative;
    z-index: 1;
}

.dj-megamenu-default li ul.dj-submenu {
    /* padding: 0px; */
    margin: 0 px;
    height: auto;
    width: auto;
    /* border-top: 2px solid #4dba0b!important; */
    background-clip: padding-box!important;
}


.title-bar {
    background: #fff;
    color: #01832d !important;
    padding: 0.5rem;
}

.row.headerimage{position: relative;}

.dj-megamenu-default li:hover, .dj-megamenu-default li.hover {
    position: relative;
    z-index: 200;
    background-color: transparent!important;
    background-color: #022a54!important;
}

li.dj-up.current.active {
    background-color: #c42323!important;
    /* border-top: 40px solid #73a2d0!important; */
}

.dj-megamenu-default li:hover, .dj-megamenu-default li.hover {
    position: relative;
    z-index: 200;
background-color: #c42323!important;
}

.dj-megamenu-default li a.dj-up_a span span.image-title {
    margin: 0 0 0 0px !important;
}

.dj-megamenu-default li a.dj-up_a span {
    float: left;
    display: block;
    padding: 0 0 0 !important;
    height: 36px;
    line-height: 36px;
    font-weight: 200;
    font-size: 0.75rem;
    margin-top: 20px;
}

.dj-megamenu-default li:hover a.dj-up_a span, .dj-megamenu-default li.hover a.dj-up_a span, .dj-megamenu-default li.active a.dj-up_a span {
    color: #fff;
    /* font-weight: bold; */
}
.logo_header {
    text-align: left!important;
    padding-top: 15px;
}

.dj-megamenu-default li a.dj-up_a img {
    display:block;
}

.header {
    -moz-box-shadow: 1px 3px 6px -2px rgba(0,0,0,0.55);
    position: relative;
    max-height: 75px;
    z-index: 100;
}

.navi_bg {
    background-color: #f33535;
    position: relative;
}

}

@media only screen and (min-width: 1024px) {
.row.headerimage{
    position: relative;
}

.linie{width: 0%;height: 1px;background-color: #fff;position: relative;z-index: 1;top: -10px;width: 100%;webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);/* box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75); */}

.navi{
    text-align: left;
    float: left;
    z-index: 200;
    height: 120px;
    position: relative;
}

.dj-megamenu-default li a.dj-up_a {
    font-size: 1.125rem;
}

.dj-megamenu-default li:hover, .dj-megamenu-default li.hover {
    position: relative;
    z-index: 200;
    background-color: #c42323!important;
    background: -moz-linear-gradient(top, #ffffff 0%, #d6d7e8 100%); /* FF3.6-15 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d7e8',GradientType=0 ); /* IE6-9 */
    background: -moz-linear-gradient(top, #ffffff 0%, #d6d7e8 100%); /* FF3.6-15 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d7e8',GradientType=0 ); /* IE6-9 */
    /* border-bottom: 3px solid #ff0000; */
}

.dj-megamenu-default li a.dj-up_a span {
    float: left;
    display: block;
    padding: 0 0 0 !important;
    /* height: 36px; */
    line-height: 36px;
    font-weight: 200;
    font-size: 0.875rem!important;
    background: transparent;
    color: #333;
    /* text-transform: uppercase; */
}

.logo_header {
    text-align: left!important;
}

/* ------------------------------------------------------------------------------- */
/* Styles: neue Navi, Footer etc. (neu 12.09.2017) */
/* ------------------------------------------------------------------------------- */

.logo_header{/* margin-top: 25px; *//* padding-bottom: 10px; */position: relative;z-index: 1;}

.headerlogos{/* padding-bottom: 55px; *//* padding-top: 18px; */}

.content_shadow{
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); 
background-color: #ffffff;
}

.header {
    -moz-box-shadow: 1px 3px 6px -2px rgba(0,0,0,0.55);
    position: relative;
    z-index: 100;
}

/* DJ MegaMenu - Hauptebene */
/* -------------------------------------------------- */
.dj-megamenu-default li a.dj-up_a{/* text-transform: uppercase; */}

.dj-megamenu-default{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    height: 36px;
    /* Hoee */
    position: relative;
    z-index: 500;
    font-family: Georgia, Helvetica, sans-serif;
    width: auto;
    background: none !important;
    /* Hintergrund */
}

.dj-megamenu-default li.dj-up {
    position: relative;
    display: block;
    float: left;
}
.dj-megamenu-default li a.dj-up_a{display: block;float: left;text-align: left;height: 100px; /* Hoee */font-size: 1.25rem; /* Schriftgroeoee *//* padding-top: 0px!important; *//* font-weight: normal; *//* font-family: 'Russo One', sans-serif; */text-decoration: none;padding: 0 37px;cursor: pointer;background: transparent;color: #fff;border-right: 0px solid #444; /* vert. Linien zw. Navipunkten */border-left: 0px solid #555; /* vert. Linien zw. Navipunkten */-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;/* padding-top: 6px !important; *//* background-image: url(../images/Oval.png)!important; *//* background-repeat: no-repeat !important; *//* background-position: top center !important; *//* background-size: 15px!important; *//* padding-top: 0px !important; *//* padding-top: 29px!important; *//* border-top: 40px solid transparent!important; */}


.dj-megamenu-default li a.dj-up_a span{
    float: left;
    display: block;
    padding: 0 0 0 !important;
    /* height: 50px; */
    /* Hoee */
    line-height: 30px;
    font-weight: 200;
    font-size: 1rem!important;
    background: transparent;
    color: #333;
    margin-top: 45px;
}

/* aktiver Navipunkt Schriftfarbe */
.dj-megamenu-default li:hover a.dj-up_a span, .dj-megamenu-default li.hover a.dj-up_a span, .dj-megamenu-default li.active a.dj-up_a span{color: #fff;font-weight: 200;/* background-color: #e30018!important; *//* border-bottom: 4px solid #fff; *//* border-bottom: 4px solid #32317e; */}
/* aktiver Navipunkt Hintergrund*/
.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a{background: transparent!important;/* font-weight: bold; *//* padding-top: 6px !important; *//* background-image: url(../images/blume.png)!important; *//* background-repeat: no-repeat !important; *//* background-position: top right !important; *//* background-size: 15px!important; *//* padding-top: 25px !important; *//* height: 100px; *//* border-bottom: 3px solid #ff0000; */border-bottom: 4px solid #32317e;/* border-top: 40px solid #73a2d0!important; */}


/* DJ MegaMenu - Unterebenen */
/* ---------------------------------------------------- */
.dj-megamenu-default li ul.dj-submenu > li > a{display: block;font-size: 14px;font-weight: normal;line-height: 20px;/* text-transform: uppercase; */color: #4a4a4a; /* Schriftfarbe */background: transparent;text-decoration: none;padding: 12px 20px;margin: 0 -10px;/* font-family: 'Russo One', sans-serif; */-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}

/* Unterpunkte hover */
.dj-megamenu-default li ul.dj-submenu > li > a:hover, .dj-megamenu-default li ul.dj-submenu > li > a.active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a{/* background: #697462; */color: #4a4a4a;background: #c21115!important;/* border-top: 2px solid #4dba0b!important; */background: transparent!important;/* background-clip: padding-box!important; */}

/* 1. Unterebene */
.dj-megamenu-default li:hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap {

background: #fff!important;

-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);

box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);

background-clip: padding-box!important;

border-top: 2px solid #4dba0b!important;
}
/* 2. Unterebene */
.dj-megamenu-default li:hover div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li.hover > div.dj-subwrap {
    background: #CBCFC8;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(255, 255, 255, 0.2);
    box-shadow:  0px 0px 5px 0px rgba(255, 255, 255, 0.2);
}


/* Abstand Pfeil foer Punkte mit Subnavi */

.dj-megamenu-default li a.dj-up_a .arrow {
display: inline-block;
font-family: FontAwesome;
position: absolute;
right: 16px;
top: 12px; /* Abstand von oben */
font-size: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}


.dj-megamenu-default li:hover a.dj-up_a .arrow,
.dj-megamenu-default li.hover a.dj-up_a .arrow,
.dj-megamenu-default li.active a.dj-up_a .arrow {
top: 12px; /* Abstand von oben */
}

.dj-megamenu-default li ul.dj-submenu > li.parent > a .arrow {
display: inline-block;
font-family: FontAwesome;
position: absolute;
right: 6px;
top: 12px; /* Abstand von oben */
font-size: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
  


/* Trennlinie */
/* Mobile Menu Button */

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn{
display: block;
cursor: pointer;
margin: 0 auto;
width: 42px;
height: 42px;
font-size: 21px !important;
line-height: 1;
padding: 0px;
background: #ccc;
color: #e4e4e4;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.container {
    min-height: 120px;
}

.navi {
    /* top: 30px; */
}

.dj-megamenu-default li a.dj-up_a img {
    border: 0;
    margin: 0 auto;
    max-height: 22px;
    margin: 0;
    text-align: left;
    vertical-align: bottom;
}

.dj-megamenu-default li a.dj-up_a span span.image-title {
    margin: 0 0 0 0px !important;
}

.dj-megamenu-default li a.dj-up_a small.subtitle {
    display: block;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #333;
    margin-top: -12px;
    padding-bottom: 40px;
    border: 0px;
}

@media only screen and (min-width: 1100px) {

.dj-megamenu-default li a.dj-up_a small.subtitle {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #333;
    margin-top: -12px;
    padding-bottom: 40px;
    border: 0px;
}
  
  
}
   
  
  
  @media only screen and (max-width: 500) {
    .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {

    font-size: 42px !important;
  
}
  }
  
  
  
  
  