/*fix*/
.menu-hover:hover .single-dropdown {
    opacity: 0;   
    visibility: hidden;
}

/* Menu*/
.main-menu nav > ul {
	padding-left: 0 !important;
}
.main-menu nav > ul > li span {
	cursor: pointer;
}
.main-menu nav > ul > li > a,
.main-menu nav > ul > li > span {
    display: inline;
}
.menu-hover:hover > .single-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.menu-hover .single-dropdown > .menu-hover .single-dropdown,
.menu-hover .single-dropdown > .menu-hover .single-dropdown > .menu-hover .single-dropdown {
	left: 218px;
	top: 8px;
}
.menu-hover > .single-dropdown > .menu-hover:hover .single-dropdown,
.menu-hover > .single-dropdown > .menu-hover .single-dropdown > .menu-hover:hover .single-dropdown {
	top: 0;
	left: 210px;
}
/*Farben*/
.menu-hover .single-dropdown li:hover {
	background: #efefef;				
}
/*.single-dropdown li:hover a {
	color:#green;
}*/

.main-menu nav > ul > li:hover > a{
    color: #dc0c15;
}
 
#catalog-menu > ul > li  a.has-subcatalogs + ul li:hover > a {
	color:#dc0c15;
}

#catalog-menu .single-dropdown{
	/*background-color:#575656;*/
}

.single-dropdown {
	padding: 0;
}
.single-dropdown a,
.single-dropdown span {	
	color: #fff;
}
.single-dropdown li > a,
.single-dropdown li > span {
	padding: 0 1rem;
	min-height: 45px;
}
#catalog-menu a.has-subcatalogs:after {
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	font-size: 30px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
}
#catalog-menu > ul > li > a.has-subcatalogs:after {
	content: "\e688";
	position: relative;
	right: auto;
}
#catalog-menu .single-dropdown a.has-subcatalogs {
	padding-right: 25px;
}

#catalog-menu a.has-subcatalogs{
	margin-right:-15px;
}

/*Footer*/
.footer-widget-content-3 ul li {
    margin-bottom: 10px;  
}
.footer-widget-content-3 ul li::before {
    content: none;
}

.footer-widget-content-3 ul li a {  
    padding-left: 0;
}

#divFooterSpacer{
	flex-grow: 100;
}

.footer-info-text .bold{
	font-size:16px;
}

#divFooterTimes p {
	margin-bottom:1px;
}

#divFooterTimes .bold{
	margin-bottom:15px;
}

#social-media-links ul {
    margin-bottom: 0;
}

.copyright > p {
	padding-left:5px;
}


@media (min-width: 1200px) {
	.footer-col{
		margin-right:20px;
		margin-left:20px;
	}
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	accent-color: #dc0c15;
}

.my-account .default-btn,
.default-set,
.order-pos-table-row td:last-child::before {
	background: #dc0c15;
	border-color: #dc0c15;
	color: #fff;
}
.my-account .default-btn:hover,
.default-set:hover,
.order-pos-table-row td:hover:last-child::before {
	background: #575656;
	border-color: #575656;
}

/* Startseite: Produktlinien */
#product-lines-container {
	margin-top: 30px;
}
#product-lines .product-line {
	background: #F2F2F2;
	height: 100%;
}
#product-lines .product-line .product-line-text h2 {
	font-weight: 600;
	font-size: 30px !important;
	margin-bottom: 0;
}
#product-lines .product-line .product-line-text * {
	font-size: 21px;
	font-weight: 500;
	color: #000;
}
#product-lines .product-line .product-line-links {
	width: 100%;
}
#product-lines .product-line .product-line-links a {
	background: #dc0c15;
	color: #fff;
	width: 80%;
	text-align: center;
	padding: 10px 15px;
	font-size: 21px;
	margin-bottom: 10px;
}
#product-lines .product-line .product-line-links a:last-child {
	margin-bottom: 0;
}
#product-lines .product-line .product-line-links a:hover {
	background: #575656;
}

