/*
$primary: rgb(112, 130, 100);
$secondary: rgb(221, 107, 24);
*/

/* Standard: */
.gdpr-cookie-notice {
  position: fixed;
  background: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  padding: .5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 998;
  box-shadow: 1px -1px 3px #9a9a9a;
  background: rgba(0, 0, 0, 0.25);


}


.gdpr-cookie-notice-inner {
  /*border-radius: 4px;*/
  background: #fff;
  z-index: 999;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  width: 600px;
  max-width: 85vw;
  padding: 30px;
}

.gdpr-cookie-notice-inner h3 {
  color: rgb(112, 130, 100);
  text-align: left;
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .gdpr-cookie-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.gdpr-cookie-notice-description {
  margin: 0;
  padding: 0 16px 0 0;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 768px) {
  .gdpr-cookie-notice-description {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px
  }
}

.gdpr-cookie-notice-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0 0 auto;
  background: none;
  width: auto;
  height: auto;
  padding: 0
}

.gdpr-cookie-notice-nav-item {
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  background-color: rgb(112, 130, 100);
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  border: none;
  border-radius: 0;

}

@media (min-width: 769px) {
  .gdpr-cookie-notice-nav-item {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
  }
}

.gdpr-cookie-notice-nav-item:hover {
  text-decoration: none;
  color: #fff;
  background: rgb(221, 107, 24);
}


a.gdpr-cookie-notice-nav-item-btn {
  background: rgb(112, 130, 100);
  border: none;
  width: auto;
  margin-right: 5px;
  color: #fff;
  display: inline-block;
}

a.gdpr-cookie-notice-nav-item-btn:hover {
  color: white;
  background: rgb(221, 107, 24);
}

@media (min-width: 531px) {
  a.gdpr-cookie-notice-nav-item-btn {
    /** margin-right...  */
  }
}

.gdpr-cookie-notice-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="rgb(5111, 122, 183)"/></svg>');
  z-index: 1001;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
  display: none
}

.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gdpr-cookie-notice-modal-content {
  width: 470px;
  background: #fff;
  margin: auto
}

.gdpr-cookie-notice-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f4f5f7
}

.gdpr-cookie-notice-modal-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  padding: 0
}

.gdpr-cookie-notice-modal-close {
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  min-width: auto;
}

.gdpr-cookie-notice-modal-close:before, .gdpr-cookie-notice-modal-close:after {
  width: 18px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #bdbdbd
}

.gdpr-cookie-notice-modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.gdpr-cookie-notice-modal-close:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  width: 24px;
  height: 24px;
  min-width: auto;
  background: none;
}

.gdpr-cookie-notice-modal-cookies {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.gdpr-cookie-notice-modal-cookie {
  display: block;
  border-bottom: 1px solid #f4f5f7;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.gdpr-cookie-notice-modal-cookie::before {
  content: none;
}

.gdpr-cookie-notice-modal-cookie-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px
}

