#footer {
	background-color: #000;
	margin-top: 60px;
}

#footer-container {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.dondr a {
	text-decoration: none;
}
.dondr span {
	font-size: 12px;
}

.footer-item {
	color: #fff;
}

.footer-item:first-of-type,
#footer-realisatie div:first-of-type{
    width: 280px;
}

.footer-item:nth-of-type(2),
#footer-realisatie #menu-footer{
    width: 200px;
}
.footer-item:last-of-type,
#footer-realisatie div:last-of-type{
    width: 90px;
}

.footer-item a {
	color: #fff;
}

.footer-item h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 2em;
}

.footer-item address {
	margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
	font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.footer-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-item li {
    /*margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.4em;
    font-size: 1.3em;*/
}

#menu-social-1 a:hover {
	color: #7DC9DE;
}

#menu-social-1 {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-social-1 li {
	margin-right: 10px;
    transform: translateY(4px);
    font-size: 12px;
}

#menu-social-1 li:last-of-type {
	display: none;
}

#menu-social-1 span {
	display: none;
}

#menu-social-1 a {
	color: #fff;
	font-size: 22px;
	transition: color 200ms ease-in-out;
}

#menu-social-1 a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Brands';
}

.iconf a:before {
	content: "\f082";
}

.iconi a:before {
	content: "\f16d";
}

#menu-social-1 .iconm a:before {
    font-family: 'Font Awesome 5 Pro';
	content: "\f0e0";
	font-weight: 400;
}



.jowandehaan {
	color: #fff;
	text-decoration: none;
}

.zettwee-logo {
	background-image: url('../img/z2-10.png');
    background-size: contain;
    background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 74px;
	height: 10px;
	display: inline-block;
	transform: translateY(0px);
}


#footer-realisatie {
	color: #fff;
	padding: 30px 0;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.4em;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 1em;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.realisatie-jowan {
    display: inline-block;
    white-space: nowrap;
    /*padding-right: 15px;*/ /* dit moet margin zijn! gaat nog te vaak fout */
    margin-right: 15px;
}

#zettwee {
	display: inline-block;
	position: relative;
}

#zettwee a {
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#menu-footer {
    display: flex;
    justify-content: space-between;
    margin: -10px;
    padding: 0 15px 0 0;
    
}

#menu-footer li {
    display: inline-block;
}

#menu-footer a {
    text-decoration: none;
    color: #fff;
    
    /*font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.4em;*/
    
    line-height: 1.4em;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 1em;
    /*padding: 10px;*/ /* waarom deze padding? geen een andere link in de footer heeft dit, is alleen maar naar om uit te lijnen */

}

#menu-footer li:first-of-type {
    margin-right: 30px;
}


@media screen and (max-width: 1200px) {
	
	#footer-container {
		padding: 30px;
		flex-wrap: wrap;
	}
	
	.footer-item {
		width: auto;
	}
	
	#footer-realisatie {
		padding: 0 30px 30px;
	}
}

@media screen and (max-width: 640px) {

	#footer {
		margin: 0;
	}
	
    #menu-footer {
        margin: 14px 0;
    }
	
}

@media screen and (max-width: 580px) {
    
    #zettwee {
        padding-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    
    #menu-footer {
        padding-top: 10px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	
	.zettwee-logo {
		background-image: url('../img/z2-20.png');
	}

	
}