body, html {
    height: 100%;
	font-family: "Montserrat", serif;
	margin: 0;
}
.Kopfzeile {
	height: 10%;
	font-size: 48px;
	font-weight: 200;
}

.Kopfzeile a:link {
	text-decoration: none;
	color: black;
	margin-left:10px;
	position: absolute;
  	top: 5%;
    transform: translateY(-50%);
}
.Kopfzeile a:visited {
	text-decoration: none;
	color: black;
}

.Hauptteil {
  background-image: url("../images/background.jpeg");
  width: 100vw;
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text h1{
	font-weight: 600;
	font-size:60px;
	margin-top: -20px;
	white-space: nowrap;
}
.hero-text p{
	font-weight: 200;
	font-size: 20px;
}

.Contact {
	position: fixed;
	right: 20px;;
	top: 20px;;
 	/*transform: translateX(-50%);*/
	
}
.Knopf {
	color: #fff;
	padding: 5px 18px;
	background-color: rgba(236,44,166,0.60);
	font-size: 25px;
	border-radius: 12px;
	border: 1px;
	font-weight: 100;
}
.Knopf:hover {
	cursor: pointer;
	
}
.IG {
	position: fixed;
	color: #fff;
	height: 50px;
	width: 50px;
	right: 15px;
	bottom: 15px;
	background-color: rgba(0,188,148,0.70);
	border-radius: 12px;
	border: 1px;
	
}
	
.Fusszeile img{
	height: 40px;
	width: auto;
	/*margin-right:10px;*/
	position: fixed;
	right: 20px;
  	bottom: 20px;
    /*transform: translateY(50%);*/
}

.Datenschutz {
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(243,213,239,0.91); /* pink w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: width 0.5s; /* Smooth transition effect */
  display: flex;
}


.Datenschutz:target {
  width: 100%;
}


.Datenschutz-Inhalt {
  text-align: left;
  padding: 8px;
  margin-left: 20px;
  margin-right: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  display: block;
  transition: color 0.3s;
}
.Anschrift {
	font-size: 16px;
}

.ausblenden {
  position: fixed;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #000000;
  text-decoration: none;
}

.Impressum {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  background-color: rgba(233,96,92,0.6);
  /*border: thin solid #000000;*/
  border-radius: 5px;
  font-family: "Montserrat", serif;
  font-weight: 100;
  position: fixed;
  left: 10px;
  bottom: 20px;
  /*transform: translateY(50%);*/
}


@media (max-width : 478px ){
	.Kopfzeile {
		font-size: 36px;
	}
	.Hauptteil h1 {
		font-size: 40px;
	}
	.Hauptteil p {
		font-size: 16px;
	}
	.Hauptteil {
  background-image: url("../images/GlowandGrace_Titelbild_2zu3.jpg");
  width: 100vw;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
	.Knopf {
	font-size: 16px;
	}
	.Impressum {
    font-size: 18px;
	}
	.Datenschutz-Inhalt {
	font-size: 14px;
	}
	.Fusszeile img {
	height: 30px;
	width:auto;
	}
	.IG {
		height: 40px;
		width: 40px;
		border-radius: 8px;
	}
	.ausblenden {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media (max-width : 768px ){
	.Kopfzeile {
		font-size: 24px;
	}
	.Hauptteil h1 {
		font-size: 20px;
	}
	.Hauptteil p {
		font-size: 14px;
	}
	
	.Knopf {
	padding: 3px 12px;
	font-size: 14px;
	border-radius: 6px;
	}
	.Impressum {
    font-size: 16px;
	}
	.Datenschutz-Inhalt {
	font-size: 12px;
	}
	.Fusszeile img {
	height: 20px;
	width:auto;
	}
	.IG {
		height: 30px;
		width: 30px;
		border-radius: 8px;
	}
	
	.ausblenden {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
