
.bericht-container {
        max-width: 800px;
        margin: 20px auto;
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 20px;
        font-family: Georgia, sans-serif;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .bericht-container h3 {
        color: #004b8d; /* Ein schönes Rhein-Blau */
        border-bottom: 2px solid #004b8d;
        padding-bottom: 10px;
        margin-top: 0;
    }

    .bericht-liste {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 500px; /* Begrenzt die Höhe, falls die Liste zu lang wird */
        overflow-y: auto;  /* Fügt einen Scrollbalken hinzu */
    }

    .bericht-liste li {
        border-bottom: 1px solid #eee;
    }

    .bericht-liste li:last-child {
        border-bottom: none;
    }

    .bericht-liste a {
        display: block;
        padding: 10px 5px;
        text-decoration: none;
        color: #333;
        transition: background 0.3s, color 0.3s;
    }

    .bericht-liste a:hover {
        background-color: #00FFFF;
        color: #004b8d;
        padding-left: 10px; /* Kleiner Effekt beim Drüberfahren */
    }

    /* Scrollbar Verschönerung */
    .bericht-liste::-webkit-scrollbar {
        width: 8px;
    }
    .bericht-liste::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }


.bericht-modul {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

.bericht-modul h3 {
    color: #333;
    border-bottom: 2px solid #005580;
    padding-bottom: 10px;
    margin-top: 0;
}

.bericht-liste {
    list-style-type: none;
    padding: 0;
}

.bericht-liste li {
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
}

.bericht-liste li a {
    text-decoration: none;
    color: #005580;
    font-weight: bold;
}

.bericht-liste li a:hover {
    text-decoration: underline;
    color: #c00;
}


* {
    box-sizing: border-box;
max-width:100%;

}

.navbar {
  position: -webkit-sticky; /* Safari */
  position: sticky; /* If enabled it breaks dropdown menu */
  top: 0;
z-index:140;

 background-color: #00C4C4;
box-shadow: 3px 5px 7px #666060;
position: sticky;
    top: 0;


}




.web-cam video {
  width: 1990px;
  height: 640px;
  clip: rect(250px, 1990px, 505px,0px);
 border-radius: 5px;

  position: absolute;
  top: -234px;
 left: 0px;
  z-index:0;
 
}

.web-cam2 video {
  width: 1990px;
  height: 640px;
  clip: rect(180px, 1990px, 435px,0px);
border-radius: 5px;
 border: 1px solid #000000;
  position: absolute;
  top: -164px;
 left: 0px;
  z-index:0;
 
}

/* rochester-regular - latin */
@font-face {
  font-family: 'Rochester';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rochester-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rochester Regular'), local('Rochester-Regular'),
       url('fonts/rochester-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rochester-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/rochester-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/rochester-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/rochester-v11-latin-regular.svg#Rochester') format('svg'); /* Legacy iOS */
}

/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/josefin-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/josefin-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/josefin-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/josefin-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/josefin-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/josefin-sans-v16-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}


/* rouge-script-regular - latin */
@font-face {
  font-family: 'Rouge Script';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rouge-script-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rouge Script'), local('RougeScript-Regular'),
       url('fonts/rouge-script-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rouge-script-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/rouge-script-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/rouge-script-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/rouge-script-v9-latin-regular.svg#RougeScript') format('svg'); /* Legacy iOS */
}

/* Style the header */
.header {
min-height: 273px;
max-height: 273px;
padding: 10px;
text-align: center;
width: 100%;
height: auto;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
border-width: 5px;
 border-style: solid;
border-color: white;
padding: 0px;
box-shadow: 3px 2px 7px #666060;
z-index: 99999;
}




video {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
 border: 1px solid #ddd;
box-shadow: 3px 5px 7px #666060;
padding: 5px;
z-index: 0;
}


.player {
border-radius: 10px;
overflow: hidden;
border-radius: 5px;
border: 1px solid #ddd;
box-shadow: 3px 5px 7px #666060;
padding: 5px;
<center>
height: 570px;
width: 990px;
z-index: 0;
}



