.seminars_head{
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  background-color: #D0B56E;
  color: #FBF5F2;
  padding: 3em;
  text-align: left;
}

.seminars_head a{
  color: #fff;
  font-weight: bold;
}

.seminars_head a:link{
  color: #fff;
}

.seminars_head a:visited{
  color: #fff;
}

.seminars_head img{
  padding-bottom: 2em;
}

.seminar_bottom{
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 23.5%;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  padding: 1em;
  background-color: #D0B56E;
  color: #FBF5F2;
  text-align: center;
  float: left;
  margin-bottom: 1em;
  margin-left: 2%;
  cursor: pointer;
}

.seminar_bottom:hover{
  background-color: #c0a663;
}

.seminar_active{
  background-color: #c0a663;
}

.first_bottom_seminar{
  margin-left: 0;
}

.thumbnail{
  width: 30% !important;
  margin-left: 35%;
}

.pointer{
  cursor: pointer;
}

.pointer:hover{
  text-decoration: underline;
}

.anfrage{
  width: 500px;
  padding: 1em;
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -250px;
  background-color: #FBF5F2;
  border: 5px solid #D0B56E;
  z-index: 100;
  font-size: 1.5rem;
  text-align: center;
  max-height: 80%;
  overflow: scroll;
}

.anfrage-container{
  width: 100%;
}

.err-anfrage{
  color: red;
  font-size: 1rem;
}

.x{
  font-family: 'Open Sans', sans-serif;
  display: inline;
  float: right;
  color: #333;
  cursor: pointer;
  font-size: 3rem;
}

.x:hover{
  color: #000;
}

@media screen and (max-width: 991px) {
  .anfrage{
  width: 100%;
  padding: 1em;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 0;
  background-color: #FBF5F2;
  border: 5px solid #D0B56E;
  z-index: 100;
  font-size: 1.5rem;
  text-align: center;
  max-height: 100%;
  overflow: scroll;
}

.seminar_price{
  padding-top: 0em;
}

.padding_left{
  padding-left: 1em !important;
}

.seminar_bottom{
  padding: 0.4em;
  font-size: 0.9rem;
  padding: 0.5em;
}

.seminars_head{
  padding: 1em;
}


}