/*
Theme Name: Ojah Theme
Theme URI: -
Author: van Eck en Oosterink
Author URI: http://vaneckoosterink.com
Description: Standaard thema van Eck en Oosterink communicatieregisseurs
Version: 1
License: GNU General Public License v2 or later
License URI: license.text-3

*/

.no-padding {
  padding: 0px;
}

/* HEADER */

body {
  overflow-x: hidden !important;
}

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

.contentpage a {
  color: rgba(109, 187, 184, 1);
}

.container {
  width: 82vw !important;
  margin-left: 18vw !important;
  padding: 0 8%;
}

header {
  width: 18vw;
  height: 100vh;
  float: left;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

body, p, h1, h2, li, a {
  font-family: 'Open Sans Condensed';
  color: #7b7b7a;
}

p, li {
  font-size: 19px;
  line-height: 28px;
}

h3 {
  color: rgba(159, 197, 77, 1);
  font-weight: 700;
}

h4, h5 {
  color: white;
  line-height: 70px;
  text-align: center;
}

h4 {
  font-weight: bold;
  font-size: 34px;
}

h5 {
  font-weight: 100;
  font-size: 30px;
}

.logo {
  margin: 3vw;
}

.gegevens {
  position: fixed;
  bottom: 8vh;
  margin-left: 40px;
}

.gegevens p {
  font-size: 16px;
}


#menuToggle
{
  display: none;
}

/* BACKGROUND FULL */

.fullscreen {
  height: 100vh;
  width: 100vw;
  position: relative;
}

img.full {
  position: absolute;
  margin: auto;
  min-height: 100%;
  height: 100%;
  width: 100%;
}

/* COOCKED */

input.cooked-browse-search, select.cooked-sortby-select {
  font-size:15px !important;
}

a.cooked-recipe-card-title {
  color: rgba(109, 187, 184, 1) !important;
  font-size:16px;
}

.cooked-recipe-grid.cooked-columns-3 .cooked-recipe {
  box-shadow: 0 2px 6px rgba(0,0,0,.2) !important;
}

.cooked-recipe-card-modern-centered {
    border-radius: 5px !important;
}

.cooked-recipe-card-image {
    height: 170px !important;
}

h6.maaltijd-header {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
 }
.maaltijd-maand {
  padding: 25px;
  margin: 0px;
  background-color:#dfebc5;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2) !important;
}
.maaltijd-text {text-align: right;}

.page-id-4237 span.cooked-recipe-card-excerpt, .page-id-4237 span.cooked-recipe-card-sep {
  display: none !important;
}

.cooked-recipe-directions .cooked-direction-number {
    opacity: 1!important;
    position: absolute;
    display: inline-block;
    width: auto;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: 800;
    top: 0;
    left: 0;
    font-size: 3rem !important;}

    .cooked-recipe-directions .cooked-direction.cooked-direction-has-number .cooked-dir-content {
    padding-left: 2.5rem!important;
}

.cooked-dir-content p, .cooked-recipe-ingredients .cooked-ingredient {color:rgba(109, 187, 184, 1) !important; font-weight: bold;}


i.cooked-icon.cooked-icon-search {
  font-size: 18px !important;
  color: white!important;
  line-height: 18px !important;
  top: 0%!important;
  position: relative !important;
}
.cooked-icon-search:before{
  font-size: 18px !important;
  color: white!important;
}

i.cooked-icon {color:rgba(109, 187, 184, 1) !important;
font-size: 36px !important;}

.cooked-left {
    float: left;
    display: inline-grid !important;
    width: auto;
}

.cooked-recipe-info>section.cooked-left>span, .cooked-recipe-info>span {
    line-height: 1.25rem;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 2.5rem 2.5rem 0 !important;
    display: inline-block;
    width: auto;
}

.cooked-recipe-info span.cooked-servings-icon, .cooked-recipe-info span.cooked-time-icon {
    opacity: 1!important;
    width: 1rem;
    height: 1rem;
    font-size: 2.2rem;
    display: block;
    position: absolute;
    top: 30%!important;
    left: 0;
    margin: -1.1rem!important;
}

.with-border {
  border-right: 2px solid #7b7b7a;
  margin-right: 35px;
}

.cooked-difficulty-level::before {
  content: '\f035';
  font: 14px/1 CookedIcons;
  color:rgba(109, 187, 184, 1) !important;
  font-size: 36px !important;
  position: relative;
  left: -40px;
  top: 35px;
}

.cooked-difficulty-level {
  padding-left: 30px;
  position: relative;
  top: -20px;
}

/* AP MEGA MENU */

#menu {
  display: none;
}

