@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
	margin:0;
	padding:0;
	
	box-sizing:border-box;	
}

html {
	scroll-padding-top: 92px;
}

body {
	list-style:none;
	font-family: "ARACNE_regular", sans-serif;
	font-size:small;
}

@font-face {
	font-family: 'ARACNE-CONDENSED_regular';
	src: url('ARACNE-CONDENSED_regular.ttf') format('truetype');
  }


@font-face {
	font-family: 'ARACNE-CONDENSED_light';
	src: url('ARACNE-CONDENSED_light.ttf') format('truetype');
  }


  @font-face {
	font-family: 'ARACNE_regular';
	src: url('ARACNE_regular.ttf') format('truetype');
  }



header {
	width:100%;
	height: 92px;
	/*float:left;*/
	background: #333333;
	position:sticky;
	top:0px;
	z-index: 99;
}

.header-bg {
	width:100%;
	height:850px;
	background:url(images/Het-Rijk-Alleen_Gabriel-3-2.jpg) 20% 0% no-repeat;
	background-size:cover;
	/*margin-bottom:10%;*/
	/*margin-top: 90px;*/
}

.header-bg img {
	/*width: 379px;
	height: 250px;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -190px;
	margin-top: -125px;
}



/*.logo {
	display:block;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:white;
}*/

#header-logo {
	margin-top:5px;
	width: 460px; 
	height: 80px; 
	float: left;
	background-image: url(images/Header-Cover.png);
	background-position: left top;
	background-repeat:no-repeat;
}

@media screen and (max-width:550px) {

	#header-logo {
		margin-top:5px;
		margin-left:15px;
		width: 118px; 
		height: 80px; 
		float: left;
		background-image: url(images/VECTOR-lotus-double-white.png);
		background-position: left top;
		background-repeat:no-repeat;
	}
}

nav {
	width:100%;
	float:right;
	/*margin-top: 20px;*/
	background:#333333;
	height:0;
	overflow:hidden;
	transition:height .2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul{list-style:none;}

nav li {
	float:left;
	width:100%;
}

nav a {
	display:block;
	height:92px;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:lightgray;
	padding-top: 35px;
  	padding-bottom: 38px;
	text-align: center;
	font-size: 130%;
	transition: background-color 1.0s ease 0s;
}

nav a:hover {
	background:rgba(0,0,0,0.2);
	color:#fff2e1;
}

.nav-toggle {
	/*background:rgba(0,0,0,0.2);*/
	display:block;
	position:absolute;
	right:4px;
	top:0px;
	padding:30px;
	color: #AAA;
	cursor:pointer;
	text-decoration:none;
	font-size: 30px;
}

.nav-toggle:hover {
	color:white;
}

#nav-open:target .nav-closed {
	display:block;
}

.nav-closed,
#navi-closed:target .nav-closed,
#nav-open:target .nav-open {
	display:none;
}



@media screen and (max-width: 868px){
	#social {
		display:none;
	}
}


@media screen and (max-width: 1313px) {
	#nav-open:target nav {
		height:460px;
		margin-top:0px;
	}
	
	#social {
		position:absolute;
		right:64px;
	}
  	nav a {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media screen and (min-width:1313px) {
	
	.nav-toggle {display:none !important;}

	
	/*.logo {
		width:auto;
		float:left;	
	}*/
	
	nav {
		/*float:right;*/
		width:auto;
		display:block !important;
		height:auto;
		
	}
	
	nav li {
		width:auto;
		padding:0;	
	}
	

}




@media screen and (max-width:680px) {
	.header-bg {
		width:100%;
		height:600px;
		background:url(images/Het-Rijk-Alleen_Gabriel-3-2.jpg) 20% 50% no-repeat;
		background-size:cover;
		/*margin-top: 70px;*/
	}
}


@media screen and (max-width:400px) {
	.header-bg img {
		width: 300px;
		/*height: 172px;*/
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -35px;
	}
	.header-bg {
		width:100%;
		height:575px;
		background:url(images/Het-Rijk-Alleen_Gabriel-3-2.jpg) 20% 50% no-repeat;
		background-size:cover;
		/*margin-top: 70px;*/
	}
}



#social1 {
	/*display: table-cell;
	vertical-align: middle;*/
	float: right;
	margin-right: 30px;
	margin-top: 20px;
  }
  
  #social1 ul {
	text-align: center;
	padding-left: 0px;
	margin: 0 auto;
  }
  
  #social1 li {
	display: inline-block;
	list-style-type: none;
	margin-left: 15px;
  }

  @media screen and (max-width:388px) {

	#social1 {
		/*display: table-cell;
		vertical-align: middle;*/
		float: right;
		margin-right: 0px;
		margin-top: 20px;
	  }

	#social1 li {
		margin-left: 3px;
	  }
  }


  
