body {
  background-color: #000;
  color: #002;
  font-size: 100%;
  line-height: 1.3;
}

#main {
  text-align: center;
}
#main .inside {
  padding-top: 30px;
}

figure {
  position: relative;
  margin-top: 1em;
  padding: 2%;
  background-color: #f0e7df;
}

figcaption {
  width: 0px;
  height: 0px;
  left: -32768px;
  top: -32768px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
figcaption a {
  text-decoration: none;
  color: #aaf;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

.ce_image {
  width: 60%;
  max-width: 1200px;
  margin: 2rem auto 3rem auto;
}

a {
  text-decoration: none;
  outline: none;
}

h1 {
  margin-bottom: 2rem;
  font-family: Julius Sans One;
  font-size: 2rem;
}

p {
  margin-bottom: 0.5em;
}

#main_btn {
  font-size: 1rem;
}

.anmeldehinweis {
  display: inline-block;
  margin: 2rem 0;
  padding: 1rem;
  color: #c00;
  background-color: #eef;
}
