@font-face {
  font-family: "Netto Regular";
  src: url('fonts/NettoWeb-W03-Regular.eot?#iefix');
  src: url('fonts/NettoWeb-W03-Regular.eot?#iefix') format("eot"), url('fonts/NettoWeb-W03-Regular.woff2') format("woff2"), url('fonts/NettoWeb-W03-Regular.woff') format("woff"), url('fonts/NettoWeb-W03-Regular.ttf') format("truetype"); }

html {
  font-family: "Netto Regular", Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: "Netto Regular", Helvetica, sans-serif;
  margin: 0;
  background-color: #666666;
}

* {
  outline: none;
}


.page {
  width: 100%;
  height: 200vh;
  font-family: 'Netto Regular', sans-serif;
  font-weight: 200;
  letter-spacing: .03em;
  color: #ffffff;
  background-color: #666666;
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100px;
  align-items: center;
  background-color: #00444c;
  z-index: 10;
  padding-left:350px;
  padding-top:3px;
}

header img {
  position: fixed;
  right: 15px;
  top: 15px;
  height: 60px;
}

#header-line {
  position: fixed;
  width: 100%;
  top:100px;
  height: 5px;
  background-color: #02aabc;
}

.loginbtn {


	cursor: pointer;
	padding: .6em 1em;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #00444c;
	display: inline-block;
	color: #fff;
	font-size: 110%;
	font-weight: 600;
  border: 1px solid #00444c;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  vertical-align: top;
  position: fixed;
  right: 160px;
  top: 17px;

}

#loginbtntooltip {
	cursor: pointer;
	padding: .6em 1em;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	display: inline-block;
	color: #000;
	font-size: 100%;
  border: 1px solid #000;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  vertical-align: top;
  position: fixed;
  right: 270px;
  top: 25px;
  z-index: 10;
}

.logininfobtn {
	padding: .5em 1em;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #666666;
	display: inline-block;
	color: #fff;
	font-size: 110%;
	font-weight: 300;
  border: 0px;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:0px;
}

main {
  padding-top: 100px;
  display: block;
  padding-left: 20px;
  height: 100%;
  margin-left: 300px;
}

main > div {
  margin: auto;
  max-width: 100%;
}

.content {
  background-color: #666666;
  padding: 30px;
  color: #ffffff;
}

#nav-container {
  height: 100%;
  width: 320px;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 36px;
  padding-left: 20px;
  padding_right: 10px;
  background-color: #02aabc;
  background-image: url("../../assets/navhintergrund.png");
  background-repeat: repeat-y;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nav-content-ul-level-2 {
  padding: 10px;
}

.nav-content-ul-level-3 {
  padding: 10px;
}

.nav-content-ul-level-4 {
  padding: 10px;
}

#nav-content li a {
  background-image: url('../../assets/navicon.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px; 
}

#nav-content li a {
  display: block;
  text-transform: normal;
  transition: color .1s;
  font-size: 14pt;
}

#nav-content li a {
  color: #00aeef;
}

#nav-content li a:hover {
  color: #373a3c;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.small a + a {
  margin-left: 15px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.topnav {
    overflow: hidden;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
}


.topnav button {
  background-color: #666666;
  color: #ffffff;
  border: 0px solid #333;
  font-weight: 600;
  font-size: 120%;
}

.topnav button span:nth-child(1){position:relative;top:3px;}

.topnav button i, topnav button img {
	height: 30px;
	width: 30px;
	line-height: 30px;

	-moz-border-radius: 15px; /* or 50% */
	border-radius: 15px; /* or 50% */

	background-color: #666666;
	border: 1px solid #ffffff;
	color: white;
	text-align: center;
	font-size: 16px;
	margin-left: 10px;
	float: right;
}


.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding-right: 10px;
  padding-left: 6px;
  padding-bottom: 5px;
  margin-top: 0px;
  outline: 0;
  border-width: 0 0 2px;
  border-color: white;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 18px;
  width: 250px;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  text-transform:uppercase;
  font-weight: 600;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}

.navspace {
  height: 10px;
}

html, body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 {
    color: #000;
    line-height: 26px;
    font-size: 24px;
}

