/* ============ BASISSTIJLEN ============ */
body, h1, h2  {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
	color: #d4d4dc;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(to bottom, #1d1e22, #393f4d);
}

/* ============ HEADER ============ */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #393f4d;
    color: #d4d4dc;
    display: grid;
    grid-template: 
        "logo-l titel logo-r" auto
        "nav nav nav" auto / 150px 1fr 150px;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
    box-sizing: border-box;
}

.logo-links, .logo-rechts {
    width: 150px;
    height: 150px;
    display: flex;
    flex-shrink: 0;
}

.logo-links { 
    justify-content: flex-start;
    grid-area: logo-l;
}
.logo-rechts { 
    justify-content: flex-end;
    grid-area: logo-r;
}

.logo-links img, 
.logo-rechts img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.titel-nav {
    grid-area: titel;
    text-align: center;
    padding: 0 20px;
}

.titel-nav h1 {
    margin-bottom: 15px;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* Aangepaste navigatie layout */
.titel-nav nav {
    grid-area: nav;
    display: grid;
    justify-content: center;
    gap: 15px;
    padding-top: 15px;
}

.titel-nav nav {
        grid-template-columns: repeat(4, auto);
        gap: 20px;
    }

.titel-nav nav a {
    color: #feda6a;
    text-decoration: none;
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    padding: 5px 10px;
    white-space: nowrap;
    transition: color 0.3s ease;
    text-align: center;
}

.titel-nav nav a:hover {
    color: #FF6B6B;
}

/* ============ HOOFDCONTENT ============ */
.content {
    flex: 1;
    margin-top: 180px;
    padding: 20px 20px 220px;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}

#titlecontainer {
    margin: 100px auto 0;
    width: 80%;
    max-height: 100px;
    padding: 20px 0;
    background-color: #393f4d;
    text-align: center;
    border-radius: 60px;
    border: 3px solid #d4d4dc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    font-family: 'Cursive' Coquette Black;
    font-weight: 700;
    font-size: 100px;
    color: #d4d4dc;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

#block-1 {
    padding: 40px 20px;
}

#content-3 {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-content-3 {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border: 2px solid #d4d4dc;
}

#block-2{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#content-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 200px;
    margin-left: 200px;
    width: 500px;
    max-width: 100%;
	height: fit-content;
    padding: 30px 30px 30px 30px;
	background-color: #393f4d;
    border: 2px solid #d4d4dc;
    border-radius: 60px;
    overflow: hidden;
    word-wrap: break-word;
}

.inner-text2 {
	font-size: 16px;
    color: #feda6a;
}

#button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: 30px;
}

.button {
    padding: 8px 16px;
    border: 2px solid #d4d4dc;
    border-radius: 8px;
    color: #feda6a;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    max-height: 50px;
    width: 150px;
    text-align: center;
}

.button:hover {
    color: #FF6B6B;
}

#content-7 {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-top: 50px;
    margin-right: 150px;
    overflow: hidden;
}

.left {
    align-self: flex-start;
	max-height: 300px;
    max-width: 400px;
    margin-bottom: 30px;
    border: 2px solid #d4d4dc;
    border-radius: 60px;
	background-color: #393f4d;
}

.right {
    align-self: flex-end;
	max-height: 300px;
    max-width: 400px;
    border: 2px solid #d4d4dc;
    border-radius: 60px
}

#block-3{
	display: flex;
    width: 100%;
	justify-content: center;
	margin-bottom: 30px;
	margin-top:;
}

#content-8 {
    display: flex;
    margin-left: 350px;
    margin-right: auto;
    max-width: 400px;
    border-radius: 60px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
	padding: 2px;
}

#content-8 img {
    display: block;
    max-width: 100%;
    height: auto;
	border: 2px solid #d4d4dc;
    border-radius: 60px;
  }
  
#content-10 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 150px;
    margin-left: 300px;
    margin-right: auto;
    background-color: #393f4d;
    width: 500px;
    max-width: 100%;
    padding: 50px;
    border: 2px solid #d4d4dc;
    border-radius: 60px;
    overflow: visible;
    word-wrap: break-word;
    box-sizing: border-box;
}
/* ============ FOTOSTRIP ============ */
.foto-strip-wrapper {
    position: fixed;
    bottom: 120px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #2A9D8F;
    z-index: 999;
    overflow: hidden;
}

.foto-strip {
    display: flex;
    height: 100%;
    width: max-content;
    gap: 0px;
}

.foto-strip img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
}
/* ============ FOOTER ============ */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #393f4d;
    color: white;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    padding: 5px;
    z-index: 1000;
    box-sizing: border-box;
}

.footer-copyright {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
	padding-bottom: 5px;
	color: #d4d4dc;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    justify-content: flex-end;
    height: 100%;
	padding-right: 15px;
}

.footer-nav a {
    color: #feda6a;
    text-decoration: none;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: color 0.3s ease;
    text-align: left;
    width: 100%;
    margin-right: 15px;
    box-sizing: border-box;
}

