/**************************/
/* bonremo.de - JTL5 Shop */
/**************************/

<!--
div#consent-manager {
    display: none;
}
-->


/* ************************  CSI Shop */
#DetailsZahlarten {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	border: 2px solid #E0E0E0;
	padding: 20px 20px 15px 20px;
	border-radius: 25px;
}

#DetailsZahlarten .DetailsZahlartenHeader {
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	color: #79797b;
}

  #DetailsZahlarten .DetailsZahlartenHeader i {
    font-size: 24px;
    margin-right: 10px;
  }

  #DetailsZahlarten .DetailsZahlartenImages {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  #DetailsZahlarten .DetailsZahlartenItem {
    flex-basis: calc(25% - 20px);
    margin: 10px;
    text-align: center;
  }

  #DetailsZahlarten img {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 768px) {
    #DetailsZahlarten .DetailsZahlartenItem {
      flex-basis: calc(50% - 20px);
    }
  }
  
  
/* Urlaubshinweis */
.HinweisTitel {
	font-size: 25px;
	color: #fff;
	font-weight: 400;
}
.HinweisDatum {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.HinweisSmall {
	font-size: 17px;
	position: relative;
	top: -5px;
	color: #fff;
}
#PopupHinweis {
	background-color: #0590ca;
	text-align: center;
	height: 68px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}

/* Low Resolution Tablets, Mobiles (Landscape); Screen = B/w 481px to 767px */
@media (min-width: 320px) and (max-width: 480px) {
.HinweisTitel {
	font-size: 20px !important;
	color: #fff;
	position: relative;
	top: 15px;
}
.HinweisTitel br {
	margin-bottom: 25px;
}
div#PopupHinweis {
	text-align: center;
	background-color: #0590ca;
	height: 100px;
	padding: 0 10px;
}
.HinweisSmall {
	font-size: 13px;
	position: relative;
	top: 25px;
}
#PopupHinweis {
	line-height: 18px;
}
}
/* Urlaubshinweis - ENDE */



/* Warenkorb bug (Mini Warenkorb */
.cart-dropdown .form-row img.img-sm {
	width: 100%;
	height: 100%;
}








body {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #111;
	text-align: left;
}
.container {
	max-width: 1370px;
}

.ub-tage {
	padding-right: 0;
}
.geschaeftszeiten td {
	padding: 0;
}

/* 4 Kategorien auf Startseite */
.VierKategorienGridSS {
	margin-top: 20px;
	margin-bottom: 60px;
}
.VierKategorienGridSS .FlipCardSS {
	margin-top: 30px;
}

/* Wartungsmodus Text */
div#footer div, .maintenance-main-wrapper .maintenance-main a {
    color: #696d72;
    font-weight: 100 !important;
    font-size: 16px;
}


#badge-wl-count {
	left: 42px;
	top: 20px;
}
.cart-icon-dropdown .fa-sup {
	top: 20px;
	left: 44px;
}

#pushed-success .card-header {
	padding: 15px;
}
.alert-success {
	color: #000000;
	background-color: #cee8d1;
	border-color: #cee8d1;
	font-weight: 400;
}
.tab-navigation .nav-link::after {
	border-width: 0 0 3px;
	border-color: #237EA4 !important;
}


/* Rücksendeformular */
.RuecksendeTitel {
	font-size: 120%;
	font-weight: 500;
	margin-top: 30px;
}
.RuecksendeFormularDownload, .AdresseCSI {
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 7px;
}
.Ruecksendeadresse {
	font-weight: 400;
}
.DIV-Ruecksendungen {
	padding-left: 0;
}
.icon-retouren img {
	max-height: 87px;
	width: auto !important;
}
.RuecksendeHinweis {
	margin-top: 40px;
	font-weight: 500;
}



/* Amazon Pay */
.offset-md-6 {
	margin-left: 0;
}



/* Zahlarten im Checkout */
.checkout-payment-options.form-group .title {
	color: #024438;
	font-size: 18px;
	font-weight: 500;
}
/* Zahlarten in der CMS Seite */
.rechnungBILD img {
	border-radius: 8px;
}
.DIV-ZahlartNamen {
	display: flex;
	align-items: center;
	justify-content: left;
	height: 48px;
}
.DIV-ZahlartNamen h3 {
	margin-bottom: 0;
}



