#gdprWindow             { position: fixed; top: 50%; left: calc(50% - 200px); width: 400px; height: auto; border: 1px solid #000; z-index: 9999; }
#gdprWindow             { transform: translateY(-50%); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); }
#gdprWindow             { background: #fff; font-size: 16px; z-index: 10; }
#gdprWindow .inner      { padding: 15px; }
#gdprWindow .headline   { padding-bottom: 15px; text-align: center; }
#gdprWindow p           { margin-bottom: 10px; line-height: 1.1rem; }
#gdprWindow #trackingform{ padding-top: 15px; }
#gdprWindow .cookie-type{ display: inline-block; position: relative; }
#gdprWindow .cookie-type:before { content: '•'; color: #4aa734; margin-left: 5px; font-size: 50px; }
#gdprWindow .cookie-type:before { position: relative; top: 12px; }
#gdprWindow .marketing  { float: right; }
#gdprWindow .buttonbox  { display: block; width: 80%; 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: #ed5188; }
#gdprWindow button      { margin: 0 auto; display: block; color: #fff; width: 100%; border-radius: 5px; }
#gdprWindow button.accept{ margin-bottom: 15px; background-color: #000; }
#gdprWindow button.deny { background-color: #000; color: #fff; }
#gdprWindow .foot       { text-align: center; margin-top: 25px; }
#gdprWindow .foot a     {  }
#gdprWindow button      { cursor: pointer; }

@media (max-width: 576px) {
    #gdprWindow         { left: 0; width: calc(100% - 2px); }
}
