@charset "UTF-8";
/* Corporate Identity Colors */
/* Input fields */
/* Errors */
/* Button colors */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, a::selection, span::selection, li::selection, label::selection, em::selection, br::selection, strong::selection, img::selection {
  color: white;
  background: #001233; }

body {
  font-family: 'Crimson Text', serif;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p, ul li, ul li a, small {
  color: #001233; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Yeseva One', cursive;
  display: block; }

h1 {
  font-size: 39px;
  word-break: keep-all;
  word-wrap: normal; }

h1 > span {
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block; }

h2 {
  font-size: 36px;
  margin-bottom: 80px; }

h2 > span {
  font-size: 8px;
  letter-spacing: 8px;
  text-transform: uppercase; }

h3 {
  font-size: 28px; }

div > h3 {
  margin-top: 40px; }

p + div {
  margin-top: 20px; }

h3 + p, h2 + p {
  margin-top: 15px; }

p + h3 {
  margin-top: 35px; }

h3 > span {
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px; }

h3 > span.nowrap {
  font-size: 28px;
  word-break: keep-all;
  word-wrap: normal;
  letter-spacing: normal;
  display: inline-block; }

a + h3 {
  margin-top: 70px; }

h3 + h4 {
  margin-top: 37px; }

ul + h4 {
  margin-top: 35px; }

h4 + ul {
  margin-top: 25px; }

h4 {
  font-size: 21px;
  margin: 30px 0px 10px 0px; }

h5 {
  font-size: 18px;
  margin: 30px 0px 10px 0px; }

h6 {
  font-size: 21px; }

h6 > span {
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px; }

h6 + p {
  margin-top: 10px; }

p {
  font-size: 18px;
  line-height: 1.5; }

p > i {
  font-style: italic; }

p + p {
  margin-top: 20px; }

.noParagraphs > p {
  margin-top: 0px; }

p + a {
  margin-top: 40px;
  padding-left: 35px; }

p > b {
  font-weight: bold; }

a + h3 {
  margin-top: 70px; }

p + ul {
  margin-top: 50px; }

.floatBoxWhite > p + ul {
  margin-top: 10px; }

ul {
  width: 100%;
  display: block;
  padding-left: 35px;
  box-sizing: border-box; }

ul li {
  font-size: 18px;
  line-height: 1.5; }

a {
  display: inline-block;
  color: #001233;
  text-decoration: underline;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600; }

a::after {
  content: " >>";
  display: inline; }

a:hover {
  text-decoration: none; }

a:hover {
  cursor: pointer; }

p > a {
  color: #FFFFFF;
  display: inline;
  letter-spacing: inherit;
  font-size: inherit; }

p > a::after {
  content: "";
  display: none; }

@keyframes button-press {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(0.95); } }

@keyframes button-hover {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

a.button:active {
  animation-name: button-press;
  animation-duration: 0.2s;
  animation-fill-mode: both; }

a.button, button {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: #8679AF;
  color: #FFFFFF;
  font-family: "Yeseva One", cursive;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  height: 60px;
  letter-spacing: normal;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  outline: none;
  border: none; }

a.button.dark, button.dark {
  background-color: #001233;
  color: #FFFFFF; }

a.button:hover {
  background-color: #9892c5; }

a.button:after {
  content: ""; }

div > a.button {
  margin-top: 50px; }

summary ul {
  list-style-position: outside;
  list-style-type: circle; }
  summary ul li {
    font-size: 14px;
    line-height: 1.5; }

ul.checkmarkList {
  list-style: none;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px; }
  ul.checkmarkList li {
    font-size: 14px;
    line-height: 1.3; }
  ul.checkmarkList li:before {
    background: url("../images/checkmark.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    display: inline-block;
    content: '';
    left: -20px; }

p a.phonenumber, p a.email, p a.mapsDirection {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: normal;
  color: #001233;
  display: inline-block; }

p a.phonenumber:after, p a.email:after {
  content: ""; }

.contentCenter {
  text-align: center; }

.articlePushRight {
  text-align: right; }

.nowrap {
  word-break: keep-all;
  display: inline-block; }

.desktopOnly {
  display: none; }

.purpleText {
  color: #8679AF !important; }

.indentedElement {
  box-sizing: border-box;
  padding-left: 40px; }

.floralPattern {
  position: absolute;
  z-index: -1; }

#pageHeading .wrapper {
  padding: 50px 70px 100px 70px; }
  #pageHeading .wrapper h1 {
    font-size: 48px; }
  #pageHeading .wrapper h1:before {
    content: " ";
    display: block;
    height: 2px;
    background-color: #001233;
    width: 55px;
    clear: both;
    margin-bottom: 20px; }

#menuMobile {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 900; }
  #menuMobile #navigationContainer #logoContainer #logo {
    width: 90px;
    position: absolute;
    left: 10px;
    top: 0px; }
    #menuMobile #navigationContainer #logoContainer #logo img {
      width: 100%; }

#hamburgerMenu {
  position: absolute;
  right: 10px;
  display: block;
  top: 5px;
  cursor: pointer; }
  #hamburgerMenu span {
    height: 5px;
    width: 25px;
    background-color: #FFFFFF;
    margin: 10px 0;
    position: relative;
    display: block; }

#mobileMenuOverlay {
  background-color: #FFFFFF;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  position: fixed;
  left: -100vw;
  overflow: scroll; }
  #mobileMenuOverlay div#closeContainer {
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    text-align: right;
    position: relative; }
    #mobileMenuOverlay div#closeContainer span#close {
      width: 25px;
      height: 25px;
      display: block;
      cursor: pointer; }
    #mobileMenuOverlay div#closeContainer span#close:hover::before {
      opacity: 1; }
    #mobileMenuOverlay div#closeContainer span#close:before, #mobileMenuOverlay div#closeContainer span#close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 25px;
      width: 5px;
      background-color: #001233; }
    #mobileMenuOverlay div#closeContainer span#close:before {
      transform: rotate(45deg); }
    #mobileMenuOverlay div#closeContainer span#close:after {
      transform: rotate(-45deg); }
    #mobileMenuOverlay div#closeContainer span#close:clicked::before {
      background-color: red; }
  #mobileMenuOverlay .container {
    padding: 100px 50px 0px 50px;
    box-sizing: border-box; }
    #mobileMenuOverlay .container ul {
      padding-left: 0px; }
      #mobileMenuOverlay .container ul li {
        display: block;
        width: 100%; }
        #mobileMenuOverlay .container ul li a {
          text-decoration: none;
          font-size: 18px;
          font-weight: 700;
          width: 100%;
          padding-top: 20px;
          padding-bottom: 20px;
          letter-spacing: normal;
          cursor: pointer; }
        #mobileMenuOverlay .container ul li a:after {
          content: ""; }

