@charset "UTF-8";
/* 
    Created on : 18-aug-2017, 10:26:24
    Author     : Ben
*/
/*@import "partials/base";*/
/*@import "vendor/colorpicker";
@import "vendor/jquery.ui.core";*/
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap");
.bg-dark {
  background-color: #fff !important;
}

.bg-lightgrey {
  background: #f8f8f8;
}

.bg-gradient {
  background-image: linear-gradient(-45deg, #fff 35%, #f2f2f2 35%);
}

.bg-primary {
  background: #fff !important;
  color: #000;
}
.bg-primary a:not(.btn) {
  color: #000;
}
.bg-primary a:not(.btn):hover {
  color: #000;
}

.bg-custom {
  background: #000;
  color: #fff;
}
.bg-custom a:not(.btn) {
  color: #fff;
}
.bg-custom a:not(.btn):hover {
  color: #fff;
}

.bg-primary-darken {
  background: #f2f2f2 !important;
  color: #000;
}

.bg-secondary {
  background: #000 !important;
  color: #fff;
}
.bg-secondary a:not(.btn) {
  color: #fff;
}
.bg-secondary a:not(.btn):hover {
  color: #fff;
}

.bg-tertiary {
  background: #252525 !important;
  color: #fff;
}
.bg-tertiary a:not(.btn) {
  color: #000;
}
.bg-tertiary a:not(.btn):hover {
  color: #fff;
}

.bg-white {
  color: #252525;
}

.link-black {
  color: #252525 !important;
}
.link-black:hover, .link-black:focus {
  text-decoration: underline;
}

.text-primary {
  color: #fff !important;
}

.text-black {
  color: #212529;
}

.text-secondary {
  color: #000 !important;
}

.text-red {
  color: #721c24;
}

.text-green {
  color: #155724;
}

.bg-green {
  background: #28a745 !important;
  color: #fff;
}
.bg-green a:not(.btn) {
  color: #fff;
}

.btn {
  border-radius: 0;
}

.btn-standard {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
.btn-standard:hover {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-standard {
  color: #fff;
  border-color: #fff;
}
.btn-outline-standard:hover, .btn-outline-standard:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-sec {
  color: #000;
  border-color: #000;
}
.btn-outline-sec:hover, .btn-outline-sec:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-sec {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-sec:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-outline-tertairy {
  color: #252525;
  border-color: #252525;
}
.btn-outline-tertairy:hover, .btn-outline-tertairy:focus {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.btn-social {
  border-radius: 50%;
  background: #252525;
  color: #fff;
  width: 38px;
  height: 38px;
}
.btn-social:hover {
  color: #000;
}

.btn-mybid {
  color: #155724 !important;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.btn-outbid {
  color: #721c24 !important;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.footer-login-register {
  min-height: 12vh;
}
.footer-login-register .row {
  min-height: 12vh;
}
.footer-login-register .align-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.footer-login-register .align-footer p {
  margin-bottom: 0;
  display: flex;
  justify-content: space-evenly;
}
.footer-login-register .align-footer p.title-footer {
  font-size: 1.5rem;
  font-family: "Prompt", sans-serif;
}

footer {
  padding: 15px;
  border-top: 1px #000 solid;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-nov-2017, 9:45:25
    Author     : eva
*/
label.error {
  color: #e49ba7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-message {
  z-index: 9999 !important;
}

.danger {
  color: #a94442;
}

.bg-danger {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.pulse {
  animation: pulse 1s linear infinite;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.alert-inzet {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-live, .alert-zaal {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  /*color: #0c5460;*/
  /*background-color: #d1ecf1;*/
  /*border-color: #bee5eb;*/
}

.alert-online {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  /*color: #004085;*/
  /*background-color: #cce5ff;*/
  /*border-color: #b8daff;*/
}

.alert-my-bid {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-countdown-1 {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-countdown-2 {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.alert-countdown-3 {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.edited-dot, .deleted-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
}

.edited-dot {
  background-color: #1b79b8;
}

.deleted-dot {
  background-color: #fe5e3e;
}

.deleted-row {
  opacity: 0.3;
}

.bg-white {
  background: #fff !important;
}

#privacy-accept {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  width: 385px;
  max-width: 95%;
  background: #252525;
  color: white;
  padding: 32px;
  border-radius: 0;
  z-index: 999;
}

.privacy-accept p a {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #f2f2f3;
}

.privacy-accept p a:hover {
  color: #000;
}

.nav-logo {
  max-height: 60px;
  max-width: 60vw;
}

@media (min-width: 1200px) and (max-width: 1421px) {
  .nav-logo {
    max-width: 12vw;
  }
}
.main-nav {
  background-color: #fff;
  border-bottom: 1px #000 solid;
  /*
  .navbar-collapse {
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  &.fixed-top {
    max-width: 100%;
  }*/
  /*
    .nav-item{
      &.active{
        a{
          font-weight: 600;
          color: $primary-bg;
        }
      }
      a{
        &:hover{
          color:$secondary-bg;
        }
      }
    }
    */
}
.main-nav .navbar-toggler:not(:disabled):not(.disabled) {
  border-color: transparent;
}
.main-nav #navbarSupportedContent {
  text-align: right;
  z-index: 989;
  padding-right: 0;
}
.main-nav .navbar-collapse {
  flex-grow: 0;
}
.main-nav.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.main-nav.navbar-dark .navbar-nav .active .nav-link {
  color: #000;
}
.main-nav.navbar-dark .navbar-toggler i {
  color: #000;
}
.main-nav .dropdown-menu {
  background: #252525;
}
.main-nav .dropdown-menu .dropdown-item {
  color: #fff;
}
.main-nav .dropdown-menu .dropdown-item:hover {
  background-color: #000;
}

@media (max-width: 991px) {
  .main-nav .navbar-collapse {
    align-items: flex-end;
  }
}
@media (max-width: 1200px) {
  .main-nav #navbarSupportedContent {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 20px;
    right: 0;
  }
}
.bid-increment {
  display: block;
  padding: 0 10px;
  line-height: 42px;
}
.bid-increment i {
  font-size: 20px;
}

.form-bidding-price {
  display: flex;
  justify-content: center;
}
.form-bidding-price .bid-minus, .form-bidding-price .bid-plus {
  border: 1px solid #ccc;
}
.form-bidding-price .bid-minus {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 0;
  border-color: #fff;
  background: #fff;
  color: #000;
}
.form-bidding-price .bid-plus {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 0;
  border-color: #fff;
  background: #fff;
  color: #000;
}

#bid-amount {
  padding: 5px 10px;
  font-size: 20px;
  max-width: 80%;
}

#bid-alert-amount {
  font-family: "Prompt", sans-serif;
}

html, body {
  font-family: "Prompt", sans-serif;
}

/**{
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}*/
iframe {
  max-width: 100%;
}

.wrapper {
  min-height: calc(100vh - 164px);
}

q {
  quotes: "“" "”" "‘" "’";
  display: block;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Prompt", sans-serif;
  margin-bottom: 2rem;
}

.main-title {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  /*
  + hr{
    width: 70px;
    border-bottom: 5px solid $secondary-bg;
    margin-bottom: 2rem;
  } */
}
.main-title:after {
  width: 70px;
  border-bottom: 5px solid #000;
  content: " ";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

a, a:hover, .btn-link:hover, .btn-link:focus, a:focus, .btn-link {
  color: #252525;
  text-decoration: none;
}

table td, table th {
  vertical-align: middle !important;
}

.large-icon {
  font-size: 3rem;
}

.top-spacing {
  padding-top: 10rem;
}

.top-spacing-small {
  padding-top: 5rem;
}

.bottom-spacing-small {
  padding-bottom: 5rem;
}

.top-spacing-margin {
  margin-top: 10rem;
}

.bottom-spacing {
  padding-bottom: 10rem;
}

.shadow:hover {
  box-shadow: none !important;
}

.font-open {
  font-family: "Prompt", sans-serif;
}

.card {
  border-radius: 0;
}
.card * {
  border-radius: 0;
}
.card .card-footer:last-child {
  border-radius: 0;
}

.horse-current-view .card {
  background-color: #fff;
  color: #000;
}

.horsename {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.underline {
  border-bottom: 4px solid;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.banner {
  height: 25vh;
  background-size: cover;
  background-position: center;
}

.font-size-135 {
  font-size: 1.35rem;
}

.modal-header {
  flex-direction: column;
}

.scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2rem;
}
.scroll-down i {
  color: #000;
}

.home-banner img {
  width: 100%;
}

.banner-home {
  height: 80vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #000;
}
.banner-home:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 2;
}
.banner-home .banner-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.home-login-register > .row > div[class^=col] {
  padding: 2vw;
}
.home-login-register .bg-dark {
  color: white;
}

/*.hover-parent{
  &:hover, &:focus-within{
    > *{
      opacity: 0.5;
    }
    > :hover, > :focus{
      opacity: 1;
    }
  }
}*/
/*.hover-effect{
  .card{
    z-index: 1;

    &:after{
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scaleY(0);
      transform-origin: bottom center;
      background: $primary-bg;
      color: $primary-front;
      z-index: -1;
      transition: transform 0.5s;
    }
  }

  &:hover{
    .card{
      .card-body{
        *{
          color: $primary-front !important;
        }
      }
      &:after {
        transform: scaleY(1);
      }
    }
  }
}*/
.subtitle {
  font-style: italic;
}

.block-item {
  padding: 20px 13px 32px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -2.5rem !important;
}
.slick-dots li {
  margin: 0 0.25rem;
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.slick-dots button {
  display: block;
  width: 0.5rem !important;
  height: 0.5rem !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #f2f2f2;
}

.slick-track {
  margin: auto;
}

form .row div[class^=col] {
  margin-bottom: 15px;
}

.vid-play-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}

.collection-highlight-section {
  border: 2px solid #000;
}
.collection-highlight-section.with-hover {
  z-index: 1;
}
.collection-highlight-section.with-hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #000;
  color: #000;
  z-index: -1;
  transition: transform 0.5s;
}
.collection-highlight-section.with-hover:hover {
  background: #fff;
}
.collection-highlight-section.with-hover:hover:after {
  transform: scaleY(1);
}
.collection-highlight-section a {
  color: #fff;
}

.card-collection {
  height: 100%;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.card-collection .card-body {
  -ms-flex: unset;
  flex: unset;
  flex: 1 1 auto;
}
.card-collection .card-body {
  background-color: #fff;
}
.card-collection .card-footer {
  background: #000;
  color: #fff;
}
.card-collection:hover {
  box-shadow: none;
}

.modal-header .close {
  position: absolute;
  right: 10px;
  color: #fff;
  opacity: 1;
}

.embed-responsive-3by2::before {
  padding-top: 66.67%;
}

.input-group {
  display: inline-flex;
  width: auto;
}
.input-group .input-group-prepend .input-group-text {
  background: #000;
  border-color: #000;
  color: #fff;
}

.card-slogan {
  font-weight: 600;
  font-style: italic;
}

.embed-responsive-3by2::before {
  padding-top: 66.67%;
}

#terms-tab li {
  padding: 10px;
}
#terms-tab li a.active {
  color: #000;
  font-weight: 600;
}

.organisator .countdown div {
  color: #fff;
}
.organisator .countdown div span {
  color: #fff;
}

.color-primary-front {
  color: #000;
}

.noodstop-logo {
  max-height: 100px;
}

.slider-media-title {
  position: relative;
}
.slider-media-title span {
  position: absolute;
  bottom: 0;
  background: white;
  padding: 5px;
  left: 50%;
  transform: translate(-50%);
  color: black;
}

.custom-text hr {
  width: 100%;
}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
.countdown-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

.countdown {
  margin: 15px -10px;
  text-align: center;
}
.countdown > div {
  position: relative;
  display: inline-block;
  min-width: 35px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.countdown > div:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
  color: #fff;
}
.countdown > div:last-child:after {
  content: none;
}
.countdown > div > span {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
}
.countdown:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.countdown.countdown-detail > div {
  min-width: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.countdown.countdown-detail > div:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
  color: #fff;
}
.countdown.countdown-detail > div:last-child:after {
  content: none;
}
.countdown.countdown-detail > div > span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
.countdown-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

.countdown-home {
  margin: 15px -10px;
  text-align: center;
  /* &.countdown-detail{
     > div {
       min-width: 50px;
       font-size: 2.3rem;
       line-height: 24px;
       font-weight: 500;
       text-align: center;
       color: $tertairy-front;
       > span {
         display: inline-block;
         font-size: 2rem;
         text-transform: uppercase;
         margin-right: 10px;
       }
     }
   }*/
}
.countdown-home > div {
  position: relative;
  display: inline-block;
  min-width: 35px;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.countdown-home > div > span {
  display: inline-block;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #000;
  margin-right: 15px;
}
.countdown-home:after {
  visibility: hidden;
  display: inline-block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.online-bid-horse .price .whose-bid {
  font-size: 2rem;
}
.online-bid-horse .place-bid-price {
  display: flex;
  justify-content: center;
}
.online-bid-horse .place-bid-price .bid-minus, .online-bid-horse .place-bid-price .bid-plus {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
.online-bid-horse .place-bid-price .bid-minus {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 0;
}
.online-bid-horse .place-bid-price .bid-plus {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 0;
}

.veilingmeester.full-screen {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.veilingmeester .full-section-pattern {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: url(/assets/images/veilingmeester/pattern.png) repeat top left;
}
.veilingmeester .horseshortped {
  font-weight: 900;
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
}
.veilingmeester .color-quaternary {
  color: #E2E3D3 !important;
}
.veilingmeester .font-size-150 {
  font-size: 1.5em;
}
.veilingmeester .headline h3 {
  font-weight: 500;
  color: white;
  font-size: 3.5rem;
}
.veilingmeester h1 {
  font-size: 3.5rem;
}
.veilingmeester .flag-icon {
  font-size: 3.5rem;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .veilingmeester .headline h3 {
    padding: 0;
  }
}
.latest-bids.full-screen {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-bids .horseshortped {
  font-weight: 900;
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
}
.latest-bids .font-size-150 {
  font-size: 1.5em;
}
.latest-bids .headline h3 {
  font-weight: 500;
}
.latest-bids h1 {
  font-size: 6.5rem;
}

@media (max-width: 991px) {
  .latest-bids .headline h3 {
    padding: 0;
  }
}
@media (max-width: 1418px) {
  .ruiters-overview .card-img-top {
    background-position: center -22px;
  }
}
@media (max-width: 1024px) {
  .formulier-contact .col-md-6.offset-md-3, .contact-nieuws .col-md-6.offset-md-3, .formulier-verkoop-paard .col-md-6.offset-md-3, .home .contact .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .pb-120 {
    padding-bottom: 20px !important;
  }
  .formulier-verkoop-paard .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .breadcrumbs {
    padding: 10px 0 0 0 !important;
  }
  .main-slider h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 80vw;
  }
}
@media (min-width: 1024px) {
  .nieuws .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1010px) {
  #wrapper > span.label {
    display: none;
  }
  .branch.lv1 > .entry > span.label {
    max-width: 110px;
  }
  .entry:after {
    width: 10px;
    left: -16px;
  }
  .branch.lv1 {
    margin-left: 35px;
  }
  .branch.lv1:before {
    display: none;
  }
  .branch.lv2:before {
    width: 10px;
    left: -28px;
  }
  .branch.lv2 {
    margin-left: 135px;
  }
  .entry:before {
    margin-left: 31px;
  }
  span.label {
    min-width: 0;
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding-bottom: 40px;
  }
  h3 {
    font-size: 1.75rem;
    padding: 40px 0;
  }
  .contact h3 {
    font-size: 1.75rem;
  }
  .subtitle-large {
    font-size: 1.5rem;
    padding-top: 40px;
  }
  .contact .subtitle-large {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .paarden-concept-container .col.p-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pl-80 {
    padding-left: 40px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pr-80 {
    padding-right: 40px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .img-contact-persoon {
    position: relative;
    left: 50%;
    right: 50%;
    margin-bottom: 20px;
  }
  .contact-form .col-sm-12, .techn-char .col-12, .informatie-paard .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .contact-form .offset-md-3 {
    margin: 0;
  }
  .team .col-md-3 {
    max-width: 49%;
  }
  .mb-40 {
    margin-bottom: 0 !important;
  }
  .home section.second-slider {
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .main-nav svg {
    width: auto;
    height: 100%;
  }
  .main-nav .company {
    font-size: 1rem;
    color: white;
  }
  .find-us #map {
    display: none;
  }
  .find-us .text-map {
    position: relative;
    height: auto;
    margin-bottom: 2px;
  }
  .formulier-contact .col-md-12.mb-70 {
    margin-bottom: 30px !important;
  }
  .team .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 475px) {
  .subtitle-large {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 2rem;
  }
}

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