div.component-wrap {
	visibility: hidden; 
}

/* Default font-size */
h1{
font-size: 50px;
}
p{
font-size: 25px;
}
/* Font-size for small screens */
@media (max-width:800px){
h1{
font-size: 32px;
}
p{
font-size: 18px;
}
}
/* Font-size for smaller screens */
@media (max-width:400px){
h1{
font-size: 35px;
}
p{
font-size: 20px;
}
}

/* Farbe h1 */
h1, h2, h3 { color: #aa8245; }