/* @override 
	https://relaunch.me-physiotherapie.de/wp-content/themes/wp_me_physio/css/style_me_physio.css?ver=7.0 */

@import url("webfonts_me_physio.css");

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

html {
	font-size: 16px;
}

:root {
	overscroll-behavior: none;
}

body {
	margin: 0;
	padding: 0;
	color: #CA3100;
	font-family: 'Open Sans', sans-serif;
	line-height: 150%;
	font-weight: 400;
	background: #f7f7f7;
	font-family: 'Comfortaa';	
}

#page {
	display: flex;
	flex-direction: column; /* Elemente untereinander anordnen */
	min-height: calc(100vh - 40px);   /* Body füllt volle Viewporthöhe */
	margin: 0;   /* Standard-Margin entfernen */
	margin-top: 20px;
}

#primary {
	flex: 1;   /* Hauptbereich wächst, um Platz zu füllen */
}

#size {
	position: fixed;
	font-size: 11px;
	left: 4px;
	top: 2px;
	color: purple;
	z-index: 1000;
	display: none;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.scalepict {
	width: 100%;
	height: auto;
}

.footnote {
	font-size: 0.8em;
}

.img_round,
.img_round img {
	border-radius: 12px;
}

.nomargin {
	margin: 0;
}

p {
	margin-bottom: 0.75em;
}

ul {
	margin-left: 10px !important;
	padding-left: 10px;
}

ul ul {
	margin-bottom: 10px;
}

#page {
	background-color: white;
	width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
}

/* ///// HEADER ///// */

header {
	position: relative;
	background-color: #CA3100;
	padding: 30px 40px 20px;
	border-top-right-radius: 30px;
}

#logo {
	width: 210px;
	position: relative;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

#menuToggle {
	display: none;
}

#navi {
	position: relative;
	width: 100%;
	text-align: center;
}

#headermenu {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	position: relative;
}

#headermenu li {
	display: inline-block;
	line-height: 1;
}

#headermenu li:after {
	display: inline-block;
	content:  "\2022";
	color: #fff;
	text-align: center;
	transform: scale(120%);
	padding-left: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

#headermenu li:last-child:after {
	display: none;
}

#headermenu li a,
#headermenu li a:visited {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 0;
	letter-spacing: 1.5px;
	text-decoration: none;
	color: #fff;
	border: none;
	transition: color .8s;
}

#headermenu li a:hover,
#headermenu li a.active {
	color: #f5c1a5;
	text-decoration: none;
	outline: none;
}



/* ////// FOOTER ////// */

footer {
	background-color: #CA3100;
	padding-top: 70px;
	padding-bottom: 20px;
	border-bottom-left-radius: 30px;
	color: white;
	margin-top: 0px;
}

#holder_footer {
	display: grid;
	grid-template-columns: 200px 258px 288px;
	justify-content: space-between;
	align-items: start;
	margin-top: 0;
	margin-bottom: 80px;
	position: relative;
	width: 100%;
}

#holder_footer a,
#holder_footer a:hover,
#holder_footer a:focus,
#holder_footer a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#logo_footer {
	width: 180px;
	margin-top: -1em;
}

.footer_location {
	margin-bottom: 2em;
	background: url(../picts/icon_location.svg) 1px 0px no-repeat;
	background-size: 23px;
	padding-left: 40px;
}

.footer_opening {
	background: url(../picts/icon_zeiten.svg) left 0px no-repeat;
	background-size: 24px;
	padding-left: 40px;
}

.footer_phone {
	margin-bottom: 0.75em;
	background: url(../picts/icon_phone.svg) left 2px no-repeat;
	background-size: 24px;
	padding-left: 40px;
}

.footer_fax {
	margin-bottom: 0.75em;
	background: url(../picts/icon_fax.svg) left -2px no-repeat;
	background-size: 24px;
	padding-left: 40px;
}

.footer_mail {
	margin-bottom: 2em;
	background: url(../picts/icon_mail.svg) left 4px no-repeat;
	background-size: 24px;
	padding-left: 40px;
}

