@charset "UTF-8";
body {
    background-color: white;
    font-family: "Merriweather Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.7em;
    font-size: 95%;
	overflow-x: clip;
  width: 100%;
	
}
img {
  max-width: 100%;
  height: auto;
}
.container, .row, .col, section, div {
  box-sizing: border-box;
  word-break: break-word;
}


    .dropdown-submenu {
    position: relative;
        }
      .dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu.show > .dropdown-menu { display: block; }
.nav-item {
    margin-right: 20px;
    margin-left: 20px;
    color: white;
    font-size: 110%;
}
.navbar-nav .nav-link {
    color: white; /* Standaard kleur */
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #99D9F2; /* Dezelfde kleur als bij hover */
}

.navbar-toggler-icon {
    background-image: url(../images/navi.svg);
}


.content {
    margin-top: 30px;
    
}
.container-fluid.content {
    overflow-x: visible;
}
h1 {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #3264A6;
    font-size: 250%;
}
h2 {
    font-family: "Merriweather", serif;
    font-style: normal;
    color: #3264A6;
    font-size: 150%;
    margin-top: 10px;
}
h3 {
    font-family: "Merriweather", serif;
    font-style: normal;
    color: #5483BF;
    font-size: 130%;
}
.nieuws {
    border: 2px dashed #D9CAAD;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 45px;
    margin-top: 57px;
}
.blok-text {
    border: 2px dashed #D9CAAD;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 45px;
    margin-top: 35px;
}
.blok-portlet {
    border: 2px dashed #D9CAAD;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 27px;
}
.gedicht {
    line-height: 1.5em;
}
.btn-info {
    background-color: #3264A6;
    color: white;
    padding-top: 2px;
    /* [disabled]padding-right: 5px; */
    /* [disabled]padding-left: 5px; */
    padding-bottom: 2px;
    border-width: 0px;
    margin-left: 5px;
    font-size: 80%;
    margin-top: 5px;
}
.btn:hover {
    background-color: #5483BF;
    color: white;
   padding-bottom: 2px;
    border-width: 0px;
    margin-left: 5px;
    font-size: 80%;
    margin-top: 5px;
}
a {
    color: #5483BF;
}
p {
    margin-bottom: 25px;
}
.bg1 {
    position: relative;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: border-box;
    background-clip: border-box;
    padding-left: 0;
    margin-left: 0;
    background-color: #849EBF;
    margin-bottom: 50px;
}
.bg-recensie {
    position: relative;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: border-box;
    background-clip: border-box;
    padding-left: 0;
    margin-left: 0;
    background-color: #5483BF;
    margin-bottom: 50px;
}
.bg2 {
    position: relative;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: border-box;
    background-clip: border-box;
    padding-left: 0;
    background-color: #E4EBF5;
    /* [disabled]margin-top: 80px; */
}
.vlak-boek {
    background-color: #F8F6F2;
    border: 2px dashed #D9CAAD;
    margin-bottom: 60px!important;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 275px;
}
.vlak-boek-last {
    background-color: #F8F6F2;
    border: 2px dashed #D9CAAD;
    margin-bottom: 60px!important;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 275px;
}
.img-marge {
    margin-top: -35px;
	  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
}
.blog-post-bottom.pull-left {
    background-color: #D9CAAD;
    padding: 5px;
    display: inline;
}
.bg1 img {
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
}
.bg1.home img {
    margin-right: 0px;
    margin-bottom: 50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
}
.bg-recensie img {
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
}
.bg2 img {
    margin-left: 0px;
    /* [disabled]margin-bottom: 25px; */
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
}
.navbar {
    background-color: #2E3D59;
    border-bottom: 7px solid #849EBF;
}
.navbar-brand {
    color: White;
	transition: color 0.3s ease-in-out;
}

.navbar-brand:hover {
	color: #99D9F2;
}

blockquote{
    border-left:none
}



.quote-box{
   
    padding-top: 50px;
    /* [disabled]margin-top: 65px; */
    font-style: italic;    
}

.quotation-mark{
    font-size: 100px;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: normal;
    color: #5483BF;
}

