.backtotop {
    position: fixed;
    right: 0;
    top: 60%;
    background-color: #f29400;
    padding: 10px;
    border-radius: 3px;
    opacity: 0.7;
    display: none;
    cursor: pointer;
}
.cookie-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f29400;
    opacity: 0.9;
    z-index: 5000;
    padding: 25px;
}
.footer {
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0.9rem;
}
.footer-title {
    font-size: 1.5rem;
    color: #f29400;
    font-family: 'Lato', sans-serif;
    /*font-family: 'Courgette', cursive;*/
}

.h2-ur {
    background-color: #dddddd;
    /*background: linear-gradient(#e66465, #9198e5);*/
    font-weight: bolder;
    padding: 15px;
}
.h3-ur {
    font-style: italic;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #cccccc;
    color: #1a252f;
    border: 2px solid white;
    z-index: 1000;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 767px) {
    .fixed-top {
        position: relative;
    }
}
.fancybox-caption__body {
    font-size: 1.5rem;
}
