html {
    width: 100%;
    height: 150%;
    background-image: linear-gradient(to bottom right, #FFFFF0 0, #FFFFF0 14%, #FFFFF0 100%);
    color: #981B50;
    font-family: Helvetica, Arial, sanserif;
    font-style: normal;
}

img {
  margin:0;
  padding:0;
  display:block;
}

.hidden {
  display: none;
}

.large {
  font-size: 20px;
  font-weight: bold;
}

.coloredheader {
  color: #FFBB00;
}

.attention {
  color: #FF4400;
}

.header {
    background-color: #FFFFF0;
}

.header a:link {
  color: #A0A0A0
  text-decoration: none;
}

.header a:hover {
  color: #0C0C0C;
}

.xintermediate {
  display: none;
}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
   
.megazoom {
  transition: transform .2s; /* Animation */
  margin: 0;
}

.megazoom:hover {
  transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
   
a:link {
  color: #981B50;
}
/* Brombeeraus Logo #B4366D */

a:visited {
  color: #981B50;
}

a:hover {
  color: #FF8C00;
}
