﻿#overlay-messages { position: fixed; bottom: 0; left: 0; right: 0; background: #f5f5f5; z-index: 120; }
#cookie-message, #notice-message { display: none; font-size: 16px; color: #8c8c8c; text-align: center; font-weight: 400; padding: 5px 0 10px; }
.overlay-message .message { padding-left: 15px; display: inline-block; }
	.overlay-message .message p { margin: 0; display: inline; font-size: 16px; }
	.overlay-message .message a { color: #8c8c8c; text-decoration: underline; }
		.overlay-message .message a:hover { color: #8c8c8c; }
.buttons { display: inline-block; overflow: visible; margin-top: 0; margin-left: 0px; }
#cookie-close, #notice-close { cursor: pointer; margin-left: 5px; display: inline-block; color: #fff; background: #e64b00; padding: 6px 12px; border-radius: 3px; line-height: 24px; text-decoration: none; margin-left: 5px; font-size: 0.9em; }
body.showCookie #cookie-message { display: block; }
body.showNotice #notice-message { display: none; }

@media (max-width: 759px) {
	.overlay-message .buttons { margin-left: 0; display: block; margin-top: 5px; }
}

@media (max-width: 575px){
	#cookie-message, #notice-message {
		font-size: 12px;
		line-height: 19px;
	}
}
@media(max-width:414px){
	#cookie-message, #notice-message {
		font-size: 11px;
		line-height: 18px;
	}
}