html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


@media screen and (max-width:1800px) {
    div.image-one img {
        display: none;
    }
}


/* BANNER COOKIES */
#cookie-banner {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #000;
    color: #fff;
    width: 95%;
    z-index: 1500;
    border-radius: 15px;
    opacity: 0.8;
}
