@charset "utf-8";
/* CSS Document */


body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f4f1ef;
	overflow-x: hidden;
	font-size: 19px;
}

.clearfix {
	clear: both;
}

/* ----- TYPO ----- */

h1 {
	font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	color: #cfb996;
	margin: 0 0 50px 0;
	line-height: 90%;
}

h2 {
	font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	color: #7e98a1;
	margin: 0 0 50px 0;
	line-height: 90%;
	text-align: center;
}

p {
	font-family: zain, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
	color: #494d52;
	line-height: 160%;
}

p a {
	text-decoration: none;
	color: #7e98a1; 
}

.panel p {
	color: #f4f1ef; 
}

.panel p span {
	margin-left: 20px;
	display: block;
}

.center {
	text-align: center;
}


.typo h2 {
	width: 80%;
}


.btn {
	border: 1px solid #7e98a1;
	outline: none;
	background: #7e98a1;
	padding: 10px 20px;
	border-radius: 999px;
	font-family: zain, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #f4f1ef;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn:hover {
	border: 1px solid #7e98a1;
	background: none;
	color: #7e98a1;
}

.phone {
	text-decoration: none;
	font-family: zain, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	color: #484c55;
	margin-left: 20px;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.phone:hover {
	opacity: 1;
}

.footer-left p {
	color: #f4f1ef;
}

.footer-left p:first-of-type {
	font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
}

.footer-right p {
	color: #494d52;
}

.footer-right p:first-of-type {
	font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
}

.footer-right p a {
	text-decoration: none;
	color: #494d52;
	transition: all 0.5s ease;
}

.footer-right p a:hover {
	color: #f4f1ef;
}

.footer-right i {
	margin-right: 15px;
}

#bottom {
	font-family: zain, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #484c55;
	text-align: left;
}

#bottom a {
	text-decoration:  none;
	color: #484c55;
}

#bottom a:hover {
	text-decoration: underline;
}

/* ----- NAVIGATION ----- */



.overlay {
  	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  	z-index: 11;
  	background: url("img/nav_bg.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
 	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.81s;
	-moz-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.nav-wrapper {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: auto;
	padding: 0;
}

.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

.nav a {
	display: inline-block;
  	position: relative;
  	padding: 44px 0;
	font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.167vw;
	text-align: right;
	color: #cfb996;
	margin: 0 0 40px 0;
	line-height: 90%;
  	text-decoration: none;
}

.nav a:first-of-type {
 	padding: 0 0 44px 0;
}

.nav a:last-of-type {
 	padding: 30px 0 0 0;
}

/*
.nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #538e8b;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.nav a:hover::after {
  opacity: 1;
  transform: translate3d(0, 0.15em, 0);
}
*/

.nav-contact {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}

.nav-contact p.light {
	font-family: zain, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 19px;
	color: #f4f1ef;
	margin: 0 0 50px 0;
	line-height: 160%;
}

.nav-contact p.light a {
	font-family: zain, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 19px;
	color: #f4f1ef;
	margin: 0 0 50px 0;
	line-height: 160%;
	text-decoration: none;
}

/* ----- LAYOUT ----- */


header {
	position: absolute;
	top: 50px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
}

.logo img:nth-of-type(1) {
	display: block;
}

.logo img:nth-of-type(2) {
	display: none;
}

.logo img {
	height: 100%;
	width: auto;
}


.open-nav {
	position: absolute;
	right: 0;
	top: 0px;
	color: #cfb996;
	font-size: 25px;
	display: inline-block;
  	cursor: pointer;
}

#home {
	position: relative;
	width: 90%;
	max-width: 1780px;
	margin: 0 auto;
	
}

.opener {
	position: relative;
	left: 10%;
	margin-top: 22%;
	z-index: 2;
}

.typo {
	width: 50%;
}

.typo p {
	width: 80%;
}

.background {
	position: absolute;
	background: #e5ded8;
	z-index: -1;
	top: -180%;
	left: -40%;
	width: 70%;
  	height: 0;
  	padding: 35% 0;
  	border-radius: 50%;
}

.hero {
	position: absolute;
	top: -40%;
	right: -15%;
	width: 60%;
	z-index: 0;
}

.hero img {
	width: 100%;
	height: auto;
}

.contact {
	margin-top: 60px;
}

#leistungen {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 300px;
	text-align: center;
	
}

p.center {
	margin: 0 auto;
	width: 60%;
}

.items {
	position: relative;
	width: 95%;
	max-width: 1780px;
	margin: 150px auto 80px auto;
	display: flex;
	flex-wrap: row wrap;
	gap: 5%;
	z-index: 2;
}

.item {
	position: relative;
	aspect-ratio: 3 / 4;
	flex: 1 1;
	text-align: center;
	
}

