/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
/* ### Start CSS aus custom.css vom alten Template PRS098 ### */
.linieA {
	border: solid #CACACA 1px;
	height: 3px;
	margin-top: 14px;
	margin-bottom: 14px;
}
#ttcmsoffer p {
	font: 400 14px/24px "Roboto", Helvetica, sans-serif;
	margin: 0;
	float: left;
	width: 100%;
}
p.lead1 {
	color: #ebab32 !important;
	line-height: 150%;
	font-weight: bold;
	font-size: 1.24rem;
	margin-left: 8px;
}
#ttcmsoffer span {
	color: #e2a661;
}
#ttcmsoffer div img {
	width: auto !important;
	max-width: 100% !important;
}
.container1 span {
	color: #ebab32;
	line-height: 150%;
	font-size: 1.25rem;
	padding-bottom: 6px;
}
#ttcmsoffer .container1 img {
	width: 100% !important;
	height: auto !important;
}
.contFlex2{
	clear: left; 
	display: flex;
	justify-content: space-between; 
}
.contFlex2 > div{
	background-color: #f9f9f9;
	text-align: left;
	margin: 8px;
	padding: 8px;	
}
.container1 h2 {
	color: #ebab32;
	line-height: 150%;
	text-align: left;
}
.contFlex {
	clear: left;
	display: flex;
	justify-content: space-between;
}
.contFlex > div {
	background-color: #f9f9f9;
	text-align: left;
	margin: 8px;
	padding: 8px;
}
.contFlex img {
	width: 100% !important;
	height: auto !important;
	max-height: 120px;
}
.BildLong img {
	width: 100% !important;
	height: auto !important;
}
.button-ME {
	display: inline-block;
	background-color: #EBAB32;
	border-radius: 4px;
	border: 4px double #cccccc;
	color: #1B1104;
	text-align: center;
	font-size: 14px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	padding: 5px;
	width: 220px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}
/* ### Ende CSS aus custom.css vom alten Template PRS098 ### */


/* CSS neues Template Corizza */
.container {
	width: 1240px; /* Legt die Breite vom Content fest */
	max-width: 100%;
}
/* Header */
#header .header-top-wrapper {
	min-height: 30px;
	padding: 8px 0 8px 0;
}
#header #_desktop_logo a {
	display: block;
	float: left;
	clear: both;
}
#_desktop_user_info .user-info a {
	color: #fff;
	font-size: 16px;
}
/* Slider oben */
.ls-nav-prev,
.ls-nav-next {
	background-image: none !important;
}
/* Slider im Content */

/* Menu */
.mm_menus_ul {
	justify-content: center;
	display: flex;
}
.mm_menus_ul li {
	list-style: none;
}
 /* Sprachwahl */
 .language-selector-wrapper {
	padding: 0 6px 0 6px;
	border: 1px solid #fff;
	border-radius: 6px;
}
#header .language-selector .btn-unstyle {
	color: #fff;
}
.language-selector,
.language-selector a {
	font-size: 18px;
	color: #000;
}
.header-nav {
	height: 65px;
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
}
#header .header-nav .material-icons.expand-more {
	color: #fff;
}
/* Header */
#header .header-top {
	border: 0;
}
/* Footer */
.footer-container,
.footer-container li a {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	text-align: left;
	text-transform: none;
}
.footer-container li a:hover {
	color: #666;
	text-decoration: underline;
}
.footer-container .links {
	text-align: left;
}
.footer-container .links .h3 {
	margin-bottom: 17px;
	font-weight: 700;
	color: #000;
}
.footer-container .myaccount-title,
 .myaccount-title a {
	margin-bottom: 16px;
	font-weight: 700;
	color: #000;
	text-transform: none;
	text-align: left !important;
}
#block_myaccount_infos {
	text-align: left;
}
#footer_account_list li a {
	text-align: left !important;
	text-transform: uppercase;	
}


/* CSS TEXT FORMATIERUNGEN TOM */


.pad-ten {
	margin: 20px 0px 20px 20px;
	list-style-type: disc;
	
}

.container1 {clear: left; text-align: left; align-content: center; margin: 8px;}

