@font-face{
	font-family:"Josefin Sans";
}

.resti-button {
	background-color: #9EAFAB !important;
}
.resti-button:hover{
	background-color: white !important;
	color: #9EAFAB !important;
}

.landing-infos h2 {
  font-family: "Josefin Sans", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  text-align: center;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
}


.landing-infos h3 {
  font-family: "Josefin Sans", Sans-serif;
  font-weight: 300 !important;
  font-size: 2rem;
  text-align: center;
  color: white;
  margin: 0px 0px 50px 0px;
}

html {
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.button {
  font-family: 'Josefin Sans';
  font-size: 0.8rem;
  font-weight: 600;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.8rem 1.3rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #cbb394;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
}



.button:hover {
  color: #cbb394;
  background-color: white;
}

.button-small {
  font-family:"Josefin Sans";
  color: #000;
  font-size: 1rem;
  background: #fff;
  border: 1px solid black;
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
	margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
	height: 25px;
}

.button-small:hover {
  border-color: #890552;
  text-decoration: none;
  color: #890552;
}


.shadow-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
  position: absolute;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
}

.navigationnbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 2px white;
  background-color: rgba(255,255,255,1);
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
  align-items: center;
  z-index: 5;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin: 0 0 0 0;
}

.navigation a {
  color: black;
  text-align: center;
  text-decoration: none;
  height: 100%;
  cursor: pointer;
}

.navigation a:hover {
  color: black;
	border-bottom: 1px solid #000000;
}

.navigation img {
  height: 50px;
	z-index: 50;
}

#section0{
  background-image: url("../img/laden-vivaldi.jpg");
  z-index: -2;
  align-items: center;
  justify-content: center;
  display: flex;
	position: relative;
}

#section1{
  background-image: url(../img/restaurant.jpg);
  padding: 0 0 0 0;
  z-index: -2;
}

#section2{
  background-image: url(../img/bar.jpg);
  padding: 0 0 0 0;
  z-index: -2;
}

#section3{
  background-image: url(../img/laden.jpg);
  padding: 0 0 0 0;
  z-index: -2;
}

.section{
  text-align: center;
  position: relative;
  background-size: cover;
}

.side-navigation {
  position: absolute;
  left: 50px;
  bottom: 50px;
  text-align: left;
  width: 60%;
	
}

.side-navigation h2 {
  font-family: "Josefin Sans", Sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  color: white;
  margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.section p {
  color: white;
	font-size: 18px;
}

.description {
  color: white;
  font-family: "Josefin Sans", Sans-serif;
	font-weight: 300;
	
  margin-top: 0px;
}

p.description {
  max-width: 50%;
	padding: 10px 0px;
	line-height: 1.2em
	
}

.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navigation li {
  float: left;
  list-style-type: none;
}

.navigation li a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-left: 50px;
  cursor: pointer;
}

.qarant {
  z-index: 1;
  bottom: 50px;
  right: 50px;
  position: absolute;
  height: 50px;
}

#about-content {
  position: fixed;
  display: none;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  cursor: pointer;
  z-index: 500;
	transition: all ease-in-out 350ms;
}

.content h2 {
  font-family: "Josefin Sans", Sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
  color: black;
  margin: 0px 0px 0px 0px;
}

.content h3 {
  font-family: "Josefin Sans", Sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1rem;
  text-align: left;
  color: grey;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content p {
  font-family: "Josefin Sans", Sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  color: black;
  width: 100%;
	margin-top: 0px;
}

#about-content img {
  max-width: 100%;
}

.links-ueber {
	display: flex;
	align-items: flex-end;
}

.social img{
	height: 30px;
	margin-left: 15px;
	padding-top: 5px;
}

#blur {
	background-color: rgba(0,0,0, 0.5);
	backdrop-filter: blur(2px);
	z-index: 48;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}

.vivaldi-ueber {
  max-width: 60%;
	padding-top: 16px;
	padding-bottom: 16px;
}

.qarant-partner {
  display: block;
  width: 30%;
}


.content {
  padding: 50px 50px 50px 50px;
  cursor: default;
}

.close {
  background-image: url(../img/close.png);
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  background-size: cover;
  text-decoration: none;
  position: absolute;
  transition: transform .2s;
  transition: all 0.1s ease-in-out;
}

.close:hover {
  transform: scale(1.2);
}

.scroll-button {
  background-image: url(../img/down-arrow.png);
  background-size: cover;
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 50px;
  filter: invert(100%);
  transition: transform .2s;
  transition: all 0.1s ease-in-out;
	outline: none;
}

.scroll-button:hover {
  transform: scale(1.2);
}


.aribnb-button {
	background-color: #9EAFAB; 
}

.airbnb-button:hover {
	background-color: white;
	color: #9EAFAB !important;
}

.bar-button {
	background-color: #C79595;
}

.bar-button:hover {
	background-color: white;
	color: #C79595;
}

.laden-button {
	background-color: #767E90;
}

.laden-button:hover {
	background-color: white;
	color: #767E90 ;
}
.laden-schrift {
	line-height: 1.2em;
}



body{
    overflow: hidden;

}

