@import url("https://use.typekit.net/ouq4xtl.css");
.cookiebotBlock {
  margin: 50px 0;
  font-family: aller, sans-serif;
}
.cookiebotBlock .contentWrapper {
  width: calc(100% - 120px);
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 760px;
}
.cookiebotBlock .title {
  margin-bottom: 20px;
}
.cookiebotBlock .CookieDeclaration {
  font-size: 14px;
  line-height: 20px;
}
.cookiebotBlock .CookieDeclaration p {
  font-size: 14px;
  line-height: 20px;
}
.cookiebotBlock .CookieDeclarationType {
  border-color: rgba(0, 0, 0, 0.1);
}
.cookiebotBlock .CookieDeclarationType .CookieDeclarationTableHeader {
  border-color: rgba(0, 0, 0, 0.1);
}
.cookiebotBlock .CookieDeclarationType p,
.cookiebotBlock .CookieDeclarationType tr .CookieDeclarationTableCell {
  font-size: 12px;
  border-color: rgba(0, 0, 0, 0.1);
}
.cookiebotBlock a {
  color: #cc3333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cookiebotBlock a:hover {
  color: #1d1d1b;
}
@media only screen and (max-width: 1300px) {
  .cookiebotBlock .contentWrapper {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 767px) {
  .cookiebotBlock .CookieDeclaration {
    font-size: 12px;
  }
  .cookiebotBlock .CookieDeclaration p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=cookiebot_block.css.map */