.miniMenu {
  background-color: #FFFFFF;
  height: 30px;
  top: 0;
  position: fixed;
  width: 100vw;
  z-index: 5;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15); }
  .miniMenu #logoContainer {
    display: none; }
  .miniMenu #hamburgerMenu span {
    height: 2px;
    width: 15px;
    margin: 5px 0;
    background-color: #001233; }

header#hero {
  width: 100%;
  height: 406px;
  background-size: cover;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position-x: right;
  background-position-y: center;
  position: relative; }
  header#hero hgroup#heroHeading {
    position: absolute;
    top: 180px;
    right: 35px; }
    header#hero hgroup#heroHeading h1 {
      color: #FFFFFF; }
      header#hero hgroup#heroHeading h1 span {
        display: inline;
        position: relative; }
  header#hero hgroup#productHeading {
    position: absolute;
    padding: 0px 10px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box; }
    header#hero hgroup#productHeading * {
      color: #FFFFFF;
      position: relative; }
    header#hero hgroup#productHeading h1 {
      font-size: 39px; }
    header#hero hgroup#productHeading h2 {
      margin-top: 20px;
      margin-bottom: 0px;
      font-size: 26px;
      display: block; }
    header#hero hgroup#productHeading div#heroPricetag {
      text-align: right;
      margin-top: 30px;
      padding-right: 20px;
      box-sizing: border-box;
      padding-bottom: 25px; }
      header#hero hgroup#productHeading div#heroPricetag h1 {
        font-size: 45px; }
        header#hero hgroup#productHeading div#heroPricetag h1 span {
          font-size: 18px;
          letter-spacing: normal;
          text-transform: none; }
        header#hero hgroup#productHeading div#heroPricetag h1 span:before {
          content: " ";
          display: inline-block;
          height: 1px;
          background-color: #FFFFFF;
          width: 50px;
          margin-bottom: 5px;
          margin-right: 10px; }

header#hero.heroLarge {
  height: 550px; }

header#hero.headerMobileTiny {
  height: 150px; }
  header#hero.headerMobileTiny h1 {
    display: none; }

.lineAfter::after {
  display: inline-block;
  margin: 0 0 1px 10px;
  height: 2px;
  content: " ";
  text-shadow: none;
  background-color: #FFFFFF;
  width: 57px; }

.lineBefore::before {
  display: inline-block;
  margin: 0 10px 2px 10px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #001233;
  width: 57px; }

.decorativeLine {
  display: block;
  margin: 0 10px 20px 0px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #001233;
  width: 57px; }

.floralPattern {
  width: 100%;
  background: url("../images/succulents.jpg");
  display: block;
  height: 350px;
  background-size: cover; }

.floatBoxWhite {
  width: 100%;
  border-radius: 8px;
  background: #FFFFFF;
  display: block;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.34);
  padding: 30px 20px 70px 20px;
  box-sizing: border-box;
  min-height: 350px;
  margin-top: 40px; }
  .floatBoxWhite .wrapper {
    padding: 0px 30px; }
  .floatBoxWhite .thumbHeading, .floatBoxWhite p {
    width: 100%;
    box-sizing: border-box;
    display: inline-block; }
    .floatBoxWhite .thumbHeading > a, .floatBoxWhite p > a {
      color: #FFFFFF;
      font-size: inherit;
      letter-spacing: normal;
      font-weight: normal; }
    .floatBoxWhite .thumbHeading > a::after, .floatBoxWhite p > a::after {
      display: none; }
  .floatBoxWhite p {
    margin-top: 20px; }
  .floatBoxWhite > div summary ul {
    margin-top: 20px;
    margin-bottom: 20px; }
  .floatBoxWhite > div + div {
    margin-top: 40px; }

.contentBox {
  padding: 30px 0px 70px 0px; }

.wrapper h2 {
  margin-bottom: 10px; }

.wrapper h2:first-child {
  margin-top: 40px; }

#reviewPanel {
  position: relative;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px; }
  #reviewPanel > div {
    margin-top: 10px; }
    #reviewPanel > div .review {
      width: 100%;
      margin-top: 30px; }

#reviewPanel.desktopOnly {
  float: none;
  margin-top: 0px;
  padding: 0px 40px;
  min-height: 600px; }
  #reviewPanel.desktopOnly .indentedElement {
    padding: 0px; }

.floatBoxWhite.floatBoxInvert {
  background-color: #8679AF; }
  .floatBoxWhite.floatBoxInvert p, .floatBoxWhite.floatBoxInvert h1, .floatBoxWhite.floatBoxInvert h2, .floatBoxWhite.floatBoxInvert h3, .floatBoxWhite.floatBoxInvert h4, .floatBoxWhite.floatBoxInvert h5, .floatBoxWhite.floatBoxInvert h6, .floatBoxWhite.floatBoxInvert span, .floatBoxWhite.floatBoxInvert label {
    color: #FFFFFF; }

.container {
  width: 100%;
  position: relative;
  float: left; }

.thumbHeading {
  padding-top: 20px;
  display: inline-block; }
  .thumbHeading .thumbHeadingImage {
    width: 35%;
    box-sizing: border-box;
    padding-right: 5px; }
  .thumbHeading .thumbHeadingText {
    width: 65%;
    box-sizing: border-box;
    padding-left: 5px; }
    .thumbHeading .thumbHeadingText ul {
      margin-top: 20px; }
    .thumbHeading .thumbHeadingText contact p, .thumbHeading .thumbHeadingText contact p > a {
      font-size: 16px; }
    .thumbHeading .thumbHeadingText contact p > a:hover {
      text-decoration: none; }
  .thumbHeading .thumbHeadingImage, .thumbHeading .thumbHeadingText {
    display: block;
    box-sizing: border-box;
    float: left; }
    .thumbHeading .thumbHeadingImage img, .thumbHeading .thumbHeadingText img {
      width: 85px; }

#appointmentSectionMobile > div:nth-child(1) > div > div > div.thumbHeading > div.thumbHeadingText > contact > p, #appointmentSectionMobile > div:nth-child(1) > div > div > div.thumbHeading > div.thumbHeadingText > contact > p > a {
  font-size: 18px; }

h4 + contact {
  margin-top: 10px;
  display: block; }

.mainColumn {
  width: 100%; }
  .mainColumn .wrapper {
    padding-bottom: 75px;
    padding-top: 50px; }

.row {
  width: 100%;
  display: block; }

.columnHalf {
  width: 50%;
  display: block;
  float: left; }

.forceSidebySide {
  float: left; }

.itemTitle {
  font-family: 'Yeseva One', cursive;
  font-size: 18px; }

.itemPriceHeavy {
  font-family: 'Yeseva One', cursive;
  font-size: 36px; }

aside, .column {
  position: relative;
  display: block; }
  aside .floralPattern, .column .floralPattern {
    position: absolute;
    z-index: -1; }
  aside .row img, .column .row img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 15px; }
  aside .row .itemTitle, .column .row .itemTitle {
    text-align: center; }
  aside .row .textBox, .column .row .textBox {
    margin-top: 10px; }
  aside .row .columnHalf, .column .row .columnHalf {
    display: flex;
    justify-content: space-around;
    align-items: center; }

