/* ALGEMEEN CSS */

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Montserrat:wght@800&family=Architects+Daughter&family=Cormorant+Garamond:wght@500&family=Frank+Ruhl+Libre:wght@300&display=swap');

ul { 

	margin: 0px 0px 0px 20px;
}

* {

	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

textarea {

	resize: none;
}

html, body {

	height: 100%;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	margin: 0;
}

a:link {
	
	text-decoration: none;
	color: #000000;
}

a:hover {
	
	text-decoration: none;
	color: #000000;
}

a:active {
	
	text-decoration: none;
	color: #000000;
}

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

div {

	display: block;

}



/* CONTAINERS CSS */


.container {

	margin: 0px;
	width: 100%;
	position: relative;
}

div.container-title {

	width: 100%;
	max-width: calc(75vmax - 20vw);
	padding-bottom: 4vmin;
}

h2.container-title {

	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	font-family: 'Montserrat', sans serif;
	font-size: calc(2.5vmin + 1.8vmax);
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 0.1vmin;
	line-height: 1.4;
	text-shadow: 0.05vmax 0.05vmax 0.1vmax #1E1E1E;
}

span.white_space {

	width: calc(2.5vmin + 2.5vmax);
	max-width: 100px;
	min-width: 35px;
}

/*

::after, ::before {

	box-sizing: border-box;
}

h2.container-title::after {

	content: '';
	flex: 1;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	box-shadow: 0.05vmax 0.05vmax 0.05vmax #1E1E1E;
	border-radius: 2px;
	margin-left: 2vmin;
}

*/

img.logo {
	
	width: calc(2.5vmin + 2.5vmax);
	max-width: 100px;
	min-width: 35px;
}

h3 {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(12px + 0.8vmin + 0.8vmax);
	font-weight: 900;
	color: #000000;
	width: auto;
	padding: 2vmin 0vmin;
}

div.space {

	position: relative;
	height: 18vmin;
	background-color: #333333;
	padding: 0vh 0vh;
}

img.home {

	width: 80%;
	max-width: 600px;
	border-radius: 0.2vmax;
	box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 20%);
}

div.content {

	position: relative;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.8));
	width: 100%;
	max-width: calc(75vmax - 20vw);
	padding: 2vmin;
	border-radius: calc(0.1vmin + 0.1vmax);
	text-align: center;
	box-shadow: 1px 2px 4px 1px rgba(0,0,0,.2);
}

div.content-queen {

	position: relative;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.8)), url(/img/queen_crest.png);
	width: 100%;
	background-repeat: repeat, no-repeat;
	background-position: left;
	background-size: 25%;
	max-width: calc(75vmax - 20vw);
	padding: 2vmin;
	border-radius: calc(0.1vmin + 0.1vmax);
	text-align: center;
	box-shadow: 1px 2px 4px 1px rgba(0,0,0,.2);
}

p.content {

	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(16px + 0.3vmin + 0.3vmax);
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.03vmin;
	line-height: 1.5em;
	color: #000000;
	padding: 2vmin 2vmin;
	margin: 0vmin 8vmin;
}

p.subtitle {

	font-family: 'Montserrat', cursive;
	font-size: calc(12px + 0.5vmin + 0.5vmax);
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	color: #000000;
	padding-top: 2vmin;
	margin: 0vmin;
}

div.parallax-window, div.parallax-window-home {

	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	align-content: flex-start;
	min-height: 91.1vh;
	background: transparent;
	/* background-image: linear-gradient(to bottom, rgba(0,0,0, 1) 0%, rgba(0,0,0, 0) 60%); */
	background-attachment: fixed;
	padding: 8vmin 4vmin
}

div.parallax-window-home {

	/* background-image: linear-gradient(to bottom, rgba(0,0,0, 0.9) 9vmin, rgba(0,0,0, 0) 70%); */
}

/*

div.container-home, div.container-about, div.container-massage, div.container-coaching, div.container-yoga, div.container-contact {

	position: relative;
	display: flex;
	flex-wrap: wrap;
  	justify-content: space-evenly;
	align-items: flex-start;
	align-content: flex-start;
	min-height: 91.1vh;
	background-attachment: fixed;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	padding: 8vmin 4vmin;
}

div.container-home {

	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.9) 18vmin, rgba(0,0,0, 0)), url("/img/bg_home.jpg");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: cover;
	background-color: #366F3A;
}

div.container-about {

	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.9) 9vmin, rgba(0,0,0, 0)), url("/img/bg_about.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-size: cover;
	background-color: #366F3A;
}

div.container-yoga {

	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.9) 9vmin, rgba(0,0,0, 0)), url("/img/bg_yoga.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	background-size: cover;
	background-color: #366F3A;
}

div.container-massage {

	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.9) 9vmin, rgba(0,0,0, 0)), url("/img/bg_massage.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	background-color: #366F3A;
}

div.container-coaching {

	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.9) 9vmin, rgba(0,0,0, 0)), url("/img/bg_coaching.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-size: cover;
	background-color: #366F3A;
}

div.container-contact {

	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.9) 9vmin, rgba(0,0,0, 0)), url("/img/bg_contact.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #366F3A;
}

*/

