
#action_teaser {
	position: absolute;
    top: 70%;
    margin: auto;
    z-index: 10000000000;
    width: 100%;




}

#action_teaser > span {
	position: static;
    display: block;
    width: 550px;
    height: 120px;
    max-width: 90%;
    background: rgb(255,255,255);
    margin: auto;
    z-index: 10000000000;
    padding: 20px;
    font-family: 'Calibri';
    font-size: 21px;
    color: #000000;
    font-style: normal;
    border: 5px solid #000000;
		margin-top: 10%

    border-radius: 10px 10px 10px 10px;
    text-align: center;

}

#zulassen {

	align-items: center;
  padding: .7rem 1rem;
  /*border-radius: .7rem;*/
  color: rgb(255, 255, 255);
    border: 1px solid #000000;
  text-transform: none;
  font-size: 100%;
  transition: all .3s;
	/*padding-top: 10px;*/
	text-align: center;
	top: 100px;
	bottom: 50px;
	width: 50%;
  overflow: hidden;
    border-radius: 10px 10px 10px 10px;
  z-index: 1;
   background: rgb(255,0,0);




  cursor: pointer;

}
#ablehnen {

	align-items: center;
  padding: .7rem 1rem;
  /*border-radius: .7rem;*/
  color: rgb(255, 255, 255);
    border: 1px solid #000000;
  text-transform: none;
  font-size: 100%;
  transition: all .3s;
	/*padding-top: 10px;*/
	text-align: center;
	top: 100px;
	bottom: 50px;
	width: 50%;
  overflow: hidden;
    border-radius: 10px 10px 10px 10px;
  z-index: 1;
   background: rgb(171, 171, 171);
  cursor: pointer;




}
