/*Abstände Shopweit
#content.container{
    padding-right: 3px!important;
    padding-left: 3px!important;
}*/

/*allgemeine Positionierungen Start */

.ex-center-ele-99 {
  margin: 0 auto 0 auto;
  max-width: 99%;
}
.ex-ml_50 {
  margin-left: 50px;
}
.ex-ml_40 {
  margin-left: 40px;
}
.ex-ml_30 {
  margin-left: 30px;
}
.ex-ml_20 {
  margin-left: 20px;
}
.ex-mt_15 {
  margin-top: 15px;
}
.ex-mt_0 {
  margin-top: 0 !important;
}
.ex-mt_10 {
  margin-top: 10px;
}
.ex-mt_05 {
  margin-top: 5px;
}
.ex-ml_auto {
  margin: 0 0 0 auto;
}
.ex-mb_05 {
  margin-bottom: 5px;
}
.ex-mb_08 {
  margin-bottom: 8px;
}
.ex-mb_10 {
  margin-bottom: 10px;
}
.ex-mb_20 {
  margin-bottom: 20px;
}
.ex-mr_5 {
  margin-right: 5px;
}
.ex-font-size {
  font-size: 1.2em;
}
.nopadding {
  padding: 0 !important;
}
.ex-vert-align-top {
  vertical-align: top !important;
}
.ex-vert-align-middle {
  vertical-align: middle !important;
}
/*Legende Ausrichtung Standard Links*/

.legende {
  font-size: 13px;
  margin-bottom: 20px;
}
/*Legende Ausrichtung Rechts*/

.ex-footprint {
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 20px;
}
/*Zentrieren eines Bildes mit einem Margin-Bottom z.B XS Ansicht Abus Seccor Schließzylinder*/

.center-picture {
  margin: 0 auto 0 auto;
  margin-bottom: 10px;
}
/*Damit der ganze Content eingerückt ist*/

.ex-contentbox-padding {
  padding: 0 10px 0 10px;
}
/*H1 auf Content Seiten*/

.ex-content-h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*H1 auf Seiten*/

.ex-page-h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*H2 für Seiten & Warenkorb*/

.ex-page-h2 {
  font-size: 1.5em;
}
/*  Bei Fenstersicherung, die Bilder in der Modal Tabelle werden zentriert*/

.ex-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/*Auf Content Seiten die erste große Überschrift eirf ersetzt durch ex-alt-h1/ */

.ex-content-h2-main {
  margin-bottom: 20px;
  font-size: 1.5em;
}
.ex-alt-h1 {
  margin-bottom: 20px;
  font-size: 1.5em;
}
/*neue Variante ohne margin*/

.ex-alternative-h1 {
  font-size: 1.5em;
  display: block;
}
.ex-alt-h4 {
  padding: 10px;
  font-weight: bold;
}
.ex-alt-h4 > a {
  color: #666;
}
/* Um Schrift fett zu machen, z.B bei Span-Elementen*/

.ex-bold {
  font-weight: bold !important;
}
/*Die Span-Elemente die als H3 Ersatz dienen sollen*/

.ex-red-header {
  color: #c8000d;
  font-size: 16px;
}
/*Für alle <p> tags*/

.ex-content-textbox {
  font-size: 1.2em;
  margin-bottom: 20px;
}
/*Formular 1 z.B bei Kontakt/Anfahrtseite*/

.ex-form1 .control-label {
  text-align: left !important;
}
.ex-form1 .form-control {
  height: 30px;
  padding: 3px 5px 3px 5px;
}
.ex-form1 .form-group {
  margin-bottom: 0px;
}
.ex-headline-red-big {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #c8000d;
}
.ex-hr-register {
  margin: 10px 0 5px 0;
}
.formheadline {
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
  padding: 0.2em;
  font-size: 15px;
  margin-bottom: 5px;
}
.ex-form1 a.mb_20 {
  margin-bottom: 0px;
}
.pointer {
  cursor: pointer;
}
/* Auffällige rote Hinweisbox */

.ex-hinweis {
  border: 1px dashed red;
  padding: 1em;
  font-size: 1.2em;
  margin-bottom: 40px;
}
/*Ul Aufzälung*/

.ex-aufz {
  list-style-type: circle;
  list-style-position: outside;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  text-align: left;
}
.ex-aufz-none {
  list-style-type: none;
  list-style: none;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}
/*Liste ohne Auflistungselement*/

.ex-li-none {
  list-style-type: none;
  margin-bottom: 8px;
}
/*Li Elemente*/

.ex-list {
  list-style-type: disc;
  margin-bottom: 8px;
}
/* Kreuz bei Tabellen wird rot*/

.red {
  color: #c8000d;
  margin-right: 5px;
}
/*Grüner Button*/

.ex-green-btn {
  color: #fff;
  background-color: #64c006;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ex-green-btn:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.title_small {
  color: #444;
}
#topButt {
  margin: auto;
  /*height: 30px;
        width: 30px;*/
  color: #fff;
  background-color: #c8000d;
  border: 0;
  border-radius: 0;
  z-index: 100000;
  float: left;
  cursor: pointer;
  /*new*/
  width: 35px;
  height: 35px;
}
#buttcont {
  right: 18px;
  left: unset !important;
  z-index: 100001 !important;
}
#topButt > a {
  width: 35px;
  height: 35px;
}
#topButt i {
  vertical-align: bottom;
}
#topButt:hover {
  background: #444;
}
#topButt > i {
  margin: 10px;
}
/*Für Mobile Top Button, Rund*/

