/** Variables **/
/**
 * Variables
 */
/** Paths **/
/** Colors **/
/** Border radius **/
/** Breakpoints **/
/** Gutters **/
/** Widths */
/** Shadows **/
/** Typography **/
/** Transitions **/
/** Z-index **/
/** Vendor **/
/** Base **/
body,
html {
  font-family: "profile-reg", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "profile-reg";
  src: url("../fonts/ProfileScWeb.woff") format("woff");
  src: url("../fonts/ProfileWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/** Sections **/
.header__inner {
  padding: 1.8rem;
}
.header__logo {
  width: 18rem;
  height: auto;
  max-width: 100%;
}
.header__nav {
  display: none;
}
@media (min-width: 48rem) {
  .header {
    width: 71.25rem;
    max-width: calc(100vw - 3.6rem);
    margin: 0 auto;
    position: relative;
  }
  .header__inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__logo {
    height: 3rem;
    width: auto;
  }
  .header__nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1rem;
  }
  .header__nav__item {
    display: inline-block;
    margin-right: 0.5em;
  }
  .header__nav__item a {
    display: inline-block;
    padding: 0.5em 0.8em;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 1em;
    color: black;
    text-decoration: none;
  }
  .header__nav__item a:hover {
    background-color: white;
    text-decoration: underline;
  }
}

.hero {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero__content {
  padding: 1.8rem;
  order: 2;
}
.hero__image {
  order: 1;
  width: 100%;
  height: 45vw;
  background: url("../img/hero_image.jpg") no-repeat center center;
  background-size: cover;
}
.hero__cover {
  order: 1;
  width: 100%;
  height: auto;
}
.hero__cover img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__title {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.hero__title__highlight {
  color: #db0746;
}
.hero__desc {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
.hero__attention {
  font-size: 1rem;
  line-height: 1.4;
  display: block;
  margin: 0.9rem 0 1.8rem 0;
  color: #db0746;
}
.hero__attention__title {
  font-size: 1.125rem;
  margin: 0 0 0.25em 0;
  color: #db0746;
  display: block;
}
.hero__locations {
  margin: 1.8rem 0 0 0;
}
.hero__locationsTitle {
  font-size: 1rem;
  color: #929291;
  margin: 0 0 1em 0;
}
.hero__locationsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero__location {
  display: block;
  width: 100%;
  margin: 0 0 0.9rem 0;
  border-left: 0.5rem solid;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  padding: 0.7em 1.25em;
  text-decoration: none;
  cursor: pointer;
}
.hero__location.-heesweg {
  border-color: #db0746;
  color: #db0746;
}
.hero__location.-heesweg:hover {
  background-color: #db0746;
}
.hero__location.-russenweg-vmbo {
  border-color: #f29100;
  color: #f29100;
}
.hero__location.-russenweg-vmbo:hover {
  background-color: #f29100;
}
.hero__location.-russenweg-praktijk {
  border-color: #2785cc;
  color: #2785cc;
}
.hero__location.-russenweg-praktijk:hover {
  background-color: #2785cc;
}
.hero__location:hover {
  position: relative;
  color: white;
  z-index: 1000;
  background-image: url("../icon/chevron-right-light.svg");
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: auto 30%;
  transition: width 0.25s;
  text-decoration: none;
}
.hero__location:hover .hero__locationTitle {
  color: white;
}
@media (min-width: 48rem) {
  .hero__location:hover .hero__locationSubtitle {
    display: none;
  }
  .hero__location:hover .hero__locationSubtitle.-on-hover {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.hero__location:focus, .hero__location:active {
  text-decoration: none;
}
.hero__locationTitle {
  font-size: 1.25rem;
  color: black;
  margin: 0 0 0.15em 0;
}
.hero__locationSubtitle {
  font-size: 1.0625rem;
  line-height: 1.3rem;
  margin: 0;
}
.hero__locationSubtitle.-on-hover {
  font-size: 0.9375rem;
  display: none;
}
.hero__locationSubtitle span.blue {
  color: #2785cc;
}
@media (min-width: 48rem) {
  .hero {
    padding-top: 7.5rem;
    min-height: 100vh;
    flex-flow: row nowrap;
  }
  .hero__content {
    order: 1;
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 2.7rem 1.8rem;
  }
}
@media (min-width: 48rem) and (min-width: 74.85rem) {
  .hero__content {
    max-width: 35.625rem;
    margin-left: calc(50% - (35.625rem));
    padding-left: 0;
  }
}
@media (min-width: 48rem) {
  .hero__image {
    order: 2;
    margin-top: -7.5rem;
    display: block;
    flex: 0 0 50%;
    width: 50%;
    height: auto;
  }
}
@media (min-width: 48rem) {
  .hero__cover {
    order: 2;
    width: 50%;
    height: auto;
  }
}
@media (min-width: 48rem) {
  .hero__title {
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  .hero__location:hover {
    width: calc(100% + 3.6rem);
  }
}
@media (min-width: 48rem) and (max-width: 60rem) {
  .hero__location:hover {
    width: 30rem;
  }
}
@media (min-width: 70rem) {
  .hero__title {
    font-size: 2.5rem;
  }
}

.intro {
  background-color: #db0746;
  padding: 3.6rem 0;
  text-align: center;
  color: white;
}
.intro__container {
  max-width: calc(100vw - 3.6rem);
  width: 30rem;
  margin: 0 auto;
}
.intro__title {
  font-size: 2rem;
  margin: 0 0 0.75em 0;
}
.intro__text {
  display: block;
  max-width: 100%;
  width: 22.5rem;
  font-size: 1rem;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .intro {
    padding: 5.4rem 0;
  }
}

.gallery {
  display: block;
}
.gallery::after {
  content: "";
  display: table;
  clear: both;
}
.gallery__item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.3333333333%;
  margin-left: 0%;
  margin-right: 0%;
  height: 25vw;
  min-height: 12rem;
  max-height: 18rem;
  background: transparent no-repeat center center;
  background-size: cover;
}
.gallery__item::after {
  content: "";
  display: table;
  clear: both;
}
.gallery__item:nth-child(1) {
  background-image: url("../img/gallery-photo-1.jpg");
}
.gallery__item:nth-child(2) {
  background-image: url("../img/gallery-photo-2.jpg");
  background-position: top 40% center;
}
.gallery__item:nth-child(3) {
  background-image: url("../img/gallery-photo-3.jpg");
  background-position: top 20% center;
}

.locations {
  padding: 3.6rem 0 0 0;
}
.locations__container {
  max-width: calc(100vw - 3.6rem);
  width: 22.5rem;
  margin: 0 auto;
  text-align: center;
}
.locations__title {
  font-size: 2rem;
  margin: 0 0 0.75em 0;
}
.locations__text {
  display: block;
  margin: 0 auto;
}
.locations__itemList {
  list-style: none;
  padding: 0;
  display: block;
  width: 60rem;
  max-width: calc(100vw - 3.6rem);
  margin: 3.6rem auto 0 auto;
  z-index: 1000;
  position: relative;
}
.locations__itemList::after {
  content: "";
  display: table;
  clear: both;
}
.locations__itemWrapper {
  margin-bottom: 0.9rem;
}
.locations__item {
  display: block;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid;
  color: black;
  text-decoration: none;
  padding: 1em 1em 1em 1.35em;
  background-color: white;
}
.locations__item.-heesweg {
  border-color: #db0746;
}
.locations__item.-heesweg .locations__itemSubtitle, .locations__item.-heesweg .locations__itemLink {
  color: #db0746;
}
.locations__item.-russenweg-vmbo {
  border-color: #f29100;
}
.locations__item.-russenweg-vmbo .locations__itemSubtitle, .locations__item.-russenweg-vmbo .locations__itemLink {
  color: #f29100;
}
.locations__item.-russenweg-praktijk {
  border-color: #2785cc;
}
.locations__item.-russenweg-praktijk .locations__itemSubtitle, .locations__item.-russenweg-praktijk .locations__itemLink {
  color: #2785cc;
}
.locations__item:hover, .locations__item:focus {
  background-color: #fafafa;
  color: black;
  text-decoration: none;
}
.locations__item:active {
  background-color: #f0f0f0;
}
.locations__itemTitle {
  font-size: 1.5rem;
  margin: 0 0 0.1em 0;
}
.locations__itemSubtitle {
  font-size: 1rem;
  margin: 0 0 1em 0;
}
.locations__itemSubtitle span.blue {
  color: #2785cc;
}
.locations__itemInfo {
  font-size: 0.875rem;
  margin: 0;
}
.locations__itemLink {
  font-size: 0.875rem;
  text-decoration: none;
}
.locations__mapWrapper {
  position: relative;
  width: 100%;
  height: 20rem;
  background-color: #f0f0f0;
  margin-top: -3.6rem;
  z-index: 10;
}
.locations__map {
  position: absolute !important;
  height: 100%;
  width: 100%;
}
@media (min-width: 48rem) {
  .locations__itemWrapper {
    margin-bottom: 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .locations__itemWrapper::after {
    content: "";
    display: table;
    clear: both;
  }
  .locations__itemWrapper:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .locations__itemWrapper:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .locations__itemWrapper:nth-child(2n+1) {
    clear: both;
  }
  .locations__mapWrapper {
    height: 25rem;
    margin-top: -1.8rem;
  }
}

.footer {
  width: 71.25rem;
  max-width: calc(100vw - 3.6rem);
  margin: 2.7rem auto;
}
.footer__logo {
  width: 14rem;
  height: 5rem;
  margin-right: auto;
}
.footer__title {
  font-size: 1rem;
  margin: 0 0 0.75em 0;
  color: #db0746;
}
.footer__column {
  margin: 1.8rem 0;
}
.footer__link {
  display: inline-block;
  width: auto;
  color: black;
  margin: 0 0 0.25em 0;
  padding: 0 0 0 1.5em;
  position: relative;
}
.footer__link::before {
  content: "";
  background: no-repeat left center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__link.-phone::before {
  background-image: url("../icon/phone-bordered.svg");
}
.footer__link.-email::before {
  background-image: url("../icon/email-bordered.svg");
}
.footer__social {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: black;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer__social:hover {
  background-color: #db0746;
}
.footer__social.-facebook {
  background-image: url("../icon/facebook-light.svg");
}
.footer__social.-instagram {
  background-image: url("../icon/instagram-light.svg");
}
.footer__social.-youtube {
  background-image: url("../icon/youtube-light.svg");
}
.footer__social.-twitter {
  background-image: url("../icon/twitter-light.svg");
}
@media (min-width: 48rem) {
  .footer {
    display: flex;
    flex-flow: row nowrap;
  }
  .footer__column {
    margin: 0 0 0 2.7rem;
    margin-left: 2.7rem;
  }
}
