* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Hide number arrows */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.footerBottumMobile {
  display: none !important;
}

.footerBottum {
  display: block !important;
}

.tableMobileBieden {
  display: none;
}

.asideVeilingen {
  width: 20%;
  border: 1px solid black;
  margin-left: 15px;
  margin-bottom: 15px;
}

.divAroundBiedenBigScreen {
  display: block;
  display: flex;
  flex-direction: row;
  font-size: 15px;
  position: relative;
  width: 100%;
}

.instagram_feed {
  width: 100%;
  padding: 25px;
  padding-top: 25px;
  padding-top: 0;
  margin-top: 20px;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instagram_post {
  position: relative;
  width: 49%;
  margin-bottom: 2%;
}

.overlay_insta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  font-size: 3em;
  transition: all .3s;
}

.instagram_feed .instagram_post img {
  width: 100%;
}

#container {
  position: relative;
}

.legendeDesktop {
  display: block;
}

.dlLegende {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 10px;
  margin-top: 15px;
}

.dlLegende dl, .dlLegende dt {
  display: flex;
  align-items: center;
}

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

.dtGroot {
  font-size: 23px;
  margin-right: 6px;
  text-align: center;
}

.ddGroot {
  font-size: 23px;
  padding-bottom: 14px;

}

.border_legende_desktop {
  position: fixed;
  bottom: 0;
  top: 90%;
  right: 0;
  left: 0;
  margin-left: 14px;
  margin-right: 14px;
  border-bottom: 14px solid white;
  display: none;
}

.titleFaq {
  padding-right: 4%;
  line-height: 24px;
}

#buttonNieuwsBriefFaq {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

/* .styleBorder_legende{
  border-bottom: 3px solid black;
  height: 100%;
} */

/********************/
/***** ALGEMEEN *****/
/********************/
html, body {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}

.content-box {
  margin: 0 auto;
  display: block;
  max-width: 1258px;
  line-height: 2em;
  overflow: auto;
  padding: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-bottom: 10px;
  box-sizing: border-box;
  padding-top: 23px;

}

.content-box>p {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.content-box h2 {
  font-size: 1.4em;
}

.main-title {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2em;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}



.main-title span {
  line-height: 1.3;
  padding: 5px 15px;
  background-color: #ffffff;
}

.main-title hr {
  margin: 0;
  z-index: -1;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  border-top: 1px solid #d8e3ea;
}

.home_social {
  max-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 10px;
  padding-top: 0;
}

.home_social article {
  width: 31.33%;
  background-color: #fff;
  min-height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #DCDCDC;
}

.home_social article>h2 {
  font-size: 2em;
  padding: 5px 0;
  color: #DCDCDC;
  width: 100%;
  height: 23px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDCDC
}

.home_social article>h2 i {
  background-color: white;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.home_social article h3 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.headerMobile {
  display: none;
}

.tekstLegende {
  padding-left: 5%;
  padding-top: 10%;
}

/* Blog*/

.blog-img img {
  width: 100%;
}

.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}

.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 30px;
}

.footermar-blog {
  padding-bottom: 50px;
}

.blog-item {
  position: relative;
}

.blog-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.blog-rows {
  margin-top: 1%;
}

.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}

.blog-row:last-child {
  margin-bottom: 0;
}

.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
  margin-right: 1%;
}

.blog-row.type-b .row-block {
  margin: 0;
  width: 100%;
}

.blog-row.reverse .row-block:first-child {
  order: 2;
  margin-left: 1%;
  margin-right: 0%;
}

.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
  margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
  width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}

.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}

.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}

.type-c.reverse .combo-img .big {
  order: 2;
}

.type-c .combo-img>* {
  width: 50%;
}

.type-c .combo-img .big img {
  width: 100%;
}

.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.type-c .combo-img .small img {
  width: 50%;
}

.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

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

.button-hold a {
  display: inline-block;
  border: 2px solid #000;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #000;
  transition: all 0.8s ease;
}

.button-hold a:hover {
  background-color: transparent;
  color: #000;
}

/**
 * Blog detail
 **/
.blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #f7f7f7;

}

.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
    line-height: 180%;
    font-weight: 200;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.2em;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  padding: 0 15px;
      line-height: 180%;
    font-weight: 200;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.2em;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}

.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #243447;
  font-size: 2.1em;
}

.blog-aside h3 {
  font-weight: 700;
  color: #243447;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;
}

.blog-nav nav {
  border-top: 1px solid rgb(220, 220, 220);
  margin-bottom: 60px;
}

.blog-nav a {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220, 220, 220);
    line-height: 180%;
    font-weight: 200;
    color: rgb(110, 110, 110);
    font-size: 1.2em;
  padding-left: 8px;
}

.blog-nav a:hover, .blog-nav a.active {
  color: #243447;
}

.blog-nav-btn {
  display: none;
  text-align: center;
  padding: 10px 0;
  font-size: 3.2em;
  color: #000;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.2em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #243447;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #243447;
  font-weight: 700;
  border: 2px solid #243447;
  color: #fff;
  transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #243447;
}

.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-content-row {
  margin-bottom: 30px;
}

.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}

.blog-content-row h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6em;
  line-height: 150%;
  color: #626572;
}

.blog-content-row .c {
  width: 100%;
  margin: 0 auto;
}

.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}

.blog-content-row .multi-img-holder>a img {
  width: 100%;
}

.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
  width: 50%;
}

.blog-content-row .tekst-and-image .c {
  padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
  order: 2;
}

.title-hold {
  text-align: center;
  margin-bottom: 36px;
}

.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

/* Blog Einde */


.inStyle {
  position: fixed;
  top: 50%;
  width: 41px;
  background-color: #4e7f9d;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
  z-index: 4;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-right: none;
  color: white;
  font-family: "Work Sans", sans-serif;
}

.legendeNameDesktop {
  display: flex;
  flex-direction: column;
}

.styleIconsLegende {
  font-size: 1.6rem;
  text-align: center;
}

.styleLegendeUitleg {
  font-size: 1.2rem;
  display: flex;
  align-content: flex-start;
}

.legendeNameDekstop {
  line-height: 25px;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
}

.legendeNameDekstopOut {
  margin-bottom: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Legende NIEUW */

:root {
    --p-legend-bg: rgba(255, 255, 255, 0.9);
    --p-theme-dark: #1e293b; 
    --p-accent: #4e7f9d;
}

.p-legend-container {
    position: fixed;
    top: 65%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    margin-right: -300px; /* Paneel breedte */
}

.p-legend-container.is-open {
    margin-right: 0;
}

/* De Slanke Verticale Trigger */
.p-legend-trigger {
    background: var(--p-theme-dark);
    width: 32px; /* Mooi slank */
    height: 80px;
    border-radius: 12px 0 0 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.p-legend-trigger:hover {
    width: 40px; /* "Groeit" een beetje bij hover */
    background: var(--p-accent);
}

.p-legend-icon-wrap {
    color: white;
    font-size: 14px;
    transition: transform 0.5s ease;
}

/* Draai de chevron als hij open is */
.p-legend-container.is-open .p-legend-icon-wrap {
    transform: rotate(180deg);
}

/* Het Paneel */
.p-legend-panel {
    width: 300px;
    background: var(--p-legend-bg);
    backdrop-filter: blur(15px);
    padding: 30px;
    box-shadow: -15px 0 40px rgba(0,0,0,0.1);
    border-radius: 20px 0 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.p-legend-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.p-legend-header h3 {
    margin: 0;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--p-theme-dark);
    font-weight: 800;
}

.p-legend-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-legend-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 14px;
    color: #475569;
}

.p-legend-icon-item {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Kleuren */
.status-high { color: #22c55e; }
.status-outbid { color: #ef4444; }
.fa-star { color: #f59e0b; }

/* itemLotenGroot Start*/

.itemLotenGroot {
  margin-bottom: 10px;
  padding-right: 50px;
  padding-left: 50px;
  flex-direction: initial;
  align-items: center;
  position: relative;
}

.itemLotenGroot>div.img_holder {
  width: auto;
  align-items: center;
  display: flex;
}

.itemLotenGroot h1 {
  width: 80%;
}

.afgelopenitem>.vierkant:first-child {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.itemLotenGroot:after {
  content: '';
  display: block;
  clear: both;
}

.itemLotenGroot>div:nth-child(2) {
  font-size: 1.8rem;
}

.itemLotenGroot .abstekst {
  position: relative;
}

.itemLotenGroot .abstekst>*,
.itemLotenGroot .abstekst div {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
}



.favoster_loten_groot {
  top: 43%;
  right: 2%;
  margin-top: -15px;
  position: absolute;
  color: #d8e3ea;
}


/* itemLotenGroot Einde */

/* itemLotenKlein start*/
.titelLotGroot {
  font-size: 1.8rem;
  padding-left: 5%;
  width: 51%;
}

.lotGegevensLoten {
  display: flex;
  flex-direction: row;

  height: 100%;
}

.divAroundLotInfo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 15px 15px 15px;
}

.lotGegevensGroot {
  width: 77%;
  height: 100%;
}

.img_holder_loten_groot img {
  height: 100%;
}

.img_holder_loten_groot {
  height: 100%;
  position: relative;
}

.img_holder_loten_groot .favoster {
  top: 20px;
}

.titelLot {
  width: 70%;
}

.hoogsteBodGroot {
  font-size: 1.8rem;
  padding-left: 5%;
  width: 87%;
}

.infoItem {
  margin: auto;
  width: 41%;
}

.infoTekstLot {
  display: flex;
  flex-direction: row;
  width: 35%;
  justify-content: center;
}

/* itemLotenKlein einde */

.divButtonGeschiedenis {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 33px;
}

#biedingtable>tbody {
  padding-left: 4%;
}

#biedingtable>tbody>tr>td {
  text-align: center;
}

.buttonBiedgeschiedenis {
  padding: 9px;
  background-color: #d8e3ea;
  border: 2px solid black;
}

.terugKerenBiedgeschiedenis {
  position: absolute;
  bottom: -11%;
}

.BiedgeschiedenisActive {
  padding-right: 3%;
}

.outStyle {
  position: fixed;
  top: 50%;
  width: auto;
  right: -240px;
  background-color: #d8e3ea;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
  z-index: 4;
  padding: 16px;
  border: 1px solid #4e7f9d;
  border-right: none;
  transition: 1s;
}

.tekstLegende p {
  color: #000;
  padding: 10px;
  font-size: 1.2rem;
}

.legendeNameDekstopOut {
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: capitalize;
}


.tableIconsLegende {
  margin-top: 30px;
  margin-left: 30px;
}

.betaversieTijdelijk {
  position: relative;
  font-weight: bold;
  left: 9%;
  top: 59%;
}

.res-nav, .legendeDiv {
  display: none;
}

.dashboardName {
  position: absolute;
  top: 12px;
  color: white;
  font-weight: bold;
  left: 19px;
  display: none;
}

.header2Parts {
  display: flex;
  flex-direction: row;
  background-color: #d8e3ea;
  position: relative;
}

.header2Parts2 {
  display: flex;
  flex-direction: row;
}

input {
  height: 35px;
  border: none;
  padding-left: 5px;
}

.styleFavorieteKlein {
  font-size: 1.2rem;
}

.articleFooter {
  display: block;
}

.volgOns {
  display: none;
}

.dropdownNavLogin {
  display: none;
}

#dashboardbar {
  display: block;
}

.ui-button-icon-only {
  background: #d8e3ea !important;
  border: none !important;
}

#Factuurgelijkaancontact {
  margin-right: 10px;
  position: absolute;
  top: 48%;
}

.countdown3 {
  position: absolute;
  left: 35%;
  top: 28.5%;
  font-weight: bold;
  font-size: 0.8rem;
}

.HTMLhidden {
  overflow-y: hidden;
  height: 100%;
}

/* dialoog venster start */
.ui-dialog {
  margin: 0 !important;
  padding: 0 !important;
}

.ui-dialog-titlebar {
  background-color: black !important;
  background: #000 url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x !important;
  color: #fff !important;
}

.green {
  background: rgb(0, 199, 0) !important;
  color: #000 !important;
}

.red {
  background: rgb(255, 28, 28) !important;
  color: #000 !important;
}

.dialogTitle {
  font-weight: 800;
  margin-bottom: 4%;
}

.ui-dialog .ui-dialog-title {
  overflow: none !important;
}

.amountsDialog {
  position: absolute;
  left: 40%;
}

.bodgeg {
  margin-left: 3%;
}

/* dialoog venster einde */
.resbutton {
  display: none;
}

.titelContact {
  text-align: center;
  margin-top: 10%;
  font-size: 2.3rem;
  margin-bottom: 3%;
  font-weight: bold;
  padding-left: 3%;
  padding-right: 21%;
  line-height: 37px;
}

#PL_privacy {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#legendeTitel {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 10%;
  margin-bottom: 4%;
}

.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
  color: black;
}

.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#aanmaakform {
  width: 55%;
}



#aanmaakform>div:nth-child(5)>div:nth-child(11)>div:nth-child(8)>p:nth-child(2)>span:nth-child(1)>label:nth-child(2) {
  top: 0;
}

.format45v2 {
  width: 46% !important;
}

.format45 {
  width: 46% !important;
  margin-right: 8%;
}

.format100 {
  width: 100%;
}

.format20 {
  width: 19%;
  margin-right: 8%;
}

.format20v2 {
  width: 19%;
}

.thumbWidth {
  width: 90px
}


.w20NomarginFormat {
  width: 17.5% !important;
  margin-right: 0;
}

a.biglink:nth-child(2) {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}

.imageLijn {
  position: absolute;
  left: 100%;
  width: 17px;
}

.eindDatumOfc {
  color: red;
  font-weight: 600;
  z-index: 2;
  margin: 0;
  text-align: center;
  padding-top: 2.5%;
  font-size: 1.2rem;
}

.eindDatumVeilingenPagina {
  color: red;
  font-weight: 600;
  z-index: 2;
  margin: 0;
  text-align: center;
  padding-top: 3%;
  font-size: 1.1rem;
}

.eindDatumOfcKlein {
  font-size: 0.8rem;
  color: red;
  font-weight: 600;
  z-index: 2;
  margin: 0;
  text-align: center;
  padding-top: 3%;
}

.verlengdeText {
  font-size: 1rem;
}

.wijzerVerlopen {
  width: 20px;
  left: 98%;
  position: absolute;
}

.wijzerVerlopen2 {
  width: 19px;
  position: absolute;
  left: 98%;
}

.eindDatumOfc2 {
  position: absolute;
  right: 14%;
  bottom: 4%;
  color: red;
  font-weight: 600;
  z-index: 3;
}

.backgroundColorFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 39px;
}

.backgroundNoColorFooter {
  position: absolute;
  bottom: 0;
  top: 85%;
  left: 0;
  width: 100%;
}

.colorOVerboden {
  background-color: #ff0000;
  padding-top: 2%;
  padding-bottom: 2%;
}

.colorWin {
  background-color: rgb(39, 185, 87);
  padding-top: 2%;
  padding-bottom: 2%;
}

.verlengd {
  width: 75%;
  border-radius: 10px;
  background-color: red;
  text-align: center;
}

.huidigBodColor {
  width: 75%;
  border-radius: 10px;
  background-color: #d8e3ea;
  text-align: center;
  color: black;
}

