/*
Meta info:
	huisstijl Gemeente Westerkwartier
	18 maart 2019
	HTML weergave STRI 2012 documenten
*/

@import url('https://fonts.googleapis.com/css?family=Cantarell|Ubuntu:400,700');

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Cantarell', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center; /* voor IE6 */
	color: #4E4D40;
}
#container {

}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-weight:400;
}
h1 {
	margin-bottom: 1em;
	color: #4E4D40;
}
h2 {
	margin-bottom: 1em;
	color: #4990b5;
}
h3 {
	color: #4990b5;
}
h4 {
	color: #4990b5;
}
h5 {
	color: #4990b5;
}
h6 {
	color: #4990b5;
}
/* Links */
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #93af0c;
	text-decoration: none;
}
/* Lay-out onderdelen */
#toegang, #koptekst, #inhoud, #eind {
	text-align: left; /* counter the body center */
}
#toegang {
	display: none;
}
#koptekst {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	min-height: 130px;
	box-shadow: 0 14px 28px -28px rgba(0,0,0,.15),0 10px 10px rgba(0,0,0,.1);
	background-color:#FFFFFF;
}

@media (max-width: 768px) {
	#koptekst {
		position: relative;
	}
}
@media (min-width:768px) {
    #koptekst {
		position: fixed;
	    left: 0;
    	right: 0;
		top:0;
	}
}
#kruimelspoor {
	height: 240px;
	padding: 0 0 0 20%;
	width: 30%;
	order:2;
}
@media (min-width: 1201px) and (max-width:1600px) {
	#kruimelspoor {
		padding: 0 0 0 15%;
		width:35%;
	}
}
@media (min-width: 769px) and (max-width:1200px) {
	#kruimelspoor {
		width:100%;
		padding: 0 10%;
	}
}

@media (max-width: 768px) {
	#kruimelspoor {
		width: 100%;
		height: auto;
		padding: 0 20px;
		order:1;
	}
}
.kruimel {
}
h1.kruimel {
	background: #fff url(https://www.westerkwartier.nl/templates/flex-v10-custom/images/logo.png) no-repeat 0 0;
	background-size: 250px;
	padding: 100px 0 0;
	margin: 0;
	font-size:24px;
}

@media (max-width: 768px) {
h1.kruimel {
	position: relative;
	padding: 95px 0 0 35px;
	left: 0;
	top: 0;
	bottom: 0;
}
}
.kruimel a:link, .kruimel a:visited {
	padding: 0;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
}
.kruimel a:hover {
	text-decoration: underline;
}
.kruimel a:before {
	content: "> ";
}
h2.kruimel {
	display: none;
}
#plangegevens {
	width: 30%;
	position:relative;
	padding:0 15px;
	order:3;
	border-left: solid 15px #72BDEA;
	font-size: small;
}
@media (min-width: 1201px) and (max-width:1600px) {
	#kruimelspoor {
		width:35%;
	}
}
@media (min-width: 769px) and (max-width:1200px) {
	#plangegevens {
		width:100%;
		padding: 0 10%;
		margin-bottom:15px;
	}
}
@media (max-width: 768px) {
	#plangegevens {
		width: 100%;
		padding: 0 20px;
		order:2;
	}
}
#plangegevens table {
	color: #000;
	width: 100%;
	border-collapse: collapse;
}
#plangegevens table th {
	width:100px;
}
#plangegevens table th,
#plangegevens table td {
	vertical-align:top;
}
#plangegevens table tr td strong {
	display: block;
}
#plangegevens table tr th, #plangegevens table tr td strong {
	margin-right: 5px;
	text-align: left;
}
#hoofdmenu {
	width: 100%;
	background: #f4f4f4;
	order: 1;
	padding:0 20%;
}
@media (min-width: 1201px) and (max-width:1600px) {
	#hoofdmenu {
	padding:0 15%;
	}
}
@media (min-width: 769px) and (max-width:1200px) {
	#hoofdmenu {
		padding: 0 10%;
	}
}
@media (max-width: 768px) {
	#hoofdmenu {
		order:3;
		padding:0 20px;
		margin-top:15px;
	}
}
#hoofdmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 40px;
	float:right;
}
@media (max-width: 768px) {
	#hoofdmenu ul {
		float:none;
	}
}
#hoofdmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;	
}
@media (max-width: 768px) {
	#hoofdmenu ul li {
		float:none;
	}
}
#hoofdmenu li:after {
  content: "";
  height: 50%;
  display: block;
  border-left: 1px solid #B9cb18;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#hoofdmenu a {
	display: block;
	padding: 0 10px 0 15px;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

