/*

File		: layout.css
Author	: Thomas Elfrink ( www.thomaselfrink.com )
Web			: www.erikmos.nl
Date		: 2022

*/

/* Site Styles */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.wrapper {
  background: #fff;
  margin: 0 auto;
  max-width: 100%;
}

/* Header */

.wrapper-header {
  border-bottom: solid 4px #f5f5f5;
  margin: 0 40px;
  height: 126px;
}

/* Logo */

.logo {
  padding-top: 45px;
  margin-bottom: 0;
  position: absolute;
}
.logo a {
  display: block;
  margin-bottom: 0 !important;
  background: url(https://www.erikmos.nl/_img/logo/autorijschool_erik_mos_logo.svg)
    no-repeat;
  width: 179px;
  height: 41px;
  float: left;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.logo a:hover {
  background-position: 0 -41px;
}

/* NAVIGATION */

.nav {
  float: right;
  font-family: "Arial Black", Arial, sans-serif;
}
.nav ul {
  height: 105px;
  font-size: 0;
}
.nav ul li {
  display: inline;
  list-style: none;
}
.nav ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 160px;
  padding: 76px 20px 16px 20px;
  color: #000;
}
.nav ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #00b9df;
  height: 105px;
}
.nav ul li a.active {
  color: #fff;
  text-decoration: none;
  background: #121212;
  height: 105px;
}
.button {
  display: inline-block;
}

/* ***************  HOMEPAGE *************/

.aanmelden {
  padding-top: 40px;
  text-align: center;
}
.aanmelden h1 {
  text-align: center;
}
p.aanmelden-title {
  text-align: center;
  font-size: 46px;
  color: #666;
  padding-bottom: 10px;
  line-height: 120%;
}

.aanmelden em {
  color: #00b9df;
  font-style: normal;
}

/* Intro */

p.intro {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}
.intro_visual {
  margin-top: 10px;
}

/* Bieden */

.bieden {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: solid 4px #f5f5f5;
}
.bieden h3 {
  text-align: center;
  padding-bottom: 10px;
}
.ris-logo {
  text-align: center;
  margin-bottom: 20px !important;
}
.actie {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: solid 4px #f5f5f5;
}

/* Facebook likebox plugin responsive */

.facebook-plugin {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: solid 4px #f5f5f5;
}
.facebook-plugin h3 {
  padding-bottom: 34px;
}

/******************** LESAUTO **************************/

.lesauto h1 {
  text-align: center;
}
.lesauto_sidebar {
  float: right !important;
  margin-top: 40px;
  margin-bottom: 20px;
}
.lesauto_sidebar h2 {
  font-size: 30px;
  color: #121212;
  letter-spacing: -1px;
}
.lesauto_sidebar span {
  font-size: 24px;
  color: #666;
  font-weight: 400;
  letter-spacing: normal;
}
.lesauto_sidebar h2 {
  line-height: 30px;
}
.lesauto_sidebar h3 {
  font-size: 24px;
  color: #666;
  line-height: 30px;
}
.lesauto_info {
  position: relative;
  margin-top: 20px;
}
.lesauto_info h2 {
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 30px;
  color: #121212;
  line-height: 30px;
  margin-bottom: 0;
}
.lesauto_info ul {
  float: left;
  padding-right: 30px;
}
.lesauto_info ul li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 7px;
}

/******************* CAROUSEL ************/

