/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body,
html {
  width: 100%;
  height: 100%;
  background-color: #FCFBF9;
  /*font-family: "Segoe UI";*/
	font-family: "Segoe UI";
	/* font-family: 'Raleway', sans-serif; */
}

.color-dark {
	color: #40454A !important;
	/*color: #6c757d !important;*/
	/* color: #212529; */
}

.primary_color {
	color: #708778;
}

.secondary_color {
	color: #637787;
}

.third_color {
	color: #6A857F;
}

.primary_background_color {
	background-color: #BB585D;
}

.secondary_background_color {
    background-color: #637787;
}

.third_background_color {
    background-color: #877369;
}

.white_background_color {
    background-color: #fff;
}

a {
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

a, a:hover {
	text-decoration: none;
	color: #6A857F;
}

.highlighted {
	font-weight:400;
}

.icon {
	color: #6A857F;
}

.icon-red {
	color: #BB585D;
}

.no-padding {
	padding: 0px !important;
}

.padding-y-4 {
	padding-top: 4rem !important;
}

@font-face {
  font-family: 'blockquote';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: url('fonts/AbrilFatface/AbrilFatface-Regular.ttf') format('ttf');
}

@font-face {
  font-family: 'blockquote_author';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: url('fonts/BarlowCondensed/BarlowCondensed-Regular.ttf') format('ttf');
}

/* --------- */
/* Overrides */
/* --------- */

.btn-secondary:hover {
  color: #fff;
  background-color: #6A857F;
  border-color: #6A857F;
}

.navbar-toggler {
	color: #BB585D !important; 
	background-color: #BB585D !important; 
	box-shadow: 0 0 0 0 !important;
}


/*--------------------------------------------------------------
# Anchor
--------------------------------------------------------------*/

.anchor {
    position: relative;
    top: -60px;
}

/*--------------------------------------------------------------
# End Anchor
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

h1{
	color: #6c757d;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 2.5rem !important;
	text-align: center;
}


h2 {
	color: #FCFBF9;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 2.5rem !important;
	text-align: center;
}

h3 {
	color: #544C49;
	margin-bottom: .5rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 1.5rem !important;
	text-align: center;
}

h4 {
	color: #544C49;
	margin-bottom: .5rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 1.5rem !important;
	text-align: center;
}

h5 {
	color: #ffffff;
	margin-bottom: .5rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 1.5rem !important;
	text-align: left;
}


/*--------------------------------------------------------------
# Full Page
--------------------------------------------------------------*/

.fp_section_transformed::before {
	content: "";
	background: #1b1b1b;
	position: absolute;
	bottom: 60px;
	top: 60px;
	left: 0;
	right: 0;
	transform: skewY(-2deg);
}

.fp_sub_header{
	color: #544C49;
	margin-bottom: .5rem;
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.5rem;
	text-align: center;
}

.fp_container {
	width: auto;
	flex-wrap: wrap;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0rem;
	position:relative;
}

.p_container {
	width: auto;
	flex-wrap: wrap;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0rem;
}

.fp_container_inner {
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	/*opacity: .7;*/
	margin: auto;
	max-width: 60rem;
	position:relative;
}

.fp_container_inner_wide {
	max-width: 90rem !important;
}

.fp_container_header {
	color: #6c757d !important;
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.5rem;
}
	
.fp_container_content {
}

.fp_content_button {
	text-align: center;
}

.fp_container_inner_full {
	padding-top: 5rem;
	padding-bottom: 5rem;
	/* padding-left: 1rem; */
	/* padding-right: 1rem; */
	/*opacity: .7;*/
	margin: auto;
	max-width: 100%;
}

.fp_color_box {
	position: absolute;
	bottom: 5rem;
	text-align: left;
}

.fp_text_box {
	margin-top: 5rem;
	margin-bottom: 5rem;
	text-align: right;
	
	font-weight: 500;
	line-height: 1.3;
	font-size: 1.4rem;
}


/*--------------------------------------------------------------
# Main Navbar
--------------------------------------------------------------*/

/* Set your background color */
.bg-custom {
    background-color: #FCFBF9;
}

.logo-nav {
	display: inline;
	height: 50px;
}

/* Transition effect */
.navbar {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.nav-link-dark {
  color: #544C49 !important;
}

.phone {
  color: #BB585D !important;
  display: block;
  padding: .5rem 1rem;
  color: #FCFBF9;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

/* --------- */
/* Overrides */
/* --------- */

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #FCFBF9;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
	color: #BB585D !important;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #BB585D !important;
  background-color: transparent;
}

.nav-link:focus, .nav-link:hover {
  color: #6A857F !important;
}

.navbar-brand {
	padding: 0 !important;
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	padding: 0;
	min-height: auto;
	text-align: center;
	color: #FCFBF9;
	background-image: url(../img/start.jpg);  
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#hero .transparent-bg {
	position: relative;
	min-height: 100vh;
	height: 100vh;
	width: 100%;
	color: #eee;
	background-color: rgba(0,0,0,0.4);
	display: inline-block;
}

#hero .header-content {
	position: absolute;
	top: 40%;
	width: 100vw;
	text-align: center;
}

#hero .header-content .header-content-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

#hero .header-content .header-content-inner p {
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4rem;
}
	
