@import "cookieconsent.css";
.cc_div .c-bn {
  font-size: 19px;
  font-weight: bold;
  --cc-btn-primary-bg: #0090d4;
  --cc-btn-primary-text: #ffffff;
  border: 1px solid black;
  border-radius: 5px;
  --cc-btn-secondary-bg: #ffffff;
  --cc-btn-secondary-text: #0090d4;
  padding: 0.3em 1.7em;
}
.cc_div .c-bn:hover {
  --cc-btn-primary-bg: #1f4350;
  --cc-btn-primary-text: #ffffff;
  border: 1px solid #1f4350;
  --cc-btn-secondary-bg: #e5f4fb;
}
.cc_div .c-bn:focus {
  --cc-btn-primary-bg: #1f4350;
  --cc-btn-primary-text: #ffffff;
  --cc-btn-secondary-bg: #1f4350;
  --cc-btn-secondary-text: #ffffff;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  --cc-toggle-bg-on: #0090d4;
  --cc-toggle-bg-off: #707070;
}
#s-cnt .b-bn .b-tl {
    background: none;
    display: block;
    font-family: inherit;
    font-size: .95em;
	color: #2d4156;
    padding: 1.3em 6.4em 1.3em 2.7em;
    position: relative;
    transition: background-color .25s ease;
    width: 100%
}
.btn_cookieSettings {
    position: fixed !important;
    bottom: 10px !important;
    left: 10px !important;
    z-index: 999 !important;
    height: 50px;
    width: auto;
    font-weight: 700;
    background-color: #00273C !important;
    color: #fff !important;
    border-radius: 10px !important;
    box-shadow: rgb(0 0 0) 0px 0px 3px;
    padding: 6px 15px 2px;
    font-size: 1.2em;
    border: 1px #575756 solid ;
}
.btn_cookieSettings:hover,
.btn_cookieSettings:focus {
  background-color: #e5f4fb;
  color: black;
}
@media only screen and (max-width: 992px) {
  .btn_cookieSettings {
    height: auto;
    width: auto;
    bottom: 0px;
  }
}