body 	{
		background-color: white;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
.wrapper	{
		background-color: white;
		margin: 0px;
		padding: 0px;
		height: 100%;
		width: 100%;
		
		
		
	}

/* hier staat waar de fonts gevonden kunnen worden.*/	
	
@font-face {
    font-family: titelfont;
    src: url(/fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: subkopjefont;
    src: url(/fonts/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: paragraaffont;
    src: url(/fonts/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: bannerfont;
    src: url(/fonts/ArchitectsDaughter.ttf);
}


/*opmaak van tekst in de mainfield.*/

h1 	{
		font-family: titelfont, arial, verdana, sans-serif;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #334C70;
		font-size: 2em;
	}
	
h2 	{
		font-family: titelfont, arial, verdana, sans-serif;
		margin-bottom: 0px;
		color: #334C70;
		font-size: 1.5em;
	}
	
p 	{
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		text-align: justify;
		color: #4d4d4d;
		margin-top: 0px;
	}
	
/* Dit is voor de titles op de categorie paginas */
	
.h2toh1converter {
		font-family: titelfont, arial, verdana, sans-serif;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 0px;
		color: #334C70;
		font-size: 2em;
	}
	
.h2toh1converter::before {
	
		content: " = ";
	
	}

.h2toh1converter::after {
	
		content: " = ";
		
	}
	
/* Dit worden de handmatig geschreven subtitles op de frontpage, city pages, footer pages en andere pages */
	
h3 	{
		font-family: subkopjefont, sans-serif, arial, verdana;
		text-align: left;
		margin-bottom: 10px;
		color: #334C70;
		font-size: 1.1em;
		text-transform: uppercase;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	
/* de titels van het menu. Bij reclames en sidebar-city */
	
h4 	{
		font-family: titelfont, arial, verdana, sans-serif;
		margin-bottom: 0px;
		color: #334C70;
		font-size: 1.5em;
	}

/*opmaak van hyperlinks.*/

a 	{
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		color: #4D94FF;
		text-decoration:none;
	}

a:hover {
		color: #FF7519;
		text-decoration:none;
	}
	
/*opmaak van tables.*/

table {
		width: 100%;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		text-align: left;
		color: #334C70;
		font-size: 1em;
	}



/*opmaak van de pagina.*/

.clearer	{
		clear:both;
	}

/*opmaak van de topbar en de elementen daarin*/

.topbar {
		border-style: none;
		width:100%;
		margin-top: 10px;

	}


/*een slider om het de topbanner, topbalk en nav te centreren*/

.topslider {

		
	}

/*opmaak van de topbar en de UNIEKE elementen daarin. */

/*opmaak van de topbanner*/

.topbanner {
		border-style: none;
		text-align: center;
		width:100%;
		padding-top: 10px;
		margin-top: 40px;
	}
	
	
.txttopbanner 	{
		font-family: titelfont, arial, verdana, sans-serif;
		text-align: center;
		color: #FF7519;

		font-size: 2.5em;
		font-weight: bold;
		
		margin-top: 0px;
		margin-bottom: 0px;

	}
	
.txttopbanner:hover 	{
		font-family: titelfont, arial, verdana, sans-serif;
		text-align: center;
		color: #334C70;

		font-size: 2.5em;
		font-weight: bold;
		
		margin-top: 0px;
		margin-bottom: 0px;

	} 
	

	
/*opmaak van de topbalk*/

.topbalk {
		border-style: none;
		width:100%;
		background-color: #FF7519;
	}
	

.txttopbalk	{
		text-align: center;
		color: white;
		font-family: bannerfont, arial, verdana, sans-serif;

	}
	


/*opmaak navbar. De versie van mobiel en tablet zijn hetzelfde*/

	
/*dit zijn de wrappers voor de hele pagina voor het mobiele en tablet menu.*/

.superwrapper {

	}

.websitewrapper {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		
		position: relative;
		z-index: 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		color: #333;
	}
	
/*het menu zelf.*/

.navbar {
		
	}
	
.navmenu {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: fixed;
		top: 0px;
		right: 0;
		bottom: 0px;
		left: -245px;
		width: 175px;
		padding: 30px;
		background: #334C70;
		color: white;
		z-index: 0;
	}

.navmenu1 {
		list-style-type: none;
		margin: 0;
		padding: 0;
		
	}

.navmenu2 {
		margin-top: 5px;
		width: 100%;
		position: relative;
		
		color: #CCCCCC;
		text-decoration:none;
		
	}
	
.navmenu3 {
		display: none;
		list-style: none;
		width: 100%;
		margin: 0px;
		padding: 0px;

	}
	
.navmenu3 li {
		margin: 0px;
		

	}
	
.navmenulink1 {
		display: none;
	}
	
.navmenulink2	{
		color: #334C70;
		background-color: white;
		display: block;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
.navmenulink2:hover	{
		color: #FF7519;
		background: white;
	}
	

/*de links die altijd getoond moeten worden en geen dropdown hebben. */

.navmenunormal {

	}

.navmenulinknormal {
		color: white;
		text-decoration:none;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		display: block;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
.navmenulinknormal:hover {
		color: #FF7519;
		background: white;
		text-decoration:none;
	}

	
/*de elementen die voor de desktop versie moeten verdwijnen.*/

.navmenux	{

	}
	

.navmenulinkx {
		color: white;
		text-decoration:none;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		display: block;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		transition: all 0.2s linear;
		
	
	}
	
.navmenulinkx:hover {
		color: #FF7519;
		background: white;
		text-decoration:none;
	}
	
.navmenucheckx	{
		width: 100%;
		cursor: pointer;
		
		color: white;
		text-decoration:none;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		display: block;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		transition: all 0.2s linear;

	}
	
.navmenucheckx:hover	{
		color: #FF7519;
		background: white;
		text-decoration:none;

	}

.navmenutxtx	{
		margin-top: 5px;
		width: 100%;
		position: relative;
		
		color: #CCCCCC;
		text-decoration:none;

	}

/*De hamburger knop en het uitschuif menu.*/

.knopje {
		position: fixed;
		top: 20px;
		right: 0;
		bottom: 0;
		left: 20px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 100;
		font-size: 1em;
		color: #334C70;
		width: 70px;
		height: 30px;
		cursor: pointer;
		
		background-color: white;
		border-radius: 25px;
		overflow: hidden;
		padding-left: 10px;
	}

.knopje:hover { 
		color: #FF7519; 

	}


	
#sidebarknopje { 
		display: none; 
	}

#sidebarknopje:checked + .superwrapper .navmenu { 
		left: 0px; 
	}

#sidebarknopje:checked + .superwrapper .knopje { 
		left: 200px; 
	}

#sidebarknopje:checked + .superwrapper .websitewrapper { 
		padding-left: 255px; 
	}
	
/*Deze code selecteert alle ID's die beginnen met dropdown-. Dit is nodig voor uitklapbare elementen zoals het mobiele menu.*/
	
input[id^="dropdown-"]{ display: none; }
input[id^="dropdown-"]:checked ~ .navmenu3 { display: block; }

/*pijltjes in het mobiele menu*/

.openingsarrow {
		position: absolute;
		z-index: 50;
		top: 0px;
		left: 175px;
		height: 20px;
		width: 10px;
		color: white;

	}
	
/* affiliate banner menu */

#go-outside-menu {
		margin: 0px;
		padding: 0px;
		background-color: #334C70;
		
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
	
	}
	
.go-outside-knop {
		display: inline-block;
		padding: 5px 5px 5px 5px;
		margin: 0px;
		
		transition-property: background-color;
		transition-duration: 0.5s;
	}
	
.go-outside-knop:hover {
		background-color: #6ae89a;
	}
	
.go-outside-image { 
		height: 25px; display: inline-block;
		
	}
	
.go-outside-text { 
		display: inline-block; color: white; margin: 0px; 
		
	}

	
/*opmaak van de rechterkant van het scherm*/
.rightside {
		width: 95%;
		float: left;
		
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	
/*opmaak van de rightmenubar en de elementen daarin*/

.rightmenu {
		width: 350px;
		max-width: 95%;
		margin: 25px auto 20px auto;
	}

	

/*opmaak van de body van tekstblok paginas. Category, single en index */

.body-content-all {
		box-sizing: border-box;
		clear: both;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		
	}
	
/* de intro elementen staan alleen in category.php */
	
.body-intro-textbox {
		width: 95%;
		background: white;
		
		margin-top: 5px;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
		
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
	}
	
	
.body-intro-txt	{
		margin-top: 0px;
		text-align: justify;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		margin-left: 4px;
		margin-right: 4px;
		
		
	}

	
.body-intro-banner {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;	
	}


/*voor grote banners tussen de items moet body-middle-content-field groter zijn dan die ad van 970 pixels, dus 975 pixels. Maar ik denk dat we die eruit laten. Dus hij kan normaal 945 zijn.*/

.body-middle-content-field {
		width:  100%;
		box-sizing: border-box;

		
		margin-top: 10px;

	}
	
	
.bodyitem {
		width: 95%;
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		box-shadow: 0px 0px 0px #E6E6E6;
		
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
.body-single-imagebox {
	
		width: 200px;
		height: 200px;
		
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: auto;
		margin-left: auto;
		
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
		
		text-align: center;

	}
	
	
.body-single-textbox {

		background-color: white;
		
		width: 95%;
		min-height: 150px;
		
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 15px;

		
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		
	
		overflow: hidden;

	}
	
.body-category-imagebox {
	
		width: 200px;
		height: 200px;
		
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: auto;
		margin-left: auto;
		
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
		
		text-align: center;

	}

	
.body-category-textbox {

		background-color: white;
		
		width: 95%;
		min-height: 150px;
		
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 15px;

		
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		
	
		overflow: hidden;

	}

	

/*extra elementen voor specifieke body paginas.*/

.bodyfieldbreed {
		width: 100%;
	}

.youtubebox {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	
.youtubebox iframe {
		width: 320px;
		height: 180px;
	}
	
/*extra elementen om de weather forecast widget van de site van metrovista in te stoppen.*/
	
.metrovistabox {
		margin-top: 20px;
		width: 100%;
	}
	
/*dit zijn posts zonder plaatje. zie je bij Amsterdam: red light district, schiphol airport en public transportation.*/
	
.body-wide-text-zonderimage {

		background-color: white;
		
		width: 95%;
		min-height: 150px;
		
		margin-top: 5px;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
		
		float: left;
		
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;

	}
	
/* dit zijn de posts waarbij je eigenlijk alleen de featured image post .*/


.body-medium-image-zondertxt {
		height: 300px;
		width: 95%;

		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
	}
	
.body-large-image-zondertxt {
		height: 350px;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		
		margin-top: 10px;
		margin-bottom: 10px;
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
	}

	
	
/*opmaak van de body van alle paginas waarnaar de footer verwijst. Dit is dus bijvoorbeeld page-about en page-legal */

.page-content-all {
		box-sizing: border-box;
		clear: both;
		width: 100%;

	}

.page-textbox-withoutimage {

		background-color: white;
		
		width: 95%;
		min-height: 70px;
		
		margin-top: 5px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		
		padding-right: 5px;
		padding-left: 5px;
		
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;

	}
	
.bodysiteauthenticitymeetth3citi3sbywesscharis	{
		width: 10px;
		empty-cells: hide;
		speak: normal;
		animation-duration: 2s;
		speak-numeral: digits;
		clear: both;
		height: 1200px;
		animation-delay: 2s;
		resize: both;
		image-orientation: 90deg;
		speech-rate: medium;
		
	}

	
/*opmaak van de front-page en page van steden. Dit zie je ook in page.php. */


.page-overview-all {
		box-sizing: border-box;
		clear: both;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		
	}

.page-middle-content-field {
		width:  100%;
		box-sizing: border-box;
		margin-top: 10px;

	}

.page-textbox-withcarrousel {

		background-color: white;
		
		width: 95%;
		min-height: 150px;
		
		margin-top: 5px;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
		
		float: left;
		
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;

	}
	
	
/*opmaak van de footer en de elementen daarin*/

	
.footer {
		border-style: none;
		background-color: #334C70;

		width: 100%;
		
	}

.footermenu {
		width: 100%;
		margin-left: auto;
		margin-right: auto;

		padding-top: 10px;
		padding-bottom: 10px;

	}
	
.footertxtbox		{
		text-align: center;
	}
	
.footernoticetxt {
		text-align: center;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		color: white;
		text-decoration:none;
		font-size: 0.8em;
	}
	
	
.footerlinktxt {
		text-align: center;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		color: white;
		text-decoration:none;
		font-size: 0.8em;
	}

.footerlinktxt:hover 		{
		text-align: center;
		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		color: white;
		text-decoration:none;
		font-size: 0.8em;
	}
	
/* speciale wordpress divs */

.widget-single-map {
		width: 95%;
		min-height: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
/* dit is het output veld dat bij lader location and single.php hoort. Waarbij je de locatie input van advanced custom fields hier output. */

.field-single-output {
		background-color: white;
		
		width: 94%;
		
		margin-top: 5px;
		margin-bottom: 15px;
		margin-right: 5px;
		margin-left: 5px;
		
		padding-top: 8px;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-left: 5px;
		
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
	}

/* verplichte wordpress divs van de comment velden uit comments.php */

/*het overkoepelende comment veld*/

.depth-1 {
		list-style: none;
		
		width: 95%;
		
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		
		padding: 5px;
		
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
	}
	
/*de geschreven inhoud van de comment*/
.comment-body p	{

		font-family: paragraaffont, helvetica, arial, verdana, sans-serif;
		text-align: justify;
		color: #334C70;
		margin-top: 20px;
		width: 60%;
		float: left;
	}

/*het overkoepelende leave a reply field*/
.comment-respond  {
		list-style: none;
		
		width: 95%;
		
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		
		padding: 5px;
		
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #FFB894;
		
		overflow: hidden;
		box-shadow: 0px 0px 0px #E6E6E6;
	}

/*opmaak van de attribution pagina*/

.attribution-title-clickable 	{
		cursor: pointer;
	}

.attribution-title-clickable:hover 	{
		color: #FF7519;
	}

.attribution-text-hidden  {
		display: none;
	}

input[id^="drop-attribution-"]{ display: none; }
input[id^="drop-attribution-"]:checked ~ .attribution-text-hidden { display: block; }


/* This theme is made by the awesome people at meetthecities.com */


