/* Id: 7.1681034.1531886935
 * Generated: Sep 16, 2018 1:56:43 PM
 */
    .cookie-acceptance {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 90%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 40px;
  border-radius: 2px 2px 0px 0px;
  background-color: #f3dedd;
  line-height: 130%;
  z-index:10000;
}

.cookie-acceptance-wrapper {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size:16px;
}

.cookie-acceptance-title {
  max-width: 90%;
  margin:0;
}

.cookie-acceptance-text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cookie-acceptance-text a {
    color: #1567a4;
    text-decoration: none;  
}

.cookie-acceptance-button {
  background-color: #bf2127;
  color:#fff !important;
}

.cookie-acceptance-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  margin-top: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .cookie-acceptance {
    width: 100%;
    padding: 10px 20px 20px;
    font-size: 12px;
  }
  .cookie-acceptance-close {
    margin-top: 20px;
    margin-right: 20px;
  }
}

      