.quote-text{
    /* [disabled]margin-top: -95px; */
    color: #3264A6;
}
.cover {
    width: 300px;
    height: auto;
}
footer {
    background-color: #2E3D59;
    min-height: 100px;
    color: white;
    font-size: 90%;
   
}
.header {
    background-image: url("../images/jos-verstegen-header.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
}
.header-vervolg {
    background-image: url("../images/jos-verstegen-header-vervolg.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding-top: 125px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 175%;
    padding-left: 150px;
    line-height: 2.5rem;
}


.accordion-button {
    background-color: #5483BF;
    color: #fff;
  }
.accordion-body {
    background-color: #F4F0E9;
}

  .accordion-button:not(.collapsed) {
    background-color: #5483BF; /* iets donkerder als geopend */
    color: #fff;
  }

  .accordion-button:focus {
    box-shadow: none;
  }
.accordion-item{
	border:0px;
}


.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	overflow-x: hidden;
}

  .author-container {
    position: relative;
    width: 100%; /* Volledige breedte */
    padding-bottom: 10px; /* Ruimte voor de lijnen */
}

.author-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block; /* Laat de naam niet de volledige breedte innemen */
    position: relative;
	
}

/* Eerste lange dunne lijn over de volledige breedte */
.author-container::before {
    content: "";
    display: block;
    width: 100%; /* Volledige breedte */
    height: 2px; /* Dikte van de dunne lijn */
    background-color: #D9CAAD; /* Kleur van de lijn */
    position: absolute;
    bottom: 4px; /* Zorgt ervoor dat de dikke lijn eronder komt */
    left: 0;
}