/* Hauptkategorien Bilder auf Startseite */
#SS-Hauptkategorien img {
	padding-top: 20px;
	min-height: 100%;
	transition: transform 150ms;
}
#SS-Hauptkategorien img:hover {
	transform: translateY(-3px);
	transition: transform 150ms;
}
/* Hauptkategorien Bilder auf Startseite - ENDE */


/* Alle Vorteile mit Icons - auf Startseite */
.box-Vorteile {
	margin-bottom: 20px;
	padding: 36px 0;
}
.MeinVorteilTitel {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 137%;
	margin-left: 90px;
}
.MeinVorteilTitel p {
	font-weight: 300;
	font-size: 84%;
	line-height: 1.4em;
	margin-top: 8px;
	text-transform: initial;
}
.MeinVorteilIcon {
	float: left;
	margin-right: 20px;
}
.MeinVorteilIcon.icon-geschaeftszeiten img {
	max-height: 73px;
}
#DIV-Vorteile-innen {
	padding: 28px 20px 10px 20px;
	position: relative;
}
.MeinVorteilDIV img {
	width: 70px;
	opacity: 0.8;
}
.MeinVorteilIcon.ZahlartIconGroesse img {
	width: 68px;
}
.ServiceHotline-SS {
	text-align: center;
	font-size: 58px;
	font-family: 'Roboto';
	margin-top: -50px;
	color: #69686a;
	font-weight: 600;
}
.Geschaeftszeiten-SS {
	text-align: center;
	font-size: 30px;
	font-family: 'Roboto';
	color: #69686a;
	margin-top: -34px;
}
.MeinVorteilText a, .MeinVorteilText.geschaeftszeitenText {
	font-size: 19px;
	font-weight: 400;
	color: #222;
	text-decoration: none;
	line-height: 38px;
}
.MeinVorteilText a:hover {
	text-decoration: underline;
}
/* Alle Vorteile mit Icons - auf Startseite - ENDE */

/* Zahlarten vor Footer */
#footer-zahlart-wrapper {
	background-color: #F7F7F7;
	padding: 10px 0;
	border-top: 1px solid #333;
	margin-left: -1rem;
	margin-right: -1rem;
}
.zahlart-icons {
	text-align: center;
}
.zahlart-icons img {
	margin: 0 20px;
}
.DIV-Footer-Zahlartenicons {
	margin-bottom: -48px;
}


/* Suchfeld im Header */
.search-wrapper .btn-secondary {
	color: #fff;
	background-color: #237ea4;
	border-color: #000;
	box-shadow: none;
}
.content-cats-small .caption {
	text-align: left;
}
.box-beliebte-kategorien-img {
	margin-top: -20px;
}
.box-beliebte-kategorien-img:hover {
	box-shadow: 0 0px 3px 2px #0000005e;
}
.DIV-SS-dreiFotos {
	margin-top: 40px;
	margin-bottom: 70px;
}
.DottedUnderline {
	color: #111;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #000;
}
.HinweisFooter {
	font-size: 12px;
}
.Versandbedingungen h3 {
	margin-top: 50px;
}
.opc-Accordion-head {
	font-size: 19px;
	color: #333;
	font-weight: 400;
}
.FAQs {
	padding-bottom: 70px;
}

.card-header {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.card-body {
	padding-left: 17px;
}

.ueberschrift03 p {
	margin-bottom: 5px;
}
.box-beliebte-kategorien {
	margin-top: 60px;
}

.kat-titel-ss {
	text-align: left;
	font-size: 30px;
	font-weight: 600;
	height: 50px;
	line-height: 2.3em;
	position: relative;
	bottom: 80px;
	color: #fff;
	left: 30px;
	text-shadow: 1px 1px 1px #000;
}
.ub-icon i {
	font-size: 53px;
	float: left;
	margin-top: 7px;
	color: #007dc3;
}
.telefonnummer {
	padding-left: 70px;
}
.ub-icon {
	height: 75px;
}
.telefonnummer span {
	font-size: 26px;
	letter-spacing: -0.01em;
	font-weight: 600;
	color: #007dc3;
}





/* TopHeader **************************** */
/* UB - TopHeader bei Handys deaktivieren */
@media only screen and (max-width: 768px) {
	.ub-topheader,
	#ub-topheader-container,
	#ub-topheader{
	display: none;
	}
}
/* TopHeader */
#ub-topheader {
	color: #333;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	max-width: 103.125rem;
	padding-top: 3px;
}
.text-right.topheader-text a {
	padding: 0 10px;
}
.LeftMarg {
	margin-left: 20px;
}
.topheader-text {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
#ub-topheader .fa {
	padding-right: 5px;
	color: #111;
}

