html, body {
  height: 100%;
}

/* Helvetica instellen als standaard voor de gehele site */
:root {
  --cassiopeia-font-family-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --cassiopeia-font-family-headings: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-family: var(--cassiopeia-font-family-body);
  font-weight: 400;
  line-height: 1.6;
}


h1, h2, h3, h4, h5, h6 {
  font-family: var(--cassiopeia-font-family-headings);
  font-weight: 700; /* Maakt koppen mooi dik en leesbaar */
}

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



.talenkeus {
    width: fit-content;
    margin: 5px 0;
    background: none;    
    padding: 5px;
    border: 0px;
}

.talenkeus ul {
    display: flex;
    flex-direction: row;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.talenkeus li {
    margin: 0;
}


/* Hover */
.talenkeus a:hover {
    background-color: red;  
}


/* Actief item */
.talenkeus .mod-menu > li.current > a,
.talenkeus .mod-menu > li.active > a,
.talenkeus .mod-menu > li > a.active {
    background: white;
    color: black;
}

.talenkeus img {
    max-width: 30vw;     /* 30 px pas dit getal aan naar wens */
    height: auto;
}




body {
  background: none;
}



/* Vaste achtergrondlaag */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("/images/image.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }
}

.com-content-article {
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    max-width: 750px;
    margin: 0 auto;
}

.container,
.container-component {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background:rgba(247,247,247,0.7);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.container-main {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.container-header .container {
  max-width: 750px;
  margin: 0 auto;
}

.container-header {
    margin-bottom: 0;
}

.site-grid {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* Menu */
/* UL horizontaal maken */


.nieuwmenu ul.mod-menu {
    display: flex !important;  
    gap: 15px;  
    flex-direction: row !important;
    align-items: center;
}

.nieuwmenu .mod-menu {
    display: flex !important;
    flex-wrap: wrap;      
    background: #32A5F2;
    font-family: 'Tahoma Bold', sans-serif;
    font-size: 18px;  
  text-transform: uppercase;
  margin: 0;
    padding: 0;
}

/* LI-items */
.nieuwmenu .mod-menu > li {
    list-style: none;
    border-right: 1px solid rgba(233,255,81,0.4);   
}

/* Laatste item zonder streepje */
.nieuwmenu .mod-menu > li:last-child {
    border-right: none;
}

/* Links */
.nieuwmenu .mod-menu > li > a {
    display: block;
    padding: 7px 6px; 
    color: white;
    background: #32A5F2;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Hover */
.nieuwmenu .mod-menu > li > a:hover {
    background: red;
    color: white;
}

/* Actief item */
.nieuwmenu .mod-menu > li.current > a,
.nieuwmenu .mod-menu > li.active > a,
.nieuwmenu .mod-menu > li > a.active {
    background: white;
    color: black;
}

/* Witte achtergrond + rand van module verwijderen */
.nieuwmenu {
    background: transparent !important;  
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* uitzoomen van de foto's */

.zoem {
  padding: 10px;
  transition:transform .6s;
  width:200px
    margin:0 auto;
}

.zoem:hover {
  
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
}


.zaam {
  padding: 10px;
  transition:transform .6s;
  width:170px
    margin:0 auto;
}

.zaam:hover {
  
  margin-left: auto;
    margin-right: auto;
  
  z-index: auto !important;
  -ms-transform: scale(2.1);
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -o-transform: scale(2.1);
  transform: scale(2.1);
  
}

@media only screen and (min-width: 770px) {

.zeem {
  padding: 10px;
  transition:transform .6s;
  margin-left:auto;
  margin-right:auto;
}

.zeem:hover {
  
  margin-left: auto;
    margin-right: auto;
  
  z-index: auto !important;
  -ms-transform: scale(2.1);
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -o-transform: scale(2.1);
  transform: scale(2.1);
  
}


 }


.review {
    position: fixed;
    top: 60%; /* Aanpassen naar wens */
    right: 30%;
    z-index: 99;
}

.review-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 120px;
    height: 120px;
    background-color: #a32e21; /* Jouw kleur rood */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);  
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
    transition: transform 0.2s;
}

.review-circle:hover {
    transform: scale(1.1); /* Subtiel effect bij aanwijzen */
    color: white;
}

/* Verwijder de witte achtergrond en de rand van de Cassiopeia module container */
.review.card {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Verwijder eventuele extra witruimte binnenin de module */
.review.card .card-body {
    padding: 0 !important;
}


/* Verwijder het e-mail-veld in een Rapid reviewformulier. */

.review-achtergrond {
    background-color: #EAFFFE;
}
