/*allgemeine Cookiemeldung wenn deaktiviert*/

body {font-family: 'Ubuntu', Arial, sans-serif;}

#Cookiemeldung1 {
    float: none;
    clear: both;
    background-color: rgba(255,255,255,1);
    border: 5px solid rgba(230,230,230,1);
    padding: 5%;
    padding-left: 30%;
    background: url("/lib/imgAllg/cookiebot2.svg") no-repeat 100% rgba(204,200,142,1.0);
    background-size: 20%;
    background-position: 5% 50%;
      /*ANIMATE*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  /*ANIMATE ENDE*/
}
#Cookiemeldung2 {
    float: none;
    clear: both;
    background-color: rgba(255,255,255,1);
    border: 5px solid rgba(230,230,230,1);
    padding: 5%;
    padding-left: 30%;
    background: url("/lib/imgAllg/cookiebot2.svg") no-repeat 100% rgba(204,200,142,1.0);
    background-size: 20%;
    background-position: 5% 50%;
      /*ANIMATE*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  /*ANIMATE ENDE*/
}

/*START ÜBERSCHREIBEN COOKIEBOT*/
#CybotCookiebotDialog p {
    font-size: 0.9em;
    
}

#CybotCookiebotDialog li {
font-size: 0px;
    color: white;
  
    
}
#CybotCookiebotDialog a, #CybotCookiebotDialog a:active, #CybotCookiebotDialog a:before {
    color: #000000!important;
  
      text-decoration: none!important;
}
#CybotCookiebotDialog a:hover {
    background-color: rgba(230,230,230,1);
}

#CybotCookiebotDialogHeader {
    display: none!important;
}
#CybotCookiebotDialogBodyButtonAccept {
    background-color: rgba(0,100,60,1)!important;
    border:0px!important;
 

}
#CybotCookiebotDialogBodyContentTitle,
.CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
.CybotCookiebotDialogDetailBodyContentCookieContainerHeader,
#CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialogBodyButtonsWrapper,
#CybotCookiebotDialogDetailFooter,
#CybotCookiebotDialogNavList,
#CybotCookiebotDialogBodyContentText strong,
#CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialogBodyContentText li,
#CybotCookiebotDialogBodyContentText {
    font-size: 1em!important;
  
}
.CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
    
}

#CybotCookiebotDialogBodyButtonDecline {
     background-color: rgba(200,200,200,1)!important;
    border: 0px!important;
    border-color: white!important;
    }
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
       background-color: rgba(200,200,200,1)!important;
    border: 0px!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
    border-bottom: #000000!important;
    background-color: #e3e3e3!important;
}
#CybotCookiebotDialogBodyButtonsWrapper {
    border: 0px!important;
}
#CybotCookiebotDialogPoweredByText, .CookiebotWidget-main-logo {
    display: none!important;
}

/*ENDE ÜBERSCHREIBEN COOKIEBOT*/
