.landing-infos h2 {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 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-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  text-align: center;
  color: white;
  margin: 0px 0px 20px 0px;
}

html {
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  max-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.button {
  font-family: 'PT Sans', sans-serif;;
  background: white;
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
	text-transform: uppercase;
	/* letter-spacing: 0.5px; */
	font-weight:  800;
  border: solid white 3px;
}

.button:hover {
  text-decoration: none;
  background: black;
  color: white;
  border: solid black 3px;
}

.buttonhome {
  font-family: 'PT Sans', sans-serif;;
  background: black;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
	text-transform: uppercase;
	/* letter-spacing: 0.5px; */
	font-weight:  800;
  border: solid black 3px;
}

.buttonhome:hover {
  text-decoration: none;
  background: white;
  color: black;
  border: solid white 3px;
}

.buttonroute {
  font-family: 'PT Sans', sans-serif;;
  background: none;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight:  800;
  border: solid white 3px;
  margin-left: 5px;
}

.buttonroute:hover {
  text-decoration: none;
  background: black;
  color: white;
  border: solid black 3px;
}

/* .button-small {
  font-family:'PT Sans', sans-serif;
  color: black;
  font-size: 1.2rem;
  background: none;
  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 {
  text-decoration: none;
} */

.shadow-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  position: absolute;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
}

.navigation a {
  color: white;
  text-align: center;
  text-decoration: none;
  height: 100%;
  cursor: pointer;
}

.navigation img {
  height: 50px;
	z-index: 50;
}

#section0{
  background-image: url(../img/frontpage.jpg);
  z-index: -2;
  align-items: center;
  justify-content: center;
  display: flex;
	position: relative;
}

#section1{
  background-image: url(../img/montalin.jpg);
  padding: 6% 0 0 0;
  z-index: -2;
}

#section2{
  background-image: url(../img/saysersee.jpg);
  padding: 6% 0 0 0;
  z-index: -2;
}

#section3{
  background-image: url(../img/redplate.jpg);
  padding: 6% 0 0 0;
  z-index: -2;
}

#section4{
  background-image: url(../img/cypri.jpg);
  padding: 6% 0 0 0;
  z-index: -2;
}

.section{
  text-align: center;
  position: relative;
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.side-navigation {
  position: absolute;
  left: 50px;
  bottom: 50px;
  text-align: left;
  width: 60%;
}

.side-navigation h2 {
  font-family: 'PT 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: 1.2rem;
}

.description {
  color: white;
  font-family: 'PT Sans', sans-serif;
  margin-top: 0px;
}

p.description {
  max-width: 60%;
	padding: 10px 0px;
}

.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 {
  overflow: visible;
  position: fixed;
  display: none;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  cursor: pointer;
  z-index: 500;
	transition: all ease-in-out 350ms;
}

.content h2 {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
  color: white;
  margin: 0px 0px 0px 0px;
}

.content h3 {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1rem;
  text-align: left;
  color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content p {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1rem;
  text-align: left;
  color: white;
  width: 100%;
	margin-top: 0px;
}

#about-content img {
  max-width: 100%;
}

.links-ueber {
	display: flex;
  font-size: 0.8rem;
  padding-top: 50px;
}

.links-ueber a{
	padding-right: 10px;
}

.social img{
	height: 40px;
	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;
}

.ueber {
  max-width: 60%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.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);
}

body{
  overflow: auto;
}

nav{
  height: 6rem;
  width: 100vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: black;
	color: white;
  box-shadow: 0 3px 20px rgba(0,0,0,0.2);
	font-family: 'PT Sans', sans-serif;
}

/* Styling Logo*/

.logo{
  padding: 10px 0px 10px 50px;
  width: 20vw;
	z-index: 1;
}

.logo img{
  max-width:100%;
  max-height:100%;
}

/* Styling Navigation Links*/

.nav-links{
    width: 100vw;
    font-size: 1.2rem;
    display: flex;
    justify-content: right;
    align-items: center;
    text-transform: uppercase;
    list-style: none;
    font-weight: 600;
}

.nav-links li a{
    text-decoration: none;
		cursor: pointer;
    transition: all ease-in-out 350ms;
    padding: 10px;
		padding-right: 50px;
}

.nav-links li{
    position:relative;
}

.nav-links li a:hover::before{
    width: 80%;
}

/*Navigation Icon Styling*/

.hamburger div{
    width: 30px;
    height: 3px;
    background: white;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger{
    display: none;
}

.wanderung {
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  text-transform: uppercase;
}

a {
  color: white;
  font-family: 'PT Sans', sans-serif;
}

.hiking-icon {
  max-height: 30px;
}

.music {
  position: absolute;
  right: 50px;
  width: 20%;
  bottom: 50px;
}

.spotify {
  max-width: 100%;
}

.datenschutz {
  margin-top: 12rem;
  width: 80%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'PT Sans', sans-serif;
}

.datenschutz a {
  color: black;
}

#impressum {
  text-align: center;
}

/*Responsive Adding Media Queries*/

@media screen and (max-width: 1000px){
nav{
  position: fixed;
  z-index: 3;
}

.logo{
  padding: 2% 0px 2% 5%;
  width: 70vw;
	z-index: 1;
}

.logo img{
  max-width: 100%;
  max-height: 100%;
}

.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: black;
  position: fixed;
  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 30% 0%);
  -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.5s 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);
}

.side-navigation {
  left: 5%;
  width: 100%;
	bottom: 3%;
}

.button {
  font-size: 1.2rem;
  color: black;
  padding: 12px 20px;
}

.music {
  display: none;
}

@media screen and (max-width: 1000px) {

.landing-infos h2 {
	font-size: 3rem;
	text-align: center;
	color: white;
	margin: 0px 0px 0px 0px;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
}

.qarant {
  z-index: 1;
  bottom: 3%;
  right: 5%;
  position: absolute;
  height: 30px;
}

.landing-infos h3 {
	font-size: 1.2rem;
	text-align: center;
	color: white;
	margin: 10px 0px 20px 0px;
}

#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: 90%;
	bottom: 3%;
}

#about-content {
  width: 100%;
}

#about-content p {
	font-size: 1rem;
}

.content {
	padding: 6rem 20px 20px 20px;
	max-height: 80vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.close {
	right: 5%;
	top: 5%;
}

#section0 {
	z-index: 50;
	padding-top: 50px;
}

div.landing-infos {
	padding-left: 3%;
	padding-right: 3%;
}

.button {
  font-size: 1.2rem;
  padding: 2vw 4vw;
}

.buttonroute {
  font-size: 1.2rem;
  padding: 2vw 4vw;
}

}

@media screen and (min-width: 800px) and (max-width: 1200px) {

.nav-links{
  height: 300vh;
}

.landing-infos h2 {
	font-size: 3rem;
	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: 10px 0px 10px 5%;
  width: 20vw;
  z-index: 1;
}

.side-navigation {
  left: 5%;
  width: 100%;
	bottom: 3%;
}

.music {
  display: none;
}

}
