/*
	
TemplateMo 555 Upright

https://templatemo.com/tm-555-upright


	Color Codes
	=============
	Primary blue: #006699 #cdaf95 #8b7765 
	Gray text: #8b7765
	Light gray nav button bg: #F2F2F2;

	Credit
	=========
	https://tympanus.net/Development/HoverEffectIdeas/
	
*/

html, body { overflow-x: hidden; }
body { font-family: 'Kumbh Sans', sans-serif; }
div, a, p { color: #8b7765; }
p, address { line-height: 1.8; }
a {	transition: all 0.3s ease; }
a:hover {
	color: #cdaf95;
	text-decoration: none;
}

.container-fluid { margin-left: 0; }

.btn-primary {
	padding: 12px 50px;
    border-radius: 0;
    background: #cdaf95;
    font-size: 1.2rem;
    border: 0;
}

.btn-primary:hover { background: #8b7765; }
.tm-text-primary { color: #cdaf95; }
.tm-text-secondary { color: #8b7765; }
hr { border-top: 4px solid #CCC; }

.tm-hr-short {
	border-top: 1px solid #cdaf95;
	width: 238px;
	margin-left: auto;
	margin-right: auto;
}

/* Layout */

.tm-main { width: 100%; }

.tm-row-home { 
	padding-left: 15px;
	padding-right: 15px;
}

.tm-mt-100 { margin-top: 100px; }

.tm-sidebar {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding-left: 40px;
	padding-top: 40px;
	width: 280px;
}

.tm-section-wrap {
	width: calc(100% - 750px);
	margin-left: 750px;
	margin-right: 0;
	position: relative;
}

.tm-section { padding: 50px 70px 50px 0; }

#gallery,
#about,
#contact {
	padding-bottom: 150px;
}

.tm-parallax {
	width: 400px;	
	min-height: 100%;
	height: auto;
	background: transparent;
	position: absolute;
    width: 400px;
    left: -470px;
    top: 0;
}

/* Hide scrollbar */
.tm-sidebar {
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.tm-sidebar::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

.tm-sidebar-sticky {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tm-nav {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* ✅ Hamburger knop standaard uit op desktop */
.navbar-toggler { 
	display: none; 
}

.tm-brand-box {
	width: 240px;
    height: 180px;
    background: #cdaf95;
    color: white;
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

#tm-main-nav {
	padding: 0;
	margin: 0;
}

.nav-item {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav-link {
	position: relative;
	color: #cdaf95;
	font-size: 1.4rem;
	padding-top: 15px;
	padding-bottom: 15px;
}

.triangle-right {
	position: absolute;
	top: 9px;
	left: -40px;
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-left: 20px solid #cdaf95;
	border-bottom: 21px solid transparent;
	opacity: 0;
	transition: all 0.3s ease;
}

.nav-item:hover .nav-link,
.nav-link.current {
	background-color: #F2F2F2;
	color: #cdaf95;
	padding-left: 30px;
}

.nav-item:hover > .nav-link > .triangle-right,
.nav-link.current > .triangle-right {
	opacity: 1;
}

.nav-icon {
	width: 40px;
	margin-right: 20px;
}

/* Home section */
#home { min-height: 100vh; }
.tm-col-home-l { width: calc(100% - 300px); }

.tm-img-home-container {
	width: 250px;
	height: 500px;
	background: url(../img/img-home-01.jpg) no-repeat center;
	background-size: cover;
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 1600px) {
	.tm-col-home-l { width: calc(100% - 250px); }

	.tm-img-home-container {
		width: 200px;
		height: 400px;
	}
}

.tm-icon-container {
	border: 1px solid #CCC;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-text-container { max-width: 97%; }

.tm-post-icon {
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.tm-post-link:hover {
	color: #8b7765;
}

/* Gallery section */
.tm-gallery {
	position: relative;
	margin: 0 -10px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.tm-gallery-links {
	padding-left: 0;
    display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-bottom: 0;
}

.tm-gallery-links li {
	list-style: none;
	margin-bottom: 30px;
	margin-right: 55px;
}

.tm-gallery-link {
	padding: 15px;
	color: #8b7765;	
}

.tm-gallery-link.active { color: #8b7765; }
.tm-gallery-link-icon { width: 25px; }

.tm-paging {
	margin-top: 35px;
	overflow: auto;
    display: flex;
    justify-content: flex-end;
}

.tm-paging-link {
    display: flex;
    float: left;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: white;
    color: #999;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.tm-paging-link.active,
a.tm-paging-link:hover {
    background: #cdaf95;
    color: white;
}

@media (max-width: 1972px) { .tm-paging { max-width: 870px; } }
@media (max-width: 1660px) { .tm-paging { max-width: 580px; } }
@media (max-width: 1258px) { .tm-paging { max-width: 290px; } }
@media (max-width: 991px) { .tm-paging { max-width: 580px; } }
@media (max-width: 898px) { .tm-paging { max-width: 290px; } }
@media (max-width: 700px) { .tm-paging { max-width: 580px; } }

@media (max-width: 618px) {
	.tm-paging {
		max-width: 290px;
		flex-wrap: wrap;
	}

	.tm-paging-link { margin-right: 5px; }
}

.tm-gallery figure {
	position: relative;
	z-index: 50;
	float: left;
	overflow: hidden;
	margin: 1%;
	min-width: 270px;
	max-width: 270px;
	max-height: 180px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tm-gallery figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-gallery figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-gallery figure figcaption::before,
.tm-gallery figure figcaption::after {
	pointer-events: none;
}

.tm-gallery figure figcaption,
.tm-gallery figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-gallery figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.tm-gallery figure h2 span { font-weight: 800; }

.tm-gallery figure h2,
.tm-gallery figure p {
	margin: 0;
}

.tm-gallery figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey { background: #4a3753; }

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img { opacity: 0.5; }

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #cdaf95;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
    left: 0;
    font-size: 1.6rem;
	padding: 1em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey ul li a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i,
figure.effect-honey:hover ul li a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* About */

.tm-row-about {
	padding-left: 15px;
	padding-right: 15px;
}

.tm-col-about-l { width: calc(100% - 500px); }

.tm-col-about-r {
	width: 400px;
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 1660px) {
	.tm-col-about { width: 50%; }
	.tm-col-about-l { padding-right: 30px; }
}

@media (max-width: 1200px) {
	.tm-col-about { width: 100%; }
	.tm-col-about-l { padding-right: 0; }
}

.tm-social {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.tm-social li { list-style: none; }

.tm-social li a {
	font-size: 1.4rem;
	padding: 10px;
	color: white;
}

.fab { transition: all 0.3s ease; }
.tm-social-link:hover .fa-instagram { color: #8134AF; }
.tm-social-link:hover .fa-facebook { color: #3b5998; }
.tm-social-link:hover .fa-twitter { color:  #00acee; }
.tm-social-link:hover .fa-youtube { color: #c4302b; }



.tm-carousel {
	width: 100%;
	max-width: 1800px;
	margin-left: -15px;
	margin-right: -15px;
}

.tm-carousel-item {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 300px;
}

.tm-carousel figure {
	position: relative;
	float: left;
	overflow: hidden;	
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	max-width: 270px;
}

.tm-carousel figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-carousel figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
  
.tm-carousel figure figcaption::before,
.tm-carousel figure figcaption::after {
	pointer-events: none;
}
  
.tm-carousel figure figcaption,
.tm-carousel figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
  
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-carousel figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-about-title { font-size: 24px; }
.tm-about-subtitle { font-size: 20px; }

/* ABOUT CTA BUTTON */
.tm-about-cta{
  margin-top: 40px;
  text-align: center;
}

.tm-about-cta .btn{
  padding: 14px 28px;
  font-size: 16px;
  max-width: 280px;
  width: 100%;
}


/* Contact */

.tm-contact-col-l { padding-right: 25px; }

.form-control {
	padding: 15px 20px 10px;
	width: 100%;
	height: auto;
}

.form-group { margin-bottom: 25px; }
select.form-control { border-radius: 0; }
select.form-control option { height: 30px; }

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url(../img/select-arrow.png);
    padding: 14px 20px;
    padding-right: 20px;
    color: #666;
}

.mapouter{
    position:relative;
    height:360px;
    width:100%;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:360px;
    width:100%;
}

.tm-contact-links {
	padding-left: 0;
	margin: 0;
}

.tm-contact-links li { list-style: none; }

.tm-contact-social {
	padding: 0;
	margin: 0;
	display: flex;
}

.tm-contact-social li {
	list-style: none;
	margin-right: 5px;
}

.tm-contact-social li a {
	width: 40px;
	height: 40px;
	display: block;
}

.tm-copyright { padding: 50px 70px 20px 0; }

@media (max-width: 1400px) {
	.tm-section-wrap {
		width: calc(100% - 630px);
		margin-left: 630px;
	}
}

@media (max-width: 1200px) {
	.tm-col-home {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
	}

	.tm-img-home-container {
		width: 100%;
		height: 0;
		padding-top: 133.28%;
		background-image: url('../img/img-home-01-big.jpg');
		background-size: contain;		
	}
}

/* Hide the leftside bar */
@media (max-width: 991px) {
	.tm-sidebar {
		left: -280px;
		transition: all 0.3s ease;
	}

	/* ✅ FIX: hamburger altijd zichtbaar op echte mobiel + boven alles */
	.navbar-toggler {
		display: flex;
		align-items: center;
		justify-content: center;

		position: fixed;
		left: 16px;
		top: calc(env(safe-area-inset-top, 0px) + 16px);

		width: 52px;
		height: 52px;

		background-color: #cdaf95;
		color: #fff;

		border: 0;
		border-radius: 12px;

		transition: all 0.3s ease;
		z-index: 99999;

		-webkit-tap-highlight-color: transparent;
		box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	}

	.navbar-toggler:focus { outline: none; }
	.navbar-toggler:active { transform: scale(0.98); }

	.tm-sidebar.show { left: 0; }
	 /* 280 + 16 */

	.tm-parallax {
		width: 280px;
    	left: -280px;
	}

	.tm-section-wrap {
		width: calc(100% - 280px);
		margin-left: 280px;		
	}

	.tm-section {
		padding-left: 30px;
		padding-right: 30px;
	}

	.tm-text-container { max-width: 100%; }	
}

@media (max-width: 700px) {
	.tm-parallax {
		position: static;
		height: 360px;
		width: 100%;
	}

	.tm-section-wrap {
		width: 100%;
		margin-left: 0;
	}
}

/* ============================= */
/* VIDEO SECTION + NUMMER DOTS   */
/* ============================= */

.tm-video-page .video-container{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.tm-video-page .video-container iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* slider smaller + center */
.tm-video-page .tm-video-slider{
  max-width: 520px;
  margin: 0 auto;
}

/* caption per video (onder iframe, wisselt per slide) */
.tm-video-page .tm-video-caption{
  max-width: 520px;
  margin: 12px auto 0;
  text-align: center;
  color: #8b7765;
  font-size: 14px;
}

/* ============================= */
/* VASTE TEKST ONDER VIDEO       */
/* (blijft altijd hetzelfde)     */
/* ============================= */

.tm-video-static-text{
  max-width: 520px;
  margin: 20px auto 26px;
  text-align: center;
}

.tm-video-static-text p{
  margin: 0;
  color: #8b7765;
  font-size: 15px;
  line-height: 1.6;
}

/* ============================= */
/* DOTS WRAPPER                  */
/* ============================= */

.tm-video-dots-wrap{
  margin-top: 10px;
}

/* UL dots */
.tm-video-dots-wrap .slick-dots{
  position: static !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* LI */
.tm-video-dots-wrap .slick-dots li{
  margin: 0 !important;
  width: auto !important;
}

/* BUTTON = NUMMER BLOKJE */
.tm-video-dots-wrap .slick-dots li button{
  width: 56px !important;
  height: 56px !important;
  padding: 0 !important;

  border-radius: 10px !important;
  border: 1px solid rgba(205,175,149,.75) !important;
  background: #fff !important;

  color: #8b7765 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 56px !important;
  text-align: center !important;

  text-indent: 0 !important;
  opacity: 1 !important;

  cursor: pointer !important;
}

/* Slick default bolletje UIT */
.tm-video-dots-wrap .slick-dots li button:before{
  content: none !important;
  display: none !important;
}

/* Hover */
.tm-video-dots-wrap .slick-dots li button:hover{
  background: rgba(205,175,149,.18) !important;
  border-color: #cdaf95 !important;
}

/* Active */
.tm-video-dots-wrap .slick-dots li.slick-active button{
  background: #cdaf95 !important;
  border-color: #cdaf95 !important;
  color: #fff !important;
}

/* ============================= */
/* MOBILE                        */
/* ============================= */

@media (max-width: 768px){
  .tm-video-page .tm-video-slider,
  .tm-video-page .tm-video-caption,
  .tm-video-static-text{
    max-width: 100%;
  }

  .tm-video-dots-wrap .slick-dots li button{
    width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 18px !important;
  }

  /* Kleine ruimte tussen video slides */
  .tm-video-page .tm-video-slider .slick-slide{
    padding: 0 10px;
  }

  /* Compenseer padding zodat slider gecentreerd blijft */
  .tm-video-page .tm-video-slider{
    margin: 0 -10px;
  }
}

/* ============================= */
/* PRICING SECTION (GRID + CARDS) */
/* 3 columns OR 1 column only     */
/* ============================= */

/* GRID LAYOUT */
#pricing .tm-pricing-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

/* Mobile: alles onder elkaar */
@media (max-width: 700px){
  #pricing .tm-pricing-grid{
    grid-template-columns: 1fr;
  }
}

/* CARD */
#pricing .tm-pricing-box{
  background: #fff;
  border-radius: 14px;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 38px 26px 28px;
  text-align: center;

  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;

  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

#pricing .tm-pricing-box:hover{
  border-color: #8b7765;
  box-shadow: 0 12px 34px rgba(0,0,0,.12);
  transform: translateY(-6px);
}

/* FEATURED */
#pricing .tm-pricing-box.featured{
  border-color: #cdaf95;
  box-shadow: 0 14px 38px rgba(0,0,0,.12);
}

/* ============================= */
/* FIXED HEIGHT ZONES (ALIGNMENT) */
/* ============================= */

/* Titel */
#pricing .tm-pricing-title{
  min-height: 56px;                 /* ruimte voor 2 regels */
  margin: 0 0 10px;
  color: #8b7765;
  font-size: 20px;
  line-height: 1.2;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Prijs */
#pricing .tm-pricing-price{
  min-height: 46px;
  margin: 0 0 10px;
  color: #cdaf95;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.05;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Subtitle (10 / 12 uur aanwezig) */
#pricing .tm-pricing-subtitle{
  min-height: 26px;
  margin: 0 0 18px;
  color: #8b7765;
  font-size: 13px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* LIST */
#pricing .tm-pricing-list{
  list-style: none;
  padding: 0;
  margin: 0;

  flex: 1 1 auto;
  min-width: 0;
}

/* Elke regel exact gelijk */
#pricing .tm-pricing-list li{
  min-height: 26px;
  margin: 10px 0;
  color: #8b7765;
  font-size: 13px;
  line-height: 1.6;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  word-break: break-word;
  overflow-wrap: anywhere;
}

/* BUTTON */
#pricing .tm-pricing-box .btn{
  margin-top: 22px;
  align-self: center;

  max-width: 240px;
  width: 100%;
  padding: 14px 18px;
  font-size: 16px;
  white-space: normal;
}
/* ============================= */
/* FIX: HAMBURGER ALWAYS VISIBLE */
/* ============================= */
@media (max-width: 991px) {

  /* Zorg dat parallax/sections de knop niet kunnen overdekken */
  .tm-parallax {
    z-index: 0 !important;
    pointer-events: none !important;
  }

  .tm-section-wrap,
  .tm-main,
  body {
    position: relative;
    z-index: 1;
  }

  /* Hamburger knop: altijd bovenaan, boven alles */
  .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: fixed !important;
    left: 16px !important;
    top: calc(env(safe-area-inset-top, 0px) + 16px) !important;

    width: 54px !important;
    height: 54px !important;

    background-color: #cdaf95 !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 12px !important;

    z-index: 2147483647 !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18) !important;

    -webkit-tap-highlight-color: transparent;
  }

  .navbar-toggler:focus { outline: none !important; }
  .navbar-toggler:active { transform: scale(0.98); }

  /* Sidebar zelf ook boven content */
  .tm-sidebar {
    z-index: 2147483646 !important;
  }

  /* Als sidebar open is, schuif knop mee */
  .tm-sidebar.show .navbar-toggler {
    left: 296px !important;
  }
}

/* ============================= */
/* RESPONSIVE TYPO ONLY           */
/* ============================= */

@media (max-width: 991px){
  #pricing .tm-pricing-box{ padding: 30px 18px 22px; }
  #pricing .tm-pricing-title{ font-size: 26px; }
  #pricing .tm-pricing-price{ font-size: 44px; }
}

@media (max-width: 700px){
  #pricing .tm-pricing-box{ padding: 30px 18px 22px; }
  #pricing .tm-pricing-title{ font-size: 24px; }
  #pricing .tm-pricing-price{ font-size: 40px; }
  #pricing .tm-pricing-list li{ font-size: 14px; }
  #pricing .tm-pricing-box .btn{ max-width: 260px; }
}

/* 1 tekst onder alle pakketten */
#pricing .tm-pricing-note{
  margin: 26px auto 0;
  max-width: 920px;
  text-align: center;
  color: #8b7765;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 18px;
  border-top: 1px solid rgba(205,175,149,.45);
}
.tm-brand-logo {
    max-width: 180px;   /* pas aan naar wens */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;     /* centreert het logo */
}
/* ====== MOBILE HAMBURGER (ALTIJD ZICHTBAAR) ====== */
.tm-nav-toggle {
  display: none;
}

@media (max-width: 991px) {
  /* Sidebar standaard dicht */
  #tm-sidebar {
    left: -280px;
    transition: left 0.3s ease;
  }
  #tm-sidebar.show {
    left: 0;
  }

  /* Hamburger knop buiten sidebar */
  .tm-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;

    position: fixed;
    left: 16px;
    top: calc(env(safe-area-inset-top, 0px) + 16px);

    width: 54px;
    height: 54px;

    background: #cdaf95;
    color: #fff;

    border: 0;
    border-radius: 12px;

    z-index: 2147483647;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    -webkit-tap-highlight-color: transparent;
  }

  .tm-nav-toggle:focus { outline: none; }
  .tm-nav-toggle:active { transform: scale(0.98); }
}