@media only screen and (max-width: 767px) {
  #topButt {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  #topButt > a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: table;
  }
  #topButt i {
    vertical-align: middle;
    display: table-cell;
  }
  #buttcont {
    opacity: 1;
    /*0*/
    transition: 1s ease-in;
  }
  #buttcont.active {
    /*new Transition effekt*/
    opacity: 1;
  }
  #closeRevButt {
    margin-top: 9px;
  }
}
/*Trusted Badge Siegel Test
#trustbadge-container-98e3dadd90eb493088abdc5597a70810{
    z-index: 99999!important;
    position:fixed
}*/

/*Trusted Shop
@media only screen and (max-width: 648px)
{
    ._6lqha98{
        bottom: 40px!important;
    }
}*/

/*
@media (max-width: 990px){
    #buttcont{
        left: 0px!important;
    }
}*/

#closeRevButt {
  width: 170px;
  /* height: 30px;*/
  height: 35px;
  background-color: #c8000d;
  text-align: center;
  color: #fff;
  margin-left: 36px;
  display: block;
  padding-top: 7px;
  cursor: pointer;
}
#closeRevButt:hover {
  background: #444;
}
/*iFrame bei der Kontakt/Anfahrtseite*/

.ex-google-maps {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*Contact-Form Message*/

.ex-form-control_message {
  height: auto;
  width: 100%;
}
/*Header Start*/

.ex_head_links_black {
  color: black;
}
.ex_head_links_black:hover {
  color: #c8000d;
}
/*Header Start*/

.ex_head_links_black {
  color: black;
}
.ex_head_links_black:hover {
  color: #c8000d;
}
/*Header End*/

/* UL Outlet */

#ex-ul-box > ul {
  list-style: none;
}
#ex-ul-box > ul > li {
  margin: 2px;
  display: inline-block;
}
@media (max-width: 1199px) {
  #ex-ul-box img {
    width: 233px;
  }
}
@media (max-width: 576px) {
  #ex-ul-box img {
    width: 225px;
  }
}
@media (max-width: 510px) {
  #ex-ul-box img {
    width: 190px;
  }
}
#ex-ul-box img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#ex-ul-box {
  text-align: center;
}
.ex-check::before {
  content: "\2713";
  font-family: 'Roboto Condensed', sans-serif;
  color: #64c006;
  font-weight: 700;
  margin-right: 0.5em;
}
.ex-minus::before {
  content: "\2212";
  font-family: 'Roboto Condensed', sans-serif;
  color: #c8000d;
  font-weight: 700;
  margin-right: 0.5em;
}
/*HTML BANNER, KOMMEN RAUS*/

/*Banner Text Artikelseite*/

