/* Sponsoren Styles
================================================== */
section.footSponsorenContainer::after {
    clear: both;
    content: " ";
    display: block;
}
section.footSponsorenContainer {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 20px solid #bababa; /* grijs */
	border-top: 5px solid #bababa; /* grijs */
}
section.footSponsorenContainer .hoofdSponsorenContainer {
	float: left;
	width: 25%;
	padding-right: 10px;
	border-right: 1px dashed #dadada;
}
section.footSponsorenContainer .standaardSponsorenContainer{
	float: left;
	width: 75%;
	padding-left: 10px;
}
body div.sponsoren-container div.sponsoren-title {
	position: relative;
	padding: 3px 0;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
div.standaardSponsorenContainer div.sponsoren.slick-slider div.slick-list {
	margin: 0 10px;
}

/* Sponsor */
body div.sponsoren-container div.hoofdSponsoren div.sponsor,
body div.sponsoren-container div.sponsoren div.sponsor {
	position: relative;
	/* height: 100px; */
	height: 100px;
	width: 100%;
	margin: 0px 2px;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: #fff;
	border: 5px solid #fff;
}
body div.sponsoren-container div.hoofdSponsoren div.sponsor { margin: 0px;}
body div.sponsoren-container div.hoofdSponsoren div.sponsor a,
body div.sponsoren-container div.sponsoren div.sponsor a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Sponsoren Shortcode Styles
================================================== */
.standaardSponsorenContainer.shortCodeSponsoren .shTitle{
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #3897d7;
}
.standaardSponsorenContainer.shortCodeSponsoren .sponsoren {
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(255,255,255,0.2);
}

/* buttons sliderBrands & sliderProducten
================================================== */
div.standaardSponsorenContainer div.sponsoren.slick-slider button.slick-arrow::before {
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Font Awesome\ 5 Free';
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	color: #afa9ad;
	opacity: 0.75;
}
div.standaardSponsorenContainer div.sponsoren.slick-slider button.slick-arrow {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	width: 20px;
	height: 30px;
	margin-top: -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: 0 0 rgba(0, 0, 0, 0) inset;
	outline: medium none;
	cursor: pointer;
}
	/* left */
	div.standaardSponsorenContainer div.sponsoren.slick-slider button.slick-prev.slick-arrow {
		left: 0px;
	}
	div.standaardSponsorenContainer div.sponsoren.slick-slider button.slick-prev::before {
		content: '\f104';
	}
	/* right */
	div.standaardSponsorenContainer div.sponsoren.slick-slider button.slick-next.slick-arrow {
		right: 0px;
	}
	div.standaardSponsorenContainer div.sponsoren.slick-slider button.slick-next::before {
		content: '\f105';
	}

    /* Media Queries: 
    ================================================== */
    @media screen and (max-width: 680px) {
    	section.footSponsorenContainer { position: relative; }
    }
    @media only screen and (min-width: 481px) and (max-width: 679px) {
		section.footSponsorenContainer .hoofdSponsorenContainer{ width: 33%; }
		section.footSponsorenContainer .standaardSponsorenContainer{ width: 66%; }
    }
    @media screen and (max-width: 480px) {
		section.footSponsorenContainer .hoofdSponsorenContainer,
		section.footSponsorenContainer .standaardSponsorenContainer{ 
			width: 100%; 
		}
		section.footSponsorenContainer .hoofdSponsorenContainer{
			padding-bottom: 5px;
			margin-bottom: 5px;
			border-right: 0px dashed #dadada;
			border-bottom: 1px dashed #dadada;
		}
		body div.sponsoren-container div.sponsoren-title { text-align: center; }
    }
