/************************************
	Paleis Soestdijk
*************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&#124;Dosis:600,700");

/************************************
	.stroke-container
*************************************/
.stroke-width {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
.stroke-container {
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 1;
}
.stroke-container .wrap {
  height: 100%;
  width: 80%;
  padding-top: 80px;
  margin: 0 10%;
  background: #fff;
}
.stroke-container .text {
  display: inline-block;
  position: relative;
  margin: 80px 0 0 -30px;
  font-size: 37px;
  text-transform: uppercase;
  color: #707070;
  text-transform: uppercase;
  font-weight: 700;

  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.stroke-container:before,
.stroke-container:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  opacity: 0.16;
}
.stroke-container:before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 1) 100%
  );
}
.stroke-container:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 70%
  );
}
@media screen and (min-width: 810px) and (max-width: 1000px) {
  .stroke-width {
    display: block;
  }
}
@media screen and (min-width: 1120px) {
  .stroke-width {
    display: block;
  }
}

/************************************
	#introduction-section
*************************************/
#introduction-section {
  font-size: 18px;
}

/************************************
	#products-section
*************************************/
.product-cell:first-child {
  display: none !important;
}
@media screen and (min-width: 650px) {
  #products-section .top-row .col-container .type {
    width: 180px;
  }
}

/************************************
	#calendar-section
*************************************/
#calendar-section {
  font-size: 18px;
}
#calendar-section a {
  text-decoration: underline;
}

/************************************
	sidebar
*************************************/
.sidebar .section.first a {
  font-size: 18px;
}

/************************************
	Header
*************************************/
header {
  padding: 0;
}
header .logo-container {
  padding: 30px;
}
header .logo-container img {
  width: 150px;
  height: auto;
}
header .banner {
  background-image: url(../images/background/banner.jpg);
  background-position: bottom center;
}
.parkrondleiding-herfstvakantie header .banner {
  background-image: url(../images/background/banner_parkrondleiding-herfstvakantie.jpg);
  background-position: center center;
}
.parktickets header .banner {
  background-image: url(../images/background/banner_parktickets.jpg);
  background-position: center center;
}

/************************************
	Buttons
*************************************/
.button {
  height: 40px;
  line-height: 36px;
  font-weight: 400;
}
.button.prev {
  background: transparent;
  border-color: #707070;
  color: #707070;
}

/************************************
	Datepicker Calendar
*************************************/
.ui-datepicker-inline .ui-datepicker-header {
  background: #707070;
  border-color: #707070;
}
.ui-datepicker-inline .ui-state-active {
  color: #000000;
}
.ui-datepicker-inline .ui-datepicker-current-day .ui-state-active {
  background: #707070;
  border-color: #707070;
}

/************************************
	Selectmenu
*************************************/
.ui-menu-item-wrapper.ui-state-active {
  background: #707070;
}

/************************************
	Icons
*************************************/
:checked ~ label .icon {
  color: #707070 !important;
}

/************************************
	.text-list
*************************************/
.text-container ul li:before,
.text-list li:before {
  background: #707070 !important;
}

/************************************
	Background
*************************************/
.gt-background-main {
  background: #ffffff !important;
}
.gt-background-second {
  background: #707070 !important;
}
.gt-background-third {
  background: #ffffff !important;
}
.gt-background-fourth {
  background: #f2f2f2 !important;
}

/************************************
	Border-color
*************************************/
.gt-border-color-main {
  border-color: #ffffff !important;
}
.gt-border-color-second {
  border-color: #707070 !important;
}
.gt-border-color-third {
  border-color: #000000 !important;
}
.gt-border-color-fourth {
  border-color: #f2f2f2 !important;
}

/************************************
	Border-radius
*************************************/
.gt-border-radius {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

/************************************
	Font Family
*************************************/
.gt-font-family {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400;
}
.gt-font-family-second {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400;
}

/************************************
	Font Color
*************************************/
.gt-font-color-main {
  color: #707070 !important;
}
.gt-font-color-second {
  color: #504f4e !important;
}
.gt-font-color-third {
  color: #707070 !important;
}
.text-container a {
  color: #707070;
}
.gt-font-color-fourth {
  color: #707070 !important;
}
.gt-font-color-fifth {
  color: #707070 !important;
}

/************************************
	Font size
*************************************/
.gt-font-size {
  font-size: 20px !important;
  line-height: 30px;
}
.gt-font-size-second {
  font-size: 20px !important;
}

/************************************
	Custom
*************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* #custom-sub-topnav */
#custom-sub-topnav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #406e83;
  z-index: 2;
}
#custom-sub-topnav ul {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#custom-sub-topnav a {
  display: block;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
}

/* #social-media-nav */
ul#social-media-nav {
  padding: 0;
  margin-left: 10px;
}
#social-media-nav a {
  padding: 0;
  margin: 0 6px;
}
#social-media-nav svg {
  display: block;
  height: 18px;
  width: 18px;
  fill: #fff;
}

/* #custom-header */
#custom-header {
  background: #618da1;
  z-index: 2;
}
#custom-header .wrap {
  display: flex;
  position: relative;
  height: 80px;
  max-width: 1320px;
  padding: 0 12px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
