@charset "utf-8";
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter-Regular.woff2") format("woff2"),
       url("/fonts/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Inter-Bold.woff2") format("woff2"),
       url("/fonts/Inter-Bold.woff") format("woff");
}

.sm {
	box-sizing:border-box;
	position:relative;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.sm, .sm ul, .sm li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	direction:ltr;
	text-align:left;
}
.sm-rtl, .sm-rtl ul, .sm-rtl li {
	direction:rtl;
	text-align:right;
}
.sm>li>h1, .sm>li>h2, .sm>li>h3, .sm>li>h4, .sm>li>h5, .sm>li>h6 {
	margin:0;
	padding:0;
}
.sm ul {
	display:none;
}
.sm li, .sm a {
	position:relative;
}
.sm a {
	display:block;
}
.sm a.disabled {
	cursor:default;
}
.sm::after {
content:"";
display:block;
height:0;
font:0px/0 serif;
clear:both;
overflow:hidden;
}
.sm *, .sm *::before, .sm *::after {
box-sizing:inherit;
}

#sub-menu a .sub-arrow {
  position: absolute;
}

* {
	box-sizing:border-box;
}
img, video, input, select {
	height:auto;
	max-width:100%;
	vertical-align:middle;
}

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

.break {
	clear:both;
}
.fixed {
	font-family: "Courier New", Courier, monospace;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.lightgray {
	color: #d0d0d0;
	}
.mediumgray {
	color: #666;
	}
.darkgray {
	color: #333;
	}
.red {
	color: #a22;
	}
.green {
	color: #2a2;
	}
.yellow {
	color: #ff6;
	}
a.link-black {
	color: #000 !important;
	}
.success, .error {
	padding-left: 50px;
	min-height: 50px;
	background-position: top left;
	background-repeat: no-repeat;
	}
.success {
	background-image: url(/images/ok.png);
}
.error {
	background-image: url(/images/error.png);
}
table.entitytable {
	width:100%;
	text-align: center;
	margin-top: 0.5em;
	font-size: 0.8em;
}
 table.entitytable tr:nth-child(even) {
background-color: #f5f5f5;
}
table.entitytable tr:hover {
	background-color: #efefef;
}
table, td, tr, th {
	border-collapse: collapse;
}
td, tr, th {
	padding:0.5em;
}
th {
	text-align: center;
	font-weight: 400;
}

html {
	min-height: 100%;
	}
body {
	position: relative;
	margin:0 auto;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	background: #fff; 
	color: #000;
	text-align: left;
	max-width:1120px;
	padding: 1em 1em 5em 1em;
	overflow-x: hidden;
}
body.popup {
	padding: 0;
	background-image: none;
	}
	
body.popup #container {
	padding: 0;
	border: none;
	}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:400;
}
.headerlogo {
	margin: 0.5em 0 1em 0;
}
#main-nav {
	clear: both;
	background: #fff;
}
#menubutton {
	display: none
}
.pwa-button {
width: 100%;
background-color: #070;
color: #fff;
border: 1px solid #fff;
border-radius: 3px;
font-size: 1.25em;
min-height: 2em;
font-weight: 700;
cursor: pointer;
display: none;
}
#header {
clear: both;
padding: 0 1em;
background-color: #fff;
border-radius: 5px 5px 0 0
}
#main-menu a, #sub-menu a {
	padding: 0.5em;
	/*transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
}
#main-menu a, #sub-menu a, #main-menu ul li a {
 	background: #666;
 	color: #fff;
	font-weight: 700;
}
#main-menu a:hover, #main-menu a:focus, #main-menu .current {
	color: #fff;
}
#main-menu ul li a, #sub-menu ul li a {
 text-transform: none;
 border-top: 1px solid #d0d0d0;
}
#main-menu ul li a img, .invert {
   -webkit-filter: invert(0.2);
   filter: invert(0.2);
	}
#main-menu a:hover img, #main-menu a:focus img, #main-menu a.current img {
    -webkit-filter: invert(0) !important;
   filter: invert(0) !important;
}
#sub-menu a {
    background: #d0d0d0;
    color: #666;
	}
#sub-menu a:hover, #sub-menu a:focus {
	background: #d0d0d0;
	text-decoration: none;
	color: #333;
}
#main-menu .disabled, #sub-menu .disabled {
	color: #d0d0d0;
}
#main-menu .disabled:hover, #main-menu .disabled:focus, #sub-menu .disabled:hover, #sub-menu .disabled:focus {
	background: #fff;
	color: #d0d0d0;
}
#top-link {
	margin: 0;
 	display: none;
	position: fixed;
	bottom: 10px;
 	right: 10px;
	padding: 1em;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
 	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
 	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

#warenkorb-link {
	position: fixed;
	bottom: 10px;
	left: 50%;
    transform: translateX(-50%);
	font-size: 2em;
	line-height: 1.5em;
	background-color: #006;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #d0d0d0;
	text-align: center;
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
 	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
 	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
	z-index: 9998;
	animation-name: warenkorbAnimation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	}

@keyframes warenkorbAnimation {
  0% {
    background: #44B;
  }
  100% {
    background: #006;
  }
}

#warenkorb-link a {
	color: #fff;
	display: inline-block;
	padding: 0.5em;
	}

.sticky-menu {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0.5em;
	z-index: 9998;
	background-color: #eee;
	}

#container {
	background: #fff;
	clear:both;
	padding: 1em 1em 3em 1em;
	text-align:left;
	border: none;
	border-bottom: 4px solid #666;
}
#topinfo {
	float: right;
	text-align: right;
	font-size: 1.25em;
	margin-top: 1em;
	}

#topline {
	text-align: center;
	background: #fff;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,243,153,0.18) 50%, rgba(255,255,255,1) 100%);
	padding: 0.5em 0;
	font-size: 0.8em !important;
	letter-spacing: 1px;
	}

h1 {
	font-size: 3em;
	line-height: 1.25em;
	font-weight: 700;
	padding: 0.3em 0;
}
h2 {
	font-size: 1.75em;
	line-height: 1.25em;
	color: #666;
	font-weight: 700;
	padding: 0.3em 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1.25em;
	color: #666;
	padding: 0.3em 0;
	font-weight: 700;
}
a {
	color: #666;
	text-decoration: none;
}
ul {
	padding: 0 0 0 1em;
}
li {
	padding: 0 0 0.5em 0.5em;
}
table, td, tr, th {
	border: 1px solid #ccdae1;
}
th {
	background: #666;
	color: #fff;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	font-size: 1.5em;
	margin: 0;
}
.block {
	display: block;
	}
.bold {
	font-weight: 700;
	}
input, select, .button, textarea {
	font-size: 1.2em;
	font-family: inherit;
	}
.textinput-flex {
	height: auto;
	margin: 0;
	padding: 0.3em 0.5em;
	border: 1px solid #d0d0d0;
}	
.textinput {
	display: block;
	width: 90%;
	max-width: 30em;
	height: auto;
	margin: 0;
	padding: 0.3em 0.5em;
	border: 1px solid #d0d0d0;
}
textarea {
	display: block;
	width: 90%;
	max-width: 30em;
	height: auto;
	min-height: 8em;
	overflow: hidden;
	margin: 0;
	padding: 0.3em 0.5em;
	border: 1px solid #d0d0d0;
}
.button {
	margin: 0.5em 0;
	padding: 0.25em 0.5em;
	border: 0;
	display: inline-block;
	background: #666;
	font-weight: 700;
	color: #fff;
	white-space:nowrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
	cursor: pointer;
}

.button:hover, .button:focus {
	background: #a66;
	color: #fff;
}

.button.disabled {
	background: #ccc;
}

.button-new {
animation-name: new;
animation-duration: 1s;
animation-iteration-count: 3;
}

@keyframes new {
  from {background-color: #666;}
  to {background-color: #b55;}
}

.button-lightgray {
	background-color: #d0d0d0;
    color: #000;
	}
	
.button-mediumgray {
	background-color: #333;
    color: #fff;
	}
	
.button-darkgray {
	background-color: #666;
    color: #fff;
	}
.button-red {
	background-color: #a22;
    color: #fff;
	}
	
.button-green {
	background-color: #2a2;
    color: #fff;
	}
	
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
  margin-left: -15px;
  margin-right: -15px;
  */
}

