@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* EurekaSansOT-Medium */
@font-face {
  font-family: 'EurekaSansOT';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/EurekaSansOT-Medium.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/EurekaSansOT-Medium.woff2") format("woff2"), url("../Fonts/EurekaSansOT-Medium.woff") format("woff"), url("../Fonts/EurekaSansOT-Medium.ttf") format("truetype"), url("../Fonts/EurekaSansOT-Medium.otf") format("opentype"), url("../Fonts/EurekaSansOT-Medium.svg") format("svg");
  /* Legacy iOS */ }

/* EurekaSansOT-Bold */
@font-face {
  font-family: 'EurekaSansOT';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/EurekaSansOT-Bold.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/EurekaSansOT-Bold.woff2") format("woff2"), url("../Fonts/EurekaSansOT-Bold.woff") format("woff"), url("../Fonts/EurekaSansOT-Bold.ttf") format("truetype"), url("../Fonts/EurekaSansOT-Bold.otf") format("opentype"), url("../Fonts/EurekaSansOT-Medium.svg") format("svg");
  /* Legacy iOS */ }

/* EurekaMonoOT-CondBlack */
@font-face {
  font-family: 'EurekaMonoOT';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../Fonts/EurekaMonoOT-CondBlack.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/EurekaMonoOT-CondBlack.woff2") format("woff2"), url("../Fonts/EurekaMonoOT-CondBlack.woff") format("woff"), url("../Fonts/EurekaMonoOT-CondBlack.ttf") format("truetype"), url("../Fonts/EurekaMonoOT-CondBlack.otf") format("opentype"), url("../Fonts/EurekaMonoOT-CondBlack.svg") format("svg");
  /* Legacy iOS */ }

.rotate3deg {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg); }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

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

body {
  font-size: 17px;
  font-weight: normal;
  font-family: "EurekaSansOT", Verdana, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #79618a;
  background: linear-gradient(300deg, #79618a 0%, #e2004e 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bgColor1",endColorstr="$bgColor2",GradientType=1);
  line-height: 140%; }

::-moz-selection {
  background: #c30c80;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #c30c80;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  background: #fff;
  margin: 1em 0;
  border: none; }

img:not(.is_svg), video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto; }

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  max-width: none; }

figure {
  margin: 0; }

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center; }
  .browsehappy a {
    color: #fff !important; }

a {
  color: #c30c80;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #7b0851;
    text-decoration: underline; }

a[href*="//"] {
  position: relative; }
  a[href*="//"]:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    background: url("../Images/external-link.svg") no-repeat center left;
    background-size: 100% auto;
    margin-right: 10px; }

figure a[href*="//"]:before {
  content: none; }