.dealerComparison img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 15px; }

.dealerComparison .itemTitle {
  text-align: center; }

.dealerComparison .textBox {
  margin-top: 10px; }

.dealerComparison .columnHalf {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.dealerComparison .row p + p {
  text-align: center;
  font-style: italic; }

section {
  display: block;
  float: left;
  width: 100%; }

section + section {
  margin-top: 40px; }

section > div > .column + .column {
  margin-top: 40px; }

.objectBlock {
  margin: 50px 10px; }
  .objectBlock img {
    width: 100%;
    display: block;
    box-sizing: border-box; }
  .objectBlock .objectBlockImgCaption {
    font-size: 10px;
    font-weight: 600;
    text-align: right;
    width: 100%; }

.wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px; }

.wrapperSlim {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 40px; }

article {
  margin: 40px 0px; }

.extraItem h3 + p {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px; }

.extraItem a {
  margin-top: 30px;
  padding-left: 70px;
  box-sizing: border-box; }

.itemGroup a:first-child {
  margin-top: 20px; }

.columnPushRight {
  float: right;
  position: relative; }

table.comparisonTable {
  box-sizing: border-box;
  margin-left: 30px;
  margin-top: 40px;
  margin-top: 40px; }
  table.comparisonTable tr {
    width: 100%;
    height: 20px; }
    table.comparisonTable tr td {
      width: 50%;
      padding-right: 60px; }
      table.comparisonTable tr td b {
        font-weight: 700; }

section main {
  float: left;
  width: 100%; }
  section main .wrapper h3:first-of-type {
    margin-top: 40px; }
  section main .wrapper p + h3, section main .wrapper p + .itemGroup, section main .wrapper .itemGroup + h3 {
    margin-top: 60px; }
  section main .wrapper h5 + p {
    margin-top: 20px; }
  section main .wrapper p + h5, section main .wrapper h3 + h5 {
    margin-top: 30px; }

.productExpo {
  background-color: #F9F9F9;
  padding-top: 50px;
  padding-bottom: 120px; }
  .productExpo .wrapper .extraItem .objectBlock {
    position: relative;
    min-height: 250px; }
    .productExpo .wrapper .extraItem .objectBlock img {
      position: absolute;
      right: -50px;
      width: 430px;
      transform: scaleX(-1); }
    .productExpo .wrapper .extraItem .objectBlock p {
      position: absolute;
      bottom: 0px; }
  .productExpo .wrapper .extraItem a {
    padding-left: 35px; }

.container + .container {
  margin-top: 65px; }

#USPsection header .objectBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 230px; }
  #USPsection header .objectBlock img {
    position: absolute;
    transform: scaleX(1);
    left: -50px;
    width: 115%; }

#USPsection .container {
  background: url("../images/publicmonkey/palms.jpg");
  box-sizing: border-box;
  padding: 0px 10px; }
  #USPsection .container .wrapper {
    background: #FFFFFF;
    float: left;
    padding-bottom: 80px; }
    #USPsection .container .wrapper .row article a {
      margin-top: 30px;
      padding-left: 35px;
      box-sizing: border-box; }

.invertedSection {
  background-color: #001233 !important; }
  .invertedSection .container {
    background: #001233 !important; }
    .invertedSection .container .wrapper {
      background: none !important; }
      .invertedSection .container .wrapper * {
        color: #FFFFFF; }

.cleanSection {
  background: none !important; }
  .cleanSection .container {
    background: none !important; }

.listProductSummary li {
  list-style: square outside url("../images/checkmark.svg");
  font-size: 12px;
  margin-top: 2px; }

#appointmentBlockMobile {
  width: 100%;
  box-sizing: border-box;
  background: #8679AF;
  padding-bottom: 50px; }
  #appointmentBlockMobile * {
    color: #FFFFFF; }
  #appointmentBlockMobile .container {
    position: relative;
    min-height: 400px; }
    #appointmentBlockMobile .container .popout h1 {
      z-index: 1;
      position: absolute;
      text-align: right;
      right: 60px;
      bottom: 50px; }
    #appointmentBlockMobile .container .popout img {
      width: 80%;
      position: absolute;
      top: -30px;
      right: 10px;
      border-radius: 15px;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.34);
      z-index: 0; }
    #appointmentBlockMobile .container article {
      box-sizing: border-box;
      padding: 0px 40px; }
      #appointmentBlockMobile .container article p {
        font-size: 14px; }
      #appointmentBlockMobile .container article h3 span {
        margin-top: 80px; }
      #appointmentBlockMobile .container article h3 span::before {
        background-color: #FFFFFF; }
      #appointmentBlockMobile .container article h6 {
        font-family: "Yeseva One", cursive; }
      #appointmentBlockMobile .container article h6 + p {
        margin-top: 20px; }
      #appointmentBlockMobile .container article div p {
        font-size: 18px;
        margin-top: 20px; }
      #appointmentBlockMobile .container article div h6 {
        font-family: "Crimson Text", serif;
        font-weight: 400;
        margin-top: 20px; }
      #appointmentBlockMobile .container article div h6 + p {
        margin-top: 5px;
        font-size: 18px; }