.row-even {
	background-color: #f5f5f5;
	}

.row-footer {
	border-top: 2px solid #666;
	background-color: #d0d0d0;
	}
	
.top-border {
	border-top: 1px solid #d0d0d0;
	}
	
.col {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col:not(.keep-width) {
	margin-bottom: 30px;
}

.col.no-margin {
	margin-bottom: 0;
}
	
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#footer-nav {
	background: #eee;
	border-radius: 0 0 5px 5px;
}
#footer-menu {
	padding: 0;
}
#footer-menu a {
	padding: 1em;
	/*transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
}
#footer-menu a:hover, #footer-menu a:focus, #footer-menu .current {
	color: #fff;
}
#footertext {
	width: 100%;
	padding: 1em;
	font-size:0.8em !important;
	line-height: 1.2em !important;
	background-color: #e0e0e0;
}
hr {
	border: none;
	border-top:1px solid #d0d0d0;
	margin:1em 0;
	width:100%;
}


form, .padded {
	padding: 0.5em;
	margin-top: 1em;
	}
	
.highlight {
    border: 2px solid #a22;
	border-radius: 3px;
	margin: 0.5em 0;
}

.teaser {
	color: #fff;
	font-size: 2em;
	line-height: 2em;
	font-weight: 700;
 	text-shadow: 0px 0px 2px #000, 2px 2px 5px #000;
	padding: 1em;
	min-height: 100px;
	background-color: #444;
}

.teaser h1, .teaser h2, .teaser h3 {
	color: #fff !important;
	}

.teaser_text {
	margin: 0;
	padding: 0.5em;
	color: #ddd;
	border-radius: 5px;
	border-style: solid;
	border-color: #ccc;
	border-width: 2px;
	background-color: #333;
}

.teaser_text h1, .teaser_text h2, .teaser_text h3, .teaser_text p {
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 2px #000, 2px 2px 5px #000;
	color: #fff;
}

.teaser_text1 {
	background-image: linear-gradient(110.3deg, rgb(192, 49, 66) 47.5%, rgb(230, 25, 33) 18.7%, rgb(99, 0, 0) 89.1%); 
	}

.teaser_text2 {
	background-image: linear-gradient(110.3deg, rgb(216, 103, 77) 47.5%, rgb(238, 179, 123) 18.7%, rgb(114, 43, 54) 89.1%); 
	}

.teaser_text3 {
	background-image: linear-gradient(110.3deg, rgb(19, 126, 57) 47.5%, rgb(5, 179, 123) 18.7%, rgb(8, 65, 91) 89.1%); 
	}
	
.productthumb {
	float: right;
	margin: 0.25em;
	border-radius: 10px;
	border: 1px solid #ccc;
	}

.blink {
        animation: blink-animation 0.5s steps(5, start) infinite;
        -webkit-animation: blink-animation 0.5s steps(5, start) infinite;
}

@keyframes blink-animation {
        to {
          visibility: hidden;
        }
}

@-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
}

 @media (min-width: 768px) {
 .mobile-only {
display:none !important;
}
 .headerlogo {
 height: auto;
 width: 400px;
}
 #main-menu ul,  #sub-menu ul {
 position: absolute;
 background: #fff;
 box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
}
 #main-menu li  {
 border-left: 1px solid #fff;
}
 #sub-menu li  {
 border-left: 1px solid #fff;
}
 #main-menu li:first-child,  #main-menu ul li, #sub-menu li:first-child,  #sub-menu ul li {
 border-left: none;
}
 #main-menu a {
 font-size: 1.25em;
}
#sub-menu a {
 font-size: 1em;
 padding-bottom: 1em;
}
 #main-menu ul li a {
 font-size: 1em;
}
 #main-menu > li, #sub-menu > li, #footer-menu > li {
display:table-cell;
float:none;
text-align:center;
width:1%;
}
#sub-menu .small {
 display: block;
 }
 .menubutton {
    display: none;
}

 #footer-menu li {
 border-left: 1px solid #d0d0d0;
}
 #footer-menu li:first-child {
 border-left: none;
}
#sub-menu a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #666 transparent transparent transparent;
    background: transparent;
  }
#sub-menu a .sub-arrow::before {
    display: none;
  }
.x-large {
	font-size: 1.5em !important;
}
.large {
	font-size: 1.25em !important;
}
.small {
	font-size: 0.8em !important;
	line-height: 1em !important;
}

.col:first-child {
	padding-left: 0;
	}

.col:last-child {
	padding-right: 0;
	}
  
}

 @media (max-width: 1367px) {
.teaser {
min-height: 180px;
} 
 }
 
 @media (max-width: 1200px) {
  .headerlogo {
 height: auto;
 width: 360px;
}
 .teaser {
min-height: 160px;
}
#main-menu a {
	font-size: 1em;
 }
 #main-menu ul li a {
 font-size: 0.8em;
}
#sub-menu a {
	font-size: 0.8em;
 }
  table.entitytable, .entitytable tr, .entitytable td {
font-size: 0.9em;
}

}

 @media (max-width: 1000px) {
 .teaser {
min-height: 135px;
}
 }

 @media (max-width: 767px) {
 body {
font-size: 12px;
padding: 0 0 6em 0;
background-image: none !important;
background-color: #fff !important;
}
.desktop-only {
display:none !important;
}
#container {
padding: 0.5em 0.5em 3em 0.5em;
}
#header {
padding: 0 0.5em;
}
 table.entitytable, .entitytable tr, .entitytable td {
padding:0;
font-size: 1em;
}
 table.entitytable {
border:none !important;
}
 .entitytable thead {
display:none;
}
 .entitytable tr {
float: left;
width: 100%;
margin-bottom: 2em;
}
 table.entitytable tr:nth-child(even), table.entitytable tr:hover {
background-color: inherit;
}
 .entitytable td {
float: left;
width: 100%;
padding:0.3em;
text-align: left;
}
 .entitytable td .container {
width: 70%;
float: right;
}
 .entitytable td::before {
content:attr(data-label);
width: 25%;
float:left;
padding:0.3em;
margin:-0.3em 0.3em -0.3em -0.3em;
}
 .headerlogo {
width: 222px;
margin: 0.5em 0;
}
.button, textarea {
	font-size: 1.5em;
	}
 .menubutton {
 margin: 0;
 display: block;
 width: 40px;
 height: 40px;
 position: absolute;
 top: 10px;
 right: 0;
 cursor: pointer;
}
 .line {
 position: absolute;
 display: block;
 width: 30px;
 height: 2px;
 background: #666;
 transform-origin: center;
 transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
}
 .line:nth-child(1) {
top: 10px;
}
 .line:nth-child(2) {
top: 20px;
}
 .line:nth-child(3) {
top: 30px;
}
 #menubutton:checked + .menubutton .line:nth-child(1) {
 transform: translateY(10px) rotate(-45deg);
}
 #menubutton:checked + .menubutton .line:nth-child(2) {
 opacity:0;
}
 #menubutton:checked + .menubutton .line:nth-child(3) {
 transform: translateY(-10px) rotate(45deg);
}
 #main-menu {
 height: 0;
 overflow: hidden;
 border-bottom: 1px solid #d0d0d0;
 /*transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;*/
}
 #menubutton:checked + .menubutton + #main-menu {
 height: auto;
}
 #main-menu a {
 font-size: 1.25em;
 border-top: 1px solid #d0d0d0;
}
 #main-menu ul li a {
 padding-left: 1.75em;
 font-size: 1.25em;
 font-weight: 400;
}
 #main-menu ul li ul li {
 padding-left: 2.75em;
}
#sub-menu {
 border-bottom: 1px solid #d0d0d0;
}
#sub-menu a {
 border-top: 1px solid #666;
}
#main-menu a, #sub-menu a {
	white-space:normal;
}
 .has-submenu::after {
 content: "+";
 font-weight: 700;
 float: right;
}

 .has-submenu.highlighted::after {
 content: "-";
}
#warenkorb-link {
	bottom: 0;
	left: 0;
	border: none;
	border-radius: 0;
    transform: none;
	width: 100%;
	height: 3em;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	}
