/*=====^_^===== Cookie Biter =====^_^=====*/
.headline-1 {
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
}

.headline-2 {
  display: block;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
}

.headline-3 {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

#cookie-biter a {
  text-decoration: none;
  color: #5289c0;
}

#iw-cookie-banner {
  width: 100%;
  background-color: #003361;
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#iw-cookie-banner .container {
  justify-content: center;
  align-items: center;
  display: flex;
}
#iw-cookie-banner .iw-banner-text {
  width: 60%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#iw-cookie-banner .iw-banner-text p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  color: #ffffff;
}

#iw-cookie-banner .iw-banner-text p > a{
  color: #c8c8c8;
  text-decoration: underline;
}
#iw-cookie-banner .iw-banner-text p > a:hover{
  color: #fff;
}
#iw-cookie-banner .iw-banner-buttons {
  width: 40%;
  padding-left: 20px;
  float: right;
  display: flex;
}
.iw-banner-buttons a {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  text-align: center;
}
#iw-cookie-banner .iw-banner-buttons a:nth-child(1) {
  margin-right: 20px;
}
#customize-cookies-btn {
  padding: 11px 10px;
}
#iw-cookie-banner .iw-banner-buttons #customize-cookies-btn {
  color: #ffffff !important;
  text-decoration: underline;
  cursor: pointer;
}
#close-settings-btn > img {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

#customize-cookie-settings {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 100%;
  width: 0vw;
  background-color: #D7DADC;
  z-index: 999999999999;
  overflow-x: hidden;
}
#customize-cookie-settings .ccs-container {
  padding: 20px;
  padding-top: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
#customize-cookie-settings .ccs-container .allow-cookies-btn {
  margin-right: auto !important;
}
#customize-cookie-settings .ccs-container label {
  display: inline;
  float: right;
}
#customize-cookie-settings .ccs-container .headline-1 {
  font-size: 21px;
  font-weight: 600;
  padding:0;
}
#customize-cookie-settings .ccs-container .headline-1:before {
    content: none;
}
#customize-cookie-settings .ccs-container .headline-2 {
  font-size: 16px;
  display: inline;
  line-height: 34px;
  padding:0;

}
#customize-cookie-settings .ccs-container .headline-2:before {
    content: none;
}

#customize-cookie-settings .ccs-container .headline-3 {
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  padding:0;

}
#customize-cookie-settings .ccs-container .headline-3:before {
    content: none;
}

#customize-cookie-settings .ccs-container p {
  font-size: 13px;
  color: black;
}


.cookie-btn {
  background-color: #5289c0;
  box-shadow: 1px 1px 1px #155c8f;
  padding: 11px 10px;
  border-radius: 1px;
  width: 150px;
  color: #ffffff !important;
  cursor: pointer;
}

.big-btn {
  display: block;
  width: 120px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cookie-btn:hover {
  text-decoration: none;
  background-color: #155c8f;
  color: #ADB5BB;
}

/* Switches */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.blocked-checkbox-color {
  background-color: #636363 !important;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 99;
  /* Specify a stack order in case you're using a different order for other elements */
}

@media (max-width: 820px) {
  #iw-cookie-banner {
    display: block;
  }

  #iw-cookie-banner .container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .iw-banner-text {
    width: 100% !important;
    float: none !important;
  }

  .iw-banner-buttons {
    margin-top: 20px;
    width: 100% !important;
    float: none !important;
    flex-wrap: wrap;
    justify-content: center !important;
    padding-left: 0 !important;
  }

  #customize-cookies-btn, .allow-cookies-btn {
    float: none !important;
  }
}
@media (max-width: 907px) {
  .cookieWidth {
    min-width: 100vw;
  }
}
@media (min-width: 908px) and (max-width: 1500px) {
  .cookieWidth {
    min-width: 50vw;
  }
}
@media (max-width: 1280px) {

  #customize-cookies-btn, .allow-cookies-btn {
    float: right;
  }

  .iw-banner-buttons {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1700px) {
  #customize-cookies-btn {
    padding: 11px 10px;
    white-space: nowrap;
  }

  .allow-cookies-btn {
   /* margin-right: 0 !important; */
  }
}

@media (min-width: 821px) and (max-width: 1200px) {
  #iw-cookie-banner .iw-banner-text {
    width: 50% !important;
  }

  #iw-cookie-banner .iw-banner-buttons {
    width: 50% !important;
  }
}