.container1 p{font-size: 15px; line-height: 1.3; margin-bottom: 1;}
.container1 span{color: #ebab32; line-height: 150%; font-size: 1.25rem; padding-bottom: 6px; }

.container1 a:link {color:#ebab32; font-weight: bold}
.container1 a:visited {color:#ebab32; font-weight: bold}
.container1 a:hover {font-weight: bold}

.container1 h1{color: #ebab32; line-height: 150%;}
.container1 h2{color: #ebab32; line-height: 150%;}
.container1 h3{color: #ebab32; line-height: 150%;}
.container1 h4{line-height: 150%;}
.container1 li{padding-bottom: 6px;}


/* TOM - TABELLE QUEUES PRÄFIX TAB_Q*/


.Tab_Q {
    width: 100%;
	border-collapse: separate;
    border-spacing: 4px;
}
	
/* 	FORMATIERUNG FÜR EINE ALLFÄLLIGE SPALTEN ÜBERSCHRIFT!! 
.Tab_Q th {background-color: red}
	
	*/
	
.Tab_Q tr:nth-of-type(odd) {
  background-color: #D6D6D6; 
	}	
	
.Tab_Q tr td:first-child {width: 30%; font-weight: bold;
	}
	
.Tab_Q td {
    padding: 2px;
	
	
	}
	


	/*FLEX Darstellung für 3 oder 4 Bilder - oder Text - nebeneinander */



.contFlex{
	
	clear: left; 
	/* display: flex; */
	justify-content: space-between; 
}

.contFlex > div{
	
	padding: 1em;
	/*
	margin: 1em;
	*/
	width: 100%;
		
}

@media ( min-width: 1200px ) {
	
.contFlex{
	
	clear: left; 
	display: flex;
	justify-content: space-between; 
}
	
.contFlex > div{
	
	background-color: #f9f9f9;
	text-align: left;
	margin: 8px;
	padding: 8px;
		
	}
}


/*FLEX Darstellung für 3 oder 4 Bilder - oder Text - nebeneinander 

           MIT FARBIGEM HINTERGRUND NUR AUF DESKTOP
*/


.contFlex2{
	
	clear: left; 
	/* display: flex; */
	justify-content: space-between; 
}

.contFlex2 > div{
	
	padding: 1em;
	/*
	margin: 1em;
	*/
	width: 100%;
	
		
}

@media ( min-width: 1200px ) {
	
.contFlex2{
	
	clear: left; 
	display: flex;
	/*
	background-color:#f9f9f9;
	*/
	justify-content: space-between; 
}
	
	.contFlex2 > div{
	
	background-color: #f9f9f9;
	text-align: left;
	margin: 8px;
	padding: 8px;
		
	
	
}
}




	/*FLEX Darstellung MIT FIXER HÖHE für 3 oder 4 Bilder - oder Text - nebeneinander  */



.contFlexH{
	
	clear: left; 
	/* display: flex; */
	justify-content: space-between; 
}

.contFlexH > div{
	
	padding: 1em;
	/*
	margin: 1em;
	*/
	height: 100%;
	color: blue;
		
}

@media ( min-width: 1000px ) {
	
.contFlexH{
	
	clear: left; 
	display: flex;
	justify-content: space-between; 
}
}



	/* TOM - DETAILS UND SUMMARY */

details {
	
	max-width: 650px;
	
	
}


details > summary {
  padding: 12px;
margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
 max-width: 650px;
  background-color: #ffd993; /*grau = eeeeee */
	color: #664100;
  border: none;
  cursor: pointer;
  box-shadow: 1px 1px 2px #bbbbbb;
}



/* TOM - Text und Bild versetzt wie bei RASSON  */



.cont-main{
	
		max-width: 950px;
		margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 14px;
	clear: both;
		
	
	
	
	
}

.cont-Links{
	
	
	float: left;
	padding-right: 14px;
	padding-bottom: 14px;
	
	
}

.cont-Rechts{
	
	
	float: right !important;
	padding-left: 14px;
	padding-bottom: 14px;
	
}


/* TOM - HERVORHEBUNGEN - z.B. für Überlänge Sperrgutporto oder Überschrift ohne h-Tag*/

.lead1{
	
	color: #ebab32;
	line-height: 150%;
	font-weight: bold;
	font-size: 1.24rem;
	margin-left: 8px;
		
}

.hinweis{
	
	color:#f5a623;
	font-weight: bold;
}

/* 2025-10-28 Patrick start */
#_desktop_cart .blockcart-link i.material-icons {
	color: #fff;
}
#_desktop_cart .cart-products-count {
		color: #fff;
	font-size: 14px;
}
#_desktop_cart .blockcart-link {
	color: #fff;
}
#main .block-category.card.card-block > img {
	display: none;
}
#left-column .block-categories {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 0 30px;
	padding: 10px;
	width: 100%;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
	font-weight: 400;
	font-size: 14px;
}
.block-categories .category-sub-menu li[data-depth="0"] {
	padding-right: 0.8rem;
}
.block-categories .category-sub-menu {
	margin-right: 4px;
}
.block-categories a {
	color: #666;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
	padding-bottom: 2px;
}
.block-categories .collapse-icons {
	right: -5px;
}
.block-categories .category-sub-menu li[data-depth="0"] .category-sub-menu {
	margin-left: 20px;
}
.block-categories .category-sub-menu li[data-depth="1"] {
	margin-bottom: 3px;
}
.block-categories .category-sub-menu .category-sub-link {
	font-size: 14px;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
	display: none;
}
a.text-uppercase {
	color: #111111;
  font-weight: 700 !important;
  font-size: 16px !important;
  margin: 0 0 5px;
}
#left-column {
  position: sticky;
  top: 80px;
	width: auto;
	max-width: 280px;
}
#js-product-list .an_productattributes.js-an_productattributes,
#js-product-list .an_productattributes-qty-add.clearfix {
	display: none;
}
#products .page-content.page-not-found p {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
#products .page-content.page-not-found h4,
#products .search_not_found {
	display: none;
}
#products .page-not-found, #pagenotfound .page-not-found {
	border: 1px solid #e5e5e5;
	color: #878787;
	font-size: 0.875rem;
	margin: 0 auto;
	max-width: 100%;
	padding: 1rem;
	background: #fff;
}
.product-miniature .thumbnail-container .quick-view {
	position: absolute;
	top: 50%;
	right: -500px;
}
.product-miniature .thumbnail-container:hover .quick-view {
	top: 50%;
	right: -30%;
	transition: all 1.1s;
}
.tabs.an-product-page-description {
	max-width: 900px;
	margin: 0 auto;
}
.page-product h1 {
	border-bottom: 1px solid #eee;
	color: #111;
	font-size: 20px;
}
.tax-shipping-delivery-label {
	display: none;
}
.product-additional-info {
	  display: grid;
    grid-template-columns: auto 180px;
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
}
.product-details-info-wrapper {
	order: 2;
}
.product-additional-info label {
	color: #000;
}

