	html {
	    background: url(../images/verdi02.jpg) repeat fixed;
		background-color: rgb(226,226,226);
		background-image: verdi01.jpg;
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: fixed;
		background-size: cover;
	} 

	html * {
	    font-family: Times New Roman,Verdana,Arial,Helvetica,sans-serif;
	}
	
	iframe {
/*		border: none; */
		width: 900px;
		height: 800 px;
		resize: vertical;
	}
	
 .transparent-block {
        opacity: 0.5; /* Macht das gesamte Element (inklusive Inhalt) halbtransparent */
        background-color: black; /* Farbe des Blocks */
        width: 300px;
        height: 200px;
        margin-left: 550px;
        color: white;
        padding: 20px;
    }
	
/* Nur Updates-Tabelle */
.table-updates {
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16pt; /* Schriftgröße in der Tabelle */
}

.table-updates td {
    border: 1px solid #000;
    padding: 6px;
    vertical-align: top;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #990000;
  border-radius: 50%;
  display: inline-block;
}


/* feste Spaltenbreiten */
.table-updates colgroup col:nth-child(1) { width: 300px; }
.table-updates colgroup col:nth-child(2) { width: 700px; }
.table-updates colgroup col:nth-child(3) { width: 200px; }
	

.dropbtn1 {
  background-color: rgb(190,190,190);
  height: 50px;
  border-radius: 15px;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  border: none;
  cursor: pointer;
}

.dropbtn2 {
  background-color: rgb(190,190,190);
  height: 50px;
  border-radius: 15px;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: rgb(190,190,190);
  min-width: 525px;
/*  box-shadow: 8px 8px 8px 8px rgba(0,0,0,0.4);*/
  font-size: 20px;
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 9px 12px;
  text-decoration: none;
  display: block;
  border-radius: 15px;
}

.dropdown-content1 a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content1 {
  display: block;
  border-radius: 15px;
}

.dropdown:hover .dropbtn1 {
  background-color: rgb(190,190,190);
  opacity: 0.5;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: rgb(190,190,190);
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  font-size: 20px;
  z-index: 1;
}

.dropdown-content2 a {
  color: black;
  padding: 9px 12px;
  text-decoration: none;
  display: block;
  border-radius: 15px;
}

.dropdown-content2 a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content2 {
  display: block;
  border-radius: 15px;
}

.dropdown:hover .dropbtn2 {
  background-color: rgb(190,190,190);
  opacity: 0.5;
}

.flexbox1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-top: 10px;
	gap: 5px;
    border: none;
}

	body {
	    background-color: rgb(226,226,226);
	    background: ./images/verdi02.jpg;
	    border: medium none transparent;
	    border-radius: 30px 30px 30px 30px;
	    display: block;
	    overflow-y: scroll;
	    font-size: 16px;
	    margin-left: 100px;
	    width: 1150px;
	}
	
	#main {
	    background-color: white;
	    margin: 0 auto;
	    min-height: 580px;
	    padding: 0 5%;
	}

	#main > .layout-element {
	    border-spacing: 5px;
	    display: table;
	    margin: 0;
	    width: 100%;
	}

	#main > .layout-element > section {
	    border: 1px solid silver;
	    display: table-cell;
	    margin: 0;
	    padding: 5px;
	    text-align: justify;
	    vertical-align: top;
	    font-size: 14px;
	}

	/* #main > .layout-element > section > * {
	    border: 1px solid black;
	    margin: 10px;
	    padding: 10px;
	} */


	#main p {
	    margin: 0;
	    padding: 10px;
	}


	#main h1,h2,h3,h4,h5,h6 {
	    margin-top: 5px;
	    padding: 10px;
	    padding-top: 0;
	    margin-bottom: 0;
	}

	
	h1 {
		font-family: 'Times New Roman', fantasy; font-size: 64pt; font-weight: bold;
		color: rgb(158,0,0);
		font-size: 48pt;
		padding: 5px;
	}

	tr {
		valign: top;
	}
	
	audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 300px;
    height: 25px;
	padding-left: 5px;
	}


	.backToTop {
		font-family: Georgia;
		font-size: 16px;
		color: white;
		background-color: #0e4588;
		padding: 0px 10px 10px 10px;
		width: 100px;
		height: 25px;
		text-align: center;

		border-width: thin;
        border-color: #000000;
        border-style: solid;
        border-collapse : collapse;

        -moz-border-radius: 10px;
        border-radius: 10px;

		position: fixed;
		right: 2px;
		bottom: 75px;
		transform: rotate(270deg);

	    z-index: 200;
	}

	.backToTop:hover {
	        color: white;
	        background-color: red;
	        cursor: pointer;
	        cursor: hand;
        }
		
#showButton {
		background-color: #555;
		color: white;
		font-size: 14pt;
		padding: 10px 10px;
		border: none;
		border-radius: 5px;
		white-space: nowrap;
		cursor: pointer;
		margin-top: 10px;
}


#showAudioDynamic {
		background-color: #555;
		color: white;
		font-size: 16pt;
		padding: 10px 20px;
		border: none;
		border-radius: 5px;
		white-space: nowrap;
		cursor: pointer;
		margin-top: 10px;
}
	

	.layout-element._1 > *:first-child { width: 99.3%; }

	.layout-element._12 > *:first-child { width: 33.1%; }
	.layout-element._12 > *:last-child { width: 66%; }

	.layout-element._21 > *:first-child { width: 66.3%; }
	.layout-element._21 > *:last-child { width: 33%; }

	.layout-element._23 > :first-child { width: 39.1% }
	.layout-element._23 > :last-child { width: 60% }

	.layout-element._32 > :first-child { width: 60% }
	.layout-element._32 > :last-child { width: 39.1% }

	.layout-element._322 > :first-child { width: 68% }
	.layout-element._322 > :last-child { width: 31.1% }

	.layout-element._13 > *:first-child { width: 25%; }
	.layout-element._13 > *:last-child { width: 74.1%; }

	.layout-element._31 > *:first-child { width: 74.1%; }
	.layout-element._31 > *:last-child { width: 25%; }

	.layout-element._14 > :first-child { width: 49.5%; }
	.layout-element._14 > :last-child { width: 49.5%; }

	.layout-element._111 > *:first-child { width: 33%; }
	.layout-element._111 > *:nth-child(2) { width: 33%; }
	.layout-element._111 > *:last-child { width: 33%; }

	.layout-element._4 > :first-child { width: 27.6% }
	.layout-element._4 > :nth-child(2) { width: 22% }
	.layout-element._4 > :nth-child(3) { width: 22% }
	.layout-element._4 > :last-child { width: 27.6% }

	.layout-element._41 > :first-child { width: 22% }
	.layout-element._41 > :nth-child(2) { width: 16% }
	.layout-element._41 > :nth-child(3) { width: 25% }
	.layout-element._41 > :last-child { width: 36.3% }

	.layout-element._5 > :first-child { width: 19.8% }
	.layout-element._5 > :nth-child(2) { width: 19.8% }
	.layout-element._5 > :nth-child(3) { width: 19.8% }
	.layout-element._5 > :nth-child(4) { width: 19.8% }
	.layout-element._5 > :last-child { width: 19.8% }

