/* =========================================================================

01-2020 Kommotiv ~ creative communicatie
Copyright © 2020 Kommotiv
post@kommotiv.nl
https://www.kommotiv.nl

========================================================================== */


/*====================== Fonts ======================= */
@font-face {
  font-family: 'Museo300';
  src: url('fonts/museo300-regular-webfont.eot');
  src: url('fonts/museo300-regular-webfont?#iefix') format('embedded-opentype'), 
       url('fonts/museo300-regular-webfont.woff2') format('woff2'), 
       url('fonts/museo300-regular-webfont.woff') format('woff'), 
       url('fonts/museo300-regular-webfont.ttf') format('truetype'), 
       url('fonts/museo300-regular-webfont#museo100-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo500';
  src: url('fonts/museo500-regular-webfont.eot');
  src: url('fonts/museo500-regular-webfont?#iefix') format('embedded-opentype'), 
  	   url('fonts/museo500-regular-webfont.woff2') format('woff2'), 
  	   url('fonts/museo500-regular-webfont.woff') format('woff'), 
  	   url('fonts/museo500-regular-webfont.ttf') format('truetype'), 
  	   url('fonts/museo500-regular-webfont#museo100-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*====================== Global Settings ============= */
body {
	font-family: 'Museo300', Arial;
	font-size: 0.8em;
	color: #000;
	background-color:#FFF;
}
p {
	color:#000;
	font-size: 1.1em;
	line-height: 170%;
	font-weight: 300;
	height: auto;
}
ol, ol li, ul, ul li {
	font-family: 'Museo300', Arial;
	font-size: 0.9em;
	color: #444;
}
ol {
	color: #ff0000;
	padding-top:20px;
}
ul {
	padding: 0;
	list-style-position: inside;
}
h1, h2, h3, h4, h5 {
	font-family: 'Museo500', Arial;
	color: #444;
	text-transform: uppercase;
}
h1 {
	font-size: 1.875em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.125em;
}
a {
	outline: 0 !important;
	color: #9C9C9C;
}	
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

@media (max-width: 991px){
	body {
		font-size: 1.6em;
	}
	p {font-size: 1.6em;}
}


/*====================== Header ====================== */
header {
	min-height: 60px;
	height: 80px;
	background: #1D1D1B;
	/*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);*/
	box-shadow: 0px 1px 2px rgba(0,0,0,0.6);
	position: relative;
	z-index: 9000;
}
.logo {
	display: block;
	position: relative;
	z-index: 9000;
	width: 210px;
	height: auto;
	left: 200px;
	top: -20px;
}

@media (max-width: 767px){
	.logo {
		width: 160px;
		left: 100px;
		top: -20px;
	}
}
@media (max-width: 575px){
	.logo {
		width: 110px;
		left: 40px;
		top: -10px;
	}
}


/*====================== Slider ====================== */
.carousel-caption {
    position: absolute;
    right: -50px;
    bottom: 35px;
    left: inherit;
    z-index: 10;
/*    width: 50%;*/
    background: rgba(27,70,83,0.6);
    -ms-transform: skewX(-25deg); /* IE 9 */
  	-webkit-transform: skewX(-25deg); /* Safari prior 9.0 */
  	transform: skewX(-25deg); /* Standard syntax */
}
.carousel-item img {
	display: block;
	width: 100%;
	height: auto !important;
}
.carousel-caption .inner {
    text-align: left;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 50px;
    -ms-transform: skewX(25deg); /* IE 9 */
  	-webkit-transform: skewX(25deg); /* Safari prior 9.0 */
  	transform: skewX(25deg); /* Standard syntax */
}
.carousel-caption h5 {
	font-family: 'Museo300', Arial;
	font-size: 2em;
	color: #FFF;
	padding-right: 70px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: url('images/slider-caption-divider.svg') no-repeat right bottom 3px;
}
.carousel-caption p {
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.3;
	max-width: 500px;
	padding-right: 70px;
	padding-left: 10px;
}

@media (max-width: 991px){
	.carousel.pointer-event {
		touch-action: auto;
	}
	.carousel-caption {
		right: -90px;
		left: 40%;
		bottom: 10px;
		width: 70%;
	}
	.carousel-caption h5 {
		font-size: 1.2em;
	}
	.carousel-caption p {
		font-size: 1em;
	}
}
@media (max-width: 767px){
	.carousel-caption,
	.carousel-caption .inner {
		padding-top: 15px;
		padding-bottom:15px;
	}
	.carousel-caption h5 {
		font-size: 1.6em;
	}
	.carousel-caption p {
		font-size: 1em;
		max-width: 320px;
	}
}
@media (max-width: 575px){
	.carousel-caption {
		bottom: 0;
	}
	.carousel-caption,
	.carousel-caption .inner {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.carousel-caption p {
		max-width: 250px;
	}
}


/*====================== Algemeen ==================== */
main {
	margin-bottom: 350px;
} 

@media (max-width: 991px){
	main {
		/*margin-bottom: 650px;*/
	}
}


/*====================== Boeken/Cards ================ */
.boeken {
	margin-top: 100px;
}
.boeken .col-12 {
	margin-bottom: 50px;
	margin-bottom: 100px;
}
.boeken .card {
	border: none;
	border-radius: 0;
	box-shadow: 5px 10px 8px #888;
}
.boeken .card.placeholder {
	background: #EEE;
}
.boeken .card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.boeken .card-title {
	font-family: 'Museo500', Arial;
	font-size: 1.4em;
	line-height: 1;
	color: #bb1b38;
}
.boeken .card-title span {
	font-family: 'Open Sans', Serif;
	font-size: 0.8em;
	text-transform: none;
	color: #0f0f0f;
	display: block;
	margin-top: 8px;
	margin-bottom: 20px;
}
/*
.boeken .card-title span:before {
	content: "-";
	font-family: 'Open Sans', Serif;
	font-size: 1.6em;
	color: #0f0f0f;
	position: relative;
	left: -5px;
	top: 2px;
}
*/
.boeken .card-footer {
	font-family: 'Museo500', Arial;
	font-size: 1.2em;
	background: transparent;
	border-top: transparent;
	margin-top: -20px;
	padding-bottom: 25px;
}
.boeken .card-footer small {
	display: block;
	font-size: 0.7em;
	color: #AAA;
}
.boeken .col-12 a {
	color: #000;
}
.boeken .col-12 a:hover .card {
	background-color: #1b4653;
}
.boeken .col-12 a:hover .card-title,
.boeken .col-12 a:hover .card-text,
.boeken .col-12 a:hover .card-title span,
.boeken .col-12 a:hover .card-title span:before,
.boeken .col-12 a:hover .card-footer {
	color: #FFF;
}

@media (max-width: 991px){
	.boeken .card-title {
		font-size: 1.8em;
		margin-bottom: 35px;
	}
	.boeken .card-title span  {
		font-size: 0.8em;
	}
	.boeken {
		max-width: 95%;
	}
	.boeken .card-footer {
		font-size: 1.4em;
		margin-top: 0;
	}
	.boeken .card-footer small {
		font-size: 1em;
	}
}


/*====================== Welkom / Intro ============== */
.intro {
	margin-top: 50px;
}
.intro .inner-bg {
	margin-left: -15px;
	margin-right: -15px;
	background: url('images/welkom-intro-bg.jpg') no-repeat left center;
	background-attachment: fixed;
 	background-position: center;
}
.intro h2 {
	font-size: 2.3em;
	text-align: right;
	color: #BD1735;
	padding-bottom: 60px;
	font-weight: bold;
}
.intro .intro-bg {
	position: relative;
	margin-top: 30px;
}
.intro .intro-left {
	height: 400px;
}
.intro .skew-on {
	-ms-transform: skewX(-5deg); /* IE 9 */
  	-webkit-transform: skewX(-5deg); /* Safari prior 9.0 */
  	transform: skewX(-5deg); /* Standard syntax */
}
.intro .skew-off {
	-ms-transform: skewX(5deg); /* IE 9 */
  	-webkit-transform: skewX(5deg); /* Safari prior 9.0 */
  	transform: skewX(5deg); /* Standard syntax */
}
.intro .intro-text {
	position: absolute;
	z-index: 9000;
	top: -55px;
	right: 0px;
	min-height: 510px;
	background: #000;
  	padding: 50px 25px;
}
.intro .intro-borders {
	background-image: url('images/border-dots.svg'), url('images/border-dots.svg');
	background-position: top left, bottom left;
	background-repeat: repeat-x, repeat-x;
	padding: 30px;
	margin-bottom: 80px;
}
.intro .intro-text p {
	color: #FFF;
	font-size: 1.1em;
}
.intro .intro-text .intro-pijl {
	position: absolute;
	z-index: 8889;
	height: auto;
	width: 70px;
	bottom: -100px;
	right: 30px;
}

.intro .contact {
	padding-left: 50px;
}
.intro .intro-text h3 {
	text-transform: none;
	color: #FFF;
	font-size: 1.8em;
	margin-bottom: 20px;
}
.intro .contact .icon-mail {
	height: auto;
	width: 26px;
	margin-right: 10px;
	margin-top: -5px;
}
.intro .contact .icon-phone {
	height: auto;
	width: 26px;
	margin-right: 10px;
	margin-top: -5px;
}
.intro .contact a {
	color: #FFF;
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
}
.intro .contact a:hover {
	color: #FFF;
	border-bottom: 1px solid #BD1735;
}
@media (max-width: 991px){
	.intro .intro-text p {
		font-size: 1.4em;
	}
	.intro .intro-bg {
		height: 910px;
	}
}
@media (max-width: 575px){
	.intro .intro-text .intro-pijl {
		bottom: inherit;
	}
	.skew-on, .skew-off {
		-ms-transform: unset !important; /* IE 9 */
  		-webkit-transform: unset !important; /* Safari prior 9.0 */
  		transform: unset !important; /* Standard syntax */
	}
}


/*====================== Footer ====================== */
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 60px;
	background-color: #1D1D1B;
	z-index: 9000;
	padding: 15px 0;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.6);
}
footer ul {
	list-style-type: none;
	text-align: center;
	font-size: 1.1em;
	line-height: 25px;
	margin-bottom: 0 !important; /*reboot.scss override*/
}
footer ul li {
	display: inline-block;
	padding: 0;
	color: #FFF;
}
footer ul li:before {
	content: "|";
	color: #AAA;
	margin-right: 12px;
	margin-left: 12px;
}
footer ul li:first-child:before {
	content: none;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #9C9C9C;
}

@media (max-width: 991px){
	footer {
		position: inherit;
		padding: 35px 0;
	}
	footer ul {
		font-size: 1.4em;
	}
	footer ul li {
		display: block;
		line-height: normal;
		margin: 5px;
		padding: 15px 0;
	}
	footer ul li:before {
		content: none;
	}
}
