::selection {
  background-color: #018ed3;
  color: white;
}
::-moz-selection {
  background-color: #018ed3;
  color: white;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Regular.eot');
    src: local('DM Sans Regular'), local('Poppins-Regular'),
        url('/font/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/font/Poppins-Regular.woff2') format('woff2'),
        url('/font/Poppins-Regular.woff') format('woff'),
        url('/font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Medium.eot');
    src: local('DM Sans Medium'), local('Poppins-Medium'),
        url('/font/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('/font/Poppins-Medium.woff2') format('woff2'),
        url('/font/Poppins-Medium.woff') format('woff'),
        url('/font/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-MediumItalic.eot');
    src: local('DM Sans Medium Italic'), local('Poppins-MediumItalic'),
        url('/font/Poppins-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/font/Poppins-MediumItalic.woff2') format('woff2'),
        url('/font/Poppins-MediumItalic.woff') format('woff'),
        url('/font/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-BoldItalic.eot');
    src: local('DM Sans Bold Italic'), local('Poppins-BoldItalic'),
        url('/font/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/font/Poppins-BoldItalic.woff2') format('woff2'),
        url('/font/Poppins-BoldItalic.woff') format('woff'),
        url('/font/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Italic.eot');
    src: local('DM Sans Italic'), local('Poppins-Italic'),
        url('/font/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
        url('/font/Poppins-Italic.woff2') format('woff2'),
        url('/font/Poppins-Italic.woff') format('woff'),
        url('/font/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Bold.eot');
    src: local('DM Sans Bold'), local('Poppins-Bold'),
        url('/font/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('/font/Poppins-Bold.woff2') format('woff2'),
        url('/font/Poppins-Bold.woff') format('woff'),
        url('/font/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Light.eot');
    src: local('DM Sans Light'), local('Poppins-Light'),
        url('/font/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('/font/Poppins-Light.woff2') format('woff2'),
        url('/font/Poppins-Light.woff') format('woff'),
        url('/font/Poppins-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Quentin';
    src: url('/font/Quentin.eot');
    src: local('Quentin'), local('Quentin'),
        url('/font/Quentin.eot?#iefix') format('embedded-opentype'),
        url('/font/Quentin.woff2') format('woff2'),
        url('/font/Quentin.woff') format('woff'),
        url('/font/Quentin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
    color: #58585a;
    font-family: 'Poppins',sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin: 0;
	padding: 0;
}
.pagecontainer{width:100%;max-width:85.5rem;margin:auto;}
#topspacer {
  position: fixed;
  height: 30px; /* Hoogte van de extra ruimte */
  background-color: #fff; /* Witte achtergrond */
  top:  0;
  z-index:  9;
  width: 100%;
}
#topspacer.fullheight.lichtpaars { background-color: #FAF7F4; }
#topspacer.smallheight.lichtpaars  { background-color: #fff; }

#topbalkcontainer {position: fixed; top: 30px; z-index: 10; background-color: #fff; width: 100%;}
#topbalkcontainer.lichtpaars { background-color: #FAF7F4; }
#topbalkcontainer.fullheight{
    height:  339px;
}
#topbalkcontainer.smallheight {
  height: 130px; /* Aangepast aan de verkleinde logo-hoogte plus wat extra ruimte */
  border-bottom: solid 60px #FAF7F4;
  background-color: #fff;
}

#topbalk{width:100%;max-width:85.5rem;margin:auto;}
#topbalk.fullheight{
	height:339px;
    transition: all 0.9s ease;			
}
#topbalk.smallheight {
  height: 130px; /* Aangepast aan de verkleinde logo-hoogte plus wat extra ruimte */
}
#afterfixed{height: 369px;}

#topbalk.fullheight #toplogo {
  height: 264px; 
  margin: 0 auto; 
  display: flex;  
  justify-content: center;  
  align-items: center;  
}

#topbalk.smallheight #toplogo {
  height: 100px; 
  margin: 0 auto; 
  display: flex;  
  justify-content: flex-start;  
  align-items: center;  
}

#topbalk.fullheight #actual-logo {
  height: 264px; 
  width: 300px;
  background-image: url(/siteimg/PuurMLogo.png); 
  background-position: center; 
  background-repeat: no-repeat;
  background-size: 300px 264px;
  transition: all 0.9s ease;
}

#topbalk.smallheight #actual-logo {
  height: 100px;
  width: 114px;  /* Breedte gebaseerd op verhouding */
  background-image: url(/siteimg/PuurMLogo.png); 
  background-position: center; 
  background-repeat: no-repeat;
  background-size: 114px 100px;  /* Afmeting gebaseerd op verhouding */
  transition: all 0.9s ease; /* Overgangseffect */
}

