@charset "utf-8";
@import url("../font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900");

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
   font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-color: #050000;	
    background: #24282E;
    margin: 0 auto;  
	padding-left: 8px;
	padding-right: 8px;
    max-width: 1280px;
}
/* Algemene tekstkleur wit */
body, .hardcover-compact {
    color: #ffffff!important;
    text-align: center!important;
    font-size: 1rem;
   
    background: #222222;
}
.hardcover-options {
border: 2px solid #267801;

}
/* Links naar bol.com: goud + bold */
.hardcover-compact a {
  color: #f4d03f;   /* goudkleur */
  font-weight: bold;
  text-decoration: none;
     
    
}

.hardcover-compact a:hover {
  text-decoration: underline;
  color: #40A700;   /* helderder goud bij hover */
    
}

/* Cinematic promo block */
.cinematic-promo { margin: 28px auto 18px; text-align: center; }
.cinematic-card {
  display: inline-block;
  max-width: 720px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #000;                     /* zwart, in lijn met knoppen */
  border: 2px solid #088116;            /* subtiele groene rand */
  box-shadow: 0 8px 28px rgba(0,0,0,.45);
  text-align: center;                   /* inhoud centreren */
  transition: all 0.3s ease;
}

.cinematic-card:hover {
  transform: scale(1.02);               /* lichte zoom voor cinematic effect */
  box-shadow: 0 10px 32px rgba(0,0,0,.6);
}

.cinematic-card h3 {
  margin: 6px 0 8px;
  color: #fff;
  font-weight: 700;
}

.cinematic-card .muted {
  margin: 0 0 12px;
  color: #ddd;                          /* subtieler grijs voor contrast */
  opacity: 0.9;
}


/* Subtle eyebrow label */
.eyebrow {
  display:inline-block; margin:0 0 6px; padding:4px 10px; font-size:.85rem;
  letter-spacing:.06em; text-transform:uppercase; border-radius:999px;
  background:rgba(255,255,255,.08); color:#fff!important;
}
.muted {
    color: white!important;
}
/* Reuse your existing .btn & .btn--ghost; add a hover polish if je wilt */
.btn--ghost:hover { background:rgba(255,255,255,.18); }

/* ===== Introductietekst wit maken ===== */
#promo-intro h1 {
  color: #ffffff;
}

#promo-intro h2 {
  color: #ffffff;
}

#promo-intro h5 {
  color: #ffffff;
}

#promo-intro p {
  color: #ffffff;
}



/* ====== HEADER EN NAVIGATIE ====== */
.custom-nav-fixed {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    background: #2D3343;
    padding: 0 20px;
    height: 70px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    z-index: 1000;
}
		
.hlogo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
	
}

.logo img {
    height: 50px; 
    width: auto;
    display: block;
    
	margin-top: -30px;
	margin-left: 20px;
}

body {
    margin-top: 20px; 
}

.logo {
    flex: 0 0 auto;
}
.custom-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
}

/* ====== HAMBURGER BUTTON ====== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
	
    border: none;
    cursor: pointer;
    margin-left: -10px;
    z-index: 300; 
}

.hamburger span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 4px 0;
    /*background: #333;*/
    border-radius: 2px;
    transition: all 0.3s;
	background: white;
}

/* ====== MENU DESKTOP ====== */
.menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.menu li a {
    text-decoration: none;
    color: #E9E7E7;
    font-weight: 500;
    transition: color 0.2s;
}

.menu li a:hover {
    color: #DD8E50;
}

/* ====== RESPONSIVE MENU MOBIEL ====== */
@media (max-width: 900px) {
    .custom-nav {
        justify-content: left!important;
    }
	body {
		margin-top: 140px; }
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 220px;
        background-color: #000B26; /* Pas deze kleur aan naar wens */
        box-shadow: 2px 0 12px rgba(0,0,0,0.1);
        flex-direction: column;
        gap: 0;
        padding-top: 70px; /* ruimte voor header */
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 200;
        display: flex;
    }
    .menu.open {
        transform: translateX(0);
    }
    .hamburger {
        display: flex;
		
    }
    .menu li {
        width: 100%;
        margin: 0;
    }
    .menu li a {
        display: block;
        padding: 16px 24px;
        color: #FFFFFF;
       
    }
    .menu li:last-child a {
        border-bottom: none;
    }
   
    body.content-shift {
        overflow-x: hidden;
    }
}

