body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
*:focus {
outline: 0;
}
.clearer::after {
content: "";
display: table;
clear: both;
}
.block {
display:block !important;
}
.inline {
display:inline !important;
}
.inline-block {
display:inline-block !important;
}
.hide-mobile {
display:block;
}
a {
color:#666;
}
a:link {
color:#666;
}
a:visited {
color:#666;
}
hr {
color:#ccc; 
height:1px; 
background:#ccc; 
border:none;
}
h1 {
position:relative;
border-bottom: 1px solid #ccc;
color: #666;
font-weight: 300;
margin: 0 0 1em;
padding: 10px 0;
text-transform: uppercase;
}
h1::before {
border-bottom: 1px solid #666;
bottom: -1px;
content: "";
position: absolute;
width: 20%;
}
h3 {
font-weight: bold;
text-transform: uppercase;
}
#maincontainer {
	display:block;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	font: 14px "Open Sans", sans-serif;
	color:#777;
}
#maincontainer ul, #maincontainer ul li {
	padding:0;
	margin:0;
	list-style-position: inside;
}

/* TOPBAR */

#topbar {
	width: 100%;
	height: 35px;
	background: #E2E2E2;
    line-height: 35px;
}
#topbar-menu {
	float: right;	
}
#topbar-menu > li {
	display:inline-block;
}
span.topbar-text {
	font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
}
#topbar-menu > li > a {
	text-decoration: none;
	padding-right: 30px;
	font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
}

/* HEADER */

#header {
	background-color: #282d34;
	color: #fff;
	height: 101px;
}
#headerlogo {
	width: 25%;
	height:100px;
	line-height:100px;
	float:left;
	display:inline-block;
	text-align:left;
}
span.delivery-time::before {
    content: url('https://storage.googleapis.com/ggm_gastro_ebay/ebay/images/check.png');
	margin-right: 4px;
}
#headertexte {
	color:#666;
	margin:0 auto;
	display:inline-block;
	vertical-align: bottom;
}
#headerlogo img {
	max-width:85%;
	height: 100px;
	padding-left: 40px;
}
#headerlogo a {
	display:block;
	height:100px;
	text-decoration:none;
	font-size:0px;
	position:relative;
}
#headerlogo a::after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	display: block;
}
#headerinfo {
    padding-right: 50px;
	float:right;
	display: flex;
	align-items: center;
	height: 100px;
}
#headerinfo-1 {
	width:100%;
	float:left;
	display:inline-block;
}
#headerinfo-2 {
	width:100%;
	float:left;
	display:inline-block;
}
#topicon {
	color: #fff;
	font-size: 32px;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	margin-right:10px;
}
span.headertext {
	display:block;
	color:#E3F3FF;
	font-size: 14px;
    font-family: "Roboto";
}

/* NAVICONTAINER */

#navicontainer {
	margin:0px 0 10px;
	display:block;
	background:#fff;
	background-color: #282D34;
}
#navicontainer::after {
	content: "";
	display: table;
	width: 100%;
}
#navicontainer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navicontainer li {
	display:inline-block;
	float: left;
	width: 171.4px;
}
#navicontainer li a {
	display:block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #282D34;
	text-decoration: none;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.4px;
	transition: all 0.5s ease 0s;
	border-top: 1px solid #4B515A;
	border-right: 1px solid #4B515A;
}
#navicontainer a:hover {
	background: #D81100;
	color:#fff;
	transition: all 0.5s ease 0s;
}
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #666;
	text-align: center;
	padding: 10px 0;
	display: none;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}
.dropdown-toggle::after {
	display: none;
}
ul.dropdown-menu.menu > li {
	width: 100%;
}
.category-favourites > a {
	color: #C7963A !important;
}
.dropdown-ul {
	display: none;
	z-index: 100;
}
li:hover ul 
{
    display: block;
    position: absolute;
}

li:hover li
{
    float: none;
    font-size: 11px;
}

/* BANNER */

#topheader {
	width:100%;
	display:inline-block;
	float:left;
}
.banner {
  	max-width: 100%;
  	margin: 0 auto;
  	overflow: hidden;
  	border-bottom: 2px solid #E2E2E2;
  	padding-bottom: 20px;
}
.banner ul {
  	width: 1000%;
	height: auto;
  	position: relative;
  	list-style: none;
  	left: 0;
  	margin: 0;
  	padding: 0;
  	line-height: 0;
  	-moz-animation:slide-animation 20s infinite;
  	-webkit-animation:slide-animation 20s infinite;
}
.banner ul:hover {
  	-moz-animation-play-state:paused;
  	-webkit-animation-play-state:paused;
}
.banner li {
  	width: 10%;
  	list-style: none;
  	float: left;
  	margin: 0;
  	padding: 0;
}
.banner > ul > li > a > img {
    width: 100%;
}