#topbalk.fullheight #actual-logo > a,
#topbalk.smallheight #actual-logo > a {
  display: block; 
  height: 100%; 
  text-decoration: none;
}


#topbalk.fullheight #menu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  float: right;
  margin-top: 32px; /* Aangepast van 20px naar 40px */
  transition: all 0s ease;
}

#topbalk.smallheight #menu > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    float: right;
    margin-top: -44px;
    transition: all 0s ease;
}
#menucontainer {
    text-align: center;
    position: relative;
    z-index: 1;
}
#menu {
    display: inline-block;
}

#menu > ul > li
{
    display:inline-block;
    text-align:center;
    margin:0px;
    position:relative;
    padding: .4125rem .75rem .2125rem .75rem;
}
#menu > ul > li:last-child{margin-right:0;}
#menu > ul > li > a{
	letter-spacing:1px;
	color: #111;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    font-size:  18px;
}
#menu > ul > li > a:hover{
	color: #755C67;
}

#topbalk.smallheight #menu > ul > li > a {			
}

#topbalk.fullheight #menu > ul > li > a:active::before,
#topbalk.fullheight #menu > ul > li > a:focus::before,
#topbalk.fullheight #menu > ul > li > a:hover::before,
#topbalk.smallheight #menu > ul > li > a:active::before,
#topbalk.smallheight #menu > ul > li > a:focus::before,
#topbalk.smallheight #menu > ul > li > a:hover::before
{
	left: -.25rem;
	width: calc(100% + .5rem)
}

#menu > ul > li.selected, #menu > ul > li > a.selected {
	color: #755C67;
	
}
#menu > ul > li > ul
    {
    position: absolute;
    top:  28px;
    box-sizing: border-box;
    min-height: 250px;
    min-width: 180px;
    z-index:10;
    display:none;
    width: auto;
    margin:0;
    line-height:32px; 
    background-color: rgba(250,247,244,0.90);
    background-color:  rgba(255,255,255,0.90);
    padding-left: 1rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    left:  -1.4rem;
    transition: transform 0.5s ease-in-out, background-color 1s;
}
#menu > ul > li > ul:hover
{
    transform: scale(1.08);
    background-color: rgba(233,233,233,1);
}
#menu > ul > li:hover > ul{display:block;}
#menu > ul > li:hover > ul > li a 
{ 
	letter-spacing:1px;
	color: #111;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    font-size:  18px;
}
#menu > ul > li > ul > li
{
    text-align:left;
    line-height: 2em;
}
#menu > ul > li > ul > li > ul > li{padding-left:10px;}
#menu > ul > li > ul > li a{display:block;text-decoration:none;padding-left:10px;padding-right:10px;color:#fff;}
#menu > ul > li > ul > li i.fa-angle-right {font-size:  12px;}
#menu > ul > li > ul > li a:hover{color:#755C67;}

.onlymobile{display:none;}

#tussenbalk{height:50px;}
#tussenbalk.smallb{height:2px;}

#fimg {
  padding: 0;
  width: 100%;
  height: 560px; /* Vaste hoogte */
  margin: auto;
  overflow: hidden; /* Snijd de buitenste delen af */
  position: relative; /* Relatieve positionering voor de innerlijke div */
  background-color: #fff; /* Witte achtergrond */
}


#fimg.lichtpaars {
  background-color: #FAF7F4;
}

.frontimage {
  background-position: center center; /* De afbeelding centreren */
  background-size: cover;  /* De afbeelding proportioneel schalen om de div te vullen */
  position: absolute; /* Absolute positionering ten opzichte van de ouder */
  top: 0; /* Bovenste positie */
  left: 0; /* Linkerpositie */
  right: 0; /* Rechterpositie */
  bottom: 0; /* Onderste positie */
}


.fronttext{
	bottom: 2.5rem;
    left: 3rem;
    position: absolute;
	background-color: #0080c8;
    border-color: #0080c8;
    color: #fff;
    border-style: solid;
    border-width: .0625rem;
    display: inline-block;
    font: inherit;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    margin: .25rem 1em .25rem 0;
    padding: .625rem 1rem;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: .2s;
    vertical-align: middle;
    padding-right: .75rem;
}

#behandelingencontainer
{
    background-color: #7f6267;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    margin-top: 20px;
    height: auto;
}
#behandelingencontainerold
{
    margin-top: 70px;
}

#behandelingencontainer h3
{
    font-family: 'Quentin';
    font-size:  80px;
    text-align: center;
    color: #FAF7F4;
    text-shadow: 1px 1px 1px #755C67;
    line-height:  72px;
}

#widgetcontainer {
    margin-top: 20px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    height: auto;
}

