#Cookiebar a {
    text-decoration: underline;
}    

.cookiebar--container{
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transition: bottom 0.5s ease;
    -moz-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    background: #FFF;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    font-size: 92%;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    z-index:99999;
}

.cookiebar--container-hidden{
    bottom: -400px;
}

.cookiebar--container-visible{
    bottom: 0;
}

.cookiebar--content{ 
    float: left;
    line-height: 110%;
    width: 100%;
}

.cookiebar--content p{
	width: 100%;
    padding: 0 !important;
    margin: 0;
    line-height: 110%;
}
.cookiebar--container .impressum-link{	
	margin-right: .5em;
	line-height: 2em;
    padding-top: .4em;
    display: inline-block;
}
.cookiebar--container .dpp-link{
	line-height: 2em;
    padding-top: .4em;
    display: inline-block;
}
.cookiebar--label{
    clear: both;
    display: block;
    cursor: pointer;
    width: calc(100% - 135px);
    line-height: 1em;
    padding-top: 10px;
}

@media (min-width:391px){
	.cookiebar--label{
			    height: 25px;
	    padding-bottom: 10px;
	}
}

.cookiebar--label span{
	font-size: 11px;
}
.cookiebar--checkbox{
	margin: 0 5px 1em 0;
	float: left;
}
.cookiebar--hide-button{
	font-size: 13.3333px !important;
    background: #e70f46;
    color: #FFF;
    border: 0;
    padding: 5px 8px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
}