html {
	font: 16px 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body, h1, h2, h3, h4, h5, h6, p, ul, input, button, textarea {
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	outline: none;
	text-decoration: none;
}
ul {
	list-style: none;
}

.header {
	border-top: 10px solid #886d90;
	background: url(img/header.jpg) center;
	background-size: cover;
	margin-bottom: 20px;
}
.header-content {
	max-width: 1000px;
	padding: 100px 20px;
	margin: auto;
}

.content {
	max-width: 800px;
	padding: 20px 40px;
	margin: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.tagline {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tagline span {
	background: #bd9fc4;
	color: #fff;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.tagline .big {
	font-size: 40px;
}

.heading {
	font-size: 21px;
	font-weight: 400;
	color: #886d90;
	margin-bottom: 20px;
}

p {
	color: #898989;
	line-height: 1.8;
	margin-bottom: 20px;
}

.list {
	display: inline-block;
	margin-bottom: 20px;
}
.list li {
	color: #898989;
	padding-left: 15px;
	padding-bottom: 15px;
	position: relative;
}
.list li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #886d90;
}

.button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #bd9fc4;
	color: #fff;
}
.button-right {
	text-align: right;
}

.center {
	text-align: center;
}

.img-left {
	float: left;
	padding-right: 40px;
}
.img-right {
	float: right;
	padding-left: 40px;
}

.wide {
	max-width: 1024px;
	padding: 20px 0;
}
.wide .tagline {
	margin-bottom: 0;
}
.wide .tagline span {
	padding-left: 100px;
}
.wide img {
	position: relative;
	z-index: -2;
}

.heading-container {
	padding: 0 20px;
}

.dark {
	padding: 40px 0;
	background: #313131;
	color: #fff;
}
.dark-heading {
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.team .dark-heading {
	background: #626262;
	max-width: 600px;
	margin: auto;
	padding-top: 20px;
	border-radius: 10px 10px 0 0;
}
.team-carousel {
	max-width: 900px;
	margin: auto;
	overflow: hidden;
	background: #626262;
}
.team-carousel img {
	float: left;
	width: 32%;
}
.team-carousel div {
	float: left;
	width: 2%;
	height: 1px;
}
.team-pagination {
	text-align: center;
	padding: 0 20px;
}
.team-pagination div {
	background: #626262;
	max-width: 600px;
	padding: 10px;
	margin: auto;
	border-radius: 0 0 10px 10px;
}
.team-pagination span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	margin: 2px;
}

.kontakt {
	padding-top: 40px;
}
.kontakt form {
	max-width: 600px;
	padding: 0 10px;
	margin: auto;
}
.kontakt .inputs {
	overflow: hidden;
}
.kontakt .input {
	float: left;
	width: 290px;
	margin: 5px;
	position: relative;
}
.kontakt input,
.kontakt select {
	-webkit-appearance: none;
	font: inherit;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	display: block;
}
.kontakt input[type="text"],
.kontakt select {
	font-size: 14px;
	background: #fff;
}
.kontakt input[type="submit"] {
	background: #c693c2;
	color: #fff;
	margin: 5px auto;
	width: 290px;
}
.kontakt .select:after {
	content: '';
	position: absolute;
	top: 16px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	pointer-events: none;
}

.footer {
	background: #1b1b1b;
	color: #fff;
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
}

.rec1 {
	position: absolute;
	right: 0;
	width: 30px;
	height: 800px;
	background: #bd9fc4;
}
.rec2 {
	position: absolute;
	right: 0;
	width: 20px;
	height: 800px;
	background: #bd9fc4;
}
.rec3 {
	position: absolute;
	left: 0;
	width: 20px;
	height: 800px;
	background: #bd9fc4;
}
.rec4 {
	position: absolute;
	left: 0;
	width: 20px;
	height: 800px;
	background: #bd9fc4;
}
.rec5 {
	position: absolute;
	right: 0;
	z-index: -1;
	width: 20px;
	height: 1000px;
	background: #bd9fc4;
}

.shape1 {
	position: absolute;
	left: -100px;
	z-index: -1;
	background: #886d90;
	width: 100px;
	height: 1200px;
	transform: rotate(8deg);
}
.shape2 {
	position: absolute;
	left: 0;
	z-index: -1;
	background: url(img/polygon.svg) no-repeat -200px 0;
	background-size: contain;
	width: 100%;
	height: 500px;
}
.shape3 {
	position: absolute;
	right: 0;
	z-index: -1;
	background: url(img/polygon.svg) no-repeat -200px 0;
	background-size: contain;
	width: 100%;
	height: 500px;
	transform: scaleX(-1);
}

.img2 {
	position: absolute;
	right: 0;
	z-index: -2;
	background: url(img/img2.jpg) no-repeat;
	background-size: contain;
	width: 250px;
	height: 250px;
}

.standorte-section {
	overflow: hidden;
	max-width: 900px;
	padding: 0 20px 40px 20px;
	margin: auto;
}
.standorte-map,
.standorte-list {
	float: left;
	width: 50%;
}
.standorte-map img {
	display: block;
	width: 100%;
	max-width: 360px;
}

.standort-list {
	padding-top: 30px;
}
.standort-name {
	color: #bd9fc5;
}
.standort-address {
	color: #898989;
	padding-left: 13px;
}

.icon-phone {
	display: inline-block;
	width: 170px;
}
.icon-phone:before,
.icon-mail:before {
	content: ' : ';
	background: url(/img/icon-phone.svg) no-repeat 0 3px;
	background-size: 14px;
	padding-left: 20px;
}
.icon-mail:before {
	background: url(/img/icon-mail.svg) no-repeat 0 2px;
	background-size: 16px;
}

.preise-grid {
	display: flex;
	max-width: 1000px;
	margin: auto;
}
.preise-box {
	flex: 1;
	padding: 40px 20px;
	background: #bd9fc4;
	color: #fff;
	margin: 10px;
}
.preise-header {
	overflow: hidden;
}
.preise-title {
	float: left;
	letter-spacing: 1px;
}
.preise-subtitle {
	font-style: italic;
}
.preise-figure {
	font-size: 36px;
	float: right;
}
.preise-small {
	font-size: 13px;
	padding: 15px 0;
}
.preise-line {
	overflow: hidden;
}
.preise-line:after {
	content: '';
	display: block;
	border-top: 2px dotted rgba(255,255,255,0.3);
	margin-top: -6px;
}
.preise-line span {
	background: #bd9fc4;
}
.preise-line-right {
	float: right;
}
.preise-border:before {
	content: '';
	display: block;
	border-top: 1px solid #fff;
	margin: 20px 0 10px 0;
}
.preise-button {
	background: #fff;
	color: #bd9fc4;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	display: block;
	max-width: 200px;
	margin: 60px auto 0;
	text-align: center;
}

@media (max-width: 900px) {
	.shape1 {
		left: -150px;
	}
	.list-container .heading {
		clear: both;
	}
}

@media (max-width: 640px) {
	.header {
		background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.5)), url(img/header.jpg);
	}
	.header .tagline span {
		background: linear-gradient(rgba(189,159,196,0.5), rgba(189,159,196,0.5));
	}
	.header-content p {
		color: #fff;
	}
	.content {
		padding: 20px;
	}
	.tagline {
		font-size: 16px;
	}
	.tagline span {
		margin-bottom: 2px;
	}
	.tagline .big {
		font-size: 21px;
	}
	.heading {
		font-size: 18px;
	}
	.wide {
		padding: 20px 0;
	}
	.wide .tagline span {
		padding: 2px 10px;
	}
	.img-left,
	.img-right {
		float: none;
		width: auto;
		padding: 0;
		padding-bottom: 10px;
		max-width: 100%;
	}
	.button-right {
		text-align: left;
	}
	p {
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.shape2,
	.shape3 {
		background-position: -150px 0;
	}
	.rec1,
	.rec2,
	.rec3,
	.rec4,
	.rec5 {
		width: 10px;
	}
	.img2 {
		width: 170px;
		height: 170px;
	}
	.kontakt .input {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
	.standorte-map,
	.standorte-list {
		width: 100%;
	}
	.preise-grid {
		display: block;
	}
}