@charset "utf-8";

#map-wrapper {
  border: 1px solid #dddddd;
}

.border {
  border-top: 1px solid #ddd;
}

.h-big {
  color: #722382;
}

@media (min-width:240px) and (max-width:768px) {
  #bg-footer {
    background-color: #494736;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #footer-box {
    width: 265px;
    margin: 0 auto;
  }

  #footer-box2 {
    text-align: center;
    margin: 2px;
  }

  #cookiePopup {
    background: white;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 25px 60px;
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:992px) {
  #bg-footer {
    background-color: #494736;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #footer-box {
    width: 324px;
  }

  #footer-box2 {
    text-align: center;
    margin: 2px;
  }

  #cookiePopup {
    background: white;
    width: 90%;
    position: fixed;
    right: 4.5%;
    bottom: 0;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 25px 60px;
    text-align: center;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  #bg-footer {
    background-color: #494736;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #footer-box {
    width: 324px;
  }

  #footer-box2 {
    text-align: right;
    margin: 2px;
  }

  #bg-soicon {
    background: #722382;
    padding: 5px 0;
  }

  #soicon-box2 {
    text-align: right;
    margin: 2px;
  }

  #cookiePopup {
    background: white;
    width: 25%;
    position: fixed;
    right: 4.5%;
    bottom: 0;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 25px 60px;
    text-align: center;
  }
}

@media (min-width:1200px) {
  #bg-footer {
    background-color: #494736;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #footer-box {
    width: 324px;
  }

  #footer-box2 {
    text-align: right;
    margin: 2px;
  }

  #bg-soicon {
    background: #722382;
    padding: 5px 0;
  }

  #cookiePopup {
    background: white;
    width: 25%;
    position: fixed;
    right: 4.5%;
    bottom: 0;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 25px 60px;
    text-align: center;
  }
}

/* #cookiePopup {
  background: white;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 25px 60px;
  text-align: center;
} */

#cookiePopup p {
  text-align: left;
  font-size: 15px;
  color: #4e4e4e;
}

#cookiePopup button {
  width: 100%;
  border: navajowhite;
  background: #d6a205;
  padding: 5px;
  border-radius: 10px;
  color: white;
}