/*!
Theme Name: timoskitchen
Theme URI: https://www.timoskitchen.nl/
Author: Wedentify
Author URI: https://www.wedentify.nl/
Description: Timo's Kitchen - koken op locatie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: timoskitchen
*/
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap");
button, form input[type="submit"], #gourmetpakketten .bbqpakketten .pakket--info .button,
#bbqpakketten .bbqpakketten .pakket--info .button {
  transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  width: auto;
  background: white;
  border: 1px solid #2E3C45;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 32px;
  outline: none;
  cursor: pointer; }
  button:focus, form input[type="submit"]:focus, #gourmetpakketten .bbqpakketten .pakket--info .button:focus,
  #bbqpakketten .bbqpakketten .pakket--info .button:focus {
    outline: none; }
  button:hover, form input[type="submit"]:hover, #gourmetpakketten .bbqpakketten .pakket--info .button:hover,
  #bbqpakketten .bbqpakketten .pakket--info .button:hover {
    background: #2E3C45;
    color: white; }
  @media (min-width: 1200px) {
    button, form input[type="submit"], #gourmetpakketten .bbqpakketten .pakket--info .button,
    #bbqpakketten .bbqpakketten .pakket--info .button {
      font-size: 14px; } }

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
  color: #2E3C45;
  background: black;
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden; }
  @media (min-width: 1200px) {
    html,
    body {
      font-size: 17px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lobster", cursive;
  line-height: 1.2; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #F2994A;
  text-transform: uppercase; }

@media (min-width: 1200px) {
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 50px; }

  h4 {
    font-size: 20px; } }
img {
  width: 100%;
  height: auto; }

a {
  color: #F2994A;
  text-decoration: none; }
  a:visited {
    color: #F2994A;
    outline: none; }
  a:hover, a:focus, a:active {
    color: #ef7e1a;
    outline: none; }
  a:hover, a:active {
    outline: 0; }

.textRight {
  text-align: right; }

.textCenter {
  text-align: center; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px; }
  @media (min-width: 768px) {
    .wrapper {
      padding: 0 48px; } }
  @media (min-width: 992px) {
    .wrapper {
      padding: 0 64px; } }
  @media (min-width: 1200px) {
    .wrapper {
      padding: 0 16px; } }

.wpcf7-not-valid {
  border: 1px solid red !important; }

span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  display: none !important; }