.wp-megamenu-main-wrapper.wpmm-orientation-vertical {
    position: relative;
    width: 100% !important;
}

.wpmega-clean-white .wpmm-mega-wrapper > li.current-menu-item {
    background: none !important;
}

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
    border-bottom: none !important;
    display: block !important;
    left: 0;
    margin-left: 0 !important;
    position: static;
    z-index: 999;
    visibility: inherit !important;
    opacity: 1;
    white-space: normal;
    padding: 0;
}

.wpmega-clean-white .wpmm-mega-wrapper > li:hover, .wpmega-clean-white .wpmm-mega-wrapper > li.current-menu-item {
    background: none !important;
}

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li > a.wp-mega-menu-link {
    display: block;
    width: 100%;
    padding: 0px !important;
    position: relative;
}

.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
    border-bottom: 0px solid #ccc !important;
    border-top: none;
}

.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
    border: 0px solid #ccc !important;
}

.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
    background: rgba(239, 239, 239, 0.9) !important;
}

.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title {
    width: auto;
    display: inline-block;
    text-transform: uppercase !important;
    font-size: 19px !important;
    line-height: 48px !important;
    font-family: 'Open Sans Condensed' !important;
    padding-left: 15px !important;
      color: #7b7b7a !important;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {
    background: rgba(204,204,204,0.4);
    color: #000 !important;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a, .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a {
    font-weight: 400;
    color: #000;
    text-align: left;
    text-transform: uppercase !important;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {
    background: rgba(204,204,204,0.4);
    color: black !important;
}

li.logo-link {margin-right: 10px;}

/* MENU */

div#nav-trigger, nav#nav-mobile {
  display: none;
}

ul#menu-main-menu,
ul#menu-main-menu-engels {
  padding-left: 0px;
  padding-left: 3vw;
}

ul#menu-main-menu li.current-menu-item > a,
ul#menu-main-menu-engels li.current-menu-item > a {
	color:black;
}

ul#menu-main-menu, ul.sub-menu,
ul#menu-main-menu-engels, ul.sub-menu {
  list-style-type: none;
}

li {
  font-size: 19px;
  line-height: 48px !important;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
  color: black;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 520;
  width: 100%;
  background-color: rgba(239, 239, 239, 0.9);
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: -10px;
  left: 15vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation ul li { float: none; }

.navigation li { position: relative; }

/* BOTTOM MENU */

.menu-bottom-menu-container, .menu-bottom-menu-engels-container {
  display: inline-block;
}

.menu-bottom-menu-container:nth-child(2) ul, .menu-bottom-menu-engels-container:nth-child(2) ul {
  padding: 0px;
}

.bottom-menu {
  position: fixed;
  bottom: 2vh;
}

ul#menu-bottom-menu, ul#menu-bottom-menu-engels {
  list-style-type: none;
}

ul#menu-bottom-menu li, ul#menu-bottom-menu-engels li {
    display: block;
    float: left;
    width: 30px;
}

/* BREADCRUMBS */

.breadcrumbs {
  padding: 20px 45px !important;
}

span.breadcrumb_last {
  color: rgba(159, 197, 77, 1);
}

/* PAGE */

p.intro {
  font-size: 28px;
  line-height: 44px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.35);
}

.intro-tekst {
  padding: 0px !important;
  margin-bottom: 25px;
}

.quote {
  z-index: 9999;
  position: absolute;
  font-size: 78px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  top: 40%;
  left: 55%;
}

.green {
    background-color: rgba(159, 197, 77, 1);
    padding: 0px 20px;
    margin-left:-15px;
}

.qoute-full {
    height: 500px;
}

.qoute-tekst p {
    color: white;
    text-transform: uppercase;
    text-align: right;
    font-size: 50px;
    line-height: 72px;
    font-weight: bold;
    margin-right: 5vw;
    position: relative;
    transform: translateY(33%);
}

.blok {
  height: auto;
  margin: 100px 0px;
}