/* MAINCONTENT */

#topcontent {
	width:100%;
	/*display:inline-block;
	float:left;*/
	margin-bottom:2.5em;
}

#topcontent::after {
	content: "";
	display: table;
	clear: both;
}

/* LEFTCONTENT */

#leftcontent {
	width: 48%;
	display:inline-block;
	float:left;
	padding-right:3%;
}

/* GALLERY */

.gallery{
	width: 100%; /*Same as width of the large image*/
	position: relative;
	height:auto;
	padding-top: 75%; /*That helps bring the labels down*/
	margin-top:5px;
}
/*Last thing remaining is to add transitions*/
.gallery>img{
	position: absolute;
	left: 0; top: 0; right:0; bottom:0;
	transition: all 0.5s;
	height:auto;
	max-width:100%;
	max-height:100%;
	margin:auto;
}
.gallery input[name='gallery_switch'] {
	display: none;
	visibility:hidden;
}
.gallery label {
/*Lets add some spacing for the thumbnails*/
	margin: 18px 0 10px 15px;
	border: 1px solid #E2E2E2;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
}
.gallery label img{
	display: block;
	height:75px;
    width: 75px;
    object-fit: contain;
}
/*Time to add the click effects*/
.gallery input[name='gallery_switch']:checked+label {
	border: 1px solid #D81100;
	visibility:visible;
	box-shadow: 0px 0px 10px rgb(216 17 0 / 40%);
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.gallery input[name='gallery_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
	visibility:hidden;
	
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.gallery input[name='gallery_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
	visibility:visible;
}

/* RIGHTCONTENT */

#rightcontent {
	width:49%;
	display:inline-block;
	float:left;
}

/* ARTICLE */

.article-name {
	font-weight: bold;
	font-size: 25px;
	font-family: "Roboto";
	color: black;
	margin-bottom: 14px;
	margin-top: 30px;
}
span.article-number {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
}
span.article-description {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
	opacity: 0.9;
}

/* PRICE */

.price-box {
    background: #F7F7F7;
    height: 164px;
	padding: 25px 25px;
	align-items: center;
}
.price-box-right {
    margin-top: auto;
    margin-bottom: auto;
}
span.price {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 45px;
    text-shadow: transparent 0px 0px 1em, #fff 0px -0.04em 0px, #fff 0.04em 0px 0px, #fff 0px 0.04em 0px, #fff -0.034em -0.024em 0px, #fff -0.03em -0.04em 0px, #fff -0.01em -0.04em 0px, #fff 0.052em -0.04em 0px, #fff 0.04em -0.04em 0px, #fff 0.02em -0.04em 0px, #fff 0.047em -0.025em 0px, #fff -0.045em 0.016em 0px, #fff -0.039em 0.038em 0px, #fff -0.052em 0.04em 0px, #fff -0.042em 0.04em 0px, #fff 0.031em 0.028em 0px, #fff 0.029em 0.04em 0px, rgb(0 0 0 / 40%) 0.05em 0px 0.05em, rgb(0 0 0 / 40%) 0px 0.05em 0.05em, rgb(0 0 0 / 40%) 0.05em 0.05em 0.05em;
    color: #332e2e;
    font-weight: 800;
    font-style: italic;
}
span.old-price {
    font-family: "Roboto";
    font-weight: 400;
    color: #B90202;
    font-size: 16px;
    text-decoration: line-through;
}
span.delivery-time {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #298400;
	background: #E6F2DC;
	padding: 5px;
}
button.add-to-cart:before {
	content: url('https://storage.googleapis.com/ggm_gastro_ebay/ebay/images/addtocart.png');
	padding-right: 10px;
	vertical-align: sub;
}
button.add-to-cart {
	float:right;
	background: linear-gradient(to bottom, #46C154, #097700);
    border: unset;
    height: 60px;
	line-height:60px;
    width: 265px;
    color: white;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: bold;
}

/* DESCRIPTION */

.description-tabs {
    margin-top: 60px;
}
.tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
	margin: 32px 0;
	padding-bottom: 16px;
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}
.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin-bottom: 43px !important;
}
.tab::before {
	display: none !important;
}
.tab > label {
	font-family: "Roboto";
	    font-size: 20px;
	    font-weight: 600;
	    background: #E2E2E2;
		height: 50px;
	    color: #282D34;
	    margin: 0 auto !important;
	    line-height: 1 !important;
	    border-radius: 0px !important;
	    padding: 15px 15px !important;
}
.tab:hover label {
	border-top-color: #333;
	color: #333;
}
.tab-content {
	display: none;
	color: #777;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	background: #282D34 !important;
	color: #FFFFFF !important;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}
.ggmDescription > p {
    color: black;
    font-family: "Roboto";
    font-size: 22px;
    margin-top: 20px;
}
.ggmDescription > ul > li {
    font-size: 16px;
    font-family: "Roboto";
    color: #2C2C2C;
}
.ggmDescription > ul > li::before {
    content: "•" !important;
}
.ggmTechnical > p {
    color: black;
    font-family: "Roboto";
    font-size: 22px;
    margin-top: 20px;
}
.ggmTechnical > ul > li {
    font-size: 16px;
    font-family: "Roboto";
    color: #2C2C2C;
}
.ggmTechnical > ul > li::before {
    content: "•" !important;
}

/* BOTTOMCONTENT */

#bottomcontent {
	width:100%;
	display:inline-block;
	float:left;
}

