@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content_01 .visual {
  padding-top: 50%;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.content_01 img {
  max-width: 100%;
}
@media (min-width: 992px) {
}
.homepage {
  margin-bottom: 0;
}
.homepage h2 {
  color: #d0003a;
  font-family: 'Rosario', sans-serif, sans-serif;
  font-weight: normal;
  margin: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
.homepage h2 a,
.homepage h2 a:hover,
.homepage h2 a:focus,
.homepage h2 a:active {
  text-decoration: none;
  color: #d0003a;
}
.homepage h2 .icon-left {
  margin-right: 10px;
}
.homepage h2 .icon-right {
  margin-left: 10px;
}
.homepage .block {
  padding: 60px 0;
}
.homepage .block-gray {
  background: #e6edf3;
}
.homepage .block-blue {
  background: #4aa7bc;
}
.homepage .block-blue,
.homepage .block-blue h2,
.homepage .block-blue h3,
.homepage .block-blue h4,
.homepage .block-blue h5 {
  color: #fff;
}
.homepage .block-blue .btn {
  margin: 5px;
}
.homepage .block-blue .btn.btn-moetiknaardedokter:before,
.homepage .block-blue .btn.btn-thuisarts:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
  margin-top: -7px;
  margin-bottom: -7px;
  display: inline-block;
  vertical-align: top;
}
.homepage .block-blue .btn.btn-moetiknaardedokter:before {
  background-image: url('/site/assets/img/icon-moetiknaardedokter.png');
}
.homepage .block-blue .btn.btn-thuisarts:before {
  background-image: url('/site/assets/img/icon-thuisarts.png');
}
.homepage .visual {
  background: #e6edf3;
  background-size: cover;
  background-position: center center;
  height: 250px;
}
@media (min-width: 992px) {
  .homepage .visual {
    height: 370px;
  }
}
.homepage .elements-top {
  background: #fff;
  border-radius: 15px;
  margin-top: -70px;
  margin-bottom: 30px;
  padding-top: 10px;
}
.homepage .elements-top.custom-elements .custom-element {
  padding: 20px 30px;
  border-bottom: 1px solid #e6edf3;
  width: 100%;
}
@media (min-width: 768px) {
  .homepage .elements-top.custom-elements .custom-element {
    margin-top: 20px;
    padding: 0 30px;
    border: 0;
    border-right: 1px solid #e6edf3;
  }
}
.homepage .elements-top.custom-elements .custom-element p:last-child {
  margin-bottom: 0;
}
.homepage .elements-top.custom-elements > .row > :last-child .custom-element {
  border-right: 0;
}
.homepage .elements-top.custom-elements .btn {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 13px;
  vertical-align: baseline;
}
.homepage .elements-top.custom-elements .btn[href^="http"]:before {
  display: none;
}
@media (min-width: 768px) {
  .homepage .elements-top.custom-elements .btn {
    margin-top: 5px;
  }
}
.homepage .elements-top.custom-elements .phone-link,
.homepage .elements-top.custom-elements .fax-link,
.homepage .elements-top.custom-elements .email-link,
.homepage .elements-top.custom-elements .location-link {
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .homepage .elements-top.custom-elements .phone-link,
  .homepage .elements-top.custom-elements .fax-link,
  .homepage .elements-top.custom-elements .email-link,
  .homepage .elements-top.custom-elements .location-link {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .homepage .elements-top.custom-elements .element-huisartsen {
    border-right: 0;
    border-bottom: 1px solid #e6edf3;
    padding-bottom: 20px;
  }
}
.homepage .elements-top.custom-elements .element-huisartsen .people-list {
  margin-bottom: -10px;
}
.homepage .elements-top.custom-elements .element-huisartsen .people-list .people-item {
  text-decoration: none;
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}
.homepage .elements-top.custom-elements .element-huisartsen .people-list .people-item .people-item-icon {
  width: 30px;
  flex: 0 0 auto;
  color: #d0003a;
}
.homepage .block-melding {
  padding: 0;
  margin-bottom: 60px;
  text-align: center;
  font-family: 'Rosario', sans-serif;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .homepage .block-melding {
    font-size: 30px;
    line-height: 30px;
  }
}
.homepage .block-melding .melding {
  background: #e6edf3;
  padding: 30px;
  border-radius: 15px;
}
.homepage .block-melding .melding p:last-child {
  margin-bottom: 0;
}
.homepage .block-custom-links {
  padding-top: 0;
}
.homepage .custom-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.homepage .custom-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('/site/assets/img/bg-cta.svg') center center no-repeat;
  background-size: contain;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  margin: 10px 5px;
  width: 125px;
  height: 125px;
  transition: transform 300ms;
}
.homepage .custom-links a:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .homepage .custom-links a {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .homepage .custom-links a {
    width: 180px;
    height: 180px;
  }
}
.homepage .custom-links a i {
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .homepage .custom-links a i {
    font-size: 40px;
    line-height: 40px;
  }
}
.homepage .custom-links a span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .homepage .custom-links a span {
    margin-top: 10px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=maps/body-templates.css.map */