.footer_map {
	background: url(../picts/icon_car.svg) left 3px no-repeat;
	background-size: 26px;
	padding-left: 40px;
}

.footer_map a {
	background: url(../picts/arrow_right.svg) right center no-repeat;
	background-size: 14px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
}

#footermenu {
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
}

#footermenu li {
	display: inline-block;
	list-style: none;
}

#footermenu li a,
#footermenu li a:hover,
#footermenu li a:visited {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	transition: color .8s;
}

#footermenu li a:hover,
#footermenu li a.active {
	color: #f5c1a5;
	text-decoration: none;
	outline: none;
}

#footermenu li:after {
	display: inline-block;
	content:  "\2022";
	color: #fff;
	text-align: center;
	transform: scale(130%);
	padding-left: 3px;
	margin-right: 4px;
	margin-left: 4px;
}

#footermenu li:last-child:after {
	display: none;
}

.copyright {
	font-size: 0.8em;
	opacity: 0.8;
	text-align: center;
}


/* ////// CONTENT ////// */

.entry-content,
article {
	margin: 0 !important;
}

.container {
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
}


h1 {
	display: inline-block;
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 300;
	font-size: 44px;
	line-height: 1.2em;
	color: #a68e71;
	letter-spacing: -0.5px;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	color: #9b8f81;
	color: #a68e71;
	margin-top: 1em;
	margin-bottom: 0.7em;
}

h3 {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 300;
	font-style: normal;
	font-size: 28px;
	color: #9b8f81;
	color: #a68e71;
}

a,
a:visited {
	text-decoration: none;
	color: #CA3100;
}

a:hover,
a:focus {
	color: #CA3100;
	text-decoration: underline;
	outline: none;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

strong {
	font-weight: 600;
}

figure {
	margin: 0;
}

.insert-page {
	padding: 0 40px;
}

#intro {
	min-height: 650px;
	background: url(../picts/bg_home.jpg) no-repeat left bottom;
	background-size: cover;
	padding: 70px 20px 20px;
	font-size: 1.1em;
	position: relative;
}

#intro h1 {
	margin-top: 0;
}

.intro_h1 {
display: block;
}

.intro_h1_mobile {
display: none;
}

.txt_intro {
	background: none !important;
	padding-left: 40%;
}


/* Aktuelles */
#aktuelles {
	padding-top: 70px;
	padding-bottom: 90px;
}

#aktuelles h2 {
	margin-top: 0;
}

.news {
	padding: 30px;
	border-radius: 12px;
	margin-bottom: 2em;
}

.news:last-child {
	margin-bottom: 0;
}

.news h3 {
	margin-top: 4px;
	margin-bottom: 0.5em;
	color: #555;
}

.news p:last-child {
	margin-bottom: 0;
}


/* Team */
#team {
	display: block;
} 

#team.insert-page {
	padding-right: 0px;
	padding-left: 0px;
}

#team h2 {
	margin-left: 40px;
	margin-top: 60px;
	position: absolute;
	z-index: 100;
	color: #fff;
}

.team_all {
	background: none !important;
	display: block;
	position: relative;
}

.holder_team_mobile {
	display: none;
}

.bg_team {
	width: 100%;
	margin: 0;
	position: relative;
	display: block;
	z-index: 1;
}

.info {
	background: none !important;
	font-size: 0.85em;
	line-height: 140%;
	color: #555;
	position: absolute;
	z-index: 1;
}

.info.selected {
	z-index: 99;
}

.icon_info {
	background: rgba(256,256,256,0.65);
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 4px;
	cursor: pointer;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #CA3100;
	transition: background 0.8s;
	
}

.icon_info.selected {
	background: rgba(256,256,256,1);
}

.txt_info {
	display: inline-block;
	position: relative;
	padding: 12px;
	max-width: 320px;
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.8s, top 0.8s;
	top: 40px;
	left: -40px;
	border: 1px solid #ddd;
}