.review {
  width: 33.33333%;
  float: left; }
  .review .reviewHeading, .review .reviewText {
    width: 100%;
    display: block; }
  .review .reviewHeading {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center; }
    .review .reviewHeading .reviewProfilePic {
      width: auto;
      display: block;
      float: left;
      margin-right: 20px; }
      .review .reviewHeading .reviewProfilePic img {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-color: #FFFFFF; }
    .review .reviewHeading .reviewPersonal {
      display: block;
      width: 100%;
      float: left; }
      .review .reviewHeading .reviewPersonal .reviewName {
        font-size: 15px;
        font-family: "Yeseva One", cursive;
        display: block; }
      .review .reviewHeading .reviewPersonal .reviewRating {
        width: 100%;
        display: block; }
        .review .reviewHeading .reviewPersonal .reviewRating span {
          background: url("../images/star.png");
          background-size: contain;
          width: 15px;
          height: 15px;
          display: inline-block;
          margin-top: 5px; }
  .review .reviewText {
    width: 100%;
    display: block;
    float: left;
    margin-top: 10px; }
    .review .reviewText p {
      font-size: 16px; }
  .review .reviewText > p:before {
    content: '“';
    font-family: "Crimson Text", serif;
    display: inline;
    color: inherit; }
  .review .reviewText > p:after {
    content: '”';
    font-family: "Crimson Text", serif;
    display: inline;
    color: inherit; }

.review + .review {
  margin-top: 20px; }

#extraProductBlock {
  width: 100%;
  box-sizing: border-box;
  background: #001233;
  padding-bottom: 100px;
  margin-top: 80px; }
  #extraProductBlock * {
    color: #FFFFFF; }
  #extraProductBlock .container {
    position: relative;
    min-height: 400px; }
    #extraProductBlock .container .popout h1 {
      z-index: 1;
      position: absolute;
      text-align: right;
      left: 10px;
      bottom: 80px; }
    #extraProductBlock .container .popout img {
      width: 80%;
      position: absolute;
      top: -30px;
      right: 10px;
      border-radius: 15px;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.34);
      z-index: 0; }
    #extraProductBlock .container article {
      margin-bottom: 80px; }
      #extraProductBlock .container article a {
        box-sizing: border-box;
        width: 100%; }