div.wpcf7-mail-sent-ok {
  display: block !important; }

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.7); }
  .modal.is-visible {
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-inner {
    width: 100%;
    max-width: 600px;
    margin: 20px;
    padding: 20px;
    border-radius: 12px;
    background: white;
    color: #2E3C45;
    position: relative; }
    .modal-inner .close {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 10px;
      right: 10px;
      z-index: 1;
      cursor: pointer;
      color: #2E3C45;
      font-size: 40px;
      font-family: "Lobster", cursive;
      line-height: 1.2; }
  @media (min-width: 768px) {
    .modal-inner {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .modal-inner {
      padding: 48px; } }

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="date"],
form textarea,
form select {
  transition: all 0s ease;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 7px;
  background: #f9f9f9;
  color: #2E3C45;
  margin: 0 0 6px;
  padding: 4px 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }
  form input[type="text"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form input[type="date"]:focus,
  form textarea:focus,
  form select:focus {
    outline: 1px solid #e0e0e0; }
  @media (min-width: 992px) {
    form input[type="text"],
    form input[type="tel"],
    form input[type="email"],
    form input[type="date"],
    form textarea,
    form select {
      font-size: 15px; } }
form input[type="date"] {
  width: auto; }
form input[type="submit"] {
  float: right; }
form textarea {
  padding-top: 12px;
  min-height: 140px;
  line-height: 1.8; }
.contact form input[type="text"], .contact form input[type="tel"], .contact form input[type="email"], .contact form input[type="date"], .contact form textarea, .contact form select {
  background: #45555F;
  color: white; }
  .contact form input[type="text"]::placeholder, .contact form input[type="tel"]::placeholder, .contact form input[type="email"]::placeholder, .contact form input[type="date"]::placeholder, .contact form textarea::placeholder, .contact form select::placeholder {
    color: white; }
  .contact form input[type="text"]:focus, .contact form input[type="tel"]:focus, .contact form input[type="email"]:focus, .contact form input[type="date"]:focus, .contact form textarea:focus, .contact form select:focus {
    outline: 1px solid #7a7a7a; }
.contact form input[type="submit"] {
  background: transparent;
  color: white;
  border: 1px solid white; }
  .contact form input[type="submit"]:hover {
    background: white;
    color: #2E3C45; }

.site--navigation {
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px 0;
  z-index: 2;
  background: #2E3C45; }
  .site--navigation.light {
    background: white; }
    .site--navigation.light .site--logo svg path {
      fill: #2E3C45; }
    .site--navigation.light ul li a {
      color: #2E3C45; }
  .site--navigation .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit--flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    height: 100%; }
  .site--navigation + header.hero {
    padding-top: 100px; }
  .site--navigation .site--logo {
    max-width: 50px; }
    .site--navigation .site--logo svg {
      width: 50px;
      height: 50px; }
  .site--navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site--navigation ul li {
      display: inline-block;
      padding: 4px 6px; }
      .site--navigation ul li a {
        font-family: "Lobster", cursive;
        font-size: 14px;
        color: white; }
  .site--navigation.transparent {
    background: transparent;
    padding: 24px 0; }
  @media (min-width: 576px) {
    .site--navigation .site--logo {
      max-width: 75px; }
    .site--navigation ul {
      padding-left: 12px; }
      .site--navigation ul li {
        padding: 12px; }
        .site--navigation ul li a {
          font-size: 17px; } }
  @media (min-width: 768px) {
    .site--navigation.transparent {
      background: transparent;
      padding: 75px 0 0; }
      .site--navigation.transparent .site--logo {
        max-width: 100px; }
        .site--navigation.transparent .site--logo svg {
          width: 100px;
          height: 100px; }
      .site--navigation.transparent ul li a {
        font-size: 26px; }
    .site--navigation ul {
      padding-left: 16px; }
      .site--navigation ul li {
        padding: 8px 16px; }
        .site--navigation ul li a {
          font-size: 20px; } }
  @media (min-width: 992px) {
    .site--navigation.transparent {
      background: transparent;
      padding: 50px 0 0; } }
  @media (min-width: 1200px) {
    .site--navigation.transparent {
      background: transparent;
      padding: 75px 0 0; }
      .site--navigation.transparent .site--logo {
        max-width: 130px; }
        .site--navigation.transparent .site--logo svg {
          width: 130px;
          height: 130px; }
      .site--navigation.transparent ul li a {
        font-size: 22px; } }

.hero {
  width: 100%;
  height: 100vh;
  display: block;
  color: white;
  background: #2E3C45;
  background-image: url(images/header.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0; }
  .hero .wrapper {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit--flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center; }
    .hero .wrapper h1 {
      margin: -200px 0 0;
      width: 70%;
      position: relative;
      z-index: 1;
      opacity: 0; }
    .hero .wrapper p {
      position: relative;
      width: 50%;
      z-index: 1;
      opacity: 0; }
  .hero--image {
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0;
    right: -80px;
    z-index: 0;
    mix-blend-mode: lighten; }
    .hero--image img {
      display: block;
      opacity: 0; }
  @media (min-width: 576px) {
    .hero .wrapper h1 {
      margin: -50px 0 0; }
    .hero--image {
      right: 10%;
      width: 35%; } }
  @media (min-width: 768px) {
    .hero .wrapper h1 {
      font-size: 64px;
      width: 65%; }
    .hero .wrapper p {
      font-size: 20px; }
    .hero--image {
      right: -100px;
      width: 80%; } }
  @media (min-width: 992px) {
    .hero .wrapper h1 {
      width: 60%; }
    .hero .wrapper p {
      font-size: 20px; }
    .hero--image {
      right: 0;
      width: 50%; } }
  @media (min-width: 1200px) {
    .hero .wrapper h1 {
      width: 45%; } }
  @media (min-width: 1580px) {
    .hero--image {
      right: -10%;
      width: 60%; } }

#arrangementen .arrangement {
  position: relative;
  width: 100%;
  background: white; }
  #arrangementen .arrangement .image {
    width: 100%;
    padding-bottom: 64%;
    background-size: cover;
    background-position: center; }
  #arrangementen .arrangement .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit--flex-direction: column;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    padding: 20% 10%;
    position: relative; }
    #arrangementen .arrangement .content h2 {
      margin-top: 8px; }
    #arrangementen .arrangement .content h4 {
      font-weight: 300;
      margin: 0; }
    #arrangementen .arrangement .content .excerpt {
      padding-bottom: 16px; }
    #arrangementen .arrangement .content .full {
      display: none; }
    #arrangementen .arrangement .content .arrangement--info {
      opacity: 0;
      transform: translateY(50px); }
    #arrangementen .arrangement .content .arrangement--reserveren {
      display: none;
      padding: 10% 0 0; }
    #arrangementen .arrangement .content small {
      font-style: italic; }
  #arrangementen .arrangement.open .content .arrangement--info .excerpt {
    display: none; }
  #arrangementen .arrangement.open .content .arrangement--info .full {
    display: block; }
    #arrangementen .arrangement.open .content .arrangement--info .full + button {
      display: none; }
  #arrangementen .arrangement.open .content .arrangement--reserveren {
    display: block;
    opacity: 0; }
  #arrangementen .arrangement .close {
    opacity: 0;
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer; }
  @media (min-width: 768px) {
    #arrangementen .arrangement {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit--flex-direction: row;
      height: calc(60vh - 50px); }
      #arrangementen .arrangement:nth-child(odd) {
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -webkit--flex-direction: row-reverse; }
      #arrangementen .arrangement .image {
        flex-basis: 50%;
        padding-bottom: 0; }
      #arrangementen .arrangement .content {
        padding: 0 0;
        flex-basis: 50%; }
        #arrangementen .arrangement .content .arrangement--info {
          padding: 10%; }
        #arrangementen .arrangement .content .arrangement--reserveren {
          padding: 10%; }
      #arrangementen .arrangement .close {
        opacity: 0;
        position: absolute;
        top: 32px;
        right: 32px; }
      #arrangementen .arrangement.open .content {
        flex-basis: 90%;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit--flex-direction: row;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 0; }
        #arrangementen .arrangement.open .content .arrangement--info {
          flex-basis: 55%;
          padding: 10% 0 10% 5%; }
        #arrangementen .arrangement.open .content .arrangement--reserveren {
          flex-basis: 45%;
          padding: 10% 5%; }
      #arrangementen .arrangement.open .close {
        opacity: 1; }
      #arrangementen .arrangement.open .image {
        flex-basis: 10%;
        padding: auto; } }
  @media (min-width: 992px) {
    #arrangementen .arrangement {
      height: calc(100vh - 100px); }
      #arrangementen .arrangement .content .arrangement--info {
        padding: 20%; }
      #arrangementen .arrangement .content .arrangement--reserveren {
        padding: 20%; }
      #arrangementen .arrangement.open .content {
        padding: 10% 5%; }
        #arrangementen .arrangement.open .content .arrangement--info {
          padding: 10% 5%;
          flex-basis: 50%; }
        #arrangementen .arrangement.open .content .arrangement--reserveren {
          padding: 10% 5%;
          flex-basis: 45%; } }
  @media (min-width: 1200px) {
    #arrangementen .arrangement.open .image {
      flex-basis: 30%; }
    #arrangementen .arrangement.open .content {
      flex-basis: 70%; } }

