@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

.row {
  margin-left: 16px;
  margin-right: 16px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}

.col.no-space {
  padding: 0;
}

.col-inner {
  padding: 64px;
  padding-bottom: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* ===================== XS ===================== */
.col.off-0-xs {
  margin-left: 0%;
}

.col.col-0-xs {
  width: 0%;
}

.col.off-1-xs {
  margin-left: 16.66667%;
}

.col.col-1-xs {
  width: 16.66667%;
}

.col.off-2-xs {
  margin-left: 33.33333%;
}

.col.col-2-xs {
  width: 33.33333%;
}

.col.off-3-xs {
  margin-left: 50%;
}

.col.col-3-xs {
  width: 50%;
}

.col.off-4-xs {
  margin-left: 66.66667%;
}

.col.col-4-xs {
  width: 66.66667%;
}

.col.off-5-xs {
  margin-left: 83.33333%;
}

.col.col-5-xs {
  width: 83.33333%;
}

.col.off-6-xs {
  margin-left: 100%;
}

.col.col-6-xs {
  width: 100%;
}

.hide-xs {
  display: none;
}

.show-xs {
  display: block;
}

/* ===================== S ===================== */
@media (min-width: 640px) {
  .col.off-0-s {
    margin-left: 0%;
  }
  .col.col-0-s {
    width: 0%;
  }
  .col.off-1-s {
    margin-left: 16.66667%;
  }
  .col.col-1-s {
    width: 16.66667%;
  }
  .col.off-2-s {
    margin-left: 33.33333%;
  }
  .col.col-2-s {
    width: 33.33333%;
  }
  .col.off-3-s {
    margin-left: 50%;
  }
  .col.col-3-s {
    width: 50%;
  }
  .col.off-4-s {
    margin-left: 66.66667%;
  }
  .col.col-4-s {
    width: 66.66667%;
  }
  .col.off-5-s {
    margin-left: 83.33333%;
  }
  .col.col-5-s {
    width: 83.33333%;
  }
  .col.off-6-s {
    margin-left: 100%;
  }
  .col.col-6-s {
    width: 100%;
  }
  .hide-s {
    display: none;
  }
  .show-s {
    display: block;
  }
}

/* ===================== M ===================== */
@media (min-width: 1040px) {
  .col.off-0-m {
    margin-left: 0%;
  }
  .col.col-0-m {
    width: 0%;
  }
  .col.off-1-m {
    margin-left: 16.66667%;
  }
  .col.col-1-m {
    width: 16.66667%;
  }
  .col.off-2-m {
    margin-left: 33.33333%;
  }
  .col.col-2-m {
    width: 33.33333%;
  }
  .col.off-3-m {
    margin-left: 50%;
  }
  .col.col-3-m {
    width: 50%;
  }
  .col.off-4-m {
    margin-left: 66.66667%;
  }
  .col.col-4-m {
    width: 66.66667%;
  }
  .col.off-5-m {
    margin-left: 83.33333%;
  }
  .col.col-5-m {
    width: 83.33333%;
  }
  .col.off-6-m {
    margin-left: 100%;
  }
  .col.col-6-m {
    width: 100%;
  }
  .hide-m {
    display: none;
  }
  .show-m {
    display: block;
  }
}

@-webkit-keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}

.fluidbox {
  outline: none;
}

.fluidbox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  transition: all 0.125s ease-in-out 0.125s;
}

.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.25s ease-in-out;
  /* To prevent flickering, we delay the showing of the image */
}

.fluidbox-closed .fluidbox-wrap img {
  transition: opacity 0s ease-in-out 0.25s;
}

.fluidbox-ghost {
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity, transform;
  transition-duration: 0s, 0.25s;
  transition-delay: 0.25s, 0s;
}

.fluidbox-opened .fluidbox-ghost {
  transition-delay: 0s, 0s;
}