.ex-linie {
  margin: 0;
}
.ex-artikel-btn {
  background: #cd0009;
  border: 1px solid white;
  color: white;
  transition: 0.3s;
}
.ex-artikel-btn:hover {
  color: #cd0009;
  background: #fff;
  opacity: 1;
  border: none;
}
.ex-banner-container {
  position: relative;
  color: white;
}
.ex-banner-title-container {
  position: absolute;
  top: 0%;
  padding: 7px 10px;
}
.ex-btn-text::before {
  content: "Kontaktieren Sie uns";
}
.ex-banner-ueber {
  font-size: 25px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.ex-banner-unter {
  color: black;
  font-size: 20px;
}
.ex-banner-button {
  position: absolute;
  top: 74%;
  right: 5%;
  font-weight: bold;
  font-size: 18px;
  width: 23%;
  height: 42px;
}
.ex-banner-aufz {
  position: absolute;
  font-size: 20px;
  color: black;
  top: 46%;
  left: 4%;
  line-height: 1.7;
}
.ex-banner-list::before {
  content: "\2714";
  color: #4ab45b9c;
}
.ex-banner-logo {
  position: absolute;
  left: 79%;
  padding-top: 17px;
  top: 0%;
  padding-right: 7px;
}
@media (max-width: 1199px) {
  .ex-banner-title-container {
    padding-top: 5px;
    padding-left: 10px;
  }
  .ex-banner-button {
    top: 71%;
    right: 12%;
    font-size: 18px;
    height: 42px;
  }
  .ex-banner-aufz {
    top: 55%;
    left: 4%;
    font-size: 20px;
    line-height: 1.45;
  }
  .ex-banner-ueber {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .ex-btn-text {
    content: "";
  }
  .ex-btn-change::before {
    content: "Mehr Info";
  }
  .ex-banner-logo {
    left: 81%;
    top: 0%;
  }
  .ex-banner-aufz {
    font-size: 18px;
    top: 50%;
    line-height: 1.45;
  }
  .ex-banner-unter {
    font-size: 15px;
  }
  .ex-banner-ueber {
    font-size: 17px;
  }
  .ex-banner-button {
    top: 71%;
    right: 13%;
    font-size: 16px;
    height: 35px;
  }
  .ex-banner-title-container {
    padding-top: 5px;
    padding-left: 10px;
  }
}
@media (max-width: 630px) {
  .ex-banner-unter {
    display: none;
  }
  .ex-linie {
    display: none;
  }
  .ex-banner-button {
    top: 65%;
    right: 13%;
    font-size: 13px;
    height: 35px;
  }
  .ex-banner-aufz {
    font-size: 14px;
    top: 47%;
  }
}
@media (max-width: 455px) {
  .ex-banner-container {
    display: none;
  }
}
/*CSS für Banner Volle Groesse*/

.ex-btn-full {
  background: #cd0009;
  border: 1px solid white;
  color: white;
  transition: 0.3s;
}
.ex-btn-full:hover {
  color: #cd0009;
  background: #fff;
  opacity: 1;
  border: none;
}
.ex-banner-container-full {
  position: relative;
  color: white;
}
.ex-banner-title-container-full {
  position: absolute;
  top: -12%;
  padding: 7px 10px;
}
.ex-btn-text-full::before {
  content: "Kontaktieren Sie uns";
}
.ex-banner-ueber-full {
  font-size: 25px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.ex-banner-unter-full {
  color: black;
  font-size: 20px;
}
.ex-banner-button-full {
  position: absolute;
  font-weight: bold;
  top: 69%;
  right: 4%;
  font-size: 18px;
  width: 195px;
  height: 42px;
}
.ex-banner-aufz-full {
  position: absolute;
  top: 50%;
  left: 3%;
  font-size: 20px;
  color: white;
}
.ex-banner-list-full::before {
  content: "\2714";
  color: #4ab45b9c;
}
.ex-banner-logo-full {
  position: absolute;
  left: 84%;
  top: 1%;
}
@media (max-width: 1199px) {
  .ex-linie {
    display: none;
  }
  .ex-banner-unter-full {
    display: none;
  }
  .ex-banner-button-full {
    position: absolute;
    top: 68%;
    right: 4%;
    font-size: 17px;
  }
  .ex-banner-aufz-full {
    position: absolute;
    top: 43%;
    left: 3%;
    font-size: 20px;
  }
  .ex-banner-ueber-full {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .ex-linie {
    display: none;
  }
  .ex-banner-unter-full {
    display: none;
  }
  .ex-banner-aufz-full {
    font-size: 13px;
    top: 45%;
    left: 3%;
  }
  .ex-banner-ueber-full {
    font-size: 22px;
  }
  .ex-banner-button-full {
    position: absolute;
    top: 60%;
    right: 3%;
    font-size: 16px;
    width: 195px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .ex-linie {
    display: none;
  }
  .ex-btn-text-full {
    content: "";
  }
  .ex-btn-change-full::before {
    content: "Mehr Info";
  }
  .ex-banner-unter-full {
    display: none;
  }
  .ex-banner-aufz-full {
    display: none;
  }
  .ex-banner-ueber-full {
    font-size: 16px;
    margin-top: -8px;
  }
  .ex-banner-title-container-full {
    position: absolute;
    top: 0%;
    margin-top: -8px;
  }
  .ex-banner-button-full {
    position: absolute;
    top: 50%;
    right: 33%;
    font-size: 16px;
    width: 195px;
    height: 35px;
  }
}
@media (max-width: 455px) {
  .ex-banner-container-full {
    display: none;
  }
}
#header .search {
  width: 82% !important;
  margin-top: 10px;
}
/*alte Box*/

div#EX-Box {
  max-width: 560px;
  border-style: solid;
  border-width: 4px;
  border-color: #0f6695;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-origin: border-box;
  background-image: url("https://media-expert-security.de/es-shop/banner/anfragebox/anfragebox_bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: left;
}
.EX-BoxInner {
  margin-top: 3.8em;
  /*margin-left: 5em; old*/
  margin-left: 4em;
  margin-right: auto;
  display: table;
  width: 80%;
  font-size: 1.2em;
}
ul#EX-Box-ul {
  column-count: 2;
  max-width: 560px;
  list-style-type: none;
}
ul#EX-Box-ul li {
  display: block;
  column-gap: normal;
  line-height: 30px;
}
ul#EX-Box-ul li:before {
  content: "\2714";
  color: #4ab45b9c;
}
.EX-BoxFooter {
  text-align: center;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.4em;
  font-size: 1.2em;
}
.EX-Box-hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-top: 1px solid #aaa;
}
/*+++*/

