/* primary */
:root{
  --primary: #009ee2;
  --primary-link: #007bff;
  --primary-light: #acd4e6;
  --primary-shade: #EBF9FF;
  --primary-shade-dark: #00567A;
  --primary-red: #e3000f;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  /* padding-top: 10px; */
}

h1{
  font-size: 18px;
}

h2{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.65;
}

a{
  color: var(--primary-link);
}

button:focus{
  outline: 0px;
}

.btn.focus, .btn:focus{
  box-shadow: none;
}

.btn,
.dropdown-menu{
  border-radius: 0px;
  border: 0px;
}

.dropdown-item{
  width: 100%;
  white-space: initial;
}

ul.dropdown-menu .dropdown-item{
  white-space: nowrap;
}

.dropdown-item:active{
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.carousel-control-prev,
.carousel-control-next{
  width: 70px;
}

.carousel a{
  display: flex !important;
}

@media screen and (max-width: 767px){
  .carousel a{
    display: none !important;
  }
  .carousel a.carousel-control-prev,
  .carousel a.carousel-control-next{
    display: flex !important;
  }

  .content-box .carousel-item,
  .content-box .carousel-item.active{
    width: auto;
  }
}

.content-box .carousel-control-next,
.content-box .carousel-control-prev{
  opacity: 1;
  width: 30px;
}

.w-h-20{
  width:20px;
  height:20px;
}

.navbar{
  /* background-color: #ccc; dunkel-grau */
  background-color: #f1f1f1;
  padding: 0;
}

.navbar a{
  text-decoration: none;
}

.nav-item{
  padding: 6px 10px;
}

@media screen and (min-width: 768px){

  .navbar-gradient{
    background: rgb(204,204,204);
    background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(241,241,241,1) 100%);
  }

  .navbar-darkg{
    background-color: #ccc !important;
  }

  .nav-item:first-of-type{
    padding-left: 12px;
  }

  .nav-item:hover{
    background-color: #dbdbdb;
  }

  .nav-item-s:hover{
    background-color: #dbdbdb;
  }
}

