/* Produktdetailseite */
.produkt-detail {
    margin-top: 20px;
}
.produkt-detail .columns.five img {
	max-height: 34px;
    max-width: 140px;	
}
.produkt-detail .imagedetail {
    height: 500px;
}
.produkt-detail .mainimage {
    text-align: center;
}
.produkt-detail .image_thumb {
    height: 100%;
}
.product_in_cart {
    border-radius: 4px;
}
.produkt_tabs {
	margin-top: 70px;	
}
.tabcontainer {
	max-width: 800px;
    margin: 0 auto;
}
.produkt-beschreibungen.tab {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #dedede;
    margin-top: 0px;
	justify-content: center;
	margin-bottom:-2px;
}
.produkt-beschreibungen.tab li {
    margin-right: 20px;
    text-transform: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
	font-size: 18px;
    color: #777;
}
.produkt-beschreibungen.tab li.aktiv,
.produkt-beschreibungen.tab li:hover {
    border-bottom: 2px solid rgba(26, 68, 108, 0.95);
    color: #4a4a4a;
	
	font-weight: 600 !important;
    color: rgba(26, 68, 108, 0.95) !important;
    background-image: linear-gradient(317deg, rgba(26, 68, 108, 0.95) 10%, rgba(26, 68, 108, 0.95) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tabcontainer .tabcontent {
    padding: 20px 0;
    display: none;
}
	
.produkt-detail .image_produkt img {
    max-height: 400px;
}
.produkt-detail .image_produkt {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.produkt-detail .mainimage img {
    max-height: 400px;
}
.produkt-detail #produkt_name {
    margin-bottom: 0px;
	font-size: 26px;
}
.produkt-detail .produkt_shortDescription {
    margin-bottom: 20px;
}
.produkt-detail .buybox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
	margin-bottom: 8px;
}
.menge-buybox-input button.add {
    right: 0px;
    -webkit-mask-image: url(../Labels/feather_black/plus.svg);
    background-position: center;
}
.menge-buybox-input button.sub {
    left: 0px;
    -webkit-mask-image: url(../Labels/feather_black/minus.svg);
    background-position: center;
}
.menge-buybox-input input {
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    padding: 0 30px;
    border-radius: 5px;
    border: 0;
    background: #ECEFF1;
    color: #222;
    text-align: center;
    width: 120px;
    box-sizing: border-box;
}
.produkt-detail .produkt_pricing {
    
}
.produkt-detail .produkt_title {
    clear: both;
}
.produkt-detail .produkt_merkliste {
    clear: both;
}
.produkt_merkliste a {
	border: none;
    background: #fbfbfb;
}
.produkt_merkliste a:hover {
    background: #fbfbfb;
}
.produkt_merkliste a:hover svg {
	fill: rgb(68, 68, 68);
}
	
.produkt_pricing .produkt_preis {
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #000;
}
.produkt_pricing .produkt_strike {
    display: inline-block;
    margin-right: 5px;
    color: #ff3324;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 18px;
}
.produkt_pricing .produkt_steuer {
    display: inline-block;
    font-size: 12px;
}
.produkt_versand a {
    font-size: 14px;
    color: #4a4a4a;
}
.produkt_warenkorb_button #lageranzeige ul.lager {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.produkt_warenkorb_button #lageranzeige {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 13px;
    background: #fbfbfb;
	padding: 12px 0 2px 0;
}
#lageranzeige .lager.lager_1 li {
    color: #f44336;
}
#lageranzeige .lager.lager_3 li {
    color: #4caf50;
}
.warenkorb-galerie {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
.warenkorb-galerie li {
    width: 75px;
    margin-right: 0;
}
.produkt-beschreibungen.tab {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
}
.produkt-beschreibungen.tab li {
    margin-right: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #999;
}
.produkt-beschreibungen.tab li.aktiv,
.produkt-beschreibungen.tab li:hover {
    color: #4a4a4a;
}
.tabcontainer .tabcontent {
    padding: 20px 0;
    display: none;
}
.crosselling {
    margin-top: 30px;
    margin-bottom: 30px;
}
#warenkorb_diversifikationen_gesplittet h3 {
    margin-bottom: 10px;
}
.warenkorb_diversifikationen_gesplittet > span {
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 10px 16px;
    display: inline-block;
    cursor: pointer;
}
.warenkorb_diversifikationen_gesplittet > span.aktiv {
    border: 1px solid #000;
}
.warenkorb_diversifikationen_gesplittet > span.disabled {
    border: 1px solid #eee;
    color: #999;
}
#buybox.sticky {
    position: fixed;
    height: 80px;
    bottom: 20px;
    left: 37%;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #e7e7e7;
    z-index: 98;
    width: 640px;
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
    border-radius: 4px;
}
div.my_produktname {
	display: none;	
}
.buybox.sticky div.my_produktname {
	display: block;	
}
@media screen and (max-width: 1100px) {
    .buybox .columns.two {
        width: 13.3333333333%;
    }
    .buybox .columns.ten {
        width: 82.6666666667%;
        margin-left: 4%;
    }
    #ajax_content {
        margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
	.produkt_tabs {
		margin-top: 20px;
	}
	.produkt-beschreibungen.tab {
		/*overflow-y: scroll;
		justify-content: flex-start;*/
		display: block;
		margin-bottom: 0;
	}
	
	.produkt-beschreibungen.tab li {
		padding: 10px 20px;
		margin: 0;
	}
}

	.warenkorb_produktdetailansicht_bewertung_antwortbox{
		padding-left:35px; 
		font-style: italic;
	}
	
	.warenkorb_produktdetailansicht_bewertung_vorschaubild{
		border: 1px solid #DCDCDC;
		padding: 10px;
	}

	.artikel_bewertungen {
		margin-top: -12px;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.artikel_bewertungen img {
		padding: 0 !important;
	}

#navigation_produkte,
.shopfilter {
    display: flex;
    margin: 0;
    padding: 0;
}
.tri_sidebar.columns.three {
    margin-bottom: 30px;
}
.tri_sidebar.columns.three .shopfilter {
    display: block;
}
.shopfilter > div {
    margin-right: 20px;
    background-color: #fff;
    min-width: 257px;
}
.shopfilter > div input[type="text"] {
    width: 100%;
}
#navigation_produkte p,
.shopfilter > div > p {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: none;
    font-size: 16px;
    padding: 10px 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 0;
}
.shopfilter > div > * {
    padding: 15px;
}
.shopfilter .shopfilter_reset {
    display: block;
    float: none;
    text-transform: none;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 12px;
    background: transparent url(../Labels/close.gif) no-repeat left center;
    cursor: pointer;
}
.shopfilter > div:not(#filter_farbe) ul {
    margin: 0;
    max-height: 186px;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
}
.shopfilter > div ul li {
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    clear: both;
    height: auto;
    line-height: 15px;
    cursor: pointer;
	padding: 6px;
}
.shopfilter > div ul li * {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.shopfilter > div ul li.aktiv {
    color: #000;
}
.shopfilter #filter_kategorie .filter_options ul {
    max-height: 250px;
}
.shopfilter {
    border: 0;
}
.shopfilter .filter_head {
    position: relative;
    color: #111;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.shopfilter .filter_head::before {
    border: solid #111;
    border-width: 0 1.45px 1.45px 0;
    display: block;
    padding: 2px;
    width: 6px;
    height: 6px;
    content: " ";
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 10px;
    margin-top: 5px;
}
.shopfilter .filter_head.active {
    border-bottom: 0;
}
.shopfilter .filter_options {
    display: none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #ddd;
}
.shopfilter #filter_kategorie .filter_options {
    display: block;
}
.filter_farbe ul {
    width: 225px;
    padding-left: 3px;
}
.filter_farbe ul li {
    clear: none;
    margin: 0 12px 12px 0;
    width: 22px;
    height: 22px !important;
    display: inline-block;
    line-height: 22px;
    overflow: hidden;
    color: transparent;
    border: 1px solid #d6d6d6;
}
.filter_farbe ul li.aktiv {
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    border: 1px solid #000;
}
#filter_gre ul input,
.filter_farbe ul input {
    display: none;
}
.filter_farbe .wert {
    display: none;
}
#filter_gre ul li {
    height: 18px;
    width: 40px;
    line-height: 18px;
    display: block;
}
#filter_gre ul li {
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #d6d6d6;
    list-style-type: none;
    list-style-image: none;
    text-align: center;
    clear: none;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