/* PREFOOTER */

.pre-footer {
	border-top: 5px solid #D81100;
	background: #F7F7F7;
}
.col-xs-12.col-xl-6.company-info {
    padding: 17px 60px;
}
p.company-text {
	color: #282D34;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 31px;
	text-transform: uppercase;
}
ul.company-check > li::before {
	content: "\f00c";
	display: table;
	clear: both;
	font-family: FontAwesome;
	display: inline;
	color: #4B515A !important;
	position: relative;
	margin-right:5px;
}
ul.company-check > li {
	color: #4B515A;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 7px !important;
}
p.company-text > mark {
	color: #D81100;
	background: #f7f7f7;
	padding: 0px;
}
.company-img > img {
	height: 259px;
	width: 100%;
	object-fit: contain;
	margin-bottom: 2px;
}

/* FOOTER */

#footer > div#infowrapper {
	display:block !important;
	width:100%;
	background: #282D34;
}
#infowrapper > .row {
	display: flex;
	height: 150px;
}
.col-xs-12.col-sm-6.col-xl-3.boxcontent {
    margin: auto;
}
.boxcontent img {
	display:inline-block;
	margin:0 auto;
	max-width:100%;
}
span.boxcontent-header {
    font-family: "Roboto";
    font-size: 16px;
    color: white;
	
}
ul.footer-icons > li {
    display: inline-block;
}
ul.footer-icons > li::before {
    display: none !important;
}
ul.footer-icons > li > img {
    padding-right: 10px;
}
ul.footer-icons > li > a > img {
	padding-right: 10px;
}
ul.footer-certification > li {
    display: inline-block;
}
ul.footer-certification > li::before {
    display: none !important;
}
ul.footer-certification > li > img {
    padding-right: 10px;
    width: auto;
    height: 40px;
}
.footer-logo {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid white;
}
#bottomcontent ul {
	margin:10px 0;
	padding:0;
}
#bottomcontent ul li, #rightcontent ul li, .description-tabs ul li {
	margin:0;
	padding:5px 0;
	list-style:none;
}
#bottomcontent ul li::before, #rightcontent ul li::before {
	content: "\f00c";
	display: table;
	clear: both;
	font-family: FontAwesome;
	display: inline;
	color: #666;
	position: relative;
	margin-right:5px;
	font-weight: 400;
}

/* Responsive 1200px */

@media screen and (max-width : 1200px) {
	#maincontainer {
		width:95%;
	}
    #navicontainer {
		background:transparent;
		height:2em;
		padding: 0px;
		margin-bottom: 15px;
	}
	/*Make dropdown links appear inline*/
	#navicontainer ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	#navicontainer li {
		margin-bottom: 1px;
	}
	#navicontainer li a {
		border-bottom:1px solid #bbb;
		padding:0;
	}
	/*Make all menu links full width*/
	#navicontainer ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		cursor:pointer;
	}
	.show-menu::before {
		content: "\f039";
		display: table;
		clear: both;
		font-family: FontAwesome;
		display: inline;
		color: #fff;
		position: relative;
		margin-right: 15px;
	}
	.price-box {
		height: auto;
	}
	button.add-to-cart {
		width: 100%;
	}
	li.dropdown.open > ul {
		display: block !important;
	}
	ul.dropdown-menu.menu {
		width: 100% !important;
	}
	li.dropdown > a {
	    display: none !important;
	}
	ul.dropdown-ul {
	    display: block !important;
	}
	.company-img > img {
		height: 310px;
		object-fit: cover;
	}
	.col-xs-12.col-xl-6.price-box-left {
	    margin-bottom: 30px;
	}
	.col-xs-12.col-sm-6.col-xl-3.boxcontent {
	    padding: 25px 50px !important;
	}
	#infowrapper > .row {
		height: unset;
	}
	p.company-text {
		font-size: 33px;
	}
	ul.company-check > li {
		font-size: 19px;
	}
}



/* Responsive 1024px */

