* {
	font-family: 'Open Sans', sans-serif;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000; /* Zorg dat deze hoog genoeg is om boven andere elementen te staan */
}




.border-3 {
    border-width: 3px;
}

.bg-success-badge {
      --bs-bg-opacity: 1;
      background-color: #0cbc87 !important;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0cbc87;
    --bs-btn-border-color: #0cbc87;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0aa073;
    --bs-btn-hover-border-color: #0a966c;
    --bs-btn-focus-shadow-rgb: 48, 198, 153;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a966c;
    --bs-btn-active-border-color: #098d65;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0cbc87;
    --bs-btn-disabled-border-color: #0cbc87;
    padding: 10px 15px; /* Enige padding voor een betere vorm */
    border-radius: 4px; /* Afgeronde hoeken */
    transition: background-color 0.3s; /* Gladde overgang voor hover effect */
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

@media (max-width: 768px) { /* of een andere breakpoint die je wilt gebruiken */
    .usp {
        display: none; /* Verbergt alle USP's */
    }

    .usp.active {
        display: inline-block; /* Toont de actieve USP */
    }
}

.btn-conversion-boost {
    background-color: #ff6600; /* Helder oranje */
    color: white; /* Witte tekst voor leesbaarheid */
    border: none; /* Geen rand */
    padding: 8px 15px; /* Enige padding voor een betere vorm */
    border-radius: 4px; /* Afgeronde hoeken */
    transition: background-color 0.3s; /* Gladde overgang voor hover effect */
}

.btn-conversion-boost:hover {
    background-color: #e65c00; /* Een iets donkerdere oranje voor hover effect */
    color: white; /* Witte tekst voor leesbaarheid */
}

.btn-warning {
  padding: 7px 15px; /* Enige padding voor een betere vorm */  
  border-radius: 4px; /* Afgeronde hoeken */
}

.btn-place-bid-blue {
    background-color: #0056b3; /* Diepblauw */
    color: white; /* Witte tekst voor leesbaarheid */
    border: none; /* Geen rand */
    padding: 8px 15px; /* Padding */
    border-radius: 4px; /* Afgeronde hoeken */
    transition: background-color 0.3s; /* Overgang voor hover effect */
}

.btn-place-bid-blue:hover {
    background-color: #004494; /* Een iets donkerdere blauw voor hover effect */
    color: white; /* Witte tekst voor leesbaarheid */
}

.btn-place-bid-dblue {
    background-color: #004494; /* Diepblauw */
    color: white; /* Witte tekst voor leesbaarheid */
    border: none; /* Geen rand */
    padding: 8px 15px; /* Padding */
    border-radius: 4px; /* Afgeronde hoeken */
    transition: background-color 0.3s; /* Overgang voor hover effect */
}

.btn-place-bid-dblue:hover {
    background-color: #003366; /* Nog donkerdere blauw voor hover effect */
    color: white; /* Witte tekst voor leesbaarheid */
}


.btn-place-bid-green {
    background-color: #28a745; /* Levendig groen */
    color: white; /* Witte tekst voor leesbaarheid */
    border: none; /* Geen rand */
    padding: 8px 15px; /* Padding */
    border-radius: 4px; /* Afgeronde hoeken */
    transition: background-color 0.3s; /* Overgang voor hover effect */
}

.btn-place-bid-green:hover {
    background-color: #218838; /* Een iets donkerdere groen voor hover effect */
    color: white; /* Witte tekst voor leesbaarheid */
}

.toggleFavoriteBtn {
    display: flex; /* Zet de display op flex */
    //align-items: center; /* Centreer items verticaal */
    justify-content: center; /* Centreer items horizontaal (optioneel) */
}


.spaar-tekst {
    display: flex; /* Zet de display op flex */
    align-items: center; /* Centreer items verticaal */
    //justify-content: center; /* Centreer items horizontaal (optioneel) */
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.6rem !important;
  margin-left: -1.6rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n6 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n7 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n9 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n6 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n7 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n9 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.6rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -3.5rem !important;
}

.mt-n7 {
  margin-top: -4rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n9 {
  margin-top: -11rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.6rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -3.5rem !important;
}

.me-n7 {
  margin-right: -4rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n9 {
  margin-right: -11rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.6rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n6 {
  margin-bottom: -3.5rem !important;
}

.mb-n7 {
  margin-bottom: -4rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.mb-n9 {
  margin-bottom: -11rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.6rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -3.5rem !important;
}

.ms-n7 {
  margin-left: -4rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n9 {
  margin-left: -11rem !important;
}

.iti {
  width: 100%;
}

.auctTitle {
  font-family: 'Nunito', sans-serif; font-weight: 700;
}

.countdown-digit::first-child {
  color: red;
}

.wg-drop.country-selector .wgcurrent {
  border: none !important;
}

.wg-drop.country-selector {
  background: none !important;
}

.wg-flags a img.wg-flag {
    height: 14px !important;
    margin-right: 10px;
}

.wg-drop.country-selector a {
  height: 16px !important;
}

.wg-drop.country-selector .wgcurrent:after {
  height: 16px !important;
}

@keyframes highlight {
    0% {
        background: #ffff99; 
    }
    100% {
        background: none;
    }
}

.badge-orange {
    color: #fff;
    background-color: orange;
}

.highlight {
    animation: highlight;
    animation-duration: 3s;
    //padding: 0.2rem;
}

.koiPage {
  position: absolute;
  z-index: 1 !important;
}

.fs--6 {
  font-size: 6px !important; }

.fs--8 {
  font-size: 8px !important; }

.fs--10 {
  font-size: 10px !important; }

.fs--11 {
  font-size: 11px !important; }

.fs--12 {
  font-size: 12px !important; }

.fs--13 {
  font-size: 13px !important; }

.fs--14 {
  font-size: 14px !important; }

.fs--15 {
  font-size: 15px !important; }

.fs--16 {
  font-size: 16px !important; }

.fs--17 {
  font-size: 17px !important; }

.fs--18 {
  font-size: 18px !important; }

.fs--19 {
  font-size: 19px !important; }

.fs--20 {
  font-size: 20px !important; }

.fs--25 {
  font-size: 25px !important; }

.fs--30 {
  font-size: 30px !important; }

.fs--35 {
  font-size: 35px !important; }

.fs--40 {
  font-size: 40px !important; }

.fs--45 {
  font-size: 45px !important; }

.fs--50 {
  font-size: 50px !important; }

.fs--60 {
  font-size: 60px !important; }


.navbar-toggler {
	color: rgba(0,0,0,1) !important;
	background: white !important;
    border-color: rgba(0,0,0,.0) !important;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1) !important;
    font-weight: 700;
}

.text-green {
	color: #008500;
}

.link-unstyled {
  &,
  &:visited,
  &:hover,
  &:active,
  &:focus,
  &:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    border-radius: inherit;
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
    padding: inherit;
    vertical-align: inherit;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	
}

.footer {
	  background-color: #f5f5f5;
}

a.total-link:hover {
	text-decoration: none;
}

.scrollToTop{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
	bottom: 0px;
    right:0px;
    display:none;
    background: url('arrow_up.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
    text-decoration:none;
}
.scrollBack{
    width:80px; 
    height:80px;
    padding:21px;
    padding-top: 22px; 
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
	bottom: 10px;
    left:10px;
    display:none;
    border-radius: 50%;
    background: rgba(174, 174, 174, 1);
}
.scrollBack:hover{
    text-decoration:none;
}


.ribbon {
    position: absolute;
    top: 10px;
    right: -3px;
    padding: 3px;
    z-index: 998 !important;
}
.ribbon-left {
    position: absolute;
    top: 10px;
    left: -3px;
    padding: 10px;
    z-index: 998 !important;

}
.ribbon-content{
    position: relative; 
    width: 100%; 
    height: 60px; 
    background: #f1f1f1; 
    border: 1px solid #DDD;    
}
.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f78893;
}
.ribbon.orange {
    background: #ff7c19;
    color: #fff !important;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 3px solid #ffe866;
}
.ribbon-left.yellow {
    background: #008500;
    color: #fff;
    border-right: 3px solid #00b900;
}
.ribbon-left.red {
    background: #dc3545;
    color: #fff !important;
    border-left: 3px solid #f88a96;
}
.ribbon-left.orange {
    background: #ff6600;
    color: #fff !important;
    border-left: 3px solid #ff6600;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon-left:before, .ribbon-left:after {
    content: '';
    position: absolute;
    right: -9px;
    border-right: 10px solid transparent;
}
.ribbon:before, .ribbon-left:before {
    top: 0;
}
.ribbon:after, .ribbon-left:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 23px solid #3498db;
}
.ribbon.base:after {
    border-bottom: 23px solid #3498db;
}
.ribbon.light:before {
    border-top: 23px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 23px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 23px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 23px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 23px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 23px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 23px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 23px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 23px solid #ff7c19;
}
.ribbon.orange:after {
    border-bottom: 23px solid #ff7c19;
}
.ribbon.yellow:before {
    border-top: 23px solid #ffd800;
}
.ribbon-left.yellow:before {
    border-top: 23px solid #008500;
}
.ribbon-left.red:before {
    border-top: 23px solid #dc3545;
}
.ribbon-left.orange:before {
    border-top: 23px solid #ff6600;
}
.ribbon.yellow:after {
    border-bottom: 23px solid #ffd800;
}
.ribbon-left.yellow:after {
    border-bottom: 23px solid #008500;
}
.ribbon-left.red:after {
    border-bottom: 23px solid #dc3545;
}
.ribbon-left.orange:after {
    border-bottom: 23px solid #ff6600;
}
.ribbon span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.ribbon-left span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}

.btn-third {
	background-color: #ff7c19 !important;
}.btn-third:hover {
	background-color: #f76002 !important;
}
.jplist-selected, .jplist-selected:hover, .jplist-selected:active, .jplist-selected:focus {
    background-color: #007bff;
    border-color: #007bff;
    outline: none;
    color: #fff;
}

.hwh-circle {
  height: 6rem;
  width: 6rem;
  background: rgba(178, 219, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
}

.hwh-number {
	position: absolute;
	top: -28px;
	margin-left: -18px;	
	font-size: 3rem;
	font-weight: bold;
	color: #208beb;
}

.circle-step3 .hwhnumber {
	top: -25px !important;
	margin-left: -20px !important;	
}


.circle-step1 i, .circle-step2 i, .circle-step3 i {
	color: #208beb;
}

.circle-step3 i {
	padding-top: 30px !important;
}

.footer-blue {
	background: #858585 !important;
}

.text-orange {
	color: #ff7c19;
}

.saveAuction {
	position: absolute;
	margin-top: 0px;
	left: 10px;
}

.saveAuction i {
	font-size: 1rem;
	color: grey;
	opacity: .4;
}

.saveAuction i:hover {
	color: #ff7c19;
	opacity: 1;
}

.badge-new {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
	position: absolute;
    top: 12px;
    left: 10px;
    padding: 3px;
    z-index: 998 !important;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}


.favo-heart-page {
  display: inline; 
  color: grey;	
}

.favo-heart-page a {
  color: #3c4145;
  padding: 10px;
  padding-top:0px;
  opacity: 0.3;
  text-decoration: none;
  font-size: 1.1rem;
  }

.favo-heart-page a:hover {
  color: #ff7c19;
  opacity: 1;	
  }
  
  .favo-heart-page a.heart-active{
  color: #ff7c19;
  opacity: 1;	
  text-decoration: none;	
  font-size: 1.1rem;
  }
  
  .favo-heart-page a.heart-active i {
  animation: heartbeat 1s infinite;
  }
  
  .favo-heart-page a.heart-active:hover{
    color: #3c4145;
  opacity: 0.3;
    
  }

  .favo-alarm {
    position: absolute;
    right: 0px;
    color: grey;	
  }
  
  .favo-alarm a {
  color: #6c757d;
  padding: 10px;
  opacity: 0.3;
  text-decoration: none;
  }
  
  .favo-alarm  a:hover {
  color: #2355ad;
  opacity: 1;	
  }
.favo-heart {
	margin-top:0px;
	color: grey;	
}

.favo-heart a {
	color: #6c757d;
	//padding: 10px;
	opacity: 0.3;
	text-decoration: none;
	}

.favo-heart a:hover {
	color: #ff7c19;
	opacity: 1;	
	}
	
	.favo-heart a.heart-active{
	color: #ff7c19;
	opacity: 1;	
	text-decoration: none;	
	}
	
	.favo-heart a.heart-active i {
	animation: heartbeat 1s infinite;
	}
	
	.favo-heart a.heart-active:hover{
	color: #6c757d;	
	opacity: 0.3;
		
	}
	
.trophy-gold {
	color: rgb(255, 215, 0) !important;
}

.card-footer {
    padding: 0;
    background-color: #fff;
    border-top: 0px;
}

/*
@media (max-width: 575.98px) { 
.menuBreedte {
	width: 400px !important;
}
}
*/

.link-unstyled {
  &,
  &:visited,
  &:hover,
  &:active,
  &:focus,
  &:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    border-radius: inherit;
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
    padding: inherit;
    vertical-align: inherit;
  }
}


.page-wrapper {
    margin-left: 280px;
    background-color: #ffffff;
    padding: 0 20px;
}

.post {
    margin: 0 0 45px;
}

.post + .post {
    border-top: 1px solid rgba(238, 238, 238, .7);
    padding-top: 50px;
}

.post-preview {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 0 25px;
}

.post-preview:hover {
    opacity: .7;
}

.post-header {
    margin: 0 0 30px;
}

.post-title {
    font-size: 22px;
    margin: 0 0 10px;
}

.post-title a {
    color: #333;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .7;
    color: #000;
    font-weight: 600;
}

.post-meta > li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}

.post-meta > li:last-child {
    margin-right: 0;
}

.post .post-meta a,
.post-meta a {
    color: #000;
    transition: all 0.5s;
    font-weight: 600;
}

.post-tags {
    margin: 40px 0 0;
}

.post-tags a {
    background-color: #f5f5f5;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7px;
    color: #303133;
    padding: 7px 8px 5px 10px;
    margin: 5px 10px 5px 0;
    transition: all 0.5s;
}

.post-tags a:hover,
.post-tags a:focus {
    color: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 20px;
    line-height: 24px;
    font-size: 15px;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.sidebar {
    padding-left: 30px;
}

.sidebar .widget:last-child {
    border: 0;
    padding: 0;
}

.widget_search form {
    position: relative;
}

.search-button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.widget-title {
    position: relative;
    font-size: 14px;
    margin: 0 0 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.widget-title:after {
    content: "";
    display: block;
    width: 35px;
    z-index: 1;
    position: relative;
    margin: 20px auto 25px 0px;
}

.widget {
    margin: 0 0 40px;
    font-size: 14px;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li,
.widget ol li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
}

.widget ul li a,
.widget ol li a {
    color: #333333;
    transition: all 0.5s;
}

.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-color: #eee;
    padding: 12px 15px;
    height: 49px;
    font-size: 14px;
}

.widget_archive ul li a,
.widget_categories ul li a {
    margin-right: 5px;
}

/* About Widget */
.about-widget img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 160px;
    height: auto;
}

.about-widget p{
    line-height: 24px;  
}

.post-date {
    display: block;
    opacity: .7;
}

.tagcloud > a {
    background: #f5f5f5;
    border-radius: 2px;
    color: #303133;
    font-weight: 700;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.tagcloud > a:hover {
    color: #fff;
}

.widget_recent_entries_custom ul li {
    border-bottom: 1px solid rgba(238, 238, 238, .7);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget_recent_entries_custom .wi {
    float: left;
    width: 64px;
}

.widget_recent_entries_custom .wb {
    padding-top: 2px;
    margin-left: 84px;
}

.widget_recent_entries_custom .wb a {
    color: #303133;
}

.text-widget-des {
    line-height: 24px;
}

.post-tags {
    margin: 40px 0 0;
}

.post-author-box {
    padding: 20px;
    border: 1px solid #eee;
}

.media-heading {
    font-size: 16px;
}

.media-heading a {
    color: #000;
    transition: all 0.5s;
}

.post-author-box .socials li a:hover {
    color: #ffffff !important;
}

.socials li:first-child {
    margin-left: 0;
}

.socials li a {
    display: inline-block;
    margin-top: 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    transition: all 0.5s;
    background-color: #4a4a4a;
    border-radius: 50%;
    color: #fff !important;
}

.post .form-control {
    box-shadow: none;
    border-radius: 2px;
    padding: 12px 15px;
    height: 49px;
    font-size: 14px;
}

.post .form-control:focus {
    border-color: #777;
    outline: none;
    box-shadow: none;
}

.post textarea.form-control {
    height: auto;
}

.post .media-body a.reply-btn {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}

.post .media-body p.post-date {
    margin-bottom: 20px;
    font-size: 12px;
}

.post .blog-detail-description p {
    line-height: 24px;
}

.post .media,
.post .media-list {
    margin-top: 50px;
}

.post .post-author-box .socials li a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    background-color: #ffffff;
    color: #070e14 !important;
    border: 1px solid #eee;
}

.post .socials li {
    display: inline-block;
    margin: 0 4px 5px;
    text-align: center;
    cursor: pointer;
}

.post .post-tags a {
    background-color: #f5f5f5;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7px;
    color: #303133;
    padding: 7px 8px 5px 10px;
    margin: 5px 10px 5px 0;
}

.post .blockquote {
    font-size: 16px;
    font-style: italic;
    padding: 20px;
}

.blockquote-text {
    line-height: 24px;
}

.blockquote:before {
    content: "\F756";
    float: left;
    position: relative;
    top: 0px;
    left: 0;
    color: #cdced0;
    font-family: Material Design Icons;
    font-size: 44px;
    font-weight: 400;
    line-height: 24px;
}

.post-tags a:hover,
.post-tags a:focus {
    background: #d09c8e;
    color: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 20px;
    line-height: 26px;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.related-post .post-header a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all 0.5s;
}

.related-post {
    margin-top: 30px;
}

.owl-nav {
    height: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
}

.quote-post .blockquote {
    border-radius: 5px;
    padding: 30px;
}

.quote-post .blockquote-text {
    line-height: 32px;
}

.quote-post .blockquote:before {
    padding-right: 10px;
}

.link-post {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

.link-post i {
    font-size: 48px;
    display: block;
}

.link-post a {
    color: #fff;
}

.link-post-content {
    border: 3px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.error-page h1 {
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}


.post .btn-outline-custom {
    background-color: transparent;
    background-image: none;
}.widget select:focus, .post-author-box .socials li a:hover, .btn-outline-custom.active, .btn-outline-custom:hover, .btn-outline-custom:active, .show>.btn-outline-custom.dropdown-toggle, .btn-outline-custom {
    border-color: #0db3e3;
}.quote-post .blockquote:before, .related-post .post-header a:hover, .media-heading a:hover, .widget ul li a:hover, .widget ol li a:hover, .search-button:hover, .post-meta a:hover, .post-meta a:focus, .post-title a:hover, .btn-outline-custom {
    color: #0db3e3;
}

.post .btn {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    font-weight: 600;
    padding: .9rem .8rem;
}

.post .btn-outline-custom.active,
.post .btn-outline-custom:hover,
.post .btn-outline-custom:active,
.post .show>.btn-outline-custom.dropdown-toggle {
    color: #fff;
}

.post .btn-outline-custom.focus,
.post .btn-outline-custom:focus {
    box-shadow: none;
}


.card-img-top { //is een horizontal image of vimeo
width: 100%;
height: 25vw;
object-fit: scale-down;
background: #2d8edc;
}
.card-img-top2 { //is een vertical picture
width: 100%;
height: 65vw;
object-fit: scale-down;
background: #2d8edc;
}
.single-img {
    width: 100%;
    height: 60vw;
    object-fit: scale-down;
    background: #2d8edc;
}

@media (min-width: 768px) {
.card-img-top {
    width: 100%;
    height: 14vw;
    object-fit: scale-down;
    background: #2d8edc;
}.card-img-topA {
    width: 100%;
    height: 29vw;
    object-fit: scale-down;
    background: #2d8edc;
}
.card-img-top2 {
    width: 100%;
    height: 28vw;
    object-fit: scale-down;
    background: #2d8edc;
}
}

@media (min-width: 1500px) {
.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: scale-down;
    background: #2d8edc;
}

.single-img {
    width: 100%;
    height: 20vw;
    object-fit: scale-down;
    background: #2d8edc;
}
.card-img-top2 {
    width: 100%;
    height: 22vw;
    object-fit: scale-down;
    background: #2d8edc;
}
}
@media (min-width: 2000px) {
.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: scale-down;
    background: #2d8edc;
}
.card-img-top2 {
    width: 100%;
    height: 18vw;
    object-fit: scale-down;
    background: #2d8edc;
}
}

.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbonR {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonR span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#DC3545 0%, #DC3545 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbonR span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #DC3545;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DC3545;
}
.ribbonR span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #DC3545;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DC3545;
}

.ribbonTC {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 150px; height: 150px;
  text-align: right;
}
.ribbonTC span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  width: 150px; height: 150px;
  display: block;
  //background: #79A70A;
  background: url("/images/top-collectie.png");
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  top: 15px; left: 15px;
}

.ribbonC {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 200px; height: 200px;
  text-align: right;
}
.ribbonC span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  width: 200px; height: 200px;
  display: block;
  //background: #79A70A;
  background: url("/images/ribbonC.png");
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  top: 5px; left: 5px;
}


