@charset "UTF-8";
/* CSS Document */
input {
  display: none;
}

/* mittlerer Menubalken */
.open {
  background-color: #fff;
  width: 24px;
  height: 3px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 7px;
}

/* oberer Menubalken */
.open:before {
  content: "";
  background-color: #fff;
  width: 24px;
  height: 3px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

/* untere Menubalken */
.open:after {
  content: "";
  background-color: #fff;
  width: 24px;
  height: 3px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 5px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

/* Definition der Größe der Schaltfläche  */
.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
  float: left;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 6px;
}

.menu {
  position: fixed;
  width: 1px;
  height: 1px;
  top: 175px;
  left: calc(50% - 200px);
  z-index: 600
}


#kreis {
    background-color: #336699;
    position: absolute;
    width: 450px;
    height: 450px;
    top: -25px;
    left: -25px;
    border-radius: 225px;
}


#kreisdatenbank {
    background-color: #336699;
    position: absolute;
    width: 450px;
    height: 450px;
    top: 0;
    left: -25px;
    border-radius: 225px;
}
/* Verstecken des Menus */
.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

/* Animation Balken -> x  */
#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}

/* Das Kreismenu*/
#menu {padding:0; margin:80% ; list-style:none; position:relative; width:400px; height:400px;}
#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px; width:200px; height:200px; background:url(trans.gif);}
#menu li {display:block; width:100px; height:95px; position:absolute;}

#menu li a {display:block; width:100px; height:95px; text-align:center; font-family: Calibri, Helvetica, Arial, sans-serif; font-size:1.1em; color: white;}

#menu li a b {position:absolute; left:-9999px; display:block; width:100px; height:50px; text-align:center; font-family: Calibri, Helvetica, Arial, sans-serif; font-size:1.1em; color:white;}

/* Positionierung der Menulogos*/
#menu li.datenbank {
	background: url(../Grafik/lDatenbank.svg);
	left: 153px;
	top: 1px;
}
#menu li.wappen {
	background: url(../Grafik/lWappen.svg);
	left: 255px;
	top: 52px;
}
#menu li.portraits {background:url(../Grafik/lPortraits.svg); left:305px; top:150px;}

#menu li.dokumente {
	background: url(../Grafik/lDokumente.svg);
	left: 260px;
	top: 248px;
}
#menu li.home {
	background: url(../Grafik/lHome.svg);
	left: 157px;
	top: 297px;
}
#menu li.impressum {background:url(../Grafik/lImpressum.svg); left:0; top:150px;}

#menu li.ahnenliste {
	background: url(../Grafik/lAhnenliste.svg);
	left: 53px;
	top: 247px;
}
#menu li.quellen {
	background: url(../Grafik/lQuellen.svg);
	left: 50px;
	top: 52px;
}

#menu li a:hover {border:0; z-index:600;}


/* Position der Menunamen*/
#menu li.datenbank a:hover b, #menu li.datenbank:hover b {left:-10px; top:189px;}
#menu li.wappen a:hover b, #menu li.wappen:hover b {left:-97px; top:138px;}
#menu li.portraits a:hover b, #menu li.portraits:hover b {left:-152px; top:40px;}
#menu li.dokumente a:hover b, #menu li.dokumente:hover b {left:-120px; top:-57px;}
#menu li.home a:hover b, #menu li.home:hover b {left:0; top:-107px;}
#menu li.impressum a:hover b, #menu li.impressum:hover b {left:145px; top:40px;}
#menu li.ahnenliste a:hover b, #menu li.ahnenliste:hover b {left:85px; top:-57px;}
#menu li.quellen a:hover b, #menu li.quellen:hover b {left:110px; top:138px;}

#menu li.datenbank a:hover ul li a b,
#menu li.wappen a:hover ul li a b,
#menu li.portraits a:hover ul li a b,
#menu li.dokumente a:hover ul li a b,
#menu li.home a:hover ul li a b,
#menu li.impressum a:hover ul li a b,
#menu li.ahnenliste a:hover ul li a b,
#menu li.quellen a:hover ul li a b,
#menu li.dokumente:hover ul li a b,
#menu li.wappen:hover ul li a b,
#menu li.portraits:hover ul li a b,
#menu li.datenbank:hover ul li a b,
#menu li.home:hover ul li a b,
#menu li.impressum:hover ul li a b,
#menu li.ahnenliste:hover ul li a b,
#menu li.quellen:hover ul li a b{left:-9999px;}


/* Schriftattribute der Menunamen*/
#titel {	
	min-width: 505px;
	width: 35%;
	height: 40px;
	margin:5% auto;
	position: relative;
}