#filter_gre ul li.aktiv,
#filter_gre ul li:hover {
    background-color: #5c9c0e;
    border-color: #5c9c0e;
    color: #fff;
}
#slider-range {
    position: relative;
    text-align: left;
    border: 1px solid #a3a3a3;
    height: 3px;
    margin: 0 0 22px 0;
    width: 100%;
}
.ui-slider-range {
    background-color: #a3a3a3;
    height: 3px;
    position: absolute;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 9px;
    height: 22px;
    background: #fff url(../Labels/range.gif) no-repeat top center;
    top: -8px;
}
#filter_preis > div > p {
    height: 12px;
    line-height: 12px;
}
#preis_von {
    float: left;
}
#preis_bis {
    float: right;
}


	/*.hidden-radio {
	  display: block; /* Versteckt das radio-Element */
	}
	.zahlungsart-label {
	  display: block;
	  padding: 15px;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  transition: background-color 0.3s, border-color 0.3s;
	  cursor: pointer;
	}
	.hidden-radio:checked + .columns.eleven .zahlungsart-label {
	  background-color: #e0f7fa;
	  border-color: #26a69a;
	}
	.zahlungsart-label:hover {
	  background-color: #f1f1f1;
	}*/

	.artikel_bewertungen {
		margin-top: -12px;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.artikel_bewertungen img {
		padding: 0 !important;
	}