

    .scg {
        margin:0; margin-top:10px; width: 800px; border:2px solid #8f0088; padding: 1em 1em 1em 1em; background-color:#FFFFFF;text-align:left;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        margin-left: auto; margin-right: auto;}
        
     #scg1 {
         position: relative;
         top: 40px;
     }  
     #scg2 {
         position: relative;
         top: 50px;
     }
     #scg3 {
         position: relative;
         top: 60px;
     }
     
     #scg4 {
         position: relative;
         top: 80px; height: 90px;
     } 
     
    #ausgabe {
        position:relative; top:30px; margin-left: auto; margin-right: auto; 
    } 
    #buttonsuche {
        position:relative; top:50px; margin-left: auto; margin-bottom: 90px; margin-right: auto; z-index:1;}
    .buttonsuche {
        background: #fff; display: block; padding:0px; color: black; width: 100px; height: 35px; font-size: 20px; color: #8f0088; text-align: center; border: 1px solid #8f0088;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; text-underline: none; transition-property: background-color; transition-duration: 0.5s; }
    .buttonsuche:hover {
        background-color: #8f0088; color: #fff;
        -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 
    
    #buttonzurueck a{
        position:relative; top:80px; margin-left: auto; margin-right: auto; z-index:1;}
    .buttonzurueck a{
        background: #fff; display: block; padding:0px; color: black; width: 200px; height: 30px; font-size: 20px; color: #8f0088; text-align: center; border: 1px solid #8f0088;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; text-underline: none; transition-property: background-color; transition-duration: 0.5s; }
    .buttonzurueck:hover a{
        background-color: #8f0088; color: #fff;
        -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
        
    #link {
        position:relative; float: left; margin-left: auto; margin-right: auto; color: #fff; left: 88%;
        top: 90%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        }
    #link:hover {
        position:relative; float: left; margin-left: auto; margin-right: auto; color: #ccc; left: 88%;
        top: 90%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        }
    #link2 {
        position:relative; float: left; margin-left: auto; margin-right: auto; color: #fff; left: 93%;
        }
    #link2:hover {
        position:relative; float: left; margin-left: auto; margin-right: auto; color: #ccc; left: 93%;  
        }
    #eigentab1 {
        left:0%;  width: 750px; padding-left: 40px; background-color: #fff;
    }
    #eigentab2 {
        left:0%;  width: 750px; padding-left: 40px; padding-top:10px; 
    }
    
    #eigentab3 {
        left:50%; float: left; width: 500px; padding-left: 40px;
    }
    #eigentab4 {
        left:0%;  float: left; width: 200px; padding-left: 40px;
    }
    #trennersuche0 {
        position:relative; top: 0px; width: 100%; height: 57px; left: 0.0%;  z-index:2;  }
    #trennersuche1 {
        position:relative; top: 0px; width: 100%; height: 40px; left: 0.0%;  z-index:2;  }
    #trennersuche2 {
        position:relative; top: 70px; width: 100%; height: 10px; left: 0.0%;  z-index:2; } 
    #trennersuche3 {
        position:relative; top: 57px; width: 100%; height: 40px; left: 0.0%;  z-index:2;  }    
        
        
        
        
  b1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: orange;
  margin: 100px 0;
}

.box {
  width: 20px;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid orange;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: orange;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:2;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:1;
  
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
      
        
        
    