#gourmetpakketten,
#bbqpakketten {
  background: #2E3C45;
  color: white;
  padding: 72px 0 0; }
  #gourmetpakketten .bbqpakketten,
  #bbqpakketten .bbqpakketten {
    padding-top: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    #gourmetpakketten .bbqpakketten .pakket,
    #bbqpakketten .bbqpakketten .pakket {
      transition: all .7s ease;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding: 24px 0 0;
      margin: 24px 0;
      position: relative;
      width: 100%;
      color: white;
      overflow: hidden; }
      #gourmetpakketten .bbqpakketten .pakket input,
      #bbqpakketten .bbqpakketten .pakket input {
        position: absolute;
        opacity: 0;
        z-index: -1; }
        #gourmetpakketten .bbqpakketten .pakket input:focus,
        #bbqpakketten .bbqpakketten .pakket input:focus {
          outline: none; }
        #gourmetpakketten .bbqpakketten .pakket input:checked + label::after,
        #bbqpakketten .bbqpakketten .pakket input:checked + label::after {
          transform: rotate(90deg); }
        #gourmetpakketten .bbqpakketten .pakket input:checked ~ .pakket--info,
        #bbqpakketten .bbqpakketten .pakket input:checked ~ .pakket--info {
          transition: all .7s ease;
          margin-top: 32px;
          margin-bottom: 24px;
          height: auto; }
      #gourmetpakketten .bbqpakketten .pakket img,
      #bbqpakketten .bbqpakketten .pakket img {
        display: block; }
      #gourmetpakketten .bbqpakketten .pakket label,
      #bbqpakketten .bbqpakketten .pakket label {
        font-size: 22px;
        font-family: "Lobster", cursive;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -ms-align-items: center;
        -webkit-align-items: center; }
        #gourmetpakketten .bbqpakketten .pakket label::after,
        #bbqpakketten .bbqpakketten .pakket label::after {
          content: "\276F";
          transition: all .35s ease;
          padding: 3px; }
      #gourmetpakketten .bbqpakketten .pakket--info,
      #bbqpakketten .bbqpakketten .pakket--info {
        transition: all .7s ease;
        margin: 0;
        height: 0px; }
        #gourmetpakketten .bbqpakketten .pakket--info ul,
        #bbqpakketten .bbqpakketten .pakket--info ul {
          margin: 0;
          padding: 0; }
          #gourmetpakketten .bbqpakketten .pakket--info ul li,
          #bbqpakketten .bbqpakketten .pakket--info ul li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            -ms-flex-direction: row;
            -webkit--flex-direction: row;
            justify-content: space-between;
            -ms-justify-content: space-between;
            -webkit-justify-content: space-between;
            position: relative;
            padding-left: 12px; }
            #gourmetpakketten .bbqpakketten .pakket--info ul li:before,
            #bbqpakketten .bbqpakketten .pakket--info ul li:before {
              content: "-";
              display: inline-block;
              position: absolute;
              left: 0; }
        #gourmetpakketten .bbqpakketten .pakket--info .button,
        #bbqpakketten .bbqpakketten .pakket--info .button {
          display: inline-block;
          padding: 9px 32px;
          color: #2E3C45; }
  @media (min-width: 768px) {
    #gourmetpakketten .wrapper,
    #bbqpakketten .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit--flex-direction: row;
      justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between; }
      #gourmetpakketten .wrapper .info,
      #bbqpakketten .wrapper .info {
        flex-basis: 50%; }
      #gourmetpakketten .wrapper .bbqpakketten,
      #bbqpakketten .wrapper .bbqpakketten {
        flex-basis: 40%;
        border: none;
        padding-top: 64px; }
        #gourmetpakketten .wrapper .bbqpakketten .pakket label,
        #bbqpakketten .wrapper .bbqpakketten .pakket label {
          font-size: 20px; } }
  @media (min-width: 992px) {
    #gourmetpakketten .wrapper .bbqpakketten .pakket label,
    #bbqpakketten .wrapper .bbqpakketten .pakket label {
      font-size: 24px; } }
  @media (min-width: 1440px) {
    #gourmetpakketten,
    #bbqpakketten {
      padding-top: 144px; } }