h2 {
    color: #000;
    line-height: 24px;
    font-size: 22px;
}

h3 {
    color: #000;
    line-height: 22px;
    font-size: 20px;
}

__ul {
  padding: 0;
  list-style: none;
}

.buttonbar {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 4px;
}

.buttonbar button {
  background-color: #666666;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: 600;
}

.buttonbar i {
  display:none;
}

.buttonbar2 {
  padding-top: 10px;
}

.configureListingList {
  margin-top: 10px;
}

.configureFilterList {
  margin-top: 10px;
}

.configureDownloadList {
  margin-top: 10px;
}

#partheader {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}


#partheader button {
  background-color: #666666;
  color: #ffffff;
  border: 0px solid #333;
  font-weight: 600;
  font-size: 120%;
}

#partheader button span:nth-child(1){position:relative;top:3px;}

#partheader button i, #partheader button img {
	height: 30px;
	width: 30px;
	line-height: 30px;

	-moz-border-radius: 15px; /* or 50% */
	border-radius: 15px; /* or 50% */

	background-color: #666666;
	border: 1px solid #ffffff;
	color: white;
	text-align: center;
	font-size: 16px;
	margin-left: 10px;
	float: right;
}

#partlist {
  position: relative;
  position: overflow: auto; 
  width:100%;
}

p.listheader { width: 2920px; height: 15px; font-weight: bold; margin-bottom: 5px; }

p.buttonbar { width: 2920px;}

p.listrow {
	margin-top:1px;
	margin-bottom:1px;
	font-size:11pt;
	color:#fff;
}

p.listheader span{position: absolute; white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;}

p.listrow span{position: absolute;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
p.listrow { border-bottom: 0.5px silver solid; width: 2920px;}

p.listrow span:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
    background-color: #666666;
    border: 1px solid white;
    color: #fff;
    z-index: 1;
}
p.listrowselected span{position: absolute;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; margin-top: 4px;}
p.listrowselected { border-bottom: 0.5px silver solid; width: 2920px;}

.listrowcategoriesheader {font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    font-size: 110%;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 5px;
 }

.listrowcategoriesheader button {float: right}
.listrowcategoriesheader img {float: right; height: 28px; margin-right: 2px;}