#map {

	height: 50vh;
}

div.container-polaroid {

	position: relative;
	display: flex;
  	align-items: center;
  	justify-content: space-evenly;
	padding: 5vmin 0vmin;
	overflow: hidden;
}

div.polaroid1, div.polaroid2, div.polaroid3 {

	background-color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 13vmin 0vw;
	width: 20vw;
	filter: grayscale(100%);
	-webkit-transform: rotate(-5deg);
	transition: 0.3s;
	padding: 1vw 1vw 0vmin 1vw;
}

div.polaroid1 {

	-webkit-transform: rotate(-6deg);
}

div.polaroid2 {

	-webkit-transform: rotate(11deg);
}

div.polaroid3 {

	-webkit-transform: rotate(-2deg);
}

div.polaroid1:hover, div.polaroid2:hover, div.polaroid3:hover {

	filter: grayscale(0%);
	-webkit-transform: scale(1.05);
	transition: 0.3s;
}

div.polaroid1 a:hover, div.polaroid2 a:hover, div.polaroid3 a:hover {

	filter: contrast(130%);
	filter: sepia(20%);
	transition: 0.3s;
}

div.polaroid-text {

	text-align: center;
	padding: calc(1vmin + 1vmax);
	font-family: 'Architects Daughter', cursive;
	font-size: 1.5vw;
	font-weight: normal;
	letter-spacing: 0.1vw;

}

img.polaroid {


	width: 100%;
	border-radius: 2px;

}

input[type=text], select, textarea {
	
	width: 100%;
	background-color: transparent;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(10px + 0.8vmin);
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.01vmin;
	line-height: 1.3em;
	color: #000000;
	padding: 0.5vh;
	color: #1E1E1E;
	border: 0 solid #1E1E1E;
	border-color: rgba(64,64,64,0.4);
	border-bottom-width: 1px;
	resize: none;
}

label {

	display: inline-block;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(14px + 0.2vmin + 0.2vmax);
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.01vmin;
	line-height: 1.3em;
	color: #000000;
	padding: 0vh 0vw;
}

input[type=submit] {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(10px + 0.2vmax + 0.2vmin);
	font-weight: 900;
	transition: 0.3s;
	text-decoration: none;
	letter-spacing: 0.04vw;
	cursor: pointer;
	background-color: #1c435f;
	margin-top: 1vh;
	color: #FFFFFF;
	padding: 0.8vmin 1.6vmin;
	border: 0px;
	border-radius: 0.2vmin;
	float: right;
	box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);
}

input[type=submit]:hover {
	background-color: #1E1E1E;
}

.contact {

	padding: 2vmin 8vmin;
}

.col-25 {

	float: left;
	width: 25%;
	margin-top: 1.5vh;
	text-align: left;
}

.col-75 {

	float: left;
	width: 75%;
	margin: 1vh 0vh;
}

.row:after {

	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 600px) {
	.col-25, .col-75, input[type=submit] {
		width: 100%;
		margin-top: 2vw;
  }
}

div.container-quote, div.container-quote-einstein, div.container-quote-buddha, div.container-quote-sakyong, div.container-quote-anonym {

	position: relative;
	background-color: #1E1E1E;
	min-height: 5vh;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	padding: calc(4vmin + 4vmax) calc(6vmin + 6vmax);
}

/*

div.container-quote-einstein {

	background-image: url(/img/quote_einstein.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

div.container-quote-buddha {

	background-image: url(/img/quote_buddha.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

div.container-quote-sakyong {

	background-image: url(/img/quote_sakyong.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

div.container-quote-anonym {

	background-image: url(/img/quote_anonym.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

*/

#quote {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(1.5vmin + 1.5vmax);
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.2vw;
	line-height: calc(2em + 1vmax);
}

#quotename {

	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(1.1vmin + 1.1vmax);
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: 0.01vw;
	margin-top: 4vmin;
}

div.container-flex {

	position: relative;
	display: flex;
	flex-wrap: wrap;
  	justify-content: space-evenly;
	align-items: flex-start;
	align-content: flex-start;
	background-color: #FFFFFF;
	min-height: 5vh;
	padding: 8vmin 2vmin;
	width: 100%;
	overflow: hidden;
}

p.flex-title {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(10px + 1vmin + 1vmax);
	font-weight: 900;
	color: #000000;
	text-align: center;
	width: 100%;
	padding: 3vmin 0vmin;
}

