/* www.einegrossefamilie.de */
/* Farben:         */
/* 000 = schwarz   */
/* F00 = rot       */
/* 0F0 = gruen     */
/* 00F = blau      */
/* 0FF = tuerkis   */
/* F0F = magenta   */
/* FF0 = gelb      */
/* FFF = weiss     */


#kopfbereich
{
  font-family: sans-serif;
  color: #fff;
  background: #55F;
  font-size: 1.5em;
}


#cookiewarnung
{
  font-family: sans-serif;
  color: #000;
  background: #ff0;
  font-size: 1.0em;
  position: fixed;
}


.menue-links {
  border-style: solid;
  border-width: 1px;
  border-color: #FFF;
  display: none;
  float: left;
  font-family: sans-serif;
  font-size: 1.5em;

  height: 50px;

  padding: 5px;
}

.menue-mitte {
  color: #fff;   /* Text-Farbe */

  border-style: solid;
  border-width: 1px;
  border-color: #FFF;

  font-family: sans-serif;

  height: 50px;

  margin: 0px;
  padding: 5px;
}

h1.menue-mitte {
  font-size: 1.0em;
  font-weight: normal;
  text-align:center;
}

.menue-rechts {
  border-style: solid;
  border-width: 1px;
  border-color: #FFF;
  color: #fff;
  display: none;
  float: right;
  font-family: sans-serif;
  font-size: 1.5em;

  height: 50px;
  padding: 5px;
}

.menue-rechts a {
  color: #fff;
  text-decoration: none;
}

/* Hide checkbox Hauptmenü */
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #hauptmenue {
    display: inline;
}


/*Strip the ul of padding and list styling*/
ul {
  margin:0;
  padding:0;
  list-style-type: none;   /* e.g. circle, decimal, square, none  */
}

/*Create a horizontal list with spacing*/
#hauptmenue li {
  display: inline;
  padding: 0px;
  margin: 0px;
  border: 1px;
}

#hauptmenue a {
  display: block;
  text-align: left;
  font-family: sans-serif;
  color: #fff;
  background: #55f;  /* Hintergrund-Farbe */
  text-decoration: none;
}

/*Hover state for top level links*/
#hauptmenue li:hover a {
  background: #BBF;
}

#hauptmenue {
  background: #AAA;   /* hellgrau */
  float: left;
  width: 180px;
}

#hauptmenue ul {
  text-align: left;
}

#hauptmenue a {
  display:block;
  padding: 5px;
  margin: 0;
  border-style: solid;
  border-width: 1px;
}

/* "normale" checkbox zeigen */
#datenbereich input[type=checkbox]{
    display: inline;
    width: auto;
}

#datenbereich
{
  margin-left: 200px;
}

#datenbereich h1 {
  font-size: 1.2em;
}

#datenbereich li {
  padding: 3px;
}

p.schnellsuche {
  font-size: 1.5em;
  text-align:center;
}


#fussbereich
{
  color: #fff;   /* #FFF = weiß */
  font-family: sans-serif;
  text-align: center;
  background: #55F;  /* Hintergrund-Farbe */
  font-size: 0.8em;
  padding: 2px;
  clear: top;
}


#copyright
{
  display: none;
}


label {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.0em;

}

input {
  box-sizing: border-box;
  width: 100%;
}

input[type=submit] {
  margin-top: 20px;
}


td.ahnen-4-1 {
  font-family:serif;
  font-size:1.3em;
  text-align:center;
}

td.ahnen-4-2 {
  font-family:serif;
  font-size:1.1em;
  text-align:center;
}

td.ahnen-4-3 {
  font-family:serif;
  font-size:1.0em;
  text-align:center;
}

td.ahnen-4-4 {
  font-family:serif;
  font-size:0.8em;
  text-align:center;
}

td.ahnen-5-1 {
  font-family:serif;
  font-size:1.3em;
  text-align:center;
}

td.ahnen-5-2 {
  font-family:serif;
  font-size:1.1em;
  text-align:center;
}

td.ahnen-5-3 {
  font-family:serif;
  font-size:1.0em;
  text-align:center;
}

td.ahnen-5-4 {
  font-family:serif;
  font-size:0.8em;
  text-align:center;
}

td.ahnen-5-5 {
  font-family:serif;
  font-size:0.7em;
  text-align:center;
}

td.ahnen-6-1 {
  font-family:serif;
  font-size:1.4em;
  text-align:center;
}

