#cookieChoiceInfo {
  box-sizing: border-box;
  /*z-index: 9001;*/
  position: fixed;
  bottom: 30px;
  right: 30px;

  width: 320px;
  /*height: 120px;*/

  /* Änderung 14.12.21 */
  height: auto;
  display: inline-flex;
  flex-direction: column;
  padding: 2px;
  z-index: 999999;
  /* Änderung 14.12.21 */

  background-color: #f701bb;
  background: #fff none repeat scroll 0 0;


  font-family: Arial;
  text-align: center;
  font-size: 14px;
  transition: font-size 200ms;
  line-height: 17px;
  color: #000;

  border: 1px solid #ccc;


  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#cookieChoiceInfo span {
  display: block;
  padding: 5px 5px;
}
#cookieChoiceInfo .cButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 3px 15px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  border-radius: 4px;
//border: solid 1px #00AFCC;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);

//background: #00AFCC;

//color: #FFF;
  text-decoration: none;
}
#cookieChoiceInfo .diabledGA {
  padding-top: 10px;
}
#datenschutzLink {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #cookieChoiceInfo {
    bottom: 0px;
    right: 0px;
    width: 100%;
    /*height: 120px;*/
  }
}

/*@media only screen and (min-width: 450px) and (max-width: 767px) {*/
  /*#cookieChoiceInfo {*/
    /*height: 80px;*/
  /*}*/
/*}*/

@media only screen and (min-width: 768px) {
  #cookieChoiceInfo {
    border-radius: 5px;
  }
}