/* Hintergrund TopHeader */
#ub-topheader-container {
	background-color: #237EA4;
	height: 35px;
	padding-top: 5px;
	border-bottom: 1px solid #000;
}
.topheader-abstand {
	padding-right: 50px;
}
// TopHeader-Container zentrieren
#ub-topheader {color: #111;font-size: 0.9em;margin-left: auto;margin-right: auto;max-width: 1170px;padding-top: 8px;}
#ub-topheader a {color: #fff;text-decoration: none;}
#ub-topheader a:hover {text-decoration: underline;}
#ub-topheader img {
	width: 8px;
	margin-bottom: 3px;
	margin-right: 3px;
}
.brutto-netto-switcher {
	margin-right: 30px;
}
/* TopHeader - ENDE **************************** */



/* Amazon Pay Banner */
.AmazonPayDIV {
	margin-top: 50px;
	padding: 20px;
	border-bottom: 5px solid #f79c34;
	margin-bottom: 40px;
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
}

/* 3 SEO Texte auf Startseite */
.DIV-SS-3CMS-Texte .SS-titel-h3 {
	font-size: 21px;
	font-weight: 400;
	margin-top: 20px;
	color: #237EA4;
	margin-bottom: 10px;
}

/* ICON Bar an der Seite */
.icon-bar {
	width: 39px;
	background-color: #282828;
	z-index: 9999999999;
	position: fixed;
	top: 40%;
}
.icon-bar a {
	display: block;
	text-align: center;
	padding: 7px;
	transition: all 0.3s ease;
	color: white;
	font-size: 19px;
}
.icon-bar a:hover {
	color: #a8a8a8 !important;
}
.icon-bar .active {
	background-color: #237EA4;
}
/* ICON Bar an der Seite - ENDE */

/* Links */
.DIV-SS-3CMS-Texte a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

/* AMAZON PAY Banner */
.AmazonPayDIV {
	margin-top: 40px;
	padding: 20px;
	border-bottom: 5px solid #f79c34;
	margin-bottom: 40px;
}
.AmazonPayText {
	font-size: 19px;
	color: #fff;
}
.AmazonPayLogo {
	text-align: center;
}
.AmazonPayText p {
	margin-bottom: 0;
	padding-top: 9px;
}

/* Einleitungstext auf Startseite; Links */
.ss-einleitungstext a {
	color: #a61f29;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted #a61f29 !important;
}

/* Icons im Header (rechts oben) */
header .fas.fa-user, .fas.fa-heart, .fas.fa-shopping-cart {
	font-size: 29px;
	color: #b3b3b2;
}
header .fas.fa-user:hover, .fas.fa-heart:hover, .fas.fa-shopping-cart:hover {
	color: #237EA4;
}

/* Zum Warenkorb Button; nachdem man einen Artikel in den WK gelegt hat */
body[data-page="1"] .fas.fa-shopping-cart {
	font-size: 18px !important;
}



/* Banner/Slider linker und rechter Rand vergrößern */
.snippets-banner {
	margin-left: -1rem;
	margin-right: -1rem;
}

/* Anzahl der Artikel im Warenkorb Anzeige (im Kreis) */
.fa-sup {
	font-size: 0.7em;
	position: absolute;
	top: 17px;
	left: 100%;
	margin-left: -.3em;
	background-color: #237EA4;
	margin-top: -1em;
	padding: .2em .6em;
	border-radius: 20px;
	color: #f5f7fa;
	max-width: 3em;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 500;
}

/* einene Buttons */
.buttonUB {
	color: #fff;
	background-color: #CE1825;
	border-color: #666;
	box-shadow: none;
	width: 200px;
	text-align: center;
	padding: 8px;
	font-size: 15px;
	font-weight: 400;
	margin-top: 50px;
}
.buttonUB a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.buttonUB a:hover {
	text-decoration: underline;
	color: #fff !important;
	-size: ;
}
/* einene Buttons - ENDE */