.verlengdVeilingenPagina {

  width: 40%;
  border-radius: 10px;
  background-color: red;
  text-align: center;
}

.textCenterEinddatum {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.privcnt a {
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-weight: 700;
  color: black;
  position: relative;
  z-index: 10;
}

.checkmarker {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d8e3ea;
  border-radius: 3px;
}

#aanmaakform h2 {
  font-size: 1.3rem;
  color: #243447 ;
  font-family: 'Work Sans', sans-serif;
  line-height: 180%;
  background-color: #d8e3ea;
  padding-left: 10px;
  font-weight: 500;
}

#Nieuwsbrief, #Voorwaarden {
  accent-color: #d8e3ea;
  width: auto !important;
  margin-right: 10px;
  margin-top: 1.4%;
}

#Nieuwsbrief:hover, #Voorwaarden:hover {
  accent-color: #d8e3ea;
}

/* .xdebug-error{
display: none;
} */
.privcnt:hover input~.checkmarker {
  background-color: #d8e3ea;
}

.privcnt input:checked~.checkmarker {
  background-color: #d8e3ea;
}

.checkmarker:after {
  content: "";
  position: absolute;
  display: none;
}

.privcnt input:checked~.checkmarker:after {
  display: block;
}

.widthHalf {
  width: 60% !important;
}

.privcnt .checkmarker:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.paddingDetailContent {
  padding-top: 1.5%;
}

.paddingDetailContent1 {
  padding-top: 1.5%;
  padding-bottom: 3%;
}

.paddingDetailContent3 {
  margin-bottom: 2%;
  padding-bottom: 30px;

}

.centerDIV {
  position: absolute;
  top: 2%;
  left: 0;
  color: white;
  height: 22px;
  right: 0;
  display: flex;
  justify-content: center;
}

.center {
  text-align: center;
}

.centerDIV2 {
  position: absolute;
  top: 3%;
  left: 9%;
  color: white;
  height: 22px;
  right: 0;
}

/*VEILINGEN PAGINA START*/

.titleDiv {
  position: relative;
  height: 36px;
}

.titleDiv2 {
  position: relative;
  padding-bottom: 8px;
  width: 100%;
}

.imageLijnHome {
  position: absolute;
  left: 100%;
  width: 26px;
}

.titleDivSmallCollums {
  padding-left: 12%;
  width: 100%;
  padding-bottom: 8px;
}

.klokSmallCollums {
  position: absolute;
  top: 12%;
  font-size: 1.5rem;
  left: 11%;
  color: #d8e3ea;
}

.listIconsLoten {
  margin-left: 1%;
}

.driehoekstreepjesSmallCollums {
  width: 7%;
}

.listlotBigCollums {
  display: flex;
  flex-direction: row;
  height: 244px;
}

.driehoekstreepjes2 {
  width: 5%;
  display: inline;
  position: relative;
  top: 4%;
}

.countdown4 {
  position: absolute;
  top: 20.5%;
  font-weight: bold;
  font-size: 0.8rem;
}

.driehoekstreepjes3 {
  width: 4%;
  display: inline;
  position: relative;
  top: 4%;
}

.navi_footer a:last-of-type {
  display: inline-flex;
  flex-direction: row;
}

.navi_footer a:last-of-type i {
  color: #4b4b4b;
  animation: pulseres 4s infinite;
}

.PicutureLayoutStyle {
  position: relative;
  height: 250px;
  width: 100%;
  border: 1px solid black;
  ;

}
.titleveiling {
  font-weight: 800;
  font-size: 2.2rem;
  margin-top: 1.5%;
  color: #1e293b; 
  letter-spacing: -0.02em; 
  line-height: 1.2;
}

.overzicht {
  background-color: #d8e3ea;
  color: #000;
  display: block;
  padding: 6px 20px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  font-weight: 200;
  margin-bottom: 20px !important;
  border-radius: 18px;
}

.overzicht:hover {
  background-color: #fcde11;
  color: #000;
}

.arrowRight {
  color: #d8e3ea;
  font-size: 2rem;
  padding-top: 6%;
}

.arrowRight:hover {
  color: #fcde11;
}

.arrowLeft:hover {
  color: #fcde11;
}

.arrowLeft {
  color: #d8e3ea;
  font-size: 2rem;
  padding-top: 6%;
}

.footerImg {
  position: relative;
  width: 63%;
  height: 100%;
  background-color: black;
}

#NavigeerPaginaLot {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.pijlNaarRechts {
  position: absolute;
  right: 14%;
  font-size: 4.5rem;
  top: -10%;
  color: #d8e3ea;
}

#hestagAantal {
  position: absolute;
  font-size: 1.3rem;
  padding-left: 6%;
  padding-top: 2.4%;
}

.klok {
  position: absolute;
  top: 24%;
  font-size: 1.5rem;
  left: 28%;
  color: #d8e3ea;
}

.btnbod {
  color: white !important;
}

.klok2 {
  position: absolute;
  transform: translateY(41%);
  font-size: 1.5rem;
  left: 4%;
  color: #d8e3ea;
  display: block
}

.countdown {

  font-weight: bold;
  font-size: 1.1rem;
  color: red;
  line-height: 1.5em;
}

.countdown2 {
  position: absolute;
  left: 19%;
  transform: translateY(59%);
  font-weight: bold;
  font-size: 1.2rem;
}

.imageKleineFoto {
  width: 8.9%;
  z-index: 2;
  position: absolute;
}

.imageKleineFoto2 {
  width: 11%;
  position: absolute;
  z-index: 2;
}

.imageKleineFoto3 {
  width: 14%;
  position: absolute;
  z-index: 2;
}

#cirkelPlus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  border: 3px solid black;
  font-size: 3rem;
  position: absolute;
  right: 5%;
  top: 5%;
  color: #d8e3ea;
  justify-content: center;
  background-color: black;
}

.blokken_text {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.2em;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blokken_titel {
  position: relative;
  margin-bottom: 10px;
  padding-top: 8%;
}

.blokken_titel h2 {
  color: #d8e3ea;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5em;
}

.blokken_subitems {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.blokken_subitem {
  flex: 0 0 calc(33.333% - 14px);
  width: calc(33.333% - 14px);
  text-align: center;
  padding: 40px 50px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.blokken_subitem::before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #d8e3ea;
    margin: 0 auto 25px auto;
    border-radius: 2px;
}

.blokken_subitem_title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #d8e3ea;
  text-align: center;
}

.blokken_subitem_image {
  margin: 0 0 15px 0;
}

.blokken_subitem_image img {
  width: 100%;
    max-width: 100%;
  border-radius: 12px;
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blokken_subitem_image img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.blokken_subitem_text {
  text-align: center;
    line-height: 180% !important;
    font-weight: 200 !important;
    font-size: 1.2em;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: rgb(110, 110, 110);;
    max-width: 90%;
    margin: 0 auto;
}

.blokken_subitem_text,
.blokken_subitem_text p,
.blokken_subitem_text span,
.blokken_subitem_text strong,
.blokken_subitem_text em,
.blokken_subitem_text li,
.blokken_subitem_text a {
  color: rgb(110, 110, 110) !important;
}

.blokken_subitem_text p:last-child {
  margin-bottom: 0;
}

.divHome {
  display: flex;
  flex-direction: column;
}

.fa-plus {
  font-size: 3rem;
  color: #d8e3ea;
}

.imageHome, .imageHome2 {
  position: relative;
  width: 100%;
}

.imageHome2 {
  height: 173px;
}

.defaultLayoutStyle {
  position: relative;
  height: 250px;
  width: 100%;
  border: 1px solid black;
  background: url('/images/grijzeK.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23%;
}

.zestiennegen, .vierkant {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid black;
}

.backgroundColor {
  background-color: #ececec;
}

.loginbuttonColor {
  background-color: #000 !important;
}

.loginbuttonColor:hover {
  background-color: #636363 !important;
  color: #fff !important;
  transition: all 0.6s;
}

.zestiennegen:after, .vierkant:after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.vierkant:after {
  padding-top: 100%;
}

.abstekst {
  width: 100%;
}

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  max-width: 1200px;
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

#bedankt {
  text-transform: uppercase;
  color: #d8e3ea;
  margin: 10px 0;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  line-height: 50px;
  padding-bottom: 2%
}

.footerImg {
  color: #d8e3ea;
}

.bevestiging i {
  font-size: 3em;
  color: #d8e3ea;
  margin-bottom: 20px;
}

.bevestiging h2 {
  text-transform: uppercase;
  color: #d8e3ea;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #d8e3ea;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #d8e3ea;
  font-weight: 200;
  color: black;
  margin-top: 20px;
  border: 1px solid #d8e3ea;
}

.social_media>div.footer-copyright {
  display: none;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #d8e3ea;
}

.divTableMobile {
  display: none;
}

.button_detail {
  margin: 20px auto 20px auto;
  display: block;
  padding: 8px 15px;
}

.betalingsvoorwaarden {
  display: none;
}

/* Breadcrum */
/*JV opmerking: Weer maar eens verkeerd gespeld! Het is breadcrumB! ;D Gaan we nu niet in alle template files gaan aanpassen, vrees ik... */

.breadcrum {
  max-width: 1500px;
  margin-top: 50px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
  padding: 8px 14px;
  border-radius: 6px;
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Styling voor de 'Overzicht' link met het huisje */
.home-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600; /* Maak het iets dikker zodat het opvalt als knop */
  color: #4e7f9d !important; /* Geef het de actie-kleur */
  margin-right: 5px;
}

.home-link i {
  margin-right: 8px; /* Ruimte tussen huisje en tekst */
  font-size: 1.1rem !important;
}

.home-link:hover {
  text-decoration: underline;
}

.breadcrum span {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.breadcrum i {
  color: #4e7f9d;
  font-size: 1rem;
}

.breadcrum a {
  text-decoration: none;
  color: #353535;
}

.breadcrum .active {
  font-weight: 700;
  color: #353535; /* De titel zelf hoeft niet de actie-kleur te hebben */
  letter-spacing: 0.5px;
}

.breadcrum a:hover {
  text-decoration: none;
}

.breadcrum:hover {
  background-color: transparent;
}


/* .breadcrum .active {
text-decoration: underline;
} */


/* Einde breadcrum */

/* Einde Bevestiging*/

/* veiling detail  start*/

/* veiling organiseren start */

.blokVeilingOnderFoto {
  height: 198px;
  background-color: #96c6d5;
  text-align: center;

}

.textOrgVeiling {
  text-align: center;
  vertical-align: middle;
  line-height: 198px;
}

.tekstBlokVeilingMiddle {
  position: relative;
  height: 100%;
}

.fotoVeilingOrg {
  margin-bottom: 3%;
}

.divLijnVeilingOrganiseren {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 4%;
  margin-top: 2%;
}

.lijnVeilingOrganiseren {
  width: 100%;
  height: 2.3px;
  margin: 0 20px;
  background-color: #d8e3ea;
}

.divTussenLijnen {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.tekstTussenLijnen {
  font-size: 2.1rem;
  font-weight: bold;
  color: #d8e3ea;
}

.uptop {
  position: fixed;
  z-index: 10;
  color: #000 !important;
  right: -100px;
  bottom: 9.4%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #d8e3ea;
  transition: all 1s;
  overflow: hidden;
  border-radius: 200px;
  border: 2px solid black;
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #d8e3ea;
  transition: all 1s;
}

.uptop i {
  z-index: 2;
}

.tekstBlokVeiling {
  width: 100% !important;
  margin: 0 auto;
  z-index: 1;
  background-color: white;
  max-width: 1600px;
  padding: 10px;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding: 0 !important;
}

.veilingImgEnText {
  display: flex;
  flex-direction: column;
}

.columnSplitVeilingOrganiseren {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.colum1VeilingOrganiseren {
  margin-right: 10%;
}

.textArea {
  border: 1px solid #d8e3ea;
}

.textArea:focus {
  border: 2px solid #d8e3ea;
}

.buttonVeilingOrganiseren {
  width: 50% !important;
}


/* veiling organiseren einde */

.spi {
  position: relative;
  width: 45%;
}

.setmax {
  transition: transform 0.8s ease;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  height: 35px;
  padding: 0px 10px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  z-index: 3;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}

.setmax span {
  line-height: 100%;
}

.setmax i {
  color: #fff;
  font-size: 20px;
}

.setmax i:not(:first-child) {
  margin-left: 10px;
}

.setmax:hover {
  transform: scale(1.1);
}

.business_blokken img {
  width: 100%;
}

.extraInfo p {
  padding-bottom: 8px;
}

.slider1 {
  width: 100%;
  max-width: 1600px;
  background-color: #F9F1DF;
  background-image: none;
}

.slider-main-bottom {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #b09700;
}

.pagingInfo {
  position: absolute;
  top: 20px;
  left: 1%;
  color: #fff;
  padding: 7px 20px;
  border-radius: 200px;
  font-size: 11px;
  font-weight: 200;
}

.blokken article:nth-child(even) .pagingInfo {
  left: 20px;
}

.business_blokken {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.business_blokken_img {
  width: 45%;
}

.business_blokken_slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.business_blokken .slick-dots {
  display: none !important;
}

.business_blokken .slick-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 35px;
  height: 35px;
  padding: 0px;
  font-size: 40px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  border-radius: 200px;
  border: none;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
}

.business_blokken .slick-arrow i {
  font-size: 25px;
}

.business_blokken .slick-prev {
  right: 50px;
}


.blokken_img, .business_blokken_img {
  width: 45%;
}

.business_blokken_slider {
  width: 100%;
}

.blokken article:nth-child(even) .blokken_img, .blokken article:nth-child(even) .blokken_img_missie,
.blokken article:nth-child(even) .spi, .blokken article:nth-child(even) .business_blokken_img_missie {
  order: 2;
}

.blokken_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  order: 2;
  background-color: #ececec;
}

.blokken_content h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
  max-width: 700px;
}

.blokken_content2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  order: 2;
  background-color: #ececec;
  margin-right: 0 !important;
  height: 100%;
}

.blokken_content2 h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
  max-width: 700px;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: 100;
}

.marginBottom2 {
  padding-top: 0%;
  padding-bottom: 2%;
}

.blokken_content>div {
  width: 100%;
  color: #000;
  font-weight: 200;
  font-size: 19px;
  line-height: 180%;
}

.blokken_content2>div {
  width: 100%;
  color: #000;
  font-weight: 200;
  font-size: 19px;
  line-height: 180%;
}

.blokken article:nth-child(even) .blokken_content {
  order: 1;
}

.blokken article:nth-child(even) .blokken_content2 {
  order: 1;
}

.item_buttons .bekijkLot {
  background-color: #d8e3ea;
  color: #000;
}

.divButtonsItems {
  width: 20%;
  margin-left: 2%;
}

.favoster {
  top: 50%;
  right: 2%;
  margin-top: -15px;
  position: absolute;
  color: #d8e3ea;
}

.favosterGroot {
  top: 11%;
  right: 1%;
}

.titleKijkdagen {
  font-size: 1.2rem;
  padding-bottom: 14px;
  float: left;
  width: 82px;
}

.dlStyling {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.spanStyleKijkdagen {
  width: 60px;
  display: inline-block;
  font-size: 16.8px;
}

.favoster2 {
    top: 15px;
    right: 15px;
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6); /* Meer transparant */
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.3); /* Subtiele rand */
}

#veilingloten .favoster2 {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

