
html {
  overflow:hidden;
}

@font-face {
  font-family: radi;
  src: url(../font/Radicalis.ttf);
  font-display: swap;
}

/* ---------------- Anzeige der Punkte rechts unten  ------------------- */

.points
{
	list-style: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
}

.points li
{
	margin: 5px;
	width: 13px;
	height: 13px;
}

.points li span
{
	width: 13px;
	height: 13px;
	border-radius: 25px;
	display: block;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	background-color: inherit;
}

.points a
{
	opacity: .5;
}

.points .active
{
	opacity: 1;
	background-color: white;
}

/* ------------------------------------------------------ */

h1 {
	font-family: radi;
	font-size: 5.5rem;
	
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 0;
}

.link-Button:hover {
	color:#0056b3 !important;
}

#logo
{
	font-family: radi;
	margin: 3vh;
    font-size: 3rem;
    color: black;
}

#section1
{
	background-image: url("https://www.haus-friede.de/images/Landhaus-Friede-Fernansicht.jpeg");
	background-position: center bottom;
	background-size: cover;
	height: 100vh; 
	display: table;
	width: 100%;
	table-layout: fixed;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
}



#section2
{	
	background-image: url("https://www.haus-friede.de/images/Landhaus-Friede-Terrasse-k.jpeg");
	background-size: cover;
	height: 100vh; 
	display: table;
	width: 100%;
	table-layout: fixed;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
	overflow-y: scroll;
}

#section3
{
	background-image: url("https://www.haus-friede.de/images/Landhaus-Friede-Zimmer-k.jpeg");
	background-position: center bottom;
	background-size: cover;
	height: 100vh; 
	display: table;
	width: 100%;
	table-layout: fixed;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
	overflow-y: scroll;
	scroll-behavior: smooth; 
}

#section4
{	
	background-image: url("https://www.haus-friede.de/images/Landhaus-Friede-Garten-2-k.jpg");
	background-size: cover;
	height: 100vh; 
	display: table;
	width: 100%;
	table-layout: fixed;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
	overflow-y: scroll;
}

@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

#Pfeilrunter
{
	background-image: url("https://www.haus-friede.de/images/Pfeil-runter-weiss.png");
	box-sizing: content-box;
	position: absolute;
	top: 85%;
	left: 47%;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#Pfeilrunter:hover {
	animation: bounce 1s;
}

li a
{
	color: black;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}


.kleiner-text
{
	color: white;
	text-align: center;
	padding-top: 40vh;
	font-size: 1.3rem;
}

/* #more { display: none;} */
#myBtn 
{
	display: none;
	color: inherit; 
}

/* #more { display: none;} */

h2
{
	font-size: 4rem;
	font-family: initial;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media only screen and (min-width: 600px)
{


}

@media only screen and (max-width: 600px) {
	
	#more { display: none;}
	#myBtn { color: inherit; display: inline; }
	
	html, body {
		position:relative;
		overflow-x:hidden;
	}
	
	.points
	{
		display: None;
	}
	
	#header-div
	{
		/*position: absolute; */
		
	}
	
	#Pfeilrunter
	{
		background-image: url("https://www.haus-friede.de/images/Pfeil-runter-weiss.png");
		box-sizing: content-box;
		position: absolute;
		top: 80%;
		left: 45%;
		overflow: hidden;
		height: 50px;
		width: 50px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	
	#logo
	{
		font-family: radi;
		margin: 3vh;
		font-size: 2rem;
		color: black;
	}
	
	.kleiner-text
	{
		color: white;
		text-align: center;
		padding-top: 35vh;
		font-size: 1.2rem;
	}
	
	h2
	{
		font-size: 3rem;
		font-family: initial;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	
	.menu-text
	{
		background-color: olivedrab;
		border-radius: 5px;
	}
	
}	