.txt_info.active {
	top: 0;
	opacity: 1;
}

.txt_info ul {
	margin-bottom: 0;
}

.info_stuewe {
	z-index: 3;
	top: 46%;
	left: 15%;
}

.info_jaumann {
	z-index: 4;
	top: 53%;
	left: 35%;
}

.info_eichhorn {
	z-index: 5;
	top: 53%;
	left: 47%;
}

.info_wesener {
	z-index: 1;
	top: 33%;
	left: 56%;
}

.info_jankun {
	z-index: 63;
	top: 48%;
	left: 61.6%;
}

.info_hahne {
	z-index: 2;
	top: 42%;
	left: 82%;
}


/* Praxis */

#praxis {
	padding-top: 70px;
	padding-bottom: 90px;
}

#praxis h2 {
	margin-top: 0;
}

#holder_praxis {
	display: flex;
	gap: 30px;
}

#holder_praxis figure {
	margin: 0;
}

/* ////// SLIDER ////// */

.swiper-wrapper img {
	border-radius: 12px;
}

#holder_praxis .praxis_right {
	background: none !important;
	white-space: nowrap;
}
.praxis_right > .wp-block-group__inner-container .wp-block-group {
background: none !important;
}

#holder_praxis table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

#holder_praxis .table_times table {
	margin-bottom: 0;
}

#holder_praxis table td:nth-child(1) {
	border-style: none;
	padding: 0;
	width: 78px;
}

#holder_praxis table td:nth-child(2) {
	border-style: none;
	padding: 0;
	width: auto;
}


/* Leistungen Start */

#leistungen_start {
	background: #f0e6d5;
	padding-top: 60px;
	padding-bottom: 90px;
} 

#leistungen_start h2 {
	margin-top: 0;
} 


.holder_teaser_leistungen {
	background: none !important;
}

.teaser_leistungen {
	background: none !important;
	position: relative;
	width: 31%;
}

.pict_teaser_leistungen_mobile {
	display: none;
}

.teaser_leistungen figure img {
	border-radius: 12px;
}

.teaser_leistungen p {
	position: absolute;
	margin: 0;
	left: 20px;
	bottom: 20px;
	background: rgba(255,255,255,0.6);
	padding: 8px 14px;
	border-radius: 8px;
	transition: all 0.6s ease-in-out 0s;
}

.teaser_leistungen p:hover {
	background-color: rgba(255, 255, 255, 1);
}


body.page-impressum #primary,
body.page-datenschutz #primary {
	background: url(../picts/bg_kontakt.jpg) center bottom no-repeat;
	background-size: cover;
}


/* ////// LEISTUNGEB ////// */

body.page-leistungen #primary {
	_background: #eee3d1;
} 

body.page-leistungen h1,
body.page-behandlungstechniken h1 {
	color: #CA3100;
} 

.leistung {
	flex-wrap: nowrap;
	gap: 30px;
	padding-bottom: 40px;
}

.leistung figure {
	width: 40%;
	flex-shrink: 0;
}

.txt_leistung {
	background: none !important;
}



@media only screen and (max-width: 1124px) {
#page {
width:calc(100% - 100px);
}
header {
padding: 30px 20px 20px;
}
footer {
padding-top: 70px;
}
#holder_footer {
grid-template-columns: 180px 258px 288px;
}
#logo_footer {
width: 150px;
}
#intro {
min-height: 580px;
padding: 50px 10px 20px;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 27px;
}
.txt_info {
left: -50px;
}
	
}