div.flex-bin {

	position: relative;
	width: 100%;
	max-width: 30vw;
	min-width: 275px;
	padding: 5vmin 0vmin;
}

div.flex-bin-wide {

	position: relative;
	width: 100%;
	max-width: calc(75vmax - 20vw);
	padding: 4vmin 0vmin;
}

p.flex-bin-title {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(10px + 1vmin + 1vmax);
	font-weight: 900;
	color: #000000;
	text-align: center;
	width: 100%;
	padding-bottom: 1.5vmin;
}

p.flex-bin-content {

	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(16px + 0.3vmin + 0.3vmax);
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.01vmin;
	line-height: calc(10px + 2vmin);
	color: #1E1E1E;
	text-align: center;
	padding: 1.5vmin 0vmin;
}

div.flex-bin-small {

	position: relative;
	flex: 1;
	max-width: 21vw;
	min-width: 225px;
	padding: 3vmin 1vmin;
}

img.flex-bin-small-logo {

	max-width: 225px;
	min-width: 75px;
	max-height: 265px;
	padding: 2vmin 0vmin;
	transition: 0.2s;
}

img.flex-bin-small-logo:hover {

	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}

p.flex-bin-small-title {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(12px + 0.5vmin + 0.5vmin);
	font-weight: 900;
	letter-spacing: 0vmin;
	color: #000000;
	text-align: center;
	width: auto;
	padding: 2vmin 0vmin;
}

p.flex-bin-small-content {

	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(14px + 0.2vmin + 0.2vmax);
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.01vmin;
	line-height: calc(8px + 2vmin);
	color: #1E1E1E;
	text-align: center;
	padding: 1vmin 0vmin;
}

div.container-flex-skills {

	position: relative;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	background-color: #FFFFFF;
	min-height: 5vh;
	padding: 3vmin 2vmin;
	width: 100%;
	overflow: hidden;
}

div.flex-bin-skills {

	position: relative;
	flex: 1;
	width: 18vw;
	max-width: 300px;
	min-width: 100px;
	padding: 0vmin 0vmin 0vmin 0vmin;
}

img.flex-bin-skills-logo {

	width: 40%;
	max-width: 65px;
	min-width: 50px;
	padding: 0vmin 0vmin;
}

p.flex-bin-skills-title {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(9px + 0.3vmin + 0.3vmin);
	font-weight: 900;
	letter-spacing: 0vmin;
	color: #000000;
	text-align: center;
	width: auto;
	padding: 2vmin 0vmin 0vmin 0vmin;
}

p.flex-bin-skills-content {

	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(14px + 0.2vmin + 0.2vmax);
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.01vmin;
	line-height: calc(8px + 2vmin);
	color: #1E1E1E;
	text-align: center;
	padding: 0vmin 0vmin;
}

#button, #button-dark {

	text-align: center;
	padding: 4vmin 0vmin;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(10px + 0.2vmax + 0.2vmin);
	letter-spacing: 0.04vw;
	font-weight: 900;
	text-decoration: none;
}

#button a, #button-dark a {

	padding: 0.8vmin 1.6vmin;
	border: 0px;
	transition: 0.3s;
	border-radius: 0.2vmin;
}

#button a {

	background-color: #1c435f;
	color: #FFFFFF;
	box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);
}

#button a:hover {

	background-color: #1E1E1E;
	color: #FFFFFF;
}

#button-dark a {

	background-color: #1E1E1E;
	color: #FFFFFF;

}

#button-dark a:hover {

	background-color: #1c435f;
	color: #FFFFFF;
}



/* HEADER & MENU CSS */

#header {

	position: fixed;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  	justify-content: space-between;
	align-content: space-around;
	background-color: #FFFFFF;
  	align-items: center;
	padding: 0vmin 1vmin;
	width: 100%;
	height: 18vmin;
	z-index: 99;
	transition: 0.5s;
	box-shadow: 0 3px 4px -1px rgba(0,0,0,.2);
}

#logo1 {

	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 0.0;
	width: 0px;
}

#logo2 {

	flex: 1;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 1.0;	
}

#logo a {
	
	text-decoration: none;
	color: #a98cab;
}

#logo_kl {
	
	width: 25vmin;
	max-width: 300px;
	margin-left: 8vmin;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

#logo_gr {

	width: 35vmin;
	max-width: 450px;
	margin-left: 4vmin;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

#menu {

	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: max-content;
	font-family: 'Frank Ruhl Libre', serif;
	letter-spacing: 0.01vmin;
	text-decoration: none;
	font-size: calc(14px + 0.2vw);
	text-align: center;
	font-weight: normal;
}

#menu-item {

	margin: 0vmin 0.8vmin;
}

a.left {

	position: relative;
	color: #000000;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a.left:hover {

	color: #1c435f;
}

a.left:active {

	color: #1c435f;
}

