<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Layoutdefinition  der Startseite mit rechtsseitigen Boxen */
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto 165px;
  grid-template-rows: min-content auto auto 19em auto  ;
  /* background-color: #d4eafb; */
}  

/* .grid-container &gt; div { */
  /* background-color: rgba(255, 255, 255, 0.8); */
/* } */

.header {
    grid-column: 1 / -1;
 }

/* Sehr schmal - Einzeiler: Mobile first */
@media only screen and (max-width: 399px) {
  .article,.sidearea1,.sidearea2,.sidearea3,.sidearea4 
   { grid-template-columns: auto ;
     grid-column: 1 / -1;
    }
	
  .headerschrift 
   { font-size: 1.6em;	
	}
	
  table.headerbild
   { height:150px;
    }
	
  table.berichte img
   { width: 60%;
    }

  table.startlogo
   { background-image:url(bilder/rkf-logo-trans1-klein.gif); 
	}

}

/* Schmale Monitore/Tablets */
@media only screen and (Min-width: 400px) {
  .article 
   { grid-column: 1 / -1;
    }
 
  .headerschrift {
	  font-size: 2.4em;	
	 }
  table.headerbild
    { height:160px;
     }

  table.berichte img
    { width: 70%;
     }
   
  table.startlogo
    { background-image:url(bilder/rkf-logo-trans1-klein.gif); 
	 }

 }
 
 @media only screen and (Min-width: 600px) {
    .headerschrift 
	 { font-size: 3.2em;	
	  }
  table.headerbild
    { height:180px;
     }
	
  table.berichte img
    { width: 75%;
     }
	
  table.startlogo
    { background-image:url(bilder/rkf-logo-trans1.gif); 
	 }
	
 }
  

@media only screen and (max-width: 570px) {
.sidearea3,.sidearea4
  { display:none;
    clear: right;
   } 
}

@media only screen and (max-width: 700px) {
.sidearea4
  { display:none;
    clear: right;
   }  
}


/* kleine Monitore/Tablets */
@media only screen and (min-width: 800px) {
  .article 
   { align-self: flext-start;
     grid-column: 1 / 4;  
      /* grid-column: 2 / -1; Einteiler vorne */
      grid-row: 2 / span 4;
     }
   
   .headerschrift 
    { font-size: 4em;	
	 }
   
   table.headerbild
    { height:190px;
	 }
  
  table.berichte img
   { width: 80%;
    }	
 }

@media only screen and (Min-width: 1000px) {
   table.headerbild
    { height:200px;
     }
  
  table.berichte img
    { width: 90%;
     }
 }

/* groÃŸe Monitore / Widescreen - begrenzen */
@media only screen and (min-width: 1300px) {
   .grid-container 
    { Width: 1300px; 
	 }
   
   .headerschrift 
    { font-size: 4.5em;	
	 }	
   
   table.headerbild
    { width:1300px;
	  height:213px;
     }	
   
   table.headerlinkhintergrund 
	{  width: 1300px;
     }	
   
   table.berichte img
    { width: 100%;
     }
	
 }

/* Definitionen der Style-Elemente */
.texthintergrund {
        display: table;
		background:url(bilder/menuebar1_inv.jpg);
		/* border-style:solid; */
        /* border-color:#FFFFFF; */
        /* border-width:1px; */
      }


.headerschrift
 { color:#000099; 
   font-family: Arial; 
   font-weight: bold; 
   text-shadow: 3px 3px 5px #c9ddff;
  }

table.headerlinkhintergrund 
	{  background:url(bilder/menuebar1.jpg);
	   width:100%;
       height:30px;
    }	
 
table.headerbild
 { background:url(bilder/Header01-1300px.jpg);
   width:100%;
   
 }

table.headerbild, table.headerlinkhintergrund
 { background-repeat:no-repeat ;
   background-position:top;   
 }	

.footer {
  grid-column: 1 / -1;
 }


/*  ----------- Sonderfarben etc --------- */
.dblau 
 { color:#000099; 
   font-family: Verdana, Arial, Helvetica, Helv, sans-serif; 
   font-weight: bold; 
 }
	
.dblaubold 
 { color:#000099; 
   font-family: Verdana, Arial, Helvetica, Helv, sans-serif; 
   font-size : 12pt;
   font-weight: bold;
 }

