* {
  box-sizing: border-box;
}

html * {
  max-height: 1000000px;
}

body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  background-color: rgb(218, 218, 218);
}

.main {
  max-width: 1100px;
  font-size: 18px;
}

.header {
  background-color: black;
  z-index: 1000;
}

.liner {
  background-color: black;
  height: 2px;
  margin-top: 36px;
  margin-bottom: 26px;
}

.backlit {
  background-image: url(/img/Layer\ v2.png);
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.shadowed {
  box-shadow: 7px 7px 6px 0px #adb5bd;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fullarea {
  margin: 0;
  padding: 0;
}

.footersection {
  margin-bottom: 30px;
  border-bottom: 2px solid black;
}
@media (min-width: 768px) {
  .footersection {
    margin-bottom: inherit;
    border-bottom: unset;
  }
}

.ftrsechdr {
  font-weight: bold;
  font-size: large;
}

.navbar {
  --bs-navbar-padding-y: 0;
}

.slider {
  padding-top: 40%;
}

#carouselExampleIndicators {
  max-width: 600px;
}

.block {
  color: #adb5bd;
  height: 100%;
  text-align: center;
  padding: 36px 0 36px 0;
}
@media (max-width: 768px) {
  .block {
    padding: 26px 0 26px 0;
  }
}

.topmenu {
  color: white;
  height: 100%;
}

.topmenu li {
  margin-right: 15px;
  border: 2px white;
}

.menurow {
  height: 100%;
}

.slogan {
  min-height: 160px;
  margin-bottom: 15px;
}

.slogan .block {
  color: black;
  font-size: 1.2em;
  padding-bottom: 0;
}

.slogan img {
  vertical-align: top;
  height: 2px;
  width: 36%;
}

.logo-hdr {
  width: 180px;
  background-color: black;
  position: relative;
  top: 7px;
  left: 40px;
  z-index: 1000;
}
@media (max-width: 760px) {
  .logo-hdr {
    top: 12px;
    left: 0;
    width: 120px;
  }
}
@media (max-width: 360px) {
  .logo-hdr {
    display: none;
  }
}

.logo-mnu {
  width: 150px;
  display: none;
}
@media (max-width: 360px) {
  .logo-mnu {
    display: inherit;
  }
}

.menubar {
  height: 100%;
}

.nav-box {
  margin: auto;
  text-align: center;
}

footer {
  color: black;
  background-color: rgb(218, 218, 218);
  padding-top: 40px;
}

#btnSndEmail {
  cursor: pointer;
  border: 1px solid #b8babb;
  border-radius: 3px;
  padding: 3px;
  box-shadow: 3px 3px 4px 1px #adb5bd;
}

main {
  background-color: white;
  z-index: 10;
}

.box_main {
  background-image: url(/img/0000001.png);
  min-height: 270px;
}

.box_main .col {
  margin-left: 125px;
  margin-right: 125px;
}
@media (max-width: 990px) {
  .box_main .col {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.main_btns {
  min-height: 100%;
}

.main_btns .col-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.myaddress .block {
  color: black;
}

.myaddress p {
  margin-bottom: 0.5rem;
}

.menuelm {
  margin-right: 25px;
  border-bottom: 2px solid black;
}

.menuelm:hover {
  border-bottom: 2px solid red;
  cursor: pointer;
}

.nav-link {
  color: white;
}

.headline {
  font-size: large;
  font-weight: bold;
}

#CASIObrand, #CITIZENbrand, #QQbrand {
  cursor: pointer;
}

.collectionblock {
  min-height: 150px;
}

.logos {
  padding-top: 25px;
}
@media (max-width: 992px) {
  .logos {
    padding-top: 20px;
  }
}

.branddescr {
  border-top: 2px solid gray;
  padding-top: 15px;
  text-align: justify;
  margin-bottom: 25px;
}

.brandlines {
  padding-bottom: 15px;
}

@media (max-width: 576px) {
  div.brandlines p {
    font-size: smaller;
  }
}

.brdrodd {
  border-right: 1px solid gray;
}
@media (max-width: 768px) {
  .brdrodd {
    border: none;
  }
}

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

.txtslot {
  text-align: center;
  padding-left: 130px;
}

div.txtslot > p:first-child {
  font-weight: bold;
  margin-bottom: 1px;
}

.newsline {
  padding-bottom: 10px;
  padding-top: 10px;
}

.newstag {
  padding: 0;
}

.newstagdate {
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: white;
  border: 1px solid #ced4da;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: none;
}

.newstagpicture {
  height: 100px;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  background: #ced4da;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 768px) {
  .newstagpicture {
    height: 50px;
  }
}

.newstagimg {
  max-width: 120px;
  width: 90%;
  margin: auto;
}

.newstext {
  padding-top: 31px;
}
@media (max-width: 768px) {
  .newstext {
    padding-top: 10px;
  }
}

.newstext p {
  margin-bottom: 10px;
}

div.newstext > p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}

.newstext a {
  font-size: smaller;
}

.switchbox {
  color: white;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding-right: 5px;
  max-width: 179px;
}

.ivm_switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.ivm_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ivm_switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.ivm_switch_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: black;
  transition: 0.4s;
}

input + .ivm_switch_slider,
input:checked + .ivm_switch_slider {
  background-color: white;
}

input:focus + .ivm_switch_slider {
  box-shadow: 0 0 1px gray;
}

input:checked + .ivm_switch_slider:before {
  transform: translateX(22px);
}

/* Rounded sliders */
.ivm_switch_slider.round {
  border-radius: 8px;
}

.ivm_switch_slider.round:before {
  border-radius: 50%;
}/*# sourceMappingURL=dev-main.css.map */