/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../css/fonts/roboto-v27-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../css/fonts/roboto-v27-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* Standard CSS Wird für normale Desktops benutzt , sofern in keine Media Querys gesprungen wird */
body {
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #1c1c1c; 
}

a {
    color: #1c1c1c;
}

a:visited {
    color: inherit;
}

div.rotator ul {
    padding-left: 0px;
}

::-moz-placeholder {
    opacity: 1;
}

#NavMenu{
    background-color: #004467;
}

.sticky{
	position: sticky;
	top: 0px;
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table
}

.clearfix:after {
	clear: both;
	display: block
}

#layerContainer ul{
	list-style:none;
	margin: 0;
	padding: 0;
    margin-right: 10px;
}

.content{
	margin: 50px 100px 0px 100px;
}

.back {
	width:100%;
	background: #00509D;
	height:112px;
}

.exo-menu{
	width: 1200px;
	float: left;
	list-style: none;
	position:relative;
	background: #004467;
	margin: auto;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 0;
}
.exo-menu > li {
	display: inline-block;
	float:left;
	font-size: 18px;
	font-weight: normal;
}
.exo-menu > li > a{
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	position: absolute;
	padding: 0px;
}
.exo-menu i {
	float: left;
	font-size: 18px;
	margin-right: 6px;
	line-height: 20px !important;
}

/*mega menu*/
.mega-menu {
	left: 0;
	right: 0;
	padding: 15px;
	display:none;
	padding-top: 0;
	min-height: 100%;
	max-height: 500px;

	border: 1px #707070 solid;
	box-shadow: 5px 0px 10px 2px rgb(125,125,125);
	
	background-color: #eee;
	font-size: 0.875rem;
}

.mega-menu ul li a {
	line-height: 25px;
	display: block;
}

#cookie-hinweis {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    background-color: #004467;
    height: 73px;
    color: white;
}

#cookie-banner {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    background-color: #f6f6f6;
    height: 35%; 
    min-height: 300px;
}

#cookieText, #advancedOptions {
    position: absolute;
    overflow: auto;
    height: 75%;
    left: 1em;
    right: 1em;
    top: 1em;
}

#cookieButtons, #cookieOptionButtons, #cookieConfirmButtons {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    background: #f6f6f6;
}

.cookie-button {
    width: 200px;
}


#scrollHeader-searchIcon {
    border: none!important;
}

div.zoomWindowHint{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #646363;
}
#shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    opacity: 0.8;
    z-index: 1200;
}

#shadow2 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    opacity: 0.8;
    z-index: 999999999;
    left: 0px;
    top: 0px;
}

#show-remembered-wk-hint{
    padding-top:5px;
}
#show-remembered-wk-container {
    position: fixed;
    left: 50%;
    width: 991px;
    height: 80%;
    overflow-y: auto;
    margin-left: -490px;
    top: 10%;
    z-index: 99999999999;
    background: white;
    border: 1px solid #ccc;
}
#show-remembered-wk-close{
    position:absolute;
    right:5px;
    top:5px;
}
#show-remembered-wk-message {
    padding: 5px;
    padding-bottom: 10px;
    font-size: 1.0625rem;
    font-family: arial;
    font-weight:bold;
    color: #393939;
    text-align:center;
}
div.zoomContainer{
    z-index:99;
}
#show-remembered-wk-articles{
    max-height:580px;
    overflow-y:auto;
    border-bottom:1px solid #ccc;
    height: calc(100% - 155px);
}
input[type=search] {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}

.nextTo-TopNavImage {
    padding-top: 10px;
    color: white;
}

select[disabled] {
    background: #CCCCCC;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.background-white {
    background-color: white;
}

.box-sizing {
    box-sizing: border-box;
}

.small-border {
    border: 1px solid #ccc;
}

.small-border-bottom {
    border-bottom: 1px solid #ccc;
}

.small-border-right {
    border-right: 1px solid #ccc;
}

.small-border-left {
    border-left: 1px solid #ccc;
}

.image-headers {
    color: #636363;
    font-size: 0.75rem;
}

.small-border-top {
    border-top: 1px solid #ccc;
}

.overflow-wrap-break {
    overflow-wrap: break-word;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.inline-block-top {
    display: inline-block;
    vertical-align: top;
}

.flex{
    display:flex;
}

.flex-center{
    display:flex;
    justify-content:center;
}
.flex-spacearound {
    display: flex;
    justify-content: space-around;
}

.flex-spacebetween {
    display: flex;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-row {
    flex-direction: row;
}

.flex-direction-column, .flex-column {
    flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-grow {
    flex-grow:1;
}

.flex-align-center {
	align-items: center;
}

.flex-break {
    flex-basis: 100%;
    height: 0px;
}

#breadcrumb {
	list-style: none;
	padding: 0;
	margin: -10px 0 0 0;
}

#breadcrumb li {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 19px;
	padding: 0 5px;
	position: relative;
	display: inline-flex;
	justify-content: center;
}

#leftEdge {
	height: 2rem;
	width: 10px;
	position: absolute;
	top: -8px;
	left: -10px;
	background-color: #f3f3f3;
	z-index: 1000;
}

#breadcrumb li a, #breadcrumb li b {
	margin-left: 5px;
}

#breadcrumb li a::before, #breadcrumb li a::after{
	content: '';
	background-color: rgba(0, 0, 0, 0.047);
	height: 1rem;
	width: calc(100% + 10px);
	display: inline-block;
	position: absolute;
	left: -5px;
	z-index: 0;
}

#breadcrumb li :hover::before, #breadcrumb li :hover::after {
	background-color: rgba(0, 0, 0, 0.1);
}

#breadcrumb li :hover #leftEdge{
	background-color: #e5e5e5 !important;
}

#breadcrumb li a::before {
	top: -0.5rem;
	transform: skew(30deg);
}

#breadcrumb li a::after {
	top: 0.5rem;
	transform: skew(-30deg);
}

#breadcrumb::after {
	content: '<br>';
	opacity: 0;
}




#rememberMe_Details {
    display: none;
}

#rememberMe_showDetails:hover {
    text-decoration: underline;
}

.warenkorb-submit {
    background: #00509d;
    color: #e9e9e9;
    border: solid 1px #7d7d7d !important;
    font-size: 18px!important;
    border: none!important;
    border-radius: 0px!important;
    margin-top: 10px;
    height: 40px!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0079bc), to(#00509d));
    background: -moz-linear-gradient(top, #0079bc, #00509d );
    background: -ms-linear-gradient(top, #0079bc, #00509d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079bc', endColorstr='#00509d');
}
div#Schnellsuche-scrollHeader{
    background-color: white;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: -1px;
    border-radius: 0px;
    display: none;
}

/* FEHLER/ERFOLG MELDUNGEN */
div#feedbackMsg-Wrapper div{
    color: white;
    font-size: 0.625rem;
    padding-left: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    padding-top: 3px;
}
div#feedbackMsg-Wrapper div{
    margin-bottom:5px;
    margin-top:5px;
}
div#feedbackMsg-Wrapper div.error{
    /*IE does not support alpha values for hexadecimal values*/
    background-color: #cb3e30;
    background-color: #cb3e30de;
}
div#feedbackMsg-Wrapper div.success{
    /*IE does not support alpha values for hexadecimal values*/
    background-color: #1d9226;
    background-color: #1d9226d1;
}

.discount-box {
    position: fixed;
    right: 0px;
    width: 220px;
    top: 40%;
}

.discount-box-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #fff;
    font-size: 14px;
    background-color: #004467;
}

.break-word {
    overflow-wrap: break-word;
}

.wk-articles-container {
    border: 1px solid #ccc;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
}

div.item-head div.mobile-new-width {
    width: 18%;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.mobile-block {
    display: block;
    width: 250px;
    float: left;
}

.nav-list a {
    display: block;
    padding: 4%;
    color: black;
    text-decoration: none;
}

.nav-list a:visited {
    color: black;
    text-decoration: none;
}

#mobile-navleiste div.nav-list:last-child {
    border-bottom: solid 1px #888!important;
}

.nav-list {
    border-bottom-style: none!important;
    border-color: #888;
    border-style: solid;
    border-width: 1px;
    z-index: 10000;
    display: block;
    background-color: white;
    font-size: 0.8125rem;
}

.nav-list :hover {
    background-color: #BFBFBF;
}

#mobile-info {
    display: none;
}

#first-list-item {
    background-image: url('../images/cancel-black.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-position-x: 95%;
    background-position-y: 50%;
    background-color: #BFBFBF;
	color: #1c1c1c;
}

#mobile-navleiste {
    top: 46px;
    position: fixed;
    z-index: 9999;
    width: 15%;
    display: none;
    max-height: 100%;
	text-align: left;
}

#mobile-navleiste ul {
    list-style: none;
    padding-left: 0px;
}

#first-list-item {
    padding: 4%;
    cursor: pointer;
}

.navigation {
    width: 18%;
}

.navigation-search {
    width: 40%;
	padding-top: 6px;
}

.navigation-basket {
    display: flex;
    justify-content: space-around;
    width: 18%;
}

#navWarenkorbContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}

.fixed-input-search {
    width: calc(100% - 30px);
    height:28px;
}

.fixed-input-search input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    border-style: solid none solid solid;
    height: 100%;
    padding: 2px;
    color: gray;
    border-width: 1px;
    box-sizing: border-box;
}

.fixed-button-search {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 28px;
    box-sizing:border-box;
    background-color: white;
    width: 30px;
    border: 1px solid #999;
}

.hidden {
    display: none;
}

.select-container {
    position: inherit;
	margin-top: 20px;
}

.shadowbox {
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #f5f5f5;
    padding: 19px;
}

.hint {
    background-color: white;
}

.mobile-block input {
    width: 100%;
}

.mobile-block textarea {
    width: 100%;
    height: 80px;
}

div.PageFrame div.full-width {
    width: 700px;
}

.align-center {
    text-align: center;
}

div.item div.mobile-new-width {
    width: 18%;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.image-wrapper {
    border: solid 1px #999;
    border-top: none!important;
}

.schlauch-image {
    padding-top: 20px;
    padding-bottom: 15px;
}

.padding-content div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.option-wrapper {
    border: solid 1px #999;
}

.texthead {
    margin: 0px!important;
}

.texthead div {
    font-size: 12px;
    font-weight: bold;
}

.padding-content {
    padding: 5px;
    padding-bottom: 10px;
    height: 85px;
}

p.texthead {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none!important;
    border-bottom: solid 1px #999!important;
}

#mobile-nav2 div:first-child {
    padding-top: 8px;
}

#mobile-nav2 div:last-child {
    padding-top: 8px;
}
/*div.last{border-right:none!important;}*/
p.last {
    border-right-style: solid!important;
    border-right-width: 1px!important;
    border-right-color: #999!important;
}

.overflow-table2 table {
    width: 100%;
}

.filter-results {
    background-color: #EEEEEE!important;
}

.mobile-images-width {
    cursor: pointer;
}

.search-topic-div {
    float: left;
    height: 25px;
    padding-right: 15px!important;
    background-color: inherit!important;
}

.search-topic-div span {
    color: #333!important;
    font-weight: bold;
}

.wrapper-search {
    float: left;
    width: 500px;
}

.categories-content-headline {
    background-color: #EEEEEE!important;
    border: 1px solid #ccc;
}

.categories-content-headline span {
    color: #111!important;
}

.best-product-wrapper {
    background-color: #F4D613;
    padding-bottom: 10px;
}

.show-best-product {
    width: 25%;
    float: left;
    background-color: inherit!important;
}

.hytec-tipp {
    background-color: #F4D613!important;
    text-align: center;
}

.content-divs-name a {    
    text-decoration: none;
}

.content-divs-name a:hover {
    text-decoration: underline;
}

#SuchFeld-search input {
    float: none;
}

#SuchFeld-search {
    float: left;
    width: 400px;
    height: 35px;
    box-sizing: border-box;
}

#sq-search {
    width: 100%;
    height: 31px;
}

.Suchen-mobil-button input {
    padding-top: 3px;
    padding-right: 4px;
    border: none!important;
}

.Suchen-mobil-button {
    float: left;
    height: 35px;
    background-color: #0079BC;
    width: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.Container div.ArtikelDetailImageFull {
    position: absolute;
}

.width-350 {
    width: 350px!important;
}

.quarter-width-mobile {
    width: 25%!important;
    box-sizing: border-box;
}

.desktop-only-padding {
    padding-left: 10%;
}

.mobile-only-input {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.mobile-clearer {
    display: none;
}

img {
    border: 0px none;
}

#PageBG {
    position: absolute;
    height: 155px;
    width: 100%;
    background-color: #ecf1fd;
}

.mobile-position {
    left: 810px!important;
}

.mobile-position img {
    margin-left: 0px!important;
}

.mobile-only {
    display: none;
}

.mobile-only-block {
    display: none;
}

.search-topic-div {    
    padding-left: 5px;
	padding-top: 10px;
    text-align: center;
}

.show-best-product {
    background-color: #FFFF99;
    text-align: center;
}

.search-success {
    text-align: center;
}

.categories-content-headline {
    text-align: center;
    padding: 5px 0;    
    width: calc(100% - 2px);
}

.content-rows {
    margin-top: 10px;
}

.categories-content-headline span {
    color: white;
    font-size: 0.875rem;
}

.product-info a {
    text-decoration: none;    
}

.product-info {
    float: left;
    width: 32%;
    left: 50%;
    position: relative;
    overflow-wrap: break-word;
}

.product-info img {
    padding-right: 10px;
}

.search-results-list {
    width: 100%;
}

.search-result-addToCart {
    width: 30%;
    min-width: 300px;
}

.search-result-addToCart > .price{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    width: fit-content;
    float: none;
}

.content-divs {
    max-width: 50%;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.position-content {
    position: relative;
    left: -50%;
}

.content-divs-name {
    height: 50px;
}

.search-topic-div span {
    color: white;
    font-size: 0.875rem;
}

.filter-results {
    text-align: center;
    background-color: #C1D5F4;
    padding-bottom: 5px;
    padding-top: 5px;
}

.input-topic {
    padding: 15px;
    padding-left: 0px;
}

.input-topic-small {
    padding-top: 15px;
    padding-bottom: 15px;
}

.input-field-button {
    text-align: center;
    padding-top: 15px;
}

.formular-daten div:first-child {
    float: left;
    width: 200px;
    padding-top: 6px;
}

.infobox-mobile {
    margin-left: 390px!important;
}

.infobox-mobile2 {
    margin-left: 503px!important;
    height: auto!important;
}

.infobox-mobile2 div.MLCaret {
    display: none;
}

.hydraulik-konfigurator-ubersicht {
    height: 310px;
}

#Metrisch {
    display: none;
}

#Zoll {
    display: none;
}

#UNF {
    display: none;
}

#Flansch {
    display: none;
}

#MainNavigationWrapper {
    background-color: #f3f3f3;  
    z-index: 1400;     
    position: absolute; /*sticky;*/
    top: 0px;  
    width: 100%;
}

#MainNavigation {
    position: relative;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1200px;
    height: 84px;
}
#HeadMainFrame {
    position: relative;
    display: inline-block;
}

.sandbox-ribbon {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 160px;

    transform: rotate(-25deg);
    color: #891111;

    font-weight: bold;
    font-size: 28px;
    text-align: center;

    padding: 3px 0;

    letter-spacing: 1px;
    z-index: 20;

    pointer-events: none;
}

#menu5 {
    -webkit-margin-start: 352px!important;
    direction: ltr;
}

#menu7 {
    -webkit-margin-start: 522px!important;
    direction: ltr;
}

#display-version {
    text-align: center;
    display: none;
    margin-top: 15px;
}

#display-version2 {
    text-align: center;
    margin-top: 15px;
}

.switch-display {
    display: inline-block;
    padding: 5%;
    background-image: linear-gradient(#757C84,#5b626a);
}

.switch-display-text {
    text-decoration: none;    
}

.switch-display-text:hover {
    text-decoration: underline;
}

#NavKopf {
    display: none;
}

#NavKopf ul {
    margin: 0px;
    padding: 0px;
    margin-top: 1px;
}

#NavKopf ul li {
    display: inline-block;
    list-style-type: none;
}

#NavKopf ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    padding-left: 6px;
    color: #c1c1c1;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    border-right: 1px solid #003399;
    font-family: Arial;
}

#NavKopfList li a:hover, #NavKopfList li a:active {
    background: white;
    color: #003399!important;
    text-align: left;
}

#NavMenu{
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    z-index: 998;
    margin-top: 84px;
}

.Caret, .MLCaret, .MLInnerCaret {
    border-style: solid;
    height: 0px;
    width: 0px;
    border-width: 10px;
    position: absolute;
    border-color: transparent transparent transparent transparent;
}

.MLCaret {
    border-left-width: 0px;
    border-right-color: #000000;
    margin-left: -16px;
}

.MLInnerCaret {
    border-right-color: #FFFFFF;
    margin-top: -10px;
    margin-left: -9px;
}

#NavLogin {
    color: #c1c1c1;
    float: right;
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
}

#Languages {
    position: absolute;
    top: 26px;
    right: 230px;
    width: 100px;
}

#NavLogin a {
    font-weight: bold;
    color: #c1c1c1;
}

#Logo {
    height: 70px;
    width: auto;
    margin-top: 6px;
}

#Logo:hover {
    transform: translateZ(0) scale(1.05);
}

