html,
body {
  padding: 0;
  margin: 0;
  color: #fff;
}

h1,
h2,
h3,
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #212121;
}

p a, table a {
  color: #21212180;
}

p a:hover, table a:hover {
  color: #bed0cb;
}

header {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #212121;
}

header .nav > ul > li > a {
  color: #212121;
}

header h3 {
  opacity: 0;
  font-family: 'EB Garamond', serif;
  color: #fff;
}

header.sticky {
  background-color: #bed0cb;
  color: #fff;
}

header.sticky h3 {
  opacity: 1;
}

header .title,
header .nav a,
header.sticky .title,
header.sticky .nav a {
  font-family: 'Montserrat', sans-serif;
}

header .nav a:hover,
header.sticky .nav a:hover {
  color: #21212180;
}

header .nav ul,
header.sticky .nav ul {
  background-color: #ffffff;
}

h1 {
  font-size: 40px;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  margin-bottom: 0px;
}

@media (min-width: 980px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 300;
  font-family: 'EB Garamond', serif;
  letter-spacing: 2px;
  color: #bed0cb;
}

@media (min-width: 980px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: 'EB Garamond', serif;
}

p {
  font-family: 'Montserrat', sans-serif;
}

.align-left {
  text-align: left !important;
}

section {
  width: 100%;
  padding: 64px 0 0 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  color: #212121;
}

@media (min-width: 980px) {
  section {
    padding: 64px 0;
  }
}

section.full-height {
  min-height: calc(100vh - 128px);
  height: auto;
}

@media (min-width: 980px) {
  section.full-height {
    min-height: calc(100vh - 256px);
    height: auto;
  }
}

section.low {
  padding: 0;
}

section.color {
  background-color: #f8f8f8;
  color: #fff;
}

section.first {
  padding-top: 128px;
}

#hero-image {
  background-color: #E5E5E5;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 980px) {
  #hero-image {
    background-position: bottom right;
  }
}

.row {
  max-width: 980px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.row.full-width {
  max-width: 100%;
}

.row .content {
  margin: 0 auto;
  width: calc(100% - 32px);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 980px) {
  .row .content {
    padding: 32px;
    width: calc(100% - 64px);
  }
}

.row .content.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row .content.contact a {
  background-color: #535353;
  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;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.row .content.contact a:hover {
  background-color: #bed0cb;
}

.row .content.contact a img {
  margin: 20px;
  height: 20px;
  width: auto;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.row .content.contact a span {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  height: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.row .content.column-2 {
  width: calc(100% - 32px);
  text-align: left;
}

@media (min-width: 980px) {
  .row .content.column-2 {
    width: calc(50% - 64px);
  }
}

@media (min-width: 980px) {
  .row .content.pull-left {
    padding-right: 40%;
  }
}

.row .content h1,
.row .content h2 {
  text-align: center;
  width: 100%;
}

.row .content p {
  font-size: 18px;
}

.row .content img {
  width: 500px;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.row .content img.anbos-logo {
  width: 152px;
  height: auto;
}

.row.behandeling {
  height: 400px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 100px auto;
      grid-template-rows: 100px auto;
      grid-template-areas: "title" "options";
  width: calc(100% - 32px);
  overflow: hidden;
  margin-bottom: 16px;
}

@media (min-width: 980px) {
  .row.behandeling {
    -ms-grid-columns: 1fr 2fr 2fr;
        grid-template-columns: 1fr 2fr 2fr;
    -ms-grid-rows: 400px;
        grid-template-rows: 400px;
        grid-template-areas: "title back options";
    margin-bottom: 0px;
  }
}

.row.behandeling .titel {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  grid-row-start: 1;
  background-color: #bed0cbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}

.row.behandeling .titel h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0px;
  text-align: center;
  color: #fff;
}

.row.behandeling img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  overflow: hidden;
  width: 100%;
}

.row.behandeling div.list {
  background-color: #f8f8f8;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: options;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row.behandeling div.list h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  height: auto;
  margin: 0px;
  width: 100%;
  color: #212121;
  padding: 12px;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.row.behandeling div.list h3:hover {
  background-color: #ffffff;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.person,
div.product {
  padding-top: 24px;
  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;
  margin: auto;
}

div.person img,
div.product img {
  height: 200px;
  width: 200px;
  margin: auto;
}

@media (min-width: 980px) {
  div.person img,
  div.product img {
    height: 300px;
    width: 300px;
    margin: auto;
  }
}

div.person h3,
div.product h3 {
  margin: 32px auto;
}

div.person > img {
  border-radius: 50%;
}

button {
  font-size: 16px;
  font-weight: bold;
  margin: 32px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1em 4em;
  border: none;
  border-radius: 400px;
  background-color: #535353;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 980px) {
  button {
    margin: 64px auto;
  }
}

button:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #ffffff;
}

@media (min-width: 980px) {
  button.big {
    font-size: 20px;
  }
}

a.button {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 32px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1em 4em;
  border-radius: 400px;
  background-color: #535353;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 980px) {
  a.button {
    margin: 64px auto;
  }
}

a.button:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #bed0cb;
}

@media (min-width: 980px) {
  a.button.big {
    font-size: 20px;
  }
}

a.button.button-secondary {
  color: #535353;
  border: 4px solid #535353;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button.button-secondary:hover {
  cursor: pointer;
  border: 4px solid #bed0cb;
  color: #bed0cb;
}

a {
  cursor: pointer;
}

table {
  margin: auto;
  width: 600px;
  max-width: 100%;
  font-size: 16px;
  color: #212121;
  text-align: left;
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
}

table td:not(:first-child) {
  text-align: right;
}

table td {
  padding-top: 16px;
  font-weight: 300;
}

table tr th {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
}

table.behandelingen td {
  padding-top: 0px;
}

table.behandelingen tr:nth-child(2n+2) td {
  padding-top: 14px;
}

table tr.details {
  font-size: 14px;
  margin: 20px;
}

img.behandeling {
  height: 160px;
}

span.divider {
  content: "";
  height: 1px;
  width: 80%;
  background-color: #bed0cb;
  margin: 64px auto 16px auto;
}

footer {
  background-color: #333333;
  color: #ffffff;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media (min-width: 980px) {
  footer {
    padding: 64px 128px;
  }
}

footer div.social {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 980px) {
  footer div.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer div.social a {
  margin: 16px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer div.social a:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 1;
}

footer div.social a img {
  width: 32px !important;
  height: 32px !important;
}

footer .copyright {
  padding-top: 22px;
  text-align: center;
}

footer .copyright a {
  text-decoration: none;
  color: #ffffff;
  margin: auto;
}

footer .copyright a:hover {
  text-decoration: underline;
}

.hidden-mobile {
  display: none;
}

@media (min-width: 980px) {
  .hidden-mobile {
    display: inline;
  }
}
