html {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.25;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: rgb(0, 36, 67);
	background: rgb(255, 255, 255);
}

.section {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1080px;
}

.section--gap {
	padding: 3rem 0;
}

.section--white {
	background: rgb(255, 255, 255);
}

.section--opal {
	color: rgb(255, 255, 255);
	background: rgb(128, 181, 189);
}

.section--light-opal {
	background: rgb(217, 227, 224);
}

.section--light-grey {
	background: rgb(230, 232, 231);
}

.section--grey {
	color: rgb(255, 255, 255);
	background: rgb(88, 89, 88);
}

.section--fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(255, 255, 255, .9);
}

.section__center {
	width: 855px;
	margin: 0 auto;
	padding-left: 145px;
}

.section__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.125;
	position: relative;
	margin: 0 0 0 -145px;
}

.section__title--blue {
	color: rgb(0, 36, 67);
}

.section__title--rose {
	color: rgb(234, 104, 131);
}

.section__title--copper {
	color: rgb(198, 109, 92);
}

.section__title--opal {
	color: rgb(128, 181, 189);
}

.section__element {
	width: 100%;
	margin: 2.5rem 0 0 0;
}

.section__element--gap {
	margin-top: 5rem;
}

.header, .main, .footer {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 2rem 0;
}

.header__title {
	font-weight: 300;
	font-size: 25px;
	line-height: 1.2;
	margin: 0;
}

.header__logo {
	position: absolute;
	right: -1.5rem;
	top: 1rem;
}

.header__nav {
	margin: 3rem 0 0 0;
}

.header__nav-list {
	text-align: right;
	display: block;
	margin: 0;
	padding: 0;
}

.header__nav-list-item {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.header__nav-link {
	font-weight: 600;
	font-size: 16px;
	color: rgb(190, 192, 191);
	text-decoration: none;
	margin-left: 1rem;
	transition: color .2s;
}

.header__nav-link--blue.header__nav-link--active,
.header__nav-link--blue:hover {
	color: rgb(0, 36, 67);
}

.header__nav-link--rose.header__nav-link--active,
.header__nav-link--rose:hover {
	color: rgb(234, 104, 131);
}

.header__nav-link--copper.header__nav-link--active,
.header__nav-link--copper:hover {
	color: rgb(198, 109, 92);
}

.header__nav-link--opal.header__nav-link--active,
.header__nav-link--opal:hover {
	color: rgb(128, 181, 189);
}

.header__nav-link--grey.header__nav-link--active,
.header__nav-link--grey:hover {
	color: rgb(88, 89, 88);
}

.slideshow {
	position: relative;
	display: block;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
}

.slideshow__slide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	list-style: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slideshow__image {
	width: 100%;
}

.cols {
	width: 100%;
}

.cols::after {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.cols__col {
	float: left;
	min-height: 1rem;
	width: 250px;
	padding-right: 35px;
}

.text {
}

.text__h1, .text__h2, .text__p, .text__ul {
	margin: 1em 0 0 0;
	padding: 0;
}

.text__h1:first-child, .text__h2:first-child, .text__p:first-child, .text__ul:first-child {
	margin-top: 0;
}

.text__h1 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(128, 181, 189);
}

.text__h2 {
	font-size: 16px;
	font-weight: 400;
}

.text__h2--bold {
	font-weight: 600;
}

.text__h2--opal {
	color: rgb(128, 181, 189);
}

.text__ul {
	list-style: none;
	padding: 0;
}

.text__li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: .5em 0 0 1em;
}

.text__li:first-child {
	padding-top: 0;
}

.text__li::before {
	content: '_';
	position: absolute;
	left: 0;
}

.text__a {
	color: rgb(0, 36, 67);
	font-style: italic;
	text-decoration: none;
	transition: color .2s;
}

.text__a:hover {
	color: rgb(128, 181, 189);
}

.text__b {
	font-weight: 600;
}

.text__opal {
	color: rgb(128, 181, 189);
}

.diamond {
	display: block;
	list-style: none;
	width: 100%;
	height: 0;
	margin: -2rem 0 0 0;
	padding-top: 60%;
	background-image: url('../img/behandlung.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.diamond__list-item {
	display: none;
}

.lead-text {
	font-size: 20px;
	line-height: 1.2;
	color: rgb(88, 89, 88);
	width: 535px;
}

.quote {
	font-size: 20px;
	line-height: 1.2;
	color: rgb(128, 181, 189);
	position: relative;
	margin: 0 0 0 285px;
	padding: 1.5rem;
	border: 1px solid rgb(198, 109, 92);
	border-left-width: 0;
}

.quote::before {
	content: ' ';
	position: absolute;
	left: -19px;
	top: 0;
	display: block;
	width: 20px;
	height: 100%;
	background-image: url('../img/border-quote-left.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.quote__cite {
	display: block;
	position: absolute;
	left: -12rem;
	top: 0;
}

.quote__image {
	width: 128px;
	height: 128px;
}

.memberships {
	text-align: right;
	margin-top: 6rem;
}

.memberships__link {
	display: inline-block;
	padding: .5rem 0;
}

.memberships__image {
	width: 125px;
}

.button {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: .5rem 0 .5rem 2.5rem;
	background-repeat: no-repeat;
	background-position: left center;
}

.button--date {
	background-image: url('../img/icon-button-date.png');
}

.button--phone {
	background-image: url('../img/icon-button-phone.png');
}

.google-maps {
	width: 100%;
	height: 500px;
}

.__font-color-white {
	color: rgb(255, 255, 255);
}

.__font-color-opal {
	color: rgb(128, 181, 189);
}

.__font-color-rose {
	color: rgb(234, 104, 131);
}

.__font-color-copper {
	color: rgb(198, 109, 92);
}