.tipp-full-screen-menu-active #text-full-screen-menu-toggle {
	/*background:red;*/
}

.tipp-site-nav {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5E2A7D;
  z-index: 200;
  font-family: "Open Sans";
  font-size: 2em;
}

.tipp-full-screen-menu-active .tipp-site-nav {
  opacity: 1;
  pointer-events: initial;
}

.tipp-site-nav ul {
  display: block;
  transition: all 0.3s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3)
}

.tipp-site-nav a {
	color: white;
	text-decoration: none;
	display: block;
	padding:.2em;
	text-align: center;
}

.tipp-full-screen-menu-active .tipp-site-nav ul {
  transform: translate(-50%, -50%) scale(1)
}

#tipp-container {
	width: 80%;
	overflow: scroll;
	height: 80%;
	left: 10%;
	right: 10%;
	position: absolute;
	top: 5%;
	font-size: 24px;
	hyphens: auto; 
	text-align: justify;
	color: white;
}
.tipp-container {
	width: 80%;
	overflow: scroll;
	height: 80%;
	left: 10%;
	right: 10%;
	position: absolute;
	top: 5%;
	font-size: 24px;
	hyphens: auto; 
	text-align: justify;
	color: white;
}