#header .header-nav .header-nav-inside {
	height: 65px;
}
#header .search-widget form button[type="submit"] {
	display: none;
}
#header .logo {
	max-height: 65px;
}
.hdiv-outer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 15px;
}
.hdiv-displaytop {
	width: 420px;
}
.search-widget form input[type="text"] {
	min-width: 400px;
	color: #333;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, .25);
}
#header .header-nav .cart-preview {
		height: 45px;
		margin-top: 0px;
		border-radius: 30px;
		background: #ebab32;
}
#header .header-nav .cart-preview .shopping-cart {
	color: #fff;
}
/* 2025-10-28 Patrick ende */
/* 2025-11-03 Patrick start */
#product-details .product-features:nth-of-type(2) {
	display: none;
}

/* 2025-11-03 Patrick ende */

/* Responsive */
@media (max-width: 767px) {
#header {
		padding-bottom: 10px;
}
#header .header-nav {
		background: rgba(255,205,113,1.0);
		height: auto;
		display: block;
}
.mobile-header {
		background: rgba(255,205,113,1.0);
}
#header .header-nav .top-logo {
	padding-top: 3px;
	width: auto;
}
#header .header-nav #menu-icon {
	display: none;	
}
#_mobile_cart {
	margin: 0 20px 0 0;
}
#header .header-nav .cart-preview {
		border-radius: 0px;
		background: transparent;
}
#_mobile_user_info {
	margin: 2px 0 0 0px;
}
#header .search-widget {
	margin-top: 24px;
}
#js-product-list-top.products-selection {
	z-index: 1 !important;
}
.transition_full .close_menu * {
	color: #fff !important;
}
.close_menu .icon-bar, .ybc-menu-vertical-button .icon-bar {
	background-color: #fff !important;
}
.scroll_heading .ets_mm_megamenu_content .container {
	height: 60px;
}
.transition_full .close_menu *,
.mm_menus_back_icon {
	border-color: #fff;
}
.ets_mm_megamenu.layout_layout5:not(.ybc_vertical_menu) .mm_menus_ul {
	background: #ffcd71;
}
ul.mm_menus_ul.clicktext_show_submenu.hide_icon_vertical {
	display: flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	justify-content: left;
	-webkit-justify-content: flex-start;
	display: inline-block;
}
.mm_menus_li {
	border-top: 1px solid #DDDDDD;
	float: left;
	width: 100% !important;
}

}
@media (min-width: 768px) {
.adropdown-mobile {
	display: none;
}
}
@media (max-width: 991px) {
	#mobile_top_menu_wrapper {
		display: none;
	}
}






















































