<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
    box-sizing: border-box;
max-width:100%;

}

.web-cam video {
  width: 1990px;
  height: 640px;
  clip: rect(250px, 1990px, 505px,0px);
 border-radius: 5px;

  position: absolute;
  top: -234px;
 left: 0px;
  z-index: 5;
 
}

.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: 5;
 
}

/* 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: 5px;
 border: 1px solid #ddd;
padding: 5px;

}




video {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
 border: 1px solid #ddd;
box-shadow: 3px 5px 7px #666060;
padding: 5px;
}


.container {
    max-width: 660px;
background-color: #efefeb;

    margin: 0 auto;
    padding:5px;
    text-align: center;
border: 7px solid #fff;
box-shadow: 5px 5px 5px #ccc;
border-radius: 15px;
    
   
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #00C4C4;
box-shadow: 3px 5px 7px #666060;
position: sticky;
    top: 0;
}

/* Style the topnav links */
    .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


h1 {

    font-size: 40px;

}

h2 {
    font-size: 30px;

}

h3 {
    font-size: 20px;

}

p {
    font-size: 15px;

}

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;
}


/* 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: 100%;

    height: auto;
    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 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:20px;	
margin: margin:10px 0px;

 font-size: 12px;    
    border: none;
    outline: none;
    color: white;
}

footer {
	
background: #D2C7B6;
	
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: 2px 0 0 0;
}

.fussinhalt h4 {
 padding: 5px;
}

h1 {
  font-size: 1.250em;
}

}</pre></body></html>