@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Montserrat:300,300i,700,700i');
*,
html {
  border: none;
  outline: none;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
p {
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
em,
i,
dfn {
  font-style: italic;
}
a:focus,
a:active,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 80%;
}
big {
  font-size: 120%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
a img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  -webkit-appearance: none;
}
select {
  -webkit-appearance: menulist;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
li ul,
li ol {
  margin: 0 20px;
}
ul,
ol {
  margin: 0 20px 20px 20px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-alpha;
}
ol ol ol ol {
  list-style: lower-alpha;
}
/* Basics */
.clear {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
  visibility: hidden;
}
.show {
  display: block;
  visibility: visible;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.float-none {
  float: none;
}
.center {
  margin: 0 auto;
}
.centered {
  text-align: center;
}
.valign {
  vertical-align: middle;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.reset {
  margin: 0px;
  padding: 0px;
}
.no-list {
  list-style: none;
}
.no-decoration {
  text-decoration: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.inherit {
  position: inherit;
}
.border-box {
  box-sizing: border-box;
}
.content-box {
  box-sizing: content-box;
}
div.vertical-center-hack,
div.vch {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -1000px;
  height: 2000px;
  text-align: center;
  line-height: 2000px;
  width: 100%;
}
span.vertical-center-hack-wrap,
span.vchw {
  line-height: 0;
}
span.vertical-center-hack-content,
span.vchc {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* blokken, covers en columns */
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
  min-height: 100%;
}
.cover {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.cover-absolute {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
/* Basics CSS3 */
/* Font */
.font-lighter {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-heavy {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Sprites */
/* Forms */
/* Gradients */
/* Transform */
.transform_translate {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Filters */
.filter-fix {
  -webkit-filter: translate3d(0, 0, 0);
  filter: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
/* Seo Helper */
.seo-helper img:not([alt]),
.seo-helper img[alt=""],
.seo-helper img[alt^=" "],
.seo-helper a[href=""],
.seo-helper a[href^=" "],
.seo-helper a[href="#"],
.seo-helper a[rel*="nofollow"],
.seo-helper div:empty,
.seo-helper span:empty,
.seo-helper li:empty,
.seo-helper p:empty,
.seo-helper td:empty,
.seo-helper th:empty,
.seo-helper *[title=""],
.seo-helper *[class=""],
.seo-helper *[id=""] {
  outline: 2px solid red !important;
  outline-offset: 3px !important;
}
.seo-helper head,
.seo-helper title:empty,
.seo-helper link,
.seo-helper meta {
  display: block;
}
.seo-helper title:empty:before {
  content: "You've left the <title> empty!";
}
.seo-helper link:before {
  content: "You don't have a <title>!";
}
.seo-helper title ~ link {
  display: none;
}
.seo-helper meta[name="description"][content=""]:before,
.seo-helper meta[name="description"][content=" "]:before {
  content: "You've left description empty!";
}
/*! jQuery UI - v1.10.1 - 2013-03-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(https://www.hoogt.nl/wp-content/themes/hoogt/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(https://www.hoogt.nl/wp-content/themes/hoogt/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(https://www.hoogt.nl/wp-content/themes/hoogt/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(https://www.hoogt.nl/wp-content/themes/hoogt/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(https://www.hoogt.nl/wp-content/themes/hoogt/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(https://www.hoogt.nl/wp-content/themes/hoogt/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(https://www.hoogt.nl/wp-content/themes/hoogt/images/ui-icons_ffd27a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000;
  opacity: .2;
  filter: alpha(opacity=20);
  border-radius: 5px;
}
#ui-datepicker-div,
#datepicker .ui-datepicker {
  position: relative;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 100%;
}
#ui-datepicker-div i,
#datepicker .ui-datepicker i {
  font-style: italic;
}
#ui-datepicker-div a,
#datepicker .ui-datepicker a {
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-header,
#datepicker .ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
  font-size: 16px;
  background: #ffef00;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-state-hover,
#datepicker .ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-title,
#datepicker .ui-datepicker .ui-datepicker-title {
  margin-top: .3em;
  margin-bottom: .3em;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#ui-datepicker-div .ui-datepicker-title i,
#datepicker .ui-datepicker .ui-datepicker-title i {
  font-style: italic;
}
#ui-datepicker-div .ui-datepicker-prev-hover,
#datepicker .ui-datepicker .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover,
#datepicker .ui-datepicker .ui-datepicker-next-hover,
#ui-datepicker-div .ui-datepicker-next,
#datepicker .ui-datepicker .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev,
#datepicker .ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none;
}
#ui-datepicker-div .ui-datepicker-prev-hover.ui-state-disabled,
#datepicker .ui-datepicker .ui-datepicker-prev-hover.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-next-hover.ui-state-disabled,
#datepicker .ui-datepicker .ui-datepicker-next-hover.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-next.ui-state-disabled,
#datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-prev.ui-state-disabled,
#datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  display: none;
}
#ui-datepicker-div .ui-datepicker-prev-hover,
#datepicker .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-next-hover,
#datepicker .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
#ui-datepicker-div .ui-datepicker-next span,
#datepicker .ui-datepicker .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-prev span,
#datepicker .ui-datepicker .ui-datepicker-prev span {
  background-image: url("/wp-content/themes/hoogt/img//ui-icons_000000_256x240.png");
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-prev span,
#datepicker .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
#ui-datepicker-div table,
#datepicker .ui-datepicker table {
  width: 260px;
  margin: 0px auto 20px;
}
#ui-datepicker-div th,
#datepicker .ui-datepicker th {
  padding: 0.8em 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffffff;
  color: #222222;
  border: none;
  border: 0px;
}
#ui-datepicker-div td,
#datepicker .ui-datepicker td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0;
}
#ui-datepicker-div td .ui-state-default,
#datepicker .ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .3em;
  margin: 0;
  font-weight: normal;
  text-decoration: none;
  background: #009fe3;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#ui-datepicker-div td .ui-state-default i,
#datepicker .ui-datepicker td .ui-state-default i {
  font-style: italic;
}
#ui-datepicker-div .ui-state-disabled,
#datepicker .ui-datepicker .ui-state-disabled {
  opacity: 1;
}
#ui-datepicker-div .ui-state-disabled .ui-state-default,
#datepicker .ui-datepicker .ui-state-disabled .ui-state-default {
  color: rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
#ui-datepicker-div td .ui-state-active,
#datepicker .ui-datepicker td .ui-state-active,
#ui-datepicker-div td .ui-state-hover,
#datepicker .ui-datepicker td .ui-state-hover {
  background: #007bb0;
  color: #ffffff;
}
img {
  display: block;
}
.svg-icon {
  box-sizing: content-box;
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}
.strikethrough {
  text-decoration: line-through;
}
.sold-out {
  font-style: italic;
}
.the_content img {
  display: block;
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
}
.the_content img.alignleft {
  float: left;
  margin-right: 15px;
}
.the_content img.alignright {
  float: right;
  margin-left: 15px;
}
.the_content img.aligncenter {
  margin: 0 auto 20px;
}
.the_content:after {
  content: '';
  clear: both;
  display: block;
}
/* base config */
hr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  height: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input.ph,
select.ph,
textarea.ph {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
input.ph,
select.ph,
textarea.ph {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
input:focus,
select:focus,
textarea:focus {
  background: #ffffcc;
  color: #333333;
  outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
#setGrid {
  visibility: hidden;
}
/* grid */
.hide_mobile {
  display: none;
}
#container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.full-width {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.center {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px;
  clear: both;
}
.center:after {
  content: "";
  display: table;
  clear: both;
}
.center.mobile-no {
  width: 100%;
  padding: 0;
}
#content {
  width: 100%;
}
aside {
  width: 100%;
}
aside:after {
  content: "";
  display: table;
  clear: both;
}
aside .submenu {
  display: none;
}
.home aside {
  display: block;
}
/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide_tablet {
    display: none;
  }
  .show_tablet {
    display: block;
  }
  .center {
    width: 768px;
    padding: 0px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .hide_desktop {
    display: none;
  }
  .show_desktop {
    display: block;
  }
  .center,
  .center.mobile-no {
    width: 1024px;
    padding: 0 22px;
  }
  #content {
    width: 686px;
    float: left;
    padding: 0 98px;
  }
  #content > .center {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  aside {
    width: 294px;
    float: right;
    padding: 0px 20px;
  }
  aside > .center {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  aside .submenu {
    display: block;
  }
  .detail #content {
    float: right;
  }
}
@media screen and (min-width: 1280px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .center,
  .center.mobile-no {
    width: 1280px;
    padding: 0 20px;
  }
  #content {
    width: 868px;
    padding: 0 124px;
  }
  aside {
    width: 372px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1640px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .center,
  .center.mobile-no {
    width: 1640px;
    padding: 0 20px;
  }
  #content {
    width: 1120px;
    padding: 0 160px;
  }
  aside {
    width: 480px;
    padding: 0 80px;
  }
}
/* includes */
/* colors */
/* fonts */
.fontSerif {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
}
.fontSerif i {
  font-style: italic;
}
.fontSerifSemiBold {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-style: normal;
}
.fontSerifSemiBold i {
  font-style: italic;
}
.fontSerifBold {
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  font-style: normal;
}
.fontSerifBold i {
  font-style: italic;
}
.font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font i {
  font-style: italic;
}
.fontBold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fontBold i {
  font-style: italic;
}
svg {
  display: block;
}
/* text config */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
body i {
  font-style: italic;
}
body a {
  text-decoration: none;
  color: #009fe3;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0px 0px 24px 0px;
}
p i {
  font-style: italic;
}
p.intro {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
p.intro i {
  font-style: italic;
}
p.notice {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
}
p.notice i {
  font-style: italic;
}
p.notice a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009fe3;
  font-size: 19px;
}
p.notice:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #009FE3;
}
p a {
  text-decoration: none;
  color: #009fe3;
}
p a:hover {
  color: #007bb0;
  text-decoration: underline;
}
small {
  font-size: 12px;
  line-height: 20px;
  color: #888888;
}
h1,
h2,
h3,
h4,
h5 {
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i {
  font-style: italic;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h1.small {
  font-size: 32px;
  line-height: 36px;
}
h2 {
  font-size: 28px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4,
h5 {
  font-size: 18px;
  line-height: 22px;
}
.the_content h3 {
  font-size: 22px;
  line-height: 28px;
}
.the_content h4 {
  font-size: 18px;
  line-height: 24px;
}
.the_content h5 {
  font-size: 16px;
  line-height: 24px;
}
.the_content h6 {
  font-size: 16px;
  line-height: 24px;
}
.the_content img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  p.intro {
    font-size: 20px;
    line-height: 28px;
  }
  p.notice {
    padding-left: 22px;
    font-size: 20px;
    line-height: 28px;
  }
  p.notice:before {
    width: 7px;
  }
  h1 {
    font-size: 72px;
    line-height: 78px;
  }
  h1.small {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .the_content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .the_content h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .the_content h5,
  .the_content h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  p.intro {
    font-size: 24px;
    line-height: 32px;
  }
  p.notice {
    padding-left: 22px;
    font-size: 22px;
    line-height: 30px;
  }
  p.notice:before {
    width: 7px;
  }
  h1 {
    font-size: 100px;
    line-height: 100px;
  }
  h1.small {
    font-size: 44px;
    line-height: 52px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .the_content h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .the_content h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .the_content h5,
  .the_content h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
*,
html {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.touch body {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/* image loader */
.img {
  position: relative;
  overflow: hidden;
}
.img-inner {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
.img-inner img {
  position: absolute;
  display: block;
  opacity: 0;
  transition: opacity 1s linear;
}
.img-inner img.loaded {
  opacity: 1;
  transition: opacity 1s linear;
}
a > div.img.hide_mobile.show_tablet.show_desktop > div.img-inner {
  background: url('https://www.hoogt.nl/wp-content/themes/hoogt/../img/logo-grey.svg');
  background-size: cover;
  background-position: 25px 60px;
}
.read-more {
  display: block;
  float: right;
  clear: both;
}
.read-more .svg-icon {
  width: 18px;
  height: 12px;
  float: right;
  margin-left: 12px;
}
/* share */
.share {
  margin-bottom: 20px;
}
.share:after {
  content: "";
  display: table;
  clear: both;
}
.share .delen,
.share .share-buttons .icon {
  display: none;
}
.share .share-buttons .wa-like,
.share .share-buttons .fb-like,
.share .share-buttons .tw-like,
.share .share-buttons .fb-share-button {
  float: right;
  margin-left: 12px;
}
.share + div {
  clear: both;
}
/* blokken */
.blok {
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding: 16px;
}
.blok:after {
  content: "";
  display: table;
  clear: both;
}
.blok.newsletter .svg-icon {
  width: 20px;
  height: 20px;
  float: right;
}
.blok.social h3 {
  margin: 0 0 20px;
}
.blok.social ul {
  list-style: none;
  margin: 0;
  text-align: left;
}
.blok.social ul li {
  display: inline-block;
}
.blok.social ul li a {
  margin: 0 2px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  padding: 8px 0 0 8px;
}
.blok.social ul li a .svg-icon {
  width: 24px;
  height: 24px;
}
.blok.social ul li a .svg-icon svg path {
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blok.social ul li a:hover .svg-icon svg path {
  fill: #b3b3b3;
}
.blok.zoek .input {
  z-index: 100;
  position: relative;
  margin: 0 0 40px;
}
.blok.zoek .input input[type="text"] {
  background: #fff;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 12px;
  line-height: 40px;
}
.blok.zoek .input input.submit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: transparent;
  border: 0;
}
.blok.zoek .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.blok.zoek .icon .svg-icon {
  width: 20px;
  height: 20px;
  padding: 10px 0 0 10px;
}
.blok.zoek .filter label {
  display: block;
  margin-bottom: 10px;
}
.blok.zoek .filter ul {
  list-style: none;
  margin: 0;
}
.blok.zoek .filter ul li {
  display: block;
  height: 40px;
}
.blok.zoek .filter ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  background: transparent;
  -webkit-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.blok.zoek .filter ul li a .svg-icon {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.blok.zoek .filter ul li a:hover {
  background: #999;
}
.blok.zoek .filter ul li a:hover .svg-icon {
  opacity: 1;
}
.blok.news ul {
  list-style: none;
  margin: 0;
}
.logo {
  position: absolute;
  top: 0;
  left: 10px;
}
.logo a .svg-icon {
  width: 100px;
  height: 61px;
}
.logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 70px;
}
.logo img.variant_1 {
  display: block;
}
.logo img.variant_2 {
  display: none;
}
/* menu */
.top-menu {
  z-index: 240;
  position: fixed;
  top: 0;
  right: 0;
}
.top-menu .menu,
.top-menu .kassa-btn {
  width: 160px;
  display: block;
  float: right;
  height: 50px;
  background: none;
  box-sizing: border-box;
  position: relative;
}
.top-menu .menu > span,
.top-menu .kassa-btn > span {
  display: none;
  position: absolute;
  right: 80px;
  top: 0;
  width: 120px;
  line-height: 50px;
  color: #000;
  text-align: center;
  background: none;
}
.top-menu .menu > span.close,
.top-menu .kassa-btn > span.close {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.top-menu .menu > span.close,
.top-menu .kassa-btn > span.close {
  display: block;
}
.top-menu .menu .icon,
.top-menu .kassa-btn .icon {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #999;
}
.top-menu .menu .icon .svg-icon,
.top-menu .kassa-btn .icon .svg-icon {
  position: absolute;
  right: 13px;
  top: 14px;
  width: 22px;
  height: 21px;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.top-menu .menu .icon .svg-icon svg path,
.top-menu .kassa-btn .icon .svg-icon svg path {
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-menu .menu .icon .svg-icon.close,
.top-menu .kassa-btn .icon .svg-icon.close {
  opacity: 0;
}
.top-menu .menu.active span.close,
.top-menu .kassa-btn.active span.close {
  opacity: 1;
}
.top-menu .menu.active span.hamburger,
.top-menu .kassa-btn.active span.hamburger {
  opacity: 0;
}
.top-menu .menu.active .icon .svg-icon.close,
.top-menu .kassa-btn.active .icon .svg-icon.close {
  opacity: 1;
}
.top-menu .menu.active .icon .svg-icon.hamburger,
.top-menu .kassa-btn.active .icon .svg-icon.hamburger {
  opacity: 0;
}
.top-menu .menu:hover .svg-icon svg path,
.top-menu .kassa-btn:hover .svg-icon svg path {
  fill: #000;
}
#main-menu {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  z-index: 230;
  display: none;
}
#main-menu .main-menu {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  left: 767px;
  right: -767px;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  -moz-transition: left 0.5s ease, right 0.5s ease;
  -o-transition: left 0.5s ease, right 0.5s ease;
  -ms-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease;
}
#main-menu .background {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(@opacity2)";
  filter: "alpha(opacity=@opacity2)";
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#main-menu.active .main-menu {
  left: 0px;
  right: 0px;
}
#main-menu.active .background {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(@opacity2)";
  filter: "alpha(opacity=@opacity2)";
  opacity: 1;
}
#main-menu .head {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
  width: 100%;
  height: 50px;
}
#main-menu .social {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  width: 100%;
  height: 60px;
  padding-top: 10px;
}
#main-menu .social ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
#main-menu .social ul li {
  display: inline-block;
}
#main-menu .social ul li a .svg-icon {
  width: 40px;
  height: 40px;
  transition: opacity .2s;
}
#main-menu .social ul li a:hover .svg-icon {
  opacity: .8;
}
#main-menu .bg-fix {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  background: #ccc;
}
#main-menu .scroller {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  padding-right: 50px;
  box-sizing: content-box;
}
#main-menu .scroller .inner {
  width: 100%;
  position: relative;
}
#main-menu nav {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  padding: 50px 20px 60px 20px;
}
#main-menu nav ul {
  list-style: none;
  margin: 0;
}
#main-menu nav ul li {
  padding: 20px 0;
  position: relative;
}
#main-menu nav ul li .svg-icon {
  position: absolute;
  width: 16px;
  height: 28px;
  opacity: .5;
  top: 0;
  right: 0;
}
#main-menu nav ul li .svg-icon svg path {
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#main-menu nav ul li a {
  display: block;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#main-menu nav ul li .sub {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height .3s, opacity .3s;
}
#main-menu nav ul li:hover .svg-icon svg path,
#main-menu nav ul li.open .svg-icon svg path {
  fill: #333;
}
#main-menu nav ul li.open .svg-icon {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* content */
#container {
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
}
#container .date span {
  display: block;
}
#container .date span em {
  font-style: normal;
}
#container.sticky {
  position: fixed;
}
.hero {
  display: block;
  position: relative;
  overflow: hidden;
}
.hero .img,
.hero .video-place,
.hero .video-place .load-img-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  padding-top: 130px;
}
.hero .img + .center,
.hero .video-place + .center {
  height: 350px;
  padding-top: 130px;
  z-index: 130;
}
.hero .video_place #hero-player-wrap {
  display: none;
}
.hero .date span {
  color: #fff;
  display: block;
}
.hero h1 {
  color: #fff;
}
.hero .subtitle {
  color: #fff;
}
.event-blocks {
  padding: 30px 0;
  overflow: hidden;
}
.event-blocks .event-block {
  display: block;
  position: relative;
  margin: 0 0 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.event-blocks .event-block > img {
  width: 100%;
  height: 100%;
}
.event-blocks .event-block .placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: #008c45;
}
.event-blocks .event-block .placeholder img {
  width: 100%;
  height: 100%;
}
.event-blocks .event-block .title {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.event-blocks .event-block .title h3 {
  color: #fff;
}
.event-blocks .event-block .title .date {
  color: #fff;
}
#content {
  padding-bottom: 16px;
  margin-bottom: 30px;
}
#content .share {
  display: block;
  text-align: right;
}
#content .slideshow:after {
  content: "";
  display: table;
  clear: both;
}
#content .slideshow .cycle-slideshow > div {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
#content .slideshow .cycle-slideshow > div.spotify {
  height: 81px;
  overflow: hidden;
}
#content .slideshow .cycle-slideshow > div.deezer {
  height: 90px;
}
#content .slideshow .cycle-slideshow > div iframe,
#content .slideshow .cycle-slideshow > div object,
#content .slideshow .cycle-slideshow > div embed {
  margin: 0 auto;
  width: 320px !important;
  height: 200px;
  display: block;
}
#content .slideshow .cycle-slideshow img {
  margin: 0 auto 20px;
  width: 320px;
  height: auto;
}
#content .slideshow .cycle-pager,
#content .slideshow #prev,
#content .slideshow #next {
  display: none;
}
#content .main-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
aside {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
/* home */
.home-wrapper {
  background: none;
}
.home .center-event-blocks {
  padding: 0 30px;
  z-index: 160;
}
.home .center-content {
  padding: 0;
}
.home #content,
.agenda-archive #content {
  padding-top: 30px;
}
.home #content .agenda-noresults,
.agenda-archive #content .agenda-noresults {
  display: none;
}
.home #content .agenda .item,
.agenda-archive #content .agenda .item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.home #content .agenda .item > img,
.agenda-archive #content .agenda .item > img {
  width: 100%;
  height: auto;
}
.home #content .agenda .item .btn.tickets,
.agenda-archive #content .agenda .item .btn.tickets {
  position: relative;
  display: block;
}
.home #content .agenda .go-to,
.agenda-archive #content .agenda .go-to {
  margin: 30px auto 20px;
}
.detail #content {
  margin-top: 80px;
  padding-top: 16px;
}
/* news */
.news #content {
  margin-top: 80px;
  padding-top: 16px;
}
.news #content .item {
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.news #content .item .img {
  width: 300px;
  height: 180px;
}
/* agenda */
.agenda #content {
  padding-top: 30px;
  margin-bottom: 0;
}
aside.event-info {
  padding-top: 30px;
  padding-bottom: 30px;
}
aside.event-info:after {
  content: "";
  display: table;
  clear: both;
}
aside.event-info .center div {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
aside.event-info .center div label {
  width: 20%;
  float: left;
  display: block;
}
aside.event-info .center div .cont {
  width: 80%;
  float: right;
  text-align: right;
  border: 0;
  padding: 0;
}
aside.event-info .center div .cont span {
  display: block;
  clear: both;
}
aside.event-info .center div .cont span em {
  font-style: normal;
}
aside.event-info .center div.more-info {
  border: 0;
}
aside.event-info .center div.more-info label {
  float: none;
  width: 100%;
}
aside.event-info .center div.more-info ul {
  list-style: none;
  margin: 0;
}
aside.event-info .center div.more-info ul .svg-icon {
  width: 12px;
  height: 18px;
  float: left;
}
.prev-next-events {
  z-index: 2;
}
.prev-next-events .prev-next-events-inner {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.prev-next-events .prev-event,
.prev-next-events .next-event {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.prev-next-events .prev-event .prev,
.prev-next-events .next-event .next {
  display: none;
}
.prev-next-events .prev-event .item,
.prev-next-events .next-event .item {
  overflow: hidden;
  display: block;
}
.prev-next-events .prev-event .item > img,
.prev-next-events .next-event .item > img {
  width: 100%;
  height: auto;
}
.prev-next-events .prev-event .prev .svg-icon {
  float: left;
}
.prev-next-events .next-event .next {
  text-align: right;
}
.prev-next-events .next-event .next .svg-icon {
  float: right;
}
/* footer */
footer {
  position: relative;
  z-index: 1;
  font-size: 12px;
  padding: 12px 10px;
  padding: 60px 0px 0px 0px;
}
footer:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 200px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
footer .center {
  z-index: 2;
}
footer .logos {
  display: block;
  height: 80px;
}
footer .logos a.logo {
  display: block;
  float: left;
  position: relative;
  left: 0px;
  margin-right: 10px;
}
footer .logos a.logo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(@opacity2)";
  filter: "alpha(opacity=@opacity2)";
  opacity: 0.7;
}
footer ul {
  list-style: none;
  margin: 0 0 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
footer ul li {
  display: inline-block;
  margin-right: 8px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer .eagerly {
  clear: both;
}
footer .eagerly p {
  font-size: 12px;
  margin: 0;
  text-align: center;
}
/* OWL CAROUSEL */
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(https://www.hoogt.nl/wp-content/themes/hoogt/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 6px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #008C5C;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.hoogt.nl/wp-content/themes/hoogt/AjaxLoader.gif) no-repeat center center;
}
/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.hoogt.nl/wp-content/themes/hoogt/AjaxLoader.gif) no-repeat center center;
}
@media screen and (min-width: 768px) {
  .blok {
    width: 349px;
    float: left;
    margin-right: 30px;
    padding: 20px;
  }
  .blok:nth-child(even) {
    margin-right: 0;
  }
  .blok.zoek {
    width: 100%;
    float: none;
  }
  .blok.zoek .input {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .blok.zoek .input input[type="text"] {
    height: 50px;
    line-height: 50px;
  }
  .blok.zoek .input input.submit {
    width: 50px;
    height: 50px;
  }
  .blok.zoek .icon {
    width: 50px;
    height: 50px;
  }
  .blok.zoek .icon .svg-icon {
    padding: 15px 0 0 15px;
  }
  .blok.zoek .filter {
    width: 48%;
    float: left;
    margin: 0;
  }
  .blok.news {
    width: 100%;
    float: none;
  }
  /* menu */
  .top-menu .menu {
    width: 200px;
    height: 80px;
  }
  .top-menu .menu > span {
    display: block;
    line-height: 80px;
    background: #ccc;
    -webkit-transition: right 0.2s linear;
    -ms-transition: right 0.2s linear;
    transition: right 0.2s linear;
  }
  .top-menu .menu > span.close {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .top-menu .menu .icon {
    width: 80px;
    height: 80px;
  }
  .top-menu .menu .icon .svg-icon {
    position: absolute;
    right: 28px;
    top: 28px;
  }
  #main-menu .main-menu {
    left: 400px;
    right: -400px;
  }
  #main-menu.active .background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(@opacity2)";
    filter: "alpha(opacity=@opacity2)";
    opacity: 1;
  }
  #main-menu .head {
    width: 400px;
    height: 80px;
  }
  #main-menu .social {
    width: 400px;
    height: 80px;
  }
  #main-menu .social ul li a .svg-icon {
    width: 40px;
    height: 40px;
  }
  #main-menu .bg-fix {
    width: 400px;
  }
  #main-menu nav {
    width: 400px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero .img,
  .hero .video-place {
    height: 480px;
  }
  .hero .video-place #hero-player-wrap {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 110%;
    bottom: -10%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(@opacity2)";
    filter: "alpha(opacity=@opacity2)";
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
  .hero .video-place #hero-player-wrap #hero-player {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .hero .video-place #hero-player-wrap.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(@opacity2)";
    filter: "alpha(opacity=@opacity2)";
    opacity: 1;
  }
  .hero .img + .center,
  .hero .video-place + .center {
    height: 480px;
  }
  .event-info .center > div {
    width: 48%;
    float: left;
  }
  .event-info .center > div label {
    width: 20%;
    float: left;
    display: block;
  }
  .event-info .center > div .cont {
    width: 80%;
    float: right;
    text-align: right;
    border: 0;
    padding: 0;
  }
  .event-info .center > div .cont span {
    display: block;
  }
  .event-info .center > div .cont span em {
    font-style: normal;
  }
  .event-info .center > div:nth-of-type(odd) {
    margin-right: 4%;
  }
  .event-info .center div.more-info {
    border: 0;
  }
  .event-info .center div.more-info label {
    float: none;
    width: 100%;
  }
  .event-info .center div.more-info ul {
    list-style: none;
    margin: 0;
  }
  .event-info .center div.more-info ul .svg-icon {
    width: 12px;
    height: 18px;
    float: left;
  }
  .event-blocks {
    padding: 30px 0;
  }
  .event-blocks #owl2 {
    display: block;
  }
  .event-blocks .event-block {
    margin: 0 30px 30px 0;
    width: 349px;
    height: 349px;
    float: left;
  }
  .event-blocks .event-block > img {
    width: 349px;
    height: 349px;
  }
  .event-blocks .event-block .title {
    padding: 0 30px;
    bottom: 30px;
  }
  .event-blocks .event-block:nth-of-type(even) {
    margin-right: 0;
  }
  #content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #content .slideshow {
    margin: 0 0 20px;
  }
  #content .slideshow .cycle-slideshow {
    background: #f2f2f2;
  }
  #content .slideshow .cycle-slideshow > div {
    width: 100%;
    height: 100%;
  }
  #content .slideshow .cycle-slideshow > div.bandcamp {
    width: 300px;
    height: 455px;
    margin-left: 220px;
    margin-top: 30px;
  }
  #content .slideshow .cycle-slideshow > div.spotify {
    margin-top: 180px;
  }
  #content .slideshow .cycle-slideshow > div.deezer {
    margin: 180px 20px 0;
    padding: 0 20px;
  }
  #content .slideshow .cycle-slideshow > div.deezer iframe {
    min-height: 90px;
    overflow: hidden;
  }
  #content .slideshow .cycle-slideshow > div iframe,
  #content .slideshow .cycle-slideshow > div object,
  #content .slideshow .cycle-slideshow > div embed {
    margin: 0;
    width: 100% !important;
    height: 100%;
    min-height: 455px;
  }
  #content .slideshow .cycle-slideshow img {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 455px;
  }
  #content .slideshow .cycle-pager {
    display: block;
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 30px;
    overflow: hidden;
  }
  #content .slideshow .cycle-pager a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: -500em;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    background: #ccc;
    margin: 0 2px;
  }
  #content .slideshow .cycle-pager a.activeSlide {
    background: #D69746;
  }
  #content .slideshow .cycle-pager > * {
    cursor: pointer;
  }
  #content .slideshow #prev,
  #content .slideshow #next {
    display: block;
  }
  aside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* home */
  .home .center-event-blocks {
    padding: 0 20px;
  }
  .home .center-content {
    padding: 0 20px;
  }
  .home #content .agenda .item,
  .agenda-archive #content .agenda .item {
    position: relative;
    margin-bottom: 30px;
  }
  .home #content .agenda .item .cont,
  .agenda-archive #content .agenda .item .cont {
    padding-top: 20px;
  }
  .home #content .agenda .item .img,
  .agenda-archive #content .agenda .item .img {
    float: left;
    width: 190px;
    height: 210px;
    margin-right: 30px;
  }
  .home #content .agenda .item .btn.tickets,
  .agenda-archive #content .agenda .item .btn.tickets {
    width: 150px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    top: 85px;
  }
  .home #content .agenda .item .info,
  .agenda-archive #content .agenda .item .info {
    position: absolute;
    left: 220px;
    bottom: 20px;
  }
  .detail #content {
    margin-top: 120px;
    padding-top: 20px;
  }
  /* news */
  .news #content {
    margin-top: 120px;
    padding-top: 30px;
  }
  .news #content .item {
    margin: 0 0px 30px 0;
    height: auto;
  }
  .news #content .item .img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 30px;
  }
  .news #content .item .news-img-placeholder {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 30px;
  }
  /* agenda */
  .prev-next-events .prev-event,
  .prev-next-events .next-event {
    width: 349px;
    margin: 0 30px 30px 0;
    float: left;
  }
  .prev-next-events .next-event {
    margin-right: 0;
  }
  .prev-next-events .prev-event .prev,
  .prev-next-events .next-event .next {
    display: block;
    margin-bottom: 20px;
  }
  .prev-next-events .prev-event .prev .svg-icon,
  .prev-next-events .next-event .next .svg-icon {
    width: 20px;
    height: 14px;
  }
  .prev-next-events .prev-event .item,
  .prev-next-events .next-event .item {
    margin-bottom: 0px;
  }
  .prev-next-events .prev-event .item .img,
  .prev-next-events .next-event .item .img {
    width: 349px;
    height: 200px;
  }
  /* footer */
  footer {
    font-size: 14px;
    padding: 20px 20px;
  }
  footer ul li {
    margin-right: 12px;
  }
  footer ul li:last-child {
    margin-right: 0;
  }
  footer .eagerly p {
    font-size: 14px;
  }
}
/* === WIDE & EXTRA WIDE === */
.msync-grid {
  width: 100%;
}
.online-video #content {
  width: 100%;
  float: none;
}
.online-video__title {
  margin-top: 8rem;
  color: #ffffff;
  margin-left: 1.25rem;
}
.online-video__date {
  font-weight: 900;
  color: #222222;
}
.online-video .movie-info {
  background-color: #222222;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.online-video .movie-info ul {
  column-count: 3;
}
.online-video .movie-info ul li {
  break-inside: avoid;
  page-break-inside: avoid;
}
.agenda .online-video #content {
  padding-bottom: 90px;
}
/* buttons */
.btn {
  display: inline-block;
  position: relative;
  padding: 18px 28px;
  background: #009fe3;
  height: 60px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s ease, background 0.3s ease;
  text-transform: lowercase;
}
.btn i {
  font-style: italic;
}
.btn:hover {
  color: #fff;
  background: #17baff;
}
.btn .svg-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 18px;
  top: 50%;
  margin-top: -10px;
}
.btn .svg-icon svg {
  display: block;
}
.btn .svg-icon svg path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.btn.stroke {
  background: none;
  color: #009fe3;
  border: 2px solid #009fe3;
  padding-left: 48px;
  font-size: 16px;
}
.btn.stroke .svg-icon svg path {
  fill: #009fe3;
}
.btn.stroke:hover {
  color: #ffffff;
  background: #009fe3;
}
.btn.stroke:hover .svg-icon svg path {
  fill: #ffffff;
}
.btn.go-to,
.btn.small {
  font-size: 16px;
  padding: 11px 20px;
  height: 46px;
}
.btn.go-to.stroke,
.btn.small.stroke {
  padding: 9px 20px;
  padding-left: 48px;
  font-size: 14px;
}
.share {
  position: relative;
  float: right;
}
.share .delen {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  transition: color 0.3s ease;
}
.share .delen i {
  font-style: italic;
}
.share .delen .svg-icon {
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 10px;
  margin-top: 1px;
}
.share .delen .svg-icon svg path {
  fill: #009fe3;
}
.share .share-buttons {
  display: block;
  position: absolute;
  right: 100%;
  background: #f5f5f5;
  top: -10px;
  right: -9999px;
  padding: 20px 20px 10px 20px;
  width: 200px;
  margin-right: 15px;
}
.share .share-buttons .btn {
  display: block;
  float: none;
  margin: 0px 0px 10px 0px;
  border: 0px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
  color: #222222;
  padding: 0px 0px 0px 30px;
}
.share .share-buttons .btn .svg-icon {
  left: 0px;
}
.share .share-buttons .btn:hover {
  color: #009fe3;
  background: none;
}
.share .share-buttons .btn:hover .svg-icon path {
  fill: #009fe3;
}
.share .share-buttons:after {
  display: block;
  content: '';
  position: absolute;
  right: -8px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f5f5f5;
}
.share:hover .delen {
  background: none;
  color: #009fe3;
}
.share.show .share-buttons {
  display: block;
  right: 100%;
}
/* labels */
.label {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 20px;
  background: #009fe3;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
}
.label i {
  font-style: italic;
}
.label.uitverkocht {
  background: #f50000;
}
.label.verplaatst {
  background: #ffef00;
  color: #222222;
}
.label.gratis {
  background: #009fe3;
  color: #ffffff;
}
/* blokken */
.blok {
  display: block;
  position: relative;
}
.blok.newsletter {
  display: none;
}
.blok.banner {
  display: block;
  margin-bottom: 0px;
  margin: 20px;
  padding: 30px 90px 60px 20px;
  background: url("/wp-content/themes/hoogt/img/banner_blue.png") no-repeat right bottom #009fe3;
}
.blok.banner p {
  display: block;
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  line-height: 24px;
  padding-right: 30px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.blok.banner p i {
  font-style: italic;
}
.blok.banner p span {
  font-size: 28px;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-style: normal;
}
.blok.banner p span i {
  font-style: italic;
}
.blok.banner .svg-icon {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 18px;
  height: 18px;
}
.blok.banner .svg-icon svg {
  display: block;
}
.blok.banner .svg-icon svg path {
  fill: #ffef00;
}
.blok.banner:hover {
  background: url("/wp-content/themes/hoogt/img/banner_blue.png") no-repeat right bottom #17baff;
}
.blok.banner.yellow {
  background: url("/wp-content/themes/hoogt/img/banner_yellow.png") no-repeat right bottom #ffef00;
}
.blok.banner.yellow p {
  color: #222222;
}
.blok.banner.yellow .svg-icon svg path {
  fill: #009fe3;
}
.blok.banner.yellow:hover {
  background: url("/wp-content/themes/hoogt/img/banner_yellow.png") no-repeat right bottom #e6d700;
}
.agenda-archive .blok.zoek {
  margin-bottom: 60px;
}
.blok.zoek {
  background: #ffef00;
  padding: 20px 20px 30px 20px;
  margin: 30px 0px 0px 0px;
}
.blok.zoek:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -40px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffef00;
  border-right: 1024px solid transparent;
}
.blok.zoek:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -40px;
  width: 0;
  height: 0;
  border-top: 40px solid #ffef00;
  border-left: 1024px solid transparent;
}
.blok.zoek .input {
  display: block;
  margin: 0px 0px 30px 0px;
}
.blok.zoek .input form {
  display: block;
  position: relative;
}
.blok.zoek .input form input[type="text"] {
  display: block;
  height: 54px;
  background: #ffffff;
  border: 2px solid #222222;
  border-radius: 25px;
  padding: 10px 50px 10px 20px;
}
.blok.zoek .input form input[type="text"]::-webkit-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
.blok.zoek .input form input[type="text"]:-moz-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
.blok.zoek .input form input[type="text"]::-moz-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
.blok.zoek .input form input[type="text"]:-ms-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
.blok.zoek .input form input[type="text"].ph {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
.blok.zoek .input form input[type="text"]::-webkit-input-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
.blok.zoek .input form input[type="text"]:-moz-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
.blok.zoek .input form input[type="text"]::-moz-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
.blok.zoek .input form input[type="text"]:-ms-input-placeholder {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
.blok.zoek .input form input[type="text"].ph {
  color: #9b9b9b;
  font-family: 'Montserrat';
  font-weight: 300;
}
.blok.zoek .input form input [type="submit"] {
  width: 50px;
  height: 50px;
}
.blok.zoek .input form .icon {
  width: 50px;
  height: 50px;
}
.blok.zoek .input form .icon .svg-icon {
  padding: 17px 15px;
}
.blok.zoek .input form .icon .svg-icon svg path {
  fill: #009fe3;
}
.blok.zoek .filter label {
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.blok.zoek .filter label i {
  font-style: italic;
}
.blok.zoek .filter ul li {
  height: 44px;
}
.blok.zoek .filter ul li a {
  position: relative;
  display: block;
  height: auto;
  padding: 10px 0px 10px 30px;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: color 0.3s ease;
}
.blok.zoek .filter ul li a i {
  font-style: italic;
}
.blok.zoek .filter ul li a .svg-icon {
  display: none;
}
.blok.zoek .filter ul li a:hover {
  background: none;
  color: #009fe3;
}
.blok.zoek .filter ul li a.active {
  background: none;
  color: #009fe3;
}
.blok.zoek .filter ul li a.active:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 5px;
  top: 16px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #009fe3;
}
.blok.zoek .filter ul li a:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 12px;
  top: 10px;
  left: 0px;
  width: 18px;
  height: 18px;
  border: 2px solid #998f00;
  background: #ffffff;
}
.blok.news {
  padding: 0px 20px;
  margin: 40px 0px;
}
.blok.news h3 {
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.blok.news ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
}
.blok.news ul li a h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.blok.news ul li a h4 i {
  font-style: italic;
}
.blok.news ul li a .date span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 18px;
}
.blok.news ul li a .date span i {
  font-style: italic;
}
.blok.news ul li a .date span.variant1 {
  display: none !important;
}
.blok.news ul li a:hover h4 {
  text-decoration: underline;
}
.blok.picl {
  padding: 0px;
  margin: 40px 0px 30px 0px;
}
.blok.picl a {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.blok.picl a img {
  display: block;
  margin: 0 auto;
  width: 88px;
}
.blok.picl a:hover {
  opacity: 0.7;
}
.blok.cineville {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
}
.blok.cineville a {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.blok.cineville a img {
  display: block;
  margin: 0 auto;
  width: 168px;
}
.blok.cineville a:hover {
  opacity: 0.7;
}
.blok.social {
  margin: 0px 0px 30px 0px;
}
.blok.social h3 {
  display: none;
}
.blok.social ul {
  text-align: center;
}
.blok.social ul li {
  margin: 0px 3px;
}
.blok.social ul li a {
  background: #ffffff;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.blok.social ul li a .svg-icon svg path {
  fill: black;
}
.blok.social ul li a:hover {
  background: #ffef00;
}
.blok.social ul li a:hover .svg-icon svg path {
  fill: black;
}
.blok.social.on-tour {
  margin: 0px;
  position: relative;
  padding: 30px 0px 0px 0px;
  z-index: 10;
}
/* read-more */
.read-more.small.stroke {
  display: block;
  margin: 20px auto 20px;
  padding-left: 18px;
  padding-right: 48px;
  float: none;
  width: 250px;
}
.read-more.small.stroke .svg-icon {
  right: 18px;
  left: auto;
}
.read-more.small.stroke .svg-icon svg {
  transform: rotate(90deg);
}
/* owl */
.owl-carousel {
  display: block;
}
.owl-carousel .event-block {
  margin-bottom: 0px;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-stage:after {
  content: '';
  clear: both;
  display: block;
}
.owl-carousel .owl-dots {
  padding-top: 10px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  background: none;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #222222;
  opacity: 0.7;
  margin: 5px 3px;
  -webkit-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #222222;
}
/* grid */
#wrap {
  display: block;
  position: relative;
  z-index: 10;
}
body {
  background-color: #222222;
  background-image: url("/wp-content/themes/hoogt/img/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
aside {
  position: relative;
  z-index: 11;
  padding: 0px;
  margin: 0px;
  background: none;
}
.home-wrapper .center-content,
.agenda-archive .center-content {
  background: black;
}
/* header */
header .logo {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 15;
}
header .logo a .svg-icon {
  width: 90px;
  height: 50px;
}
header .logo a .svg-icon.on-tour {
  height: 60px;
}
header .logo a .svg-icon svg path,
header .logo a .svg-icon svg polygon {
  fill: #ffffff;
}
header .logo a .svg-icon.on-tour-blue svg path,
header .logo a .svg-icon.on-tour-blue svg polygon {
  fill: #00aeef;
}
header .logo a .svg-icon.on-tour-black svg path,
header .logo a .svg-icon.on-tour-black svg polygon {
  fill: #000;
}
/* hero */
.hero {
  background: #222222;
  text-align: center;
  overflow: hidden;
}
.hero .img,
.hero .video {
  padding: 0px;
}
.hero .img + .center,
.hero .video-place + .center {
  box-sizing: border-box;
  padding: 0px 20px 0px 20px;
  z-index: 12;
}
.hero .video_place #hero-player-wrap {
  display: none;
}
.hero #yt_video_hero {
  opacity: 0.8;
}
.hero .date {
  display: none;
}
.hero h1 {
  display: block;
  padding-top: 90px;
  padding-bottom: 5px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #636363;
}
.hero .subtitle {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #232323;
  font-weight: 600;
}
.hero .subtitle i {
  font-style: italic;
}
.hero:after,
.hero:before {
  display: block;
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  height: 100px;
  z-index: 10;
}
.hero:after {
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.hero:before {
  top: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
/* menu */
.top-menu .menu,
.top-menu .kassa-btn {
  width: 135px;
  height: 50px;
  padding-right: 50px;
  text-align: right;
  cursor: pointer;
  float: none;
  float: right;
  transition: transform 0.3s ease;
}
.top-menu .menu > .hamburger,
.top-menu .kassa-btn > .hamburger,
.top-menu .menu > .close,
.top-menu .kassa-btn > .close,
.top-menu .menu > .text,
.top-menu .kassa-btn > .text {
  right: 50px;
  width: auto;
  display: block;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 50px;
  transition: opacity 0.3s ease, color 0.3s ease !important;
}
.top-menu .menu > .hamburger i,
.top-menu .kassa-btn > .hamburger i,
.top-menu .menu > .close i,
.top-menu .kassa-btn > .close i,
.top-menu .menu > .text i,
.top-menu .kassa-btn > .text i {
  font-style: italic;
}
.top-menu .menu .icon,
.top-menu .kassa-btn .icon {
  background: none;
  transition: background 0.3s ease;
}
.top-menu .menu .icon .svg-icon,
.top-menu .kassa-btn .icon .svg-icon {
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  margin: -11px 0px 0px -11px;
}
.top-menu .menu .icon .svg-icon svg,
.top-menu .kassa-btn .icon .svg-icon svg {
  display: block;
}
.top-menu .menu .icon .svg-icon svg path,
.top-menu .kassa-btn .icon .svg-icon svg path {
  fill: #009fe3;
  transition: fill 0.3s ease;
}
.top-menu .menu:hover .icon .svg-icon svg path,
.top-menu .kassa-btn:hover .icon .svg-icon svg path {
  fill: #ffffff;
}
.top-menu .menu.slideright > .hamburger,
.top-menu .kassa-btn.slideright > .hamburger,
.top-menu .menu.slideright > .text,
.top-menu .kassa-btn.slideright > .text {
  opacity: 0;
}
.top-menu .menu.slideright .icon,
.top-menu .kassa-btn.slideright .icon {
  background: #009fe3;
}
.top-menu .menu.slideright .icon .svg-icon svg path,
.top-menu .kassa-btn.slideright .icon .svg-icon svg path {
  fill: #ffffff;
}
.top-menu .menu.slideright:hover .icon,
.top-menu .kassa-btn.slideright:hover .icon {
  background: #17baff;
}
.top-menu .menu.active,
.top-menu .kassa-btn.active {
  width: 135px;
  transition: background 0.3s ease;
}
.top-menu .menu.active .icon .svg-icon svg path,
.top-menu .kassa-btn.active .icon .svg-icon svg path {
  fill: #ffffff;
}
.top-menu .menu.active:hover > .hamburger,
.top-menu .kassa-btn.active:hover > .hamburger,
.top-menu .menu.active:hover > .close,
.top-menu .kassa-btn.active:hover > .close {
  color: #222222;
}
.top-menu .menu.active:hover .icon .svg-icon svg path,
.top-menu .kassa-btn.active:hover .icon .svg-icon svg path {
  fill: #222222;
}
.top-menu .kassa-btn {
  top: 0px;
  width: 180px;
}
.top-menu .kassa-btn.hide {
  display: none;
}
.top-menu .menu,
.top-menu .kassa-btn {
  width: 50px;
  margin-left: 5px;
}
.top-menu .menu > .hamburger,
.top-menu .kassa-btn > .hamburger,
.top-menu .menu > .close,
.top-menu .kassa-btn > .close,
.top-menu .menu > .text,
.top-menu .kassa-btn > .text {
  display: none;
}
#main-menu .head {
  background: #009fe3;
}
#main-menu .bg-fix {
  background: #222222;
}
#main-menu .social {
  height: auto;
  padding: 40px 0px 20px 0px;
}
#main-menu .social ul {
  text-align: center;
}
#main-menu .social ul li {
  margin: 0px 3px;
}
#main-menu .social ul li a {
  display: block;
}
#main-menu .social ul li a .svg-icon svg path {
  fill: #ffffff;
}
#main-menu .social ul li a:hover .svg-icon svg path {
  fill: #ffef00;
}
#main-menu nav {
  padding-bottom: 100px;
}
#main-menu nav ul {
  border-top: 0px;
}
#main-menu nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 0 18px;
}
#main-menu nav ul li:last-child {
  border-bottom: 0px;
}
#main-menu nav ul li.menu-item-has-children .svg-icon {
  opacity: 1;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 3px;
}
#main-menu nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 22px;
}
#main-menu nav ul li a i {
  font-style: italic;
}
#main-menu nav ul li a .svg-icon {
  margin-top: 24px;
  width: 14px;
  height: 14px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#main-menu nav ul li a .svg-icon svg path {
  fill: #009fe3;
}
#main-menu nav ul li.open a .svg-icon {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#main-menu nav ul li.open a .svg-icon svg path {
  fill: #009fe3;
}
#main-menu nav ul li:hover a {
  color: #009fe3;
}
#main-menu nav ul li:hover a .svg-icon svg path {
  fill: #009fe3;
}
#main-menu nav ul li.current-menu-item a,
#main-menu nav ul li.current-menu-ancestor a {
  color: #009fe3;
}
#main-menu nav ul li.current-menu-item a .svg-icon svg path,
#main-menu nav ul li.current-menu-ancestor a .svg-icon svg path {
  fill: #009fe3;
}
#main-menu nav ul li ul,
#main-menu nav ul li.open ul {
  margin: 10px 0px 0px 0px;
}
#main-menu nav ul li ul li,
#main-menu nav ul li.open ul li {
  border: 0;
  margin: 0px;
  padding: 5px 0;
}
#main-menu nav ul li ul li a,
#main-menu nav ul li.open ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
}
#main-menu nav ul li ul li a i,
#main-menu nav ul li.open ul li a i {
  font-style: italic;
}
#main-menu nav ul li ul li a:hover,
#main-menu nav ul li.open ul li a:hover {
  color: #009fe3;
}
#main-menu nav ul li ul li.current-menu-item a,
#main-menu nav ul li.open ul li.current-menu-item a,
#main-menu nav ul li ul li.current-menu-ancestor a,
#main-menu nav ul li.open ul li.current-menu-ancestor a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009fe3;
}
#main-menu nav ul li ul li.current-menu-item a i,
#main-menu nav ul li.open ul li.current-menu-item a i,
#main-menu nav ul li ul li.current-menu-ancestor a i,
#main-menu nav ul li.open ul li.current-menu-ancestor a i {
  font-style: italic;
}
#menu-hoofdmenu-1 > li > ul > li > a {
  font-size: 19px;
  padding: 10px 60px 10px 55px;
  transition: color 0.2s linear;
}
#menu-hoofdmenu-1 > li > ul > li > a span {
  display: block;
  position: absolute;
  top: 14px;
  left: 28px;
  width: 16px;
  height: 16px;
  transition: all 0.2s;
}
#menu-hoofdmenu-1 > li > ul > li > a:hover {
  color: #009fe3;
}
#menu-hoofdmenu-1 > li > ul > li > a:hover span {
  left: 35px;
}
#menu-hoofdmenu-1 > li > a {
  transition: color 0.2s linear;
}
#menu-hoofdmenu-1 > li > a span {
  transition: all 0.2s;
}
#menu-hoofdmenu-1 > li > a:hover {
  color: #009fe3;
}
#menu-hoofdmenu-1 > li > a:hover span {
  right: 20px;
  color: red;
}
.home-wrapper .center-content {
  background: black;
}
#content {
  display: block;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 11;
  background: none;
}
.no-shows {
  text-align: center;
  color: white;
  padding-top: 55px;
}
.news #content,
.detail #content {
  margin-top: 70px;
  z-index: 12;
  position: relative;
  padding: 0px;
}
.news #content .content,
.detail #content .content {
  background: white;
  padding: 30px 20px;
}
.news #content h1,
.detail #content h1 {
  margin-bottom: 20px;
}
.news #content .date,
.detail #content .date {
  display: inline;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.3s ease;
}
.news #content .date i,
.detail #content .date i {
  font-style: italic;
}
.news #content .date .long_notation,
.detail #content .date .long_notation {
  display: none;
}
.home #content {
  padding: 0px;
}
.home .center-event-blocks {
  padding: 40px 20px 20px 20px;
  background: #009fe3;
  overflow: hidden;
}
.home .center-event-blocks .gradient-bg {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(0, 159, 227, 0) 0%, #009fe3 75);
  background: -webkit-linear-gradient(left, rgba(0, 159, 227, 0) 0%, #009fe3 75%);
  background: linear-gradient(to right, rgba(0, 159, 227, 0) 0%, #009fe3 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009fe3', endColorstr='#009fe3', GradientType=1);
}
.home .center-event-blocks .yellow-bg {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 20%;
  background: #ffef00;
}
.home .center-event-blocks .yellow-bg:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 500px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 300px solid #ffef00;
}
.home .event-blocks {
  padding: 0px;
  margin: 0 auto;
  max-width: 300px;
}
.home .event-blocks h4 {
  display: none;
}
.home .event-blocks .event-block {
  width: auto;
  margin: 0px 10px;
  background: #009fe3;
}
.home .event-blocks .event-block .title {
  z-index: 2;
}
.home .event-blocks .event-block h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
}
.home .event-blocks .event-block h3 i {
  font-style: italic;
}
.home .event-blocks .event-block .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0.7;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.home .event-blocks .event-block .date i {
  font-style: italic;
}
.home .event-blocks .event-block .date.variant1 {
  display: none !important;
}
.home .event-blocks .event-block img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home .event-blocks .event-block:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  height: 60%;
  left: 0px;
  right: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
}
.home .event-blocks .event-block:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}
.home #content .agenda,
.agenda-archive #content .agenda {
  padding: 30px 20px 40px 20px;
  max-width: 400px;
  margin: 0 auto;
}
.home #content .agenda h3,
.agenda-archive #content .agenda h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
}
.home #content .agenda h3 i,
.agenda-archive #content .agenda h3 i {
  font-style: italic;
}
.home #content .agenda h3.month,
.agenda-archive #content .agenda h3.month {
  margin-top: 30px;
  text-transform: capitalize;
}
.home #content .agenda h1,
.agenda-archive #content .agenda h1 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 32px;
}
.home #content .agenda h1 i,
.agenda-archive #content .agenda h1 i {
  font-style: italic;
}
.home #content .agenda hr,
.agenda-archive #content .agenda hr {
  margin: 30px 0px;
  border: 0px;
  height: 4px;
  background: url("/wp-content/themes/hoogt/img/hr.png") repeat;
}
.home #content .agenda .btn.tickets,
.agenda-archive #content .agenda .btn.tickets {
  display: block;
  margin: 0px auto;
  width: 200px;
  text-align: center;
}
.home #content .agenda .item,
.agenda-archive #content .agenda .item {
  background: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  transition: background 0.3s ease;
}
.home #content .agenda .item .cont,
.agenda-archive #content .agenda .item .cont {
  position: relative;
  padding: 20px 20px 0px 20px;
}
.home #content .agenda .item .cont .date,
.agenda-archive #content .agenda .item .cont .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.3s ease;
}
.home #content .agenda .item .cont .date i,
.agenda-archive #content .agenda .item .cont .date i {
  font-style: italic;
}
.home #content .agenda .item .cont h2,
.agenda-archive #content .agenda .item .cont h2 {
  margin: 0px 0px 15px 0px;
  transition: color 0.3s ease;
}
.home #content .agenda .item .cont .special,
.agenda-archive #content .agenda .item .cont .special {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009fe3;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}
.home #content .agenda .item .cont .special i,
.agenda-archive #content .agenda .item .cont .special i {
  font-style: italic;
}
.home #content .agenda .item .cont .info,
.agenda-archive #content .agenda .item .cont .info {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  height: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-right: 140px;
  color: #9b9b9b;
  overflow: hidden;
  transition: color 0.3s ease;
}
.home #content .agenda .item .cont .info i,
.agenda-archive #content .agenda .item .cont .info i {
  font-style: italic;
}
.home #content .agenda .item .cont .info .categorie,
.agenda-archive #content .agenda .item .cont .info .categorie {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 50px;
  text-align: right;
  background: #ffffff;
  transition: background 0.3s ease;
}
.home #content .agenda .item .cont .info .regie,
.agenda-archive #content .agenda .item .cont .info .regie {
  display: block;
  height: 16px;
  width: 300%;
  overflow: hidden;
}
.home #content .agenda .item .btn.tickets.small,
.agenda-archive #content .agenda .item .btn.tickets.small {
  margin: 20px auto;
  width: 160px;
  font-size: 14px;
  padding: 13px 15px;
  text-align: center;
  line-height: 24px;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.home #content .agenda .item:hover,
