
		body {
			
			margin: 0;
			padding: 0;
			font-family: 'Oswald', serif;

		}
		
		.cl_hole_title {
			display: flex;
			font-size: 40px;
		}
		
		.container {
			display: flex;
			flex-wrap: wrap;
			width: 80%;
			margin: 0 auto;
		}
		.container{
			padding: 20px;
			box-sizing: border-box;
		}
		.container_links {
			background-color: #fff;
			width: 20%;
		}
		.container_rechts {
			background-color: #fff;
			width: 80%;
			margin-top: -20px;
		}			
		
		nav {
			flex-basis: 20%;
			background-color: #fff;
			padding: 20px;
			height: 100vh;
			position: relative; /******/
			position: fixed;
			/*left: 0;
			top: 0;*/
			font-size: 20px;
		}
		nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		nav ul li {
			padding: 2px 0;
			/*border-bottom: 1px solid #ccc;*/
		}
		nav ul li a {
			color: #333;
			text-decoration: none;
			display: block;
		}
		nav ul li a:hover {
			color: #000;
		}
		.dropdown {
			position: relative;
			display: inline-block;
		}
		.dropdown-content {
			display: none;
			position: absolute;
			z-index: 1;
			margin-left: 60px; /* untermenue nach rechts verschoben*/
			margin-top: -30px; /* untermenue nach oben verschoben*/
		}
		.dropdown:hover .dropdown-content {
			display: block;
		}
		.dropdown-content ul {
			list-style: none;
			padding: 0;
			margin: 0;
			background-color: #f9f9f9;
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
			position: absolute;
			top: 0;
			left: 100%;
		}
		.dropdown-content ul li {
			/* padding: 10px 0; */
			border-bottom: 1px solid black;
			position: relative;
		}
		.dropdown-content ul li a {
			color: #333;
			text-decoration: none;
			display: block;
			padding: 5px;
		}
		.dropdown-content ul li a:hover {
			background-color: #f1f1f1;
		}
		.dropdown-content .dropdown {
			position: static;
			display: block;
		}
		/* Hochscrollteil */
		#scrollToTop {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 20px;
			display: none;
			position: fixed;
			bottom: 20px;
			right: 20px;
			background-color: red;
			color: #fff;
			padding: 10px;
			border-radius: 5px;
			cursor: pointer;
				a:link,
				a:visited,
				a:hover {
				  color: yellow;
				}
			}

			
		.p1 {
			font-size: 40px;
			color: black;
		}
		.ptext {
			font-size: 30px;
		}
		.ptext2 {
			font-size: 24px;
			margin-bottom:-5px;
		}
		.ptext3 {
			font-size: 14px;
		}	
		.ptext4 {
			font-size: 20px;
			color: #3399ff;
			/* font-weight: bold; */
			margin-bottom:0px;
			margin-top:-15px;
		}			

		img {
			padding: 10px 10px 5px 10px;
		}


		.bildbox {
			border: 2px solid black;
			box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
			width: 1044px;
			margin-bottom:20px;
		}
		.bildbox2 {
			border: 2px solid black;
			box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
			width: 1044px;
			margin-bottom:20px;
		}

audio::-webkit-media-controls-enclosure {
    border-radius: 0;
	border: 2px solid black;
}

table {
  border: 0px;
}

td {
  padding-right: 15px;
  padding-bottom: 15px;
}	
		
