body #tx_cookies_inner{
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0,0,0,0.5);
}

body #tx_cookies_inner .cookie_wrapper{
  background-color: #97c00e;
  color: white;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block !important ;
  padding: 20px;
}
#tx_cookies .close-button{
  display:none!important;
}

body #tx_cookies button, body #tx_cookies input[type="submit"]{
  border: 1px solid white;
  background: white;
  padding: 15px;
  color: rgb(88,88,90);
}

.button-wrapper{
  margin-top: 10px;
  margin-bottom: -5px;
}

#tx_cookies .typo3-messages{
  width: 45%;
  right: 5%;
  position: fixed;
  bottom: 0px;
  list-style-type: none;
}

#tx_cookies .close-button{
  position: absolute;
  right: 1px;
  min-width: auto;
  top: 1px;  
  background: transparent;
  border: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 25px;
  font-size: 20px;
  color: white;

}

body #tx_cookies #tx_cookies_showPermanent{
    display: inline-block;
    position: fixed;
    border: 1px solid #acacac;
    margin-bottom: 5px;
    margin-left: 5px;
    bottom: 0px;
    top: auto;
    z-index: 0;
}

#tx_cookies form{
	display: inline-block !important;
}

#tx_cookies button, #tx_cookies input[type="submit"] {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 230px;
    margin-right: 5px;
}

#tx_cookies .flex{
  //display: flex;
  padding-right: 50px;
}

#tx_cookies p{
  margin-right: 15px;
}

@media only screen and (max-width: 1020px) {
  body #tx_cookies_inner p{
      line-height: 1.4;
      font-size: smaller;
  }

  #tx_cookies p{
    margin-right: 0px;
  }

  #tx_cookies .flex{
    display: block;
    padding-right: 0px;
  }

  #tx_cookies h3 {
    margin: 0;
    font-size: 22px;
    margin-bottom: 5px;
    padding-right: 35px;
  }

  #tx_cookies button, #tx_cookies input[type="submit"] {
      margin-top: 5px;
      margin-bottom: 5px;
      width: 100%;
      margin-right: 5px;
  }

  .button-wrapper form{
    width: 100%
  }

}


.zone .container .content-element.sema-gray{
  position: relative;
  padding: 30px 0 50px;
  margin: 50px 0 0px;
}
.zone .container .content-element.sema-gray::before{
  content: " ";
  position: absolute;
  height: 100%;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
  z-index: -1;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  top: -15px;
}