.btn-outline-primary:hover {
	background-color: #237ea442;
	border-color: #237ea4;
}


/* Über uns CMS Seite */
.UeberUnsHeadline {
	font-size: 1.875rem;
	font-weight: 400;
	color: #859ba6;
	text-transform: uppercase;
	border-bottom: 1px solid #859ba6;
	margin: 0 0 20px 0;
}
.MitarbeiterGridDIV {
	margin-top: 20px;
	margin-bottom: 60px;
}
.UnserTeamHeadline {
	margin-top: 90px;
	margin-bottom: 20px;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #859ba6;
}
.MitarbeiterName {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 400;
}
.MitarbeiterName p {
	margin-bottom: 0;
}
.MitarbeiterTitel p {
	margin-bottom: 6px;
}
.MitarbeiterTel {
	text-align: center;
	font-weight: 400;
}
.MitarbeiterTel i {
	padding-right: 5px;
}
.MitarbeiterTel a {
	text-decoration: none;
}
.UnserePartnerHeadline {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 50px;
	color: #859ba6;
	text-transform: uppercase;
}
.UnserePartnerDIV a {
	text-decoration: none;
}




/* Footer Linkgruppen */
.productlist-filter-headline {
	font-size: 25px !important;
	font-weight: 400 !important;
	color: #237ea4;
	font-family: 'Roboto' !important;
	border-bottom: none !important;
}
#footer .panel a {
	color: #222;
	font-size: 1.2em;
}
#footer #footer-boxes li {
	border-bottom: 1px dotted #2b9dcc;
	padding: 4px 0;
}
#footer .nav-item a {
	color: #bbb;
}
#footer .nav-item a:hover {
	color: #1a9cd3;
}
footer .panel-title {
	font-weight: 500;
	letter-spacing: 0.13em;
	font-size: 1.35em !important;
	margin-top: 30px;
}
.box-normal {
	margin-bottom: 3.5rem;
}
.g103 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding-left: 55px;
	position: relative;
	top: -11px;
}
footer span.divider {
	margin: 0 0 10px 0;
	width: 60px;
	height: 2px;
	background: #024438b0;
	display: inline-block;
	border-radius: 10px;
}
#footer .nav-list a {
	padding: 5px 15px 5px 0;
	font-weight: 400;
}
#footer .box-linkgroup .nav > li > a, #footer .box-linkgroup .dropdown-menu > .active > a {
	background: transparent !important;
}
#footer .panel-heading {
	line-height: 27px;
	border-bottom: none;
	padding: 10px 0 0 0;
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: transparent;
	background-image: none;
	color: #333;
}
.geschaeftszeiten {
	font-size: 1.1em;
	font-weight: 400;
	margin-top: -11px;
	color: #333;
}
.geschaeftszeitenTitel {
	text-transform: uppercase;
	color: #bbb;
	font-weight: 400;
	margin-top: 10px;
}
/* FOOTER: Logo mit Adresse und Öffnungszeiten */
#kontaktadresselogo {
	margin-bottom: 28px;
}
#kontaktadresselogo p {
	color: #bbb;
	margin-top: 20px;
}
.ub-tage, .ub-zeiten {
	font-size: 15px;
	color: #bbb;
}
.ub-zeiten {
	padding-left: 10px !important;
}
.da-telnr {
	padding-left: 10px;
	position: relative;
	top: -7px;
	font-size: 20px;
	font-weight: 600;
	color: #bbb;
}
.IhreVorteile {
	color: #bbb;
}
.o20 {
	margin-top: 20px;
}
#kontaktadresse {
	margin-top: 26px;
}
.MarkennamenHinweis {
	font-size: 80%;
	font-weight: 400;
}
#kontaktadresse a {
	text-decoration: none;
}
.g102 {
	font-size: 16px;
	font-weight: 400;
	color: #bbb;
	padding-left: 56px;
	position: relative;
	top: -21px;
}

.productlist-filter-headline.d-none.d-md-flex {
	text-transform: uppercase !important;
}

#footer .nav-link {
	padding: 0.04rem 0;
}
.ub-telefon a {
	color: #aaa;
	text-decoration: none;
}
/* Footer Linkgruppen - ENDE */

