@charset "utf-8";

/* Import of the other style sheets. */
@import url("http://meyerweb.com/eric/tools/css/reset/reset.css");
@import "typography.css";

/* --------------------------------------------------
  Style sheet for the non-typographic styles.
-------------------------------------------------- */

/* For mobile phones - (phones, 450px and down). */
/* General. */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 100%;
  background-color: #FAFAFA;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h2 {
  margin-bottom: 1em;
}

h2.title,
h2.title-2,
h3.title {
  margin-top: 3em;
}

h2.title-3 {
  margin-top: 1em;
}

h3 {
  margin: 2em 0 1em 0;
}

h4 {
  margin-bottom: 1em;
}

h4 i {
  margin-right: 0.5em;
}

p {
  margin-bottom: 1.5em;
}

.col-md-3 {
  width:30%;
}

.col-md-9 {
  width:70%;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.spacer {
  padding: 2em 0;
}

.about.spacer {
  padding-left: 2em;
  padding-right: 2em;
}

.full-screen {
  min-height: 100vh;
}

.btn-dark {
  background-color: #222 !important;
  border-color: #222 !important;
}

.btn-dark:hover,
.btn-dark:active {
  background-color: #666 !important;
  border-color: #666 !important;
}

.panel-group .panel a:hover {
  text-decoration: none;
}

.panel {
  border: 1px solid #DDD;
}

.panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel-collapse > .list-group .list-group-item.active {
  background-color: #FFFFFF !important;
  border-top-color: #DDD !important;
  border-bottom-color: #DDD !important;
}

.panel-collapse .list-group-item {
  border-radius: 0;
}

.panel-collapse .list-group .list-group {
  margin: 10px 0 0 0;
}

.panel-collapse .list-group-item li.list-group-item {
  margin: 0 -15px;
  border-top: 1px solid #DDD !important;
  border-bottom: 0;
  padding-left: 30px;
}

.panel-collapse .list-group-item li.list-group-item:last-child {
  padding-bottom: 0;
}

.btn,
a,
.btn:hover,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}

/* Topbar. */
.topbar {
  background: url(../images/topbar/lines.png);
  height: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* Header. */
.fixed-top {
  top: 5px;
}

.navbar-dark {
  background-color: #222 !important;
  border-color: #222 !important;
}

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
  background: none;
}

.navbar-brand img {
  height: 37px;
}

.navbar-toggler:hover {
  background-color: #323232;
}

div.accordion-mobile {
  display: block;
}

div.accordion-desktop {
  display: none;
}

.card-header {
  padding: 0;
}

.card-body {
  padding: 0;
}

.list-group-item {
  padding: 10px;
}

.panel-body,
.card-item {
  padding: 15px;
}

/* Home section. */
#home {
  padding-top: 4.5em;
}

.highlight-info {
  background: url(../images/practice/praktijkkamer-1.jpg) center fixed;
  background-size: cover;
}

.highlight-info .overlay {
  background: rgba(0, 0, 0, 0.4);
}

div.banner-mobile {
  display: block;
}

div.banner-desktop {
  display: none;
}

.caption-wrapper {
  display: block;
  height: 100%;
  width: 80%;
  margin: 30px auto 0;
}

.caption-info {
  margin-bottom: 2em;
  z-index: 1000;
}

.caption-info h1 {
  margin-bottom: 10px;
}

.vr-button {
  display: block;
  margin: 20px auto;
}

#button_vr_mobile,
#button_vr,
#button_vr_mobile:link,
#button_vr:link,
#button_emdr_mobile,
#button_emdr,
#button_emdr_mobile:link,
#button_emdr:link {
 display: inline-block;
 border-radius: 20px;
 border: 5px solid #FAFAFA;
 padding: 25px;
 clear: both;
}

