ul li a img.icon {
    display: inline;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.breadcrumb {
    list-style: none;
}
.content_type_label {
    background-color: #014e7f;
    padding: 2px;
    color : #fff;
}
.image-right.max {
    max-width: 100%;
    max-height: 290px;
}
.content_type_label {
    background-color: #014e7f;
    padding: 2px;
    color : #fff;
}
.image-right.max {
    max-width: 100%;
    max-height: 290px;
}


#cookie_note_voll {
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    display: block;
    height: 200px;
    padding: 30px;
    position: fixed;
    width: 400px;
    top: 35%;
    z-index: 10002;
}
#cookie_note_voll p,
#cookie_note_voll h4 {
    color: #797979;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.ui-widget-overlay {
    background: #666;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}


@media only screen and (min-width: 1029px) {
    #cookie_note_voll {
        left: 35%;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1028px) {
    #cookie_note_voll {
        left: 30%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #cookie_note_voll {
        left: 25%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    #cookie_note_voll {
        left: 15%;
    }
}
@media only screen and (max-width: 480px) {
    #cookie_note_voll {
        left: 5%;
    }
}
