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

/* ======================== ALGEMENE STYLEN ============================== */


body {
	font-family: 'Nunito Sans', Arial; 
	font-size: 14px;
	color: #383838;
	background-color:#60132d;
	background-position: right top;
    background-repeat: no-repeat;
}
p {
	color:#383838;
	font-size: 15px;
	line-height: 170%;
	font-weight: 400;
	height: auto;
}
ol, ol li, ul,  ul li {
	font-family: 'Nunito Sans', Arial; 
	font-size: 15px;
	color: #383838;
}
ol {
	color: #383838;
	padding-top:20px;
}
ul {
	padding: 0;
	list-style-position: inside;
}
h1,h2,h3,h4,h5{
	font-family: 'Nunito Sans', Serif;
	color: #60132d;
	font-weight: 400;
}
h1 {
	font-size: 30px;
	text-align: center;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
.sk_maincontent a {
	outline: 0 !important;
	color: #60132d;
	border-bottom:1px dotted #60132d;
}	
a:hover, a:focus {
	text-decoration: underline;
	color: #60132d;
}
b, strong {
	font-weight: 600;
}
/* ============================= BUTTONS ========================== */
.btn.btn-primary {
	background-color: #60132d;
	border-color: #60132d;
	border-radius: 0;
	background-image: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	 background-position: top right; 
	padding: 12px 18px;
	font-size: 18px;
	color: white;
	transition: transform .2s;
}


.btn.btn-primary:hover{
	-ms-transform: scale(1.1); /* IE 9 */
  	transform: scale(1.1);
  	transition: transform .2s;
}

/* ============================= LOGO ==============================*/
#logo img {
  	position: absolute;
  	top: 10px;
  	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	width: 90px;
}
#logo {
	z-index: +1000;
	top: 5px;
	margin-left:0px;
}
.shrink #logo img {
  	position: absolute;
  	width: 55px;
  	margin: auto;
  	top: 4px;
}
@media (max-width: 767px) {
	#logo img {
		width: 55px;
		position: absolute;
		margin: auto;
		top: 4px;
	}
}

/* ======================== HEADER NAVIGATION ======================== */

.bg-white{background: #60132d !important;}

.navbar {
	margin: 0;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
	padding: 1rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #d1ad6e;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #d1ad6e;
}
.dropdown-menu {
	border: 0px;
	border-radius: 0;
}
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: #d66c12;
    text-decoration: none;
    background-color: #f8f9fa;
}
ul.dropdown-menu.show a.nav-link:active {
	color: #d66c12;
	text-decoration: none;
	background-color: #007bff;
}
.navbar-light .navbar-toggler-icon {
 	width: 1em;
    height: 1.2em; 
	background-image: url();
}
.navbar-light .navbar-toggler {
  	border: 0px;
	background: #8faaaa;
	border-radius: 0;
}
.navbar-nav li.active {
	position: relative;
}

.navbar-nav li.active:after {
	content: "•";
	color: #d1ad6e;
	position: absolute;
	bottom: 0px;
	left: 50%;
	bottom: -10px;
}
.navbar-nav .dropdown-menu li.active::after {
	display: none; 
}
@media (min-width:  992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width: 991px) {
	.navbar-nav {
		font-size: 18px !important;
		text-align: right;
		padding-top: 25px;
		background: #60132d;
		position: relative;
	}
	.navbar-nav li.active::after {
		display: none;
	}
	.dropdown-menu {
		box-shadow: none;
		border: 0px;
		text-align: right;
	}
	ul.dropdown-menu.show a.nav-link {
		padding: 0;
		padding: .5rem 1rem;
	}
}