/* De icoontjes verfijnen */
.favoster2 i {
    font-size: 16px;
    transition: all 0.3s ease;
}

#veilingloten .favoster2 i {
    font-size: 14px;
}

/* NIET favoriet: een heel dunne, donkergrijze rand */
.styleFavoriete--unfavoured {
    color: #444;
    opacity: 0.6;
}

/* WEL favoriet: een chique "Champagne Goud" in plaats van geel */
.favoster2.favourite {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.favoster2.favourite .styleFavoriete--favoured {
    display: inline-block;
    color: #c5a059; /* Chique goudkleur */
    transform: scale(1.1);
}

.favoster2:hover {
    transform: scale(1.05);
    background: rgba(255,255,255,1);
}

.favoster3 {
  right: 10px;
  bottom: 10px;
  position: absolute;
  color: #d8e3ea;
  
}

.styleFavoriete {
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
}

.lotoverzicht_info {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

.lotoverzicht_info i {
  cursor: pointer;
  color: #4e7f9d;
}

.lotoverzicht_info i:first-of-type {
  margin-right: 5px;
}

.lotoverzicht_info>div:first-child {
  text-align: left;
  width: 47.5%;
  font-size: 2em;
}

.lotoverzicht_info>div:nth-child(2) {
  text-align: right;
  font-size: 0.85em;
  width: 47.5%;
}

.search {
  position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;  max-width: 400px;

}

.search input {
  padding: 0 8px;
  font-size: 16px;
  width: 100%;
}

.search i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
}

.favoritesDropdown {
  padding-left: 0;
  background: none !important;
  display: none;
}

.favoster .styleFavoriete--favoured, .favoster.favourite .styleFavoriete--unfavoured {
  display: none;
}

.favoster.favourite .styleFavoriete--favoured {
  display: block;
}

.favoster2 .styleFavoriete--favoured, .favoster2.favourite .styleFavoriete--unfavoured {
  display: none;
}

.favoster2.favourite .styleFavoriete--favoured {
  display: block;
}

.favoster3 .styleFavoriete--favoured, .favoster3.favourite .styleFavoriete--unfavoured {
  display: none;
}

.favoster3.favourite .styleFavoriete--favoured {
  display: block;
}

.huidigbod {
  padding-bottom: 4%;
}

.lot_titel_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.lot_titel_nav>* {
  width: 49%;
}

.lot_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.lot_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 1em;
  background-color: #d8e3ea;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
}

hgroup {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

#titleBodDetail {
  font-weight: bold;
  font-size: 2.5rem;
}

#subtitleBodDetail {
  font-size: 1.5rem;
  font-weight: 200;
}

.pictureAndThumbs {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-direction: column;
  gap: 1em;
}

.imageAndFavo {
  width: 100%;
}

.imageAndFavo img {
  width: 100%;
}

.product_top {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 43px 0;
  margin-bottom: 4%;
}

.imageAndFavo {
  position: relative;
}

.product_top_left {
  width: 49%;
  position: relative;
}

.product_thumbs {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(5, 1fr);
}

.product_thumb {
  width: 100%;
}

.product_thumb img {
  opacity: 0.5;
  cursor: pointer;
  width: 100%;
}

.product_thumb .active_thumb {
  opacity: 1;
  border: 3px solid #000;
}

.product_thumb * {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  outline: 0;
  outline: none !important;
}

.product_thumb img:hover {
  opacity: 1;
}

#youtube_outer {
  display: none;
}

.youtubecontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ytshow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 1em;
  background-color: #d8e3ea;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
  border: 0;
  max-width: 400px;
  width: 100%;
  margin: 20px auto;
}

.product_top_right {
  width: 49%;
  position: relative;
}

.readmore {
  position: relative;
  max-height: 330px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: max-height 0.15s ease-out;
}

.readmore.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out;
}

.readmoreDiv {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  height: 31px;
  width: 116px;
  border: 1px solid black;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  display: none;
}

.readmoreDiv p {
  line-height: 31px;
}





.huidigbodStyle {
  width: 50% !important;
  border: 1px solid #000;
  background-color: #d8e3ea;
  height: 100%;
  border-right: none;
}

#huidigbodheader {
  height: 35px;
}

#biedingtable {
  width: 100%;
  background-color: rgb(236, 236, 236);
  font-size: 15px;
}

.biedenWoord {
  background-color: #000;
  color: white;
  padding: 15px 15px;
  font-size: 1.8rem;
}

.biedGeschiedenis {
  background-color: #000;
  color: white;
  padding: 15px 15px;
  font-size: 1.8rem;
}

#Biedgeschiedenis {
  width: 100%;
}

.borderRight {
  border-right: 1px solid black;
}

#loten_kijker {
  margin-top: 30px;
}

#loten_kijker h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#loten_kijker .slick-dots {
  bottom: -30px;
}

#veilingloten {
  margin-bottom: 4%;
  padding-bottom: 30px;
}

.sliderPictures {
  display: none;
}




/* veiling detail end */

.power_titel_holder {

  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  padding: 50px 48px;
  text-align: center;
  display: none;
}

.power_titel {
  font-size: 4.7em;
  color: #181818;
  line-height: 140%;
}

.power_titel_icon {
  padding: 0 0 40px 0;
}

@keyframes come-in-left {
  to {
    transform: translateX(0);
  }
}

.come-in-left {
  transform: translateX(-300px);
  animation: come-in-left 0.8s ease forwards;
  width: 6%;
}

.come-in-left:nth-child(odd) {
  animation-duration: 1s;

}

.vertabtekst {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vert {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

p {
  line-height: 1.5em;
}

.c {
  line-height: 2em;
}

.algVoor {
  color: black;
}

.c a {
  color: #b6a270;
}

footer .c p:first-child {
  margin-top: 0;
}

.line {
  height: 1px;
  background-color: #000;
  ;
  width: 100%;
}

.marginLine {
  margin-top: 2%;
  margin-bottom: 2%;
}


/* LOGINSECTION */
.loginsection {
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  transition: all 1s;
  background-color: rgba(0, 0, 0, .8);
}

.overloginsec {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.loginsection input[type="text"], .loginsection input[type="password"] {
  border: 2px solid #e3e3e3;
  font-size: 16px;
  padding: 15px;
  font-size: 16px;
  display: block;
  height: 50px;
  margin-bottom: 10px;
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
}

.loginsection input[type="submit"] {
  background-color: #d8e3ea;
  color: #252525;
  font-family: 'Work Sans', sans-serif;
  border-radius: 4px;
  font-size: 16px;
  padding: 15px;
  line-height: 150%;
  height: auto;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  margin-bottom: 10px;
}

.formFlex {
  display: flex;
  flex-direction: row;
}

.loginsection input[type="submit"]:hover {
  background-color: #fcde11;
  color: #000;
}

.loginwrap form a {
  padding: 10px 0;
  font-family: 'Work Sans', sans-serif;
}

.loginwrap {
  z-index: 2;
  padding: 50px;
  position: relative;
  max-width: 95%;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
}

.formulierVerzenden {
  width: 80%;
  text-align: left;
}


.loginwrap form {
  display: flex;
  flex-direction: column;
}

.acca {
  font-family: 'Work Sans', sans-serif;
  color: #8f8f8f;
  padding: 10px 0;
}

#email, #firstname, #name {
  border-bottom: 1px solid #d8e3ea;
}

#email:focus, #firstname:focus, #name:focus {
  border-bottom: 2px solid #d8e3ea;
}

.deslogt {
  font-family: 'Work Sans', sans-serif;
  color: #0E1936;
  text-align: left;
  padding-bottom: 20px;
  font-size: 1.7em;
  font-weight: 700;
}

.wwfor {
  color: #8f8f8f;
  padding: 10px 0;
  font-family: 'Work Sans', sans-serif;
}

.closelogin {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2em;
  color: #353535;
  cursor: pointer;
  transition: all .3s;
  z-index: 3;
}

.closelogin:hover {
  opacity: .7;
}

.imagesNextToDashboard {
  width: 11px;
  position: absolute;
  left: 0;
  top: 7px;
}

.showmenu {
  display: flex;
}

.menu-block {
  overflow: hidden;
}

.blokje {
  width: 70%;
}

/*============ Blokken ============*/
.blokken {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: white;
  max-width: 1600px;
  padding: 10px;
  margin-bottom: 1%;
}

.header_right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
  padding-right: 20px;
}

.lang_switch {
  display: flex;
  gap: 5px;
  padding: 8px 15px 8px 0;
  border-right: 1px solid #000;
}

.lang_switch a {
  color: #000;
  padding: 10px 8px;
}

.lang_switch a.active {
  font-weight: bold;
}

.lang_switch a:hover {
  text-decoration: underline;
}


#resmenu_button {
  font-size: 25px;
  display: none;
  cursor: pointer;
  color: white;
  background-color: #243447;
  border-radius: 200px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}


.blokken article>div:not(.blokken_subitem){
  width: 48.3%;
  padding: 69px;
  padding-top: 0;
}


.blokken article>div.blokken_subitem {
    padding: 69px;

}
.blokken article.blokken_subitems {
  padding: 0;
}

.filterDivAround {
  width: 100%;
  max-width: 1500px;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.blokken article.blokken_subitems {
  margin-bottom: 6%;
  
}


.maxWidth {
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
  padding-left: 30px;
}

.padding_bottom_dllegende {
  padding-bottom: 13px;
}

.blokken article:nth-of-type(even)>div {
  order: 1;
}

.blokken article:nth-of-type(even)>img {
  order: 2;
}

.blokken article>div ul {
  padding-left: 10px;
  list-style-type: disc;
}

.blokken article>div h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #4e7f9d;
  line-height: 130%;
}

.aElementDivButtonBlokken {
  border: none;
  background-color: #d8e3ea;
  color: #252525;
  display: inline-block;
  padding: 16px 26px;
  margin-top: 30px;
  font-size: 20px;
  border-radius: 4px;
  transition: all .3s;
  width: 65%;
}

.aElementDivButtonBlokken:hover {
  background-color: #fcde11;
  color: black;
}

.blokken article>div div a {
  color: #000035;
  font-weight: 700;
}

.blokken_button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #4e7f9d;
  color: white;
  text-decoration: none;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.blokken_button:hover {
  background-color: #2f688bff;
  color: white;
  text-decoration: none;
}

.blokken_button i {
  transition: transform 0.2s ease;
}

.blokken_button:hover i {
  transform: translateX(0.25rem);
}

/*========= Einde Blokken =========*/

/*========== Page Header ==========*/

.page_header {
  width: 45%;
  max-width: 1000px;
  margin: 2% auto 2% auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 2%;
  padding-bottom: 1%;
}

.team-banner {
  margin: auto;
  text-align: center;
  max-width: 2000px;
  width: 100%;
  height: 550px;
  margin-top: 2%;
}

.team-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.page_header h1 {
  color: #d8e3ea;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
}

.page_header h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.page_header>div {
  line-height: 175%;
  font-weight: 200;
  font-size: 1.4em;
  color: #868686;
  width: 100%;
  text-align: center;
}

.page_header>a {
  font-size: 17px;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  background-color: #000035;
}

/*======= Einde Page Header =======*/

/* Footer */

footer {
  background-color: #d8e3ea;
  padding: 10px 10px;
  position: relative;
  z-index: 2;
}

.innerfooter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.social_media {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.social_media a {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: #243447;
  color: #fff;
  font-size: 1.2em;
  margin: 0 10px;
}

/* Contact Pagina */

.contact_image {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.contact_image img {
  width: 100%;
}

.contact_pagina {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 10px 0 10px;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #d8e3ea;
  padding: 80px 80px;
  margin-top: 20px;
  width: 100%;
  z-index: 1;
  position: relative;
}

.contact_info p {
  font-size: 20px;
  font-weight: 200;
  color: #252525;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 900;
  color: #d8e3ea;
  margin-bottom: 20px;
  font-size: 2em;
}

#subm1 {

  margin-top: 7.4%
}


.contact_gegevens h2 {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
}

#notActive {
  background: linear-gradient(57deg, transparent 30px, #8f8f8f 0);
}

#activeTitle {
  background: linear-gradient(90deg, transparent 30px, #181818 0);
}

.contact_split {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 700;
  color: #000;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 130%;
}

.contact_split div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split div p {
  padding: 10px;
  padding-left: 35px;
  position: relative;
  color: #000;
}

.contact_split div p a {
  color: #000;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #000;
  transform: translateY(-50%);
}

.contact_split img {
  width: 100px;
  border-radius: 200px;
  margin-right: 20px;
}


.contact_form {
  /* margin: 154px  300px; */
  width: 77%;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;

  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type="text"],
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8e3ea;
  padding: 8px 0px;
  color: black;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5rem;
  padding-left: 5% !important;
}


.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder {
  color: black;
  font-weight: 300;
}

.contact_form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8e3ea;
  padding: 8px 0;
  color: #d8e3ea;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: 'Work Sans', sans-serif;
}


.contact_form select:focus {
  font-weight: 400;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
  border-bottom: 2px solid #d8e3ea;
  font-weight: 400;
}

.contact_form textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #d8e3ea;
  border-radius: 0px;
  padding: 10px 0px;
  color: #d8e3ea;
  ;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  height: 100px;
}

.contact_form textarea::placeholder {
  color: #d8e3ea;
  ;
}



.contact_form textarea:focus {
  border-bottom: 2px solid #d8e3ea;
  font-weight: 400;
}

.contact_form input[type=submit] {
  border-radius: 4px;
  padding: 2px 38px;
  background: transparent;
  border: 2px solid black;
  color: black;
  font-size: 1.2em;
  font-family: 'Work Sans', sans-serif;
  transition: all .3s;
  margin-left: 12%;
}

.contact_form input[type=submit]:hover {
  background-color: #d8e3ea;
  color: black;
}

.contact_form input[type=submit]:disabled {
  background: transparent;
  color: black;
  opacity: 0.3;
}

.contact_formulier #NaamInput {
  width: 100%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -120px;
}


/* Einde Contact Pagina */
/* OVER ONS PAGINA START */

/*OVER ONS PAGINA EINDE*/
.social_media>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.social_media>article {
  width: 100%;
  height: 2.3px;
  margin: 0 20px;
  background-color: #000;
}

.footer_item {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  width: 33%;
}

.footer_item img {
  width: 170px;
}

.footer_item h2 {
  font-size: 27px;
  font-weight: 700;
  color: #243447;
  margin-bottom: 10px;
}

div.footer_item:nth-child(1) {
  text-align: center;
}

div.footer_item:nth-child(2) {
  text-align: center;
}

div.footer_item:nth-child(3) {
  text-align: center;
}

.footer_item a {
  padding: 0;
  color: #243447;
  font-weight: 200;
  font-size: 20px;
  padding-bottom: 1px;
  margin: 5px 0;
}

.footer_item a:hover {

  text-decoration: underline;
}

.socials a {
  width: 40px;
  height: 40px;
  background-color: #000;
  color: white;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}


.footer_inschrijven a {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  display: block;
  margin: 0;
  border-radius: 4px;
  margin-top: 15px;
}

.disclaimer {
  background-color: #000;
  padding: 10px;
  font-size: 14px;
}

.disclaimer>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  color: #D9D9D9;
}

.disclaimer>div span {
  margin: 0 15px;
  color: #4B4B4B;
}

