/* Fonts */
/*  Colors */
/*  Highlight for inputs */
/*hellgrau*/
/*@color5: #64C006;*/
/*grün*/
/*orange*/
/*rot*/
/*Hellgrau*/
/*gelb*/
/*dunkelgrau*/
/*Topseller Orange*/
/*@color14: #7F7F7F;*/
/*grün*/
/*  Fonts */
/*  Border */
/*  Images */
/*test*/

/* Allgemeines Styling */

.header-account-area {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.header-elements {
  display: flex;
  gap: 20px;
  align-items: center;
}
#headerContainer {
  width: 100%;
  background-color: #fff;
  padding: 15px 0 0 0;
}
/*Header USP*/

.header-usp .ex-vortCommOutBox {
  flex-direction: column !important;
  text-align: left;
  justify-content: left;
  gap: 5px !important;
  background: none !important;
  border: none !important;
}
.header-usp .ex-vortCommInBox img {
  width: 20px;
}
.header-usp .ex-vortCommInBox {
  text-align: left !important;
}
.header-usp {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .header-usp .ex-vortCommInBox:last-child {
    display: block !important;
  }
}
/*
#headerContainer .ex-vortCommOutBox{
    flex-direction: column; 
    gap: 0;
    align-items: baseline;
}*/

/*ende*/

/* Topline Icons */

#topLineContainer {
  padding: 0;
}
#topLineContainer .ex-vortCommOutBox {
  border-top: none;
  border-bottom: none;
}
#topLineContainer > section > div > img {
  width: 20px;
}
.topLineContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-around;
  background-color: #e5e5e5;
  align-items: center;
  padding: 2px 2px 2px 2px;
}
.topLineList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 80%;
}
.topLineMobile {
  display: none;
}
.topLineList li {
  padding: 0 5px 0 5px;
  font-size: 0.85em;
  color: #444;
}
.topLineList li span {
  color: #088a0c;
  font-weight: bold;
}
.topLineContainer #customer-loginbox .dropdown-menu {
  width: 580px;
  padding: 15px;
}
.topLineContainer #customer-loginbox .dropdown-menu .checkbox {
  text-align: left;
}
.topLineLoginContainer a {
  display: block;
}
.topLineLoginContainer .customer-group-text {
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  display: block;
  line-height: 25px;
}
.topLineLoginContainer .dropdown-menu li .form-group .pull-left a.btn-default.btn-md {
  font-size: 16px;
  line-height: 25px;
}
.buttons-container {
  display: flex;
  justify-content: right;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 5px 5px 5px 5px;
  min-width: 210px;
  justify-content: space-around;
  align-items: center;
  height: 114px;
}
.buttons-container #account-menu {
  border: none;
}
/*Gast Anmeldung*/

/*
.topLineLoginContainer {
    position: relative;
    display: flex;
    justify-content: right;
    width: 100px;
}*/

/*
.customer-loginbox{
    text-align: center;
    width: 100px;
    height: 85px;
}*/

.customer-loginbox .user-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 90px;
}
.customer-loginbox.open .dropdown-header {
  font-weight: bold;
  border-bottom: 1px solid #767676;
  padding-bottom: 5px;
  font-size: 18px;
}
.customer-loginbox.open a.btn {
  padding: 8px 12px !important;
}
#account-menu-title {
  font-weight: bold;
  border-bottom: 1px solid #767676;
  padding-bottom: 5px;
}
/* .customer-loginbox .user-circle::before {
    content: "\f013";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 76px;
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 1px #333;
    z-index: 0;
}*/

.customer-loginbox .customer-group {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  width: 68%;
  text-align: center;
  z-index: 2;
}
.customer-loginbox .userInfo {
  color: #737373;
  font-weight: bold;
  font-size: 40px;
  line-height: 25px;
  /* width: 40px;*/
  z-index: 2;
}
.customer-loginbox .dropdown-menu {
  position: absolute !important;
  top: 60px !important;
  right: 0px;
  left: unset !important;
  padding: 15px;
  min-width: 370px;
}
/*
.customer-loginbox .dropdown-menu .btn-default{
    height: auto;
}*/

/*Gast Anmeldung End*/

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .header-usp {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  .header-usp {
    display: none;
  }
}
#headContentContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding: 15px;*/
  padding: 0 15px;
  max-width: 1500px;
  margin: auto;
  position: relative;
}
#headContentContainer .basket a {
  background-position: left;
}
#basketButton {
  display: none;
}
#headContentContainer .contactInfoList .fa-check {
  color: #088a0c;
}
#headContentContainer .basket-group > a {
  width: 90px;
  height: 85px;
  background-size: 40px 40px;
  border: 0;
  background-position-x: center;
  background-position-y: top;
  position: relative;
}
#headContentContainer .basket-pos {
  position: absolute;
  bottom: 0;
  color: #333;
}
#headContentContainer .basket-group-empty::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 25px;
  width: 45px;
  height: 45px;
  background: url(https://media-expert-security.de/shop/basket-empty-59.png) no-repeat center center;
  background-size: contain;
  filter: brightness(0) invert(45%);
  pointer-events: none;
}
#headContentContainer .basket-group-activ {
  background: url(https://media-expert-security.de/shop/basket-activ-59.png) right top no-repeat;
}
#header-menu-search {
  width: 270px;
}
#header-menu-search button {
  border-radius: 0;
  background: no-repeat;
  color: #444;
  /*right: 45px;*/

}
#header-menu-search .form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 3px 12px;
}
.navContainer.hideNav {
  display: none;
}
/*Geschäftskunde*/

