nav ul a,
nav .brand-logo {
  color: #444;
}
nav .brand-logo img{
  height:50px;
  margin-top:7px;
}
@media (max-width: 600px) {
  nav .brand-logo img {
    height: 40px;
    margin-top:10px;
  }
}
blockquote {
    border-left: 5px solid #8e668d;
}
p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #8e668d;
}

.parallax-container {
  min-height: 600px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.no-parallax-bg2{
  background-image: url(../images/background5.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height:500px;
  background-color: #000;
  padding: 100px 0;
  position: relative
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    /*top: 40%;*/
  }
  #index-banner .section {
    top: 10%;
  }
  .parallax-container {
  min-height: 400px;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  .parallax-container {
  min-height: 200px;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.title-section{
    margin-bottom:50px;
}
.title-section .title-big{
    font-weight:500;
}
.title-section .title-small{
    font-size:16px;
}

#topbanner{
    background-color:black;    
}

#topbanner img{
    opacity: 0.7;
}

#bannerdvv {
   /*display: none; */
   position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
}

#bannerdvv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#specialInfo_btn:hover {
    opacity:0.7;
}

#specialInfo_btnName {
    display:block;
}

@media only screen and (max-width : 600px) {
    #specialInfo_btnName {
        display:none;
    }
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
	width:100%;
}

#collapsibleC1{
	margin:0px;
}
.collapsible.hidden{
    border-top: none;
    border-right: none;
    border-left: none;
}

.cardCoaches img{
    opacity:0.5;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: opacity 0.7s ease, filter 0.7s ease; 
    transition: opacity 0.7s ease, filter 0.7s ease;
}
.cardCoaches h5{
    opacity:0.5;
    font-size:20px;
    margin-top:0px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: opacity 0.7s ease, filter 0.7s ease; 
    transition: opacity 0.7s ease, filter 0.7s ease;
}
.cardCoaches div:hover img, .cardCoaches div:hover h5{
    opacity:1;
}
.cardCoaches .activeCoach img, .cardCoaches .activeCoach h5{
    opacity:1;
    filter: grayscale(0%);
}

.cardCoaches .btn-flat{
    height:250px;
    padding:0px;
}

.coach-info{
    margin-bottom:0px;
}
.coach-info-role{
    margin-top:0px;
}
.coach-info-quote{
    font-style:italic;
}

/* //dropdown Home */
.expand-button-home {
  cursor: pointer;
  display: block;
  margin: 0px auto;
  text-align: center;
  color: #8e668d;
  font-size: 0.75rem;
  padding:20px;
}

.special-text-home {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.-expanded-home{
    max-height: 500vh;
}

.special-text-home:not(.-expanded-home)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
/* end dropdown Home */

/* //dropdown prices */
.expand-button-prices {
  cursor: pointer;
  display: block;
  margin: 0px auto;
  text-align: center;
  color: #8e668d;
  font-size: 0.75rem;
  padding:20px;
}

.special-text-prices {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.-expanded-prices{
    max-height: 500vh;
}

.special-text-prices:not(.-expanded-prices)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(33, 33, 33, 0), rgba(33, 33, 33, 1));
}
/* end dropdown prices */

/* //dropdown */
.expand-button {
  cursor: pointer;
  display: block;
  margin: 0px auto;
  text-align: center;
  color: #8e668d;
  font-size: 0.75rem;
  padding:20px;
}

.special-text {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.-expanded{
    max-height: 500vh;
}

.special-text:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
/* end dropdown */

.cardServices img{
    opacity:0.3;
    -webkit-transition: opacity 0.7s ease; 
    transition: opacity 0.7s ease;
}
.cardServices h5{
    opacity:0.3;
    margin-top:0px;
    font-size:20px;
    -webkit-transition: opacity 0.7s ease; 
    transition: opacity 0.7s ease;
}
.cardServices .activeService{
    position:inline;
}
.cardServices div:hover img, .cardServices div:hover h5{
    opacity:1;
}

.cardServices .activeService img, .cardServices .activeService h5{
    opacity:1;
}
.cardServices .btn-flat{
    height:150px;
}
@media (max-width: 600px) {
  .cardServices .btn-flat{
    height:50px;
}
}

.img-responsive{
    width:150px;
}


/*tarieven start*/
.box-top-left {
    position: relative;
    margin: 1.5em 0em;
    padding: 35px 10px 8px;
    border: solid 2px #8e668d;
}

.box-top-left .box-title {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    padding: 2px 10px;
    margin-top:0px;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    font-size: 20px;
    background: #8e668d;
    color: #ffffff;
    font-weight: bold;
    text-align:center;
}
.small-title{
    text-align:center;
    height: 25px;
    font-size: 13px;
    font-weight:normal;
}
.mid-text{
    text-align:center;
    margin:50px auto;
    font-size: 50px;
    position:relative;
    top:20px;
}
.bottom-text{
    text-align:center;
    position:relative;
    top:17px;
}
.upper-text{
    text-align:center;
    position:relative;
    top:17px;
}
.little-title{
    font-size:12px;
    margin-top:0px;
    position: relative;
    top: -11px;
    font-weight:normal;
}
.little-text{
    font-size:12px;
    margin-top:0px;
}
.per-month{
    position:absolute;
    top:10px;
}
/*tarieven end*/


#contact .title-big{
    color:#ccc;
}
#contact .title-small{
    color:#a8a8a8;
}
.contact-properties{
    margin:0px auto;
    padding:0px auto;
}
.contact-properties div{
    /*height:82px;*/
}
.contact-properties .lnr{
    margin:0px auto;
    padding:0px auto;
    font-size:35px;
    color:#ccc;
    -webkit-transition: color 0.5s;
          transition: color 0.5s;
}
.contact-properties .cp-head{
    margin:0px auto;
    padding:0px auto;
    font-size:15px;
    color:#ccc;
    -webkit-transition: color 0.5s;
          transition: color 0.5s;
}
.contact-properties .cp-small{
    font-size:12px;
    line-height:0px;
    color:#8a8a8a;
    margin-top:3px;
}
.contact-properties .row:hover .lnr{
    color:#8e668d;
}
.contact-properties .row:hover .cp-head{
    color:#8e668d;
}

.collection-item a{
    color:#26a69a;
}
.collection-item.active a{
    color:#fff;
}

#map{
    width: 100%;
    height: 250px;
}

.footer-copyright {
  margin: 20px;
  color:#ccc;
}