.fluidbox-loader {
  perspective: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fluidbox-loader::before {
  -webkit-animation: fluidboxLoading 1s infinite;
  animation: fluidboxLoading 1s infinite;
  /* You can replace this with any color you want, or even a loading gif if desired */
  background-color: rgba(255, 255, 255, 0.85);
  content: '';
  transform-style: preserve-3d;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  /* Delay disapparing of loader for graceful transition */
  transition-delay: 0.125s;
}

.fluidbox-loading .fluidbox-loader::before {
  opacity: 1;
  transition-delay: 0s;
}

/***************************************************************/
/*************************** VARS ******************************/
/***************************************************************/
/***************************************************************/
/************************** DEFAULT ****************************/
/***************************************************************/
* {
  font-family: "PT Sans Narrow", sans-serif;
}

html, body {
  height: 100%;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: 1.5em;
  line-height: 2em;
}

h2 {
  font-size: 1.25em;
  line-height: 1.1em;
}

h3 {
  font-size: 1.175em;
  line-height: 1.1em;
}

h4 {
  font-size: 1em;
  line-height: 1.175em;
}

p {
  margin: .5em 0 1.25em 0;
  font-size: 1em;
  color: #777777;
  line-height: 1.25em;
}

ul {
  margin: 0 0 1.25em 0;
  padding: 0 0 0 16px;
}

ul li {
  font-size: 1em;
  color: #777777;
}

ul.termine {
  padding: 1em 0 0 0;
  list-style: none;
}

ul.termine li {
  margin: 0 0 .5em 0;
}

ul.termine li .title {
  color: #956e00 !important;
  text-decoration: none;
}

ul.termine em {
  color: #ffffff;
  display: block;
  font-size: .75em;
}

blockquote {
  border-left: 10px solid #fbb900;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

a:link {
  color: #fbb900;
}

a:hover {
  color: #ffd662;
}

a:active {
  color: #ffc82f;
}

a:visited {
  color: #c89300;
}

.wrap {
  background-image: url("../img/sommer.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/************************ HELPER ******************************/
.rwd-img, [class^='wp-image'], [class*='wp-image'] {
  max-width: 100%;
  height: auto;
}

.rwd-button {
  display: inline-block;
  padding: 10px 20px;
  color: #fbb900;
  text-decoration: none;
  border: solid 2px #fbb900;
  border-radius: 4px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

.rwd-button:visited {
  color: #fbb900;
}

.rwd-button:hover {
  color: #ffffff;
  background: #fbb900;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

.rwd-button.white {
  border: solid 2px #ffffff;
  color: #ffffff;
}

.rwd-button.white:hover {
  color: #fbb900;
  background: #ffffff;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

.rwd-button.small {
  display: inline-block;
  font-size: 12px;
  padding: 0 4px;
  color: #624800;
  border: solid 1px #fbb900;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}

.post-password-form {
  padding: 0 32px;
}

/************************ HEADER ******************************/
.logo {
  margin: 30px 0 0 0;
  padding: 10px 0;
  border-top: solid 4px #fbb900;
  display: inline-block;
}

header.site {
  background: #ffffff;
  height: 207px;
  border-bottom: solid 4px #231f20;
  position: relative;
  text-align: center;
}

header.site .container {
  height: 100%;
}

.mainnav {
  position: absolute;
  z-index: 1000;
  top: 100%;
  width: 100%;
}

.mainnav #btn-menu {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 100%;
  z-index: 1000;
  text-decoration: none;
  background: #231f20;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  width: 50%;
  border-radius: 0;
  text-transform: uppercase;
  outline: none;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.mainnav > ul {
  display: none;
  padding: 0;
  margin: 0;
  background: #231f20;
}

.mainnav > ul li {
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
}

.mainnav > ul li a {
  display: block;
  padding: 0 14px;
  color: #ffffff;
  width: 100%;
  text-decoration: none;
  border-bottom: solid 1px #151314;
}

.mainnav > ul li ul {
  background: #1e1a1b;
  padding: 0;
  margin: 0;
}

.mainnav > ul li ul li a {
  color: #cccccc;
  padding: 0 21px;
}

.mainnav.collapsed > ul {
  display: block;
}

.focus-search {
  color: #ffffff;
  cursor: pointer;
}

.search-overlay {
  display: none;
}

.search-overlay #searchform {
  position: fixed;
  z-index: 99999;
  left: 0;
  width: 100%;
}

.search-overlay #s {
  width: 100%;
  height: 70px;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 24px;
  text-align: center;
  outline: none;
}

.search-overlay #search_submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  border-radius: 0;
  width: 70px;
  color: #FFFFFF;
  background: #B8CC32;
  border: none;
  box-shadow: none;
}

/************************ ABOVE THE FOLD **************************/
.abovethefold {
  display: block;
  text-align: center;
  height: 200px;
}

.abovethefold:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.abovethefold .centered {
  display: inline-block;
  vertical-align: middle;
  max-width: 590px;
  padding: 0 20px;
  margin-bottom: -60px;
}

.abovethefold .centered h1 {
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(35, 31, 32, 0.5);
}

.abovethefold .centered a {
  background: #ffffff;
  border-color: #ffffff;
  color: #fbb900;
  margin-top: 20px;
  font-size: 1.2em;
}

.abovethefold .centered a:hover {
  background: #fbb900;
  color: #ffffff;
  border-color: #fbb900;
}

/************************** CONTENT *****************************/
.content {
  margin-top: 80px;
  border-top: solid 10px #fbb900;
  background: #ffffff;
  padding-top: 32px;
}

.content.no-space {
  background: none;
  padding: 0;
}

.special_bg {
  background: #e2a600;
}

.masonry .post-password-form {
  padding: 0 !important;
}

.masonry .entry {
  padding: 20px;
  color: #8e8083;
  background: #ffffff;
}

.masonry .entry h1 {
  color: #312b2c;
  font-size: 1.25em;
  line-height: 1.125em;
  margin-bottom: 8px;
}

.masonry .entry .row, .masonry .entry .col {
  padding: 0 !important;
  margin: 0 !important;
}

.masonry .entry ol {
  padding: 0 0 0 1em;
  margin: 0;
}

.masonry .entry ol li {
  margin: 0 0 .5em 0;
}

.masonry .entry.highlight {
  background: #e2a600;
}

.masonry .entry.highlight p,
.masonry .entry.highlight li,
.masonry .entry.highlight time {
  color: #956e00;
}

.masonry .entry.highlight h1,
.masonry .entry.highlight em,
.masonry .entry.highlight a {
  color: #ffffff;
}

.masonry .entry.highlight .rwd-button {
  color: #ffffff;
  border-color: #ffffff;
}

.masonry.toggle .item {
  height: 600px;
  overflow: hidden;
}

a.more {
  position: absolute;
  z-index: 9000;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 90%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 90%);
  bottom: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 200px;
  text-align: center;
  line-height: 100px;
  padding-top: 100px;
  box-shadow: none;
  text-decoration: none;
  display: block;
}

a.more:hover {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  color: #231f20;
}

.calender {
  padding: 20px;
  background: #e2a600;
}

.calender p,
.calender li,
.calender time {
  color: #956e00;
}

.calender h1,
.calender em,
.calender a {
  color: #ffffff;
}

.calender .rwd-button {
  color: #ffffff;
  border-color: #ffffff;
}

.event-small {
  float: left;
  width: 100%;
}

.event-big {
  float: left;
  width: 100%;
}

.video-item {
  position: relative;
}

.video-vorschau-bild {
  cursor: pointer;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
}

.video-lightbox {
  padding: 2px;
  display: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

.zlk-bg {
  padding-bottom: 16px;
  padding-top: 32px;
  margin-bottom: 32px;
  background: #fbb900;
  color: #ffffff;
}

.zlk-bg p,
.zlk-bg li {
  color: #956e00;
}

.zlk-bg a {
  color: #ffffff;
}

.blackborder {
  margin-bottom: 16px;
  border: solid 2px #231f20;
  padding: 32px 32px 32px 100px;
  position: relative;
  color: #231f20;
}

.blackborder ul {
  padding: 0;
  margin-left: 16px;
}

.blackborder ul li {
  color: #231f20;
}

.blackborder:before {
  content: '✝';
  display: block;
  position: absolute;
  width: 100px;
  line-height: 130px;
  text-align: center;
  font-size: 72px;
  top: 0;
  bottom: 0;
  left: 0;
}

.masonry .item {
  width: 100%;
}

.masonry .desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(35, 31, 32, 0.5);
  padding: 20px;
  min-height: 110px;
}

.masonry .desc p {
  margin: 5px 0 0 0;
}

.masonry .desc a {
  color: #ffffff;
  text-decoration: none;
}

.history {
  padding: 30px 30px 0 40px;
  position: relative;
  list-style: none;
  background: #ffffff;
}

.history:after {
  content: '';
  display: block;
  width: 2px;
  background: #fbb900;
  position: absolute;
  top: 40px;
  bottom: 40px;
  z-index: 800;
}

.history .entry {
  padding: 0 20px 20px 30px;
  position: relative;
  margin-bottom: 20px;
  border-left: solid 2px #fbb900;
  z-index: 820;
}

.history .entry .title {
  color: #231f20;
  font-size: 1.5em;
  line-height: 2em;
}

.history .entry:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 2px #fbb900;
  background: #ffffff;
  left: -9px;
  z-index: 840;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.history .entry.big:before {
  width: 32px;
  height: 32px;
  border: solid 2px #fbb900;
  left: -17px;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.history .entry:first-child {
  background: #fff7e2;
}

.history .entry:last-child {
  border-left-color: #ffffff;
}

.member {
  background: #ffffff;
  position: relative;
}

.member .desc {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(35, 31, 32, 0.5);
  padding: 16px 32px 0 32px;
}

.member .desc a.dashicons {
  color: #ffffff;
}

.member .desc h3 {
  color: #ffffff;
}

#loginform, .post-password-form {
  padding-bottom: 32px;
}

#loginform input[type="text"], #loginform input[type="password"], .post-password-form input[type="text"], .post-password-form input[type="password"] {
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  transition: all 0.2s linear;
  font-size: 13px;
  color: #777777;
  position: relative;
  height: 36px;
  width: 200px;
  padding-left: 10px;
}

#loginform input[type="text"]::-webkit-input-placeholder, #loginform input[type="password"]::-webkit-input-placeholder, .post-password-form input[type="text"]::-webkit-input-placeholder, .post-password-form input[type="password"]::-webkit-input-placeholder {
  color: #777777;
}

#loginform input[type="text"]:-moz-placeholder, #loginform input[type="password"]:-moz-placeholder, .post-password-form input[type="text"]:-moz-placeholder, .post-password-form input[type="password"]:-moz-placeholder {
  color: #777777;
}

#loginform input[type="text"]:focus, #loginform input[type="password"]:focus, .post-password-form input[type="text"]:focus, .post-password-form input[type="password"]:focus {
  outline: none;
}