#NavWarenkorb {
    width: 150px;
    height: 50px;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
    color: #c1c1c1;
    position: relative;
}

#NavLogin a:hover {
    color: #3B78F1;
}

#NavMeinKonto {
    width: 120px;
    height: 50px;
    text-align: left;
    cursor: pointer;
    padding-left: 5px;
    color: #c1c1c1;
    display: flex;
}

#NavService {
    width: 105px;
    height: 50px;
    text-align: left;
    cursor: pointer;
    padding-left: 5px;
    color: #c1c1c1;
    display: flex;
}

#NavSprache {
    text-align: left;
    padding: 9px 5px 8px 5px;
    transition: 0.5s;
    color: #c1c1c1;
    cursor: pointer;
}

.NavBorder {    
    border: 1px solid #555;
    border-bottom: none;
}

.NavBorder-Invisible {
    border: 1px solid #f3f3f3;
    border-bottom: none;
}

#NavPreViewWarenkorb {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 250px;
    color: #333333;
    font-size: 12px;
    text-align: center;
}

#NavArtikelSuche {
    width: 100%;
    height: 84px;
    padding-top: 38px;
}

#NavArtikelSuche.active {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

#sq {
    width: 220px;
}

.searchButton {
    box-sizing: border-box;
    border: 0px;
    border-radius: 0px;
    border-style: none;
    display: flex;
    height: 100%;
    width: 44px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
}

.searchButton:hover {    
    background-color: #f3f3f3;    
}

.searchButton svg {
    width: 2em;
    height: 2em;
    fill: currentColor;
}

#tat_table {
    z-index: 9999999;
    border: 1px solid #666666;
    cursor: default;
}

#PreViewWarenkorb {
    position: absolute;
    right: 0px;
    top: 68px;
    width: 400px;
    z-index: 1000000;
    background-color: #FFFFFF;
    display: none;
    border: 1px #555 solid;
    border-top: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 60% 1px;
    background-image: linear-gradient(to right, #555, #555);
}

#MeinKontoLayer {
    position: absolute;
    top: 68px;
    z-index: 1000000;
    background-color: #FFFFFF;
    display: none;
    border: 1px #555 solid;
    border-top: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 30.5% 1px;
    background-image: linear-gradient(to right, #555, #555);
}

#ServiceLayer {
    position: absolute;
    top: 68px;
    z-index: 1000000;
    background-color: #FFFFFF;
    display: none;
    border: 1px #555 solid;
    border-top: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 38.5% 1px;
    background-image: linear-gradient(to right, #555, #555);    
}

#SprachLayer {
    position: absolute;
    z-index: 1000000;
    background-color: #FFFFFF;
    display: none;
    top: 52px;
    padding: 5px 4px 5px 5px; 
    border: 1px #000000 solid;
}

.font-gray {
    color: #555555;
}

.flex-container{
    display: flex;
    justify-content: space-between;
}

#ArtikelAddedBG {
    position: fixed;
    width: 530px;
    left: 50%;
    background-color: white;
    margin-left: -290px;
    z-index: 9999999;
    top: 250px;
    box-shadow: 1px 1px 13px 5px #888888;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    padding: 15px;
    font-family: Arial;
}

#ArtikelAdded a {
    font-size: 12px;
    color: #990000;
}

#PageTopic h1 {    
    overflow-wrap: break-word;
}

#PageLevel {    
    font-size: 0.8125rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

#PageLevel a {
    text-decoration: none;    
}

#PageLevel a .vAlign-middle{
	vertical-align: middle;
    text-decoration: none;    
}

.vAlign-middle{
	vertical-align: middle;
}

.PageNum {    
    height: 30px;
    margin-top: 15px;
    clear: left;
}

.PageNum a {
    text-decoration: none;
    border: 1px solid #003399;
    margin-left: 8px;
    padding-left: 3px;
    padding-right: 3px;
}

.PageNum a:hover {
    color: #FFFFFF;
    background-color: #c1c1c1;
}

/** Layer für den Page-Content */
#MainContent, .MainContent {
    position: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 1200px; 
    max-width: 100%;
}
.block{display:block;}
#MainContent input, textarea, select {
    border: 1px solid #999999;
}

#MainContent table {
    border-collapse: collapse;
}

#MainContent table thead {
    background-color: #f3f3f3;    
    font-weight: bold;
    height: 20px;
}

#MainContent table thead a {
    text-decoration: none;    
}

#MainContentEN {
    top: 205px;
}
	
/** Linkleiste am Boden */

#AllRights {
    text-align: center;
    font-size: 10px;
    height: 50px;
    margin-top: 20px;
    color: white;
    padding: 10px;
    margin-top: 0px;
    background-color: #004467; /*SP*/ 
}

#AllRights a {
    color: #999999;
    text-decoration: underline;
}

#NavFuss {
    margin-top: 60px;
    padding-bottom: 20px;
    background-color: #f3f3f3;
    border: none;
}

#NavFussInner {            
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.NavFussDetail {
    padding: 10px 10px 10px 0px;
    margin-top: 10px;
    float: left;    
    box-sizing: border-box;
}

.NavList {
    margin: 0px;
    padding: 0px;
}

.NavList li {
    list-style-type: none;
    padding-bottom: 10px;
}

.NavList li a, .NavFussDetail a {    
    text-decoration: none;
    color: #1c1c1c;
}

.rating-badge {
    margin-top:10px;
    height: 125px;
    width: 125px;
    transform: rotate(-20deg);
}

.width-200 {
    width: 200px!important;
}

.width-300 {
    width: 300px!important;
}