/* Tweede korte dikke lijn ONDER de dunne lijn */
.author-container::after {
    content: "";
    display: block;
    width: 50px; /* Lengte van de korte dikke lijn */
    height: 4px; /* Dikte van de korte lijn */
    background-color: #D9CAAD; /* Kleur van de lijn */
    position: absolute;
    bottom: 0; /* Plaats de dikke lijn onder de dunne lijn */
    left: 0;
}
.dropdown-item {
    font-size: 90%;
    font-weight: 300;
}
.boek {
    margin-top: 20px;
}
.col-md-3.boek img {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(196,196,196,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(196,196,196,1);
box-shadow: 5px 5px 5px 0px rgba(196,196,196,1);
}
.small {
    font-size: 80%;
}
.mobiel  {
    display: none;
}

hr {
 border: none !important;
  border-top: 2px dashed #849EBF !important;
  margin: 3rem 0 !important;
  opacity: 1 !important;
}
.quote-text.puntjes {
    margin-top: -22px;
    margin-bottom: 10px;
}
ul {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Pagina container */
.boeken-overzicht{
  max-width:1200px;
  margin:0 auto;

}

/* Sectiekoppen */
.boeken-overzicht h1{
  text-align:center;
  margin-bottom:0.5rem;
}
.boeken-overzicht > p{
  text-align:center;
  margin:0 0 2rem 0;
  color:#5b6470;
}
.boeken-overzicht h2{
    /* [disabled]margin-top: 2.5rem; */
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.book-card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.book-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.book-card img {
  aspect-ratio: 2 / 3;   /* houdt covers gelijk */
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
[id] {
  scroll-margin-top: 120px; /* pas aan tot de kop goed in beeld komt */
}
/* Fix dubbel uitklapmenu op iPad 1024x768 */
.navbar .container-fluid {
  overflow: visible;              /* submenu mag buiten de container komen */
}

/* 1) Eerste niveau: houd het menu compact en laat lange titels netjes aflopen */
.navbar .dropdown-menu {
  max-width: 320px;         /* compact, voorkomt extra 'duw' */
  width: max-content;       /* past zich aan inhoud aan, maar niet breder dan max-width */
  white-space: normal;      /* afbreken toestaan */
  overflow-wrap: anywhere;  /* lange woorden/titels breken */
}
.boeken-blok {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 0px;
    background-color: #ECF0F5;
}





 @media (max-width: 991px) {
            .dropdown-submenu > .dropdown-menu {
                position: static;
                width: 100%;
            }
        }

@media screen and (orientation:portrait) and (min-width:320px) and (max-width:568px){
.navbar-brand {
    color: White;
    transition: color 0.3s ease-in-out;
    margin-left: 10px;
}
.header {
    background-image: url("../images/jos-verstegen-header-small.webp");
    background-position: right 20px!important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px!important;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
    margin-left: 0px;
}
.header-vervolg {
    background-image: url("../images/jos-verstegen-header.webp");
    background-position: right 20px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
    margin-left: 0px;
}
.quote {
    font-size: 45%;
    line-height: 1.2rem;
    text-align: center;
    margin-top: -50px;
    padding-right: 10px;
}
.vlak-boek-last {
    background-color: #F8F6F2;
    border: 2px dashed #D9CAAD;
    margin-bottom: 0px!important;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 275px;
}
.nieuws {
    border: 2px dashed #D9CAAD;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 45px;
    margin-top: 20px;
}
.blok-portlet {
    border: 2px dashed #D9CAAD;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 45px;
    margin-top: 20px;
}
.bg1 img {
    margin-right: 0px;
    margin-bottom: 50px;
    /* [disabled]-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    /* [disabled]box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    max-width: 75%;
}
.bg1 img.home  {
    margin-right: 60px!important;
    margin-bottom: 50px;
    /* [disabled]-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    /* [disabled]box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    max-width: 75%;
}
.bg1 {
    position: static;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: border-box;
    background-clip: border-box;
    background-color: #849EBF;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-left: 0px;
}
.container-fluid.content {
    overflow-x: hidden;
}
.img-marge {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    margin-top: 20px;
}
.beeld {
    display: none;
}
.mobiel {
    visibility: visible;
    margin-top: -60px;
    display: block;
    margin-bottom: 30px;
}
.padding {
    padding-left: 35px!important;
    padding-right: 35px!important;
}
}

@media screen and (orientation:portrait) and (min-width:375px) and (max-width:667px){
.navbar-brand {
    color: White;
    transition: color 0.3s ease-in-out;
    margin-left: 10px;
}
.header {
    background-image: url("../images/jos-verstegen-header.webp");
    background-position: right 20px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
    margin-left: 0px;
}
.quote {
    font-size: 45%;
    line-height: 1.2rem;
    text-align: center;
    margin-top: -50px;
    padding-right: 10px;
    padding-left: 30px;
    background-position: 0% 30px;
}
.bg1 img.home {
    margin-right: 60px!important;
    margin-bottom: 50px;
    /* [disabled]-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    /* [disabled]box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    max-width: 75%;
}
}

@media screen and (orientation:portrait) and (min-width:414px) and (max-width:896px){
.navbar-brand {
    color: White;
    transition: color 0.3s ease-in-out;
    margin-left: 10px;
}
.header {
    background-image: url("../images/jos-verstegen-header-small.webp");
    background-position: right 20px!important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px!important;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
    margin-left: 0px;
}
.header-vervolg {
    background-image: url("../images/jos-verstegen-header-small.webp");
    background-position: -40px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
}
.quote {
    font-size: 45%;
    line-height: 1.2rem;
    text-align: center;
    padding-right: 10px;
    padding-left: 60px;
    background-position: right 30px;
}
.bg1 img.home {
    margin-right: 60px!important;
    margin-bottom: 50px;
    /* [disabled]-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    /* [disabled]box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    max-width: 75%;
}
}

@media screen and (orientation:portrait) and (min-width:390px) and (max-width:844px){
.header {
    background-image: url("../images/jos-verstegen-header-small.webp");
    background-position: left 20px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
    
}
.quote {
    font-size: 45%;
    line-height: 1.2rem;
    text-align: center;
    padding-right: 20px;
    padding-left: 40px;
    background-position: right 30px;
}
.bg1 img.home {
    margin-right: 53px!important;
    margin-bottom: 50px;
    /* [disabled]-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33);
    /* [disabled]box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.33); */
    max-width: 75%;
}
}

@media screen and (orientation:portrait) and (min-width:430px) and (max-width:932px){
.quote {
    font-size: 45%;
    line-height: 1.2rem;
    text-align: center;
    padding-right: 20px;
    padding-left: 70px;
    background-position: right 30px;
}
}

@media (max-width: 768px) {
    .dropdown-menu {
        right: 100%;
        left: auto;
    }
.container-fluid.content {
    overflow-x: hidden;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
}
	 .dropdown-menu {
    right: auto;   /* voorkom dat alle dropdowns naar links buiten beeld schieten */
    left: 0;
  }
}
@media (max-width: 1024px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 50px; /* lager tonen */
    left: 0;
    right: auto;
    display: none;
    z-index: 1000;
  }

  .dropdown-submenu.show .dropdown-menu {
    display: block;
  }
.container-fluid.content {
    overflow-x: hidden;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
}
.header {
    background-image: url("../images/jos-verstegen-header.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
}
	/* tweede niveau onder het eerste item laten vallen en binnen beeld uitlijnen */
  .dropdown-submenu > .dropdown-menu {
    position: absolute;
    top: 100%;                    /* direct onder het eerste niveau */
    left: auto;                   /* niet hard naar rechts duwen */
    right: 0;                     /* uitlijnen aan de rechterkant van het parent item */
    display: none;
    min-width: 16rem;             /* praktische breedte zodat titels passen */
    z-index: 1100;
  }
  .dropdown-submenu.show > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
}

@media screen and (orientation:portrait) and (min-width:768px) and (max-width:1024px){
.header {
    background-image: url("../images/jos-verstegen-header.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    padding-top: 150px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 200%;
    padding-left: 150px;
    line-height: 2.5rem;
}
.header-vervolg {
    background-image: url("../images/jos-verstegen-header-vervolg.webp");
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding-top: 125px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: normal;
    color: #D9CAAD;
    font-size: 175%;
           padding-left: 300px;
        padding-right: 40px;
    line-height: 2.5rem;
}
.quote {
    font-size: 45%;
    line-height: 1.2rem;
    text-align: center;
    padding-right: 10px;
    padding-left: 60px;
    background-position: right 30px;
}
}
/* Op echt smalle schermen submenus full width stapelen */
@media (max-width: 991.98px) {
  
  /* Eerste niveau */
  .navbar .dropdown-menu {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  /* Tweede niveau */
  .dropdown-submenu > .dropdown-menu {
    position: static;   /* binnen de flow */
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    display: none;      /* alleen tonen bij .show */
  }

  /* Op touch willen we niet via :hover openen */
  .dropdown-submenu:hover > .dropdown-menu { display: none; }
  .dropdown-submenu.show > .dropdown-menu { display: block; }
}

/* iPad/desktop breedtes: zorg dat submenus niet afgesneden worden door container */
.navbar .container-fluid { overflow: visible; }
.dropdown-menu .dropdown-menu {
     background-color: #e3ebf5; /* zachte variant van #99D9F2 */
  }

  /* optioneel: kleine visuele scheiding tussen niveaus */
  .dropdown-menu .dropdown-item {
    padding-left: 1.5rem;
  }
  /* Hoverkleur voor alle menu-items */
  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #849EBF;
    color: white; /* donkere tekst blijft goed leesbaar */
  }

/* iPad Pro en groter, tweede niveau moet altijd naar rechts openen */
@media (min-width: 1200px) {
  .dropdown-submenu { position: relative; }

  .dropdown-submenu > .dropdown-menu {
    left: 100% !important;   /* rechts naast het eerste niveau */
    right: auto !important;
    top: 0;
    min-width: 16rem;
  }

  /* mocht ergens open-left gezet worden, neutraliseer dat hier */
  .dropdown-submenu.open-left > .dropdown-menu {
    left: 100% !important;
    right: auto !important;
  }
}
/* iPad Pro portret: tweede niveau altijd naar rechts openen */
@media (orientation: portrait) and (min-width: 1024px) and (max-width: 1080px) {
  .navbar .dropdown-submenu { position: relative; }

  .navbar .dropdown-submenu > .dropdown-menu {
    left: 100% !important;   /* rechts naast het eerste niveau */
    right: auto !important;
    top: 0;
    min-width: 16rem;
  }

  /* eventuele 'open-left' richting ongedaan maken */
  .navbar .dropdown-submenu.open-left > .dropdown-menu {
    left: 100% !important;
    right: auto !important;
  }
}
/* Fix horizontaal scrollen op iPad Pro (portret én landschap) */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .bg1.home img {
    margin-right: 0 !important;
  }
	html, body {
    overflow-x: clip;
    width: 100%;
  }
}
