@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap');
body {
  font-family: 'Poppins', Sans-Serif;
  font-size: 13px;
  background-color: rgba(0, 53, 158, 0.05);
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

p {
  font-family: Poppins, sans-serif;
}

strong, label {
  font-weight: 600;
}

header {
  position: relative;
  top: 0px;
  width: 100%;
  min-height: 250px;
  margin: 0px;
  padding: 0px;
}

@media only screen and (max-width: 778px) {
  header {
    min-height: 100px;
  }
}

header.small {
  min-height: 100px;
}

header.small .mood {
  background-position-y: -130px;
}

@media only screen and (max-width: 778px) {
  header.small .mood {
    background-position-y: inherit;
  }
}

header .mood {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/themes/masterskip/images/masterskip.jpg") no-repeat top center;
  background-size: cover;
}

header .navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

header .navigation .nav-logo-wrapper {
  position: relative;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  min-width: 235px;
}

header .navigation .nav-logo-wrapper img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 49px;
  margin: 0;
}

header .navigation .nav-logo-wrapper p {
  position: relative;
  top: 10px;
  color: white;
  line-height: 120%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
}

header .navigation ul {
  position: absolute;
  right: 30px;
  top: 30px;
}

header .navigation ul li {
  font-weight: 600;
  list-style: none;
}

header .navigation ul li a {
  color: white;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
}

nav {
  background-color: white;
}

nav ul li {
  list-style: none;
  float: left;
  font-size: 1.1em;
}

nav ul li.active {
  border-bottom: 3px solid  #c02325;
}

nav ul li a {
  display: inline-block;
  height: 100%;
  padding: 20px;
}

main {
  position: relative;
}

main .page-header {
  text-transform: uppercase;
  color: white;
  margin: 0px;
}

main .page-header h1 {
  margin-top: 0px;
  font-size: 3.5em !important;
  font-weight: 600;
}

@media only screen and (max-width: 778px) {
  main .page-header h1 {
    font-size: 2em !important;
    color: black;
    margin-top: 30px;
  }
}

main.account {
  padding-top: 40px;
}

footer {
  position: relative;
  min-height: 300px;
  padding-top: 50px;
  background-color: #001C39;
}

@media only screen and (max-width: 778px) {
  footer {
    top: 100px;
  }
}

