@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

body, html {
	height: 100%; /*brauch ich für parallax*/
	overflow-x: hidden;
    max-width: 100%;
	}

html {
	font-size: 20px;
	scroll-behavior: smooth;
}

body {
	font-size: 1rem;
}

h1 {
	font-weight: 900;
	font-size: 150px;
	font-size: 7.5rem;
	font-size: clamp(4.5rem, 7.8vw, 7.5rem);
	line-height: 0.9333333333333333;
	text-transform: uppercase;
}

h2 {
	font-weight: 400;
	font-size: 40px;
	font-size: 2rem;
	margin-bottom: 30px;
}

h3 {
	font-weight: 400;
	font-size: 40px;
	font-size: 2rem;
}

h4 {
	font-weight: 400;
	font-size: 40px;
	font-size: 1rem;
	padding-bottom: 0.5rem;
}

p {
	font-weight: 400;
	font-size: 20px;
	font-size: 1rem;
	line-height: 1.6;
	color: black;
		
}

header {
	background-color: #4298A5;
	padding-top: 80px;
	position: relative;
}

#guesswho_title::before, #guesswho_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	background-size: 100%;
}

#guesswho_title::before {
	background-image: url(../images/headerimage_riona.png);
    width: clamp(10px, 26vw, 400px);
    aspect-ratio: calc(800/1033);
	right: clamp(-400px, -26vw, -10px);
}

#guesswho_title::after {
	background-image: url(../images/headerimage_viviane.png);
	width: clamp(10px, 36vw, 550px);
	aspect-ratio: calc(1100/1050);
	left: clamp(-550px, -36vw, -10px);
}

nav {
	padding-top: 30px;
	background-color: white;
	height: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 -7px 11px 7px #dedede8f;
}


/*#main-menu ul {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 9;
}

#main-menu li {
  list-style-type: none;
  font-size: 2rem;
}

#main-menu a {
  color: #B9FAF8;
  font-size: 1.5rem;
  text-decoration: none;
}

#main-menu a:hover {
  text-decoration: underline;
}
}*/

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


nav li {
	display: inline-block;
}

nav li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: black;
}

nav li a:hover {
	color: #A6821F;
}
nav > .inside{
	display: flex;
    justify-content: space-between;
}

#guesswho_title {
    position: relative;
    margin-left: 31vw;
    width: 40vw;
    padding: 18vh 5vw 6vh 5vw;
    box-sizing: border-box;
}

#guesswho_title h3, #guesswho_title h1, #guesswho_title p  {
	color: white;
}

.inside {
	max-width: 81.25%;
	margin: 0 auto;
}

#concept .inside, #experience .inside, #follow_us .inside {
	max-width: 65%;
}


.videos article, #concept, #experience, #follow_us, #more {
	padding: 20vh 0vh;
}


.two-cols{
	display: flex;
	flex-direction: row;
	
}

.two-cols-more {
	display: flex;
}

#links {
	padding-right: 4rem;
}

#right {
	padding-left: 4rem;
}

#links p, #rechts p {
	margin-bottom: 30px;
}

.two-cols p:first-child{
	padding-right: 4rem;
}

.two-cols p:last-child{
	padding-left: 4rem;
}

.embed-container {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0; 
	overflow: hidden;
	height: auto;
}

.embed-container-audio {
	position: relative; 
	/*padding-bottom: 56.25%;  ratio 16x9 */
	height: 0; 
	overflow: hidden;
	height: auto;
}

.embed-container-story {
	display: flex;
	position: relative; 
	/*padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0; 
	overflow: hidden;
	height: auto;
}

.embed-container-audio iframe {
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
}

.embed-container iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.embed-container-story iframe {
	margin-right: 0.5rem;
	top: 0; 
	left: 0;
}

.story {
	display: flex;
}

.story iframe {
	flex-basis: 30%;
    max-width: 30%;
    min-height: 100%;
	margin-bottom: 1rem;
}
.videos article .inside {
	display: flex;
	flex-direction: row;
}

.videos article .inside .video {
    max-width: 57.5%;
    flex-basis: 57.5%;
}

.videos article .inside .text {
    max-width: 40.5%;
    flex-basis: 40.5%;
}

.text {
	box-shadow: 0 0 19px 17px #ffffff82;
	background: #ffffff82;
	padding: 3rem;
}

.videos article .inside div:first-child {
	padding-right: 4.5%;
}

.videos article .inside div:last-child {
	padding-left: 4.5%;
}



.parallax {
	background: url(../images/waves_transparent.png) 0 0 / cover;
	/*background-image: url(../images/waves_transparent.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
	height: 100%;
	
	
}

	

.button {
  background-color: #A6821F; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 0.8rem;
  border-radius: 8px;
  /*transition-duration: 0.4s;*/
  cursor: pointer;
margin-top: 15px;
transition: 300ms all cubic-bezier(0, 0, 0.02, 1.12);
	
}

