/* ShopDriver-Stylesheet-Anpassungen */
/* ACHTUNG! Muß immer auch minifiziert werden, zB per csso!
	s.a. https://wiki.expeedo.de/doku.php/system:shopdriver:changelog:v2.44-update-hinweise?s[]=csso
*/

@charset "utf-8";

/* Farben */
:root
{
	--color-kat-twisty: #967e4b;
}


/* Utilities */

.autoselect {
  -webkit-touch-callout: all;
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: pointer;
}
.autoselect:hover {
  background-color: #fffff8;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clear {
	clear: both;
}

.img-fullwidth {
	width: 100%;
}
.img-cover {
	object-fit: cover;
}
.img-center {
	display: block;
	margin: auto;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}

.text-center .img-responsive {
	margin: auto;
}

.img-responsive-inline {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.table-responsive-min {
  max-width: 100%;
}

.table-times {
  width: auto;
}


/* Pulls ab Layout-Größe */

.pull-right-xs { float: right !important; }
.pull-left-xs { float: left !important; }
.pull-none-xs { float: none !important; }

@media (min-width:768px) {
  .pull-right-sm { float: right !important; }
  .pull-left-sm { float: left !important; }
  .pull-none-sm { float: none !important; }
}

@media (min-width:992px) {
  .pull-right-md { float: right !important; }
  .pull-left-md { float: left !important; }
  .pull-none-md { float: none !important; }
}

@media (min-width: 1200px) {
  .pull-right-lg { float: right !important; }
  .pull-left-lg { float: left !important; }
  .pull-none-lg { float: none !important; }
}


/* Alerts */

.errorbox {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.okbox {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.warnbox {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border: 1px solid #faebcc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.infobox {
    background-color: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}


/* AJAX-Helper */

.sd-ajax-display {
	display: none;
}


/* Magnific Popup */

.mfp-iframe-holder {
	padding-top: 0;
	padding-bottom: 0;
}

.mfp-iframe-holder .mfp-content {
    width: 90%;
    max-width: 90%;
    height: 90%;
    max-height: 90%;
}

.mfp-ajax-holder .mfp-content {
    width: 90%;
    max-width: 90%;
    height: 90%;
    max-height: 90%;
}


/* Katbrowser: */

.list-group .list-group {
     margin-bottom: 0;
}
.list-group .list-group .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-item > .fa {
	position: relative;
	left: -20px;
	top: -1px;
	width: 0;
	padding: 0;
}

.list-group-item {
	text-transform: none;
}

/* 0 bis gui/Site.KatBrowser.KatalogMaxLevel */
.list-group-item.level0 {
	text-transform: uppercase;
	padding-left: 30px;
}
.list-group-item.level1 {
	padding-left: 50px;
}
.list-group-item.level2 {
	padding-left: 70px;
}
.list-group-item.level3 {
	padding-left: 90px;
}
.list-group-item.level4 {
	padding-left: 110px;
}
.list-group-item.level5 {
	padding-left: 130px;
}
.list-group-item.level6 {
	padding-left: 150px;
}
.list-group-item.level7 {
	padding-left: 170px;
}
.list-group-item.level8 {
	padding-left: 190px;
}
.list-group-item.level9 {
	padding-left: 210px;
}



/* Formulare */

form {
	margin: 0;
	padding: 0;
}

.form_konto > .form-group > .input-feld > div,
#fb_form > .form-group > .input-feld > div
{
	margin-bottom: 15px;
}
@media (max-width: 767px)
{
	.form_konto > .form-group > .input-feld > label
	{
		margin: 15px 0 0;
	}
}

.button-group form, .btn-group form {
	display:inline-block;
}

.product-col .btn-info {
	color:var(--color-kat-twisty);
	background:#fff;
	margin-left:3px;
	border:1px solid var(--color-kat-twisty);
}
.product-col .btn-info:hover {
	background:var(--color-kat-twisty);
	color:#fff;
}

div.box_plain span.boxhead { display:none; }

.shopping-cart-table .table hr { display:none; }


/* Tabellen-Formulare: */

table.form {
	display: block;
	width: 100%;
}

table.form > tbody {
	display: block;
	width: 100%;
}

table.form > tbody > tr {
	display: block;
	width: 100%;
}

table.form > tbody > tr > td {
	display: inline-block;
}

table.form > tbody > tr > td.label {
	color:#252a2f;
	margin-bottom: 0;
	padding-top: 7px;
	text-align: left;
	display: inline-block;
	font-weight: 700;
	min-width: 10em;
	max-width: 100%;
	font-size: 14px;
}

table.form .checkbox, table.form .radio {
	display: inline;
}

a.button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

a.button.active.focus, a.button.active:focus, a.button.focus, a.button.focus:active, a.button:active:focus, a.button:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
a.button.focus, a.button:focus, a.button:hover {
    color: #333;
    text-decoration: none;
}
a.button.active, a.button:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}

a.button.active, a.button.focus, a.button:active, a.button:focus, a.button:hover, .open > .dropdown-togglea.button {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

div.button {
	display: inline-block;
}


.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.popover {
	width: 250px;
}

.popover button.close {
	margin-top: -4px;
}
.input-help {
	cursor: pointer;
}
.input-group-list {
	height: auto;
}

.input-group.input-flexgroup {
	display: flex;
  flex-wrap: nowrap;
}
.input-group.input-flexgroup .input-group-addon,
.input-group.input-flexgroup .input-group-btn {
	width: auto;
  display: block;
}

.dropdown-select .btn.dropdown-toggle .text {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 120%;
  vertical-align: middle;
}

/* fluid-tables = automatisch vertikale Tabellen */

.fluid-tables .table>tbody>tr>td,
.fluid-tables .table>tbody>tr>th,
.fluid-tables .table>tfoot>tr>td,
.fluid-tables .table>tfoot>tr>th,
.fluid-tables .table>thead>tr>td,
.fluid-tables .table>thead>tr>th {
	border: 0px solid black;
}

.fluid-tables table {
	margin-bottom: 0px;
}

.fluid-tables .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: white
}

.fluid-tables .table>tbody+tbody{
	background: #FFF;
}

/* Warenkorb */

.wk.part table {
	margin-bottom: 0px;
}

.wk.part .part-head > .table {
	border-top: 5px solid #ccc;
	background: #f8f8f8;
	border-bottom: 2px solid #ccc;
}

.wk.part .part-head .versanddetails > li + li:before {
	content: "/\00a0";
	color: #878A8C;
}

.wk.part .part-head .versanddetails {
	text-transform: uppercase;
	padding: 0px 5px;
	border: none;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0px;
}

/* Wunschlieferdatum-Auswahl im Warenkorb */
.wk.part .part-head .versanddetails .form-group.partdatum {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  min-width: 15em;
}

.artImage{
	width: 300px;
}

.artQuantity{
	width: 100px;
}

.wk-row-qty {
	position: relative;
	margin-bottom: 15px;
}
.wk-row-qty > .form-group {
	position: relative;
	margin-bottom: 0;
}
.wk-row-qty > .form-group:nth-child(2) {
	top: -1px;
}
.wk-row-qty > .form-group:nth-child(3) {
	top: -2px;
}

.wk.part .artText{
	font-size: 20px;
}

th, .wk.part .artText .artDetail, .wk.part .artPrice > * {
	font-size: 16px;
}


.poparam td{
	padding-bottom: 10px;
}

.porabattinfo th {
	font-size: 14px;
}

td.artImage{
	width: 100px !important;
}

/* BestellHistory */
.orderhistory-tr-top {
	border: 1px solid #EEEEEE;
}

/* Input-Libs */

.btn {
	border-radius: 4px;
}

.input-group-addon,
.input-group-btn,
.input-group-btn .btn,
.form-control {
	border-radius: 0px;
}

.form-dropdown .dropdown-toggle {
	position: relative;
	text-align: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 2em;
	border-radius: 0;
}
.form-dropdown .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 1em;
}
.form-dropdown .dropdown-menu {
	width: 100%;
}
.form-dropdown .dropdown-menu > li > a {
	overflow: hidden;
	text-overflow: ellipsis;
}

span.datepicker-icon,
span.def_currency,
span.percent-label {
	background: transparent none repeat scroll 0% 0%;
	border-left: none;
	text-align: left !important;
	padding-left: 0px;
	padding-right: 24px;
}

input.datepicker-icon,
input.def_currency,
input.percent-label {
	border-right: none;
}

.input-spinner input {
	min-width: 6.5em;
}

.input-spinner .input-group-addon.unit,
.param .input-group-addon.unit {
	width: 6.5em;
}

label > span.mandatory{
	color: #ff0000;
	font-size: 5pt;
	position: relative;
	top: -5px;
}

.form-horizontal .radio-inline {
	padding-bottom: 3px !important;
	padding-top: 3px !important;
}

.flags .checkbox-inline {
	white-space: nowrap;
	min-width: 10em;
	margin-left: 0;
}

.paramfilter .form-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.param-type-valueset ul.dropdown-menu {
    max-height: 34em;
    overflow: auto;
}

.param-type-valueset .form-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.paramfilter .param-type-valueset .checkbox-oneof {
	width: 100%;
}
.paramfilter .param-type-valueset .checkbox-oneof .checkbox-label {
	width: 50%;
}

.param-hidden, .paramgroup-hidden {
	display: none;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.nopadding-left {
	padding-left: 0 !important;
}

.nopadding-right {
	padding-right: 0 !important;
}


/* Summen im WK */

.artZwSumme, .versandGesamt {
	text-decoration: underline;
}

#versandMain td {
	padding-left: 0px !important;
	width: 100%;
	padding-right: 0px;
}

#versandMain .progress {
	margin-bottom: 0px;
}

