.reg_preis {
  position:relative;
}
.reg_preis::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}
#left > .inside {
 padding-left: 15px;	
}
.agb label {
  font-size: 14px;
  letter-spacing: 0.1px;
}
.head-accentcolor > table.table_artikel {
  border-bottom: none;
}
table.bt tr td.col_versand.col_total{
  border-bottom: 1px solid #e3e3e3;
}
table.bt tr td span {
  padding: 0!important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="file"]:focus, input:not([type]):focus, textarea:focus {
  border-color: unset;
}
.ce_ctswrapperstart.sameheight .inside .ce_ctscolor .outside {
	-ms-flex-flow: column!important;
	flex-flow: column!important;
}

table.bt tr.subtotal.abrechnung td:first-child,
table.bt tr.total.abrechnung td,
table.bt tr:not(.detail) td::before{
  width: 10em!important;
}
.left {
  text-align: left !important;
  display: inline-block;
}
.right {
  text-align: right !important;
  display: inline-block;
}
label[name="allow_appointment_email_message"] {
    color: green;
}
/* Pagination */
.pagination {
    border-top: none;
	display: block;
	padding-left: 0;
}

.pagination .page-text {
  padding-left: 0;
  margin: 5px 0;
}
.pagination .page-nav{
	text-align: right;
	padding-right: 0;
	padding-left: 0;
}
.pagination > span,
.pagination > strong{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.pagination .link,
.pagination a{
	margin: 5px 1px;
	color: #292928;
	background: #ededed;
    padding: 4px 12px;
    text-decoration: none;
	display: inline-block;
	font-size: 13px;
	font-weight: normal!important;
}
.pagination span.active,
.pagination strong.active{
	color: #fff;
    background: #9e9e9e;
	margin: 0 1px;
    padding: 4px 12px;
    text-decoration: none;
	display: inline-block;
	font-size: 13px;
	cursor: default;
}
.pagination ul li a {
cursor: pointer;
}

.pagination ul li a:hover {
    background-color: #ccc;
    color: #fff;
}

.pagination input[type="submit"] {
    width: auto;
    font-size: 13px;
}
.pagination input:disabled {
  display:none;
}
/* Pagination End */

/* Produkte */
.gruppeB {
  background-color: #f9f9f9;
}
.gruppeB .ce_image {
  padding-bottom: 15px;
  padding-top: 15px;
}
.productpreis td {
  background-color: #f9f9f9;
  padding: 5px 5px 5px 0;
}

.productpreis .width150 {
  width: 150px;
}


/*Produkte END */

#exp_login_klx {
	padding: 20px 40px;
	border: none;
}
#exp_login_klx.nopadding {
	padding: 0;
}

html {
	scroll-behavior: smooth;
}
.tableitem  td {
  padding: .5em;
}
table th {
  font-weight: normal;
}
td {
  background-color: #fff;
}
#registrierung_success{
  background-color: #f9f9f9;
}
.hidemobile {
  display: none;
}
table.bt tfoot th::before, table.bt tfoot td::before, table.bt tr:not(.detail) td::before {
  color: #494949!important;
}
h1,h2,h3,h4,h5,h6{
  color: #494949;
}
.ce_er24_legal_text h1,
.ce_er24_legal_text h2,
.ce_er24_legal_text h3,
.ce_er24_legal_text h4,
.ce_er24_legal_text .link a{
	color: #494949;
}
.link a::after, .linkm a::after {
  content: '';
}
.logo_superb .image_container img {
  height: 65px;
}

a:not(.protected) {
	text-decoration: none;
}
.ctsheadline_w_buttons.framebottom.bgfix {
    border-bottom-width: 1px;
}
.ctsheadline_w_buttons .button.bgfix a{
	border-width: 1px;
}
.pwicon {
  margin-top: 0px;
}
.content h2 a {
	font-size: 16px;
}

a.nav-mobile {
	color: #faba00;
}

a:hover {
	color: #494949;
}

.content a {
	color: #faba00;
	font-weight: normal!important;
}

.content a.openmarker {
	color: #494949;
}
.hyperlink_extended.variant2 a {
  border: 1px solid #494949;
  color: #494949;
}
.hyperlink_extended a {
  font-weight: normal;
}
.hyperlink_extended a::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}
.menumodule .hyperlink_extended a::before {
  font-weight: 900;
}
.basket .fal {
	color: #494949;
}

.mod_changePassword .flex,
.mod_login .flex{
 justify-content: flex-start;
}
.criterion.failed {
  color: #D40511 !important;
}
.criterion.passed {
  color: #017f01 !important;
}

