/* Hauptseite */
section {
  font-family: "Nunito", sans-serif;
  font-size: 10px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}


ul {
  list-style: none;
}

p {
  font-size: 2.6rem;
}

pu {
  font-size: 1.3rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 0;
}


.hero {
  width: 100%;
  height: 80vh;
  min-height: 30px;
  max-height: 30px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("images/Logo_Dorfzentrum1.gif") center no-repeat;
  background-size: contain;

  padding-top: 20rem;
}

.main-message a {
  text-decoration: underline;
  color: white;
}


.main-message {
  width: 100%;
  max-width: 70rem;
  color: #fafafa;
  cursor: default; 
  margin-top: 5rem;
  text-transform: uppercase;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.main-message h3 {
  font-size: 1.6rem;
}

.main-message h1 {
  font-family: "Aldrich", sans-serif;
  font-size: 4rem;
  margin: 1rem 0;
}

.main-message p {
    text-transform: none;
    font-size: 2.2rem;
}

/* Spende */
.experience-spende {
  padding-right: 1.5rem;
  padding-left: 5.5rem;
}
.experience-sports {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-top: black solid 0.6rem;
  border-bottom: black solid 0.6rem;
}

.title-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10rem;
  color: rgba(0, 0, 0, 0.8);
}

.title-heading h3 {
  font-size: 2.4rem;
}

.title-heading h3r {
  font-size: 2.4rem;
  color: rgba(255, 0, 0, 1);
}

.title-heading h3u {
  text-transform: none;
  font-size: 3.0rem;
  color: rgba(255, 0, 0, 1);
}

.title-heading h1 {
  font-family: "Aldrich", sans-serif;
  font-size: 3rem;
  margin: .5rem 0 1rem;
}

.title-heading p {
  text-transform: none;
  font-size: 2rem;
  text-decoration: none;
}


.title-heading vl {
  text-transform: none;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
}


.plakat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plakat img{
  height: 100px;
  width: auto;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}


.plakatG {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plakatG img{
  height: 400px;
  cursor: zoom-in; 
  width: auto;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}


.plakatK {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plakatK img{
  height: 280px;
  width: auto;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}


.plakatV {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plakatV img{
  height: 400px;
  width: auto;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}


.breakindex {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}


.breakindex div {
  background-color: black;
  height: .3rem;
  width: 75%;
}



/* Ende Hauptseite */

@media (max-width: 1150px) {

  .main-message h1, h2, h3, p {
    margin-left: 1.2rem;
    margin-right: 0;
  }

  .main-message p {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .main-message {
    margin-top: 1rem;

  }

  .main-message p {
    font-size: 1.4rem;
  }

  .activities-grid-item:hover {
    box-shadow: none;
    transition: 0.3s ease;
  }
}