.pl0{
	padding-left: 0%!important;
}

.w100{
	width: 100%!important;
}

.w-100{
	width: 100%!important;
}

.m0{
	margin: 0px!important;
}

.m-0{
	margin: 0px!important;
}

.panel-smart .panel-body textarea{
	max-width:100%;
	width:100%;
}

dl.dl-horizontal.summe dt {
    width: 180px;
}

dl.dl-horizontal.summe dd, dl.dl-horizontal.total dd{
	text-align: right;
}

.transport p, .poparam p, .zwSumme p, .sum p{
	font-weight: bold;
}
.poparam .poparaminfo p {
	font-weight: normal;
}

.poparam .paramdef-info {
	padding: 0px 5px;
	font-size: 90%;
}

.pu-table .pu-control .btn {
	min-width: 8em;
}

@media (max-width: 767px) {
	.fluid-tables .pu-table .pu-filename {
		display: block !important;
		width: 100% !important;
		border-style: solid !important;
		border: 1px solid #ccc;
		padding: 6px 12px;
	}
	.fluid-tables .pu-table .pu-control {
		padding: 4px 0px 0px 0px !important;
	}
}

.sum p, .sum span, .total{
	font-size: 16px;
}

.sum.ware span, dd.sum.total{
	text-decoration: underline;
}