#social {
	/*display: table-cell;
	vertical-align: middle;*/
	float: right;
	margin-right: 30px;
	margin-top: 20px;
  }
  
  #social ul {
	text-align: center;
	padding-left: 0px;
	margin: 0 auto;
  }
  
  #social li {
	display: inline-block;
	list-style-type: none;
	margin-left: 30px;
  }
  
  /** Facebook **/
  
  .facebook {
	width: 50px;
	height: 50px;
  }
  
  .facebook .border {
	background: transparent;
	outline: none;
	color:rgba(255,255,255, 0.3);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid rgba(255,255,255, 0.3);
	transition: all .2s ease-in-out;
  }
  
  .facebook .border:hover {
	background: #3b5998;
	border-color: #436aaf;
	color: rgba(255,255,255, 0.9);
	transform: scale(1.2);
  }
  
  .fa.fa-facebook {
	font-size: 25px;
  }
  
  /** soundcloud **/
  
  .soundcloud {
	width: 50px;
	height: 50px;
  }
  
  .soundcloud .border {
	background: transparent;
	outline: none;
	color:rgba(255,255,255, 0.3);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid rgba(255,255,255, 0.3);
	transition: all .2s ease-in-out;
  }
  
  .soundcloud .border:hover {
	background: #faa21d;
	border-color: #ffc267;
	color: rgba(255,255,255, 0.9);
	transform: scale(1.2);
  }
  
  .fa.fa-soundcloud {
	font-size: 25px;
  }
  
  /** Instagram **/
  
  .instagram {
	width: 50px;
	height: 50px;
  }
  
  .instagram .border {
	background: transparent;
	outline: none;
	color:rgba(255,255,255, 0.3);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid rgba(255,255,255, 0.3);
	transition: all .2s ease-in-out;
  }
  
  .instagram .border:hover {
	background: #517fa4;
	border-color: #7495af;
	color: rgba(255,255,255, 0.9);
	transform: scale(1.2);
  }
  
  .fa.fa-instagram {
	font-size: 25px;
  }
  
  /** youtube **/
  
  .youtube {
	width: 50px;
	height: 50px;
  }
  
  .youtube .border {
	background: transparent;
	outline: none;
	color:rgba(255,255,255, 0.3);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid rgba(255,255,255, 0.3);
	transition: all .2s ease-in-out;
  }
  
  .youtube .border:hover {
	background: #FF0000;
	border-color: #ff6060;
	color: rgba(255,255,255, 0.9);
	transform: scale(1.2);
  }
  
  .fa.fa-youtube {
	font-size: 25px;
  }
  
  #social ul li {
	transition: ease .3s;
  }
  
  #social ul:hover > li {
	opacity: 0.5;
  }
  
  #social ul:hover > li:hover {
	opacity: 1;
  }





  #social1 ul li {
	transition: ease .3s;
  }
  
  #social1 ul:hover > li {
	opacity: 0.5;
  }
  
  #social1 ul:hover > li:hover {
	opacity: 1;
  }




 .lotus-very-small h3{
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align:center;
	overflow:hidden;
}
.lotus-very-small h3 span{
	display:inline-block;
	position:relative;
}
.lotus-very-small h3 span:after, h3 span:before{
	content:" ";
	display:block;
	height:1px;
	width:1000px;
	background: #DDD;
	position:absolute;
	top:50%;
}
.lotus-very-small h3 span:before{
	left:-1010px;
}
.lotus-very-small h3 span:after{
	right:-1010px;
}

  #container {
	max-width: 700px;
	/*padding:30px;*/
	margin: 0 auto;
	font-size:1.45em; 
}

@media (max-width:765px) {
.container-text-margin {
	margin-left:5%;
	margin-right:5%;
}
}

.headline-booking h1 {
	text-align: center;
	font-size: 300%;
}

.headline-gabriel-center {
	text-align: center;
}

span.headline-gabriel-light { 
	/*margin-top:-40px;*/
	font-size: 480%;
	font-family: 'ARACNE-CONDENSED_light', sans-serif;
	font-weight: normal;
	/*line-height: 66px;*/
	text-transform: uppercase;
	text-align: center;	
}