td.ahnen-6-2 {
  font-family:serif;
  font-size:1.2em;
  text-align:center;
}

td.ahnen-6-3 {
  font-family:serif;
  font-size:0.9em;
  text-align:center;
}

td.ahnen-6-4 {
  font-family:serif;
  font-size:0.7em;
  text-align:center;
}

td.ahnen-6-5 {
  font-family:serif;
  font-size:0.6em;
  text-align:center;
}

td.ahnen-6-6 {
  font-family:serif;
  font-size:0.5em;
  text-align:center;
}


/* Bild für Person: */
/* 13.05.2018 - Breite auf 51% eingestellt, damit zwei Bilder untereinander und nicht nebeneinander angezeigt werden */
img.individuum {
  float: right;
  width: 50%;
  margin-bottom: 10px;
  margin-left: 10px;
}


/* Bild für Fotoalbum */
img.fotoalbum {
  float: center;
  margin-bottom: 10px;
  width: 100%;
}



/*  ---  Einstellungen Handy / Smartphone  ---  */

@media screen and (max-width: 760px) {

  #kopfbereich
  {
    font-size: 1.0em;
  }

  #cookiewarnung
  {
    font-family: sans-serif;
    color: #000;
    background: #ff0;
    font-size: 0.7em;
    position: fixed;
  }

  /*Make dropdown links appear inline*/
  ul {
    display: none;
  }

  /*Create vertical spacing*/
  #hauptmenue li {
    margin: 0;
  }

  #hauptmenue {
    background: #AAA;   /* hellgrau */
    width: 100%;
  }

  #hauptmenue a {
    display:block;
    border-style: solid;
    margin: 0;
    border-width: 1px;
  }

  /*Make all menu links full width*/
  #hauptmenue ul li, li a {
    width: 100%;
  }

  /* Display 'show menu' link */
  .menue-links {
    display: inline;
  }

  /* Display 'show menu' link */
  .menue-rechts {
    display: inline;
  }

  #datenbereich {
    font-size: 1.0em;
    position: static;
    margin-left: 0px;
  }

  #datenbereich li
  {
    font-size: 1.0em;
    padding: 0.3em;
  }

  #datenbereich td
  {
    font-size: 1.0em;
    padding: 0.2em;
  }

  /* "normale" checkbox zeigen */
  #datenbereich input[type=checkbox]{
      display: inline;
  }

  p.schnellsuche {
    display: none;
  }

  label
  {
    font-size: 1.2em;
  }

  input
  {
    font-size: 1.2em;
  }

  #fussbereich
  {
    font-size: 0.7em;
  }


  #datenbereich table {
    padding: 0;
    margin:  0;
  }

  #datenbereich td.ahnen-4-1 {
    font-family: serif;
    font-size: 0.7em;
    text-align: center;
  }
  
  #datenbereich td.ahnen-4-2 {
    font-family:serif;
    font-size:0.6em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-4-3 {
    font-family:serif;
    font-size:0.4em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-4-4 {
    font-family:serif;
    font-size:0.3em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-5-1 {
    font-family:serif;
    font-size:1.3em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-5-2 {
    font-family:serif;
    font-size:1.1em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-5-3 {
    font-family:serif;
    font-size:1.0em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-5-4 {
    font-family:serif;
    font-size:0.8em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-5-5 {
    font-family:serif;
    font-size:0.7em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-6-1 {
    font-family:serif;
    font-size:1.4em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-6-2 {
    font-family:serif;
    font-size:1.2em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-6-3 {
    font-family:serif;
    font-size:0.9em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-6-4 {
    font-family:serif;
    font-size:0.7em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-6-5 {
    font-family:serif;
    font-size:0.6em;
    text-align:center;
  }
  
  #datenbereich td.ahnen-6-6 {
    font-family:serif;
    font-size:0.5em;
    text-align:center;
  }

  /* Bild für Person: */
  img.individuum {
    margin-bottom: 10px;
    width: 100%;
  }


}



/*  ---  Einstellungen zum Drucken (print)  ---  */

@media print
{

  #kopfbereich, #hauptmenue, #fussbereich
  {
    display:none;
  }

  #datenbereich
  {
    margin-left:0px;
  }

  p.schnellsuche {
    display: none;
  }

  a:link, a:visited {
    text-decoration: none;
    color: #000;   /* #000 = schwarz */
  }


  #copyright
  {
    font-size: 0.8em;
    display: block;
  }

}

