/*///////////////////////////////////////////////////////////////////////////////////

	Theme Name: Constanze Fuchs
	Description: Constanze Fuchs - ganzheitliche Praxis für Naturheilkunde in Neustrelitz.
	Author: Marcia Schmidt
	Author Personal Website: http://detailglanz.de
	Version: 1.0

	External Resources:
	Bootstrap 4
	Google Fonts 
	Ionic Icons


/////////////////////////////////////////////////////////////////////////////////*/

/* /////////////////////////////

	1. Basic Styles
	2. Navbar
	3. Akupunktur
	4. Profil
	5. Praxis
	6. Kontakt
	7. Footer
	8. Media Queries

   //////////////////////////*/

/* ==============================================
   1. Basic Styles
===============================================*/
body {
	font-family: 'Roboto', sans-serif;
	color: #3a3f52;
}

h2 {
	font-size: 44px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 700;
}

section {
	padding: 200px 0px;
}


.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	font-size: 20px;
	font-weight: 300;
	color: #8da2b5;
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

.quintessential-regular {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
  color: #c68e1e;
	
}
/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 100px;
	max-height: 100px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 5px;
}

.navbar a {
	color: #3e6225 !important;
}

.navbar a:hover
 {
  color: #56aa1b !important;
}

.nav-right {
	float: right;
}





/* ==============================================
   3. Akupunktur
===============================================*/

#akupunktur {
	background-image: url('images/wiese3.jpg'); /* Pfad zum Bild */
	background-size: cover; /* Skaliert das Bild so, dass es den Container komplett ausfüllt */
	background-position: center; /* Zentriert das Bild */
	background-repeat: no-repeat; /* Verhindert Wiederholung */
	/* Optional: Hintergrundfarbe als Fallback */
	background-color: #adc29f;
}

#akupunktur h1 {
	font-size: 50px;
	font-weight: 300;
		padding-left: 30px;
}
#akupunktur h2 {
	font-size: 30px;
	font-weight: 300;
		padding-left: 30px;
}
#akupunktur h3 {
	font-size: 20px;
	font-weight: 300;
	padding-left: 30px;
}

#akupunktur p {
	font-size: 24px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
}

#akupunktur span {
	font-weight: 400;
    color: #0077bd;
    letter-spacing: .05em;
}

.akupunktur-text-overlay {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 20px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8); /* halbtransparentes Weiss */
	z-index: 0;
	border-radius: 10px; /* optional für weichere Kanten */
}

.akupunktur-text-overlay p {
  padding-left: 25px;
  padding-right: 25px;
}
.trennlinie {
	width: 100%;
	height: 10px;
	background-image: url('images/gold.png');
	background-repeat: no-repeat;
	background-size: cover; /* oder contain je nach Motiv */
	background-position: center;
}
/* ==============================================
   4. Profil
===============================================*/

#profil p {
	font-size: 20px;
    font-weight: 300;
    color: #3a3f52;
    margin-bottom: 0px;
    padding: 0px;
}

#profil span {
	font-weight: 400;
	 color:#3a3f52;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.content-box {
	padding: 60px 20px;
	color: #3a3f52;
}

#profil h2 {
	color: #c68e1e;
	}

	#profil h3 {
	color: #3a3f52;
	}

.content-box h4 {
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #3a3f52;
}

.review-profil {
  background-image: url('images/profile-picture-one.jpg');
}

/* ==============================================
   5. Entwicklung
===============================================*/


#entwicklung {
	background-color: #f6f8f9;
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
}

.entwicklung-box {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
}

.entwicklung-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #0077be;
}

.entwicklung-box h3 {
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #0077bd;
}

.entwicklung-box p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 25px;
	line-height: 1.8;
	padding: 0px;
	color: #8da2b5;
}

.entwicklung-box i {
	color: #ffffff;
}

.entwicklung-box small {
	color: #8da2b5;
	display: inline-block;
}

.entwicklung-box span {
	font-size: 14px;
	color: #ffffff;
}

 .entwicklung-box ul { padding-left: 100px;
 } 	

 .entwicklung-box li { 
 	list-style-image: url('images/liste.png'); 
 	margin-bottom: 1em;
 }

.quali { color: #3a3f52;
	font-size: 18px;
	margin-left: 2em; 	
 }

 .entwicklung-text-overlay {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 20px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8); /* halbtransparentes Weiss */
	z-index: 0;
	border-radius: 10px; /* optional für weichere Kanten */
}
.bild-obere-ecke {
  float: right;
  padding: 20px;    /* Abstand vom oberen Rand */
  width: 360px; /* Größe nach Wunsch anpassen */
}
/* ==============================================
   6. Praxis
===============================================*/


