@media only screen and (max-width: 720px) {
ul.main-nav-first.full>li:first-child:before,
ul.main-nav-first.full>li:first-child:after{
    display:none;
}
}

.cookie-notice {
  background-color: #1b1d1f; 
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 159000;
}
.cookie-notice .page-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 110px;
  padding-left: 1%;
  color: #84868c;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width:1600px;
  position: relative;
}

.cookie-notice a {
  color: #84868c;
}
.cookie-notice .readmore {
  text-decoration:underline;
  }

.cookie-notice .readmore:hover {
color: #c00;
}

.cookie-notice .btn-ok {
  text-decoration:none;
  position:absolute;
  bottom:0;
  right: 1%;
  height: 40px;
  margin-left:0;
  margin-right:0;
  padding: 0 15px;
  background: #fdd230;
  color: #000;
  line-height:40px;
  width: auto;
}
.cookie-notice .btn-ok:hover {
background: #fff;
}