﻿@import url('https://fonts.googleapis.com/css?family=Rubik+Sans+Libre:300,300i,400,400i,700,700i|Rubik:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Sans+Libre:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Averia+Sans+Libre:300,300i,400,400i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

html {
  scroll-behavior: smooth;
}

body {
    background-color: #f8f8f8;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: .03em;
    font-family: 'Rubik', sans-serif;
}

.heading-slide {
  position: relative;
  width: 100%;
  min-height: 500px;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Averia Sans Libre', cursive;
}


p {
 font-size: 20px;
font-family: 'Rubik', sans-serif;
}


.white {
 color: #fff !important;
}
/*************** 1.0 NAVBAR ***************/



.hoeksma_nav {
   position: relative;
   left: 0;
   top: 0;
   width: 100%;
   height: 90px;
   background: #fff;
   z-index: 90;
}


.logo {
   display: flex;
   font-size: 25px;
   color: #000;
   position: absolute;
   float: left;
   left: 5%;
   top: -20%;
   font-weight: 600;
   width: 200px;
   height: auto;
   background: #fff; 
   border-radius: 50%;

}

.logo img {
  max-width: 200px;
  max-height: 150px;
  margin-left: 20%;
  margin-right: 20%;
}

.hoeksma_nav span.logo > strong {
   color: #ff5a00;
}

.hoeksma_nav li.toggle-navi {
 display: none;
}


.hoeksma_nav ul {
   margin-left: 20%;
   margin-top: 20px;
   
}


.hoeksma_nav ul > li {
   float: left;
   margin-left: 20px;
   margin-top:10px;
   list-style-type: none;
}

.hoeksma_nav ul > li.active > a {
   color: #abdcec !important;
}


.hoeksma_nav ul > li.active:hover:after {
   display: none;
}


.hoeksma_nav ul > li.active:after {
   background: url('../images/menu_hover.png');
   background-repeat: repeat-x;
   background-size: 100% 100%;
   width: 100%;
   height: 10px;
   display: block;
   position: relative;
   content: "";
   left: 3px;
}

.hoeksma_nav ul > li > a{
   color: #00a3da;
   font-family: 'Roboto', sans-serif;
   font-size: 20px;
   font-weight: 600;
   text-decoration: none;
}

.hoeksma_nav ul > li > a:hover,
.hoeksma_nav ul > li > a:focus,
.hoeksma_nav ul > li > a:active{
   color: #abdcec;
}


.hoeksma_nav ul > li > a:hover:after,
.hoeksma_nav ul > li > a:focus:after,
.hoeksma_nav ul > li > a:active:after{
  
   background: url('../images/menu_hover.png');
   background-repeat: repeat-x;
   background-size: 100% 100%;
   width: 100%;
   height: 10px;
   display: block;
   position: relative;
   content: "";
   left: 3px;

}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
    display: none;
}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu {
    min-height: 100%;
    width: 200px;
    display: block;
    position: absolute;
    background: #fff;
    top: 60px;
    padding: 20px 20px;
    margin-left: -40px;
    margin-top: 20px;
}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu > li {
    display; block;
    float: left;
    width: 100%;
    height: 20px;
    position: relative;
    left: 0;
    margin-left: 0;
    line-height: 20px;

}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu > li > a {
    font-size: 12px;
    margin-left: 15%;
}

/*************** 2.0 RANDOM STYLING ***************/

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.full-i-img {
 left: 0;
 width: 100%;
 height: 100%;
 transition: transform .4s;
}

.full-i-img:hover {
  transform: scale(0.98);
  transform-origin: 50% 50%;
}


.top-bar {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 height: 50px;
 background: #d8127d;
}

.top-bar a.top-button {
 background: #f1bdce;
 width: 200px;
 height: 50px;
 padding: 15px 15px;
 float: right;
 text-align: center;
 position: relative;
 color: #fff;
 text-decoration: none;
 font-size: 14px;
 font-weight: 600;
 display: flex;
 margin-left: 20px;
}


.top-bar a.top-button:hover {
 background: #fea8c4;
}


.top-bar a.top-button > i {
 font-size: 16px;
 line-spacing: 20px;
 margin-top: 3px;
}

.top-bar a.top-info {
  color: #f8f8f8;
  font-size: 12px;
  font-weight: 600;
 float: right;
 position: relative;
 padding: 20px;
 margin-top: -5px;
 display: flex;
 text-decoration: none;
}


.top-bar a.top-info:hover {
  color: #f1bdce;
  
}

.top-bar a.top-info > i {
  color: #f8f8f8;
  font-size: 16px;
}

