.cookie-notice-hidden {
  display: none;
}

#cookie-notice {
  z-index: 2000;
}

#cn-notice-buttons {
  display: flex;
  justify-content: center;
}
#cn-notice-buttons a {
  width: 20%;
  margin: 10px;
  text-align: center;
  line-height: 2;
}
#cn-notice-buttons a:hover {
  color: inherit;
}
#cn-notice-buttons #cn-accept-cookie {
	width: 50%;
    border: 2px solid #81B948;
    background-color: #81B948;
}
#cn-notice-buttons #cn-refuse-cookie {
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
}
#cn-notice-buttons #cn-more-info {
    border: 2px solid #0074C4;
    background-color: #0074C4;
}

.modal-cookie-info {
    z-index: 2001;
}

.modal-cookie-info .modal-content {
	background-color: white;
	min-height: 400px;
	max-height: 80%;
	height: 100%;
	padding: 65px 20px;
	z-index: 1000;
	overflow: hidden;
}

.modal-cookie-info .modal-content .content-wrapper {
    overflow-y: scroll;
    box-sizing: border-box;
}
.modal-cookie-info .modal-save {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

@media only screen and (max-width: 700px) {
#cn-notice-buttons a {
	width: 90% !important;
	display: block;
}
#cn-notice-buttons {
  display: block;
}
}