.news h4,
.ctsheadline_w_buttons .button a {
	font-weight: normal;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center img{
  margin-right: 5px;
}
/*
.news .cts-element_hyperlink::before {
	display: inline-block;
	width: 1em;
	height: 4em;
	border-right: 2px solid #f2f2f2;
	border-right-color: rgb(242, 242, 242);
	border-right-style: solid;
	border-right-width: 2px;
	content: "";
}
*/
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navi-section>.inside {
	padding-bottom: 15px;
}

.nav--slide_in.js--is-fixed .mainmenu ul>li>strong {
	color: #494949;
}

.loadercts {
	width: 35px;
	height: 35px;
	border: none;
	background-image: url("/files/theme/img/KLX/loading_klx_V2.png ")!important;
	-webkit-animation: spin 1s linear infinite;
	/* Safari */
	animation: spin 1s linear infinite;
}

.count.active {
	color: #494949;
	background-color: #faba00;
	display: inline;
	margin-left: -8px;
	padding: 1px 3px;
	font-size: 80%;
	letter-spacing: 1px;
	border: 1px solid #fff;
	vertical-align: text-bottom;
	position: relative;
	z-index: 2;
}

.submenulr a.trail,
.submenulr a.trail:after {
	color: #494949;
}

.top ul li a::before {
	background-color: #faba00;
}

.mod_navigation.mainmenu li.mein-profil {
	display: none;
}
#footer .klx_footer.dark_footer .footertop {
  border-top: 0;
}

.klx_footer .ce_ctswrapperstart {
	padding-bottom: 10px;
}

.klx_footer {
	text-align: center;
}

.klx_footer .hyperlink_txt {
	font-weight: bold;
}

.klx_footer .ce_hyperlink {
	display: inline;
}

.klx_footer .last .hyperlink_txt:after {
	content: '';
}

