@charset "UTF-8";
/* CSS Document */

/* CSS reset */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
}

html, body, div {
	margin: 0;
	padding: 0;
}
/* END CSS reset */


body {
	font-family: 'Roboto', sans-serif;
	background-color: #ECECEC;
}

p, .archief {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 0;
	color: #262626!important;
}

.content ul {
	margin: 0 0 20px -10px;
	padding-left: 29px;
}

.content li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
	padding: 0;
	color: #262626!important;
}

p + ul {
	margin-top: -5px!important;
}


h1 { 
	font-family: 'Roboto Mono' , monospace;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 12px 0;
	color: #C00;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;	
}

h2 { 
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 9px 0;
	color: #262626;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.klein {
	font-size: 13px;
}

.kijkvermaak {
	position: relative;
}

.kijktitel {
	width: 33.33333%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 13px 5px 9px 13px;
	line-height: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	font-family: 'Roboto Mono' , monospace;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 5px 0;
	color: #C00;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.sub {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #262626;
}

header, .subtitel, #hamburgermenu {
	display: none;
}

nav {
	height: 38px;
	width: 100%;
	max-width: 1500px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	background-color: #353535;
	position: fixed;
	z-index: 5000;
}
nav ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li {
	display: inline-block;
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	color: #FFF;
	font-size: 15px;
	line-height: 38px;
	margin: 0 2px;
	padding: 0 10px;
	transition: background-color 0.6s;
}

nav li:hover {
	background-color: #EFC7CD;
}

nav a {
	color: #FFF;
	text-decoration: none;
}

nav a:hover {
	text-decoration: none; 
}	

.logo {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

#wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 34px;
	background-color: #fff;
}

.subwrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	background-color: #1E1E1E;
}

.item {	
}

.item img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.mobielfoto {
	display: none;
}

.achtste {
	width: 12.5%;
}

.kwart {
	width: 25%;
}

.half {
	width: 50%;
}

.drieachtste {
	width: 37.5%;
}


.vijfachtste {
	width: 62.5%;
}

.eenderde {
	width: 33.4%;
	position: relative;
}

.tweederde {
	width: 66.6%;
	position: relative;
}

.roze {
	background-color: #EFC7CD;
}

.groen {
	background-color: #AFD7DD;
}

.donkergroen {
	background-color: #397177;
}

.lichtgroen {
	background-color: #ABC0BB;
}

.blauw {
	background-color: #006699;
}

.zalm {
	background-color: #FFCC99;
}

.oranje {
	background-color: #FDA970;
}

.rood {
	background-color: #801730;
}

.geel {
	background-color: #F0C86D;
}

.grijs {
	background-color: #1D1D1D;
}

.fotocredit {
	position: absolute;
	bottom: 7px;
	left: 10px;
	color: #999;
	font-size: 10px;
}

#slideshow {
	
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content {
	padding: 23px 25px 10px 25px;
}

iframe {
	vertical-align: top;
}

.blog {
	padding: 23px 25px 25px 25px;
	background-color: #FFF;
}

.blog img {
	margin-top: 5px!important;
	margin-bottom: 10px!important;
	width: 100%;
}

.blog img[style*="float: left"] {
  margin: 5px 15px 5px 0px!important;
}

.blog img[style*="float: right"] {
  margin: 5px 0px 5px 10px!important;
}

.blog table {
	width: 100%;
}

.blogtitel {
	font-family: 'Roboto Mono', monospace;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 7px 0!important;
	padding: 0!important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.blog form {
	margin-top: 10px;
}	

.cn_comm_textarea {
	width: 100%;
}

.cn_submit_bb {
	font-size: 13px;
	font-weight: bold;
	color: #D90005;
	margin-top: 10px;
}

.cn_comm_captcha img {
	width: auto;
}

footer {
	max-width: 1500px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	background-color: #353535;
	padding: 70px 40px 15px 40px;
}

#socialwrap {
	float: right;
	text-align: right;
	margin-top: -5px;
}

.social {
	height: 22px;
	width: auto;
	margin: 0 0 0 8px;
}

/* RESPONSIVE DESIGN */

@media all and (max-width: 768px) {
	
nav li {
	margin: 0 0px;
}

.kijktitel {
	width: 50%;
}
	
.eenderde, .tweederde {
	width: 100%;
}

.eenderde {
	order: 2;
}

.tweederde {
	order: 1;
}

.drieachtste {
	width: 50%;
}

.vijfachtste {
	width: 75%;
}

.een {
	order: 1;
	width: 100%;
}

.twee {
	order: 2;
	width: 100%;
	overflow: hidden;
}

.twee img {
	width: 200%;
	margin-left: -40%;
	margin-top: -75%;
}

.item.half.vol {
	width: 75%;
}

.subwrap {
	width: 25%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
	
}

@media all and (max-width: 667px) {
	
nav {
	height: auto;
	position: static;
	padding: 0 10px;
}

nav li {
	margin: 0;
	padding: 0 6px;
}

#wrap {
	padding-top: 0;
}
	
}

@media all and (max-width: 420px) {
	
header {
	display: block;
	position: relative;
	width: 100%;
	max-width: 420px;
	background-color: #EFC7CD;
	background-image: url(graphics/AstridLiggend.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	overflow: auto;
}

.mobiellogo {
	width: 25%;
	height: auto;
	float: left;
}

#balk {
	position: relative;
	height: 27px;
	background-color: #353535;
	z-index: 100000;
}

.subtitel {
	display: block;
	color: #FFF;
	font-family: 'Roboto Mono' , monospace;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
	
#hamburgermenu {
	display: block;
	position: absolute;
	width: 40px;
	height: 33px;
	bottom: 12px;
	right: 17px;
}

.mobilenav {
	position: absolute;
	top: 27px;
	right: 0;
	left: auto;
}

nav {
	width: 170px; 
	position: static;
	padding: 0;
	margin: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

nav ul {
	width: 170px;
	padding-left: 0px;
	text-align: right;
}

nav li {
	margin: 0px;
}

nav ul li {
	padding: 6px 20px;
	font-size: 18px;
	display: block;
	border: none;
	line-height: 26px;
}


#wrap {
	padding-top: 0px;
}

.subwrap {
	display: none;
	
}

.twee img, .eenderde, .fotocredit {
	display: none;
}

.tweederde {
	width: 25%;
}

.kwart, .drieachtste, .vijfachtste {
	width: 100%;
}

.kwart {
	order: 3;
}

.drieachtste {
	order: 3;
}

.vijfachtste {
	order: 2;
}

.een {
	width: 25%;
}

.item.half.vol {
	width: 100%;
	order: 3;
}

.item.drieachtste.oranje {
	order: 4!important;
}

.blog img {
	width: 100%!important;
}

.mobielfoto {
	display: inline;
	margin: 18px 0 0 0;
}

footer {
	height: 100px;
	padding-top: 25px;
	text-align: center;
	overflow: auto;
}

#socialwrap {
	text-align: center;
	margin: 0 auto 10px auto;
	float: none;
}

.social {
	height: 25px;
	margin: 0 6px;
}
	
}