h3 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 5px;
}
#sidepanel_left .productlist-filter-headline.d-md-flex::after {
	background-color: transparent;
}

/* Social Media Icons im Footer */
.btn-icon-secondary:hover {
	border-color: #a61f29;
	color: #ffffff;
	background-color: #a61f29;
}
.footer-social-media a:hover {
	color: #fff !important;
}

.ub-telefon i {
	padding-right: 10px;
}

#footer {
	background-color: #1a1a1a;
	border-top: 5px solid #237ea4;
}

/* Bestseller auf Startseite */
.product-slider-Bestseller {
	margin-top: 60px;
}


/* Kategorienamen in der Navigationsleiste */
.nav-mobile-body .navbar-nav a {
	font-size: 20px;
	font-weight: 400;
	/* text-transform: uppercase; */
	font-family: "Roboto", sans-serif;
}
.nav-mobile-body .navbar-nav a:hover {
	font-size: 20px;
	font-weight: 400;
	/* text-transform: uppercase; */
	font-family: "Roboto",sans-serif;
}
/* Linie unten Header */
#jtl-nav-wrapper {
	border-bottom: 2px solid #404040;
}

/* Navigationsleiste leicht transparent */
header {
	background-color: #ffffffe3;
}
/* Navigationsleiste: Unterkategorien */
.nav-mobile-body .text-truncate {
	color: #333;
	text-transform: initial;
	font-size: 14px;
}
.nav-mobile-body .text-truncate:hover {
	color: #237EA4;
}

/* Navigationsleister Kategorienamen */
.categories-recursive-link span.text-truncate.d-block {
	color: #237EA4;
	font-weight: 500;
	text-transform: uppercase;
}


/* Hover in der Navigationsleiste
.nav-mobile-body .nav-link:hover {
	padding-bottom: 15px !important;
}
*/

/* Überschrift Unterkategorie in der Navigationsleiste  */
header .submenu-headline-toplevel {
	font-family: Roboto;
	font-size: 1rem;
	font-weight: 500 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Roboto';
}
strong {
	font-weight: 600;
}

/* Bestseller Headline */
.product-slider-Bestseller .hr-sect a {
	text-decoration: none;
	border-bottom: 0;
	color: #237EA4 !important;
	text-transform: uppercase;
	font-weight: 300 !important;
	font-size: 30px;
}

/* H1 Überschrift auf Startseite */
.ss-h1 {
	font-size: 58px;
	font-weight: 300;
	margin-bottom: 0;
	color: #237EA4;
	margin-left: -3px;
}
.ss-einleitungstext a:hover {
	color: #333;
	border-bottom: 1px solid #333 !important;
}

/* H2 Überschrift auf Startseite */
.ss-h2 {
	font-size: 30px;
	font-weight: 400;
	color: #333;
	margin-top: 10px;
}
.DIV-SS-3CMS-Texte {
	margin-bottom: 60px;
}
.IhreVorteile .fas {
	color: #237ea4;
	padding-right: 5px;
}

/* H3 Überschrift auf Startseite */
.DIV-Startseite h3 {
	margin-top: 40px;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 10px;
}

/* Aufzählung Startseite nach links rücken */
.DIV-Startseite ul {
	padding-left: 18px;
}

.ss-einleitungstext {
	text-align: left;
	font-weight: 300;
}
.DIV-Lueftungskonzepte .ueberschrift03 {
	color: #fff;
	text-transform: uppercase;
}
.DIV-Lueftungskonzepte a {
	color: #fff;
}
.DIV-Lueftungskonzepte a:hover {
	color: #fff !important;
	text-decoration: none;
}
.DIV-Lueftungskonzepte .buttonUB {
	background-color: #fff;
	box-shadow: none;
	width: 200px;
	text-align: center;
	padding: 8px;
	font-size: 15px;
	font-weight: 400;
	margin-top: 50px;
}
.kat-titel-ss a {
	color: #fff;
}
.kat-titel-ss a:hover {
	color: #fff !important;
}

.DIV-Kontakt-ss {
	background-color: #a61f29 !important;
	margin-top: 60px;
}
.buttonUB.lueftungskonzepteDIV a, .buttonUB.lueftungskonzepteDIV a:hover {
	color: #111 !important;
}