#hero .header-content .header-content-inner .header-h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1;
	font-size: 3.5rem;
	color: #FCFBF9;
}

#hero .header-content .header-content-inner .header-h2 {
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4rem;
	color: #FCFBF9;
}


/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/

.img_person {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 10rem;
	border-radius: 50%;
	display: block;
}

/* Medium devices (tablets, 576px and up) */
@media (max-width: 576px)
{ 	
	.img_person {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
		width: 100%;
		max-width: 10rem;
		border-radius: 50%;
		display: block;
	}
	
}


/*--------------------------------------------------------------
# Offer
--------------------------------------------------------------*/

.offer-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.offer-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(187, 88, 93, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.offer-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.offer-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
  /*font-family: 'RageItalic' !important;*/
}

.offer-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) 
{ 
  .offer-item {
    max-width: none;
    margin: 0;
  }
	
  .offer-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
	
  .offer-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
	
  .offer-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
	
  .offer-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
	
  .offer-item:hover .caption {
    background-color: rgba(187, 88, 93, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.img_person__small {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 3rem;
	border-radius: 50%;
	display: block;
}

.content-text {
	color: #FCFBF9;
	font-weight: 300;
	line-height: 1.3;
	font-size: 1.3rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.content-text p {
	margin-top: 1rem;
}

.content-text a {
	color: #FCFBF9;
}
.content-text a:hover {
	text-decoration: none;
	color: #6A857F;
}

.content-h2 {
	font-weight: 500;
	line-height: 1.5;
	font-size: 2rem;}

.content-h3 {
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.5rem;
}

.content-contact {
	color: #FCFBF9;
	font-weight: 500;
	line-height: 1.3;
	font-size: 1.4rem;
	padding-left: 0rem;
	padding-right: 0rem;
	text-align: center;
}

.vertical-align-center {
	position:relative;
	/* margin-top:50%; */
	padding-top: 35%;
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

	.vertical-align-center {
		position: relative;
		margin-top: 0%;
		padding-top: 0%;
		padding-bottom: 10%;
		text-align: center;
	}

}



/*--------------------------------------------------------------
# Summary
--------------------------------------------------------------*/

.summary-col {
	margin-bottom: 0.5rem;
	padding: 0rem 0.5rem 0rem 0.5rem;
}

.summary-col__mid-div	{
	/* min-height: 10rem; */
	color: #544C49;
	border-bottom: 2px solid #BB585D; margin-bottom: 1rem; 
	padding-bottom: 1rem; 
	padding-top: 1rem;
}

.summary-description {
	margin-bottom: 0.5em;
	font-weight: 600 !important;
}	

.summary_icon {
	font-size: 5rem; 
	color:#BB585D;
}

	
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

	.summary-col {
		margin-bottom: 5rem;
	}
	
	.summary-col__mid-div	{
		min-height: 5rem;
	}
}





/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/

#philosophie {
	margin-top: 5rem;
}

.parallax-base {
  /* Full height */
  /* height: 100%;  */
  height: 50%; 
  
  position: relative;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax1 {
  /* The image used */
  background-image: url(../img/wahrnehmen.jpg);
}

.parallax2 {
  /* The image used */
  background-image: url(../img/verstehen.jpg);
}

.parallax3 {
  /* The image used */
  background-image: url(../img/wandeln.jpg);
}

.parallax-text {
	line-height: 1.3;
	font-size: 1.4rem;
	padding-left: 2rem;
	padding-right: 2rem;
	/* font-size: 26px; */
	/* padding: 10%; */
	font-weight: 300;
}

.parallax-quote {
	font-style: italic;
}

.parallax-header{    
	position: absolute;
	left: 10%;
	top: 37%;
	text-align: left;
	color: #FCFBF9;
	font-weight: 600;
	font-size: 50px;
}




/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.img_big {
	height: 100%;
	width: 100%;
	object-fit: contain;
}


.floating-image {
	float:left; 
	margin: 0 20px 20px 0; 
	width: 100%;
}
/* increase header size after 600px */
@media all and (min-width: 600px) {
	.floating-image {
		float:left; 
		margin: 0 20px 20px 0; 
		width: 50%;
	}
}



/*--------------------------------------------------------------
# Offerpage
--------------------------------------------------------------*/

.angebot {
	padding-top: 1rem;
	padding-bottom: 5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
	max-width: 60rem;
	position:relative;
}

.fp_angebot_inner_wide {
	padding-top: 5rem;
	/*max-width: 90rem !important;*/
	max-width: 100%;
}

.angebot__header {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-top: 4rem;
}

.angebot__header__img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}


.angebot__content {
	max-width: 60rem !important;
	text-align: left;
	margin: auto;
	padding-top:2rem;
	color: #000;
	/* margin-top: 3rem; */
	/* margin-top: -20rem; */
	/* background-color: #fff; */
	/* padding:2rem; */
}

.angebot__content p {
	font-size: 1.25rem;
}

.angebot__content__fragen {
	padding-top:2rem;
}

.angebot__content__fragen h3 {
	padding-top: 2rem;
	text-align: left;
}

.extended_width {
	padding-right: 5rem !important;
}

.icon-space {
	float: left; 
	width: 2rem;
}

a.color-dark:hover {
	text-decoration: none;
	color: #6A857F !important;
}

.angebot__header__content {
	position:absolute; 
	bottom:0;
	width: 100%;
	max-width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background:linear-gradient(
		to top,
		hsl(0, 0%, 0%) 0%,
		hsla(0, 0%, 0%, 0.987) 1.3%,
		hsla(0, 0%, 0%, 0.951) 4.9%,
		hsla(0, 0%, 0%, 0.896) 10.4%,
		hsla(0, 0%, 0%, 0.825) 17.5%,
		hsla(0, 0%, 0%, 0.741) 25.9%,
		hsla(0, 0%, 0%, 0.648) 35.2%,
		hsla(0, 0%, 0%, 0.55) 45%,
		hsla(0, 0%, 0%, 0.45) 55%,
		hsla(0, 0%, 0%, 0.352) 64.8%,
		hsla(0, 0%, 0%, 0.259) 74.1%,
		hsla(0, 0%, 0%, 0.175) 82.5%,
		hsla(0, 0%, 0%, 0.104) 89.6%,
		hsla(0, 0%, 0%, 0.049) 95.1%,
		hsla(0, 0%, 0%, 0.013) 98.7%,
		hsla(0, 0%, 0%, 0) 100%
		);
}

.angebot__header__content h2 {
	color: #FCFBF9;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 2.5rem !important;
	text-align: center;
	
}

.angebot__header__content h1 {
	color: #FCFBF9;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	font-size: 1.5rem !important;
	text-align: center;
}

.content-text ul li {
	margin-bottom: 1em;
}
	
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 	
	
	.angebot__header__content {
		position:relative; 
		width: 100%;
		max-width: 100%;
		background: none;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.angebot__header__content h2 {
		color: #6c757d;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		font-size: 2.5rem !important;
		text-align: center;
		
	}

	.angebot__header__content h1 {
		color: #544C49;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		font-size: 1.5rem !important;
		text-align: center;
	}
	
}





/*--------------------------------------------------------------
# Blog pages
--------------------------------------------------------------*/


.blog {
	padding-top: 5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  max-width: 60rem;
  position: relative;
}


.blog__header {

}

.blog__header__img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.blog .blog__header h1 {
	/* margin-top:0.5rem; */
	/*color: #6c757d;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	font-size: 1.8rem !important;
	text-align: center;*/
	color: #6c757d;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 1.7rem !important;
	text-align: center;
}


.blog h1 {
	/* margin-top:0.5rem; */
	/*color: #6c757d;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	font-size: 1.8rem !important;
	text-align: center;*/
	color: #6c757d;
	font-weight: 300 !important;
	line-height: 1.2 !important;
	font-size: 1.7rem !important;
	text-align: center;
}

.blog h1 {
	/* margin-top:0.5rem; */
	/*color: #6c757d;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	font-size: 1.8rem !important;
	text-align: center;*/
	color: #6c757d;
	font-weight: 300 !important;
	line-height: 1.2 !important;
	font-size: 1.7rem !important;
	text-align: center;
}

.blog h2 {
	color: #6c757d;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	font-size: 1.5rem !important;
	text-align: center;
}

.author {
	padding-top: 2rem;
	padding-bottom: 2rem;	
	color: #6c757d;
	font-weight: 300 !important;
	font-size: 1.5rem !important;
	text-align:center;
}

.img_person__author {
	width: 100%;
	max-width: 2rem;
	border-radius: 50%;
	vertical-align: middle;
}

.blog-item-teaser {
	margin-bottom: 4rem;
}


.blog-item-teaser h3 {
	color: #6c757d;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	font-size: 1.5rem !important;
	text-align: left;
}

.blog-item-teaser .text {
	color: #6c757d;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	font-size: 1.1rem !important;
	text-align: left;
}

/*--------------------------------------------------------------
# Special pages
--------------------------------------------------------------*/

.special-page .container {
	margin-top: 5em;
	margin-bottom: 5em;
}

.special-page .content {
	margin-top: 5em;
	font-weight: 500;
	line-height: 1.3;
	font-size: 1.4rem;
}

.special-page ul {
  list-style-type: none;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	position:relative;
	background-color: #BB585D;
}

#footer .container {
}

#footer h4 {
	color: #FCFBF9;
}

