/* start read more */
.readmore .readmore-full {
    display: none;
}
.readmore.visible .readmore-full {
    display: block;
}
.readmore.visible .readmore-summary {
    display: none;
}
/*.readmore .readmore-rest {
    display: none;
}
.readmore.visible .readmore-rest {
    display: inline;
}*/
/* end read more */
.alert.cookie-policy {
    margin: 0;
    border-radius: 0;
}
.cookie-policy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    z-index: 10001;
    background-color: #fff;
}
.cookie-policy.cookie-policy-dark {
    background-color: #fff;
    border-top-color: #343a40;
}
.cookie-policy .cookie-policy-message {
    flex: 1;
}