.legacy-cookie {
    background-color: #ffffff;
		 padding:0;
		 width: 100%;
		 position: fixed;
		 left: 0;
		 bottom: 0;
		 z-index: 9999;
		 transition:all .4s;
		 border-top: 1px solid #acacac;
    
}

.legacy-cookie > div {
    grid-gap: 24px 16px;
    background: transparent;
    margin: 0 auto;
    padding: 24px 16px;
    position: relative;
	
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
}

@media screen and (min-width: 1440px) {
    .legacy-cookie > div{
        width: 1216px;
    }
}
@media screen and (min-width: 1216px) {
    .legacy-cookie > div {        
        padding: 16px 40px;
        width: 1216px;
    }
}
.legacy-cookie > div .legacy-cookie__text {width: 80%; float: left;}
.legacy-cookie > div  p {
    margin-bottom: 12px;
    font: normal 11px / 1.25 Bitter, sans-serif;
    font-size: 18px;
}

.legacy-cookie > div span.button {
    font-size: 18px !important;	
    display: inline-block;
    padding: 12px 0;
    margin: 0 0 0 30px !important;
    width: 140px !important;
	height: 46px!important;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    background: #eb6829;
    color: #ffffff !important;
    border: 2px solid #eb6829 !important;
    border-radius: 0;
}

.legacy-cookie img {
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.legacy-cookie img:hover {
    opacity: .8
}

.legacy-cookie a {
    text-decoration: none;
}

@media (min-width: 540px) {
    .legacy-cookie br {
        display: none;
    }
}


@media screen and (max-width: 768px) {
	.legacy-cookie > div .legacy-cookie__text {
		display: block;
		margin: 0 15px 10px 10px;
		padding-right: 10px;
		width: 100%;
		float: none;	  
			}		
	
	.legacy-cookie > div span.button  {	
		text-align: center;
		display: grid;
		font-size: 18px !important;
		margin: 0 auto !important;
		width: 140px !important;
		text-align: center !important;		
		}
	
	.legacy-cookie > div {display: block;}
	
		}