.content-shift {
    transform: translateX(220px);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
		
.hslogo {
    height: 60px!important;
    width: 60px!important;
	float: left;
	margin-top: 20px!important;
}
p.home {
	color: #EBEBEB!important;
	margin-top: 14px;}
	
	.pm { 
	color:white!important;
        font-weight: 300;
        
	}	
	
	

hr { 
border-color: #C19F7C;
}
em {
	color: #FFD700;
	font-size: 1.6rem;
}

.sub-text {
  font-size: 1.1em;
  line-height: 1.7;
  color: black!important;
}
.sub-text2 {
  font-size: 0.5em;
  line-height: 1.7;
  text-align: left!important;
	 text-shadow: 4px 8px 16px #000!important;
	color: white!important;
	font-weight: normal;
}
.sub-text3 {
  font-size: 0.9em;
  line-height: 1.7;
  text-align: center!important;
  text-shadow: 4px 8px 16px #000!important;
  color: #DFD09E!important;
}

.book-image {
	width: 100%;
}
.book-image2 {
	margin: 0 auto;
	display:block;
	margin-bottom: 10px;
	
	
}
.pm {
	color: black;
	text-align: left;
	padding: 10px;
}
.modal-button {
    display: inline-block; 
    padding: 10px 20px;   
    font-size: 14px;
    color: #fff;
    background-color: #222222; 
    border: none;
    border-radius: 5px;
    cursor: pointer; 
	margin-left: 92px;
		
}
.button2 {
    display: block; 
    padding: 10px 20px;   
    font-size: 16px;
    color: #fff;
	margin: 0 auto;
	justify-content: center;
	
	text-align: center;
    background-color: #4F5971; 
    border: solid;
    border-radius: 5px;
    cursor: pointer; 
	margin-bottom: 20px;
	border-width: 1px;
	
	
	
}
.button2:hover {
    transform: scale(1.2); 
    background-color: #0E1B21; 
}
.modal-button2 {
    display: block; 
    padding: 10px 20px; 
    margin-top: 2px;
    font-size: 22px;
    color: #fff;
    background-color: #3B414D; 
    border: none;
    border-radius: 5px;
    cursor: pointer; 
    margin: 0 auto;
    
    justify-content: center;
    width: auto; 
    white-space: nowrap; 
}

.modal-button2:hover {
    transform: scale(1.1); 
    background-color: #A14E15; 
}
.buttonru {
    display: block; 
    padding: 10px 20px;   
    font-size: 14px;
    color: #fff;
    background-color: #007BFF; 
    border: none;
    border-radius: 5px;
    cursor: pointer; 
	text-align: center;
	margin: 0 auto;
	justify-content: center;
		width: 180px;
}
.modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            padding-top: 60px;
        }
.modal-text {
	color: white;
}
p.koptekst {
	color: white!important;
	line-height: 1.7;
	font-weight: normal;
}
p {
	color: black!important;
	text-align: left!important;
	font-size: 22px;
	padding: 20px;
}

#openModalButton {
    margin-top: -60px; 
	margin-bottom: 260px;
	margin-left: 60px;
    
	
}
#openModalButtonLast {
    margin-top: 20px; 
	margin-bottom: 260px;
    display: block; 
	margin: 0 auto; 
	
	
}
.modal-content {
            background-color: #222222;
            margin: 5% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
        }
 .close-button {
            color: #08240D;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close-button:hover,
        .close-button:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

.hrhc {
	margin-top: 60px;
}
.miniatuursts {
	width: 50%;
	display: flex;	
	transition: transform 0.3s ease; 
	margin: 0 auto;
    margin-top: 20px;
	margin-bottom: 20px;
	
}

.miniatuursts:hover {
	transform: scale(1.3); 
}
.images-container #modal2 .modal-content {
}
.truth .koptekst a {
	color: #FFD700;
    
}

.action-button {
	text-align: center!important;
	color: white;
	margin: 0 auto!important;
	justify-content: center!important;
	background-color: #007BFF;
	height: 40px;
	border-radius: 15px;
	width: 100px;
	font-weight: 700;
	}

@media (max-width: 735px) {
	.miniatuursts {
		transform: none!important; 
		margin-left: 0; 
		width: 100%; 
	}
	.modal-content {
		width: 85%;
		
	}
	#action-button {
		text-align: center;
		margin: 0 auto;
		justify-content: center;
	}
}
p {
    margin: 0.5em 0; 
    line-height: 1.3; 
	text-align: center;
	
}

