/*
Theme Name: DWDWD
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: DWDWD
Version: 1.0
*/

/* Reset CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* Theme CSS */
body {
	font-family: 'Exo', sans-serif;
}

header {
	background:rgba(0,0,0,0);
	padding:5px 20px;
	display:flex;
	justify-content:space-between;
	position:fixed;
	width:100%;
	align-items:center;
	z-index:999;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header.active {
	background:rgba(0,0,0,0.5);
}

.frontpage-banner {
	padding:40px 0;
	min-height:390px;
	display:flex;
	align-items: center;	
}

.frontpage-banner.topbanner {
	align-items: flex-end;
	min-height:600px;
}

.frontpage-banner.topbanner p {
	margin-bottom:20px;
}

.frontpage-banner.bedrijven {
	min-height:250px;
}

.mid-content a {
	color:white;
}

.frontpage-banner.pager {
	min-height:300px;
}

.page-id-22 .frontpage-banner.pager {
	min-height:450px;
}

.left-logo img {
	max-width:150px;
}

.dwbutton {
	background:#BE0001;
	color:white;
	font-weight:bold;
	padding:10px 44px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius:4px;
    margin-bottom: 25px;
    display: inline-block;
}

.right-buttons .dwbutton {
	background:#00de05;
}

.right-buttons .dwbutton:hover {
	background:#01ad05;
}

header .dwbutton {
	margin-bottom:0;
	font-size:21px;
}

.dwbutton:hover {
	background:#a00001;
	color:white;
	text-decoration:none;
}

.dwbutton.green {
	background:#2ac400;
}

.dwbutton.green:hover {
	background:#25ae01;
}

.mid-top {
	display:flex;
	align-items:center;	
}

.mid-top h1 {
	font-size: 37px;
    font-weight: 900;
    color: white;
    margin-bottom:20px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.mid-top img {
    width:94px;
    margin-right: 20px;
    margin-bottom:20px;
}

.mid-content p {
	color:white;
	line-height:1.5;
	font-size:18px;
}

.mid-content {
	max-width:770px;
}

.mid-content strong {
	font-weight:bold;
}

.slider-container {
	margin-left:-20px;
	margin-right:-20px;
}

.carouselcontainer {
	background:#1e1e1e;
	padding:75px 0;
	color:white;
}

.doneren-single-container {
	background:#1e1e1e;
	padding:30px 0;
	color:white;
	min-height:100vh;
}

.carouselcontainer h2 {
	text-transform:uppercase;
	font-size:40px;
	color:white;
	margin-bottom:40px;
}

.slide-content {
	padding:0 20px;
	display:block;
	color:white;
	cursor:pointer;
	position:relative;
	display: flex;
  	flex-direction: column;
}

#rewards .slide-content, #bedrijven .slide-content {
	min-height:780px;
}

.slide-content:hover {
	color:white;
	text-decoration:none;
}

.top-image {
	min-height:600px;
	display:block;
	border-radius:10px;
	overflow:none;
	margin-bottom:20px;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    position:relative;
}

.top-image:after {
	opacity:0;
	content:" ";
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.5);
	display:block;
	position:absolute;
	border-radius:10px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    backdrop-filter: blur(5px);
}

.top-image:hover:after {
	opacity:1;
}

.top-image i {
	opacity:0;
	z-index:9999;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-image:hover i {
	opacity:1;
}

.slider-content {
	text-align:center;
}

.slide-content h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight:bold;
    line-height:1.3;
}

.slide-content h3 span {
	display: block;
    font-size: 15px;
    margin-top: 10px;
}


.slide-content p {
	line-height:1.5;
}

.meerinfo-button {
	display: inline-block;
    background: #BE0001;
    color: white;
    font-weight: bold;
    padding: 10px 44px;
    margin-top: 16px;
    border-radius: 4px;
   	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: auto;
}

.meerinfo-button:hover {
	background:#a00001;
	color:white;
	text-decoration:none;
}

.fancybox__thumbs {
	display:none !important;
}

.doneren-single-container h1, .doneren-single-container h2, .doneren-single-container h3, .doneren-single-container h4 {
	color:white;
	font-weight:bold;
	margin-bottom:15px;
}

.doneren-single-container h1 {
	font-size:30px;
}

.doneren-single-container h2 {
	font-size:25px;
}

.doneren-single-container h3 {
	font-size:20px;
}

.doneren-single-container strong, .doneren-single-container b {
	font-weight:bold;
}

.doneren-single-container p {
	margin-bottom:25px;
	line-height:1.4;
}

.doneren-single-container ul {
	list-style:inherit;
	margin-bottom:25px;
	padding-left:25px;
	line-height:1.4;
}

