/**
 * PM (10.02.2020) this block is used to design the cookies notice modal
 */
aside#mod_gdpr_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
}
aside#mod_gdpr_container.mod-gdpr-dark {
  background: rgba(0, 0, 0, 0.9);
}
aside#mod_gdpr_container.mod-gdpr-invisible,
aside#mod_gdpr_container footer.mod-gdpr-snippet {
  display: none!important;
  visibility: hidden!important;
  top: -1000% !important;
  left: -1000% !important;
  z-index: -1000 !important;
  background: transparent!important;
  color: transparent!important;
  border: none!important;
  opacity: 0!important;
}
aside#mod_gdpr_container.mod-gdpr-invisible *,
aside#mod_gdpr_container footer.mod-gdpr-snippet * {
  background: transparent!important;
  color: transparent!important;
  border: none!important;
}
aside#mod_gdpr_container article {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  padding: 20px;
}
aside#mod_gdpr_container article section.mod-gdpr-intro.final,
aside#mod_gdpr_container article section:not(.mod-gdpr-intro):not(.final) {
  display: none;
}
aside#mod_gdpr_container article div.mod-gdpr-buttons div.col-sm-6:first-child > p {
  padding-right: 10px;
}
aside#mod_gdpr_container article div.mod-gdpr-groups {
  max-height: 250px;
  overflow-y: auto;
}
aside#mod_gdpr_container article footer.mod-gdpr-snippet {
  position: absolute;
}
/*//////////////////// Animation ///////////////////////*/
@keyframes boxopen {
  from {
    opacity: 0;
    top: 40%;
  }
  to {
    opacity: 1;
    top: 50%;
    height: auto;
  }
}
.boxopen {
  animation-duration: 0.75s;
  animation-name: boxopen;
  transition: all 0.75s ease;
  backface-visibility: visible !important;
}
/*//////////////////////// Allgemein ///////////////////////////*/
#cookie-banner-wrapper .li-item {
  margin: 1em 0;
  padding: 1em 0em;
}
.cookie-box-wrapper {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  background: #ffffff;
  width: 90%;
  max-width: 500px;
}
.cookie-box-wrapper h2 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: 1.5rem;
  word-break: break-all;
  line-height: 1.5;
  font-weight: 400;
  clear: both;
  border: none;
}
.cookie-box-wrapper h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: 1.25rem;
  word-break: break-all;
  line-height: 1.5;
  font-weight: 400;
  clear: both;
}
.cookie-box-wrapper p {
  line-height: 1.25em;
  margin: 0.9375em 0;
}
.cookie-box-wrapper .cursor {
  cursor: pointer;
}
.cookie-box-wrapper .no-cursor {
  cursor: not-allowed;
}
.cookie-box-wrapper .text-left {
  text-align: left !important;
}
.cookie-box-wrapper .text-center {
  text-align: center !important;
}
.cookie-box-wrapper .text-right {
  text-align: right !important;
}
.cookie-box-wrapper .pd-to {
  padding-top: 5px;
}
.cookie-box-wrapper .pd-bo {
  padding-bottom: 5px;
}
.cookie-box-wrapper .cookie-border-top {
  border-top: 1px solid #ececec;
}
.cookie-box-wrapper .cookie-border-bottom {
  border-bottom: 1px solid #ececec;
}
.cookie-box-wrapper .d-flex {
  display: flex !important;
}
.cookie-box-wrapper .flex-row {
  flex-direction: row !important;
}
.cookie-box-wrapper .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.cookie-box-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cookie-box-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.cookie-box-wrapper .no-gutters > .col,
.cookie-box-wrapper .sigma-cookiebanner .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cookie-box-wrapper .text-end {
  text-align: end;
}
@media (min-width: 576px) {
  .sigma-cookiebanner .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .sigma-cookiebanner .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*////////////  OVERFLOW - SCROLL ////////////////////////////*/
.wrapper-li-item {
  height: 30vh;
  overflow-y: auto;
}
/*////////////////////////////// BTN STYLE /////////////////////////*/
.intro-box .sigma-accept-start a,
.intro-box .sigma-custom-start {
  width: 90%;
}
.intro-box .sigma-custom-start-btn a {
  background: #ffffff;
  border-radius: 4px;
  color: #555;
  border: 1px solid #ffffff;
}
.intro-box .ssigma-custom-start-btn a:hover {
  background: #fcfcfc;
  color: #c71232;
}
.intro-box .sigma-custom-start {
  background: #ffffff;
  border-radius: 4px;
  color: #acacac;
  display: inline-block;
  padding: 0px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.intro-box .sigma-custom-start a:hover {
  color: #c71232;
}
.sigma-cookiebanner .sigma-btn {
  background: #00d493;
  border-radius: 4px;
  color: #fff;
}
.sigma-cookiebanner .sigma-btn:hover {
  background: #00d493;
  border-radius: 4px;
  color: #fff;
}
.sigma-cookiebanner .sigma-btn-accept-all {
  background: #28a745;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.sigma-cookiebanner .sigma-btn-accept-all:hover {
  background: #00cc00;
  border-radius: 4px;
  color: #fff;
}
.sigma-cookiebanner .sigma-custom-btn a {
  background: #ececec;
  border-radius: 4px;
  color: #555;
  border: 1px solid #cccccc;
}
.sigma-cookiebanner .sigma-custom-btn a:hover {
  background: #fcfcfc;
  color: #c71232;
}
.sigma-cookiebanner .sigma-custom {
  background: #fcfcfc;
  border-radius: 4px;
  color: #acacac;
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.sigma-cookiebanner .sigma-custom a:hover {
  color: #666;
}
/*////////////////////////////// checkbox style /////////////////////*/
#filters {
  height: 25px;
}
@media (max-width: 768px) {
  #filters {
    display: inline-block;
  }
}
#filters .filter {
  display: flex;
  float: left;
}
#filters .filter .switch-label {
  font-size: 16px;
  text-align: right;
  padding-right: 5px;
  width: 50%;
  margin-top: -2.5px;
}
#filters .filter .switch-label + div {
  width: 50%;
  text-align: left;
}
#filters .filter .onoffswitch {
  position: relative;
  width: 35px;
  height: 15px;
  padding-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 5px;
}
#filters .filter .onoffswitch-checkbox,
#filters .filter .onoffswitch-checkbox2 {
  display: none;
}
#filters .filter .onoffswitch-label {
  display: block;
  overflow: hidden;
  border: 0 solid #999999;
  border-radius: 10px;
}
#filters .filter .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
#filters .filter .onoffswitch-inner:before,
#filters .filter .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 10px;
  padding: 0;
  line-height: 10px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
#filters .filter .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #9accab;
  color: #FFFFFF;
}
#filters .filter .onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #cccccc;
  color: #999999;
  text-align: right;
}
#filters .filter .onoffswitch-switch {
  display: block;
  width: 18px;
  height: 18px;
  margin: -4px;
  background: #ececec;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 21px;
  border: 0px solid #999999;
  border-radius: 10px;
  transition: all 0.3s ease-in 0s;
}
#filters .filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
#filters .filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background: #009900;
}
#filters .filter .ml-5 {
  margin-left: 5px !important;
}
#filters .filter .mr-5 {
  margin-right: 5px !important;
}
#filters .filter .label-off,
#filters .filter .label-on {
  font-size: 18px;
}
section.mod-gdpr-group-1 #filters .onoffswitch-inner:before {
  background-color: rgba(154, 204, 171, 0.25);
}
section.mod-gdpr-group-1 #filters .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  background: rgba(40, 167, 69, 0.5);
}
/*# sourceMappingURL=style.css.map */