@charset "UTF-8";
footer {
	position: relative;
	color: #fff;
	z-index: 5;
}
@media only screen and (min-width: 1024px) {
	.footer {
		flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
	}
}

.footer-content {
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	//background-color: #666;
	font-size:13px;
}
.call-to-action {
	padding-bottom: 30px;
}
.footer-content .tel-mail a {
	color: #FFF;
	text-decoration: none;
}
.footer-content .tel-mail a:hover {
	color:#f9ecf5; /* txt roze */
	text-decoration: underline;
}
.adres {
	width:100%;
	float: none;
	padding-right: 0px;
	margin-bottom: 20px;
}
.tel-mail {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	position: relative;
}
.tel-mail p {
	padding-left: 45px;
	position: relative;
	padding-bottom: 0px;
}
footer .tel-mail p {
	padding-bottom: 20px;
}
.tel-mail span {
	padding-right: 15px;
}
.telnr-mobiel {
	display:none;
}
.container-icons {
	position: relative;
	clear: left;
	//background-color: #FC3;
	text-align: center;
	padding-top: 10px;
	bottom: 20px;
}
@media only screen and (min-width: 500px) {
	.adres,
	footer .tel-mail {
		width:50%;
		float: left;
	}
}

@media only screen and (min-width: 665px) {
	.footer-content {
		padding-top: 60px;
		padding-right: 75px;
		padding-bottom: 60px;
		padding-left: 75px;
		font-size:13px;
	}
	.adres {
		width: 200px;
	}
	footer .tel-mail {
		width:270px;
	}
	.container-icons {
		clear: none;
		text-align: right;
		padding-top: 0px;
		float:right;
		bottom: 0px;
	}
}

/* icons */
.icon-footer {
	font-size: 24px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
}
.icon-footer a {
	color: #fff;
	background-color: #006291;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	width: 40px;
}
.icon-footer a:hover {
	background-color: #6ba534;
}
@media only screen and (min-width: 665px) {
	.icon-footer {
		font-size: 24px;
		float: left;
		margin-right: 0px;
		margin-left: 10px;
		text-align: center;
		line-height: 50px;
		display: block;
	}
}
/* footer elements */
.kolom-content.contact .icooon,
footer .icooon {
	width: 30px;
	position: absolute;
	left: 0px;
	top: -3px;
	font-size: 30px;
	line-height: 45px;
}
footer .icooon {
	line-height: 20px;
}
#container-webdesign {
	position: relative;
	position:absolute;
	bottom:0px;
	width: 100%;
}
#webdesign {
	font-size: 11px;
	text-align: center;
	width: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 10px;
}
#webdesign a {
	text-decoration : none;
	color: #ccc;
}
@media only screen and (min-width: 665px) {
#webdesign {
	text-align: right;
	padding-right: 20px;
}
}


/* scroll up button */
.knop-scroll-up {
	height: 40px;
	width: 40px;
	position: absolute;
	position: fixed;
	bottom: -40px;
	right: 25px;
	float: right !important;
	box-shadow: none;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: bottom 1s ease;
	-moz-transition: bottom 1s ease;
	-o-transition: bottom 1s ease;
	z-index: 99;
	background-color: #006291;
	background-color: rgba(0,0,0,0.5);
}
.show-button {
	bottom: 20px;
}
.knop-scroll-up:after{
	font-family: icons;
	content: "\48";
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	color: #FFF;
}
.knop-scroll-up:hover{
	background-color: #6ba534;
	background-color: rgba(0,0,0,0.7);
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.knop-scroll-up {
		right: 45px;
	}
}