a.left:before {

	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #000000;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

a.left:hover:before {

	visibility: visible;
	background-color: #1c435f;
	width: 100%;
}

div.nav, div.nav-home {

	font-size: 0px;
	position: absolute;
	margin-top: -8.9vmin;
	width: 0px;
	height: 0px;
}

div.nav-home {

	margin-top: -18vmin;
}

div.container-footer {

	position: relative;
	background-color: #F5F5F5;
	margin-top: 8vmin;
	min-height: 30vh;
	overflow: hidden;
}

div.footer-box {

	position: relative;
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	width: 100%;
}

div.footer-logo {

	position: relative;
}

img.footer-logo {

	width: 25vw;
	max-width: 450px;
}

div.footer-flex {

	position: relative;
	display: flex;
  	justify-content: space-evenly;
  	align-items: center;
	border-top: 2vmin solid #d9dce3;
	padding: 4vmin 0vmin;
	width: 100%;
}

div.footer-item {
	

	position: relative;
	padding: 2vmin 2vmin;
	text-align: left;
}

div.footer-icon {

	position: relative;
}

img.footer-icon {

	height: calc(2vmin + 2vmax);
	max-height: 40px;
}

img.footer-mobile {

	height: calc(1vmin + 1vmax);
	max-height: 20px;
	margin-right: 1vmin;
}

div.footer-title {

	position: relative;
	padding: 2vmin 0vmin;
}

p.footer-title {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(16px + 0.2vmax + 0.2vmin);
	font-weight: normal;
	letter-spacing: 0.01vw;
	color: #000000;
}

div.footer-content {

	position: relative;
	display: flex;
  	justify-content: left;
  	align-items: center;
	padding-bottom: 1vmin;
}

p.footer-content, p.footer-content a {

	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(14px + 0.2vmax + 0.2vmin);
	font-weight: normal;
	letter-spacing: 0.01vmin;
	transition: all 0.3s ease-in-out;
	color: #1E1E1E;
}

p.footer-content a:hover {

	color: #1c435f;
}

div.footer-menu {

	position: relative;
	display: flex;
  	justify-content: left;
  	align-items: center;
	padding-bottom: 1vmin;
}

p.footer-menu, p.footer-menu a {

	font-family: 'Frank Ruhl Libre', serif;
	font-size: calc(14px + 0.2vmax + 0.2vmin);
	font-weight: normal;
	letter-spacing: 0.01vmin;
	transition: all 0.3s ease-in-out;
	color: #1E1E1E;
}

p.footer-menu a:hover {

	color: #1c435f;
}

div.social {

	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: max-content;
	padding: 2vmin 0vmin;
}

div.social-item {

	position: relative;
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
}

div.social-item:hover {

	opacity: 1;
}

img.social {

	height: calc(1.5vmin + 1.5vmax);
	min-height: 34px;
	max-height: 40px;
	margin: 0vmin 10px;
}

img.social-small {

	height: calc(1.25vmin + 1.25vmax);
	max-height: 20px;
	margin-right: 0.5vmin;
}

div.footer-bottom {

	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	background-color: #FFFFFF;
	width: 100%;
	padding: 1vmin 0vmin;
	/* border-top: 1px solid;
	border-image: linear-gradient(to left, rgba(33, 0, 31, 0), rgba(33, 0, 31, 0.5), rgba(33, 0, 31, 0)) 1;
	*/
}

p.footer-bottom-content, p.footer-bottom-content a {

	font-family: 'Montserrat', sans-serif;
	font-size: calc(9px + 0.1vmax + 0.1vmin);
	font-weight: normal;
	letter-spacing: 0.2px;
	line-height: 1.5em;
	color: #1E1E1E;
	padding-top: 1vmin;
	transition: all 0.3s ease-in-out;
	width: max-content;
}

p.footer-bottom-content a:hover {

	color: #a98cab;
}


/* NAVIGATION TO TOP */

#gototop {

	position: fixed;
	bottom: 0;
	right: 3vmin;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  	justify-content: center;
	align-content: center;
	background-color: #333333;
  	align-items: center;
	width: 6vmin;
	height: 4vmin;
	border-radius: 0.5vmin 0.5vmin 0vmin 0vmin;
	z-index: 99;
	transition: 0.3s;
	opacity: 0.0;
	visibility: hidden;
	
}

#gototop:hover {

	background-color: #1c435f;
	color: #FFFFFF;
}

p.gototop {

	color: #FFFFFF;
	font-size: calc(16px + 0.1vmax + 0.1vmin);
	
}

img.gototop {

	width: 4.5vmin;
	border-radius: 0vmax;
}


/* COLORS USED

black: 		#000000
dark-gray	#1E1E1E
white: 		#FFFFFF
gold: 		#CB9F62
lighter-blue:	#d9dce3
light-purple: 	#a98cab
blue: 		#1c435f
light-purple: 	#FCF8FC

*/