﻿/*! normalize.css v3.0.2 | 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,
menu,
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 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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-color: 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;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * 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;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none;
}

.wrapper {
  overflow: hidden;
  position: relative;
}
.wrapper.content {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  padding: 20px 20px;
}

html, body {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
}

.wrapper-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .wrapper-inner {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .wrapper-inner {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .only-large {
    display: none;
  }
}

.only-small {
  display: none;
}
@media (max-width: 480px) {
  .only-small {
    display: inherit;
  }
}

sub {
  font-size: 0.45em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: 0.45em;
  left: -0.05em;
  bottom: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.doormanager-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  padding: 8px 20px 8px;
  flex-wrap: wrap;
  background: #424242;
  border-bottom: 1px solid #2a2a2a;
  position: relative;
  width: 100%;
}
@media (max-width: 480px) {
  .doormanager-container {
    gap: 12px;
    padding: 8px 15px;
  }
}
.doormanager-container > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.doormanager-container > div > label,
.doormanager-container > div > span {
  font-size: 11px;
  font-weight: 600;
  color: #d4d4d4;
  text-transform: uppercase;
  margin: 0;
}
.doormanager-container > div select.doorManager,
.doormanager-container > div input[type=text] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: white;
}
.doormanager-container > div select.doorManager {
  cursor: pointer;
}
.doormanager-container > div input[type=text] {
  width: 220px;
}
.doormanager-container > div label[for=showKachelNumbers] {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin: 0;
  padding: 6px 0;
  font-size: 11px;
  font-weight: 600;
  color: #d4d4d4;
  text-transform: uppercase;
}
.doormanager-container > div label[for=showKachelNumbers] input[type=checkbox] {
  margin: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.doormanager-container > div label[for=showKachelNumbers] span {
  font-size: 14px;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
  color: inherit;
}

.text-center {
  text-align: center;
}

.popup {
  max-width: 1000px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 40px;
  max-height: 90vh;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 200;
  -webkit-box-shadow: 2px 2px 104px -23px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 2px 104px -23px rgba(0, 0, 0, 0.58);
  box-shadow: 2px 2px 104px -23px rgba(0, 0, 0, 0.58);
  overflow: auto;
  line-height: 1.3;
  width: 100%;
}
@media (max-width: 1200px) {
  .popup {
    max-width: calc(100% - 40px);
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .popup {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .popup {
    padding: 40px 10px;
  }
}
.popup h1 {
  margin: 0 0 10px 0;
}
.popup.today {
  width: 98%;
  line-height: normal;
}
.popup.today .row {
  margin-left: 0px;
  margin-right: 0px;
}
.popup.today .row div.form-field {
  padding-left: 0px;
}
.popup.today.tall {
  max-width: 500px;
}
.popup.today .full-image a {
  display: block;
  cursor: pointer;
}
.popup.today .imgHtml a, .popup.today .imgHtmlVertical a {
  display: block;
}
.popup.today .imgHtmlVertical img {
  width: auto;
  max-height: 400px;
}
@media (max-width: 480px) {
  .popup.today .imgHtmlVertical img {
    width: 100%;
    max-height: auto;
  }
}
.popup.today .form {
  margin-bottom: 20px;
}
.popup div {
  overflow: auto;
}
.popup .cnt {
  min-height: 170px;
}
.popup h1 {
  font-size: 24px;
}
@media (max-width: 480px) {
  .popup h1 {
    font-size: 20px;
  }
}
.popup a.close:not(.btn) {
  position: absolute;
  right: 30px;
  top: 16px;
  text-decoration: none;
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(images/close.gif);
  background-repeat: no-repeat;
  background-size: contain;
}
.popup div.footer {
  text-align: right;
}
.popup div.footer .btn {
  margin-top: 55px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 480px) {
  .popup div.footer .btn {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}

.dimmer {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
  font-size: 13px;
}
.dimmer.loading:before, .dimmer.loading:after {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dimmer.loading:after {
  content: "Bitte warten";
  margin-left: 45px;
  margin-top: 45px;
}
.dimmer.loading:before {
  content: " ";
  display: block;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #c30;
  border-top: 3px solid #c30;
  border-radius: 100%;
  height: 90px;
  width: 90px;
  background-color: #eee;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes "spin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #323232;
}

.header {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  padding-top: 10px;
}
.header .wrapper-inner {
  position: relative;
  max-width: 1200px;
}
.header h1 {
  font-family: "Myriad Pro", "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 1.1;
  color: #6b101d;
  margin: 20px 0 28px 0;
  padding: 0 90px;
}
@media (max-width: 1000px) {
  .header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .header h1 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .header h1 {
    font-size: 28px;
    padding: 0 40px;
  }
}
.header h2 {
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.header .header-icon {
  position: absolute;
  left: 70px;
  right: 70px;
  top: 0px;
  bottom: 0px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header .header-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.header .header-icon.header-icon1 {
  background-image: url(../calendar/images/header-icon1.gif);
  right: unset;
  height: 75px;
  width: 85px;
}
@media (max-width: 1200px) {
  .header .header-icon.header-icon1 {
    transform: scale(0.8);
    left: 20px;
  }
}
@media (max-width: 1000px) {
  .header .header-icon.header-icon1 {
    transform: scale(0.7);
    left: 15px;
  }
}
@media (max-width: 768px) {
  .header .header-icon.header-icon1 {
    left: 10px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%) scale(0.5);
  }
}
@media (max-width: 480px) {
  .header .header-icon.header-icon1 {
    left: 5px;
    transform: translateY(-50%) scale(0.4);
  }
}
.header .header-icon.header-icon2 {
  background-image: url(../calendar/images/header-icon2.gif);
  left: unset;
  height: 93px;
  width: 82px;
}
@media (max-width: 1200px) {
  .header .header-icon.header-icon2 {
    transform: scale(0.8);
    right: 20px;
  }
}
@media (max-width: 1000px) {
  .header .header-icon.header-icon2 {
    transform: scale(0.7);
    right: 15px;
  }
}
@media (max-width: 768px) {
  .header .header-icon.header-icon2 {
    right: 10px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%) scale(0.5);
  }
}
@media (max-width: 480px) {
  .header .header-icon.header-icon2 {
    right: 5px;
    transform: translateY(-50%) scale(0.4);
  }
}
.header a.logo {
  margin: 0 auto;
  width: 215px;
}
.header a.logo img {
  max-height: 50px;
}

.footer {
  background-color: #6b101d;
  color: #fff;
  padding: 36px 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .links {
    text-align: center;
  }
}
.footer .links a {
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .footer .links a {
    margin-bottom: 10px;
    display: block;
  }
}
.footer .links a:hover {
  text-decoration: underline;
}
.footer .logo img {
  max-height: 60px;
  margin-bottom: 20px;
}
.footer .social-media i {
  transition: all 0.2s ease-in-out;
}
.footer .social-media i:hover {
  color: #b29336;
}
.footer .social-media i:first-of-type {
  margin-right: 50px;
}

p {
  margin: 0 0 30px 0;
}

.today img {
  width: 100%;
}

.wrapper-kacheln {
  margin: 0 auto;
  position: relative;
  padding-bottom: 100%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .wrapper-kacheln {
    padding-bottom: unset !important;
  }
}

.kacheln {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kacheln {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
  }
}
.kacheln .kachel {
  position: absolute;
  width: 16.6666666667%;
  padding-top: 16.6666666667%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 3px 3px 20px -6px rgba(0, 0, 0, 0.81);
  -moz-box-shadow: 3px 3px 20px -6px rgba(0, 0, 0, 0.81);
  box-shadow: 3px 3px 20px -6px rgba(0, 0, 0, 0.81);
  /* InvalidInvite: Disabled Kacheln */
}
.kacheln .kachel .number {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 44px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  font-weight: 900;
  transition: all 0.5s ease-in-out;
}
.kacheln .kachel .number.hidden {
  opacity: 0;
}
@media (max-width: 768px) {
  .kacheln .kachel .number.hidden {
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .kacheln .kachel .number {
    height: 40px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .kacheln .kachel .number {
    height: 30px;
    font-size: 30px;
  }
}
.kacheln .kachel .icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 39px;
  height: 62px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .kacheln .kachel .icon {
    display: none;
  }
}
.kacheln .kachel .icon.icon1 {
  background-image: url(../../images/icon1.png);
  width: 39px;
  height: 62px;
}
.kacheln .kachel .icon.icon2 {
  background-image: url(../../images/icon2.png);
  width: 53px;
  height: 53px;
}
.kacheln .kachel .icon.icon3 {
  background-image: url(../../images/icon3.png);
  width: 53px;
  height: 70px;
}
.kacheln .kachel .icon.icon4 {
  background-image: url(../../images/icon4.png);
  width: 59px;
  height: 65px;
}
.kacheln .kachel .icon.icon5 {
  background-image: url(../../images/icon5.png);
  width: 59px;
  height: 67px;
}
.kacheln .kachel .icon.icon6 {
  background-image: url(../../images/icon6.png);
  width: 60px;
  height: 69px;
}
.kacheln .kachel .icon.icon7 {
  background-image: url(../../images/icon7.png);
  width: 50px;
  height: 50px;
}
.kacheln .kachel .icon.icon8 {
  background-image: url(../../images/icon8.png);
  width: 75px;
  height: 75px;
}
.kacheln .kachel .icon.icon9 {
  background-image: url(../../images/icon9.png);
  width: 75px;
  height: 75px;
}
.kacheln .kachel .icon.icon10 {
  background-image: url(../../images/icon10.png);
  width: 75px;
  height: 75px;
}
.kacheln .kachel .icon.icon11 {
  background-image: url(../../images/icon11.png);
  width: 75px;
  height: 75px;
}
.kacheln .kachel .icon.icon12 {
  background-image: url(../../images/icon12.png);
  width: 75px;
  height: 75px;
}
.kacheln .kachel .icon.Brezel {
  background-image: url(../../images/Brezel.png);
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kacheln .kachel .icon.Kaisersemmel {
  background-image: url(../../images/Kaisersemmel.png);
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kacheln .kachel:hover .number {
  opacity: 1;
  transform: scale(1.2);
}
.kacheln .kachel:hover .icon {
  opacity: 0;
}
.kacheln .kachel.kachel-0 {
  width: calc(16.6666666667% * 2 + 1px);
  padding-top: 33.3333333333%;
  left: 0;
  top: 0;
  background-color: #6b101d;
  color: #fff;
  cursor: initial;
}
@media (max-width: 768px) {
  .kacheln .kachel.kachel-0 {
    width: 100% !important;
    height: auto !important;
  }
}
.kacheln .kachel.kachel-0 div {
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  padding: 20px;
}
@media (max-width: 1115px) {
  .kacheln .kachel.kachel-0 div {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .kacheln .kachel.kachel-0 div {
    top: unset;
    transform: unset;
    left: unset;
    right: unset;
    position: relative;
  }
}
.kacheln .kachel.kachel-0 div h2 {
  font-size: 40px;
}
@media (max-width: 900px) {
  .kacheln .kachel.kachel-0 div h2 {
    font-size: 18px;
    margin: 8px;
  }
}
@media (max-width: 768px) {
  .kacheln .kachel.kachel-0 div h2 {
    font-size: 20px;
  }
}
.kacheln .kachel.kachel-1 {
  width: calc(16.6666666667% + 1px);
  left: calc(16.6666666667% * 2 + 1px);
  top: 0;
}
.kacheln .kachel.kachel-2 {
  width: calc(16.6666666667% + 1px);
  left: calc(16.6666666667% * 3 + 1px);
  top: 0;
}
.kacheln .kachel.kachel-3 {
  width: 16.6666666667%;
  padding-top: calc(16.6666666667% * 2 + 1px);
  left: calc(16.6666666667% * 4 + 1px);
  top: 0;
}
.kacheln .kachel.kachel-4 {
  width: calc(16.6666666667% + 1px);
  left: calc(16.6666666667% * 5 + 1px);
  top: 0;
}
.kacheln .kachel.kachel-5 {
  width: calc(16.6666666667% + 1px);
  left: calc(16.6666666667% * 2 + 1px);
  top: 16.6666666667%;
}
.kacheln .kachel.kachel-6 {
  width: calc(16.6666666667% + 1px);
  left: calc(16.6666666667% * 3 + 1px);
  top: 16.6666666667%;
}
.kacheln .kachel.kachel-7 {
  width: calc(16.6666666667% + 1px);
  left: calc(16.6666666667% * 5 + 1px);
  top: 16.6666666667%;
}
.kacheln .kachel.kachel-8 {
  width: calc(16.6666666667% + 1px);
  left: 0%;
  top: 33.3333333333%;
}
.kacheln .kachel.kachel-9 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 1 + 1px);
  top: 33.3333333333%;
}
.kacheln .kachel.kachel-10 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 2 + 1px);
  top: 33.3333333333%;
}
.kacheln .kachel.kachel-11 {
  width: calc(16.6666666667% * 2 + 1px);
  left: calc(16.6666666667% * 3 + 1px);
  top: 33.3333333333%;
}
.kacheln .kachel.kachel-12 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 5 + 1px);
  top: 33.3333333333%;
}
.kacheln .kachel.kachel-13 {
  width: calc(16.6666666667% * 1 + 1px);
  left: 0%;
  top: 50%;
}
.kacheln .kachel.kachel-14 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 1 + 1px);
  top: 50%;
  padding-top: 33.3333333333%;
}
.kacheln .kachel.kachel-15 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 2 + 1px);
  top: 50%;
}
.kacheln .kachel.kachel-16 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 3 + 1px);
  top: 50%;
}
.kacheln .kachel.kachel-17 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 4 + 1px);
  top: 50%;
}
.kacheln .kachel.kachel-18 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 5 + 1px);
  top: 50%;
}
.kacheln .kachel.kachel-19 {
  width: calc(16.6666666667% * 1 + 1px);
  left: 0%;
  top: 66.6666666667%;
}
.kacheln .kachel.kachel-20 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 2 + 1px);
  top: 66.6666666667%;
}
.kacheln .kachel.kachel-21 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 3 + 1px);
  top: 66.6666666667%;
}
.kacheln .kachel.kachel-22 {
  width: calc(16.6666666667% * 1 + 1px);
  left: 0%;
  top: 83.3333333333%;
}
.kacheln .kachel.kachel-23 {
  width: calc(16.6666666667% * 1 + 1px);
  left: calc(16.6666666667% * 1 + 1px);
  top: 83.3333333333%;
}
.kacheln .kachel.kachel-24 {
  width: calc(16.6666666667% * 2 + 1px);
  left: calc(16.6666666667% * 2 + 1px);
  top: 83.3333333333%;
}
.kacheln .kachel.kachel-25 {
  width: calc(16.6666666667% * 2 + 1px);
  left: calc(16.6666666667% * 4 + 1px);
  top: 66.6666666667%;
  padding-top: 33.3333333333%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: initial;
}
.kacheln .kachel.kachel-25 img {
  width: 100%;
  left: calc(16.6666666667% * 4 + 1px);
  top: 66.6666666667%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 768px) {
  .kacheln .kachel.kachel-25 {
    width: 100% !important;
    height: 100vw !important;
  }
  .kacheln .kachel.kachel-25 img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .kacheln .kachel {
    position: relative;
    padding-top: unset !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    float: left;
    width: 33.3333333333% !important;
    height: 33.3333vw !important;
  }
}
.kacheln .kachel.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(40%) !important;
}