#hoofdmenu a.pdf {
	background-image: url(http://opmaak.dezta.nl/opmaak_iconen.gif);
	background-repeat: no-repeat;
	background-position: right -197px;
	padding-right: 27px;
}
#hoofdmenu a:hover {
	text-decoration: none;
	color: #93af0c;
}
/* Navigatie-links volgende/vorige */
#navigatiemenu {
	position: fixed;
	bottom: 50px;
	right:15px;
	padding: 0 0 0 10px;
	z-index: 100;
}

#navigatiemenu ul {
	padding: 0;
	margin: 0;
}
#navigatiemenu li {
	float: none;
	display: block;
	height: 30px;
	margin: 0 0 6px 0;
	padding: 0;
}
#navigatiemenu li.navigatieitemVorige,
#navigatiemenu li.navigatieitemVolgende,
#navigatiemenu li.navigatieitemOmhoog {
	display:none;
}
#navigatiemenu a:link, #navigatiemenu a:visited, #navigatiemenu a:link:hover, #navigatiemenu a:visited:hover {
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -200px;
	overflow: hidden;
	background: url(http://opmaak.dezta.nl/opmaak_iconen.gif) no-repeat;
}
#navigatiemenu li.navigatieitemBegin a {
	background: url(https://ionicons.com/ionicons/svg/md-arrow-up.svg) no-repeat;
	background-size:30px;
}
#navigatiemenu li.navigatieitemBegin a:hover {
	background: url(https://ionicons.com/ionicons/svg/md-arrow-round-up.svg) no-repeat;
	background-size:30px;
}
#navigatiemenu li.navigatieitemVorige a {
	background-position: 0 -50px;
}
#navigatiemenu li.navigatieitemVorige a:hover {
	background-position: 0 -75px;
}
#navigatiemenu li.navigatieitemVolgende a {
	background-position: 0 -100px;
}
#navigatiemenu li.navigatieitemVolgende a:hover {
	background-position: 0 -125px;
}
#navigatiemenu li.navigatieitemOmhoog a {
	background-position: 0 -150px;
}
#navigatiemenu li.navigatieitemOmhoog a:hover {
	background-position: 0 -175px;
}
#navigatiemenu span.inactief {
	display: none;
}
/* Inhoud van de pagina die scrollt */
#inhoud {
	padding: 0px 20% 200px;
}
@media (min-width: 1201px) and (max-width:1600px) {
	#inhoud {
		padding: 0 15% 200px;
	}
}
@media (min-width: 769px) and (max-width:1200px) {
	#inhoud {
		padding: 0 10% 200px;
	}
}
@media (max-width: 768px) {
	#inhoud {
		padding: 0px 20px 50px;
		}
	}
@media (min-width: 768px) {
	#inhoud {
		margin-top: 380px; 
	}
}
@media (min-width: 1200px) {
	#inhoud {
		margin-top: 280px; 
	}
}
#inhoud > div:first-child > h1 {
	margin: 0 0 0 0px;
	z-index: 100;
	width: 700px;
	padding: 30;
	font-size: 20px;
	font-weight: bold;
}
#inhoud > *:last-child {
	margin-bottom: 200px;
}
#inhoud p {
	margin: 0 0 10px 0;
}
#inhoudsopgave {
	padding-left: 0px;
}
#inhoudsopgave li.pdf {
	background: url(http://opmaak.dezta.nl/opmaak_iconen.gif) no-repeat 0 -200px;
	padding-left: 24px;
	margin-left: -24px;
	min-height: 16px;
}
ul.inhoudsopgave {
	list-style-type: none;
	padding: 0 0 1em 0;
}
ul.inhoudsopgave a:link, ul.inhoudsopgave a:visited {
	text-decoration: none;
}
ul.inhoudsopgave a:hover {
	text-decoration: underline;
}
/* Extra voor de inhoudsopgave op de index pagina */
.document #inhoudsopgave ul a {
}
.document #inhoudsopgave ul {
	margin-left: 0;
	padding-left: 0;
}
.document #inhoudsopgave ul ul {
	margin-left: 30px;
}
.document #inhoudsopgave ul ul ul {
	margin-top: 0.5em;
}
.document #inhoudsopgave ul ul ul ul {
	display: none;
}
.document #inhoudsopgave ul li {
	margin-top: 1em;
	font-size: 16px;
	font-weight: bold;
}
.document #inhoudsopgave ul ul li {
	margin-top: 0.5em;
	font-size: 14px;
	font-weight: bold;
}
.document #inhoudsopgave ul ul ul li {
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
}
.document #inhoudsopgave ul ul ul ul li {
	font-size: 12px;
	font-weight: normal;
}
#begin {
}
#eind {
}
a.voetnootlink:link, a.voetnootlink:visited {
	cursor: help;
	text-decoration: none;
	vertical-align: super;
	line-height: 0.2em;
	font-size: 70%;
	margin-left: 0.1em;
}
a.voetnootlink:hover {
	text-decoration: none;
}
ul#voetnoten {
	border-top: 1px solid #CFC4B8;
	margin: 3em 0 0 0;
	padding: 0;
	width: 100%; /*nodig voor haslayout in IE6*/
	position: relative;
	list-style-type: none;
}
ul#voetnoten li {
	padding: 0 0 0 2.2em;
	margin: 1em 0 0 0;
	position: relative;
	width: 90%; /*nodig voor haslayout in IE6*/
}
a.voetnootterug {
	position: absolute;
	left: 0;
	line-height: 1;
	top: 0.2em;
}
/* Opmaak voor speciale elementen in de plantekst */