.disclaimer div a {
  color: #D9D9D9;
}

#aanmaakform input[type="submit"], #aanvraagform input[type="submit"], #veilingaanvraag input[type="submit"] {
  width: 35%;
}

.siteby {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-size: 15px;
  position: relative;
  z-index: 2;
  background-color: #243447;
  color: white;
}

.siteby span {
  margin: 0 10px;
}

.siteby a {
  font-size: 15px;
  color: white;
}

.infovenalis {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 10px;
  border-top: 1px solid #383838;
}

.siteby div div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.infovenalis2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 15px;

}

/* Einde Footer */
/* Home Slider */

.home_slider {
  width: 100%;
}


.home_slider article {
  position: relative;
}

.home_slider article img {
  width: 100%;
}

.home_slider article>div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1600px;
  padding: 1rem;
}

.home_slider article>div h2 {
  font-size: 50px;
  color: #0E1936;
  line-height: 100%;
  font-weight: 700;
  max-width: 100%;
  width: fit-content;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.4);
}

.home_slider article>div a {
  background-color: #E7F3FF;
  color: #252525;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 20px;
  display: inline-block;
  margin-top: 20px;
}


/* Einde Home Slider */



/* grijze ak */

.grijze_ak {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 10px;
  position: relative;
  background-color: #E7F3FF;
}

.grijze_ak>h2 {
  position: absolute;
  top: 0;
  left: 49%;
  transform: translate(-50%, -50%);
  max-width: 1070px;
  width: 100%;
  font-size: 180px;
  font-weight: 700;
  color: #e0dee0;
  letter-spacing: 1px;
}

.aks {
  width: 100%;
  max-width: 1500px;
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
  transform: translateY(-70px);
}

.aks .slick-arrow {
  position: absolute;
  left: 47%;
  bottom: 5px;
  background-color: #0E1936;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  border: none;
  color: #fff;
  z-index: 2;
}

.aks .slick-next {
  left: 50%;
}

.aks .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
  width: 50%;
  margin-left: 50%;
}



.aks .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  border: 2px solid #0E1936;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
}

.aks .slick-dots li button {
  display: none;
}

.aks .slick-dots .slick-active {
  background-color: #0E1936;
}

.grijze_ak_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.grijze_ak_content>div {
  width: 45%;
}

.grijze_ak_content img {
  width: 50%;
  border: 1px solid #afafaf;
}

.grijze_ak_content>div h2 {
  font-size: 35px;
  color: #0E1936;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 20px;
}

.grijze_ak_content>div div {
  line-height: 180%;
  font-weight: 200;
  color: #252525;
  font-size: 20px;
}

.grijze_ak_content>div a {
  color: #fff;
  background-color: #0E1936;
  padding: 15px 30px;
  transition: all .3s;
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  border-radius: 4px;
}

.grijze_ak_content>div a:hover {
  color: #fff;
  background-color: #252525;
}


/********************/
/***** HEADER *****/
/********************/

.topper {
  padding: 5px;
  background-color: #243447;
  height: 40px;

}

.topper nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.topper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.topper ul a,
.loginbutton {
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #fff;
}

.topper ul a:first-of-type {
  border-left: none;
}

/* TEST START */
#dashboardbar {
  padding: 5px;
  background-color: #243447;
  height: 40px;
  display: flex;
  flex-direction: row;
}

/* #dashboardmenu {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
} */

/* #dashboardmenu{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
} */

#dashboardmenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
}

#dashboardmenu ul a,
.loginbutton {
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #fff;
}

#dashboardmenu ul a.activelink {
  color: #243447 ;
  background-color: white;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 5px;
}

#dashboardmenu ul a:first-of-type {
  border-left: none;
}

/* TEST END */
.loginbutton {
  padding-right: 0;
  cursor: pointer;
}

.navigatie {
  display: flex;
  flex-direction: column;
}

.navigatie .logo_holder {
  display: inline-block;
  width: 355px;
  position: relative;
  height: auto;
  background-color: #fff;
}

.logo_holder2 {
  display: inline-block;
  width: 396px;
  position: relative;
  height: auto;
  background-color: white;
}

.logo_holder3 {
  display: inline-block;
  width: 390px;
  position: relative;
  height: auto;
  background-color: white;
}

.navigatie .logo {
  margin-top: 15px;
  margin-left: 52px;
  width: 82%;
}

.klantenzoneLogo {
  margin-top: 8%;
  margin-left: 13%;
  width: 82%;
}

.day_holder:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.iconStyleKijkdagen {
  width: 49px;
  text-align: center;
}

.textStyleKijkdagen {
  width: calc(100% - 49px);
  font-size: 16.8px;
  display: flex;
}

.tekstKijdagen {
  padding-left: 13px;
}

.navigatie .logo_shape {
  position: absolute;
  left: 97.4%;
  height: 104px;
}

.loggedIn .navigatie .logo_shape {
  height: 100%;
}

/* .navigatie>div nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigatie>div nav ul a {
  background-color: #fff;
  color: #252525;
  border-radius: 4px;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  margin: 0 10px;
  transition: all .3s;
} */

/* .navigatie>div nav ul a.active,
.navigatie>div nav ul a:hover {
  background-color: #0E1936;
  color: #fff;
} */

.wachtwoordVergeten {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .05rem;
  line-height: 100%;
}

.wachtwoordVergetenTekst {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .05rem;
  line-height: 100%;
}

.containerPassword {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  font-family: 'Work Sans', sans-serif;
  margin-top: 5%;
}


/********************/
/***** BANNER *****/
/********************/
#banner {
  height: 180px;
  width: 100%;
  border-bottom: 4px solid #666;
}

#banner #loginform, #loginform2 {
  width: 400px;
  max-width: 100%;
  height: 100%;
  padding: 4px;
  text-align: center;
  position: relative;
}

#banner #loginform h1, #loginform2 h1 {
  font-size: 1em;
}

#banner #loginform a, #loginform2 a {
  color: #000;
}

#banner #loginform ul li, #loginform2 ul li {
  line-height: 1.25em;
  list-style-type: none;
}

#banner #loginform input, #loginform2 input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}

#banner #loginform input[type="submit"], #loginform2 input[type="submit"] {
  background-color: #d8e3ea;
  color: #000;
  text-transform: uppercase;
}

#banner #loginform input[type="submit"]:hover, #loginform2 input[type="submit"]:hover {
  background-color: #4d7e9c;
  color: #fff;
  text-transform: uppercase;

}

#banner #loginform .wwvergeten, #loginform2 .wwvergeten {
  color: #fff;
  font-size: 0.8em;
  border-bottom: 1px dotted #fff;
}

#banner #loginform #loginwaarschuwing, #loginform #loginwaarschuwing, #loginform #activatie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ff0000;
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
}

#loginform #activatie {
  background-color: green;
}

#logout {
  position: relative;
  display: inline-block;
}

#logout input, #logout_mob input {
  font-family: 'Work Sans', sans-serif;
  background-color: #b6a270;
  color: #fff;
  height: auto;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 13px 30px;
}

#banner #indekijker {
  padding-right: 400px;
  width: 100%;
}

#banner #indekijker>* {
  width: 20%;
  height: 176px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.kijkerhover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#banner #indekijker>*:hover .kijkerhover {
  opacity: 1;
}

.kijkerhover>span {
  position: absolute;
  background-color: #666;
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  width: auto;
  display: inline-block;
  margin: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#dashboardbar {
  background-color: #243447;
  width: 100%;
  height: 40px;
  background: linear-gradient(57deg, transparent 30px, #243447 0) !important;
  display: flex;
  justify-content: flex-end;
    border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden; /* belangrijk */
}

#dashboardbar h1 {
  color: #fff;
  line-height: 38px;
  font-size: 1.3em;
  position: relative;
  top: -11%;
  left: 3%;
}

/* #dashboardmenu {
  background-color: #666;
  width: 100%;
  border-top: 1px solid #fff;
} */

/* #dashboardmenu>* {
  border-radius: 0;
  border-right: 1px solid #fff;
  background-color: #bdbdbd;
  padding-left: 40px;
  font-size: 0.9em;
}

#dashboardmenu>*:hover {
  background-color: #666;
}

#dashboardmenu>*:last-child {
  border-right: 0px;
}

#dashboardmenu .biglink {
  color: #fff;
  background-image: url(/images/hamer.png);
  background-repeat: no-repeat;
  background-position: 10px center;
} */


.faq_page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faqPadding {
  padding: 30px;
}

.faq_page>div {
  width: calc(100% - 450px);
}

.faq_page aside {
  width: 400px;
  margin-left: 50px;
}

.faqButtons a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 1em;
  transition: all 0.6s;
}


.faqButtons a:hover {
  background-color: #d8e3ea;
  color: black;
}

/* NEW HOME */
.hometext {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2em;
  color: #6d6d6d;
}

.hometext {
  margin-top: 20px;
}

.contentwrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 70px 10px;
}

/* BLOKKEN */
.blokken_content {
  max-width: 1600px;
  margin: 0 auto;
}

.blokken_content2 {
  max-width: 1600px;
  margin: 0 auto;
}

.blokken_row {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.blokken_col {
  width: 50%;
  box-sizing: border-box;
  padding: 45px 20px;
  display: flex;
  flex-direction: column;
}

.blokken_col img {
  width: 98%;
}

.blokkenimg {
  padding: 0;
}

.blokken_row:nth-child(even) {
  text-align: left;
}

.blokken_row:nth-child(even) .blokkentext {
  order: 0;
}

.blokken_row:nth-child(even) .blokkenimg {
  order: 1;
}

.blokken_col h2 {
  font-size: 25px;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  color: #0E1936;
  margin-bottom: 20px;
  line-height: 180%;
  font-weight: 700;
}

.blokken_col p {
  line-height: 170%;
  font-family: 'Work Sans', sans-serif;
  color: #828282;
  font-size: 18px;
  font-weight: 200;
}

.blokwrap {
  padding: 20px 10px;
  width: 100%;
}

.specialbutton {
  font-size: 19px;
  font-family: 'Work Sans', sans-serif;
  color: #353535;
  transition: all .5s;
  position: relative;
}

.specialbutton span {
  position: relative;
  z-index: 1;
}

.specialbutton span i {
  transition: all .5s;
}

.specialbutton:hover span i {
  margin-left: 5px;
}

.specialbutton div {
  display: none;
}

.specialbutton:hover {
  color: #7f7f7f;
  padding-left: 25px;
}

/* EINDE BLOKKEN */
/********************/

.uitdehand_page {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}

.uit_de_hand_holder {
  padding: 30px 0;
  margin-top: 0px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.uit_de_hand_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #f3f9ff;
  border-radius: 200px;
  margin-bottom: 30px;
}

.uit_de_hand_filter a {
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 200px;
  transition: all .3s;
  color: #0E1936;
  font-size: 18px;
}

.uit_de_hand_filter a:first-of-type {
  margin-left: 0;
}

.uit_de_hand_filter a:last-of-type {
  margin-right: 0;
}

.uit_de_hand_filter a.active,
.uit_de_hand_filter a:hover {
  background-color: #0E1936;
  color: #ffffff;
}

.uit_de_hand {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.uit_de_hand article {
  width: 23%;
  margin: 1%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.uit_de_hand article:hover {
  transform: scale(1.04);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.uit_de_hand_content {
  padding: 20px;
}

.uit_de_hand_content>div {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  margin-bottom: 20px;
  line-height: 150%;
  letter-spacing: -.5px;
}

.uit_de_hand article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.uit_de_hand article h2 {
  font-size: 20px;
  color: #0E1936;
  line-height: 120%;
  margin-bottom: 15px;
  font-weight: 700;
  min-height: 50px;
}

.uit_de_hand article h3 {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  z-index: 1;
  border-radius: 100px;
  background-color: #0E1936;
}

.uit_de_hand article button {
  text-align: center;
  color: #252525;
  padding: 14px 30px;
  border-radius: 4px;
  font-size: 16px;
  transition: all .3s;
  font-weight: 400;
  width: 100%;
  border: none;
  font-family: 'Work Sans', sans-serif;
  background-color: #fff;
}

.uit_de_hand article:hover button {
  background-color: #0E1936;
  color: #fff;
}

.uit_de_hand article button i {
  margin-left: 5px;
}

.uitdehandimg {
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.noprods {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 200;
  width: 100%;
  padding: 10px;
}

.uit_de_hand_detail {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.uit_de_hand_detail aside {
  width: 400px;
  margin-left: 50px;
  border: #f3f3f3 2px solid;
  padding: 30px;
  position: sticky;
  top: 20px;
}

.uit_de_hand_detail aside>h2 {
  font-size: 20px;
  color: #0E1936;
  font-weight: 700;
  margin-bottom: 10px;
}

.uit_de_hand_detail aside .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.uit_de_hand_detail aside .social a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
}

.uit_de_hand_detail aside article {
  position: relative;
  margin-top: 20px;
}

.uit_de_hand_detail aside article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.uit_de_hand_detail aside article .uit_de_hand_content {
  padding: 0;
}

.uit_de_hand_detail aside article h2 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #252525;
  line-height: 120%;
}

.uit_de_hand_detail aside article button {
  text-align: center;
  color: #252525;
  padding: 14px 30px;
  border-radius: 4px;
  font-size: 16px;
  transition: all .3s;
  font-weight: 400;
  width: 100%;
  border: none;
  font-family: 'Work Sans', sans-serif;
  background-color: #fff;
}

.uit_de_hand_detail aside article:hover button {
  background-color: #0E1936;
  color: #fff;
}

.uit_de_hand_detail aside article h3 {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 200px;
  background-color: #0E1936;
  color: white;
  padding: 10px 20px;
}

.uit_de_hand_detail>div {
  width: calc(100% - 450px);
}

.uit_de_hand_detail>div img {
  width: 100%;
}

.uit_de_hand_detail>div a {
  margin-top: 10px;
  font-weight: 200;
  color: #252525;
  display: block;
  font-size: 16px;
}

.uit_de_hand_detail>div h1 {
  font-size: 30px;
  color: #0E1936;
  font-weight: 700;
  margin: 20px 0;
  margin-top: 10px;
}

.uit_de_hand_detail>div div {
  line-height: 150%;
  font-size: 20px;
  font-weight: 200;
  color: #737373;
}

.uit_de_hand_detail>div div p {
  margin-bottom: 20px;
}

.uit_de_hand_detail>div div ul {
  padding-left: 20px;
  list-style-type: disc;
}


/***** CONTENT *****/
/********************/
#content {
  width: 100%;
  margin: auto;
  padding: 10px;
  max-width: 1500px;
  min-height: 300px;
}

#leftcontent {
  width: 100%;
}

#rightcontent {
  position: absolute;
  width: 400px;
  right: 0;
  padding: 50px 25px 50px 0;
}

.linetitle {
  display: block;
  color: #181818;
  font-size: 2.5em;
  font-family: 'Work Sans', sans-serif;
  width: 100%;
  text-align: center;
  padding-top: 3%;
  max-width: 1200px;
  margin: 0 auto;
  color: #d8e3ea;
  font-weight: 700;
  font-size: 50px;
}

.akinfo {
  position: relative;
  margin-bottom: 3em;
  transition: all .8s;
}

.akinfo h1 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
}

.akinfo h2 {
  color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0px 20px;
  background-image: url(../images/akarrow.png);
  background-position: 95%;
  background-repeat: no-repeat;
  font-weight: bold;
  transition: all .8s;
}

