/*
#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
*/
.cookie-message.custom-gdpr {display:none;width:100%;top:auto;bottom:0px;left:0;z-index:1001;background-color:#333333;color:#FFFFFF;padding:10px 15px;position:fixed;font-size:11px;line-height:15px;}
.cookie-message.custom-gdpr > div.cookie-text {display:inline-block;padding:5px 0;}
.cookie-message.custom-gdpr > div.cookie-actions {display:inline-block;float:right;}
.cookie-message.custom-gdpr p {color:inherit;margin:0;padding:0;font:inherit;font-weight: normal;}
.cookie-message.custom-gdpr a {position:relative;margin:0;font:inherit;right:auto;left:auto;top:auto;bottom:auto;display:inline;}
.cookie-message.custom-gdpr p a {color:inherit;text-decoration:underline;}
.cookie-message.custom-gdpr a.cookie-btn {display:inline-block;padding:5px 15px;text-decoration: none;cursor: pointer;cursor: pointer;}
.cookie-message.custom-gdpr a.cookiebar-more {background-color:#002f5c;color:#FFFFFF;}
.cookie-message.custom-gdpr a.cookie-btn.cookiebar-accept {background-color:#002f5c;color:#FFFFFF;}
.cookie-message.custom-gdpr a.cookie-btn.cookiebar-decline {background-color:transparent;color:#FFFFFF;}


/*
.cookie-message.custom-gdpr a {cursor: pointer;position: relative;right:auto;top:auto;text-decoration:underline;}
.cookie-message.custom-gdpr a.cookie-close-button {cursor: pointer;position: absolute;right: 20px;top: 0;text-decoration:none;}
.cookie-message.custom-gdpr p,.cookie-message a {color:#FFFFFF;line-height: 23px;}
*/

.form-type-checkbox label > p {
  display:inline-block;
  margin: 0;
  padding:0;
  font-weight: normal;
}

.form-item-gdprterms .icheckbox_square-blue {float:left;margin-right: 5px;}
.form-item-gdprterms .icheckbox_square-blue + label {float: left;display: block;width: calc(100% - 30px);margin: 0 0 20px;}

.custom-gdpr-modal button {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius:0;
  padding:5px 15px;
  background-color:#EFEFEF;
}

.custom-gdpr-modal button.btn {background-color:#EFEFEF;}
.custom-gdpr-modal button.action-goto {background-color:#002f5c;color:#FFFFFF;}

#gdpr-cookie-modal .btn.cookiebar-decline {float:left;}
#gdpr-cookie-modal .btn.cookiebar-accept {background-color:#002f5c;color:#FFFFFF;}

.custom-gdpr-modal .modal-title {
  font-size:1.25em;
  font-weight:bold;
  margin:0;
  padding:0;
  text-align:left;
}

.custom-gdpr-modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    width: auto;
    box-shadow: none;
}
.custom-gdpr-modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/*
.modal-open {
  overflow: hidden;
}
*/
.custom-gdpr-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.custom-gdpr-modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.custom-gdpr-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
