    @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=9e476fb2-99fa-442d-96df-5ae20d85c984&fontids=5664093,5664150");
    @font-face{
        font-family:"ABCFavoritExpanded-Medium";
        src:url("../Webfonts/ABCFavoritExpanded-Medium.woff") format("woff");
    }
    @font-face{
        font-family:"ABCFavoritExpanded-Regular";
        src:url("../Webfonts/ABCFavoritExpanded-Regular.woff") format("woff");
    }
    @font-face{
        font-family:"Graphik-Regular";
        src:url("../Webfonts/Graphik-Regular.woff") format("woff");
    }

html {
    background-color: black;
}

p, div, body, td, tr, table, a, span {
	font-family: 'Graphik-Regular';
	color: black;
}

.regular-font {
	font-family: 'Graphik-Regular' !important;
letter-spacing: 0 !important;
}

.compactText {
line-height: 0.6 !important;

}

.extraSmall {
font-size: 65%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'ABCFavoritExpanded-Regular';
color: black;
margin-left: -3px !important;
text-transform: uppercase;
letter-spacing: .25em;
}

.k18-font, .epres-font {
font-family: 'ABCFavoritExpanded-Regular' !important;
color: black;
margin-left: -3px !important;
text-transform: uppercase;
letter-spacing: .25em;
}

.epres-line-height {
line-height: 2.5 !important;
}

.km-font-artikel {
font-family: 'ABCFavoritExpanded-Regular' !important;
color: black;
}

@media (min-width: 1024px) {
.head-xxl {
font-size: 90px;
}
.head-xl {
font-size: 62px;
line-height: 1.0;
}
.head-l {
font-size: 50px;
line-height: 1.0;
}
}

@media (max-width: 1024px) {
.head-xxl {
font-size: 60px;
}
.head-xl {
font-size: 40px;
line-height: 1.0;
}
.head-l {
font-size: 25px;
line-height: 1.0;
}
}

.bg-black {
background-color: #000000 !important;
}

.text-black {
color: #000000 !important;
}

.noround {
border-radius: 0px !important;
}

.display-none {
display: none !important;
}



.navbar {
    position: relative;
}

@media (min-width: 768px) {
.navbar-brand
    {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.navbar-brand {
margin-right: 0px !important;
max-width: 80%;
overflow: hidden;
}



.hoverwhitesmall {
transition: 300ms;
border-bottom: 1px solid transparent;
}
.hoverwhitesmall:hover {
border-color: white;
}
.activewhitesmall {
border-bottom: 1px solid white;
}

.hoverblacksmall {
transition: 300ms;
border-bottom: 1px solid transparent;
}
.hoverblacksmall:hover {
border-color: black;
}
.activeblacksmall {
border-bottom: 1px solid black;
}



.hr-logo {
width: 40px; 
border-top: 5px solid black; 
margin-top: 8px !important; 
margin-bottom: 10px !important
}

.hr-black {
border-top: 1px solid black; 
margin-bottom: 0px !important;
margin-top: 0px !important;
}

.hr-black-2 {
border-top: 2px solid black; 
margin-bottom: 0px !important;
margin-top: 0px !important;
}

.hr-grey {
border-top: 1px solid lightgrey; 
margin-bottom: 0px !important;
margin-top: 0px !important;
}

.mw-100 {
max-width: 100% !important;
}

.mw-50 {
max-width: 50% !important;
}

.mw-30 {
max-width: 30% !important;
}


.searchCollapsible {
position: absolute;
right: 0px;
margin-top: 15px;
}

@media all and (min-width: 1230px) {
.searchCollapsible{
margin-right: 190px;
}
}

@media all and (max-width: 1230px) {
.searchCollapsible{
margin-top: 32px;
}
}

.searchForm {
right: 0px;
    position: absolute;
    margin-right: 20px;
}

.searchFormMobile {
right: 0px;
    position: absolute;
    margin-right: 20px;
}


.banner-overlay {
  position: relative;
  background-color: black;
  min-height: 400px;
  height: 400px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.banner-overlay .container {
  position: relative;
  z-index: 2;
}

.banner-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
  background-color: black;
  opacity: 1.0; //Helligkeit des Bildes anpassen
  z-index: 1;
}

.banner-overlay .overlay.overlay-2 {
  opacity: 1.0; //Helligkeit des Bildes anpassen
}

.banner-image {
width: revert;
min-width: 100%;
}

@media all and (max-width: 980px) {
.center-mobile {
text-align: center !important;
}
}

.header-logo {
height: 50px;
max-width: 100%;
}

.vertical-center {
margin-top: auto;
margin-bottom: auto;
}

.align-center {
margin-left: auto;
margin-right: auto;
}

@media all and (min-width: 1230px) {
.mr-buttons-mobile{
margin-right: 190px;
}
}

.navbar-toggler {
border: none !important;
}

.warenkorb-bild {
height: 50px;
max-width: 100%;
}

.merkzettel-bild {
height: 150px;
max-width: 100%;
}

.justify-content-left {
justify-content: left !important;
}

.custom_alert {
    margin-top: 2.4rem;
    border-radius: 0px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.shadow-light {
-webkit-box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.3);
}

.noborder {
border: none !important;
}

.cursorpointer {
cursor: pointer !important;
}

.pointereventsnone {
pointer-events: none;
}

.img-about {
width: 100%;
max-width: 350px;
}

.dropdown-item.active, .dropdown-item:active {
background-color: #f8f9fa !important;
}

.dropdown-item {
border-bottom: 1px solid lightgrey;
padding-bottom: 10px;
padding-top: 10px;
}

.small, small {
    font-size: 90%;
    font-weight: 400;
}

@media (min-width: 820px){
.navbartabletmargin {
margin-left: 1rem;
margin-right: 1rem;
}
}


.dropdown:hover>.dropdown-menu{
display:block;
}


.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}


@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}






