.h-bierfest--toolbar {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .h-bierfest--toolbar {
    font-size: 40px;
  }
}

/*
.startseite .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
	background-color: #B91D16;
}
*/

.startseite .uk-link-toggle:hover .uk-link,
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar a:focus,

/* Dropdown ergänzen */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li.uk-active > a,

/* Fallback für andere UIkit Navs */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus,
.uk-nav-default > li.uk-active > a {
    background-color: #B91D16;
}

.white-text {
	color: #fff;
	line-height: 1.2;
}

.lp-list {
	font-size: 16px;
	font-weight: 600;
}

.h5-contact {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

/* =========================================================
   YOOtheme Schedule Table
   Voraussetzung: Tabelle hat zusätzlich die Klasse "schedule-table"
   ========================================================= */

  
   /* 1) Grundlayout + weiße Zwischenräume */
   .uk-table.schedule-table {
     width: 100%;
     border-collapse: separate !important;
     border-spacing: 2px !important;
     background: #fff;
   }
   
   /* 2) Zellen */
   .uk-table.schedule-table th,
   .uk-table.schedule-table td {
     padding: 0 !important;
     border: 0 !important;
     vertical-align: middle;
   }
   
   /* 3) Spaltenbreiten Desktop */
   .uk-table.schedule-table th:first-child,
   .uk-table.schedule-table td:first-child {
     width: 260px;
   }
   
   .uk-table.schedule-table th:nth-child(2),
   .uk-table.schedule-table td:nth-child(2) {
     width: 210px;
   }
   
   .uk-table.schedule-table th:nth-child(3),
   .uk-table.schedule-table td:nth-child(3) {
     width: auto;
   }
   
   /* 4) Kopfzeile */
   .uk-table.schedule-table thead th {
     background: transparent !important;
     color: inherit;
   }
   
   .uk-table.schedule-table thead th:first-child {
     background: #B91D16 !important;
     color: #fff !important;
     font-family: "Maven Pro", sans-serif;
     font-size: 20px;
     font-weight: 800;
     text-transform: none;
   }
   
   .uk-table.schedule-table thead th:first-child.uk-text-nowrap {
     padding: 10px 20px !important;
   }
   
   .uk-table.schedule-table thead th:nth-child(2),
   .uk-table.schedule-table thead th:nth-child(3) {
     padding: 0 !important;
   }
   
   /* 5) Body-Zellen */
   .uk-table.schedule-table tbody td {
     background: #F0EBDB;
   }
   
   .uk-table.schedule-table tbody td > .el-title,
   .uk-table.schedule-table tbody td > .el-meta,
   .uk-table.schedule-table tbody td > .el-content {
     display: block;
     width: 100%;
     box-sizing: border-box;
     padding: 12px 20px;
     margin: 0;
     font-weight: 700 !important;
     font-size: 20px;
   }
   
   /* 6) Spalte 1 schwarz */
   .uk-table.schedule-table tbody td:first-child {
     background: #000;
   }
   
   .uk-table.schedule-table tbody td:first-child > .el-title {
     background: #000;
     color: #fff;
     font-weight: 700;
     letter-spacing: .2px;
   }
   
   /* 7) Typografie */
   .uk-table.schedule-table tbody td:nth-child(2) > .el-meta {
     font-weight: 600;
   }
   
   .uk-table.schedule-table tbody td:nth-child(3) > .el-content {
     font-weight: 600;
   }
   
   /* 8) UIkit shrink neutralisieren */
   .uk-table.schedule-table .uk-table-shrink {
     width: auto !important;
     white-space: nowrap;
   }
   
   /* 9) Einheitliche Zellhöhe */
   .uk-table.schedule-table tbody tr.el-item td > .el-title,
   .uk-table.schedule-table tbody tr.el-item td > .el-meta,
   .uk-table.schedule-table tbody tr.el-item td > .el-content {
     min-height: 48px;
     display: flex;
     align-items: center;
   }
   
   /* 10) Tablet Landscape */
   @media (max-width: 992px) {
     .uk-table.schedule-table th:first-child,
     .uk-table.schedule-table td:first-child {
       width: 200px;
     }
   
     .uk-table.schedule-table th:nth-child(2),
     .uk-table.schedule-table td:nth-child(2) {
       width: 170px;
     }
   
     .uk-table.schedule-table tbody td > .el-title,
     .uk-table.schedule-table tbody td > .el-meta,
     .uk-table.schedule-table tbody td > .el-content {
       padding: 10px 16px;
     }
   }
   
   /* 11) Tablet Portrait und kleiner */
   @media (max-width: 992px) {
   
     .uk-table.schedule-table {
       border-spacing: 1px !important;
     }
   
     /* Datumsfeld sichtbar lassen */
     .uk-table.schedule-table thead,
     .uk-table.schedule-table tbody,
     .uk-table.schedule-table tr {
       display: block;
       width: 100%;
     }
   
     /* Kopfzeile nicht ausblenden */
     .uk-table.schedule-table thead tr {
       display: block;
       width: 100%;
     }
   
     .uk-table.schedule-table thead th:first-child {
       width: auto !important;
       max-width: 100% !important;
       box-sizing: border-box;
     }
   
     .uk-table.schedule-table thead th:nth-child(2),
     .uk-table.schedule-table thead th:nth-child(3) {
       display: none !important;
     }
   
     /* Jede Band-Zeile als Flex-Layout */
     .uk-table.schedule-table tbody tr.el-item {
       display: flex;
       flex-wrap: wrap;
       width: 100%;
       margin: 0 0 1px 0;
     }
   
     /* Bühne volle Breite */
     .uk-table.schedule-table tbody tr.el-item td:first-child {
       width: 100% !important;
       display: block;
     }
   
     /* Uhrzeit + Band nebeneinander */
     .uk-table.schedule-table tbody tr.el-item td:nth-child(2),
     .uk-table.schedule-table tbody tr.el-item td:nth-child(3) {
       display: block;
       width: calc(50% - 0.5px) !important;
     }
   
     /* Etwas mehr Luft */
     .uk-table.schedule-table tbody td > .el-title,
     .uk-table.schedule-table tbody td > .el-meta,
     .uk-table.schedule-table tbody td > .el-content {
       padding: 10px 14px;
       font-size: 18px;
       min-height: 44px;
     }
   
     /* Umbrüche erlauben, damit nichts gequetscht wirkt */
     .uk-table.schedule-table tbody td:nth-child(2) > .el-meta,
     .uk-table.schedule-table tbody td:nth-child(3) > .el-content {
       white-space: normal;
     }
   }
   

/* Widgekit Gallery with "Polaroid" effect */
  .custom-polaroid > div > div {
  background: white;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  aspect-ratio: 1 / 1.2;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  }
  .custom-polaroid img{
  border: 15px solid white;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  }
  .custom-polaroid .uk-panel > *:last-child {
    margin: 0;
    padding: 10px;
    display: block;
    line-height: 1.3;
    text-align: center;
    flex: none;
  }
  /*
  .custom-polaroid .uk-panel > *:last-child {
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  flex: 1;
  }
  */
  .custom-polaroid > div:nth-child(odd) {
  transform: rotate(-4deg) !important;
  }
  .custom-polaroid > div:nth-child(even) {
  transform: rotate(4deg) !important;
  }
  /* Optionally further randomize the arrangement ... */
  .custom-polaroid > div:nth-child(4n+1) {
  transform: rotate(12deg) !important;
  }
  .custom-polaroid > div:nth-child(5n+1) {
  transform: rotate(-7deg) !important;
  }

/* =====================================================
   Button mit SVG-Pfeil rechts
   ===================================================== */

/* Nur Primary-Buttons mit zusätzlicher Klasse arrow-right */
.uk-button-primary.arrow-right, .btn-primary.arrow-right {
  position: relative;
  padding-right: 56px; /* Platz für Pfeil */
}

/* Pfeil nur bei arrow-right */
.uk-button-primary.arrow-right::after, .btn-primary.arrow-right::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 22px;
  height: 22px;

  /* SVG als Maske */
  -webkit-mask: url('/images/Icons/icon_awesome_arrow_right.svg') no-repeat center;
  mask: url('/images/Icons/icon_awesome_arrow_right.svg') no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;

  background-color: currentColor;
  transition: all .25s ease;
}