div#EX-Box-Mobile {
  max-width: 350px;
  border-style: solid;
  border-width: 4px;
  border-color: #0f6695;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-origin: border-box;
  background-image: url("https://media-expert-security.de/es-shop/banner/anfragebox/anfragebox_bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.EX-BoxInnerMob {
  width: 80%;
  margin-top: 2em;
  /*margin-left: 25%; old*/
  margin-left: 26%;
  margin-bottom: 1.2em;
  line-height: 2;
  font-size: 1.2em;
}
.EX-BoxListEntryMob:before {
  content: "\2714";
  color: #4ab45b9c;
}
.EX-BoxFooterMob {
  padding: 0em 0.5em 0.5em 0.5em;
  text-align: center;
  font-weight: bold;
}
.EX-BoxImgOuter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 782px;
  width: 70%;
}
.EX-BoxImgPos {
  background-image: url('https://media-expert-security.de/shop/storytelling/Expert-Security-Kundenservice.jpg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 207px;
  height: 192px;
  background-size: auto;
  background-origin: border-box;
  border-left: 4px solid #0f6695;
  border-top: 4px solid #0f6695;
  border-bottom: 4px solid #0f6695;
  float: left;
}
.EX-BoxImg-Img {
  float: left;
  width: 26.6%;
  border-bottom: 4px solid #0F6695;
  border-top: 4px solid #0F6695;
  border-left: 4px solid #0F6695;
}
div#EX-BoxImg {
  max-width: 560px;
  width: 67%;
  line-height: 10px;
  height: 192px;
  border-style: solid;
  padding-bottom: 1.78em;
  border-width: 4px;
  border-color: #0f6695;
  background-origin: border-box;
  background-image: url(https://media-expert-security.de/es-shop/banner/anfragebox/anfragebox_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: left;
  display: inline-block;
}
.EX-BoxImgInner {
  /*margin-top: 3.8em; old*/
  margin-left: 4em;
  margin-top: 3.2em;
  margin-right: auto;
  display: table;
  width: 80%;
  font-size: 1.2em;
}
ul#EX-BoxImg-ul {
  column-count: 2;
  max-width: 560px;
  list-style-type: none;
}
ul#EX-BoxImg-ul li {
  display: block;
  column-gap: normal;
  line-height: 2em;
}
ul#EX-BoxImg-ul li:before {
  content: "\2714";
  color: #4ab45b9c;
}
.EX-BoxImgFooter {
  text-align: center;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 1.2em;
  padding-top: 1.75em;
}
.EX-BoxImg-hr {
  margin-top: -1.5em;
  border-top: 1px solid #aaa;
}
#return {
  padding-bottom: 90% !important;
}
/*
@media (max-width: 1200px) {
#return
{
        display: none;
    }
}*/

@media (max-width: 990px) {
  #return {
    padding-bottom: 150% !important;
  }
}
/*chatbox, muss noch gezogen werden*/

.ghChatWidget {
  right: unset !important;
  left: 15px;
  bottom: 5px !important;
  z-index: 900 !important;
  /*neu wegen konfig*/

}
@media (max-width: 676px) {
  #return {
    padding-bottom: 260% !important;
  }
  /*.ghChatWidget{
          bottom: 75px!important;
          right: 5px!important;
      }*/
}
/*Preview Box - Artikelliste- Vergleich*/

#ex_compare_preview_container {
  background-color: #fff;
  bottom: 0;
  max-width: 90%;
  position: fixed;
  right: 100px;
  z-index: 10;
}
#ex_compare_preview_container #articlecompare > a {
  border: none;
  border-right: 1px #999 !important;
}
#ex_compare_preview_container #articlecompare > a {
  font-size: 16px;
}
#ex_compare_preview_container .ex_compare {
  color: #999;
}
#ex_compare_preview_container .ex_compare:hover {
  color: #c8000d;
}
#ex_compare_preview_container .ex_compare .fa-eye::before {
  font-size: 17px;
}
#ex_compare_preview_container > div {
  border: 1px solid #999;
}
#ex_compare_preview_container .title_small {
  max-width: 90%;
  text-align: center;
  font-size: 12px;
}
#ex_compare_preview_container tbody td {
  position: relative;
}
#ex_compare_preview_container tbody td > a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #articlelist #ex_compare_preview_container {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #articlelist .ex_thumbnail:nth-child(even) {
    margin-left: 0.5%;
  }
  #articlelist #ex_compare_preview_container {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  #articlelist .ex_infoarea .btn {
    float: right;
  }
  #articlelist .ex_infoarea .ex_compare {
    margin-right: 3px;
  }
  #articlelist .ex_thumbnail:nth-child(even) {
    margin-left: 0.5%;
  }
  #articlelist #ex_compare_preview {
    border: 1px solid #999;
  }
  #articlelist #ex_compare_preview_container {
    right: 35%;
  }
  /*Consent Manager*/
  
  .cmpboxrecall {
    left: 2px !important;
  }
}
.cmpboxrecall {
  bottom: 45px !important;
}
.cmpboxrecalltxt {
  color: #c8000d;
}
/*Die Icons bei den Accordions*/

.ex_acc_icon {
  width: 25px;
  /*height: 50px; neu*/

  /*height: 50px; tmp ausgeblendet*/

}
@media (max-width: 630px) {
  .ex_acc_icon {
    /*float: left;
          margin-right: 10px;
          padding-bottom: 5px;*/
    position: absolute;
  }
  /*.ex_acc_span{
          margin-bottom: 15px;
          display: block;
      }*/
  
  .ex_acc_span {
    margin-left: 35px;
    display: inline-block;
    /*geändert zu inline, war block */
    max-width: 80%;
    /*neu dazugekommen wegen Pfeil Collapse*/
  
  }
}
/*TopProducts Global*/

