body,
div,
html {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  font-family: sans-serif;
}


.content {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
}

.logo {
  height: 30vw;
  width: 30vw;
  margin: auto;
  margin-top:10px;
  background-image: url("/images/mv-vkg-small.jpg");
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  background-size: contain;
  background-position: center;
}

.contact {
  text-align: center;
}
.heading {
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
}
.socialmedia {
  margin-top: 10px;
}
.socialmediaimg {
  vertical-align: middle;
  height: 2.5rem;
  width: 2.5rem;
  margin: 1rem;
}
.contactimg {
  height: 0.8rem;
  width: 0.8rem;
  vertical-align: center;
  margin-right: 5px;
}

.events {
  margin-top: 30px;
  text-align: center;
}
.event {
  margin-bottom: 20px;
}
.eventdescription {
  font-size: 0.8rem;
}
.eventdetails {
  font-style: italic;
  font-size: 0.7rem;
}
.eventsheading {
  font-weight: bold;
  margin-bottom: 10px;
}

.imprint {
  padding: 20px;
  padding-bottom: 40px;
  font-size: 0.8rem;
  overflow: auto;
}

.footer{
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
  bottom:0;
  font-size: 0.7rem;
  color: grey;
  text-align: center;
  background: white;
}

.spacer {
  margin-left: 10px;
  margin-right: 10px;
}
.bold {
  font-weight: bold;
}
a:link{
  text-decoration: none;
}


@media only screen and (max-width: 600px)  {
  .contact, .eventsheading{
    font-size: 0.8rem;
  }

  .logo {
    width: 40vw;
    height: 40vw;
  }

  .heading {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px)  {
  .logo {
    width: 20vw;
    height: 20vw;
  }
}