dt{
	float: left;
}

div.wrap.finishBtn{
	margin-top: 70px;
}

/* MiniWK */
.miniwk-postenliste {
	overflow-y: auto;
	max-height: 45vh !important;
}

/* Amazon-Pay-Buttons */
.AmazonPayButtonBox { display: inline-block; }
.AmazonPayButtonBox > .AmazonPayButton { display: block; }
.AmazonPayButtonBox > .AmazonPayButtonReset { font-size: small; }
#cart a.AmazonPayButtonReset
{
	color: inherit;
	font-size: x-small;
	background: transparent;
	padding: 0;
}
#cart .btn-block1 a,
#cart .btn-block1 a > span
{
	vertical-align: top;
}
#cart .btn-block1 > a,
#cart .btn-block1 > span {
	display: inline-block;
	margin: 5px 10px;
	padding: 5px 10px;
}
#cart .btn-block1 > span.AmazonPayButtonBox {
	height: 30px;
}
#AmazonPayButtonBoxWKAlert { margin: 3px; }

#wkorb_change_alert .alert-buttons { text-align: center; }
#wkorb_change_alert .alert-buttons > * { margin: 2px; }
#wkorb_change_alert .alert-buttons > .btn { vertical-align: top; }
#wkorb_change_alert .AmazonPayButtonReset,#wkorb_change_alert .PayButtonResetPayPalCheckout { display: none; }
@media (min-width:570px)
{
	#wkorb_change_alert .alert-buttons > * { width: 30%; }
}

