@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

body {
  font-family: 'Roboto';
}

@media (max-width: 600px) {
  .caro {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 601px) {
  .caro {
    grid-template-columns: 1fr 1fr;
  }
  .w2 {
    grid-column: 1 / 3;
  }
}

.caro {
  display: grid;
  align-items: center;
  text-align: center;
  max-width: 1320px;
}
a {
  text-decoration: none;
  color: #dddddd;
  text-shadow: #000000 0.1em 0.1em 0.2em;
}

.head, .foto, .video, .beschreibung, .videos, .feier, .zapfenstreich {
  padding: 20px;
  border-radius: 8px;
  margin: 10px;
}

.head, .foto, .videos, .feier, .zapfenstreich {
  height: 100px;
}

.head {
  background-image: url("/image/head.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #dddddd;
  text-shadow: #000000 0.1em 0.1em 0.2em;
}

.text {
  padding: 20px;
}

.foto, .videos, .feier, .zapfenstreich {
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: center;
}

.foto {
  background-image: url("/image/foto.png");
}
.video {
  background-color: #000000;
}


.videos {
  background-image: url("/image/video.png");
}
.feier {
  background-image: url("/image/feier.png");
}
.zapfenstreich {
  background-image: url("/image/zapfenstreich.png");
}




.left {
  text-align: left;
}
.center {
  text-align: center;
  align-items: center;
}


.mono {
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
}
