/*
Theme Name: Zitadelle Theme
Theme URI: https://wirecore.net/
Author: WireCore GmbH
Author URI: https://wirecore.net/
Description: Zitadelle Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

@font-face {
  font-family: 'Interstate-Regular';
  src: url('fonts/Interstate-Regular.eot');
  src: local('☺'), url('fonts/Interstate-Regular.woff') format('woff'),
    url('fonts/Interstate-Regular.ttf') format('truetype'),
    url('fonts/Interstate-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate-RegularCondensed';
  src: url('fonts/Interstate-RegularCondensed.eot');
  src: local('☺'), url('fonts/Interstate-RegularCondensed.woff') format('woff'),
    url('fonts/Interstate-RegularCondensed.ttf') format('truetype'),
    url('fonts/Interstate-RegularCondensed.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate Light';
  src: url('fonts/Interstate Light.eot');
  src: local('☺'), url('fonts/Interstate Light.woff') format('woff'),
    url('fonts/Interstate Light.ttf') format('truetype'),
    url('fonts/Interstate Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate-BoldCondensed';
  src: url('fonts/interstate_boldcondensed-webfont.eot');
  src: url('fonts/interstate_boldcondensed-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/interstate_boldcondensed-webfont.woff2') format('woff2'),
    url('fonts/interstate_boldcondensed-webfont.woff') format('woff'),
    url('fonts/interstate_boldcondensed-webfont.ttf') format('truetype'),
    url('fonts/interstate_boldcondensed-webfont.svg#interstateboldcondensed')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate ExtraLight';
  src: url('fonts/Interstate ExtraLight.eot');
  src: local('☺'), url('fonts/Interstate ExtraLight.woff') format('woff'),
    url('fonts/Interstate ExtraLight.ttf') format('truetype'),
    url('fonts/Interstate ExtraLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate Light Cond';
  src: url('fonts/Interstate Light Cond.eot');
  src: local('☺'), url('fonts/Interstate Light Cond.woff') format('woff'),
    url('fonts/Interstate Light Cond.ttf') format('truetype'),
    url('fonts/Interstate Light Cond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Slider */
.rev_slider .tparrows.tp-rightarrow:before {
  content: url('/wp-content/uploads/2016/03/right.png');
}
.rev_slider .tparrows.tp-leftarrow:before {
  content: url('/wp-content/uploads/2016/03/left.png');
}

/* Algemeen */
html body {
  font-family: 'Interstate Light';
  font-size: 14px;
  color: #020202;
}

h1 {
  font-size: 30px;
  color: #020202;
  font-family: 'Interstate-RegularCondensed';
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 35px;
}

#middle h2 {
  font-size: 30px;
  color: #020202;
  font-family: 'Interstate-RegularCondensed';
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#middle h2 a {
  color: #020202;
  text-decoration: none;
}

.search-result {
  border-bottom: 1px solid #666666;
  margin-bottom: 40px;
}

h3 {
  margin-top: 0;
  font-size: 18px;
  font-family: 'Interstate-BoldCondensed';
}

img {
  max-width: 100%;
  height: auto;
}

.border_bottom > div {
  border-bottom: 5px solid #eee;
}

.border_top > div {
  border-top: 5px solid #eee;
}

p {
  line-height: 2;
}

button {
  background-color: black;
  color: white;
  border: none;
  padding: 3px 15px;
}

#middle a {
  color: #009ee0;
  text-decoration: underline;
}

strong,
b {
  font-family: 'Interstate-Regular';
  font-weight: normal;
}

/* Home */
.home #logo {
  display: none;
}

/* Breadcrumbs */
#breadcrumbs a,
#breadcrumbs {
  color: #828080;
  font-family: 'Interstate Light';
  text-decoration: none;
}

#breadcrumbs .breadcrumb_last {
  color: #020202;
  font-family: 'Interstate-Regular';
}

/* Header en page options */
#lang_sel_list ul {
  overflow: hidden;
  display: inline-block;
  height: 15px;
  position: relative;
  top: 3px;
}

#lang_sel_list {
  height: 15px;
  font-family: inherit;
  display: inline-block;
}