/*FastShopping*/
table.ArtList_FastShop .mandatory {
	padding-left: 2px !important;
	padding-right: 0px !important;
	min-width: 30px;
}

.table .price span.price-new {
	font-size: 120%;
	font-weight: bold;
}
.table .price span.price-old {
	display: block;
	font-size: 110%;
	color: #7e7e7e;
	text-decoration: line-through;
}

.ArtList_FastShop td.list_order {
	width: 20%;
	min-width: 10em;
}
.ArtList_FastShop td.list_order .param-type-orderqty {
	margin-top: -1px;
}
.ArtList_FastShop td.list_order .input-group > .form-control,
.ArtList_FastShop td.list_order .input-group > .input-group-addon {
	width: 6.5em;
}
.input-group-addon:not(:first-child):not(:last-child) {
	border-left-width: 0;
}

.ArtList_FastShop .cart-button-box {
  border: none;
}
.ArtList_FastShop .cart-button-box > td {
  border-top: 2px solid #d5d5d5;
}
.ArtList_FastShop .cart-button {
  padding-top: 5px;
}

@media (max-width: 767px) {
	.ArtList_FastShop td.list_order .param-type-orderqty {
		margin-top: 0px;
	}
	.ArtList_FastShop td.list_order .input-group {
		display: block;
		margin-bottom: 3px;
	}
	.ArtList_FastShop td.list_order .input-group > .form-control,
	.ArtList_FastShop td.list_order .input-group > .input-group-addon,
	.ArtList_FastShop td.list_order .input-group > * {
		width: 100%;
		display: block;
		float: none;
	}
	.ArtList_FastShop td.list_order .input-group > .input-group-addon:last-child {
		border: none;
	}
	.ArtList_FastShop td.list_order .input-group-btn:last-child>.btn {
		margin-left: 0;
		border-radius: 0;
		width: 50%;
		line-height: 100%;
		font-size: 12px;
	}
	.ArtList_FastShop td.list_order .input-group-addon:not(:first-child):not(:last-child) {
		border-left-width: 1px;
		border-top-width: 0px;
		border-bottom-width: 0px;
	}
}

/*List1*/
.product-col .action.list1 {
	margin-top: -30px;
	margin-right: 10px;
}
.product-col .form-inline > * {
    margin: 2px 0;
}
.product-col .form-inline .form-group {
    display: inline-block;
}
.product-col .form-inline input.WkorbQty {
    width: 5em;
    display: inline-block;
}
.product-col.list .image {
	float: none;
}

/* Artikelkarte */
.product-info-box .content {
  font-size: inherit;
}
.product-details .input-group-addon.unit {
  min-width: 6.5em;
}


/*InfoCenter*/
.AccMenu {
	padding: 2px 0px;
}

/* InfoCenter: Adressen */
.mod-account_manageaddresses .adresse > table
{
	width: 100%;
}
.mod-account_manageaddresses .adresse-head.chosen,
.mod-account_manageaddresses .adresse.chosen .content-core,
.mod-account_manageaddresses .adresse.chosen .adresse-buttons
{
	--padding: 10px;
	--stroke: 3px;
	border-left: var(--stroke) solid var(--color-kat-twisty);
	margin-left: calc(0px - var(--padding) - var(--stroke));
	padding-left: var(--padding);
}