/* Pfeil nur bei arrow-right secondary */
/* Nur Primary-Buttons mit zusätzlicher Klasse arrow-right */
.uk-button-secondary.arrow-right {
  position: relative;
  padding-right: 56px; /* Platz für Pfeil */
}

.uk-button-secondary.arrow-right::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 22px;
  height: 22px;

  /* SVG als Maske */
  -webkit-mask: url('/images/Icons/pfeil_awesome_arrow_right_schwarz.svg') no-repeat center;
  mask: url('/images/Icons/pfeil_awesome_arrow_right_schwarz.svg') no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;

  background-color: currentColor;
  transition: all .25s ease;
}

/* Hover */
.uk-button-primary.arrow-right:hover::after {
  -webkit-mask: url('/images/Icons/icon_awesome_arrow_right.svg') no-repeat center;
  mask: url('/images/Icons/icon_awesome_arrow_right.svg') no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Arrow Left */
.uk-button-primary.arrow-left {
  position: relative;
  padding-left: 56px;
}

.uk-button-primary.arrow-left::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);

  width: 22px;
  height: 22px;

  -webkit-mask: url('/images/Icons/icon_awesome_arrow_left.svg') no-repeat center;
  mask: url('/images/Icons/icon_awesome_arrow_left.svg') no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;

  background-color: currentColor;
}



/* Small Screen */
@media screen and (max-width: 768px) {
 	.img-brauerei {
		max-width: 60%;
	}
}

/* Toolbar */
