@import url("https://fonts.googleapis.com/css?family=Roboto");
/* 	DESIGN	 */
/* POSITION AND LAYOUT */
/* left / right */
/* bottom / top */
/* 	BREAKPOINTS  */
.gdpr {
  position: fixed;
  height: auto;
  z-index: 99999;
  background-color: #194866;
  border-bottom: unset; }
  @media (max-width: 700px) {
    .gdpr {
      bottom: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 701px) {
    .gdpr {
      right: 0;
      bottom: 0; } }
  .gdpr * {
    font-family: "Roboto", sans-serif !important;
    font-weight: unset; }

.gdpr__inner {
  padding: 20px 40px; }

.gdpr__inner__header h2 {
  color: white;
  font-size: 26px; }

.gdpr__inner__body {
  @media(max-width: $desktop) {
    margin: 1em auto; }
 }
  @media (min-width: 701px) {
    .gdpr__inner__body {
      width: auto;
      max-width: 300px;
      margin-bottom: 40px; } }
  .gdpr__inner__body * {
    font-size: 16px;
    letter-spacing: 1.05px; }
  .gdpr__inner__body p {
    color: white;
    line-height: 1.5;
    font-weight: 300; }
    .gdpr__inner__body p a {
      color: #3333bf;
      text-decoration: none; }

.gdpr__inner__submit {
  display: inline-block;
  cursor: pointer;
  padding: 0px 20px;
  border-radius: 3px;
  background-color: #ff677a;
  border-radius: 5px 5px 5px 5px; }
  .gdpr__inner__submit p {
    color: white;
    font-weight: bold; }

#gdpr__inner__submit__text__more {
  color: white;
  text-decoration: underline;
  margin-left: 50px; }

#gdpr__inner__submit__text__decline {
  float: right;
  color: #323232;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: unset;
  margin-top: 17px;
  cursor: pointer;
  margin-right: 10%; }
