/*------------------------guton-------------------------*/
@font-face {
  font-family: "Guton Reg";
  src: url("/web/20260420045835im_/https://www.ccrealestate.be/assets/fonts/Guton-Regular.woff") format("woff2"), url("/web/20260420045835im_/https://www.ccrealestate.be/assets/fonts/Guton-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ANIMATIONS ====================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.fadeanimation {
  opacity: 0;
}

.fadeanimation.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
  animation: fadeIn 1s ease-in-out forwards;
}

.fadeanimation.fadeUp {
  -webkit-animation: fadeUp 1s ease-in-out forwards;
  animation: fadeUp 1s ease-in-out forwards;
}

.fadeanimation.fadeIn.delay03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fadeanimation.fadeIn.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fadeanimation.fadeIn.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fadeanimation.fadeIn.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fadeanimation.fadeIn.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fadeanimation.fadeIn.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fadeanimation.fadeUp.delay03 {
  margin-right: 140px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fadeanimation.fadeUp.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fadeanimation.fadeUp.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fadeanimation.fadeUp.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fadeanimation.fadeUp.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fadeanimation.fadeUp.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/* STYLES ====================================================================== */
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #EEE9E5;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10;
}

h1, h2, h3 {
  font-size: 24px;
  letter-spacing: 0.15em;
  margin: 0 0 30px 0;
  font-weight: 200;
  color: black;
}

.content img {
  width: 100%;
  height: auto;
  max-width: 500px;
  /*max-width: 200px;*/
  margin: 0 0 10px 0;
  display: block;
}

.content h1 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.content h2 {
  font-size: 18px;
  max-width: 800px;
  margin: 0;
  margin: 0 0 30px 0;
}

.content p {
  font-size: 16px;
  letter-spacing: 0.15em;
  margin: 0 0 30px 0;
  font-weight: 200;
  color: black;
  max-width: 1000px;
}

.content a {
  color: black;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.content .buttons {
  margin-top: 25px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  font-size: 12px;
}

@media only screen and (max-width: 500px) {
  .content img {
    max-width: 200px;
    margin: 0 0 60px 0;
  }
}