.border-sides {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.border-none {
	border:none!important;
}

.float-left {
    float: left;
}

.NavFussDetail a:hover {
    color: #bf6000;
}

.NavFussHead {    
    margin-bottom: 20px;
	font-weight: bold;
    font-size: 1.2rem;
}


/** Layer für das Artikelbild */
.ArtikelBild {
    float: left;
    width: 210px;
    font-size: 10px;
    color: #1c1c1c;
    vertical-align: middle;
}

.ArtikelBild img {
    width: 200px;
}

/** Layer für Die Artikelbeschreibung */
.ArtikelBeschreibung {
    margin-left: 6px;
    float: left;  
    padding-left: 5px;
    padding-right: 5px;
	width: calc(100% - 230px);
}

.ArtikelBeschreibung h2 {
    margin-top: 5px;
}

.ArtikelBeschreibung h3 {
    text-decoration: underline;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
	
.article-wrapper {
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 10px;
    width: 100%;
    box-sizing: border-box;
}	

/** Layer für die Artikeldetails/Varianten */
.ArtikelDetail {
    clear: left;
    padding-top: 10px;
    font-size: 12px;    
    text-align: center;
}

/** Layer Info-Box **/
.InfoBox {
    display: block;
    padding: 0px 6px 6px 6px;
}

/** Umrandung für Textebereiche **/
.TextFrame {
    margin-top: 20px;
    box-sizing: border-box;
    line-height: 1.7;
}

.TextFrame a {
    text-decoration: none;
}

.TextFrame a:hover {
    text-decoration: underline;
}

/** Umrandung für Seitenumspannenden Textbereich */
.PageFrame {
    border: 1px solid #CCCCCC;
    padding: 15px 15px 15px 15px;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.PageFrame table {
    width: 100%;
}

.PageFrame a {
    text-decoration: none;
}

.PageFrame a:hover {
    text-decoration: underline;
}

/** Hinweis bei Mausover auf Seiten **/
.Hint {
    position: absolute;
    border: 1px solid #999999;
    z-index: 100;
    background-color: #FFFFCC;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
}

/** Definition kleiner Detailbilder */
.Container {
    clear: left;
}

.ArtikelDetailImagePre {
    width: 70px;
    float: left;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
    text-align: left;
	margin-top: -1px;
	margin-right: -1px;
}

.ArtikelDetailImageFull {
    border: 1px solid #ccc;
    z-index: 100;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    background-color: #FFFFFF;
    text-align: center;
}

/** Hinweis/Warnungslayer */
.Warning {
    padding: 5px 5px 5px 5px;
    background-color: #FFFF99;
    border: 1px solid #000000;
    z-index: 200;
}

/** Mouseover Tabelle */
.HoverTable tr:hover {
    background-color: #c1c1c1;
    color: #FFFFFF;
}

/** Mouseover Zeile */
.HoverRow:hover {
    background-color: #D5EBFD;
    background: -moz-linear-gradient(bottom,#ffffff,#f4d613);
    background: -webkit-gradient(linear,left top,left bottom,from(#f4d613),to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d613',endColorstr='#ffffff');
}

/** Immer Image-Broder aus */
a img {
    border: 0px;
}

/** Formatierung der Artikelfelder */
.ArtikelHeading {    
    font-weight: bold;
    font-size: 11px;
}

.ArtikelText {    
    font-size: 11px;
}

/** Formatierung der Artikeltabellen */
.TableHeading > th {    
    font-weight: bold;
    font-size: 14px;
    height: 25px;
}

.TableRow1 {    
    font-size: 14px;
    height: 25px;
	white-space: nowrap;
}

.TableRow1:nth-child(2n) {
    background-color: #f3f3f3;
}

.TableRow2 {    
    font-size: 14px;
    background-color: #f3f3f3;
    height: 25px;
	white-space: nowrap;
}

/** Links/Überschriften der Übersichtsseiten */
.OverViewLink {
    font-size: 12px;
    color: #c1c1c1;
    text-decoration: none;
}

.OverViewLink h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    display: inline;
}

.OverViewLink:hover {
    text-decoration: underline;
}


/** Styledefinition des Warenkorbs **/
.WarenkorbFrame a {
    color: #1C1C1C;
    text-decoration: none;
}

.WarenkorbFrame a:hover {
    text-decoration: underline;
}

.WarenkorbFrame table thead td {
    height: 25px;
    font-size: 12px;
}

.WarenkorbTable {
    margin-top: 20px;
}

.WarenkorbImage {
    max-width: 120px;
    border: none;
}

/** Definition der Produkttabelle */
.ProductTable {
    margin-top: 2px;
    border-bottom: 1px solid #999999;
    font-size: 12px;
}
/** Definition der Abschlussberechnung */
.WarenkorbSumme {
    margin-top: 1px;
    border-top: 1px solid #999999;
    font-size: 12px;
}

.WarenkorbMwst {
    font-size: 9px;
}


/** Links im Loginbereich */
.Hinweis_small {
    color: #CC0000;
}

.Hinweis_small:visited {
    color: #CC0000;
}

/** Bilder vergrößern */
#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

#content-4 {
    display: none;
}

#QuickSearch {
    position: absolute;
    top: 82px;
    z-index: 99999999;
    border: 1px solid #777;
    border-top: none;
    display: none;
    color: #666666;
    width: 100%;
    font-size: 0.75rem;
    background-color: #FFFFFF;	
	-webkit-box-shadow: 0px 8px 15px -5px #000000; 
	box-shadow: 0px 8px 15px -5px #000000;
    padding: 1em;
    box-sizing: border-box;
}


#Schnellsuche-scrollHeader td:nth-Child(2n){
	padding-left: 5px;
}

label.checkbox-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.SuchFeld {
    color: #999999;
    border: 1px solid #333333;
    font-size: 10px;
    height: 20px;
    width: 200px;
}

#SuchFeld {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #777;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

#SuchFeld input {
    height: 42px;
    width: 100%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-top-style: none;
    border-right-style: none;
    padding-left: 10px;
    font-size: 15px;
    border-left-style: none;
    border-bottom-style: none;
    outline: none;
}

.SearchInfoBox {
    background-color: #FFFF99;
    border-bottom: 1px solid #ccc;
}

.SearchInfoBox:hover {
    background-color: #FFFF4a;
}

.SearchInfoBox a {
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

.SearchInfoBox img {
    width: 100px;
}

.SearchPrice {
    font-weight: bold;
    color: #003366;
}

.SearchResultInfo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.LastSearchResultInfo {
    text-align: center;
}

.LastSearchResultInfo a {
    color: #003366;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
}

.LastSearchResultInfo a:hover {
    text-decoration: underline;
}

.SearchResultItem {
    color: #1c1c1c;
    padding: 0.8em;
}

.WKForm input:focus {
    background-color: #FFFF99;
}

.WKForm table tr {
    height: 25px;
}

.WKForm table thead td {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    color: #c1c1c1;
    height: 30px;
}

.TigerLink-white {
    text-decoration: underline!important;
    color: white!important;
}

.TigerLink, a.TigerLink:visited {
    text-decoration: underline !important;
    color: #BF6000 !important;
}

.BlueLink {
    color: #004467 !important;
    text-decoration: none;
}

.BlueLink:hover {
    text-decoration: underline !important;
}

.orange {
    color: #BF6000 !important;
}

.Button {
    display: inline-block;
    outline: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: .2em 2em .3em;
    background: #004467;
    color: #fff;    
    border: none !important;
    font-size: 18px;
    height: 38px;
    transition: background-color .5s ease 0s;
    /*
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}

.Button:hover {
    text-decoration: none;
    background: #0073B0;
}

@keyframes buttonActive {
	0%	{ transform: translateY(-1px); }
	50%	{ transform: translateY(0); }
}

.Button:active {
    animation-name: buttonActive;
	animation-duration: 1s;
}

.loading, .check {
    display: none;
    position: absolute;
    top: 15%;
    right: 40%;
}

.loading.active {
    transform-origin: center center;
    display: block;
    animation: loading 500ms linear infinite;
}
.check.active {
    transform-origin: center center;
    display: block !important;
    font-size: 24px;
    animation: scale 0.5s linear;
}

@keyframes loading {
    100% {
        transform: rotate(360deg);
   }
}
@keyframes scale {
    0% {
        transform: scale(10);
    }
    50% {
        transform: scale(0.2);
    }
    70% {
        transform: scale(1.2);
    }
    90% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

.font-yellow {
    /* Fallback fuer IE < 9 */
    color: #F3D613;
    color: rgba(0, 0, 0, 0) !important;
}

.addToBasketContainer {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
}
        
.Button-gray {
	background: #808080;
}

/* Button gray */
.gray {
    color: #e9e9e9 !important;
    border: solid 1px #555 !important;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#72787f), to(#444c55));
    background: -moz-linear-gradient(top, #72787f, #444c55);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72787f', endColorstr='#444c55');
}

.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#666b72), to(#393f47));
    background: -moz-linear-gradient(top, #666b72, #393f47);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666b72', endColorstr='#393f47');
}

.gray:active {
    color: #afafaf !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top, #575757, #888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.small {
    padding: .1em 1em .1em;
}

.price-layer {
	width:33%;
	border:1px solid;
	border-radius:4px;
	padding: 2em;
    box-sizing: border-box;
	height: 100%;
	order: 3;
}

.price {
    float: left;
	color: #e75012;
}

.price-big {
    font: bold 28pt Verdana, Arial, Helvetica, sans-serif;
    float: left;
}

.price-small {
    font: bold 18pt Verdana, Arial, Helvetica, sans-serif;
    float: left;
    margin-top: 4px;
}

.price-hint {
    color: #666666;
    clear: both;
    padding-top: 4px;
    font-size: 0.8em;
}

.add-to-basket {
    margin-top: 8px;
    float: left;
    width: 100%;
}

.add-to-basket-quantity {
    height: 34px;
    width: 46px;
    font-size: 22px;
    border: thin solid #999999;
    padding-left: 15px;
    float: left;
    margin-right: 8px;
}

.add-to-basket-quantity:focus {
    background-color: #FFFF99;
}

.add-to-basket-shipping {
    margin-top: 10px;
    color: #666666;
    clear: both;
}

.add-to-basket-shipping a {
    color: #666666;
    text-decoration: underline;
}

.add-to-basket-free-shipping {
    margin-top: 10px;
    color: #009933;
    clear: both;
}

/* Button Warenkorb */
/*old theme #006699, #003366 );*/
.add-to-basket-button, .checkout-button {
    /*border: solid 1px #555 !important;*/
    border: none !important;
    background: #00509d;
    color: #1c1c1c;
    font-size: 18px;
    height: 38px;
    background: #5c5c5c; /*HB*/
	background: #1c1c1c; /*TH*/	
	background: #F3D613; /*HY*/	
    transition: background-color .5s ease 0s;
}

.add-to-basket-button:hover, .checkout-button:hover {
    background: #bf6000;
    background: #f4d613;
    background: #004467;
    background: #F9E97B;    
}

.detailsButton {
	margin-top: 5px;
	width: 210px;
}

.option-button, .lightgray {
    color: #1c1c1c !important;
    border: solid 1px #999999 !important;
    background: #f3f3f3;
}

.option-button:hover, .lightgray:hover {
    background: #e7eaf0;
}

.image-button {
    border: none !important;
}

.content-layer {
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
}

.item-layer {
    margin-top: 20px;    
	padding-bottom: 30px;
    padding-top: 10px;
	border:none;
}

.item-image {
	width: 60%;
	margin: 0px 30px 0px;
	order: 2;
	text-align: center;
}

.item-image img {
    max-width: 100%;
}

.item-detail {    
    float: left;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.7;
}

.item-detail a {
    color: #bf6000 !important;
}

.item-content {
    border-left: 1px solid #CCCCCC;
    float: left;    
	border:none;
}

.item-list {
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px;
}

.item-list h2 {
    font-size: 18px;
    margin-bottom: 0px;
}

.item-list:hover {
    border: 1px solid #999;
    box-shadow: 8px 8px 5px #888888;
}

.item-text {
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.stichpunkt
{	
	margin-top:10px; 
	border-top: 1px dashed #CCC;
	padding-top:10px;
}

.check-list {
    padding-left: 22px;
}

.check-list li{
   list-style-image: url(/images/check.svg);    
}

.check-list li span {
    vertical-align:top;
}

.padding-left {
    padding-left: 40%;
}

.border-left-noradius {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.product-info2 {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    left: 50%;
    overflow-wrap: break-word;
    text-align: center;
}

.product-info2 a {
    color: #c1c1c1;
}

.price-small {
    float: none!important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.item-properties {
    color: #999999;
    font-size: small;
    margin-top: 10px;
}

.item-preview {
    border: 1px solid #CCCCCC;
    width: 23%;
    padding: 5px 5px 5px 5px;
    text-align: center;
    box-sizing: border-box;
    min-height: 240px;
}

.image-detail-preview {
    width: 78px;
    height: 78px;   
    cursor: pointer;
	float: none;
	border:none;
}
.img-thumbnails{
	width: 10%;
	display:block;
	order: 1;
	
}

.image-detail-preview img {
    width: 100%;
}

.image-detail-full {
    border: none;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    display: none;
    z-index: 9999999;
    text-align: center;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}


.tabs-input {
  opacity: 0;
  display:none;
}
.item-add{
	margin-left:20px;
}

.tabs-label {
  width: 100%;	
  height: 15px;
  padding: 20px 30px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;
  color: #7f7f7f;
  transition: background 0.1s, color 0.1s;
  border-left: 1px solid #ccc;
  border-radius: 5px 5px 0px 0px;

}

.tabs-label:hover {
  background: #d8d8d8;
}

.tabs-label:active {
  background: #ccc;
}

.tabs-input:focus + .tabs-label {
  box-shadow: inset 0px 0px 0px 2px #ededed;
  z-index: 1;
}

.tabs-input:checked + .tabs-label {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  z-index: 10;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #fff;
}
.tabs-panel {
  display: none;
  width:100%;
  padding: 20px 30px 30px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top:-2px;
  border-radius: 0px 5px 5px 5px;
  
  
}
.tabs-input:checked + .tabs-label + .tabs-panel {
  display: block;
}

.tabs-label.hyreka-green {
    background-color: #6fad33;
    color: #fff;
}


.tabs-label.hyreka-green:hover {
    background-color: #8dcb50;
    color: #1c1c1c;
}

.tabs-input:checked + .tabs-label.hyreka-green:hover{
    background-color: #fff;
    color: #1c1c1c;
}


.small-hint {
    font-size: small;
    color: #666666;
}

.small-hint a {
    color: #bf6000;
}

.clearer {
    clear: both;
}

.ItemQuantity {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
	float: left;
}

.QuantityField {
    height: 20px;
    width: 29px;
    padding-left: 3px;
}

.CheckoutField{
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 1em;
    margin-top: 4px;
    border: 1px solid #ccc !important;
	height: 38px;
    color: #555;
}

select.CheckoutField{
	background-color: #fff;
}

select.CheckoutField:hover{
	cursor: pointer;
}  

.CheckoutField :disabled{
	color: #ccc;
	cursor: default;
}

.CheckoutFieldRo{
    padding: 6px 12px;
    box-sizing: border-box;
    width: 300px;
    font-size: 14px;
    margin-top: 4px;
    border: 1px solid #ccc !important;
	height: 32px;
    border-radius: 4px;
    color: #555;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}


.searchicon {
	width: 22px;
	height: 22px;
	margin-top: 8px;
	margin-left: -28px;
	cursor:pointer;
	border-style:none !important;
}

.highlight {
    background-color: #FAFFBD;
}
.highlightro {
    background-color: #E6E6E6;
}

input[type=checkbox] {
	/* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
 /* IE */
    -moz-transform: scale(1.2);
 /* FF */
    -webkit-transform: scale(1.2);
 /* Safari and Chrome */
    -o-transform: scale(1.2);
 /* Opera */
}

.float {
    float: left;
}

.right {
    float: right;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.absolute {
    position: absolute;
    z-index: 1000;
}

.relative {
    position: relative;
}

.QuantityField:focus {
    background-color: #FFFF99;
}

.QuantityButton {
    padding: 0px 0px 0px 0px;
    height: 24px !important;
    width: 15px !important;
    font-weight: bolder;
    cursor: pointer;
    background: #004467;
    color: #fff !important;
    border: none !important;
}

.QuantityButton:hover {
    background: #0073B0;
}

.RoundedRight {
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border: 1px solid #999999;
}

.RoundedLeft {
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border: 1px solid #999999;
}

.RoundedTop {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 1px solid #999999;
}

.RoundedBottom {
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border: 1px solid #999999;
}

.Rounded, .rounded {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #999999;
}

.Infobox {
    border: solid 1px #999999 !important;
    background: #F3F3F3;
    padding: 4px 4px 4px 4px;
}

.box {
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
}

.shadow {
    box-shadow: 8px 8px 5px #888888;
}

.border-box {
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 5px;
}

.loader-layer {
    background: rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    display: none;
}

.loader {
    left: 50%;
    top: 40%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
}

.loader-text {
    width: 200px;
    text-align: center;
    margin-left: -100px;
    margin-top: 80px;
    position: absolute;
    font-size: 12px;
    color: #FFFFFF;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader .loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

#ui-add-to-basket-overlay {
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999;
    overflow: hidden;
	width:100%;
	height:100%;
	background: #000;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

#ui-add-to-basket {
	position:fixed;
	background-color:#FFF;
	
	min-height:200px;
	left:50%;
	top:50%;
	z-index: 999999999;
	margin-left:-250px;
	margin-top:-100px;
	padding: 5px;
}
/*Übersichtsseiten*/
.category-layer {
    display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
    box-sizing: border-box;
}

.category {
	width: calc(25% - 2em);
	margin-top: 1em;
	margin-bottom: 1em;
    box-sizing: border-box;
    text-align: center;
    height: 246px;
}

.category-filter {
	width: 33.33%;
	min-width: 300px;
	height: 100%;
	position: relative;
}

.category-filter .category-content{
	min-height: 525px;
}

#selectBoxen {
	width: 48%;
}

.centerContent{
	display: flex;
}

.centerContent *{
	margin-top: auto;
	margin-bottom: auto;
}

.centerFormInputs {
    display: flex;
    margin-bottom: 5px;
}

.centerFormInputs .select2.select2-container{
    margin-top: 0px;
}

.centerFormInputs.formular-daten div:first-child, .centerFormInputs > div{
    padding-top: 0;
}

.centerFormInputs * {
	margin-top: auto;
	margin-bottom: auto;
}

@media screen and (max-width:937px){
	.category-filter{
		width: 50%;
	}
}

@media screen and (max-width:630px){
	.category-filter{
		width: 100%;
	}
	
	#selectBoxen {
		width: 100%;
		margin-top: 15px;
	}
}

.lightbox, .category-content {
    background-color: #f3f3f3;
	box-sizing: border-box;
	overflow: hidden;
}

.category-content {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    line-height: 1.3 !important;
    height: 100%;
	padding: 5px;
    background-color: white;
    cursor: pointer;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    transition-property: border-color, box-shadow, transform;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 203, 202);
    border-radius: 8px;
}

.category:hover .category-content{
    cursor: pointer;
    outline: 0 none;    
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 4px 0px, rgba(0, 0, 0, 0.06) 0px 3px 3px -2px, rgba(0, 0, 0, 0.1) 0px 1px 8px 0px;
    transform: translateY(-1px);
}

.category-content a {
    text-decoration: none;
}

.category-content a:visited{
    text-decoration: none;    
}

.category:hover .category-content a {
    color: #BF6000;
}

.category-image {
    padding-top: 10px;
    height: 190px;
    box-sizing: border-box;
}

.category-image img {
    max-width: 80%;
    max-height: 100%;
}

.category-image img:hover{
    /* Thoman
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    */
}

.category-text {
    padding: 5px;
	word-wrap: break-word;
}

.category-text a {
    color: #1c1c1c;
}

.category-text a:hover {
    text-decoration: none;
}

.category-text h2 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 0.9375rem;
}
.row {
    margin-bottom: 8px;
}

.col {
    display: block;
    float: left;
}

.center {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
}

.par{
	margin-top:30px;
}

.text {

}

.hover:hover {
	text-decoration:underline;
}
	
.text-gray {
    color: #333333!important;
}

.text-light-gray {
    color: #999999!important;
}

.text-green {
    color: #009933!important;
}

.text-white {
    color: #FFF!important;
}

.text-red {
    color: #990000!important;
}

.text-blue {
    color: #003399!important;
}

.text-light-blue {
    color: #0079bc!important;
}

.text-orange {
    color: #BF6000!important;
}

.text-light-orange {
    color: #e75012 !important;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-yellow {
    color: #FFFF00;
}

.text-large {
    font-size: large;
}

.text-medium {
    font-size: 1.125rem;
}

.text-normal {
    font-size: 1rem;
}

.text-small {
    font-size: 0.875rem;
}

.text-x-small {
    font-size: 0.71875rem;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.last {
    margin-right: 0px !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.pointer {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.width-100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-75 {
    width: 75%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-55 {
    width: 55%;
}

.width-50 {
    width: 50%;
}

.width-45 {
    width: 45%;
}

.width-40 {
    width: 40%;
}

.width-33 {
    width: 33%;
    width: calc(100%/3);
}

.width-30 {
    width: 30%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.width-5 {
    width: 5%;
}

.height-100 {
    height: 100%;
}

.height-85 {
    height: 85%;
}

.height-75 {
    height: 75%;
}

.height-65 {
    height: 65%;
}

.height-55 {
    height: 55%;
}

.height-50 {
    height: 50%;
}

.height-45 {
    height: 45%;
}

.height-40 {
    height: 40%;
}

.height-auto {
	height: auto;	
}

.top-45 {
    top: 45px;
}


/* Colorbox Core Style: */
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* Colorbox User Style: */
#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(/images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(/images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(/images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

.scrollToTop {
    width: 110px;
    /*height: 70px;*/
    padding: 5px;
    text-align: right;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1201;
}

#scrollToTopText {
	opacity: 0;
	float: left;
	background-color: #004467;
	height: 40px;
	width: 60px;
	padding-left: 10px;
	text-align: center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.scrollToTop:hover > #scrollToTopText{
	opacity: 0.7;
	transition: opacity 0.5s ease-in;
}

.scrollHeader {
    height: 46px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1300;
    display: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    box-shadow: rgb(135, 135, 135) 0px 4px 8px;
    background-color: #1c1c1c; /*TH*/
    background-color: #5c5c5c; /*HB*/
    background-color: #004467; /*SP*/
}

.light-margin {
    margin-left: 10px;
}

.space {
	margin-left: 5px;
}

.text-in-div {
    text-align: left;
    padding-left: 15px;
}

.scrollHeader-content {
    width: 1200px;
    margin: auto;
    color: #FFFFFF;
    padding-top: 2px;
    height: 100%;
    font-size: 0.9375rem;
	display: flex;
	justify-content: space-between;
}

.vote {
    border: 1px solid #ccc;
    width: 100%!important;
}

.scrollHeader-basket {
    text-align: right;
}

.scrollHeader-basket a {
    color: #FFFFFF;
}

.scrollHeader-label {
    margin: 1px 0px 0px 5px;
}

/*Neue Übersichtsseiten Struktur */
.ubersichtsseiten {
    float: left;
    width: 21%;
    height: 180px;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 40px;
}

.ubersicht-div {
    width: 100%;
}

.ubersicht-images {
    height: 132px;
    border: 0px;
    align: center;
}

.nav-links {
    text-decoration: none;
    color: #000000;
	font-size: 0.9375rem;
}

.clear-hidden {
    display: none;
}

#mobile-mainnav {
    display: none;
}

.ubersichtsseiten {
    float: left;
    width: 25%;
    white-space: nowrap;
    text-align: center;
}

#wkpreview {
    display: inline-block;
    vertical-align: middle;
}

#meinkonto {
    display: inline-block;
    vertical-align: middle;
}

#wktext {
    position: absolute;
    top: 17px;
    left: 60px;
}

#kontotext {
    margin-top: 8px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#servicetext{
    margin-top: 15px;
    margin-left: 3px;
}

#DE {
    display: inline-block;
}

#DE a {
    padding: 0px!important;
    border-right: none!important;
}

#DE img {
    vertical-align: middle;
    width: 22px;
    height: auto!important;
}

#EN {
    display: inline-block;
}

#EN a {
    padding: 0px!important;
    border-right: none!important;
}

#EN img {
    vertical-align: middle;
    width: 22px;
    height: auto!important;
}

.checkbox-row {
    float: left;
    padding-right: 15px;
}
  /*Überarbeitung des Shops (Hytec-Suche)*/
.inline-block-div {
    display: block;
    height: 30px;
    margin-top: 10px;
}

.inline-block-div input {
    width: 100%!important;
    margin: 0px!important;
}

.text-centered, .text-center {
    text-align: center;
}

.no-success-search {
    text-align: center;
    background-color: #C1D5F4;
    padding: 5px;
}

.input-wrapper {
    float: left;
    width: 150px!important;
}

.input-wrapper2 div {
    width: 100%!important;
}

.input-wrapper2 {
    width: 300px!important;
    padding-left: 15px;
}

.input-margin {
    margin-top: 15px;
}

.mobile-discount-close {
    display: none;
}

.cart-count {
    border-radius: 100%;
    height: auto;
    min-width: 14px;
    text-align: center;
    background-color: #f4d613;
    color: #333333;
    position: absolute;
    top: 30px;
    left: 35px;
    font-weight: bold;
    padding: 1px 1px 2px 2px;
}

.bg-arrow_up_grey {
    display: none;
}

/*CSS-Sprites*/
.bg-call {
    width: 26px;
    height: 26px;
    background: url('/images/social_sprite.png') -0px -0px;
}

#bg-loader-container {
	height: calc(100% - 1px);
	width: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	border: solid rgba(0,0,0,0.7) 1px;
	border-radius: 5px;
}

.bg-loader {
	margin: auto;
	background: url('/images/loading.gif') no-repeat center center;
	transform: scale(2, 2);
	height: 66px;
	width: 66px;
}

.bg-logo_dhl_paket {
    width: 120px;
    height: 37px;
    background: url('/images/bottom_sprite.png') -0px -39px;
}

.bg-mobile_basket {
    position: relative;
    margin-left: -32px;
    left: 50%;
    width: 64px;
    height: 64px;
    background: url('/images/top_sprite.webp') -0px -0px;
}

.bg-mobile_basket_scrollNav {
    position: relative;
    margin-left: -32px;
    left: 50%;
    width: 32px;
    height: 28px;
    background: no-repeat url('/images/mobile_topnav_basket.webp');
    background-size: contain;
    margin-top: 5px;
}

.bg-mobile_user {
    position: relative;
    margin-left: -32px;
    left: 50%;
    width: 64px;
    height: 64px;
    background: url('/images/top_sprite.webp') -64px -1px;
}

.bg-navigate_down {
	width: 32px;
    height: 32px;
    background: url('/images/navigate_down.png');
}

.bg-navigate_up {
	width: 32px;
    height: 32px;
    background: url('/images/navigate_up.png');
}

.bg-paypal {
    margin-top: 15px;
    width: 95px;
    height: 30px;
    background: url('/images/bottom_sprite.png') -120px -62px;
}

.bg-precash {
    width: 107px;
    height: 32px;
    background: url('/images/bottom_sprite.png') -120px -0px;
}

.bg-preise {
    width: 35px;
    height: 35px;
    background: url('/images/top_sprite.webp') -80px -128px;
}

.bg-scroll_top_blue {
    width: 48px;
    height: 48px;
    margin-left: 6px;
    background: url('/images/bottom_sprite.png') -0px -147px;
}

.bg-service {
    width: 48px;
    height: 48px;
    background: url('/images/question.png');
}

.bg-service_gray {
    width: 34px;
    height: 34px;
    margin-top: 8px;
    background: url('/images/question_gray_klein.png');
}

.bg-shopping_basket_black {
    width: 44px;
    height: 42px;
    background: url('/images/top_sprite.webp') -128px -0px;
}

.bg-shopping_cart {
    width: 40px;
    height: 40px;
    background: url('/images/top_sprite.webp') -0px -128px;
}

.bg-sprache {
    width: 25px; 
    height: 17px;
    background: url('/images/ger_klein.png');
}

.bg-sprache_gray {
    width: 34px; 
    height: 33px;
    background: url('/images/environment_ger_gray_klein.png');
}

.bg-sprache_eng {
    width: 25px; 
    height: 17px;
    background: url('/images/gb_us_klein.png');
}

.bg-sprache_eng_gray {
    width: 34px; 
    height: 33px;
    background: url('/images/environment_eng_gray_klein.png');
}

.bg-switch_to_desktop {
    width: 56px;
    height: 56px;
    background: url('/images/top_sprite.webp') -64px -64px;
}

.bg-TableOfContent {
    position: relative;
    margin-left: -32px;
    left: 50%;
    width: 64px;
    height: 64px;
    background: url('/images/top_sprite.webp') -0 -64px;
}

.bg-Table_of_Contents_128_weiss_min {
    width: 40px;
    height: 40px;
    background: url('/images/top_sprite.webp') -40px -128px;
}