.akinfo a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.akcover {
  content: "";
  height: 80%;
  bottom: 0;
  z-index: 0;
  left: 0;
  right: 0;
  transition: all .8s;
  opacity: 1;
  top: auto;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
  background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
  -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
  transition: 2s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

.akinfo:hover {
  transform: scale(1.03);
}

.akinfo:hover h2 {
  color: #252525;
}

.akinfo:hover .akcover {
  opacity: 0;
}

.akinfo p {
  padding: 25px;
  font-size: 0.9em;
  text-align: center;
  line-height: 2em;
  color: #fff;
}

.tweedelig>div {
  position: relative;
  width: 47.5%;
  margin-top: 2.5%;
}

.tweedelig .item2 {
  padding: 20px;
  background-color: #eee;
}

.tweedelig .item2>div:first-child {
  width: 30%;
}

.tweedelig .item2>div:nth-child(2) {
  width: 65%;
}

.item {
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.loten_veiling_list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 250px;
}

.loten_veiling_list aside ul {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

.loten_veiling_list aside li {
  padding: 10px;
  background-color: #d8e3ea;
  line-height: 150%;
  cursor: pointer;
  width: 100%;
}

.loten_veiling_list aside li.active {
  background-color: #0E1936;
  color: #fff;
}

.tekstblokje {
  border: 1px solid black;
  border-top: 0;
  position: relative;
  padding: 10px;
}

.listlot {
  margin-bottom: 15px;
  border: 1px solid black;
  height: 201px;
}

.listlot .divButtonsItems {
  display: none;
}

.centerItemsLoten {
  margin: auto;
}

.divButtonsItems {
  margin: auto;
}

/* Curtaindrop */

/*========== Curtaindrop ==========*/

.curtaintext {
  font-size: 16px;
  color: #7b7b7b;
  font-family: 'Work Sans', sans-serif;
  background: linear-gradient(90deg, #7b7b7b, #7b7b7b, #7b7b7b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  /* animation: shine 5s linear infinite; */
  position: relative;
}

.curtain-click {
  cursor: pointer;
}


#divCurtainBig {
  position: relative;
}

#divCurtain {
  position: absolute;
  right: 8%;
  top: -1px;
  background-color: #f7f7f7;
  padding: 15px 0;
  padding-right: 20px;
  padding-left: 10px;
}

/* .textContact{
      color: #d8e3ea!important;
      border-bottom:1px solid #d8e3ea;
  }
  .textContact::placeholder{
      color: #d8e3ea!important;
  } */

#divCurtain2 {
  background-color: #f7f7f7;
  padding: 4px 0;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
}

#divCurtain3 {
  position: absolute;
  left: -35px;
  top: -15px;
  bottom: 0;
  height: 225%;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-color: rgba(58, 58, 58, .67);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* #facebook{
  padding-right: 10px;
  } */

.dark_ove {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 58, 58, 0.6);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 900px;
  color: #fff;
  z-index: 21;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.curtaindrop .button {
  display: inline-block;
  background: #d8e3ea;
  color: #ffffff;
  border-radius: 200px;
  font-weight: 300;
  font-size: 20px;
  padding: 15px 50px;
  transition: all .2s;
  margin-top: 15px;
  transition: all .3s;
}

.curtaindrop .button:hover {
  transform: scale(1.05);
}

.curtaindrop p {
  font-size: 25px;
  line-height: 170%;
  font-weight: 300;
  text-align: center;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: 300;
  font-size: 45px;
  text-align: center;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 20px;
  line-height: 120%;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.biedstyling, .biedgeschiedenisstyling {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}


.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  z-index: 22;
}

/*======= Einde Curtaindrop =======*/

/* .item>div:first-of-type {
  width: 100%;
} */

.radiantImage {
  position: relative;
}

.radiantImage .overlay {
  content: "";
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, #333 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item h1 {
  font-size: 1.25em;
  width: 95%;
  margin-left: 5%;
  font-weight: bold;
}

.tweedelig .item2 h1 {
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
}

.item .abstekst div {
  position: absolute;
  bottom: 0;
  width: 95%;
  margin-left: 5%;
}

.item .abstekst div p {
  font-size: 0.9em;
}

.item .abstekst div a,
.tweedelig .item2 .invulling a,
.item3 .link, .link, .item_buttons a {
  background-color: #d8e3ea;
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 1em;
  transition: all .3s;
}

.item .abstekst div a:hover,
.tweedelig .item2 .invulling a:hover,
.item3 .link:hover,
.link, .item_buttons a:hover {
  background-color: #fcde11;
  color: #000;
}

.bekijkLot:hover {
  transition: all 0.6s;
  background-color: #4e7f9d !important;
  color: #fff !important;
}

.item_buttons {
  width: 100%;

}

.item3 {
  background-color: #eee;
  padding: 10px;
}

.item3titel {
  margin-bottom: 10px;
}

.item3line {
  width: 100%;
  height: 1px;
  background-color: #b6a270;
}

.linktitel {
  color: #000;
}

.dottitel {
  display: block;
  height: 3rem;
  overflow: hidden;
}

.biglink {
  position: relative;
  display: block;
  background-color: #fff;
  color: #252525;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .3s, color .3s;
}

.biglink2 {
  position: relative;
  background-color: #fff;
  color: #252525;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  border: 1px solid gray;
}

.contentBox {
  width: 100%;
  color: #000;
  font-weight: 200;
  font-size: 19px;
  line-height: 180%;
  height: 100%;
}

.contentBox.border {
  border: 1px solid #000;
}

.biglinkvariatie {
  background-color: #d8e3ea;
  color: #333;
  font-weight: normal;
}

.biglinkvariatie:hover {
  background-color: #4d7e9c !important;
  color: #fff;
}

.biglinkvariatie2 {
  background-color: #8f8f8f;
  color: #fff;
  font-weight: normal;

  width: 50%;
}

.biglinkvariatieBiedgeschiedenis {
  background-color: #ececec;
  color: #000;
  font-weight: normal;
  border: 1px solid black;
  border-bottom: 1px solid black;
  width: 100%;
  pointer-events: none;
}

.biglinkvariatieBiedgeschiedenis:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ececec;
  z-index: 1;
}

.containerBiedenInfo {
  width: 100%;
  color: #000;
  font-weight: 200;
  font-size: 19px;
  line-height: 180%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.containerBiedgeschiedenis {
  width: 100%;
  color: #000;
  font-weight: 200;
  font-size: 19px;
  line-height: 180%;
  display: none;
  flex-direction: row;
  justify-content: center;
}

.scrollBarGeschiedenis {
  overflow-y: scroll;
  height: 636px;
}

.single-row-three {
  display: flex;
  flex-direction: row;
}

#content>div.filter.single-row-three>a:nth-child(1) {
  background: linear-gradient(57deg, transparent 30px, #8f8f8f 0);
  border-right: 3px solid #fff;
}

.biglink:hover, .biglink.active {
  background-color: black;
  color: #fff;
}

.hoverActieve:hover {
  background: linear-gradient(57deg, transparent 30px, #181818 0) !important;
}

.activeColorVeilingen {
    background-color:#4e7f9d;
    color: white;
}

.NotactiveColorVeilingen {
  background-color: #d8e3ea
}

.activeColorVeilingenSpecial {
  background: linear-gradient(57deg, transparent 30px, #4e7f9d 0) !important;
  color: white;
}

.NotactiveColorVeilingenSpecial {
  background: linear-gradient(57deg, transparent 30px, #d8e3ea 0) !important;
}
.NotactiveColorVeilingenSpecial:hover {
  background: linear-gradient(57deg, transparent 30px, #4e7f9d 0) !important;
  color: white;
}

.biglink2.active {
  background-color: #ececec;
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0) rgb(0, 0, 0) currentcolor;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  position: relative;
}

.KijkdagenActive, .BiedenActive {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.geenBiedGeschiedenis {
  line-height: 1.5em;
  text-align: center;
  padding-top: 5%;
}

.biglink2.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ececec;
  z-index: 1;
}

.filters span {
  display: block;
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  padding: 10px 5px 10px 5px;
  height: 100%;
  border-left: 1px solid #fff;
  font-weight: bold;
  background-color: #bdbdbd;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.filters span:hover {
  background-color: #666;
}

.filters>* {
  position: relative;
}

.gkveiling {
  background-color: #666;
  color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
}

.beigelink {
  display: inline-block;
  padding: 10px 20px;
  background-color: #b6a270;
  color: #fff;
  border-radius: 5px;
}

.bedrijfstakken div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bedrijfstakken h1 {
  color: #b6a270;
  text-align: center;
  margin-top: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
}

.abstekst h1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  line-height: 1.5rem;
  font-size: 1em;
}

.bedrijfstak {
  border-radius: 10px;
  overflow: hidden;
}

.bedrijfstak>div:first-child {
  position: absolute;
  height: 66.6666%;
  width: 100%;
  top: 0;
  left: 0;
}

.bedrijfstak>div:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 33.3333%;
  bottom: 0;
  left: 0;
}

.bedrijfstak>div:nth-child(2)>div {
  width: 30.5%;
  margin-right: 4.2%;
  background-color: #ccc;
  margin-top: 2.5%;
}

#labelFormulierCheck {
  position: unset !important;
  width: 80% !important;
  text-align: left;
}

.bedrijfstak>div:nth-child(2)>div:last-child {
  margin-right: 0;
}

#voorwaarden h1 {
  font-weight: bold;
  text-align: left;
  font-size: 1.25em;
}

.overons h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: bold;
}

.overons h2 {
  color: #b6a270;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.blokken article>img {
  width: 50%;
}

.veilingkijker, .lotfotos, .lotfotos2 {
  width: 50%;
}

.lotfotos2 {
  display: none;
}

.infoRepeat {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 21px 10px;
  font-size: 1.2rem;
}

.biedinginfo {
  width: 100%;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: start;
  height: 100%;
  position: relative;
}

.biedinginfo form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.biedinginfo form>* {
  width: 100%;
}

.biedinginfo table {
  width: 100%;
}

.biedinginfo table th {
  background-color: #d8e3ea;
  color: #000;
  line-height: 2em;
  padding: 0px 0;
  border: 1px solid black;
  border-right: none;
  border-left: none;
  border-top: none;
}

.biedinginfo table th span {
  font-size: 1.3em;
  margin-left: 10px;
}

.biedinginfo table td {
  padding: 10px 0;
  line-height: 20px;
  width: 10%;
}

.biedinginfo table input {
  border-radius: 5px;
  border: 1px solid #767676;
  font-size: 16px;
}

.biedinginfo table input[type="text"]:read-only {
  background-color: #dbdbdb;
  cursor: not-allowed;
}

#biedingInfoBied {
  margin-bottom: 4%;
}

.containerDivsBod {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  position: relative;
}

.omschrijvingBieding {
  font-size: 15px;
  margin-left: 4%;
  margin-right: 4%;
}

.omschrijvingBieding__inner {
  padding: 10px 17px;
}

.omschrijvingBieding__inner p {
  margin: 0;
}

.omschrijvingBieding__inner p:not(:last-child) {
  margin-bottom: 10px;
}

.readmore-link {
  margin-bottom: 15px;
}

.readmore-link p:last-child, .readmore-link.expand p:first-child {
  display: none;
}

.readmore-link.expand p:last-child {
  display: block;
}

.lineBetweenColums {
  width: 1px;
  position: absolute;
  top: 12px;
  bottom: 0;
  background-color: #8f8f8f;
  left: 49.7%;
}

.footerImg2 {
  position: relative;
  width: 76%;
  height: 100%;
  background-color: black;
}

.imageLijn2 {
  position: absolute;
  left: 100%;
  width: 26px;
}

.table-left {
  width: 42%;
  margin-left: 4%;
  margin-right: 4%;
}

.table-right {
  width: 42%;
  margin-right: 4%;
  margin-left: 4%;
}

.outlineAmount {
  text-align: end;
}

.divInlogLot {
  position: absolute;
  bottom: 0;
  left: 33%;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  height: 27px;
  width: 271px;
  text-align: center;
}

.bodDiv {
  border: 1px solid black;
  background-color: #d8e3ea;
}

.huidigBotPosition {
  text-align: center;
  padding-top: 6%;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 4%;
}

.kaderLoten {
  border: 1px solid black;
  padding: 5px;
}

.autobod, .bod {
  background-color: #d8e3ea;
  color: #000;
  text-align: center;
  border-radius: 5px;
  line-height: 29px;
}

.divAutobod {
  background-color: #d8e3ea;
  color: #000;
  text-align: center;
  border-radius: 5px;
  line-height: 29px;
  width: 100%;
  border: 1px solid #000;
  display: inline-block;
}

.divAutobod p {
  color: black;
  padding: 0 5px;
  font-size: 16px;
  line-height: 33px;
}

.divBod {
  background-color: #000;
}

.divBod p {
  color: #fff;
}

.inlogRequired {
  color: red;
  margin-bottom: 4%;
  text-align: center;
}

.bod {
  background-color: #000;
  color: #fff;
}

.related>div {
  background-color: #b5b5b5;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
}

.veilinginfo {
  display: none;
  padding: 40px 80px;
  flex-direction: column;
  gap: 40px;
  border: 1px solid #000;
}

.veilinginfo.active {
  display: flex;
}

.veilinginfo2 {
  display: block;
  height: 100%;
  width: 88%;
}

.veilingkijker>* {
  position: relative;
  height: 358px;
  width: 73%;
  background-size: cover !important;
  width: 89%;
}

.tableMargin {
  font-size: 1.2rem;
}

.veilingkijker>.kijkerlink {
  display: block;
  clear: both;
  width: 100%;
  background-color: #d8e3ea;
  color: #000;
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.25em;
  border-radius: 5px;
  text-align: center;
}

.veilingkijker>.kijkerlink:hover {
  background-color: #000;
}

.buttonsDetail {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.iconStyle {
  font-size: 1.5rem;
  color: rgb(143, 143, 143);
}

.tdStyleIcon {
  width: 10%;
  text-align: start;
}

.tableMargin td {
  line-height: 1.2em;
}

.tableMargin tr:not(:last-child) td {
  padding-bottom: 1em;
}

.divAutod {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tableAutoBod, .tableInfo {
  width: 70% !important;
}

.omschrijvingAlgemeen {
  font-size: 16px;
  display: none;
}

.omschrijvingAlgemeen.short {
  display: block;
}

.center2 {
  text-align: center !important;
}

.lineAlgemeen {
  width: 89%;
  position: absolute;
  left: 35px;
  background-color: #8f8f8f;
}

.faq_page {
  padding: 50px 0;
  padding-bottom: 0;
  margin-bottom: 5%;
}

#faqTitle {
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 3%;
}

.faq_page h1 {
  font-size: 25px !important;
  font-weight: 700;
  color: #243447 ;
  text-transform: none !important;
}

.ac {
  font-weight: 200;
  font-size: 18px;
}

#faq .faqItem {
  margin-bottom: 1em;
}

#faq .faqItem h2 {
  background-color: #e8eff3;
  color: #252525;
  padding: 9px;
  text-align: left;
  font-size: 21px;
  transition: all .3s;
  border-radius: 4px;
  font-weight: 200;
}

#faq .faqItem h2.active {
  background-color: #d8e3ea;
  color: #000;
}