p.listrowcategories span{position: absolute; white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
p.listrowcategories span:nth-child(1){left: 20px; width: 240px;}
p.listrowcategories span:nth-child(2){left: 250px; width: 40px; border-radius: 5px; text-align: center;}
p.listrowcategories span:nth-child(3){left: 290px; width: 20px;}
p.listrowcategories span.standard{color: white; border: 1px solid #00aeef; color: #00aeef; font-size: 80%;}
p.listrowcategories span.found{color: #ffffff; font-size: 80%; text-align: right; margin-left: 15px;}
p.listrowcategories span.selected{color: #ffffff;  font-size: 80%; ; text-align: right;}

.listrowcategoriesgroup {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.listrowcategoriesgroupcontent {
  font-weight: normal;
  margin-top: 5px;
}

.listrowcategoriesgroupcontent p span {
  color: #000;
}

.listrowcategoriesgroupcontent p span:nth-child(1){
  padding-left: 10px;
}

p.listrowcategories {
    margin-bottom: 5px;
}

p.listrowcategories span.found:before {
    content: "[";
    margin-right: 2px;
}

p.listrowcategories span.found:after {
    content: "]";
    margin-left: 2px;
}

p.listrowcategories span.selected {
    display: none;
}

.form-control:focus {
  border-color: #00aeef;
}

.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

.ui-draggable-handle {
    -ms-touch-action: initial;
    touch-action: initial;
}

.ui-widget {
  font-family: "Netto Regular", Helvetica, sans-serif;
  background-color:#666666;
  color:#ffffff;
}

.ui-widget-content {
  font-family: "Netto Regular", Helvetica, sans-serif;
  background-color:#666666;
  color:#ffffff;
}

.ui-tabs .ui-tabs-nav {
    background-color: #666666;
    border: 0px;
}

.ui-widget.ui-widget-content {
    border: 0px;
}

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

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #00aeef; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  display:none;
}

.progress {
  position: absolute;
  left: 40%;
  top: 10%;
  width: 500px;
  height: 100px;
  background-color: transparent;
	text-align: center;
	font-size: 3rem;
	color: #00aeef;
	font-family: "Netto Regular", Helvetica, sans-serif;
	display:none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ------- Buttons and dropdown buttons ----------- */

.bigbtn {
	cursor: pointer;
	padding: .5em 1em;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #02aabc;
	display: inline-block;
	color: #fff;
	font-size: 110%;
	font-weight: 600;
  border: 1px solid #02aabc;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  vertical-align: top;
}

.bigbtn.active {
  border: 3px solid #ffffff;
}

.bigbtn:hover {
  border: 3px solid #ffffff;
}

.navbtn {
	cursor: pointer;
	padding: .5em 1em;
	margin: 0px 2px;
	background: #56c5d0;
	display: inline-block;
	color: #ffffff;
	font-size: 110%;
	font-weight: 600;
  border: 2px solid #56c5d0;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  vertical-align: top;
}

.navbtn:hover {
  border: 2px solid #ffffff;
}

.simplebtn {
	cursor: pointer;
	padding: .5em 1em;
	margin: 0px 2px;
	background: #72bf44;
	display: inline-block;
	color: #000;
	font-size: 110%;
  border: 0px solid #72bf44;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 600;
}

.simplebtn:hover {
  border: 2px solid #ffffff;
}


.simplebtn img {
  height:15px;
}

.pagingbtn {
	cursor: pointer;
	margin: 0px 2px;
	background: #666666;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	border: 0px;
}

.pagingbtn img {
  height:20px;
}

.pagingbtn i, .pagingbtn img {
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;

	-moz-border-radius: 15px; /* or 50% */
	border-radius: 15px; /* or 50% */

	background-color: #666666;
	border: 1px solid #ffffff;
	color: white;
	text-align: center;
	font-size: 12px;
	margin-left: 5px;
	float: right;
}

.paginginfo {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	padding: 5px;
	height: 30px;
	margin-bottom: 5px;
	vertical-align: top;
}

.iconbtn {
	cursor: pointer;
	padding: .25em 0.5em;
	margin: 0px 1px;
	background: #666666;
	display: inline-block;
	color: #ffffff;
	font-size: 70%;
  border: #666666;
  margin-right:5px;
}

.iconbtn img {
  height:20px;
}

.dropdown img {
  display: none;
}

.dropbtn {
	cursor: pointer;
	padding: .5em 1em;
	margin: 0px 2px;
	background: #72bf44;
	display: inline-block;
	color: #000;
	font-size: 110%;
  border: 2px solid #72bf44;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  margin-top:0px;
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  border-radius: 0.5rem;
  border: 2px solid #95d4d1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: "Netto Regular", Helvetica, sans-serif;
}

.dropdown-content-line {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content-line button {
  display: none;
}

.dropdown-content-line:hover {background-color: #efefef; color: #000;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn:hover {
  border: 2px solid #ffffff;
}

/* change background color for tabs UI tabs */

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  background-color: #fff;
  color: #000000;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}

.ui-state-default a {
  background-color: #72bf44;
  color: #000000;
  border: 1px solid #72bf44;
  border-radius: 0.5rem;
  font-weight: 600;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px;
    background: #666666;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px;
    background: #666666;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: none;
    padding-left: 0px;
    padding-top: 20px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  overflow:hidden;
}

.flex-item {
  border: 1px solid #cccccc;
	color: #000;
	font-size: 12pt;
	border-radius: 12px;
  width: 180px;
  height: 220px;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  margin: 5px;
  font-family: "Netto Regular", Helvetica, sans-serif;
  background-image: url("../../assets/kachelhintergrund.png");
  background-repeat: repeat-x;
}

.flex-item-cart-container {
  height:10px;width:100%;padding-top:2px;font-size: 10pt;display:flex;
}

.flex-item-image-container {
  height:125px;width:200px;display:table-cell;vertical-align:middle;text-align: center;
}

.flex-item-image {
  max-width:165px;max-height:110px;vertical-align:bottom;text-align:center;
}

.flex-item-text-container {
  height:70px;width:100%;padding-top:5px;font-size: 10pt;display:flex;
}

.flex-item-text {
  display: inline-block;
  align-self: flex-end;
}

.flex-item-big {
	border: 1px solid #cccccc;
	color: #000;
	font-size: 14pt;
	border-radius: 12px;
	width: 430px;
	height: 470px;
	background-image: url("../../assets/kachelhintergrundmax.png");
}

.flex-item-image-container-big {
	height:375px;width:420px;display:table-cell;vertical-align:middle;text-align: center;
}

.flex-item-image-big {
	max-width:350px;max-height:350px;vertical-align:middle;align:center;
}

.flex-item-text-container-big {
	height:60px;width:100%;padding-top:5px;font-size: 12pt;display:flex;
}

.flex-item-text-big {
	display: inline-block;
	align-self: flex-end;
	padding-left: 15px;
}

.popup_content {
  margin: 10px;
  padding: 10px 10px;
  width: 80%;
  min-height: 80%;
  border: 2px solid #444;
  background: white;
}

#popup2 {
  padding: 10px;
  width: 820px;
  min-height: 350px;
  border: 2px solid #fff;
  background: #000;
  margin-top: 100px;
}

#popup4 {
  margin: 10px;
  padding: 10px 10px;
  width: 400px;
  min-height: 300px;
  border: 2px solid #fff;
  background: #fff;
  margin-top: 300px;
}

#popup5 {
  margin: 10px;
  padding: 10px 10px;
  width: 700px;
  min-height: 400px;
  border: 2px solid #fff;
  background: #fff;
  margin-top: 50px;
}

#popup6 {
  margin: 10px;
  padding: 10px 10px;
  width: 400px;
  min-height: 300px;
  border: 2px solid #fff;
  background: #fff;
  margin-top: 300px;
}

.ui-autocomplete {
	max-height: 600px;
	overflow-y: auto;   /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
	z-index:1000 !important;
}

.ui-sortable-handle {
	height: 40px;
	padding-top: 5px;
	padding-left: 5px;
}

.producttable {
  border-collapse: collapse;
  width: 100%;
}

.producttable td, .producttable th {
  border-bottom: 1px solid #ffffff;
  padding: 8px;
  padding-left: 0px;
}
.producttable td .fa {
  color: white;
}


.producttable th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #666666;
  color: #ffffff;
}

.productfeatures {
  padding-left: 0px;
}

.productfeatures li {
  background: url('../../assets/icons/bulleticon.png') no-repeat left center;
  padding: 5px 10px 5px 25px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
}

.popup_close {
	position:absolute; top:0; right:0;
	width: 50px;
	height: 50px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00abbd; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00abbd; 
}

.configureListing label {
  color: #FFFFFF;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  padding-top: 10px;
  padding-left: 10px;
  width: 100%;
  background: #02aabc;
  color: white;
  font-size: 90%;
  text-align: left;
  margin-left: 320px;
}

#maincontentfooter_avail {
  position: relative;
  left: 0px;
  top: 0px;
}

