h1, h2{
    text-align: center;
    text-decoration-style: wavy;
}
/*body{
    background-color:bisque;
}*/

.EULE_OBEN{
    background-color:bisque;
    /*width: 250px;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.EULE_BILD{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.collaps{
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.active, .collaps:hover {
  background-color: #ccc;
}

.collaps:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

body{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvOdMzF2Vd4LvdiUkTw0lu5zSncgCgksGz4A&s);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
