/**
 * version 2
 * @release development
*/
@import url("../css/all.min.css");
.eprivacy-plugin {
  /* import scss */
  /**
 * version 2
 * @release development
*/
  /* primary gradient -  if hover: false; hover is disabled  */
  /* secondary gradient -  if hover: false; hover is disabled  */
  /* epp-round mixin creates a round div */
  /* flex center - if center: true; item is vertical centered  */
  /* tansition mixin */
  /**
 * version 2
 * @release development
*/
  /* import fonts */
  /* modal styling */
  /* change-cookie styling */
}

.eprivacy-plugin .epp-wrapper-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.eprivacy-plugin.epp-overflow {
  overflow: hidden;
}

.eprivacy-plugin .epp-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}

.eprivacy-plugin .epp-modal ::-webkit-scrollbar {
  width: 4px;
}

.eprivacy-plugin .epp-modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.eprivacy-plugin .epp-modal ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.eprivacy-plugin .epp-modal ::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper-bg.show {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 1;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper {
  padding: 20px;
  position: absolute;
  width: 80%;
  height: auto;
  max-height: 90vh;
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #00579e;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 20px 20px 10px;
  text-align: center;
  z-index: 999;
  height: auto;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);
  overflow-y: scroll;
  overflow-x: hidden;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .epp-cookie-content {
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 10px;
  background: #00579e;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .epp-cookie-content span, .eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .epp-cookie-content p {
  color: white;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .epp-cookie-content span {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .epp-cookie-content p {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .epp-cookie-content p:last-of-type {
  margin-bottom: 0;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .cookie-desc-exit {
  cursor: pointer;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 30px;
  left: 30px;
  position: fixed;
  color: #00579e;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 222;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .cookie-desc-exit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .cookie-desc-exit:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .cookie-desc-lvlname {
  display: none;
  width: 30px;
  position: fixed;
  top: 4px;
  left: 0;
  line-height: 30px;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0;
  height: 30px;
  padding: 0;
  line-height: 30px;
  top: 70px;
  left: 30px;
  border-radius: 10px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .cookie-desc-content .cookie-desc-lvlname::first-letter {
  visibility: visible;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-header h3 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  color: white;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-header::before {
  content: '';
  display: none;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background: white;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: linear-gradient(to right, white, white);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  top: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 26px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-description p {
  font-weight: 100;
  margin: 0;
  margin-bottom: 20px;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content {
  margin-bottom: 24px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  background-color: rgba(241, 241, 241, 0.1);
  padding: 10px 15px 10px;
  border-radius: 0px;
  max-width: auto;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox label {
  /* flex-direction: row-reverse;
                        justify-content: flex-end;
                        width: auto; */
  margin: 0;
  width: auto;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox label input {
  opacity: 0;
  display: none;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox label input:checked + .epp-checkbox-checkmark {
  background-color: white;
  border-color: white;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox label input:checked + .epp-checkbox-checkmark::after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  color: #00569e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox label input:disabled + .epp-checkbox-checkmark {
  background-color: white;
  border-color: white;
  opacity: 0.5;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox label .checked-span::after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox label .checked-span.epp-checkbox-checkmark {
  background-color: white;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox .epp-checkbox-checkmark {
  /* @include epp-flex-center(true); */
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 0px;
  margin-right: 15px;
  border: 2px solid white;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox .epp-content-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox .epp-content-toggle p {
  margin: 0;
  text-transform: capitalize;
  float: left;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-top: 3px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox .epp-content-toggle .epp-cookie-desc-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: 0;
  background-color: white;
  float: right;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox .epp-content-toggle .epp-cookie-desc-toggle::after {
  content: '\f078';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #00569e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-checkbox .epp-content-toggle .epp-toggle-up.epp-cookie-desc-toggle::after {
  content: '\f077';
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc {
  background-color: rgba(241, 241, 241, 0.1);
  margin-bottom: 10px;
  border-radius: 0px;
  font-size: 14px;
  z-index: 3;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc > p:first-of-type {
  padding: 15px;
  margin: 0;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details {
  position: relative;
  min-height: 30px;
  bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0px;
  color: white;
  /* overflow-y: auto;
                        overflow-x: hidden; */
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border: none;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details .epp-cookie-detail-content {
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 211px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details .epp-cookie-content {
  margin-bottom: 10px;
  background-color: #00579e;
  border-radius: 0px;
  padding: 10px 10px 1px 10px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details .epp-cookie-content span {
  color: #a9a9a9;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details .epp-cookie-content p {
  margin: 0;
  margin-bottom: 10px;
  color: #a9a9a9;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details .epp-cookie-content:last-of-type {
  margin-bottom: 0;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details .epp-detail-titel {
  display: block;
  position: relative;
  background-color: white;
  color: #00579e;
  border-radius: 0px;
  padding: 7px;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc .epp-cookie-details .epp-detail-titel:hover {
  background: #4cb1ff;
  color: #ffffff;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-content .epp-content-cookie-desc.epp-show {
  opacity: 1 !important;
  display: block !important;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons button.epp-button {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: none;
  color: white;
  border-radius: 0px;
  text-align: center;
  font-size: 18px;
  padding: 14px 0 16px 0;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons button.epp-button:focus {
  outline: none;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons button.epp-button.epp-primary {
  color: #00569e;
  background: white;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 1px solid transparent;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  height: 41px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons button.epp-button.epp-primary:hover {
  border-radius: 0px;
  background: #4cb1ff;
  color: white;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons button.epp-button.epp-secondary {
  margin-top: 10px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #00569e;
  background: white;
  border: 1px solid transparent;
  opacity: 1;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  height: 41px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons button.epp-button.epp-secondary:hover {
  border-radius: 0px;
  background: #4cb1ff;
  color: white;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-buttons::before {
  content: '';
  position: relative;
  height: 2px;
  width: 66%;
  background-color: #f1f1f1;
  top: -11px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-info a {
  text-decoration: none;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 1;
  color: white;
  margin: 0 5px;
}

.eprivacy-plugin .epp-modal .epp-modal-wrapper .epp-modal-info a:nth-of-type(2)::before {
  content: "|";
  display: inline-block;
  margin: 0 5px 0 -5px;
}

@media screen and (min-width: 425px) {
  .eprivacy-plugin .epp-modal .epp-modal-wrapper {
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .eprivacy-plugin .epp-modal .epp-modal-wrapper {
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) {
  .eprivacy-plugin .epp-modal .epp-modal-wrapper {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
  }
}

.eprivacy-plugin .epp-modal h3 {
  font-weight: 400;
}

.eprivacy-plugin .epp-modal p {
  color: white;
}

@media screen and (max-width: 500px) {
  .eprivacy-plugin .epp-modal .epp-modal-description p {
    text-align: center;
  }
  .eprivacy-plugin .epp-modal .epp-content-cookie-desc p {
    text-align: center;
  }
  .eprivacy-plugin .epp-modal .epp-content-toggle p {
    position: relative;
    left: 50%;
    -webkit-transform: translate(calc(-50% + -15px));
            transform: translate(calc(-50% + -15px));
  }
}

.eprivacy-plugin .epp-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  right: -100px;
  width: auto;
  z-index: 999;
  height: 50px;
}

.eprivacy-plugin .epp-cookie.epp-cookie-left {
  left: -100px;
  right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.eprivacy-plugin .epp-cookie.epp-cookie-left .epp-cookie-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 5px;
  padding-right: 10px;
  padding: 5px;
}

.eprivacy-plugin .epp-cookie.epp-cookie-left .epp-cookie-wrapper .epp-btn-group::before {
  display: none !important;
}

.eprivacy-plugin .epp-cookie.epp-cookie-left .epp-cookie-wrapper .epp-btn-group::after {
  content: '';
  display: none;
  position: relative;
  height: 20px;
  width: 2px;
  background-color: #ECE9E6;
  margin-right: 10px;
  margin-top: 10px;
}

.eprivacy-plugin .epp-cookie.epp-cookie-left .epp-cookie-wrapper .epp-btn-group .epp-cookie-button {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 400px) {
  .eprivacy-plugin .epp-cookie.epp-cookie-left .epp-cookie-wrapper {
    padding-right: 20px;
  }
  .eprivacy-plugin .epp-cookie.epp-cookie-left .epp-cookie-wrapper .epp-btn-group::after {
    display: block;
  }
  .eprivacy-plugin .epp-cookie.epp-cookie-left .epp-cookie-wrapper .epp-btn-group .epp-cookie-button {
    margin-right: 10px;
  }
}

.eprivacy-plugin .epp-cookie .epp-cookie-icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  background-color: #00569e;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.eprivacy-plugin .epp-cookie .epp-cookie-icon::before {
  color: white !important;
}

.eprivacy-plugin .epp-cookie .epp-cookie-icon::before {
  content: '\f564';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: white;
}

.eprivacy-plugin .epp-cookie .epp-cookie-icon.hovered {
  border-radius: 5px;
}

@media screen and (min-width: 500px) {
  .eprivacy-plugin .epp-cookie .epp-cookie-icon:hover {
    border-radius: 5px;
  }
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper {
  position: relative;
  width: auto;
  max-width: 300px;
  height: 48px;
  background-color: white;
  border-radius: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  padding-left: 10px;
  -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px rgba(204, 204, 204, 0.5);
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-cookie-text {
  display: none;
  position: relative;
  width: 100%;
  margin-left: 5px;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1;
  padding-top: 4px;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-cookie-text p {
  margin: 0;
  opacity: 0.7;
  font-size: 12px;
  color: #949494;
  line-height: 1;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-cookie-text::after {
  display: none;
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #eaeaea;
  top: 0;
  right: -3px;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group .epp-cookie-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 12px 15px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border-radius: 0px;
  margin-left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: transparent;
  border: 1px solid #f7f7f5;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group .epp-cookie-button:focus {
  outline: none;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group .epp-cookie-button::after {
  content: '\f013';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group .epp-cookie-button:hover {
  border-radius: 0px;
  background: #f7f7f5;
  color: #00569e;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group::before {
  display: none;
  content: '';
  position: relative;
  height: 20px;
  width: 2px;
  background-color: #eaeaea;
  margin-left: 10px;
  margin-top: 10px;
}

.eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.eprivacy-plugin .epp-cookie h3 {
  font-weight: 400;
}

.eprivacy-plugin .epp-cookie p {
  color: white;
}

@media screen and (min-width: 400px) {
  .eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-cookie-text {
    display: block;
  }
  .eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group::before {
    display: block;
  }
  .eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-btn-group .epp-cookie-button {
    margin-left: 10px;
  }
}

@media screen and (min-width: 568px) {
  .eprivacy-plugin .epp-cookie .epp-cookie-wrapper {
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .eprivacy-plugin .epp-cookie .epp-cookie-wrapper {
    max-width: 600px;
  }
  .eprivacy-plugin .epp-cookie .epp-cookie-wrapper .epp-cookie-text p {
    font-size: 14px;
  }
}

.eprivacy-plugin .eprivacy-settings-btn {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  padding: .7em 1em;
  text-decoration: none;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  border-radius: 0px;
  background-color: white;
  color: white;
  border: none;
  cursor: pointer;
}

.eprivacy-plugin .eprivacy-settings-btn:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.eprivacy-plugin .eprivacy-settings-btn:focus {
  outline: none;
  border: none;
}

.eprivacy-plugin .epp-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 20px 20px;
  background: white url("/img/wave.png");
  /* Chrome 10-25, Safari 5.1-6 */
  background-image: url("/img/wave.png"), -webkit-gradient(linear, right top, left top, from(white), to(white));
  background-image: url("/img/wave.png"), linear-gradient(to left, white, white);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 100%;
  border-radius: 10px 10px 0 0;
  bottom: 0;
}

.eprivacy-plugin .epp-consent .epp-consent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-disclaimer {
  font-size: 16px;
  color: white;
  width: 100%;
  margin-bottom: 20px;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-disclaimer p {
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 40px;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 0px;
  text-align: center;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button:focus {
  outline: none;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button.epp-btn-consent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: linear-gradient(to right, white, white);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-transition: border-radius 0.4s ease-in-out;
  transition: border-radius 0.4s ease-in-out;
  z-index: 100;
  left: 0px;
  padding: 0;
  height: 40px !important;
  padding: 0;
  width: 180px;
  color: white;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button.epp-btn-consent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: white;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(white), to(white));
  background: linear-gradient(to left, white, white);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: -100;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button.epp-btn-consent:hover {
  border-radius: 0px;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button.epp-btn-consent:hover::before {
  opacity: 1;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button.epp-settings {
  margin-left: 20px;
  height: 40px;
  width: 40px;
  background-color: white;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button.epp-settings i {
  color: white;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button button.epp-button.epp-settings:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 992px) {
  .eprivacy-plugin .epp-consent {
    max-width: 992px;
    bottom: 30px;
    border-radius: 0px;
  }
  .eprivacy-plugin .epp-consent .epp-consent-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-disclaimer {
    width: 73%;
    margin-bottom: 0;
  }
  .eprivacy-plugin .epp-consent .epp-consent-content .epp-consent-button {
    width: 25%;
  }
}


@media screen and (max-width: 1200px) {
  .eprivacy-plugin .epp-cookie.epp-cookie-left {
    display: none !important;
  }
}



/*# sourceMappingURL=eprivacy.css.map */
