.img-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.img-circle.aligncenter {
    float: right;
}

/* ihavecookies */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 50px;
    max-width: 375px;
    background-color: white;
    padding: 20px 20px 10px 20px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #5bb1f9;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: black;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: black;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: normal;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #5bb1f9;
    text-decoration: underline;
    font-size: 15px;
    padding-bottom: 2px;
}
#gdpr-cookie-message a:hover {
    color: #222;
}
#gdpr-cookie-message button {
    border: none;
    background: #5bb1f9;
    color: white;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 10px;
    border-radius: 2px;
    margin: 10px 10px;
    cursor: pointer;
    text-transform: none;
}
#gdpr-cookie-message button:hover {
    background: #cee9ff;
    color: #5bb1f9;
}
button#gdpr-cookie-advanced {
    background: #EAF5FF;
    color: #5bb1f9;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
#gdpr-cookie-types {
    margin-bottom: 16px;
}

/* "Return to Top" button */
#return-top {
    z-index: 6000;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #5bb1f9;
    color: white;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    cursor: pointer;
}

#return-top:hover {
    background-color: #cee9ff;
    color: #5bb1f9;
}

/* Ultimate Responsive Image Slider */
.sp-layer { 
	top:unset !important; 
	bottom: 20px !important; 
}