@media only screen and (max-width : 1024px) {
	#headerlogo {
		width:30%;
		display:inline-block;
		float:left;
		text-align:left;
	}
	#headerlogo a {
		text-align:center;
	}
	#headerinfo {
		width:30%;
		display:block;
		padding:20px 0 0px 0px;
		display:block;
		margin:0 auto;
	}
	#headerinfo-1 {
		width:100%;
		display:inline-block;
		float:left;
	}
	#headerinfo-2 {
		width:100%;
		display:inline-block;
		float:left;
	}
	#navcontainer {
		padding-left: 0px;
	}
	#maincontent > div#boxwrapper {
		display:none;
	}
	#maincontent > div#infowrapper {
		display:none;
	}
	#maincontent > div#bottomcontent {
		width:100%;
	}
	#show-mobile {
		display:block;
		width:100%;
	}
	#show-mobile > div#boxwrapper {
		display:block !important;
		width:100%;
	}
	#show-mobile > div#infowrapper {
		display:block !important;
		width:100%;
	}
	div.boxcontainer {
		width:48%;
		margin:0 0.5%;
		float:left;
		display:inline-block;
		min-height:280px;
	}
}









@media only screen and (max-width : 700px) {
	div.boxcontainer {
		width:100%;
		margin:0;
		display:inline-block;
	}
	.crossitem:hover {
		cursor: pointer;
		transform: none !important;
		box-shadow: none !important;
		opacity: 1;
		border-color: #aaa;
	}
}




@media only screen and (max-width : 780px) {
	#header {
		text-align:center;
	}
	#headerlogo {
		width:100%;
		display:block;
		text-align:left;
	}
	#headerinfo {
		width:50%;
		display:block;
		padding:15px 0 10px;
		display:block;
		margin:0 auto;
	}
	#headerinfo-1 {
		width:100%;
		display:block;
		float:left;
	}
	#headerinfo-2 {
		width:100%;
		display:block;
		float:left;
	}
	#headerinfo-1::before, #headerinfo-2::before {
		display:block;
		padding-right: 190px;
	}
	#header {
		height: unset;
	}
	#headerlogo img {
		max-width: 45%;
	}
	.col-xs-12.col-md-8.topbar-left {
		display: none;
	}
	#topbar {
		display:none;
	}
}

@media only screen and (max-width: 767px) {



}





@media only screen and (max-width : 639px) {
	#leftcontent, #rightcontent {
		width:100%;
	}
}





@media only screen and (max-width : 499px) {
	#headerlogo {
		width:100%;
		display:block;
		text-align:left;
	}
	#headerinfo {
		width:50%;
		display:none;
		padding:15px 0 10px;
		margin:0 auto;
	}
	#headerinfo-1 {
		width:100%;
		display:block;
		float:left;
	}
	#headerinfo-2 {
		width:100%;
		display:block;
		float:left;
	}
	#maincontent > div#boxwrapper {
		display:none !important;
	}
	#maincontent > div#bottomcontent {
		width:100% !important;
	}
	#show-mobile {
		display:block;
	}
	#cross-selling {
		display:block;
	}
	#leftcontent, #rightcontent {
		width:100%;
	}
	p.company-text {
	    font-size: 18px;
	}
	ul.company-check > li {
	    font-size: 12px;
	}
	#headerlogo img {
		padding-left: 0;
		width: 50%;
	}
}

@media (max-width: 767px) {
    .ggmTechnical tbody tr th, .ggmTechnical tbody tr td {
        display:inline-block
    }
}

.ggmTechnical ul, .ggmTechnical p {
    margin-top: 5px;
    margin-bottom: 5px
}

.ggmTechnical strong {
    display: block;
    color: #B90202;
    margin-bottom: 15px
}

.ggmTechnical table {
    margin-bottom: 25px;
    min-width: 100%;
    overflow-wrap: anywhere; 
}

@media only screen and (min-width: 768px) {
    .ggmTechnical tr:nth-child(even) td, .ggmTechnical tr:nth-child(even) th {
        background-color:#fff
    }

    .ggmTechnical tr:nth-child(odd) td, .ggmTechnical tr:nth-child(odd) th {
        background-color: #F7F7F7
    }
}

@media only screen and (max-width: 767px) {
    .ggmTechnical tr:nth-child(even) th, .ggmTechnical tr:nth-child(even) td {
        background-color:#fff
    }
}

.ggmTechnical th {
    font-weight: 600;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .ggmTechnical th {
        width:38%
    }
}

#footercontainer > img{
	width:35px;
	height:35px;
	margin:0 10px;
}
.zahlungsarten > img {
	width: 41%;
	margin: 0 10px;
}
.zertifizierung > img {
    width: 23%;
}

.row:before, .row:after {
	display: none !important;
}

.m2e-gallery .full-image {
    max-width: 100% !important;
}