.nldropdown {
    margin: 10px;
}

.nldropbtn {
    display: block;
    padding: 10px px;
	font-size: 20px;
	font-weight: 700;
    background: linear-gradient(90deg, #002100, #297E01);
    color: #F7F3F3;    
    text-decoration: none; 
    border-radius: 5px; 
	border-color: #C19F7C;
	border-width: 2px;
	border-style: solid; 
	margin-top: 6px;
	margin-bottom: 20px;
	text-shadow: 2px 8px 8px #000;	
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1.9); 
	text-align: center;
	width: 360px;
	height: 40px;
	
}
.nldropbtn:hover {
    background: linear-gradient(0deg, #059000, #226B00); 
    
}
.nldropbtn2 {
    display: block;
	width: 30%;
	margin: 0 auto;
    padding: 10px px;
	font-weight: 700;
    background: linear-gradient(90deg, #002100, #297E01);
    color: #F7F3F3;    
    text-decoration: none; 
    border-radius: 5px; 
	border-color: #C19F7C;
	border-width: 2px;
	border-style: solid; 
	margin-top: 6px;
	margin-bottom: 20px;
	text-shadow: 2px 8px 8px #000;	
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1.9); 
	text-align: center;
	height: 40px;
}
.nldropbtn2:hover {
    background: linear-gradient(0deg, #059000, #226B00); 
    
}
.nlbuynowmq {
    margin: 0;
	font-size: 1rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.nloffer-text {
	font-size: 0.8rem;
	color: #FFD700; 
	float: right;
	margin-top: 10px;	
	
}

.nlhardcover {
    font-size: 1.6rem; 
	text-align: center;
	color: #FF004F;
	margin-top: 20px;
}
.price-value#priceValuehc {
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: 10px;
    margin-top: -6px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	text-align: center;
	justify-content: center;
	display: block;
}

.price-value#priceValue10 {
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: 10px;
    margin-top: 6px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	text-align:left!important;
	
}
@media (max-width: 650px) {
    a.nldropbtn {
        padding: 8px 16px; 
        font-size: 14px; 
        width: 290px !important;
        height: 44px !important;
        margin: 20px auto; 
        display: flex;
        justify-content: center; 
        align-items: center; 
        text-align: center; 
    }
}
@media (max-width: 370px) {
   a.nldropbtn {
        padding-left: -30px;
        font-size: 14px!important; 
        width: 290px !important;
        height: 44px !important;
        margin: 40px auto!important; 
        
       
    }
}
	.nldropbtn2 {
        padding: 8px 16px; 
        font-size: 14px; 
		width: 40vh;
		height: 40px;
		margin: 0 auto;
    }
	.modal-button {
		text-align: center;
		margin: 0 auto!important;
		justify-content: center;
		display: block;
	}
	 p {
        margin: 1.5em 0; 
        font-size: 0.9em; 
        line-height: 1.4; 
    }
    
    .nlhardcover {
        font-size: 18px; 
    }
	.sworn {
        font-size: 18px!important; 
    }
	.nlbuynowmq {
		font-size: 14px;
	}
.price-value#priceValue10 {
	margin-left: 120px;
	
	}


p.hardcover {
margin-top: -18px;	
}
@media (max-width: 600px) {
	p.hardcover {
		margin-top: -20px;
		font-size: 14px;
	}
	

}
.slogan-header {
  text-align: center;
  margin-bottom: 20px;
}

.truth, .revealed {
  font-size: 2em;
  font-weight: bold;
  color: #ff0000; 
  line-height: 1.2;
    margin-top: 40px;
  text-shadow: 2px 4px 8px #000;
}

.truth {
  margin-top: 10px;
}
.span2 {
	font-size: 1.1rem;
    line-height: 1.4!important;
	color: #F5EDBF!important;
	display: block;
	margin-top: -16px;
	margin-bottom: 14px;
	padding: 14px;
	font-weight: 500!important;
	text-align: center;
}
@media (max-width: 600px) {
 .truth, .revealed {
	 font-size: 1.7em;
     margin-top: -100px!important;
}}

@media (max-width: 400px) {
    .nldropbtn {
        padding: 8px 16px; 
        font-size: 14px; 
		width: 40vh;
		height: 120px;
		margin: 0 auto!important;
		text-align: center!important;
		justify-content: center!important;
		display: block!important;
	}}


