/*
	CSS - Scheiden doe je samen 
	Vragen over mijn code? Ga naar luukarends.nl en neem contact op. 
*/

/* Fonts */

/* open-sans-300 - latin */
@font-face {
	font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "OS-Light";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-regular - latin */
  @font-face {
	font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "OS-Regular";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-600 - latin */
  @font-face {
	font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "OS-SemiBold";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-700 - latin */
  @font-face {
	font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "OS-Bold";
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

.font-weight-light {
	font-family: "OS-Light";
}

.font-weight-semibold {
	font-family: "OS-SemiBold";
}

.font-weight-bold {
	font-family: "OS-Bold";
}

/* Bootstrap */

.container-fluid {
	max-width: 1440px; 
}

/* Core */

.grecaptcha-badge {
	visibility: hidden;
}

body {
	font-family: "OS-Regular";
	font-size: 90%;
	color: #060933;
}

a, a:visited, a:hover {
	color: #ff4000;
}

/* Typography */

h1, h2, h3 {
	font-weight: 800;
}

h4, h5, h6 {
	font-weight: 600;
}

.title {
	color: #e4e4e4;
	font-size: 3rem;
}

.red {
	color: red;
}

.breadcrumb-item a {
	color: #59bb9e;
}

.text-black, a.text-black:visited, a.text-black:focus {
	color: #060933;
}

a.text-black:hover {
	color: #ff4000;
}

/* Sizing */

.my-6 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.pt-6 {
	padding-top: 6rem;
}

.entry-content ol li {
	margin-bottom: 1rem;
}

/* Alignment */

.vertical-end {
	display: flex;
	align-items: end;
}

.vertical-middle {
	display: flex;
    align-items: center;
}

/* Styles */

	/* Buttons */
	
	.btn-orange, .btn-orange:visited, .wpcf7-form .wpcf7-submit {
		background-color: #ff4000;
		border: 0;
		color: #fff !important;
		padding: .5rem 1.5rem;
	}
	
	.btn-green, .btn-green:visited {
		background-color: #299896;
		border: 0;
		color: #fff !important;
		padding: .5rem 1.5rem;
	}
	
	.btn-outline-white, .btn-outline-white:visited {
		border: 1px solid #ffffff;
		color: #ffffff !important;
	}
	
	.btn-outline-blue, .btn-outline-blue:visited {
		border: 1px solid #060933;
		color: #060933 !important;
	}
	
	.btn-xs {
		font-size: .65rem;
	}
	
	/* Backgrounds */
	
	.bg-blue {
		background-color: #299896;
	}

	.bg-lightblue {
		background-color: #8bbebf;
	}
	
	.bg-yellow {
		background-color: #fdb237;
	}
	
	.bg-grey {
		background-color: #f9f9f9;
	}
	
	.bg-green {
		background-color: #299896;
	}
	
	/* Quote */
	
	.quote-img {
		height: 375px;
		object-fit: cover;
	}
	
	.quote {
		background-color: #299896;
		right: 60px;
		bottom: 60px;
	}
	
/* Top Bar */

.beoordeling {
	color: #fff;
	background: #ff4000;
	border-radius: 100%;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
}

.top-bar .search-submit {
	display: none;
}

.top-bar form label {
	width: 100%;
	font-size: .75rem;
}

.top-bar form input {
	width: 100%;
	border-color: #dee2e6;
	border-radius: 10px;
	margin-top: 10px;
}

/* Header */

.navbar-light .navbar-brand {
	font-size: .85rem;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .dropdown-item {
	color: #060933;
	font-size: .8rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.navbar-light .dropdown-item {
	font-size: .75rem;
}

/* Homepage */
	
	/* Banner */
	
	.intro-cta {
		height: 50vh;
		position: relative;
		background-size: cover;
		background-position: center;
	}
	
	.intro-cta::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #299896;
		opacity: .5;
	}


	/* Puzzle */
	
	#dienst-nav .list-item a {
		padding: .25rem 1rem;
		border-radius: .25rem;
		display: block;
		color: #060933 !important;
		margin-bottom: .75rem;
		font-size: .75rem;
		font-weight: 600;
	}
	
	.dienst-blue {
		background-color: #bbdefb;
	}
	
	.dienst-salmon {
		background-color: #ffccbc;
	}
	
	.dienst-purple {
		background-color: #d1c4e9;
	}
	
	.dienst-pink {
		background-color: #f8bbd0;
	}
	
	.dienst-green {
		background-color: #c8e6c9;
	}
	
	.dienst-yellow {
		background-color: #fff9c4;
	}
	
	.puzzle a,
	.puzzle a:hover,
	.puzzle a:visited {
		color: #060933;
	}
	
	.bottom .text {
		top: auto;
		bottom: 20px;
	}

	.text {
		display: block;
		top: -20px;
		font-size: 1rem;
		text-align: center;
		position: absolute;
		width: 100%;
		padding: 30px;
	}
	
	.text .font-italic {
		font-family: serif;
	}
	
	.puzzle-bg {
		height: 375px;
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		z-index: 999;
	}
	
	.draggable .text {
		transition: all ease .5s;
	}
	
	.draggable:hover .text {
		margin-top: -15px
	}
	
	.bottom .draggable:hover .text {
		margin-bottom: -15px;
	}
	
	/* Cards */
	
	.information .card-img-top {
		height: 150px;
		object-fit: cover;
	}
	
	.information .card-title {
		font-size: .85rem;
	}
	
	.information .card .list-group-item {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}
	
	.information .card .list-group img {
		width: 18px;
		margin-right: 10px;
	}
	
	.locaties .p-3 {
		margin-bottom: 1rem;
		min-height: 165px;
	}

/* Klantenservice */

.klantenservice {
	right: 30px;
	bottom: 30px;
	z-index: 999;
}

.klantenservice img {
	border: 4px solid #e5edfd;
}

.klantenservice .steljevraag {
	display: block;
	padding: .25rem 1rem;
	background-color: #ff4000;
	color: #fff;
}

/* Pages */

.page-id-536 .page-content .btn-orange,
.page-id-536 .sidebar,
.page-id-595 .page-content .btn-orange {
	display: none;
}

.page-banner {
	height: 50vh;
	margin-bottom: -30px;
	background-position: center !important;
	background-size: cover !important;
}

.page-banner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #299896;
	opacity: .5;
}

/* Footer */

.cta-banner {
	height: 350px;
	background-size: cover;
	background-position: center center;
}

.cta-banner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #299896;
	opacity: .25;
}

.cta-banner h2 {
	font-size: 3rem;
}

.widget a {
	color: #060933;
}

/* Blog */

.blog-read-more {
	position: absolute;
	bottom: -15px;
	font-size: 16px;
	color: #fff !important;
	background: #ff4000;
	padding: .25rem 1rem;
	border-radius: 10px;
}

/* Forms */

.wpcf7-form label, .wpcf7-form input {
	width: 100%;
}

.wpcf7-form .wpcf7-form-control {
	border-radius: .25rem;
}

.wpcf7-form .radio-list input, .wpcf7-form .radio-list label {
	width: auto !important;
}

.radio-list span.wpcf7-list-item {
	display: inline-block !important;
}

.radio-list {
	margin-bottom: 1.5rem;
}

form p {
	margin: 0 0 1rem 0;
}

.wpcf7-form textarea {
	height: 150px;
}

/* Responsive */

@media (max-width: 992px) {
	#diensten { display: none; }
}

@media (max-width: 1400px) {
	.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item { font-size: .65rem !important; padding: 0.5rem; }
	.navbar-light .navbar-brand { font-size: 0 !important; }
}

@media (max-width: 768px) {
	.top-bar .col-lg-3 { display: none; }
	.navbar-light .navbar-brand { font-size: 0; }
	.navbar-toggler:focus, .navbar-toggler:active { background-color: #fff; border-color: #ff4000; outline: 0; }
	.p-5 { padding: 1.5rem !important; }
	.pt-5 { padding-top: 1.5rem !important; }
	h3, .h3, .h4, h4 { font-size: 1rem !important; }
	.h1, h1 { font-size: 1.25rem !important; }
	.btn { font-size: .65rem !important; }
	.image-break { display: none; }
	.title { font-size: 1.5rem; }
	.card { margin-bottom: 1rem; }
	.content-home .w-100 { width: 50% !important; }
	.cta-banner h2, .h2, h2 { font-size: 1.5rem !important; }
	.footer-twitter { display: none; }
	.footer-links { width: 100% !important; margin-top: 1rem; }
	p, .entry-content li { font-size: 75%; }
	.sidebar { display: none; }
	.intro-cta, .page-banner { background-position: 66% 100% !important; }
}