#lang_sel_list li {
  float: none;
  display: inline-block;
}

#lang_sel_list a {
  font-size: 13px;
  line-height: 15px !important;
  text-transform: uppercase;
  color: #767676 !important;
  border-right: 1px solid #767676;
  padding: 0 15px;
}

#lang_sel_list a.lang_sel_sel {
  color: #020202 !important;
}

.print_img {
  cursor: pointer;
}

.screen-reader-text {
  display: none;
}

.search-field {
  border: 1px solid #767676;
  font-size: 14px;
  padding: 3px;
  font-weight: normal;
  width: 145px;
}

.search-form {
  display: inline-block;
}

.search-form.verborgen {
  display: none;
}

.options_search {
  cursor: pointer;
}

.search-form label {
  margin-bottom: 0;
}

#page_options {
  padding: 15px 0;
  text-align: right;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

#page_options a {
  color: #767676;
}

.option_buttons {
  display: inline-block;
}

.options_text_link {
  border-right: 1px solid #767676;
  padding: 0 15px;
}

.options_search {
  border-right: 1px solid #767676;
  border: 1px solid #767676;
  border-top: 0;
  border-bottom: 0;
  padding: 0 15px;
  margin-left: 15px;
}

.options_img,
.printfriendly {
  padding: 0 5px;
}

.printfriendly {
  display: inline-block;
}

#page_options .options_text_link.selected,
#page_options .options_text_link:hover {
  color: #020202;
}

/* Font size instellen */
.font-size-options {
  display: inline-block;
  margin-left: 10px;
}

.font-size.chosen-size {
  font-family: 'Interstate-Regular';
}

.font-size {
  cursor: pointer;
}

.font-size.normal {
  font-size: 14px;
}

.font-size.large {
  font-size: 17px;
}

.font-size.x-large {
  font-size: 20px;
}

/* Menu */
header {
  position: relative;
}

header #hoofdmenu ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

#hoofdmenu li {
  display: inline-block;
  margin-right: 25px;
}

#hoofdmenu li:last-child {
  margin-right: 0;
}

#hoofdmenu a {
  color: #262626;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Interstate-RegularCondensed';
  letter-spacing: 2px;
}

#hoofdmenu .current-menu-item a,
#hoofdmenu .current-page-ancestor a,
#hoofdmenu a:hover {
  color: #808080;
  text-decoration: none;
}

#logo {
  margin-top: 15px;
  margin-bottom: 30px;
}

/*#hoofdmenu .menu-item-has-children {
	float: left;
  overflow: hidden;
}*/

#hoofdmenu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#hoofdmenu .menu-item-has-children:hover .sub-menu {
  display: block;
}

#hoofdmenu .menu-item-has-children .sub-menu li {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Middle */
section#middle {
  min-height: 575px;
  background: url(/wp-content/uploads/2016/03/gradient.jpg);
  background-repeat: repeat-x;
  padding-top: 30px;
}

/* Kaart */
#kaart {
  max-width: 100%;
  display: block;
  width: 100%;
}

.kaart_container {
  clear: both;
  float: none !important;
}

.kaart_container .wpb_text_column {
  margin-bottom: 0;
}

/* Footer */
footer {
  background: #0d0d0d;
  min-height: 375px;
  font-size: 13px;
  padding: 42px 0;
}

footer,
footer a {
  color: #fdfbfb;
}

footer h4 {
  font-family: 'Interstate Light';
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 20px;
}

footer ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 1.9;
}

footer .menu a:hover,
footer .menu .current-menu-item a {
  color: #ff0000;
  text-decoration: none;
}

#copyright {
  font-size: 14px;
  font-family: 'Interstate-Regular';
  color: #050505;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 2px;
}

/* Activities */
.activity_img p {
  line-height: 1.6;
  font-size: 13px;
}

.activity {
  margin-bottom: 50px;
}

.overzicht-weergave.activity {
  margin-bottom: 30px;
}

