/*
Theme Name: Presented
Theme URI: http://underscores.me/
Author: Nowton
Author URI: http://nowton.nl
Description: Custom Built for Presented
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: presented
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Presented is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Maven Pro', sans-serif; }

h1 {
  color: #FCC300;
  font-size: 3rem;
  line-height: 1;
  margin: 0; }

h2 {
  color: darkslategray;
  font-weight: normal;
  margin: 0; }

h2 + p {
  margin-top: 0;
  font-size: 140%; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #eee;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0;
  padding: 0 0 0 1rem; }

ul {
  list-style: disc;
  margin: 2rem 0; }

ol {
  list-style: decimal; }

li {
  margin-bottom: .5rem; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.gform_wrapper {
  margin: 0 !important; }

.gform_wrapper h3.gform_title {
  font-weight: normal !important;
  margin: 0 !important;
  font-size: 1.5rem !important; }

.gform_heading {
  margin-top: 1em; }

.gform_wrapper input, .gform_wrapper textarea {
  width: 100% !important; }

.gform_footer {
  margin: 0 !important;
  padding: 0 !important; }

.gform_footer input[type=submit] {
  background: #FCC300 !important;
  box-shadow: none;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .25rem;
  width: calc(100% - 2em) !important;
  margin-bottom: 1em;
  text-shadow: none;
  padding: 1em; }

.gform_confirmation_message {
  background: green;
  color: white;
  text-align: center;
  padding: 2rem; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none; }
  a:visited {
    /*color: $color__link-visited;*/ }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    /*outline: thin dotted;*/ }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      display: none;
      z-index: 99999;
      background: rgba(255, 255, 255, 0.5); }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        /*width: 200px;*/ }
    .main-navigation ul li:hover > ul {
      display: block; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 1rem; }

/* Small menu. */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#btn-menu {
  text-transform: uppercase;
  letter-spacing: .5rem;
  color: white;
  padding: 0 .25rem .25rem 3rem;
  position: absolute;
  top: 0;
  right: 2rem;
  text-align: center;}
  /*background: url(../images/icon-menu.svg) no-repeat 0.5rem center; */

html.mm-opened #btn-menu {
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0) !important;
  text-indent: -9999px;
  width: 0;
  background: url(../../images/icon-close.svg) center no-repeat; }

#btn-menu a:hover {
  color: white; }

.mobile #btn-menu {
  padding: .75rem;
  right: 1rem;
  border: none;
  background-position: center; }

/* FOUC MMenu */
#menu:not(.mm-menu) {
  display: none; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Columns */
.column-sect {
  overflow: hidden; }

.post-column {
  width: 33.333%;
  float: left; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
13.0 Specifics
--------------------------------------------------------------*/
/*
  Global
*/
body {
  /*background:url(../images/bg-temp.jpg) no-repeat; background-size: cover*/ }

#presented {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/*
  Header
*/
#outerheader {
  padding: 1rem 2rem;
  width: 100%;
  display: none; }

#outerheader.not-transparent {
  background: rgba(99, 97, 97, 0.85); }

#masthead {
  max-width: calc(1200px - 2rem);
  margin: 0 auto; }

.site-branding, #site-navigation {
  float: left; }

.site-branding {
  width: 35%; }

.site-branding h1 {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  text-indent: -9999px; }
.site-branding a {
  color: #FCC300;
  background: url(../images/logo-presented.svg) no-repeat;
  display: block;
  height: 1.4rem;
  background-size: contain; }

.site-description {
  display: none; }

#site-navigation {
  width: 65%;
  padding-top: 1rem;
  position: relative; }

#site-navigation ul {
  float: right; }
#site-navigation a {
  color: rgba(255, 255, 255, 0.75); }
#site-navigation a:hover {
  color: white; }

.sub-menu {
  /*width: 800px; left: -200px; float: none;*/ }

.sub-menu li {
  /*width: 120px; height: 120px;  float: left*/ }

.sub-menu li a:before {
  content: '';
  background-size: contain;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 1rem;
  -webkit-transform: translate(0, -10px); }





/*
  Content
*/
#content {
  background: white;
  padding: 2rem; }

.post-column > p:first-of-type {
  margin: 0; }

/*
  Contact
*/
.page #outerheader {
  background: rgba(99, 97, 97, 0.85); }

.page #content {
  background: white;
  max-width: 640px;
  margin: 0 auto; }

.page h1.entry-title {
  margin-left: 1rem; }

.page .post-column {
  padding: 1rem 2rem; }

.page .post-column:first-of-type img.wp-image-241 {
  border-radius: 50%;
  margin-left: -1rem;
  margin-bottom: 1rem;
  margin-top: -1rem; }

#social-media h3 {
  display: none; }

.linklist ul {
  margin: 0;
  padding: 0; }

.linklist li {
  list-style: none;
  display: inline-block; }

/*
  Footer
*/
#secondary aside h1 {
  display: none; }
#secondary aside img {
  border-radius: 50%; }

