/*ALTEN COOKIE AUSKNIPSEN */
#kekse{
    display: none!important;
}
/*Cookie-Reset*/
.cookie-reset-wrapper{
    z-index:999;
    position: fixed;
    right: 5%;
    bottom: 10%;
    width: auto;
}
.cookie-reset-wrapper a{
    background: #F00895;
    color: white!important;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 100px;
    font-size: 16px;
    z-index: 9999;
    border: 2px solid white;
    font-weight: bold;
}
.cookie-reset-wrapper a button{
    background: transparent;
    color: white;
    border: none;
}


@-webkit-keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}
@keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}
/*COOKIE WRAPPER*/
.module-ga-cookie-accept-bar {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-in;
          animation-name: ga-cookie-accept-bar-slide-in;
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: .875rem;
  line-height: 1.5;
  padding: 5px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.module-ga-cookie-accept-bar.state-remove {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-out;
          animation-name: ga-cookie-accept-bar-slide-out;
}
.module-ga-cookie-accept-bar .cookie-entry {
  margin: 1em 0px 0px 0px;
}
.module-ga-cookie-accept-bar a {
  color: inherit;
  text-decoration: underline;
}
.module-ga-cookie-accept-bar .material-icons {
  vertical-align: middle;
  margin-right: .2em;
}
.module-ga-cookie-accept-bar p button:first-child {
  margin-right: 1em;
}
/*CTA-ACTION-WRAPPER*/
.cookie-action {
    float: right;
}

/*CTA -> Alle Akzetieren*/
.module-ga-cookie-accept-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    border-radius: 100px;
  /*border-color: #fff;*/
  /*border: none;*/
  display: inline-block;
  background-color: transparent;
  /*background-color: #F00895;*/
  border: 2px solid #F00895;
  color: #fff;
  font-family: inherit;
  font-size: 1em;
  margin-bottom: .5em;
  /*padding: .5em 1.5em;*/
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
    padding: 6px 22px !important;
    line-height: 1.8rem;
}
.module-ga-cookie-accept-btn:hover{
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
          box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  cursor: pointer;
}

/*CTA -> Nur notwendige*/
.module-ga-cookie-accept-btn.module-ga-cookie-deny-btn {
  /*background-color: transparent;*/
  background-color: #F00895;
  border: 2px solid #ffffff;
}
/*-- END --*/