h1.headertitel, h1 {
  font-size: 60px !important;
  font-weight: bold;
  text-align: left;
  color: rgba(109, 187, 184, 1);
  margin: 50px 0px 25px 0px;
}

h5.subtitel {
  font-size: 48px;
  text-align: left;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 35px;
}

a.readmore {
  display: block;
  float: left;
  padding: 5px 15px;
  color: white;
  background-color: rgba(159, 197, 77, 1);
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0px 50px 0px;
}

.liggend {
  margin-bottom: 50px;
}

.liggend h1 {
  color: #6dbbb8;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.staand h1 {
  color: #6dbbb8;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.strook {
  width: 98vw !important;
  margin-left: 18vw !important;
  padding: 0;
  margin-top: 35px;
}

.foto-strook {
  padding: 0 !important;
}

.uitlijnen {
  margin-top: 15px;
}

.tekst ul li {
  list-style-type: disc;
  text-transform: inherit;
  line-height: 28px !important;
}

.tekst img {
  width: 100%;
  height: auto;
}

/* NIEUWS PAGINA */

.newsPage h1 {
  color: #6dbbb8;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.newsPageItem h1 {
  color: #6dbbb8;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.newsImage {
  padding-left: 0;
}

.newsImage img {
  width: 100%;
  height: 100%;
}

.newsContent h2 {
  margin-top: 0;
  font-weight: bold;
  color: #6dbbb8 !important;
}

.newsContent h2 a {
  color: #6dbbb8 !important;
}

.navigation span a {
  font-weight: bold;
  color: #6dbbb8 !important;
  margin-top: 35px;
  font-size: 20px;
}

.leesMeer {
  background-color: #9fc54d;
  color: #fff !important;
  padding: 10px 30px;
  text-transform: uppercase;
  float: right;
}

.filterOpties {
  margin: 40px 0;
  display: none;
}

.nieuwsFilterKnop {
  background-color: #9fc54d;
  color: #fff !important;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-right: 10px;
}

/* CONTACT */

.page-template-template-contactpage {
  height: 100vh;
}

.slider {
  position: absolute;
}

.contactGegevens {
  text-align: center;
  position: absolute;
  z-index: 99999;
  left: 24%;
  bottom: 100px;
  width: 205px;
}

.contactGegevens a {
  color: #fff;
}

.contactGegevens p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: normal !important;
  font-family: 'Open Sans Condensed' !important;
}

.contactForm {
  width: 300px;
  margin-top: 50px;
}

.containtpagina {
  display: none;
}

ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

ul#gform_fields_1 li label, ul#gform_fields_4 li label {
  display: none !important;
}

input#gform_submit_button_1.gform_button.button {
    font-size: 1em;
    width: auto;
    margin: 0 0px 0 0 !important;
}

#gform_wrapper_1 .top_label input.medium, #gform_wrapper_1 .top_label select.medium, #gform_wrapper_4 .top_label input.medium, #gform_wrapper_4 .top_label select.medium {
  width: 100% !important;
  height: 35px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: transparent;
  color: #000;
}

#gform_wrapper_1 textarea.medium, #gform_wrapper_4 textarea.medium {
  height: 100px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: transparent;
  font-size: 14px;
  color: #000;
}

#gform_wrapper_1 .gform_footer input.button, #gform_wrapper_4 .gform_footer input.button,
#gform_wrapper_1 .gform_footer input[type=submit], #gform_wrapper_4 .gform_footer input[type=submit],
#gform_wrapper_1 .gform_page_footer input.button, #gform_wrapper_4 .gform_page_footer input.button,
#gform_wrapper_1 .gform_page_footer input[type=submit], #gform_wrapper_4 .gform_page_footer input[type=submit] {
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: transparent;
  color: #fff;
  padding: 5px 60px;
  font-size: 14px;
  text-transform: lowercase;
  float: right;
}

/* ZOEK */

.zoekResultaten h1,
.zoekHeader a {
  font-weight: bold;
  color: #6dbbb8 !important;
}

.zoekBekijkKnop {
  background-color: #9fc54d;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-right: 10px;
  float: right;
}

.zoekItem {
  margin-top: 30px;
  margin-bottom: 30px;
}

.zoekHR {
  border: 0px solid #7b7b7a;
  margin-top: 76px;
}

article a.leesMeer {
  margin-top: -40px;
}

