/****************************************/
/*			Cookie Hinweis				*/
/****************************************/
#redim-cookiehint{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:fixed;
	bottom:0;
	width:100%;
	background:rgba(94, 94, 94, 1);
	color:#fff;
	text-align:center;
	padding:20px 60px;
	z-index:9999;
	border-top:2px solid #fff;}

#redim-cookiehint .cookiecontent{
	text-align:inherit;
	font-size:1em;
	color:inherit;
	padding:0 80px 0 0;}

#redim-cookiehint .cookiecontent a{
	color:#FB9D47;
	font-weight:700;}

#redim-cookiehint .cookiebuttons{
	position:absolute;
	top:50%;
	right:40px;
    -webkit-transform:translate3d(0%, -50%, 0);
    transform:translate3d(0%, -50%, 0);}
    
#redim-cookiehint .cookiebuttons .btn{
	display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1em;
    line-height: 130%;
    background: #95c11f;
    text-shadow: none;
    border: 1px solid;
    border-color: #fff;
    border-radius: 1em;
    cursor: pointer;
    padding: 4px 30px 5px 30px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: 700;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;}
	
#redim-cookiehint .cookiebuttons .btn:hover{
	background: #fff !important;
    color: #95c11f;}
    
#redim-cookiehint .clr{clear:both;}

#redim-cookiehint.hidden{
	display:none;
	visibility:hidden;}
	
	
/* -------------------- SMARTPHONE -------------------- */
@media only screen and (max-width :767px){
	
	
/****************************************/
/*				Coockie Hinweis			*/
/****************************************/
#redim-cookiehint{
	padding:20px;}

#redim-cookiehint .cookiecontent{
	font-size:0.8em;
	padding:0;}

#redim-cookiehint .cookiebuttons{
	margin-top:20px;
	position:relative;
	top:auto;
	right:auto;
    -webkit-transform:translate3d(0%, 0%, 0);
    transform:translate3d(0%, 0%, 0);}
    
    
}

/* -------------------- SMARTPHONE quer / TABLET -------------------- */
@media only screen and (min-width :768px) and (max-width :991px){

/****************************************/
/*				Coockie Hinweis			*/
/****************************************/
#redim-cookiehint{padding:20px 30px;}
#redim-cookiehint .cookiecontent{padding:0 100px 0 0;}
#redim-cookiehint .cookiebuttons{right:30px;}


}


/* -------------------- LAPTOP -------------------- */
@media only screen and (min-width :992px) and (max-width :1199px){}

/* -------------------- DESKTOP -------------------- */
@media only screen and (min-width :1200px){}