.Kontakt-Grid-ss {
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.Kontakt-Tel-Icon {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #fff;
	font-family: 'Roboto';
}
.Telefonnummer-ss a {
	font-size: 35px;
	text-decoration: none;
	color: #fff;
}
.Kontakt-Tel-Icon p {
	margin-bottom: 0;
}
.Telefonnummer-ss a:hover {
	color: #fff !important;
	text-decoration: underline;
}



/* Unterstrich Artikeldetails / Tabs */
.tab-navigation .nav-link::after {
	border-width: 0 0 3px;
	border-color: #007DC3;
}
/* Top-Header */
#header-top-bar {
	background-color: #F5F7FA; /* hellgrau */
}

.text-accent, .productbox-price, .tab-navigation .nav-link {
	font-family: Roboto;
	font-weight: 600;
	font-size: 20px;
}




/* AKTIV-Unterstrich in der linken Navigationsbox (Kategorien) */
aside .nav-panel > .nav > .active > .nav-link {
	border-bottom: 0.175rem solid #007DC3;
	cursor: pointer;
}
.noUi-horizontal .noUi-connect {
	background: #007DC3;
}
.noUi-horizontal .noUi-handle {
	top: -0.2em;
	border-radius: 50%;
	background: #007DC3;
	border: 0;
	width: 0.7em;
	height: 0.7em;
	box-shadow: 0px 0px 0px 5px rgb(131, 198, 236);
}
.estimated-delivery:hover .estimated-delivery-info {
	color: #007DC3;
	text-decoration: none;
}
.delivery-status .status-2, .signal_image .status-2 {
	color: #000;
}

/* Startseite h1 */
.DIV-Startseite h1 {
	text-align: center;
	font-size: 45px;
	font-weight: 300;
}
.h1-zusatz-startseite {
	text-align: center;
	font-size: 21px;
	font-weight: 400;
}




/* Buttons */
.btn-link:hover {
	color: #007DC3;
}
.btn-primary {
	color: #fff;
	background-color: #237EA4;
	border-color: #237EA4;
	box-shadow: none;
}

.btn-primary:hover {
	background-color: #1B6482;
	border-color: #237EA4;
	color: #fff !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary:not(.navbar-toggler)[data-toggle="collapse"] {
	background-color: #014b75;
	border-color: #014b75;
	color: #fff;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #014b75;
	border-color: #014b75;
	box-shadow: 0 0 0 0 rgb(1, 75, 117);
}
.pushed-success-buttons a:hover {
	color: #fff !important;
}
/* Buttons - ENDE */

#pushed-success .pushed-success-buttons a:hover {
	color: #333 !important;
	font-weight: 400;
}
.btn-basket-check .fas,
.pushed-success-buttons .fas {
	color: #fff;
}

/* Sprachumschaltung im Header (Top-Header) ausschalten */
.nav-item.dropdown.language-dropdown {
	display: none;
}
.nav-item.dropdown.language-dropdown.d-flex.d-lg-none {
	display: none !important;
}



header .navbar-nav > .nav-item > .nav-link::before {
	border-width: 0 0 7px;
	border-color: #237EA4;
}

.box-ueberschrift {
	margin-top: 40px;
}
.ueberschrift01 {
	text-align: center;
	font-size: 27px;
	font-weight: 500;
}
.ueberschrift02 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 2px;
}
.ueberschrift03 {
	font-size: 25px;
	font-weight: 500;
	color: #859ba6;
	text-transform: uppercase;
}
.box-tabs {
	margin-top: 50px;
}
.ss-content-div {
	margin-top: 50px;
}


/* USP Box */
.box-usp {
	margin-top: 50px;
}
.box-usp-icon {
	font-size: 2em;
}
/* USP Box  -  ENDE */

/* Produkte "Das empfehlen wir Ihnen" */
.productbox-title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.price_wrapper {
	text-align: center;
}
.productbox-title a {
	text-decoration: none;
	font-weight: 300;
}

/* ICONs im Header (Anmeldung, Warenkorb, usw) */
.icon-wunschliste img {
	width: 40px;
	opacity: 0.7;
}
.icon-login img {
	width: 49px;
	opacity: 0.7;	
}
.icon-warenkorb img {
	width: 30px;
	opacity: 0.7;
}