footer {
  background-color: #000000;
  display: block;
  float: left;
  width: 100%; }
  footer * {
    color: #FFFFFF; }
  footer .container {
    padding: 150px 40px;
    box-sizing: border-box; }
    footer .container h5 {
      padding-bottom: 20px; }
    footer .container ul {
      padding-left: 0px; }
      footer .container ul li {
        color: #FFFFFF; }
        footer .container ul li a {
          letter-spacing: normal;
          font-size: 18px;
          color: #FFFFFF; }
        footer .container ul li a:after {
          content: ""; }
        footer .container ul li a:hover {
          text-decoration: none; }
      footer .container ul li + li {
        margin-top: 5px; }

#navigationContainer a::after {
  content: ""; }

.textPresentation.smallToLarge p:first-child {
  font-size: 14px;
  font-family: "Yeseva One"; }

.textPresentation.smallToLarge p:last-child {
  font-size: 22px;
  font-weight: normal;
  font-family: "Crimson Text";
  margin-top: 5px; }

.articleContent ul {
  list-style: disc;
  margin-bottom: 40px;
  margin-top: 40px; }

.articleContent p + a {
  letter-spacing: normal;
  font-size: 18px;
  padding-left: 0px;
  margin-top: 0px;
  font-weight: normal; }

@media (min-width: 1024px) {
  .whiteContainerDesktop {
    width: 100%;
    border-radius: 8px;
    background: #FFFFFF;
    display: block;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.34);
    padding: 30px 10px 70px 10px;
    box-sizing: border-box; }
  .whiteContainerDesktop.invert {
    background: #8679AF; }
  header#hero.headerMobileTiny {
    height: 500px; }
  section + section {
    margin-top: 0px; }
  section .wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 50px 20px 100px 20px; }
  a.desktopLineBefore::before {
    display: inline-block;
    margin: 0 10px 2px 0px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #001233;
    width: 40px;
    padding-left: 0px; }
  .rowThirds {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .columnThird {
    width: 33.33333%; }
    .columnThird h4 + p {
      margin-top: 30px; }
  #menuMobile {
    display: none; }
  #desktopMenu {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10; }
    #desktopMenu #desktopNavigationWrapper {
      box-sizing: border-box;
      width: 100%;
      padding: 0px 20px; }
      #desktopMenu #desktopNavigationWrapper #desktopHomeContainer {
        display: block;
        float: left;
        width: 180px; }
        #desktopMenu #desktopNavigationWrapper #desktopHomeContainer a img {
          width: 100%; }
        #desktopMenu #desktopNavigationWrapper #desktopHomeContainer a:after {
          content: ""; }
      #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer {
        display: block;
        width: 70%;
        padding-top: 50px;
        box-sizing: border-box;
        float: left;
        padding-left: 30px; }
        #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul {
          display: flex;
          width: 100%;
          padding-left: 0px;
          flex-flow: row wrap;
          justify-content: flex-start; }
          #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul li {
            display: block;
            margin-bottom: 20px;
            flex-grow: 0;
            padding-right: 30px; }
            #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul li a {
              font-size: 14px;
              letter-spacing: normal;
              color: #FFFFFF;
              text-decoration: none; }
            #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul li a::before {
              content: "×";
              padding-right: 5px; }
            #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul li a:hover {
              text-decoration: underline; }
            #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul li a::before:hover {
              text-decoration: none; }
            #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul li a.currentPage {
              text-decoration: underline; }
            #desktopMenu #desktopNavigationWrapper #desktopNavigationContainer ul li a:after {
              content: ""; }
  header#hero {
    height: 932.64px;
    background-position-x: center;
    background-position-y: center; }
    header#hero hgroup#heroHeading {
      padding-right: 50px;
      padding-top: 150px; }
      header#hero hgroup#heroHeading h1 {
        font-size: 92px;
        box-sizing: border-box; }
        header#hero hgroup#heroHeading h1 span {
          font-size: 20px;
          text-transform: none; }
    header#hero hgroup#productHeading {
      width: 100%;
      padding: 0px 20px;
      bottom: auto;
      top: 250px; }
      header#hero hgroup#productHeading h1 {
        font-size: 73px;
        overflow-x: visible; }
      header#hero hgroup#productHeading h2 {
        font-size: 73px; }
      header#hero hgroup#productHeading div#heroPricetag {
        width: 70%;
        margin-top: 100px; }
        header#hero hgroup#productHeading div#heroPricetag h1 {
          font-size: 106px; }
          header#hero hgroup#productHeading div#heroPricetag h1 span {
            font-size: 42px; }
          header#hero hgroup#productHeading div#heroPricetag h1 span:before {
            margin-bottom: 10px;
            height: 5px;
            width: 110px;
            margin-right: 20px; }
  h2 {
    font-size: 72px; }
    h2 span {
      font-size: 12px; }
  h3 {
    font-size: 28px; }
  p {
    font-size: 16px; }
  .wrapper {
    padding: 0px; }
  #pageHeading .wrapper {
    padding: 50px 50px; }
  #mainContainer main, #mainContainer .sidebar {
    padding-right: 20px;
    box-sizing: border-box; }
    #mainContainer main h2, #mainContainer .sidebar h2 {
      font-size: 36px;
      margin-bottom: 0px; }
    #mainContainer main div summary, #mainContainer .sidebar div summary {
      margin-top: 30px; }
      #mainContainer main div summary ul + h4, #mainContainer .sidebar div summary ul + h4 {
        margin-top: 70px; }
    #mainContainer main div summary + h3, #mainContainer .sidebar div summary + h3 {
      margin-top: 70px; }
    #mainContainer main div h3, #mainContainer .sidebar div h3 {
      font-size: 28px; }
  #mainContainer div.sidebar {
    width: 40%;
    float: left; }
    #mainContainer div.sidebar .container .floralPattern {
      left: auto;
      right: 70px; }
  #mainContainer main {
    width: 60%;
    float: left; }
  #mainContainer aside {
    width: 30%;
    float: left;
    display: none; }
  #mainContainer.contactPage .mainColumn.mainColumnWithSidebar {
    padding: 0px;
    padding-right: 40px; }
  #vervangendvervoer.contactPage .row {
    float: left;
    box-sizing: border-box;
    padding-right: 50px; }
  h6 + div.indentedElement {
    margin-top: 20px; }
  p + div.indentedElement {
    margin-top: 20px; }
  div.indentedElement + p {
    margin-top: 20px; }
  section .mainColumn {
    width: 66.66667%;
    box-sizing: border-box;
    float: left;
    display: block;
    padding-right: 50px;
    padding-left: 30px; }
  section .mainColumn.mainColumnWithSidebar {
    width: 60%;
    box-sizing: border-box; }
  section aside {
    width: 33.33333%;
    box-sizing: border-box;
    float: left;
    display: block;
    padding-top: 75px; }
    section aside .container {
      width: 100%;
      position: relative; }
      section aside .container .floralPattern {
        position: absolute;
        left: 60px;
        width: 620px;
        height: 620px; }
    section aside > .wrapper {
      padding-right: 30px;
      float: left;
      padding-top: 70px; }
      section aside > .wrapper .row + .row {
        padding-top: 10px; }
      section aside > .wrapper .row .textBox .itemTitle {
        padding-bottom: 10px;
        display: inline-block;
        box-sizing: border-box; }
  section > .container {
    float: left;
    position: relative; }
    section > .container > .column {
      padding: 0px 45px;
      box-sizing: border-box; }
    section > .container > .column + .column {
      margin-top: 0px; }
    section > .container > .column:nth-child(1) {
      padding-left: 0px; }
    section > .container > .column:nth-child(3) {
      padding-right: 0px;
      padding-left: 0px; }
    section > .container .columnThird .objectBlock {
      padding-top: 100px; }
      section > .container .columnThird .objectBlock img {
        transform: scaleX(-1); }
    section > .container .columnThird .wrapper h3 {
      font-size: 33px;
      padding-top: 65px; }
    section > .container .floralPattern {
      width: 420px;
      height: 420px;
      background-size: cover;
      position: absolute;
      left: 75px;
      top: 0px; }
    section > .container .wrapper {
      padding-right: 20px; }
      section > .container .wrapper .floatBoxWhite {
        min-height: 250px;
        margin-top: 0px; }
        section > .container .wrapper .floatBoxWhite .wrapper .thumbHeading .thumbHeadingText h4 {
          margin-top: 0px; }
        section > .container .wrapper .floatBoxWhite .wrapper .thumbHeading .thumbHeadingText contact p {
          margin-top: 0px; }
        section > .container .wrapper .floatBoxWhite .thumbHeading + h3 {
          margin-top: 40px; }
        section > .container .wrapper .floatBoxWhite h3 {
          font-size: 18px;
          padding-top: 0px; }
        section > .container .wrapper .floatBoxWhite ul {
          padding-top: 10px; }
  section .columnPushRight {
    float: right; }
  section .columnThird {
    box-sizing: border-box;
    float: left; }
  section .columnTwoThirds {
    width: 66.66667%;
    box-sizing: border-box;
    margin-top: 70px;
    display: block;
    float: left; }
    section .columnTwoThirds .columnThird {
      float: left;
      display: block; }
    section .columnTwoThirds .extraItem {
      width: 50%;
      box-sizing: border-box;
      display: inline-block;
      float: left;
      padding: 0px 25px; }
      section .columnTwoThirds .extraItem h3, section .columnTwoThirds .extraItem h3 > span {
        font-size: 28px; }
      section .columnTwoThirds .extraItem a {
        padding-left: 0px; }
      section .columnTwoThirds .extraItem p {
        padding: 0px;
        padding-left: 50px; }
  .anotherBlock .container .floralPattern {
    left: 0; }
  .anotherBlock .container .wrapper .row {
    display: flex;
    align-items: space-between;
    box-sizing: border-box;
    width: 100%; }
    .anotherBlock .container .wrapper .row article:first-child {
      max-width: 400px;
      margin-left: 170px; }
  #contactSection {
    background-color: #F9F9F9;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 100px;
    margin-bottom: 70px; }
    #contactSection .wrapper .column {
      margin-top: 0px; }
      #contactSection .wrapper .column article {
        padding: 0px 0px; }
        #contactSection .wrapper .column article h3 {
          font-size: 28px; }
        #contactSection .wrapper .column article img {
          transform: scaleX(-1); }
      #contactSection .wrapper .column .objectBlock {
        padding-top: 130px; }
    #contactSection .wrapper .column {
      padding: 0px 20px;
      box-sizing: border-box; }
    #contactSection .wrapper .column:nth-child(1) {
      padding-left: 0px; }
    #contactSection .wrapper .column:nth-child(3) {
      padding-right: 0px; }
  #appointmentSection {
    background-color: #8679AF;
    width: 100%;
    display: block; }
    #appointmentSection * {
      color: #FFFFFF; }
    #appointmentSection .wrapper {
      box-sizing: border-box;
      padding: 0px 20px 200px 20px;
      width: 100%;
      display: block;
      float: left; }
      #appointmentSection .wrapper .row + .row {
        margin-top: 70px; }
      #appointmentSection .wrapper .row {
        float: left;
        width: 100%; }
        #appointmentSection .wrapper .row .popoutContainer {
          width: 40%;
          float: left; }
          #appointmentSection .wrapper .row .popoutContainer header.popout {
            width: 100%;
            position: relative;
            min-height: 400px; }
            #appointmentSection .wrapper .row .popoutContainer header.popout h1 {
              position: absolute;
              font-size: 44px;
              right: 40px;
              text-align: right;
              bottom: 40px; }
            #appointmentSection .wrapper .row .popoutContainer header.popout img {
              position: absolute;
              right: 0px;
              width: 330px;
              margin-left: 40px;
              box-sizing: border-box;
              border-radius: 15px;
              top: -20px;
              box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15); }
        #appointmentSection .wrapper .row .container {
          width: 60%;
          float: left;
          box-sizing: border-box;
          padding-left: 40px;
          padding-top: 90px; }
          #appointmentSection .wrapper .row .container .row h3 {
            font-size: 28px;
            text-align: left;
            padding-left: 80px; }
            #appointmentSection .wrapper .row .container .row h3 span {
              text-align: left; }
            #appointmentSection .wrapper .row .container .row h3 span:before {
              margin-right: 10px;
              margin-bottom: 3px;
              background: #FFFFFF; }
          #appointmentSection .wrapper .row .container .row p {
            text-align: right; }
          #appointmentSection .wrapper .row .container .row .column {
            padding: 0px; }
          #appointmentSection .wrapper .row .container .row .columnHalf:nth-child(1) {
            padding-right: 10px;
            width: 60%; }
          #appointmentSection .wrapper .row .container .row .columnHalf:nth-child(2) {
            padding-left: 10px;
            width: 40%; }
          #appointmentSection .wrapper .row .container .row .columnHalf {
            margin-top: 0px; }
            #appointmentSection .wrapper .row .container .row .columnHalf h4 {
              font-size: 18px; }
            #appointmentSection .wrapper .row .container .row .columnHalf h4 + p {
              margin-top: 15px;
              text-align: left; }
            #appointmentSection .wrapper .row .container .row .columnHalf .thumbHeading {
              padding: 0px; }
              #appointmentSection .wrapper .row .container .row .columnHalf .thumbHeading .thumbHeadingText h3 {
                font-size: 28px;
                padding: 0px; }
              #appointmentSection .wrapper .row .container .row .columnHalf .thumbHeading .thumbHeadingText p {
                padding: 0px;
                text-align: left; }
          #appointmentSection .wrapper .row .container .row .columnThird {
            margin-top: 0px;
            width: 30%; }
            #appointmentSection .wrapper .row .container .row .columnThird h6 {
              font-size: 14px; }
              #appointmentSection .wrapper .row .container .row .columnThird h6 span {
                font-size: 8px;
                letter-spacing: 2px;
                margin-bottom: 10px; }
              #appointmentSection .wrapper .row .container .row .columnThird h6 span.nowrap {
                font-size: 14px; }
            #appointmentSection .wrapper .row .container .row .columnThird h6 + p {
              margin-top: 20px;
              text-align: left; }
            #appointmentSection .wrapper .row .container .row .columnThird p {
              text-align: left; }
            #appointmentSection .wrapper .row .container .row .columnThird .indentedElement p {
              text-align: left; }
            #appointmentSection .wrapper .row .container .row .columnThird .indentedElement + p {
              margin-top: 20px; }
          #appointmentSection .wrapper .row .container .row + .row {
            margin-top: 50px; }
        #appointmentSection .wrapper .row .wrapper {
          padding: 0px 100px; }
          #appointmentSection .wrapper .row .wrapper .row {
            padding-top: 50px;
            margin-top: 0px; }
            #appointmentSection .wrapper .row .wrapper .row small {
              font-size: 9px;
              letter-spacing: 2px;
              text-transform: uppercase;
              font-weight: normal; }
            #appointmentSection .wrapper .row .wrapper .row small.lineAbove:before {
              height: 2px;
              background-color: #FFFFFF;
              display: block;
              width: 35px;
              content: "";
              margin-bottom: 10px; }
            #appointmentSection .wrapper .row .wrapper .row .rating {
              width: 25%;
              display: block;
              float: left;
              box-sizing: border-box;
              padding-right: 20px; }
              #appointmentSection .wrapper .row .wrapper .row .rating div {
                display: inline-block;
                width: auto; }
                #appointmentSection .wrapper .row .wrapper .row .rating div span {
                  font-size: 97px;
                  font-family: 'Yeseva One', cursive;
                  display: block;
                  width: 100%;
                  text-align: center; }
                #appointmentSection .wrapper .row .wrapper .row .rating div small {
                  display: block;
                  font-size: 22px;
                  text-transform: none;
                  letter-spacing: normal;
                  text-align: center;
                  width: 100%; }
            #appointmentSection .wrapper .row .wrapper .row .reviews {
              width: 75%;
              float: left; }
              #appointmentSection .wrapper .row .wrapper .row .reviews .review {
                box-sizing: border-box;
                width: 30%;
                margin-top: 0px; }
  #USPsection {
    margin-top: 0px;
    width: 100%; }
    #USPsection header {
      width: 100%;
      float: left;
      box-sizing: border-box; }
      #USPsection header .wrapperSlim {
        width: 35%;
        display: block;
        float: left;
        box-sizing: border-box;
        margin: 0px;
        padding: 0px; }
        #USPsection header .wrapperSlim h1 {
          font-size: 36px;
          padding-top: 70px; }
      #USPsection header .objectBlock {
        width: 65%;
        display: block;
        position: relative;
        float: left;
        box-sizing: border-box;
        margin: 0px; }
        #USPsection header .objectBlock img {
          width: 100%;
          position: relative;
          left: 0px; }
    #USPsection .container {
      padding: 0px 40px; }
      #USPsection .container .wrapper {
        padding: 120px 40px 200px 40px; }
        #USPsection .container .wrapper .row {
          width: 100%;
          float: left; }
          #USPsection .container .wrapper .row article {
            width: 27.5%;
            float: left;
            box-sizing: border-box; }
            #USPsection .container .wrapper .row article h3 {
              font-size: 28px; }
  .cleanSection .container .wrapper {
    padding-top: 80px !important;
    padding-bottom: 50px !important; }
  .productExpo {
    margin-bottom: 135px;
    padding-top: 60px;
    padding-bottom: 40px; }
    .productExpo .wrapper {
      padding: 0px 20px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
      .productExpo .wrapper .container:nth-child(1) {
        width: 30%; }
        .productExpo .wrapper .container:nth-child(1) h3 {
          font-size: 28px; }
        .productExpo .wrapper .container:nth-child(1) h3 + p, .productExpo .wrapper .container:nth-child(1) h3 + .mobileOnly + p {
          margin-top: 20px; }
        .productExpo .wrapper .container:nth-child(1) p {
          padding-left: 35px; }
        .productExpo .wrapper .container:nth-child(1) p + a {
          padding-left: 70px; }
        .productExpo .wrapper .container:nth-child(1) p + a.button {
          padding-left: 20px; }
      .productExpo .wrapper .container:nth-child(2) {
        width: 70%;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        padding-left: 20px; }
        .productExpo .wrapper .container:nth-child(2) .objectBlock {
          position: relative;
          padding: 0px;
          margin: 0px; }
          .productExpo .wrapper .container:nth-child(2) .objectBlock img {
            transform: scaleX(-1); }
  #extraProductBlock {
    padding-top: 100px;
    margin-top: 0px; }
    #extraProductBlock .container {
      width: 50%; }
      #extraProductBlock .container .popout h1 {
        z-index: 2;
        font-size: 70px;
        right: 0px;
        top: 0px; }
        #extraProductBlock .container .popout h1 span {
          margin-right: 50px;
          margin-bottom: 10px; }
      #extraProductBlock .container .extraItem {
        padding: 0px 80px; }
        #extraProductBlock .container .extraItem h3 {
          font-size: 28px; }
        #extraProductBlock .container .extraItem p {
          padding: 0px;
          padding-left: 50px; }
        #extraProductBlock .container .extraItem a {
          padding-left: 0px; }
        #extraProductBlock .container .extraItem a.desktopLineBefore:before {
          background-color: #FFFFFF; }
    #extraProductBlock #succulentsFooter {
      z-index: 0;
      left: 0;
      position: absolute;
      display: block;
      width: 400px;
      height: 400px;
      top: 250px;
      border-radius: 0px; }
    #extraProductBlock #popoutFooter {
      z-index: 1;
      border-radius: 0px;
      top: 300px; }
  footer {
    display: flex;
    justify-content: center; }
    footer .container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row; }
      footer .container div h5 {
        padding: 0px;
        margin-top: 0px;
        padding-bottom: 10px; }
  .floralPatternLower {
    margin-top: 30px; }
  .floralPatternLower + .wrapper {
    padding-top: 0px; }
  .desktopOnly {
    display: block; }
  .mobileOnly {
    display: none; } }

