#gdpr-popup {
    position:fixed;
    width:100%;
    height:100%;
    box-sizing:border-box;
    left:0;top:0;
    background:rgba(255,255,255,.5);
    z-index: 1030;

}@media screen and (max-width:768px) {
      #gdpr-popup {
          position:absolute;
          margin-bottom: 100px;
      }
 }@media screen and (max-width:600px) {
       #gdpr-popup {
           margin-bottom: 400px;
       }
  }.cookie-optinout-button {
       position:fixed;
       z-index:99999;
       bottom:0;
       left:0;
       padding:5px 20px 5px 20px;
       color:#fff;
       background:#1d3f75;
       border-bottom:1px #ccc dotted;
       border-radius:5px;
       cursor: pointer;
   }.cookie-popup {
        position:relative;
        top:100px;
        z-index:2000;
        width:100%;
        max-width:750px;
        margin:0 auto;
        height:auto;
        border-radius:5px;
        border:1px #ccc solid;
        box-shadow:5px 5px 5px grey;
        box-sizing:border-box;
        background: #fff;
    }.cookie-popup .cookie-popup-frame {
         display:block;
         line-height:20px;
         margin:10px 0;
         clear:both;
         box-sizing:border-box;
         padding:25px 30px 30px 30px;
         position: relative;
     }.cookie-popup .cookie-popup-frame .gdpr-title {
          font-size:25px;
          clear:both;
          margin-bottom: 15px;
      }.cookie-popup .popup-buttons {
           width:100%;
           text-align:center;
           box-sizing:border-box;
           padding:25px 30px 0 30px;
           background: #e5e5e5;
       }.cookie-popup .popup-buttons .option {
            display:table;
            clear:both;
            margin:10px 0 0 0;
            border-bottom:1px #c9c9c9 solid;
            padding-bottom: 10px;
        }.cookie-popup .popup-buttons .option:last-child {
             border: 0;
         }.cookie-popup .popup-buttons .option .btn {
              margin:0 5px 5px 0;
              padding:7px 12px 8px 5px;
              border-radius:1px;
              line-height:20px;
              text-decoration:none;
              display:table-cell;
              min-height:20px;
              text-align:center;
              width:120px;
              word-wrap:break-word;
              border-radius:5px;
              min-width:80px;
              background:#1d3f75;
              margin:0 auto;
              color: #fff;
          }.cookie-popup .popup-buttons .option .btn:hover {
              background:#fff;
               color: #1d3f75;
           }.cookie-popup .popup-buttons .option .btn.active {
                background: #c9c9c9;
            }.cookie-popup .popup-buttons .option .btn.active:hover {
                background:#fff;
                color: #1d3f75;
             }.cookie-popup .popup-buttons .option .option-text {
                    display:table-cell;
                    width:580px;
                    text-align:left;
                    padding-left: 20px;
              }.cookie-popup .popup-buttons .option.active .btn {
                    background: #c9c9c9;
               }.cookie-popup .popup-buttons .option.active .btn:hover {
                    background:#fff;
                    color: #1d3f75;
                }.cookie-popup .close {
                     width:32px;
                     height:32px;
                     position:absolute;
                     margin-right:0;
                     right:20px;
                     top:10px;
                     cursor: pointer;
                 }.cookie-popup .privacy {
                      clear:both;
                      display:block;
                      padding:20px 0 20px 0;
                      text-align: left;
                  }.cookie-popup .privacy a {
                       color:#000;
                       text-decoration:none
                   }.cookie-bar {
                        position:fixed;
                        z-index:1020;
                        bottom:0;
                        left:0;
                        width:100%;
                        min-height:50px;
                        padding:10px 10px 5px 10px;
                        color:#fff;
                        background:#4fcccd;
                        box-sizing: border-box;
                    }.cookie-bar * {
                         box-sizing: border-box;
                     }.cookie-bar .cookie-bar-text {
                         float:left;
                         width: 60%;
                      }.cookie-bar .cookie-bar-buttons {
                         float:right;
                         width: 40%;
                       }.cookie-bar .cookie-bar-settings {
                            border:1px #fff solid;
                            background:#fff;
                            border-radius:5px;
                            width:200px;
                            float:right;
                            color:#1d3f75;
                            text-align:center;
                            padding:5px;
                            cursor:pointer;
                            margin: 0 0 0 10px;
                        }.cookie-bar .cookie-bar-settings:hover {
                             background:#1d3f75;
                             color: #fff;
                         }.cookie-bar .cookie-bar-options {
                              display:inline-block;
                              float: right;
                          }.cookie-bar .btn {
                               border:1px #fff solid;
                               border-radius:5px;
                               float:right;
                               margin-left:10px;
                               text-align:center;
                               padding:5px;
                               cursor: pointer;
                           }.cookie-bar .btn:hover {
                                color:#1d3f75;
                                background: #fff;
                            }@media screen and (max-width:768px) {
                                 .cookie-bar .btn,.cookie-bar .cookie-bar-settings,.cookie-bar .cookie-bar-text .cookie-bar-buttons {
                                     clear:both;
                                     display:block;
                                     float:none;
                                     margin:0 auto;
                                     margin-top:10px;
                                     width: auto;
                                 }
                             }