@charset "UTF-8";

/* Sticky footer stylen
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body { /* eventueel aanpassen */
	margin-bottom: 120px; /* moet dezelfde afmeting zijn als de hoogte van de footer */
}
.container.honderdprocent #adres a {
	color: #ceb8a2;
}
.footer { /* eventueel aanpassen */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: #b31829;
	color: #ceb8a2;
	padding-top: 15px;
	font-size: 80%;
}
.tussenruimte-footer { /* eventueel aanpassen */
	clear:both;
	height:120px; /* moet dezelfde afmeting zijn als de hoogte van de footer */
}
.container.honderdprocent {
    width: 100%;
	max-width: 1200px;
  }
/* einde sticky footer stijlen
-------------------------------------------------- */
.footer-content {
	float: left;
	margin-right: 75px;
	font-size: 110%;
}
.footer-rechts {
	float: right;
	margin-right: 20px;
	font-size: 110%;
}
#socialmedia {
    float: none;
    height: 50px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 200px;
    margin-right: auto;
}

a.bluesky {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn-bluesky.gif);
}

a.bluesky:hover {
	background: url(../images/btn-bluesky-rol.gif);
}

a.linkedin {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn-in.gif);
	margin-left: 24px;
}

a.linkedin:hover {
	background: url(../images/btn-in-rol.gif);
}

a.facebook {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../images/btn-facebook.gif);
    margin-left: 24px;
}

a.facebook:hover {
	background: url(../images/btn-facebook-rol.gif);
}

#adres {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    width: 100%;
    margin-right: auto;
	text-align: center;
}
.goud {
	color: #ceb8a2;
}
@media (max-width: 550px) {
body { 
	margin-bottom: 180px; 
}
.footer { 
	height: 180px;
}
.tussenruimte-footer { 
	height:180px; 
}
}