.agenda-archive #content .agenda .item:hover {
  background: #009fe3;
}
.home #content .agenda .item:hover .cont h2,
.agenda-archive #content .agenda .item:hover .cont h2 {
  color: #ffffff;
}
.home #content .agenda .item:hover .cont .date,
.agenda-archive #content .agenda .item:hover .cont .date,
.home #content .agenda .item:hover .cont .info,
.agenda-archive #content .agenda .item:hover .cont .info {
  color: rgba(255, 255, 255, 0.7);
}
.home #content .agenda .item:hover .cont .special,
.agenda-archive #content .agenda .item:hover .cont .special {
  color: #ffef00;
}
.home #content .agenda .item:hover .cont .info .categorie,
.agenda-archive #content .agenda .item:hover .cont .info .categorie {
  background: #009fe3;
}
.home #content .agenda .item:hover .btn.tickets.small,
.agenda-archive #content .agenda .item:hover .btn.tickets.small {
  background: #ffffff;
  color: #009fe3;
  opacity: 1;
}
.home #content .agenda .item:hover .btn.tickets.small:hover,
.agenda-archive #content .agenda .item:hover .btn.tickets.small:hover {
  background: #e5e5e5;
}
.agenda-archive .container {
  margin-top: 70px;
}
.agenda-archive #content {
  padding-top: 0px;
  margin-top: 0px;
}
.agenda-archive #content .agenda-noresults {
  color: white;
  text-align: center;
}
.agenda-archive #content .agenda {
  padding-top: 40px;
}
.agenda-archive #content .agenda h1 {
  margin-top: 0px;
}
.agenda #content {
  background: #ffffff;
  padding: 50px 20px 60px 20px;
}
.agenda #content .agenda-noresults {
  color: white;
  text-align: center;
}
.agenda #content .share {
  float: right;
  margin-left: 30px;
}
.agenda #content .cat {
  clear: none;
  margin: 0px 0px 20px 0px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #9b9b9b;
}
.agenda #content .cat span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009fe3;
}
.agenda #content .cat span i {
  font-style: italic;
}
.agenda #content .klinkt-als p {
  display: block;
  margin: 0px 0px 20px 0px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #9b9b9b;
}
.agenda #content .klinkt-als p span,
.agenda #content .klinkt-als p a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009fe3;
}
.agenda #content .klinkt-als p span i,
.agenda #content .klinkt-als p a i {
  font-style: italic;
}
.agenda #content .btn.go-to {
  display: block;
  margin: 10px auto 0px;
  width: 180px;
  text-align: center;
}
.agenda .prev-next-events {
  position: relative;
  padding: 0px;
  background: #009fe3;
  overflow: hidden;
}
.agenda .prev-next-events .gradient-bg {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background: -moz-linear-gradient(left, #009fe3 0%, rgba(0, 159, 227, 0) 75);
  background: -webkit-linear-gradient(left, #009fe3 0%, rgba(0, 159, 227, 0) 75%);
  background: linear-gradient(to right, #009fe3 0%, rgba(0, 159, 227, 0) 75%);
}
.agenda .prev-next-events .yellow-bg {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20%;
  background: #ffef00;
}
.agenda .prev-next-events .yellow-bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-bottom: 1000px solid transparent;
  border-top: 0px solid transparent;
  border-left: 300px solid #ffef00;
}
.agenda .prev-next-events h3 {
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
}
.agenda .prev-next-events h3 i {
  font-style: italic;
}
.agenda .prev-next-events .prev-next-events-inner {
  padding: 30px 20px 10px 20px;
  max-width: 400px;
  margin: 0 auto;
}
.agenda .prev-next-events .prev-event,
.agenda .prev-next-events .next-event {
  background: #ffffff;
  transition: background 0.3s ease;
}
.agenda .prev-next-events .prev-event .cont,
.agenda .prev-next-events .next-event .cont {
  position: relative;
  padding: 20px 20px 20px 20px;
}
.agenda .prev-next-events .prev-event .cont .date,
.agenda .prev-next-events .next-event .cont .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.3s ease;
}
.agenda .prev-next-events .prev-event .cont .date i,
.agenda .prev-next-events .next-event .cont .date i {
  font-style: italic;
}
.agenda .prev-next-events .prev-event .cont h2,
.agenda .prev-next-events .next-event .cont h2 {
  margin: 0px 0px 10px 0px;
  transition: color 0.3s ease;
  min-height: 90px;
}
.agenda .prev-next-events .prev-event .cont .special,
.agenda .prev-next-events .next-event .cont .special {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009fe3;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}
.agenda .prev-next-events .prev-event .cont .special i,
.agenda .prev-next-events .next-event .cont .special i {
  font-style: italic;
}
.agenda .prev-next-events .prev-event:hover,
.agenda .prev-next-events .next-event:hover {
  background: #009fe3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.agenda .prev-next-events .prev-event:hover .date,
.agenda .prev-next-events .next-event:hover .date,
.agenda .prev-next-events .prev-event:hover h2,
.agenda .prev-next-events .next-event:hover h2 {
  color: #ffffff;
}
.agenda .prev-next-events .prev-event:hover .special,
.agenda .prev-next-events .next-event:hover .special {
  color: #ffef00;
}
aside {
  padding: 30px 0px;
  background: black;
}
.home aside,
.agenda-archive aside {
  background: none;
  padding: 0px;
}
.detail aside {
  display: none;
}
aside.tickets {
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  background: black;
}
.movie-tickets {
  background: #ffef00;
  color: #222222;
  position: relative;
  padding: 5px 20px 30px 20px;
  z-index: 15;
}
.movie-tickets:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -40px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffef00;
  border-right: 1024px solid transparent;
}
.movie-tickets:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -40px;
  width: 0;
  height: 0;
  border-top: 40px solid #ffef00;
  border-left: 1024px solid transparent;
}
.movie-tickets .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #222222;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
}
.movie-tickets .title i {
  font-style: italic;
}
.movie-tickets ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.movie-tickets ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 20px 0px;
}
.movie-tickets ul li.more {
  display: none;
}
.movie-tickets ul li:after {
  content: '';
  clear: both;
  display: block;
}
.movie-tickets ul li .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
}
.movie-tickets ul li .date i {
  font-style: italic;
}
.movie-tickets ul li .btn {
  margin: 0px 10px 10px 0px;
}
.movie-tickets .load-more {
  display: block;
  float: right;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  padding-right: 40px;
  margin-top: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.movie-tickets .load-more i {
  font-style: italic;
}
.movie-tickets .load-more .svg-icon {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  right: 0px;
  transform: rotate(90deg);
}
.movie-tickets .load-more .svg-icon svg {
  display: block;
}
.movie-tickets .load-more .svg-icon svg path {
  fill: #009fe3;
}
.movie-tickets .load-more:hover {
  color: #009fe3;
}
.movie-info {
  display: block;
  position: relative;
  padding: 40px 20px 30px 20px;
}
.movie-info ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}
.movie-info ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.movie-info ul li small {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.movie-info ul li small i {
  font-style: italic;
}
.movie-info ul li big {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.movie-info ul li big i {
  font-style: italic;
}
.news-items {
  padding: 30px 20px 10px 20px;
  background: rgba(0, 0, 0, 0.5);
}
.news-items h3 {
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.news-items .btn.read-more {
  margin: 30px auto 0px;
}
.news-items ul {
  margin: 0px;
}
.news-items ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
}
.news-items ul li a h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.news-items ul li a h4 i {
  font-style: italic;
}
.news-items ul li a .date span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 18px;
}
.news-items ul li a .date span i {
  font-style: italic;
}
.news-items ul li a .date span.variant1 {
  display: none !important;
}
.news-items ul li a:hover h4 {
  text-decoration: underline;
}
.white {
  color: white;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .slideshow .cycle-slideshow > div.spotify {
  height: 81px;
}
#content .slideshow .cycle-slideshow > div.deezer {
  height: 90px;
}
#content .slideshow .cycle-slideshow > div iframe,
#content .slideshow .cycle-slideshow > div object,
#content .slideshow .cycle-slideshow > div embed {
  width: 100% !important;
  height: 260px;
}
#content .slideshow .cycle-slideshow img {
  width: 100%;
}
/* footer */
footer {
  border: 0px;
  position: relative;
  z-index: 1;
  padding: 25px 0px;
}
footer .logos {
  display: none;
}
footer ul {
  margin-bottom: 8px;
}
footer ul li {
  color: rgba(255, 255, 255, 0.7);
}
footer ul li em {
  margin-left: 8px;
}
footer ul li a {
  color: #ffffff;
}
footer ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer p {
  color: rgba(255, 255, 255, 0.7);
}
footer p a {
  color: #ffffff;
}
.at-frame {
  position: relative;
  display: block;
  margin-top: 70px;
  width: 100%;
  min-height: 2000px;
}
#filter {
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
#filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  background: #009fe3;
  min-width: 300px;
  width: 100%;
  margin: 0 auto;
}
#filter ul:after {
  content: '';
  clear: both;
  display: block;
}
#filter ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: static;
  float: left;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
