#drdsgvo_popup {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  transition: opacity .5s ease;
  z-index: 2147483647;
}

.drdsgvo-hide {
  display: none !important;
}

.drdsgvo_cmp_showing {
  opacity: .9;
  visibility: visible;
}

.drdsgvo_ui.drdsgvo_cmp_showing {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  justify-content: space-between;
  /* left: 0; */
  max-height: 100vh;
  /* min-height: 170px !important; */
  /* overflow-x: hidden; */
  position: fixed;
  right: 0;
  -webkit-font-smoothing: antialiased;
  /* overflow-y: scroll; */
  /* background-color: #ffffff !important; */
}

.cookie__container {
  overflow: hidden;
  background: #262626;
}

.cookie__container-1 {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.upper__container-1 {
  display: flex;
  align-items: center;
}

.upper__right {
  padding-left: 1rem;
  font-size: 100% !important;
}

h2.drdsgvo_cmp_title {
  /* font-size: 1.5rem !important;
  font: 1.5rem !important; */
  font-size: 2rem !important;
  font: 2rem !important;
  padding: 1rem 0 0 0;
  color: #fff;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0;
  margin-top: 0;
}
 

.cookie__text {
  /* font-size: .938rem !important;
  font: .938rem !important; */
  font-size: 1.5rem !important;
  font: 1.5rem !important;
  padding: .5rem 0;
  padding-right: 1rem;
  color: #fff;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}

.details__btn1 {
  display: inline-block;
  /* font-size: .938rem !important; */
  font-size: 1.5rem !important;
  cursor: pointer;
  background: transparent;
  color: #C9A932;
  transition: all .5s ease;
  font-weight: 600;
  border-color: transparent;
  padding: 0;
  border: none;
}

.details__btn1:hover {
  transform: scale(1.05);
  color: #fff;
}

.cookie__img {
  display: inline-block;
  width: 4rem;
}

.drdsgvo_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0 2.5rem 0;
  }

.drdsgvo_button {
  border-radius: 2rem;
  cursor: pointer !important;
  /* font-size: 1rem; */
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 1rem 2rem;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background-color: #C9A932 !important;
  transition: all .3s ease;
  color: #fff;
  border: none;
}

.drdsgvo_button:hover {
  background-color: black !important;
}

.cookie__container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

.details_button {
  padding: 1rem 0 2.5rem 0;
}



.impds {
  display: block;
  position: absolute;
  color: #f2f2f2 !important;
  text-align: center;
  padding: 0 1rem;
  bottom: 2rem;
  left: 0px;
  right: 0px;
  /* font-size: .813rem!important; */
  font-size: 1.2rem!important;
}

.imp_link {
  color: #f2f2f2 !important;
  margin-right: .5rem;
}

.dse_link {
  color: #f2f2f2 !important;
  margin-left: .5rem;
}



/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (min-width: 576px){
  .cookie__container-1,
  .cookie__container-2 {
    margin: auto;
    width: 576px;
  }

  .drdsgvo_ui.drdsgvo_cmp_showing {
    border-top-left-radius: 1rem;
  }

  .impds {
    bottom: 1rem;
  }

  .drdsgvo_buttons {
    padding: 1rem 0 1.5rem 0;
  }

  .details_button {
    padding: 1rem 0 1.5rem 0;
  }

  .cookie__text {
    font-size: 1.5rem !important;
  }
  
  .details__btn1 {
    font-size: 1.5rem !important;
  }

  .drdsgvo_button {
    font-size: 1.5rem;
  }

  h2.drdsgvo_cmp_title {
    font-size: 2rem !important;
  }

  .impds {
    font-size: 1rem !important;
  }

}