#footer p {
	color: #FCFBF9;
}

#footer ul a {
	color: #FCFBF9;
}


#footer ul a:hover {
	text-decoration: none;
	color: #6A857F;
}

#footer ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	color: #FCFBF9;
}

#footer .copyright {
	font-size: 10px;
	text-align:center;
}

#footer .bottom-align {
	position:relative;
	margin-top:50%;
}

#footer .logo-footer {
	width: 100%;
}

#footer .footer-bar {
	background-color: #333;
	height: 50px;
}

.footer-divider {
	border: 1px solid #0A9999; 
	margin-top:40px; 
	margin-bottom:60px;
}

.footer-inner{
	background-color: #BB585D;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	padding: 30px 35px;
	margin: 0px 0px 0px 0px;
}

.footer-bar-inner {
	background-color: #333;
	padding-top: 17px;
}

.footer-bar-inner a {
	color: #FCFBF9;
}


.footer-bar-inner a:hover {
	text-decoration: none;
	color: #6A857F;
}




/*--------------------------------------------------------------
# Dropdowns
--------------------------------------------------------------*/

.dropdown-menu-navbar-angebot {
	
}

.dropdown-kennenlerntermin-container {
	height: 38px;
}

.ul-header {
	border-bottom: 2px solid #BB585D !important;
	padding-bottom: 1em !important;
	margin-bottom: 0em;
}

