
/* Cookie Hinweis  */
.cookiebar {
    height:71px;
    position:relative;
    padding:0;
}
.cookiebar-wrapper {
    width:100%;
    bottom:0;
    position:fixed;
    padding:8px 15px;
    text-align:center;
    font-size:14px;
    line-height:16px;
    background-color:rgba(51,51,51,.85);
    z-index:3000;
}
.cookiebar__text {
    display:inline-block;
}
.cookiebar button {
    height:auto;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:5px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#c31924;
    background-image:none;
}
.cookiebar button:hover {
    background-color:#000000;
}
@media screen and (max-width: 1200px) {
    .cookiebar {
                height:90px!important;
                }
                .cookiebar-wrapper {
                padding-top: 20px;
                }
}
@media screen and (max-width: 652px) {
    .cookiebar {
                height:106px!important;
                }
}
@media screen and (max-width: 461px) {
    .cookiebar {
                    height:122px!important;
                    }
}
@media screen and (max-width: 411px) {
    .cookiebar {
                    height:138px!important;
                    }
}
