body {
	background: #f6f7fb;
}

.logo-topbar {
	background-color: #8BD189;
}

.navigation-bar-wrapper {
	background-color: #44a540;
	margin-bottom: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.centered-logo {
	max-width: 1024px;
	margin:  0 auto;
}
@media screen and (min-width: 40em) {
	.centered-logo {
		display: flex;
	}
}

.logo-text {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
	.logo-text {
		font-size: 12px;
	}
}

.logo-image-wrapper {
	text-align: center;
  	margin: auto;
  	top: 0; left: 0; bottom: 0; right: 0;
}

.navigation-link {
	color: white;
	text-align: center;
}

.navigation-link:hover {
	color:#d9d9d9;
}

.navigation-link:visited {
	color:white;
}

.room-image {
	margin-bottom: 24px;
}

.logo-image {
	max-height: 100px
}

@media screen and (max-width: 39.9375em) {
	.logo-image {
		max-height: 30px;
		margin-top: 10px;
	}
}

@media screen and (min-width: 64em) {
	.main-content-wrapper {
		width: 1024px;
		margin: 0 auto;
	}
}

.footer {
	background-color: grey;
	padding-top: 24px;
	padding-bottom: 24px;
}

.footer-icon {
	color: white;
	width: 32px;
}

.footer-text {
	color: white;
}

a[href^="tel:"] {
	color: white;
	text-decoration: none;
}

@media screen and (min-width: 64em) {
	.footer-text {
		margin-top: 90px;
		padding-left: 150px;
	}
}

.google-maps-location {
	margin-top: 24px;
	height: 350px;
}

.homepage-text {
	margin-bottom: 24px;
	text-align: center;
}

.message-text {
	height: 135px;
}

.message-input {
	margin-bottom: 24px
}

.footer-center {
	max-width: 1024px;
	margin:  0 auto;
}

.center-images {
	text-align: center;
}

.footer-message-button {
	border: 2px white solid;
	padding: 6px;
}

.behandlungen-image {
	    margin-top: 35px;
}

@media screen and (max-width: 64em) {
	.behandlungen-image {
		max-height: 500px;
		width: 100%;
		height: auto;
	}
}

.pyshio-plus-link {
	color: black;
}

.pyshio-plus-link:hover {
	color:#d9d9d9;
}

.pyshio-plus-link:visited {
	color:black;
}

.pyshio-plus-span {
	color: #8BD189;
}

.behandlungen-text {
	font-weight: bold;
}

.zusaetzliche-leistungen{
	font-weight: bold;
	font-size: 26px;
	color: #44a540;
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: center;
}
.zusaetzliche-leistungen-head{
	font-weight: bold;
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: center;
}
@media screen and (max-width: 39.9375em) {
	.zusaetzliche-leistungen{
		 font-size: 22px;
	}
}

.footer-headline{
	color: white;
	font-size: 34px;
	text-align: center;
}

@media screen and (max-width: 39.9375em) {
	.footer-headline{
		font-size: 26px;
	}
}

.margin-bot {
	margin-bottom: 24px;
}

.flex-wrapper {
	display: flex
}

.icon-margin-top {
    margin-top: 15px;
}

.text-left-align{
	text-align: left;
}

.mainText-headline {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 24px;
}

.bold-text {
	font-weight: bold;
	font-size: 13px;
}

.main-text {
	font-size: 13px;
}

.mainText-margin {
	margin-bottom: 12px;
}
@media screen and (min-width: 64em) {
	.text-image-margin {
		margin-top: 50px;
	}
}

.footer iframe {
  display: block;
  margin: 0 auto;
}