/* LoginStatus */
.login .list-group-item {
	padding: 3px 15px;
	background-color: #F9F9F9;
	font-size: 12px;
}

/* tables */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
	border: none !important;
}

/* Bestelltabellen: Parameterausgabe */
.table-order .info,
.table-order .number {
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: inherit;
}
.table-order table.ArtikelParam td {
  padding: 0px 10px 0 0;
}

/* Cookie-Layer */
#CookieBar {
  background: rgba(35, 45, 55, 0.94);
  line-height: 180%;
  color: #fff;
  text-align: center;
  z-index: 1500;
  margin: 0px;
  padding: 15px;
}
#CookieBar .ibox {
  position: relative;
}
#CookieBar.top .ibox {
  margin: 0 auto;
  padding: 0 15px;
}

#CookieBar.fixed {
  position: fixed;
  overflow: auto;
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 100%;
}
#CookieBar.fixed.top {
  border-bottom: 5px solid #8f8;
}
#CookieBar.fixed.bottom {
	bottom: 0px;
	top: auto;
  border-top: 5px solid #8f8;
}
#CookieBar.fixed.overlay {
  background: rgba(35, 45, 55, 0.88);
  top: 0px;
  bottom: 0px;
}

#CookieBar.fixed.overlay .ibox {
  background: rgba(0, 0, 0, 0.54);
  border: 5px solid #8f8;
  min-height: 20%;
  margin: 0px auto;
}

#CookieBar.fixed .message {
  text-shadow: 0px 0px 5px #000000;
}
#CookieBar.fixed.overlay .message {
  text-shadow: none;
  padding: 15px;
}
#CookieBar .message > *:first-child {
  margin-left: 60px;
  margin-right: 60px;
}
#CookieBar .status {
  padding: 10px 15px 0;
}
#CookieBar .menu {
  line-height: 50px;
}
#CookieBar.fixed.overlay .menu {
  padding: 15px;
}

#CookieBar .button {
  line-height: 25px;
  color: #fff;
  background: #777777;
  border: 2px solid #b1b1b1;
  border-radius: 3px;
  margin-left: 14px;
  display: inline-block;
  cursor: pointer;
  float: none;
  margin-top: -3px;
  font-weight: bold;
  min-width: 6em;
}
#CookieBar .button:hover {
  background: #ababab;
}
#CookieBar .button.active {
  -webkit-box-shadow: 0px 0px 4px 3px #88ff88b3;
  box-shadow: 0px 0px 4px 3px #88ff88b3;
}

#CookieBar .button.btn-close {
  margin: 0;
  min-width: auto;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1510;
}
#CookieBar.fixed.overlay .button.btn-close {
  top: 10px;
  right: 10px;
}
#CookieBar .button.btn-close:before {
  content: "\e014";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#CookieBar .btn-link {
  color: #4D90FE;
}
#CookieBar .btn-link:hover {
  color: #76aaff;
}

@media (min-width: 768px) {
  #CookieBar.top .ibox {
    width: 750px;
  }
  #CookieBar.fixed.overlay .ibox {
    width: 590px;
  }
}
@media (min-width: 992px) {
  #CookieBar.top .ibox {
    width: 970px;
  }
  #CookieBar.fixed.overlay .ibox {
    width: 750px;
    margin: 50px auto 0;
  }
}
@media (min-width: 1200px) {
  #CookieBar.top .ibox {
    width: 1170px;
  }
  #CookieBar.fixed.overlay .ibox {
    margin: 100px auto 0;
  }
}

/* Parametermengen */
.subtype-am > *
{
	display: table-cell;
}
.subtype-am > .times
{
	vertical-align: middle;
}


/* Owl-Carousel */

.owl-carousel .thumbnail {
    display: block;
    height: auto;
    width: 100%;
}

