
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');

body {
	width: auto;
		clear: both;
		margin-left: 5px;
		margin-right: 5px;
		background: #252b35;
	font-family: 'Merriweather', serif;
	}
	
	/* Logo voor in de banner */
	.logo {
	  float: right;
	  padding-right: 25px;
	  text-align: right;
	}
	
	a:link, a:visited {
		/* opmaak hyperlink en bezochte hyperlink */
		color: #00468C;
		text-decoration: none;
	}
	
	/*dropdownm*/
	.navbar {
		background: #252b35;
		font-size: 1.2em;
		margin-left: 10px;
		height: 35px;
	}
	
	.navbar a {
	  float: left;
	  color: white;
	  padding: 5px 10px;
	  text-decoration: none;
	}
	
	.dropdown {
	  float: left;
	  overflow: hidden;
	}
	
	.dropdown .dropbtn {
		font-family: 'Merriweather', serif;
		font-size: 1.0em;
	  cursor: pointer;
	  border: none;
	  outline: none;
	  color: white;
	  padding: 5px 10px;
	  background-color: inherit;
	}
	
	.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
	  background: #ed1e24;
		color: white;
		border-radius: 35px;
	}
	
	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #252b35;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	  border-radius: 35px;
	}
	
	.dropdown-content a {
	  float: none;
	  color: white;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	  text-align: left;
	}
	
	.dropdown-content a:hover {
	  background-color: #ed1e24;
	}
	
	.show {
	  display: block;
	}
	
	/* New CSS for the sliding submenu */
	.dropdown-content .submenu {
		display: none;
		position: absolute;
		left: 205px; /* Position to the right of the parent dropdown */
		background-color: #294253;
		border-radius: 25px;
		transition: transform 0.3s ease-out;
		transform: translateX(-100%);
		min-width: 120px;
	  }
	
	  .submenu.show {
		display: block;
		transform: translateX(0);
	  }
	
	#navigatie {
		/* opmaak structuurelement <nav> */
		width: 99%;
		background: #f19d3b;
		font-size: 1.2em;
		height: 35px;
		margin-left: 10px;
	}
	
	#navigatie ul {
		/* opmaak opsommingslijst in de navigatiebalk */
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#navigatie li {
		/* opmaak opsommingen in de navigatiebalk */
		margin: 0;
		float: left;
	}
	
	#navigatie a:link, #navigatie a:visited {
		/* opmaak standaard hyperlink en bezochte hyperlink */
		color: #fff;
		display: block;
		height: 20px;
		padding: 5px 10px;
		text-decoration: none;
	}
	
	#navigatie a:hover, #navigatie a:active {
		/* opmaak hover hperlink en active hyperlink */
		background: #f19d3b;
		color: #000;
		border-radius: 35px;
	}
		
	#inhoud {
		/* opmaak structuurelement <session> */
		width: 99%;
		min-height: 400px;
		float: left;
		background-color: #e8ddbf;
		margin-top: 1px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		padding-left: 20px;
	}
	
	#inhoud h1 {
		text-align: center;
		font-size: 3em;
		color: #6a3525;
	}
	
	#inhoud img {
		pointer-events: none;
	}

	.artikel h2 {
		color: #6a3525;
	}

	.artikel h1 {
		color: #6a3525;
	}
	
	.artikel h3 {
		text-align: center;
	}
	
	.artikel h4 {
		font-size: 1.3em;
	}
	
	.artikel {
		/* tekstkleur <article> */
		color: #333;
		font-family: 'Merriweather', serif;
	}

.artikel hr {
	border: none;
	border-top: 3px solid #b9af74; /* change color here */
}


