/**
* Main stylesheet
*
* Imports all necessary styles here.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MIT
*
* @date 21-11-2018
* @modified
* 
*/
/**
* SCSS Function
*
* Basic functions to manipulate.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
/**
* Global stylesheet
*
* Global style settings.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
/*-------------------------------------------------------------COLORS-*/
/*-------------------------------------------------------------VARIABLES --*/
/* ---------------------------------------------------------- MEDIAQUERYS MOBILE FIRST --*/
/* Extra Small Devices               */
/* Small Devices, Phones             */
/* Medium Devices, Tablets           */
/* Large Devices, Desktops           */
/* Extra Large Devices, Wide Screens */
/**
* CSS resets
*
* Resets only if needed!.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a, img {
  border: none;
  outline: none; }

ol {
  list-style-type: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

::-ms-expand {
  display: none; }

/**
* Webfonts
*
* font-family: 'Amiri', serif; 300, 400, 700
* font-family: 'Open Sans', sans-serif; 400, 700
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
@font-face {
  font-family: "Bookman Old Style W04 Bold";
  src: url("../fonts/a7a8ac07-5de1-41f9-9ea2-944e69e84f1a.eot?#iefix");
  src: url("../fonts/a7a8ac07-5de1-41f9-9ea2-944e69e84f1a.eot?#iefix") format("eot"), url("../fonts/4468b3b6-ce08-48c3-9015-0e76f7b5defc.woff2") format("woff2"), url("../fonts/01c277c9-6449-452b-bf35-c298579db0b5.woff") format("woff"), url("../fonts/05eee38e-909a-4b65-900f-90d6f30bcea0.ttf") format("truetype"); }

strong, b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

/**
* SCSS mixins
*
* handy mixins
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
/**
* B-Lazy
*
* B-Lazy styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.b-lazy {
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  max-width: 100%;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

.b-error {
  opacity: 1; }

/**
* HTML
*
* Basic HTML styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
*
* 
*/
body,
html {
  height: 100%; }

html {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    html {
      -webkit-font-smoothing: subpixel-antialiased; } }

body {
  position: relative;
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  @media only screen and (min-width: 480px) {
    body {
      font-size: 15px;
      line-height: 1.4; } }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 15px;
      line-height: 1.4; } }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 17px;
      line-height: 1.5; } }
  @media only screen and (min-width: 1280px) {
    body {
      font-size: 17px;
      line-height: 1.5; } }

main {
  overflow: hidden;
  padding-bottom: 4rem;
  float: left;
  width: 100%;
  background-color: #FFF; }
  main:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    main {
      padding-bottom: 0; } }

hr {
  border: none;
  background-color: #e6e6e6;
  height: 1px; }