.activity_title {
  font-size: 18px;
  color: #020202;
  font-family: 'Interstate-RegularCondensed';
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overzicht-weergave .activity_title {
  text-transform: none;
  line-height: 1.3;
}

#middle .activity_title a,
#middle .activity_title a:hover {
  color: #020202;
  text-decoration: none;
}

.activity_img {
  position: relative;
}

.activity_img > img {
  width: 100%;
}

#middle .overlay_activity {
  background: rgba(3, 3, 3, 0.5);
  color: white;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  line-height: 1.8;
  display: none;
}

#middle .overlay_activity:hover {
  color: white;
  text-decoration: none;
}

#middle .activity_img:hover .overlay_activity {
  display: block;
}

.home-weergave .activity_img:hover .overlay_activity {
  cursor: pointer;
}

.icons_overlay {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  left: 0;
}

.view_icon {
  margin-right: 12px;
}

/* News home */
.news_date {
  font-family: 'Interstate-RegularCondensed';
  font-size: 18px;
  letter-spacing: 2px;
}

.news_block_home h3 {
  font-family: 'Interstate-RegularCondensed';
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  letter-spacing: 1px;
}

.news_block_home {
  margin-bottom: 35px;
}

.news_block_home:last-child {
  margin-bottom: 0;
}

/* Calendar */
.loader {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 40px;
  margin-left: -25px; /* Helft breedte */
}

#loader_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  background: rgba(255, 255, 255, 0.5);
}

#filtern_btn {
  margin-top: 15px;
}

.arrow_nav.kalender_nav {
  margin-top: 25px;
}

div.zabuto_calendar table td,
div.zabuto_calendar table th {
  border-top: none;
}

div.zabuto_calendar .table tr:last-child {
  border-bottom: none;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
  background-color: transparent;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  background-color: transparent;
}

.von-bis {
  margin-left: 15px;
}

#program_heading {
  margin-left: 30px;
}

.zabuto_calendar th span {
  color: #6e6e6e;
}

.zabuto_calendar th:nth-child(2) span {
  font-size: 19px;
  font-family: 'Interstate Light';
}

.zabuto_calendar td,
.zabuto_calendar th {
  font-size: 17px;
  font-family: 'Interstate Light Cond';
}

tr.calendar-dow-header th {
  color: #c5c5c5;
}

input.datepicker {
  width: 85px;
  border: 1px solid #a0a0a0;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
  padding: 2px;
}

.ui-datepicker-trigger {
  position: relative;
  bottom: 2px;
  cursor: pointer;
}

.von-bis {
  margin-top: 40px;
}

div.zabuto_calendar .badge-today {
  color: #ff0000;
  font-size: 17px;
  font-weight: normal;
  padding: 0;
  font-family: 'Interstate-BoldCondensed';
  background-color: transparent;
}

div.zabuto_calendar .table tr td div {
  padding: 9px 16px !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
}

div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
  background-color: #c5c5c5;
  color: #6e6e6e;
}

div.zabuto_calendar .table tr td.event div.day {
  cursor: pointer;
}

.datum_geslecteerd {
  color: white !important;
  background-color: #ff0000 !important;
}

.datum_geslecteerd .badge-today {
  color: white !important;
}

.range {
  background-color: #e8e7e7 !important;
}

input.highlight_input {
  border: 1px solid #7799d0;
  box-shadow: 0px 0px 5px 1px #7799d0;
}

body > div#ui-datepicker-div {
  display: none;
}

.filters-agenda {
  margin-top: 50px;
  clear: both;
}

.filters-agenda h3 {
  margin-bottom: 30px;
}

.agenda_filter {
  margin-right: 15px !important;
}

#middle .calendar_activity h3 a {
  text-decoration: none;
  color: #020202;
}

#middle .calendar_activity h3 a:hover {
  text-decoration: underline;
}

/* Sidebar */
.sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

#middle .sidebar li a {
  color: #8b8a8a;
  font-size: 18px;
  font-family: 'Interstate-BoldCondensed';
  text-decoration: none;
}

#middle .sidebar li.current_page_item a,
#middle .sidebar li a:hover {
  color: black;
}

#middle .sidebar li a:hover {
  text-decoration: none;
}