/* FOOTER */

footer {
  margin-left: 18vw;
  margin-top: 75px;
  margin-bottom: 40px;
}

.footerlink {
  text-align: center;
  margin-top: 40px;
}

.spacing {
  margin-top: 56px;
}

h3.widgetitle a {
  color: rgba(159, 197, 77, 1);
}

/* RESPONSIVE */

@media screen and (max-width: 1800px) {
li {
    font-size: 19px;
    line-height: 38px !important;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 1600px) {
li {
    font-size: 19px;
    line-height: 38px !important;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media screen and (max-height: 790px) {
li {
    font-size: 19px;
    line-height: 38px !important;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 1440px) {
  .blok h4 {
    font-size: 24px;
  }
  .blok h5 {
    font-size: 18px;
  }
  h4.headertitel {
    margin-top: 0px;
  }
  .qoute-tekst p {
    transform: translateY(33%);
  }
}

@media screen and (max-width: 1400px) {
  .qoute-tekst p {
    font-size: 38px;
  }
  h4.headertitel {
    font-size: 43px;
    margin-bottom: 10px;
  }

  .blok h4 {
      font-size: 17px;
  }

  .blok h5 {
    font-size: 16px;
  }

  ul#menu-bottom-menu, ul#menu-bottom-menu-engels {
    padding-left: 10px;
  }

  .gegevens p {
    font-size: 14px;
    line-height: 24px;
  }

  li {
    font-size: 19px;
    line-height: 38px !important;
    text-decoration: none;
    text-transform: uppercase;
  }

  .bottom-menu {
    left: 2vw;
}

}

@media screen and (max-width: 1180px) {
  .qoute-tekst p {
    font-size: 28px;
  }

  .blok h4 {
      font-size: 17px;
  }

  .blok h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {

  header {
    width: 100%;
    height: auto;
  }

  .logo {
    margin-top: 5px;
  }

  .logo img {
    display: block;
    margin: 0 auto;
  }

  .navigation ul li {
    display: inline-block;
    margin: 0px 35px;
  }

  .bottom-menu {
    position: absolute;
    margin-top: 40px;
    right: 80px;
    top: 0;
  }

  .container {
    margin-left: auto !important;
  }

  footer {
    margin-left: auto;
  }

  .navigation ul ul {
    top: auto;
    left: 0;
  }

  .sub-menu {
    width: 300px !important;
    margin-top: 10px;
  }

  .sub-menu li {
    margin: 0px !important;
    display: block !important;
  }

  .contentpage {
    padding-top: 200px;
  }

  .logo img {
    width: 100px;
  }

  .logo {
    margin-bottom: 0px;
  }

  .fullImgContact {
    margin-left: 0px !important;
  }

  .contactForm {
    margin-top: 18vw;
  }

.gegevens {
  margin-left: 20px;
}

	nav#nav-main ul {
		padding-left: 10px;
	}

}

@media screen and (max-width: 800px) {
  .navigation ul li {
    display: inline-block;
    margin: 0px 20px;
  }

  .blocks {
    margin-top: 20px;
  }

  .blok {
    margin: 0px;
    margin-bottom: 20px;
  }

  .gegevens {
    display: none;
  }
}

/* ipad landscape mode */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

  .logo img {
    width: 100px;
    z-index: 999;
  }

  .logo {
    margin-bottom: 0px;
  }

  #menuToggle
  {
    display: block;
    position: relative;
    top: -55px;
    left: 40px;
    z-index: 9999999;
    -webkit-user-select: none;
    user-select: none;

  }

  #menuToggle input
  {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  #menuToggle span
  {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #553732;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #553732;
  }

  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu
  {
    position: absolute;
    width: 40%;
    margin: -100px 0 0 -40px;
    padding: 50px;
    padding-top: 110px;

    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  div.menu-main-menu-container {
  	padding-bottom: 400px;
  }

  #menu ul {
    list-style-type: none;
    padding: 0px;
  }

  #menu ul .sub-menu {
    padding-left: 20px;
  }

  #menu li
  {
    font-size: 18px;
    line-height: 25px !important;
  }

  /*
   * And let's fade it in from the left
   */
  #menuToggle input:checked ~ ul
  {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }

  ul#menu-main-menu {
  list-style-type: none;
  margin:0px !important;
  padding: 0px !important;
  }

  ul#menu-main-menu li {
  	font-size: 12px;
  	line-height: 24px;
  	padding: 0px;
  	text-transform: uppercase;
  	font-weight:700;
  }

  ul#menu-main-menu li a {
  	color: #553732;	}

  ul.sub-menu {
  	list-style-type: none;
  	padding-left: 5px;
  }
  ul.sub-menu a{
  	font-weight: normal;
  	text-transform: uppercase !important;
  	color: #553732;
  }

  .contactForm {
    margin-top: 10vw;
  }

  .contactGegevens {
    margin-top: 0px;
  }

}