/* --------- */
/* Overrides */
/* --------- */

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
	padding-bottom: 1em;
	padding-top: 1em;
	line-height: 0em;
  clear: both;
  font-weight: 700;
	color: rgba(0,0,0,.55);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: #BB585D;
  text-decoration: none;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Quotes
--------------------------------------------------------------*/



/* center the blockquote in the page */
.blockquote-wrapper {
   /*display: flex;*/
   /*height: 50vh;*/
   padding: 0 1em;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    /* font-family: blockquote_author; */
    max-width: 620px;
    margin: 2em auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: blockquote;
    position: relative; /* for pseudos */
    color: #BB585D;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
		font-size: 1.8rem !important;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #BB585D;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FCFBF9;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #6c757d;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    /*margin-left:150px;
    padding-left:12px;*/
		text-align: right;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}

.blockquote-second-color {
	color: #544C49;
}


/* increase header size after 600px */
@media all and (min-width: 600px) {
	.blockquote h1 {
		font-size: 3rem;
		line-height: 1.2;
	}
}


/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.blockquote h1 {
		font-size: 1.75rem !important;
		line-height: 1 !important;
	}
	
	/* Blockquote subheader */
	.blockquote h4 {
    position: relative;
    color: #544C49;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:125px;
    padding-left:12px;
}
}




