@charset "UTF-8";
/*!
Theme Name: New Theme
Theme URI: http://www.smart-wise.nl/
Author: Daniel Hoppener
Author URI: http://www.smart-wise.nl/
Description: Maatwerk thema ontwikkeld door Smart-Wise - Freelance Developer
Version: 1.0.1
*/
@font-face {
  font-family: 'MuseoSans-300';
  src: url("webfonts/MuseoSans_300.otf");
}

@font-face {
  font-family: 'MuseoSans-300-Italic';
  src: url("webfonts/MuseoSans_300_Italic.otf");
}

@font-face {
  font-family: 'MuseoSans-700';
  src: url("webfonts/MuseoSans_700.otf");
}

@font-face {
  font-family: 'MuseoSans-700-Italic';
  src: url("webfonts/MuseoSans_700_Italic.otf");
}

/* Formula for calculating font-sizes
     font-size: calc(
          [ minimum size ] + (
               [ maximum size ] - [ minimum size ] 
          ) * ( 
               ( 100vw - [ minimum viewport width ] ) / 
                    ( [ maximum viewport width ] - [ minimum viewport width ] )
          )
     );
*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* 
      Basic styling most used elements
*/
body {
  font-family: "MuseoSans-300";
  font-size: 18px;
  line-height: 36px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoSans-700";
  color: black;
}

h1 {
  line-height: 52px;
}

h1 {
  font-size: 40px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(40px + 4 * ((100vw - 320px) / 880));
  }
}

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

h2 {
  line-height: 46px;
}

h2 {
  font-size: 30px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(30px + 4 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 34px;
  }
}

h2.errorpage {
  text-align: center;
  padding-bottom: 50px;
}

h3 {
  line-height: 40px;
}

h3 {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

blockquote {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin: 0 auto;
  font-family: "MuseoSans-300-Italic";
  margin-top: 25px;
  text-align: center;
}

blockquote::before {
  content: "“";
  font-family: "MuseoSans-700-Italic";
  font-size: 150px;
  color: #ffed00;
  position: absolute;
  opacity: 0.2;
  top: 25px;
  left: -50px;
}

ul, ol {
  position: relative;
  list-style: none;
}

ul li, ol li {
  position: relative;
  color: black;
  margin-left: 20px;
}

ul li a, ol li a {
  text-decoration: none;
  color: black;
}

ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffed00;
  left: -20px;
  top: 13px;
}

nav ul li, ul li.socialmedia__item {
  margin: 0;
}

nav ul li::before, ul li.socialmedia__item::before {
  content: none;
}

ul li.socialmedia__item {
  display: inline-block;
}

ol {
  counter-reset: smartwise-counter;
}

ol li {
  counter-increment: smartwise-counter;
}

ol li::before {
  content: counter(smartwise-counter);
  color: #ffed00;
  position: absolute;
  display: block;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "MuseoSans-700";
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: block;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper--errorpage {
  max-width: 600px;
  margin-bottom: 100px;
}

.wrapper--errorpage a {
  margin: 0 auto;
}

.wrapper--sub {
  max-width: 680px;
}

button, input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header, main, footer {
  position: relative;
}

.blue {
  color: #ffed00;
  text-shadow: 0 0 4px black;
  font-family: "MuseoSans-700";
}

body.login {
  background-color: rgba(104, 209, 255, 0.8);
}

body.login #login h1 a {
  background-image: url(./images/rubo-logo.png);
  background-size: contain;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100px;
  font-weight: 700;
}

body.login #loginform {
  background-color: #009ee3;
  border-color: #bacdd4;
  color: white;
}

.top-navigation {
  position: relative;
}

.top-navigation.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-navigation__hamburger {
  display: block;
  position: absolute;
  top: -65px;
}