.thumbnail.article.ex-thumbnail-article .sat_info ul li {
  list-style-type: none !important;
}
.thumbnail.article.ex-thumbnail-article {
  color: #000;
  position: relative;
  min-height: 530px !important;
}
.thumbnail.article.ex-thumbnail-article > a {
  color: #000;
}
@media (max-width: 676px) {
  .thumbnail.article.ex-thumbnail-article img {
    width: 130px;
  }
}
#sp-topProducts {
  background-color: #E5E5E5;
  width: 100%;
}
.prodlist .addsul {
  padding: 0px 0px 0px 5px;
}
#sp-topProducts .addsul li:nth-child(n+4) {
  display: none;
}
.prodlist {
  margin-bottom: 0 !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
}
.prodlist .title {
  font-weight: bold;
  color: #333;
}
.prodlist ul li {
  list-style-type: none !important;
}
.prodlist .addsul li:before {
  position: absolute;
  padding-top: 3px;
  left: 1.5em;
  /*left: 30px;*/
  width: 2.14285714em;
  text-align: center;
  content: "\2713";
  font-family: 'Roboto Condensed', sans-serif;
  color: #64c006;
  font-size: 10px;
  font-weight: 700;
}
.prodlist .addsul li:nth-child(n+4) {
  display: none;
}
.prodlist .ex-listWidget-price {
  position: absolute;
  bottom: 60px;
}
/*Zum Warenkorb Button*/

.ex-btn-toProd {
  padding: 10px;
  background-color: #64c006;
  color: white;
  width: 80%;
  text-align: center;
  cursor: pointer;
  bottom: 10px;
  margin: auto;
  position: absolute;
}
.ex-btn-toProd:hover {
  background-color: #444;
  color: white;
}
.ex-btn-toProd::before {
  content: "Zum Produkt";
}
[data-id="CallBackFormModalContainer"] .modal-content .control-label {
  padding: 7px 15px 0 15px !important;
}
@media (min-width: 768px) {
  [data-id="CallBackFormModalContainer"] .modal-content .control-label {
    text-align: right !important;
  }
}
/*Schließzylinder Widgets*/

.ex_schliess_widget {
  width: 90%;
  margin: auto;
}
@media (max-width: 676px) {
  .ex_schliess_widget {
    width: 100% !important;
  }
}
/*Produkt Slider zb Cashback*/

#articlecompare .expert-title {
  width: 95%;
  text-align: center;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px 0;
  /*war Important*/
  margin: auto !important;
}
/*
#articlecompare .expert-title::before{
    content: "Unsere Bestseller für Sie";
}

#articlecompare .exBox-headline::before{
    content: "Unsere Bestseller für Sie";
}

[data-action="RelatedArticles"] .exBox-headline::before{
    content: "Unsere Bestseller für Sie";
}

[data-action="RelatedArticles"] .expert-title::before{
    content: "Unsere Bestseller für Sie";
}*/

.expert-title .h3 {
  font-size: 21px;
  text-transform: none !important;
}
div[data-action="RelatedArticles"] {
  border: 1px solid #ddd;
}
div[data-action="RelatedArticles"] .exBox-line {
  border-top: 1px solid #c8000d !important;
}
div[data-action="RelatedArticles"] .expert-title .h3 {
  padding: 0 0 10px 0 !important;
}
/*Konfigurator Button*/

.thumbnail.article .btn-configurator {
  padding: 10px;
  width: 80%;
  text-align: center;
  cursor: pointer;
  bottom: 10px;
  margin: auto;
  position: absolute;
}
/*Callback*/

.thumbnail.article .ex-btn-toCall {
  padding: 10px;
  width: 80%;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  position: absolute;
}
/*Merke Block*/

.ex_merke {
  color: #0f6695;
  font-style: italic;
  font-weight: bold;
  border: 1px dashed;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
}
/*YouTube Videos Global*/

.ex_yt_outer {
  height: 255px;
}
.ex_ytvideo_container {
  background-image: url('https://media-expert-security.de/shop/icons/vpb_new.jpg');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}
.ex_ytvideo_container input {
  width: 100%;
  height: 200px;
  /*222*/
  position: absolute;
  background: transparent;
  border: none;
}
.yt_p {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px;
  font-weight: bold;
}
.ex_ytvideo_container iframe {
  width: 100%;
  height: 250px;
  border: none;
  display: block;
}
.ex_ytbottom {
  display: table;
  margin-top: -75px;
  width: 100%;
  text-align: center;
}
.ex_ytbottom span:hover {
  color: #c8000d;
}
.ex_ytbottom p {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px;
  font-weight: bold;
}
.ex_ytbottom p:nth-child(1) {
  flex: 1;
  border-right: 1px solid #fff;
}
.ex_ytbottom p:nth-child(2) {
  border: none;
  display: table-cell;
  vertical-align: middle;
}
.ex_ytbottom a {
  color: #c8000d;
}
.ex_ytbottom a:hover {
  color: #fff;
}
/* Youtube neu */