#button_vr_mobile:hover,
#button_vr:hover,
#button_emdr_mobile:hover,
#button_emdr:hover,
#button_vr_mobile:active,
#button_vr:active,
#button_emdr_mobile:active,
#button_emdr:active {
 background-color: #222;
}

#home .scroll {
  margin-top: 2em;
  margin-bottom: 3em;
}

#home .scroll span {
  display: inline-block;
  width: 100%;
  clear: both;
}

/* EMDR section. */
.highlight-info1 {
  background: url(../images/practice/praktijkkamer-2.jpg) center fixed;
  background-size: cover;
}

.highlight-info1 .overlay,
.highlight-info2 .overlay,
.highlight-info3 .overlay,
.highlight-info4 .overlay,
.highlight-info5 .overlay {
  background: rgba(59, 51, 48, 0.7);
}

#emdr img {
  width: 70px;
}

/* VR-possibilities section. */
.google-play {
  width: 200px;
  margin: 0 !important;
}

.app-store {
  width: 178px;
  padding: 0px;
  margin: 0 !important;
  transition: opacity 0.3s linear;
}

.app-store:hover {
  opacity: 0.2;
}

.app-store:hover::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, .8);
}

/* Fears section. */
.highlight-info2 {
  background: url(../images/practice/praktijkkamer-3.jpg) center fixed;
  background-size: cover;
}

/* Discretion section. */
#discretion img {
  width: 70px;
}

/* Real fears section. */
#real img {
  width: 50px;
  margin-right: 25px;
  vertical-align: middle;
}

.highlight-info3 {
  background: url(../images/practice/inkom.jpg) center fixed;
  background-size: cover;
}

/* Unreal fears and other sections. */
#unreal {
  margin-bottom: 3em;
}

#unreal img,
#other img {
  width: 50px;
  vertical-align: middle;
}

/* Locations section. */
.highlight-info4 {
  background: url(../images/practice/praktijkkamer-4.jpg) center fixed;
  background-size: cover;
}

#locations .col-md-3 {
  width: 100%;
}

#locations img {
  width: 70px;
}

.highlight-info4 h4 {
  margin: 0 0 2em 0;
}

/* Other section. */
#other .card-body ul li,
#other .panel-body ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}

#other .card-body ol li,
#other .panel-body ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

/* Contact section. */
.highlight-info5 {
  background:url(../images/practice/praktijkkamer-5.jpg) center fixed;
  background-size: cover;
}

span.contact-info-text {
  display: block;
}

.contactform input,
.contactform textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #CCC;
  border-radius: 0;
  outline: none;
}

span.error {
  margin-bottom: 5px;
  padding-left: 0.5em;
}

.contactform button {
  width: 100%;
}

#contact .btn {
  border: none;
  border-radius: 0;
  padding: 1em 4em;
}

#contact .btn-default {
  border: 1px solid #AAA;
}

.btn3d {
  position: relative;
  top: -6px;
  border: 0;
  transition: all 40ms linear;
  margin: 10px 2px 10px 2px;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
  -moz-outline-style: none;
  outline: medium none;
}

.btn3d:active,
.btn3d.active {
  top: 2px;
}

.btn3d.btn-default {
  color: #666666;
  box-shadow: 0 0 0 1px #EBEBEB inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
  background-color: #F9F9F9;
}

.btn3d.btn-default:active,
.btn3d.btn-default.active {
  color: #666666;
  box-shadow: 0 0 0 1px #EBEBEB inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
  background-color: #F9F9F9;
}

.highlight-info5 h4 {
  margin: 0.5em 0 0 0;
}

span.contact-info {
  display: block;
}

/* Google Maps section. */
#map {
  width: 100%;
  height: 400px;
}

#map p {
  margin: 0 !important;
}

/* Footer. */
.page-footer {
  background-color: #222;
}

.footer-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  width: 50px;
}