.slick-dots {
  list-style: none;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0;
}
@media (max-width: 768px) {
  .slick-dots {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .slick-dots {
    margin-bottom: 20px;
  }
}
.slick-dots li {
  width: 45px;
  height: 5px;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .slick-dots li {
    width: 30px;
    margin-right: 8px;
  }
}
@media (max-width: 480px) {
  .slick-dots li {
    width: 20px;
    margin-right: 6px;
  }
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  font-size: 0px;
  width: 45px;
  height: 5px;
  background-color: #e2e2e2;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .slick-dots li button {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .slick-dots li button {
    width: 20px;
  }
}
.slick-dots li button:hover {
  background-color: rgb(202.1637931034, 171.8318965517, 80.8362068966);
}
.slick-dots li.slick-active button {
  background-color: #b29336;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 20px;
  border-left: 7px solid #214462;
  border-bottom: 7px solid #214462;
  background-color: transparent;
  border-top: 0px;
  border-right: 0px;
  transition: all 0.2s ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
  border-left: 7px solid rgb(45.8473282443, 94.4732824427, 136.1526717557);
  border-bottom: 7px solid rgb(45.8473282443, 94.4732824427, 136.1526717557);
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  border-left: 7px solid #d0d0d0;
  border-bottom: 7px solid #d0d0d0;
  cursor: unset;
}

