.drdsgvo_cookie_screen { 
  text-align: center; 
  background: #ffffff92;
  position: fixed;
  top: 0px; 
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  display: none;
  }


.affiliate_link_popup { 
  text-align: center; 
  background: #fff;
  position: fixed;
  top: 0px; 
  left: 0;
  right: 0;
  z-index: 10000;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  display: none;
  }

  .drdsgvo_cookie_popup  .hinweis{ 
    font-size: 16px;
  }


  .drdsgvo_cookie_popup .cookie-popup-wellcome
  {
    font-size: 27px;
    font-weight: bolder;
  }

  .affiliate-link_label
  {
    font-size: 27px;
    font-weight: bolder;
  }
  .drdsgvo_cookie_popup { 
    text-align: center; 
    background: #fff;
    position: fixed;
    top: 0px; 
    left: 0;
    right: 0;
    z-index: 10000;
    font-size:14px; 
    line-height:20px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }

  .drdsgvo_cookie_popup  .hinweis{ 
    font-size: 16px;
  }
  

  .drdsgvo_cookie_popup  .error{ 
    font-size: large;
    color: red;
  }
  .drdsgvo_button {
    margin-right: 10px;
    border-radius: 4px;
    height: 40px;
    width: 200px;
    border: none;
    background-color: #2ea5c5 !important;
    border-color: #2ea5c5 !important;
}
.drdsgvo_button:hover {
    background-color: transparent !important;
    border-color: #000000 !important;
}
.drdsgvo_button
 {
    color: #ffffff !important;
}
.drdsgvo_button:hover
 {
    color: #000000 !important;
}
 



.drdsgvo_button_allow {
  margin-right: 10px;
  border-radius: 4px;
  height: 40px;
  width: 200px;
  border: none;
  background-color: #84c101 !important;
  border-color: #84c101 !important;
  color: #ffffff !important;
}
.drdsgvo_button_allow:hover {
  background-color: transparent !important;
  border: #000000 2px solid !important;
  
  color: #000000 !important;
}