.book-title {
  font-weight: bold;
  color: #FFD700;
}



p.sub-text {
  font-size: 1.3em;
  line-height: 1.7; 
  font-color: black;
}


.processed {
    font-size: 1.4rem;
	padding: 18px;
	margin-top: 40px;
	
}	
.span2 {
	font-size: 20px;
	color: #F5EDBF!important;
	display: block;
	margin-top: -16px;
	margin-bottom: 14px;
	padding: 14px;
	font-weight: 700;
}

.offer {
    text-align: center; 
}

.images-container {
    display: flex; 
    justify-content: center; 
    margin-bottom: 20px; 
	
}

.book-item {
    margin: 0 20px; 
}
.plus-sign {
    font-size: 7rem; 
    margin: 0 10px; 
	color: white;
	margin-top: 160px;
	text-shadow: 4px 8px 16px #000;
}

.details {
    border: 2px solid #C19F7C; 
    padding: 20px;
    margin-bottom: 20px; 
	
}

.dropdown-container {
    margin: 0 auto; 
    text-align: center; 
}

.offer-text {
	color: #F8D723;
	text-shadow: 2px 8px 8px #000; 
		font-size: 14px;
}
.sworn {
	color: #FF004F;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 30px!important;
	text-align: center;
	margin-top: 2px;
	text-shadow: 4px 8px 16px #000; 
}
.sworntosecrecy {
	color: #FFD700;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: -40px!important;
	margin-bottom: -20px;
	text-align: center;
	text-shadow: 2px 8px 8px #000; 
	
	
}
.pdf { 
    width: 48%;
	margin: 0 auto;
	display: flex;
	margin-top: -0px;
	text-align: center;
	margin-left: 0px;
}
.pdf1 { 
    width: 30%;
	margin: 0 auto;
	display: flex;
	margin-top: -0px;
	text-align: center;
	margin-left: 0px;
}

.social-icons {
    display: flex;  
    justify-content: center;     
    align-items: center;         
    gap: 20px;  
	margin-top: 20px;
	margin-bottom: 60px;
}

.social-icons a {
    display: flex;               
    align-items: center;           
}

 img.instagram-icon, img.twitter-icon {
    width: 60px;                  
	height: 60px; 
	margin-top: 70px;
}

img.facebook-icon {
	width: 50px;
	height: 50px;
}
h2.custom-title {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
	    
	}
p {
	padding: 6px;
}

.highlight {
    color: #FFD700; 
	
}
.buynowmq {
	font-size: 22px;		
	margin: 0 auto;
	text-align: center;
	text-shadow: 2px 8px 8px #000 
	}

h1 {
    font-size: 5rem;
    font-weight: 700 !important;
    color: #F7F7F7; 
    margin-top: 120px !important;
	margin-bottom: 40px;
    text-align: center;
     text-shadow: 4px 18px 6px #000 !important;
}
h1.books {
	font-size: 2rem;
	margin-top: -1px!important;
}
h3 {
    color: #DD8E50 !important;
	font-size: 30px!important;
	text-align: center;
	margin-bottom: -10px;
    margin-left: 10px;
}
h4 {
    color: #DD8E50 !important;
	font-size: 22px;
	text-align: left;
    margin-left: 10px;
	margin-top:16px;
	margin-bottom:-14px;
	line-height: 1.7;
    font-weight: 600
}
.intro {
	color: white!important;
	font-weight: 300;
	text-align: left;
    padding: 6px;
}

h5 {
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: -22px!important;
    margin-bottom: 20px;
	text-align: center;
    text-shadow: 4px 18px 6px #000 !important;
	line-height: 1.7;	
}
.close-button {
            color: #ECEDEC;
            float: right;
            font-size: 32px;
            font-weight: bold;
	 
        }
        .close-button:hover,
        .close-button:focus {
            color: #DD8E50;
            text-decoration: none;
            cursor: pointer;
        }
@media (max-width: 735px) {
	h5 {
	color: #E1DBD6;
	text-align: center;
	font-size: 30px!important;
	margin-bottom: -10px!important;
	margin-top: -10px;
	}}

h6 {
	color: #FFFFFF;
	text-align: center;	
}
em {
	color: #DD7D36;
}
.default-img {
    vertical-align: middle;
    border-style: none;
    width: 72%;
}

.img1 {
    width: 100%; 
    height: auto; 
    max-width: 120%; 
	margin-left: 24px;
	margin-top: 18px;
    
}

