/*
 Theme Name:   Webtonia Create
 Description:  The awesome Theme
 Author:       Andreas Prautzsch
 Author URI:   https://webtonia.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  webtonia
*/

.caldera-grid {
  font-family: 'Karma';
  color: #fff; }
  .caldera-grid input[type="text"], .caldera-grid input[type="email"], .caldera-grid textarea {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    height: 48px !important;
    background-color: #F6F5EE !important;
    box-shadow: 0px 0px 0px !important; }
  .caldera-grid label {
    font-size: 18px !important;
    min-height: 33px !important; }
    .caldera-grid label a {
      color: #fff;
      text-decoration: underline; }
  .caldera-grid .btn {
    background-color: transparent !important;
    font-size: 18px !important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 15px !important;
    border: 2px solid #fff !important;
    color: #fff !important; }

.imgarea {
  max-height: 350px;
  position: relative;
  overflow: hidden;
  min-height: 300px; }
  .imgarea img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important; }

.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease-out; }
  .overlay .textarea {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-out;
    padding: 40px; }
    .overlay .textarea h4 {
      font-weight: 600;
      font-size: 26px;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0px 3px 5px black; }
    .overlay .textarea p {
      opacity: 0; }
  .overlay:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-out; }
    .overlay:hover .textarea {
      bottom: 0;
      transition: all 0.5s ease-out; }
      .overlay:hover .textarea h4 {
        font-weight: 600;
        text-transform: uppercase;
        color: #fff; }
      .overlay:hover .textarea p {
        opacity: 1;
        font-size: 18px;
        color: #fff; }

img.cover {
  object-fit: cover; }



.cmplazypreviewmsg * {line-height:18px;}

/*# sourceMappingURL=style.css.map */
.nf-form-fields-required {
  display: none;
}
.date-pile {
  display: flex;
  flex-direction: column;
margin-bottom: 10px;
}
.date-pile .date-date{
  flex-grow: 1;

}
}
.date-pile .date-button {
  align-self: flex-end;
width:100%;
}
.date-date, .date-time
{
align-items: center;
}
.filter-bar 
{
margin-bottom: 20px;
}
.filter-bar, .filter-bar form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #A0C70B;
  padding: 10px;
}

.filter-bar > form > input, .filter-bar > form > select {
  margin-right: 10px;
}

.filter-bar button {
  border: 2px solid white;
  color: white;
  background-color: transparent;
  padding: 5px 10px;
}
@media (max-width: 1023px)
{
.event-post-grid
{
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media (max-width: 600px)
{
.event-post-grid
{
grid-template-columns: repeat(1, 1fr) !important;
}
}
.date-time > .fas
{
padding-right:5px;
}
#tisch-button .bdt-modal-wrapper
{
border-radius: 50%;
}
#tisch-button .bdt-modal-button
{
  
    display: inline-flex;
    justify-content: center;
}