/* Id: 7.1681038.1531905730
 * Generated: Nov 25, 2019 11:35:21 AM
 */
    .cookie-acceptance {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 40px;
  border-radius: 2px 2px 0px 0px;
  background-color: #333;
  color: #fff;
  line-height: 130%;
  z-index:2000;
  font-size:16px;
}

.cookie-acceptance-title {
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 5px;    
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
}

.cookie-acceptance-text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cookie-acceptance-wrapper {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.cookie-acceptance-button {
  background-color: #80b453;
  color: black;
  display: inline-block;
  padding: 9px 15px;
}

.cookie-acceptance-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  margin-top: 30px;
  margin-right: 30px;
}

.cookie-acceptance-text a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cookie-acceptance {
    width: 100%;
    padding: 10px 20px 20px;
    font-size: 12px;
  }
  .cookie-acceptance-close {
    margin-top: 20px;
    margin-right: 20px;
  }
}

.article-slide{
width: 90%;
    max-width: 600px;
    height: 90px;
    position: fixed;
    bottom: 60px;
    z-index: 99;    
    background: #CC072A;
    transition: right 0.7s;
  }    

      