@media screen and (max-width: 767px){
  .nav-item{
    padding: 0;
  }

  .navbar{
    background-color: white;
    /* border-bottom: 1px solid var(--primary); */
    /* padding-bottom: 1rem; */
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-collapse{
    padding-top: 7px;
  }

}

.logo-mobile{
  max-height: 40px;
}

.slogan-mobile{
  max-width: 110px !important;
}

.nav-link,
.nav-link:hover{
  color: black;
}

/*.nav-link:hover{
  color: white;
}*/

.nav-item.active{
  font-weight: 600;
}

.nav-item-s.active{
  font-weight: 600;
}

@media screen and (min-width: 767px) and (max-width: 991px){
  .nav-link{
    font-size: 14px;
  }

  /* .slogan-desktop {
    text-align: left !important;
    padding-left: 0;
    margin-left: -277px;
  } */

}

.navbar-toggler{
  background-color: #bababa;
  border:1px solid #919191;
}

.navbar-toggler button:focus{
  outline: 0px !important;
}

.navbar-burger-icon{
  display: block;
  width: 28px;
  height: 3px;
  background-color: var(--primary);
  margin: 6px 0;
}

@media screen and (max-width: 767px){
  .navbar-toggler{
    background-color: white;
    border: 0px solid #919191;
    padding: 0;
  }

}

.navbar-zusatz{
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
}

.dropdown-menu-custom{
  /*background-color:blue;*/
  min-width: 20px !important;
}

@media screen and (max-width: 767px){
  .dropdown-menu-mobile{
    border: 0px;
    /*background-color:  var(--primary-light);*/
    margin: 0;
    padding: 7px 0;
    font-size: 14px;
  }
}

.btn-search{
  /* color:#495057; */
  /* background-color:#fff; */
  border-radius: 0px;
  height: 38px;
  background-color: var(--primary);
  color: #fff;
}

.btn-search:focus {
  border: 1px solid #495057;
  color: #fff;
}

.btn-search:hover {
  color: #fff;
}

.form-search{
  border: 0px solid blue;
  border-radius: 0px;
  /*width: auto;
  max-width: 120px;*/
}

.form-search:focus{
  box-shadow: initial;
  border-color: lightgrey;
}

@media screen and (max-width: 767px){
  .form-search{
    max-width: inherit;
  }
}

.list-group{
  border-radius: 0px;
}

.list-group-item{
  font-size: 14px;
}

.list-group-item.active{
  background-color: var(--primary);
  border: 0px solid var(--primary);
  color: white;
  font-weight: 600;
}

.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover{
  /* background-color: #dbdbdb; */
  background-color: #f1f1f1;
  color: #000;
}

.h1-box,
.content-box{
  border: 1px solid #ccc;
}

.content-box{
  /*padding:.75rem 1.25rem;*/
  padding:1.25rem 1.25rem;
  word-break: break-word;
}

@media screen and (max-width:991px){
  .content-box a{
    display: block;
  }
}

.title{
  font-weight: 600;
}

.h1-active{
  background-color:#f6f6f6 !important;
  color: #495057 !important;
}

.h1-box h1{
  line-height: inherit;
  margin-bottom:0px;
}

footer{
  color:#495057;
  font-size: 12px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px){
  footer{
    margin-bottom: 5px;
  }
}

footer a,
footer a:hover{
  color: #494949;
}

/*.btn-dropdown{
  color: #494949;
  background-color: #d8d8d8;
}
*/

/* new dropdown */
.btn-dropdown{
  background-color:white;
  border-bottom: 2px solid lightgrey;
}

.btn-dropdown-active{
  border-bottom: 2px solid var(--primary);
}


.btn-primary{
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-group label{
  font-size: 14px;
}

.eventheader{
  background-color: #d8d8d8;
}

.event{
  border-bottom: 1px solid #d8d8d8;
}

.event:last-of-type{
  border-bottom: 0px;
}

.menuitem{
  background-color: #f6f6f6;
}

.subitem{
  padding-left: 25px;
}

.subsubitem{
  padding-left: 45px;
}

.subitem-active,
.subsubitem-active{
  font-weight: 600;
}

.product-box{
  /*margin-bottom: 1rem!important;*/
}
/*
@media screen and (max-width: 991px){
  .product-box img{
    max-height: 200px;
    object-fit:cover;
  }
}
*/
.pt-2px{
  padding-top: 2px;
}

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

.dropdown-menu{
  margin-top: 0;
}

.dropdown-menu-shadow{
  box-shadow: 0px 20px 23px 0px rgba(94,94,94,0.55);
}

@media screen and (max-width: 767px){
  .form-inline-t{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}

.suche{
  /*display: block !important;*/
  /*transition: width .5s;*/
  width: 100%;
  max-width: calc(100% - 46px);
}

@media screen and (min-width: 768px){
  .suche{
    /*width: 370px !important;
    max-width: 170px;*/
    width: 0px;
    /*border-right: 1px solid white;*/
    transition: width .5s;
  }

  .suche:focus{
    /*max-width: calc(100% - 46px) !important;*/
    /* width: 370px; */
  }


}

.suche:focus{
  max-width: calc(100% - 46px);
}

@media screen and (max-width: 767px){
  .suche{
    border: 1px solid lightgrey;
    border-right: 0px;
    /*max-width: calc(100% - 46px);*/
    width: 100% !important;
  }

  .btn-search{
    border: 1px solid lightgrey;
    background-color: lightgray;
  }
}

@media screen and (max-width: 767px){
  .container, .container-sm{
    max-width: 100%;
  }
}

#container-search{
  margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
  #container-search{
    position: absolute;
    top: -38px;
    right: 0px;
    margin-right: 0px;
  }

  #container-search .form-control{
    height: 29px;
    border-bottom: 1px solid lightgrey;
  }

  #container-search .btn-search{
    background-color: rgb(236, 236, 236);
    height: 30px;
    padding: 0 12px;
  }

  #container-search .w-h-20{
    width: 16px;
    height: 16px;
  }
}

#cookiedark{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.7;
  z-index: 1000;
}

/* #cookiebox {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: var(--primary-shade-dark);
  text-align: center;
  line-height: 1.5em;
  font-size: 16px;
  z-index:999;
} */
#cookiebox {
  position: fixed;
  top: 20%;
  display: none;
  margin: 40px auto;
  background-color: var(--primary-shade-dark);
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 1.5rem;
  width: 50%;
  padding: 40px 10px;
  left: 25%;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px){
  #cookiebox{
    width: 80%;
    margin: 0px auto;
    left: 0;
    right:0;
    bottom:0;
    max-height: 380px;
  }
}

#cookiebox .btn-primary:hover{
  border: 1px solid white;
}