.bg-User_Login_black {
    width: 44px;
    height: 42px;
    background: url('/images/top_sprite.webp') -128px -42px;
}

.bg-UserLoginWhite {
    width: 40px;
    height: 40px;
    background: url('/images/top_sprite.webp') -128px -84px;
}

.bg-UserLoginGrey {
    width: 34px;
    height: 34px;
    margin-top: 8px;
    background: url('/images/person-244_klein.png');
}

.bg-UserIsLoggedIn {
    width: 34px;
    height: 34px;
    margin-top: 8px;
    background: url('/images/User-logged-in_klein.png');
    flex-shrink: 0;
}

.bg-versand {
    width: 35px;
    height: 35px;
    background: url('/images/top_sprite.webp') -115px -128px;
}

.bg-youtube_32 {
    margin-left: 4px;
    width: 23px;
    height: 23px;
    background: url('/images/social_sprite.png') -50px -0px;
}
#overlay{
	position:relative;
	left:50px;
	width:100%;
	bottom:40px;
	background: #000;
	display:none;
	opacity:0.9;	
}
/* Kapitel Navigation Gallery*/
/* vng -> Vertikales Menü */
#vng-thumbContainer{
	opacity: 0.0;
	/*position:fixed;
	top: 70px;
	left:50px;
	bottom:40px;
	margin:35px;*/
	width:84px;
	/*padding:0 10px;*/
	cursor: pointer;	
	display: block;
}
#vng-thumbScroller{
	position:relative;
	overflow:hidden;
	/*right:80px;*/
	height:800px;
}
#vng-thumbScroller .vng-container{
	position:relative;
	margin-top:20px;
	float:left;
}
#vng-thumbScroller .vng-content{
	clear:both;
	float:left;
}
#vng-thumbScroller .vng-content div{
	padding:2px;
	height:100%;
	float:left;
}
#vng-thumbScroller .vng-content a{
	outline:none;
}
#vng-thumbScroller img{
	width:80px;
	border:1px solid #000;
	border-radius:5px !important;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	cursor: pointer;
}
/* Horizontales Menü */
.hng-gallery-list
{
	box-sizing: border-box;
    height: 85px;
    z-index: 10;
}
.side-img
{	
	max-width: 100%;
	max-height: 100%;
}
.hng-cat-content {
	margin: 2px;
	background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px #ddd;
    box-sizing: border-box;
	width: 81px;
	height: 81px;
}
.hng-scroll {
    padding-left: 1px;
	}
.hng-cat-content:hover a{
	color:#0CF;
}

.hng-cat-float {
	float: left;
}
.ui-tooltip, .tooltip {
    padding: 6px;
    background:#666;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	color:#FFF;
	display: none;
	border-radius: 5px;
}
.tooltip2{
	padding: 0px !important;
	position:relative !important;
}
.opacity-fadein{
	opacity: 1.0 !important;
	-webkit-transition:opacity 800ms ease-out;
	-moz-transition:opacity 800ms ease-out;
	-o-transition:opacity 800ms ease-out;
	transition:opacity 800ms ease-out;	
}
.opacity-fadeout{
	opacity: 0.0 !important;
	-webkit-transition:opacity 800ms ease-in;
	-moz-transition:opacity 800ms ease-in;
	-o-transition:opacity 800ms ease-in;
	transition:opacity 800ms ease-in;
}

.product-table-min-width {
	 min-width: 630px;
     width: 100%;
}

.ui-helper-hidden-accessible{
    display: none;
}
#scroll-left-arrow {
	display:none;
	}
#scroll-right-arrow {
	display:none;
}

#showMobileTopContainer {
    display: none;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 10px;
    height: 40px;
}

.mobileTopContainer {
	display: none;
    position: fixed;
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75vh;
    z-index: 1200;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#globalFilterScrollContainer {
    overflow: auto;
    position: absolute;
    top: 60px;
    bottom: 90px;
    width: calc(100% - 15px);
}

#globalFilterScrollContainer h3 {
    margin-bottom: 5px;
}

#tagFilterContainerMobile h3 {
    margin-bottom: 10px;
}

#searchFilterContainerMobile {
    margin-bottom: 18px;
    margin-left: 1.5px;
}

#searchFilterContainerMobile input,
#searchFilterContainerMobile div{
    width: 100%;
}

#tableFilterContainerMobile > div:nth-child(1) > h3:nth-child(1),
#searchFilterContainerMobile > div:nth-child(1) > h3:nth-child(1){
    margin-top: 0;
}

#tableFilterContainerMobile, #tagFilterContainerMobile, #searchFilterContainerMobile {
    margin-right: 15px;
}

.mobileTopContainerButton {
	display: none;
}

#globalFilterMobileClose {
    position: absolute;
    top: 18.5px;
    right: 20px;
}

#resetGlobalFilterMobile {
    padding: 0px 10px;
    margin-top: 15px;
    border-radius: 10px;
    width: 40%;
    font-size: 16px;
}

#globalFilterButtonContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 72px;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

#globalFilterDoneMobile {
    border-radius: 10px;
    margin-top: 17px;
    width: 80%;
}

#globalFilterDoneMobile.resetButtonVisible {
    width: 46%;
}

#tagFilterContainerMobile .clearer {
    margin-top: 7px;
}

#tagFilterContainerMobile input {
    margin-right: 7px;
    margin-top: 1px;
}


.overflow-auto {
	overflow: auto;
}

#spezialbild {
	width: 200px;
}

#layerContainer {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: auto;
    position: absolute;
    z-index: 997;
}

.overflow-eclipse {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#globalFilter h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mobileCartCounter {
    position: absolute;
    width: fit-content;
    min-width: 13px;
    height: 13px;
    background-color: white;
    border-radius: 20px;
    bottom: 3px;
    right: -10px;
    color: black;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    font-size: 0.7rem;
}

@media (hover: hover) {
    .scrollbarHidden {
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
    
    .scrollButtonLeft, .scrollSimilarLeft {
        background: url('/images/nav_left_white_48.png');
    }
    
    .scrollButtonRight, .scrollSimilarRight {
        background: url('/images/nav_right_white_48.png');
        right: 0;
    }
    
    .scrollButtonLeft, .scrollButtonRight, .scrollSimilarLeft, .scrollSimilarRight {
        opacity: 0.15;
        background-color: black;
        width: 48px;
        height: 48px;
        position: absolute;
        top: 141px;
        border-radius: 30px;
        transition: opacity 0.3s linear;
        z-index: 100;
    }
    
    .scrollButtonLeft:hover, .scrollButtonRight:hover, .scrollSimilarLeft:hover, .scrollSimilarRight:hover {
        opacity: 1;
        cursor: pointer;
        /*-webkit-box-shadow: 0px 0px 15px 0px #000000;
        box-shadow: 0px 0px 15px 0px #000000;*/
    }
}

@media only screen and (max-width: 1800px){
	.fixedLeftContainer {
		display: none;
	}
	
	.mobileTopContainer {	
		border: 1px solid #ccc;
		margin-top: 10px;
		padding: 0 15px 15px;
	}
	
	.mobileTopContainer select {
		width: 100%;
	}	
	
	#showMobileTopContainer {
		display: block;
	}
}

@media only screen and (max-width: 1650px){
	.discount-box {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 999;
        top: auto!important;
        background-color: #004467;
        color: #1c1c1c;
        border: none;
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
        font-size: 14px;
    }
	
	#mengenrabatt {
		display: none;
	}
	
	.discount-box-text {
        padding: 6px;
        background: none;
    }
}

@media only screen and (max-width: 1400px){
	#vng-thumbContainer{
		display:none !important;
	}
	#vng-thumbScroller{
		display:none !important;
	}
	#scroll-left-arrow {
		display:none;
	}
	#scroll-right-arrow {
		display:none;
	}
}

@media only screen and (max-width:1200px) {
	.scrollHeader-content {
		width: 100%;
	} 
}


div.sticky-table table{
	position: relative;
}

div.sticky-table th {
	top: 84px; /*mit Scrollheader*/
	position: sticky;  
    background-color: #f3f3f3;
    border-bottom: 1px solid #c1c1c1;
}

.fadeTable{
    position: relative;
    max-height: 250px; 
    overflow-y: clip;
}

.fadeTable::before{
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,0), white);
}

.fadeTableToggle {
    width: fit-content;
    padding: 10px 15px;
    display: block;
    margin: -37px auto 0;
    font-size: 14px;
    cursor: pointer;
    background-color: #004467;
    color: white;
    border-radius: 20px;
}

#cookieText > p:nth-child(3) {
    margin-bottom: 0px;
}

