#footer .cookie {
  background: #4d5676;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  padding: 1.2vw 0;
  box-sizing: border-box;
}
#footer .cookie .in {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin: 0 auto;
  justify-content: flex-start;
  max-width: 1000px
}
#footer .cookie .in div {
  padding: 0 1vw 0 0
}
#footer .cookie .in .button {
  border: 1px solid #ffffff;
  border-radius: 8px;
	padding:3px 15px;
	color:#ffffff;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

@media(max-width:1024px){
  #footer .cookie .in{justify-content: center; flex-direction: column;}
  #footer .cookie .in .text{margin-bottom: 20px;}
}