.footer-nav a:hover {
    color: #FF6B6B;
}

:root {
  --mintgroen: #A8D5BA;
  --koraalrood: #FF6B6B;
  --mosterdgeel: #FFC857;
  --warmbruin: #6B4226;
  --cremewit: #FFF3E2;
  --donkergroen: #264653;
  
  Are ya yellow?!: #feda6a
  Silver Fox: #d4d4dc
  Deep Matte Grey: #393f4d
  Dark Slate: #1d1e22
}
/* ============ RESPONSIVE AANPASSINGEN ============ */
@media (max-width: 1600px) { 
.content {
    padding: 200px 0 280px;
    margin: 0;
  }
  
#titlecontainer { 
    width: 80%; 
    padding: 25px 0;
    border-radius: 65px;
  }
  
.title { 
    font-size: 90px;
  }
  
#block-1 { 
    padding: 40px 25px;
    height: 600px;
 }
 
#content-3 { 
    margin: 0 auto 280px;
  }
  
.image-content-3 { 
    max-width: 800px;
    border-width: 3px;
    border-radius: 22px;
  }
    
#block-2 {
    flex-direction: row;
	align-items: flex-start;
    width: 100%;
    gap: 30px;
    margin-top: 0;
    padding: 0 5%;
    padding-top: 0;
  }

  /* #content-5 - Tekstblok */
#content-5 {
    width: 55%;
    max-width: 600px;
    padding: 35px;
    min-height: auto;
    margin: 0px 0 0 50px;
    border-radius: 50px;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

  /* Button wrapper */
#button-wrapper {
    margin-top: 35px;
    margin-bottom: 30px;
    height: 55px;
  }

  /* #content-7 - Afbeeldingen container */
#content-7 {
    width: 40%;
	max-width: 500px;
    flex-direction: column;
    gap: 30px;
    margin-top: 0px;
    align-self: flex-start;
  }

  /* Afbeeldingen */
.left {
    align-self: flex-start;
    max-width: 96%;
    margin-bottom: 30px;
    border-radius: 50px
}

.right {
    align-self: flex-end;
    max-width: 96%;
    border-radius: 50px
}
  
#block-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-top: 0px;
  }
  
#content-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 40px;
    max-width: 500px;
    width: 50%;
  }
  
#content-8 img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
#content-10 {
    width: 50%;
    max-width: 500px;
    padding: 35px;
    min-height: auto;
    margin: 0 auto;
	margin-left: 0px;
    border-radius: 50px;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  
  
}

@media (max-width: 1024px) {
.content {
    padding: 160px 0 220px;
    margin: 0;
  }
  
#titlecontainer { 
    width: 85%; 
    padding: 18px 0;
    border-radius: 55px;
  }
  
.title { 
    font-size: 75px;
  }
  
#block-1 { padding: 30px 15px;
           height: 500px
  }
 
#content-3 { 
    margin: 0 auto 220px;
  }
  
.image-content-3 { 
    max-width: 650px;
    border-width: 2px;
    border-radius: 18px;
  }
    
#block-2 {
    flex-direction: row;
    width: 100%;
	max-width: 100%;
    padding: 20px;
    gap: 20px;
	align-items: center;
  }

  /* #content-5 - Tekstblok */
#content-5 {
    width: 50%;
    max-width: 600px;
    padding: 25px;
    min-height: auto;
    margin: 0px;
    border-radius: 40px;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

  /* Button wrapper */
#button-wrapper {
    margin-top: 25px;
	margin-bottom: 20px
    height: 45px;
  }

  /* #content-7 - Afbeeldingen container */
#content-7 {
    width: 50%;
    margin: 0;
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
    align-items: flex-start;
  }

  /* Afbeeldingen */
.left, .right {
    max-width: 90%;
    width: 100%;
    margin: 20px 0;
    align-self: flex-start;
    border-radius: 30px;
    box-sizing: border-box;
  }
   
#block-3 {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
  }
  
#content-8 {
    width: 50%;
    max-width: 300px;
    display: flex;
    justify-content: center;
	padding: 2px;
	border-radius: 30px;
  }
  
#content-8 img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
	
  }
  
#content-10 {
    width: 50% ;
    max-width: 600px;
    min-height: auto;
    border-radius: 45px;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  
}

/* ============ 720px - Kleinere tablets/telefoons ============ */
@media (max-width: 720px) {
  /* HEADER */
.fixed-header {
    min-height: 150px;
    grid-template-columns: 80px 1fr 80px;
    padding: 0 15px;
  }

.logo-links, .logo-rechts {
    width: 80px;
    height: 80px;
  }

.titel-nav nav {
    grid-template-columns: repeat(2, auto);
        gap: 10px 15px;
  }

  /* HOOFDCONTENT */
.content {
    margin-top: 20px;
    padding-bottom: 200px;
  }

#titlecontainer {
    width: 92%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 0;
    border-radius: 40px;
    border-width: 2px;
  }

