﻿img {
  float:right;
  margin-left:1em;
  margin-bottom: 2px;
  border-width:1px;
}

a { 
  text-decoration: none 
}

a:hover { 
  text-decoration: underline; 
  color: #333 
}

a:visited { 
  color: #35a 
}

.famname, .rufname {             /* Familienname */
  font-weight: bold;
}

.eltern {                       /* Eltern */
  font-size: 80%;
}
.anmDG {
  color: blue;
}

.docdate {
  color:green;
  font-size:7pt;
  text-align:right;
  padding:5px 0px;
  border-top:1px solid #ddd;
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  color: orange;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
//  left: 50%;
  margin-left: -24px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