/**
* Webfonts
*
* font-family: 'Amiri', serif; 300, 400, 700
* font-family: 'Open Sans', sans-serif; 400, 700
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
@font-face {
  font-family: "Bookman Old Style W04 Bold";
  src: url("../fonts/a7a8ac07-5de1-41f9-9ea2-944e69e84f1a.eot?#iefix");
  src: url("../fonts/a7a8ac07-5de1-41f9-9ea2-944e69e84f1a.eot?#iefix") format("eot"), url("../fonts/4468b3b6-ce08-48c3-9015-0e76f7b5defc.woff2") format("woff2"), url("../fonts/01c277c9-6449-452b-bf35-c298579db0b5.woff") format("woff"), url("../fonts/05eee38e-909a-4b65-900f-90d6f30bcea0.ttf") format("truetype"); }

strong, b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

/**
* Typo
*
* Typo styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Amiri', serif;
  font-weight: 400;
  font-size: 2.2em;
  padding-bottom: .8rem;
  color: #000; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 1.6em; }

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-bottom: .8rem; }

ul {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-left: 20px;
  padding-bottom: .8rem; }
  ul li {
    list-style: none; }
    ul li:before {
      content: '';
      width: 0.4em;
      height: 0.4em;
      border-radius: 50%;
      background-color: #FA8B2A;
      display: inline-block;
      margin: 0.5em 0px 0 -0.9em;
      float: left; }

p ~ ul {
  margin-top: -0.8rem; }

.typo-subtitle {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: -15px;
  font-size: 1.2em; }
  .typo-subtitle--right {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .typo-subtitle--right {
        margin-top: 30px; } }

.typo__price--push {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000; }

.typo__colomn--2 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .typo__colomn--2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 3rem;
      -moz-column-gap: 3rem;
      column-gap: 3rem; } }

.typo__feature {
  width: 100%;
  padding: 0; }
  .typo__feature span {
    display: inline-block;
    float: left;
    white-space: nowrap; }
    .typo__feature span:nth-child(1) {
      width: 35%; }
    .typo__feature span:nth-child(2) {
      width: 2%; }
    .typo__feature span:nth-child(3) {
      width: 63%; }
  .typo__feature--small {
    font-size: .85em; }

.typo__feature-shop {
  width: 100%;
  padding: 0; }
  .typo__feature-shop span {
    display: inline-block;
    float: left;
    white-space: nowrap; }
    .typo__feature-shop span:nth-child(1) {
      width: 57%; }
    .typo__feature-shop span:nth-child(2) {
      width: 2%; }
    .typo__feature-shop span:nth-child(3) {
      width: 40%; }
  .typo__feature-shop--small {
    font-size: .85em; }

.typo-noot {
  font-size: .85rem;
  text-align: center;
  padding-top: 5px; }

.typo-h1--prefix {
  font-size: 1rem;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: -40px; }
  @media only screen and (min-width: 1024px) {
    .typo-h1--prefix {
      margin-bottom: -56px; } }

/**
* Header
*
* Header styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 200000;
  background-color: #FA8B2A; }
  @media only screen and (min-width: 480px) {
    .header-wrapper {
      height: 90px; } }
  @media only screen and (min-width: 768px) {
    .header-wrapper {
      height: 100px; } }
  @media only screen and (min-width: 1024px) {
    .header-wrapper {
      height: 120px; } }
  .header-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 65%;
    background-color: #000; }

.header__pagetop {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/zoet-branding.jpg) calc(100% + 28px) 0 no-repeat transparent;
  height: 60px;
  width: 100%;
  max-width: 1280px;
  background-size: auto 60px;
  z-index: 10; }
  @media only screen and (min-width: 480px) {
    .header__pagetop {
      height: 90px;
      background-size: auto 90px;
      background-position: right 0; } }
  @media only screen and (min-width: 768px) {
    .header__pagetop {
      height: 100px;
      background-size: auto 100px; } }
  @media only screen and (min-width: 1024px) {
    .header__pagetop {
      height: 120px;
      background-size: auto 120px; } }

/**
* Menu
*
* Menu styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #FA8B2A;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 1024px) {
    .menu-wrapper {
      top: auto;
      bottom: 0;
      width: auto;
      border: none;
      background-color: transparent;
      left: calc(1rem - 10px);
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (min-width: 1280px) {
    .menu-wrapper {
      left: calc(2rem - 10px); } }

.menu__item {
  float: left;
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 0;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  height: 0;
  overflow: hidden;
  border: none; }
  .menu__item:hover {
    color: #FFF; }
  @media only screen and (min-width: 1024px) {
    .menu__item {
      border-bottom: none;
      width: auto;
      padding: 0 10px;
      height: 40px; } }
  @media only screen and (min-width: 1280px) {
    .menu__item {
      padding: 0 20px; } }
  .menu__item--active {
    color: #FFF; }

.menu-wrapper .menu__item:last-child {
  border-bottom: none; }

.menu__mobile {
  position: absolute;
  top: -40px;
  left: 0;
  color: #000;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  padding-top: 2px; }
  @media only screen and (min-width: 1024px) {
    .menu__mobile {
      display: none; } }
  .menu__mobile span {
    position: absolute;
    width: 25px;
    height: 2px;
    left: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    -webkit-transform-origin: 50%;
    transform-origin: 50%; }
    .menu__mobile span:nth-child(1) {
      top: 30%; }
    .menu__mobile span:nth-child(2) {
      top: 50%; }
    .menu__mobile span:nth-child(3) {
      top: 70%; }

.menu-wrapper__mobile--open .menu__item {
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.menu-wrapper__mobile--open .menu__mobile span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.menu-wrapper__mobile--open .menu__mobile span:nth-child(2) {
  display: none; }

.menu-wrapper__mobile--open .menu__mobile span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg); }

.menu-aside {
  width: 100%; }

.menu-aside__item {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #bfbfbf;
  padding-left: 10px;
  font-size: .9rem;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding-right: 25px; }
  .menu-aside__item:after {
    content: '\203A';
    position: absolute;
    right: 10px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #FA8B2A; }
  .menu-aside__item:hover {
    color: #FA8B2A;
    background-color: #fafafa; }
  .menu-aside__item--active {
    color: #FA8B2A;
    background-color: #fafafa; }

/**
* Content
*
* Content styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.content-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px; }
  @media only screen and (min-width: 480px) {
    .content-wrapper {
      padding-top: 90px; } }
  @media only screen and (min-width: 768px) {
    .content-wrapper {
      padding-top: 100px; } }
  @media only screen and (min-width: 1024px) {
    .content-wrapper {
      padding-top: 120px; } }
  .content-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.content-section {
  position: relative;
  width: 100%; }
  .content-section--dark {
    background-color: #000; }

.content-body {
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: .5rem;
  width: 100%;
  max-width: 1280px; }
  @media only screen and (min-width: 768px) {
    .content-body {
      padding-top: 2rem;
      padding-bottom: 1rem; } }
  @media only screen and (min-width: 1024px) {
    .content-body {
      padding-top: 3rem;
      padding-bottom: 1.5rem; } }

.content-wrapper > .content-section:not(:last-child) .content-body:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #fcb97f), color-stop(75%, #fcb97f), to(transparent));
  background-image: linear-gradient(90deg, transparent 0%, #fcb97f 25%, #fcb97f 75%, transparent 100%);
  margin-top: .5rem; }
  @media only screen and (min-width: 768px) {
    .content-wrapper > .content-section:not(:last-child) .content-body:after {
      margin-top: 1.5rem; } }
  @media only screen and (min-width: 1024px) {
    .content-wrapper > .content-section:not(:last-child) .content-body:after {
      margin-top: 3rem; } }

.content-section--dark .content-body {
  padding-top: 0; }
  .content-section--dark .content-body:after {
    display: none; }

.content-body__media {
  padding-bottom: 0; }
  .content-body__media video {
    width: 100%; }
  .content-body__media .xmas--still {
    position: relative;
    padding-bottom: 77.5%;
    height: 0;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px; }
  .content-body__media:after {
    display: none !important; }
  @media only screen and (min-width: 768px) {
    .content-body__media {
      padding-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .content-body__media {
      padding-bottom: 0; } }

.content-img-right {
  float: right;
  width: 100%;
  margin-bottom: .5rem; }
  @media only screen and (min-width: 768px) {
    .content-img-right {
      width: 50%;
      margin: .15rem 0 .2rem 2rem; } }
  @media only screen and (min-width: 1024px) {
    .content-img-right {
      width: 50%; } }

.content-img-left {
  float: left;
  margin-bottom: .5rem;
  margin-left: 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .content-img-left {
      width: 50%;
      margin: .15rem 2rem .2rem 0; } }
  @media only screen and (min-width: 1024px) {
    .content-img-left {
      width: 50%; } }

.content-img-top,
.content-img-bottom {
  margin-bottom: .5rem;
  margin-top: .5rem;
  width: 100%; }

/**
* Global stylesheet
*
* Grid
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.grid-row {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto;
  min-height: 1rem; }
  @media only screen and (min-width: 480px) {
    .grid-row {
      padding: 0 1.5rem; } }
  @media only screen and (min-width: 768px) {
    .grid-row {
      padding: 0 2rem; } }
  @media only screen and (min-width: 1024px) {
    .grid-row {
      padding: 0 2.5rem; } }
  @media only screen and (min-width: 1280px) {
    .grid-row {
      padding: 0 3rem; } }
  .grid-row:after {
    content: "";
    display: table;
    clear: both; }
  .grid-row--fixed-width {
    max-width: 1280px;
    margin: 0 auto; }
  .grid-row--fixed-pos {
    position: fixed;
    z-index: 10000; }

[class*="grid-unit"] {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 .5rem;
  min-height: 1rem; }
  @media only screen and (min-width: 480px) {
    [class*="grid-unit"] {
      padding: 0 1rem; } }
  @media only screen and (min-width: 768px) {
    [class*="grid-unit"] {
      padding: 0 1rem; } }
  @media only screen and (min-width: 1024px) {
    [class*="grid-unit"] {
      padding: 0 1.5rem; } }
  @media only screen and (min-width: 1280px) {
    [class*="grid-unit"] {
      padding: 0 2rem; } }
  [class*="grid-unit"]:after {
    content: "";
    display: table;
    clear: both; }

.grid-unit-alpha {
  width: 100%; }

.grid-unit-beta {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .grid-unit-beta {
      width: 50%;
      padding-top: 1rem;
      padding-bottom: 3rem; } }

.grid-unit-gamma {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .grid-unit-gamma {
      width: 50%;
      padding-top: 2rem;
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 1024px) {
    .grid-unit-gamma {
      width: 33.3333%; } }
  .grid-unit-gamma--double {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .grid-unit-gamma--double {
        width: 50%;
        padding-top: 2rem;
        padding-bottom: 4rem; } }
    @media only screen and (min-width: 1024px) {
      .grid-unit-gamma--double {
        width: 66.666%; } }

.grid-unit-delta {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .grid-unit-delta {
      width: 50%;
      padding-top: 2rem;
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 1024px) {
    .grid-unit-delta {
      width: 25%; } }
  .grid-unit-delta--triple {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .grid-unit-delta--triple {
        width: 50%;
        padding-top: 2rem;
        padding-bottom: 4rem; } }
    @media only screen and (min-width: 1024px) {
      .grid-unit-delta--triple {
        width: 75%; } }

.grid-unit--push {
  float: right; }

.grid-unit--pull {
  float: left; }

.grid-unit--hide-on-mobile {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .grid-unit--hide-on-mobile {
      display: block; } }

.grid-unit-delta_mod--asym {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .grid-unit-delta_mod--asym {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .grid-unit-delta_mod--asym {
      width: 33.3333%; } }
  @media only screen and (min-width: 1024px) {
    .grid-unit-delta_mod--asym {
      width: 25%; } }
  .grid-unit-delta_mod--asym:last-of-type {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) {
      .grid-unit-delta_mod--asym:last-of-type {
        margin-left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

.grid-unit-delta--tripple_mod--asym {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .grid-unit-delta--tripple_mod--asym {
      width: 75%; } }

.grid-unit-gamma_mod--asym {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .grid-unit-gamma_mod--asym {
      width: 50%; }
      .grid-unit-gamma_mod--asym:nth-child(odd) {
        padding-left: 0;
        padding-right: 1rem; }
      .grid-unit-gamma_mod--asym:nth-child(even) {
        padding-left: 1rem;
        padding-right: 0; } }

.grid-unit-video {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .grid-unit-video {
      width: 75%; } }

.grid--nopadding .grid-row {
  padding-left: 0;
  padding-right: 0; }

.grid--nopadding [class*="grid-unit"] {
  padding-left: 0;
  padding-right: 0; }

.grid--nopadding h3 {
  margin-top: .9rem;
  padding-bottom: .1rem; }

/**
* Images
*
* Images styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.images--fullwidth,
.images--logo {
  width: 100%; }
  .images--fullwidth-article,
  .images--logo-article {
    margin: 0.5rem 0; }

.images--logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  .images--logo-mod {
    margin-top: 40px; }

.images-right-column {
  margin: 10px 0 20px 0; }

.images-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  width: 100%;
  margin-right: 0; }
  @media only screen and (min-width: 480px) {
    .images-right {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .images-right {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .images-right {
      width: 50%; } }

.images-left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .images-left {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .images-left {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .images-left {
      width: 50%; } }

.images-top,
.images-bottom {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 100%; }

/**
* Webfonts
*
* Footer styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
footer {
  position: relative;
  width: 100%;
  background-color: #000;
  min-height: 300px;
  color: #FFF;
  float: left; }
  footer:after {
    content: "";
    display: table;
    clear: both; }

.footer-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 20px; }

.footer__menu {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .footer__menu ol {
    display: table;
    margin: 0 auto;
    text-align: center; }
    .footer__menu ol li {
      display: inline-block; }
      .footer__menu ol li a {
        text-transform: lowercase;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #FFF;
        padding: 5px 10px;
        display: block;
        font-size: .9rem; }
        @media only screen and (min-width: 768px) {
          .footer__menu ol li a {
            padding: 5px 20px; } }
        .footer__menu ol li a:hover {
          text-decoration: underline; }

/**
* Video
*
* Video styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.video-container {
  position: relative;
  padding-bottom: 77.5%;
  height: 0;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0; }

.video-topplayer {
  display: block; }

.video__single-controle-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  cursor: pointer;
  z-index: 10;
  background: url(../images/video-poster.jpg) center center no-repeat transparent;
  background-size: cover;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
  .video__single-controle-btn:before, .video__single-controle-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px; }
    @media only screen and (min-width: 768px) {
      .video__single-controle-btn:before, .video__single-controle-btn:after {
        width: 70px;
        height: 70px; } }
    @media only screen and (min-width: 1024px) {
      .video__single-controle-btn:before, .video__single-controle-btn:after {
        width: 80px;
        height: 80px; } }
  .video__single-controle-btn:before {
    background-color: rgba(243, 143, 62, 0.8);
    border-radius: 50%; }
  .video__single-controle-btn:after {
    width: 0;
    height: 0;
    margin-left: 16px;
    border: 16px solid transparent;
    border-left-color: #FFF;
    -webkit-transform: translate(-50%, -50%) scaleX(1.4);
    transform: translate(-50%, -50%) scaleX(1.4); }
    @media only screen and (min-width: 768px) {
      .video__single-controle-btn:after {
        margin-left: 16px;
        border-left-width: 18px; } }
    @media only screen and (min-width: 1024px) {
      .video__single-controle-btn:after {
        margin-left: 12px;
        border-left-width: 20px;
        -webkit-transform: translate(-50%, -50%) scaleX(1.2);
        transform: translate(-50%, -50%) scaleX(1.2); } }
  .video__single-controle-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 100px;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: "Bookman Old Style W04 Bold";
    font-size: 1.4em;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 480px) {
      .video__single-controle-btn span {
        font-size: 2em;
        padding-bottom: 140px; } }
    @media only screen and (min-width: 768px) {
      .video__single-controle-btn span {
        font-size: 2.6em;
        padding-bottom: 160px; } }
    @media only screen and (min-width: 1024px) {
      .video__single-controle-btn span {
        font-size: 2.6em;
        padding-bottom: 180px; } }
    @media only screen and (min-width: 1280px) {
      .video__single-controle-btn span {
        font-size: 3.6em; } }
  .video__single-controle-btn--is-playing {
    opacity: 0; }

.video-topplayer--still {
  padding-bottom: 65%;
  background: url(../images/xmas.jpg) center center no-repeat transparent;
  background-size: 100%; }

/**
* Tiles
*
* Tiles styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 08-02-2019
* @modified
*
*/
.tiles-wrapper {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-right: -2rem;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.tiles-item {
  position: relative;
  width: 100%;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  color: #000;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  .tiles-item:active, .tiles-item:visited {
    color: #000; }
  @media only screen and (min-width: 1024px) {
    .tiles-item {
      margin-right: 3rem;
      width: calc(50% - 1.5rem); }
      .tiles-item:nth-child(2n) {
        margin-right: 0; } }
  .tiles-item:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }

.tiles-item h2 {
  width: 100%;
  font-size: 1.4em;
  padding: 6px 10px;
  background-color: #8d8d8d;
  color: #FFF; }
  @media only screen and (min-width: 1024px) {
    .tiles-item h2 {
      font-size: 1.2em; } }
  .tiles-item h2 span {
    float: right; }

.tiles-item img {
  width: 100%; }

.tiles-item h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1em;
  width: 100%;
  font-size: 1.2em;
  padding: 0 10px 6px 10px; }

.tiles-item__feature {
  width: 100%;
  padding: 0 10px; }
  .tiles-item__feature span {
    font-size: .9em;
    display: inline-block; }
    .tiles-item__feature span:nth-child(1) {
      width: 30%; }
    .tiles-item__feature span:nth-child(2) {
      width: 5%; }
    .tiles-item__feature span:nth-child(3) {
      width: 65%; }

.tiles-item__price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #FFF;
  text-align: right;
  background-color: #FA8B2A; }
  .tiles-item__price:after {
    content: '\203A';
    position: absolute;
    right: 15px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4rem; }

/**
* CTA
*
* Button styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
.button-main {
  position: relative;
  margin-top: 2rem;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 40px;
  background-color: #FA8B2A;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  color: #FFF;
  text-decoration: none; }
  .button-main:hover {
    color: #FFF;
    background-color: #d57624; }
  .button-main:after {
    content: '\203A';
    position: absolute;
    right: 15px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4rem; }
  .button-main--wide {
    width: 100%;
    text-align: center;
    margin-top: 5rem; }

.button-back {
  position: relative;
  padding: 0 15px 5px 10px;
  float: right;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-size: .9em;
  margin-top: -2rem;
  -webkit-box-shadow: 0 0 5px 10px white;
  box-shadow: 0 0 5px 10px white;
  background-color: #f2f2f2;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  text-decoration: none; }
  @media only screen and (min-width: 480px) {
    .button-back {
      margin-right: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    .button-back {
      margin-right: 2rem; } }
  @media only screen and (min-width: 1024px) {
    .button-back {
      margin-right: 2.5rem; } }
  @media only screen and (min-width: 1280px) {
    .button-back {
      margin-right: 3rem; } }
  .button-back:hover {
    background-color: #d9d9d9; }
  .button-back:before {
    content: '\2039';
    padding-right: 15px;
    font-size: 1.4rem; }

.button__photobook {
  position: relative;
  float: left;
  cursor: pointer; }
  .button__photobook:after {
    content: 'meer fotos';
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBpZD0ic2VhcmNoIiBjbGFzcz0ic3QwIiBkPSJNMzYuMiwzMi4ybC05LjMtOS4zYzEuMi0yLDItNC4zLDItNi44YzAtNy01LjctMTIuNy0xMi43LTEyLjdTMy40LDkuMSwzLjQsMTYuMXM1LjcsMTIuNywxMi43LDEyLjdjMi41LDAsNC44LTAuNyw2LjgtMmw5LjMsOS4zYzAuNiwwLjYsMS40LDAuNiwyLDBsMi0yQzM2LjgsMzMuNywzNi44LDMyLjgsMzYuMiwzMi4yeiBNMTYuMSwyNC42Yy00LjcsMC04LjUtMy44LTguNS04LjVzMy44LTguNSw4LjUtOC41czguNSwzLjgsOC41LDguNVMyMC44LDI0LjYsMTYuMSwyNC42eiIvPjwvc3ZnPg==);
    background-position: 91px center;
    background-repeat: no-repeat;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 0px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
    background-size: 25%; }
  .button__photobook img {
    width: 100%; }

.button__zoom {
  position: relative;
  cursor: pointer; }
  .button__zoom:after {
    content: 'vergroot';
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBpZD0ic2VhcmNoIiBjbGFzcz0ic3QwIiBkPSJNMzYuMiwzMi4ybC05LjMtOS4zYzEuMi0yLDItNC4zLDItNi44YzAtNy01LjctMTIuNy0xMi43LTEyLjdTMy40LDkuMSwzLjQsMTYuMXM1LjcsMTIuNywxMi43LDEyLjdjMi41LDAsNC44LTAuNyw2LjgtMmw5LjMsOS4zYzAuNiwwLjYsMS40LDAuNiwyLDBsMi0yQzM2LjgsMzMuNywzNi44LDMyLjgsMzYuMiwzMi4yeiBNMTYuMSwyNC42Yy00LjcsMC04LjUtMy44LTguNS04LjVzMy44LTguNSw4LjUtOC41czguNSwzLjgsOC41LDguNVMyMC44LDI0LjYsMTYuMSwyNC42eiIvPjwvc3ZnPg==);
    background-position: 91px center;
    background-repeat: no-repeat;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 0px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
    background-size: 25%; }
  .button__zoom img {
    width: 100%; }

/**
* PopUp
*
* PopUp styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MI50*
* @date 12-02-2019
* @modified
* 
*/
.page-blind {
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  height: auto;
  z-index: 300000; }

.page-blind-show {
  opacity: 1;
  top: 0;
  height: 100%; }

.popup-window {
  position: fixed;
  background: #000;
  left: 50%;
  top: -1500%;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 900px;
  opacity: 0;
  z-index: 350000;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width .25s ease-out, height .25s ease-out, opacity 0.25s ease-out;
  transition: width .25s ease-out, height .25s ease-out, opacity 0.25s ease-out; }
  .popup-window-open {
    top: 50%;
    opacity: 1; }

.popup-window-close,
.popup-window-content-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 1001;
  cursor: pointer; }
  .popup-window-close span,
  .popup-window-content-close span {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 30px;
    height: 4px;
    border-radius: 1.5px;
    top: 46%;
    left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .popup-window-close span:nth-child(2),
    .popup-window-content-close span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.popup-window-image {
  position: relative;
  margin: 0;
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .popup-window-image img {
    width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.popup-window-nav-previous,
.popup-window-nav-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .popup-window-nav-previous:before, .popup-window-nav-previous:after,
  .popup-window-nav-next:before,
  .popup-window-nav-next:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 5px;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }

.popup-window-nav-previous {
  left: 0;
  border-radius: 0 3px 3px 0;
  z-index: 1005; }
  .popup-window-nav-previous:after {
    left: 10%;
    top: 52px;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg); }
  .popup-window-nav-previous:before {
    left: 10%;
    top: 29px; }

.popup-window-nav-next {
  right: 0;
  border-radius: 3px 0  0 3px;
  z-index: 1006; }
  .popup-window-nav-next:after {
    right: 10%;
    top: 29px;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg); }
  .popup-window-nav-next:before {
    right: 10%;
    top: 52px; }