.klx_footer .hyperlink_txt:after {
	content: '\f068';
	display: inline-block;
	margin-left: 6px;
	text-decoration: none;
	font-family: "Font Awesome 5 Free";
	color: #faba00;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
a.closed:before,
a.open:before{
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    cursor: pointer;
}
a.closed:before{
    content: "\f067";
}
a.open:before{
    content: "\f068";
}
.toppremium ul li a::before {
	background-color: #faba00;
}
.ordertable {
  table-layout: fixed;
}
.ordertable .hyperlink_extended.variant2 a {
	color: #494949;
	border: none;
	padding: 0;
	cursor: pointer;
}
.bestelldetails td{
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mod_navigation.mainmenu li.mein_profil_premium {
	display: none;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: #faba00;
	color: #494949;
}
.checkoutnull a,
.kontakttext a,
.content .kontakttext a{
  font-weight: bold!important;
  color: inherit;
}
.klx-warenkorb .select select {
	border: 1px solid #494949;
}

.klx-warenkorb .select_arrow {
	border-color: #494949 transparent transparent transparent;
}

.klx-warenkorb .checkout h4 {
	color: #494949;
	font-size: 16px;
}

.klx-warenkorb .basket .far {
	color: #494949;
}
.productmainDiv .tooltiptext {
	display:none;
    background-color: #494949;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-left: 5px;
	position: absolute;
	right: 0;
}
.klx-warenkorb .tooltiptext {
	display:none;
	background-color: #494949;
	color: #fff;
	text-align: center;
	padding: 5px;
	position: relative;
	font-weight: normal;
	margin-top: 5px;
	max-width: max-content;
}
.klx-warenkorb .tooltipdelete{
    display:none;
    width: auto;
    background-color: #494949;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0%;
    font-size: 13px;
    font-weight: normal;
}
.klx-warenkorb .head-accentcolor.ce_table table th,
.meine_bestellungen .head-accentcolor.ce_table table th {
	color: #494949;
	border-top: 0px solid;
	background-color: #faba00;
}
.amount {
    padding: 8px 5px;
    border: 1px solid #d9d9d9;
    text-align: center;
}

.cartamount {
	padding: 8px 5px;
	border: 1px solid #d9d9d9;
	width: 35px !important;
	text-align: center;
}

/* infoModal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.klx_modal{
    padding: 20px 5px;
}
.klx_modal span.closemodal {
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  right: 0px;
}
.klx_modal span.title{
  display: inline-block;
  padding-right: 10px;
}
.btn-secondary {
	width: 100%;
    display: inline-block;
    padding: 12px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 15px;
    color: #fff;
	cursor: pointer;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color:#6c757d;

    background-repeat: repeat-x;
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear;
}
.adresse {
	padding: 15px 30px;
	background-color: #f9f9f9;
}
.checkout {
  background-color: #f9f9f9;
}
.checkout .preis input[type="text"]{
    padding: 1px 10px;
    border: 1px solid #ccc;
}
.checkout .preis {
	padding: 5px 10px;
	font-size: 14px;
}
.checkout .preis:nth-child(2) strong{
    line-height: 2.5em;
}
.checkout label {
    font-size: 12px;
}
.checkout h4 {
    color:#0053a1;
    margin: 5px 0;
}
.checkout .checkbox_container{
	padding: 8px 15px 10px;
}
.row fieldset.checkbox_container {
  margin-right: 0;
  margin-left: 0;
  margin-top: 10px;
}
.checkout .margin0 {
    font-size: 13px;
}
.checkout .wkButtons button[type="submit"],
.checkout .btn-secondary {
    padding: 10px;
    margin: 10px 0;
}
.checkout .wkButtons{
    margin-bottom: 40px;
}
.meine_bestellungen .head-accentcolor .striped.ce_table table th {
border-top: 1px solid #e3e3e3;
background-color: #f3f3f3;
color: #494949;
text-align: left;
}

.start_klx .zugangscode-wrapper.hidden {
	display: block;
}

.start_klx #exp_login_klx a:hover {
	text-decoration: none;
	color: #faba00;
}

.startklx .fas.fa-sign-out-alt {
	display: none;
}


#exp_login_klx.mod_login fieldset {
	border: none;
	padding: 0;
	margin-left: 0;
}

#exp_login_klx button[type="submit"],
#formregister_klx button[type="submit"],
.mod_changePassword .hyperlink_extended.variant2 a{
	background-color: #fff;
	color: #494949;
	padding: 10px 15px;
	border: 1px solid #494949;
}
#formregister_klx h1 {
  color: #494949;
}
.mainmenu ul>li:hover a,
.mainmenu ul>li>a.trail,
.mainmenu ul li a.active,
.mainmenu ul>li a.js--active,
.mainmenu ul>li strong {
	color: #999999;
}

#exp_login_klx .widget-checkbox fieldset label {
	vertical-align: unset;
}

#exp_login_klx a {
	text-decoration: none;
	color: #555;
}

#exp_login_klx a.link {
	text-transform: uppercase;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

#exp_header .inside {
	padding: 0;
}

.ctsquicklinks .iconbox {
	color: #faba00;
}

.start_slider .ctsquicklinks .ctsboxen .content h4 {
	color: #faba00;
}
.profil_img_content .slick .slide {
  padding: 0 10px;
  text-align: center;
}
.slidernavi li a:hover,
.slidernavi li strong {
	background-color: #faba00;
}

.figure.effectjulia,
.figure.effectjulia:hover {
	background-color: #faba00
}

.startklx h6 {
	text-transform: none;
	font-size: 13pt;
}

.cts-element_infobox {
	padding: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#searchOpti,
#code {
	height: 30px;
	margin-top: 10px;
	margin-left: 10px;
}

button[type="button"]{
  width: 100%;
  display: inline-block;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.3;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

}
button[type="submit"], 
input[type="submit"], button[type="reset"], 
button[type="button"]:not(.cm-btn):not(.hide):not(.hide):not(.slick-arrow) {
border: 1px solid #494949;
color: #494949!important;
background-color: #fff;
}

.slick-dots button[type="button"] {
 border: none!important;
}
button[type="button"].slick-prev, button[type="button"].slick-next {
  display: block;
  width: 40px;
  height: 60px;
  font-size: 0;
}
button[type="submit"]:disabled {
cursor: no-drop;
background-color: #afafaf;
border: 1px solid #afafaf;
}

.mod_search button.submit[type="submit"] {
	border: 1px solid #faba00;
}

.form-zugangscode input[type="text"] {
	width: 175px;
	border: 1px solid rgb(250, 186, 0);
	padding: 5px
}

.form-zugangscode button[type="submit"],
.form-zugangscode input[type="submit"] {
	border: 1px solid #faba00;
	width: 70px;
	height: 30px;
	background-color: #faba00;
	background-image: linear-gradient(to bottom, #faba00, #faba00);
	padding: 0;
	color: #fff;
}

.form-zugangscode .input-box,
.form-zugangscode .actions {
	float: left;
}

.zugangscode {
	float: left;
	margin-top: 10px;
	font-weight: 900;
	font-size: 11pt;
}

.form-zugangscode .button {
	margin-bottom: 5px;
	border: 1px solid #faba00;
}

.ce_accordion .toggler {
	color: #494949;
	font-size: 15px;
}

  
.termin.striped,
.order.striped {
    border-bottom: 1px solid #dcdcdc;
}

.klxkontakt .ce_ctscolor .headline {
  font-size: 1.3em;
}
.klxkontakt .ce_ctscolor .outside {
  background-color: unset;
  padding: 0;
}
.mpgebox.klxkontakt .ce_ctscolor.version2 .inside .content {
  padding: 10px 30px 15px;
}
.mpgebox.klxkontakt .ce_ctscolor.version2 .link {
  padding: 0 30px 20px;
}
.ce_ctscolor .outside,
.ce_ctscolor .outside.bggrey {
	background-color: #f5f5f5;
	color:inherit;
	padding: 15px;
}
.ce_ctscolor .outside.bggrey i:before{
  font-size: 15px;
  margin-bottom: 0;
}
.hyperlink_extended.variant1 a {
	color: #fff;
	background-color: #999999;
}

.menumodule .hyperlink_extended.variant2 a {
	border: 1px solid #999999;
	color: #999999;
}

.submenulr a.active,
.submenulr a:hover,
.submenulr strong {
	color: #555555;
}

.submenulr a::before,
.submenulr strong::before {
	background-color: #555555;
}

.submenulr strong::after,
.submenulr a:hover::after {
	color: #555555;
}

.klx {
	background-color: #efefef;
}

.submenulr a.active,
.submenulr a:hover,
.submenulr strong {
	background-color: rgba(237, 237, 237, 0.5);
}

.mainmenu ul>li:hover a,
.mainmenu ul>li>a.trail,
.mainmenu ul li a.active,
.mainmenu ul>li a.js--active,
.mainmenu ul>li strong {
	color: #555555!important;
}

.nav--slide_in.js--is-fixed .mainmenu ul ul a.trail,
.nav--slide_in.js--is-fixed .mainmenu ul ul strong,
.mainmenu ul ul strong,
.mainmenu ul ul a.trail,
.mainmenu ul ul li a:hover,
.transparent_naviarea .nav--slide_in .mainmenu ul ul li strong,
.transparent_naviarea .nav--slide_in.js--is-fixed .mainmenu ul ul li strong,
.home .nav--slide_in .mainmenu ul ul li strong,
.home .nav--slide_in.js--is-fixed .mainmenu ul ul li strong,
.nav--slide_in.js--is-fixed .mainmenu ul ul li>a:hover {
	background-color: #ffffff!important;
	color: #555555!important;
}

.slidernavi li a:hover,
.slidernavi li strong,
.mainmenu>ul>li>a span::before,
.mainmenu>ul>li>strong span::before {
	background-color: #555555;
}

hr.divider_8.centerline::before {
	background-color: #555555;
}

.submenulr a.logout:after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f5";
}
.submenulr a.logout {
	padding-left: 25px;
}
nav li.logout {
	display:none;
}

#backtotop ul {
    padding-top: 0;
}

/* responsive */
@media only screen and (min-width: 1200px){
	.showmobile {
	  display: none;
	}
	.hidemobile {
	  display: block;
	}
	
	.contentbottom{
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-end;
	}
	.productmainDiv .ce_ctswrapper .inside{
	  min-height: 225px !important;
	  display: grid;
	  grid-template-rows: auto auto auto 1fr;
	}
}
@media only screen and (min-width:526px) {
	.gesamt {
	  padding-right: 40px;
	}
}
@media only screen and (max-width:767px) {
	.navi-section > .inside {
     display: flex;
	 flex-wrap: wrap;
	 -webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;

	}
	.logosection.klxlogovorlogin{
	max-width: 75%;
    height: auto;
	}
	.zugangscode-wrapper {
	  flex: 0 0 100%;
	  display: flex;
	}
	.checkoutnull {
	  min-height: 40vh;
	}
	.klxheader .ctsheaderimagev2 .contentwrapper .text span {
    max-width: unset;
	}
	.klxheader .ctsheaderimagev2 .inside.vcenter {
	  justify-content: end;
	}
	nav li.logout {
	display:block;
	}
	.leaflet-popup-content {
	  max-width: 70vw;
	}
	.ce_accordion .toggler {
	letter-spacing: -0.5px;
	}
	.row_VERSANDDB [data-th="Menge"] {
    display: none;
	}
}
@media only screen and (min-width:768px) {
	#exp_login_klx{
		padding: 20px;
	}
	#exp_login_klx form {
		margin-bottom: 0;
	}
	#exp_login_klx.mod_login form div {
	  margin-bottom: 0;
	}
	.fullwidth #main .mod_article.last {
	  padding-top: 0;
	  padding-bottom: 0;
	}
	/*
	tr.subtotal td b {
	  font-weight: normal;
	}*/
	 .pickerdatetime.klxlogin .ce_ctswrapperstart {
    top: 10vh;
    left: 0px;
	}

}
@media only screen and (min-width:526px){
	.align_right {
	  text-align: right !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.klxheader .ctsheaderimagev2.bild2 {
	  height: 82vh !important;
	  max-height: unset;
	  background-attachment: scroll;
	  background-position: center center!important;
	}
	.klxheader .font-size-l {
	  font-size: 1.8rem;
	}
	.klxheader .font-size-s {
	  font-size: 1.4rem;
	}
}