/*****************/
/***** FONTS *****/
/*****************/
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis/Metropolis-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis/Metropolis-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis/Metropolis-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../font/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../font/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

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

h2.latestpost {
font-size: 42px;
font-family: 'Metropolis', non serif;
font-weight: 900;
text-align: center;
}

.bg-pink {
background: #f4c0c5;
color: #000;
}

.text-pink {
color:  #f0aab1;
}

.link-pink {
color:  #f0aab1;
text-decoration: none;
}

.link-pink:hover {
color:  #f4c0c5;
}

html,
body {
overflow-x: hidden;
background: #eee;
font-family: 'Metropolis', sans-serif;
font-weight: 500;
color: #333;
font-size: 14px;
margin: 0;
padding: 0;
border-radius: 0;
}

.container-fluid {
width:85%;
}

blockquote { 
display: block;
font-size: 18px;
color: #666;
font-family: 'Playfair Display', serif;
font-weight: 300;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
}

@keyframes rainbowBorder {
  0%   { border-color: #ff0000; }
  20%  { border-color: #ff9900; }
  40%  { border-color: #33cc33; }
  60%  { border-color: #3399ff; }
  80%  { border-color: #9900cc; }
  100% { border-color: #ff0000; }
}

pre code {
  display: block;
  background: #111;
  color: #f8f8f2;
  padding: 1.2em;
  border: 4px solid #ff0000;
  border-radius: 12px;
  font-family: 'Courier New', monospace;
  font-size: 0.95rem;
  line-height: 1.5;
  overflow-x: auto;
  white-space: pre;
  animation: rainbowBorder 6s linear infinite;
}

.bg-body {
background:#FFF;
}

.bg-transp-10 {
background: transparent url('../../../images/transp10.png');
}

.bg-transp-20 {
background: transparent url('../../../images/transp20.png');
}

.bg-transp-35 {
background: transparent url('../../../images/transp35.png');
}

.bg-transp-50 {
background: transparent url('../../../images/transp50.png');
}

.center-container {
  display: flex;
  justify-content: center;  /* Horizontaal */
  align-items: center;      /* Verticaal */
  height: 100v;            /* Of wat je nodig hebt */
}

main {
margin-top: 150px;
}

/*************************************************************/
/*********************** NAVIGATION *********************/
/*************************************************************/

.bd-placeholder-img {
font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: #0000001a;
        border: solid rgba(0, 0, 0, 0.15);
        border-width: 1px 0;
        box-shadow:
          inset 0 0.5em 1.5em #0000001a,
          inset 0 0.125em 0.5em #00000026;
      }
      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }
      .bi {
        vertical-align: -0.125em;
        fill: currentColor;
      }
    
       
.nav-scroller {        
position: fixed;       
top: 60px;       
z-index: 2;        
height: 2.75rem;        
overflow-y: hidden;        
background: #FFF;        
width: 100%;
}
      
.nav-scroller .nav {        
display: flex;        
flex-wrap: nowrap;        
padding-bottom: 1rem;        
margin-top: 0;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
width:100%;
}
      
.btn-bd-primary {
--bd-violet-bg: #712cf9;        
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;        
--bs-btn-font-weight: 600;        
--bs-btn-color: var(--bs-white);        
--bs-btn-bg: var(--bd-violet-bg);        
--bs-btn-border-color: var(--bd-violet-bg);        
--bs-btn-hover-color: var(--bs-white);        
--bs-btn-hover-bg: #6528e0;        
--bs-btn-hover-border-color: #6528e0;        
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);        
--bs-btn-active-color: var(--bs-btn-hover-color);        
--bs-btn-active-bg: #5a23c8;        
--bs-btn-active-border-color: #5a23c8;      
}
      
.bd-mode-toggle {
z-index: 1500;
}
      
.bd-mode-toggle .bi {
width: 1em;
height: 1em;
}
      
.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}    

/**************************************************************/
/*************** HORIZONTALE *** SCROLL *************/
/**************************************************************/
.nav-scroller::before,
.nav-scroller::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  z-index: 3;
}

.nav-scroller::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.nav-scroller::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.nav-scroller .container-fluid {
  display: flex;
  padding-top:3px;
  padding-bottom:2px;
  flex-wrap: nowrap;
  overflow-x: auto;
  background-color: inherit; /* inherits from .nav-scroller */
}

.nav-scroller .nav-link {
  white-space: nowrap;
}

/**************************************************************/
/************************ IMAGES ***************************/
/**************************************************************/
.alignleft {
float: left;
text-align: left;
margin: 0 10px 10px 0;
}

.alignright {
float: right;
text-align: right;
margin: 0 0 10px 10px;
}

/**************************************************************/
/**************** LINEAIRE *** GRADIENT ***************/
/**************************************************************/

background: linear-gradient(to right, #fff, #f8f8f8);
backdrop-filter: blur(6px);

/**************************************************************/
/********************* PAGINATION ************************/
/**************************************************************/

nav ul.pagination li.active {
background-color: #dc3545;
border-color: #dc3545;
}
nav ul.pagination li.active>.page-link, 
nav ul.pagination li.active>.page-link.active {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545;
}

.navigation {
text-align:right;
margin-bottom: 50px;
}

.navigation ul {
margin: 0;
padding: 0;
}

.navigation li a,
.navigation li.disabled {
    color: #000;
    text-decoration:none;
}

.navigation li a:hover,
.navigation li.active a {
    color: #FFF;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #FFECAD;
    border: 1px solid #3B4154;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3B4154; 
    color: #FFF;  
}

/*******************************************************************/
/****************** SEARCH * FORMS ************************/
/*******************************************************************/
form#topsearch input {
height: 40px;
border: 1px solid #f0aab1;
color: #FFF;
font-weight:bold;
}

form#topsearch button {
height: 40px;
}

.btn-outline-custom {    
--bs-btn-color: #FFF;    
--bs-btn-border-color: #f0aab1;    
--bs-btn-hover-color: #000;    
--bs-btn-hover-bg: #f0aab1;    
--bs-btn-hover-border-color: #f0aab1;    
--bs-btn-focus-shadow-rgb: 248, 249, 250;    
--bs-btn-active-color: #000;    
--bs-btn-active-bg: #f0aab1;    
--bs-btn-active-border-color: #f0aab1;    
--bs-btn-active-shadow: inset 0 3px 5px rgba(255, 0, 0, 0.125);    
--bs-btn-disabled-color: #f0aab1;    
--bs-btn-disabled-bg: transparent;    
--bs-btn-disabled-border-color: #f0aab1;    
--bs-gradient: none;
}

.btn-outline-custom {
height:40px;
}

.btn-custom {
background: #bd2130;
color: #FFF;
height:40px;
}

.btn-custom {
--bd-darkred-bg: #bd2130;
--bs-btn-font-weight: 500;        
--bs-btn-color: var(--bs-white);        
--bs-btn-bg: var(--bd-darkred-bg);        
--bs-btn-color: #FFF;    
--bs-btn-border-color: #bd2130;    
--bs-btn-hover-color: #FFF;    
--bs-btn-hover-bg: #bd2130;    
--bs-btn-hover-border-color: #bd2130;    
--bs-btn-focus-shadow-rgb: 248, 249, 250;    
--bs-btn-active-color: #FFF;    
--bs-btn-active-bg: #bd2130;    
--bs-btn-active-border-color: #bd2130;
--bs-btn-active-shadow: inset 0 3px 5px rgba(255, 0, 0, 0.125);
--bs-btn-disabled-color: #bd2130;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #bd2130;
--bs-gradient: none;
}

input[type="search"]:focus {
  outline: none; /* Verwijdert de standaard browserstijl */
  border: 2px solid #FF6700; /* Heldere oranje rand */
  box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.4); /* Optionele gloed voor extra flair */
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

/*******************************************************************/
/******** COMMENTS * AND * COMMENT * FORM *********/
/*******************************************************************/
#respond {
background: transparent;
padding: 0;
margin: 0;
}

