@font-face {
   font-family: "montserrat";
   src: url("Montserrat.otf")
}

body{
	font-family: montserrat;
}

#kopfbild{
	width:30%;
}

#white{
	color:white;
}

#parent
{
  position: relative;
  
}



#child_2{
	text-align: center;
	position: absolute;
	
	width:100%;
}

#child_3{
	position: absolute;
	z-index:-1;
}


h2{
	font-size: 2em;
}

#show{
//	background-color: yellow;
	padding-bottom: 0px;
	padding-top: 0px;
}

#smallText{
	font-size:0.8em;
}