.inside-top-right-content {
 min-width: 200px;
 height: auto;
 min-height: 200px;
 position: absolute;
 top: 40%;
 background: rgba(241, 189, 206, 0.75);
 z-index: 1;
 padding: 20px 20px;
 left: 20vh;
 transition: transform .4s;
}

.inside-top-right-content h1 {
 color: #fff;
 font-size: 25px;
}

.inside-top-right-content p {
 color: #fff;
}


.inside-top-right-content:hover {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}




.top50 {
 padding-top: 50px;
 margin-bottom: 50px;
}

.top200 {
 padding-top: 200px;
 margin-bottom: 50px;
}


.page-banner{
	position:relative;
	  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
width: 100%;
}

.page-banner:after{
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	height: 23px;
 	width: 100%;
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	background-image: url(../images/curve.png);
 	content: "";

}

.h-footer {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  left: 0;

  background: #d8127d;
  padding: 20px 20px;
  color: white;
  text-align: center;
  color: #fff;
}

.h-footer:before{
	position: absolute;
	left: 0;
	top: -23px;
	width: 100%;
	height: 23px;
	background: url(../images/footer-curve.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
}


.h-footer .link {
  display: flex;
  padding-left: 5%;
  font-size: 20px;
}
.h-footer .link > p > a {
  color: #fff;
  text-decoration: none;
}

.h-footer .link > p > a:hover {
  color: #f1bdce;
  text-decoration: none;
}

.h-footer .link > a {
  color: #f1bdce;
  text-decoration: none;
}

.h-footer .link > a:hover {
  color: #dcb0be;
}



.content-left-circle {
  background: url('../images/half_circle.png');
  background-repeat: repeat-x;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
}



.dienst-kopje-circle {
  color: #fff;
  width: 100%;
  min-height: 300px;
  height: auto;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  border-top-left-radius: 20px; 
  transition: transform .4s;
}
.dienst-kopje-circle h1 {
  font-size: 5vh;
}

.dienst-kopje-circle:hover {
  transform: scale(0.98);
  transform-origin: 50% 50%;
}

.bg-pink {
  background: #ff008a !important;
}

.bg-pink:hover {
  background: #d9137e !important;
}

.bg-beige {
  background: #f1bdce !important;
}

.bg-beige-no-hover {
  background: #f1bdce !important;
}

.bg-beige:hover {
  background: #ebb4c6 !important;
}

.bg-blue {
  background: #00a3da !important;
}

.bg-blue:hover {
  background: #00b2ee !important;
}


.bg-pink-no-hover {
  background: #d9137e !important;
}

.btn-white {
 width: 200px;
 height: auto;
 padding: 10px 10px;
 color: #d8127d;
 background: #fff;
 text-decoration: none;
 border-top-left-radius: 5px;
 border-radius: 5px;
}

.btn-white:hover {
 color: #ff008a;
 text-decoration: none;
}

.h-center-title {
 text-align: center;
 margin-bottom: 20px;
}

.element02 {
 position: absolute;
 background: #f1bdce;
 transform: skewY(-1deg);
 width: 100%;
 height: 600px;
 margin-top: -40px;
 margin-bottom: 100px;
}

.element01 {
 position: absolute;
 background: #f1bdce;
 transform: skewY(-1deg);
 width: 100%;
 height: 500px;
 margin-top: -40px;
}


.top-tab-50 {
 padding-top: 50px;
 margin-bottom: 50px;
 overflow-y: auto;
 min-height: 400px;
}

.top-res-tab-50 {
 padding-top: 50px;
 margin-bottom: 50px;
 overflow-y: auto;
 max-height: 400px;
}

.top-res-tab-50::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}


.top-res-tab-50::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0;
}


.top-res-tab-50::-webkit-scrollbar-thumb {
  background: #313131; 
    border-radius: 0;
}

p.res-tab {
 font-size: 3vh;
}


.contact-inside {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  text-align: center;
  border: 1px solid #f8f8f8;
  border-top-left-radius: 20px; 
  transition: transform .4s;
  background: #ff008a;
}

.contact-inside a.btn-white {
  color: #000;
}
.contact-inside a.btn-white:hover {
  color: #313131;
  background: #f8f8f8;
}
.contact-inside input {
  background: #d9137e;
  color: #fff;
  border-radius: 10px;
  border: 0px solid transparent;
}

.contact-inside strong {
  float: left;
  margin-bottom: 10px;
}


.contact-inside textarea {
  background: #d9137e;
  color: #fff;
  border-radius: 0px;
  border: 0px solid transparent;
}