#middle .sidebar li {
  margin-bottom: 25px;
}

.content-right {
  float: right;
  padding-bottom: 50px;
}

/* Single activity detail pagina */
.single-thumbnail img {
  width: 100%;
}

.arrow_nav a:nth-child(2) {
  float: right;
}

.arrow_nav img {
  opacity: 0.25;
}

.arrow_nav img:hover {
  opacity: 1;
}

.arrow_nav {
  margin-top: 90px;
}

/* Calendar page */
#middle .meer_lesen {
  color: #888888;
  text-decoration: none;
}

#middle .meer_lesen:hover {
  text-decoration: underline;
}

.calendar_activity {
  margin-bottom: 30px;
}

/*
.navigatiepijlen {
cursor: pointer;	
}

.navigatiepijlen:nth-child(2) {
	float: right;	
}
*/

.navigatiepijlen.rechts {
  float: right;
}

/* Slider */
.txt-shadow {
  text-shadow: 1px 1px 2px #424242;
}

/* Aanpassingen foto vergroot popup */
.pp_expand {
  display: none !important;
}

body div.pp_default .pp_content .ppt {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

div.pp_default .pp_close {
  z-index: 2;
  top: -5px;
}

/* Interactieve kaart */
#interactive_map {
  position: relative;
  display: inline-block;
}

#hotspots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#hotspots a {
  width: 2.5%;
  height: 2.8%;
  /*background: rgba(0,0,0,0.7);*/
  display: block;
  position: absolute;
  border-radius: 50%;
}

#hotspots a.active_hotspot {
  background: yellow;
}

.hs_highlight {
  box-shadow: 0 0 3px 2px #1c729c;
}

#hotspots a:hover {
  background: white;
}

/* Hotspots voor reguliere kaart */
.map_regular #hs1 {
  top: 70.6%;
  left: 45.7%;
}

.map_regular #hs2 {
  top: 64.7%;
  left: 50.5%;
}

.map_regular #hs3 {
  top: 56.9%;
  left: 37%;
}

.map_regular #hs4 {
  top: 46.7%;
  left: 35.6%;
}

.map_regular #hs5 {
  top: 63.2%;
  left: 42.45%;
}

.map_regular #hs6 {
  top: 66.4%;
  left: 33.9%;
}

.map_regular #hs7 {
  top: 54.6%;
  left: 30.9%;
}

.map_regular #hs8 {
  top: 33.7%;
  left: 23.2%;
}

.map_regular #hs9 {
  top: 35.5%;
  left: 32.5%;
}

.map_regular #hs10 {
  top: 36.2%;
  left: 56.9%;
}

.map_regular #hs11 {
  top: 48%;
  left: 60.8%;
}

.map_regular #hs12 {
  top: 39.8%;
  left: 47%;
}

.map_regular #hs13 {
  top: 53.1%;
  left: 53.8%;
}

.map_regular #hs14 {
  top: 58.5%;
  left: 57.6%;
}

.map_regular #hs15 {
  top: 64%;
  left: 46.5%;
}

.map_regular #hs16 {
  top: 34%;
  left: 46.5%;
}

.map_regular #hs16 {
  top: 40.8%;
  left: 36.7%;
}

/* Hotspots voor kinderkaart */
.map_children #hs1 {
  top: 64%;
  left: 42.3%;
}

.map_children #hs2 {
  top: 58.5%;
  left: 57.5%;
}

.map_children #hs3 {
  top: 66.1%;
  left: 33.9%;
}

.map_children #hs4 {
  top: 45.8%;
  left: 60.7%;
}

.map_children #hs5 {
  top: 53%;
  left: 53.4%;
}

.map_children #hs6 {
  top: 37.4%;
  left: 28%;
}

.map_children #hs7 {
  top: 45.1%;
  left: 35.5%;
}

.map_children #hs8 {
  top: 67.5%;
  left: 38.5%;
}

.map_children #hs9 {
  top: 70.6%;
  left: 47.1%;
}

.map_children #hs10 {
  top: 53.6%;
  left: 37.5%;
}

