@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Cotugno Script';
    src: url('CotugnoScript-Regular.woff2') format('woff2'),
        url('CotugnoScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Yaahowu';
  src: url('../Yaahowu.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
      
 .font-yaahowu {
  font-family: 'Yaahowu', sans-serif;
}

.font-cotugno {
    font-family: 'Cotugno Script';
    font-weight: normal;
    font-style: normal;
}



body {
	font-family: asap, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px;
	line-height: 24px;
}

/* adobe font ASAP */
.font-asap {
	font-family: asap, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px;
	line-height: 24px;
}

	.asap-regular {
		font-weight: 400;
	}
	.asap-medium {
		font-weight: 500;
	}
	.asap-semibold {
		font-weight: 600;
	}
	.asap-bold {
		font-weight: 900;
	}

.font-10 {
    font-size:10px;
	line-height:14px;
}
.font-12 {
    font-size:12px;
	line-height:16px;
}
.font-14 {
    font-size:14px;
	line-height:19px;
}
.font-18 {
    font-size:18px;
	line-height:24px;
}
.font-22 {
    font-size:22px;
	line-height:29px;
}
.font-28 {
    font-size:28px;
	line-height:50px;
}
.font-38 {
    font-size:38px;
	line-height:45px;
}
.font-48 {
    font-size:48px;
	line-height:1.2em;
}
.font-58 {
    font-size:58px;
	line-height:0.9em;
}
.font-68 {
    font-size:68px;
	line-height:0.9em;
}
.font-132 {
    font-size:132px;
	line-height:150px;
}

.w-200 {
	width:200px;	
}



h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family: Yaahowu, sans-serif;
	font-style: normal;	
    text-align:left;
    color: #385D8D;
}

h1 {
	font-size:27px;
	
}
h2 {
	font-size:22px;
	
}
h3 {
	font-size:18px;
	margin-bottom:20px;
}
h4 {
	font-size:16px;
	margin-bottom:20px;
}

p {
	padding-bottom:20px;
}

a {
	
}

a:hover {
	text-decoration: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    position: absolute;
	top:20px;
}



.img-shadow {
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  border-radius: 4px;
}


.carousel-control-next-media {
    top: 20px;
	right:-40px;
    align-items: flex-start;
}

.carousel-control-prev-media {
    top: 20px;
	left:-40px;
    align-items: flex-start;
}

	/* overrides Bootstrap4 */ 	
	.navbar {
		padding-bottom:1px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-family: asap, sans-serif;
		font-style: normal;
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		font-family: asap, sans-serif;
		font-style: normal;
	}
	
	.nav-item {
		margin-right:0;
		width: 25%;
		text-align: center;
		border-right: 1px solid;
	}
.nav-item4 {
		margin-right:0;
		width: 25%;
		text-align: center;
		border-right: 1px solid;
	}
.nav-item5 {
		margin-right:0;
		width: 20%;
		text-align: center;
		border-right: 1px solid;
	}
.nav-item6 {
		margin-right:0;
		width: 16.666666%;
		text-align: center;
		border-right: 1px solid;
	}

	.dropdown-menu {
		margin:0;
		padding:0;
		text-align:center;
		
	}

	.dropdown:hover>.dropdown-menu {
	  display: block;
		
	}

	.dropdown>.dropdown-toggle:active {
	  /*Without this, clicking will make it sticky*/
		pointer-events: none;
	}

	.dropdown-item {
    text-align: inherit;
    white-space: nowrap;
    border: 0;
	border-bottom:1px solid;
	}

	a.dropdown-item:hover {
		font-family: asap, sans-serif;
		font-style: normal;
		}

	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		font-family: asap, sans-serif;
		font-style: normal;
	}