.ex_head_linkbox {
  display: flex;
  justify-content: right;
  max-width: 1500px;
  margin: auto;
  padding: 5px 15px 0 0;
}
.ex_head_linkbox .ex_head_links_black {
  display: flex;
}
.ex_head_linkbox i {
  font-size: 20px;
  text-align: center;
  margin-right: 5px;
}
/* Hotline */

.header-hotline {
  background-color: #f9f9f9;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* display: flex;
    align-items: center;
    justify-content: center;*/
  margin: 0 10px 0 0;
  min-width: 255px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.hotline-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.hotline-container a {
  color: #8F7000;
  font-weight: bold;
}
.hotline-container .ex_btn-cta {
  height: 30px;
}
.hotline-container .ex_btn-cta span:nth-child(1) {
  height: 30px;
  line-height: 12px;
  font-size: 15px;
  width: 115px;
}
.hotline-container .ex_btn-cta_callback span:nth-child(2) {
  position: relative;
  height: 30px;
  width: 25px;
  background-image: none;
}
.hotline-container .ex_btn-cta_callback span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://media-expert-security.de/shop/icons/cta-buttons/callback.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
  z-index: 1;
}
div.hotline-image img {
  width: 80px;
  height: auto;
  border-radius: 50%;
  margin-right: 5px;
}
div.hotline-info {
  text-align: left;
}
p.hotline-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}
p.hotline-number {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}
.hotline-time {
  color: #666;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.hotline-button {
  display: none;
}
/*Hotline Ende*/

/*Hotline mobile*/

.header-hotline-mobile {
  width: 100%;
  display: none;
  margin-bottom: 15px;
}
/*Hotline Mobile Ende*/

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .headContentContainer .logo img {
    max-width: 120px;
  }
  .headContentContainer .trustedshops {
    max-width: 120px;
  }
  #header-menu-search {
    width: 200px;
  }
  .headContentContainer .contactInfoList {
    font-size: 12px;
  }
  #headContentContainer .basket-group > a {
    background-size: 33px 33px;
  }
  .customer-loginbox .userInfo {
    font-size: 33px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  #headContentContainer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 0 0;
  }
  #breadCrumbContainer {
    display: none;
  }
  .topLineList li:first-child {
    display: none;
  }
  .burgerMenu {
    cursor: pointer;
    font-size: 36px;
    padding: 5px 15px;
    display: block;
    background: #c8000d;
    color: #fff;
  }
  section.container {
    margin-top: 10px;
  }
  .burgerMenu:hover {
    background-color: #999;
  }
  .headContentContainer .logo img {
    max-width: 120px;
  }
  #header-menu-search {
    flex: 1 100%;
    order: 1;
    flex-grow: 999;
    margin: 10px 0 0 0 !important;
  }
  #header-menu-search .input-group-btn {
    position: absolute;
    right: 30px;
    top: 0;
  }
  .basket {
    display: none;
  }
  #basketButton {
    display: block;
  }
  .buttons-container {
    border: none;
    box-shadow: unset;
  }
  #basketButton .btn {
    font-size: 25px;
    padding: 5px 15px;
    background: #999;
    color: #fff;
  }
  #header-menu-search .input-group-btn {
    display: none;
  }
  .topLineLoginContainer {
    display: none;
  }
  .ex_head_linkbox {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #headContentContainer .contactInfoList {
    display: none;
  }
  .topLineList {
    display: none;
  }
  .topLineMobile {
    display: block;
  }
}
@media screen and (max-width: 710px) {
  .header-hotline {
    display: none;
  }
  .header-hotline-mobile {
    display: block;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px;
  }
  .header-hotline-mobile p,
  .header-hotline-mobile span {
    font-size: 12px;
  }
  #headerContainer {
    padding: 0;
  }
}
@media screen and (max-width: 570px) {
  .burgerMenu {
    font-size: 25px;
  }
  .headContentContainer .logo img {
    max-width: 90px;
  }
  .widgetcontainer.Siegel {
    display: none;
  }
  #basketButton .btn {
    font-size: 15px;
  }
  .buttons-container {
    min-width: unset !important;
    height: unset !important;
  }
}
@media screen and (min-width: 993px) {
  .burgerMenu {
    display: none;
  }
  .navContainer {
    margin-bottom: 10px;
  }
  .basket {
    position: relative;
  }
  .basket .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
    top: 50px;
  }
  .basket .dropdown-menu {
    width: 400px;
    padding: 15px;
  }
  .basket_max_heigh {
    max-height: 250px;
    overflow-y: auto;
  }
  .basket_item {
    padding: 10px;
  }
  .basket_left {
    float: left;
    margin-right: 10px;
  }
  .basket_right {
    float: left;
    width: 236px;
  }
  .basket .dropdown-menu td {
    font-size: 12px;
  }
  .cart-delete a.btn {
    border: none;
  }
  .basket-group .dropdown-cart > .clearfix .btn {
    border: 2px solid;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .basket .basket-group-activ {
    box-shadow: none;
  }
}