span.headline-gabriel-regular {
	/*margin-top:-40px;*/
	font-size: 480%;
	font-family: 'ARACNE-CONDENSED_regular', sans-serif;
	font-weight: normal;
	/*line-height: 66px;*/
	text-transform: uppercase;
	text-align: center;
}

#container span img {
	width: 100px;
}


.parallaxbild1 {
  background-image: url("images/_MG_9841.jpg");
  background-size: cover;
  height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 6vw;
  background-attachment: fixed;
}



.parallaxbild2 {
  background-image: url("images/_MG_9851 schau mal hier .JPG");
  background-size: cover;
  height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 6vw;
  background-attachment: fixed;
}

.parallaxbild3 {
	background-image: url("images/_MG_9826 hier.JPG");
	background-size: cover;
	height: 350px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 6vw;
	background-attachment: fixed;
  }



@media (max-width:850px) {
  .parallaxbild2 {
      background-attachment: scroll;
      background-size: cover;
      height: 300px;
      font-size: 7vw;
  }
  .parallaxbild1 {
      background-attachment: scroll;
      background-size: cover;
      height: 300px;
      font-size: 7vw;
  }
  .parallaxbild3 {
	background-attachment: scroll;
	background-size: cover;
	height: 300px;
	font-size: 7vw;
}

  /*.parallaxtext2 {
      font-size: 5vw;
  }*/
}


/*
#bio {
	padding-top: 65px;
}

#pod{
	padding-top: 90px;
}

#pro {
	padding-top:90px;
}
*/
.gabriel-pic img {
	border-radius: 50%;
	width: 290px;
	height:290px;
	margin: 0 auto;
    display: flex;
}



footer { 
	background-color: #333333;
	width: 100%;
	height: 90px;
	clear: both;
	overflow: hidden;
}

/*.footersocial {
	float: right;
	margin-top: -3px;
}*/
.footertext {
	float: left;
	line-height: 5px;
	color: #666;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	font-family: Tahoma, Helvetica, Trebuchet MS, Arial, sans-serif;
	padding: 10px;
	margin-top: 15px;
	margin-left: 15px;
}
a.link:link { 
	color: #C5C5C5;
	text-decoration: none;
}
a.link:visited { 
	color: #C5C5C5;
	text-decoration: none;
}
a.link:hover { 
	color: white;
	text-decoration: underline;
}
a.link:active { 
	color: #333333;
}



@media screen and (max-width:732px) {
	.footertext {
		float: none;
		text-align: center;
		margin-left: 0;
	}
	.footersocial {
		float: none;
		text-align: center;
	}
	.socialcenter {
		display: flex;
    	justify-content: center;
    	align-items: center;
	}

	footer { 
		background-color: #333333;
		width: 100%;
		height: 155px;
		clear: both;
	}
}

@media screen and (max-width:388px) {

	.footertext {
		line-height: 20px;
	}

	footer { 
		background-color: #333333;
		width: 100%;
		height: 200px;
		clear: both;
		
	}
}

ul.index {
	margin-left: 3%;
}

.unorder-list ul {
	font-size:       125%;
	font-family: 'Poppins', sans-serif;
	margin-left: 3%;
}


h3 {
	font-size:       150%;
	font-family: 'Poppins', sans-serif
}

.impressum p {
	font-size:       125%;
	font-family: 'Poppins', sans-serif;
}
.impressum h1 {
	font-weight:     normal;
	color:           black;
	font-size:       250%;
	font-family: 'Poppins', sans-serif;
	}

.impressum h2 {
	font-size:       180%;
	font-family: 'Poppins', sans-serif;
}

.impressum-footer ul {
	list-style:none;
}

.impressum-footer li a {
	padding: 16px;
	font-family: 'Poppins', sans-serif;
	font-size: 170%;
	color:#3b5998;
}


.impressum li a {
	font-family: 'Poppins', sans-serif;
	font-size: 130%;
	list-style: square;
}


.mitte {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  }

section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    box-sizing: border-box;
}

.bookings {
	padding: 60px;
}




.footertext p.padding-impressum {
	margin-top: 15px;
}

@media screen and (max-width:388px) {

	.footertext p.padding-impressum {
		margin-top: 0px;
	}
}

.bookings p.bookings-style {
	font-weight: bold;
}