#cookiebox button{
  padding: 7px 60px;
}

#cookiebox a{
  color: white;
  text-decoration: underline;
}

.badge{
  font-size: 10px;
  background-color: var(--primary);
}

.badge-mobile{
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px){
  .badge-mobile{
    right: -3px;
  }
}

.card{
  border-radius: 0px;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}

.caret-down {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.caret-up {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-bottom: .3em solid;
  border-right: .3em solid transparent;
  border-topp: 0;
  border-left: .3em solid transparent;
}

.switch_label{
  float: left;
  margin-right: 10px;
}

.product_color_switch span{
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
}

.product_color_switch span.active::before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -3px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-shade-dark);
  border-color: var(--primary-shade-dark);
}

.uvp{
  text-decoration: line-through;
  color: #494949;
}

.aktionspreis{
  font-weight: bold;
  color: var(--primary-red);
}

.dropdown-item-desktop{
  white-space: initial !important;
}

.no-link, .no-link:hover{
  color: black !important;
}

.no-border{
  border: 0px solid transparent !important;
}

.border-b{
  border-bottom: 1px solid lightgrey !important;
}

.dropdown-nav-mobile{
  font-size: 14px;
}

.info{
  font-size: 12px;
}

.date{
  color: #495057;
}

.title{
  font-weight: bold;
}

/*.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index:999;
}*/

/*.slick-dots{
  bottom: 8px;
}*/

.slick-dots li button:before{
  color: lightgrey;
  opacity: 1;
  font-size: 10px;
}

.slick-dots li.slick-active button:before{
  color: var(--primary);
}

.slick-next{
  right: 20px;
}

.slick-prev{
  left: 20px;
  z-index: 999;
}

.logo-card{
  padding: 12px;
  /*width: 150px;*/
  /*min-height: 80px;
  margin-right: 12px;
  display: inline-block;*/
  text-align: center;
  border:1px solid lightgray;
  height: 100%;
}

/*.logo-card img{
  max-height: 80px;
}*/
.logo-image{
  width: 100%;
  /*border: 1px solid green;*/
  height: 50px;
}

.logo-card a, .logo-card a:hover{
  text-decoration: none;
  color: black;
}

.logo-card-text{
  /*text-align: left;*/
  margin-top: 1rem;
}

.logo-headline{
  font-weight: bold;
}

.bg-gray{
  background-color: #f1f1f1 !important;
}

.desk-menu{
  border-top: 0px solid #f1f1f1;
  padding: 0px;
}

.desk-menu-link{
  padding: 12px 12px;
  font-size: 14px;
}

.desk-menu-link:hover{
  background-color: #dbdbdb;
}

.nav-item-s{
  padding: 4px 10px;
}

#mobile-menu{
  display: none;
  position: absolute;
  top: 0px;
  left:0px;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  /* background-color: white; */
  background: rgb(223,223,223);
  background: linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(250,250,250,1) 57%, rgba(255,255,255,1) 100%);
  padding:10px 15px;
}

#mobile-menu-close,
#mobile-menu-open{
  color: #495057;
}

.mobile-menu-ul{
  padding: 12px;
}

.mobile-menu-ul li{
  border-bottom: 1px solid #ccc;
}

/* .mobile-menu-ul li:last-of-type{
  border-bottom: 0px;
} */

.mobile-menu-link{
  padding: 12px 0px;
  color: #495057;
  width: 100%;
  font-size: 18px;
}

.mobile-menu-link:hover{
  color: black;
  text-decoration: none;
}

.mobile-menu-link.active{
  font-weight: bold;
}

#container-search-mobile{
  padding: 0px 12px;
  margin-top: 28px !important;
}

.language-mobile{
  padding: 0px 12px;
  margin-top: 32px !important;
}

.language-mobile-link{
  display: block;
  width:25%;
  padding: 12px;
  color: #495057;
}

.language-mobile-link:hover{
  color: black;
  text-decoration: none;
}

.mb-brandrup-logo{
  margin-bottom: 10px;
}

hr{
  border-top: 1px solid rgba(0,0,0,.4);
}

.nav-search-form {
  width: 300px;
}

/* new */
body {
  background-color: #fff;
  padding-top: 60px;
}

#mobile-menu {
  padding-top: 0;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 160px;
  }
}

.smallFormField {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#backtotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--primary);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#backtotop svg {
    width: 20px;
    height: 20px;
}

#backtotop:hover {
    background-color: #0056b3;
}