.slick-prev {
  right: unset;
  transform: rotate(45deg);
}

.slick-next {
  left: unset;
  transform: rotate(-135deg);
}

input[type=text] {
  height: 33px;
  font-size: 16px;
  color: #323232;
  padding: 2px 6px;
  width: 100%;
  background-color: #e5e5e5;
  border: 0px;
  margin-bottom: 12px;
}

select {
  height: 33px;
  font-size: 16px;
  color: #323232;
  background-color: #e5e5e5;
  padding: 2px 6px;
  border: 0px;
  width: 100%;
  margin-bottom: 12px;
}

.btn {
  display: block;
  max-width: 190px;
  width: 100%;
  color: #fff;
  min-height: 38px;
  text-align: center;
  border: 0px none;
  padding: 4px 20px;
  font-size: 16px;
  background-color: #323232;
  transition: all 0.2s ease-in;
  text-decoration: none;
  line-height: 38px;
}
.btn:hover {
  background-color: rgb(24.5, 24.5, 24.5);
}
@media (max-width: 480px) {
  .btn {
    margin: 0 0 24px 0;
  }
}

.custom-checkbox {
  display: block;
  margin-bottom: 30px;
}

.submitted {
  background-color: #ccc;
  cursor: wait;
}
.submitted i.fa-spinner {
  display: inline-block;
}
.submitted i.fa-angle-right {
  display: none;
}
.submitted:after {
  display: none !important;
}