.artikel > div p {
	padding-left:15px;
}

span.lijstnummer {
	display: none;
}
ins {
	text-decoration: none;
}
.alignright {
	text-align: right;
}
.alignjustify {
	text-align: justify;
}
.aligncenter {
	text-align: center;
}
.mark1, .mark2, .mark3, .mark4, .mark5, .mark6 {
	color: #000000;
}
.mark1 {
	background-color: #ffff00;
}
.mark2 {
	background-color: #00ff00;
}
.mark3 {
	background-color: #00ffff;
}
.mark4 {
	background-color: #ff00ff;
}
.mark5 {
	background-color: #6699ff;
}
.mark6 {
	background-color: #aaaaaa;
}
.doorstreept {
	text-decoration: line-through;
}
.superscript {
	vertical-align: super
}
.subscript {
	vertical-align: sub
}
.superscript, .subscript {
	line-height: 0.0em;
	font-size: 70%;
}
.onderstreept {
	text-decoration: underline;
}
ul.upper-alpha {
	list-style-type: upper-alpha;
}
ul.lower-alpha {
	list-style-type: lower-alpha;
}
ul.upper-roman {
	list-style-type: upper-roman;
}
ul.lower-roman {
	list-style-type: lower-roman;
}
ul.decimal {
	list-style-type: decimal;
}
table.teksttabel {
	border-collapse: collapse;
	width: 100%;
}
td.teksttabelcel {
	border: none;
	vertical-align: top;
}
td.border-bottom, td.bottomborder {
	border-bottom: 1px solid #000000;
}
td.border-left, td.leftborder {
	border-left: 1px solid #000000;
}
td.border-right, td.rightborder {
	border-right: 1px solid #000000;
}
td.border-top, td.topborder {
	border-top: 1px solid #000000;
}
/* Dubbele lijst verbergen in 1ste niveau bijlagen */
.bijlagen_toelichting h3 a.pdf, .bijlagen_regels h3 a.pdf {
	font-size: 12px;
	padding: 3px 24px;
	margin: 0;
	background: url(http://opmaak.dezta.nl/opmaak_iconen.gif) no-repeat left -197px;
}
.bijlagen_toelichting #inhoudsopgave, .bijlagen_regels #inhoudsopgave {
	display: none;
}

/* Print stijl */
@media print {
body, #container, #plangegevens, #inhoud {
	position: static;
}
body, #container, p, h1, h2, h3, h4, h5, h6, li, a:link, a:visited {
	color: #000;
}
body, #container {
	margin: 0px;
	background-color: transparent;
	background-image: none;
	border: 0;
}
#koptekst {
	background: none;
	border: 0;
	min-height: 0;
	width: auto;
	padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
}
.navigatie {
	display: none;
}
.document #inhoudsopgave {
	display: block;
}
#inhoud {
	padding: 0;
	clear: none;
	border: 0;
	margin: 0;
	background-color: transparent;
	background-image: none;
}
#plangegevens {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	border-color: #DDD;
}
#plangegevens table {
	border: none;
	margin: 0 0 0.5em 0.5em;
}
#plangegevens th, #plangegevens td {
	color: #DDD;
	font-size: 8pt;
}
}
#begin {
	top: -190px; /* -(some pixels above) */
	position: relative;
	z-index: 5;
}