nav{
  height: 6rem;
  width: 100vw;
  display: flex;
  position: fixed;
  z-index: 10;
  background-color: white;
	color: black;
  box-shadow: 0 3px 20px rgba(0,0,0,0.2);
	font-family: "Josefin Sans", Sans-serif;
}

/* Styling Logo*/

.logo{
  padding: 2vh 0px 2vh 50px;
  width: 20vw;
	z-index: 1;
}

.logo img{
    height: 100%;
	height: -webkit-fill-available;
}

/* Styling Navigation Links*/

.nav-links{
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    list-style: none;
    font-weight: 400;
	font-size: 18px;
	
}

.nav-links li a{
    text-decoration: none;
		cursor: pointer;
    transition: all ease-in-out 350ms;
    padding: 10px;
		padding-right: 50px;
		color: black;
}

.nav-links li a:hover{
    color:#8F0455;
	
}

.nav-links li{
    position:relative;
}

.nav-links li a:hover::before{
    width: 80%;
	
}

/*Navigation Icon Styling*/

.hamburger div{
    width: 30px;
    height: 3px;
    background: black;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger{
    display: none;
}


/*Responsive Adding Media Queries*/

@media screen and (max-width: 1000px){
nav{
  position: fixed;
  z-index: 3;
}

.logo{
  padding: 3vh 0px 3vh 5%;
  width: 20vw;
	z-index: 1;
}

.logo img{
  height: 100%;
	height: -webkit-fill-available;
}

.hamburger{
  display:block;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
  z-index: 2;
  transition: all 0.7s ease;
}
.nav-links{
  background: white;
  position: fixed;
	display: flex;
	justify-content: flex-end;
  opacity: 1;
  height: 600vh;
	line-height: 4;
  flex-direction: column;
  clip-path: circle(50px at 90% -20%);
  -webkit-clip-path: circle(50px at 90% -10%);
  transition: all 1s ease-out;
  pointer-events: none;
}

.nav-links li a{
	width: 80vw;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-transform: uppercase;
	list-style: none;
	font-weight: 600;
	padding: 10px;
}


.nav-links.open{
  clip-path: circle(1000px at 90% -10%);
  -webkit-clip-path: circle(1000px at 90% -10%);
  pointer-events: all;
	padding-top: 8rem;
	padding-left: 0px;
}
.nav-links li{
    opacity: 0;
}
.nav-links li:nth-child(1){
    transition: all 0.2s ease 0.2s;
}
.nav-links li:nth-child(2){
    transition: all 0.5s ease 0.4s;
}
.nav-links li:nth-child(3){
    transition: all 0.5s ease 0.6s;
}
.nav-links li:nth-child(4){
    transition: all 0.5s ease 0.7s;
}
.nav-links li:nth-child(5){
    transition: all 0.5s ease 0.8s;
}
.nav-links li:nth-child(6){
    transition: all 0.5s ease 0.9s;
    margin: 0;
}
.nav-links li:nth-child(7){
    transition: all 0.5s ease 1s;
    margin: 0;
}

li.fade{
    opacity: 1;
}

/* Navigation Bar Icon on Click*/

.toggle .bars1{
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .bars2{
    transition: all 0s ease;
    width: 0;
}

.toggle .bars3{
    transform: rotate(45deg) translate(-5px, -6px);
}



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

.landing-infos h2 {
	font-size: 2rem;
	text-align: center;
	color: white;
	margin: 0px 0px 0px 0px;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
}

.landing-infos h3 {
	font-size: 1rem;
	text-align: center;
	color: white;
	margin: 10px 0px 20px 0px;
}

.qarant {
  z-index: 1;
  bottom: 3%;
  right: 5%;
  position: absolute;
  height: 30px;
}

#fp-nav {
	top: 25% !important;
	z-index: 5 !important;
}

.scroll-button {
  bottom: 4%;
}

.side-navigation {
  bottom: 15px;
}

.side-navigation h2 {
  font-size: 2rem;
}

p.description {
  max-width: 100%;
	padding: 10	px 0px;
}

.side-navigation {
  left: 5%;
  width: 80%;
	bottom: 3%;
}

#about-content {
  width: 100%;
}

#about-content p {
	font-size: 0.8rem;
}

.content {
	padding: 6rem 20px 20px 20px;
	max-height: 80vh;
}

.close {
	right: 5%;
	top: 5%;
}

#section0 {
	z-index: 50;
	padding-top: 50px;
}

div.landing-infos {
	padding-left: 3%;
	padding-right: 3%;
}
.nav-links{
    justify-content: right;
}

}

@media screen and (min-width: 800px) and (max-width: 1200px) {

.nav-links{
  height: 300vh;
}

.landing-infos h2 {
	font-size: 3.5rem;
	text-align: center;
	color: white;
	margin: 0px 0px 0px 0px;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
}

.landing-infos h3 {
	font-size: 1.5rem;
	text-align: center;
	color: white;
	margin: 10px 0px 20px 0px;
}

.logo {
  padding: 1.5vh 0px 1.5vh 5%;
  width: 20vw;
  z-index: 1;
}

}

.laden-button {
	background-color: #767E90;
}

.laden-button:hover {
	background-color: white;
	color: #767E90 ;

	.nav-links{
    justify-content: right;
}
	