.container {
    max-width: 1145px;

    margin: 0 auto;
    padding: 0px;
    text-align: center;
    box-shadow: 3px 5px 7px #666060;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #00C4C4;
box-shadow: 3px 5px 7px #666060;
position: sticky;
    top: 0;
 z-index: 30;
}

/* Style the topnav links */
    .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
 z-index: 30;
}


h1 {

    font-size: 40px;

}

h2 {
    font-size: 30px;

}

h3 {
    font-size: 20px;

}



p {
    font-size: 20px;

}

p5 {
    float: center;

padding:10px;	


 font-size: 20px;    
    border: none;
    outline: none;
    color: white;
}

p2 {
    font-size: 30px;
font-family: Rochester , Helvetica, Arial, sans-serif;
}

p3 {
    font-size: 30px;
font-family: Rochester , Helvetica, Arial, sans-serif;
}

p4 {
    font-size: 30px;
font-family: Rouge Script , Helvetica, Arial, sans-serif;
}

.active {
    background-color: #429393;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
z-index: 30;
}


/* Erstellen Sie drei gleiche Spalten, die nebeneinander schweben */
.column {
    float: left;
    width: 31%;
    padding: 5px;
 border: 2px solid #ddd;
margin:13px;

}


/* Erstellen Sie eine Spalte, die nebeneinander schweben */
.column2 {
    float: center;
    width: 80%;
    padding: 15px;

}



/* Erstellen Sie eine Spalte, die nebeneinander schweben */
.column7 {
    float: center;
    width: 80%;
    padding: 15px;

}

/* Erstellen Sie eine Spalte, die nebeneinander schweben */
.column1 {
    float: center;
    width: 80%;
    padding: 15px;
}


/* Erstellen Sie eine Spalte, die nebeneinander schweben */
.column20 {
    float: center;
    width: 70%;
    padding: 15px;
}

/* Erstellen Sie zwei Spalten, die nebeneinander schweben */
.column3 {
    float: left;
text-align: left;
    width: 50%;
    padding:15px;
}

/* Erstellen Sie zwei Spalten, die nebeneinander schweben */
.column50 {
    float: center;
text-align: center;
    width: 80%;
    padding:15px;
}


/* Erstellen Sie vier Spalten, die nebeneinander schweben */
.column4 {
    float: left;
    width: 25%;
padding:15px;

   


}

/* Clear schwebt nach den Spalten */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive Layout - Lässt die drei Spalten übereinander und nicht nebeneinander stapeln */

@media screen and (max-width:600px) 
{
    .column {
     width: 100%;
    }
}

footer p {

float: center;

padding:12px;	
margin: margin:10px 0px;

 font-size: 20px;    
    border: none;
    outline: none;
    color: white;
}

footer {
	
background: #00C4C4;
	
border-color: #8a9da8;

 border-radius: 0px 0px 25px 25px;
}

footer6 {
	
background: #f2f2f2;
	
border-color: #8a9da8;

 border-radius: 0px 0px 25px 25px;
}

/******************Besonderheiten für Bildschirmgroesse max. 768px**********************/

@media (max-width: 768px) {

header {
  font-size: 0.7em;
}
#headerbottom {
  background-color: #FFFFFF;
  background-image: linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
}

.navi a:link, .navi a:active, .navi a:visited {
  display: block;
  background-color: #868FC8;
  background-image: linear-gradient(#868FC8 0%, #6B72A8 100%);
  background-image: -webkit-linear-gradient(#868FC8 0%, #6B72A8 100%);
  padding: 5px;
}

}

/*****************Besonderheiten für Bildschirmgroesse max. 480px***********************/

@media (max-width: 480px) {
.headertextlarge {
  font-size: 1.500em;
  padding: 15px 0px 0px 0px;
  text-align: center;
}
.headertextsmall {
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

#headerimage {
  float: none;
  width: 180px;
  margin: 15px 50px 0px 50px;
  border: 5px solid #FFFFFF;
}

#headertop {
  height: 210px;

}

article {
  padding: 2px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.338em;
}

.fussinhalt {
  letter-spacing: 1px;
  padding: 3px 0 0 0;
}

.fussinhalt h4 {
 padding: 1px;
}

h1 {
  font-size: 1.250em;
}

}