.top-navigation__menu {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.top-navigation__menu a {
  font-family: "MuseoSans-700";
  color: white;
  font-size: 24px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.top-navigation__menu a:hover {
  color: #ffed00;
}

.top-navigation__menu .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-navigation__menu .current-menu-item a {
  position: relative;
  color: #ffed00;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.nav-open .top-navigation__menu {
  display: block;
}

@media (min-width: 900px) {
  .top-navigation__hamburger {
    display: none;
  }
  .top-navigation__menu {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .top-navigation__menu li {
    margin: 0 10px;
  }
  .top-navigation__menu .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header {
  z-index: 2;
}

.hero-image {
  position: relative;
  top: 0;
  width: 100%;
  height: 35vw;
  min-height: 300px;
  max-height: 600px;
  background-image: url("./images/petex.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-image--overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 175, 175, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(rgba(175, 175, 175, 0.4), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(rgba(175, 175, 175, 0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(rgba(175, 175, 175, 0.4), rgba(0, 0, 0, 0.4));
}

.company-logo {
  padding-top: 25px;
  position: relative;
  text-align: center;
}

.company-logo img {
  height: 75px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

@media (min-width: 900px) {
  .company-logo img {
    height: 150px;
  }
}

footer {
  background-color: black;
  color: white;
  padding: 100px 0;
}

footer h3 {
  color: #ffed00;
  padding-bottom: 25px;
}

footer .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 900px) {
  footer .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

footer .column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
}

footer .column:last-child {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  footer .column {
    margin-bottom: 0px;
  }
}

input[type='submit'] {
  font-family: "MuseoSans-300";
  display: block;
  background-color: #ffed00;
  color: white;
  padding: 12px 25px;
}

input, textarea {
  font-family: "MuseoSans-300";
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 14px 10px 14px;
  outline: none;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 18px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

input:focus, textarea:focus {
  border: 1px solid #fff896;
  outline: 1px solid #ffed00;
}

.block {
  margin-bottom: 100px;
}

@media (min-width: 900px) {
  .block {
    margin-bottom: 150px;
  }
}

.block-pagetitle {
  text-align: center;
  background-color: #ffed00;
  padding: 25px 0;
}

.block-pagetitle h1, .block-pagetitle h2 {
  color: black;
}

.block-contentclean a, .block-content__content a {
  position: relative;
  color: black;
  text-decoration: none;
}

.block-contentclean a::before, .block-content__content a::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: 1px;
  z-index: -1;
  background-color: #ffed00;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.block-contentclean a:hover::before, .block-content__content a:hover::before {
  width: 0;
}

.block-content {
  display: block;
}

.block-content h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}

.block-content h3::before {
  content: "";
  width: 100%;
  background-color: #ffed00;
  height: 35%;
  display: block;
  position: absolute;
  bottom: 5px;
  z-index: -1;
}

.block-content .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.block-content__content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.block-content__image {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 50px;
}

.block-content__image img {
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 50%;
  min-width: 300px;
}

@media (min-width: 900px) {
  .block-content .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
  }
  .block-content .one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-content .two {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-content__content {
    width: 50%;
  }
  .block-content__image {
    width: 50%;
    padding-bottom: 0;
  }
}

.block-quote {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-quote img {
  height: auto;
  max-width: 150px;
  margin: 15px auto 0;
}

@media (min-width: 900px) {
  .block-quote {
    width: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.block-contact {
  margin-bottom: 64px;
}

.block-contact form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .block-contact {
    margin-bottom: 114px;
  }
  .block-contact form {
    width: 50%;
  }
}

.block-slogan {
  background-color: #ffed00;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 0;
}

.block-slogan h4 {
  font-size: 2em;
  color: black;
  padding-bottom: 25px;
}

.block-slogan .btn {
  margin: 0 auto;
}

.btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "MuseoSans-700";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.btn__black {
  background-color: black;
  color: white;
}

.btn__black:hover {
  color: black;
  background-color: #ffed00;
}

.btn__ghost {
  background-color: white;
  color: black;
  border: 1px solid #ffed00;
}

.btn__white {
  background-color: white;
  color: black;
}

.btn__white--errorpage {
  margin: 25px auto 15px;
}

.btn__white:hover {
  background-color: black;
  color: white;
}

.btn__blue {
  background-color: #ffed00;
  color: black;
}

.btn__blue:hover {
  background-color: black;
  color: white;
}

input[type="submit"] {
  font-family: "MuseoSans-700";
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
}

input[type="submit"]:hover {
  background-color: black;
  color: white;
}

.hamburger-button {
  width: 34px;
  height: 34px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 5;
}

.hamburger-button span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: #ffed00;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hamburger-button span:nth-child(even) {
  right: 0px;
}

.hamburger-button span:nth-child(odd) {
  left: 0;
}

.hamburger-button span:nth-child(1), .hamburger-button span:nth-child(2) {
  top: 0px;
}

.hamburger-button span:nth-child(3), .hamburger-button span:nth-child(4) {
  top: 14px;
}

.hamburger-button span:nth-child(5), .hamburger-button span:nth-child(6) {
  top: 28px;
}

.nav-open .hamburger-button span {
  background: white;
  width: 50%;
  border: none;
}

.nav-open .hamburger-button span:nth-child(1), .nav-open .hamburger-button span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .hamburger-button span:nth-child(2), .nav-open .hamburger-button span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .hamburger-button span:nth-child(1) {
  left: 2px;
  top: 8px;
}

.nav-open .hamburger-button span:nth-child(2) {
  right: 2px;
  top: 8px;
}

.nav-open .hamburger-button span:nth-child(3) {
  left: 0px;
  opacity: 0;
}

.nav-open .hamburger-button span:nth-child(4) {
  right: 0;
  opacity: 0;
}

.nav-open .hamburger-button span:nth-child(5) {
  left: 3px;
  top: 20px;
}

.nav-open .hamburger-button span:nth-child(6) {
  right: 3px;
  top: 20px;
}

.socialmedia {
  max-width: 100%;
  margin: 0 auto;
}

.socialmedia__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.socialmedia__flex .fab {
  font-size: 40px;
}

.socialmedia__item {
  position: relative;
}

.socialmedia__item a {
  position: relative;
  vertical-align: middle;
}

.socialmedia__item img {
  position: relative;
  max-width: 100%;
  height: 40px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.socialmedia__item i {
  color: #ffed00;
  line-height: 0;
}

.socialmedia__item i:hover {
  color: #fff896;
}

.pagination {
  text-align: center;
}

.pagination .page-numbers {
  font-family: "MuseoSans-700";
  font-size: 18px;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid black;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.pagination .page-numbers:hover {
  background-color: #fff896;
  color: black;
}

.pagination .page-numbers.current {
  background-color: #ffed00;
  color: black;
}

.pagination .prev {
  position: relative;
  background: none;
  border: none;
  background-image: url(images/previous_002.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 15px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.pagination .prev:hover {
  background-color: white;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.pagination .next {
  position: relative;
  border: none;
  background: none;
  background-image: url(images/next_002.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 15px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.pagination .next:hover {
  background-color: white;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media (min-width: 900px) {
  .pagination {
    margin-top: -75px;
    z-index: 9;
    position: relative;
  }
}

.errorpage.btn {
  text-align: center;
  margin: -50px auto 75px;
}

.cards.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cards .card {
  position: relative;
  margin-bottom: 75px;
  width: 30%;
  min-width: 300px;
  font-family: "MuseoSans-700";
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.cards .card__description {
  position: relative;
  padding: 20px;
}

.cards .card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
}

.cards .card__image img {
  width: 100%;
  height: auto;
}

.cards .card h3 {
  position: relative;
  color: black;
  background-color: #ffed00;
  text-align: center;
  padding: 10px 0;
}

.cards .card .btn {
  margin: 0 0 0 auto;
}

.cards .card ul {
  padding-bottom: 15px;
}

.cards .card__price {
  text-align: center;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 1.3em;
  font-family: "MuseoSans-700-Italic";
}

@media (min-width: 900px) {
  .cards .card {
    margin-bottom: 150px;
  }
}

.occasion__image {
  padding-bottom: 50px;
}

.occasion__image img {
  margin: 0 auto;
  position: relative;
  display: block;
  border-radius: 15px;
  height: auto;
}

.occasion .extra-options {
  display: inline-block;
}

.occasion__price p {
  font-family: "MuseoSans-700";
  font-size: 28px;
  text-align: center;
  padding: 50px 0;
}

.occasion .btn {
  margin: 0 0 0 auto;
}

.contactpage {
  position: relative;
  width: 100%;
  margin-bottom: 75px;
}

.contactpage.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactpage__form {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.contactpage__companyinfo {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 75px;
}

.contactpage__companyinfo a {
  text-decoration: none;
}

.contactpage__companyinfo a::before {
  content: '';
  height: 16px;
  background-color: #ffed00;
  opacity: .6;
  bottom: 5px;
  z-index: -1;
}

@media (min-width: 600px) {
  .contactpage.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contactpage__form {
    width: 45%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contactpage__companyinfo {
    top: 25px;
    width: 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
  .contactpage__companyinfo.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contactpage__companyinfo a {
    text-decoration: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.googlemaps__map {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: 40vw;
  max-height: 600px;
}

.googlemaps__map .mapouter {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

.googlemaps__map .mapouter .gmap_canvas {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

.googlemaps__map .mapouter .gmap_canvas iframe {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

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