.roestbruin{ color: #c85b0f;}
.lichtblauw{ color: #5ebed8;}
.donkerbruin{ color: #7f5b1c;}

html, body{ 
    margin:0; 
    padding:0; 
    text-align:center; 
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 18px;
    color: #7f5b1c;
    z-index: 10;
} 
#bg { position: fixed; top: 0; left: 0; z-index: -100; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


.container{ 
    width:936px; 
    text-align:left; 
    margin:0 auto; 
    font-size: 14px;
} 

#navigaticons{
    float:left; 
    height:220px; 
    width:100%;
    display:block;
    overflow:hidden;
    margin: 18px 0;
} 

#content{
    position: relative;
    display:block;
}
span.admin {
    font-size: 10px;
    color: gray;
}
span.nobreak {
    float: left;
    margin-right: 10px;
}
.column, .firstcol, #tagcontainer, #navicontainer, #tags, #mainbar, #footer, #sixcolums {
    position: relative;
    display: flex;
	flex-wrap: wrap;
    top: 0px;
    margin: 18px 18px 18px 0px;
}
#tagcontainer, #navicontainer, #tags, #mainbar, #footer, #sixcolums {
	display: flex;
	width:936px;
	width:954px;
	align-items: stretch;
}

.column, #header {
    margin: 18px 18px 0px 0px;
}

.column, #tags {
    background-color: #fff;
}
.home>#navicontainer {
/*     overflow: hidden; */
    height: 0px;
    width: 100%;
    margin: 0;
    /*display: none;*/
}
.home>#tagcontainer {
    overflow: hidden;
    height: 0px;
    width: 100%;
    margin: 0;
    /*display: none;*/
}

.portfolio>#navicontainer {
    overflow: hidden;
    height: 0px;
    width: 100%;
    margin: 0;
    /*display: none;*/
}
.portfolio>#tagcontainer {
    overflow: hidden;
    margin: 0;
    /*display: none;*/
}
#sixcolums {
    overflow: hidden;
} 
#tags, #mainbar, #sixcolums {
    margin-bottom: 0;
}
#mainbar, #sixcolums {
    margin-top: 0;
}
.last {
    margin-right: 0;
}

#connect {
    position: absolute;
    top: 0;
    height: 18px;
    background-color: #fff;
}

#mainbar,
#footer
{
	width:936px;
    clear:both;
    background-repeat: repeat;
    background-image: url(img/streepwit.gif);
}

#mainbar {
    height: 42px;
    text-align: center;
    margin:18px 0 0;
}

#footer,
.addresColumn {
    height: 49px;
}

.addresColumn {
    float: left;
    padding: 0 7px; 
    width: 107px;
    background-color: white;
}
.addresColumn p {
    margin-top: 4px;
    font-style: normal;
    font-size: 10px;
    line-height: 13px;
}

.col-content{
    margin: 5px;
}
.no-margin{
    margin: 0;
}
.bg-blank {
    background-color: #5ebed8;
}

#logo,
#name,
#button_portfolio,
#button_fijnedag,
#button_search, 
#button_twitter,
#button_facebook {
    float: left;
    margin-right: 18px; 
    height: 42px;
    font-family: "Coda Caption", serif;
    font-size: 18px;
    line-height: 45px;
    color: #c85b0f;
    cursor: pointer;
}

#logo,
#button_search,
#button_twitter,
#button_facebook {
    width: 42px;
    margin-right: 0;
}
#logo {
    background-image: url(img/logo.ico)
}
#name {
    width: 258px;
}
#name {
    background-color: #5ebed8;
    color: white;
}
#name.selected {
    background-color: white;
    color: #c85b0f;
}
#name a {
    color: white;
}
#button_search,
#button_twitter,
#button_facebook {
    float: right;
    margin-left: 0px;
}
#button_search:hover,
#button_twitter:hover,
#button_facebook:hover {
	background-color: #5ebed8;
}
.logo_twitter {
	display: block;
	width: 30px;
	height: 25px;
	margin-top: 8px;
	margin-left: 6px;
    background-image: url(img/logo_twitter.svg);
    background-size: contain;
	background-repeat: no-repeat;
}
.logo_facebook {
	display: block;
	width: 15px;
	height: 25px;
	margin-top: 8px;
	margin-left: 13px;
    background-image: url(img/logo_facebook.svg);
    background-size: contain;
	background-repeat: no-repeat;
}