.imgoffer3 {
	width: 80%;
	display: flex;	
	transition: transform 0.3s ease; 
	margin: 0 auto;
    margin-top: 40px;
	margin-bottom: 20px;
	
}

.imgoffer3:hover {
	transform: scale(1.3); 
}
@media (max-width: 735px) {
	.imgoffer3 {
		transform: none!important; 
		margin-left: 0; 
		width: 100%; 
	}
}


.img2 {
    width: 70%; 
    height: auto; 
    max-width: 100%;
   margin-left: 10px;
	margin-top: 50px;
	
}

.img3 {
    width: 60%; 
    height: auto; 
    max-width: 100%; 
	margin-left: 24px;
	margin-top: 44px;
}
.imgoffer5 {
    width: 40%; 
    height: auto; 
    max-width: 88%; 
	margin: 0 auto; 
	text-align: center;
	display: block;
	justify-content: center;
	margin-top: 30px;
	
}
.img3offer1 {
    width: 50%; 
    height: auto; 
    max-width: 88%; 
	margin-left: 34px!important;
	margin-top: 52px;
}
.img4 {
    width: 100%; 
    height: auto; 
    max-width: 100%; 
}
.img12de {
        width: 68%; 
	    transition: transform 0.3s ease; 
        height: auto; 
        margin: 0 auto;
		margin-top: 4px;
	    margin-left: 24px;
    }
.img12de:hover {
	transform: scale(1.3); 
}
.img24de {
	width: 70%!important;
	height: auto;
	margin-top: 54px;
	}


@media (max-width: 599px) {
    .imgoffer3,
    .img2,
    .img3,
    .imgoffer5,
    .img3offer1,
    .img4,
    .img12de,
    .img24de {
        width: 100%;
        height: auto;
        margin: 0 auto;
		text-align: center;
		display: block;
		justify-content: center;
    }

    .img24de {
        width: 100%!important; /* Als dit belangrijk is, blijft deze hier */
    }
	.plus-sign {
		margin-top: -66px!important;
		margin: 0 auto;
		margin-bottom: 0px!important;
	}	
	.book-image2 {
		width: 100%;
	}
	
}



.offers-container {
    display: flex;
    flex-direction: column; 
}

.offer {
    margin-bottom: 20px; 
}



.h1 {
    font-size: rem!important;  
    font-weight: 700;
    color: white;
    text-shadow: 2px 4px 8px #000;
    margin: 90px 34px 20px -52px; 
}
/* Basisstijl voor de h2 */
h2.cta-headline {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid #088116;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center; /* fallback */
    
}

h2.cta-headline:hover {
  background: #088116;
  color: #fff;
}

/* Media query voor small screens */
@media (max-width: 600px) {
  h2.cta-headline {
    display: block;          /* neemt de volle breedte in */
    margin: 0 auto;          /* centreert binnen container */
    text-align: center;      /* centreert tekst */
    max-width: 90%;          /* voorkomt dat het te breed wordt */
    line-height: 1.4;        /* luchtiger voor meerdere regels */
  }
}

h2 {
	font-size:3rem;
	font-weight:bolder;
	color:#DD8E50;
	margin-bottom: 40px;
	text-shadow:2px 4px 8px #000;
    text-align: center;
	
}
.h2discover {
	color: white;
}

.hrline {
    color: #C19F7C;
    max-width:1380px;
	width: 1380px; 
    height: 4px;   
    border-radius: 2px;
    margin: 20px auto; 
	
    text-shadow: 2px 4px 8px #000;
}

.book-item {
    flex: 1; 
    margin-right: 20px; 
}

.price {
    background-color: #3A0068;
    border-radius: 20px;
	border: solid;
    color: #C59977;
    font-size: 14px; 
	margin-top: 20px;
    text-align: left;
    width: 40%!important; 
    height: 640px; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    margin-left: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-shadow: 4px 8px 8px #000;
}

.total-price {
    font-size: 30px; 
    font-weight: 900; 
	margin-top: 14px;
	width: 300px;
}
.total-price.pdf {
    font-size: 20px; 
    font-weight: 900; 
	margin-top: 18px!important;
	text-align: center;
	display: flex;
	margin: 0 auto;
	
}
.delivery {
    font-size: 1.5rem; 
    font-weight: 900; 
	margin-top: 4px;
	margin-bottom: -24px;
	text-align: left;
	
}