#cookie-banner {
    left:0;
    box-shadow: #878787 0 -4px 8px;
    z-index: 1400;
    display: none;
    /*animation-name: cookieBannerShadowFadeIn;
    animation-duration: 2.5s;
    animation-timing-function: linear;*/
}
@keyframes cookieBannerShadowFadeIn {
    0% {box-shadow: #878787 0 8px 8px;}
    16.7% {box-shadow: #878787 0 6px 8px;}
    33.3% {box-shadow: #878787 0 4px 8px;}
    50% {box-shadow: #878787 0 2px 8px;}
    66.6% {box-shadow: #878787 0 0px 8px;}
    83.3% {box-shadow: #878787 0 -2px 8px;}
    100% {box-shadow: #878787 0 -4px 8px;}
}

/* Große Tablets im Hochformat, Medium Devices, Sehr kleine Desktops */
@media only screen and (max-width:1100px) {
    .bg-Table_of_Contents_128_weiss_min {
        position: relative;
        margin-left: -20px;
        left: 50%;
    }

    .bg-UserLoginWhite {
        position: relative;
        margin-left: -20px;
        left: 50%;
    }

    .bg-shopping_cart {
        position: relative;
        margin-left: -20px;
        left: 50%;
    }

    #navWarenkorbContainer {
        display: none;
    }

    #mengenrabatt {
        display: none;
    }

    .wk-schlauchschutz-image {
        left: 0px;
        width: 100%;
        top: 17%;
    }

    .only-desktop {
        display: none;
    }

    .warenkorb-summe {
        font-size: 14px;
    }

    .mobile-centered {
        text-align: center;
    }

    .mobile-only {
        display: block;
    }

    .mobile-100 {
        width: 100%!important;
    }

    .mobile-90 {
        width: 90%!important;
    }

    .mobile-80 {
        width: 80%!important;
    }

    .mobile-75 {
        width: 75%!important;
    }

    .mobile-70 {
        width: 70%!important;
    }

    .mobile-60 {
        width: 60%!important;
    }

    .mobile-50 {
        width: 50%!important;
    }

    .mobile-45 {
        width: 45%!important;
    }

    .mobile-40 {
        width: 40%!important;
    }

    .mobile-33 {
        width: 33%!important;
    }

    .mobile-30 {
        width: 30%!important;
    }

    .mobile-25 {
        width: 25%!important;
    }

    .mobile-20 {
        width: 20%!important;
    }

    .mobile-10 {
        width: 10%!important;
    }

    .mobile-warenkorb-container {
        border: 1px solid #999999;
        background-color: #FFFFFF;
        padding: 5px 5px 5px 5px;
    }
	
    .mobile-noborder {
        border: none;
    }
	
	table .mobile-only {
		display: table-cell;
	}

	.sticky-table{
		max-height: 500px;
    }
	
	.overflow-scroll {
        overflow: scroll;
    }
	
	div.sticky-table th {
		top: 0px;
	}
	
    .Infobox {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .mobile-discount-close {
        display: block;
        font-size: 12px;
    }

    #mobile-nav2 img {
        width: 100px;
		height: 45.45px;
    }

    body {
        margin: 0px;
    }

    #PageBG {
        display: none;
    }

    #MainNavigationWrapper {
        display: none!important;
    }
    
    #MainNavigation {
        display: none!important;
    }

    #NavKopf {
        display: none;
    }

    #NavLogin {
        display: none;
    }

    #Logo {
        display: none;
    }

    .invoice {
        width: auto;
    }

    .mobile-display-none {
        display: none;
    }

    .img-width {
        width: auto!important;
    }

    .mobile-nopadding {
        padding-left: 0px!important;
    }

    .mobile-input-change {
        width: auto!important;
        border-left: none!important;
    }

    .WarenkorbFrame {
        width: 100%;
    }

    #NavWarenkorb {
        display: none;
    }

    .mobile-float-none {
        width: auto!important;
    }

    .WarenkorbFrame {
        width: 100%;
        box-sizing: border-box;
    }

    .inline-block-div {
        width: 200px!important;
    }

    #sq-search {
        height: 31px!important;
    }

    .no-success-search {
        text-align: center;
        background-color: #C1D5F4;
        padding: 5px;
    }

    .hydraulikschlauch-mobile {
        width: 100%!important;
    }

    .Suchen-mobil-button {
        width: 45px!important;
    }

    .col {
        width: 16%!important;
    }

    .invoice {
        width: auto!important;
    }

    #mobile-formating {
        width: 100%!important;
        max-width: 100%!important;
        border: 1px solid #ccc;
    }

    #mobile-formating img {
        width: 90%!important;
    }

    #NavMeinKonto {
        display: none;
    }

    #karte {
        display: none;
    }

    .price-layer {
        width: 100%;
    }

    .add-to-basket {
        margin-left: 0px;
        width: 100%;
    }

    .TextFrame {
        width: 100%!important;
    }

    .TextFrame table {
        width: 100%!important;
    }

    #warenkorb-payment input {
        float: none!important;
    }

    #warenkorb-payment a {
        margin-left: 0px!important;
    }

    .padding-override {
        padding-left: 0px!important;
    }

    #mobile-formating img {
        width: 90%!important;
    }

    #mobile-info {
        top: 0px;
        position: absolute;
        z-index: 10000;
        width: 300px;
        display: none;
    }

    #mobile-info ul {
        list-style: none;
        padding-left: 0px;
    }

    .input-aligning {
        text-align: center;
        text-align: top;
    }

    .drucken {
        display: none;
    }

    .info-images {
        float: left!important;
        padding-right: 3%!important;
        padding-left: 3%!important;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
    }

    .item-detail {
        margin-left: 0px;
        padding-left: 10px;
    }

    .item-image {
        width: 100%;
        text-align: center;
    }

    .item-preview {
        width: 25%;
        margin-right: 0px;
        box-sizing: border-box;
    }

    .item-content {
        margin-left: 0px;
        width: 100%;
		border:none;
    }

    .info-images {
        float: left!important;
        padding-right: 3%!important;
        padding-left: 3%!important;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
    }

    #Languages {
        display: none;
    }

    #content-right {
        display: none;
    }

    #NavPreViewWarenkorb {
        display: none;
    }

    #NavArtikelSuche {
        display: none;
    }

    #PageLevel a {
        font-size: 12px;
    }

    .PageNum {
        font-size: 12px;
    }

    #count-articles span a {
        color: white;
        text-decoration: none;
    }

    #content-1 {
        width: 100%;
        position: inherit;
    }

    #content-2 {
        width: 100%;
        margin-top: 1%;
        position: inherit;
    }

    #content-3 {
        width: 100%;
        position: inherit;
        margin-top: 2%;
    }

    #content-4 {
        display: block;
    }

    .box {
        width: 33.2%!important;
        max-width: 33.3%;
        box-sizing: border-box;
        margin-right: 0px!important;
        border: 1px solid #ccc;
        border-left-style: none;
        margin-top: 1%;
        overflow: scroll;
    }

    .box table {
        width: 100%!important;
    }

    .box tr {
        text-align: center;
    }

    .MainProduct {
        width: 33.2%!important;
        max-width: 33.3%;
        box-sizing: border-box;
        margin-top: 1%;
        overflow: scroll;
    }
    .ArtikelDetailImageFull {
        position: inherit;
        margin-left: inherit!important;
        border-color: #ccc;
    }

    .article-wrapper {
        border: 1px solid #CCCCCC;
        margin-top: 50px;        
    }

    .ArtikelBild {
        float: left;
        margin-top: 0px!important;
        height: auto!important;
        width: 50%;
        border-left-style: none;
        border-top-style: none;
        border-bottom-style: none;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #CCCCCC;
        border-right-style: none!important;
        font-size: 10px;
        margin-left: 0px;
        vertical-align: middle;
        box-sizing: border-box;
		text-align: center;
    }

    .ArtikelBeschreibung {
        margin-top: 0px!important;
  /* margin-left: 6px; */
        float: left;
        padding: 10px!important;
        height: auto!important;
        width: 50%;
        border: none;
        margin-left: 0px;
  /* padding-left: 5px; */
  /* padding-right: 5px; */
        box-sizing: border-box;
    }

    .ArtikelDetail table {
        width: 100%!important;
    }

    .ArtikelDetail div:last-child {
        width: auto!important;
        text-align: right;
    }

    .MainProduct table {
        width: 100%;
        margin-top: 0px!important;
    }

    .MainProduct  thead tr td {
        background: linear-gradient(white,#E1E1E1)!important;
    }

    .MainProduct tbody tr:last-child {
        background-image: none;
        background: linear-gradient(white,#E1E1E1);
    }

    .MainProduct tbody tr:first-child {
        background: white;
    }

    .QuantityButton {
        display: none;
    }

    #Schnellsuche {
        position: relative;
        box-sizing: border-box;
        width: 60%;
        border: 1px solid #333333;
        display: none;
        color: #666666;
        font-size: 11px;
        background-color: #FFFFFF;
        z-index: 9999999;
    }

    .Suchen-input {
        border: 1px solid rgb(189, 176, 176);
        border-radius: 3px;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 15px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        height: 35px;
        border-right-style: none;
        width: 100%;
        color: rgb(153, 153, 153);
    }

    #MainContent, .MainContent {
        color: none;
        position: inherit;
        width: 100%;
        left: inherit;
        top: inherit;
        margin-left: auto;
        padding-top: 1px;
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
    }

    #mobile-mainnav p {
        margin-top: 0px;
    }

    #mobile-mainnav {
        display: block;
        width: 100%;
        text-align: center;
    }

    #suche {
        margin-left: 0px;
    }

    #mobile-suche {
        text-align: center;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-suche {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .Suchen-mobil-button input {
        padding-top: 3px;
        padding-right: 4px;
        border: none!important;
    }

    .mobile-suche-form {
        padding-left: 30%;
    }

    .Suchen-mobil {
        float: left;
        width: 250px;
    }

    .Suchen-mobil-button {
        float: left;
        height: 35px;
        background-color: #0079BC;
        width: 45px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #PageTopic {
        text-align: center;
        margin-top: 4%;
    }

    .Suchen-mobil {
        color: #666;
        width: 60%;
    }

    #mobile-nav1 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav2 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav2 a {
        text-decoration: none;
        color: #c1c1c1;
    }

    #mobile-nav3 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav4 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    .clear {
        clear: both;
    }

    #toggle-out {
        vertical-align: middle;
    }

    #toggle-out-div {
        display: inline-flex;
        vertical-align: middle;
    }

    #table-heading {
        display: inline-block;
    }

    #toggle-out {
        cursor: pointer;
    }

    #showlayers {
        width: 100%;
        position: absolute;
        text-align: center;
    }

    #PreViewWarenkorb {
        width: 60%;
        background-color: #FFFFFF;
        color: #c1c1c1;
        font-size: 17px;
        border: 1px solid rgb(0, 0, 0);
        left: 30%;
        margin-left: 0px;
        top: 0px;
        z-index: 10000;
    }

    #PreViewWarenkorb table {
        width: 100%;
    }

    #WarenkorbFrame {
        padding-left: 0px;
        padding-right: 0px;
    }

    #MeinKontoLayer {
        width: 40%;
        left: 59%;
        border: 1px solid rgb(0, 0, 0);
        text-align: center;
        background-color: #FFFFFF;
        color: #c1c1c1;
        font-size: 17px;
        box-sizing: border-box;
        padding: 3%;
        margin-left: 0px;
        top: 0px;
        height: auto;
        z-index: 10000;
    }

    #MeinKontoLayer table {
        width: 100%;
    }

    #ServiceLayer {
        width: 40%;
        left: 59%;
        border: 1px solid rgb(0, 0, 0);
        text-align: center;
        background-color: #FFFFFF;
        font-size: 17px;
        box-sizing: border-box;
        padding: 3%;
        margin-left: 0px;
        top: 0px;
        height: auto;
        z-index: 10000;
    }

    #ServiceLayer table {
        width: 100%;
    }
    
    #SprachLayer {
        width: 40%;
        left: 59%;
        border: 1px solid rgb(0, 0, 0);
        text-align: center;
        background-color: #FFFFFF;
        color: #c1c1c1;
        font-size: 17px;
        box-sizing: border-box;
        padding: 3%;
        margin-left: 0px;
        top: 0px;
        height: auto;
        z-index: 10000;
    }
    
    #SprachLayer table {
        width: 100%;
    }

    #SuchButton {
        display: none;
    }

    #SuchFeld input {
        float: none;
    }

    #SuchFeld {
        float: left;
        width: 92%;
        height: 35px;
        box-sizing: border-box;
    }
    
    .wrapper-search {
        width: 500px;
    }

    #rating-div {
        margin-top: 1%!important;
    }

    #rating-div .Rounded {
        padding: 0px!important;
        width: 100%!important;
        max-width: 100%;
    }

    #SuchFeld {
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        border-radius: 3px;
    }

    .rating-content {
        width: auto!important;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    #first-list-item {
        background-image: url('../images/cancel-black.png');
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-position-x: 95%;
        background-position-y: 50%;
        background-color: #BFBFBF;
    }

    #first-list-item2 {
        background-image: url('../images/cancel-black.png');
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 50%;
        background-color: #BFBFBF;
    }

    .NavFussDetail {
        box-sizing: border-box;
        padding-left: 1%;
        padding-right: 1%;
        overflow-wrap: break-word;
		min-width: 50%;
    }

    #QuickSearch {
        display: none;
    }

    #NavMenu {
        display: none;
    }

    #mobile-navleiste {
        top: 0px;
        position: fixed;
        z-index: 9999;
        width: 300px;
        display: none;
        max-height: 100%;
        overflow-y: scroll;
    }

    #mobile-navleiste ul {
        list-style: none;
        padding-left: 0px;
    }

    #display-version {
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    #display-version2 {
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    .switch-display {
        display: inline-block;
        padding: 5%;
        background-image: linear-gradient(#757C84,#5b626a);
    }

    #mobile-navleiste div.nav-list:last-child {
        border-bottom: solid 1px #888!important;
    }

    .nav-list {
        border-bottom-style: none!important;
        border-color: #888;
        border-style: solid;
        border-width: 1px;
        z-index: 10000;
        display: block;
        background-color: white;
        font-size: 1.25rem;
    }

    .nav-list a {
        display: block;
        padding: 4%;
    }

    #maininfo-div {
        width: 50%!important;
        float: left;
        border: solid 1px #ccc;
        box-sizing: border-box;
        display: none;
    }

    #no-mobile-display {
        display: none;
    }

    #customer {
        display: none;
        float: left;
        max-width: 50%!important;
        width: 50%!important;
        border: solid 1px #ccc;
        box-sizing: border-box;
        border-left-style: none;
    }

    .PicNum {
        padding-bottom: 2%;
    }

    #count-articles {
        color: white;
  /* vertical-align: top; */
        border-color: black;
        border-style: solid;
        border-width: 1px;
        background-color: black;
        border-radius: 100%;
        width: 20px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        padding: 0.3%;
        margin-top: 1px;
        height: auto;
        text-align: center;
        font-size: 15px;
    }

    .banner {
        width: 99%!important;
        box-sizing: border-box;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    div.rotator ul li img {
        padding: 0px!important;
        border-style: none;
        width: 100%!important;
    }

    .rotator ul {
        padding: 0px;
        margin: 0px;
    }

    #shadow {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.7);
        opacity: 0.8;
        z-index: 1100;
    }

    .nav-list a {
        color: black;
        text-decoration: none;
    }

    .nav-list a:visited {
        color: black;
        text-decoration: none;
    }

    #customer {
        padding: 0px;
        background: linear-gradient(white,#E1E1E1)!important;
        margin-top: 0px!important;
    }

    #customer div:last-child {
        background-color: initial!important;
    }

    .HighLight {
        box-sizing: border-box;
        width: 100%!important;
        max-width: 100%!important;
        text-align: center;
    }

    .HighLight img {
        width: auto!important;
    }

    .clear-hidden {
        clear: both;
        display: block;
    }

    #div.MainInfo table {
        width: 100%!important;
    }

    .MainInfo {
        width: 100%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        background-image: none!important;
        background: linear-gradient(white,#E1E1E1)!important;
    }

    .MainInfo2 {
        width: 100%!important;
        max-width: 100%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-top: 0px!important;
        background: linear-gradient(white,#E1E1E1)!important;
        border: solid 1px #ccc;
        box-sizing: border-box;
        text-align: center;
    }

    .MainInfo2 img {
        padding-left: 3%;
    }

    #PreViewWarenkorb table {
        width: 100%;
    }

    .add-to-basket-button, .checkout-button {
        font-size: 17px;
        margin-right: 1%;
        margin-left: 1%;
    }

	.detailsButton {
		font-size: 17px;
		width: 249px;
		margin-right: 3px;
	}

    .text {
        font-size: 17px;
    }

    #showlayers {
        width: 100%;
    }

    #content-set {
        display: none;
    }

    .InfoBox {
        display: none;
    }

    .mobile-none {
        display: none;
    }

    .rotator ul li {
        width: 100%;
        text-align: center;
    }

    .fixed-input-search {
        width: 80%;
    }

    .scrollHeader-content {
        width: 100%;
        margin: auto;
        color: #FFFFFF;
        padding-left: 0px!important;
        font-size: 15px;
    }

    .scrollHeader-basket {
        text-align: right;
        padding-right: 2%;
        width: auto!important;
        margin-left: 0px!important;
    }

    .ubersichtsseiten {
        float: left;
        width: 21%;
        height: 220px;
        padding: 2%;
        white-space: nowrap;
        text-align: center;
    }

    .ubersicht-div {
        width: 100%;
    }

    .ubersicht-images {
        height: 125px;
        border: 0px;
        align: center;
    }

    .PageFrame {
        width: 100%;        
    }

    #RightMenu {
        display: none;
    }

    .with-bg {
        background-color: #003399!important;
        color: #FFFFFF;
        font-weight: bold;
        height: 20px;
    }

    .padding {
        padding-left: 30%;
    }

    #mobile-width {
        width: 100%;
        position: absolute;
    }

    .mobile-width {
        width: 100%!important;
    }

    .overflow-scroll div.float {
        float: none;
    }

    .ItemQuantity {
        text-align: center!important;
    }

    .input-wrapper {
        float: left;
        width: 200px!important;
    }
	
	.category-layer {
		column-gap: 1em;
	}

    .category {
		width: calc(25% - 1em);
        height: auto;
		margin-bottom: 0;
    }

    .category-image {
        height: 160px;
    }
	#hng-layer {
		width: 100%;
		}
	body {
			font-size: 100%;
			color: #111;
		}
	.hng-scroll {
			padding-bottom: 0px !important;
		}
	.hng-cat-content {
			margin:0px;
		}
	.hng-mobdiv {
			width: 100%;
			z-index: 5;
			top: 270px;
		}
	.hng-mobile {
			display: inline-flex;
			padding-bottom: 1px;
			-webkit-overflow-scrolling: touch;
		}
	#hng-thumbContainer {
			overflow: scroll;
			scrollbar-width: none;
		}
			
	.hng-gallery-list {
			box-sizing: border-box;
			height: 85px;
			white-space:nowrap;
		}
		
	#scroll-left-arrow {
			text-decoration: none;
			border-radius: 50px;
			display: block;
			margin-top: 12px;
			height: 40px;
			position: absolute;
			z-index: 100;
			overflow: hidden;
			opacity: 0;
			text-align:left;
			left: 15px;
		}
	#scroll-right-arrow {
			text-decoration: none;
			border-radius: 50px;
			display: block;
			margin-top: 12px;
			height: 40px;
			position: absolute;
			z-index: 100;
			overflow: hidden;
			opacity: 0;
			text-align:right;
			right: 15px;
		}		
	.scr-opacity-fadein {
			opacity: 1.0 !important;
			-webkit-transition: opacity 800ms ease-out;
			-moz-transition: opacity 800ms ease-out;
			-o-transition: opacity 800ms ease-out;
			transition: opacity 800ms ease-out;
		}
		
	.scr-opacity-fadeout {
			opacity: 0.3 !important;
			-webkit-transition: opacity 800ms ease-in;
			-moz-transition: opacity 800ms ease-in;
			-o-transition: opacity 800ms ease-in;
			transition: opacity 800ms ease-in;
		}
		
	#NavFussInner {
		padding-left: 7px;
		width: unset;
	}
	
	#layerContainer {
		display: none;
	}
    
    #cookieText {
        height: calc(100% - 125px - 1em);
    }
    
    #cookieText > * {
        max-width: 99%;
    }
    
    #cookieText > p:nth-child(3) {
        margin-bottom: 14px;
    }
    
    #consentOptions {
        width: 115px;
        margin: auto;
    }
    
    #consentOptions > label {
        margin-bottom: 5px;
    }

    .consent-options-mobile {
        display: flex !important;
        justify-content: left;
        flex-wrap: wrap;
    }
    
    #cookieButtons, #cookieOptionButtons {
        left: 0;
        padding-right: 5px;
    }
}