#item-1 {
	background: url("img/leistung_physiotherapie.jpg")center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#item-2 {
	background: url("img/leistung_sportphysiotherapie.jpg") center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#item-3 {
	background: url("img/leistung_bfr.jpg") center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#item-4 {
	background: url("img/leistung_massagen.jpg") center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.more {
	font-family: zain, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 50px;
	color: #f4f1ef;
	
	position: absolute;
	right: -20px;
	bottom: -20px;
	display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;

    -moz-border-radius: 30px;
    border-radius: 30px;

    background-color: #cfb996;
    text-align: center;
	z-index: 5;
	transition: all 0.6s ease;
}

.more:hover {
	background-color: #484c55;
}

.more:hover span {
  display: none;
}

.more:hover:before {
  content: "-";
}

.item-headline {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	
	font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #f4f1ef;
	margin: 0 0 0;
	text-align: center;
	
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 0.6s ease;
}

.item-headline p {
	font-size:16px;
	padding: 0;
	margin: 0;
	line-height: 100%;
	color: #f4f1ef;
}

/*.more:hover + .item-headline {
	top: 30%;
}*/

.slideIn {
	position: absolute;
	width: 95%;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
	
	font-family: zain, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 19px;
	color: #f4f1ef;
	margin: 0 0 50px 0;
	line-height: 130%;
	text-align: center;
	
	opacity: 0;
	z-index: 2;
	
	transition: all 0.4s ease;
}

.item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(126,152,161,0.8);
	z-index: 1;
	opacity: 0;
	transition: all 0.6s ease;
}

.leistungen-2 {
	position: relative;
	width: 100%;
	margin-top: -150px;
	padding: 210px 0 290px 0;
	background-color: #7e98a1;
	z-index: 1;
	text-align: center;
		
}

.column {
	position: relative;
	width: 75%;
	max-width: 1780px;
	margin: 0 auto;
	display: flex;
  	flex-flow: row wrap;
  	justify-content: space-around;
	
} 

.leistungen-2 ul {
	max-width: 50%;
}

.leistungen-2 ul li {
	font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #f4f1ef;
	margin: 0 0 0px 0;
	line-height: 130%;
	text-align: left;
	
}

#ueber-mich {
	position: relative;
	width: 100%;
	z-index: 5;
	margin-top: -12%;
}

#ueber-mich .hero {
	position: absolute;
	float: left;
	top: 0%;
	left: 0%;
	width: 40%;
	z-index: 0;
}

#ueber-mich .hero img {
	width: 100%;
	height: auto;
}

#ueber-mich .typo {
	position: relative;
	float: right;
	width: 40%;
	padding-top: 27%;
	margin-right:10%;
}

#ueber-mich .typo p {
	width: 100%;
}

.signature {
	position: relative;
	width: 50%;
	max-width: 250px;
	float: right;
	margin-right: 50px;
}

.signature img {
	width: 100%;
	height: auto;
}

.background-2 {
	position: absolute;
	background: #e5ded8;
	z-index: -1;
	margin-top: 40%;
	right: -40%;
	width: 60%;
  	height: 0;
  	padding: 35% 0;
  	border-radius: 50%;
}

#ablauf {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 200px;
	text-align: center;
	z-index: 5;
}

.accordion-bg {
	position: relative;
	width: 100%;
	background: url("img/ablauf_bg.jpg") no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	 
}

.accordion-wrapper {
	position: relative;
	width: 75%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 150px;
	
}

.accordion {
    background-color: #7e98a1;
    color: #f4f1ef;
    cursor: pointer;
    padding: 22px;
	margin: 2px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: "zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
    transition: all 0.4s ease;
}

.active {
  	background-color: #cfb996;
}

.accordion:hover {
  	background-color: #cfb996;
}


.accordion:after {
  	content: '\002B';
  	color: #f8f4f5;
  	font-weight: 400;
  	float: right;
  	margin-left: 5px;
}

.active:after {
  	content: "\2212";
	font-size: 30px;
}

.panel {
	padding: 0 18px;
  	max-height: 0;
	margin-bottom: 4px;
 	overflow: hidden;
  	transition: max-height 0.3s ease-out;
  	background-color: #cfb996;
	text-align: left;
	font-family: zain, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	
}

.panel-content {
	padding: 20px 0;
}

footer {
	position: relative;
	width: 100%;
	background: #7e98a1;
	z-index: 10;
}


.footer-wrapper {
	position: relative;
	margin: 0 auto;
	width: 75%;
	max-width: 1380px;
	padding: 80px 0
}

.footer-left {
	display: inline-block;
	padding-right: 60px;
	width: 48%;
	border-right: 1px solid #f4f1ef;
	vertical-align: middle;
}

.footer-right {
	display: inline-block;
	margin-left: 80px;
	vertical-align: middle;
	
}

#bottom {
	position: relative;
	width: 75%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 30px 0;
}