#faq .faqItem>div {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 180%;
}

#faq .faqItem>div p {
  line-height: 180%;
  padding-top: 10px;
}

.conveiling h2 {
  background-color: #666;
  color: #fff;
  padding: 10px;
}

.conveiling tr {
  background-color: #e0e0e0;
}

#factuurtable, .conveiling table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0 5px;
}

#factuurtable tr td, #factuurtable tr th, .conveiling tr td {
  padding: 10px;
  vertical-align: middle;
}

#factuurtable tr th, .conveiling tr th {
  font-weight: bold;
}

#factuurtable tr td:first-child, #factuurtable tr th:first-child, .conveiling tr td:first-child, .conveiling tr th:first-child {
  padding-left: 10px;
}

#factuurtable tr td:last-child, #factuurtable tr th:last-child, .conveiling tr td:last-child, .conveiling tr th:last-child {
  padding-right: 10px;
  text-align: right;
}

#factuurtable tr, .conveiling tr {
  background-color: #d8e3ea;
}

.conveiling tr:first-child {
  background-color: #fff;
}

#factuurtable tr:nth-child(even), .conveiling tr:nth-child(even) {
  background-color: #e0e0e0;
}

#factuurtable tr td a, .conveiling tr td a {
  color: #615025;
  text-decoration: underline;
}

.conlot {
  line-height: 1.5em;
}

.vacature {
  text-align: center;
}

.vacature h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 350px;
  background-color: #b7a472;
  color: #fff;
  position: relative;
}

.vacature h2:after {
  content: "";
  display: block;
  width: 350px;
  height: 9px;
  background-image: url(/images/vacarr.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -9px;
  left: 0;
}

.gmapsdag {
  width: 45%;
  position: relative;
}

.gmapsdag>div:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
}

.zoommap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  background-image: url(/images/zoom.png);
}

.zoommap:hover {
  background-image: url(/images/zoom2.png);
}

.lotnav {
  position: relative;
  height: 29px;
}

.lotnav>* {
  position: absolute;
}

.lotnav>*:first-child {
  left: 20px;
  top: 0;
}

.lotnav>*:nth-child(2) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lotnav>*:nth-child(3) {
  right: 22px;
  top: 0;
}

.zandloper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 144, 0, 1);
  padding: 5px;
  text-align: center;
  font-size: 0.8em;
  border: 2px solid #666;
  color: #fff;
}

/********************/
/**** TICKERTAPE ****/
/********************/



.contentblokken>* {
  width: 100%;
  margin-bottom: 3em;
}

.contentblokken>*>div {
  width: 50%;
}

.contentblokken .contentbloktekst {
  padding: 1em 20px;
}

/* AANMAAKFORM */
#aanmaakform, #aanvraagform {
  margin: auto;
}

#aanvraagform{
  width: 55%;
}

.organiserenVeiling {
  width: 55% !important;
  padding: 0 !important;
  margin: auto !important;
}


#aanvraagform>div>div, #aanmaakform>div>div {
  width: 100%;
}


#aanmaakform p, #aanvraagform p, #nieuwsbriefForm p {
  margin-bottom: 15px;
  min-height: 35px;
  display: flex;
  position: relative;

}

#aanmaakform>div:nth-child(5)>div:nth-child(7)>p:nth-child(1) {
  width: 45%;
}

#aanmaakform>div:nth-child(5)>div:nth-child(9)>div:nth-child(8)>p:nth-child(1) {
  width: 45%;
}

#aanmaakform label, #aanvraagform label, #nieuwsbriefForm label {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 1.1rem;
  padding: 0 5px;
  transition: all .3s;
  letter-spacing: 0.5px;
  font-weight: 200;
}

#veilingaanvraag label {
   font-size: 1.1rem;

  letter-spacing: 0.5px;
  font-weight: 300;
}

#nieuwsbriefForm label {
  left: 15px;
}

#aanmaakform .floatlabel label,
#aanvraagform .floatlabel label,
#nieuwsbriefForm .floatlabel label {
  font-size: 12px;
  top: -8px;
  left: -1px;
  z-index: 2;
}

#aanvraagform .floatlabel2 label {
  font-size: 12px;
  top: -27px;
  left: -1px;
  z-index: 2;
}

#aanmaakform .checkboxfield label {
  left: 25px;
}

#aanvraagform .checkboxfield, #aanmaakform .checkboxfield {
  display: flex;
  align-items: center;
  -ms-align-items:center;
}

#aanmaakform .checkboxfield>input, #aanvraagform .checkboxfield>input {
  order: -1;
  margin-top: 0 !important;
}

.vergetenuser {
  width: 100%;
  display: block;
  height: auto;
  border: 1px solid #d8e3ea;
  color: black;
  border-radius: 4px;
  font-size: 14px;
  padding: 7px;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
}

.vergetenuser:focus {
  border: 2px solid #d8e3ea;
  font-weight: 400;
}

#Factuurgelijkaancontact {
  width: auto !important;
  float: none !important;
  ;
  display: inline-block !important;
  ;
  accent-color: #d8e3ea !important;
}

#aanmaakform input,
#aanmaakform select,
#aanvraagform input,
#aanvraagform select,
#aanvraagform textarea {
  width: 100%;
  display: block;
  height: auto;
  border-bottom: 1px solid #d8e3ea;
  color: black;
  border-radius: 4px;
  font-size: 14px;
  padding: 13px;
  padding-left: 15px;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
}

#aanmaakform input:focus,
#aanmaakform select:focus,
#aanvraagform input:focus,
#aanvraagform select:focus,
#aanvraagform textarea:focus {
  border-bottom: 2px solid #d8e3ea;
  font-weight: 400;
}

#nieuwsbrief input,
#nieuwsbrief select,
#nieuwsbrief input,
#nieuwsbrief select,
#nieuwsbrief textarea {
  width: 100%;
  display: block;
  height: auto;
  border-bottom: 1px solid #d8e3ea;
  color: black;
  border-radius: 4px;
  font-size: 14px;
  padding: 13px;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  padding-left: 7px;
}

#nieuwsbrief input:focus,
#nieuwsbrief select:focus,
#nieuwsbrief input:focus,
#nieuwsbrief select:focus,
#nieuwsbrief textarea:focus {
  border-bottom: 2px solid #d8e3ea;
  font-weight: 400;
}

#aanvraagform h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0E1936;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
}

#aanvraagform textarea {
  height: 195px;
}

#aanmaakform textarea:after {
  clear: both;
}

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 7em;
  margin-bottom: 4em;
}

#content-container h2 {
  color: #373A3C;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #373A3C;
  color: #fff;
  font-size: 1.1em;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #373A3C;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #373A3C;
  color: white;
}

#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

#aanmaakform input[type="submit"],
#aanvraagform input[type="submit"],
#veilingaanvraag input[type="submit"] {
  background-color: #d8e3ea;
  color: #000;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  border: none;
  font-weight: 400;
  border-radius: 4px;
  padding: 15px;
  height: auto;
  transition: all .3s;
  margin-top: 5%;
  width: auto !important;
  background-color: #4e7f9d;
  color: white;
  padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 300;
}

.widthFull {
  width: 100%;
}

#facgeg>p:nth-child(2)>span:nth-child(1)>label:nth-child(2) {
  font-size: 1rem;
  color: #000;
  font-family: 'Work Sans', sans-serif;
}

#aanmaakform input[type="submit"]:hover,
#aanvraagform input[type="submit"]:hover,
#veilingaanvraag input[type="submit"]:hover {
   background-color: #4e7f9d;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  transform: scale(1.03);
}

.errors {
  margin-bottom: 2em;
}

.errors li {
  color: #ff0000;
}

#wsch {
  left: 0;
  right: 0;
  top: 0px;
  height: 25px;
  background-color: #666;
  color: #fff;
  z-index: 50;
  position: fixed;
  display: none;
  border-bottom: 1px solid #fff;
}

#wsch p {
  line-height: 25px;
  font-size: 0.9em;
  margin: 0;
  text-align: center;
}

/* ----------- */
#dialog-confirm {
  height: auto !important;
}

.biedmeehover {
  opacity: 0;
}

.biedmeehover p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #4e7f9d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
}

.item:hover .biedmeehover {
  opacity: 1;
}

.infokader {
  margin-bottom: 2em;
  width: 100%;
  padding: 20px;
  background-color: #eee;
  color: #bbb;
  text-align: center;
  text-transform: uppercase;
}

.infokader p {
  min-height: 0 !important;
  margin: 0;
}

.filter>* {
  margin-top: 0 !important;
}

#nieuwsbrief {
  background-color: #fff;
}

.submitNieuwsbrief {
  margin-top: 7%;
}

#nieuwsbrief input[type="submit"] {
  width: 60%;
  margin-bottom: 20px;
  background-color: #243447;
  color: #fff;
  text-transform: none;
  font-weight: bold;
  transition: all 0.3s;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-weight: 200;
  font-size: 18px;
}

#nieuwsbrief input[type="submit"]:hover {
  background-color: #243447;
  color: #000;
}

.vacimg {
  margin: 30px;
  margin-left: 0;
  margin-top: 1em;
  max-width: 300px
}

.vactekst {
  margin-left: 330px;
}

/* SLIDERS */

.slider_multi {
  padding-bottom: 60px;
}

.slider_multi .slide {
  padding: 0 10px;
}

.slide {
  position: relative;
}

.slide>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.slide img {
  width: 100%;
}

.slide h2 {
  font-size: 1.2em;
  margin-top: 8px;
  margin-bottom: 5px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  border: none;
  background-color: #4E7F9D;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #727272;
}

.slick-prev {
  left: 5%;
}

.slick-next {
  right: 5%;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.slick-dots li {
  list-style-type: none;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #4E7F9D;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #4E7F9D;
}

.slick-dots li button {
  visibility: hidden;
}

/* HOME UPDATES */
/* Transfered from temp.css */
#nieuwsbrief {
  height: 100%;
  border: 1px solid #000;
  margin-top: 40px;
}

.c a {
  color: black !important;
  text-decoration: underline;
}

.three-row-grid:after, .four-row-grid:after {
  display: block;
  content: "";
  clear: both;
}

/***** CARDS *****/
/********************/

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
  align-items: start;
  margin-bottom: 80px;
}

.linetitle+.cards {
  margin-top: 40px;
}

.card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.cards--slider .card--padding {
  padding: 0 8px;
}

.card--media {
  display: grid;
  grid-template-columns: 11fr 3fr;
  gap: 1px;
  position: relative;
}

.card--media.card--media--single {
  grid-template-columns: 1fr;
}

.card--main-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.card--main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}

.card--main-img:hover img {
  transform: scale(1.05);
}

.card--time {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #fff;
  color: #111;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.card--time.ending-soon {
  color: #d9534f;
}

.card--time.expired {
  color: #c60c09;
}

.card--right {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr auto;
  gap: 1px;
}

.card--thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.card--thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card--chips {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #d8e3ea;
}

.card--chip {
  color: #111827;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.card--content {
  padding: 10px 14px 2px 14px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
}

.card--title {
  font-weight: 700;
  line-height: 1.25;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

.card--info {
  font-size: 0.9em;
  color: #6b7280;
}

.card--footer {
  border-top: 1px solid #e5e7eb;
  padding: 10px 14px 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card--location, .card--bid {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.card--button {
  background: #4e7f9d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .3s, color .3s;
}

/* Small screens: hide thumbs column if needed */
@media (max-width:420px) {
  .card--media {
    grid-template-columns: 1fr
  }

  .card--right {
    display: none
  }
}


/* LOT CSS */

/* Layout shell */
.lot {
  width: 100%;
  margin: 0 auto;
  padding: 16px 80px;
  color: #111827;
  font: 15px/1.45 system-ui, -apple-system, Segoe UI, Work Sans, Helvetica, Arial, sans-serif;
  position: relative;
}

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

/* De basis voor beide pijltjes */
.lot--nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #353535;
  cursor: pointer;
  
  /* Maak er een ronde knop van */
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  
  /* Subtiele styling voor duidelijkheid */
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
  z-index: 10;
  text-decoration: none;
}

/* Hover effect: iets meer schaduw en kleur */
.lot--nav:hover {
  background-color: #f8f8f8;
  color: #4e7f9d; /* Dezelfde kleur als je breadcrumb actieve kleur */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border-color: #4e7f9d;
}

/* Icoon binnenin iets groter */
.lot--nav i {
  font-size: 1.2rem;
}

/* Positionering (iets verder naar buiten voor rust) */
.lot--prev {
  left: 0px;
}

.lot--next {
  right: 0px;
}

/* Zorg dat op kleine schermen de pijltjes niet van het scherm vallen */
@media (max-width: 1400px) {
  .lot--prev { left: -10px; }
  .lot--next { right: -10px; }
  .lot--nav { 
    background-color: rgba(255,255,255,0.9); /* Iets transparant over de foto heen */
  }
}

.lot--title {
  margin: 0 0 8px 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e293b; 
  letter-spacing: -0.02em; 
}

.lot--meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  color: #6b7280;
  font-size: 14px
}

.lot--meta a {
  color: inherit;
  text-decoration: none
}

.lot--badge {
  background: #d8e3ea;
  color: #000;
  padding: 2px 8px;
  border-radius: 999px
}

.lot--dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d1d5db
}

.lot--flag {
  font-size: 16px
}

.lot--location {
  color: #111827
}

.lot--pickup {
  white-space: nowrap
}

.lot--layout {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 16px;
}

@media (max-width: 1000px) {
  .lot--layout {
    grid-template-columns: 1fr
  }

  .lot--side {
    position: static
  }
}

/* Main column */
.lot--gallery {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
  margin-bottom: 12px;
}

.lot--gallery-main {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.lot--gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.lot--thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 6px;
  padding: 8px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

.lot--thumbs.slick-slider {
  display: grid;
}

.lot--thumb-wrapper {
  padding: 0 4px;
}

.lot--thumb {
  position: relative;
  display: block;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
  width: 100%;
}

.lot--thumb.is-active {
  border-color: #2563eb
}

.lot--thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lot--thumb::before {
  content: "";
  display: block;
  padding-top: 62%
}

.lot--responsive-show {
  display: none;
}

@media (max-width: 600px) {
  .lot--thumb-wrapper {
    padding: 0 2px;
  }

  .lot--responsive-show {
    display: block;
  }

  .lot--responsive-hide {
    display: none;
  }
}

.lot--section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.lot--h {
  font-size: 18px;
  margin: 0 0 8px 0
}

.lot--specs {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 8px 14px;
}

.lot--specs>div {
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6
}

.lot--specs>div:nth-child(odd) {
  color: #6b7280
}

.lot--specs[data-collapsed] .lot--specs-more {
  display: none
}

.lot--btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 600
}

.lot--btn-primary {
  background: #d8e3ea;
  color: #000;
}

.lot--btn-light {
  background: #f9fafb;
  color: #111827;
  border-color: #e5e7eb
}

.lot--muted {
  color: #6b7280;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.lot--pad-s {
  padding-top: 6px
}

.lot--notice {
  display: flex;
  gap: 10px;
  background: #fff;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  padding: 12px;
  align-items: flex-start;
  color: #78350f;
  line-height: 14px;
}

.lot--notice p {
  margin-top: 10px;
}

.lot--video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/* Sidebar */
.lot--side {
  position: sticky;
  top: 16px;
  height: max-content;
  display: grid;
  gap: 12px
}