/*--------------------------------------------------------------
# Tooltips
--------------------------------------------------------------*/

.muh_tooltip {
	font-weight: 400;
}

.tooltip-inner {
    background-color: #6A857F;
    /* box-shadow: 0px 0px 4px black; */
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #6A857F !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #6A857F !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #6A857F !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #6A857F !important;
}

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/

.muh_social {	
	position: fixed !important;
	right: 2% !important;
	height: 50px;
	width: 50px;
	min-width: 50px;
	// visibility: hidden;
	display: none;
}

.muh_social_facebook {
	color: #4273c8;
	top: 30% !important;
}

.muh_social_facebook a {
	opacity: 0.5;
}

.muh_social_facebook a:hover {
	color: #4273c8 !important;
	opacity: 1;
}

.muh_social_facebook_inner {
	display: flex;
  justify-content: center;
}

.muh_social_pinterest {
	color: #E60023;
	top: 40% !important;
}

.muh_social_pinterest a {
	opacity: 0.5;
}

.muh_social_pinterest a:hover {
	color: #E60023 !important;
	opacity: 1;
}

.muh_social_pinterest_inner {
	display: flex;
  justify-content: center;
}

.muh_social_twitter {
	color: #32bbf5;
	top: 50% !important;
}

.muh_social_twitter a {
	opacity: 0.5;
}

.muh_social_twitter a:hover {
	color: #32bbf5 !important;
	opacity: 1;
}

.muh_social_twitter_inner {
	display: flex;
  justify-content: center;
}

.muh_social_whatsapp {
	top: 60% !important;
	color: #34af23;
}

.muh_social_whatsapp a {
	opacity: 0.5;
}

.muh_social_whatsapp a:hover {
	color: #34af23 !important;
	opacity: 1;
}

.muh_social_whatsapp_inner {
	display: flex;
  justify-content: center;
}


/*--------------------------------------------------------------
# TODO
--------------------------------------------------------------*/

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