#impressum {
	position: relative;
	width: 75%;
	max-width: 1380px;
	margin: 0 auto;
	margin-top: 200px;
}

#impressum a {
	text-decoration: none;
	color: #494d52; 
}

@media only screen and (min-width : 1920px) {
	
	h1 {
		font-size:  80px;
	}
	
	p {
		font-size:  26px;
	}
	
	.nav-contact p.light {
		font-size: 26px;
	}
	
	.nav-contact p.light a {
		font-size: 26px;
	}
	
	.btn {
		font-size: 26px;
	}
	
	.phone {
		font-size: 26px;
	}
	
	.opener {
		position: relative;
		left: 5%;
		margin-top: 22%;
		z-index: 2;
	}
	
	.hero {
		position: absolute;
		top: -35%;
		right: -20%;
		width: 60%;
		z-index: 0;
	}

	.item-headline {
		font-size: 35px;
	}
	
	.slideIn {
		font-size: 26px;
	}
	
	.background-2 {
		margin-top: 30%;
		right: -35%;
		width: 60%;
		height: 0;
		padding: 30% 0;
		border-radius: 50%;
	}
	
}

/* ----- MOBILE ----- */


@media (max-width: 768px) {
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	p {
		font-size: 19px;
	}
	
	p.center {
		width: 95%;
	}
	
	.btn {
		font-size: 19px;
	}
	
	.phone {
		font-size: 19px;
		margin-left: 10px;
	}

	header {
		top: 20px;
		width: 95%;
	}

	.logo {
		height: 90px;
		left: 10px;
	}
	
	.logo img:nth-of-type(1) {
	display: none;
	}

	.logo img:nth-of-type(2) {
		display: block;
	}
	
	.open-nav {
		top: 15px;
		right: 15px;
	}
	
	.nav-wrapper {
		position: absolute;
		width: 90%;
		top: 50%;
		left: 50%;
		padding: 0;
	}
	
	.nav {
		text-align: center;
		float: none;
	}

	.nav a {
		padding: 20px 0;
		font-size: 40px;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.nav a:last-of-type {
		padding: 30px 0 0 0;
	}
	
	.nav-contact {
		position: relative;
		margin-top: 50px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	
	.opener {
		position: relative;
		left: 0%;
		margin-top: 45%;
		z-index: 2;
	}

	.typo {
		width: 100%;
	}

	.typo p {
		width: 50%;
	}
	
	.background {
		top: -50%;
		left: -70%;
		width:120%;
		height: 0;
		padding: 60% 0;
	}

	.hero {
		top: 20%;
		right: -30%;
		width: 80%;
	}
	
	#leistungen {
		margin-top: 150px;
	}
	
	.items {
		display: inline;
		text-align: center;
		margin: 50px 0 0 0;

	}
	

	.item {
		display: inline-block;
		position: relative;
		aspect-ratio: 3 / 4;
		flex:1 1;
		text-align: center;
		width: 90%;
		margin: 0 0 30px 0;
	}
	
	.item:first-of-type {
		margin-top: 40px;
	}
	
	.column { 
		width: 95%;;

	}
	
	.leistungen-2 {
		margin-top: -150px;
		padding: 210px 0 100px 0;

	}
	
	.leistungen-2 ul {
		max-width: 30%;
	}

	
	.leistungen-2 ul li {
		font-size: 22px;
		color: #f4f1ef;
		margin: 0;
		line-height: 130%;
		text-align: left;
	}
	
	#ueber-mich {
		position: relative;
		width: 100%;
		z-index: 5;
		margin-top: -15%;
	}

	#ueber-mich .hero {
		top: 0%;
		left: -5%;
		width: 75%;
	}

	#ueber-mich .typo {
		position: relative;
		float: right;
		width: 95%;
		padding-top: 100%;
		margin-right:0%;
	}

	#ueber-mich .typo p {
		width: 100%;
	}
	
	.background-2 {
		margin-top: 150%;
		right: -100%;
		width: 160%;
		height: 0;
		padding: 80% 0;
	}
	
	#ablauf {
		width: 100%;
		margin-top: 100px;
	}
	
	.accordion-wrapper {
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 50px 0;
	}
	
	.accordion {
		font-size: 26px;
	}

	.active:after {
		content: "\2212";
		font-size: 26px;
	}

	.panel {
		font-style: normal;
		font-size: 26px;
	}
	
	.footer-wrapper {
		width: 95%;
		padding: 50px 0
	}

	.footer-left {
		display: block;
		padding: 0 0 30px 0;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #f4f1ef;
	}

	.footer-right {
		display:block;
		margin-left: 0px;
		vertical-align: middle;

	}

	#bottom {
		width: 95%;
		padding: 20px 0;
		font-size: 14px;
	}
	
	#impressum {
		width: 95%;
		margin-top: 150px;
	}


}



