.law_cookies {
  position: fixed;
  display: none;
  width: 100%;
  /*height: 100vh;*/
  border-radius: 2px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #444;
  left: 0;
  bottom: 0;
  padding: 0 !important;
}

.cookies_flex {
  position: fixed;
  width: calc(100% - 4rem);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 2rem;
  margin: 0 auto;
  bottom: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: white;
}

.law_cookies-left,
.law_cookies-right {
  width: 50%;
}

.law_cookies-right p {
  color: #333333;
  line-height: initial;
  font-size: 1.2rem;
  text-align: left;
}

.cookie_block p a {
  color: #0000ff !important;
  cursor: pointer;
}

.cookies_button {
  display: block;
  padding: 1.5rem;
  font-size: 1.5rem;
  width: 33%;
  margin: 1rem;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;

  background-color: white !important;
  border: 1px solid gray !important;
  color: gray !important;
}

.cookies_button:hover {
  color: rgb(15, 15, 15) !important;
}

.cookies_button_close {
  /*background-color: #4caf50;
    border: 1px solid #9dc8a0;
    color: white !important;*/
}

.cookies_button_close:hover {
  /*background-color: #2E7D32;*/
}

.cookies_button.cookies_button_reject {
  width: 33%;
  display: block;
  padding: 1.5rem;
  font-size: 1.5rem;
  margin: 1rem;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

#law_cookies p.ACManager_link,
#law_cookies p.ACManager_reject {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  color: #3589cd;
  cursor: pointer;
  margin-bottom: 0;
}

#law_cookies p.ACManager_reject {
  margin-left: 0.4rem;
  padding-left: 0.4rem;
  border-left: 1px solid #e0e0e0;
}

#law_cookies p.ACManager_link:hover,
#law_cookies p.ACManager_reject:hover {
  text-decoration: underline;
}

#law_cookies svg {
  max-width: 240px;
}

.legal_table_lopd.floating {
  width: 48%;
  min-width: none !important;
}

table#table_law_info {
  border-radius: 3px;
}

#close_floating {
  right: 0;
  top: 0;
  height: 28px;
  border-radius: 0;
}

.legal_table_lopd.floating table {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wgmobile #close_floating {
  right: 0;
  top: 0px;
  height: 21px;
  padding: 0px;
  border-radius: 0;
  font-size: 1rem;
  line-height: 21px;
}

.law_cookies-options {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.law_cookies-options .cookies_button_reject,
.law_cookies-options .cookies_button_close {
  width: 100%;
}

.cookies_button_reject {
  padding: 2rem;
  font-size: 1.5rem;
  width: auto;
  background-color: white;
  border: 1px solid gray;
  color: gray !important;
  font-weight: 700;
  max-width: 400px;
  margin-top: 0.5rem;
  cursor: pointer;
}

.ACManager_options {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media (max-width: 549px) {
  .law_cookies {
    padding: 0;
  }

  .cookies_flex {
    bottom: 0;
    position: fixed;

    left: 0;
    flex-wrap: wrap;
    margin: 0 auto;
    align-content: center;
  }

  .law_cookies-left,
  .law_cookies-right {
    width: 100%;
  }

  #law_cookies svg {
    max-width: 100px;
  }

  .legal_table_lopd.floating {
    width: 100%;
  }

  .ACManager_options {
    flex-wrap: wrap;
  }

  .cookies_button {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }

  .cookies_button.cookies_button_reject {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }
}