.allcont ul li {
  padding: 5px 10px 5px 25px;
  position: relative; }
  .allcont ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #c30c80;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px; }
  .allcont ul li ul li {
    padding: 5px 10px 5px 20px; }
    .allcont ul li ul li::before {
      background: #f0129f; }

.allcont ol {
  margin: 10px 0;
  counter-reset: item; }
  .allcont ol > li {
    padding: 5px 0 5px 1.7em;
    counter-increment: item;
    position: relative; }
    .allcont ol > li:before {
      content: counter(item) ".";
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 0;
      font-weight: bold; }

.allcont .ce-gallery .lightbox {
  position: relative;
  height: 100%;
  display: block; }
  .allcont .ce-gallery .lightbox:before {
    content: '';
    background: rgba(0, 0, 0, 0.7) url(../Images/magnifier.svg) no-repeat center center;
    background-size: 36px 36px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
  .allcont .ce-gallery .lightbox:hover:before {
    opacity: 1; }

.allcont .ce-textpic .ce-gallery {
  margin-bottom: 0; }

.allcont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px; }

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

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

.frame-space-before-extra-small {
  margin-top: 30px; }

.frame-space-before-small {
  margin-top: 45px; }

.frame-space-before-medium {
  margin-top: 70px; }

.frame-space-before-large {
  margin-top: 130px; }

.frame-space-before-extra-large {
  margin-top: 200px; }

.frame-space-after-extra-small {
  margin-bottom: 30px; }

.frame-space-after-small {
  margin-bottom: 45px; }

.frame-space-after-medium {
  margin-bottom: 70px; }

.frame-space-after-large {
  margin-bottom: 130px; }

.frame-space-after-extra-large {
  margin-bottom: 200px; }

@media screen and (max-width: 450px) {
  .frame-space-before-medium {
    margin-top: 50px; }
  .frame-space-before-large {
    margin-top: 80px; }
  .frame-space-before-extra-large {
    margin-top: 100px; }
  .frame-space-after-medium {
    margin-bottom: 50px; }
  .frame-space-after-large {
    margin-bottom: 80px; }
  .frame-space-after-extra-large {
    margin-bottom: 100px; } }

/*Textstile -----------------------------------------*/
.button, input[type=submit], button {
  display: inline-block;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 120%;
  background: #e2004e;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 3px; }
  .button:hover, input[type=submit]:hover, button:hover {
    background-color: #79618a;
    color: #fff;
    text-decoration: none; }

.redtext {
  color: #e62d1f; }

.largetext {
  font-size: 1.5em; }

.smalltext {
  font-size: 14px;
  line-height: 110%; }

.uppercase {
  text-transform: uppercase; }

/*Rahmen -----------------------------------------*/
.frame-bluebox,
.frame-pinkbox {
  background: #c6e1dd;
  padding: 2%; }

.frame-pinkbox {
  background: #e1a6cb; }

/*Layouts -----------------------------------------*/
/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }
  .gridrow .col + .col {
    margin-left: 20px; }
  .gridrow.colSpacing_slim > .col + .col {
    margin-left: 10px; }
  .gridrow.colSpacing_wide > .col + .col {
    margin-left: 80px; }
  .gridrow.align_middle {
    align-items: center; }
  .gridrow.align_top {
    align-items: flex-start; }
  .gridrow.align_bottom {
    align-items: flex-end; }

/*Boxen 2er%*/
.grid2cols > .col {
  width: calc(50% - (20px / 2)); }

.grid2cols.colSpacing_slim > .col {
  width: calc(50% - (10px / 2)); }

.grid2cols.colSpacing_wide > .col {
  width: calc(50% - (80px / 2)); }

/*Boxen 3er%*/
.grid3cols > .col {
  width: calc(33.333% - (2 * 20px / 3)); }

.grid3cols.colSpacing_slim > .col {
  width: calc(33.333% - (2 * 10px / 3)); }

.grid3cols.colSpacing_wide > .col {
  width: calc(33.333% - (2 * 80px / 3)); }

/*Boxen 4er%*/
.grid4cols > .col {
  width: calc(25% - (3 * 20px / 4)); }

.grid4cols.colSpacing_slim > .col {
  width: calc(25% - (3 * 10px / 4)); }

.grid4cols.colSpacing_wide > .col {
  width: calc(25% - (3 * 80px / 4)); }

/*Boxen 5er%*/
.grid5cols > .col {
  width: calc(20% - (4 * 20px / 5)); }

.grid5cols.colSpacing_slim > .col {
  width: calc(20% - (4 * 10px / 5)); }

.grid5cols.colSpacing_wide > .col {
  width: calc(20% - (4 * 80px / 5)); }

/*Boxen 33%-66%*/
.col_pos_33-66 > .col.col1 {
  width: calc(33.333% - (20px / 2)); }

.col_pos_33-66 > .col.col2 {
  width: calc(66.666% - (20px / 2)); }

.col_pos_33-66.colSpacing_slim > .col.col1 {
  width: calc(33.333% - (10px / 2)); }

.col_pos_33-66.colSpacing_slim > .col.col2 {
  width: calc(66.666% - (10px / 2)); }

.col_pos_33-66.colSpacing_wide > .col.col1 {
  width: calc(33.333% - (80px / 2)); }

.col_pos_33-66.colSpacing_wide > .col.col2 {
  width: calc(66.666% - (80px / 2)); }

/*Boxen 66%-33%*/
.col_pos_66-33 > .col.col1 {
  width: calc(66.666% - (20px / 2)); }

.col_pos_66-33 > .col.col2 {
  width: calc(33.333% - (20px / 2)); }

.col_pos_66-33.colSpacing_slim > .col.col1 {
  width: calc(66.666% - (10px / 2)); }

.col_pos_66-33.colSpacing_slim > .col.col2 {
  width: calc(33.333% - (10px / 2)); }

.col_pos_66-33.colSpacing_wide > .col.col1 {
  width: calc(66.666% - (80px / 2)); }

.col_pos_66-33.colSpacing_wide > .col.col2 {
  width: calc(33.333% - (80px / 2)); }

/*Boxen 20%-80%*/
.col_pos_20-80 > .col.col1 {
  width: calc(20% - (20px / 2)); }

.col_pos_20-80 > .col.col2 {
  width: calc(80% - (20px / 2)); }

.col_pos_20-80.colSpacing_slim > .col.col1 {
  width: calc(20% - (10px / 2)); }

.col_pos_20-80.colSpacing_slim > .col.col2 {
  width: calc(80% - (10px / 2)); }

.col_pos_20-80.colSpacing_wide > .col.col1 {
  width: calc(20% - (80px / 2)); }

.col_pos_20-80.colSpacing_wide > .col.col2 {
  width: calc(80% - (80px / 2)); }

/*Boxen 80%-20%*/
.col_pos_80-20 > .col.col1 {
  width: calc(80% - (20px / 2)); }

.col_pos_80-20 > .col.col2 {
  width: calc(20% - (20px / 2)); }

.col_pos_80-20.colSpacing_slim > .col.col1 {
  width: calc(80% - (10px / 2)); }

.col_pos_80-20.colSpacing_slim > .col.col2 {
  width: calc(20% - (10px / 2)); }

.col_pos_80-20.colSpacing_wide > .col.col1 {
  width: calc(80% - (80px / 2)); }

.col_pos_80-20.colSpacing_wide > .col.col2 {
  width: calc(20% - (80px / 2)); }

@media all and (max-width: 1024px) {
  .grid4cols .col + .col, .grid4cols.colSpacing_slim .col + .col, .grid4cols.colSpacing_wide .col + .col,
  .grid5cols .col + .col, .grid5cols.colSpacing_slim .col + .col, .grid5cols.colSpacing_wide .col + .col {
    margin-left: 20px; }
  .grid4cols > .col, .grid4cols.colSpacing_slim > .col, .grid4cols.colSpacing_wide > .col,
  .grid5cols > .col, .grid5cols.colSpacing_slim > .col, .grid5cols.colSpacing_wide > .col {
    width: calc(50% - (20px / 2));
    margin-top: 20px; }
    .grid4cols > .col:nth-child(2n + 1), .grid4cols.colSpacing_slim > .col:nth-child(2n + 1), .grid4cols.colSpacing_wide > .col:nth-child(2n + 1),
    .grid5cols > .col:nth-child(2n + 1), .grid5cols.colSpacing_slim > .col:nth-child(2n + 1), .grid5cols.colSpacing_wide > .col:nth-child(2n + 1) {
      margin-left: 0; } }

@media all and (max-width: 960px) {
  .grid2cols > .col, .grid2cols.colSpacing_slim > .col, .grid2cols.colSpacing_wide > .col,
  .grid3cols > .col, .grid3cols.colSpacing_slim > .col, .grid3cols.colSpacing_wide > .col {
    width: 100%; }
  .grid2cols .col + .col, .grid2cols.colSpacing_slim .col + .col, .grid2cols.colSpacing_wide .col + .col,
  .grid3cols .col + .col, .grid3cols.colSpacing_slim .col + .col, .grid3cols.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px; }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2, .col_pos_33-66.colSpacing_slim > .col.col1, .col_pos_33-66.colSpacing_slim > .col.col2, .col_pos_33-66.colSpacing_wide > .col.col1, .col_pos_33-66.colSpacing_wide > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2, .col_pos_66-33.colSpacing_slim > .col.col1, .col_pos_66-33.colSpacing_slim > .col.col2, .col_pos_66-33.colSpacing_wide > .col.col1, .col_pos_66-33.colSpacing_wide > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2, .col_pos_20-80.colSpacing_slim > .col.col1, .col_pos_20-80.colSpacing_slim > .col.col2, .col_pos_20-80.colSpacing_wide > .col.col1, .col_pos_20-80.colSpacing_wide > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2, .col_pos_80-20.colSpacing_slim > .col.col1, .col_pos_80-20.colSpacing_slim > .col.col2, .col_pos_80-20.colSpacing_wide > .col.col1, .col_pos_80-20.colSpacing_wide > .col.col2 {
    width: 100%; }
  .col_pos_33-66 .col + .col, .col_pos_33-66.colSpacing_slim .col + .col, .col_pos_33-66.colSpacing_wide .col + .col,
  .col_pos_66-33 .col + .col, .col_pos_66-33.colSpacing_slim .col + .col, .col_pos_66-33.colSpacing_wide .col + .col,
  .col_pos_20-80 .col + .col, .col_pos_20-80.colSpacing_slim .col + .col, .col_pos_20-80.colSpacing_wide .col + .col,
  .col_pos_80-20 .col + .col, .col_pos_80-20.colSpacing_slim .col + .col, .col_pos_80-20.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px; } }

@media all and (max-width: 900px) {
  .grid4cols > .col, .grid4cols.colSpacing_slim > .col, .grid4cols.colSpacing_wide > .col,
  .grid5cols > .col, .grid5cols.colSpacing_slim > .col, .grid5cols.colSpacing_wide > .col {
    width: 100%; }
  .grid4cols .col + .col, .grid4cols.colSpacing_slim .col + .col, .grid4cols.colSpacing_wide .col + .col,
  .grid5cols .col + .col, .grid5cols.colSpacing_slim .col + .col, .grid5cols.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px; } }