/*Small Devices , Normal Tablets*/
@media only screen and (max-width:768px) {
	
	.small-device-none {
		display:none;
	}
	
	a:focus, a:active { 
    	outline: none;
	}

    #cookie-hinweis {
        height: 73px;
    }

    #cookie-hinweis div.cookie-hinweis-content {
        text-align: left;
        padding-left: 20px;
    }

    .wk-schlauchschutz-image {
        left: 0px;
        width: 100%;
        top: 16%;
    }

    .mobile-only-scroll {
        overflow: scroll;
    }

    #ArtikelAddedBG {
        width: 100%;
        top: 250px;
        left: auto;
        margin-left: auto;
        box-shadow: 1px 1px 13px 5px #888888;
        border-radius: 5px;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }

    #show-remembered-wk-container {
        left: auto;
        width: 100%;
        margin-left: auto;
        height:83%;
    }
    #show-remembered-wk-container div.mobile-only input.Button{
        max-width:350px;
    }
    #show-remembered-wk-articles{
        max-height:550px;
        overflow-y:scroll;
    }

    .login-info {
        display: block;
        margin-top: 10px;
        width: 100%;
        padding-top: 10px;
    }

    .mobile-text-centered {
        text-align: center;
    }

    .mobile-width-100 {
        width: 100%;
    }

    .mobile-refresh-button {
        font-size: 11px;
        padding-right: 0px!important;
        padding-left: 0px!important;
        width: 100%;
    }

    .warenkorb-summe {
        display: none;
    }

    .scrollHeader-label span {
        display: none;
    }

    .navigation {
        width: 15%;
    }

    #versandlaender-div {
        width: 100%;
        overflow: scroll;
    }

    #suchanfrage {
        width: 100%;
        overflow: scroll;
    }

    #hydraulikimage {
        height: 100px;
        width: 100px;
    }

    #spezialbild {
        width: 200px;
    }

    .select-container {
        position: inherit;
        left: auto;
        top: auto;
    }

    .mobile-only-float {
        width: 50%;
        float: left;
    }

    #ServiceHint {
        margin-left: 170px!Important;
    }

    .hint {
        height: auto!important;
    }

    .mobile-block {
        display: block;
        width: 200px;
        float: left;
    }

    .mobile-align-center {
        text-align: center;
    }

    .full-width {
        width: 100%!important;
        box-sizing: border-box;
    }

    .message {
        width: 100%!important;
    }

    .mobile-new-width {
        width: 25%!important;
        overflow-wrap: break-word;
        padding: 0px!important;
    }

    .text-normal {
        padding: 0px!important;
    }

    .item {
        height: auto!important;
    }

    .padding-content {
        height: 115px;
    }

    p.texthead {
        height: 35px;
        border: solid 1px #999;
    }

    .overflow-table2 {
        overflow-x: scroll;
    }

    .search-topic-div {
        float: none!important;
        height: 25px;
        background-color: inherit!important;
    }

    .mobile-resize {
        width: auto!important;
    }

    .search-topic-div span {
        color: #333!important;
        font-weight: bold;
    }

    .wrapper-search {
        padding-left: 15px;
        width: 100%;
    }

    .versand-bilder {
        width: 50%;
        float: left;
        position: inherit!important;
    }

    .suchhilfe {
        float: none!important;
    }

    .categories-content-headline {
        background-color: #EEEEEE!important;
        width: 100%!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
        border: 1px solid #ccc;
    }

    .categories-content-headline span {
        color: #111!important;
    }

    #SuchFeld-search {
        width: 80%;
    }

    .device-padding {
        padding-left: 595px;
    }

    div.col img {
        width: 100%;
    }

    .infobox-mobile2 {
        margin-left: 0px!important;
        visibility: hidden;
    }

    .infobox-mobile {
        visibility: hidden;
        margin-left: 0px!important;
    }

    .InfoBox {
        display: none;
    }

    .reply {
        margin-left: 0px!important;
    }

    .desktop-only-padding {
        padding: 0px!important;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only-input {
        display: block;
    }

    .vote {
        width: 100%!important;
        max-width: 100%!important;
        border: none;
    }

    .autowidth {
        width: auto!important;
        padding-left: 5px;
    }

    .mobile-nomargin {
        margin: 0px!important;
        padding-left: 10px;
    }

    .mobile-autowidth {
        width: 150px!important;
    }

    .user-comment {
        width: auto!important;
        min-width: 200px!important;
    }

    .gesamt-rating {
        margin: 0px!important;
        padding-left: 15px;
        padding-top: 15px;
        margin-top: 0px!important;
    }

    #InfoBox1 {
        border: 1px solid rgb(102, 102, 102);
        margin-left: 0px!important;
        margin-top: 40px!important;
        width: 270px;
        height: 80px;
        padding: 10px;
        position: absolute;
        display: block;
        background: rgb(255, 255, 255);
    }

    #InfoBox1 div.MLCaret {
        display: none;
    }

    #InfoBox1 div {
        float: none;
        width: 100%;
    }

    body {
        margin: 0px;
    }

    #PageBG {
        display: none;
    }

    .mobile-padding {
        padding-right: 10px;
        width: auto!important;
    }

    .input-wrapper2 {
        float: left;
        padding-left: 10px;
        width: 500px!important;
    }

    .inline-block-div input {
        width: 100%!important;
        margin: 0px!important;
    }

    #InfoBox1 {
        display: none;
    }

    .overflow-scroll {
        overflow: scroll;
    }

    .autoheight a {
        color: #c1c1c1;
    }

    .hydraulik-konfigurator-ubersicht {
        height: 390px;
    }

    #MainNavigation {
        display: none!important;
    }

    #NavKopf {
        display: none;
    }

    #NavLogin {
        display: none;
    }

    #Logo {
        display: none;
    }

    .invoice {
        width: auto;
    }

    .mobile-display-none {
        display: none;
    }

    .img-width {
        width: auto!important;
    }

    .mobile-nopadding {
        padding-left: 0px!important;
    }

    .mobile-input-change {
        float: none!important;
        padding: 0px!important;
        border: none!important;
        margin: 0px!important;
        width: auto!important;
    }

    .WarenkorbFrame {
        width: 100%;
    }

    #NavWarenkorb {
        display: none;
    }

    .mobile-float-none {
        width: auto!important;
    }

    .WarenkorbFrame {
        width: 100%;
        box-sizing: border-box;
    }

    .inline-block-div {
        width: 200px!important;
    }

    .no-success-search {
        text-align: center;
        background-color: #C1D5F4;
        padding: 5px;
    }

    .invoice {
        width: 200px!important;
        text-align: inherit!important;
    }

    #mobile-formating {
        width: 100%!important;
        max-width: 100%!important;
        border: 1px solid #ccc;
    }

    #mobile-formating img {
        width: 90%!important;
    }

    #NavMeinKonto {
        display: none;
    }

    #karte {
        display: none;
    }

    .TextFrame {
        width: 100%!important;
    }

    .TextFrame table {
        width: 100%!important;
    }

    #warenkorb-payment input {
        float: none!important;
    }

    #warenkorb-payment a {
        margin-left: 0px!important;
    }

    .padding-override {
        padding-left: 0px!important;
    }

    #mobile-formating img {
        width: 90%!important;
    }

    #mobile-info {
        top: 0px;
        position: absolute;
        z-index: 10000;
        width: 300px;
        display: none;
    }

    #mobile-info ul {
        list-style: none;
        padding-left: 0px;
    }

    .input-aligning {
        text-align: center;
        text-align: top;
    }

    .drucken {
        display: none;
    }

    .info-images {
        float: left!important;
        padding-right: 3%!important;
        padding-left: 3%!important;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
    }

    .item-detail {
        margin-left: 0px;
        padding-left: 10px;
    }

    .item-image {
        width: 100%;
        text-align: center;
		margin: 0px
    }

    .item-preview {
        width: 50%;
        margin-right: 0px;
        box-sizing: border-box;
    }

    .item-content {
        margin-left: 0px;
        width: 100%;
		border:none;
    }
	.tabs-label {
		border:1px solid #ddd;
		border-radius: 5px 5px 0px 0px;
  	}

    .info-images {
        float: left!important;
        padding-right: 3%!important;
        padding-left: 3%!important;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
    }

    #Languages {
        display: none;
    }

    #content-right {
        display: none;
    }

    #NavPreViewWarenkorb {
        display: none;
    }

    #NavArtikelSuche {
        display: none;
    }

    #PageLevel a {
        font-size: 12px;
    }

    .PageNum {
        font-size: 12px;
    }

    #count-articles span a {
        color: white;
        text-decoration: none;
    }

    #content-1 {
        width: 100%;
        position: inherit;
    }

    #content-2 {
        width: 100%;
        margin-top: 1%;
        position: inherit;
    }

    #content-3 {
        width: 100%;
        position: inherit;
        margin-top: 2%;
    }

    #content-4 {
        display: block;
    }

    .box {
        width: 33.2%!important;
        max-width: 33.3%;
        box-sizing: border-box;
        margin-right: 0px!important;
        border: 1px solid #ccc;
        border-left-style: none;
        margin-top: 1%;
        overflow: scroll;
    }

    .box table {
        width: 100%!important;
    }

    .box tr {
        text-align: center;
    }

    .MainProduct {
        width: 33.2%!important;
        max-width: 33.3%;
        box-sizing: border-box;
        margin-top: 1%;
    }

    .ArtikelDetailImageFull {
        position: inherit;
        margin-left: inherit!important;
        border-color: #ccc;
    }

    .ArtikelBild {
        margin-top: 0px!important;
        height: auto!important;
        width: 100%;
        border-left-style: none;
        border-top-style: none;
        border-right-style: none!important;
        border-bottom-style: none!important;
        text-align: center;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #CCCCCC;
        font-size: 10px;
        color: #c1c1c1;
        margin-left: 0px;
        vertical-align: middle;
        box-sizing: border-box;
		text-align: center;
    }

    .ArtikelBeschreibung {
        margin-top: 0px!important;
        padding: 10px!important;
        height: auto!important;
        width: 100%;
        border: none;
        margin-left: 0px;
        box-sizing: border-box;
		overflow: hidden;
    }

    .ArtikelDetail table {
        width: 100%!important;
    }

    .ArtikelDetail div:last-child {
        width: auto!important;
        text-align: right;
    }

    .MainProduct table {
        width: 100%;
        margin-top: 0px!important;
    }

    .MainProduct  thead tr td {
        background: linear-gradient(white,#E1E1E1)!important;
    }

    .MainProduct tbody tr:last-child {
        background-image: none;
        background: linear-gradient(white,#E1E1E1);
    }

    .MainProduct tbody tr:first-child {
        background: white;
    }

    .QuantityButton {
        display: none;
    }

    #Schnellsuche {
        position: relative;
        box-sizing: border-box;
        width: 60%;
        border: 1px solid #333333;
        display: none;
        color: #666666;
        font-size: 11px;
        background-color: #FFFFFF;
        z-index: 9999999;
    }

    .Suchen-input {
        border: 1px solid rgb(189, 176, 176);
        border-radius: 3px;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 15px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        height: 35px;
        border-right-style: none;
        width: 100%;
        color: rgb(153, 153, 153);
    }

    #MainContent, .MainContent {
        color: none;
        position: inherit;
        width: 100%;
        left: inherit;
        top: inherit;
        margin-left: auto;
        padding-top: 1px;
    }

    #mobile-mainnav p {
        margin-top: 0px;
    }

    #mobile-mainnav {
        display: block;
        width: 100%;
        text-align: center;
    }

    #suche {
        margin-left: 0px;
    }

    #mobile-suche {
        text-align: center;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .Suchen-mobil-button input {
        padding-top: 3px;
        padding-right: 4px;
        border: none!important;
    }

    .mobile-suche-form {
        padding-left: 30%;
    }

    .Suchen-mobil {
        float: left;
        width: 250px;
    }

    .Suchen-mobil-button {
        float: left;
        height: 35px;
        background-color: #0079BC;
  /*
    background: -webkit-gradient(linear, left top, left bottom, from(#0079bc), to(#00509d));
  background: -moz-linear-gradient(center top , #0079BC, #00509D) repeat scroll 0% 0%;
  /* padding-right: 15px; */
        width: 45px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #PageTopic {
        text-align: center;
        margin-top: 4%;
    }

    .Suchen-mobil {
        color: #666;
        width: 60%;
    }

    #mobile-nav1 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav2 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav2 a {
        text-decoration: none;
        color: #c1c1c1;
    }

    #mobile-nav3 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav4 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    .clear {
        clear: both;
    }

    #toggle-out {
        vertical-align: middle;
    }

    #toggle-out-div {
        display: inline-flex;
        vertical-align: middle;
    }

    #table-heading {
        display: inline-block;
    }

    #toggle-out {
        cursor: pointer;
    }

    #showlayers {
        width: 100%;
        position: absolute;
        text-align: center;
    }

    #PreViewWarenkorb {
        width: 60%;
        background-color: #FFFFFF;
        color: #c1c1c1;
        font-size: 17px;
        border: 1px solid rgb(0, 0, 0);
        left: 30%;
        margin-left: 0px;
        top: 0px;
        z-index: 10000;
    }

    #PreViewWarenkorb table {
        width: 100%;
    }

    #WarenkorbFrame {
        padding-left: 0px;
        padding-right: 0px;
    }

    #MeinKontoLayer {
        width: 40%;
        left: 59%;
        border: 1px solid rgb(0, 0, 0);
        text-align: center;
        background-color: #FFFFFF;
        color: #c1c1c1;
        font-size: 17px;
        box-sizing: border-box;
        padding: 3%;
        margin-left: 0px;
        top: 0px;
        height: auto;
        z-index: 10000;
    }

    #MeinKontoLayer table {
        width: 100%;
    }

    #SuchButton {
        display: none;
    }

    #SuchFeld input {
        float: none;
    }

    #SuchFeld {
        float: left;
        width: 92%;
        height: 35px;
        box-sizing: border-box;
    }

    .wrapper-search {
        width: 100%;
        margin-top: 5px;
    }

    #rating-div {
        margin-top: 1%!important;
    }

    #rating-div .Rounded {
        padding: 0px!important;
        width: 100%!important;
        max-width: 100%;
    }

    #SuchFeld {
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        border-radius: 3px;
    }

    .rating-content {
        width: auto!important;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    #first-list-item {
        background-image: url('../images/cancel-black.png');
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-position-x: 95%;
        background-position-y: 50%;
        background-color: #BFBFBF;
    }

    #first-list-item2 {
        background-image: url('../images/cancel-black.png');
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 50%;
        background-color: #BFBFBF;
    }

    .NavFussDetail {
        width: 100%!important;
        box-sizing: border-box;
        padding-left: 1%;
        padding-right: 1%;
        overflow-wrap: break-word;
    }

    #QuickSearch {
        display: none;
    }

    #NavMenu {
        display: none;
    }

    #mobile-navleiste {
        top: 0px;
        position: fixed;
        z-index: 9999;
        width: 300px;
        display: none;
        max-height: 100%;
        overflow-y: scroll;
    }

    #mobile-navleiste ul {
        list-style: none;
        padding-left: 0px;
    }

    #display-version {
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    #display-version2 {
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    .switch-display {
        display: inline-block;
        padding: 5%;
        background-image: linear-gradient(#757C84,#5b626a);
    }

    #mobile-navleiste div.nav-list:last-child {
        border-bottom: solid 1px #888!important;
    }

    .nav-list {
        border-bottom-style: none!important;
        border-color: #888;
        border-style: solid;
        border-width: 1px;
        z-index: 10000;
        display: block;
        background-color: white;
        font-size: 1.25rem;
    }

    .nav-list a {
        display: block;
        padding: 4%;
    }

    #maininfo-div {
        width: 50%!important;
        float: left;
        border: solid 1px #ccc;
        box-sizing: border-box;
        display: none;
    }

    #no-mobile-display {
        display: none;
    }

    #customer {
        display: none;
        float: left;
        max-width: 50%!important;
        width: 50%!important;
        border: solid 1px #ccc;
        box-sizing: border-box;
        border-left-style: none;
    }

    .PicNum {
        padding-bottom: 2%;
    }

    #count-articles {
        color: white;
  /* vertical-align: top; */
        border-color: black;
        border-style: solid;
        border-width: 1px;
        background-color: black;
        border-radius: 100%;
        width: 20px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        padding: 0.3%;
        margin-top: 1px;
        height: auto;
        text-align: center;
        font-size: 15px;
    }

    .banner {
        width: 99%!important;
        box-sizing: border-box;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    div.rotator ul li img {
        padding: 0px!important;
        border-style: none;
        width: 100%!important;
    }

    .rotator ul {
        padding: 0px;
        margin: 0px;
    }

    #shadow {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.7);
        opacity: 0.8;
        z-index: 1100;
    }

    .nav-list a {
        color: black;
        text-decoration: none;
    }

    .nav-list a:visited {
        color: black;
        text-decoration: none;
    }

    #customer {
        padding: 0px;
        background: linear-gradient(white,#E1E1E1)!important;
        margin-top: 0px!important;
    }

    #customer div:last-child {
        background-color: initial!important;
    }

    .HighLight {
        box-sizing: border-box;
        width: 100%!important;
        max-width: 100%!important;
        text-align: center;
    }

    .HighLight img {
        width: auto!important;
    }

    .clear-hidden {
        clear: both;
        display: block;
    }

    #div.MainInfo table {
        width: 100%!important;
    }

    .MainInfo {
        width: 100%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        background-image: none!important;
        background: linear-gradient(white,#E1E1E1)!important;
    }

    .content-divs {
        max-width: 50%;
        width: 25%;
        text-align: center;
        box-sizing: border-box;
        float: left;
    }

    .MainInfo2 {
        width: 100%!important;
        max-width: 100%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-top: 0px!important;
        background: linear-gradient(white,#E1E1E1)!important;
        border: solid 1px #ccc;
        box-sizing: border-box;
        text-align: center;
    }

    .MainInfo2 img {
        padding-left: 3%;
    }

    #PreViewWarenkorb table {
        width: 100%;
    }

    .add-to-basket-button, .checkout-button {
        font-size: 17px;
        margin-right: 1%;
        margin-left: 1%;
    }

    .text {
        font-size: 17px;
    }

    #showlayers {
        width: 100%;
    }

    #content-set {
        display: none;
    }

    .rotator ul li {
        width: 100%;
        text-align: center;
    }

    .mobile-only-block {
        display: block;
    }

    .mobile-none {
        display: none!important;
    }

    .scrollHeader-basket {
        text-align: right;
        padding-right: 2%;
        width: auto!important;
        margin-left: 0px!important;
    }

    .mobile-nowidth {
        width: auto!important;
    }

    .ubersichtsseiten {
        float: left;
        width: 21%;
        height: 220px!important;
        padding: 2%;
        white-space: nowrap;
        text-align: center;
    }

    .ubersicht-div {
        width: 100%;
    }

    .ubersicht-images {
        height: 125px;
        border: 0px;
        align: center;
    }

    .PageFrame {
        width: 100%;
        padding-left: 3px !important;
        padding-right: 0px !important;
        border: none;
    }

    #RightMenu {
        display: none;
    }

    .with-bg {
        background-color: #003399!important;
        color: #FFFFFF;
        font-weight: bold;
        height: 20px;
    }

    .padding {
        padding-left: 30%;
    }

    #mobile-width {
        width: 100%;
        position: absolute;
    }

    .mobile-width {
        width: 100%!important;
    }

    .category {
        width: calc(50% - 0.5em);
    }
	.item-image {
		order: 1
  	}
	.img-thumbnails{
	  	order: 2;
	  	display:flex;
	  	width:100%;
	  	justify-content: space-around;
	  	margin-bottom:15px;
  	}
    
  	.preisvorschlag {
		display:none;
  	}
  
  	.item-arrange {
		flex-direction: column;
  	}
	
	
	.product-table-min-width {
		 min-width: 100%!important;
	}
    
    #cookieButtons > input, #cookieOptionButtons > input {
        width: 99%;
        float: left;
    }
}

@media (min-width:767px){
	.exo-menu > li > a{
		display:block;
		position: absolute;
		padding: 0px;
	}
	.mega-menu, .Images, .Blog{
		position:absolute;
	}
}

@media (min-width:992px){
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12{
		float:left
	}
	.col-md-12{
		width:100%
	}
	.col-md-11{
		width:91.66666667%
	}
	.col-md-10{
		width:83.33333333%
	}
	.col-md-9{
		width:75%
	}
	.col-md-8{
		width:66.66666667%
	}
	.col-md-7{
		width:58.33333333%
	}
	.col-md-6{
		width:50%
	}
	.col-md-5{
		width:41.66666667%
	}
	.col-md-4{
		width:10%
	}
	.col-md-3{
		width:25%
	}
	.col-md-2{
		width:16.66666667%
	}
	.col-md-1{
		width:8.33333333%
	}
	.col-md-pull-12{
		right:100%
	}
	.col-md-pull-11{
		right:91.66666667%
	}
	.col-md-pull-10{
		right:83.33333333%
	}
	.col-md-pull-9{
		right:75%
	}
	.col-md-pull-8{
		right:66.66666667%
	}
	.col-md-pull-7{
		right:58.33333333%
	}
	.col-md-pull-6{
		right:50%
	}
	.col-md-pull-5{
		right:41.66666667%
	}
	.col-md-pull-4{
		right:33.33333333%
	}
	.col-md-pull-3{
		right:25%
	}
	.col-md-pull-2{
		right:16.66666667%
	}
	.col-md-pull-1{
		right:8.33333333%
	}
	.col-md-pull-0{
		right:auto
	}
	.col-md-push-12{
		left:100%
	}
	.col-md-push-11{
		left:91.66666667%
	}
	.col-md-push-10{
		left:83.33333333%
	}
	.col-md-push-9{
		left:75%
	}
	.col-md-push-8{
		left:66.66666667%
	}
	.col-md-push-7{
		left:58.33333333%
	}
	.col-md-push-6{
		left:50%
	}
	.col-md-push-5{
		left:41.66666667%
	}
	.col-md-push-4{
		left:10%
	}
	.col-md-push-3{
		left:25%
	}
	.col-md-push-2{
		left:16.66666667%
	}
	.col-md-push-1{
		left:8.33333333%
	}
	.col-md-push-0{
		left:auto
	}
	.col-md-offset-12{
		margin-left:100%
	}
	.col-md-offset-11{
		margin-left:91.66666667%
	}
	.col-md-offset-10{
		margin-left:83.33333333%
	}
	.col-md-offset-9{
		margin-left:75%
	}
	.col-md-offset-8{
		margin-left:66.66666667%
	}
	.col-md-offset-7{
		margin-left:58.33333333%
	}
	.col-md-offset-6{
		margin-left:50%
	}
	.col-md-offset-5{
		margin-left:41.66666667%
	}
	.col-md-offset-4{
		margin-left:33.33333333%
	}
	.col-md-offset-3{
		margin-left:25%
	}
	.col-md-offset-2{
		margin-left:16.66666667%
	}
	.col-md-offset-1{
		margin-left:8.33333333%
	}
	.col-md-offset-0{
		margin-left:0
	}
}