.artikel a:link, .artikel a:visited {
		font-weight: bold;
		color: #cc0000;
	}
	
	.artikel a:hover, .artikel a:active {
		/* opmaak hover hperlink en active hyperlink */
		text-decoration: underline;
	}
	
	.clickable-image {
				display: block; /* Make the anchor tag a block element */
				float: left;
	}
	
	#voet {
		/* opmaak voettekst van de webpagina */
		width: 100%;
		float: left;
		background: #000;
		color: #FFF;
		text-align: center;
		font-style: normal;
		margin-top: 1px;
		margin-bottom: 2em;
		margin-left: auto;
		padding: 0px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	/* Header stijl voor de dungeons & dragons pagina's */
	#kopdd {
	  width: auto;
	  height: 150px;
	  background-image: url("../afbeeldingen/banner3.png");
	  background-size: auto;
	  background-repeat: no-repeat;
	  border-radius: 10px;
	  color: white;
	  padding-top: 25px;
	  padding-left: 40px;
	  margin-top: 1px;
	}
	
	/* Section and articles voor Dungeons & Dragons pagina's */
	#inhouddd {
		/* opmaak structuurelement <session> */
		width: 80%;
		min-height: 400px;
		float: right;
		background-color: #e8ddbf;
		border-top-right-radius: 10px;
		padding-left: 20px;
		margin-right: auto;
		margin-top: 1px;
	}
	
	.artikeldd {
		color: #333;
	}
	
	/*dungeons and dragons table settings */
	
	#ddtable {
		width: 100%;
		border: 0;
		border-spacing: 0;
		font-family: 'Merriweather', serif;
	}

	#ddtable h2 {
		color: #6a3525;
	}
	
	/*dungeons and dragons nav table */
	
	#ddnav {
		font-size: 1.2em;
		height: 30px;
		margin-left: 10px;
		width: 10%;
		background: #000;
		padding-left: 10px;
		padding-top: 10px;
		vertical-align: top;
	}
	
	#ddnav a:link, #ddnav a:visited {
		/* opmaak standaard hyperlink en bezochte hyperlink */
		color: #fff;
		display: block;
		height: 20px;
		padding: 5px 10px;
		text-decoration: none;
	}
	
	#ddnav a:hover, #ddnav a:active {
		/* opmaak hover hperlink en active hyperlink */
		background: #cc0000;
		color: white;
		border-radius: 35px;
	}
	
	/*dungeons and dragons informatie table */
	
	#ddarticle {
		background: #e8ddbf;
		width: 90%;
		padding: 20px;
		vertical-align: top;
	}
	
	#ddarticle b {
        color: #6a3525;
    }
	
	#ddarticle video {
		max-width: 100%;
		height: auto;
	}
	
	#ddarticle a:link, #ddarticle a:visited {
		font-weight: bold;
		color: #cc0000;
	}
	
	#ddarticle a:hover, #ddarticle a:active {
		/* opmaak hover hperlink en active hyperlink */
		text-decoration: underline;
	}

    #ddarticle hr {
        border: none;
        border-top: 2px solid #b9af74;
    }
	
	/*dungeons and dragons map area page table */
	
	#ddmap {
		background: #e8ddbf;
		width: 15%;
		padding: 20px;
		vertical-align: top;
	}
	
	#ddmapinfo {
		background: #e8ddbf;
		width: 75%;
		padding: 20px;
		vertical-align: top;
	}

	#ddmapinfo b, h3 {
		color: #6a3525;
	}

    #ddmapinfo hr {
        border: none;
        border-top: 2px solid #b9af74; /* change color here */
    }
	
	#ddmapinfo a:link, #ddmapinfo a:visited {
		/* opmaak standaard hyperlink en bezochte hyperlink */
		font-weight: bold;
		color: #cc0000;
	}
	
	#ddmapinfo a:hover, #ddmapinfo a:active {
		/* opmaak hover hperlink en active hyperlink */
		text-decoration: underline;
	}
	
	#podcast {
		border: 0px;
	}
	
	/* stijl voor monster croll box */
	
	#monsterDropdown {
		background:#000;
		color: #fff;
		font-size: 1.2em;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
		vertical-align: top;
	}
	
	#monsterDropdown option:checked {
		background: #cc0000;
		color: white;
		border-radius: 35px;
	}

/*Stijl voor dropdown chapters */

#chapterDropdown {
	width: 500px;
}

/*Stijl voor chapter layout */

.chapter {
	display: flex;
	align-items: center; /* Vertically center the items */
	gap: 20px; /* Space between image and text */
  }
  
  .chapter img {
	max-width: 100%; /* Responsive sizing */
	height: auto; /* Maintain aspect ratio */
  }
  
  .chapter p {
	margin: 0; /* Remove default margins */
	max-width: 50%;
  }

  .chapter b {
      color: #6a3525;
  }

  .chapter hr {
      max-width: 2px;
      border: none;
      border-top: 2px solid #b9af74; /* change color here */
  }

  .chapter a:link, .chapter a:visited {
	  font-weight: bold;
	  color: #cc0000;
  }

  .chapter a:hover, .chapter a:active {
	  text-decoration: underline;
  }

/* audio-player. */
.custom-audio-player {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1000px; /* Adjust as needed */
  margin: auto;
  background-color: #294253; /* Dark background for player */
  padding: 10px;
  border-radius: 8px;
}

#playPauseButton {
  background-color: #cc0000;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
}

#playPauseButton img {
	height: 45px;
	width: 45px;
  }

#progressContainer {
    flex-grow: 1;
    background-color: #555;
    border-radius: 5px;
    height: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

#progressBar {
    background-color: #cc0000;
    height: 100%;
    width: 0%;
    border-radius: 5px;
}

#progressHandle {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #cc0000;
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

#currentTime, #duration {
  color: #fff; /* White text for time */
  font-size: 14px;
}

#volumeContainer {
  display: flex;
  align-items: center;
  gap: 5px;
}

#volumeButton {
  background: none;
  border: none;
  color: #fff; /* White color for volume icon */
  font-size: 20px;
  cursor: pointer;
}

#volumeSlider {
  width: 80px;
  height: 5px;
  background: #555; /* Darker background for slider */
  border-radius: 5px;
  outline: none;
}

#volumeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: #cc0000;
  cursor: pointer;
  border-radius: 50%;
}

audio {
  display: none; /* Hide default audio controls */
}

#backwardButton, #forwardButton {
    background-color: #cc0000;
    border: none;
    cursor: pointer;
	Border-radius: 50%;
}

#backwardButton img, #forwardButton img {
   height: 30px;
   width: 30px;
}
  