﻿.cookie-notification-container {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #494e54;
  color: white;
  font-family: 'OpenSans'; }
  .cookie-notification-container .cookie-notification-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .cookie-notification-container .cookie-notification-subtitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px; }
  .cookie-notification-container .cookie-notification-description {
    font-size: 12px;
    line-height: 18px; }
  .cookie-notification-container .cookie-notification-settings {
    margin: 10px 0; }
    .cookie-notification-container .cookie-notification-settings .cookie-notification-settings-item {
      display: flex;
      margin-bottom: 10px; }
  .cookie-notification-container a {
    color: white;
    text-decoration: underline;
    font-family: 'OpenSans-Bold';
    cursor: pointer; }
  .cookie-notification-container .cookie-notification-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center; }
    .cookie-notification-container .cookie-notification-actions .cookie-notification-save-changes {
      flex: 1;
      min-width: 200px;
      font-family: 'OpenSans-Bold';
      line-height: 19px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 15px 25px;
      background-color: #f54e00;
      cursor: pointer;
      border: none;
      transition: .1s; }
      .cookie-notification-container .cookie-notification-actions .cookie-notification-save-changes:active {
        transform: scale(0.96);
        background-color: rgba(228, 106, 7, 0.6);
        color: rgba(255, 255, 255, 0.6); }
    .cookie-notification-container .cookie-notification-actions .cookie-notification-minimal {
      flex: 1;
      text-align: center;
      align-self: center;
      padding: 15px 25px;
      min-width: 200px; }
      .cookie-notification-container .cookie-notification-actions .cookie-notification-minimal:hover {
        box-shadow: 0 5px 16px -5px rgba(0, 0, 0, 0.3);
        background: #0097e0;
        color: white;
        text-decoration: none;
        border-color: #0097e0; }
    .cookie-notification-container .cookie-notification-actions.cookie-notification-click-link:hover {
      color: white;
      text-decoration: none; }

@media only screen and (min-width: 769px) {
  .cookie-notification-container {
    padding: 68px 75px;
    font-size: 15px; }
    .cookie-notification-container .cookie-notification-title {
      line-height: 36px;
      margin-bottom: 20px;
      font-size: 24px; }
    .cookie-notification-container .cookie-notification-subtitle {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 5px;
      font-family: 'OpenSans-Bold'; }
    .cookie-notification-container .cookie-notification-description {
      font-size: 15px;
      line-height: 1.428571429;
      font-family: "OpenSans-Light"; }
    .cookie-notification-container .cookie-notification-settings {
      margin: 10px 0; }
      .cookie-notification-container .cookie-notification-settings .cookie-notification-settings-item {
        display: flex;
        margin-bottom: 10px; }
    .cookie-notification-container .cookie-notification-link {
      text-align: start;
      font-size: 14px;
      line-height: 21px;
      font-family: 'OpenSans';
      margin: 0 0 10px; }
    .cookie-notification-container a.cookie-notification-minimal {
      font-size: 14px;
      font-family: 'OpenSans'; } }
