﻿
/* Browserungleichheiten ausgleichen */
/* --------------------------------- */

* {padding: 0;  margin: 0;} /* Alle Ränder und Paddings standardmässig 0 */ 

/* Abstand nach unten */
h2, p, ul, ol {margin-bottom: 1em;}

/* Verschachtelte Listen ohne Abstand */
ul ul {margin-bottom: 0;} 

/* Abstand von links */
li {margin-left: 1em;}


/* allgemeine Styles */
/* ----------------- */

a {color: rgb(0,0,0); } 


* {
   box-sizing: border-box;  /* width-angaben bziehen sich auf Inhalt+Padding+Border */
}

body {
   font-family: century gothic, sans-serif, Arial;
   font-size: 14pt;
   color:  rgb(0,0,0);
   background-image: url("FotoV52.jpg");
   background-size: cover;
}


div#impressum {
   width: 550px;
   height: 330px;
   margin-top: 13%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 30px;
   background-color: white;
   text-align: center;
   /* border: 1px solid rgb(0,0,0); */
   border-radius: 0px;
}

.name {
   font-size: 18pt;
   font-weight: bold;
}

.text {
   font-size: 18pt;
   font-weight: plain;
}

.abstand {
   font-size: 8pt;
   font-weight: plain;
}

.versteckt {
   font-size: 3pt;
   color: white;
}
.versteckt h1 {
   font-size: 3pt;
}