#maincontentfooter_catalog {
  position: relative;
  left: 0px;
  top: 0px;

}

#maincontentfooter_returntowebsite {
  position: absolute;
  right: 720px;
  top: 28px;
}

#maincontentfooter_termsofuse {
  position: absolute;
  right: 600px;
  top: 28px;
}
#maincontentfooter_privacypolicy {
  position: absolute;
  right: 480px;
  top: 28px;
}

#maincontentfooter_imprint {
  position: absolute;
  right: 400px;
  top: 28px;
}

.languageSelect {
  position: relative;
  top: 30px;
  left: 40px;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
	display:inline-block;
	overflow:hidden;
	background:#00444c;
}

.languageSelect select {
  background-color: #00444c;
  color: white;
  padding: 12px;
  width: 70px;
  border: none;
  font-size: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.languageSelect::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}


.languageSelect select option {
  padding: 30px;
  background-color: #fff;
  color: #000;
}

.languagebtn {
	cursor: pointer;
	padding: .25em 0.5em;
	margin: 0px 2px;
	background: #fff;
	display: inline-block;
	color: #000;
	font-size: 90%;
  border: 1px solid #fff;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  vertical-align: top;
  width: 40px;
}

.languagebtn2 {
	cursor: pointer;
	padding: .25em 0.5em;
	margin: 0px 2px;
	background: #fff;
	display: inline-block;
	color: #000;
	font-size: 90%;
  border: 1px solid #fff;
  font-family: "Netto Regular", Helvetica, sans-serif;
  border-radius: 0.5rem;
  text-transform: uppercase;
  vertical-align: top;
  width: 150px;
}

