/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

a {
  transition: 0.2s;
}
em, bold, strong {
  color: inherit;
}
h1 {
  color: #832001;
  font-size: 42px;
}
h2 {
  color: #c9841d;
  font-size: 26px;
}
.jl-navbar-left {
  margin-top: 10px;
  margin-bottom: 10px;
}
#g-slideshow .g-content {
  margin: 0;
  padding: 0;
}
/* EVENTS */
/* 4er Intro */
.events {
  width: 100%;
  margin: 50px auto;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url('../images/Arrows.jpg');
  background-position: center top;
  padding: 50px;
  box-sizing: border-box;
  background-attachment: fixed;
}
.events-inner {
  margin: 50px auto;
  max-width: 1600px;
  min-width: 900px;
  position: relative;
}
.box {
  box-sizing: content-box !important;
  color: #222222;
  font-size: 16px;
  height: auto;
  position: relative;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.event-inner {
  width: 90%;
  margin: 5%;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  background: #f1e2b9 none repeat scroll 0 0;
  border: 1px solid #fff;
  box-sizing: border-box !important;
  text-align: center !important;
}
.event-inner:hover {
  width: 90%;
  margin: 5%;
  transition: 0.4s ease 0s;
  background: #e1b779 none repeat scroll 0 0;
  box-sizing: border-box !important;
  box-shadow: 0px 0px 10px #888;
}
.link-spanner1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.eventtext {
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  color: #660000;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.eventtext h4 {
  text-align: center;
  width: 100%;
}
.eventtext span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.event-inner div img.eventpic {
  width: 100%;
  height: auto;
}
.eventtext2 {
  font-size: 13px;
  padding-left: 40px;
  padding-right: 40px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blink_me {
  animation: blinker 2s linear infinite;
  color: #e82a35;
  font-weight: bold;
  padding: 30px;
  text-align: center;
  font-size: 18px;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
#g-expanded {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url('../images/Arrows.jpg');
  background-position: center top;
  box-sizing: border-box;
  background-attachment: fixed;
}
/*STUFF*/
.half-rate {
  width: 44%;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  padding: 20px 10px 10px;
  background-color: #fffcf2;
  border: 1px solid #832001;
  box-sizing: border-box;
  text-align: center !important;
  display: table-cell;
}
.half-rate-special {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  padding: 20px 10px 10px;
  background-color: #fffcf2;
  border: 1px solid #832001;
  box-sizing: border-box;
  text-align: center !important;
  display: table-cell;
}
.half-rate p {
  font-size: 14px;
}
.half-rate-special p {
  font-size: 12px;
}
.half-rate h4 {
  height: 30px;
  color: #832001;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  text-align: center !important;
  font-weight: bold;
}
.half-rate-special h4 {
  height: 20px;
  color: #832001;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  text-align: center !important;
  font-weight: bold;
}
/* FOOTER */
#g-footer .logo {
  width: 140px;
  margin-right: 50px;
  margin-left: 20px;
  float: left;
  transition: 0.4s;
}
#g-footer .logo img {
  width: 140px;
  height: 140px;
  margin-top: 30px;
}
.foot-text {
  padding-top: 10px;
  float: left;
  width: auto;
}
#g-footer p {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*# sourceMappingURL=custom_22.css.map */