/* cherry-bomb-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cherry Bomb One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cherry-bomb-one-v9-latin/cherry-bomb-one-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playpen-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playpen Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playpen-sans-v13-latin/playpen-sans-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fuzzy-bubbles-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'FuzzyBubbles';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/fuzzy-bubbles-v7-latin/fuzzy-bubbles-v7-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

 body {
 
   font-family: 'FuzzyBubbles';
   margin: 0;
   padding: 0;
  
}


.navigation {
    display: flex;
    background-color: #228b22;
   font-family: 'Cherry Bomb One';
  font-style: normal;
  font-weight: 400;
  font-size: 18pt;
  align-content: center;
  padding: 1em;
  }
 
  .navigation li {
    list-style-type: none;
   
  }
 
  .navigation a {
    padding: 15px;
    display: inline-block;
    color: white;
    text-decoration: none;
  }
 
  .navigation a:hover, #akt_tab {
    background-color: #006400;
  }
 
  .footer {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #228b22;
    text-align: center;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .footer-text{
    font-size: 17px;
    word-spacing: 20px;
 line-height: 125%;
  

  }
.Galerie img {
    text-align: center;
    align-self: hover;
    opacity: 0.7;
    border-radius: 0%;
    transition-duration: 0.5s;
    filter:grayscale(100%)
}
 
.Galerie img:hover {
    opacity: 1;
    border-radius: 0%;
    transition-duration: 2s;
    filter:grayscale(0%)
}


.Bild {
  display: flex;
  margin: 10px;
  text-align: center;
}

.Bild img {
  width: calc(33.33% - 40px); /* 33.33% Breite minus 20px Abstand links und 20px Abstand rechts */
  margin: 0 10px; /* Abstand zwischen den Bildern */
  text-align: center;
}

 

 .Galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
height: 70%;
margin-top: 100px;
}
.Foto{
  display: flex;
  justify-content: center;
}

.Foto img  {
padding: 20px;
transition: transform .2s;
width: 300px;
height: 300px;
margin: 0 auto;
text-align: center;
  filter:grayscale(0%)
}

.Foto img:hover {
-ms-transform: scale(1.5); 
-webkit-transform: scale(1.5); 
transform: scale(1.5); 
text-align: center;
  filter:grayscale(0%)
}
.Projekte-Container img {
filter: grayscale(0%);

}
.Projekte-Container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  }

  .Projekte-Container img {
    height: 30em;
  
    }

    .anfang {
      display: flex;
      text-align: left;
    }

    .mitte {
      display: flex;
      text-align: right;
    }


    
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  align-content: center;

}

.flex-items {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 500px;
  padding: 10px;
  text-align: justify;
}
h1 {
  color: #006400;
  font-size: 40pt;
  font-family: 'Playpen Sans';
 }

  h2{
  
color: rgb(50, 105, 27);
font-size:26px;
text-align: center;
  font-family: 'Playpen Sans';
 }

 h3 {
  color: #006400;
font-family: 'Playpen Sans';
text-align: center;
}

 h4 {
  color:white;
  font-size: 16pt;
  font-family: 'Playpen Sans';
 }
 
 
h6 {
  color: #006400;
  text-align: center;
font-family: 'Playpen Sans';
}
.Logo{
  height: 2em;
  width: 2em;

}
.Titelbild{
  width: 100%;
  
}