.widget {
    flex: 1 1 calc(25% - 1.75rem); /* voorbeeld voor 4 naast elkaar, inclusief marges */
    margin-left: .875rem;
    margin-right: .875rem;
    position: relative;
    height: auto;
    outline: none;
}
.widget:first-child {
    margin-left: 0;
}

.widget:last-child {
    margin-right: 0;
}

.widget a {
    display: block;
}
.widget img {
    border-radius: 10px;
    width: 100%;  /* Aanpassen naar uw behoeften */
    height: auto; /* Aanpassen naar uw behoeften */
}
.widget:hover img {
    transform: translateY(-5px) scale(1.02);
    transition: transform 0.3s ease;
    backface-visibility: hidden;
}
.widgettext
{
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-top: 10px;
    padding-bottom:  10px;
}
.widgettitle, .widgetdescription, .widgettitle a {
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
}

.widgetdescription {
    font-size: 0.9rem;
}



#titlecontainer
{
    height: 80px;
    background-color: #FAF7F4;
    box-sizing: border-box;
}
#titlecontainer .pagecontainer
{
    box-sizing: border-box;
    padding: 50px 50px 10px 50px;
}
#titlecontainerslider
{
    height: 60px;
    background-color: #FAF7F4;
    box-sizing: border-box;
    padding-top:  12px;
}
#titlecontainerslider .pagecontainer
{
    box-sizing: border-box;
    padding: 10px 50px 10px 50px;
}
.titlebreadcrumb ul
{
    column-gap: 0.6rem;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1rem;
    font-size:  13px;
    align-items: center;
}
.titlebreadcrumb a
{
    color:  #755C67;
    text-decoration: none;
}
.titlebreadcrumb i {
    margin-top: auto;
    margin-bottom: auto;
}
.titlebreadcrumb a.selected
{
    color:  #111;
    text-decoration: none;
    font-weight: 500;
}
#fotokader
{
    position: absolute; 
    right: 0; 
    width: 300px; 
    border-radius: 10px; 
    height: 400px; 
    z-index: 3; 
    top: 112px; 
    text-align: center; 
    box-sizing: border-box;
}

div.afbkleinrechts
{
    background-repeat: no-repeat;
    background-position: center;
    height:  100%;
    border-radius: 10px; 
}
div.afbkleinboven {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 1.75rem;
}
div.afbkleinboven_items {
	
    margin-left: .875rem;
	margin-right: .875rem;
	max-width: 28rem;
	width: 32%;
}
div.afbkleinboven_items a img {display: block;}
div.afbkleinboven_items a img {
	max-width: 100%;
}



div.afbkleinboven_items:first-child {
    margin-left: 0;
}

div.afbkleinboven_items:last-child {
    margin-right: 0;
}
#content{
	position:relative;z-index:2;overflow:hidden;
	padding: 20px 325px 30px 50px;
    min-height: 500px;
}
#content.contenthome
{
    padding: 20px 50px 30px 50px;
}
#content a{text-decoration:none;
    color: #9d848f;}
#content a:hover{text-decoration:underline;}

#content a.ilink, #content a.elink
{
background-color: #FAF7F4;
box-sizing: border-box;
font-weight: bold;
cursor: pointer;
display: block;
font-size: 18px;
min-height: 56px;
line-height: 24px;
justify-content: space-between;
padding: 16px 32px 16px 16px;
text-decoration:none;
align-items: center;
position:  relative;
border-radius: 5px;
transition: background-color 0.2s, transform 0.2s;
margin-top:  6px;
margin-bottom:  2px;
}
#content a.ilink:hover, #content a.elink:hover {
  background-color: #c5acb7;
  color: #FAF7F4;
  transform: scale(1.01);
}
#content a.ilink:before, #content a.elink:before {
  content: "\f0da"; /* Font Awesome arrow icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #755C67;
}

#content .resize_1 img{max-width:100%; }
#content .resize_2 img{max-width:50%; }
#content .resize_4 img{max-width:25%; }


#content h1{font-family: Quentin; font-size:62px;font-weight:800;margin: 20px 0 40px 0;}
#content h2{font-size:20px;font-weight:800;margin: 0; margin-top: 18px;}

#content div.content
{
    margin-bottom:  1.75rem;
}
#content div.content ul 
{
    padding-left:  0;
    list-style-type: none;
    margin-left: 0.5em;
}
#content div.content ul > li
{
    position: relative;
    padding-left: 1.5em;
}
#content div.content ul > li::before {
    content: "\f105"; /* Font Awesome angle-right icoon code */
    font-family: "Font Awesome 6 Free"; /* Font Awesome font */
    font-weight: 900; /* Zorg dat je het juiste gewicht instelt, dit kan variëren afhankelijk van de versie van Font Awesome */
    position: absolute; /* Absoluut gepositioneerd ten opzichte van de relatieve LI */
    left: 0; 
    top: 50%;
    transform: translateY(-50%); /* Centreert het icoon verticaal */
}
#par_696
{
    background-color: #c5acb7;
    color: #FAF7F4;
    padding:  50px;
    padding-bottom: 10px;
    padding-top: 40px;
    border-radius: 10px;
}
#footer
{
    background-color: #FAF7F4;
}
#footercontent{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
    padding: 2rem 0 2rem 0;
    box-sizing: border-box;
    font-size:  18px;
    line-height: 28px;
}
#footercontent > div{width: 30%;}
#footercontent > div a {
	text-decoration: none; 
    color: #111;
    font-weight:500;
}
#footercontent > div a:hover {
    color: #9d848f;
}
#footercontent h3 {
		display: table;
		letter-spacing: 1px;
		color: #0C642A;
		font-weight: 700;
		position: relative;
		text-decoration: none;
		white-space: nowrap;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 40px;
}