@media only screen and (max-width: 924px) {
#page {
width:calc(100% - 80px);
}
.container {
padding-right: 30px;
padding-left: 30px;
}
#holder_footer {
grid-template-columns: 232px 262px;
font-size: 15px;
margin-bottom: 70px;
}
.col_footer_1 {
grid-row-start: 1;
grid-row-end: 1;
grid-column: 1 / span 2;
margin-bottom: 20px;
}
#logo_footer {
width: 140px;
margin-top: 0;
}
.footer_location {
margin-bottom: 2em;
background-size: 19px;
padding-left: 30px;
}
.footer_opening {
background-size: 20px;
padding-left: 30px;
}
.footer_phone {
margin-bottom: 0.75em;
background-size: 20px;
padding-left: 30px;
}
.footer_fax {
margin-bottom: 0.75em;
background-size: 20px;
padding-left: 30px;
}
.footer_mail {
margin-bottom: 2em;
background-size: 20px;
padding-left: 30px;
}
.footer_map {
background-size: 22px;
padding-left: 30px;
}
.footer_map a {
background-size: 12px;
padding-right: 20px;
padding-bottom: 0px;
}
#intro {
min-height: 460px;
padding: 40px 0px 20px;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 34px;
}
h3 {
font-size: 25px;
}
#aktuelles {
padding-top: 60px;
padding-bottom: 70px;
}
.news {
padding: 25px;
border-radius: 12px;
}
.txt_info {
left: -70px;
}
#praxis {
padding-top: 60px;
padding-bottom: 70px;
}
#holder_praxis {
gap: 20px;
}
#leistungen_start {
padding-top: 50px;
padding-bottom: 80px;
} 
.holder_teaser_leistungen {
gap: 15px;
}
.teaser_leistungen p {
left: 10px;
bottom: 10px;
padding: 7px 12px;

}


}



@media only screen and (max-width: 780px) {
#holder_praxis {
display: block;
}
.swiper-wrapper {
margin-bottom: 20px;
}
.holder_teaser_leistungen {
gap: 10px;
}
.leistung {
flex-wrap: nowrap;
gap: 20px;
padding-bottom: 0px;
}


}


@media only screen and (max-width: 660px) {
#page {
width:calc(100% - 60px);
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
header {
padding: 20px;
border-top-right-radius: 20px;
}
#logo {
width: 190px;
}
footer {
padding-top: 60px;
padding-bottom: 20px;
border-bottom-left-radius: 20px;
}
.container {
padding-right: 20px;
padding-left: 20px;
}
#holder_footer {
margin-bottom: 60px;
}
#intro {
min-height: 0;
padding: 40px 0px 20px;
font-size: 1em;
background-position: -20px bottom;
}
.txt_intro {
padding-left: 34%;
}
#intro h1 {
margin-bottom: 10px;
}
h1 {
font-size: 34px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
#aktuelles {
padding-top: 50px;
padding-bottom: 60px;
}
.team_all {
display: none;
}
#team h2 {
display: block;
margin-top: 0;
color: #9b8f81;
position: relative;
margin-left: 20px;
}
.holder_team_mobile {
display: block;
background: none !important;
margin-right: 20px;
margin-left: 20px;
position: relative;
}
.holder_team_mobile > .wp-block-group__inner-container {
padding: 0px;
}
.team_mobile {
display: block;
position: relative;
margin-bottom: 1.5em;
}
.team_mobile figure {
width: 200px;
}
.txt_info_mobile {
width: 100%;
}
.txt_info_mobile p {
margin-bottom: 10px;
margin-top: 4px;
}
.txt_info_mobile ul {
margin-bottom: 0;
}
#praxis {
padding-top: 50px;
padding-bottom: 60px;
}
#leistungen_start {
padding-top: 40px;
padding-bottom: 70px;
} 
.holder_teaser_leistungen {
justify-content: center !important; 
gap: 20px !important;
}
.teaser_leistungen {
width: calc(50% - 10px);
}
.pict_teaser_leistungen {
display: none;
}
.pict_teaser_leistungen_mobile {
display: block;
}
.teaser_leistungen p {
left: 10px;
bottom: 10px;
padding: 7px 12px;
}



}