/* ============================= SLIDER/CAROUSEL/JUMBOTRON ========================== */
#slider {
	margin-top: 60px;
}
#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;
}
#slider .img-bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 300px;
	height: 30VW;
}
@media (max-width: 767px) {
	.call-to-action {
		display:none;
	}
	#slider .img-bg {
		min-height: 200px;
	}
}
@media (max-width: 450px) {
	#slider .img-bg {
		min-height: 150px;
	}
}
/* ================================== BLOCKQUOTE Boven SLIDER ===================== */
.blockquote-slider-inner {
	background: rgb(209, 193, 199);
	animation: anime_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-align: center;
	padding: 40px 20px;
	height: 170px;
	margin-top: -75px;
	position: relative;
}
.blockquote-slider-inner p {
	color: white;
	font-size: 28px;
	line-height: 130%;
	font-family: "Nunito Sans";
}
.blockquote-slider-inner span:before {
	content: url(../images/blockquote-img.svg);
	height: 60px;
	width: 60px;
	float: right;
}
@media (max-width: 991px) {
	.blockquote-slider-inner {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.blockquote-slider-inner span:before {
		display: none;
	}
	.blockquote-slider-inner {
		margin-top: -40px;
		margin-bottom: -25px;
	}
}
@media (max-width: 500px) {
	.blockquote-slider-inner p {
		font-size: 20px;
		overflow: hidden;
	}
	.blockquote-slider-inner {
		overflow: hidden;
	}
}

/* ================================== 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%;
}

.card-footer {
	background-color: transparent;
	border-top: 1px solid transparent;
}

/* ================================== MODULETABLE =============================== */
.moduletable {
	padding-bottom: 30px;
}
.moduletable h3 {
	padding: 30px 0;
}

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


/* ================================== BLOG  ===================================== */
.blog h1 {
	font-size: 2em;
	text-align: left;
	margin-bottom: 20px;
}
.blog h1 .subheading-category {
	display: block;
	text-align: center;
	border-bottom: 1px solid #EEE;
	font-size: 30px;
	padding: 40px 0 20px 0;
}
.blog .item {
	text-align: center;
	position: relative;
	height: 100%;
}
.blog .item .inner {
    height: 100%;
}
.blog .item .page-header {
	padding-top: 15px;
	padding-bottom: 15px;
}
.blog .item-image {
	margin-bottom: 15px;
}
.blog .col-sm-6 {
	margin-top: 50px;
	margin-bottom: 50px;
}

#sk_home .item:hover{
	-ms-transform: scale(1.1); /* IE 9 */
  	transform: scale(1.1);
  	transition: transform .2s;
}
.item{	transition: transform .2s;}

@media (max-width: 575px) {
	#sk_contact .blog .items-row {
	    flex-direction: column-reverse;
	}
}
@media (max-width: 991px) {
	.blog .col-sm-6 {
		margin: 20px 0;
	}
}

/**
* pagination
* --------------------------------------------------
*/
.pagination {
    color: white;
	display: block;
	padding: 8px 8px 8px 8px;
	/*border: 1px solid #ddd;*/
	height: auto;
	text-align: center;
}
.pagination > ul{
	margin-bottom: 0px;
}
.pagination > ul > li{
	display: inline-block;
	margin-top: 25px;
	
}
.pagination > ul > li a, .pagination .pagenav { 
	border: 0px;
	padding: 6px 10px;
	background: #717832; 
	color: white;
}
.pagination li span.pagenav {
	background-color: #d66c12;
}
.pagination-next span.pagenav, .pagination-end span.pagenav,
.pagination-start span.pagenav, .pagination-prev span.pagenav{
	background-color: #717832 !important;
}
.counter { 
	display: none;
}


/* ================================== ARTIKEL ============================== */
article {
	margin: 45px 0 45px 0;
}
article ul {
	font-weight: 300;
	list-style: none !important;
	padding: 0;
	margin: 0 0 10px 30px;
}
article ul li:before {
	content: "\2022";
	padding-right: 10px;
	color: #000;
	margin-left: -17px;
	font-size: 20px;
	line-height: 1;
	top: 1.5px;
  	position: relative;
}
article ul li ul {
	margin-left: 10px;
}
article ol {
	padding-top: 0px;
	margin-left: -22.5px;
}
article .item-page {
	margin: 45px 0 100px 0;
}
table.kosten {
	padding: 10px 0;
	margin-bottom: 25px;
	display: block;
}
table.kosten td {
	border: 0;
	padding: 2rem;
}
table.kosten tbody tr {
	background-color: #f7e3d1;
}
table.kosten tbody tr:nth-of-type(2n+1) {
	background-color: #fbf0e7;
}
table.kosten tbody tr td:first-child {
	width: 75%;
}
table.kosten tbody tr td:last-child {
	color: #d66c12;
	font-size: 16px;
	font-family: 'Nunito Sans';
}
.item-image img{
	width: 100% ;
	clear: both;
}
.item-image.float-right {
    padding: 0 0 20px 20px;
    width: 50%;
}
.item-image.float-left {
	margin: 0 20px 0 10px;
}

.item-page .item-image img,
.item-page p img{
	max-width: 100%;
}


.item-page .page-header h1 {
	font-size: 2em;
	text-align: left;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
   .homepuur img  {
	width: 50% !important;
	margin:0;
	padding:0;
	}
	
	.homepuur img  {
	max-width: 50% !important;
	}

}


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

	.homepuur img {
	float:none !important;
	width: 100% !important;
	}
}

/* ======================== ARTIKEL BG GROEN KLEUREN ================= */
.layout-sitestormdefault-full-width article.sk_maincontent,
.view-article.layout-sitestormzita-blog article.sk_maincontent {
  	background: #d1c1c7;
}