@media (min-width: 992px) {
header .navbar-nav > .nav-item > .nav-link::before {
  border-width: 0 0 6px;
  border-color: #237EA4;
  border-style: solid;
  transition: width .2s;
}
header .submenu-headline-toplevel {
  font-family: "Roboto",sans-serif;
  font-size: 1.125rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.nav-item-lg-m {
	margin-top: 1.5rem;
	margin-bottom: 0;
}
}

/* Artikeldetails: Preis linksbündig */
.product-offer .price_wrapper {
	text-align: left;
}

/* SOFORT VERFÜGBAR Anzeige */
.delivery-status .status-2 {
	color: #0b7e1d;
	font-weight: 500;
}


/* Versandkostentabelle */
#VersandTabelle img {
	width: 40px;
	margin-right: 5px;
}
.LinkeSpalte {
	width: 15%;
}
.RechteSpalte {
	width: 85%;
}
.RechteSpalte.VersandTyp strong {
	color: #067761;
}
.VersandTyp {
	color: #037b64;
	font-size: 20px;
	font-weight: 600;
}
.RechteSpalte span {
	color: #036c57;
	font-size: 15px;
	font-weight: 400;
}
#VersandTabelle tr {
	vertical-align: top;
}
.NationaleVersandkostenPreis {
	font-weight: 500;
}
#VersandTabelle th, td {
	padding: 10px;
}
#VersandTabelle .Farbe0 {
	background-color: #F4F4F47D;
}

/* Artikellisten: Sub-Kategorie */
.sub-categories .caption {
	background-color: #F4F4F4 !important;
	padding: 10px;
	text-align: center;
}
.sub-categories .caption a {
	text-decoration: none;
	font-weight: 400;
}
.sub-categories ul.d-none li a {
	text-decoration: none;
}
.sub-categories ul.d-none li a {
	text-decoration: none;
	list-style-type: none !important;
	font-size: 14px;
}
.content-cats-small .sub-categories hr {
	margin: 2px;
}

/* Zahlart Icons in Artikeldetails */
.ZahlartenArtikel img {
	max-width: 50px;
	margin-top: 5px;
}
.icon-container {
  display: flex;
  flex-wrap: wrap; /* Zeilenumbruch für kleine Bildschirme */
  justify-content: space-between;
}

.icon-container img {
  flex: 1 0 100%; /* Auf eine Zeile erzwingen und volle Breite einnehmen */
  height: auto;
  margin-right: 10px; /* Zwischenabstand zwischen den Icons */
}









