/* IVENSIO */
.change-ga-btn {
  display: none;
  cursor: pointer;
  float: right;
  margin-right: 1%;
  padding: 6px 12px;
    color: #fff;
    font-weight: bold;
    background: #68bfd2;
    border: 1px solid #afafaf;
}
.change-ga-btn:hover,
.change-ga-btn:focus {
    font-weight: bold;
    background: #91d268;
    border: 1px solid #151515;
}

#status {
  max-width: 50%;
  float: left;
  font-size: 15px;
    margin-top: 12.5px;
}
.modaltitle {
  font-size: 22px;
  text-align: left;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}
.modal p {
  text-align: left;
  margin-bottom: 10px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#cookieHint {
    display: block;
    position: fixed;
    bottom: -26px;
    left: 0;
    text-align: center;
    padding: 0px;
    height: 0;
    width: 100%;
    z-index: 999;
    background-color: #ddd;
}
#acceptCookieHint {
    font-weight: bold;
    padding: 3px 16px;
    cursor: pointer;
}
#cookie-settings {
  cursor: pointer;
}
.page-wrap--cookie-permission {
  padding: .325rem;
}
.cookie-permission--container {
  position: relative;
  text-align: center;
}
.cookie-permission--content, .cookie-permission--button {
  float: unset !important;
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content {
      padding: .35rem;
  }
}
.cookie-permission--button .is--primary.is--large {
  line-height: 1.5rem;
  height: 1.75rem;
}
@media screen and (max-width: 1025px) {
  .cookie-permission--content {
    font-size: 90%;
  }
  .cookie-permission--button {
    margin-top: .65rem;
    margin-bottom: .65rem;
  }
}
@media screen and (max-width: 869px) {
  .cookie-permission--content {
    font-size: 75%;
  }
}
