﻿@charset "UTF-8";

@media all
{


@font-face {
  font-family: 'Visia Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/VisiaPro-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/VisiaPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/VisiaPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/VisiaPro-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/VisiaPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/VisiaPro-Regular.svg#Visia Pro') format('svg'); /* Legacy iOS */
}



/* --- select box kalender, fotoarchiv, ... jahr - #dfdfcf --- */
.person {font-family: "Visia Pro"; font-size:0.9em; background:#ffffff; margin:1em 0 2em}
.jahr {font-family: "Visia Pro"; font-size:14pt; background:#ffffff; margin:1em 0 2em}
/* font-size:0.9em; klappt  nicht */
.nummer {font-family: "Visia Pro"; font-size:0.9em; background:#ffffff; margin:1em 0 2em}


/* --- absatzausrichtung ------------------------------------------------------------------------- */

.mittig {
        text-align: center;
}        

.links {
        text-align: left;
}        

.rechts {
        text-align: right;
}        


.print { display: none; }


/* Wenn die max-width - Eigenschaft auf 100% eingestellt ist, wird das Bild verkleinern, wenn sie hat, aber nie größer sein skalieren als die Originalgröße: */
img {
    max-width: 100%;
    height: auto;   
}

/* --- cz anpassen ------------------------------------------------------------------------------- */
  h1,h2,h3,h4,h5,h6 {
    font-family: "Arial";                       /* font-family: "Visia Pro"; */
    font-weight:normal;                         /* idee #009900 schönes grün */
    color:#008700;                              /* color:#222; - neu geze 16.02.2009 10:26 ---- #a66f00 neu 14.09.2016 11:35:53 ---#9B4200 neu 14.09.2016 15:32:04   #B8860B --- 27.03.2020 15:50:01 */
    margin: 0 0 0.25em 0;
  }

  /* standard 14px 	*/
  h1 { font-size: 1.7em; font-weight: bold; }        /* 24/14 = 1,7em */
  h2 { font-size: 1.4em; font-weight: bold; }        /* 20/14 = 1,4em */
  h3 { font-size: 1.1em; }                           /* 16/14 = 1,1em */
  h4 { font-size: 0.8em; color:#000000; }                           /* 12/14 = 0,8em */
  /* h5 { font-size: 116.67%; } */                   /* 14px */
  /* h6 { font-size: 116.67%; } */                   /* 14px */
                 

/* --- L I N K S ---------------------------------------------------------------------- */

/* http://www.script-inside.de/Css/All_klas/links.php */
/* fuer eine php-scripte, Farben aus Website X5 */
a.immCssLink:link { color: #900; text-decoration:underline; font-weight: bold; }
a.immCssLink:visited,
a.immCssLink:focus,
a.immCssLink:active,
a.immCssLink:hover { color: #900; text-decoration:underline; font-weight: bold; background-color: #e6b8af; }

  
  /*
  a { color: #900; text-decoration:none; font-weight: bold; }  
  */
  /* nva-gruen #4b5320; background-color: #e6b8af; */

/*
  a:visited  { color: #900; } 

  a:focus,
  a:hover,
  a:active { color:#900; text-decoration: none; font-weight: bold;} 
*/

}

