﻿/*	AON.CSS
	Copyright © 2007-2023 Taalwerkplaats, Amsterdam. Alle rechten voorbehouden. | All rights reserved.


	Kleuren:
	antraciet	#494949 | 73.73.73
	geel		#ffcd00 | 255.205.0		[ licht van de Berlijnse bar ]
	lichtgrijs	#f8f8f8 | 248.248.248
	lichtgroen	#bbd2b8 | 187.210.184   [ omslag aon ]
	paars		#91268f | 145.38.143	[ letters logo ]
*/


/* Opmaak lopende tekst, koppen, achtergrond en rijhoogte */

html
{
	width			: 100%;
	height			: 100%;
} 
body
{
	width			: 100%;
	height			: 100%;
	overflow		: scroll;				/* Overflow om verticale scrollbarr te forceren tegen verspringende pagina's in een frame */
	overflow-x		: hidden;
	overflow-y		: show;
	font-family		: verdana, geneva, tahoma, sans-serif;
   	color			: #f8f8f8;
   	background-color: #000000;
}
h1
{
	font-size		: 24px;
	color			: #f8f8f8;
}
h2
{
	font-size		: 18px;
	color			: #f8f8f8;
}
p
{
	padding-bottom	: 10px;
}
.trans_ag
{
	background		: rgba( 73, 73, 73, .8 );
}
.introvak
{
	background		: rgba( 73, 73, 73, .7 );
	padding-top		: 15px;
	margin-top		: 30px;
	outline			: 1px solid #494949;
}
.citaat
{
	font-family		: times, serif;
	font-size		: 18px;
	font-style		: italic;
	color			: #bbd2b8;
}
.centreren
{
	display			: block;
	margin			: 0 auto;
}
.voettekst
{
	margin-top		: 25px;
	font-size		: 12px;
	color			: #ffcd00;
}


/* Hyperlinks en knoppen */

a:link, a:visited, a:active 
{
	outline			: 0;
	text-decoration	: none;
	color			: #f8f8f8;
	border-bottom	: 1px dashed #ffcd00;
}
a:hover
{
	text-decoration	: none;
	color			: #ffcd00;
	border-bottom	: 0px;
}
a.voettekst:link, a.voettekst:visited, a.voettekst:active 
{
	outline			: 0;
	text-decoration	: none;
	color			: #ffcd00;
	border-bottom	: 2px dotted #f8f8f8;
}
a.voettekst:hover
{
	text-decoration	: none;
	color			: #f8f8f8;
	border-bottom	: 0px;
}
a.btn-g:link, a.btn-g:visited, a.btn-g:active
{
	outline			: 0;
	text-decoration	: none;
	background-color: #ffcd00;
	color			: #494949;
	width			: 210px;
	border-bottom	: 1px solid #d4c12b;
}
a.btn-g:hover
{
	text-decoration	: none;
	background-color: #d8d8d8;
	color			: #494949;
	width			: 210px;
	border-bottom	: 1px solid #f6f6f6;
}
a.beeld:link, a.beeld:visited, a.beeld:active 
{
	outline			: 0;
	text-decoration	: none;
	border-bottom	: 0px;
}
a.beeld:hover
{
	opacity			: 0.4;
}
a.back-to-top							/* Pijl om terug naar boven te gaan (zie ook twp.js) */
{
	display					: none;
	width					: 60px;
	height					: 60px;
	text-indent				: -9999px;
	position				: fixed;
	z-index					: 999;
	right					: 20px; 	/* Right/bottom: positie vanuit rechteronderhoek */
	bottom					: 20px;
	background				: #ffcd00 url('../beeld/pijl.png') no-repeat center 50%; /* Percentage: positie van beeld in de cirkel */
	-webkit-border-radius	: 30px;
	-moz-border-radius		: 30px;
	border-radius			: 30px;
}


/* Accordeon */