.price-value {
    font-size: 3rem; 
    color: #FFD700; 
	text-shadow:4px 8px 16px #000;
	margin-bottom: 12px!important;
	margin-top: 8px!important;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-weight: 700;
	
	
}
.price-value#priceValue4 {
    font-size: 3rem; 
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: -40px;
    margin-top: -40px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	
}


.month {
    font-size: 23px;
    display: block; 
    text-align: center; 
    margin: 0 auto; 
	padding-left: 10px;
	padding-right: 10px;
	margin-top:28px;
}


.offer-list {
    list-style-type: none;  
    padding: 0 10px 0 0; 
    margin: 10; 
	width: 100%;
	
	
}

@media (max-width: 768px) {
    .offer {
        padding: 10px; /* Verminder padding op kleinere schermen */
    }
	.price-value {
	font-size: 1.6rem;	
	}
	h1 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.2rem!important;
        margin-bottom: 4px;
	}
	h5 {
		font-size: 1.2rem!important;
		margin-bottom: 4px!important;
        font-weight: 300!important;
	}
	

    .images-container {
        flex-direction: column; /* Stapel de afbeeldingen verticaal */
    }

    .book-item {
        margin: 10px 0; /* Ruimte tussen boeken in verticale weergave */
    }

    .dropbtn3 {
        font-size: 0.9rem; 
        padding: 8px; 
		width: 100%!important;
    }
	.buynowmq {
		font-size: 1rem;
	}
	.offer-text {
	font-size: 1rem;	
	}
       	
	h1 {
		font-size: rem!important;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.books {
		color: white;
		font-weight: 1rem!important;
	}
	
	.plus-sign {
   
    margin-top: -30px;
	margin-bottom: -60px;
	color: white;
}
	
}

.offer-list li {
    position: relative; 
    margin-left: 0px; 
    padding-left: 10px; 
	padding-bottom: 4px;
	padding-top: 10px;
	font-size: 24px;
}

.offer-list li::before {
    content: ""; 
    position: absolute; 
    left: -10%; 
    top: 40%; 
    transform: translateY(-50%); 
    width: 12px; 
    height: 12px; 
    background-color: #F0DC7F; 
    border-radius: 50%; 
	
}

.dropdown2 {
    margin-top: 10px; 
}

.dropdown-content2 {
    display: none; 
    position: absolute; 
    background-color: #000000!important; 
    min-width: 160px; 
    z-index: 1; 
    bottom: 100%; /* Zorgt ervoor dat het menu boven het element verschijnt */
    left:  84%!important; /* Optioneel, afhankelijk van waar je het menu wilt uitlijnen */
    margin-bottom: 0px; /* Ruimte tussen het menu en de knop */
}

.dropdown2:hover .dropdown-content2 {
    display: block; 
}

a.buy-button {
    width: 28vh!important;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 0.9rem!important; 
    background: #0E2F00;    
    color: #FFFFFF; 
    padding: 10px; 
    border-radius: 4px; 
    display: block; 
    text-align: center; 
	text-decoration: none!important; 
	text-shadow: 2px 8px 8px #000 
}

a.buy-button:hover {
    background: #0C2400; 
}

.dropbtn3 {
  background: linear-gradient(90deg, #002100, #297E01);
    color: #F7F3F3;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 8px 8px #000;	
    cursor: pointer;
    max-width: 1380px; 
    margin-bottom: 20px!important;
    display: block;
    justify-content: center !important;
    border-radius: 5px; 
    border-color: #C19F7C;
    height: 56px!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1.9); 
}