#praxis {
	background-image: url('images/wiese4.jpg'); /* Pfad zum Bild */
	background-size: cover; /* Skaliert das Bild so, dass es den Container komplett ausfüllt */
	background-position: center; /* Zentriert das Bild */
	background-repeat: no-repeat; /* Verhindert Wiederholung */
	/* Optional: Hintergrundfarbe als Fallback */
	background-color: #adc29f;
}

.praxis-box {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
}

.praxis-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.praxis-box p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 25px;
	line-height: 1.8;
	padding: 0px;
}

.praxis-box i {
	color: #ffffff;
}

.praxis-box small {
	color: #8da2b5;
	display: inline-block;
}

.praxis-box span {
	font-size: 14px;
	color: #ffffff;
}
#praxis h2 {
	color: #c68e1e;
	}

.rating {
	background-color: #0095f7;
	padding: 2px 12px;
	border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.review-one {
  background-image: url('images/profile-picture-one.jpg');
}

.review-two {
  background-image: url('images/profile-picture-two.jpg');
}


.personal-info {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #edf1f2;
}


/* ==============================================
   7. Kontakt
===============================================*/

#kontakt {
	

	background-image: url('images/naturheilkunde2.jpg'); /* Pfad zum Bild */
	background-size: cover; /* Skaliert das Bild so, dass es den Container komplett ausfüllt */
	background-position: center; /* Zentriert das Bild */
	background-repeat: no-repeat; /* Verhindert Wiederholung */
	/* Optional: Hintergrundfarbe als Fallback */
	background-color: #d4e0b0;
}

#kontakt h2 {
	color: #c68e1e;	
}

#kontakt h3 {
	color: #c68e1e;

}
 #kontakt h3 a {
        text-decoration: none;
        color: #ffffff;
    }

#kontakt p {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	opacity: .8;
	margin-bottom: 40px;
}

#kontakt .title-block {
	margin-bottom: 0px;
}

#kontakt .btn-regular {
	background-color: #ffffff!important;
	color: #0095f7!important;
	padding: 15px 45px;
}

#kontakt .title-block {
	margin-bottom: 0px;
}

.entwicklung-box2 {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
}

.entwicklung-box2 h3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #0077bd !important;
}

/* ==============================================
   8. Footer
===============================================*/

footer {
	background-color: #d4e0b0;
    padding: 60px 0;
    color: #3e6225;
    }

footer h5 {
	color: #3e6225;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #3e6225;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

footer a {
	color: #3e6225;
}

footer a:hover {
	color: #3e6225;
	text-decoration: none;
}

footer i {
	font-size: 25px;
	color: #3e6225;
	margin-right: 10px;
}

footer i:hover {
	color: #3e6225;
}

footer small {
	color: #3e6225;
	
}

.external-links {
	color: #3e6225;
}
.divider {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #aeb3bd;
}
/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	h2 {
		font-size: 34px!important;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.title-block h2, p {
		text-align: left;
		padding: 0px 20px;
	}

	#kontakt h2, p {
		text-align: left!important;
		padding: 0 20px;
	}

	#kontakt {
		
		background-color: #d4e0b0;
	}

	footer {
		padding: 60px 25px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 16px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 768px) { 
	#akupunktur h1 {
		font-size: 34px!important;
		margin-bottom: 20px;
	}
	#akupunktur p {
		font-size: 20px!important;
	}
}

@media (max-width: 991px) { 
	.nav-right {
		float: left;
	}
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav .nav-link {
		padding: 20px 0;
		text-align: left;
	}

	.btn-demo-small {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small:hover {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small a {
		color: #53627C!important;
	}
	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		font-size: 18px;
		float: right;
	}

	.navbar-collapse {
		border-bottom: 1px solid #efefef;
	}

	.nav-logo-mobile {
		margin: auto;
		padding-right: 50px;
	}

	.nav-logo-desktop {
		display: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.akupunktur-content {
		margin-top: 200px;	
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.gestalttherapie-box h3 {
		font-size: 17px;
	}

	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}
	.profile-picture {
		width: 50px;
		height: 50px;
	}
	.praxis-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}
	.praxis-box span {
		font-size: 12px;
	}
	.praxis-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