.contact-inside input::placeholder{
  color: #fff;
}

.contact-inside textarea::placeholder{
  color: #fff;
}

.contact-inside textarea:focus {
  background: #d9137e;
  color: #fff;
    outline: none !important;
    border:1px solid #fff;
    box-shadow: 0 0 1px #fff;
}


.contact-inside input:focus {
  background: #d9137e;
  color: #fff;
    outline: none !important;
    border:1px solid #fff;
    box-shadow: 0 0 1px #fff;
}

.contact-inside h1 {
  font-size: 5vh;
  margin-bottom: 60px;
}

.contact-inside:hover {
  transform: scale(0.98);
  transform-origin: 50% 50%;
}

.review-form-inside {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  text-align: center;
  border: 1px solid #f8f8f8;
  border-top-left-radius: 20px; 
  transition: transform .4s;
  background: #ff008a;
}



.review-form-inside a.btn-white {
  color: #000;
  float: left;
  margin-bottom: 20px;
}
.review-form-inside a.btn-white:hover {
  color: #313131;
  background: #f8f8f8;
}
.review-form-inside input {
  background: #d9137e;
  color: #fff;
  border-radius: 0px;
  border: 0px solid transparent;
}


.review-form-inside textarea {
  background: #d9137e;
  color: #fff;
  border-radius: 0px;
  border: 0px solid transparent;
}


.review-form-inside input::placeholder{
  color: #fff;
}

.review-form-inside textarea::placeholder{
  color: #fff;
}

.review-form-inside textarea:focus {
  background: #d9137e;
  color: #fff;
    outline: none !important;
    border:1px solid #fff;
    box-shadow: 0 0 1px #fff;
}


.review-form-inside input:focus {
    background: #d9137e;
    color: #fff;
    outline: none !important;
    border:1px solid #fff;
    box-shadow: 0 0 1px #fff;
}

.review-form-inside h1 {
  font-size: 5vh;
}

.review-form-inside:hover {
  transform: scale(0.98);
  transform-origin: 50% 50%;
}

.rev_slider_wrapper {
  position: relative;
  min-height: 500px;
  height: auto;
  background: #f8f8f8 !important;
}

.overlap-top {
 margin-top: -20%;
}


.recencie-box {
  width: 100%;
  min-width: 300px;
  background: #eb449e;
  height: auto;
  padding: 20px 20px;
  color: #fff;
  margin-bottom: 60px;
}

.recencie-box .review-content {
  margin-top: -40px;
}

.recencie-box .review-content h3 > i {
  opacity: 0.6;
  font-size: 39px;
  margin-top: 10px;
  color: #f8f8f8;
}

.recencie-box .image 
{
  position: relative;
  top: -60px;
  left: 25%;
  background: #eb449e;
  border: 10px solid #eb449e;
  border-radius: 50%;
  width: 50%;
  height: 30%;
}