.title {
    font-size: 48px;
  }

#block-1 {
    padding: 0;
	margin-bottom: 20px;
	height: auto;
  }
  
#content-3 {
    margin: 0 auto;
	height: auto;
	width: 94%;
	max-width: 94%;
	padding: ;
  }

.image-content-3 {
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	margin-bottom: 0px;
  }

#block-2 {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: 0 3%;
	
  }

  /* #content-5 - Tekstblok */
#content-5 {
    width: 94%;
    max-width: 94%;
    padding: 20px;
    min-height: auto;
    margin: 0px auto;
    margin-left: 0;
    border-radius: 35px ;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

.inner-text2 {
    font-size: 1rem;
    line-height: 1.7;
  }

  /* Button wrapper */
#button-wrapper {
    margin-top: 20px;
    height: 40px;
	padding: 10px;
  }

.button {
    width: 140px;
    font-size: 0.85rem;
    padding: 8px 15px;
  }

  /* #content-7 - Afbeeldingen container */
#content-7 {
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
	margin-left: 0;
    box-sizing: border-box;
  }

  /* Afbeeldingen */
.left, .right {
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
    align-self: flex-start;
    border-radius: 25px;
    box-sizing: border-box;
  }
   
#block-3 {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: 0 3%;
  }
  
#content-8 {
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
	margin-left: 0;
    box-sizing: border-box;
  }
  
#content-8 img {
    width: 100%;
    height: auto;
    border-radius: 30px;
	box-sizing: border-box;
  }
  
#content-10 {
    width: 94%;
    max-width: 94%;
    padding: 20px;
    min-height: auto;
    margin: 0px auto 25px;
    margin-left: 0;
    border-radius: 35px ;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  
  /* FOTOSTRIP */
.foto-strip-wrapper {
    bottom: 80px;
    height: 80px;
  }

.foto-strip img {
    width: 80px;
    height: 80px;
  }

  /* FOOTER */
.fixed-footer {
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

}
@media (max-width: 320px) {
  /* HEADER */
.fixed-header {
    min-height: 110px;
    grid-template-columns: 50px 1fr 50px;
    padding: 0 5px;
  }

.logo-links, .logo-rechts {
    width: 50px;
    height: 50px;
  }

.titel-nav nav {
            gap: 8px 12px;
            padding-top: 10px;
  }

.titel-nav nav a {
            padding: 4px 8px;
            font-size: 0.8rem;
}
		
  /* HOOFDCONTENT */
.content {
    margin-top: 10px;
    padding-bottom: 120px;
  }

#titlecontainer {
    width: 96%;
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 8px 0;
    border-radius: 30px;
    border-width: 1.5px;
  }

.title {
    font-size: 32px;
  }

#block-1 {
    padding: 10px 5px;
  }
  
#content-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

.image-content-3 {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	width: 96%;
    max-width: 96%;
    margin: 0 auto 15px;
  }

/* #block-2 container */
#block-2 {
    flex-direction: column;
    width: 100%;
    gap: 10px;
	padding: 0 2%;
  }

  /* #content-5 - Tekstblok */
#content-5 {
    width: 96%;
    max-width: 96%;
    padding: 15px;
    min-height: auto;
    margin: 0px auto 20px ;
	margin-left: 0; 
    border-radius: 30px;
    font-size: 0.75rem;
    line-height: 1.5;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

.inner-text2 {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  /* Button wrapper */
#button-wrapper {
    margin-top: 15px;
	padding: 10px;
    height: 35px;
  }

.button {
    width: 120px;
    font-size: 0.7rem;
    padding: 5px 10px;
  }

  /* #content-7 - Afbeeldingen container */
#content-7 {
    width: 96%;
    margin: 0;
	margin-left: 0;
    flex-direction: column;
    gap: 10px;
  }

  /* Afbeeldingen */
.left, .right {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
	box-sizing: border-box;
  }

#block-3 {
    flex-direction: column;
    width: 100%;
    gap: 10px;
	margin-top: 0;
	padding: 0 2%;
	justify-content: center;
  }
  
#content-8 {
    width: 96%;
    max-width: 96%;
	margin-left: 0;	
    padding: 2px;
    justify-content: center;
	border-radius: 20px;
	box-sizing: border-box;
  }
  
#content-8 img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
  
#content-10 {
    width: 96%;
    max-width: 96%;
    padding: 15px;
    min-height: auto;
    margin: 0 auto 20px;
    margin-left: 0;	
    border-radius: 30px;
    font-size: 0.75rem;
    line-height: 1.5;
    overflow-wrap: break-word;
    box-sizing: border-box;
    
  }
  
  /* FOTOSTRIP */
.foto-strip-wrapper {
    bottom: 80px;
    height: 60px;
  }

.foto-strip img {
    width: 60px;
    height: 60px;
  }

}