<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.galleryslide.info&gt;a{
  background-image: url("infofolge.png");
}
.galleryslide&gt;a{
  background-image: url("start.png");
}
.galleryslide&gt;a:hover{
  background-image: url("start_ov.png");
}
.galleryslide.on&gt;a{
  background-image: url("stop.png");
}
.galleryslide.on&gt;a:hover{
  background-image: url("stop_ov.png");
}
.galleryback&gt;a{
  background-image: url("back.png");
}
.galleryback&gt;a:hover{
  background-image: url("back_ov.png");
}
.galleryforward&gt;a{
  background-image: url("forward.png");
}
.galleryforward&gt;a:hover{
  background-image: url("forward_ov.png");
}
.galleryoverview&gt;a{
  background-image: url("uebersicht.png");
}
.galleryoverview&gt;a:hover{
  background-image: url("uebersicht_ov.png");
}

/*
  font-family: "Cabin";
  font-family: "Syncopate";
  font-family: "Aldrich";
  font-family: "Amaranth";
  font-family: "Carme";
  font-family: "Doppio One";
  font-family: "Play";
  font-family: "Raleway";
*/

.top{
   font-family: "Carme"; 
  letter-spacing: 0px;
}
.right .top{
  padding-right: 50px;
}

/*
body{
  background-color: #f7f2df;
*/

body{
  background-color: #f7f2df;
}

/*NAVI*/

/*Generell*/
nav.middle{
  font-family: "Carme";
}
/*Links*/
nav.middle a, nav.middle a:visited {
  font-weight: lighter;
  color: #696969;
}
/*Aktive Links oder mit Hover*/
nav.middle div:hover &gt; a, div#navactive &gt; a, div.navactive &gt; a, div.navactive &gt; a:visited, div#subnavactive &gt; a {
  text-shadow:none;
  font-weight: bold;
}
/*Metanavi generell und Links*/
nav.top,
nav.top a,
nav.top a:visited{
  color: #99948c;
  font-size: 11px;
}
/*Metanavi Hover*/
nav.top a:hover,
nav.top a:visited:hover{
  color: black;
}

/*INFOTEXT*/

/*Infotext-Overlays*/
.fullsize&gt;.pos0{
  /*
  font-size: 14px;
  font-weight: normal;
  color: magenta;
  font-family: "Arial",sans-serif;
  background: none;
  padding: 10px;
  */
}
.fullsize&gt;.pos1{
  /*
  font-size: 14px;
  font-weight: normal;
  color: magenta;
  font-family: "Arial",sans-serif;
  background: none;
  padding: 10px;
  */
}
.fullsize&gt;.pos2{
  /*
  font-size: 14px;
  font-weight: normal;
  color: magenta;
  font-family: "Arial",sans-serif;
  background: none;
  padding: 10px;
  */
}
.fullsize&gt;.pos3{
  /*
  font-size: 14px;
  font-weight: normal;
  color: magenta;
  font-family: "Arial",sans-serif;
  background: none;
  padding: 10px;
  */
}

/*STANDARDSEITE*/
/*Ãœberschrift oben*/
.stdtop h1{
  
  font-size: 18px;
  font-weight: normal;
  color: #212121;
  font-family: "Carme",sans-serif;
  
}
/*Ãœberschrift unten*/
.stdbottom h1{
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  font-family: "Arial",sans-serif;
  */
}
/*Text oben*/
div.stdtop&gt;div p{
  
  font-size: 16px;
  font-weight: normal;
  color: dimgray;
  font-family: "Carme",sans-serif;
  line-height: 120%;
  text-align: justify;
  
}
/*Links in Text oben*/
div.stdtop&gt;div p a,div.stdtop&gt;div p a:visited{
  /*
  font-weight: bold;
  */
  color: #444444;
}
/*Links in Text oben Hover*/
div.stdtop&gt;div p a:hover{
  /*
  font-weight: bold; 
  color: #99cc99;
  */
  color: #6B8E23;
}
/*Text unten*/
div.stdbottom&gt;div p{
  
  font-size: 13px;
  font-weight: normal;
  color: dimgray;
  font-family: "Carme",sans-serif;
  line-height: 120%;
  text-align: justify;
  
}
/*Links in Text unten*/
div.stdbottom&gt;div p a,div.stdbottom&gt;div p a:visited{
  /*
  font-weight: bold;
  */
  color: dimgray;
}
/*Links in Text unten Hover*/
div.stdbottom&gt;div p a:hover{
  /*
  font-weight: bold;
  */
  color: #6B8E23;
}
/*FORMULAR*/
.stdbottom .csc-mailform label{
  
  font-size: 14px;
  font-weight: normal;
  color: #696969;
  font-family: "Carme",sans-serif;
  
}
</pre></body></html>