*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

body {
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #404040;
  font-size: 16px;
  line-height: 1.25em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  margin: 1em 0;
}

h1, .h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
  color: #ffffff;
}
@media only screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

p, ul, ol, table {
  margin: 1em 0;
}

p {
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
}
@media only screen and (max-width: 1280px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}

.header {
  background-color: #ffffff;
  padding: 20px;
  zoom: 1;
}
.header:after {
  content: " ";
  clear: both;
  display: table;
}
@media only screen and (max-width: 576px) {
  .header {
    padding: 0 10px;
  }
}
.header .header__logo {
  width: 205px;
  float: left;
  background-color: #ffffff;
}
@media only screen and (max-width: 576px) {
  .header .header__logo {
    width: 190px;
  }
}
@media only screen and (max-width: 576px) {
  .header .header__logo img {
    width: 100%;
    height: auto;
    position: relative;
    top: 13px;
  }
}
.header .header__navigation {
  float: right;
}

.construction {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 0px;
}
@media only screen and (max-width: 768px) {
  .construction {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 0px;
  }
}
.construction .construction__column {
  height: calc(100vh - 120px);
}
@media only screen and (max-width: 768px) {
  .construction .construction__column.construction__column--left {
    height: initial;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .construction .construction__column.construction__column--left:before {
    content: " ";
    position: relative;
    display: block;
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 576px) {
  .construction .construction__column.construction__column--left:before {
    padding-top: 75%;
  }
}
.construction .construction__column.construction__column--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .construction .construction__column.construction__column--left img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.construction .construction__column.construction__column--right {
  background-color: #21C0bd;
  padding: 50px 0;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .construction .construction__column.construction__column--right {
    overflow-y: initial;
    height: initial;
  }
}
.construction .construction__column.construction__column--right .construction__content {
  max-width: 80%;
  margin: 0 auto;
}
.construction .construction__column.construction__column--right .construction__content h1 {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .construction .construction__column.construction__column--right .construction__content h1 {
    margin-top: 0;
  }
}
.construction .construction__column.construction__column--right .construction__content .social-media {
  width: 100%;
}
.construction .construction__column.construction__column--right .construction__content .social-media .social-media__network {
  list-style: none outside none;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.construction .construction__column.construction__column--right .construction__content .social-media .social-media__network.social-media__network--instagram {
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center center;
  background-image: url(../Icons/Content/White/instagram.svg);
}
.construction .construction__column.construction__column--right .construction__content .social-media .social-media__network.social-media__network--facebook {
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center center;
  background-image: url(../Icons/Content/White/facebook.svg);
}
.construction .construction__column.construction__column--right .construction__content .social-media .social-media__network a {
  display: block;
  width: 100%;
  height: 100%;
}
.construction .construction__column.construction__column--right .construction__content .social-media .social-media__network a span {
  position: absolute;
  left: -999999px;
}

.social-media .social-media__list .social-media__item {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .social-media .social-media__list .social-media__item {
    margin-left: 10px;
  }
}
.social-media .social-media__list .social-media__item.social-media__item--instagram .social-media__link:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-image: url(../Icons/Content/Darkgrey/instagram.svg);
}
.social-media .social-media__list .social-media__item.social-media__item--facebook .social-media__link:before {
  content: "";
  position: relative;
  display: inline-block;
  /* Do not simplify these! Else background-size cannot be applied later. */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-image: url(../Icons/Content/Darkgrey/facebook.svg);
}
.social-media .social-media__list .social-media__item .social-media__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.social-media .social-media__list .social-media__item .social-media__link span {
  position: absolute;
  left: -99999px;
}