.carousel-overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  pointer-events: none;
}
.carousel-inner .carousel-overlay {
  top: 25%;
  z-index: 2;
}
.carousel-overlay .dropdown-menu {
  z-index: 20;
}

.carousel-overlay > * {
  text-shadow: 0px 0px 4px #000;
  color: #fff;
}
.carousel-overlay > * > * {
  text-shadow: initial;
}

.carousel-overlay a, .carousel-overlay form, .carousel-overlay button,
.carousel-overlay select, .carousel-overlay label,
.carousel-overlay .btn, .carousel-overlay .dropdown {
  pointer-events: all;
}

.carousel-overlay .dropdown, .carousel-overlay .dropup {
  display: inline-block;
}

.carousel-inner>.item>a>object, .carousel-inner>.item>object {
    line-height: 1;
}

#bxslider .item img, #bxslider .item object {
	margin: auto;
}


/* Panels */

.panel-smart .panel .panel-heading {
    padding: 10px;
}

.panel-smart .panel .panel-body {
    padding: 10px;
}

.panel-inline
{
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-top: 20px;
}

/* Mozilla mag das nicht: .panel:not( .panel .panel )*/
.artikelkarte-panel,
#form_warenkorb > .basket-panel,
.order_combi_cont > .order_combi > .panel
{
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
}

.sidebar .panel-heading {
    padding: 0px 0 5px 0;
    border-bottom: 1px solid #d5d5d5;
    background: #e8e8e8;
}

.sidebar .panel-smart h3.panel-title {
    font-size: 18px;
    padding: 12px 19px 7px;
    text-transform: uppercase;
}

.sidebar .panel-body {
    padding: 10px 10px 5px;
}

.sidebar .form-horizontal .control-label {
	text-align: left;
}

.sidebar .panel-smart {
    padding: 0px 0px;
    border: 1px solid #d5d5d5;
}

.sidebar .panel-heading h6 {
    margin: 0;
    padding: 15px 10px 10px 10px;
}

/* Page "itempics" */

body.itempics .panel-smart {
	border: none;
}


/* mehrstufige Popupmenüs im Hauptmenü: */

#main-menu .dropdown-menu li:hover > a,
#main-menu .dropdown-menu li:focus > a,
#main-menu .open > a,
#main-menu .open > a:focus,
#main-menu .open > a:hover {
    text-decoration: none;
}

#main-menu .dropdown-menu > li > a:hover,
#main-menu .dropdown-menu > li > a:focus,
#main-menu .dropdown-menu > li.open a,
#main-menu .dropdown-menu > li.open i
{
    background: #665123;
}

#main-menu .navbar-nav .submenu
{
	margin-top: -1px;
}

#main-menu .dropdown-menu
{
    border: 1px outset #816a37;
}

#main-menu .dropdown-menu li:hover > a,
#main-menu .dropdown-menu li:hover > i
{
    background: #816a37;
}
#main-menu .dropdown-menu > li
{
	white-space: nowrap;
}
#main-menu .dropdown-menu > li > a
{
	display: table-cell;
	width: 100%;
}
#main-menu .dropdown-menu > li > i
{
	color: white;
	display: table-cell;
	padding-right: 13px;
}
html.dev-touch #main-menu .dropdown-menu > li > i.fa::before
{
	border-left: 1px solid white;
	padding: 8px 0 7px 13px;
}


/* … und im Head-Menü: */

.header-links li a {
    padding: 12px 15px;
}
.header-links .dropdown-menu {
	padding: 0px;
}
.header-links .dropdown-menu > li {
	display: block;
}
.header-links .dropdown-menu > li > a {
	display: table-cell;
	width: 100%;
}
.header-links .dropdown-menu > li > i {
	display: table-cell;
	padding-right: 13px;
}
.header-links .dropdown-menu li:hover > a,
.header-links .dropdown-menu li:hover > i
{
    background-color: rgb(238, 238, 238);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.nav .open > i, .nav .open > i:focus, .nav .open > i:hover {
    background-color: rgb(238, 238, 238);
    border-color: rgb(51, 122, 183);
    color: inherit;
}

.header-links .dropdown-menu li:hover > a,
.header-links .dropdown-menu li:focus > a,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	text-decoration: underline;
}