#footercontent > div div.bottomicons {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: flex-start;
	margin-top: 16px;
    gap: 12px;
}

#footercontent > div a.fas, #footercontent > div a.fab{background-color:#707070;color:#fff;width:48px;line-height:48px;text-align:center;text-decoration:none;}
#footercontent > div a.fab.fa-facebook-f:hover{background-color:#3B5998;}
#footercontent > div a.fab.fa-instagram:hover{background-color:#125688;}
#footercontent > div a.fab.fa-twitter:hover{background-color:#33ccff;}
#footercontent > div a.fab.fa-google-plus:hover{background-color:#c63d2d;}
#footercontent > div a.fab.fa-linkedin:hover{background-color:#4875b4;}
#footercontent > div a.fab.fa-youtube:hover{background-color:#ff3333;}
.group:after{content:"";display:table;clear:both;}


#footerText {
    padding-left: 50px;
    font-weight: 100;
}

#footerLogo {
    background-image: url(/siteimg/PuurMBottom.png);
    background-size: 185px 160px;
    background-repeat: no-repeat;
    background-position: right center;
    width: 185px;
    height: 160px;
    margin-left: auto;
    padding-right: 50px;
}


#noticebar
{
    background-color: rgba(255,255,255,1);
	height: 64px;
    font-size:  18px;
    box-sizing: border-box;
    line-height:  64px;
    color:  #111;
}
#noticebar a
{
    font-weight: 700;
    color:  #111;
    text-decoration: none;
}
#noticebar a:hover
{
    color: #9d848f;
}
#notice
{
    display: flex;
}
.footer-col {
  flex: 1;
}
.footleft {
  text-align: left;
}
.footleft ul {
  list-style: none; /* remove bullet points */
  display: flex; /* use flexbox to align items horizontally */
  margin: 0; /* remove default margin */
  padding: 0; /* remove default padding */
}
.footleft ul li {
  margin-right: 1em; /* add 1em gap between items */
}
.footleft ul li:first-child {
  margin-left: 0;
}
.footleft ul li:last-child {
  margin-right: 0;
}
.footcenter, .footcenter a, .footcenter a:hover {
  text-align: right;
  font-size:  12px;
  color:  #bbb !important;
  font-weight:  300 !important;
}

.footright {
  text-align: right;
}
.duration-300 {
    transition-duration: .3s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.largeicon-xsmall {
    width: .625rem;
    height: .625rem;
}
.largeicon {
    height: 100%;
    width: 100%;
    fill: #000;
    display: inline-block;
    vertical-align: -.1em;
    flex-shrink: 0;
}
.wkeuze {
    width: 20px;
}
.hkeuze {
    height: 20px;
}
button[class] {
    cursor: pointer;
    border:  0;
    vertical-align: middle;
}
.menusubkeuze {
    background-color: rgba(250,247,244,1);
}
.rounded-full {
    border-radius: 100%;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.shrink-0 {
    flex-shrink: 0;
}
span.gap
{
    width:  .3rem;
    display: inline-block;
}
@keyframes rotation {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
ul > li button
{
  transform: rotate(180deg);
}
ul > li:hover button
{
  animation-name: rotation;
  animation-duration: 0.25s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  transform: rotate(0deg);
}
.fotoboeken-list.midden
{
    display: none;
}

.fotoboeken-list {
padding-left: 20px;
text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:  20px;
}

.fotoboeken-list li {
    background-image: url("path/to/font-awesome-icon");
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 24px;
}

.fotoboeken-list a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: rgba(250,247,244,1);
}
.fotoboeken-list a.fi-selected
{
    color: #cee0d4;
    text-shadow: 1px 1px 1px #0C642A;
}


@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}    