/*
  Home
*/
.home #content {
  background: white; }
  .home #content h1.entry-title {
    display: none; }
  .home #content h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 2rem;
    line-height: 1.15;
    margin-bottom: 1rem; }

/* Slides */
.flexslider .slides > li {
  background-position: center;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  align-items: center; }

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%; }

.slides li {
  text-align: center;
  color: white;
  padding: 10vh 10%; }

.slides li .logo {
  margin: 0 auto;
  height: 25vh;
  width: auto; }

.slides li h1 {
  display: none; }

.slides .meta {
  margin: 5vh 0;
  animation-duration: 1s;
  animation-name: fade-in; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.slides span {
  display: block;
  min-height: 2rem;
  text-transform: uppercase;
  letter-spacing: .15rem;
  width: 75%;
  margin: 0 auto;
  max-width: 40em;
  line-height: 1.25; }

.slides .when {
  font-size: 3rem;
  font-weight: bold; }

.slides .where {
  font-size: 2.4rem;
  border-top: 2px solid;
  padding-top: .5rem; }

.slides .summary {
  font-size: 1.4rem;
  max-width: 40em;
  margin: 5vh auto; }

.slides .cta {
  border: 2px solid;
  padding: 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .15rem;
  display: block;
  width: 75%;
  max-width: 40em;
  margin: 5vh auto;
  align-items: flex-end; }

html,
body {
  height: 100%;
  min-height: 100%; }

body {
  position: relative;
  margin: 0;
  padding: 0; }

ul.slides {
  margin: 0;
  padding: 0; }

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  border: 0;
  overflow: hidden;
  display: flex;
  align-items: center; }

/*
    S P R E K E R S
*/
.page-id-272 .entry-header {
  display: none; }

.slides.sprekers h1 {
  display: block;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 4rem;
  margin-top: 25vh; }
.slides.sprekers .quotes {
  font-size: 3rem;
  text-transform: initial; }

.single-spreker {
  background: #FCC300; }
  .single-spreker #page {
    background: #FCC300; }
  .single-spreker #content {
    background: transparent; }
  .single-spreker #arena, .single-spreker section {
    max-width: 1200px;
    margin: 0 auto; }
  .single-spreker #arena {
    min-height: 40vh;
    overflow: hidden;
    padding-bottom: 2rem; }
    .single-spreker #arena h1 {
      width: 50%;
      float: left;
      color: white;
      font-weight: normal;
      text-align: right;
      margin: 16.6vh 2rem 0; }
      .single-spreker #arena h1 span {
        display: block;
        font-size: 2rem; }
        .single-spreker #arena h1 span:before {
          content: "- "; }
  .single-spreker #main {
    padding: 0; }
  .single-spreker section {
    min-height: 24vh;
    overflow: hidden; }
    .single-spreker section p, .single-spreker section ul {
      width: 50%;
      padding: 2rem;
      font-size: 1.4rem; }
    .single-spreker section ul {
      margin: 0 1rem; }
  .single-spreker #intro {
    background: orangered;
    color: white;
    padding: 2rem 0;
    width: 100%; }
    .single-spreker #intro p {
      text-align: center;
      font-size: 2rem;
      width: 66.67%;
      margin: 0 auto; }
  .single-spreker #historie {
    background: dodgerblue;
    color: white;
    position: relative;
    z-index: -1; }
    .single-spreker #historie p {
      float: right;
      background: dodgerblue; }
    .single-spreker #historie div {
      float: left;
      width: 50%;
      min-height: 24vh;
      position: absolute;
      left: 0;
      height: 100%; }
  .single-spreker #visie {
    background: deeppink;
    color: white;
    padding: 2rem 0; }
    .single-spreker #visie p {
      width: 66.67%;
      margin: 0 auto;
      font-size: 2rem;
      text-align: center; }
  .single-spreker #meerwaarde {
    background: orangered;
    color: white;
    position: relative;
    z-index: -1; }
    .single-spreker #meerwaarde p, .single-spreker #meerwaarde ul {
      float: left;
      background: orangered; }
    .single-spreker #meerwaarde div {
      float: right;
      width: 50%;
      min-height: 24vh;
      position: absolute;
      right: 0;
      height: 100%; }
  .single-spreker #book {
    background: dodgerblue;
    padding: 2rem 0;
    min-height: 12vh; }
    .single-spreker #book a {
      border: 2px solid;
      text-transform: uppercase;
      border-radius: .25rem;
      padding: 1rem;
      font-size: 2rem;
      color: white;
      width: 50%;
      margin: 0 auto;
      display: block;
      text-align: center;
      transition: .25s all; }
      .single-spreker #book a:hover {
        background: deeppink;
        border: none; }

/* header Irfan */
.page-id-318 #arena h1 {
  float: left; }

/* S P RE K E R S MOBILE */
.mobile.page-template-page-spreker #main {
  background: red; }
