.cookie-panel__attribution {
  display: none;
}

.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #313639;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  border: 2px solid #313639;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  background-color: #313639;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}



#tx_cookies {
  font-size: 11px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  max-width: 2000px;
}
#tx_cookies_inner {
  position: relative;
  padding: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  background: #313639;
}
#tx_cookies h3 {
    margin: 0;
    font-size: 14px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
   display:none;
}
#tx_cookies p {
  margin: 0;
  float: left;
  margin-left: 10px;
  font-size: 1em;
  margin-right: 10px;
}
#tx_cookies button, #tx_cookies input[type="submit"] {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 1px 10px;
  color: #fff;
}
#tx_cookies input[type="submit"] {
  border: 1px solid;
}

#tx_cookies_link, #tx_cookies_link a {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  width: auto;
  float: left;
}
#tx_cookies_link {
  margin-right: 10px !important;
  padding: 1px 10px;
  /* margin-top: 10px !important; */
  border: 1px solid #fff!important;
}
#tx_cookies_hide input {
  border: 1px solid #fff!important;
}
#tx_cookies_close {
  text-indent: -9999px;
  background-image: url('elements/close-button.svg') !important;
  background-color: transparent !important;
  width: 18px;
  height: 18px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {  
#tx_cookies p {
    margin: 0;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {  
#tx_cookies p {
    margin: 0;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}
}