.lot--bidcard {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.lot--section .lot--bidcard {
  border: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.lot--bidcard-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px
}

.lot--label {
  color: #6b7280;
  font-size: 13px
}

.lot--price {
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lot--bid-info {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #EA2027;
  margin-top: 1px;
  margin-left: 2px;
  display: none;
}

.lot--bid-info.hasBid {
  display: inline-block;
}

.lot--bid-info.winning {
  background: #10b981;
}

.lot--bid-status {
  font-size: 14px;
  font-weight: 600;
  color: #EA2027;
  display: none;
}

.lot--bid-status.winning {
  color: #10b981;
}

.lot--bid-status.active {
  display: block;
}

.lot--timer {
  background: #ecfdf5;
  color: #064e3b;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 700
}

.lot--timer.ending-soon {
  background: #fef3c7;
  color: #78350f;
}

.lot--timer.expired {
  background: #fee2e2;
  color: #991b1b;
}

.lot--timer.extended {
  background: #dbeafe;
  color: #1e40af;
}

.lot--sep {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 12px 0
}

.lot--bids {
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
  display: grid;
  gap: 6px
}

.lot--bids li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px
}

.lot--bids li:nth-child(n+4) {
  display: none;
}

.lot--bids-show-all li:nth-child(n+4) {
  display: flex;
}

.lot--bids-button {
  background: #3e7999;
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

/* Accordions */
.lot--accordion {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.lot--accordion>summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
}

.lot--accordion[open]>summary {
  border-bottom: 1px solid #e5e7eb
}

.lot--accordion>p {
  margin: 12px 0 14px 0;
  color: #374151
}

.lot--accordion a {
  color: #3e7999;
  text-decoration: none;
  font-weight: bold;
}

.lot--accordion dl {
  display: grid;
  gap: 8px;
  padding: 10px 0;
}

.lot--accordion dt {
  font-weight: 600;
  color: #111827;
}

.lot--accordion dl i {
  margin-right: 4px;
}

/* Biedingen */
.lot--bidops {
  display: grid;
  gap: 10px
}

.lot--bidline {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  gap: 10px;
}

.lot--bidline .lot--field+.lot--btn {
  justify-self: start
}

.lot--bidline-free .lot--btn-holder {
  display: grid;
  gap: 4px;
}

.lot--field {
  display: grid;
  gap: 4px
}

.lot--field-label {
  font-size: 13px;
  color: #6b7280
}

.lot--input {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font: inherit;
  width: 100%;
}

.lot--amount {
  justify-self: end;
  background: #ecfdf5;
  color: #065f46;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  white-space: nowrap;
}

.lot--btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 600
}

.lot--note {
  color: #6b7280;
  font-size: 13px;
}


/********************/

@media screen and (max-width: 1900px) {

  .three-row-grid {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1400px) {
  .lijnVeilingOrganiseren {
    width: 61%;
  }
}

@media screen and (max-width: 1380px) {
  .page_header {
    width: 57%;
  }

}

@media screen and (max-width: 1356px) {
  #dashboardmenu ul {
    padding: 0px 9px;
  }

}

@media screen and (max-width: 1320px) {
  .verlengdeText {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1300px) {
  .power_titel {
    font-size: 4em;
  }

}

@media screen and (max-width: 1200px) {
  #instagramHome, #blogsHomeShow {
    width: 48%;
  }

  #facebookHome {
    width: 48%;
  }

  .lot_titel_nav {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .lot_titel_nav>* {
    width: 100%;
  }

  .lot_titel_nav #titleBodDetail, .lot_titel_nav #subtitleBodDetail {
    text-align: center;
  }

  .product_top {
    padding-top: 25px;
  }

  .lot_nav {
    order: -1;
  }
    .blog-content-row .tekst-and-image>* {
    width: 100%;
  }

  .blog-content-row .tekst-and-image .img {
    margin: 15px auto;
    max-width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .product_top_left {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .product_top_right {
    width: 96%;
    max-width: 800px;
    margin: 6% auto 0 auto;
  }

  .product_top {
    flex-direction: column;
  }

  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens,
  .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1,
  .contact_gegevens h2 {
    text-align: center;
  }

  .contact_gegevens>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_split div {
    padding: 20px;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;
  }

  .contact_gegevens>div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_split img {
    display: none;
  }

  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .pictureAndThumbs {
    justify-content: center;
  }
  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .blog-aside {
    order: 2;
    width: 100%;
    margin-right: 0;
  }

  .blog-main {
    width: 100%;
    padding: 10px;
  }

  .row-block .extra {
    padding: 10px;
  }

  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }
}

@media screen and (max-width: 1170px) {
  .loten_veiling_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .loten_veiling_list aside {
    order: -1;
  }

  .loten_veiling_list aside ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }

  .loten_veiling_list aside li {
    width: auto;
  }

  .home_slider article>div h2 {
    font-size: 30px;
  }

  .blokken_content2 {
    width: 100%;
    order: 2 !important;
  }

  .fixedtop {
    margin-top: 0px;
  }

  #mobilelogin {
    display: block;
    position: absolute;
    right: 20px;
    margin-right: 100px;
    bottom: 16px;
  }

  #mobilelogin li {
    padding: 10px 30px;
    text-transform: uppercase;
  }

  #logout_mob {
    top: 18px;
    right: 100px;
  }

  #logout_mob input {
    background-color: #b6a270;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
  }

  #rightcontent {
    display: none;
  }

  #content {
    padding: 30px 30px;
  }

  .veilingkijker, .lotfotos {
    display: none;
  }

  .detailMarginInfo {
    margin-left: 18%;
  }

  .lotfotos2 {
    display: block;
    width: 100%;
    float: none;
  }

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

  #banner #indekijker {
    padding-right: 0;
  }

  #banner #indekijker>* {
    width: 33.3333%;
  }

  #indekijker>*:nth-child(4), #indekijker>*:nth-child(5) {
    display: none;
  }

  #logout {
    width: 100%;
  }

  #logout input {
    background-color: #fff;
    color: #000;
    width: 100%;
  }

  footer>div>div:nth-child(4) {
    display: none;
  }

  footer>div>div {
    width: 23.2%;
  }

  .loginbutton2 {
    padding: 15px 20px;
    color: black;
    background-color: #d8e3ea;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    margin-left: 20%;
    margin-right: 20%;
  }

  .navigatie .logo {
    margin-top: 13px;
    margin-left: 52px;
    width: 82%;
  }

  .business_blokken {
    flex-wrap: wrap;
  }

  .blokken_content2 {
    width: 100%;
    order: 2 !important;
  }

  .business_blokken_slider {
    width: 100%;
    order: 1 !important;
  }

  .logo_holder2 {
    width: 395px;
  }

  #dashboardbar {
    display: none;
  }

  #navElementen {
    display: none;
  }

  #resmenu_button {
    display: flex;
    margin: 2px 0;
  }

 
  .res-nav {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 100%;
    position: fixed;
    right: -700px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .6s;
    background-color: #fff;
  }

  .res-nav .nav_top i {
    font-size: 40px;
    cursor: pointer;
  }

  .res-nav nav {
    padding-top: 121px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
  }

  .nav_top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 30px;
  }

  .navitem {
    width: 100%;
    padding: 20px 50px;
  }

  .navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
  }

  .navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(0deg);
  }

  .rotateImg {
    transform: rotate(-180deg) !important;
  }

  .navitem a {
    text-align: left;
    display: inline-block;
    color: rgba(0, 0, 0, 0.74);
    font-size: 25px;
    font-weight: 600;
    position: relative;
  }

  .navitem a,
  .navitem a:after,
  .navitem a:before {
    transition: all .5s;
  }

  .navitem a:hover {
    color: #d8e3ea;
  }

  .navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #d8e3ea;
    height: 2px;
  }

  .navitem a:hover:after {
    width: 100%;
  }

  .navitem i {
    font-size: 25px;
    transition: all .3s;
  }

  .navitem .rotate {
    transform: rotate(90deg);
  }

  .activelink {
    color: #d8e3ea !important;
  }

  .navitem ul {
    display: none;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #eeeeee;
  }

  .navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
  }

  .navitem ul a {
    font-size: 1.2em;
    color: #949494;
    padding: 7px 0;
    padding-left: 0;
  }

  .navi_footer>div {
    color: black;
  }

  .navi_footer img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .navi_footer img.logo {
    position: absolute;
    top: -39px;
    width: 211px;
    right: 27px;
  }

  .navi_footer>div {
    position: absolute;
    bottom: 10px;
    font-size: .9em;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .navi_footer>div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
  }

  .navi_footer>div p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 7px;
    color: black;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    z-index: 100;
  }

  .navi_footer span {
    margin: 0 10px;
  }

  .navi_footer a {
    color: black;
    font-size: .9em;
  }

  .filterDivAround {
    display: none;
  }

  .business_blokken {
    justify-content: center;
  }

  .spi {
    width: 80%;
  }

  .titleveiling {
    text-align: center;
  }

  .eindDatumOfcKlein {
    font-size: 1rem;
    padding-top: 1px;
  }

  .verlengdeText {
    font-size: 1rem;
  }

  .blokken article>div:not(.blokken_subitem) {
    padding: 20px;
  }
  #aanmaakform,
  #aanvraagform {
    width: 100%;
  }
  .organiserenVeiling {
    width: 100% !important;

  }
}

@media screen and (max-width: 1125px) {
  .countdown2, .countdown4 {
    font-size: 1.1rem;
    left: 9%;
  }

  .eindDatumOfc, .eindDatumOfcKlein {
    font-size: 1.1rem;
  }

  .klok2 {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .blokken_col {
    width: 100%;
  }

  #container {
    padding-top: 0;
  }

  #content {
    min-height: 810px !important;
  }

  .titelContact {
    font-size: 2rem;
  }

  .blokken article>div {
    padding: 10px;
  }

  .page_header {
    width: 96%;
    margin-top: 3%;
  }

  .lijnVeilingOrganiseren {
    width: 30%;
  }

  .product_top_right {
    width: 100%;
  }

  .divButtonGeschiedenis {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 23px;
  }

  .blokken_subitem {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }

}

@media screen and (max-width: 1000px) {
  .hoogsteBodGroot {
    font-size: 1.5rem;
  }

  .titelLotGroot {
    font-size: 1.5rem;
  }

  .home_social article {
    width: 48%;
  }
}

@media screen and (max-width: 950px) {
  .power_titel {
    font-size: 3em;
  }

  .topper ul a, .loginbutton {
    font-size: 13px;
  }

  .faq_page {
    flex-direction: column;
  }

  .footer_item a {
    font-size: 1.2rem;
  }

  .footer_item h2 {
    font-size: 1.4rem;
  }

  .faq_page aside {
    width: 100%;
    margin: 0px !important;
  }

  .faq_page>div {
    width: 100%;
  }

  #nieuwsbrief {
    height: 100%;
    border: 1px solid #000;
    margin-top: 74px;
  }
}

@media screen and (max-width: 900px) {
  .single-row-three>* {
    float: none;
    width: 100%;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto;
  }

  .detailMarginInfo {
    margin-left: 0%;
  }

  .tableMargin {
    margin-left: 0%;
  }

  .countdown {
    font-size: 0.9rem;
  }

  .lijnVeilingOrganiseren {
    display: none;
  }

  #aanmaakform input[type="submit"], #aanvraagform input[type="submit"], #veilingaanvraag input[type="submit"] {
    width: 70%;
  }

  .divAroundImageGroot {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 10px;
  }

  .divButtonsItemsGroot {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .item_buttonsGroot {
    width: 98%;
  }

  .lotGegevensGroot {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .favosterGroot {
    top: 26px;
    right: 10px;
  }

  .titelLotGroot {
    font-size: 1.5rem;
  }
    .blog-main .c {
    font-size: 1em;
  }
}

@media screen and (max-width: 850px) {
    #content {
        padding: 30px 20px;
    }
  .blokken article {
    flex-direction: column;
  }

  .blokken article>div {
    width: 100%;
  }

  .blokken article>div:not(.blokken_subitem) {
    width: 100%;
  }

  .blokken article>img {
    width: 100%;
  }

  .blokken article>div>a {
    text-align: center;
  }

  .blokken_titel {
    padding-top: 30px;
  }

  .divButtonKollom {
    text-align: center;
  }

  .blokken article>img {
    order: 1 !important;
  }

  .blokken article>div {
    order: 2 !important;
    padding: 0;
    width: 100%;
  }

  .blokken article>div {
    width: 100%;
  }

  .blokken article>img {
    margin-bottom: 0;
  }

  .columnSplitVeilingOrganiseren {
    flex-direction: column;
    justify-content: left;
  }

  .buttonVeilingOrganiseren {
    width: 79% !important;
  }

  .footerBottumMobile {
    display: block !important;
    text-align: center;
    line-height: 225%;
  }

  .footerBottum, .infovenalis2 {
    display: none !important;
  }
}

@media screen and (max-width: 820px) {
  #aanvraagform>div>div, #aanmaakform>div>div {
    width: 100%;
    margin: auto;
    float: none !important;
  }

  #banner #loginform, .tweedelig>div {
    width: 100%;
  }

  .vactekst {
    margin-left: 0;
  }

  .item>div {
    width: 100%;
  }

  .item .abstekst {
    position: relative;
    margin-top: 1em;
  }

  .item .abstekst div {
    position: relative;
  }

  .resbutton {
    display: block;
  }

  .divButtonsItems {
    width: 29%;
    margin-left: 4%;
  }

  .lotGegevensGroot {
    width: 100%;
  }

  .divButtonsItems {
    margin-left: 0;
    width: 28%;
  }

  .favoster {
    right: 1%;
  }

  .divButtonsItemsGroot {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #instagramHome, #blogsHomeShow {
    width: 100%;
  }

  .home_social article {
    width: 100%;
  }

  #navElementen {
    display: none;
  }

  .navigatie .logo_shape {

    height: 100%;
  }

  .klantenzoneLogo {
    margin-top: 5%;
    margin-left: 13%;
    width: 82%;
    margin-bottom: 4%;
  }

  .countdown2, .countdown4 {
    font-size: 1.1rem;
    left: 7%;
  }

  .eindDatumOfc, .eindDatumOfcKlein {
    font-size: 1.1rem;
  }

  .row-block {
    width: 100%;
    margin-bottom: 9%;
  }

  .listlot {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .divAroundImage {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 10px;
  }

  .divButtonsItems {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .item_buttons {
    width: 98%;
  }

  .spi {
    width: 100%;
  }

  .lotGegevensLoten {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .img_holder_loten_groot {
    width: 100%;
    height: auto;
  }

  .img_holder_loten_groot img {
    width: 100%;
    height: auto;
  }

  .divAroundLotInfo {
    padding: 10px 20px;
  }

  .favoster {
    top: 26px;
    right: 10px;
  }

  .titelLotGroot {
    font-size: 13px;
  }

  .hoogsteBodGroot {
    font-size: 13px;
  }
    .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }

  .blog-content-row .multi-img-holder.four>*, .blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }

  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
    margin-bottom: 2%;
  }

  .blog-content-row .multi-img-holder.three>*:last-child {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .lineBetweenColums {
    top: 52px;
  }

  .contact_formulier {
    display: flex;
    flex-direction: column;
  }

  #divCurtainBig {
    display: none;
  }

  .breadcrum {
    font-size: 14px;
  }

  .contact_formulier {
    justify-content: none;
  }

  .power_titel {
    font-size: 1.5em;
  }

  .contact_form {
    width: 100%;
    margin-left: 15%;
    margin-top: 8%;
  }

  .footer_item {
    align-items: center;
  }

  .contact_form {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }

  .blokje {
    width: 100%;
  }

  .thumbWidth {
    width: 65px;
  }

  .table-left {
    width: 66%;
    margin-left: 17%;
    margin-right: 17%;
  }

  .table-right {
    width: 66%;
    margin-left: 17%;
    margin-right: 17%;
  }

  .divAroundBiedenBigScreen, .containerDivsBod {
    flex-direction: column;
  }

  .outlineAmount {
    text-align: end;
  }

  .table-right {
    margin-top: 0;
  }

  .titleLot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3%;
    width: 21%;
  }

  .hoogsteBod {
    padding-left: 1%;
    width: 23%;
    font-size: 13px;
  }

  .divButtonsItems {
    width: 28%;
  }

  .divButtonsItems {
    margin-left: 0;
  }

  .divButtonsItemsGroot {
    width: 100%;
  }

  .home_slider article>* {
    display: none;
  }

  .days_left {
    display: flex;
    justify-content: center;
  }

  .blog-row .row-block, .blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }

  .row-block:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }

  .blog-row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px) {

  .social_media a {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 1em;
  }
  .blog-main .blog-img .h1 {
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
  .lot {
    padding: 16px 40px;
  }
}

@media screen and (max-width: 650px) {

  .page_header h1 {
    font-size: 40px;
  }
  .countdown {
    font-size: 0.9rem;
  }

  .navigatie .logo {
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 15px;
    width: 140px;
  }

  .navigatie .logo_holder {
    width: 170px;
  }

  .navigatie {
    padding-left: 0;
  }

  .navigatie .logo_shape {
    height: 48px;
  }
  .formFlex {
    flex-direction: column;
  }
  .format45,
  .format45v2,
  .format20,
  .format20v2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .faq_page aside {
    width: 100%;
    margin: 0px !important;
  }

  .faq_page>div {
    width: 100%;
  }

  #nieuwsbrief {
    height: 100%;
    border: 1px solid #000;
    margin-top: 74px;
  } 
  .blog-more-nav-btn {
    display: block;
  }

  .blog-more-nav {
    display: none;
  } 
}