@media (max-width: 767px) {
  
  .ribbonTC {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px; height: 1100px;
    text-align: right;
  }
  .ribbonTC span {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 100px; height: 100px;
    display: block;
    //background: #79A70A;
    background: url("/images/top-collectie.png");
    background-repeat: no-repeat;
    background-size: 50%;
    position: absolute;
    top: 15px; left: 15px;
  }
  
  .ribbonC {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 125px; height: 125px;
    text-align: right;
  }
  .ribbonC span {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 125px; height: 125px;
    display: block;
    //background: #79A70A;
    background: url("/images/ribbonC.png");
    background-repeat: no-repeat;
    background-size: 50%;
    position: absolute;
    top: 5px; left: 5px;
  }
}


.ribbonL {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonL span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#FFC107 0%, #ffc107 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbonL span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ffc107;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffc107;
}
.ribbonL span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ffc107;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffc107;
}

.toast button.close {
    z-index: 10000;
}


.not-found {
  display:none;
}

.usp a:hover {
  text-decoration: none;
  color: #007bff !important;
}

// workaround
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.badgeBidStatus {
  width: 130px;
  top:-37px; 
  left:50%;
  margin-left: -65px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.badgeBidStatusSuccess {
  width: 120px;
  top:-37px; 
  left:50%;
  margin-left: -60px;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
    
    .badgeBidStatus {
      width: 130px;
      padding-left: 10px;
      left: 50%;
      margin-left: -65px;
      top:-36px; 
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .badgeBidStatusSuccess {
      width: 126px;
      padding-left: 10px;
      left: 50%;
      margin-left: -63px;
      top:-36px; 
      padding-top: 4px;
      padding-bottom: 4px;
    }
}

.labelCard {
  margin-top: -22px;
}

.autoHeightTitle {
  //margin-top: 1.9rem !important;
}

.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}




