/* cookie banner */
/*.cookieWarning{
    padding: 10px 20px 10px 20px;
}*/
.cookieContainer{
  padding: 20px 72px 20px 20px;
  font-size: 18px;
  line-height: 1.4em;
}
.cookieContainer p{
  margin-bottom:0;
}
.cookieContainer button.closeCookieContainer{
  font-size: 18px;
  height: 34px;
  padding-top: 9px;
  background-color: #009ee3;
  color: #ffffff;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  width: 55px;
  display: block;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right: 20px;
}
.cookieContainer button.closeCookieContainer:hover,
.cookieContainer button.closeCookieContainer:focus{
  background-color:#000000;
  color:#ffffff;
}
button.closeCookieContainer{
  position: absolute;
  top: 10px;
  right: 0;
  background-color:transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  cursor: pointer;
}
button.closeCookieContainer span{
  display:block;
  font-size: 60px;
  cursor: pointer;
  font-weight: lighter;
  font-family: sans-serif;
  transform: rotate(45deg);   
  color: #727272;
}
.completePageContent{
  position:relative;
  height: 80px;
  background-color: #000;
}
.cookieWarning{
  position:relative;
  top: 0px;
  width: 100%;
  display: none;
  z-index: 400;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
}
.cookieContainer a{
  color:#000000;
  text-decoration: underline;
}
.cookieContainer a:hover,.cookieContainer a:focus{
  color:#000000;
}
.black_close_button{
  width:30px;
  height:30px;
  display:block;
  font-family:'DIN Next W01 Bold', sans-serif;
  /*background-image: url(images/x_black.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%; */
  margin-bottom:50px;
}
.black_close_button img{
  transform: rotate(45deg);
}