/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: calc(1080px + 20px);
  margin: 0 auto;
  padding: 0 10px; }
  .site .allcont {
    display: flex;
    flex-wrap: wrap; }
    .site .allcont .cont {
      width: calc(100% - 30% - 10px);
      margin-right: 10px; }
      @media screen and (max-width: 900px) {
        .site .allcont .cont {
          width: 100%;
          margin-right: 0; } }
      .site .allcont .cont > DIV {
        background: #dedeeb;
        padding: 20px 30px;
        border-radius: 3px; }
        .site .allcont .cont > DIV + DIV {
          margin-top: 10px; }
    .site .allcont .sidebar {
      width: 30%; }
      @media screen and (max-width: 900px) {
        .site .allcont .sidebar {
          width: 100%;
          margin-top: 10px; } }
      @media screen and (min-height: 640px) {
        .site .allcont .sidebar {
          position: -webkit-sticky;
          position: sticky;
          align-self: start;
          top: 10px; } }
      .site .allcont .sidebar > DIV {
        padding: 20px 15px 15px 15px;
        border-radius: 3px; }
        .site .allcont .sidebar > DIV + DIV {
          margin-top: 10px; }

BODY.logged-in .site .allcont {
  display: block; }
  BODY.logged-in .site .allcont .teaser {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    BODY.logged-in .site .allcont .teaser .cont {
      width: calc(100% - 30% - 10px);
      margin-right: 10px;
      background: #dedeeb;
      padding: 20px 30px;
      border-radius: 3px; }
      @media screen and (max-width: 900px) {
        BODY.logged-in .site .allcont .teaser .cont {
          width: 100%;
          margin-right: 0;
          order: 2; } }
      BODY.logged-in .site .allcont .teaser .cont > DIV {
        padding: 0;
        border-radius: 0; }
    BODY.logged-in .site .allcont .teaser .sidebar {
      width: 30%;
      padding: 20px 15px 15px 15px;
      border-radius: 3px;
      background: #c6e1dd;
      align-self: stretch; }
      @media screen and (max-width: 900px) {
        BODY.logged-in .site .allcont .teaser .sidebar {
          width: 100%;
          order: 1;
          margin-top: 0;
          margin-bottom: 10px;
          padding: 20px 30px; } }
      BODY.logged-in .site .allcont .teaser .sidebar > DIV {
        padding: 0;
        border-radius: 0; }
  BODY.logged-in .site .allcont .cont-full > DIV {
    background: #dedeeb;
    padding: 20px 30px;
    border-radius: 3px; }
    BODY.logged-in .site .allcont .cont-full > DIV + DIV {
      margin-top: 10px; }

.layout_pagets__withoutSidebar .allcont {
  flex-direction: column; }
  .layout_pagets__withoutSidebar .allcont .cont {
    width: 100%;
    margin-right: 0; }

BODY.pagelayout_1 .site .allcont .cont > DIV {
  background: transparent;
  padding: 0;
  border-radius: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  font-family: "EurekaSansOT", Verdana, Arial, sans-serif;
  line-height: 120%; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    padding-top: 0.5em; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

p[class*="roofline"] {
  font-weight: bold; }

*[class*="headline"] + *:not(.frame) {
  margin-top: 1em; }

p:not([class*="roofline"]) + h1, p:not([class*="roofline"]) + h2, p:not([class*="roofline"]) + h3, p:not([class*="roofline"]) + h4, p:not([class*="roofline"]) + h5, p:not([class*="roofline"]) + h6, p:not([class*="roofline"]) + p, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + p, header + h1, header + h2, header + h3, header + h4, header + h5, header + h6, header + p {
  margin-top: 1em; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: 700; }

.typo3-message {
  color: #000 !important;
  text-align: center;
  font-size: 23px; }
  .typo3-message.message-0 {
    background: #c6e1dd;
    border-color: #a5cfc9; }

.loader {
  position: relative;
  cursor: default;
  pointer-events: none; }
  .loader:before {
    content: "";
    -webkit-animation: rotate 800ms infinite linear;
            animation: rotate 800ms infinite linear;
    border: 2px solid #e2004e;
    border-radius: 50%;
    border-right-color: #fff;
    border-top-color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    z-index: 3; }
  .loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e2004e;
    border-radius: 3px;
    z-index: 2; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

input, select, textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 10px 15px;
  font-family: "EurekaSansOT", Verdana, Arial, sans-serif;
  border-radius: 3px; }
  input:focus, select:focus, textarea:focus {
    border: 1px solid #c30c80;
    outline: none; }

input[type="submit"] {
  cursor: pointer;
  font-size: 18px; }
  input[type="submit"]:focus {
    border: none;
    outline: none; }

select {
  height: 41px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none;
  height: 150px; }

input[type=submit], button {
  width: 100%;
  text-align: center; }

input[type='radio'], input[type='checkbox'] {
  width: auto;
  margin-right: 5px; }

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  opacity: 1;
  color: #ccc; }

::-moz-placeholder {
  opacity: 1;
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

:focus {
  outline: rgba(255, 255, 255, 0); }

/*Tabelle*/
.table_container {
  overflow: auto; }

.allcont table {
  width: 100%;
  margin: 10px 0px 5px; }
  .allcont table tr th {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #c30c80;
    padding: 10px 15px;
    border-right: 1px solid #fff; }
  .allcont table tr td {
    padding: 5px 15px;
    border-right: 1px solid #fff; }
  .allcont table tr:nth-child(even) {
    background-color: #d8d8d8; }

/*
*********************
Responsive Design ONLY for the standard Elements of TYPO3
*********************
*/
@media all and (max-width: 890px) {
  /*
	*********************
	Text & Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
	*********************
	*/
  .ce-textpic.ce-intext {
    /*
			*********************
			Text & Bild / Text & Medien – Im Text rechts, Im Text links,
			Neben dem Text rechts, Neben dem Text links
			*********************
			*/ }
    .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
      float: unset;
      margin-left: 0;
      margin-bottom: 20px; }
      .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column {
        float: unset;
        width: 100%; }
        .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure,
        .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure,
        .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video {
          display: block;
          width: 100%; }
          .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure img,
          .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure video,
          .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video img,
          .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure img,
          .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure video,
          .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video img,
          .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video video {
            width: 100%;
            height: auto; } }

@media all and (max-width: 900px) {
  /*
	*********************
	Nur Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
	*********************
	*/
  .ce-image .ce-gallery {
    margin-bottom: 0;
    float: none; }
    .ce-image .ce-gallery .ce-column {
      float: none; }
    .ce-image .ce-gallery .image {
      display: block;
      width: 100%; }
      .ce-image .ce-gallery .image img {
        width: 100%;
        height: auto; }
  /*
	*********************
	Dateilinks – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
	*********************
	*/
  .ce-uploads li {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .ce-uploads li::before {
      content: none !important; }
    .ce-uploads li a {
      display: block; }
      .ce-uploads li a img {
        display: block;
        float: unset;
        padding-right: 0;
        margin-bottom: 10px; }
    .ce-uploads li > div span {
      font-size: 14px; } }

.head {
  padding: 30px 0 15px 0;
  /*.claim {
		display: none;
		font-size: 35px;
		font-family: $footerFont;
		color: $beige;
		text-shadow: 2px 4px 1px rgba(0, 0, 0, 1);
		letter-spacing: -1px;
		text-align: center;
		transform: rotate(-3deg);
		position: relative;
		top: -35px;
		@media screen and (max-width: $breakSmallTablet) {
			line-height: 45px;
		}
		@media screen and (max-width: $breakMobile) {
			font-size: 20px;
		}
		.largeText {
			font-size: 50px;
			@media screen and (max-width: $breakMobile) {
				font-size: 35px;
			}
		}
		.largestText {
			font-size: 85px;
			@media screen and (max-width: $breakSmallTablet) {
				&:before {
					content: "\a ";
					white-space: pre;
				}
			}
			@media screen and (max-width: $breakMobile) {
				font-size: 70px;
			}
		}
	}*/ }
  @media screen and (max-width: 800px) {
    .head {
      padding: 0; } }
  .head > .inner {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative; }
    @media screen and (max-width: 800px) {
      .head > .inner {
        padding-top: 20px; } }
    .head > .inner .small_logo {
      transition: all 0.3s ease-in-out;
      background: url(../Images/logo-schmidt.png) no-repeat 0;
      background-size: contain;
      width: 256px;
      height: 101px;
      max-width: 24%;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0; }
      .head > .inner .small_logo span {
        display: none; }
    .head > .inner .logo {
      transition: all 0.3s ease-in-out;
      background: url(../Images/LogoClaim_schmidt-schnapper.svg) no-repeat 0;
      background-size: contain;
      width: 918px;
      height: 300px;
      max-width: 100%;
      margin: 0 auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media screen and (max-width: 450px) {
        .head > .inner .logo {
          height: 230px; } }
      .head > .inner .logo a {
        display: block;
        width: 100%;
        height: 100%; }
        .head > .inner .logo a span {
          display: none; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*loginOrRegistration  ------------------------------------------------------- */
.loginOrRegistration IMG {
  margin-bottom: 10px; }

.loginOrRegistration .registration_wrap,
.loginOrRegistration .login_wrap {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 310px; }
  .loginOrRegistration .registration_wrap.act,
  .loginOrRegistration .login_wrap.act {
    display: flex; }

/*userInfo  ------------------------------------------------------- */
.userInfo {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; }
  .userInfo .button_row A {
    padding: 10px 0;
    text-decoration: underline; }
    .userInfo .button_row A + A {
      margin-left: 8px; }

.foot {
  color: #fff;
  padding: 30px 0 5px;
  position: relative;
  font-size: 15px; }
  .foot .inner {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 900px) {
      .foot .inner {
        flex-direction: column;
        align-items: center; } }
    .foot .inner a {
      text-decoration: none;
      color: #fff; }
      .foot .inner a:hover {
        text-decoration: underline; }
    .foot .inner .foot_left {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: calc(100% - 30% - 10px);
      margin-right: 10px; }
      @media screen and (max-width: 900px) {
        .foot .inner .foot_left {
          width: 100%;
          margin-right: 0;
          justify-content: center; } }
      .foot .inner .foot_left .small_logo {
        background: url(../Images/logo-schmidt.png) no-repeat 0;
        background-size: contain;
        width: 120px;
        height: 55px;
        margin-right: 10px; }
        .foot .inner .foot_left .small_logo span {
          display: none; }
    .foot .inner .foot_right {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 900px) {
        .foot .inner .foot_right {
          width: 100%; } }
      .foot .inner .foot_right .footnav .footnavmenu {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 670px) {
          .foot .inner .foot_right .footnav .footnavmenu {
            margin: 10px 0; } }
        .foot .inner .foot_right .footnav .footnavmenu li A {
          display: block;
          padding: 0 5px;
          line-height: 100%; }
          @media screen and (max-width: 670px) {
            .foot .inner .foot_right .footnav .footnavmenu li A {
              padding: 5px; } }
          .foot .inner .foot_right .footnav .footnavmenu li A[href*="//"]:before {
            content: none; }
        .foot .inner .foot_right .footnav .footnavmenu li + li {
          border-left: 1px solid #fff; }

/*Login*/
.tx-felogin-login > P,
.tx-felogin-logout > P,
.tx-felogin-recovery > P,
.tx-felogin-change_password > P {
  line-height: 100%; }

.tx-felogin-login form fieldset > DIV,
.tx-felogin-logout form fieldset > DIV,
.tx-felogin-recovery form fieldset > DIV,
.tx-felogin-change_password form fieldset > DIV {
  margin-top: 10px; }

.tx-felogin-login form .flex,
.tx-felogin-logout form .flex,
.tx-felogin-recovery form .flex,
.tx-felogin-change_password form .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center; }
  .tx-felogin-login form .flex > DIV,
  .tx-felogin-logout form .flex > DIV,
  .tx-felogin-recovery form .flex > DIV,
  .tx-felogin-change_password form .flex > DIV {
    width: 50%; }
  .tx-felogin-login form .flex input[type="submit"],
  .tx-felogin-logout form .flex input[type="submit"],
  .tx-felogin-recovery form .flex input[type="submit"],
  .tx-felogin-change_password form .flex input[type="submit"] {
    padding: 10px 0;
    width: 100%;
    text-align: center; }
  .tx-felogin-login form .flex A,
  .tx-felogin-logout form .flex A,
  .tx-felogin-recovery form .flex A,
  .tx-felogin-change_password form .flex A {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-align: center; }

/*femanager*/
.tx-femanager fieldset {
  display: flex;
  flex-wrap: wrap; }
  .tx-femanager fieldset .femanager_fieldset {
    width: 100%;
    margin-top: 10px;
    position: relative; }
    .tx-femanager fieldset .femanager_fieldset.has-error INPUT {
      border-color: #c30c80; }
    .tx-femanager fieldset .femanager_fieldset.femanager_gender .col-sm-10 {
      display: flex;
      flex-wrap: wrap; }
      .tx-femanager fieldset .femanager_fieldset.femanager_gender .col-sm-10 .radio + .radio {
        margin-left: 15px; }
      .tx-femanager fieldset .femanager_fieldset.femanager_gender .col-sm-10 .radio INPUT {
        position: relative;
        top: 2px; }
    .tx-femanager fieldset .femanager_fieldset.femanager_firstname, .tx-femanager fieldset .femanager_fieldset.femanager_lastname, .tx-femanager fieldset .femanager_fieldset.femanager_password, .tx-femanager fieldset .femanager_fieldset.femanager_password_repeat {
      width: calc(50% - 5px); }
    .tx-femanager fieldset .femanager_fieldset.femanager_lastname, .tx-femanager fieldset .femanager_fieldset.femanager_password_repeat {
      margin-left: 10px; }
    .tx-femanager fieldset .femanager_fieldset .alert {
      display: none;
      position: absolute;
      bottom: 50%;
      right: -10px;
      width: 125px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fff;
      border-radius: 3px;
      border: 1px solid #f1f1f1;
      padding: 5px 10px;
      font-size: 12px;
      line-height: 100%; }
      .tx-femanager fieldset .femanager_fieldset .alert H4, .tx-femanager fieldset .femanager_fieldset .alert BUTTON {
        display: none; }
    .tx-femanager fieldset .femanager_fieldset.femanager_email .alert {
      display: block; }

.tx-femanager .showDeleteLink_wrap {
  border: 1px solid #c30c80;
  padding: 20px;
  margin: 70px auto;
  max-width: 600px;
  background: #fff;
  text-align: center;
  border-radius: 3px; }
  .tx-femanager .showDeleteLink_wrap .femanager_fieldset {
    margin-top: 10px; }

.tx-femanager .femanager_flashmessages .typo3-message {
  color: #000 !important;
  text-align: center;
  font-size: 23px; }
  .tx-femanager .femanager_flashmessages .typo3-message.message-0 + .typo3-message.message-0 {
    display: none; }
  .tx-femanager .femanager_flashmessages .typo3-message.message-0 {
    background: #c6e1dd;
    border-color: #a5cfc9; }

.tx-events .eventList {
  margin-top: 25px;
  display: table; }
  @media screen and (max-width: 670px) {
    .tx-events .eventList {
      display: block; } }
  .tx-events .eventList UL.event {
    display: table-row;
    width: 100%;
    background: #6abab3; }
    @media screen and (max-width: 670px) {
      .tx-events .eventList UL.event {
        display: block;
        margin-bottom: 10px; } }
    .tx-events .eventList UL.event + .event > LI {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 670px) {
        .tx-events .eventList UL.event + .event > LI {
          border-top: none; } }
    .tx-events .eventList UL.event > LI {
      display: table-cell;
      vertical-align: middle;
      margin-bottom: 1px;
      padding: 15px 15px 12px 15px;
      color: #fff;
      border-right: 1px solid #fff;
      text-transform: uppercase;
      font-size: 20px;
      width: 19%; }
      @media screen and (max-width: 670px) {
        .tx-events .eventList UL.event > LI {
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          margin-bottom: 0;
          border-right: 0; } }
      .tx-events .eventList UL.event > LI:before {
        content: none; }
      .tx-events .eventList UL.event > LI:last-child {
        border-right: 0 none; }
      .tx-events .eventList UL.event > LI.eventTitle {
        font-weight: bold; }
        @media screen and (max-width: 670px) {
          .tx-events .eventList UL.event > LI.eventTitle {
            border-bottom: 1px solid #fff; } }
      .tx-events .eventList UL.event > LI.eventListDates {
        width: 40%;
        font-weight: bold; }
        @media screen and (max-width: 670px) {
          .tx-events .eventList UL.event > LI.eventListDates {
            width: 75%; } }
        @media screen and (max-width: 450px) {
          .tx-events .eventList UL.event > LI.eventListDates {
            width: 100%; } }
        .tx-events .eventList UL.event > LI.eventListDates .flex {
          display: flex;
          justify-content: space-between;
          flex-wrap: inherit;
          align-items: center;
          flex-wrap: wrap; }
          @media screen and (max-width: 450px) {
            .tx-events .eventList UL.event > LI.eventListDates .flex {
              flex-direction: column;
              align-items: flex-start; } }
          .tx-events .eventList UL.event > LI.eventListDates .flex .dateTitle {
            padding: 0 10px 0 0; }
          .tx-events .eventList UL.event > LI.eventListDates .flex .dateList {
            flex: 0 0 auto; }
            .tx-events .eventList UL.event > LI.eventListDates .flex .dateList span {
              display: inline-grid;
              background: #e2004e;
              padding: 0 10px 3px; }
            .tx-events .eventList UL.event > LI.eventListDates .flex .dateList em {
              font-style: normal; }
              .tx-events .eventList UL.event > LI.eventListDates .flex .dateList em:after {
                content: ' + ';
                display: inline-block;
                padding: 0 3px; }
            .tx-events .eventList UL.event > LI.eventListDates .flex .dateList em.last:after {
              display: none; }
      .tx-events .eventList UL.event > LI.eventListDiscount {
        text-align: center;
        width: 10%;
        font-size: 26px; }
        @media screen and (max-width: 670px) {
          .tx-events .eventList UL.event > LI.eventListDiscount {
            width: 25%; } }
        @media screen and (max-width: 450px) {
          .tx-events .eventList UL.event > LI.eventListDiscount {
            width: 100%;
            padding-top: 0;
            text-align: right; } }
      .tx-events .eventList UL.event > LI.eventListButtons {
        text-align: center;
        width: 33%; }
        @media screen and (max-width: 1024px) {
          .tx-events .eventList UL.event > LI.eventListButtons {
            width: 15%; } }
        @media screen and (max-width: 670px) {
          .tx-events .eventList UL.event > LI.eventListButtons {
            width: 100%;
            border-top: 1px solid #fff;
            padding: 5px 15px 15px 15px; } }
        .tx-events .eventList UL.event > LI.eventListButtons .btn {
          display: inline-block;
          vertical-align: middle;
          background: transparent;
          border: 1px solid #f5f5f5;
          padding: 7px 15px;
          color: #fff; }
          @media screen and (max-width: 670px) {
            .tx-events .eventList UL.event > LI.eventListButtons .btn {
              margin-top: 10px; } }
          .tx-events .eventList UL.event > LI.eventListButtons .btn:hover {
            background: #e2004e;
            color: #fff;
            text-decoration: none; }
          .tx-events .eventList UL.event > LI.eventListButtons .btn + .btn {
            margin-left: 2px; }
            @media screen and (max-width: 1024px) {
              .tx-events .eventList UL.event > LI.eventListButtons .btn + .btn {
                display: none; } }
            @media screen and (max-width: 670px) {
              .tx-events .eventList UL.event > LI.eventListButtons .btn + .btn {
                display: inline-block; } }
.tx-events .event_detail .row1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .tx-events .event_detail .row1 .row1_left {
    width: calc(100% - 30% - 10px);
    margin-right: 10px;
    background: #dedeeb;
    padding: 20px 30px;
    border-radius: 3px; }
    @media screen and (max-width: 900px) {
      .tx-events .event_detail .row1 .row1_left {
        width: 100%;
        margin-right: 0;
        order: 2; } }
    .tx-events .event_detail .row1 .row1_left H1 {
      margin: 0 0 15px 0;
      font-size: 34px;
      text-transform: uppercase; }
    .tx-events .event_detail .row1 .row1_left H2 {
      margin: 0;
      font-size: 28px; }
      .tx-events .event_detail .row1 .row1_left H2 .eventDetailDiscount {
        color: #fff;
        background: #e2004e;
        display: inline-block;
        padding: 0px 10px; }
    .tx-events .event_detail .row1 .row1_left .eventDetailDates {
      margin-top: 20px;
      font-size: 19px; }
      .tx-events .event_detail .row1 .row1_left .eventDetailDates p {
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 670px) {
          .tx-events .event_detail .row1 .row1_left .eventDetailDates p > SPAN {
            display: block;
            margin-bottom: 5px; } }
      .tx-events .event_detail .row1 .row1_left .eventDetailDates a {
        display: inline-block;
        vertical-align: middle;
        min-width: 150px;
        text-align: center;
        margin: 0 0 5px 5px;
        background: #c6e1dd;
        padding: 5px 10px;
        text-decoration: none;
        white-space: nowrap; }
        @media screen and (max-width: 670px) {
          .tx-events .event_detail .row1 .row1_left .eventDetailDates a {
            margin-left: 0;
            margin-right: 5px; } }
        @media screen and (max-width: 450px) {
          .tx-events .event_detail .row1 .row1_left .eventDetailDates a {
            width: 100%;
            margin-right: 0; } }
        .tx-events .event_detail .row1 .row1_left .eventDetailDates a span.date {
          display: block; }
        .tx-events .event_detail .row1 .row1_left .eventDetailDates a span.getTicket {
          display: none; }
        .tx-events .event_detail .row1 .row1_left .eventDetailDates a:hover {
          background: #e2004e;
          color: #fff; }
          .tx-events .event_detail .row1 .row1_left .eventDetailDates a:hover span.appointment {
            display: none; }
          .tx-events .event_detail .row1 .row1_left .eventDetailDates a:hover span.getTicket {
            display: inline-block; }
  .tx-events .event_detail .row1 .row1_right {
    width: 30%;
    padding: 20px 15px 15px 15px;
    border-radius: 3px;
    background: #c6e1dd;
    align-self: stretch; }
    @media screen and (max-width: 900px) {
      .tx-events .event_detail .row1 .row1_right {
        width: 100%;
        order: 1;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 20px 30px; } }
.tx-events .event_detail .row2.eventDetailInfo {
  background: #dedeeb;
  padding: 15px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap; }
  .tx-events .event_detail .row2.eventDetailInfo .eventDetailDesc {
    padding-right: 25px;
    padding-left: 10px;
    width: 62%; }
    @media screen and (max-width: 900px) {
      .tx-events .event_detail .row2.eventDetailInfo .eventDetailDesc {
        padding-right: 0;
        width: 100%; } }
  .tx-events .event_detail .row2.eventDetailInfo .eventDetailImage {
    width: 38%; }
    @media screen and (max-width: 900px) {
      .tx-events .event_detail .row2.eventDetailInfo .eventDetailImage {
        width: auto;
        margin: 20px auto 0; } }
    .tx-events .event_detail .row2.eventDetailInfo .eventDetailImage A {
      display: block; }
      .tx-events .event_detail .row2.eventDetailInfo .eventDetailImage A:before {
        content: none; }

.tx-events .event_detail .row3.otherEvents {
  background: #e1a6cb;
  padding: 20px 15px 15px 15px;
  border-radius: 3px;
  margin-top: 10px; }

.datePicker {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3; }
  .datePicker .inner {
    display: table;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center; }
  .datePicker .wrap {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
  .datePicker ul {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5); }
    .datePicker ul li {
      display: block;
      border: 0 none;
      width: 100%;
      padding: 0 !important;
      background: #fff;
      margin-bottom: 1px; }
      .datePicker ul li:before {
        content: none; }
      .datePicker ul li a {
        display: block;
        padding: 15px 10px 12px 10px;
        color: #e2004e;
        text-decoration: none;
        transition: background 0.2s ease-in-out; }
        .datePicker ul li a:hover {
          background: #e2004e;
          color: #fff; }
    .datePicker ul li.closeOverlay {
      background: transparent;
      text-transform: none;
      text-align: right;
      padding: 0 0 2px; }
      .datePicker ul li.closeOverlay a {
        padding: 0;
        display: inline-block; }
      .datePicker ul li.closeOverlay a:after {
        display: inline-block;
        content: "✕";
        color: #fff;
        font-size: 23px;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
      .datePicker ul li.closeOverlay a:hover {
        background: transparent;
        transition: all 0.2s ease-in-out; }
        .datePicker ul li.closeOverlay a:hover:after {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .datePicker ul li.closeOverlay span {
        display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
