.hyperaudio-player{
	min-width:100%;
	border-radius:5px;
	/*background-color: rgba(238, 238, 243, 0.8);*/
		
}
  #slide-sidebar {
     display: none;
  }

  input:checked ~ .transcript-holder {
      left: 0;
  }

  input:checked ~ #slide-label {
      left: 0;
      transform: rotate(180deg);
  }


#Kapitelliste ul li{
	list-style:none;
	padding: 1px;
}

#Kapitelliste h2{
	font-weight: 100;
	text-transform: none;
	font-size: 1em;
	/* letter-spacing: .1em; */
	color: black;
}


#Kapitelliste a{
	/*color:red;*/
	text-decoration:none;
	font-weight: 100;
	text-transform: none;
	font-size: 1em;
	/* letter-spacing: .1em; */
	color: black;
}


#Kapitelliste a:hover {
  color: grey;
  /*background-color: #ff3399;*/
}

.headinglist{
	padding: 10px 0px;
	font-size:0.9em;
	line-height:1em;
	margin:0px;
}


#fileviewer{
	width:100%;
	height:100%;
}

/* General list styles */
ul {
    list-style-type: none; /* Remove default list bullets */
    margin: 0;
    padding: 0;
}

/* Styling for heading list */
.headinglist-container {
  background-color: transparent;
  border: 0px solid #ddd;
  border-radius: 0px;
  padding: 0px;
}



.headings-list a {
    text-decoration: none;
    padding: 0px 5px 2px 25px;
	color: rgb(68, 68, 68);
	/* letter-spacing: .1em; */
	line-height: 1em;
	background: transparent url(download_icon.png) 5px center no-repeat;
	font-size:0.9em;
}

.headings-list a:hover {
    color: #0056b3; /* Darken the color on hover */
    text-decoration: underline;
}

/* Styling for file list */
.filelist {
 /*    padding: 10px; */
}

.filelist-heading{
	text-decoration:underline;
}
.related-files li {
    margin: 1px 0;
	line-height:1em;
	
}

.module-title{
	margin-bottom:0px;
}

.related-files a {
    text-decoration: none;
/* 	letter-spacing: .1em; */
	line-height: 1em;
	color: rgb(68, 68, 68);
	background: transparent url(download_icon.png) 5px center no-repeat;
	padding: 0px 5px 2px 25px;
	font-size:0.9em;
}

.related-files a:hover {
    color: #218838; /* Darken the color on hover */
	font-size:0.9em;
}

.Zitat_add {
	font-style:italic;
	font-size: 0.8em;
}			
.dl_file_name {
    color: #333;           /* Sets the text color */
    font-size: 0.8em;       /* Sets the font size */
    padding: 5px;          /* Adds padding around the text */
    display: inline-block; /* Makes the span behave like a block, allowing width and height adjustments */
}

.dl_file_name hover{
    color: #333;           /* Sets the text color */
    font-size: 0.8em;       /* Sets the font size */
    padding: 5px;          /* Adds padding around the text */
    display: inline-block; /* Makes the span behave like a block, allowing width and height adjustments */
}
.dl_file_name svg {
    fill: #555; /* Change the color of the SVG icon */
    width: 24px; /* Adjust width, if necessary */
    height: 24px; /* Adjust height, if necessary */
}

.src_container{
 
}
.hyperfile_heading h4{

}
.hyperfile_heading{

}
.src_container h4{

}

.Zitat_add {
	font-style:italic;
	font-size: 0.8em;
}

.filelist-heading {

}

/*Phoca Dowloadlist in Module Styling*/
/* www.phoca.cz - filelist */
.phocadownloadfilelist {
	background: #fdfdfd;
	border:0px solid #cccccc;
	margin:0px;
}

.phocadownloadfilelistitem {
	padding: 3px 5px ;
	
	
}
.phocadownloadfile {
	border:1px solid #cccccc;
	margin:5px;
	padding: 3px 5px;
}

.phocadownloadfilelist16 {
	background: transparent url(download_icon.png) 5px center no-repeat;
	padding: 10px 10px 10px 24px;
	font-size:0.9em;
}
.phocadownloadfilelist32 {
	background: transparent url(download_icon.png) 5px center no-repeat;
	padding: 0px 5px 2px 25px;
	line-height:1em;
	font-size:0.9em;
}

.phocadownloadfilelist32 a{
color: rgb(68, 68, 68);
}

.phocadownloadfilelist32  a:hover {
    color: #218838; /* Darken the color on hover */
    text-decoration: underline;

}
.no-data {
  background: transparent url(download_icon.png) 5px center no-repeat;
  padding: 0px 5px 2px 25px;
  line-height: 1em;
  font-size: 0.9em;
}
/*make the detail previe menu sticky*/
#item-preview {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* Sticks the element to the top when scrolling */
    z-index: 1000; /* Ensures it stays above other elements when overlapping */
    background-color: white; /* Optional: To prevent content underneath from showing through */
    padding-top: 10px; /* Optional: Adds some padding at the top */
}