/* Responsive */
@media screen and (min-width: 1200px) {
  .row.von-bis {
    max-width: 450px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .activity_img p {
    line-height: 1.4;
    font-size: 11px;
  }

  #middle .overlay_activity {
    padding: 15px;
  }
}

@media all and (min-width: 992px) {
  .activity.home-weergave:nth-child(4n + 5) {
    clear: both;
  }

  .activity.overzicht-weergave:nth-child(3n + 4) {
    clear: both;
  }
}

@media all and (max-width: 991px) {
  .activity.home-weergave:nth-child(4n + 5) {
    clear: none;
  }

  .activity.home-weergave:nth-child(3n + 4) {
    clear: both;
  }

  .activity.overzicht-weergave:nth-child(3n + 4) {
    clear: none;
  }

  .activity.overzicht-weergave:nth-child(2n + 3) {
    clear: both;
  }

  .zabuto_calendar {
    margin-left: 0 !important;
  }

  div#responsive-menu {
    position: fixed;
  }

  div#click-menu {
    position: absolute;
    top: 3%;
  }

  #logo {
    margin-bottom: 0;
    max-width: 75%;
  }

  #click-menu .threeLines {
    display: inline-block;
  }

  #page_options {
    margin-bottom: 10px;
    text-align: center;
  }

  #responsive-menu #responsive-menu-title {
    width: 100% !important;
    padding: 20px 20px 20px 5% !important;
    box-sizing: border-box !important;
  }

  #page_options {
    font-size: 11px;
  }

  .options_text_link {
    padding: 0 10px;
  }

  #hoofdmenu a {
    font-size: 15px;
  }

  #hoofdmenu li {
    margin-right: 17px;
  }
}

@media screen and (min-width: 768px) {
  #footer_en h4 {
    min-height: 30px;
  }
}

@media all and (max-width: 767px) {
  .option_buttons {
    margin-bottom: 10px;
    display: block;
  }

  .options_text_link {
    padding-left: 0;
  }

  .activity.home-weergave:nth-child(3n + 4) {
    clear: none;
  }

  .activity.home-weergave:nth-child(2n + 3) {
    clear: both;
  }

  .content-right {
    float: none;
  }

  h1,
  #middle h2 {
    font-size: 20px;
  }

  .options_img {
    /*display: none;	*/
  }

  .options_search {
    display: none;
  }

  #middle .overlay_activity p {
    font-size: 12px;
    line-height: 1.5;
  }

  .home-weergave .activity_title {
    font-size: 14px;
  }

  .rev_slider_wrapper {
    display: none !important;
  }

  .home #logo {
    display: inline;
  }

  .options_text_link:last-child,
  #lang_sel_list li:last-child a {
    padding-right: 0;
    border-right: 0;
  }

  #lang_sel_list li:first-child a {
    padding-left: 0;
  }

  #hoofdmenu {
    display: none;
  }

  .wpb_row {
    margin-bottom: 0;
  }

  .vc_col-sm-4 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 549px) {
  .overzicht-weergave {
    width: 100%;
  }
}

@media screen and (max-width: 549px) and (min-width: 349px) {
  #middle .overlay_activity {
    padding: 8px;
  }

  #middle .overlay_activity p {
    font-size: 11px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 449px) {
  .home-weergave.activity {
    width: 100%;
  }
}

#logo {
  max-height: 9em;
  width: auto;
}

.event-archiv table {
  width: 100%;
  text-align: center;
  border: 3px solid #2a2a2a;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.event-archiv table tr:nth-child(2n) {
  background-color: #e3e3e3;
}
.event-archiv table th {
  text-align: center;
  background-color: #b7b7b7;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
  text-decoration: underline;
}
.event-archiv table td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.event-archiv table td a {
  text-decoration: none !important;
  color: black !important;
  font-weight: bold;
}
.event-archiv table td a:hover {
  text-decoration: underline !important;
}

.event-archiv th:nth-child(1) {
  width: 35%;
}
.event-archiv th:nth-child(2) {
  width: 15%;
}
.event-archiv th:nth-child(3) {
  width: 25%;
}
.event-archiv th:nth-child(4) {
  width: 25%;
}