/* ####################
**
** e-nitio Cookie-Bar v1.0
** Copyright 2018 e-nitio mediasign GmbH & Co. KG
**
** #################### */

body {
	-webkit-transition: padding-bottom 0.3s linear;
	-moz-transition: padding-bottom 0.3s linear;
	-ms-transition: padding-bottom 0.3s linear;
	-o-transition: padding-bottom 0.3s linear;
	transition: padding-bottom 0.3s linear;
}

.emcgn--cookiebar {
	display: block;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (max-width: 991px) {
	.emcgn--cookiebar .emcgn--cookie-text {
		display: block;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.emcgn--cookiebar .emcgn--cookiebar-btnbar .btn {
		display: block;
		width: 100%;
	}
	.emcgn--cookiebar .emcgn--cookiebar-btnbar .btn + .btn {
		margin-top: 5px;
	}
}