#JQUERY STUFF


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #000000;
    text-decoration: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border: 0;
    overflow: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #d8dcdf;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 0px !important;
    font-weight: bold;
    background: none;
    color: #000000;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    font-weight: bold;
    color: #000;
}

.ui-accordion .ui-accordion-header {
    margin-top: -1.89px;
}

.ui-accordion-content {
   height: auto !important;
}

.ui-state-hover .ui-icon {
    background-image: url(/myfactory/web/jquery.ui/10.1.3/themes/flick/images/ui-icons_454545_256x240.png) !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    transform: scale(1.2);
}


/* Consent Manager */

.cmpboxbtnyes, A.cmpboxbtnyes, A.cmpboxbtnyes:link {
    background-color: #2C2 !important;
}

.cmpboxbtn {
    border-radius: 0px !important;
}

.cmpboxbtnno, A.cmpboxbtnno, A.cmpboxbtnno:link, .cmpboxbtncustom, A.cmpboxbtncustom, A.cmpboxbtncustom:link, .cmpboxwelcomeprps {
    display: none !important;
}

.cmpbox {
    border-top: solid 5px #000 !important;
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
    padding-bottom: 60px !important;
}

.cmpboxbtn span {
    color: white;
}

.cmplanguage {
display: none;
}


.nl-modal-img {
position: relative;
height: 100%;
}

.display-none {
display: none;
}

@media (min-width: 920px) {
.slider-content-4 .h1 {
    font-size: 75px;
    font-weight: bold;
    line-height: 70px;
    margin: 0;
}

.slider-content-4 .h2 {
    font-size: 55px;
    letter-spacing: 2px;
    margin: 6px 0 30px;
}

.slider-content-4 .p {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 6px 0 30px;
    width: 50%;
}

.slider-content-4 .p2 {
    font-size: 18px;
    letter-spacing: 2px;
}

.slider-content-4 {
    padding-left: 0px !important;
}
}

@media (max-width: 600px) {
.bg-img{
background-position-x: 25%;

}
.bg-img .container{
text-shadow: 0px 0px 8px rgba(255,255,255,0.7);
}
}

.bg-k18, .bg-epres {
background-color: #e5e7dd !important;
}
a .bg-k18:hover, a .bg-epres:hover {
background-color: #e5e7dd !important;
}

.bg-k18-red, .epres-action {
background-color: #fefb54!important;
}
a .bg-k18-red:hover, .epres-action:hover {
background-color: #fefb54!important;
}
.bg-dark-green {
background-color: #343d3a !important;
}

.text-k18 {
color: #C4D701 !important;
}

.text-k18-red {
color: #FF595A !important;
}

.box-shadow {
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1366px) {
.p-10 {
padding-left: 10rem !important;
padding-right: 10rem !important;
}
}

.artueb-bild {
padding-left: 17% !important;
padding-top: 9px;
}

@media (max-width: 1365px) {
.nopm {
padding: 15px !important;
}
.nomm {
margin: 0px !important;
}
}

.btn-outline {
border: 2px solid black;
}

.bildergalerie {
    margin-left: -11px;
}

.bildergalerie a {
    width: 100px;
    height: 100px;
    #padding: .25rem;
    margin: 12px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    #border-radius: .25rem;
    max-width: 100%;
}

.bildergalerie a img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.small-lines {
line-height: 1.0 !important;
}

.img-award {
max-width: 50%;
width: auto;
}

.h-150 {
height: 150px;
}

.teaserCTA-center {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    left: 0px;
}

.btn-cart {
    color: black;
}

.btn-cart:hover {
    color: white;
}

.form-button-detailpage:hover {
color: #cecece;
}