@charset "UTF-8";
.gdprCookieAlertPopup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 30px;
  bottom: 30px;
  max-width: 320px;
  padding: 20px 25px;
  font-size: 12px;
  color: #191f30;
  background: white url(../img/gdpr/symbol.png) right 10px top 10px no-repeat;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gdprCookieAlertPopup * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .gdprCookieAlertPopup .headline {
    font-size: 17px;
    font-weight: 700;
    padding-right: 50px;
    padding-bottom: 10px; }
  .gdprCookieAlertPopup .explanation {
    color: #444444; }
    .gdprCookieAlertPopup .explanation a {
      color: #444444;
      text-decoration: underline; }
      .gdprCookieAlertPopup .explanation a:hover {
        text-decoration: none; }
    .gdprCookieAlertPopup .explanation p {
      line-height: 1.4;
      margin: 0;
      padding: 5px 0; }
  .gdprCookieAlertPopup .actions {
    float: left;
    width: 100%;
    margin-top: 10px; }
    .gdprCookieAlertPopup .actions button {
      float: left;
      color: #a4a4a4;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      height: 35px;
      background: white;
      border: 2px solid #a4a4a4;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
      .gdprCookieAlertPopup .actions button.important {
        width: auto;
        font-weight: 400;
        text-transform: none;
        border: none;
        text-decoration: underline;
        padding: 0; }
      .gdprCookieAlertPopup .actions button.all {
        float: right;
        width: 60%;
        color: white;
        background: #24bd77;
        border: 2px solid #24bd77; }
        .gdprCookieAlertPopup .actions button.all:hover {
          background: white;
          color: #24bd77; }

.gdprCookieTerms {
  font-size: 15px; }
  .gdprCookieTerms h2, .gdprCookieTerms h3 {
    padding-bottom: 5px; }
  .gdprCookieTerms h2 {
    font-size: 20px; }
  .gdprCookieTerms h3 {
    font-size: 16px; }
  .gdprCookieTerms p {
    padding-bottom: 15px; }
  .gdprCookieTerms ul {
    padding-bottom: 15px; }
    .gdprCookieTerms ul li {
      position: relative;
      padding-left: 13px; }
      .gdprCookieTerms ul li:before {
        content: "•";
        position: absolute;
        left: 0;
        top: 1px; }
  .gdprCookieTerms table {
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 20px; }
  .gdprCookieTerms tr, .gdprCookieTerms td {
    padding: 0;
    margin: 0;
    vertical-align: top; }
  .gdprCookieTerms td {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4; }
    .gdprCookieTerms td:first-child {
      width: 20%;
      padding-right: 10px; }

#gdprCookieControl {
  background: #f3f3f3;
  padding: 20px; }
  #gdprCookieControl .row {
    padding-bottom: 5px; }
    #gdprCookieControl .row label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      line-height: 1;
      font-size: 14px; }
      #gdprCookieControl .row label .input_checkbox {
        position: absolute;
        top: 1px;
        left: 0;
        height: 14px;
        width: 14px;
        background-color: white;
        border: 1px solid #a4a4a4;
        -webkit-border-radius: 2px;
        border-radius: 2px; }
        #gdprCookieControl .row label .input_checkbox:after {
          display: none;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 8px;
          height: 6px;
          background: url(../img/gdpr/check.png) 0 0 no-repeat; }
      #gdprCookieControl .row label.selected .input_checkbox {
        background: #24bd77;
        border: 1px solid #24bd77; }
        #gdprCookieControl .row label.selected .input_checkbox:after {
          display: block; }
      #gdprCookieControl .row label.selected.disabled {
        cursor: default; }
        #gdprCookieControl .row label.selected.disabled .input_checkbox {
          background: #a4a4a4;
          border: 1px solid #a4a4a4; }
  #gdprCookieControl .actions {
    margin-top: 15px;
    padding: 0; }
    #gdprCookieControl .actions button {
      height: 35px;
      background: #3216af;
      color: white;
      font-weight: 700;
      padding: 0 30px;
      cursor: pointer;
      text-transform: uppercase;
      border: 0;
      -webkit-border-radius: 2px;
      border-radius: 2px; }

form .widget-terms legend {
  display: none; }
form .widget-terms span {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  form .widget-terms span input {
    position: absolute;
    left: 0;
    top: 3px; }
  form .widget-terms span label {
    font-size: 14px;
    line-height: 1; }

.g-recaptcha {
  position: static !important; }

/*# sourceMappingURL=gdpr.css.map */