#button_portfolio,
#button_fijnedag {
    font-size: 16px;
    background-color: #5ebed8;
    color: #fff;
}
#button_portfolio.selected,
#button_fijnedag.selected,
#button_portfolio.selected a,
#button_fijnedag.selected a,
#name.selected a {
    background-color: #fff;
    color: #c85b0f;
}


.col-w-1{
    width:141px; 
}
.col-w-2{
    width:300px; 
}
.col-w-3{
    width:459px; 
}
.col-w-4{
    width:618px; 
}
.col-w-5{
    width:777px; 
}
.col-w-6{
    width:936px; 
}

.col-p-1{
    left:0px; 
}
.col-p-2{
    left:159px; 
}
.col-p-3{
    left:318px; 
}
.col-p-4{
    left:477px; 
}
.col-p-5{
    left:636px; 
}
.col-p-6{
    left:795px; 
}
.margin-18 {
    margin-top: -18px;
}

h1 {
	color: #5ebed8;	
}

h2 {
    font-size: 14px;
    margin-bottom: 3px;
    color: black;
}

p,
.credits {
    font-size: 14px;
    margin-bottom: 14px;
    }
    
p.credits {
    color: #5ebed8;
    }
 p.no-margin-bottom {
	 margin-bottom: 0;
 }   
    
    
    
ul {
	margin-top:0px;
}
li {
	margin-left: 18px;
	list-style: disc;
}
strong {
    font-weight: 700;
}

.credits {
    color: #5ebed8;
}

.tags {
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 7px;
        cursor: pointer;

}

.tags .active a {
	background-color: rgb(253, 241, 140);	
}

.portfolio-social {
    float: left;
    width: 21px;
    height: 21px;
}

a {
    color: #c85b0f;
    text-decoration: none;
}
a.white {
    color: #fff;
}
p.tags {
    font-size: 14px;
}
.tags a:hover {
    color: rgb(161,15,14);
}
.tags a.selected {
    background-color: #888;
    color: #fff;
}.tags a.selected:hover {
    background-color: #666;
    color: #fff;
}

img.portfolio {
    width: 618px;
}

form.error{
    background-color: red;
}
form.success {
    background-color: rgb(150,255,150);
}
form:target {
    background-color: rgb(255,255,150);
}
.errorpanel{
    padding: 10px;
    border: 1px solid  red;
    background-color: rgb(255,200,200);
}

td.admin {
    color: black;
    vertical-align: top;
    font-size: 13px;
    padding: 0 10px;
}

td {
    margin: 10px 0;
}
.icon {
  margin-bottom: 7px;
}

#login {
    width: 500px;
    margin: 25px auto;    
}
#login h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

@media all and (max-width: 930px) {
	#sixcolums,
	#tagcontainer,
	#tags,
	.container,	
	.home>#tagcontainer {
		width:636px;
	}
	#mainbar, #footer  {
		width:618px;
	}
	#mainbar {
		height: 84px;
	}
	#connect {
		left:0;
	}
}
@media all and (max-width: 750px) {
	#sixcolums,
	#tagcontainer,
	#tags,
	.container,	
	.home>#tagcontainer {
		width: 477px;
	}
	#mainbar, #footer {
		width: 459px;
	}
	#footer {
		height: 98px;
	}
}
/*
@media all and (max-width: 618px) {
	#sixcolums,
	#tagcontainer,
	#tags,
	.container,	
	.home>#tagcontainer {
		width: 459px;
	}
  	#mainbar, #footer {
		width: 459px;
	}
}
*/