/**
 * Artikel-MsgBoard / Forum
 */

.messages {
	border: #EAEAEA 1px solid;
}
.messages .user {
	padding: 10px;
	width: 20%;
	text-align: right;
	font-weight: bold;
}
.messages .user .date {
	display: block;
	color: #717171;
}
.messages .content {
	width: 70%;
	padding: 10px;
}
.messages .rating {
	font-weight: bold;
}


/* Checkout-Wizard */
/* Zahlungsweisenauswahl (payselect) */
.order_combi_payselect label.radio-inline { width: 100% }


/* Bulkorder */
.bulkorder-info th {
  font-size: inherit;
}
.prodcard-bulkorder>.table-condensed>tbody>tr>th {
  padding-left: 0;
}
@media (min-width:768px) {
  .prodcard-bulkorder {
    top: -5px;
    position: relative;
  }
}


/****************************************************************
 * Bootstrap-Breite "xs" (Handy)
 */
@media only screen and (max-width: 767px) {

	.product-col .action.list1{
		margin-top: 0px!important;
	}

	/* Force table to not be like tables anymore */
	.fluid-tables table,
	.fluid-tables thead,
	.fluid-tables tbody,
	.fluid-tables th,
	.fluid-tables td,
	.fluid-tables tr {
		display: block;
		padding: 0px;
		width: 100%;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.fluid-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.fluid-tables td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 40%;
		white-space: normal;
		text-align:left;
	}

	.paramfilter .param-type-valueset .checkbox-oneof {
		max-width: 16em;
		width: 100%;
	}

	div.mod-cart .fluid-tables .poparam .potext{
		margin-top: -15px;
	}

	.fluid-tables td:before {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		display: block;
	}

	.artImage{
		width: inherit!important;
	}

	.artQuantity{
		width: 100%!important;
	}

	.fluid-tables .table-condensed>tbody>tr>td{
		padding-left: 0;
	}
	/*
	 *		Label the data
	 */
	.fluid-tables td:before {
		content: attr(data-title);
	}

/*
+  #SiteMenu ul.level2  > li > a
+  {
+    padding-left: 50px;
+  }
+  #SiteMenu ul.level3  > li > a
+  {
+    padding-left: 75px;
+  }
*/

}


/****************************************************************
 * Bootstrap-Breite "sm" (Tablet)
 */
@media (max-width: 991px) {

	/* Hauptcontainer ent-floaten (SEO-Layout): */
	.col-md-9.pull-right {
		float: none !important;
	}

}


/****************************************************************
 * Druckansicht
 */
@media print {
  body { width: 100%; }
  .container { width: 100%; }
  #header-area { display: none; }
  #bxalert { display: none; }
  .sidebar { display: none; }
  .mainarea { width: 100%; }
  #bxfooter .copyright { display: none; }
  #bxfooter .footer-links > div > div { display: none; }
  #bxfooter .footer-links > div > div.last { display: block; width: 100%; }
  .listnav_detail { display: none; }
  a[href]:after { content:""; }
  .order-abschluss-print { display: none; }
  /*input, select, textarea, .btn, .button, .form-control { display: none !important; }*/
}

/*
	Sanduhr, auch für alle Kinder des Elements
*/
.wait
{
	cursor: wait !important;
}
.wait *
{
	/* keyboard-events: none !important; */
	pointer-events: none !important;
}

/* Accesskeys */
span.accesskey
{
	text-decoration: underline;
}

/* Klarna-OSM */
klarna-placement > iframe
{
	max-width: 100% !important;
}

/* Bambora */
.order_abschluss_payform .PayFormBambora
{
	height: 500px;
}