.gdpr-cookie-notice-modal-cookie-title {
  font-weight: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0 10px 0 30px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.gdpr-cookie-notice-modal-cookie-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #bdbdbd transparent transparent transparent;
  content: '';
  display: block;
  position: absolute;
  /* right: -17px; */
  left: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.open .gdpr-cookie-notice-modal-cookie-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.gdpr-cookie-notice-modal-cookie-state {
  color: rgb(112, 130, 100);
  margin-left: auto;
  font-size: 15px;
  min-width: fit-content;
}

.gdpr-cookie-notice-modal-cookie-input {
  opacity: 0
}

.gdpr-cookie-notice-modal-cookie-input:checked + .gdpr-cookie-notice-modal-cookie-input-switch {
  background: rgb(112, 130, 100);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgb(112, 130, 100);
  box-shadow: inset 0px 0px 0px 1px rgb(112, 130, 100)
}

.gdpr-cookie-notice-modal-cookie-input:checked + .gdpr-cookie-notice-modal-cookie-input-switch:after {
  background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="48" height="24" viewBox="0 0 48 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><ellipse cx="35.499" cy="12" rx="9.999" ry="9.805" style="fill:white;"/><path d="M33.738,16.585l-4.4,-4.4l1.241,-1.24l3.159,3.15l6.68,-6.68l1.241,1.25l-7.921,7.92Z" style="fill:rgb(112, 130, 100);"/></svg>') no-repeat center;
}

.gdpr-cookie-notice-modal-cookie-input-switch {
  width: 48px;
  height: 24px;
  border-radius: 24px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bdbdbd;
  box-shadow: inset 0px 0px 0px 1px #bdbdbd;
  margin: 0 0 0 auto;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer
}

.gdpr-cookie-notice-modal-cookie-input-switch:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="48" height="24" viewBox="0 0 48 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><ellipse cx="12.5" cy="12" rx="10" ry="9.805" style="fill:rgb(112, 130, 100);"/><path d="M9.184,16.585l-1.287,-1.198l7.966,-7.972l1.241,1.25l-7.92,7.92Z" style="fill:white;"/><path d="M15.816,16.585l1.288,-1.198l-7.967,-7.972l-1.24,1.25l7.919,7.92Z" style="fill:white;"/></svg>') no-repeat center;
  content: '';
  display: block
}

.gdpr-cookie-notice-modal-cookie-info {
  margin: 0;
  padding: 0 16px 12px 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
  display: none
}

.open .gdpr-cookie-notice-modal-cookie-info {
  display: block
}

.gdpr-cookie-notice-modal-footer {
  /*
  background: #f4f5f7;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 16px 16px 16px;
  border-radius: 0 0 6px 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.gdpr-cookie-notice-modal-footer-item {
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: rgb(112, 130, 100);
  position: relative
}

.gdpr-cookie-notice-modal-footer-item:hover {
  text-decoration: none;
  opacity: 1;
  color: rgb(221, 107, 24)
}

.gdpr-cookie-notice-modal-footer-item:after {
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -5px;
  background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="rgb(112, 130, 100)"/></svg>') no-repeat left center;
  height: 12px;
  width: 8px;
  content: '';
  display: block
}

/*.gdpr-cookie-notice-modal-footer-item-btn {
    padding: 0 16px;
    color:  rgb(112, 130, 100);
    background: #fff;
    border: 1px solid  rgb(112, 130, 100);
    position: relative
}*/

a.gdpr-cookie-notice-modal-footer-item-btn {
  padding: 0 16px;
  background: rgb(112, 130, 100);
  border: none;
  margin-right: 5px;
  color: #fff;
  display: flex;
  padding: 0 10px;
}

a.gdpr-cookie-notice-modal-footer-item-btn:hover {
  color: white;
  background: rgb(221, 107, 24);
}


.gdpr-cookie-notice-modal-footer-item-btn span {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.gdpr-cookie-notice-modal-footer-item-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  content: '';
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center
}

.gdpr-cookie-notice-modal-footer-item-btn.saved span {
  opacity: 0
}

.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
  opacity: 1
}


.gdpr-mandatory-links {
  margin-top: 20px;
  margin-bottom: -17px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


@media (min-width: 531px) {
  .gdpr-mandatory-links {
    text-align: right;
  }
}

.gdpr-mandatory-link {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0;
  margin-right: 7px;
  height: auto;
}

@media (min-width: 531px) {
  .gdpr-mandatory-link {
    margin-left: 15px;
    margin-right: 0;
  }
}

a.gdpr-cookie-notice-nav-item-settings {
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-right: 7px;
  padding: 0;
  line-height: 1;
}

@media (min-width: 531px) {
  a.gdpr-cookie-notice-nav-item-settings {
    margin-right: auto;
  }
}


a.gdpr-cookie-notice-nav-item-settings:hover {
  color: rgb(221, 107, 24);
  background-color: transparent;
}