#loginform label, .post-password-form label {
  width: 100%;
  padding: 3px 0;
  display: block;
}

#loginform p, .post-password-form p {
  margin-bottom: 5px;
}

#loginform input[type="submit"], .post-password-form input[type="submit"] {
  margin: 12px 0 0 0;
  border-radius: 3px;
  background: none;
  display: inline-block;
  padding: 8px 16px;
  color: #fbb900;
  text-decoration: none;
  border: solid 2px #fbb900;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

#loginform input[type="submit"]:visited, .post-password-form input[type="submit"]:visited {
  color: #ffffff;
}

#loginform input[type="submit"]:hover, .post-password-form input[type="submit"]:hover {
  color: #fbb900;
  background: #ffffff;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

.download-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(35, 31, 32, 0.5);
  color: #ffffff;
  text-decoration: none;
  z-index: 990;
  padding: 8px;
}

.download-link:visited {
  color: #cccccc;
}

/************************** FOOTER *****************************/
footer.site {
  border-top: solid 1px #f7f7f7;
  background: #ffffff;
}

footer.site .signet {
  display: block;
  padding: 30px;
  text-align: center;
}

.servicenav ul {
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  list-style: none;
  float: right;
  text-align: center;
}

.servicenav ul li {
  display: inline-block;
}