#warenkorb-link img {
	max-width: 2em;
	}	
	
#top-link {
	bottom: 5em;
	}
h1 {
	font-size: 2.25em;
	line-height: 1em;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
}
h3 {
	font-size: 1.25em;
	line-height: 1em;
}

.col:first-child {
	padding-left: 0;
	}

.col:last-child {
	padding-right: 0;
	}

.col-1:not(.keep-width) {
-webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-2:not(.keep-width) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-3:not(.keep-width) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-4:not(.keep-width) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-5:not(.keep-width) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-6:not(.keep-width), .col-7:not(.keep-width), .col-8:not(.keep-width), .col-9:not(.keep-width), .col-10:not(.keep-width), .col-11:not(.keep-width), .col-12:not(.keep-width) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

 #footer-menu li {
 border-top: 1px solid #d0d0d0;
}
 #footer-menu li:first-child {
 border-top: none;
}
 td::before {
 background: #777;
 color: #fff;
}
.teaser {
min-height: 80px;
font-size: 1.5em;
}
.x-large {
	font-size: 1.66em !important;
}
.large {
	font-size: 1.35em !important;
}
.small {
	font-size: 0.90em !important;
	line-height: 1em !important;
}
form {
	margin-top: 0;
}

#mobile-menu ul {
 position: absolute;
 background: #fff;
}
 #mobile-menu li  {
 border: 1px solid #d0d0d0;
 border-radius: 3px;
 background: #666;
}
 #mobile-menu li img  {
 max-height: 1.5em;
 width: auto;
 -webkit-filter: invert(1);
  filter: invert(1);
}
 #mobile-menu a {
 color: #fff;
 font-size: 1.25em;
 padding: 0.25em;
/*transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;*/
}
 #mobile-menu > li {
display:table-cell;
float:none;
text-align:center;
width:1%;
}


}
 @media (max-width: 359px) {
 body {
font-size: 11px;
}
 .headerlogo {
 margin: 10px 0;
}
}