.contact {
  background: #2E3C45;
  color: white;
  padding: 72px 0 124px;
  position: relative;
  margin: -2px 0; }
  .contact .wrapper {
    margin-bottom: -55px; }
    .contact .wrapper .contact--image {
      display: block;
      position: absolute;
      bottom: -55px;
      right: 5px;
      z-index: 0;
      text-align: right; }
      .contact .wrapper .contact--image img {
        width: 43%; }
    .contact .wrapper .contact--informatie {
      padding-top: 48px; }
      .contact .wrapper .contact--informatie p strong {
        font-family: "Lobster", cursive;
        font-size: 24px; }
      .contact .wrapper .contact--informatie h4 {
        font-family: "Lobster", cursive;
        font-size: 18px;
        color: white;
        text-transform: none;
        margin-bottom: 0; }
        .contact .wrapper .contact--informatie h4 + p {
          margin-top: 0; }
      .contact .wrapper .contact--informatie img {
        width: 20px; }
      .contact .wrapper .contact--informatie a {
        transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
        -webkit-transition: all 0.3s 0s ease;
        display: block;
        color: inherit; }
        .contact .wrapper .contact--informatie a:last-child {
          padding: 6px 0; }
        .contact .wrapper .contact--informatie a:hover {
          color: #F2994A; }
  @media (min-width: 768px) {
    .contact .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit--flex-direction: row;
      justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .contact .wrapper h2 {
        flex-basis: 100%; }
      .contact .wrapper .contact--formulier {
        flex-basis: 45%;
        position: relative; }
      .contact .wrapper .contact--informatie {
        flex-basis: 45%;
        position: relative;
        padding-top: 0; }
      .contact .wrapper .contact--image {
        right: 32px; }
        .contact .wrapper .contact--image img {
          width: 50%; } }
  @media (min-width: 992px) {
    .contact .wrapper {
      justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      position: relative; }
      .contact .wrapper .contact--formulier {
        flex-basis: 35%; }
      .contact .wrapper .contact--informatie {
        flex-basis: 35%;
        padding-left: 32px; }
      .contact .wrapper .contact--image {
        bottom: -124px;
        right: 48px; }
        .contact .wrapper .contact--image img {
          width: 85%; } }
  @media (min-width: 1200px) {
    .contact .wrapper .contact--informatie {
      flex-basis: 30%;
      padding-left: 32px; }
    .contact .wrapper .contact--image img {
      width: 95%; } }
  @media (min-width: 1440px) {
    .contact {
      padding: 144px 0 200px; }
      .contact .wrapper .contact--image {
        bottom: -200px; }
        .contact .wrapper .contact--image img {
          width: 105%; } }

.footer {
  background: #2E3C45;
  color: white; }
  .footer .wrapper {
    text-align: center; }
    .footer .wrapper .footer--logo {
      position: relative; }
      .footer .wrapper .footer--logo img {
        width: 100px;
        z-index: 1;
        position: relative; }
      .footer .wrapper .footer--logo:before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.25); }
      .footer .wrapper .footer--logo:after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 92px);
        width: 185px;
        height: 2px;
        background: #2E3C45;
        z-index: 0; }
    .footer .wrapper .footer--info {
      padding: 32px 0; }
      .footer .wrapper .footer--info a {
        transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
        -webkit-transition: all 0.3s 0s ease;
        display: block;
        color: white;
        padding: 4px 0; }
        .footer .wrapper .footer--info a:hover {
          color: #F2994A; }
      .footer .wrapper .footer--info .facebook {
        width: 24px; }
    .footer .wrapper .footer--credentials {
      padding-bottom: 48px; }
      .footer .wrapper .footer--credentials a {
        transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
        -webkit-transition: all 0.3s 0s ease;
        color: white; }
        .footer .wrapper .footer--credentials a:hover {
          color: #F2994A; }
      .footer .wrapper .footer--credentials img {
        width: 76px;
        display: inline-block;
        vertical-align: middle; }
  @media (min-width: 768px) {
    .footer {
      padding-bottom: 48px; }
      .footer .wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit--flex-direction: row;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .footer .wrapper .footer--logo {
          flex-basis: 100%; }
        .footer .wrapper .footer--info {
          flex-basis: 50%;
          text-align: left;
          padding: 0; }
          .footer .wrapper .footer--info a {
            display: inline-block;
            vertical-align: middle;
            padding: 4px 12px 4px 0; }
          .footer .wrapper .footer--info .facebook {
            padding-top: 5px; }
        .footer .wrapper .footer--credentials {
          text-align: right;
          padding: 0; } }

section.verse-vis {
  background: white;
  color: #2E3C45;
  text-align: center; }
  section.verse-vis article {
    margin: auto;
    max-width: 760px; }
  section.verse-vis .assortiment {
    padding: 72px 0; }
    section.verse-vis .assortiment + .assortiment {
      padding: 0 0 144px; }
  section.verse-vis .toelichting {
    font-style: italic;
    padding-top: 24px; }
  section.verse-vis ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    section.verse-vis ul li {
      padding: 12px 0;
      border-top: 2px dashed #E0E0E0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      width: 100%;
      text-align: left; }
      section.verse-vis ul li:last-child {
        border-bottom: 2px dashed #E0E0E0; }
      section.verse-vis ul li .devider {
        opacity: 0; }
      section.verse-vis ul li .price {
        width: 150px;
        text-align: right; }
  @media (min-width: 576px) {
    section.verse-vis ul li {
      display: block;
      text-align: center; }
      section.verse-vis ul li .devider {
        opacity: 1; }
      section.verse-vis ul li .price {
        width: auto; } }
  @media (min-width: 992px) {
    section.verse-vis h2 {
      font-size: 40px; } }

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