@media (min-width: 1280px) {
  .anotherBlock .container .wrapper .row article .objectBlock img {
    margin-top: 250px; } }

@media (min-width: 1366px) {
  .objectBlock.objectBlockPopout {
    position: relative;
    min-height: 450px; }
    .objectBlock.objectBlockPopout img {
      width: 800px;
      transform: scaleX(-1);
      right: 0px;
      transform-origin: initial;
      position: absolute;
      display: block;
      top: 0; }
    .objectBlock.objectBlockPopout .objectBlockImgCaption {
      position: absolute;
      bottom: 0; }
  p {
    font-size: 18px; }
  header#hero hgroup#productHeading div#heroPricetag {
    width: 60%; }
    header#hero hgroup#productHeading div#heroPricetag h1 {
      display: block; }
  #vervangendvervoer.contactPage .row {
    padding: 0px 50px; }
    #vervangendvervoer.contactPage .row .columnTwoThirds {
      padding: 0px;
      width: 66.66667%; }
      #vervangendvervoer.contactPage .row .columnTwoThirds .columnThird {
        padding: 0px 10px; }
  section .wrapper {
    padding: 100px 30px 100px 30px; }
  section .container .wrapper {
    padding-right: 30px; }
  .floatBoxWhite .wrapper .thumbHeading .thumbHeadingText h4 {
    font-size: 28px; }
  #desktopMenu #desktopNavigationWrapper #desktopHomeContainer {
    width: 220px; }
  #mainContainer div.sidebar {
    width: 32.5%;
    float: left; }
  #mainContainer main {
    width: 34%;
    float: left; }
  #mainContainer aside {
    width: 33.5%;
    float: left;
    display: block;
    padding-top: 10px; }
    #mainContainer aside .container + .container {
      margin-top: 0px; }
    #mainContainer aside .container .wrapper .floatBoxWhite .wrapper {
      padding-left: 10px; }
      #mainContainer aside .container .wrapper .floatBoxWhite .wrapper .thumbHeading + h3 {
        margin-top: 30px; }
      #mainContainer aside .container .wrapper .floatBoxWhite .wrapper h3 {
        font-size: 18px; }
      #mainContainer aside .container .wrapper .floatBoxWhite .wrapper > p, #mainContainer aside .container .wrapper .floatBoxWhite .wrapper h3 {
        padding-left: 30px; }
    #mainContainer aside .container:nth-child(1) {
      margin-top: 50px; }
      #mainContainer aside .container:nth-child(1) .wrapper {
        padding-top: 50px; }
        #mainContainer aside .container:nth-child(1) .wrapper .floatBoxWhite {
          padding-top: 0px; }
          #mainContainer aside .container:nth-child(1) .wrapper .floatBoxWhite .wrapper {
            padding-top: 30px; }
    #mainContainer aside .container:nth-child(2) {
      padding: 0px 30px;
      margin: 0px;
      box-sizing: border-box; }
      #mainContainer aside .container:nth-child(2) > .wrapper {
        padding: 0px;
        margin: 0px;
        border-left: 1px solid #707070; }
        #mainContainer aside .container:nth-child(2) > .wrapper article h3 {
          font-size: 28px; }
        #mainContainer aside .container:nth-child(2) > .wrapper article:nth-child(1) {
          margin-top: 0px; }
  section .mainColumn {
    padding-left: 100px; }
    section .mainColumn .wrapper {
      padding-top: 0px; }
  section .container .column .container .wrapper {
    padding-right: 100px; }
  section .columnTwoThirds {
    margin-top: 70px;
    padding-right: 50px;
    width: 60%; }
  #contactSection {
    margin-top: 120px; }
    #contactSection .wrapper {
      padding-left: 100px; }
      #contactSection .wrapper .column:nth-child(1), #contactSection .wrapper .column:nth-child(2) {
        width: 27.5%; }
      #contactSection .wrapper .column:nth-child(3) {
        width: 45%; }
        #contactSection .wrapper .column:nth-child(3) .objectBlock {
          padding-top: 30px; }
  #appointmentSection .wrapper .row .popoutContainer header.popout img {
    width: 440px; }
  #appointmentSection .wrapper .row .popoutContainer header.popout h1 {
    font-size: 55px;
    bottom: -140px;
    right: 80px; }
  #appointmentSection .wrapper .row .container {
    padding-right: 50px; }
    #appointmentSection .wrapper .row .container .row .column .thumbHeading .thumbHeadingImage {
      width: 25%; }
    #appointmentSection .wrapper .row .container .row .column .thumbHeading .thumbHeadingText {
      width: 75%; }
  #USPsection .container .wrapper .row {
    box-sizing: border-box;
    padding: 0px 80px; }
  #USPsection .container .wrapper header .wrapperSlim {
    width: 26%;
    margin-top: 50px; }
    #USPsection .container .wrapper header .wrapperSlim h1 {
      padding-top: 90px; }
  #USPsection .container .wrapper header .objectBlock {
    width: 74%; }
  #extraProductBlock .container {
    min-height: 900px; }
    #extraProductBlock .container .extraItem {
      padding: 0px 180px; }
      #extraProductBlock .container .extraItem p {
        width: 100%;
        padding: 0px;
        padding-left: 50px; }
  footer .container {
    padding: 250px 40px; } }