/* Startseite: News */
#news-list .news-entry-container {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #F2F2F2;
}
#news-list .news-entry-container .news-entry {
	padding: 40px;
	background: #F2F2F2;
}
#news-list .news-entry-container .news-entry .news-img-right .news-content,
#news-list .news-entry-container .news-entry .news-img-left .news-img {
	order: 1;
}
#news-list .news-entry-container .news-entry .news-img-right .news-img,
#news-list .news-entry-container .news-entry .news-img-left .news-content {
	order: 2;
}
@media (max-width: 767px) {
	#news-list .news-entry-container .news-entry .news-img-right .news-content,
	#news-list .news-entry-container .news-entry .news-img-left .news-img {
		margin-bottom: 15px;
	}
}
/* Gleiche Grösse wie bei den Produktlinien */
#news-list .news-entry-container .news-entry .news-content .news-text h2 {
	margin-bottom: 30px;
}
#news-list .news-entry-container .news-entry .news-content .news-text h2,
#news-list .news-entry-container .news-entry .news-content .news-text h3 {
	font-weight: 600;
	font-size: 30px !important;
}
#news-list .news-entry-container .news-entry .news-content .news-text h3 {
	/* Untertitel h3 in Langtext folgt ohne Abstand auf die Katalogbezeichnung (h2) -> Abstand von h2 hier mit negativem margin aufheben */
	margin-top: -30px;
	margin-bottom: 30px;
}
/* Gleiche Grösse wie bei den Produktlinien */
#news-list .news-entry-container .news-entry .news-content .news-text * {
	font-size: 21px;
    font-weight: 500;
    color: #000;
}
/* Gleiche Styles wie bei den Produktlinien */
#news-list .news-entry-container .news-entry .news-content .news-link {
	width: 100%;
}
#news-list .news-entry-container .news-entry .news-content .news-link a {
	background: #dc0c15;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	font-size: 21px;
	margin-top: 15px;
	display: inline-block;
	min-width: 100%;
}
@media (min-width: 1200px) {
	#news-list .news-entry-container .news-entry .news-content .news-link a {
		min-width: 380px;
	}
}
#news-list .news-entry-container .news-entry .news-content .news-link a:hover {
	background: #575656;
}

/* Newsletteranmeldung */
#newsletters .newsletter {
	background: #F2F2F2;
	height: 100%;
}
#newsletters .newsletter .newsletter-text h2 {
	font-weight: 600;
	font-size: 30px !important;
}
#newsletters .newsletter .newsletter-text * {
	font-size: 21px;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1;
}
#newsletters .newsletter .newsletter-text img {
	width: 80%;
}
#newsletters .newsletter .login-form-container {
	border: 0;
	padding: 0;
}
#newsletters .newsletter .login-form-container .default-btn {
	margin-top: 0;
}
#newsletters .newsletter .input-form form span {
	color: #000;
}
#footer-newsletter a {
	background: #dc0c15;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	margin-top: 15px;
	display: inline-block;
	margin-top: 15px;
}
#footer-newsletter a:hover {
	background: #F2F2F2;
	color: #000 !important;
}

/* Wunschliste */
.shopping-cart-content .product-description {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0 0 0;
	text-align: left; /* Für Weite benötigt */
}
.shopping-cart-content .product-description * {
	padding: 0;
	text-align: left;
	font-weight: 400;
	text-transform: initial;
	font-size: 14px;
}
.shopping-cart-content .product-description ul {
	margin-left: 25px;
}
.shopping-cart-content .product-description ul li,
.shopping-cart-content .product-description ul li * {
	text-align: left;
}

