/* ///////////////////////
COOKIE BANNER    
////////////////////////*/
/* ///////////////////////
COOKIE BANNER
////////////////////////*/
#divWithCookieBanner {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}
#divWithCookieBanner .content {
  border: 2px solid #FFF;
  border-bottom: 0 !important;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
  padding: 15px;
  max-width: 950px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #555;
}
#divWithCookieBanner .row {
  margin-bottom: 15px;
}
#divWithCookieBanner .row .col {
  padding: 0 15px;
}
#divWithCookieBanner .divWithLinks {
  clear: both;
  text-align: center;
}
#divWithCookieBanner a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #divWithCookieBanner .row .col {
    float: left;
  }
  #divWithCookieBanner .row .col:nth-child(1) {
    width: 70%;
  }
  #divWithCookieBanner .row .col:nth-child(2) {
    width: 30%;
  }
}
@media (min-width: 992px) {
  #divWithCookieBanner .row .col:nth-child(1) {
    width: 80%;
  }
  #divWithCookieBanner .row .col:nth-child(2) {
    width: 20%;
  }
}
#divWithCookieBanner .content {
  text-align: left;
  border: 2px solid #14A;
  box-shadow: 0px 0px 10px #555;
}