#filter ul li:last-child {
  border-right: 0px;
}
#filter ul li .button {
  display: block;
  width: 100%;
  height: 50px;
  background: #009fe3;
  padding: 15px 0px;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
#filter ul li .button .text {
  font-size: 11px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  transition: color 0.3s ease;
}
#filter ul li .button:hover {
  background: #007bb0;
}
#filter ul li .button:hover .text {
  color: #ffffff;
}
#filter ul li .button.active,
#filter ul li .button.selected {
  background: #ffef00;
}
#filter ul li .button.active .text,
#filter ul li .button.selected .text {
  color: #222222;
}
#filter ul li .button.active:hover,
#filter ul li .button.selected:hover {
  background: #ccbf00;
}
#filter #datepicker {
  position: absolute;
  display: block;
  right: 0px;
  top: 55px;
  background: #ffffff;
  width: 100%;
  height: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}
#filter #datepicker.active {
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 400px) {
  .eagerly-tools-cookie-blocked {
    padding-top: 13px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: auto !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 480px) {
  .home .event-blocks {
    padding: 0px;
    margin: 0 auto;
    max-width: 9999px;
  }
}
@media screen and (max-width: 767px) {
  .home #content .agenda .item .cont .info,
  .agenda-archive #content .agenda .item .cont .info {
    position: static;
    padding-right: 0px;
    height: auto;
  }
  .home #content .agenda .item .cont .info .categorie,
  .agenda-archive #content .agenda .item .cont .info .categorie {
    position: relative;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 3px;
  }
  .home #content .agenda .item .cont .info .regie,
  .agenda-archive #content .agenda .item .cont .info .regie {
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  /* buttons */
  /* labels */
  /* blokken */
  .blok {
    width: auto;
    float: none;
  }
  .blok.banner {
    float: left;
    width: 334px;
    min-height: 204px;
    margin: 0px 10px 0px 30px;
  }
  .blok.zoek {
    padding: 20px 30px;
  }
  .blok.zoek:before {
    border-right: 768px solid transparent;
  }
  .blok.zoek:after {
    border-left: 768px solid transparent;
  }
  .blok.zoek .input {
    float: none;
    width: 100%;
  }
  .blok.zoek .filter {
    float: none;
    width: 100%;
  }
  .blok.news {
    padding: 0px 30px;
  }
  .blok.picl {
    clear: both;
    margin-top: 0px;
    padding-top: 40px;
  }
  .blok.cineville {
    clear: both;
  }
  .blok.social.on-tour {
    margin: 0px;
    margin-top: -10px;
    position: relative;
    padding: 0px;
    z-index: 10;
  }
  /* grid */
  .home .center-content {
    padding: 0px;
  }
  /* header */
  header .logo {
    top: 10px;
    left: 5px;
  }
  header .logo a .svg-icon {
    width: 130px;
    height: 70px;
  }
  header .logo a .svg-icon.on-tour {
    height: 90px;
  }
  /* hero */
  .hero .video-place,
  .hero .img {
    height: 540px;
  }
  .hero .img + .center,
  .hero .video-place + .center {
    height: 540px;
    padding: 0px 30px;
  }
  .hero h1 {
    position: absolute;
    left: 30px;
    right: 30px;
    padding: 0px;
    bottom: 220px;
    text-align: left;
    line-height: 72px;
  }
  .hero .subtitle {
    position: absolute;
    margin: 0px;
    left: 30px;
    bottom: 150px;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
    padding: 6px 250px 6px 0px;
  }
  .hero .btn.tickets {
    position: absolute;
    right: 30px;
    bottom: 150px;
  }
  .hero:after,
  .hero:before {
    height: 150px;
  }
  .agenda .hero h1 {
    bottom: 150px;
  }
  .agenda .hero .subtitle {
    bottom: 80px;
  }
  .agenda .hero .btn.tickets {
    bottom: 80px;
  }
  /* menu */
  .top-menu {
    top: 10px;
    right: 10px;
  }
  .top-menu .menu,
  .top-menu .kassa-btn {
    height: 60px;
    padding-right: 60px;
  }
  .top-menu .menu span,
  .top-menu .kassa-btn span {
    background: none;
  }
  .top-menu .menu > .hamburger,
  .top-menu .kassa-btn > .hamburger,
  .top-menu .menu > .close,
  .top-menu .kassa-btn > .close,
  .top-menu .menu > .text,
  .top-menu .kassa-btn > .text {
    right: 60px;
    font-size: 16px;
    line-height: 62px;
  }
  .top-menu .menu .icon,
  .top-menu .kassa-btn .icon {
    width: 60px;
    height: 60px;
  }
  .top-menu .menu .icon .svg-icon,
  .top-menu .kassa-btn .icon .svg-icon {
    width: 26px;
    height: 26px;
    margin: -13px 0px 0px -13px;
  }
  .top-menu .menu.active,
  .top-menu .kassa-btn.active {
    width: 150px;
  }
  .top-menu .menu,
  .top-menu .kassa-btn {
    width: 135px;
  }
  .top-menu .menu > .hamburger,
  .top-menu .kassa-btn > .hamburger,
  .top-menu .menu > .close,
  .top-menu .kassa-btn > .close,
  .top-menu .menu > .text,
  .top-menu .kassa-btn > .text {
    display: block;
  }
  .top-menu .kassa-btn.slideright {
    transform: translateX(70px);
  }
  #main-menu .head {
    height: 80px;
  }
  #main-menu nav {
    padding: 110px 30px 80px 30px;
  }
  #main-menu nav ul li a {
    font-size: 26px;
  }
  #main-menu nav ul li a .svg-icon {
    width: 16px;
    height: 16px;
    margin-top: 22px;
  }
  #main-menu nav ul li ul,
  #main-menu nav ul li.open ul {
    border: 0px;
    margin: 15px 0px 0px 0px;
  }
  #main-menu nav ul li ul li a,
  #main-menu nav ul li.open ul li a {
    font-size: 18px;
    line-height: 24px;
  }
  /* content */
  .news #content,
  .detail #content {
    margin-top: 110px;
  }
  .news #content .content,
  .detail #content .content {
    padding: 30px 64px;
  }
  .news #content h1,
  .detail #content h1 {
    margin-bottom: 24px;
  }
  .news #content .date,
  .detail #content .date {
    font-size: 18px;
    line-height: 22px;
  }
  .home .center-event-blocks {
    margin-top: -45px;
    padding: 0px 20px 20px 20px;
    margin-bottom: 45px;
    overflow: visible;
    height: 230px;
  }
  .home .center-event-blocks .yellow-bg {
    width: 40%;
  }
  .home .center-event-blocks .yellow-bg:before {
    border-top: 230px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 150px solid #ffef00;
  }
  .home .event-blocks {
    display: block;
    position: absolute;
    top: -45px;
    left: 20px;
    right: 20px;
    height: 280px;
  }
  .home .event-blocks .event-block {
    width: 225px;
    height: 225px;
  }
  .home #content .agenda,
  .agenda-archive #content .agenda {
    padding: 40px 30px 40px 30px;
    max-width: 650px;
  }
  .home #content .agenda h3,
  .agenda-archive #content .agenda h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .home #content .agenda h3.month,
  .agenda-archive #content .agenda h3.month {
    margin-top: 40px;
  }
  .home #content .agenda h1,
  .agenda-archive #content .agenda h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }
  .home #content .agenda hr,
  .agenda-archive #content .agenda hr {
    margin: 40px 0px;
  }
  .home #content .agenda .item,
  .agenda-archive #content .agenda .item {
    min-height: 210px;
  }
  .home #content .agenda .item .img,
  .agenda-archive #content .agenda .item .img {
    width: 210px;
    height: 100%;
    margin-right: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
  }
  .home #content .agenda .item .cont,
  .agenda-archive #content .agenda .item .cont {
    min-height: 210px;
    padding-bottom: 40px;
    padding-left: 235px;
    padding-right: 25px;
  }
  .home #content .agenda .item .cont h2,
  .agenda-archive #content .agenda .item .cont h2 {
    line-height: 32px;
    min-height: 96px;
    margin-bottom: 14px;
  }
  .home #content .agenda .item .cont .special,
  .agenda-archive #content .agenda .item .cont .special {
    margin: 0px;
  }
  .home #content .agenda .item .cont .info,
  .agenda-archive #content .agenda .item .cont .info {
    position: absolute;
    bottom: 15px;
    right: 25px;
    left: 235px;
  }
  .home #content .agenda .item .btn.tickets.small,
  .agenda-archive #content .agenda .item .btn.tickets.small {
    height: 50px;
    top: 50%;
    width: 150px;
    left: 30px;
    margin-top: -25px;
    opacity: 0;
  }
  .agenda-archive .container {
    margin-top: 110px;
  }
  .agenda-archive #content {
    margin-bottom: -10px;
  }
  .agenda-archive #content .agenda h1 {
    margin-top: 0px;
  }
  .agenda #content {
    padding: 60px 30px 60px 30px;
  }
  .agenda #content .center {
    width: 640px;
  }
  .agenda .prev-next-events {
    width: 768px;
    margin: 0 auto;
  }
  .agenda .prev-next-events .center {
    width: auto;
  }
  .agenda .prev-next-events .yellow-bg {
    width: 30%;
  }
  .agenda .prev-next-events .yellow-bg:before {
    border-bottom: 600px solid transparent;
    border-left: 300px solid #ffef00;
  }
  .agenda .prev-next-events h3 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .agenda .prev-next-events .prev-next-events-inner {
    padding: 30px 30px 10px 30px;
    max-width: none;
  }
  .agenda .prev-next-events .prev-event,
  .agenda .prev-next-events .next-event {
    width: 339px;
  }
  .agenda .prev-next-events .prev-event .cont h2,
  .agenda .prev-next-events .next-event .cont h2 {
    font-size: 28px;
    line-height: 30px;
  }
  aside {
    padding: 40px 0px;
  }
  .detail aside {
    display: none;
  }
  .center.mobile-no {
    width: 768px;
  }
  .movie-tickets {
    padding: 20px 30px 20px;
  }
  .movie-tickets:before {
    top: -30px;
    border-bottom: 30px solid #ffef00;
    border-right: 768px solid transparent;
  }
  .movie-tickets:after {
    bottom: -30px;
    border-top: 30px solid #ffef00;
    border-left: 768px solid transparent;
  }
  .movie-tickets .center {
    width: auto;
  }
  .movie-info {
    display: block;
    position: relative;
    padding: 40px 30px 30px 30px;
  }
  .news-items {
    padding: 40px 30px 10px 30px;
  }
  .news-items ul {
    margin: 0px;
  }
  .news-items ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0px;
  }
  #content .slideshow {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 50px;
  }
  #content .slideshow .cycle-slideshow {
    background: #cccccc;
  }
  #content .slideshow .cycle-slideshow > div {
    width: 100%;
    height: 100%;
  }
  #content .slideshow .cycle-slideshow > div.bandcamp {
    width: 300px;
    height: 426px;
    margin-left: 220px;
    margin-top: 30px;
  }
  #content .slideshow .cycle-slideshow > div.spotify {
    margin-top: 180px;
  }
  #content .slideshow .cycle-slideshow > div.deezer {
    margin: 180px 20px 0;
    padding: 0 20px;
  }
  #content .slideshow .cycle-slideshow > div.deezer iframe {
    min-height: 90px;
    overflow: hidden;
  }
  #content .slideshow .cycle-slideshow > div iframe,
  #content .slideshow .cycle-slideshow > div object,
  #content .slideshow .cycle-slideshow > div embed {
    margin: 0;
    width: 100% !important;
    height: 100%;
    min-height: 426px;
  }
  #content .slideshow .cycle-slideshow img {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 426px;
  }
  #content .slideshow .cycle-pager {
    bottom: 10px;
    z-index: 10;
  }
  #content .slideshow .cycle-pager a.activeSlide {
    background: #009fe3;
  }
  #content .slideshow #prev,
  #content .slideshow #next {
    display: block;
    position: absolute;
    z-index: 16;
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
  #content .slideshow #prev path,
  #content .slideshow #next path {
    fill: #009fe3;
  }
  #content .slideshow #prev {
    left: 0px;
  }
  #content .slideshow #next {
    right: 0px;
  }
  #filter {
    margin-bottom: 30px;
  }
  #filter ul {
    width: auto;
  }
  #filter ul li {
    position: relative;
  }
  #filter ul li .button {
    height: 60px;
    padding: 20px 0px;
  }
  #filter ul li .button .text {
    font-size: 16px;
  }
  #filter #datepicker {
    top: 65px;
    width: 300px;
  }
  /* footer */
  footer {
    font-size: 13px;
  }
  footer .eagerly p,
  footer p {
    font-size: 13px;
  }
  .at-frame {
    margin-top: 110px;
  }
  .online-video__title {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  /* buttons */
  /* labels */
  /* blokken */
  .blok.banner {
    float: none;
    width: auto;
    margin: 30px 30px 30px 30px;
    padding-right: 40px;
  }
  .agenda-archive .blok.zoek {
    margin-bottom: 90px;
  }
  .blok.zoek {
    padding: 50px 30px 30px 30px;
    margin: 0px 0px 70px 0px;
  }
  .blok.zoek:before {
    display: none;
  }
  .blok.zoek:after {
    bottom: -30px;
    border-top: 30px solid #ffef00;
    border-left: 320px solid transparent;
  }
  .blok.news {
    margin-bottom: 60px;
  }
  /* read-more */
  /* owl */
  /* grid */
  aside {
    padding: 0px;
    width: 320px;
    background: rgba(0, 0, 0, 0.5);
  }
  .home aside,
  .agenda-archive aside {
    background: rgba(0, 0, 0, 0.5);
  }
  #content {
    padding-top: 0px;
    width: 704px;
  }
  .center,
  .center.mobile-no {
    width: 1024px;
    padding: 0px;
  }
  .agenda-archive #content {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .agenda-archive .container {
    margin-top: 110px;
  }
  /* header */
  /* hero */
  .hero .video-place,
  .hero .img {
    height: 620px;
  }
  .hero .img + .center,
  .hero .video-place + .center {
    height: 620px;
  }
  .hero h1 {
    left: 40px;
    right: 40px;
  }
  .hero .subtitle {
    left: 40px;
    bottom: 160px;
  }
  .hero .btn.tickets {
    right: 40px;
  }
  /* menu */
  /* content */
  .news#container,
  .detail#container {
    padding-top: 110px;
  }
  .news #content,
  .detail #content {
    margin-top: 0px;
  }
  .news #content .content,
  .detail #content .content {
    padding: 40px 52px;
  }
  .news #content h1,
  .detail #content h1 {
    margin-bottom: 24px;
    clear: none;
  }
  .news #content .share,
  .detail #content .share {
    float: right;
  }
  .news #content .date,
  .detail #content .date {
    font-size: 18px;
    line-height: 22px;
  }
  .news aside,
  .detail aside {
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.5);
  }
  .news aside .aside-inner,
  .detail aside .aside-inner {
    width: 320px;
    padding: 0px;
  }
  .news aside .aside-inner .banner:first-child,
  .detail aside .aside-inner .banner:first-child {
    margin-top: 30px;
  }
  .home #content {
    padding: 0px;
  }
  .home .center-event-blocks {
    height: 210px;
  }
  .home .center-event-blocks .yellow-bg {
    width: 40%;
  }
  .home .center-event-blocks .yellow-bg:before {
    border-top: 210px solid transparent;
    border-right: 140px solid #ffef00;
  }
  .home .event-blocks .event-block img {
    width: 100%;
    height: 100%;
  }
  .home #content .agenda h1,
  .agenda-archive #content .agenda h1 {
    margin-top: 0px;
    text-align: left;
  }
  .home #content .agenda h3,
  .agenda-archive #content .agenda h3 {
    text-align: left;
  }
  .agenda #content {
    padding: 60px 20px 50px 20px;
  }
  .agenda #content .center {
    margin: 0 auto;
    width: 600px;
  }
  .agenda .prev-next-events {
    width: 1024px;
  }
  .agenda .prev-next-events .prev-next-events-inner {
    padding: 30px 50px 40px 50px;
  }
  .agenda .prev-next-events .yellow-bg {
    width: 40%;
  }
  .agenda .prev-next-events .yellow-bg:before {
    border-bottom: 350px solid transparent;
    border-left: 200px solid #ffef00;
  }
  .agenda .prev-next-events .prev-event,
  .agenda .prev-next-events .next-event {
    margin: 0px;
    width: 440px;
    float: left;
  }
  .agenda .prev-next-events .prev-event .item,
  .agenda .prev-next-events .next-event .item {
    background: none;
    height: 160px;
    padding-left: 160px;
  }
  .agenda .prev-next-events .prev-event .img,
  .agenda .prev-next-events .next-event .img {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 160px;
    height: auto;
  }
  .agenda .prev-next-events .prev-event .cont,
  .agenda .prev-next-events .next-event .cont {
    padding: 20px 25px;
  }
  .agenda .prev-next-events .prev-event .cont h2,
  .agenda .prev-next-events .next-event .cont h2 {
    font-size: 26px;
    line-height: 24px;
    min-height: 0px;
    max-height: 72px;
    overflow: hidden;
    marign: 0px;
    padding: 0px 0px 6px 0px;
  }
  .agenda .prev-next-events .next-event {
    float: right;
  }
  aside {
    padding: 30px 0px;
  }
  .home aside,
  .agenda-archive aside {
    padding: 0px;
  }
  .detail aside {
    display: block;
    padding: 0px;
  }
  .submenu {
    display: block;
    position: relative;
  }
  .submenu h3 {
    padding: 50px 30px 15px 30px;
    color: #ffffff;
  }
  .submenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .submenu ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px;
  }
  .submenu ul li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding: 18px 60px 18px 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .submenu ul li a i {
    font-style: italic;
  }
  .submenu ul li a .svg-icon {
    display: block;
    position: absolute;
    top: 22px;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .submenu ul li a .svg-icon svg {
    display: block;
  }
  .submenu ul li a .svg-icon svg path {
    fill: #009fe3;
  }
  .submenu ul li.current-menu-item a {
    color: #009fe3;
  }
  .movie-tickets {
    padding: 40px 30px 20px 30px;
  }
  .movie-tickets:before {
    display: none;
  }
  .movie-tickets:after {
    bottom: -30px;
    border-top: 30px solid #ffef00;
    border-left: 320px solid transparent;
  }
  .movie-tickets .center {
    width: auto;
  }
  .news-items {
    background: none;
    padding: 40px 52px 50px 52px;
  }
  #container.news .center {
    background: rgba(0, 0, 0, 0.5);
  }
  /* footer */
  footer {
    background: none;
    font-size: 13px;
  }
  footer .center {
    background: none !important;
  }
  footer .eagerly p,
  footer p {
    font-size: 13px;
  }
  .news#container,
  .detail#container {
    padding-top: 110px;
  }
  .online-video__title {
    margin-top: 12rem;
    margin-bottom: 4rem;
  }
  .online-video .movie-tickets::before {
    display: block;
    border-right: 1024px solid transparent;
  }
  .online-video .movie-tickets::after {
    border-left: 1024px solid transparent;
  }
}
@media screen and (min-width: 1280px) {
  .center,
  .center.mobile-no {
    width: 1240px;
    padding: 0px;
  }
  .agenda .prev-next-events {
    width: 1240px;
  }
  aside {
    width: 365px;
  }
  header .logo a .svg-icon {
    width: 156px;
    height: 80px;
  }
  .news #content .content,
  .detail #content .content {
    padding: 40px 130px;
  }
  .news aside .aside-inner,
  .detail aside .aside-inner {
    width: 365px;
  }
  .news-items {
    padding: 40px 130px 50px 130px;
  }
  .news#container,
  .detail#container {
    padding-top: 120px;
  }
  #content {
    width: 875px;
  }
  .blok.zoek:after {
    bottom: -30px;
    border-top: 30px solid #ffef00;
    border-left: 365px solid transparent;
  }
  .hero .img + .center,
  .hero .video-place + .center {
    width: 1050px;
  }
  .hero h1 {
    line-height: 100px;
  }
  .agenda .prev-next-events .center {
    width: 1070px;
  }
  .home #content .agenda .item .cont h2,
  .agenda-archive #content .agenda .item .cont h2 {
    font-size: 32px;
  }
  .home #content .agenda h1,
  .agenda-archive #content .agenda h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .agenda-archive .container {
    margin-top: 120px;
  }
  .movie-tickets:after {
    border-left: 365px solid transparent;
  }
  .news-items ul li a h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .news-items ul li a .date span {
    font-size: 20px;
    line-height: 22px;
  }
  .submenu h3 {
    font-size: 26px;
    line-height: 28px;
  }
  .submenu ul li a {
    font-size: 20px;
    line-height: 24px;
  }
  .submenu ul li a .svg-icon {
    width: 18px;
    height: 18px;
  }
  .hero .video-place,
  .hero .img {
    height: 680px;
  }
  .hero .img + .center,
  .hero .video-place + .center {
    height: 680px;
  }
  .home .event-blocks {
    width: 980px;
  }
  .column {
    margin: 24px 32px;
  }
  .body-narrowcasting {
    cursor: none;
    background-repeat: repeat;
    overflow: hidden;
  }
  #content.content-narrowcasting {
    float: none;
    width: 100%;
    margin-top: 44px;
  }
  .narrowcasting {
    display: flex;
    max-width: 96% !important;
    float: none;
    margin: 0 auto;
    padding: 22px 0px 0px 0px!important;
    margin-top: -20px !important;
  }
  .at-frame {
    margin-top: 130px;
  }
  .online-video__title {
    margin-top: 14rem;
  }
  .online-video .movie-tickets::before {
    border-right: 1240px solid transparent;
  }
  .online-video .movie-tickets::after {
    border-left: 1240px solid transparent;
  }
}
@media screen and (min-width: 1600px) {
  .center,
  .center.mobile-no {
    width: 1440px;
    padding: 0px;
  }
  .agenda .prev-next-events {
    width: 1440px;
  }
  header .logo a .svg-icon {
    width: 170px;
    height: 90px;
  }
  header .logo a .svg-icon.on-tour {
    height: 120px;
  }
  #content {
    width: 1075px;
  }
  .home .center-event-blocks {
    height: 265px;
  }
  .home .center-event-blocks .yellow-bg {
    width: 40%;
  }
  .home .center-event-blocks .yellow-bg:before {
    border-top: 265px solid transparent;
    border-right: 180px solid #ffef00;
  }
  .home .event-blocks {
    width: 1160px;
  }
  .home .event-blocks .event-block {
    width: 260px;
    height: 260px;
    margin: 0px 15px;
  }
  .home .event-blocks .event-block h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .home .event-blocks .event-block .date {
    font-size: 16px;
  }
  .hero .img + .center,
  .hero .video-place + .center {
    width: 1210px;
  }
  .home #content .agenda,
  .agenda-archive #content .agenda {
    max-width: 820px;
  }
  .agenda-archive .container {
    margin-top: 130px;
  }
  .agenda #content .center {
    width: 760px;
  }
  .agenda .prev-next-events .center {
    width: 1230px;
  }
  .agenda .prev-next-events .center .prev-event,
  .agenda .prev-next-events .center .next-event {
    width: 500px;
  }
  .news#container,
  .detail#container {
    padding-top: 130px;
  }
  .news #content .content,
  .detail #content .content {
    padding: 50px 155px;
  }
  .news-items {
    padding: 50px 155px 60px 155px;
  }
  .news aside .aside-inner .banner:first-child,
  .detail aside .aside-inner .banner:first-child {
    margin-top: 40px;
  }
  .submenu h3 {
    padding-top: 60px;
  }
  .online-video .movie-tickets::before {
    border-right: 1440px solid transparent;
  }
  .online-video .movie-tickets::after {
    border-left: 1440px solid transparent;
  }
}
body.nc .nc-tijd {
  width: 234px;
  /* padding: 2px 43px; */
  padding-left: 79px;
}
body.nc .nc-film {
  width: 1400px;
  overflow: hidden;
  white-space: nowrap;
}
body.nc .nc-zaal {
  width: 289px;
  overflow: hidden;
  padding-left: 22px;
}
body.nc td.nc {
  padding: 4px 79px 4px 38px;
}
body.nc table tr:nth-child(even) .nc-film:before {
  position: absolute;
  content: ' ';
  width: 1400px;
  height: 63px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+98,000000+100,000000+100,000000+100,000000+100,000000+100,000000+100,000000+102&0+69,0+76,1+95,1+95,1+96,1+96,1+100,1+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+98,000000+100,000000+100,000000+100,000000+100,000000+100,000000+100,000000+102&0+69,0+81,1+96,1+96,1+96,1+97,1+97,1+98,1+100,1+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 81%, #000000 96%, #000000 97%, #000000 98%, #000000 100%, #000000 102%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 81%, #000000 96%, #000000 97%, #000000 98%, #000000 100%, #000000 102%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 81%, #000000 96%, #000000 97%, #000000 98%, #000000 100%, #000000 102%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
body.nc table tr:nth-child(odd) .nc-film:before {
  position: absolute;
  content: ' ';
  width: 1400px;
  height: 63px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#171717+0,171717+98,000000+100,000000+100,000000+100,000000+100,000000+100,171717+100,171717+102&0+69,0+81,1+96,1+96,1+96,1+97,1+97,1+98,1+100,1+100 */
  background: -moz-linear-gradient(left, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 69%, rgba(23, 23, 23, 0) 81%, #171717 96%, #171717 97%, #171717 98%, #171717 100%, #171717 102%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 69%, rgba(23, 23, 23, 0) 81%, #171717 96%, #171717 97%, #171717 98%, #171717 100%, #171717 102%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 69%, rgba(23, 23, 23, 0) 81%, #171717 96%, #171717 97%, #171717 98%, #171717 100%, #171717 102%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00171717', endColorstr='#171717', GradientType=1);
  /* IE6-9 */
}
body.nc table tr:nth-child(odd) {
  background: #171717;
}
body.nc tr.nc {
  white-space: nowrap;
}
body.nc table.nc {
  table-layout: fixed;
  font-weight: bold;
  text-align: left;
  font-size: 49px;
  color: whitesmoke;
  whitespace: no-wrap;
  width: 100%;
}
body.nc .nc {
  cursor: none !important;
}
.promo__button {
  display: inline-block;
  border-radius: 10px;
  padding: 12px 58px;
  font-weight: bold;
  font-size: 16px;
}
.border-bottom {
  padding-top: 0 !important;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
}
.border-top {
  padding-top: 0 !important;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -80px;
  background: linear-gradient(-2deg, #ffffff 48%, transparent 50%) !important;
}
.medewerker__functie {
  font-size: 14px;
  margin-top: 8px;
  font-weight: bold;
  opacity: 0.7;
}
.medewerkers_group {
  background-color: #fff;
}
.medewerkers_group__intro {
  margin-top: 24px;
}
.medewerkers_group__title {
  font-size: 26px;
}
.medewerkers_group .medewerkers_wrapper {
  padding-top: 32px;
}
.medewerkers_group .medewerkers_wrapper .content.row {
  background-color: #ffef00 !important;
}
.medewerkers_group .medewerkers_wrapper .content.row .border-bottom {
  background: linear-gradient(-2deg, #009fe3 48%, #ffef00 50%) !important;
  background: -webkit-gradient(linear, -2deg, 0% 48%, from(#009fe3), to(#ffef00));
  background: -webkit-linear-gradient(-2deg, #009fe3 48%, #ffef00 50%);
  background: -moz-linear-gradient(-2deg, #009fe3 48%, #ffef00 50%);
  background: -ms-linear-gradient(-2deg, #009fe3 48%, #ffef00 50%);
  background: -o-linear-gradient(-2deg, #009fe3 48%, #ffef00 50%);
  background: linear-gradient(-2deg, #009fe3 48%, #ffef00 50%);
}
.medewerkers_group .medewerkers_wrapper .content.row:nth-child(odd) {
  background-color: #009fe3 !important;
}
.medewerkers_group .medewerkers_wrapper .content.row:nth-child(odd) h5,
.medewerkers_group .medewerkers_wrapper .content.row:nth-child(odd) .medewerker__functie {
  color: #fff;
}
.medewerkers_group .medewerkers_wrapper .content.row:nth-child(odd) .border-bottom {
  background: linear-gradient(-2deg, #ffef00 48%, #009fe3 50%) !important;
  background: -webkit-gradient(linear, -2deg, 0% 48%, from(#ffef00), to(#009fe3));
  background: -webkit-linear-gradient(-2deg, #ffef00 48%, #009fe3 50%);
  background: -moz-linear-gradient(-2deg, #ffef00 48%, #009fe3 50%);
  background: -ms-linear-gradient(-2deg, #ffef00 48%, #009fe3 50%);
  background: -o-linear-gradient(-2deg, #ffef00 48%, #009fe3 50%);
  background: linear-gradient(-2deg, #ffef00 48%, #009fe3 50%);
}
.medewerkers_group .medewerkers_wrapper .medewerkers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  justify-content: space-between;
}
.medewerkers_group .medewerkers_wrapper .medewerkers .medewerker {
  margin-top: -88px;
  padding-bottom: 56px;
  z-index: 1;
  word-break: break-word;
}
.medewerkers_group .medewerkers_wrapper .medewerkers .medewerker .medewerker__image {
  background-color: #289fe3;
  overflow: hidden;
}
.medewerkers_group .medewerkers_wrapper .medewerkers .medewerker .medewerker__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.medewerkers_group .medewerkers_wrapper .medewerkers .medewerker a:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}
.medewerkers_group .medewerkers_wrapper .medewerkers h5.medewerker__title {
  margin-top: 16px;
}
.promo a {
  margin: 0 !important;
  padding: 40px 48px !important;
}
.promo h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 24px;
}
.promo p {
  margin-bottom: 24px !important;
  font-weight: normal !important;
}
.promo .promo__button {
  color: black;
  background-color: #ffef00;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 58px;
  font-weight: bold;
  font-size: 16px;
}
.block_tekst h3 {
  font-size: 26px;
}
.block_tekst a {
  font-weight: bold;
}
.single_medewerker_detail .medewerker__wrapper {
  display: grid;
  align-items: end;
  grid-template-columns: 30% 60%;
  grid-column-gap: 3%;
  justify-content: space-between;
}
.single_medewerker_detail .medewerker_single_top_bg {
  background: linear-gradient(-2deg, #ffffff 52%, #ffef00 52.5%) !important;
  position: absolute;
  top: 0;
  height: 350px;
  left: 0;
  right: 0;
}
.single_medewerker_detail .medewerker__details {
  position: relative;
}
.single_medewerker_detail .medewerker__details .content {
  background: transparent !important;
}
.single_medewerker_detail .medewerker__image img {
  max-width: 100%;
  height: auto;
}
.single_medewerker_detail .portfolio_link .promo__button {
  color: #fff;
  background-color: #009fe3;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 58px;
  font-weight: bold;
  font-size: 16px;
}
.single_medewerker_detail .promo .border-top {
  display: none;
}