.servicenav ul li a {
  text-decoration: none;
  color: #231f20;
}

.copyright {
  text-align: center;
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
}

/***************************************************************/
/**************************** XS *******************************/
/***************************************************************/
@media (min-width: 480px) {
  .masonry .item {
    width: 50%;
  }
  .masonry.small .item {
    width: 100%;
  }
  .event-small {
    width: 50%;
  }
  .event-big {
    width: 50%;
  }
}

/***************************************************************/
/***************************** S *******************************/
/***************************************************************/
@media (min-width: 640px) {
  .masonry .item {
    width: 33.33%;
  }
  .masonry.small .item {
    width: 50%;
  }
  .abovethefold {
    height: 400px;
  }
  .abovethefold .centered h1 {
    font-size: 4em;
  }
  .event-small {
    width: 25%;
  }
  .event-big {
    width: 75%;
  }
}

/***************************************************************/
/***************************** M *******************************/
/***************************************************************/
@media (min-width: 1040px) {
  .mainnav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1005;
  }
  .mainnav #btn-menu {
    display: none;
  }
  .mainnav > ul {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: none;
  }
  .mainnav > ul li {
    width: auto;
    display: inline-block;
    position: relative;
    line-height: 40px;
    border: none;
  }
  .mainnav > ul li a {
    color: #231f20;
    text-decoration: none;
    white-space: nowrap;
  }
  .mainnav > ul li ul {
    padding: 0;
    display: none;
    height: auto;
    top: 100%;
    position: absolute;
    z-index: 9500;
  }
  .mainnav > ul li ul li {
    text-align: left;
    padding: 0;
    top: 0;
    line-height: 40px;
    display: block;
  }
  .mainnav > ul li ul li a {
    color: #ffffff;
  }
  .mainnav > ul li:hover ul {
    display: block;
  }
  .masonry .item {
    width: 25%;
  }
  .masonry.small .item {
    width: 33.33%;
  }
  .history {
    margin: 0;
    padding: 0;
  }
  .history:after {
    left: 50%;
  }
  .history .entry {
    width: 50%;
    border: none;
  }
  .history .entry:nth-child(odd) {
    padding-left: 180px;
    padding-right: 60px;
    margin-left: 2px;
    text-align: right;
    border-right: solid 2px #fbb900;
  }
  .history .entry:nth-child(odd):before {
    left: auto;
    right: -8px;
  }
  .history .entry:nth-child(odd).big:before {
    right: -16px;
  }
  .history .entry:nth-child(even) {
    padding-left: 60px;
    padding-right: 180px;
    text-align: left;
    border-left: solid 2px #fbb900;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .history .entry:first-child {
    width: 100%;
    border: none;
    margin: 0 0 60px 0;
    padding: 140px 200px 220px 200px;
    text-align: center;
    background: #fff7e2;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .history .entry:first-child:before {
    bottom: 80px;
    left: 50%;
    margin-left: -16px;
  }
  .history .entry:first-child:after {
    content: '';
    position: absolute;
    display: block;
    height: 80px;
    width: 2px;
    background: #fbb900;
    bottom: 0;
    left: 50%;
  }
  .history .entry:last-child {
    width: 100%;
    border: none;
    margin: 80px 0 0 0;
    padding: 180px 240px 180px 240px;
    text-align: center;
    background: #f9f9f9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .history .entry:last-child:before {
    top: 80px;
    left: 50%;
    margin-left: -14px;
  }
  .history .entry:last-child:after {
    content: '';
    position: absolute;
    display: block;
    height: 80px;
    width: 2px;
    background: #fbb900;
    top: 0;
    left: 50%;
  }
  .zlk-bg {
    background: url("../img/zlk-bg.png") right bottom #fbb900 no-repeat;
  }
  .wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -160px;
  }
  .wrap:after {
    content: "";
    display: block;
    height: 160px;
  }
  footer.site {
    height: 161px;
  }
  .copyright {
    text-align: left;
  }
  .servicenav ul {
    text-align: right;
  }
  .focus-search {
    color: #231f20;
  }
}