.terug-button {
	display: inline-block;
    background: #BE0001;
    color: white;
    font-weight: bold;
    padding: 10px 25px;
    margin-top: 16px;
    border-radius: 4px;
   	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom:35px;
    font-size:13px;
}

.terug-button i {
	margin-right:7px;
}

.terug-button:hover {
	background:#a00001;
	color:white;
	text-decoration:none;
}

.nominheight {
	min-height:inherit;
}

#TB_closeWindowButton {
	display:none;
}

#TB_ajaxWindowTitle {
	display:none;
}

#TB_title {
    background: none;
    border:none !important;
    height: inherit !important;
}

#TB_ajaxContent {
	padding:0 !important;
	overflow:hidden !important;
	width:100% !important;
	background:#1e1e1e;
}

.modal-content{
	background:#1e1e1e;
	color:white;
}

#TB_ajaxContent img {
	width:100%;
}

#TB_ajaxContent .modal-content {
	padding: 5px 20px;
	border:none;
}

#TB_ajaxContent p {
	font-weight:400;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	font-size: 13px;
    text-align: center;
    margin-bottom:10px;
}

.modal-content .gform_wrapper.gravity-theme .gfield_label {
	max-width:200px;
	font-size:14px;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
    display: inline-block;
    background: #2ac400;
    color: white;
    font-weight: bold;
    padding: 7px 23px;
    margin-top: 16px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 35px;
    font-size: 13px;
    margin-top: 0;
    border: none;
    width: 100%;
    cursor:pointer;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
	background:#25ae01;
}

footer {
	background:#1b1b1b;
	color:white;
	padding:15px 0;
	font-size:13px;
}

footer a {
	color:white;
	text-decoration:none;
}

footer a:hover {
	text-decoration:none;
	color:white;
}

.socialbar {
	display: inline-block;
    float: right;
    width: 125px;
}

.socialbar a {
	font-size:17px;
	margin:0 3px;
}

.socialbar svg {
	max-width: 20px;
    vertical-align: middle;
    max-height:18px;
}

.balk {
	position:relative;
	height:50px;
	width:100%;
	background:white;
	border-radius:2px;
	overflow:hidden;
}

.perc-gevuld {
	height:50px;
	background:green;
}

.percentage-text  {
    position: absolute;
    top: 15px;
    color: black;
    font-size: 19px;
    font-weight: bold;
}

.percentage-text.insidebar {
	right: 6% !important;
    left: inherit !important;
    color: white;
}

.balk-onder {
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:12px;
}

.balk-onder i {
	color:#00de05;
}

.doneren-extras {
	margin-bottom:15px;
}

.doneren-extras i {
	color:#00de05;
}

.doneren-extras .opt-1 {
	margin-bottom:7px;
	padding-left:20px;
	position:relative;
	line-height:1.3;
}

.doneren-extras .opt-1:before {
	content: "\f00c";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #00de05;
    position:absolute;
    left:0;
}

.doneren-extras img {
	max-width:100%;
	width:290px;
	margin:20px 0;
}

.desc-status {
	margin:30px 0 0;
	line-height:1.3;
	font-style:italic;
}

@media (max-width:1366px){
}

@media (max-width:1200px){
}

@media (max-width:1024px){
}

@media (max-width:768px){
	
	.carouselcontainer h2 {
		font-size:24px;
	}
	
	.mid-top {
		display:block;
	}
	
	.top-image{
		min-height:230px;
		font-size:30px;
	}
	
	.top-image:after {
		opacity:0.5;
		backdrop-filter: blur(0px);
	}
	
	.top-image i {
		opacity:1;
	}
	
	.mid-content p {
		font-size:16px;
	}
	
	.slider-container {
		margin-left:0;
		margin-right:0;
	}
	
	.meerinfo-button {
		padding:10px 15px;
	}
	
	#rewards .slide-content, #bedrijven .slide-content {
		min-height:405px;
	}
	
	.socialbar {
		display: block;
	    float: none;
	    text-align: center;
	    width: 100%;
	    margin: 10px 0;
	}
	
	footer {
		text-align:center;
		line-height:1.5;
	}
	
	.socialbar a {
		font-size:25px;
	}
	
	.frontpage-banner.topbanner .mid-content img {
		display:none;
	}
	
	.frontpage-banner.topbanner .mid-content {
		padding-top:110px;
	}
	
	.carouselcontainer {
		padding:40px 0;
	}
	
	.slide-content h3 span {
		font-size:13px;
	}
	
	.page-id-22 .frontpage-banner.pager {
		min-height:200px;
	}
	
	.frontpage-banner.topbanner {
		background:url(img/matthijs.jpg) center center / cover no-repeat !important;
	}
	
	.slick-prev, .slick-next{
		display:none !important;
	}
}

@media (max-width:500px){
}