.mobile.page-template-page-spreker #arena {
  height: 60vh;
  position: relative;
  z-index: -1;
  background-size: contain !important;
  background-position: center top !important; }
  .mobile.page-template-page-spreker #arena h1 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: dodgerblue;
    padding: 1rem;
    margin: 0; }
    .mobile.page-template-page-spreker #arena h1 span {
      font-size: 1rem; }
.mobile.page-template-page-spreker #intro {
  overflow: auto; }
.mobile.page-template-page-spreker #intro p, .mobile.page-template-page-spreker #historie p, .mobile.page-template-page-spreker #visie p, .mobile.page-template-page-spreker #meerwaarde p, .mobile.page-template-page-spreker #meerwaarde ul {
  width: 100%;
  font-size: 1.2rem; }
.mobile.page-template-page-spreker #historie {
  position: static; }
.mobile.page-template-page-spreker #historie div, .mobile.page-template-page-spreker #meerwaarde div {
  width: 100%;
  height: 12vh;
  position: static; }
.mobile.page-template-page-spreker #meerwaarde {
  position: static; }
.mobile.page-template-page-spreker #book a {
  width: 80%;
  font-size: 1.2rem;
  padding: 0;
  border: none; }
.mobile.page-template-page-spreker .gform_anchor {
  display: none; }
.mobile.page-template-page-spreker #book form {
  margin: 0 2rem;
  color: white; }
.mobile.page-template-page-spreker #book ul {
  width: 100%; }
.mobile.page-template-page-spreker #book span.name_first {
  margin-right: 0 !important; }
.mobile.page-template-page-spreker #book input[type=submit] {
  width: 100% !important;
  text-shadow: none;
  color: white;
  border: 2px solid white; }

/* S P R E K E R S TABLET */
.tablet.page-template-page-spreker #arena h1 {
  width: 66.67%; }
.tablet.page-template-page-spreker #intro p, .tablet.page-template-page-spreker #visie p {
  width: 90%; }

/*--------------------------------------------------------------
14.0 Specifics
--------------------------------------------------------------*/
/*
  Tablet
*/
.tablet .when {
  width: 100%;
  font-size: 2rem; }
.tablet .where {
  width: 100%;
  font-size: 2rem; }

.tablet.page-id-14 article {
  padding: 1rem; }

/*
  Mobile Portrait
*/
.mobile {
  /* menu */
  /* slide */ }
  .mobile #outerheader {
    padding: .5rem 1rem; }
  .mobile .site-branding {
    width: 75%; }
  .mobile .site-branding a {
    height: 1.4rem; }
  .mobile .post-column {
    width: 100%;
    padding: 0; }
  .mobile .post-column:first-of-type img {
    margin: 0;
    float: none;
    width: 100%; }
  .mobile .menu a:before {
    background: none;
    content: none;
    margin: 0; }
  .mobile .sub-menu li a {
    font-weight: normal !important;
    font-size: 1rem; }
  .mobile .slides li {
    padding: 7.5vh 5%; }
  .mobile .slides .logo {
    height: 15vh; }
  .mobile .slides .meta {
    font-size: 2rem;
    margin: 2.5vh 0; }
  .mobile .slides .when {
    width: 100%;
    font-size: 1.4rem; }
  .mobile .slides .where {
    font-size: 1rem;
    width: 100%; }
  .mobile .slides .summary {
    font-size: 1rem;
    margin: 2.5vh 0; }
  .mobile .slides .cta {
    font-size: 1rem;
    width: 100%; }
  .mobile .slides.sprekers h1 {
    margin-top: 10vh;
    font-size: 3rem; }
  .mobile .slides.sprekers .quotes {
    font-size: 2rem;
    width: 100%; }

.mobile.single-spreker #arena h1 {
  width: 90%;
  float: none;
  text-align: center;
  margin: 20vh 5% 10vh;
  font-size: 1.4rem; }
.mobile.single-spreker #intro p {
  width: 100%;
  font-size: 1rem; }
.mobile.single-spreker #historie div, .mobile.single-spreker #meerwaarde div {
  width: 100% !important;
  height: 35vh;
  position: static; }
.mobile.single-spreker #historie p, .mobile.single-spreker #meerwaarde p, .mobile.single-spreker #meerwaarde ul {
  width: 100%; }
.mobile.single-spreker #visie p, .mobile.single-spreker #book a {
  width: 100%;
  font-size: 1rem; }

/*
  Mobile landscape
*/
@media all and (orientation: landscape) {
  .slides .logo {
    height: 20vh; }
  .slides .cta {
    padding: .25rem; } }
html.mm-opened #presented {
  /*opacity: .25*/ }
html.mm-opened .mobile #btn-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0) !important;
  text-indent: -9999px;
  width: 0;
  background: url(../../images/icon-close.svg) center no-repeat; }

/* Contact */
.mobile.page-id-14 article {
  padding: 1rem; }

.mobile.page-id-14 .post-column:first-of-type img {
  width: 50%;
  margin-left: 0;
  float: left;
  margin-right: 1em; }

/*# sourceMappingURL=style.css.map */

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */