body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
}

.headerimg {
    display: block;
    margin: auto;
    width: 30%;
    height: auto;
    margin-top: 1%;
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px;
}

.plakat-wrapper {
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
}

.plakat { 
    overflow: hidden;
}

.plakat img {
    width: 100%;
    height: auto;
}

h3{
    font-size: 1em;
}

h3:hover{
    color: #cec7b4;
}

.plakat-text {
    padding: 10px;
    color: #FFF7DF;
    text-align: left;
    cursor: pointer;

    font-family: "bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.plakat-text-full {
    display: none;
    text-align: left;

    font-family: "forma-djr-micro", sans-serif;
    font-weight: 500;
    font-style: normal;
}


.button-54 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: auto;
  display: block;
  margin-bottom: 8%;
  background-color: black;

  font-family: "bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

.button-54:hover {
  color: black;
  background-color: white;
}

.footer-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    background-color: var(--blau);
    gap: 10px;
    color: var(--white);
    font-size: 1rem;
    color: #FFF7DF;
    font-family: "bungee", sans-serif;
    font-weight: 300;
    background-color: black;
    border-top: solid 3px #FFF7DF;
}

.footer-div img {
    vertical-align: middle;
}

.footer-div img:hover {
    opacity: 0.7;
}



@media (max-width: 768px) {
    .plakat-wrapper {
        width: 100%;
    }

    .headerimg {
        width: 50%;
    }

    .button-54 {
        padding: 0.25em 0.75em;
      }
}