footer .footer-backtotop {
  position: absolute;
  top: -50px;
  right: -0px;
  background: #001C39;
  width: 300px;
  height: 50px;
  text-align: center;
  padding: 11px 10px;
  padding-top: 5px;
  z-index: 90;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

footer .footer-backtotop:hover {
  background-color: #424242;
}

footer .footer-backtotop h4 {
  color: white;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0px;
  text-transform: uppercase;
}

footer .footer-backtotop img {
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

footer ul li {
  list-style: none;
  font-size: 20px;
}

footer ul li a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
}

footer ul li a:hover {
  color: #c02325;
}

footer ul li .sub-menu a {
  text-transform: inherit;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

footer ul li .sub-menu a:hover {
  color: #c02325;
}

footer .footer-socialmedia-wrapper {
  margin-left: 20px;
}

footer .footer-socialmedia-icon-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

footer .footer-socialmedia-icon-link .footer-socialmedia-icon {
  height: 30px;
}

footer .footer-links-wrapper {
  margin: 40px 0 20px;
  border-radius: 6px;
  border: 2px solid #54C6EA;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
}

footer .footer-links-wrapper img {
  width: 100%;
  max-width: 200px;
}

.margin-right-10 {
  margin-right: 10px;
}

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

.well {
  border-radius: 0px;
  background-color: white !important;
}

.uk-nav li {
  font-size: 11pt;
}

.boeken h1, .boeken h2, .boeken h3, .boeken h4, .boeken h5, .boeken h6 {
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

.boeken .subtitle {
  margin: 0px !important;
  min-height: inherit !important;
  position: inherit !important;
}

.voorwaarden a {
  text-decoration: underline;
}

.well {
  background-color: #f0f0f0;
}

.well.login {
  background-color: #14455D;
}

.well.login h3,
.well.login label,
.well.login a {
  color: white;
}

.well
.alert-info,
.alert-warning {
  border-radius: 0px;
}

.label-info {
  border-radius: 0px;
  font-weight: 300;
  font-size: 13pt;
}

.overzicht .label-info {
  font-size: 9pt;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #7c7c7c;
}

.btn {
  border-radius: 0px;
}

.btn-info {
  border: 0px;
  background-color: #c02325;
  color: #14455D;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  height: 44px;
  border-radius: 4px;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  border: 2px solid #c02325;
  color: white;
  font-size: 0.95em;
}

.btn-info:hover {
  color: white;
  background-color: #c81c1c;
  border: 2px solid #c81c1c;
}

.btn-default {
  background-color: white;
  color: black;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid black;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  height: 44px;
  z-index: 0;
}

.btn-default:hover {
  color: white !important;
  background-color: black;
  border-color: black;
}

.winkelwagen .btn-default:after {
  background-color: #2c3e50;
}

.label-danger {
  background-color: #D73047;
  border-radius: 0px;
  font-weight: 300;
  text-transform: uppercase;
}

.background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.background img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  margin: auto;
}

.logo {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  max-width: 250px;
}

.logo img {
  width: 100%;
}

.container {
  position: relative;
}

.container.inhoud {
  top: -100px;
}

@media only screen and (max-width: 778px) {
  .container.inhoud {
    top: 0px;
  }
}

a {
  color: #2c3e50;
}

a:hover {
  color: #c02325;
  text-decoration: none;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border: 1px solid #373737;
}

.selectpicker li {
  margin-left: 0px;
}

.btn-group.male button {
  background-color: #3498db;
  border-color: #3498db;
  color: white !important;
}

.btn-group.female button {
  background-color: #f576c7;
  border-color: #f576c7;
  color: white !important;
}

p, li {
  color: #505050;
}

.margin-top-0 {
  margin-top: 0px;
}

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

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.text-align-right {
  text-align: right;
}

.label-pink {
  background-color: #f576c7;
}

.btn-height {
  height: 61px;
  line-height: 39px;
}

.well {
  padding: 30px;
}

.well h3 {
  margin-top: 3px;
}

.well .select {
  margin-top: 20px;
  margin-bottom: 30px;
}

.well label {
  display: block;
}

section.filter h4 {
  font-weight: 600;
  margin-top: 30px;
  cursor: pointer;
  cursor: hand;
  text-transform: uppercase;
  font-size: 10pt;
  color: #ee3124;
}

section.filter h4:first-child {
  margin-top: 0px;
}

section.filter label {
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

section.filter input[type="checkbox"] {
  margin-right: 10px;
}

section.filter ul {
  margin: 0px;
  margin-top: 40px;
  padding: 0px;
}

section.filter ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d8dcdd;
  font-size: 1.1em;
  color: #787878;
}

section.filter ul li:last-child {
  border-bottom: 0px;
}

section.filter .priceline {
  height: 1px;
  margin: 20px 0px 10px 0px;
  font-size: 0;
  line-height: 0;
  clear: both;
  padding: 0;
}

section.filter .total_price {
  display: inline;
  float: right;
  margin-right: 1px;
  color: #2c3e50;
  margin-top: -2px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

section.filter .beschikbaar {
  font-style: italic;
  font-size: 1.2em;
  color: #aaaaaa;
  margin-top: 20px;
}

section.filter .filter {
  margin-bottom: 20px;
}

section.results {
  margin-top: 40px;
}

section.results article.item {
  background-color: white;
  border: 0px !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 778px) {
  section.results article.item {
    height: inherit;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 778px) {
  section.results article.item .btn {
    width: 100%;
    margin-bottom: 12px;
  }
}

section.results article.item:last-child {
  border-bottom: 0px;
}

section.results article.item .image {
  width: 100%;
  overflow: hidden;
}

section.results article.item .image img {
  height: 100%;
}

section.results article.item .title {
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 5px !important;
  text-transform: uppercase;
  font-size: 2em;
  padding-left: 15px;
  padding-right: 15px;
}

section.results article.item .title a {
  color: black;
}

section.results article.item p {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  padding-right: 15px;
}

section.results article.item .week {
  color: #787878;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

section.results article.item .week .van,
section.results article.item .week .tot {
  font-weight: 600;
  color: black;
}

section.results article.item .prijs {
  position: absolute;
  right: 15px;
  letter-spacing: normal;
  background-color: black;
  width: 130px;
  font-weight: 600;
  text-align: center;
  font-size: 1.4em;
  line-height: 200%;
  cursor: hand;
  cursor: pointer;
  color: white;
}

section.detail {
  margin-bottom: 40px;
  position: relative;
  margin-top: 140px;
}

section.detail h1 {
  font-weight: 600;
  font-size: 3em;
  text-transform: uppercase;
  color: rgb(60, 60, 60);
}

@media only screen and (max-width: 778px) {
  section.detail h1 {
    color: black;
    font-size: 1.8em;
  }
}

section.detail p {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 20px;
}

section.detail .intro {
  font-size: 1.2em;
  color: black;
  line-height: 160%;
  margin-top: 20px;
}

section.detail .image {
  height: 130px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

section.detail .image img {
  min-height: 130px;
}

section.detail .qty {
  color: #3498db;
}

section.detail .modify-qty {
  font-weight: 400;
  font-size: 0.8em;
  color: #969696;
  margin-left: 10px;
}

section.detail .modify-qty:hover {
  color: #646464;
  border-bottom: 1px solid #646464;
}

section.detail .prijzen {
  margin-top: 10px;
}

section.detail .prijzen p {
  margin: 0px;
}

section.detail .prijzen.totaal {
  border-top: 1px solid gainsboro;
  padding-top: 15px;
}

section.detail .prijzen.in_sailcart {
  background-color: #e9f9e0;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #c1d6b4;
}

section.detail .prijzen.in_sailcart p {
  color: black;
}

section.detail .prijzen.in_sailcart .notice {
  font-size: 1.3em;
  margin-bottom: 12px;
}

section.detail .prijzen .prijs {
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
}

section.detail .prijzen.in_sailcart .prijs {
  background-color: white;
}

section.detail .prijzen .prijs.inverted {
  background-color: #f0f0f0;
}

section.detail .prijzen .prijs .cursus {
  text-align: center;
  font-size: 0.8em;
  color: #888c8d;
}

section.detail .prijzen .prijs .bedrag {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  color: #ee3124;
}

section.detail .prijzen .title {
  margin: 0px;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 5px;
}

section.detail .week {
  color: black;
  margin-top: 40px !important;
  margin-bottom: 10px;
}

section.detail .week .van,
section.detail .week .tot {
  color: black;
  font-weight: 600;
}

section.detail.form .alert strong {
  margin-right: 10px;
}

section.detail.form label {
  margin-top: 10px;
}

section.detail.form input[type="text"],
section.detail.form input[type="password"],
section.detail.form textarea {
  width: 100%;
  padding: 4px;
}

section.detail.form .optioneel {
  margin-left: 10px;
  color: #b0b4b5;
}

section.detail.form .label-radio {
  float: left;
  width: auto;
  margin-right: 15px;
  cursor: pointer;
}

section.detail.form .label-radio input[type="radio"] {
  margin-right: 5px;
}

section.detail.form .seperator {
  border-top: 1px solid #ecf0f1;
  padding-top: 10px;
}

section.detail.form .total_price {
  font-size: 1.3em;
  font-weight: 700;
}

section.detail.form h4 {
  font-weight: bold;
}

section.detail.form .error {
  color: #e30000;
}

section.detail.form .error input {
  color: #373737;
}

section.winkelwagen {
  background-color: #c81c1c !important;
  border-radius: 0px;
}

section.winkelwagen p {
  color: white;
}

section.winkelwagen .title {
  color: white;
  margin: 0px;
  font-weight: 600;
}

section.winkelwagen .booked {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.winkelwagen .booked .item {
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: white;
  color: white;
  overflow: hidden;
}

section.winkelwagen .booked .item .amount {
  background-color: white;
  line-height: 40px;
  color: #2c3e50;
  float: left;
  text-align: center;
  height: 80px;
  width: 40px;
  font-weight: bold;
  font-size: 1.1em;
}

section.winkelwagen .booked .item .text {
  padding-top: 3px;
  width: 145px;
  float: left;
}

section.winkelwagen .booked .item .text .title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  color: black;
  padding-left: 10px;
}

section.winkelwagen .booked .item .text p {
  color: #2c3e50;
  font-size: 12px;
  opacity: 0.5;
  padding-left: 10px;
}

section.winkelwagen .btn-white {
  background-color: white;
  border: 1px solid white;
  color: #ee3124;
  font-weight: 600;
  font-size: 16px;
}

section.winkelwagen .btn-white:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}

section.winkelwagen .meer {
  margin-top: 15px;
}

section.winkelwagen .meer a {
  color: white;
}

section.winkelwagen .meer a:hover {
  color: white;
  border-bottom: 1px solid white;
}

section.deelnemers {
  background-color: #c81c1c;
  color: white;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

section.deelnemers .heading {
  height: 100px;
  padding: 31px;
  padding-bottom: 26px;
  background-color: #c81c1c;
}

section.deelnemers .heading .title {
  color: white;
  margin: 0px;
  font-weight: 700;
}

section.deelnemers .heading .totaal {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}

section.deelnemers .items .item {
  background-color: #c81c1c;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d2d2d2;
  color: white;
}

section.deelnemers .items .item.ingevuld {
  background-color: #14455D;
  border-bottom: 1px solid #1c5b79;
  border-top: 1px solid #1c5b79;
  color: white;
}

section.deelnemers .items .item .subtitle {
  font-weight: 600;
  font-size: 13pt;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: white;
}

section.deelnemers .items .item.edit .subtitle {
  color: black;
}

section.deelnemers .items .item .datum {
  color: white;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 0.9em;
}

section.deelnemers .items .item.edit .datum {
  color: black;
}

section.deelnemers .items .item .cursist {
  margin-top: 0px;
  font-weight: 700;
}

section.deelnemers .items .item.edit {
  background-color: white;
  border-bottom: 1px solid #d2d2d2;
  color: black !important;
}

section.deelnemers .items .item .bijgeboekt {
  margin-top: 20px;
  font-size: 0.9em;
  color: white;
  border-top: 1px solid rgba(110, 110, 110, 0.2);
}

section.deelnemers .items .item.ingevuld .bijgeboekt {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: black;
}

section.deelnemers .items .item.edit .bijgeboekt {
  color: black;
  border-top: 1px solid rgba(110, 110, 110, 0.2);
}

section.deelnemers .items .item .bijgeboekt .caption {
  font-weight: 700;
  font-size: 11pt;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 3px;
}

section.overzicht .info {
  color: #787878;
  font-size: 0.95em;
}

section.overzicht .subtotaal {
  font-size: 0.95em;
  color: #464646;
  font-weight: 700;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid gainsboro;
}

section.overzicht .totaal {
  font-size: 1.3em;
  color: #464646;
  font-weight: 700;
}

.pagination ul {
  margin: 0px;
  padding: 0px;
}

.pagination ul li {
  float: left;
  padding: 10px;
  margin-left: 0px;
  margin-right: 5px;
  display: inline-block;
  background-color: #EFEFEF;
}

.responsive-wrapper {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .hide-small-device {
    display: none;
  }
}

.block-red {
  background-color: #c02325;
  color: white;
  margin-bottom: 20px;
}

.block-red .content {
  padding: 20px;
}

.block-red .content h3 {
  margin: 0px;
  margin-bottom: 15px;
}

.block-red .content p {
  color: rgba(255, 255, 255, 0.9);
}

.block-red .content p.notice {
  font-size: 1.2em;
}

.block-red .action {
  background-color: #A81415;
  padding: 10px;
}

.block-red .action a {
  position: relative;
  top: -2px;
  color: white;
  font-size: 1.2em;
}

.block-red .action a i {
  position: relative;
  top: 5px;
}

.block-white {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}

.block-white h3 {
  margin: 0px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.block-white h3.red {
  color: #A81415;
}

.block-white p {
  color: #828282;
}

.block-white p.notice {
  font-size: 1.2em;
}

.block-blue {
  background-color: #2c3e50;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
}

.block-blue h3 {
  margin: 0px;
  margin-bottom: 15px;
  color: white;
}

.block-blue p {
  color: white;
}

.block-blue p.notice {
  font-size: 1.2em;
}

.block-notice {
  background-color: #edeff0;
  color: #507192;
  padding: 20px;
  margin-bottom: 40px;
}

.block-notice h4 {
  margin: 0px;
}

.block-notice a {
  color: #2c3e50;
  margin-left: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

table.summary {
  width: 100%;
}

table.summary tr td {
  color: #646464;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  padding-top: 10px;
}

table.summary tr:last-child td {
  border-bottom: 0px;
}

.clearer-30 {
  height: 30px;
}

footer .item{
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;

}

footer .item a{
  color:white !important;
}

.footer-kop {
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  margin-bottom: 25px;
}