/* Story-Liste */
.stories #story-list {
	display: flex;
    flex-wrap: wrap;
}
.stories .story {
	height: 300px;   
    display: inline;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    margin: 0.5%;
	width: 100%;
}
.stories .story:nth-child(1) {
	margin-top: 0;
}
.stories .story a {
	width: 100%;
	height: 100%;
}
.stories .story .story-image {
	height: 100%;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.stories .story .story-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.stories .story .story-desc {
	z-index: 2;
    position: absolute;
    top: 30%;
	left: 0;
	font-size: 40px;
	font-weight: bold;
	margin: 0 20px;
	line-height: 45px;
	color: #fff !important;
	text-align: left;
	word-break: break-word;
}
.stories .story a:hover .story-desc {
	text-decoration: underline;
}
.stories #story-list .story:nth-child(6n+4) .story-desc,
.stories #story-list .story:nth-child(6n+6) .story-desc {
	font-size: 30px;
	line-height: 35px;
}
.stories #story-list .story:nth-child(6n+3) .story-desc {
	font-size: 50px;
	line-height: 55px;
}
.stories .story .read-story {
	z-index: 2;
    position: absolute;
    bottom: 3%;
	left: 0;
	font-size: 13px;
	font-weight: bold;
	margin: 0 20px;
	color: #fff !important;
	text-decoration: underline;
}
#story-list-search #story-search-reset {
	border-color: #575656;
}
#story-list-search #story-search-reset:hover,
#story-list-search #story-search-reset:not(:disabled):not(.disabled).active, #story-list-search #story-search-reset:not(:disabled):not(.disabled):active, .stories .show>.btn-outline-dark.dropdown-toggle {
	background-color: #575656;
    border-color: #575656;
}
#story-list-search #story-search-reset:not(:disabled):not(.disabled).active, #story-list-search #story-search-reset:not(:disabled):not(.disabled):active, .stories .show>.btn-outline-dark.dropdown-toggle {
	box-shadow: 0 0 0 0.2rem rgb(87 86 86 / 50%);
}
#story-list-search .form-control:focus {
    border-color: #575656;
    box-shadow: 0 0 0 0.2rem rgb(87 86 86 / 25%);
}
#story-list-search #story-search-reset:before {
	content: "\e680";
	font-size: 18px;
    position: relative;
    top: 2px;
	display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#story-list-search {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #F2F2F2;
}
.img-overlay {
    top: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.stories .btn-primary {
    background-color: #dc0c15;
    border-color: #dc0c15;
	border-radius: 0;
	padding: 10px 30px;
}
.stories .btn-primary:hover,
.stories .btn-primary:not(:disabled):not(.disabled).active, .stories .btn-primary:not(:disabled):not(.disabled):active, .stories .show>.btn-primary.dropdown-toggle {
    background-color: #575656;
    border-color: #575656;
}
.stories .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(220 12 21 / 50%);
}
.stories .btn-primary:not(:disabled):not(.disabled).active, .stories .btn-primary:not(:disabled):not(.disabled):active, .stories .show>.btn-primary.dropdown-toggle {
    box-shadow: 0 0 0 0.2rem rgb(87 86 86 / 50%);
}
@media (max-width: 480px) {
	.stories .story .story-desc {
		top: 10%;
	}
}
@media (min-width:768px) {
	.stories .story {
		height: 400px;
	}
	.stories .story:nth-child(1),
	.stories .story:nth-child(2) {
		margin-top: 0;
	}
	.stories .story .story-image img {
		min-height: 400px;
	}
	.stories #story-list .story:nth-child(6n+1),
	.stories #story-list .story:nth-child(6n+2),
	.stories #story-list .story:nth-child(6n+5){
		width: 49%;
	}
	.stories #story-list .story:nth-child(6n+3)	{
		width: 99%;
	}
	.stories #story-list .story:nth-child(6n+4),
	.stories #story-list .story:nth-child(6n+6)	{
		width: 24%;
	}
	.stories #story-list .story:nth-child(6n+3) .story-image img {
		height: auto !important;
		width: 100% !important;
	}
	.stories #story-list .story:nth-child(6n+3) .story-desc {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}	
	.stories #story-list .story:nth-child(6n+3) .read-story {
		z-index: 2;
		position: absolute;
		top: 65% !important;	
		bottom: auto !important;	
		width: 100%;
		text-align: center;
		margin: 0 auto;
		text-decoration: none !important;
	}
	.stories #story-list .story:nth-child(6n+3) .read-story div {
		color: #fff !important;	
		border: 3px solid #fff;
		text-transform: uppercase;   
		font-size: 16px;
		font-weight: bold;
		padding: 10px 25px;
		line-height: 16px;
		display: inline;
		text-decoration: none !important;
		transition: all 0.2s linear 0s;
	}
	.stories #story-list .story:nth-child(6n+3):hover .read-story div {
		color: #000 !important;
		background: #fff;
	}
}

