/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@font-face {
  font-family: "ncdt";
  src: url("/font/IBMPlexSans-Regular.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
  font-family: "ncdt";
  src: url("/font/IBMPlexSans-Medium.ttf") format("truetype");
	font-weight: bold;
}

.small-only
{
	display: none;
}

html, body
{
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 105%;
	color: #000;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

span.nobr
{
	white-space: nowrap;
}

#skipToContent
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px;
	background-color: #fff;
	font-weight: bold;
}
	#skipToContent:focus
	{
		z-index: 9999;
		text-decoration: underline;
	}

*
{
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

.container
{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
main.container:not(.has-video)
{
	overflow: hidden;
}

main h1
{
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0 0 0.65em 0;
	line-height: 1.2;
}

.webcontent
{
  margin-bottom: 2em;
}

body
{
  font-family: "ncdt", helvetica, arial, sans-serif;
}

body > header
{
  background-color: #2F2F3D;
  color: #fff;
  overflow: hidden;
  padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 999;
}
	body > header .container
	{
		overflow: visible;
	}
  body > header .logo
  {
    float: left;
  }
		body > header .logo img
		{
			height: 100%;
		}
	body > header .menu-toggle
	{
		display: none;
	}
  body > header nav
  {
    float: right;
  }
    body > header nav a
    {
      display: inline-block;
      margin: 15px 0 0 2em;
      text-decoration: none;
      color: #fff;
      font-size: 105%;
      position: relative;
      text-align: center;
      font-weight: bold;
    }
    body > header nav a.active
    {
      color: #B5E11B;
    }
    body > header nav a.active::after
    {
      content: "";
      position: absolute;
      bottom: -15px;
      width: 10px;
      height: 10px;
      background-color: #B5E11B;
      left: 50%;
      margin-left: -5px;
      border-radius: 50%;
    }

main
{
  padding: 2em 0 5em 0;
  /* min-height: 20vh; */
}

footer .footer
{
  background: url('../img/bubbles.svg'), linear-gradient(180deg, rgba(255,255,255,0.500437675070028) 0%, rgba(255,255,255,1) 9%, rgba(45,101,179,1) 10%, rgba(45,101,179,1) 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-bottom: 2em;
}
  footer a
  {
    color: #fff;
  }
  footer p
  {
    margin: 0 0 0.5em 0;
  }
  footer a.active
  {
    font-weight: bold;
  }
  footer .footer .container
  {
    padding-top: 18vw;
    display: grid;
    grid-template-columns: auto auto auto;
		grid-column-gap: 5em;
    color: #fff;
  }
    footer .footer .container h2
    {
      font-size: 1.3rem;
    }
    footer .footer .container .edities
    {
      /* margin-top: 3em; */
    }
    footer .footer .container .over
    {

    }
	footer .footer .container ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		footer .footer .container ul li
		{
			margin-bottom: 0.5em;
		}
	footer .tia .container
	{
		overflow: visible;
	}
	footer .tia img
  {
    margin-top: -50px;
  }
  footer .tia p
  {
    position: relative;
    top: -1.5em;
    display: inline-block;
    margin-left: 2em;
  }
    footer .tia p a
    {
      color: #2C65B3;
      font-weight: bold;
    }


.summary, .summary p
{
	color: #222;
	font-weight: 600;
}

#discount_valid,
#discount_invalid
{
	display: none;
}

a
{
	color: #2C65B3;
}
a:hover,
a:focus
{
	text-decoration: none;
}

form
{
	padding: 20px;
	border: solid 1px #dedede;
	border-radius: 6px;
}
form.noborder
{
	padding: 0;
	border: 0;
}
form > div,
form > fieldset > div
{
	margin-bottom: 2em;
}
form > div.border
{
	padding: 20px;
	border: solid 1px #dedede;
	border-radius: 6px;
}
form fieldset:not(.radio)
{
	display: block;
	margin: 0 0 2em 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}
	form fieldset:not(.radio) > legend,
	form div.outer > h2
	{
		margin: 0 0 1em 0;
		padding: 0;
		display: block;
		font-weight: normal;
		font-size: 135%;
		color: #2C65B3;
	}
	form fieldset > legend + p
	{
		margin-top: 0;
	}
form label:not(.inline)
{
	display: block;
}
form input,
form textarea
{
	padding: 10px;
	max-width: 65vw;
	border: solid 1px #888;
	background-color: #fff;
	position: relative;
}
form input:focus,
form textarea:focus
{
	outline: solid 2px #9BC408;
}
form input.error,
form textarea.error
{
	outline: solid 2px #C4083D;
}
form fieldset.radio
{
	margin: 0 0 2em 0;
	padding: 0;
	border: 0;
}
	form fieldset.radio input
	{
		display: inline-block;
	}
	form fieldset.radio label
	{
		display: inline-block;
	}
	form fieldset.radio label + input
	{
		margin-left: 2em;
	}
	form fieldset.radio ul,
	form fieldset.radio ul li
	{
		list-style-type: none;
		margin: 0.5em 0 0 0;
		padding: 0;
		display: block;
	}
form .submit
{
	margin-top: 3em;
}
form button
{
	background-color: #fff;
	border: solid 2px #000;
	border-radius: 6px;
	padding: 10px 20px;
	font-weight: bold;
	box-shadow: #eaeaea 0 1px 2px;
	color: #000;
}
form button.secondary
{
	color: #555;
	border-color: #555;
}
form button:hover,
form button:focus
{
	border-color: #16658E;
	color: #16658E;
	background-color: #16658e0f;
	transition: all 350ms;
}
form button[disabled],
form button[disabled]:hover,
form button[disabled]:focus
{
	opacity: 0.2;
	color: #000;
	background-color: #ccc;
	border-color: #000;
}
form .req, .mandatory
{
	color: #C4083D;
}
p.error
{
	display: block;
	margin: 0.5em 0;
	border: solid 1px #FFD9E4;
	padding: 10px;
	background-color: #FFF2F6;
	border-radius: 6px;
}
form .info
{
	margin: 0.5em 0 0 0;
	padding: 0;
	color: #666;
}
form textarea + .info
{
	margin-top: 0;
}

table
{
	border-collapse: collapse;
	margin-bottom: 1em;
}
table th,
table td
{
	padding: 10px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}
table th
{
	background-color: #2C65B3;
	color: #fff;
	font-weight: normal;
	border-color: #fff;
	width: 10em;
}
table tr:last-of-type td
{
	border: 0;
}

.col3
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.deelnemerslijst
{
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  margin: 0;
  padding: 0;
}
  .deelnemerslijst li
  {
    margin: 0;
    padding: 10px;
    display: block;
    border-left: solid 1px #333;
  }
    .deelnemerslijst li p
    {
      margin: 0;
    }

.sponsorlist
{
  list-style-type: none;
  display: block;
  margin: 0 0 2em 0;
  padding: 0;
}
  .sponsorlist li
  {
    margin: 0 10px 10px 0;
    padding: 5px;
    display: inline-block;
    border: solid 1px #aaa;
  }
    .sponsorlist li a
    {
      display: block;
      margin: 0;
      padding: 0;
    }
    .sponsorlist li img
    {
      display: block;
      margin: 0;
      padding: 0;
      height: 100px;
    }

.sprekerslist
{
  list-style-type: none;
  display: block;
  margin: 0 0 5em 0;
  padding: 0;
}
  .sprekerslist li
  {
    margin: 0;
    padding: 20px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 125px;
    border-top: solid 1px #777;
  }
    .sprekerslist li .talk-title
    {
      font-size: 120%;
			margin: 0;
    }
		.sprekerslist li .spreker
		{
			color: #555;
			margin: 0.25em 0 1em 0;
		}
		.sprekerslist li .webcontent
		{
			margin-right: 3em;
		}
		.sprekerslist li .img
		{
			margin-top: 0;
			padding-bottom: 10px;
		}
    .sprekerslist li img,
		.sprekers li img
    {
      width: 100%;
      border-radius: 50%;
      border: solid 5px #9BC408;
    }

.home.top
{
  padding-top: 2em;
  position: relative;
}
  .home.top .bg
  {
    background-color: #9BC507;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
		height: 500px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
  .home.top .cols2
  {
    display: grid;
    grid-template-columns: 1fr min(550px, 45vw);
    grid-column-gap: 2em;
		overflow: visible;
  }
  .home.top h1
  {
    margin: 20px 0 0 0;
    font-size: 250%;
		font-weight: normal;
		line-height: 1.3;
  }
  .home.top .date
  {
    margin: 0.5em 0 1em 0;
    font-size: 150%;
		color: #444;
  }
		.home.top .date span
		{
			display: inline-block;
			color: #000;
		}
		.home.top .date span:first-of-type:first-letter
		{
			text-transform: uppercase;
		}
  .home.top a.action
  {
    margin-top: 2em;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    font-size: 150%;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  }
    .home.top a.action::after
    {
      content: "→";
      font-size: 150%;
      margin: 0 0 0 25px;
      line-height: 0;
      position: relative;
      top: 5px;
    }
    .home.top .teaser,
		aside .teaser
    {
      background-color: #fff;
      padding: 40px;
      box-shadow: 0 0 20px #aaa;
    }
      .home.top .teaser p,
			aside .teaser p
      {
        font-size: 130%;
        margin: 0 0 0.5em 0;
      }
      .home.top .teaser img,
			aside .teaser img
      {
        width: 100%;
        margin: 1em 0 0 0;
      }
  .home.top .accessiblity_awareness_day,
	aside .accessiblity_awareness_day
  {
    background-color: #F0EFF5;
    border: solid 1px #888;
    padding: 20px 1em;
    border-radius: 10px;
    margin: 2em 0 0 0;
  }
    .home.top .accessiblity_awareness_day p,
		aside .accessiblity_awareness_day p
    {
      margin: 0;
    }

  .home.top main
  {
    padding-top: 0;
  }

  .home.top section
  {
    margin-top: 8em;
    padding: 0;
  }
    .home.top section h2
    {
      margin: 0 0 0.25em 0;
			font-weight: normal;
    }
    .home.top section h2:not(:first-of-type)
    {
      margin-top: 2em;
    }
    .home.top section p
    {
      margin: 0 0 1em 0;
    }
    .home.top section h3
    {
      margin: 1em 0 0.25em 0;
    }
    .home.top section ul
    {
      margin: 0;
    }
      .home.top section ul li
      {
        margin-bottom: 0.5em;
      }

.webcontent h2,
.webcontent h3,
main.programma h2,
main.programma h3
{
	line-height: 1.2;
}
.webcontent h2,
main.programma h2
{
	font-weight: normal;
	margin: 2em 0 0.5em 0;
	font-size: 1.8rem;
}
form .webcontent h2:first-of-type
{
	margin-top: 0;
}
.webcontent h3,
main.programma h3
{
  margin: 2em 0 0.5em 0;
	font-size: 1.2rem;
}
.webcontent p
{
  margin: 0 0 1em 0;
}
.webcontent.lead
{
	font-weight: bold;
	font-size: 1.2rem;
}
.webcontent ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.25em;
}

img.content,
.webcontent img
{
	display: block;
  max-width: 100%;
  border: solid 1px #ccc;
  padding: 5px;
  border-radius: 10px;
}

.webcontent .able-wrapper
{
	line-height: 1;
	margin-bottom: 3em;
}
	.webcontent .able-wrapper img
	{
		display: inline;
		max-width: auto;
		border: default;
		padding: initial;
		border: initial;
	}

.breadcrumb
{
	margin-top: 2em;
}
	.breadcrumb a
	{
		font-weight: bold;
		text-decoration: none;
		border-bottom: solid 1px currentColor;
		display: inline-block;
		margin: 0 0.25em;
		padding: 0;
		line-height: 1;
	}
	.breadcrumb a:first-child
	{
		margin-left: 0;
	}

.vorige-editie-content h1 span
{
	display: block;
	font-size: 1.1rem;
	color: #444;
}

.vorige-editie-content .introtext
{
	font-weight: bold;
}

.vorige-editie-content .img-spreker
{
	border-radius: 50%;
	padding: 0;
}
.vorige-editie-content .img-spreker.left
{
	float: left;
	margin-right: 1em;
}
.vorige-editie-content .img-spreker.right
{
	float: right;
	margin-left: 1em;
}

.vorige-editie-content h2
{
	border-bottom: solid 1px #ccc;
}
.vorige-editie-content.article h2
{
	border: 0;
}

.vorige-editie-content figcaption
{
	text-align: center;
}
.vorige-editie-content img.fullwidth
{
	width: 100%;
	height: initial;
}

.vorige-editie-content .programma_punt
{
	position: relative;
	min-height: 250px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #ccc;
}
	.vorige-editie-content .programma_punt h3
	{
		margin: 1em 0 0 0;
	}
	.vorige-editie-content .programma_punt > div:not(:last-child)
	{
		padding-right: 250px;
	}
	.vorige-editie-content .programma_punt > div:last-child
	{
		min-height: 120px;
		width: 250px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
		.vorige-editie-content .programma_punt .text-lg-right img
		{
			display: inline-block;
			width: 110px;
			height: 110px;
			object-fit: cover;
			border-radius: 50%;
			border: solid 5px #9BC408;
			padding: 0;
			margin-left: 5px;
		}

main ul.edities
{
	padding: 0 0 0 1.1em;
	list-style-type: square;
	font-size: 1.15rem;
}
	main ul.edities li
	{
		margin-bottom: 0.5em;
	}

.talk_survey,
.talk_registration
{
	font-size: 1.2rem;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
	.talk_survey li,
	.talk_registration li
	{
		position: relative;
		margin: 0 0 1.5em 0;
		padding: 0 0 0 25px;
	}
		.talk_survey li input,
		.talk_registration li input
		{
			position: absolute;
			top: 10px;
			left: 0;
		}
		.talk_survey li h3,
		.talk_registration li h3
		{
			margin: 0;
			font-size: 1.2rem;
		}
		.talk_survey li p,
		.talk_registration li p
		{
			margin: 0;
			color: #555;
		}
		.talk_survey li input[disabled] + label h3,
		.talk_survey li input[disabled] + label p,
		.talk_registration li input[disabled] + label h3,
		.talk_registration li input[disabled] + label p
		{
			color: #777;
		}

p.max-reached
{
	margin: -1em 0 2em 0;
	border: solid 1px #9bc408;
	padding: 10px;
	background-color: #f9fff2;
	border-radius: 6px;
}

main.programma
{
	overflow: visible;
}
main.programma nav
{
	background-color: #f8f9fa;
	padding: 1em;
	box-shadow: 0 5px 10px #ccc;
	margin-bottom: 5em;
}
	main.programma nav h2
	{
		display: inline-block;
		font-size: 1.1rem;
		margin: 0 0.5em 0 0;
		padding: 0;
	}
	main.programma nav h2::after
	{
		content: ": ";
	}
	main.programma nav h2 + ul
	{
		margin-right: 2em;
	}
	main.programma nav ul
	{
		display: inline-block;
		list-style-type: none;
		font-size: 1.1rem;
		margin: 0;
		padding: 0;
	}
		main.programma nav ul li
		{
			display: inline-block;
			margin: 0 0.5em 0 0;
			padding: 0;
		}

ul.programmalist
{
	display: block;
	list-style-type: none;
	margin: 0 0 5em 0;
	padding: 0;
}
	ul.programmalist li
	{
		display: grid;
		grid-template-columns: 9em 1fr 125px;
		grid-column-gap: 1em;
		background-color: #fff;
		border-top: solid 1px #ccc;
		margin: 0;
		padding: 1em 5px;
	}
	ul.programmalist li.intermission
	{
		background-color: #F7F7F9;
	}
		ul.programmalist li p,
		ul.programmalist li h3
		{
			margin: 0;
		}
		ul.programmalist li p.programma-tijd
		{
			font-weight: bold;
			color: #333;
			font-size: 90%;
		}
		ul.programmalist li h3.programma-item
		{
			font-size: 1.1rem;
			margin: 0 0 0.25em 0;
			padding: 0;
		}
		ul.programmalist li p.programma-speakers
		{
			color: #823c0b;
		}
		ul.programmalist li .webcontent
		{
			margin: 0.5em 0 0.5em 0;
			padding-right: 2em;
		}
		ul.programmalist li .programma-img
		{
			margin-top: 0;
			padding-bottom: 10px;
			text-align: center;
		}
			ul.programmalist li .programma-img img
			{
				width: 100%;
				aspect-ratio: 1 / 1;
				border-radius: 50%;
				border: solid 5px #9BC408;
			}
			ul.programmalist li .programma-img img.no-border
			{
				width: 60%;
				border-radius: initial;
				border: 0;
				margin: 0 auto;
			}

.presentatie-spreker
{
  color: #823c0b;
  margin-top: -0.5em;
  margin-bottom: 2em;
}

.presentatie-spreker-img
{
	float: right;
	width: 150px;
	margin-left: 3em;
}
	.presentatie-spreker-img img
	{
		width: 100%;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		border: solid 5px #9BC408;
	}

.evaluatie-stap
{
	float: right;
	color: #767676;
	font-weight: bold;
	margin: 5px;
}
form.evaluatie
{
	clear: both;
	font-size: 1.15rem;
}
	form.evaluatie fieldset legend
	{
		font-size: 1.35rem;
		color: #2d68b6;
		margin-bottom: 0.5em;
	}
	form.evaluatie .outer fieldset legend
	{
		margin: 0;
	}
	form.evaluatie h2
	{
		margin: 0;
		font-weight: normal;
		color: #767676;
	}
	form.evaluatie h3
	{
		font-size: 1.5rem;
	}
	form.evaluatie .webcontent h2
	{
		margin-bottom: 2em;
	}
	form.evaluatie div
	{
		margin-top: 1em;
		margin-bottom: 1em;
	}
	form.evaluatie div.outer
	{
		border-top: solid 1px #dedede;
	}
	form.evaluatie div.outer:not(:first-of-type)
	{
		padding-top: 1em;
	}
		form.evaluatie div.outer h3
		{
			margin: 1em 0 0 0;
		}
		form.evaluatie div.outer p.evaluatie-spreker
		{
			margin: 0 0 2em 0;
			color: #823c0b;
		}
		form.evaluatie div.outer fieldset.radio
		{
			margin: 0;
		}
		form.evaluatie div.outer div
		{
			margin: 0 0 3em 0;
		}
	form.evaluatie ul.inline
	{
		margin-top: 0;
		margin-bottom: 2em;
	}
	form.evaluatie ul.inline li
	{
		display: inline-block;
		margin-right: 2em;
	}
	form.evaluatie ul.inline li:last-child
	{
		margin: 0;
	}
	form.evaluatie fieldset.radio.algemeen legend
	{
		margin: 0;
	}
	form.evaluatie fieldset.radio.algemeen ul.inline
	{
		margin-bottom: 0;
	}
	form.evaluatie div.rapportcijfer
	{
		margin-top: 3em;
		padding-top: 2em;
		border-top: solid 1px #dedede;
		border-bottom: solid 1px #dedede;
	}
		form.evaluatie div.rapportcijfer ul.inline
		{
			display: block;
			margin: 1em 0 2em 0;
			padding: 0;
		}
			form.evaluatie div.rapportcijfer ul.inline input,
			form.evaluatie div.rapportcijfer ul.inline label
			{
				display: inline-block;
				margin: 0;
				padding: 0;
			}
	form.evaluatie textarea
	{
		display: block;
		width: 100%;
		max-width: 40em;
	}
	form.evaluatie ul.evaluatie-parallel
	{

	}
		form.evaluatie ul.evaluatie-parallel li
		{
			display: grid;
			grid-template-columns: auto 1fr;
			grid-column-gap: 1em;
			align-items: baseline;
			margin: 0 0 1em 0;
		}
			form.evaluatie ul.evaluatie-parallel li input[type=radio]:checked + label
			{
				font-weight: bold;
			}
			form.evaluatie ul.evaluatie-parallel li p.evaluatie-titel
			{
				margin: 0;
			}
			form.evaluatie ul.evaluatie-parallel li p.evaluatie-spreker
			{
				margin: 0;
			}
	form.evaluatie div.opmerking
	{
		margin-top: 2em;
		margin-bottom: 2em;
		padding-bottom: 2em;
		border-bottom: solid 1px #dedede;
	}
	form.evaluatie fieldset.contactgegevens
	{
		border: 0;
	}
		form.evaluatie fieldset.contactgegevens > div
		{
			margin-left: 2em;
		}
		form.evaluatie fieldset.contactgegevens input
		{

		}
	form.evaluatie .submit
	{
		clear: both;
		overflow: hidden;
		margin: 1em auto;
		padding-top: 2em;
		border-top: solid 1px #dedede;
	}
		form.evaluatie .submit button[value="next"]
		{
			float: right;
		}

figure img
{
	margin: 0 auto;
}
figcaption
{
	margin-top: 0.5em;
	color: #555;
	font-size: 1rem;
	text-align: center;
}

ul.sprekers
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 2em;
}
	ul.sprekers li
	{
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
	}
		ul.sprekers li .text p
		{
			margin: 0;
			color: #333;
			line-height: 1;
		}
		ul.sprekers li .text p:first-child
		{
			margin-bottom: 0.5em;
		}
		ul.sprekers li .text p strong
		{
			font-size: 110%;
			color: #000;
		}

dl.inschrijvingen
{
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 2em;
	grid-row-gap: 3em;
}
	dl.inschrijvingen dt
	{
		display: block;
		margin: 0;
		padding: 0;
		padding-top: 5px;
		font-size: 1rem;
		font-weight: normal;
		color: #555;
		line-height: 1.3;
	}
	dl.inschrijvingen dd
	{
		display: block;
		margin: 0;
		padding: 0;
	}
		dl.inschrijvingen dd h2
		{
			font-size: 1.15rem;
			margin: 0.25em 0 0.25em 0;
			line-height: 1.2;
		}
		dl.inschrijvingen dd .locatie
		{
			color: #823c0b;
			margin: 0 0 0.25em 0;
		}
		dl.inschrijvingen dd .spreker
		{
			color: #555;
			margin: 0 0 1em 0;
		}
		dl.inschrijvingen dd .img
		{
			margin-top: 0;
			padding-bottom: 10px;
		}
		dl.inschrijvingen dd img
		{
			width: 150px;
			height: 150px;
			border-radius: 50%;
			border: solid 5px #9BC408;
		}

dl.grid
{
	margin: 0 0 2em 0;
	padding: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 1em;
	grid-row-gap: 0;
}
	dl.grid dt
	{
		display: block;
		margin: 0;
		padding: 0;
	}
	dl.grid dd
	{
		display: block;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}

.zaalwacht-lijst h1
{
	margin-bottom: 1em;
}

.zaalwacht-lijst details + details
{
	margin-top: 2em;
	padding-top: 2em;
	border-top: solid 1px #ccc;
}
	.zaalwacht-lijst details summary
	{
		cursor: pointer;
	}
		.zaalwacht-lijst details summary h2
		{
			display: inline;
		}

.zaalwacht-lijst ul
{
	list-style-type: square;
}
	.zaalwacht-lijst ul li
	{
		margin: 0 0 2em 0;
	}
		.zaalwacht-lijst ul li h3
		{
			margin: 0;
			padding: 0;
		}
		.zaalwacht-lijst ul li p
		{
			color: #000;
			margin: 0;
		}

.zaalwacht-sessie table
{
	width: 100%;
}

blockquote
{
	color: #555;
}
@media(max-width: 800px) {
	html, body
	{
		font-size: 1rem;
	}

	body > header .logo
	{
		height: 35px;
	}

	body > header nav a
	{
		margin: 2px 0 0 1em;
	}
	body > header nav a.active::after
	{
		bottom: -10px;
	}

	.home.top .teaser
	{
		padding: 15px;
	}

	.home.top h1
	{
		font-size: 2.5rem;
	}

	.home.top a.action
	{
		font-size: 1.25rem;
		padding: 15px 10px;
	}

	footer .footer .container
	{
		grid-template-columns: 1fr 12em;
		padding-bottom: 3em;
	}

	.home.top .cols2
	{
		grid-template-columns: 1fr min(350px, 40vw);
		grid-column-gap: 1em;
	}

	ul.programmalist li
	{
		grid-template-columns: 7em 1fr 100px;
	}

	ul.sprekers
	{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media(max-width: 600px) {
	header
	{

	}

	span.nobr
	{
		white-space: normal;
	}

	.no-small
	{
		display: none;
	}
	.small-only
	{
		display: initial;
	}

	/* a
	{
		white-space: nowrap;
	} */

	body > header .menu-toggle
	{
		display: inline-block !important;
		color: #9bc507;
		border: solid 2px #9bc507;
		background-color: transparent;
		position: absolute;
		width: 3em;
		height: 2.5em;
		top: 12px;
		right: 10px;
		border-radius: 8px;
	}
		body > header .menu-toggle::before
		{
			position: absolute;
			content: "";
			top: 10px;
			left: 10px;
			right: 10px;
			background-color: #9bc507;
			height: 2px;
		}
		body > header .menu-toggle::after
		{
			position: absolute;
			content: "";
			top: calc(50% - 1.5px);
			left: 10px;
			right: 10px;
			bottom: 10px;
			border-top: solid 2px #9bc507;
			border-bottom: solid 2px #9bc507;
		}

	body > header nav
	{
		display: grid;
		grid-template-rows: 0fr;
  	transition: grid-template-rows 0.35s ease-out;
		width: 100%;
	}
	body > header nav.open
	{
		grid-template-rows: 1fr;
	}
	body > header nav div
	{
		overflow: hidden;
	}
	body > header nav a
	{
		display: block;
		text-align: left;
		width: 100%;
		margin: 15px 0 0 2em;
	}
	body > header nav a:first-child
	{
		margin-top: 1.5em;
	}
	body > header nav a.active::after
	{
		left: -15px;
		bottom: 10px;
	}

	footer .footer .container
	{
		grid-template-columns: 1fr;
		padding-bottom: 2em;
	}
		footer .footer .container .over
		{
			margin-top: 2em;
		}

	footer .tia p
	{
		margin: 2em 0 0 0;
	}

	.home.top h1
	{
		margin: 0;
		line-height: 1.3;
	}

	.home.top a.action
	{
		margin: 0;
	}

	.home.top .teaser
	{
		margin-top: 4em;
	}

	.home.top .cols2
	{
		grid-template-columns: 1fr;
	}

	.home.top section
	{
		margin-top: 4em;
	}

	.home.top .bg
	{
		height: 350px;
	}

	aside.home
	{
		display: block;
		margin-top: 2em;
	}
		aside.home > div:not(.webcontent)
		{
			box-shadow: none;
			border: solid 1px #ccc;
			border-radius: 8px;
			padding: 10px;
		}
		aside .teaser p
		{
			font-size: 1.2rem;
		}
		aside .accessiblity_awareness_day
		{
			margin-bottom: 3em;
		}

	.vorige-editie-content .programma_punt > div:last-child
	{
		top: 2em;
	}

	.sprekerslist li
	{
		display: block;
		clear: both;
	}
		.sprekerslist li .img.small-only
		{
			float: right;
			width: 120px;
			margin: 0 0 0 1em;
		}

	main.programma nav h2
	{
		display: none;
	}
	main.programma nav span.nobr
	{
		display: block;
	}

	ul.programmalist li
	{
		display: block;
	}
		ul.programmalist li .programma-img
		{
			margin-top: 1em;
			text-align: left;
		}
		ul.programmalist li .programma-img img
		{
			width: auto;
			height: 125px;
			display: inline-block;
			margin-right: 1em;
		}

	ul.sprekers
	{
		grid-template-columns: 1fr 1fr;
	}

	dl.inschrijvingen dd img
	{
		width: 90px;
		height: 90px;
		border-width: 3px;
	}

	.presentatie-spreker-img
	{
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
		.presentatie-spreker-img img
		{
			width: auto;
			height: 150px;
			margin: 0 10px 1em 0;
			padding: 0;
		}

	dl.grid
	{
		grid-template-columns: 1fr;
	}
		dl.grid dt + dd
		{
			margin-bottom: 1em;
		}

	dl.inschrijvingen
	{
		grid-template-columns: 1fr;
		grid-row-gap: 0;
	}
		dl.inschrijvingen dt
		{
			color: #333;
			margin-bottom: 0.5em;
		}
			dl.inschrijvingen dt br
			{
				display: none;
			}
			dl.inschrijvingen dt strong
			{
				margin-left: 0.5em;
				font-weight: normal;
			}
		dl.inschrijvingen dd
		{
			margin-bottom: 2em;
		}
}
