/* =========================================================================
Sitestorm - 05-2019
Sitestorm een product van Kommotiv ~ creative communicatie
Copyright © 2019 Kommotiv
post@kommotiv.nl
https://www.kommotiv.nl
	 
Sitestorm Template
Ontwikkeld door Kommotiv.nl
========================================================================== */

/* ======================== ALGEMENE STIJLEN ============================== */
body {
	font-family: 'Sen', Arial; 
	font-size: 14px;
	color: #000;
	background-color:#f5f5f5;
	background-position: right top;
    background-repeat: no-repeat;
}
p {
	color: #000;
	font-size: 17px;
	line-height: 170%;
	font-weight: 300;
	height: auto;
}
ol, ol li, ul,  ul li {
	font-family: 'Sen', Arial; 
	font-size: 15px;
	color: #444;
}
ol {
	color: #ff0000;
	padding-top:20px;
}
ul {
	padding: 0;
	list-style-position: inside;
}
h1,h2,h3,h4,h5{
	font-family: 'Sen', Serif;
	color: #E52E2D;
	font-weight: 400;
}
h1 {
	font-size: 30px;
	text-align: center;color: #E52E2D;
}
h2 {
	font-size: 1.3em;
}

.page-header h2  {color: #363534; !important;}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
a {
	outline: 0 !important;
	color: #E52E2D;
}	
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

/* ========================== ANIMATIE  ========================= */
.col-sm-6, .col-sm-4 {
	animation: anime_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes anime_appear {
	0% {
	    -webkit-transform: scale(0.5);
	    opacity: 0.1;
	    filter: alpha(opacity=10);
	}
	100% {
	    -webkit-transform: scale(1);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	0% {
	    -moz-transform: scale(0.5);
	    opacity: 0.1;
	    filter: alpha(opacity=10);
	}
	100% {
	    -moz-transform: scale(1);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	0% {
	    -webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	    -o-transform: scale(0.5);
	    transform: scale(0.5);
	    opacity: 0.1;
	    filter: alpha(opacity=10);
	}
	100% {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
}
.anime_asleep:not(.anime_start) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.anime_asleep {
    opacity: 0;
    filter: alpha(opacity=0);
}
.anime_start {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ============================= LOGO ==============================*/
#logo img {
	margin-top: 10px;
	width: 300px;
	height: 100%;
}
#logo {
	z-index: +1000;
	position: absolute;
	top: 5px;
	margin-left:0;
}
@media (max-width: 992px) {
	#logo img {
		margin-top: 17px;
		width: 200px;
		height: auto;
	}
	.navbar-nav {
		font-size: 18px !important;
	}
}

@media (max-width: 768px) {
	.navbar-brand img{
		width: 230px;
	}
}
a.navbar-brand{color: #E52E2D !important;}

/* ======================== HEADER NAVIGATION ======================== */
header {
	height: 50px;
}

.navbar {
	margin: 0;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
	background-color:#fff !important;
}

.nav-link{text-align: center;}

a.nav-link {color: #E52E2D !important;}
li.active a.nav-link, a.nav-link:hover {color: #000 !important;}

.navbar-toggler{background-color: #fff !important; border: 1px solid #E52E2D;}

ul.dropdown-menu.show a.nav-link {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
ul.dropdown-menu.show a.nav-link:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
ul.dropdown-menu.show a.nav-link:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

/* ============================= SLIDER/CAROUSEL/JUMBOTRON ========================== */
#slider img {
	width: 100%;
}
#slider .carousel-caption p.titel {
    font-size: 35px;
    color: white;
    font-weight: 400;
    text-shadow: 1.5px 1.5px #666;
    margin-bottom: .1rem;
}
#slider .carousel-caption p.ondertitel {
    font-size: 22px;
    color: white;
    font-weight: 300;
    text-shadow: 1.5px 1.5px #666;
}
.call-to-action {
	position: absolute;
    left: 60px;
    top: 120px;
    max-width: 15%;
    z-index: 1000;
}
.call-to-action img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
	.call-to-action {
		display:none;
	}
}

/* ================================== GALLERY =================================== */
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
	background-color: transparent;
}
ul.sigFreeClassic li.sigFreeThumb {
	margin: 0 5px 5px 0;
}

/* ================================== NEWSFLASH ================================= */
.newsflash figure img {
	width: 100%;
}

.newsflash .col-sm-4{text-align: center;}

/* ================================== MODULETABLE =============================== */
.moduletable {
	padding-bottom: 30px;
}
.moduletable h3 {
	padding: 30px 0;
}
.wrapper-under-content-2{
	background:#fff; 
	padding-top: 40px;
	padding-bottom: 60px;
}
.wrapper-under-content-2 .col-sm-4{
	margin-top:50px;
}

/* ================================== BREADCRUMB ================================ */
.wrapper-kruimelpad {
	margin-top: 25px;
}
.breadcrumb {
	background-color: transparent;	
	border-radius: 0;
	border-bottom: 1px solid #EEE;
}
.breadcrumb li::after {
	content: "/";
	font-family: 'Sen', Arial;
	margin-left: 5px;
	margin-right: 8px;
}
.breadcrumb li:first-child::after,
.breadcrumb li:last-child::after {
	content: "";
	font-family: 'Sen', Arial;
	margin-left: 0;
	margin-right: 0;
}

/* ================================== BLOG  ===================================== */
.blog h1 .subheading-category {
	display: block;
	text-align: center;
	border-bottom: 1px solid #EEE;
	font-size: 30px;
	padding: 40px 0 20px 0;
}
#sk_home .blog .item,
.blog .filter-cat .item{
	text-align: center;
	position: relative;
	height: 100%;
	background: #ffffff;
	border:1px solid #bbb8bb;
	-webkit-box-shadow: 3px 5px 4px 0px rgba(130,126,130,0.65);
-moz-box-shadow: 3px 5px 4px 0px rgba(130,126,130,0.65);
box-shadow: 3px 5px 4px 0px rgba(130,126,130,0.65);
}
.blog .item .inner {
    height: 100%;
}
.blog .item .page-header {
	padding-top: 15px;
	padding-bottom: 15px;
}
.blog .item-image {
	margin-bottom: 15px;
}
.blog .readmore {
	padding-top: 20px;
}
.blog .col-sm-6 {
	margin-top: 25px;
	margin-bottom: 10px;
}
.blog a.btn {
	position: absolute;
	width: 90%;
	padding: 0;
	font-family: 'Roboto Slab', Arial;
	color: #444;
	font-size: 16px;
	text-align: left; 
}



.blog .filter-cat .introtext {
    margin: auto auto 0 auto;
}

.tags{display: none;}
/* ================================== ARTIKEL ============================== */
article {
	margin: 25px 0 40px 0;
}
article ul {
	font-weight: 300;
}
article .item-page {
	margin: 0px 0 0;
	padding: 0px;
}
.item-home > .item-image > img {
	height: auto;
}
.item-image img {
	width: 100%;
}
.item-page .item-image {

		width: 33.3333%;
}

.item-image.big {
		width: 65% !important;
}

.item-image.float-right {
    padding: 0 0 20px 20px;
}
.item-image.float-left {
	margin: 0 20px 0 10px;
}

.item-page .item-image img {
	max-width: 100%;
}
.item-page .page-header h1[itemprop="headline"] {
	font-size: 2em;
	text-align: left;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
.item-image.big {
	width: 100% !important;
	margin:0;
	padding:0;
	}
}

@media (max-width: 468px) {
   .item-page .item-image {
	width: 100% !important;
	margin:0;
	padding:0;
	}
	.item-page .item-image img {
	max-width: 100%;
	}
}


/* ======================== UNDER CONTENT ======================== */ 
.wrapper-under-content {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background:#FAFAFA;
	/*padding: 50px 0;*/
}
.wrapper-under-content .card img {
	width: 100%;
}
.wrapper-under-content .card {
	height: 100%;
}

/* ======================== FOOTER ========================= */ 
footer {
	position: relative;
	background: #E52E2D;;
	text-align: left;
	padding: 50px 0;
}
footer p { 
	color: #FFF;
}
footer a, footer a.visited {
	color: #FFF !important;
}
footer a:hover, footer a:active {
	color: #FFF !important;
	opacity: 0.7;
	text-decoration: none;
}
footer h3 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #fff;
}
.social .fa {
	height: 32px;
	width: 32px;
	padding: 7.5px 0;
	background: #666;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}
footer .footer-bottom {
    text-align: center;
    margin: 20px;
}
footer .footer-bottom p {
	font-size: .8em;
}
footer .dropdown-menu {
    background: transparent;
    border: 0px;
    position: relative !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
ul.dropdown-menu.show a.nav-link:hover {
	background-color: transparent;
}

/* ======================== HOME BLOKKEN ======================== */ 
.blog.home h2 {
	font-family: 'Sen', serif;
	font-size: 22px;
	color: #444;
	text-align: center;
	font-weight: 300;
}
.blog.home p {
	color: #666;
	text-align: center;
}
a.button-link {
	position: relative;
    padding: 7px 35px;
	border-radius: 5px;
    color: #FFF !important;
    font-family: 'Sen', serif;
    font-size: 14px;
    font-weight: 300;
    background: #E52E2D;
    border: none; 
    white-space: nowrap;
}

a.button-link:hover {
	color: #9C9C9C;
	background: #000;
}


.newsflash a.button-link{
	border:1px solid #ffffff;
}

.newsflash a.button-link:hover{
	border:1px solid #000000 !important;
}


.btn-primary{
    background: #E52E2D;border:0; color:#fff;}

.btn-primary:hover{
background:#000;color: #ffffff;
    }
    
i.icon:before{font-size: 66px;}
    
/* ========================= COOKIEMELDING =================== */
.cc-btn.cc-dismiss {
    padding-top: 8px;
}

/* ======================== IE FIX ======================== */
@media all and (-ms-high-contrast:none) {
    .blog .item .inner {
     	display: block !important;
    }
}

.filter-button {
	position: relative;
    padding: 7px 35px;
	border-radius: 5px;
    color: #FFF !important;
    font-family: 'Sen', serif;
    font-size: 14px;
    font-weight: 300;
    background: #E52E2D;
    border: none; 
    white-space: nowrap;
    margin-top: 5px;
}

.filter-button:hover,
.filter-button.disabled {
	color: #9C9C9C;
	background: #000;
}

.filter-button.active {
    color: #FFF !important;
    background: #E52E2D;
}

.filter-cat .hide {
    display: none;
}