.dropbtn3:hover {
   
  background: linear-gradient(0deg, #059000, #226B00);  
}

.dropbtn3 {
    display: flex; 
    align-items: center;
	width: 95%;
	margin: 0 auto;
}

.spacer {
    flex: 1; 
}
.offer-text {
	margin-left: auto;
	margin-right: 30px;
}
.dropdown2 {
  position: relative;
  display: block;
  text-align: center; 
  margin-top: 18px;
  border-color:#C19F7C;
	

}

.dropdown-content2 {
  display: none;
  position: absolute;  
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 50%; 
  transform: translateX(-50%); 
  text-align: center;
  margin-top: -20px;
 		
}

.dropdown-content2 a {
  color: #FFFFFF;
  padding: 12px 16px; 
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 1200px; 
  height: auto; 
  line-height: 20px; 
  margin: 0 auto; 
  background: #192700;
  border-style: solid;
  border-width: 1px;
  border-color:#C19F7C;	
}

.dropdown-content2 a:hover {background-color: #2B6F0E;}

.dropdown2:hover .dropdown-content2 {
  display: block;
	background-color: white;
	text-decoration: none!important;
	
}

.dropdown2:hover .dropbtn2 {
  background-color: #021D01;
	
}


.link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: -50px;
}


.dropdown {
    float: right;
    overflow: hidden;
    margin-right: 155px;
}
.dropdown .dropbtn {
	font-size: 20px;
	outline: 0;
	color: #fff;
	padding: 10px 16px;
	background-color: inherit;
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: 700;
	border-color: #C59977;
}
.dropdown-content {
    display: none;
    position: absolute;
    background: #021D01;
    min-width: 220px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
    text-align: left;
    margin-top: 0;
    padding-left: 16px; 
    margin-left: 0; 
}

.dropdown:hover .dropbtn,
.topnav a:hover {
    background-color:#034200;
    color: #fff;
    border-radius: 10px;
    margin-top: 0;
}

.dropdown-content a:hover {
    background-color: #09410D;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media (max-width: 600px) {
    .dropdown-content {
        left: 0; 
    }
}
@media screen and (max-width: 600px) {
    .logo {
        width: 30%;
    }   
}

@media screen and (max-width: 900px) {
    .dropdown .dropbtn,
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav a:first-child {
        display: none;
    }

    /*h1 {
        font-size: 2.5rem;
    }*/
}

@media screen and (max-width: 900px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .btn-primary {
        display: block;
        width: 100%;
        height: 8vw;
        margin: 0 auto;
        text-align: center;
    }
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 960px) {
    .logo {
        width: 40%;
    }
	.hslogo {
		
		display: none!important;
	}    
}

.menubalk-container {
    position: relative;
}

.logo {
    position: relative;
    width: 5%;
    height: auto;
    margin-left: 16px;
    float: left;
}



.author {
    color: #fff;
}

.h2 {
    margin-top: 20px;
    margin-left: 18px;
    text-shadow: 2px 4px 8px #000;
}

.h3{
	margin-top:90px}.h4{font-size:12px!important;font-weight:700;color:#fff;margin-top:10px;text-decoration:none!important}

.right {
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.rights {
    font-size: 14px; 
    color: #FFFD00!important;     
    margin-top: 40px;     
    line-height: 1.5; 
	font-weight: bold;
	margin-left: -10px;
}


.page-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fffcfc;
    font-size: 20px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}
.footerli{
	font-color:#FFFFFF;
	font-size:16px;
	margin-top:10px;
    margin-bottom: -18px!important;
	
}

.container {
    display: flex;
    justify-content: space-between; 
    max-width: 1380px;
    margin: 0 auto;
    flex-wrap: wrap; 
}

.footer-column {
    flex: 1; 
    padding: 5px 0; 
    margin-bottom: -60px;
}

.footer-menu {
    list-style: disc; 
    padding: 10px 40px 10px 180px;
	text-align: left;
	
}

.footer-menu li {
    margin-bottom: 20px; color:#C59977 ;
	
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 600px) {
	h3 {
		font-size: 2rem;
	}
	h2 {
		font-size: 2rem;
	}
    }

@media screen and (max-width: 600px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-column {
        flex-basis: 100%;
		padding-left: 10px;
    }

    .facebook {
        align-self: flex-start;
        float: center;
        width: 35%;
		margin-top: 20px;
		text-align: center;
    }

    .rights {
        margin-left: -20px;
		margin-bottom: 20px;
    }
}
.facebook {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.facebook a {
    display: flex;
    align-items: center;
}

.facebook img {
    height: 60px;
    width: 60px;
}


    .footer-column {
        width: 100%; 
        padding-left: 20;
    }

.text-center {
	background-color: transparent;
}
/* Note-sectie netjes centreren */
.note {
  text-align: center!important;       /* tekst + inline elementen centreren */
  margin: 8px auto;         /* marge rondom */
  color: #fff;              /* voor de zekerheid wit */
  max-width: 90%;           /* zodat tekst op mobiel niet tegen de rand plakt */
}

/* ===== Hero / Promo Intro ===== */
.promo-intro h1,
.promo-intro h2,
.promo-intro p {
  color: #fff!important;
  text-align: center;
}
.promo-intro h2 {
  color: #DD8E50;
  margin-top: .2rem;
}
.price-chip {
  display: block;
  width: fit-content;           /* breedte = breedte van de tekst */
  margin: 0 auto;               /* centreren */
  padding: 6px 14px;
  border-radius: 12px;
  /*background: #F1C824;*/
  color: #F5D345;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: center;
    font-size: 2rem;
}

.parent-class { 
  text-align: center; 
}


/* microcopy */
.promo-intro .note {
  opacity:.9; line-height:1.5; margin:.25rem 0 .8rem;
}
.promo-intro .fine {
  opacity:.75; font-size:.95rem;
}

/* ===== Buttons ===== */
.btn {
  display:inline-block; font-weight:800;
  padding:10px 14px; border-radius:12px; text-decoration:none;
  transition:transform .12s ease, background .2s ease, border-color .2s ease, color .2s ease;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(0,0,0,.25);
  color:#fff;
}
.btn:hover { background:#459718; transform:translateY(-1px); }
.btn:active { transform:translateY(0); }

.btn--primary {
  background:linear-gradient(45deg,#f4d03f,#ffe56a);
  border-color:transparent;
  color:#000;
}
.btn--ghost {
  background:rgba(0,0,0,.25);
  color:#fff;
}

/* CTA row */
.cta-row {
  display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin:14px 0 18px;
}
.cta-row .sep { align-self:center; opacity:.65; }

/* ===== Trusted retailers ===== */
.trusted-retailers h3,
.trusted-retailers p {
  color:#fff!important;
  text-align:center;
}
.retailer-row { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.retailer-row .btn { min-width:220px; }

/* ===== Divider ===== */
.hr-soft {
  border:0; border-top:1px solid rgba(255,255,255,.15);
  margin:18px auto; max-width:980px;
}

/* ===== Responsive tweaks ===== */
@media (max-width:600px){
  .retailer-row .btn { min-width:auto; }
}
/* ===== Trusted retailers knoppen ===== */
.trusted-retailers a {
  display: inline-block;
  padding: 10px 18px;
  margin: 6px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  background: #000;               /* zwart */
  color: #fff !important;         /* witte letters */
  border: 2px solid #088116;      /* subtiele groene rand */
  box-shadow: 0 4px 14px rgba(0,0,0,0.45);
  transition: all 0.3s ease;      /* smooth animatie */
}

.trusted-retailers a:hover {
  background: #088116;            /* groen bij hover */
  color: #fff !important;         /* tekst wit houden */
  transform: scale(1.05);         /* lichte vergroting */
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
}

.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 16px auto;
  width: 100%;           /* neemt volle breedte in */
}
.cta-row {
  background: rgba(255,0,0,0.2); /* tijdelijk rood vlak */
}


.cta-row .btn {
  flex: 0 0 auto;            /* voorkomt dat ze de hele breedte innemen */
}

.cta-row .sep {
  color: #fff;
  font-weight: 600;
}

p.fine {
  text-align: center!important;
  margin-top: 12px;
  color: #ccc;               /* iets subtieler */
  font-size: .9rem;
}

/* Row zelf: gewoon blok en centreren via text-align */
.promo-intro .cta-row{
  display:block;
  width:100%;
  margin:16px auto;
  text-align:center;
  background:transparent !important;           /* wis evt. debug- of themabg */
}
.promo-intro .cta-row::before,
.promo-intro .cta-row::after{ content:none !important; } /* wis pseudo-balkjes */

/* Binnenste wrapper: inline-flex shrink-to-fit en centreren */
.promo-intro .cta-pack{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

/* Knoppen niet laten rekken en geen floats */
.promo-intro .cta-pack .btn{ flex:0 0 auto; float:none; margin:0; }
.promo-intro .cta-pack .sep{ align-self:center; color:#fff; font-weight:600; }

.btn-googleplay {
  display: block !important;
  width: fit-content;
  margin: 0 auto !important;
  padding: 12px 20px;
  text-align: center;
  background: #000 !important;       /* zwart */
  color: #fff !important;            /* witte tekst */
  border: 2px solid #088116;         /* subtiel groen randje */
  border-radius: 8px;                /* zelfde afronding */
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.45);
}

.btn-googleplay:hover {
  background: #088116 !important;    /* groen bij hover */
  color: #fff !important;            /* wit houden */
  transform: scale(1.05);            /* lichte zoom */
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
}

	@media screen and (max-width: 600px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
}
