/* -----------------------------------------------------------------------------
/* ----------------------------- LANDSCAPE -------------------------------------
   -------------------------------------------------------------------------- */

/* XXSMALL */
@media screen and (min-width:480px) and (orientation: landscape) {
  .cookiepolicy {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: -100%;
    left: 0;
    background: rgba(0,0,0,0.8);
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .cookiepolicy p, .cookiepolicy a {
    font-size: 14px;
    line-height: 17px;
    color: rgb(220,220,220);
  }
  .cookieok {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(23, 188, 146,0.7);
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  .cookieok p {
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .cookieok:hover {
    background: rgba(23, 188, 146,0.9);
  }
}
/* XSMALL */
@media screen and (min-width:680px) and (orientation: landscape) {

}
/* SMALL */
@media screen and (min-width:920px) and (orientation: landscape) {

}
/* MEDIUM */
@media screen and (min-width:1200px) and (orientation: landscape) {

}
/* LARGE */
@media screen and (min-width:1320px) and (orientation: landscape) {

}
















/* -----------------------------------------------------------------------------
/* ----------------------------- PORTRAIT --------------------------------------
   -------------------------------------------------------------------------- */

/* XXSMALL */
@media screen and (min-width:320px) and (max-device-aspect-ratio: 1/1), (min-width:320px) and (max-aspect-ratio: 1/1) {
  .cookiepolicy {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: -100%;
    left: 0;
    background: rgba(0,0,0,0.8);
    padding-top: 10px;
    padding-bottom: 6px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .cookiepolicy p, .cookiepolicy a {
    font-size: 13px;
    line-height: 15px;
    color: rgb(220,220,220);
  }
  .cookieok {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: auto;
    top: 0;
    left: 0;
    background: rgba(23, 188, 146,0.7);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  .cookieok p {
    line-height: 28px;
    font-size: 13px;
    text-transform: uppercase;
  }
  .cookieok:hover {
    background: rgba(23, 188, 146, 0.9);
  }
}
/* XSMALL */
@media screen and (min-width:440px) and (max-device-aspect-ratio: 1/1), (min-width:440px) and (max-aspect-ratio: 1/1) {

}
/* SMALL */
@media screen and (min-width:520px) and (max-device-aspect-ratio: 1/1), (min-width:520px) and (max-aspect-ratio: 1/1) {

}
/* MEDIUM */
@media screen and (min-width:620px) and (max-device-aspect-ratio: 1/1), (min-width:620px) and (max-aspect-ratio: 1/1) {

}
