body {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
div {
  box-sizing: border-box;
}
.button-round {
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 40px;
  text-decoration: none;
}
.circle-link {
  border-radius: 50%;
  font-size: 42px;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 389px) {
  .card-wrapper {
    margin: 20px 10px;
  }
}
@media screen and (min-width: 390px) and (max-width: 749px) {
  .card-wrapper {
    margin: 20px auto;
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .card-wrapper {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
  }
}
.card-wrapper .card {
  overflow: hidden;
}
@media screen and (max-width: 389px) {
  .card-wrapper .card {
    width: 100%;
  }
}
@media screen and (min-width: 390px) and (max-width: 749px) {
  .card-wrapper .card {
    width: 350px;
  }
}
@media screen and (min-width: 750px) {
  .card-wrapper .card {
    width: 700px;
  }
}
.card-wrapper .card > div {
  height: 350px;
}
@media screen and (min-width: 390px) {
  .card-wrapper .card > div {
    width: 350px;
  }
}
.card-wrapper .card .picture {
  background-size: cover;
  padding: 55px;
}
@media screen and (min-width: 390px) {
  .card-wrapper .card .picture {
    float: left;
  }
}
.card-wrapper .card .text {
  align-items: center;
  /* vert */
  display: flex;
}
@media screen and (min-width: 390px) {
  .card-wrapper .card .text {
    float: right;
  }
}
.card-wrapper .card .text .content {
  padding: 0 50px;
}
.card-wrapper .card .text .content .sep {
  height: 3px;
  margin-bottom: 30px;
  margin-top: 25px;
  width: 50px;
}
.card-wrapper .card .text .content .vat-sdi {
  margin-bottom: 10px;
}
.card-wrapper .card .text .content .address {
  margin-bottom: 10px;
}
.card-wrapper .spacer2 {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 390px) {
  .card-wrapper .spacer2 {
    float: right;
    width: 350px;
  }
}
.card-wrapper .spacer2 .button-open-map {
  display: block;
  margin: -30px auto;
  width: 60px;
  height: 60px;
}
.social-icons {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .social-icons {
    margin-top: 50px;
  }
}
@media screen and (min-width: 750px) {
  .social-icons {
    position: fixed;
    bottom: 10px;
    z-index: 0;
  }
}
.social-icons a.social-icon {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  margin: 5px;
  padding: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social-icons a.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
