.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}

.fb-page {
  margin-top: 20px;
  /*left: 50%;
  margin-left: -170px;*/
}

.fb-page iframe html body div div div div div {
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .fb-page {
    margin-left: -50%;
  }
}

.info p {
  margin-bottom: 10px;
}

.info p:last-child {
  margin-bottom: 20px;
}

.link {
  border: 1px solid white;
  padding: 20px 5px;
  border-radius: 10px;
  display: block;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
}

.info h3 {
  font-size: 18px;
  text-align: center;
  font-family: pentagramm;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
}

.info h3 i {
  margin-left: 10px;
  font-weight: bold;
}

.info h3, .info a {
  text-decoration: none;
  transition: all ease-in-out .25s;
}

.info a:hover {
  text-decoration: none;
  background: rgba(240, 216, 120, 0.7);
  border-color: #F0D878;
  transition: all ease-in-out .25s;
}

.anmelden {
  padding: 0px;
  overflow: hidden;
}

.anmelden img {
  width: 100%;
}

.info p a{
  text-decoration: underline;
}