.yt-video--accessible {
  position: relative;
  margin-bottom: 20px;
}
.yt-video--accessible .yt-video__container {
  background-image: url('https://media-expert-security.de/shop/icons/vpb_new.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.yt-video--accessible .yt-video__play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  height: 200px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.yt-video--accessible .yt-video__play-icon {
  position: absolute;
  font-size: 3rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yt-video--accessible .yt-video__iframe-wrapper {
  display: none;
}
.yt-video--accessible .yt-video__iframe {
  width: 100%;
  height: 250px;
  border: none;
  display: block;
}
.yt-video--accessible .yt-video__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px;
  text-align: center;
  font-weight: bold;
}
/*404 Seite*/

.notfound {
  background-color: #fff;
}
.notfound h5 {
  font-size: 1.2em;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  margin-bottom: 20px;
  width: 95%;
  border-bottom: 2px solid #c9000d;
  font-weight: bold;
}
.notfound .prodlist .addsul li:before {
  left: 0.5em !important;
}
/*Black Security Banner/Badge*/

#ex_globalBadge {
  position: fixed;
  right: -70px;
  top: 25%;
  width: 95px;
  height: 200px;
  border: 1px solid black;
  z-index: 9999;
  transition: right 0.5s;
  transition-timing-function: ease-out;
}
#ex_globalBadge:hover {
  right: 0px;
}
#ex_globalBadge > span {
  background: black;
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
/*usp box Global*/

.ex_usp_contentbox {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
}
.ex_usp_contentbox div {
  max-width: 300px;
  text-align: center;
}
.ex_usp_contentbox p {
  margin-bottom: 10px;
}
.ex_usp_contentbox h2 {
  color: #c8000d;
}
.ex_usp_contentbox img {
  max-width: 110px;
  width: 110px;
}
@media (max-width: 1199px) {
  .ex_usp_contentbox div {
    max-width: 250px;
  }
  .ex_usp_contentbox img {
    max-width: 80px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .ex_usp_contentbox div {
    max-width: 220px;
  }
}
@media (max-width: 479px) {
  .ex_usp_contentbox div {
    max-width: 90%;
  }
}
/*btn download temporary*/

.ex_btn_download {
  width: 250px;
  margin-top: 20px;
  border-color: #444 !important;
  color: #fff !important;
  background-color: #f8ac00 !important;
}
.ex_btn_download:hover {
  background-color: #444 !important;
  color: #fff !important;
}
.ex_btn_download i {
  margin-right: 5px;
}
/*pds zubehör*/

.ex_zubPanelHeading .fa-chevron-up:before {
  content: "\f077";
}
/*Konfig Service*/

.konfig-badge {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #A86514;
  /* #0f6695;*/
  background: #ffffff;
  border: 2px solid #A86514;
  /*#0f6695;*/
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  /*margin: 5px 10px 5px auto; old*/
  margin: 10px auto 5px 0px;
  /*max-width: 145px;*/
  max-width: 152px;
  text-align: center;
}
.konfig-badge > span {
  margin: 0px 3px 0px 4px;
}
.konfig-badge > img {
  width: 19px;
  padding: 1px;
  /*new*/
  float: left;
  display: block;
  margin-left: 4px;
  filter: brightness(75%);
}
.konfig-badge:hover {
  box-shadow: none;
}
@keyframes fadeAnimationIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAnimationOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*#configServiceBoxPerm .configServiceBox {*/

#configServiceBoxPerm {
  padding: 15px;
  border: 2px solid #f8ac00;
  /*#0f6695;*/
  background: #fff;
  max-height: 100%;
  /*visibility: hidden;*/
  /*opacity: 0;*/
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 5;
  /*display: none;*/

  /* transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in
    overflow: scroll;*/

}
#content.container .ex_thumbnail .configServiceBox {
  display: none;
}
#configServiceBoxPerm .configServiceBox.xshow {
  visibility: visible;
  opacity: 1;
}
.configServiceBox.show {
  visibility: visible;
  opacity: 1;
}
#configServiceBox.fade {
  visibility: hidden;
}
#configServiceBox.fade.in {
  visibility: visible;
}
/* CZ BTN Anpassung - 
.configuration-service .btn-configurator{
    color: #0f6695;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 6px 12px !important;
    width: 100%;
    font-size: 16px !important;
    height: 35px !important;
    background-color: #ffffff;
    border: 2px solid #0f6695;
}

.configuration-service .btn-configurator:hover{
    background: #444;
    border-color: #444;
    color: #fff;
}*/

.configuration-service .ex-details-h1 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 10px;
  text-shadow: none;
}
.configuration-service > img {
  width: 25px !important;
  margin: 0 5px 0 0 !important;
  top: 5px;
  position: absolute;
}
/*
#configServiceBoxPerm{
    transition: opacity 0.5s; 
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    animation: 1s linear ease-in;
}*/