#custom-header a {
  display: block;
  color: #fff;
  font-size: 14.4px;
  line-height: 25px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#custom-header a .icon {
  margin-left: 10px;
  font-size: 12px;
}
.custom-logo-container {
  padding: 20px 0;
  margin-left: 4px;
}
.custom-logo-container .custom-logo {
  display: block;
  width: 80px;
}
.custom-logo-container img {
  display: block;
}
#main-nav {
  display: none;
  width: 100%;
  text-align: center;
}
#main-nav ul {
  display: inline-block;
  vertical-align: middle;
}
#main-nav li {
  position: relative;
  float: left;
}
#main-nav a {
  padding: 0 8px 0 16px;
}
#main-nav .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  padding: 0;
  background: #618da1;
  line-height: 9px;
  text-align: left;
}
#main-nav .sub li {
  float: none;
}
#main-nav .sub a {
  display: block;
  padding: 8px 10px 8px 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

#custom-right-nav {
  display: none;
}
#custom-header #custom-right-nav a{
  display: block;
  padding: 16px;
  background: #c24e5c;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

#show-mobile-nav {
  display: flex;
  padding: 0;
  border: 0;
  background: transparent;
  align-items: center;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#show-mobile-nav .close {
  display: none;
}
#show-mobile-nav svg {
  display: block;
  height: 32px;
  width: 32px;
  fill: #fff;
}
#show-mobile-nav span {
  display: block;
  margin: 0 0 0 10px;
}
.show-mobile-nav #show-mobile-nav .open {
  display: none;
}
.show-mobile-nav #show-mobile-nav .close {
  display: block;
}

@media screen and (min-width: 922px) {
  .page-body {
    padding-top: 141px;
  }
  #custom-sub-topnav {
    display: block;
  }
  #custom-header {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
  }
  .sticky #custom-header {
    position: fixed;
    top: 0;
  }
  #custom-header .wrap {
    height: auto;
    padding: 0 20px;
  }
  #custom-header a {
    font-size: 20px;
    line-height: 80px;
  }
  .custom-logo-container {
    margin: 0;
  }
  .custom-logo-container .custom-logo {
    width: 155px;
  }
  #main-nav {
    display: block;
  }
  #main-nav .sub {
    top: 100%;
  }
  #main-nav li:hover .sub {
    display: block;
  }
  #custom-header .sub a {
    line-height: 24px;
  }
  #custom-right-nav {
    display: block;
  }
  #show-mobile-nav {
    display: none;
  }
}

/************************************
	#mobile-nav
*************************************/
#mobile-nav {
  display: none;
  height: 100%;
  background: #f9f9f9;
}
#mobile-nav a {
  display: block;
  color: #6a856b;
  font-size: 16px;
  line-height: 48px;
  padding: 0 20px;
}
#mobile-nav li {
  position: relative;
}
#mobile-nav .toggle-handle {
  position: absolute;
  top: 0;
  right: 20px;
  height: 48px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  line-height: 48px;
  text-align: center;
}
#mobile-nav .toggle-handle svg {
  display: block;
  height: 14px;
  width: 15px;
  fill: #504F4E;
}
#mobile-nav .toggle-handle .active {
  display: none;
}
#mobile-nav .sub {
  display: none;
  background: rgba(255, 255, 255, 0.05);
}
#mobile-nav .sub li:last-child {
  border: 0;
}
#mobile-nav .sub a{
  display: flex;
  width: 100%;
  padding: 0 20px 0 30px;
  align-items: center;
}
#mobile-nav .sub svg {
  height: 13px;
  width: 10px;
  margin: 0 5px 0 0;
  transform: translate(0,-2px) rotateZ(270deg);
  fill: #6a856b;
}
/* .active */
#mobile-nav li.active .sub {
  display: block;
}
#mobile-nav li.active .toggle-handle {
  background: rgba(255, 255, 255, 0.05);
}
#mobile-nav li.active .toggle-handle .inactive {
  display: none;
}
#mobile-nav li.active .toggle-handle .active {
  display: inline;
}
.show-mobile-nav #mobile-nav {
  display: block;
}
@media screen and (min-width: 550px) {
  .custom-overlay {
    right: auto;
    left: -440px;
  }
}
@media screen and (min-width: 768px) {
  #mobile-nav {
    display: none;
  }
}


/************************************
	nationale-uitvindersdag
*************************************/
.nationale-uitvindersdag header {
  height: auto;
}
.nationale-uitvindersdag header .banner {
  background: none;
}
.nationale-uitvindersdag header .banner img {
  display: block;
  width: 100%;
}

/************************************
	.paleissoestdijkbrug
*************************************/
.paleissoestdijkbrug header .banner {
  background-image: url(../images/background/banner_paleissoestdijkbrug.jpg);
  background-position: center;
}

/************************************
	.has-titles
*************************************/
.has-titles .ui-datepicker td span,
.has-titles .ui-datepicker td a {
    padding-top: 5px;
    padding-bottom: 25px;
}

.has-titles .ui-datepicker td:after {
    margin-bottom: 5px;
    font-size: 10px;
}

@media screen and (min-width: 650px) {
    .has-titles .ui-datepicker td:after {
        font-size: 14px;
    }
}

html, body, .page-body, #header-v2 {
    margin: 0;
    padding: 0;
}