.navbar-light .navbar-toggler {
    border-color:white;
}

	.navbar-light .navbar-toggler-icon {
    background-image:url("../s4s_images/hamburger.svg");
		
}

	.btn-default {
	  font-family: Yaahowu;
	  font-size: 13px;
	  letter-spacing: 1px;
	  line-height: 15px;
	  border: 2px solid;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	}

	.btn-default:hover {
	  border: 2px solid;
	}

	.btn-success {
	  font-family: Yaahowu;
	  font-size: 13px;
	  letter-spacing: 1px;
	  line-height: 15px;
	  border: 2px solid;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	}

	.btn-success:hover {
	  border: 2px solid;
	}

	.btn-primary {
	  border: 2px solid ;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	}

	.btn-primary:hover {
	 border: 2px solid;
	}

    .btn-secondary {
	  border: 2px solid ;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	}

	.btn-primary:hover {
	 border: 2px solid;
	}

	.btn-info {
	  border: 2px solid;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	}

	.btn-info:hover {
	  border: 2px solid;
	}

	.btn-warning {
	  font-family: Yaahowu;
	  font-size: 13px;
	  letter-spacing: 1px;
	  line-height: 15px;
	  border: 2px solid;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	}

	.btn-warning:hover {
	  border: 2px solid;
	}

	.btn-danger {
	  font-family: Yaahowu;
	  font-size: 13px;
	  letter-spacing: 1px;
	  line-height: 15px;
	  border: 2px solid;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	}

	.btn-danger:hover {
	  border: 2px solid;
	}


/* hbws */
.hbws-rounded-corners {
	border-radius: 25px;
 	border: 2px solid #e9a3c5;
  	padding: 20px;
}
.btn {
     font-size:1.2rem;
}
.hbws-button {
    font-size:1.2rem;
    font-family: Yaahowu;
	margin-bottom:20px;
    border: 2px solid;
    border-radius: 0;
    transition: all 0.3s ease 0s;
	width:100%;
}

.hbws-button-1:hover {
	 border: 2px solid;
	}

.hbws-title-big {
	font-family: asap, sans-serif;
	font-style: normal;
	font-size:36px;
}

/* images */
.hbws-logo {
	max-width: 400px;
}

.hbws-blok2-foto {
	height:500px;
	background-size: cover;
	background-position: center center;
}

.hbws-blok-over {
	z-index:99;
	border-radius: 0;
}
.hbws-blok-over-mobiel {
	z-index:99;
	
}

.hbws-cirkel-groen {
	width:181px;
	height:176px;
	background-image:url("../s4s_images/DR_button_groen_rond.svg");
}

.hbws-parallax {
  height: 850px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hbws-no-parallax {
  height: 850px;
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hbws-social-facebook {
	width: 80px;
	height: 80px;
	margin:20px;
	background: url("../s4s_images/socialmedia_facebook_wit.svg") no-repeat;
	display: inline-block;
}
.hbws-social-facebook:hover {
	background: url("../s4s_images/socialmedia_facebook_wit_hover.svg") no-repeat;
}
.hbws-social-instagram {
	width: 80px;
	height: 80px;
	margin:20px;
	background: url("../s4s_images/socialmedia_insta_wit.svg") no-repeat;
	display: inline-block;
}
.hbws-social-instagram:hover {
	background: url("../s4s_images/socialmedia_insta_wit_hover.svg") no-repeat;
}
.hbws-social-linkedin {
	width: 80px;
	height: 80px;
	margin:20px;
	background: url("../s4s_images/socialmedia_linkedin_wit.svg") no-repeat;
	display: inline-block;
}
.hbws-social-linkedin:hover {
	background: url("../s4s_images/socialmedia_linkedin_wit_hover.svg") no-repeat;
}
.hbws-social-pinterest {
	width: 80px;
	height: 80px;
	margin:20px;
	background: url("../s4s_images/socialmedia_pinterest_wit.svg") no-repeat;
	display: inline-block;
}
.hbws-social-pinterest:hover {
	background: url("../s4s_images/socialmedia_pinterest_wit_hover.svg") no-repeat;
}
.hbws-social-youtube {
	width: 80px;
	height: 80px;
	margin:20px;
	background: url("../s4s_images/socialmedia_youtube_wit.svg") no-repeat;
	display: inline-block;
}
.hbws-social-youtube:hover {
	background: url("../s4s_images/socialmedia_youtube_wit_hover.svg") no-repeat;
}

@media screen and (max-width: 992px) {
 .nav-item {
    width:100%; 
}
}


@media (max-width: 576px) {
  .font-68 {
    font-size: 38px !important;
  }
}