.recencie-box .image > img
{
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.background-01 {
  position:relative;
  left: 0;
  top: 0;
  background: url('../images/background_01.png') no-repeat center center;
  background-size: 400px 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  width: 100%;
}

.background-02 {
  position:relative;
  left: 0;
  top: 0;
  background: url('../images/background_02.png') no-repeat center center;
  background-size: 400px 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  width: 100%;
}

.background-03 {
  position:relative;
  left: 0;
  top: 0;
  background: url('../images/background_03.png') no-repeat center center;
  background-size: 400px 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  width: 100%;
}

.background-04 {
  position:relative;
  left: 0;
  top: 0;
  background: url('../images/background_05.png') no-repeat center right;
  background-size: cover;

  height: 100%;
  width: 100%;
}

.recencie-bg-elem {
  position:relative;
  left: 0;
  top: 0;
  background: #f8f8f8;
  min-height: 600px;
  height: auto;
  width: 100%;
  padding: 20px 20px;
}

.indentity {
	margin: 0!important;
        color: #000;
}

figure.recensie {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	padding: 0 20px;
	text-align: left;
	box-shadow: none !important;
}
figure.recensie * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.recensie img {
	max-width: 100%;
	vertical-align: middle;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin: 40px 0 0 10px;
}
figure.recensie blockquote {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 25px 50px 30px;
	position: relative;
        background: #fff;
        border-radius: 20px;
}
figure.recensie blockquote:before {
	content: "\201C";
	position: absolute;
	color: #ff008a;
	font-size: 50px;
	font-style: normal;
}
figure.recensie blockquote:before {
	top: 25px;
	left: 20px;
}

figure.recensie .btn {
	top: 100%;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
	margin: 0;
	position: absolute;
}
figure.recensie .peopl {
	position: absolute;
	bottom: 84px;
	padding: 0 10px 0 120px;
	margin: 0;
	color: #fff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
       
}
figure.recensie .peopl h3 {
	margin: 0;
        color: #000;
}
.review_slider-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.review_slider-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.review_slider-list:focus {
	outline: none;
}
.review_slider-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.review_slider-slider .review_slider-track, .review_slider-slider .review_slider-list {
	transform: translate3d(0, 0, 0);
}
.review_slider-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.review_slider-track:before, .review_slider-track:after {
	display: table;
	content: '';
}
.review_slider-track:after {
	clear: both;
}
.review_slider-loading .review_slider-track {
	visibility: hidden;
}
.review_slider-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.review_slider-slide img {
	display: block;
}
.review_slider-slide.review_slider-loading img {
	display: none;
}
.review_slider-slide.dragging img {
	pointer-events: none;
}
.review_slider-initialized .review_slider-slide {
	display: block;
}
.review_slider-loading .review_slider-slide {
	visibility: hidden;
}
.review_slider-vertical .review_slider-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.review_slider-btn.review_slider-hidden {
	display: none;
}
 
.review_slider-prev, .review_slider-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 100%;
 left: 50%;
 margin-top: 50px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.review_slider-prev:hover, .review_slider-prev:focus, .review_slider-next:hover, .review_slider-next:focus {
	color: #ebb4c6;
	
}
.review_slider-prev:hover:before, .review_slider-prev:focus:before, .review_slider-next:hover:before, .review_slider-next:focus:before {
	opacity: 1;
}
.review_slider-next:before {
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 1;
	color: #f1bdce;

}

.review_slider-prev:before {
        display: none;
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 1;
	opacity: 1;
	color: #ebb4c6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.review_slider-prev {
	left: -20px;
}
.review_slider-prev:before {
	content: "";
}
.review_slider-next {
      
	right: -10px;
}
.review_slider-next:before {
	content: "Meer";
}

.border-right-20 {
 border-top-right-radius: 20px;
 border-bottom-right-radius: 20px;
}


.kckz {
 position: relative;
 top: 0;
 left: 10px;
 float: right;
 padding: 80px 0 80px;
}

.kckz img {
 float: right;
 margin-top: 50px;
 max-width: 400px;
 height: auto;
}

.lined-box {
 background: url('../images/lined_box.png');
 background-size: 100% 100%;
 width: 100%;
 height: auto;
 padding: 20px 20px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  min-height: 300px;
}


.footer_top {
 background: #f1bdce;
 width: 100%;
 height: auto;
 min-height: 400px;
 bottom: 0;
 position: relative;
 left: 0;
}

.footer_top .inside_content {
  position: absolute;
  top: 0;
}

.footer_top .inside_content > h2 {
  color: #fff;
}

.footer_top .inside_content > li{
 list-style-type: none;
 padding-top: 20px;
}

.footer_top .inside_content > li > a{
 color: #fff;
 font-size: 25px;
}

.footer_top .inside_content > li > a:hover {
 text-decoration: none;
 color: #fff9be;
}

.footer_top .inside_content > li.phone > a > i{
 color: #fff;
 background: #d8127d; 
 width: 50px;
 height: 50px;
 padding: 10px 10px;
 border-radius: 50%;
 font-size: 35px;
 text-align: center;
 position: relative;
 top: 15px;
}

.footer_top .inside_content > li.mail > a > i{
 color: #fff;
 background: #d8127d; 
 width: 50px;
 height: 50px;
 padding: 10px 10px;
 border-radius: 50%;
 font-size: 25px;
 text-align: center;
 position: relative;
 top: 10px;
}

.footer_top .inside_content > li.mail > a > span{
 margin-left: 60px;
 font-size: 15px;
 padding-top: 20px;
 display: inline-block;
 position: relative;
 top: -30px;
}

.footer_top .inside_content > li.phone > a > span{
 margin-left: 50px;
 font-size: 15px;
 padding-top: 20px;
 display: inline-block;
 position: relative;
 top: -25px;
}

.footer_top:before {
   background: url('../images/footer_top.png');
   background-repeat: repeat-x;
   background-size: 100% 100%;
   width: 100%;
   height: 300px;
   display: block;
   top: -148px;
   position: relative;
   content: "";
   left: 0;
   margin-top: 150px;
}


.header_bottom {
 width: 100%;
 height: 90px;
 background: url('../images/header_bottom.png');
 background-size: 100% 90px;
 position: relative;
 left: 0;
 top: 0;
}