.popup-window-footer {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  float: left; }

.popup-window-header,
.popup-window-footnote {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 20px;
  color: #FFF; }

.popup-window-header {
  height: 0; }

.popup-window-title {
  position: relative;
  font-size: 1.4em;
  display: none; }

.popup-window-footnote {
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center; }

.popup-window-preloader {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.65);
  border-right-color: rgba(0, 0, 0, 0.15);
  -webkit-animation: popup-window-preloader 0.8s linear infinite;
  animation: popup-window-preloader 0.8s linear infinite;
  z-index: 9000100; }

@-webkit-keyframes popup-window-preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes popup-window-preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
* Form elements
*
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
* 
*/
form {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  form fieldset {
    border: none; }

.form--no-top-margin {
  margin-top: 0; }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999; }

::-moz-placeholder {
  color: #999999; }

:-ms-input-placeholder {
  color: #999999; }

::-ms-input-placeholder {
  color: #999999; }

:placeholder-shown {
  color: #999999; }

.important {
  position: absolute;
  left: -2000px; }

label {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 480px) {
    label {
      height: auto;
      padding: .4rem 0 .2rem 3px; } }

.field-required {
  color: #FA8B2A;
  padding-left: 10px; }

.form-label--info {
  padding: 0 0 15px 0;
  color: gray; }

.form-text-field {
  position: relative;
  width: 100%;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .form-text-field {
      padding-bottom: 1rem; } }
  .form-text-field input[type='text'],
  .form-text-field input[type='email'],
  .form-text-field input[type='password'],
  .form-text-field input[type='tel'] {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #999999;
    padding-left: 6px;
    resize: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    margin-top: 12px;
    background-color: #f2f2f2; }
    @media only screen and (min-width: 480px) {
      .form-text-field input[type='text'],
      .form-text-field input[type='email'],
      .form-text-field input[type='password'],
      .form-text-field input[type='tel'] {
        margin-top: 0; } }
    .form-text-field input[type='text']:focus,
    .form-text-field input[type='email']:focus,
    .form-text-field input[type='password']:focus,
    .form-text-field input[type='tel']:focus {
      background-color: #ececec; }

.form-textarea-field {
  position: relative;
  width: 100%; }
  .form-textarea-field textarea {
    resize: none;
    border: none;
    height: 40px;
    width: 100%;
    border: 1px solid #999999;
    color: #000;
    padding: 6px;
    height: 140px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    overflow: auto;
    margin-top: 12px;
    background-color: #f2f2f2; }
    @media only screen and (min-width: 480px) {
      .form-textarea-field textarea {
        margin-top: 0; } }
    .form-textarea-field textarea:focus {
      background-color: #ececec; }

.form-button-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 480px) {
    .form-button-field {
      margin-bottom: 1rem; } }
  .form-button-field label {
    padding-bottom: 30px; }
  .form-button-field input[type='button'],
  .form-button-field input[type='submit'] {
    position: relative;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    min-width: 220px;
    height: auto;
    line-height: 15px;
    padding: 13px 0;
    color: #FFF;
    background-color: #FA8B2A;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 3px solid #bc6820; }
    @media only screen and (min-width: 480px) {
      .form-button-field input[type='button'],
      .form-button-field input[type='submit'] {
        width: auto; } }
    .form-button-field input[type='button']:hover,
    .form-button-field input[type='submit']:hover {
      background-color: #fb973f; }

.form-recaptcha {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 3rem; }

.form-error {
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  line-height: 1.2em;
  color: #000;
  padding: .4em 1em;
  margin-top: -.5em;
  margin-left: 5%;
  background-color: #80cc99;
  border-radius: 2px;
  display: block;
  z-index: 10000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: .8rem; }
  .form-error:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 10px;
    border-bottom-color: #80cc99;
    right: 10px; }
  .form-error--capcha {
    left: 0;
    top: 60px;
    right: auto;
    display: none; }

.form-information {
  position: absolute;
  left: -3000px; }

/**
* HTML
*
* Basic List styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
*
* 
*/
.list-news {
  list-style: none;
  width: 100%;
  border: 1px solid #cccccc; }
  .list-news li {
    width: 100%;
    padding: 5px 10px; }
    .list-news li:not(:last-child) {
      border-bottom: 1px dotted #cccccc; }
    .list-news li a {
      position: relative;
      text-decoration: none;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      color: #000;
      display: block;
      font-size: .9em; }
      .list-news li a:after {
        content: '\203A';
        position: absolute;
        bottom: 0;
        right: 3px;
        color: #FA8B2A;
        font-size: 2em;
        line-height: 1; }
    .list-news li:hover {
      background-color: #f9f9f9; }
      .list-news li:hover a {
        color: #FA8B2A; }

.list-header {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: .8em;
  padding: 0;
  margin: 0 0 15px 0;
  color: gray;
  border-bottom: 1px dotted silver; }

.is-active {
  background-color: #f9f9f9; }
  .is-active a {
    color: #FA8B2A; }

/**
* Status
*
* Status styling.
*
* @project ZoetRacing
* @version 1.0
* @author Wim Jurriaans
* @copyright 2018
* @license MI50*
* @date 22-11-2018
* @modified
*
*/
.status--hide {
  display: none; }

.status__not-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .status__not-mobile {
      display: block; } }

.status__on-mobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .status__on-mobile {
      display: none; } }

/*# sourceMappingURL=default.min.css.map */