#configServiceBoxPermClosed {
  position: fixed;
  right: 50%;
  bottom: -4px;
  height: 45px;
  width: 43px;
  z-index: 99999;
  background: #fff;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
}
.fadeAnimation {
  animation: 1s linear ease-in;
}
#configServiceBoxPermClosed.fade {
  visibility: hidden;
}
#configServiceBoxPermClosed.fade.in {
  visibility: visible;
}
#configServiceBoxPerm.fade {
  visibility: hidden;
}
#configServiceBoxPerm.fade.in {
  visibility: visible;
}
#configServiceBoxPermClosed:hover {
  box-shadow: none;
}
#configServiceBoxPermClosed img {
  border-top: 1px solid #0f6695;
  border-right: 1px solid #0f6695;
  border-left: 1px solid #0f6695;
}
.shortdescription ul > li::before {
  left: 1em;
  content: "✓";
  font-family: 'Roboto Condensed', sans-serif;
  color: #64c006;
  font-weight: 700;
  position: absolute;
}
.configuration-service .shortdescription ul > li {
  margin-bottom: 5px;
  padding-left: 1.2em;
}
.configuration-close {
  color: #0f6695;
  font-size: 25px;
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 15px;
  float: right;
}
.configuration-close i.fa.fa-times-circle:hover {
  color: #444;
}
.configuration-service > .h2 {
  color: #f8ac00;
  position: absolute;
  left: 47px;
  top: 4px;
  font-size: 25px;
}
.configuration-service .exBox-line {
  color: #0f6695;
  margin: 5px 0;
  width: 100%;
}
.configuration-service .slogan {
  margin-top: 25px;
}
.configuration-service .ex-zub-pbox {
  width: 100%;
  text-align: right;
}
.configuration-service .ex-warenkorb-btn {
  float: none;
  clear: both;
  width: 100%;
}
.configuration-service .price {
  margin: 0;
}
#articlelist .ex_thumbnail_labels {
  height: 30px !important;
}
/*Preisbox ausblenden*/

.configuration-service .ex-zub-pbox .price {
  display: none;
}
.configuration-service .ex-zub-pbox div > small {
  display: none;
}
@media (max-width: 500px) {
  .configServiceBox.show {
    right: unset;
  }
  #configServiceBoxPermClosed {
    right: 25%;
  }
}
/*Globale Struktur der Content Box*/

.ex_textbox {
  margin: 20px 0 0 0;
  background: #fff;
  border: 1px solid #e5e5e5/*444*/;
  padding: 10px;
}
.ex_contentbox {
  border: 1px solid #e5e5e5;
  /* in der box Basis-Farbe global für Expert-Layout - Beispile für Hersteller-Farben dann in der Klasse "ex_gah" weiter unten" */
  margin-top: 20px;
  /* alle Elemente nehmen Abstand dann von oben - war bei der USP-Box noch bottom */
  background-color: #fff;
  /* in der box Basis-Farbe global für Expert-Layout - Beispiele für Hersteller-Farben dann in der Klasse "ex_gah" weiter unten" */
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  /*Abstand zu den inneren Elementen gleich */
  display: -ms-flexb ox;
  -ms-flex-align: start;
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
}
/*
.ex_gah {
     hier nur Definitionen die vom Standard-Layout, das aus .ex_contentbox kommt, abweichen 
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #86b918;
}    */

.ex_contentbox.ex_2x {
  padding: 0;
}
.ex_contentbox.ex_2x > div {
  width: 48%;
}
/*Banner Bilder*/

.ex_contentbox.ex_2x img {
  width: 100%;
}
.ex_contentbox.ex_3x > div {
  width: 32%;
}
.ex_contentbox.ex_4x > div {
  width: 24%;
}
@media only screen and (max-width: 991px) {
  .ex_contentbox.ex_2x > div {
    width: 100%;
    /*96*/
  
  }
  .ex_contentbox.ex_2x > div:last-child {
    margin-top: 10px;
  }
  .ex_contentbox.ex_4x > div {
    width: 48%;
  }
}
@media only screen and (max-width: 756px) {
  .ex_contentbox.ex_3x > div {
    width: 100%;
    /*96*/
  
  }
}
/*testen ob Rest alles funktioniert
 #articlecompare{
    border: 1px solid #e5e5e5;
    background: #ffffff;
    padding: 0 15px;
}


.panel-group{
    margin: 0;
    margin-top: 20px;
    background-color: #fff;
}

.exBox-alt{
    margin-top: 20px;
}

.mb_20 > .exBox-headline{
    margin-top: 20px;
}

.exBox-alt .exBox-headline{
    margin: 0!important;
    background-color: #fff;
}
*/

/*Tabs & Formulare*/

/*
.formBox .formheadline {
    font-size: 1.4em!important;
    font-weight: bold;
    padding: 5px 5px 0px 10px!important;
    background: #f5f5f5;
    color: #666666!important;
    border-bottom: 1px solid #c8000d !important; 
}*/

/*
.formBox h2 {
    text-align: center;
    color: #444;
    margin: 0 0 30px 0;
    font-size: 20px !important;
}*/

/*
#ex_mainCatTab_approach .catTab-cont {
    justify-content: space-between !important;
}*/

/*Tab CSS*/