.button:hover {
  background-color: #856819; /* Green */
  color: white;
}

#footer {
	background-color: rgba(166, 130, 31, 0.2);
	padding: 20px 0;
}

.three-cols {
	display: flex;
	flex-direction: row;
}

#logo_footer{
	max-width: 10%;
    flex-basis: 10%;
}
.three-cols .apreciate {
	max-width: 35%;
    flex-basis: 35%;
	padding-right: 8rem;

}
.three-cols ul {
	max-width: 10%;
    flex-basis: 10%;

}

.three-cols li a {
	color: black;
	text-decoration: none;
}

.three-cols li a:hover {
	color: #A6821F;
}

.three-cols li {
	margin: 0.5rem 0 0.5rem 0;
	font-size: 15px;
	font-size: 0.75rem;
}

.three-cols ul:first-child{
	padding-right: 4rem;
}

.three-cols ul:last-child{
	padding-left: 4rem;
    max-width: 30%;
    flex-basis: 30%;
}

.apreciate p {
	font-size: 0.8rem;
}

.apreciate p span {
	line-height: 2rem;
}

#social, #viviane, #riona {
	display: flex;
	align-items: center;
}

#social {
	margin-top: 1rem;
}

#social .contact {
	margin-left: 1rem;
	flex-direction: row;
}

#viviane {
	max-width: 50%;
	flex-basis: 50%;
}

#viviane img{
	width: 4rem;
	height: 4rem;
	border-radius: 5rem;
	
}

#riona img{
	width: 4rem;
	height: 4rem;
	border-radius: 5rem;
}

i {
	margin-right: 0.5rem;
 	color: rgba(0,0,0,0.50) ;

}

i:hover {
	color: #A6821F;
}


#copyright {
	height: 50px;
	background-color: rgba(75, 146, 164, 0.2);
	display: flex;
    justify-content: center;
	align-items: center;

}

#copyright p {
	font-size: 10px;
	font-size: 0.6rem;
}

/*--- for hamburger menu -- */
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    background: black;
    z-index: -1;
}

#sidebar-menu .inside {
	flex-direction: column;
	margin-top: 13%;
}

#hamburger-input{
  display: none;
}

#hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 86px;
    display: none;
    border: none;
    padding: 0px;
    margin: 0px;
	background: #4298a5;
	cursor: pointer;
	z-index: 20;
}

#hamburger-menu .icon {
	position: relative;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -20px;
}

#hamburger-menu .icon, #hamburger-menu .icon::before, #hamburger-menu .icon::after {
	background: white;
    width: 40px;
    height: 6px;
    border-radius: 6px;
}

#hamburger-menu .icon::before, #hamburger-menu .icon::after {
    content: "";
    position: absolute;
}

#hamburger-menu .icon::before {
	top: -14px;
}

#hamburger-menu .icon::after {
	bottom: -14px;
}

#hamburger-menu #sidebar-menu {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: -250px;
    width: 200px;
    height: 100%;
    background-color: white;
    transition: 0.3s;
    padding: 0px 10px;
    box-sizing: border-box;
}


#hamburger-menu ul {
  padding-left: 0px;
}

#hamburger-menu li {
  list-style-type: none;
  padding: 5% 0;
  display: block;
}

#hamburger-menu a {
  font-size: 1rem;
  text-decoration: none;
}

#hamburger-menu a:hover {
  color: #A6821F;
}

#hamburger-input:checked + #hamburger-menu #sidebar-menu {
    visibility: visible;
    left: 0;
}
#hamburger-input:checked ~ .overlay{
   visibility: visible;
  opacity: 0.4;
}

		footer #social {
		align-items: flex-start;
	}
	
	footer .social-icons {
		display: flex;
	}
