/**
 * Breakpoints mixin:
 * Takes the css content and puts it in the corresponding breaktpoint
 * wraps
 */
/* smaller than 600px */
/* larger than 600px */
/* larger than 900px */
/* smaller than 1200px */
/* smaller than 1200px */
/* larger than 1200px */
/* larger than 1400px */
/* larger than 1800px */
/* larger than 2200px */
/* orientation: portrait */
/* orientation: landscape */
/* <-- Breakpoints mixin */
/**
 * Font-size Converter:
 * Converts the given font-sizes in pixels to viewport width values
 */
/* <-- Font-size Converter end */
/**
 * Unit Converter:
 * Converts the given unit and attribute in pixels to viewport width values
 * in relation to the viewport size / breakpoints
 */
/* <-- Unit Converter end */
/**
 * propertymixer:
 * Converts the given unit and attribute in pixels to viewport width values
 * in relation to the viewport size / breakpoints
 */
/* <-- Unit Converter end */
/*******************************************************************************
 *
 *  gdpr 
 *
 ******************************************************************************/
/* GDPR Cookie dialog */
.gdprcookie {
  position: fixed;
  color: #000;
  bottom: 0;
  left: 16px;
  right: 16px;
  width: auto;
  padding: 1rem;
  background: rgba(255,255,255, 0.9);
  background: #04e0da;
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
  z-index: 200;
  border-radius: 0;
}
@media (min-width: 600px) {
  .gdprcookie {
    width: 550px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (min-width: 900px) {
  .gdprcookie {
    width: 850px;
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .gdprcookie {
    width: 950px;
  }
}

.gdprcookie h1,
.gdprcookie h2{
  margin-bottom: 0.6rem;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
.gdprcookie h4 {
color: #000
}

.gdprcookie a {
  color: #000;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  background-size: 0 0.3em;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 0.25s 0.15s ease-in-out;
}

.gdprcookie a:hover {
  color: #000;
  opacity: 0.6;
  text-decoration: underline;
}

.gdprcookie p,
.gdprcookie-types p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  color: #000;
}

@media (min-width: 600px) {
  .gdprcookie p,
  .gdprcookie-types p {
    font-size: 12px;
  }
}
@media (min-width: 900px) {
  .gdprcookie p,
  .gdprcookie-types p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .gdprcookie p,
  .gdprcookie-types p {
    font-size: 14px;
  }
}



.gdprcookie-types p {
  margin-bottom: 15px;
  text-align: center;
}

.gdprcookie-types li {
  font-size: 14px;
  line-height: 1.1;
  color: #000;
}


.gdprcookie-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-around;
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 900px) {
  .gdprcookie-buttons {
    flex-direction: row;
  }
}

.gdprcookie-buttons button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 1.4em;
  margin: 0.3em 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  box-shadow: none !important;
}

@media (min-width: 600px) {
  .gdprcookie-buttons button {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .gdprcookie-buttons button {
    margin: 0 0.3em;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .gdprcookie-buttons button {
    font-size: 15px;
  }
}


.gdprcookie-buttons button:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  opacity: 0.6;
}

.gdprcookie-buttons button:active {
  color: #fff;
  border-color: #000;
  background-color: #000;
  opacity: 0.4;
}

/*
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}
*/
@media (min-width: 600px) {
  .gdprcookie-buttons .button--accept {
    margin-right: 0.2em;
  }
}

.gdprcookie-buttons .button--advanced {
  color: #000;
  border-color: #000;
  background: transparent;
}

.gdprcookie-buttons .button--advanced:hover {
  color: #000;
  border-color: #000;
  background: transparent;
}

/* GDPR Cookie types */
.gdprcookie-types {
  position: relative;
}

.gdprcookie-types ul {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px 0 60px 0;
  margin: 0;
  max-height: 300px;
}
@media (min-width: 600px) {
  .gdprcookie-types ul {
    max-height: none;
    padding: 20px 0 30px 0;
  }
}

.gdprcookie-types:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 600px) {
  .gdprcookie-types:after {
    display: none;
  }
}

.gdprcookie-types li {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
.gdprcookie-types li:after {
    content: 'Info';
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.2em 0.6em;
    border-radius: $global-border-radius;
    font-size: 0.75rem;
    font-weight: 600;
    color: $color-button-outline-idle-text;
    border: 1px solid $color-button-outline-idle-border;
}
*/
.gdprcookie-types li + li {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .gdprcookie-types li + li {
    margin-top: 15px;
  }
}

.gdprcookie-types input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  margin: 0;
}

.gdprcookie-types label {
  display: block;
  padding-left: 3.4em;
  cursor: pointer;
  font-weight: 600;
  color: #000;
}
@media (min-width: 1200px) {
  .gdprcookie-types label {
    font-size: 0.85vw;
  }
}

.gdpr-cookietype-description {
  display: block;
  padding: 3px 0 0 45px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #000;
  transition: all 0.2s ease-in-out;
}

/*----------------------------------------------------------------------------*\
    Checkbox / Radio
\*----------------------------------------------------------------------------*/
.gdprcookie-types input[type=checkbox] {
  display: none;
}

.gdprcookie-types input[type=checkbox] + label::after {
  position: absolute;
  left: 4px;
  top: 1px;
  content: "";
  width: 34px;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(0,0,0, 0.3);
  display: inline-block;
  z-index: 10;
  transition: background-color 0.5s linear;
}

.gdprcookie-types input[type=checkbox] + label:hover {
  cursor: pointer;
}

.gdprcookie-types input[type=checkbox] + label {
  position: relative;
  display: block;
  padding-left: 46px;
  font-size: 1rem;
  line-height: 1.3;
  color: rgba(0,0,0, 0.4);
  transition: all 0.2s ease-in-out;
}

.gdprcookie-types input[type=checkbox] + label::before {
  position: absolute;
  left: 7px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  transition: all 0.1s linear;
  z-index: 20;
}

.gdprcookie-types input[type=checkbox]:checked + label::after {
  background-color: rgba(0,0,0, 0.8);
}

.gdprcookie-types input[type=checkbox]:checked + label::before {
  left: 21px;
  background-color: #fff;
}

.gdprcookie-types input[type=checkbox]:checked + label {
  color: #000;
}

.gdprcookie-types input[type=checkbox]:disabled + label,
.gdprcookie-types input[type=checkbox]:disabled + label + .gdpr-cookietype-description {
  opacity: 0.6;
  cursor: default;
}

.gdprcookie-types input[type=checkbox]:checked + label + .gdpr-cookietype-description {
  color: rgba(0,0,0, 0.8);
}

/*# sourceMappingURL=gdpr-notice.css.map */