.rkf {  font-weight: bold; color: #0066CC; } 

.rkflogo 
 { background-image:url(bilder/rkf-logo-trans1.gif) ;
   background-repeat:no-repeat ;
   background-position:top;
	 }

/* Dropdown Button Ansicht */
 .dropbtn {
  font-size: 1.3em; /* ca 12pt default */
  text-decoration:none;
  color: #0a126d; /* Marineblau */
  border: none;
  background: -moz-linear-gradient(top, #718294, #F0F2F1);    
  background: -webkit-linear-gradient(top, #718294, #f0f2f1);
  background: -ms-linear-gradient(top, #718294, #f0f2f1);
  background: -o-linear-gradient(top, #718294, #f0f2f1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.dropbtn a 
 { text-decoration:none; 
   color: #0a126d; /* Marineblau */
 }

/* The container &lt; div &gt; - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/*    Dunkel: 718294 /grau 9e9e9e / mitte: c0c5cb /grau: cdcdcd / Hell f0f2f1 / grau e4e4e4  */

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #c9ddff; */
  min-width: 10em;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0, .2);
  z-index: 1;
}
 
 
/* Links inside the dropdown */
.dropdown-content a {
  text-decoration:none;
   font-size: 12pt;
   white-space: Nowrap;
   background-color: #f0f2f1;
   color: #0a126d; /* Marineblau */
  /* background-color: #c9ddff; */
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  text-decoration:none;
 box-shadow: 1px 2px 4px rgba(0,0,0, .2);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 /* font-style:italic ; */ 
 }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  /* background-color: #9bb3e1; */
  color: #0a126d; /* Marineblau */
  text-decoration:none;
  background-color: #f0f2f1;
  background: -moz-linear-gradient(top, #F0F2F1, #718294);    
  background: -webkit-linear-gradient(top, #f0f2f1, #718294);
  background: -ms-linear-gradient(top, #f0f2f1, #718294);
  background: -o-linear-gradient(top, #f0f2f1, #718294);
}

 /*  ----------- Tabellen - Auflistung --------- */
 /* Zeilen sollen sich verÃ¤ndern bei Mouseover  */
table.Liste
 { min-width: 50%;
   table-layout:auto;
   background-color: #f4fafe;
 }

table.Liste th
 { font-weight: bold;
   color:#0a126d; /* Marineblau */
   padding: 0.4em;
   background: -moz-linear-gradient(top, #718294, #F0F2F1);    
   background: -webkit-linear-gradient(top, #718294, #f0f2f1);
   background: -ms-linear-gradient(top, #718294, #f0f2f1);
   background: -o-linear-gradient(top, #718294, #f0f2f1);
 }

/* table.Liste tr { */ 
	 /* background-color: #fbfdfe; */ 
/*	} */ 
	
/*  table.Liste tr:nth-child(even) { */ 
	/* background-color: #f7fdfd; geht nicht mit Schatten*/  
	
/* }	*/ 

table.Liste td {
	 /* background-color: #fbfdfe; */ 
	 border-color: #c0c5cb;
	 border-bottom-style: solid; 
	 border-bottom-width:1px; 
 }

table.Liste tr:hover 
{  background-color:#f7fdfd; 
   box-shadow: 3px 3px 5px rgba(0,0,0, .4);
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}

 /*  ----------- Tabellen - Berichte --------- */
 /* Bilder darin sollen sich anpassen */
table.berichte
 { table-layout:auto;
 }

table.berichte img
 { width: 100%;
   height: auto;
 }

table.berichte th
 { font-weight: bold;
   color: #0a126d; /* Marineblau */
   padding: 0.6em;
   background: -moz-linear-gradient(top, #718294, #F0F2F1);    
   background: -webkit-linear-gradient(top, #718294, #f0f2f1);
   background: -ms-linear-gradient(top, #718294, #f0f2f1);
   background: -o-linear-gradient(top, #718294, #f0f2f1);
 }

 /*  ----------- allgemein --------- */

body 
 { font-family: Verdana, Arial, Helvetica, Helv, sans-serif; 
   font-size: 10pt;
   background-image:url(bilder/wallrkf1-white.png); 
  }

/*  Buttos, Textfelder mit Rahmen, gemeinsame HG Farbe, Schriftgroesse   */
select, input, textarea {
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	border: 1px solid #000099 ;
	font-size: 11px; 
}

select, input, textarea {
	background-color: #D8E7F7;
}

/* Submit Button ander Farbe ( pseudo-selectors) */
input[type=submit] {
	background-color: #EFEFEF;
}

/* Textfelder - default dunkelblau*/
select, textarea, input[type=text] {
  color: #000099;
}

/* Textfelder - bekommt Fokus: farbe Schrift und HG aendern */
select:focus, textarea:focus, input[type=text]:focus {
  color: black;
  background-color: #FFFFFF;
}

/*  Hauptmenue Header   */
a.hmenue{
 display: block;
 color: #0a126d; /* Marineblau */
 white-space: Nowrap;
 font-size: 1.1em;
 text-decoration:none;
 text-align:left;
 padding: 1px;
 background-repeat: no-repeat;
 background-position: center left;
  background-image:url(bilder/wallrkf1-white.png);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; 
  padding-left:6px;
  padding-right:16px;
}

a.hmenue:active, a.hmenue:hover, a.hmenue:focus{
 background-repeat: no-repeat;
 background-position: center left;
  background: -moz-linear-gradient(top, #718294, #F0F2F1);    
 background: -webkit-linear-gradient(top, #718294, #f0f2f1);
 background: -ms-linear-gradient(top, #718294, #f0f2f1);
 background: -o-linear-gradient(top, #718294, #f0f2f1);
 /* background: -moz-linear-gradient(top, #C9DDFF, #9BB3E1); */    
 /* background: -webkit-linear-gradient(top, #c9ddff, #9bb3e1); */
 /* background: -ms-linear-gradient(top, #c9ddff, #9bb3e1); */
 /* background: -o-linear-gradient(top, #c9ddff, #9bb3e1); */
 box-shadow: 1px 2px 4px rgba(0,0,0, .2);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}


/*    Dunkel: 718294 /grau 9e9e9e / Hell f0f2f1 / grau e4e4e4  */
 

/*  alte Farbe  #99CCFF, #D2E9F9   */
.loginbox {
  /*padding: 3px;*/
  width: 160px;
  background: #D2E9F9 ;
  border: 2px solid #ABC0EB;
  background: -moz-linear-gradient(top, #ABC0EB, #C9DDFF);    
  background: -webkit-linear-gradient(top, #abc0eb, #c9ddff);
  background: -ms-linear-gradient(top, #abc0eb, #c9ddff);
  background: -o-linear-gradient(top, #abc0eb, #c9ddff);
  box-shadow: 1px 2px 4px rgba(0,0,0, .2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align:center;
}

.headbox {
  /*padding: 3px;*/
  background-color: #D2E9F9 ;
  background-image:url('bilder/MainHead.jpg');
  height: 60px;
  border: 2px solid #ABC0EB;
  box-shadow: 1px 2px 4px rgba(0,0,0, .2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align:center;
 
}

.tabellenbox 
  { background-image:none;
    /* alt background: rgba(211,243,254,.5) ; */
    /*  border: 1px solid  #ABC0EB; */
	padding: 5px;
	background: #f7f8f8; /* fallback color */
    background: rgba(240,242,241,.5) ;
    border: 1px solid #C0C5CD;
    box-shadow: 1px 2px 4px rgba(0,0,0, .2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
 
.menueboxhell {
  /*padding: 3px;*/
  width: 160px;
   border: 1px solid  #e2e3e4;
   box-shadow: 1px 2px 4px rgba(0,0,0, .2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
  

.InfoRot {
	color: #FF0000;
}

/*  Nur Startseite ??    */ 
/* https://ebene11.com/imageslider-ohne-javascript.html#qcom62 */

.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}

.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.cssSlider {
    overflow-x: hidden ;
	width: 700px;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 600%;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements &gt; li {
    float: left;
    width: 16.666667%;
    position: relative;
}
 
#slide02:checked ~ .sliderElements {
    left: -100%;
}
 
#slide03:checked ~ .sliderElements {
    left: -200%;
}
 
#slide04:checked ~ .sliderElements {
    left: -300%;
}
 
#slide05:checked ~ .sliderElements {
    left: -400%;
}

#slide06:checked ~ .sliderElements {
    left: -500%;
}
 
/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
	display: block;
	opacity:1;
	color: #fff;
	position: absolute;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size:11px;
	left: 5px;
	bottom: 0;
	padding: .4em;
	width:95%; 
	background: rgba(0,0,0,.5);
	transition:all 1s ease;
}

/* Ausblenden wenn Hover */  
.sliderElements figure:hover figcaption { 
 opacity:0;
 bottom:0;
}
 
/* Bilder responsive */
.sliderElements img {
    width: 100%;
    height: auto;
}
 
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
    text-align: center;
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche MaÃŸe bringen und die Ecken abrunden */
.sliderControls label {
    width: 14px; 
    height: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
	background-image:url(bilder/SliderDotDeSelected.png);
}
 
/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"],
#slide05:checked ~ .sliderControls label[for="slide05"],
#slide06:checked ~ .sliderControls label[for="slide06"] {
	background-image:url(bilder/SliderDotSelected.png);
}</pre></body></html>