@media only screen and (max-width: 600px) {
html {
font-size: 15px;
}
footer {
padding-top: 50px;
}
#holder_footer {
display: block;
margin-bottom: 50px;
}
.col_footer_1 {
margin-bottom: 15px;
}
#logo_footer {
width: 130px;
margin-top: 0;
margin-bottom: 10px;
}
.footer_location {
margin-bottom: 2em;
}
.footer_opening {
margin-bottom: 2em;
}
.footer_mail {
margin-bottom: 1em;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 23px;
}
.leistung {
flex-wrap: wrap;
gap: 20px;
padding-bottom: 0px;
}
.leistung figure {
width: 60%;
}

}





@media only screen and (max-width: 520px) {
#page {
width:calc(100% - 40px);
}
#logo {
width: 180px;
}
header {
padding: 15px;
}
/* Hamburger */
#menuToggle {
	width: 35px;
	height: 17px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	cursor: pointer;
	z-index: 1000;
	bottom: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#menuToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#menuToggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0px;
}

#menuToggle.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 0px;
}
#navi {
display: none;
}
#navi.open {
display: block;
position: absolute;
background: #CA3100;
margin: 0;
width: 100%;
left: 0;
padding-top: 20px;
padding-bottom: 20px;
}
#headermenu li {
display: block;
line-height: 2.5em;
}
#headermenu li:after {
display: none;
}
#headermenu li a {
font-size: 16px;
}
#holder_footer {
margin-bottom: 40px;
}
#intro {
padding: 30px 0px 10px;
font-size: 1em;
background-position: -30px bottom;
}
.intro_h1 {
display: none;
}
.intro_h1_mobile {
display: block;
}
.txt_intro {
padding-left: 34%;
}
#intro h1 {
margin-bottom: 10px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 27px;
}
h3 {
font-size: 22px;
}
#aktuelles {
padding-top: 40px;
padding-bottom: 50px;
}
.news {
padding: 20px;
}
.team_mobile figure {
width: 180px;
}
#praxis {
padding-top: 40px;
padding-bottom: 50px;
}
#leistungen_start {
padding-top: 30px;
padding-bottom: 60px;
} 


}




@media only screen and (max-width: 470px) {
#intro {
min-height: 580px;
padding: 20px 0px 0px;
font-size: 1em;
background: url(../picts/bg_home_mobile.jpg) left bottom no-repeat;
background-size: cover;
}
#overlay_bg {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.65);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .container {
position: relative;
z-index:  100;
}
.txt_intro {
padding-left: 0;
z-index: 100;
}
.txt_intro p:nth-child(3) {
display: none;
}
#intro h1 {
margin-bottom: 10px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 26px;
}
#aktuelles {
padding-top: 30px;
padding-bottom: 40px;
}
#praxis {
padding-top: 30px;
padding-bottom: 40px;
}
#leistungen_start {
padding-top: 30px;
padding-bottom: 50px;
} 
.teaser_leistungen {
width: 100%;
}

}



@media only screen and (max-width: 420px) {
#page {
width:calc(100% - 30px);
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}
header {
padding: 30px 40px 20px;
border-top-right-radius: 15px;
}
#logo {
width: 160px;
}
.container {
padding-right: 15px;
padding-left: 15px;
}
footer {
padding-top: 60px;
padding-bottom: 20px;
border-bottom-left-radius: 15px;
}
#footermenu li a {
font-size: 14px;
}
#footermenu li:after {
transform: scale(110%);
padding-left: 3px;
margin-right: 3px;
margin-left: 3px;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
.team_mobile figure {
width: 150px;
}
.swiper-wrapper {
margin-bottom: 10px;
}
.leistung figure {
width: 100%;
}

}


@media only screen and (max-width: 360px) {
html {
font-size: 14px;
}
#headermenu li a {
font-size: 15px;
}
h1 {
font-size: 25px;
}
h2 {
font-size: 23px;
}
#intro {
min-height: 520px;
}
#aktuelles {
padding-top: 20px;
padding-bottom: 30px;
}
.news {
padding: 15px;
border-radius: 10px;
}
.img_round,
.img_round img {
border-radius: 10px;
}
#praxis {
padding-top: 20px;
padding-bottom: 30px;
}
#leistungen_start {
padding-top: 20px;
padding-bottom: 40px;
} 


}

