﻿@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoLight.woff2") format("woff2");
  font-weight: 300;
}
.cookie-content-banner {
  display: flex;
  align-items: center;
  background-color: #007CB2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 80px;
  color: #fff;
  font-size: 18px;
  border-top: 4px #949494 solid;
}
.cookie-content-banner div {
  flex: 0 0 50%;
}
.cookie-content-banner div:last-of-type {
  text-align: right;
}
.cookie-content-banner a {
  color: #fff;
}
.cookie-content-banner button {
  background-color: #fff;
  border: 0;
  color: #007CB2;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 20px;
  margin-left: 20px;
  border-radius: 8px;
  transition: 0.4s;
}
.cookie-content-banner button:hover:hover {
  background-color: #76d9ff;
  color: #444;
}

@media screen and (max-width: 768px) {
  .cookie-content-banner {
    display: block;
    padding: 10px 10px;
  }
  .cookie-content-banner div p {
    text-align: center;
    font-size: 14px;
  }
  .cookie-content-banner div:last-of-type {
    text-align: center;
  }
  .cookie-content-banner button {
    font-size: 14px;
  }
}
