/* 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: 268px;
	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: 260px;
}
.menu-hover .single-dropdown li:hover {
	background: #7394ab;
}
.single-dropdown {
	padding: 0;
}
.single-dropdown a,
.single-dropdown span {	
	color: #fff;
}
.single-dropdown li > a,
.single-dropdown li > span {
	padding: 0 7px;
	
	min-height: 45px;
}
#catalog-menu a.has-subcatalogs:after {
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	font-size: 15px;
	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: 15px;
}
#catalog-menu > ul > li > a.has-subcatalogs:after {
	content: "\e688";
	position: relative;
	right: auto;
        display: none;
}
#catalog-menu .single-dropdown a.has-subcatalogs {
	padding-right: 25px;
}
/*Footer*/
.footer-info-text p {
    margin-bottom: 0px;
}
#social-media-links ul{
	margin-top: 15px;
}
.opening-hours{
	margin-top:15px;
}
.copyright-information {
	line-height:25px;
}
.copyright-information li {
	display: flex;
	margin-left: 10px;
}
@media (max-width: 575.98px) {
	ul.copyright-information {
		width: 100%;
	}
	ul.copyright-information li:first-child {
		margin-left: 0;
	}
	ul.copyright-information li:first-child:before {
		content: "";
		margin-right: 0;
	}
}

.copyright-information a {
	color: #fff;
}
.copyright-information li a:hover {
	color: #fff;
}

.copyright-information li:before {
	content: "-";
	color: #fff;
	margin-right:10px;
}
.pb-25 {
	padding-bottom: 25px;
}

/*TopHeaderLinks*/

.top-link-list{	
	padding-left:5px;	
}

.top-link-title{
	color: #5887a6;
    font-weight: 700;
    font-size: 13px;
	white-space: nowrap;
	
}
.top-link-content{
	color:#5887a6;
	font-size: 13px;
	white-space: nowrap;
}
#divWishlist a{
	font-weight: normal;
    text-transform: none;
	font-size:14px;
}

/*Slider*/
@media (max-width: 575.98px) {
	.slider-content-4 h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.owl-nav {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	#divSlideContentText {
		margin-top: 300px;
	}
}

 .slider-content-4{
	 text-align: center;
 }
 
 /*Bestellformular*/
.input-order-form{
	max-width:80px;
}
 
 
#ProductCustomerList-Container .table .thead-dark th {   
    background-color: #5887a6 ;  
}

.orderform-cat {
	 background-color: #efefef ;  
}
.orderform-cat a {
	 display: block;
	 width: 100%;
	 font-weight: bold;
}

/*Overlays*/

.discount-icon-div{
    width: 60px;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 30px;
    text-align: center;
}

.discount-icon-cont div:nth-child(2){
	color:red!important;
	float: none!important;
	text-align: center;
}
.discount-icon-cont{
	margin-top: 7px;

}

.container-overlay-top-abs{
	position: absolute;
    right: 10px;
}

#divProductDetail .container-top-abs-detail{
	position: absolute;
    left: 20px;
	top:5px;
	z-index: 2;
}


@media (min-width: 1200px){
	.header .languageselectmenu {
		border-right:none;
	}
	
}


.cart-link #linkBasket {
    font-weight: 600;
    font-size: 1.5em;
	color: #707070!important;
}

.single-dropdown > li > a {
    border-bottom: 2px solid #eeeeee;
	margin-left: 15px;
	margin-right: 15px;
}

.single-dropdown > li:last-child > a{
	
	border-bottom:none;
}

.packingInfo{
	max-width:390px;
}

.product-info .first-row{
	background-color:#ededed;
}


.welcometext {
    font-size: 50px!important;
}

/*owl-carousel*/

.owl-carousel {
  margin: 0 auto;
}