@media screen and (max-width: 560px) {
  .loten_veiling_list aside ul {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .loten_veiling_list aside li {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .header2Parts {
    background-color: transparent;
  }
  .navigatie {
    border: 2px solid #f7f7f7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .faqPadding {
    padding: 0;
  }
  .faq_page {
    padding: 0;
  }
  .searchHolder {
    width: 100%;
  }

  .table-left {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .table-right {
    width: 65%;
    margin-left: 17, 5%;
    margin-right: 17, 5%;
  }

  .countdown2, .countdown4 {
    font-size: 1.4rem;
    left: 7%;
  }

  .eindDatumOfc, .eindDatumOfcKlein {
    font-size: 1.4rem;
  }

  .listlot {
    flex-direction: column;
    margin-bottom: 4% !important;
  }

  .outlineAmount {
    text-align: end;
  }

  .product_top_right {
    width: 100%;
  }

  .loggedIn .navigatie .logo_shape {
    height: 100%;
  }

  .paddingDetailContent {
    padding: 10px;
  }

  table.veildetailinfo {
    width: 100% !important;
    float: none;
  }

  .veilinginfo {
    margin: 0;
    padding: 30px 0;
    gap: 20px;
  }

  .gmapsdag {
    width: 100% !important;
    float: none;
  }

  .titelContact {
    color: black;
  }

  .contact_form input[type=submit] {
    border-radius: 4px;
    padding: 2px 38px;
    background: transparent;
    border: 2px solid white;
    color: white;
    font-size: 1.2em;
    font-family: 'Work Sans', sans-serif;
    transition: all .3s;
    margin-left: 12%;
  }

  .contact_form input[type=submit]:hover {
    background-color: #d8e3ea;
    color: white;
  }

  .buttondiv {
    display: flex;
    justify-content: center;
  }

  .contact_form input[type=submit]:disabled {
    background: transparent;
    color: white;
    opacity: 0.3;
  }

  .privcnt {
    color: black;
  }

  .loginwrap {
    padding: 20px;
  }

  #aanmaakform label, #aanvraagform label, #aanmaakform input, #aanmaakform select, #aanvraagform input, #aanvraagform select, #aanvraagform textarea, #aanmaakform .checkboxfield, #aanvraagform .checkboxfield {
    width: 100%;
    float: none !important;
    margin: 0;
    padding-left: 5%;
  }

  #aanmaakform input, #aanvraagform input{
    margin-right: 10px;
  }

  #logout_mob {
    right: 80px;
  }

  #logout_mob input {
    font-size: 0.8em;
    padding: 5px 10px;
  }

  .item>div {
    width: 50%;
  }

  .item .abstekst {
    position: absolute;
    margin-top: 0;
  }

  .item .abstekst div {
    position: absolute;
  }

  footer>div>div>ul {
    width: 90%;
    margin: auto;
  }

  footer>div>div {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
  }

  .vacimg {
    width: 100%;
    max-width: 500px;
  }

  .vactekst {
    margin-left: 0px;
    width: 100%;
  }

  .item h1 {
    font-size: 1em;
  }

  .social_media>div.footer-copyright {
    display: block;
    margin-top: 0;
  }

  .articleFooter {
    display: none;
  }

  .social_media>article {
    width: 48%;
    height: 2.3px;
    margin: 0 20px;
    background-color: black;
  }

  .footer-copyright>p:nth-child(1)>span:nth-child(2) {
    padding-left: 8%;
  }

  .power_titel_icon {
    display: none;
    padding-top: 10px;
  }

  #notActive {
    background: linear-gradient(90deg, transparent 30px, #8f8f8f 0);
  }

  #activeTitle {
    background: linear-gradient(90deg, transparent 30px, #181818 0);
  }

  .contact_split div p i {
    display: none;
  }

  .contact_split div {
    justify-content: start;
    align-items: start;
  }

  .contact_info>h2:nth-child(1) {
    margin-left: 18%;
  }

  body {
    background-color: white;
  }

  .power_titel {
    color: white;
  }

  #PL_privacy>label:nth-child(1)>a:nth-child(1) {
    color: #000;
  }

  img.logo:nth-child(2) {
    display: none;
  }

  .power_titel_holder {
    padding-top: 12px;
  }

  #subm1 {
    float: none;
    margin-left: 0;
  }

  .linetitle {
    font-size: 40px;
  }

  #aanmaakform input[type="submit"], #aanvraagform input[type="submit"] {
    margin-top: 11%;
    width: 100% !important;
  }

  #aanmaakform>div:nth-child(1)>div:nth-child(2)>div:nth-child(8)>p:nth-child(1)>span:nth-child(1)>label:nth-child(2),
  #aanmaakform>div:nth-child(1)>div:nth-child(2)>div:nth-child(8)>p:nth-child(2)>span:nth-child(1)>label:nth-child(2) {
    width: auto;
    background-color: white;
    color: #000;
  }

  #facebookHome {
    display: none;
  }

  #content>div.containerPassword {
    margin-top: 60px;
  }

  .wachtwoordVergeten {
    color: #000;
    margin-bottom: 10px;
  }

  .wachtwoordVergetenTekst {
    color: #000;
    padding-bottom: 10px;
  }

  .formFlex {
    flex-direction: column;
  }

  .w45Format, .w45NomarginFormat, .w20fORMAT, .w20NomarginFormat, #aanmaakform p, #aanvraagform p {
    width: 100% !important;
  }

  #facgeg>p:nth-child(2)>span:nth-child(1)>label:nth-child(2) {
    color: #000;
  }

  #aanmaakform label, #aanvraagform label, #aanmaakform input, #aanmaakform select, #aanvraagform input, #aanvraagform select, #aanvraagform textarea, #aanmaakform .checkboxfield, #aanvraagform .checkboxfield {
    padding-left: 0;
  }

  #aanmaakform input, #aanvraagform input, #aanvraagform textarea {
    color: #000;
    background-color: white;
    padding-left: 10px;
  }

  #aanmaakform>div:nth-child(5)>div:nth-child(11)>div:nth-child(7) {
    padding-bottom: 5%;
  }

  #labelPart, #bedrijfLab {
    position: relative;
    top: -14px !important;
    left: 24px !important;
  }

  #mobilelogin li {
    padding: 10px 15px;
  }

  .three-row-grid {
    margin-left: 8.2%;
    margin-right: 8.2%;
  }

  #mobilelogin {
    margin-right: 80px;
  }

  .item>div {
    width: 100%;
  }

  .item .abstekst {
    position: relative;
    margin-top: 1rem;
  }

  .item .abstekst div {
    position: relative;
  }

  .countdown {
    font-size: 0.9rem;
    top: 35%;
  }

  #hestagAantal {
    font-size: 1.2rem;
    padding-top: 3%;

  }

  .klok {
    position: absolute;
    top: 29%;
    left: 28%;
    font-size: 1.2rem;
  }

  .imageLijn {
    width: 18px;
  }

  #content {
    padding: 0 2%;
  }

  .mobilePic {
    margin-left: 4% !important;
    margin-right: 4% !important;
  }

  .PicutureLayoutStyle {
    border: none;
  }

  .omschrijvingAlgemeen {
    font-size: 15px;
    margin-left: 4%;
    margin-right: 4%;
  }

  .paddingDetailContent3 {
    display: none;
  }

  .product_top {
    flex-direction: column;
  }

  .biglink2 {
    font-size: 14px;
  }

  .tekstTussenLijnen {
    margin-bottom: 5%;
  }

  .blokken_titel {
    padding-top: 0;
  }

  .blokken article>img {
    margin-bottom: 4%;
    margin-top: 4%;
  }

  .uptop {
    bottom: 52px;
  }

  .styleFavo {
    margin-bottom: 0;
  }

  .styleButtonsFavo {
    padding: 10px;
  }

  .blokken {
    padding: 10px 0;
  }
  /* dropdownMenu Start */

  .dropbtn {
    background-color: #d8e3ea;
    color: #000;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .dropbtn:hover, .dropbtn:focus {
    background-color: #d8e3ea;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    width: 100%;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }

  .dropdownNavLogin {
    display: block;
    margin-top: 5%;
  }

  #dashboardbar {
    display: none;
  }

  #dashboardmenu {
    display: none;
  }

  .dropdownArrow {
    position: relative;
    left: 30%;
  }

  .biglink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* dropdownMenu Einde */

  .volgOns {
    display: block;
    padding: 30px;
    padding-bottom: 0;
    font-size: 27px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
  }

  .siteby div div {
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 180%;
  }

  .siteby div div span {
    display: none;
  }

  .siteby {
    line-height: 22px;
  }

  .footer_item {
    padding-bottom: 0;
  }

  .innerfooter {
    flex-direction: column;
  }

  div.footer_item:nth-child(1) {
    text-align: center;
  }

  div.footer_item:nth-child(2) {
    text-align: center;
  }

  div.footer_item:nth-child(3) {
    text-align: center;
  }

  .footer_item {
    width: 100%;
  }

  .klokSmallCollums {
    position: absolute;
    top: 32%;
    font-size: 1.5rem;
    color: #d8e3ea;
    left: 4%;
  }

  .countdown3 {
    font-size: 1.2rem;
    position: absolute;
    left: 19%;
    top: 35.5%;
    font-weight: bold;
  }

  .styleFavorieteKlein {
    font-size: 2.2rem;
  }

  #dashboardbar h1 {
    color: #fff;
    line-height: 38px;
    font-size: 0.9em;
  }

  .divPadding {
    padding: 30px 30px;
  }

  #mainDropdown {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 100%;
    position: fixed;
    right: -700px;
    top: 0px;
    z-index: 1000;
    overflow: auto;
    transition: all 0.6s ease 0s;
    background-color: rgb(255, 255, 255);
    padding-bottom: 100px;

  }

  #mainDropdown>a:nth-child(4) {
    position: relative;
    display: block;
    background-color: #fff;
    color: #252525;
    padding: 6px 20px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    text-decoration: none;
    list-style: none;
  }

  #mainDropdown>a:nth-child(4):hover {
    background-color: #000;
    color: #fff;
  }

  a.biglink:nth-child(2) {
    border-right: none;
    border-left: none;
  }

  .navitem a {
    font-size: 23px;

  }


  .cirkelVraagtekenBlauw1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #96c6d5;
    margin-right: 11%;
    cursor: pointer;
    margin-left: 29%;

  }

  .cirkelVraagtekenBlauw2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #96c6d5;
    margin-right: 11%;
    cursor: pointer;
    margin-left: 29%;

  }

  .cirkelVraagteken {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 11%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    margin-left: 39%;
  }

  .vraagTekenCirkel {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
  }

  .hamburgerSmall {
    display: block !important;
  }

  .hamburgerMed {
    display: none !important;
  }

  .paddingDlLegende {
    padding: 15px;
  }

  .legendeDiv {
    display: block;
    width: 100%;
    height: 0%;
    position: fixed;
    z-index: 1000;
    overflow: auto;
    transition: all .6s;
    background-color: #000;
    border: 0px solid white;
    transition: 1s;
    top: -2000px;
    height: 100%;
  }

  .legendeTextDiv {
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    background-color: #d8e3ea;
    ;
  }

  .home_social article {
    border: none;
  }

  .home_social article>h2 i, .home_social article>h2, #instagramHome {
    display: none;
  }

  .thumbWidth {
    width: 45px;
  }

  .page_header h1 {
    font-size: 35px;
  }
  .page_header {
    margin-top: 30px;
  }
  .blokken article>div.blokken_subitem {
    padding: 50px;
  }

  .topper {
    display: none;
  }

  .header_right {
    flex-direction: column;
    gap: 10px;
    padding: 5px;
    text-align: end;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .lang_switch {
    border: none;
    padding-right: 0;
  }

  .date_holder {
    display: none;
  }

  .navigatie .logo_holder {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .navigatie .logo {
    margin-left: 12px;
  }

  .legendeDesktop {
    display: none;
  }

  .tableLegendeMobile {
    margin-top: 4%;
    margin-left: 6%;
  }

  .divTableMobile {
    display: block;
  }

  .divTable {
    display: none;
  }

  .tableMobileBieden {
    display: block;
  }

  .divAroundBiedenBigScreen {
    display: none;
  }

  .tableMobileBieden {
    text-align: center;
    font-size: 18px;
  }

  .noCenterMobile {
    text-align: center !important;
  }

  .huidigBotPosition {
    padding-left: 15%;
    padding-right: 15%;
  }

  .main-title {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 400px) {
  .autobod, .bod {
    width: 100%;
  }

  .biedinginfo table input {
    width: 100%;
  }

  .divAroundLotInfo {
    gap: 10px;
    flex-direction: column;
  }

  .hoogsteBod {
    width: 100%;
    padding-left: 0;
  }

  .titelLot {
    width: 100%;
    padding-left: 0;
  }

  .divPadding {
    padding: 10px;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}

@media (max-width: 300px) {
  .blokken_subitem {
    flex: 0 0 100%;
    width: 100%;
  }
}