i.fa-spinner {
  display: none;
}

.field-validation-error {
  color: #B82738;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #B82738 !important;
}
.input-validation-error + span, .input-validation-error + input + span {
  color: #B82738;
}
.input-validation-error + .select2 {
  border: 1px solid #B82738 !important;
}

#GeneraliParticipationForm .form-group {
  margin-bottom: 18px;
}
#GeneraliParticipationForm .form-group:last-of-type {
  margin-bottom: 0;
}
#GeneraliParticipationForm input[type=text],
#GeneraliParticipationForm select {
  margin-bottom: 0;
}
#GeneraliParticipationForm .field-validation-error {
  font-size: 0.875rem;
  margin-top: 3px;
  display: block;
}
#GeneraliParticipationForm .custom-checkbox {
  margin-bottom: 12px;
}
#GeneraliParticipationForm .custom-checkbox:last-of-type {
  margin-bottom: 0;
}
#GeneraliParticipationForm .custom-checkbox span {
  font-size: 0.875rem;
}
#GeneraliParticipationForm .form-group-anrede {
  max-width: 50%;
}
#GeneraliParticipationForm .form-group-name {
  display: flex;
  gap: 15px;
}
#GeneraliParticipationForm .form-group-name > div {
  flex: 1;
}
#GeneraliParticipationForm button[type=submit] {
  margin-top: 24px;
}
#GeneraliParticipationForm .readonly-field {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  cursor: not-allowed;
  pointer-events: none;
}
#GeneraliParticipationForm .form-text.text-muted {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 3px;
  display: block;
}

input[type=checkbox] {
  margin-top: 4px !important;
  margin-right: 10px !important;
  float: left !important;
  margin-bottom: 0px !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  cursor: pointer;
}
input[type=checkbox] + input + label {
  font-weight: normal;
  float: right;
  display: block;
  width: calc(100% - 25px);
  font-family: Verdana, sans-serif !important;
  margin-bottom: 0px !important;
}
input[type=checkbox]:checked + input + label:not(.permission) {
  font-weight: bold;
}

input[type=radio] {
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 0px !important;
  float: left;
  appearance: radio !important;
  -webkit-appearance: radio !important;
  cursor: pointer;
}
input[type=radio] + label {
  font-weight: normal;
  float: right;
  display: block;
  width: calc(100% - 25px);
  font-family: Verdana, sans-serif !important;
  margin-bottom: 0px !important;
}
input[type=radio]:checked + label {
  font-weight: bold;
}