h3.comments-title {
margin-bottom: 0;
}

#respond h3 {
margin-bottom: 0;
text-align:left;
}

#respond form#commentform.comment-form {
    background: #FFF;
    padding: 0;
    margin-bottom: 0;
}

#respond form#commentform.comment-form label {
width:100%;
}

#respond input#author,
#respond input#email,
#respond input#url {
min-width: 60%;
max-width: 60%;
height: 30px;
background: #eff9f6;
border: 1px solid #389d83;
border-radius: 4px;
float: left;
}

#respond input#wp-comment-cookies-consent {
background: #eff9f6;
border: 1px solid #389d83;
border-radius: 4px;
float: left;
}
 
#respond input#submit {
color: #FFF;
background-color: #4CAE4C;
padding: 6px 12px;
border-color: #4CAE4C;
border-style: solid;
float:right;    
line-height: normal;
border-radius: 4px;
}

#respond textarea#comment {      
min-width: 100%;
max-width: 100%;
background: #eff9f6;
border: 1px solid #389d83;
border-radius: 4px;
}  

ol.comment-list {}

ol.comment-list li.comment {
border-radius: 6px;
}

ol.comment-list li.comment.even {
background: #fefdfd;
}

ol.comment-list li.comment.odd {
background: #f4e5e0;
}

ol.comment-list div.comment-author.vcard {
margin-bottom: 10px;
background: #dc3545;
/***background: linear-gradient(0deg,rgba(62, 93, 198, 1) 0%, rgba(49, 70, 124, 1) 100%);***/
border-radius: 6px 6px 0 0;
}

ol.comment-list div.comment-author.vcard img {
margin: 5px 10px 5px 20px;
border-radius: 15px;
}

ol.comment-list div.comment-author.vcard span {
font-weight: normal;
text-transform: none;
color: #ccc;
}

cite.fn {
font-weight: bold;
text-transform: uppercase;
color: #eee;
}

cite.fn a:link, 
cite.fn a:hover, 
cite.fn a:visited, 
cite.fn a:focus {
color: #FFF;
text-decoration: none;
}

div.comment-body {
border: 1px solid #ddd;
border-radius: 6px;
margin-bottom: 20px;
padding-bottom: 10px;
}

div.comment-body p, div.comment-meta, div.rw-left, div.reply {
margin:0px;
}

div.comment-body p {
padding: 0 20px;
border: 0;
}

div.comment-meta.commentmetadata {
background:transparent;
float:right;
margin-top: -40px;
margin-right: 20px;
font-size: 14px;
color: #999;
}

div.comment-meta.commentmetadata a:link,
div.comment-meta.commentmetadata a:hover,
div.comment-meta.commentmetadata a:visited,
div.comment-meta.commentmetadata a:focus {
color: #ccc;
text-decoration: none;
} 

div.rw-left{
padding: 10px;
border-left: 2px solid #666;
border-right: 2px solid #666;
}

div.reply {
padding: 10px 20px;
text-align:right;
margin-bottom:0;
}

.children {
  margin-left: 30px;
}