@media screen and (max-width: 1500px) {
	
	.inside {
		max-width: 90%;
	}
	
	header::before {
    width: 26vw;
    right: 2vw;
}
	#social {
		flex-direction: column;
	}
	
	#social, #viviane, #riona {
  	align-items: flex-start;
	
}
	#viviane {
		max-width: 100%;
		flex-basis: 100%;
		padding-bottom: 1rem;
	}


@media screen and (max-width: 1200px){
	h2 {
		font-size: 30px;
		font-size: 1.5rem;
	}
	
	p {
	font-size: 15px;
	font-size: 0.75rem;
    line-height: 1.8;
	}
	
	nav li a {
  	  font-size: 0.75rem;
	}
	header::before {
    width: 26vw;
    right: 2vw;
}
}

@media screen and (max-width: 1023px){
	#concept .inside, #experience .inside, #follow_us .inside {
    max-width: 80%;
}
	.two-cols p:first-child {
    padding-right: 1rem;
}
	
	.two-cols p:last-child {
    padding-left: 1rem;
}
	
	.videos article .inside div:last-child {
    padding-left: 1.5%;
	}
	.videos article .inside .text {
    max-width: 60%;
    flex-basis: 60%;
	}
	
	.text {
		padding: 0;
	}
	
	
	#main-menu {
    display: none;
  }
  #hamburger-menu {
    display: inline;
  }
	
		.navigation {
	background: #4298a5;
    width: 100%;
    position: fixed;
    height: 90px;
    top: 0;
    z-index: 100;
}

	#guesswho_title {

		position: relative;
		margin-left: 30vw;
    	width: 40vw;
		padding: 5vh 0 38vw 0;
	}

	#guesswho_title p {
		max-width: 80%;
	}

	#guesswho_title::after {
		left: -27vw;
	}

	#guesswho_title::before {
		right: -26vw;
	}

}
@media screen and (max-width: 767px){
	
	
	h1 {
	font-size: 100px;
	font-size: 4.5rem;
    line-height: 0.9;
	}
	
	h3 {
		font-size: 25px;
		font-size: 1.25rem;
	}
	
	h2 {
		padding-top: 30px;
		margin-bottom: 5px;
	}
	
	p {
		margin-bottom: 30px;
	}
	
	  #main-menu {
    display: none;
  }
  #hamburger-menu {
    display: inline;
  }
	
	.two-cols {
	flex-direction: column;
	}
	
	.two-cols-more{
		flex-direction: column;
	}
	
	.embed-container-story {
	flex-direction: column;
	}
	
	.story {
		flex-direction: column;
	}
	
	.two-cols p:last-child {
    padding: 0;
	}
	.videos article .inside {
		flex-direction: column;
	}
	.videos article .reverse {
		flex-direction: column-reverse;
	}
	.videos article .inside .text {
    max-width: 90.5%;
    flex-basis: 90.5%;
}
	
	.videos article .inside .video {
    max-width: 90%;
    flex-basis: 90%;
}
	.videos article, #concept, #experience, #follow_us {
    padding: 8vh 0vh;
}
	.three-cols li {
    font-size: 12px;
		font-size: 0.6rem;
}
#rechts p {
	margin-top: 30px;
}
	
#social {
	flex-direction: column;
	}
	
#guesswho_title {
	margin: 0 auto;
	width: 80%;
}

#guesswho_title::after {
	left: -8vw;
}

#guesswho_title::before {
	right: -7vw;
}
	
	
	footer .three-cols {
		flex-direction: column;
	}
	
	footer .three-cols .apreciate {
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
	

	
	
	footer .contact p {
		margin-bottom: 3px;
	}
	
	footer .three-cols li {
		font-size: 16px;
		font-size: 0.8rem;
	}
	
	footer #footer .three-cols ul {
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
	
	footer .apreciate {
		margin-bottom: 1.5rem;
	}
	
	.three-cols ul:last-child {
    padding-left: 0;
	}

	#last_ul li:first-child {
		margin: 0 0 0.5rem 0;
	}
	
	#copyright p {
		margin:0;
	}
}
@media screen and (max-width: 320px){
	  #main-menu {
    display: none;
  }
  #hamburger-menu {
    display: inline;
  }
	
}