.panel 									/* Geen rand/schaduw */
{
	border			: none;
	box-shadow		: none;
}
.panel > .panel-heading
{
	background-color: #494949;
}
h1.panel-title
{
	font-size		: 14px;
	color			: #494949;
}
.panel-collapse
{
	background-color: #494949;
}
.panel-title > a:hover					/* Link en plus/min in panelheader (alleen de tekst, niet het hele panel (dan: .panel-title:a)) */
{
	cursor			: pointer;
}
.glyphicon-plus, .glyphicon-minus
{
	font-size		: 22px;
	font-weight		: bold;
    color			: #ffcd00;
}


/* Modal */

.modal
{
	margin-top		: 65px;
}
.modal-content
{
	background-color: #494949;
	text-align		: left;
}
.modal									/* Voorkomen dat menu en achtergrond in Chrome en Firefox verschuiven bij openen modal */
{
	overflow-y		: auto;
}
.modal-open
{
	overflow		: auto;
}
.modal-open[style]
{
	padding-right	: 0px !important;
}


/* Navigatie */

.navbar									/* Inklapbaar menu */
{
	margin-bottom	: 0px;
	background-color: #000000;
	z-index			: 9999;
	border			: 0px;
	font-size		: 12px !important;
	line-height		: 1.42857143 !important;
	letter-spacing	: 4px;
	border-radius	: 0px;
}
.navbar li a, .navbar
{
	border-bottom	: 0px;
	color			: #f8f8f8 !important;
	text-decoration	: none;
}
.navbar-nav li a:hover
{
	border-bottom	: 0px;
	color			: #f8f8f8 !important;
	background-color: #494949 !important;
	text-decoration	: none;
}
.navbar-nav li.active a
{
	border-bottom	: 0px;
	color			: #ffffff !important;
	background-color: #91268f !important;
	text-decoration	: none;
}
.navbar-default .navbar-toggle
{
	border-color	: transparent;
	color			: #f8f8f8 !important;
	background-color: #000000 !important;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #000000;
}
.navbar-brand
{
	padding-top		: 0px;
}
@media only screen and ( max-width: 767px ) /* Verander de kleuren van het uitgeklapte menu op kleine schermen */
{
	.collapsing, .in
	{
		background-color: #494949;
	}
	.collapsing ul li a, .in ul li a
	{
		color			: #000000 !important;
	}
	.collapsing ul li a:hover, .in ul li a:hover
	{
		color			: #f8f8f8 !important;
	}
}
.streep1, .streep2, .streep3		 		/* Animatie: van menu-icoon (hamburger) naar X (sluiten) */
{
	width				: 25px;
	height				: 3px;
	background-color	: #f8f8f8;
	margin				: 6px 0;
	transition			: 0.4s;
}
.verander .streep1
{
	-webkit-transform	: rotate(-45deg) translate(-5px, 5px);
	transform			: rotate(-45deg) translate(-5px, 5px);
}
.verander .streep2
{
	opacity				: 0;
}
.verander .streep3
{
	-webkit-transform	: rotate(45deg) translate(-8px, -8px);
	transform			: rotate(45deg) translate(-8px, -8px);
}

/*	Secties */

.introsectie, .overonssectie
{
	display					: table;
	width					: 100%;
	height					: 100%;
	padding					: 50px 0px;
	text-align				: left;
	background				: #000000 url('../beeld/ag.jpg') no-repeat fixed center bottom;	/* fixed, scroll of cover */
	-webkit-background-size	: cover;
	-moz-background-size	: cover;
	-o-background-size		: cover;
	background-size			: cover;
}
.meerlezensectie, .citatensectie, .kruyskampsectie
{
	display					: table;
	width					: 100%;
	height					: 100%;
	padding					: 65px 0px;
	text-align				: left;
	background				: #000000 url('../beeld/ag.jpg') no-repeat fixed center bottom;
	-webkit-background-size	: cover;
	-moz-background-size	: cover;
	-o-background-size		: cover;
	background-size			: cover;
}
.foutsectie
{
	width					: 100%;
	height					: 100%;
	background				: #000000;
}

/* EOF */