.owl-nav,
.owl-dots {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav {
  color: #cbcbcb;
  font-size: 3rem;
  justify-content: space-between;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  padding: 1rem;
  width: 63px;
  height: 63px;
  line-height: 63px;
  position: relative; 
  padding: 0;
  background-color: rgba(0,0,0,15%);
  background-repeat: no-repeat;
  text-align:center

}
.owl-nav .owl-next {
	padding-left:10px;
}
.owl-nav .owl-prev{
	padding-right:10px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #efefef;
  background-color:#5986a3
}

.nav-arrow{
	
 
}

.owl-dots {
  justify-content: center;
  position: relative;
  top: -40px;
  width: 50%;
}
.owl-dots .owl-dot {
  display: inline-block;
  background: none repeat scroll 0 0 #c9c9c9;
  /*border-radius: 20px;*/
  display: block;
  height: 10px;
  width: 63px!important;
  margin: 5px;
  width: 12px;
}
.owl-dots .owl-dot.active {
  background-color: #5986a3;
}
.owl-dots .owl-dot:hover {
  background-color: #5986a3;
}

/*Actionbuttons Hottopic*/
.product-action-startcontent{
	bottom:unset;
}

/*headline*/
#divHeaderInfolineContainer{
	padding-top: 5px;
}

@media (min-width: 1400px) {
	#divHeaderInfolineContainer{	 
		position: absolute;
		width: 50%;
	}
}

/*HotTopics*/
.product-img-3-b img{
	object-fit: contain;
	background:white;
}

.product-wrapper {
    background: white;
}

.top-nav-form {
    z-index: 1;
}
.top-nav-form:last-child {
    margin-right: 0 !important;
}

.class-mengeneinheit {
    padding-left: 10px;
}

.class-wish-mengeneinheit {
    margin-top: 2px;
}

#link29887_1_wish {
    margin-top: 2px;
}

/* Checkout - Details zur Lieferung */
#shipment-infos .email-form-container input:not([type="checkbox"]) {
	height: auto;
	margin-bottom: 0;
}
#shipment-infos input[type="submit"] {
	width: auto;
}
#shipment-infos #part-delivery input[type="checkbox"] {
	width: 20px;
    height: 20px;
}
#shipment-infos #part-delivery .form-check-label {
	margin-top: 5px;
    margin-left: 7px;
}

/* Krümelpfad */
.breadcrumb-content .row {
	min-height: 29px;
}
.breadcrumb-content .row .breadcrumb-catalog {
	margin-bottom: 0.5rem;
}

/* Google reCaptchaV2 */
.login-form-container .default-btn:disabled {
	cursor: not-allowed !important;
	opacity: 0.5;
}
.email-form-container.buttons-cart input[type="submit"]:disabled {
	cursor: not-allowed !important;
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #fff;
}
.login-form-container .default-btn:disabled:hover {
	background-color: #fff;
    border: 1px solid #ddd;
    color: #777;
}
#ProductInquery form > br {
	display: none;
}


/*MailChimp direkt in Element(Timing issue)*/

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
/*
#mc_embed_signup form {display:block; position:relative; text-align:left; margin: 0px}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em; color: #5887a6}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: fit-content; width: -moz-fit-content;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px; display:grid;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}/*
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .mc-address-fields-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}
#mc_embed_signup .foot {display:grid; grid-template-columns: 3fr 1fr; width:96%; align-items: center;}
@media screen and (max-width:400px) {#mc_embed_signup .foot {display:grid; grid-template-columns: 1fr; width:100%; align-items: center;}}

@media screen and (max-width:400px) {#mc_embed_signup .referralBadge {width:50%;}}

#mc_embed_signup .brandingLogo {justify-self:right;}
@media screen and (max-width:400px) {#mc_embed_signup .brandingLogo {justify-self:left;}}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup .helper_text {color: #8d8985; margin-top: 2px; display: inline-block; padding: 3px; background-color:#eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; font-weight: normal; z-index: 1;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:3px; background-color:#eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}


#mc_embed_signup .button {
	background: #EEEEEE none repeat scroll 0 0;
    color: #5987A3;
    border: 1px solid #878787;
	border-radius: 0!important;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 42px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
    cursor: pointer;
	position:relative;
}

#mc_embed_signup .button:hover {
	background: #5987A3 none repeat scroll 0 0;
    color: #fff;	
	}	
*/


























	