@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
		position: absolute;
		padding: 0px;
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
		display:block ;
	  	padding: 10px 7px;
	}
	
	.mega-menu, .Images, .Blog{
		position:relative;
	}

}

/* Extra Small Devices, Phones*/

@media only screen and (max-device-width: 480px) {
    #show-remembered-wk-articles{
        max-height:350px;
        overflow-y:scroll;
    }
    .wk-articles-container{
        padding-right:0px;
        padding-left:0px;
    }

    .small-device-none {
        display: none;
    }

    #cookie-hinweis {
        height: 131px;
    }

    .mobile-padding-left-none {
        padding-left: 0px!important;
    }

    .mobile-padding-top-10 {
        padding-top: 10px!important;
    }

    .mobile-border-left-none {
        border-left: none!important;
    }

    .wk-schlauchschutz-image {
        top: 11%;
    }

    .mobile-width-50 {
        width: 50%;
    }

    .mobile-width-33 {
        width: 33%;
    }

    .mobile-width-25 {
        width: 25%;
    }

    .mobile-only-scroll {
        overflow: scroll;
    }

    .navigation-basket {
        width: 25%!important;
    }

    .price {
        width: 100%;
        float: none;
    }

    .add-to-basket {
        float: none;
    }

    .add-to-basket {
        margin-left: 0px;
    }

    #ItemImage {
        width: 80%;
        height: 80%;
    }

    #content-1 div.clearer {
        display: none;
    }

    .warenkorb-summe {
        display: none;
    }

    .navigation {
        width: 15%;
    }

    #versandlaender-div {
        width: 100%;
        overflow: scroll;
    }

    #suchanfrage {
        width: 100%;
        overflow: scroll;
    }

    #iFrame {
        display: none;
    }

    #hydraulikimage {
        height: 100px;
        width: 100px;
    }

    #spezialbild {
        width: 200px;
    }

    .select-container {
        position: inherit;
        left: auto;
        top: auto;
    }

    .mobile-only-float {
        width: 100%;
    }

    .select-box-price span.price-big {
        float: none;
    }

    #ServiceHint {
        margin-left: 170px!Important;
    }

    .hint {
        height: auto!important;
        width: 160px!important;
        background-color: white;
    }

    div.hint h3 {
        text-align: center;
    }

    .mobile-align-left {
        text-align: left!important;
    }

    .mobile-none-float {
        float: none!Important;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .flexible-width {
        width: 85%!important;
        box-sizing: border-box;
    }

    .mobile-block {
        display: block;
    }

    .rating-image {
        width: auto!Important;
    }

    .full-width {
        width: 100%!important;
        box-sizing: border-box;
    }

    .message {
        width: 100%!important;
    }

    .mobile-new-width {
        width: 25%!important;
        overflow-wrap: break-word;
        padding: 0px!important;
    }

    .mobile-new-width img {
        width: 100%;
    }

    .text-normal {
        padding: 0px!important;
    }

    .item {
        height: auto!important;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-newformatting {
        width: 100%!important;
        border: none!important;
        padding: 0px!important;
    }

    .quarter-width-mobile img {
        width: 100%!important;
    }

    td div.ItemQuantity {
        margin-right: inherit!important;
    }

    .image-wrapper {
        border-top: solid 1px #999!Important;
    }

    .handyborder-top {
        border: solid 1px #999!important;
        border-bottom: none!important;
    }

    .padding-content {
        height: 90px;
    }

    p.texthead {
        height: 35px;
        border: solid 1px #999;
        border-top: solid 1px #999!important;
    }

    .option-wrapper {
        border: none;
    }

    .mobile1 {
        border-right: none!important;
    }

    .mobile2 {
        border-left: none!important;
    }

    .mobile3 {
        border-right: none!important;
    }

    .mobile4 {
        border-left: none!important;
    }

    .overflow-table2 {
        overflow-x: scroll;
    }

    #schlauch-table {
        width: 760px!important;
    }

    .schlauch-image {
        width: 29.86%;
    }

    .padding-left {
        padding-left: 20%;
    }

    .search-topic-div {
        float: none!important;
        height: 25px;
        background-color: inherit!important;
    }

    .search-topic-div span {
        color: #333!important;
        font-weight: bold;
    }

    .wrapper-search {
        padding-left: 15px;
        width: 100%;
    }

    .suchhilfe {
        float: none!important;
    }

    .categories-content-headline {
        background-color: #EEEEEE!important;
        width: 100%!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
        border: 1px solid #ccc;
    }

    .categories-content-headline span {
        color: #111!important;
    }

    #SuchFeld-search {
        width: 80%;
    }

    .show-best-product {
        width: 50%;
        float: left;
        background-color: inherit!important;
    }

    .handy-clearer {
        clear: both;
        display: block;
    }

    .mobile-200 {
        width: 200px!important;
    }

    .mobile-portrait-width {
        width: 100%!important;
    }

    .mobile-position {
        position: inherit!important;
    }

    .mobile-float {
        float: left;
        width: 50%;
    }

    .standard-width {
        height: 32px!important;
        margin-left: 0px!important;
    }

    .PDFList {
        width: 100%!important;
    }

    .PDFList li {
        width: 50%!important;
    }

    .infobox-mobile2 {
        margin-left: 0px!important;
        visibility: hidden;
    }

    .infobox-mobile {
        visibility: hidden;
        margin-left: 0px!important;
    }

    .InfoBox {
        display: none;
    }

    .reply {
        margin-left: 0px!important;
    }

    .desktop-only-padding {
        padding: 0px!important;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only-input {
        display: block;
    }

    .vote {
        width: 100%!important;
        max-width: 100%!important;
        border: none;
    }

    #InfoBox1 {
        border: 1px solid rgb(102, 102, 102);
        margin-left: 0px!important;
        margin-top: 40px!important;
        width: 270px;
        height: 80px;
        padding: 10px;
        position: absolute;
        display: block;
        background: rgb(255, 255, 255);
    }

    .text-in-div {
        height: 100px;
        text-align: left;
        padding-left: 10px;
    }

    #InfoBox1 div.MLCaret {
        display: none;
    }

    #InfoBox1 div {
        float: none;
        width: 100%;
    }

    #InfoBox2 {
        border: 1px solid rgb(102, 102, 102);
        margin-left: 0px!important;
        margin-top: 40px!important;
        width: 270px;
        height: 80px;
        padding: 10px;
        position: absolute;
        display: block;
        background: rgb(255, 255, 255);
    }

    #InfoBox2 div.MLCaret {
        display: none;
    }

    #InfoBox2 div {
        float: none;
        width: 100%;
    }

    .autowidth {
        width: auto!important;
        padding-left: 5px;
    }

    .mobile-nomargin {
        margin: 0px!important;
        padding-left: 10px;
    }

    .mobile-autowidth {
        width: 150px!important;
    }

    .user-comment {
        width: auto!important;
    }

    .gesamt-rating {
        margin: 0px!important;
        float: none!important;
        margin-top: 0px!important;
    }

    .versand-bilder {
        width: 50%;
        float: left;
        position: inherit!important;
    }

    .mobile-only {
        display: block;
    }

    .mobile-only-block {
        display: block;
    }

    .mobile-clearer {
        display: block;
        clear: both;
    }

    .text-in-div {
        height: 100px;
        text-align: left;
        padding-left: 10px;
    }

    .mobile-resize {
        width: 100%;
    }

    body {
        margin: 0px;
    }

    .hydraulikschlauch-mobile {
        width: 100%!important;
        float: none;
    }

    .mobile-padding {
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .hilfsvideo {
        text-align: center;
        border-left: none!important;
        padding: 0px!important;
        margin: 0px!important;
    }

    .input-wrapper2 {
        width: 150px!important;
        padding-left: 5px;
    }

    #PageBG {
        display: none;
    }

    .invoice {
        width: auto;
    }

    #MainNavigation {
        display: none!important;
    }

    #NavKopf {
        display: none;
    }

    .TextFrame {
        width: 100%!important;
    }

    .TextFrame table {
        width: 100%!important;
    }

    .WarenkorbFrame {
        width: 100%;
    }

    #karte {
        display: none;
    }

    .WarenkorbFrame {
        width: 100%;
        box-sizing: border-box;
    }

    #display-version {
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    #display-version2 {
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    div.col img {
        width: 100%;
    }

    .col {
        width: 16%!important;
        overflow-wrap: break-word;
    }

    .invoice {
        width: 200px!important;
        text-align: inherit!important;
    }

    .mobile-display-none {
        display: none;
    }

    #mobile-formating {
        width: 100%!important;
        max-width: 100%!important;
        border: 1px solid #ccc;
    }

    .img-width {
        display: none;
    }

    .mobile-nopadding {
        padding-left: 0px!important;
    }

    .mobile-float-none {
        width: auto!important;
    }

    #mobile-none {
        display: none!important;
    }

    .mobile-none {
        display: none!important;
    }

    td {
        padding-right: 5px;
    }

    #mobile-none2 {
        display: none!important;
    }

    #mobile-none3 {
        display: none;
    }

    #mobile-none4 {
        display: none;
    }

    .mobile-change {
        width: 25%!important;
    }

    .mobile-font-size {
        font-size: 11px;
    }

    .mobile-input-field {
        width: calc(80% - 130px) !important;
		min-width: 130px;
    }

    .mobile-overflow {
        overflow-wrap: break-word;
    }

    div.WarenkorbFrame div.float {
        width: 100%!important;
        box-sizing: border-box!important;
    }

    .mobile-nowidth {
        width: auto!important;
    }

    div.WarenkorbFrame div.float div.box {
        border: none!important;
    }

    div.float div.col {
        width: 95px!important;
        padding-right: 5px;
    }

    #bottom-layer-kunden {
        padding-left: 0px!important;
    }

    #middle-layer-kunden {
        padding-left: 0px!important;
        border-left: none!important;
    }

    #kasse {
        margin-bottom: 10px;
    }

    .drucken {
        display: none!important;
    }

    #warenkorb-payment input {
        float: none!important;
    }

    #warenkorb-payment a {
        margin-left: 0px!important;
    }

    .padding-override {
        padding-left: 0px!important;
    }

    #mobile-formating img {
        width: 90%!important;
    }

    .input-aligning {
        text-align: center;
        margin-top: 10px;
    }

    .info-images {
        float: left!important;
        padding-right: 3%!important;
        padding-left: 3%!important;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
    }

    .item-detail {
        margin-left: 0px;
        padding-left: 10px;
    }

    .item-image {
        width: auto;
    }

    .item-preview {
        width: 100%;
    }

    .item-content {
        margin-left: 0px;
        width: 100%;
    }

    .item-layer {

        padding-left: 0px;
    }

    #NavLogin {
        display: none;
    }

    #Logo {
        display: none;
    }

    #NavWarenkorb {
        display: none;
    }

    #NavMeinKonto {
        display: none;
    }

    #Languages {
        display: none;
    }

    #content-right {
        display: none;
    }

    #NavPreViewWarenkorb {
        display: none;
    }

    #NavArtikelSuche {
        display: none;
    }

    #PageLevel a {
        font-size: 12px;
    }

    .PageNum {
        font-size: 12px;
    }

    #content-1 {
        width: 100%;
        position: inherit;
    }

    #count-articles span a {
        color: white;
        text-decoration: none;
    }

    #content-2 {
        width: 100%;
        margin-top: 1%;
        position: inherit;
    }

    #content-3 {
        width: 100%;
        position: inherit;
        margin-top: 2%;
    }

    .box {
        width: 100%!important;
        max-width: 100%;
        box-sizing: border-box;
        margin-right: 0px!important;
        border: 1px solid #ccc;
        border-left-style: none;
        overflow: scroll;
    }

    .box table {
        width: 100%!important;
    }

    .box tr {
        text-align: center;
    }

    .MainProduct {
        width: 49%!important;
        max-width: 50%;
        overflow: scroll;
        margin-left: 0.5%;
        margin-right: 0.5%;
        box-sizing: border-box;
        margin-top: 1%;
        height: 320px;
    }

    .scrollHeader-label span {
        display: none;
    }

    .MainProduct table {
        width: 100%;
        margin-top: 0px!important;
        height: 100%!important;
    }

    .MainProduct  thead tr td {
        background: linear-gradient(white,#E1E1E1)!important;
    }

    .MainProduct tbody tr:last-child {
        background-image: none;
        background: linear-gradient(white,#E1E1E1);
    }

    .MainProduct tbody tr:first-child {
        background: white;
    }
	
	div.sticky-table th {
		top: 0px;
	}

    .overflow-table {
        overflow: scroll;
    }

    .QuantityButton {
        display: none;
    }

    .ArtikelDetail table {
        width: 100%!important;
    }

    .ArtikelDetail div:last-child {
        width: auto!important;
    }

    .ArtikelDetailImageFull {
        position: inherit;
        margin-left: inherit!important;
        border-color: #ccc;
    }

    #MainContent, .MainContent {
        color: none;
        position: inherit;
        width: 100%;
        left: inherit;
        top: inherit;
        margin-left: auto;
        padding-top: 1px;
    }

    .mobile-images-width {
        margin-top: 10px;
    }

    #mobile-mainnav {
        display: block;
        width: 100%;
        text-align: center;
    }

    #mobile-mainnav p {
        margin-top: 0px;
    }

    #PageTopic {
        text-align: center;
        margin-top: 4%;
    }

    #Schnellsuche {
        position: relative;
        box-sizing: border-box;
        width: 70%;
        border: 1px solid #333333;
        display: none;
        color: #666666;
        font-size: 11px;
        background-color: #FFFFFF;
        z-index: 9999999;
    }

    .hydraulik-images {
        width: 100%;
    }

    .Suchen-input {
        border: 1px solid rgb(189, 176, 176);
        border-radius: 3px;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 15px;
        border-right-style: none;
        height: 35px;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        color: rgb(153, 153, 153);
    }

    .Suchen-mobil {
        float: left;
    }

    .mobile-suche-form {
        padding-left: 15%;
    }

    #suche {
        margin-left: 0px;
    }

    .mobile-suche {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .Suchen-mobil-button input {
        padding-top: 3px;
        padding-right: 4px;
        border: none!important;
    }

    .Suchen-mobil-button {
        width: 14%;
        float: left;
        height: 35px;
        background-color: #0079BC;
  /*
  background: -webkit-gradient(linear, left top, left bottom, from(#0079bc), to(#00509d));
  background: -moz-linear-gradient(center top , #0079BC, #00509D) repeat scroll 0% 0%;
  /* padding-right: 15px; */
        width: 45px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #mobile-nav1 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav2 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    .Suchen-mobil {
        color: #666;
        width: 70%;
    }

    #mobile-nav2 a {
        text-decoration: none;
        color: #c1c1c1;
    }

    #mobile-nav3 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    #mobile-nav4 {
        float: left;
        width: 25%;
        cursor: pointer;
    }

    .clear {
        clear: both;
    }

    #toggle-out {
        vertical-align: middle;
    }

    #toggle-out-div {
        display: inline-flex;
        vertical-align: middle;
    }

    #table-heading {
        display: inline-block;
    }

    #toggle-out {
        cursor: pointer;
    }

    #showlayers {
        width: 100%;
        position: absolute;
        text-align: center;
    }

    #PreViewWarenkorb {
        width: 60%;
        background-color: #FFFFFF;
        color: #c1c1c1;
        font-size: 17px;
        border: 1px solid rgb(0, 0, 0);
        left: 30%;
        margin-left: 0px;
        top: 0px;
        z-index: 10000;
    }

    #SuchFeld {
        float: left;
        width: 86%;
        height: 35px;
        box-sizing: border-box;
    }

    .wrapper-search {
        width: 100%;
        margin-top: 5px;
    }

    #PreViewWarenkorb table {
        width: 100%;
    }

    #MeinKontoLayer {
        width: 40%;
        left: 59%;
        border: 1px solid rgb(0, 0, 0);
        text-align: center;
        background-color: #FFFFFF;
        color: #c1c1c1;
        font-size: 17px;
        box-sizing: border-box;
        padding: 3%;
        margin-left: 0px;
        top: 0px;
        height: auto;
        z-index: 10000;
    }

    #WarenkorbFrame {
        padding-left: 0px;
        padding-right: 0px;
    }

    #MeinKontoLayer table {
        width: 100%;
    }

    #SuchButton {
        display: none;
    }

    .search-topic-div {
        background-color: #c1c1c1;
        padding-left: 5px;
		padding-top: 10px;
        text-align: center;
    }

    .show-best-product {
        background-color: #FFFF99;
        text-align: center;
    }

    .search-success {
        text-align: center;
    }

    .categories-content-headline {
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        background-color: #c1c1c1;
        width: 100%;
    }

    .categories-content-headline span {
        color: white;
        font-size: 14px;
        box-sizing: border-box;
    }

    .product-info a {
        text-decoration: none;
        color: #c1c1c1;
    }

    .product-info {
        float: left;
        width: 32%;
        left: 50%;
        position: relative;
        overflow-wrap: break-word;
    }

    .inline-block-div {
        width: 60%!important;
    }

    .no-success-search {
        text-align: center;
        background-color: #C1D5F4;
        padding: 5px;
    }

    .input-wrapper2 div {
        width: 100%!important;
    }

    .product-info img {
        padding-right: 10px;
    }

    .search-results-list {
        width: 100%;
    }

    .content-divs {
        max-width: 50%;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
        float: left;
    }

    .position-content {
        position: relative;
        left: -50%;
    }

    .content-divs-name {
        height: 50px;
        overflow-wrap: break-word;
    }

    .search-topic-div span {
        color: white;
        font-size: 0.875rem;
    }

    .hytec-tipp {
        text-align: center;
        background-color: #FFFF99;
    }

    .filter-results {
        text-align: center;
        background-color: #C1D5F4;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #SuchFeld {
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        border-radius: 3px;
        box-sizing: border-box;
    }

    #SuchFeld input {
        float: none;
    }

    #rating-div {
        margin-top: 1%!important;
        width: 100%;
    }

    #rating-div .Rounded {
        padding: 0px!important;
        width: 100%!important;
    }

    .rating-content {
        width: auto!important;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    .NavFussDetail {
        width: 100%!important;
        box-sizing: border-box;
        padding-left: 1%;
        padding-right: 1%;
        overflow-wrap: break-word;
    }

    #first-list-item {
        background-image: url('../images/cancel-black.png');
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-position-x: 95%;
        background-position-y: 50%;
        background-color: #BFBFBF;
    }

    #first-list-item2 {
        background-image: url('../images/cancel-black.png');
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 50%;
        background-color: #BFBFBF;
    }

    #QuickSearch {
        display: none;
    }

    #NavMenu {
        display: none;
    }

    #mobile-navleiste {
        top: 0px;
        position: fixed;
        z-index: 9999;
        width: 300px;
        display: none;
        max-height: 100%;
        overflow-y: scroll;
    }

    #mobile-navleiste ul {
        list-style: none;
        padding-left: 0px;
    }

    #mobile-info {
        top: 0px;
        position: absolute;
        z-index: 10000;
        width: 300px;
        display: none;
    }

    #mobile-info ul {
        list-style: none;
        padding-left: 0px;
    }

    #display-version {
        text-align: center;
        margin-top: 15px;
    }

    .switch-display {
        display: inline-block;
        padding: 5%;
        background-image: linear-gradient(#757C84,#5b626a);
    }

    #mobile-navleiste div.nav-list:last-child {
        border-bottom: solid 1px #888!important;
    }

    .nav-list {
        border-bottom-style: none!important;
        border-color: #888;
        border-style: solid;
        border-width: 1px;
        z-index: 10000;
        display: block;
        background-color: white;
        height: 100%;
        font-size: 1.25rem;
    }

    .nav-list a {
        display: block;
        padding: 4%;
    }

    #maininfo-div {
        width: 50%!important;
        float: left;
        border: solid 1px #ccc;
        box-sizing: border-box;
        display: none;
    }

    #no-mobile-display {
        display: none;
    }

    #customer {
        display: none;
        float: left;
        max-width: 50%!important;
        width: 50%!important;
        border: solid 1px #ccc;
        box-sizing: border-box;
        border-left-style: none;
    }

    .HighLight {
        box-sizing: border-box;
        width: 100%!important;
        max-width: 100%!important;
        text-align: center;
    }

    .HighLight img {
        width: auto!important;
    }

    .PicNum {
        padding-bottom: 2%;
    }

    #count-articles {
        color: white;
  /* vertical-align: top; */
        border-color: black;
        border-style: solid;
        border-width: 1px;
        background-color: black;
        border-radius: 100%;
        width: 20px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        padding: 0.3%;
        margin-top: 4px;
        height: auto;
        text-align: center;
        font-size: 15px;
        right: 27%;
    }

    .banner {
        width: 99%!important;
        box-sizing: border-box;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .mobile-img {
        height: 120px;
    }

    .rotator {
        height: 110px!important;
    }

    div.rotator ul li img {
        padding: 0px!important;
        border-style: none;
        width: 100%!important;
        height: 110px!important;
    }

    .rotator ul {
        padding: 0px;
        margin: 0px;
    }

    #shadow {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.7);
        opacity: 0.8;
        z-index: 1100;
    }

    .nav-list a {
        color: black;
        text-decoration: none;
    }

    .nav-list a:visited {
        color: black;
        text-decoration: none;
    }

    #customer {
        padding: 0px;
        background: linear-gradient(white,#E1E1E1)!important;
    }

    #customer div:last-child {
        background-color: initial!important;
    }

    .clear-hidden {
        clear: both;
        display: block;
    }

    #content-4 div.MainInfo table {
        width: 100%!important;
    }

    .MainInfo {
        width: 100%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        background-image: none!important;
        background: linear-gradient(white,#E1E1E1)!important;
    }

    #NavFuss {
    }

    .MainInfo2 {
        width: 100%!important;
        max-width: 100%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-top: 0px!important;
        background: linear-gradient(white,#E1E1E1)!important;
        border: solid 1px #ccc;
        box-sizing: border-box;
        text-align: center;
    }

    .MainInfo2 img {
        padding-left: 3%;
    }

    #PreViewWarenkorb table {
        width: 100%;
    }

    .add-to-basket-button, .checkout-button {
        font-size: 17px;
        margin-right: 1%;
        margin-left: 1%;
    }

    .text {
        font-size: 17px;
    }

    #showlayers {
        width: 100%;
    }

    #content-set {
        display: none;
    }

    #content-4 {
        display: block;
    }

    .rotator ul li {
        width: 100%;
        text-align: center;
    }

    .scrollHeader-basket {
        text-align: right;
        width: auto!important;
        margin-left: 0px!important;
    }

    .ubersichtsseiten {
        float: left;
        width: 50%!important;
        height: 200px!important;
        padding: 0px!important;
        box-sizing: border-box;
        white-space: nowrap;
        text-align: center;
        white-space: inherit!important;
        overflow-wrap: break-word!important;
    }

    .ubersicht-div {
        width: 100%;
    }

    .ubersicht-images {
        height: 125px;
        border: 0px;
        align: center;
    }

    .PageFrame {
        width: 100%;      
    }

    #RightMenu {
        display: none;
    }

    .with-bg {
        background-color: #003399!important;
        color: #FFFFFF;
        font-weight: bold;
        height: 20px;
    }

    .autoheight a {
        color: #c1c1c1;
    }

    #mobile-width {
        width: 100%;
        position: absolute;
    }

    .mobile-width {
        width: 100%!important;
        box-sizing: border-box;
    }

    .padding {
        padding-left: 15%;
    }

    #Schnellsuche table tbody tr td {
        display: block!important;
    }

    #Schnellsuche table {
        width: 100%;
    }

    .new-width {
        width: 100%!important;
    }

    .category {
        height: auto;
    }

    .category-image {
        height: 140px;
    }
	
	#ui-add-to-basket {
		width:90%;
		height:60%;
		left:5%;
		top:20%;
		margin:0px;
		box-sizing: border-box;
	}
}

