.cookie-bar{position:fixed;bottom:0;left:0;right:0;width:100%;text-align: center;background:#393c49;color:#fff;font-size:12px;z-index:999999;padding:0;overflow:hidden;height:0;transition:padding 2s,height 2s;}
.show-cookie-bar .cookie-bar{height:90px;padding:10px 0;}
.cookie-bar .btn-default{margin:10px;}
.fixed-header{transition:top 2s;}
.cookie-text {display:inline-block;}
body{transition:padding-top 2s;}
/*.show-cookie-bar .fixed-header{top:130px;}*/
/*@media (min-width: 1200px){body.show-cookie-bar{padding-top:130px;}
}
@media (min-width: 992px){body.show-cookie-bar{padding-top:130px;}
}
@media (min-width: 768px){body.show-cookie-bar{padding-top:140px;}
}*/
@media (max-width: 1024px){.show-cookie-bar .cookie-bar{height: auto;}
}
/*@media (max-width: 767px){body.show-cookie-bar{padding-top:150px;}*/
.show-cookie-bar .cookie-bar{height:100px}
.cookie-bar .btn-default{margin-left: 0; margin-right: 20px;}
.cookie-bar .btn-default:first-child{clear: both;}
.show-cookie-bar .cookie-bar p {font-size: 12px;}
}

@media screen and (max-width: 1023px) {
	span.cookietext {display:block;}
}

@media screen and (max-width: 600px) {
	/*.show-cookie-bar .cookie-bar{height:120px;}
	body.show-cookie-bar{padding-top:120px;}*/
}