.buchung-div {
  width: 100%;
}

.buchung-formular {
  width: 100%;
}

.wpcf7-form h2 {
  padding-top: 1em !important;
}

.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form input {
  max-width: 100%;
}

.delete-veranstaltung {
  display: inline-block;
  margin-left: 0.5em;
  cursor: pointer;
}

.delete-teilnehmer {
  display: inline-block;
  margin-left: 0.5em;
  cursor: pointer;
}

.teilnehmer-titel {
  max-width: 80%;
  margin-right: 5px;
}

.teilnehmer-vorname {
  max-width: 80%;
  margin-right: 5px;
}

.teilnehmer-nachname {
  max-width: 80%;
}

.teilnehmer-append {
  margin-top: 0.5em;
}

.veranstaltung {
  margin-top: 1em;
}

.veranstaltungen-append select {
  width: 90%;
}

.your-teilnehmer input {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.form-response {
  display: none;
  margin-top: 1em;
  margin-bottom: 3em;
  text-align: center;
}

.email-message {
  display: none;
  color: red;
  font-size: 0.8em;
}

.abmeldung-response {
  margin-top: 1em;
  margin-bottom: 4em;
}

.abmeldung-content {
  margin-top: 1em;
  margin-bottom: 1em;
}

.abmeldung-formular {
  margin-bottom: 4em;
}

.datenschutz {
  padding: 1em;
  text-indent: -1em;
  display: inline-block;
}

@media (min-width: 640px) {
  .wpcf7-form textarea {
    width: 90%;
  }
  .wpcf7-form input {
    max-width: 100%;
  }
  .wpcf7-form .teilnehmer-type {
    width: 15% !important;
    margin-right: .5em;

  }
  .wpcf7-form .teilnehmer-titel {
    width: 15% !important;
  }
  .wpcf7-form .teilnehmer-vorname {
    width: 25% !important;
  }
  .wpcf7-form .teilnehmer-nachname {
    width: 25% !important;
  }
}

.tw-web-banner {
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  display: none;
  outline: none;
}

.tw-web-banner img {
  width: 100%;
  height: auto;
}

@media (min-width: 640px) {
  .tw-web-banner {
    width: 70%;
    margin-left: 15%;
  }
}