@media screen and (max-width: 768px) {

  .logo img {
    width: 100px;
    z-index: 999;
  }

  .logo {
    margin-bottom: 0px;
  }

  #menuToggle
  {
    display: block;
    position: relative;
    top: -55px;
    left: 40px;
    z-index: 9999999;
    -webkit-user-select: none;
    user-select: none;

  }

  .leesMeer {
    background-color: #9fc54d;
    color: #fff !important;
    padding: 10px 30px;
    text-transform: uppercase;
    float: none;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }

  #menuToggle input
  {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  #menuToggle span
  {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #553732;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #553732;
  }

  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu
  {
    position: absolute;
    width: 40%;
    margin: -100px 0 0 -40px;
    padding: 50px;
    padding-top: 110px;

    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  div.menu-main-menu-container {
  	padding-bottom: 400px;
  }

  #menu ul {
    list-style-type: none;
    padding: 0px;
  }

  #menu ul .sub-menu {
    padding-left: 20px;
  }

  #menu li
  {
    font-size: 18px;
    line-height: 25px !important;
  }

  /*
   * And let's fade it in from the left
   */
  #menuToggle input:checked ~ ul
  {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }

  ul#menu-main-menu {
  list-style-type: none;
  margin:0px !important;
  padding: 0px !important;
  }

  ul#menu-main-menu li {
  	font-size: 12px;
  	line-height: 24px;
  	padding: 0px;
  	text-transform: uppercase;
  	font-weight:700;
  }

  ul#menu-main-menu li a {
  	color: #553732;	}

  ul.sub-menu {
  	list-style-type: none;
  	padding-left: 5px;
  }
  ul.sub-menu a{
  	font-weight: normal;
  	text-transform: uppercase;
  	color: #553732;
  }
}

@media screen and (max-width: 470px) {

  .contactGegevens {
    text-align: center;
    position: absolute;
    z-index: 99999;
    left: 2%;
    top: 85%;
    bottom: 100px;
    width: 205px;
  }

  .bottom-menu {
    right: 0px;
    position: relative;
    margin-top: 0px;
    float: right;
  }

  header {
    position: relative;
  }

  .blok h4,
  .blok h5 {
    line-height: 37px;
  }

  #menu {
    width: 100%;
  }

  h1.headertitel, h1 {
    font-size: 32px !important;
    font-weight: bold;
    text-align: left;
    color: rgba(109, 187, 184, 1);
    margin: 0px 0px 25px 0px;
  }

  h5.subtitel {
    font-size: 34px;
    text-align: left;
    color: rgba(0, 0, 0, 0.35);
    margin-top: 0px;
  }

  .qoute-tekst p {
    transform: translateY(20%);
    line-height: 50px;
  }

  .nieuwsFilterKnop {
    padding: 5px 20px;
  }

  .newsImage img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .navigation {
    margin-top: 75px;
  }

  header {
    top: 0;
  }

  .slider {
    top: 0;
  }

  .contactForm {
    margin-top: 0vw;
    width: 100%;
  }

  .contactGegevens {
    margin-top: 0px;
  }

  /* Rev slider */

  #slide-1-layer-1,
  #slide-2-layer-1,
  #slide-3-layer-1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .tp-mask-wrap {
    left: -160px !important;
    bottom: -265px !important;
  }

  #slide-1-layer-3 {
    min-height: 40px !important;
    min-width: 190px !important;
    bottom: 28px !important;
  }

  #slide-2-layer-3 {
    min-height: 40px !important;
    min-width: 120px !important;
    bottom: 28px !important;
  }

  #slide-3-layer-3 {
    min-height: 40px !important;
    min-width: 110px !important;
    bottom: 28px !important;
  }

}