.simplebtn:hover {
  border: 2px solid #ffffff;
}

@media screen and (min-width: 1023px) {
  #nav-filter-icon {
    display: none;
  }
  #navclose {
    display: none;
  }
}

#nav-filter-icon {
  position: fixed;
  left: 0px;
  top: 300px;
  width: 66px;
  height: 160px;
  z-index: 100;
}

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

	.footer {
		height: 65px;
		margin-left: 320px;
	}

	#maincontentfooter_avail {
		position: relative;
		left: 0px;
		top: -5px;
	}

	#maincontentfooter_catalog {
		position: relative;
		left: 0px;
		top: -5px;
	}

	#maincontentfooter_returntowebsite {
		position: absolute;
		right: 720px;
		top: 42px;
	}


	#maincontentfooter_termsofuse {
		position: absolute;
		right: 600px;
		top: 42px;
	}
	#maincontentfooter_privacypolicy {
		position: absolute;
		right: 480px;
		top: 42px;
	}

	#maincontentfooter_imprint {
		position: absolute;
		right: 400px;
		top: 42px;
	}

}

@media screen and (max-width: 1200px) {
  .bigbtn {
		margin: 5px;
		font-size: 90%;
		padding: 10px;
  }
  .bigbtn.active {
		margin: 5px;
		font-size: 90%;
		padding: 10px;
  }
  .languageSelect select {
    padding: 8px;
  }
}

@media screen and (max-width: 1180px) {
  .bigbtn {
		margin: 5px;
		font-size: 120%;
  }
  .bigbtn.active {
		margin: 5px;
		font-size: 120%;
  }
  #nav-container {
    width: 10px;
  }
  #navclose {
    display: bock;
  }
  #nav-filter-icon {
    display: block;
  }
  header {
    margin-left: 0px;
    padding-left: 50px;
  }
  main {
    margin-left: 70px;
  }
  .listrowcategoriesheader button {float: left}
  .listrowcategoriesheader img {float: left; height: 28px; margin-right: 10px;}
  p.listrowcategories {
    font-size: 110%;
    padding: 2px;
  }
  .languageSelect select {
    padding: 8px;
  }

	.flex-item {
		border: 1px solid #cccccc;
		color: #000;
		font-size: 14pt;
		border-radius: 12px;
		width: 230px;
		height: 270px;
		background-image: url("../../assets/kachelhintergrundmobil.png");
	}

	.flex-item-image-container {
		height:175px;width:220px;display:table-cell;vertical-align:middle;text-align: center;
	}

	.flex-item-image {
		max-width:215px;max-height:160px;vertical-align:bottom;align:center;
	}

	.flex-item-text-container {
		height:60px;width:100%;padding-top:5px;font-size: 12pt;display:flex;
	}

	.flex-item-text {
		display: inline-block;
		align-self: flex-end;
	}

	.footer {
		height: 65px;
		margin-left: 20px;
	}

	#maincontentfooter_returntowebsite {
		position: absolute;
		right: 420px;
		top: 42px;
	}

	#maincontentfooter_termsofuse {
		position: absolute;
		right: 300px;
		top: 42px;
	}
	#maincontentfooter_privacypolicy {
		position: absolute;
		right: 180px;
		top: 42px;
	}

	#maincontentfooter_imprint {
		position: absolute;
		right: 100px;
		top: 42px;
	}

	.languagebtn {
		width: 38px;
		padding-left:5px;
	}

	.languagebtn2 {
		width: 38px;
		padding-left:5px;
	}


}


li.ui-state-default.ui-state-hidden[role=tab]:not(.ui-tabs-active) {
    display: none;
}

.ui-tooltip {
    box-shadow: 0 0 7px black;
    color: #000000;
    background: #FFFFFF;
}
