@import url("style_airscreen_neu_breit.css") screen and (min-width:1025px);
@import url("style_airscreen_mobile.css")   screen and (max-width:1024px);

/*  Basis-Schrift usw. kann direkt hier rein – oder in eine common‑Datei */
*{font-family:robotolight,"Helvetica Neue",Arial,sans-serif;}

/*  Mini-Ergänzungen, wenn nötig:  */
.layout-wide   {display:none;}
.layout-mobile {display:block;}

@media (min-width:1025px){
  .layout-wide   {display:block;}
  .layout-mobile {display:none;}
}

/* Fix Whatsapp */

.ns-whatsapp-wrap {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9999;
}

.ns-whatsapp-hide-mobile {
  display: none;
}

@media(min-width: 1025px) {
  .ns-whatsapp-hide-mobile {
    display:inline-block;
  }
  .ns-whatsapp-hide-desktop {
    display: none;
  }
}

.ns-whatsapp-btn {
  font-weight: 700;
  background-color: #2ebe38 !important;
  color: #fff !important;
  border: 1px solid #2ebe38 !important;
  border-radius: 5px;
  padding: 5px 15px 5px 10px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ns-whatsapp-wrap a:link, .ns-whatsapp-wrap a:visited {
color: #fff !important;
}

.ns-whatsapp-btn img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.ns-whatsapp-hide-desktop .ns-whatsapp-btn {
    padding: 5px !important;
    font-size: 1rem;
    border-radius: 0px !important;
    border: 0px !important;
}

.ns-whatsapp-hide-desktop .ns-whatsapp-btn img {
  width: 40px;
  height: 40px;
  margin-right: 0px;
}

/* Fix Cookie Consent */

.dp--check-box:checked {
  background-color: #000000 !important;
  accent-color: #000000; /* sorgt auch in modernen Browsern für schwarze Checkbox */
}

.cc-btn:hover {
  background-color: #235299 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.cc-btn {
    margin: 0.5em;
}

/* Powermail Fix */

.form-check {
    padding-left: 1.0em;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.tx-powermail input[type=checkbox]::before {
    inline-size: unset;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    margin-right: 1.5em;
}