/* Story-Details */
#story-text-container {
	padding-top: 15px;
}
#story-text-container #story-text,
#story-text-container #story-text *:not(h1,h2,h3,h4,h5,h6),
.text-content,
.text-content *:not(h1,h2,h3,h4,h5,h6) {
    font-size: 16px;
    line-height: 28px;
    color: #242020;
    font-weight: 400;
}
#story-text-container #story-text img {
	max-width: 100% !important;
}
#story-text-container #story-text a,
.text-content a {
	color: #dc0c15;
}
#story-text-container #story-text a:hover,
.text-content a:hover {
	text-decoration: underline;
}
#story-text-container #story-text strong,
#story-text-container #story-text strong *,
.text-content strong,
.text-content strong * {
	font-weight: bolder;
}

/* Introbilder */
#page-intro-container {
	position: relative;
	overflow: hidden;
	height: 180px;
}
@media (min-width: 576px) {
	#page-intro-container {
		height: 200px;
	}
}
@media (min-width: 768px) {
	#page-intro-container {
		height: 250px;
	}
}
@media (min-width: 992px) {
	#page-intro-container {
		height: 300px;
	}
}
@media (min-width: 1200px) {
	#page-intro-container {
		height: 450px;
	}
}
@media (min-width: 1600px) {
	#page-intro-container {
		height: 600px;
	}
}
#page-intro-container #page-intro-image {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	border-bottom: 2px solid #F2F2F2;
}
#page-intro-container #page-intro-image img {
	object-fit: cover;
    height: 100%;
	width: 100%;
}
#page-intro-container #page-intro-desc {
	position: absolute;
    width: 100%;
    bottom: 0;
	padding: 1.5rem 0;
	background-image: linear-gradient(90deg,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0) 90%);
}
@media (min-width: 576px) {
	#page-intro-container #page-intro-desc {
		background-image: linear-gradient(90deg,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 70%);
	}
}
#page-intro-container #page-intro-desc * {
	color: #fff;
	line-height: 1.2;
}
#page-intro-container #page-intro-desc #page-intro-title {
	font-weight: 700;
	margin-bottom: 0;
}
#page-intro-container #page-intro-desc #page-intro-text {
	font-style: italic;
	font-weight: 300;
}
#page-intro-container #page-intro-desc #page-intro-title,
#page-intro-container #page-intro-desc #page-intro-text {
	font-size: 1.6rem;
}
/*@media (min-width: 768px) {
	#page-intro-container #page-intro-desc #page-intro-title,
	#page-intro-container #page-intro-desc #page-intro-text {
		font-size: 1.6rem;
	}
}*/
@media (min-width: 992px) {
	#page-intro-container #page-intro-desc #page-intro-title,
	#page-intro-container #page-intro-desc #page-intro-text {
		font-size: 2rem;
	}
}

/* Artikeldetails */
.product-desc ul li p {
	margin-bottom: 5px;
}

/* Quick View */
#ModalProductView .select-option-part {
	display: none;
}

/* Google reCaptchaV2*/
.login-form-container .default-btn:disabled,
.email-form-container.buttons-cart input[type="submit"]:disabled {
	cursor: not-allowed !important;
	opacity: 0.5;
}
.login-form-container .default-btn:disabled:hover {
	background-color: #dc0c15;
    border: 1px solid #ddd;
    color: #fff;
}
.email-form-container.buttons-cart input[type="submit"]:disabled:hover {
	background: #dc0c15;
}
