#gdprWindow             { position: fixed; bottom: 0; left: 0; width: 100vw; height: auto; border: 1px solid #000; }
#gdprWindow             { box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); }
#gdprWindow             { background: #fff; font-size: 16px; z-index: 10; }
#gdprWindow.bootstrap   {  }
#gdprWindow .inner      { padding: 15px; }
#gdprWindow h3          { padding-bottom: 15px; }
#gdprWindow p           { margin-bottom: 10px; line-height: 1.1rem; }
#gdprWindow .cookie-type{ display: block; position: relative; }
#gdprWindow .marketing  {  }
#gdprWindow .buttonbox  { display: block; width: 100%; margin: 0 auto; }
#gdprWindow .button      { -webkit-appearance: none; -moz-appearance: none; outline: none; text-align: center; }
#gdprWindow .button      { padding: 10px 0; border-radius: 0px; border: 0px solid #000; background-color: var(--vred); }
#gdprWindow .button      { margin: 0 auto; display: block; color: #fff; width: 100%; border-radius: 5px; cursor: pointer; }
#gdprWindow .button.accept{ margin-bottom: 15px; background-color: #4aa734; }
#gdprWindow .button.deny { background-color: #d6d6d8; color: #fff; }
#gdprWindow .foot       { text-align: center; margin-top: 25px; }
#gdprWindow .foot a     {  }

@media (max-width: 576px) {
    #gdprWindow         { left: 0; width: calc(100% - 2px); }
}