html,body {
	scroll-behavior: smooth;
}

.shb-accommodation-listing-style-1 .shb-accommodation-listing-description .shb-title-with-icons-wrapper
{
	margin: unset;
	text-align: left;
}

.shb-booking-page-main .shb-booking-accommodation-info .shb-title-with-icons-wrapper {
	margin: unset;
	text-align: left;
}

.shb-booking-page-main .shb-booking-accommodation-image .shb-booking-accommodation-image-icon.shb-lightbox-open {
	display: none;
}

.home-cta .sohohotel-call-to-action-2-section {
    background-size: cover;
    background-position: center !important;
}

.sohohotel-footer-wrapper {
    border: 0;
    background: #FDFDFD;
}

.sohohotel-footer-wrapper .sohohotel-footer {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.sohohotel-footer-wrapper .sohohotel-footer::after,.sohohotel-footer-wrapper .sohohotel-footer::before {
    content: unset;
}

.sohohotel-header:hover .sohohotel-logo {
    filter: brightness(0);
}

.sohohotel-footer-wrapper .sohohotel-footer .widget_text {
    width: 100%;
    margin: 0;
}

.sohohotel-footer-links {
	float: right;
	padding: 15px 0;
}

.sohohotel-footer-links a {
	color: #ffffff;
	padding: 0 5px;
}

.sohohotel-footer-links a:hover {
	color: #dddddd;
}

.sohohotel-slider-caption-3 p {
	font-size: 22px;
}

.lage-entfernung em {
	font-style: unset;
	background-color: #94ae26;
	color: #ffffff;
	border-radius: 5px;
	padding: 1px 5px;
  font-size: 12px;
}

@media only screen and (min-width:1090px) {


.home .sohohotel-logo-navigation .sohohotel-logo {
	-webkit-filter: invert(1);
  filter: invert(1);
	
}

}

@media only screen and (max-width:1090px) {
	img.sohohotel-logo {
    filter: brightness(0);
}

.sohohotel-top-right-wrapper {
    display: none;
}
}

@media only screen and (max-width:576px) {
	.home-cta h3 {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 24px !important;
}

.sohohotel-footer-wrapper .sohohotel-footer {
    flex-direction: column;
}
}
	
	
	
	