/* Back-to-top button. */
a.back-to-top {
  display: none;
  height: 3.1em;
  width: 3.1em;
  text-indent: -625em;
  position: fixed;
  z-index: 10000;
  left: 43.5%;
  right: 56.5%;
  top: 0.9em;
  background: #222 url("../images/icons/arrow_up.png") no-repeat center 43%;
  opacity: 0.5;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50px;
}

a:hover.back-to-top {
  background-color: #323232;
}

/* Thanks page. */
#thanks img.thank-img {
  width: 50px;
  vertical-align: middle;
  margin-right: 15px;
}

/* For small devices - (portrait tablets and large phones, 450px and up). */
@media only screen and (min-width: 450px) {
  /* Home section. */
  .caption-wrapper {
    margin: 70px auto 0;
  }
}

/* For small devices - (portrait tablets and large phones, 600px and up). */
@media only screen and (min-width: 600px) {
  /* Header. */
  .navbar-brand img {
    width: 60px;
    height: 54px;
  }

  /* Home section. */
  #home {
    padding-top: 5.1em;
  }

  .caption-wrapper {
    margin: 90px auto 0;
  }

  .caption-info {
    margin-bottom: 4em;
  }

  #home .scroll {
    margin-top: 4em;
  }

  /* Back-to-top button. */
  a.back-to-top {
    left: 46.5%;
    right: 53.5%;
    top: 1.5em;
  }
}

/* For medium devices - (landscape tablets, 768px and up). */
@media only screen and (min-width: 768px) {
  /* Home section. */
  .caption-wrapper {
    margin: 100px auto 0;
  }

  /* Locations section. */
  #locations .col-md-3 {
    max-width: 25%;
  }
}

/* For large devices - (laptops/desktops, 992px and up). */
@media only screen and (min-width: 992px) {
  /* General. */
  h2 {
    margin-bottom: 1.5em;
  }

  h2.title {
    margin-top: 0;
  }

  h2.title-2,
  h2.title-3 {
    margin-bottom: 0;
  }

  h4 {
    margin-bottom: 1.2em;
  }

  p {
    margin-bottom: 1.7em;
  }

  .spacer {
    padding: 7em 0;
  }

  .about.spacer {
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 3em;
  }

  div.accordion-mobile {
    display: none;
  }

  div.accordion-desktop {
    display: block;
  }

  /* Home section. */
  div.banner-mobile {
    display: none;
  }

  div.banner-desktop {
    display: block;
  }

  .caption-wrapper {
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
  }

  .caption-info {
    display: table-cell;
    vertical-align: middle;
  }

  .caption-info h1 {
    margin-bottom: 15px;
  }

  .caption-info h2 {
    margin-bottom: 3em;
  }

  #button_vr_mobile,
  #button_vr,
  #button_emdr_mobile,
  #button_emdr {
    margin: 20px;
  }

  /* Introduction section. */
  #introduction img {
    margin-left: 25%;
    margin-top: 25%;
  }

  /* EMDR section. */
  #emdr .spacer {
    padding: 1em 0;
  }

  #emdr img {
    width: 96px;
  }

  /* Discretion section. */
  #discretion.spacer {
    padding: 1em 0;
  }

  #discretion img {
    width: 96px;
  }

  /* Real fears section. */
  #real img {
    width: 70px;
  }

  /* Locations section. */
  .center-content {
    margin-top: 10%;
  }

  #locations img {
    width: 96px;
  }

  /* Google Maps section. */
  #map {
    height: 500px;
  }

  /* Back-to-top button. */
  a.back-to-top {
    height: 3.8em;
    width: 3.8em;
    left: unset;
    right: 1.3em;
    top: unset;
    bottom: 1.3em;
    background-color: #666;
    border: none;
    opacity: 1;
  }

  /* Thanks page. */
  #thanks img.thank-img {
    width: 96px;
    vertical-align: middle;
    margin-right: 15px;
  }

  #thanks h2 {
    margin-bottom: 2em;
  }
}

/* For extra large devices (large laptops and desktops, 1200px and up). */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