#ex_mainCatTab_approach {
  width: 100%;
  font-size: 1.2em;
  position: relative;
}
#ex_mainCatTab_approach h1 {
  text-align: center;
  background: #fff;
  margin-bottom: 0;
  padding: 20px;
  color: #444;
  font-size: 23px;
}
#ex_mainCatTab_approach h2 {
  background: #fff;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
  font-size: 21px;
  color: #444;
}
#ex_mainCatTab_approach ul {
  display: flex;
  font-size: 1.2em;
  list-style-type: decimal;
  justify-content: space-evenly;
}
#ex_mainCatTab_approachLinks {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-top: none;
}
#ex_mainCatTab_approach #ex_mainCat_producers {
  margin-bottom: -20px;
}
#ex_mainCatTab_approach #ex_mainCat_topCategorys {
  border-style: none !important;
}
#ex_mainCatTab_approach .ex_topCategorys_headline {
  border-style: none;
}
#ex_mainCatTab_approach .exBox-header {
  margin: auto;
}
#ex_mainCatTab_approach .ex-arrow-down {
  top: -5px;
  border-top: 25px solid #f5f5f5;
}
@media (max-width: 676px) {
  #ex_mainCatTab_approach ul {
    display: unset;
    list-style-position: inside;
  }
  #ex_mainCatTab_approach li {
    width: 100%;
    text-align: center;
  }
}
#Cont3 .expert-title .h3 {
  margin: 0px;
  font-size: 1.2em;
  padding-top: 15px !important;
  border: none;
}
form .catTab {
  width: 49%;
  margin: auto;
  text-align: center;
  cursor: pointer;
  padding: 0 !important;
}
#ex_mainCatTab_approach .catTab a {
  color: #444;
}
/*muss ich wegen dem a-Tag machen... gloabl wird es nicht notwendig sein denke ich*/

#ex_mainCatTab_approach .catTab span {
  padding: 15px;
  display: block;
  font-size: 20px;
}
#ex_mainCatTab_approach div.catTab-cont > div > img {
  display: block;
  width: 35px;
  margin: auto;
}
.catTab.active {
  border-color: #c8000d !important;
}
/*
.sat_main {
    /*padding: 15px 0 15px 0 !important;
    background: #fff;
}*/

/*
.formBox .control-label {
    text-align: left!important;
}
.formBox {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    border: 1px solid #e5e5e5;
    margin-left: 25%;
}

.formBox .form-group{
    margin-bottom: 15px!important;
}


@media (max-width: 991px){
    .formBox {
        margin-left: unset!important;
    }
}*/

/* CZ BTN Anpassung - Newsletter Seiten - wurde in style.less übernommen */

/*cta btn in formbox 
.sat_main .formBox .btn-cart {
    width: 100%;
    color: #f8ac00;
    margin: 5px 0 5px 0;
    border-radius: 9px;
    background-color: #fff;
    border: 2px solid #f8ac00;
    font-weight: bold;
    box-shadow: none;
}

.sat_main .formBox .btn-cart:hover{
    color: #ffffff;
    background-color: #444;
    border-color: #444;
}
*/

.headline_container_centered {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.headline_container_centered h1 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px 0;
  margin-bottom: 20px;
}
.headline_container_centered h2 {
  text-align: center;
  color: #444;
  margin: 0 0 30px 0;
  font-size: 20px !important;
}
.headline_container_centered h3 {
  text-align: center;
  margin: 0 !important;
}
.headline_container_centered span {
  text-align: center;
  font-size: 16px;
}
/* gab es in category.css schon, musste ich nur wegen dem a-Tag anpassen*/

form #ex_mainCatTab_approach div.catTab-cont i {
  color: #c8000d;
  margin: 0px 5px;
  display: block;
  font-size: 35px;
}
/*tabs noch mit category überprüfen*/

#ex_mainCatTab_approach div.catTab-cont > div {
  padding: 15px;
}
#main .tabElement .content {
  text-align: center;
}
.tabElement {
  /*transition: opacity 1s ease-out;
     opacity: 0;
     height: 0;*/
  display: none;
  background-color: #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.tabElement.active {
  opacity: 1 !important;
  display: block !important;
  /*height: auto;*/

}
/*
.catTab{
    text-align: center;
    cursor: pointer;
}*/

#ex_mainCatTab_approach .catTab-cont {
  display: flex;
  background-color: #fff;
  position: relative;
  justify-content: space-between;
  padding: 10px;
}
#ex_mainCatTab_approach div.catTab-cont > div > i {
  color: #c8000d;
  margin: 0px 5px;
  display: block;
  font-size: 35px;
}
#ex_mainCatTab_approach div.catTab {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  /*margin: unset !important;*/

  /*width: 33%;*/

}
#ex_mainCatTab_approach div.catTab:hover {
  text-shadow: 1px 1px 1px #aaa;
  background: linear-gradient(135deg, #c8000d 10px, #fff 0) top left;
  box-shadow: none;
}
#ex_mainCatTab_approach .catTab:focus {
  text-shadow: 1px 1px 1px #aaa;
}
#ex_mainCatTab_approach .catTab.active {
  box-shadow: none;
  background: linear-gradient(135deg, #c8000d 10px, #fff 0) top left;
  border-color: #d5d5d5;
}
@media (max-width: 676px) {
  #ex_mainCatTab_approach .catTab span {
    font-size: 15px;
  }
  #ex_mainCatTab_approach div.catTab-cont > div {
    font-size: 16px !important;
  }
}
/*neue Anpassung für Accordion*/

.accordion-heading {
  padding: 0px 10px;
}
.accordion-inner {
  padding-left: 15px;
}
.accordion-toggle {
  font-size: 20px;
}
.panel-body .accordion-toggle {
  background-color: #e7e7e7;
}
.panel-body .accordion-toggle.collapsed {
  background-color: unset;
}
.btn-text {
  font-size: 16px;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\f054";
}
.panel-heading .accordion-toggle:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  float: right;
  color: grey;
  margin-top: 5px;
}
.ex_acc_icon {
  margin-right: 10px;
}
