body{
	background: url(../img/webp/clinic.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
  	font-family: "Oswald", sans-serif !important;
}
.has-box-shadow-sm{
	box-shadow: 0px 0px 16px 3px rgb(0 0 0 / 10%) !important;
}
.has-box-shadow-xl{
	box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 50%) !important;
}
.does-get-top{
	position: relative;
	z-index: 3;
}
.navbar-brand img{
	height: 2.8em;
}
.impressum{
	max-width: 50em;
    background: rgb(255, 255, 255);
}
.impressum strong{
	text-align: center;
    font-size: 1.2em;
    font-family: "Oswald", sans-serif !important;
}
.impressum p{
	max-width: 80em;
    color: #494949;
    font-family: "Oswald", sans-serif !important;
}
.small{
	font-size: 0.875em !important;
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	color: #fff !important;
     white-space: nowrap;
}
.impressum-a{
	font-size: 0.875em;
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	text-decoration: none;
	color: #fff !important;
}
.impressum-a:hover{
	color: grey !important;
}
@media (min-width: 991px){
.navbar-brand img{
	height: 3em;
}
}