@media (min-width: 1440px) {
  #desktopMenu #desktopNavigationWrapper {
    padding: 0px 50px; }
  header#hero hgroup#heroHeading {
    padding-right: 250px; }
  header#hero hgroup#productHeading {
    padding: 0px 50px; }
  #mainContainer aside .container:nth-child(1) .wrapper {
    margin-bottom: 40px; }
  section .mainColumn {
    margin-top: 140px;
    padding-left: 50px; }
    section .mainColumn .wrapper p {
      width: 80%; }
  section aside {
    margin-top: 140px; }
    section aside .container .wrapper {
      padding-right: 100px; }
  #mainContainer aside {
    margin-top: 0px; }
    #mainContainer aside .container .wrapper {
      padding-right: 30px; }
      #mainContainer aside .container .wrapper .floatBoxWhite .wrapper {
        padding-right: 10px; }
  #appointmentSection .wrapper .row .wrapper {
    padding: 0px 150px; }
  #extraProductBlock {
    padding-bottom: 200px; }
  footer .container {
    width: 70%; }
  .anotherBlock .container .wrapper {
    padding-top: 20px; }
    .anotherBlock .container .wrapper .row {
      padding: 0px 80px; } }

@media (min-width: 1680px) {
  #desktopMenu #desktopNavigationWrapper {
    padding: 0px 160px; }
  header#hero hgroup#heroHeading {
    padding-right: 350px; }
  header#hero hgroup#productHeading {
    padding: 0px 160px; }
  #pageHeading .wrapper {
    padding: 50px 180px;
    box-sizing: border-box; }
  #mainContainer {
    padding: 0px 100px;
    box-sizing: border-box; }
  #vervangendvervoer.contactPage {
    padding-right: 100px; }
    #vervangendvervoer.contactPage .row {
      padding: 0px;
      padding-right: 100px; }
      #vervangendvervoer.contactPage .row .columnTwoThirds {
        width: 60%;
        padding-right: 40px; }
  section .container .floralPattern {
    width: 600px;
    height: 600px; }
  section aside .container .floralPattern {
    left: 130px; }
  .productExpo .wrapper {
    padding: 0px 250px; }
  section .mainColumn {
    margin-top: 140px;
    padding-left: 140px; }
    section .mainColumn .wrapper p {
      width: 80%; }
  section aside .container .wrapper {
    padding-right: 160px; }
  section .container .column .wrapper h3 {
    font-size: 28px; }
  section .container .column .wrapper h3 + p {
    margin-top: 20px; }
  section .container .column .container .wrapper {
    padding-right: 100px; }
  section .container > .column:nth-child(1) {
    padding-left: 40px;
    width: 37.5%; }
  section .container > .column:nth-child(2) {
    width: 27.5%; }
  section .container > .column:nth-child(3) {
    width: 35%;
    padding-right: 80px; }
  section .columnTwoThirds {
    padding-right: 160px;
    width: 50%; }
  #contactSection .wrapper {
    padding-left: 160px;
    padding-right: 160px; }
  #appointmentSection > .wrapper {
    padding-left: 0px;
    padding-right: 0px; }
    #appointmentSection > .wrapper .row .popoutContainer header.popout img {
      width: 530px; }
    #appointmentSection > .wrapper .row .popoutContainer header.popout h1 {
      font-size: 68px;
      bottom: -250px; }
    #appointmentSection > .wrapper .row .container {
      padding-right: 160px;
      padding-left: 80px; }
      #appointmentSection > .wrapper .row .container .row .columnThird {
        width: 30%; }
    #appointmentSection > .wrapper .row .wrapper {
      padding-right: 160px; }
      #appointmentSection > .wrapper .row .wrapper .row .rating {
        width: 20%; }
      #appointmentSection > .wrapper .row .wrapper .row .reviews {
        width: 80%; }
    #appointmentSection > .wrapper > .row:nth-child(2) {
      padding-left: 300px;
      box-sizing: border-box; }
  #USPsection .container .wrapper {
    padding-left: 160px;
    padding-right: 160px; }
    #USPsection .container .wrapper .row {
      box-sizing: border-box; }
  .invertedSection .container .wrapper, .cleanSection .container .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  #extraProductBlock {
    padding-bottom: 220px; }
    #extraProductBlock .container {
      width: 40%; }
      #extraProductBlock .container .extraItem {
        padding: 0px 180px; }
    #extraProductBlock .container:nth-child(1) {
      margin-left: 200px; }
    #extraProductBlock .popoutFooter {
      width: 590px; }
    #extraProductBlock .popout #succulentsFooter {
      width: 620px;
      height: 620px;
      left: -120px;
      border-radius: 0px; }
  footer .container {
    padding: 250px 0px; } }