#MainNavigation .NavText-Grey{
    color: #555;
}

#MainNavigation .NavText-Grey:hover {
    color: #BF6000;
}

.wk-text-leer {
    color: #555;
    font-size: 20px;
}

/*Kleine Handys im Querformat bspw. Lumia Hoch:360x640 Quer:640x360*/
@media only screen and (max-device-height:400px) {
    .wk-schlauchschutz-image {
        top: 15%;
    }
}

@media (orientation: portrait) and (max-device-width: 590px) {
    .portrait-none {
        display: none;
    }
}

@media (min-width: 600px) {
	.tabs-label {
		width: auto;
		border:1px solid #ccc;
		border-radius: 5px 5px 0px 0px;
	}
	.tabs-panel {
		order: 99;
	}

}

/* Elemente vom Druck ausschließen */
@media print {
	#PageBG, #MainNavigation, #NavMenu, #NavFuss, #AllRights, #vng-thumbContainer, .scrollHeader {
		display:none;	
	}
	
	body, #MainContent, .MainContent {
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
		left:auto !important;
		top:auto !important;
	} 
}

input:invalid {
  background-color: #ffdddd;
  border: 2px solid Red!important;
  
}

.alert-box, .confirm-box {
     position: fixed;
     top: 0;
     left: 0;
     align-items: center;
     justify-content: center;
     width: 50%;
     height: 100%;
     z-index: 100000;
     display: flex;
     align-items: flex-start;
  }

  .alert-surface, .confirm-surface {
     opacity: 1;
     visibility: visible;
     box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
     background-color: #fff;
     display: inline-flex;
     flex-direction: column;
     width: calc(100% - 30px);
     max-width: 865px;
     transform: translateY(50px) scale(.8);
     border-radius: 2px;
  }

  .alert-backdrop, .confirm-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,.87);
     opacity: .3;
     z-index: -1;
  }
  
  .menubuttonsmall  {
	  width:80px;
	  height:28px;
	  margin:5px;
	  border-width: 1px;
	  padding:4px;
	
	  font-size: 10pt;
	  font-family: arial, helvetica, sans-serif;  
	  text-align:center;
	  vertical-align:middle; 
	}
  
  .windows-button {
	  border: 1px solid #959595; 
	  background: #ddd;
	  text-align: center;
	  cursor: pointer;
	  padding: 1px;
	  border-radius: 3px;
	  width: 30px;
	  float: right;
  }
  
  .windows-button:hover {
	  border: 1px solid #297ce6;
	  -webkit-box-shadow: inset 0px 0px 0px 1px #297CE6; 
	  box-shadow: inset 0px 0px 0px 1px #297CE6;
  }
  
  .close-button{
	  float: right;
	  width: 20px;
	  height: 20px; 
	  display: flex; 
	  border: 1px solid #959595; 
	  border-radius: 3px; 
	  cursor: pointer; 
	  background: #ddd;
  }
  
  .close-button:hover{
	  background: #ffa4a4;
  }
  
  .flex-center-tablecell{
	  display:flex; 
	  justify-content: center; 
	  align-items: center;
	  margin-top: 10px;
  }
  
  .flex-start-tablecell {
	  display: flex; 
	  justify-content: start; 
	  align-items: center;
	  margin-top: 10px;
	  padding-left: 5px;
  }
  
  /* line 2, ../sass/_sortable.sass */
table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 6, ../sass/_sortable.sass */
/*table[data-sortable] th {
  vertical-align: bottom;
  font-weight: bold;
}*/
/* line 10, ../sass/_sortable.sass */
/*table[data-sortable] th, table[data-sortable] td {
  text-align: left;
  padding: 10px;
}*/
/* line 14, ../sass/_sortable.sass */
table[data-sortable] th:not([data-sortable="false"]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}
/* line 26, ../sass/_sortable.sass */
table[data-sortable] th:after {
  content: "";
  visibility: hidden;
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}
/* line 40, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted="true"]:after {
  visibility: visible;
}
/* line 43, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="descending"]:after {
  border-top-color: inherit;
  margin-top: 8px;
}
/* line 47, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="ascending"]:after {
  border-bottom-color: inherit;
  margin-top: 3px;
}


#SchnellFilter {
	font-size: 14px;
	border: 1px solid #494949;
	background-color: #fff;
	padding: 10px;
	min-width:100px; 
	position:absolute;
	border-radius:5px;
}

#SchnellFilterTitel {
	margin-right: 5px;
	font-weight: bold; 
	margin-bottom: 5px;
}

#SchnellFilterAlleContainer {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
}

#SchnellFilter input[type="checkbox"] {
	-moz-transform: none;
	-webkit-transform: none; 
	-ms-transform: none;
	-o-transform: none;
}

#einzelneCheckboxen {
	font-size: 14px;
	padding: 5px; 
	max-height: 250px; 
	overflow: auto;
	margin-top: 5px;
}

.ArtikelDetail table {
	border: 1px solid #c1c1c1;
	border-right: none;
	border-collapse: separate !important;
}

.ArtikelDetail td {
	text-align: left;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	padding-left: 5px;
	padding-right: 5px;
}

.ArtikelDetail th {
	border-right: 1px solid #c1c1c1;
}

.ArtikelDetail td:nth-child(2n), .ArtikelDetail th:nth-child(2n) {
	border-right: none;
} 

.ArtikelDetail td:nth-last-child(3) {
	border-right: none;
	border-left: 1px solid #c1c1c1;
}

.ArtikelDetail th:nth-last-child(3) {
	border-right: none;
	border-left: 1px solid #c1c1c1;
}

.ArtikelDetail td:first-child, .ArtikelDetail th:first-child {
	padding-right: 0;
}


.fixedLeftContainer {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	padding-right: 15px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 8px 10px 1px, rgba(0, 0, 0, 0.06) 0px 3px 14px 2px, rgba(0, 0, 0, 0.1) 0px 5px 5px -3px;
	max-width: 190px;
	min-width: 140px;
	overflow: auto;
	height: max-content;
	max-height: 75vh;
}

.fixedLeftContainer input, .fixedLeftContainer label, .fixedLeftContainer select{
	cursor: pointer;
}

.fixedLeftContainer input[type="text"] {
    cursor: text;
}

.fixedLeftContainer select, .fixedLeftContainer input[type="text"] {
	margin-bottom: 5px;
	width: 100%;
}

.fixedResponsiveContainer {
	position: fixed;
	top: 105px;
	left: 0;
	bottom: 75px;
	width: calc((100vw - 1250px) / 2);
	display: flex;
	justify-content: space-evenly;
	z-index: 990;
}

.innerGlobalFilterMobile {
	display: flex;
	flex-wrap: wrap;
}

#tableFilterContainerMobile div {
	width: 100%;
}

#tagFilterContainerMobile div {
	width: 100%;
}

.font-red {
	color: #990000;
}

.rechnerInputContainer {
	margin: 5px;
	margin-right: 10px;
	display: flex; 
	justify-content: space-between; 
	
}

.rechnerInputContainer > input {
    max-width: 150px;
}

#rechnerContainer {
	padding: 10px 5px;
	margin: 5px;
	border: 1px solid #c1d5f4;
	width: 240px;
	background-color: #ecf1fd;
}

.margin-top10 {
	margin-top: 10px;
}

.margin-top0{
	margin-top: 0px;
}

.margin-bottom0 {
	margin-bottom: 0px;
}

.descriptionContainer{
	position:absolute; 
	top: 335px; 
	left: 70%;
	padding-top: 10px;
	width: 350px;
	background-color: #eee;
}

.overlayTable {
	border: 1px solid #ccc;
	align-self: center;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.overlayTable>tbody>tr>td, .overlayTable>tbody>tr>th {
	border: 1px solid #ccc;
	min-width: 150px;
}
.overlayTable>tbody>tr:nth-child(2n) {
	background-color: #eee;
}

.filterButtonsContainer{
	position: absolute;
	bottom: 45px;
	display: flex;
	flex-direction: column;
	padding-right: 10px;
	box-sizing: border-box;
	width: 100%;
}

.item-list h2{
	margin-bottom: 10px;
	margin-top: 0px;
}

a, a:hover, a.active, a:active, a:visited, a:focus{
	text-decoration:none;
}

ul.stander li a {
    padding: 3px 0px;
    color: #393939;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}
ul.abstand li a {
	margin-right:10px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
	border-radius: 1px;
	margin-top:15px;
	background-color: #009FE1;
	padding: 2px 10px !important;
	line-height: 21px !important;
	display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.blog-drop-down >a:hover+.Blog,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu{
	display:block;
}

a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.hoverLayer {
    display: none;
    padding: 10px 6px;
    background-color: #eee;
    color: black;
    border: 1px solid #707070;
    border-bottom: none;
    z-index: 1001;
    box-shadow: 5px -5px 5px -4px rgb(125,125,125);
	cursor: pointer;
}

.hideOnHover {
    color: white;
    padding: 10px 7px;
    z-index: 999;
	cursor: pointer;
}

.hideOnHover a {
	color: white;
}

.wrapList {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    max-height: 490px;
    padding-bottom: 5px;
    position: relative;
}

.wrapList > ul {
	margin-bottom: 0px;
}

#firstCatLayer .wrapList, #firstCatLayer.mega-menu {
	max-height: 550px;
}

.imageContainer {
    position: absolute;
    top: 40px;
    right: -50px;
    height: 100%;
    width: 350px;
    background-repeat: no-repeat;
}

.mega-title {
    margin: 10px 0px 5px 0px;
}

ul > li > a:hover, 
ul > li > h3 > a:hover {
    color: #bf6000;
}

.trenner {
    color: white;
    flex-shrink: 2;
}

.separator {
	border-bottom: 1px solid #616161;
	width: 180px;
}

.small-line {
	line-height: 20px !important;
}

.cancelCrossContainer{
	position: absolute;
	top: 0;
	right: -10px;
	float: left;
	cursor: pointer;
	padding: 5px;
	color: #393939;
}
.cancelCross {
	background-image: url("/images/navigate_cross_24x24.png");
	height: 24px;
	width: 24px;
	opacity: 0.75;
}