.slides {
  margin-top: 40px;
  display: none;
}
.slides .slidesjs-navigation {
  margin-top: 3px;
}
.slides .slidesjs-previous {
  margin-right: 5px;
  float: left;
}
.slides .slidesjs-next {
  margin-right: 5px;
  float: left;
}
.slidesjs-pagination {
  margin: 24px auto;
  list-style: none;
  width: max-content;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 4px;
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background: url(https://www.erikmos.nl/_img/slider/pagination.png);
  background-position: 0 0;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}
.slides a:link,
.slides a:visited {
  color: #333;
}
.slides a:active,
.slides a:hover {
  color: #9e2020;
}

/*************** Prijzen *******************/

.prijzen {
  margin-top: 40px;
}
.prijzen h1 {
  padding-bottom: 20px;
}
.prijzen h1,
.prijzen p {
  text-align: center;
}
.prijzen h2 {
  font-size: 30px;
  color: #121212;
  line-height: 50px;
  margin-bottom: 15px;
  text-align: center;
}
.overige ul,
.prijzen ul {
  list-style: none;
  border-bottom: solid 1px #ccc;
}
.prijzen ul:last-child {
  border-bottom: none;
}
.line-trough {
  text-decoration: line-through;
}
.orange-text {
  color: #ef8a0f;
  font-family: "Open Sans Bold";
}
.kortingsprijs {
  font-size: 16px;
  padding-top: 24px;
}
.pakketten {
  padding: 30px 30px 10px 30px;
  border-radius: 20px;
  border: solid 1px #ccc;
  text-align: center;
  margin-bottom: 20px;
}

.pakketten:last-child {
  margin-bottom: 0px;
}

.pakketten:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.pakket-titel {
  font-size: 24px;
  font-family: "Open Sans Bold";
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.pattet-text {
  font-size: 16px;
  padding-bottom: 8px;
}
.pakket-prijs-korting {
  font-size: 48px;
  font-family: "Open Sans Semibold";
  color: #ef8a0f;
  padding-bottom: 24px;
}
.pakket-prijs {
  font-size: 24px;
  font-family: "Open Sans Semibold";
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.pakket-inclusief {
  margin: 0;
  padding-top: 16px;
}
.pakket-inclusief li {
  line-height: 28px;
}
.pakket-inclusief li img {
  vertical-align: text-bottom;
}
.losse-lessen h2,
.overige h2 {
  text-align: left;
}
.overige-prijzen {
  margin-top: 40px;
}
.overige-prijzen ul {
  display: flex;
  justify-content: space-between;
}
.overige-prijzen ul li {
  padding-bottom: 8px;
}
.prijs-prijs {
  font-family: "Open Sans Bold";
}

/*************** LOGIN ******************/

.login {
  margin-top: 20px;
}

/*************** GASTENBOEK ******************/

.gastenboek {
  margin-top: 40px;
}
.gastenboek h1 {
  text-align: center;
  padding-bottom: 20px;
}
.gastenboek h2 {
  font-size: 30px;
  color: #121212;
}
.gastenboek h3 {
  font-size: 24px;
  color: #121212;
  margin-bottom: 0;
}
.special_check {
  display: none;
  visibility: hidden;
  height: 0 !important;
  padding: 0 !important;
}
.special_check_radio2 {
  display: none;
  visibility: hidden;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
#succesmessage {
  color: #000;
  background: #02b9df;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 16px;
  max-width: 440px;
}

.gastenboek_admin {
  margin-top: 40px;
}
.gastenboek_admin h1 {
  font-weight: 900;
  font-size: 30px;
  color: #121212;
}

/* .gastenboek_admin a {
  color: #15badd;
  text-decoration: none;
} */

/* .gastenboek_admin a:hover {
  text-decoration: underline;
} */

.gastenboek_admin .pagination a {
  color: #ccc;
}
.gastenboek_admin .pagination a:hover {
  color: #fff;
  text-decoration: none;
}
.gastenboek_admin .pagination span {
  margin-right: 5px;
}
.velden {
  height: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.naam {
  font-weight: 700;
  font-size: 20px;
  font-family: "Open Sans Bold";
}
.tijd {
  font-size: 16px;
}
.bericht {
  padding: 10px 0 0 0;
}

/* navigatie pagination */

ul.pagination {
  color: #333;
  padding-bottom: 50px;
}
ul.pagination li {
  display: inline;
  padding: 0 6px;
}
ul.pagination a {
  color: #444;
  display: inline-block;
  padding: 12px 12px;
  text-decoration: none;
  background: #f5f5f5;
  height: 44px;
  width: 44px;
  text-align: center;
  font-weight: 600;
  border-radius: 60px;
}
ul.pagination a:hover {
  background: #e0800b;
  color: #fff;
}
ul.pagination a.current {
  background: #15badd;
  color: #fff;
}

/********* CONTACT **************/

.contact {
  margin-top: 40px;
}
.contact .p-title,
.contact h1 {
  text-align: center;
  padding-bottom: 20px;
}
.contact h2 {
  font-size: 30px;
}
.contact_informatie {
  text-align: center;
}
.contact_informatie h2 {
  margin-bottom: 0;
}
.contact_informatie p.avatar {
  font-size: 24px;
}

/********* FOOTER **************/

footer {
  background-color: #121212;
  padding-bottom: 40px;
  padding-top: 1px;
  color: #fff;
}
footer h3 {
  font-size: 20px;
  padding-top: 30px;
  color: #fff;
}
footer p {
  padding-top: 20px;
}
footer a {
  color: #15badd;
  text-decoration: none;
}
footer a:hover {
  color: #15badd;
  text-decoration: underline;
}
.srb_logo a {
  display: block;
  width: 122px;
  height: 60px;
  background: url(https://www.erikmos.nl/_img/footer/srb_logo.jpg) 0 0 no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.srb_logo a:hover {
  background: url(https://www.erikmos.nl/_img/footer/srb_logo.jpg) 0 -60px no-repeat;
}
.cbr_logo,
.srb_logo {
  padding-top: 20px;
}
.cbr_logo a {
  display: block;
  width: 159px;
  height: 46px;
  background: url(https://www.erikmos.nl/_img/footer/cbr-logo.svg) 0 0 no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.cbr_logo a:hover {
  background: url(https://www.erikmos.nl/_img/footer/cbr-logo.svg) 0 -46px no-repeat;
}
.machtiging img {
  margin-left: 6px;
  vertical-align: text-bottom;
}

/********* FOOTER META **************/

.meta {
  background: #f5f5f5;
  padding: 25px 0 25px 0;
  margin: 0;
  font-size: 16px;
}
.meta p {
  color: #666;
  font-size: 16px;
  float: right;
  margin: 0;
  padding: 0;
}
.meta ul {
  padding-top: 3px;
}
.meta ul li {
  list-style: none;
  margin-bottom: 0;
}
.meta ul li a {
  display: block;
  float: left;
  text-decoration: none;
  color: #666;
  font-style: normal;
  font-weight: 400;
  padding-right: 16px;
}
.meta ul li a.active,
.meta ul li a:hover {
  color: #212121;
  font-weight: 900;
  text-decoration: none;
}
.meta ul li a.voorwaarden_url {
  background: url(https://www.erikmos.nl/_img/divider_meta.jpg) no-repeat 0 5px;
  padding-left: 20px;
}
.meta ul li a.privacy_url {
  background: 0 0;
  padding-left: 0;
}

/********* VOORWAARDEN **************/

.voorwaarden {
  margin-top: 50px;
  margin-bottom: 40px;
}
.voorwaarden h1 {
  font-size: 40px;
  color: #121212;
  margin-bottom: 0;
  line-height: 40px;
}
.voorwaarden h2 {
  font-size: 24px;
  color: #666;
}
.voorwaarden h3 {
  font-size: 20px;
  line-height: 24px;
}
.voorwaarden p {
  padding-bottom: 8px;
}
.voorwaarden em {
  font-weight: 700;
  font-style: normal;
}

/* #Media Queries
================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  p.intro {
    padding-top: 30px;
  }
  .intro_visual {
    margin-top: 30px;
  }
  .actie p {
    margin-bottom: 25px;
  }
  .facebook-plugin h3 {
    padding-bottom: 0;
  }

  /* NAVIGATION */

  .nav ul li a {
    text-decoration: none;
    font-size: 13px;
    line-height: 160px;
    padding: 76px 15px 16px 20px;
    color: #666;
  }
  .introduction {
    margin-bottom: 30px;
  }
  .container .four.columns {
    width: 100%;
  }

  /* PRIJZEN */

  .pakketten {
    padding: 30px 20px 10px 20px;
  }

  .pakket-titel {
    line-height: 24px;
  }

  .pakket-prijs-korting {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .losse-lessen h2,
  .overige h2 {
    line-height: 32px;
    font-size: 20px !important;
  }

  /* GASTENBOEK */

  .gastenboek .eight.columns {
    width: 100%;
    margin-left: 0;
  }

  /* FORMS */

  input[type="email"],
  input[type="password"],
  input[type="text"],
  select,
  textarea {
    width: 350px;
    border: solid 1px #e1e1e1;
  }

  /* FOOTER META */

  .meta .eight.columns,
  .meta .four.columns {
    width: 100%;
    margin-left: 0;
  }

  .meta {
    padding: 1px 0 1px 0;
  }

  .meta ul li {
    line-height: 30px;
  }
  .meta ul li a.voorwaarden_url {
    background: 0 0;
  }
  .meta ul li a.privacy_url {
    background: 0 0;
  }
  .meta p {
    padding-top: 15px;
    float: left;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 550px) and (max-width: 767px) {
  /* HEADER */
  .wrapper-header {
    height: 176px;
  }

  /* NAVIGATION */
  .nav {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
  .nav ul li a {
    padding: 12px 9px;
    line-height: 42px;
  }
  .logo {
    position: relative;
    padding-top: 40px;
    margin: 0 auto;
  }
  .logo a {
    float: none;
    margin: 0 auto;
  }

  /* HOMEPAGE */
  .homepage .six.columns {
    width: 100%;
  }

  .aanmelden {
    padding-top: 0px;
  }

  h1 {
    font-size: 40px;
    line-height: 44px;
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
  }

  p.aanmelden-title {
    font-size: 32px;
  }

  p.intro {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 0;
    text-align: center;
  }
  .lesauto_sidebar {
    padding-top: 30px;
  }
  .introduction button {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }

  /* LESAUTO */

  .lesauto .four.columns,
  .lesauto .eight.columns {
    width: 100%;
  }

  /* PRIJZEN */

  .prijzen .one-third.column {
    width: 100%;
    margin-left: 0;
  }

  /* GASTENBOEK */
  .gastenboek .four.columns,
  .gastenboek .eight.columns {
    width: 100%;
    margin-left: 0;
  }

  /* CONTACT */
  .contact {
    margin-top: 20px;
  }
  .contact_informatie img {
    margin-bottom: 20px;
  }

  /* FORMS */
  input[type="email"],
  input[type="password"],
  input[type="text"],
  select,
  textarea {
    border: solid 1px #e1e1e1;
  }

  /* CAROUSEL */
  .slides {
    margin-top: 20px !important;
  }

  /* FOOTER */
  footer {
    padding-bottom: 50px;
  }

  /* FOOTER META */
  .meta {
    padding: 1px 0 1px 0;
  }

  .meta.container {
    background: #f5f5f5;
  }

  .meta ul li {
    line-height: 40px;
  }
  .meta ul li a.privacy_url,
  .meta ul li a.voorwaarden_url {
    background: 0 0;
    padding-left: 0;
  }
  .meta p {
    float: left;
    padding-top: 15px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 550px) {
  /* BASIC */
  .container {
    text-align: center;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
  }

  p {
    padding: 0 10px;
  }

  /* HEADER */
  .wrapper-header {
    height: 210px;
  }

  /* NAVIGATION */
  .nav {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
  .nav ul {
    display: inline;
  }
  .nav ul li a {
    padding: 12px 12px;
    line-height: 42px;
  }
  .logo {
    position: relative;
    padding-top: 40px;
    margin: 0 auto;
  }
  .logo a {
    float: none;
    margin: 0 auto;
  }

  /* HOMEPAGE */
  .aanmelden {
    padding-top: 0px;
  }

  .aanmelden-title {
    font-size: 22px !important;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  p.intro {
    padding: 10px 10px 0 10px;
  }
  .introduction button {
    margin-bottom: 30px;
  }

  /* LESAUTO */
  .lesauto_sidebar {
    margin-top: 20px !important;
  }
  .lesauto_info ul {
    float: none;
    padding-right: 0;
  }

  /* PRIJZEN */
  .prijzen {
    margin-top: 20px;
  }
  .pakket,
  .rijles {
    padding-right: 0;
  }

  .overige ul:last-child {
    border-bottom: solid 1px #ccc;
  }

  .overige.twee h2 {
    display: none;
  }
  .overige-prijzen ul {
    padding-right: 0;
  }

  /* GASTENBOEK */
  .gastenboek {
    margin-top: 20px;
  }
  .gastenboek_plaatsen {
    padding-right: 0;
  }

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

  /* CONTACT */
  .contact {
    margin-top: 20px;
  }
  .contact h2 {
    line-height: 32px;
    font-size: 31px;
  }
  .contact_informatie img {
    margin-bottom: 15px;
    width: 280px;
  }

  /* FORMS */
  form {
    margin-bottom: 0;
  }
  input[type="email"],
  input[type="password"],
  input[type="text"],
  select,
  textarea {
    border: solid 1px #e1e1e1;
    width: 100%;
    display: inline;
  }

  /* CAROUSEL */
  .slides {
    margin-top: 20px !important;
  }

  .slidesjs-pagination li {
    margin: 0 10px;
  }

  /* FOOTER */

  .cbr_logo,
  .srb_logo {
    position: relative;
  }
  .cbr_logo a,
  .srb_logo a {
    float: none;
    margin: 0 auto;
  }

  /* FOOTER META */
  .meta ul li {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
  .meta ul li a {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    float: none;
  }
  .meta p {
    float: none;
  }
  .meta ul li a.privacy_url,
  .meta ul li a.voorwaarden_url {
    background: 0 0;
    padding-left: 10px;
  }
}