@media (min-width: 1920px) {
  header#hero hgroup#heroHeading {
    padding-right: 380px; }
  header#hero hgroup#productHeading {
    padding: 0px 180px; }
  #pageHeading .wrapper {
    padding: 50px 300px; }
  #mainContainer {
    padding: 0px 220px; }
  section .container .column .container .wrapper {
    padding-right: 230px; }
  .invertedSection .container .wrapper, .cleanSection .container .wrapper {
    padding-left: 130px !important;
    padding-right: 130px !important; }
  .anotherBlock .container .wrapper .row article:first-child {
    margin-left: 120px; }
  #mainContainer > aside > div:nth-child(2) {
    margin-top: 40px; }
  #contactSection .wrapper .columnThird:nth-child(1), #contactSection .wrapper .columnThird:nth-child(2) {
    width: 25%; }
  #contactSection .wrapper .columnThird:nth-child(3) {
    width: 60%; }
    #contactSection .wrapper .columnThird:nth-child(3) .objectBlock {
      padding-top: 0px; }
  #appointmentSection .wrapper .row .popoutContainer header.popout img {
    width: 600px; }
  #appointmentSection .wrapper .row .popoutContainer header.popout h1 {
    font-size: 78px;
    bottom: -300px; }
  #USPsection .container .wrapper {
    padding-left: 160px;
    padding-right: 160px; }
  #extraProductBlock {
    padding-bottom: 200px; }
    #extraProductBlock .container .extraItem {
      padding: 0px 240px; } }