/* Smartphones Mobiles (Portrait); Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {
	.ss-h1 {padding: 0;margin-top: 0;font-size: 26px;}
	.ss-h2 {font-size: 21px;font-weight: 300;}
	#sidebox128 .productlist-filter-headline {display: none;}
	.icon-bar {display: none;}
	.Telefonnummer-ss a {font-size: 30px;}
	#kontaktadresse {display: none;}
	.MitarbeiterName {margin-top: 7px;}
	.WirSindLueftungsnet {padding: 0 !important;}
	.UnserePartnerSpalteRechts {margin-top: -15px;}
	.slider-wrapper {display: none;}
	.box-normal .box-normal-link {font-weight: 600;}
	.btn.opc-Accordion-head.btn-link {text-align: left;line-height: 1.1em;}
	.AmazonPayText p {font-size: 15px;padding-top: 0;text-align: center !important;padding-bottom: 20px;line-height: 1.3em;}
	header .fas.fa-user, .fas.fa-heart, .fas.fa-shopping-cart {font-size: 25px;	padding-top: 5px;}
	.DIV-SS-3CMS-Texte .SS-titel-h3 {margin-top: 10px;}
	.IMGmarginTopMobil {margin-top: 30px;}
	.MeinVorteilDIV img {width: 50px;}
	.MeinVorteilTitel {font-size: 100%;}
	.MeinVorteilText a, .MeinVorteilText.geschaeftszeitenText {font-size: 15px;line-height: 20px;}
	.MeinVorteilDIV {margin-top: 10px;}
	.MeinVorteilIcon.ZahlartIconGroesse img {width: 49px;}
	.icon-wunschliste img {width: 35px;}
	.icon-login img {width: 44px;}
	.icon-warenkorb img {width: 28px;}
	.fa-sup {display: none;}
	.box-normal {margin-bottom: 0.5rem;}
	#sidebox125 {margin-bottom: 40px;}
	#sidebox127 {display: none;}
	.LinkeSpalte {width: 30%;}
	.RechteSpalte {width: 70%;}
	.categories-recursive-link span.text-truncate.d-block {color: #333;font-weight: 400;text-transform: none;}
	header .navbar-nav .nav-item, header .navbar-nav .nav-link {padding-left: 1rem;padding-right: 1rem;padding-top: 0.6rem;padding-bottom: 0.5rem;}
	header .navbar-nav .nav-link::after {font-size: .50em;}
	.nav-scrollbar-item .nav-mobile-heading {padding-right: 0;font-size: 14px;font-weight: 400;color: #333;text-transform: initial;}
	.navbar-nav.nav-scrollbar-inner {margin-top: 15px;}
	.nav-mobile-body .navbar-nav a {font-size: 14px;}
	.icon-retouren {margin-left: 2px !important;}
	.nav-mobile-body .text-truncate {font-size: 14px;text-transform: initial;}
	.nav-mobile-body .navbar-nav a {font-size: 14px;color: #333;font-weight: 400;text-transform: initial;}
	.nav-mobile-body .navbar-nav a:hover {font-size: 14px;color: #aaa;font-weight: 400;text-transform: initial;}
	.DIV-Startseite h1 {font-size: 30px;line-height: 1.1em;}
	.h1-zusatz-startseite {font-size: 19px;font-weight: 300;line-height: 1.3em;}
	.VierKategorienGridSS .FlipCardSS {margin-top: 14px;}
	.DIV-Startseite h3 {font-size: 20px;}
	.GRID-Zahlung img {min-width: 30px;}
	.rechnungBILD img {border-radius: 3px;}
	.DIV-ZahlartNamen {height: 22px;margin-left: 10px;margin-bottom: 30px;}
	.RGlinkerAbstand {margin-left: 10px;}	
}

/* Laptops, Desktops; Screen = B/w 1025px to 1440px */
@media (min-width: 1025px) and (max-width: 1440px) {
	.nav-mobile-body .navbar-nav a {font-size: 18px;}
	.icon-bar {display: none;}
	.LeftMarg {margin-left: 13px;}
}

/* Tablets, Ipads (portrait); Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	.icon-bar {display: none;}
	header .navbar-brand img {height: 4rem;width: auto;}
	.ss-h2 {font-size: 22px;}
	.kat-titel-ss {font-size: 21px;}
	.kat-titel-ss {bottom: 60px;}
	.DIV-SS-dreiFotos {margin-top: 20px;margin-bottom: 40px;}
	.ss-einleitungstext {margin-bottom: 30px;margin-top: -10px;}
	.ss-content-div {margin-top: 30px;}
	.Telefonnummer-ss a {font-size: 31px;}
	.Kontakt-Tel-Icon {font-size: 25px;}
	.WirSindLueftungsnet {padding-bottom: 20px !important;}
	.topheader-text {color: #000;font-weight: 400;font-size: 10px;}
	.LeftMarg {margin-left: 18px;}
	#ub-topheader-container {height: 27px;}
	#ub-topheader img {width: 4px;margin-bottom: 0px;}
	.text-left.topheader-text, .text-right.topheader-text {text-align: center !important;}
	#ub-topheader-container {height: 43px;}
	.text-right.topheader-text {padding-top: 3px;}
	.text-right.topheader-text a {margin: 0 5px;}
	.ss-h1 {margin-top: -10px;font-size: 41px;}
	.DIV-Startseite h3 {font-size: 22px;}
	.AmazonPayText {font-size: 14px;}
	.AmazonPayLogo {padding-top: 14px;}
	.AmazonPayDIV {padding: 10px 20px 20px 20px inherit;}
	.MeinVorteilDIV img {width: 50px;}
	.MeinVorteilTitel {font-size: 89%;margin-left: 71px;}
	.MeinVorteilText a, .MeinVorteilText.geschaeftszeitenText {font-size: 11px;font-weight: 300;line-height: 25px;}
	.MeinVorteilIcon.ZahlartIconGroesse img {width: 50px;}
	.LinkeSpalte {width: 30%;}
	.RechteSpalte {width: 70%;}	
	.DIV-Startseite h1 {font-size: 36px;}
	.DIV-ZahlartNamen {height: 27px;}
}