.sk_maincontent{background: #d1c1c7;}

#sk_home .sk_maincontent{background: #60132d;}


/* ======================== HOMEPAGE ========================= */
.homepage.blog .inner {
	background-color: #60132d;
	background-image: 
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border:1px solid #d1ad6e;
}
.homepage.blog .item {
	min-height: 250px;
}
.homepage.blog img {
	width: 100px;
	height: 100px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.homepage.blog .item p {
	color: white;
	font-size: 16px;
}
/* ======================== ZITA BLOG ========================== */

.layout-sitestormzita-blog .container-fluid {
	padding: 0;
	overflow: hidden;
}
.layout-sitestormzita-blog .container-blog-items .col-md-4 {
	display: flex;
}
.container-blog-items {
	background-color: #60132d;
	padding: 40px 0 50px 0;
}
.layout-sitestormzita-blog .blog {
	margin: 50px 0 0;
}
.layout-sitestormzita-blog .category-desc img {
	width: 33%;
	padding: 0px 0px 25px 25px;
}
.layout-sitestormzita-blog .category-desc {
	margin-bottom: 50px;
}
.layout-sitestormzita-blog .card {
	animation: anime_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 0px;
	border-radius: 0;
}
.layout-sitestormzita-blog .card img {
	border-radius: 0;
	padding: 1.25rem 1.25rem 0;
}
.layout-sitestormzita-blog .card .card-body {
	padding: 1.5rem;
}
.layout-sitestormzita-blog .card .card-footer {
	padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.layout-sitestormzita-blog .card .btn.btn-primary {
  display: block;
}
@media (max-width: 767px) {
	.layout-sitestormzita-blog .category-desc img {
		width: 100%;
		padding: 0 0 25px 0;
	}
}
/* ======================== CONTACT BLOG ========================= */
.blog.contact {
  	margin: 50px 0 0;
}
.blog.contact .col-sm-6 {
	margin-top:15px;
	margin-bottom: 50px;
}
.blog.contact .category-desc {
	animation: anime_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.blog.contact .item {
	text-align: left;
}
.blog.contact .item .social .fa {
	color: #383838;
}
.blog.contact .formContainer label {
	display: none;
}
.formContainer .form-control {
	border-radius: 0px;
	background-color: #e8ede9;
	border: 0px;

}
.rsform-submit-button {
	display: block;
	padding: 12px 60px !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.rsform-submit-button:hover {
	opacity: .8;
}
.grecaptcha-badge {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
/* ======================== UNDER CONTENT ======================== */ 
.wrapper-under-content .card img {
	width: 100%;
}
.wrapper-under-content .card {
	height: 100%;
}
/* ========================= HOME PUUR BLOK ========================= */
.homepuur { 
	padding-top: 15px; 
	background-color: #d1c1c7;
}
.homepuur p {
	font-size: 16px;
	line-height: 170%;
	text-align: justify;
	padding-right: 10px;
}
/*========================= BLOG MODULE ===================== */
.newsflash.blog {
	margin: 40px 0 20px 0;
}
.newsflash.blog .card {
	animation: anime_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 0px;
	border-radius: 0;
}
.newsflash.blog .card img {
	border-radius: 0;
	padding: 1.25rem 1.25rem 0;
}
.newsflash.blog .card .card-body {
	padding: 1.5rem;
}
.newsflash.blog .card .card-footer {
	padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.newsflash.blog .card .btn.btn-primary {
	display: block;
}
/* ======================== FOOTER ========================= */ 
footer {
	position: relative;
	background: #520426;
	text-align: left;
	padding: 50px 0 0px 0;
	font-family: 'Nunito Sans', Arial;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100%;
}
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 h2 {
	margin-bottom: .5em;
	color: #fff;
	font-size: 22px;
	font-family: 'Nunito Sans', Arial;
}
footer ul, footer li {
	color: white;
	font-family: 'Nunito Sans', Arial;
	line-height: 170%;
}
footer ul li ul {
	margin-left: 15px;
}
.social .fa { 
	background: transparent;
	color: #FFF;
	font-size: 1.5em;
	text-align: center;
	padding-right: 10px;
}
footer .footer-bottom {
    text-align: center;
    margin: 0 20px 45px 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;
}
footer .navbar-nav {
	line-height: 150%;
}
footer .nav-link {
	padding: 0;
}

@media (max-width: 991px) {
	footer .navbar-nav {
		text-align: left
	}
}
.footer-copyright p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

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

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

/* ========================= COOKIEMELDING =================== */
.cc-btn.cc-dismiss {
    padding-top: 8px;
}

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