/* gdpr bottom bar */

#am2-gdpr {
  display: none;
}

.am2-gdpr {
  position: fixed;  
  bottom: 0; 
  width: 100%; 
  z-index: 9999999;
}

.am2-gdpr__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  opacity: 0.75;
  width: 100%;
  height: 100%;   
  z-index: 9999998;
}

.am2-gdpr__wrapper {
  padding: 20px 40px;
  align-items: center; 
  display: block; 
  z-index: 9999999;
  position: relative;
  width: 100%;
  float: left;     
}

.am2-gdpr__content {
  display: block;
  padding-right: 320px;
  text-align: left; 
}

.am2-gdpr__content p {
  float: left;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
}

.am2-gdpr__buttons {
  float: right;
  font-size: 14px;
}

.am2-gdpr__button-open {
  text-decoration: underline;
  color: #eee;
   margin-top: 10px;
  float: left;
}

.am2-gdpr__button-agreement {
  position: relative;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  font-weight: normal;
  padding: 8px 18px;
  margin-left: 15px;
  height: auto;  
  white-space: normal; 
  border-radius: 3px;
  box-sizing: border-box;    
  text-decoration: none; 
  clear: none;
  width: 120px;
}

.am2-gdpr__button-agreement::before {
    content: '\2713';
    padding-right: 3px;
}

/* RESPONSIVE */
@media screen and (max-width: 880px){
  .am2-gdpr__content {
    padding-right: 0px;
    float: left;
      width: 100%;
      margin-bottom: 15px;
  }

  .am2-gdpr__buttons {
    clear: both;
    float: none;
    text-align: center;
  }

  .am2-gdpr__wrapper {
    padding: 20px 20px;
  }
}