    

/* Generated Thu Feb 26 23:12:35 2026 */


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  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"], /* 1 */
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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, /* 1 */
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;
}

    ul {
       list-style-type: none;
       padding: 0;
       margin: 0;
    }

    svg {
       fill: currentColor;
    }

    a,
    a:hover,
    a:focus,
    body:not(.admon-backend) a,
    body:not(.admon-backend) a:hover,
    body:not(.admon-backend) a:focus {
       text-decoration: none;
       outline: none;
       color: currentColor;
    }



    #grid-h {
        max-height: 107px;
    }



    #grid-n {
        border-top: 3px solid  rgba(0,0,0,0.075);
        background: #e10100;
    }


    #grid-b {
        position: relative;
        z-index: 99;
    }


    #grid-m {
        position: relative;
        padding: 37.5px 0;
    }

    @media (min-width: 767px) {
        #grid-m {
            padding: 75px 0;
        }
    }

    
        #grid-m .module:not(:first-child),
        #grid-m [class*="'type' : 'module'"]:not(:first-child) {
            margin-top: 75px;
        }

        @media (max-width: 991px) {
            #grid-m .module:not(:first-child),
            #grid-m [class*="'type' : 'module'"]:not(:first-child) {
                margin-top: 37.5px;
            }
        }


        .site-edit #grid-m .module:not(:first-child),
        .site-edit #grid-m [id^="admon-placeholder"] + [class*="'type' : 'module'"] {
            margin-top: 0;
        }

    
        #grid-m .module-teaser-top-location,
        #grid-m [id^="admon-html-content-teaser-top-location"],
        #grid-m .module-gallery,
        #grid-m [id^="admon-html-content-gallery"],
        #grid-m .module-service-benefits,
        #grid-m [id^="admon-html-content-service-benefits"]
        {
            margin-top: 0 !important;
        }




    #grid-f {
        position: relative;
    }




    .site-edit .admon-ui-dialog {
        min-height: 470px !important;
    }

    body.admon-backend .admon-sidebar-overview h1 {
        text-transform: none;
    }

    body.admon-backend .admon-sidebar-item-label {
        font-size: 12px;
        line-height: 25px;
        padding: 0 0 0 15px;
    }

    body.admon-backend .admon-sidebar-item-icon {
        display: inline-block;
        float: left;
        width: 16px;
        height: 16px;
        margin: 0;
        position: relative;
        top: 5px;
        left: 5px;
    }

    .admon-sidebar-overview li a:link:not(.admon-sidebar-shortlink),
    .admon-sidebar-overview li a:visited:not(.admon-sidebar-shortlink) {
        background-position-y: 11px;
    }

    .admon-sidebar-shortlink {
        display: block;
    }

    .admon-sidebar-shortlink:after {
        content: "";
        display: table;
        clear: both;
    }

    .admon-sidebar-overview li a:hover {
        background-color: #f5f5f4 !important;
    }
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight-next,
	.featherlight-previous {
		display: block;
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		left: 80%;
		cursor: pointer;
		/* preventing text selection */
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		/* IE9 hack, otherwise navigation doesn't appear */
		background: rgba(0,0,0,0);
	}

	.featherlight-previous {
		left: 25px;
		right: 80%;
	}

	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: rgba(255,255,255,0.25);
	}


	.featherlight-next span,
	.featherlight-previous span {
		display: none;
		position: absolute;

		top: 50%;
		left: 5%;
		width: 82%;

		/* center horizontally */
		text-align: center;

		font-size: 80px;
		line-height: 80px;

		/* center vertically */
		margin-top: -40px;

		text-shadow: 0px 0px 5px #fff;
		color: #fff;
		font-style: normal;
		font-weight: normal;
	}
	.featherlight-next span {
		right: 5%;
		left: auto;
	}


	.featherlight-next:hover span,
	.featherlight-previous:hover span {
		display: inline-block;
	}

	/* Hide navigation while loading */
	.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
		display:none;
	}
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}

/*! Flickity v2.0.3
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



    ul, ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .site-text ul:not(:last-child),
    .site-text ol:not(:last-child) {
        list-style: none;
        padding: 0 0 15px 0;
    }

    .site-text li {
        padding-left: 20px;
        margin-bottom: 5px;
        line-height: 1.5;
        font-weight: lighter;
    }

    .site-text ul li {
        padding-left: 15px;
    }

    .site-text li:last-child {
        margin-bottom: 0;
    }

    .site-text ul ul,
    .site-text ol ol {
        padding-left: 20px;
    }

    .site-text ul li:before {
        display: inline-block;
        content: '';
        margin-left: -15px;
        margin-right: 10px;
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #e10100;
    }

    .site-text ol li {
        color: #333333;
        counter-increment: list;
        position: relative;
    }

    .site-text ol > li:before {
        content: counter(list) ".";
        position: absolute;
        left: 0;
        width: 20px;
        letter-spacing: -0.1em;
        color: #e10100;
    }


.form-control {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    padding: 0 2.5rem;
    font-size: 1.4rem;
    line-height: 40px;
    height: 40px;
    color: #333333;
    background: #f5f5f4;
    border: 1px solid #fff;
	vertical-align: middle;
    text-overflow: ellipsis;
    border: 1px solid #f0f0f0;
}

textarea.form-control {
    resize: vertical;
    line-height: 1.4;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 100px;
}


.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #222222;
    background-color: #fff;
    border-color: #ffed00;
    outline: none;
}

select.form-control:focus::-ms-value {
    color: #333333;
    background-color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f4;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

.form-group {
    margin-bottom: 20px;
}






    .site-form .checkbox,
    .site-form .radio {
        line-height: 1.25;
    }

    .site-form .checkbox label,
    .site-form .radio label {
        position: relative;
        cursor: pointer;
        padding: 1rem 0 1rem 2.2rem;
        text-align: left;
        color: inherit;
        display: block;
    }

    .site-form .form-cols .checkbox label,
    .site-form .form-cols .radio label {
        backface-visibility: hidden;
    }

    .site-form .checkbox input,
    .site-form .radio input {
        width: auto;
        opacity: 0;
        position: absolute;
        left: 0;
        height: auto;
    }

    .site-form .radio {
        margin: 0rem;
    }

    .site-form .radio .helper {
        position: absolute;
        top: calc(50% - 0.8rem);
        left: 0;
        cursor: pointer;
        display: block;
        font-size: 1rem;
        -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
        color: #999;
    }

    .site-form .radio .helper::before,
    .site-form .radio .helper::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 1.6rem;
        height: 1.6rem;
        -webkit-transition: -webkit-transform 0.30s ease;
        transition: -webkit-transform 0.30s ease;
        transition: transform 0.30s ease;
        transition: transform 0.30s ease, -webkit-transform 0.30s ease;
        border-radius: 50%;
        border: 0.2rem solid currentColor;
    }

    .site-form .radio .helper::after {
        -webkit-transform: scale(0);
        transform: scale(0);
        background-color: #e10100;
        border-color: #e10100;
    }

    .site-form .radio label:hover .helper {
        color: #e10100;
    }

    .site-form .radio input:checked ~ .helper::after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .site-form .radio input:checked ~ .helper::before {
        color: #e10100;
    }

    .site-form .checkbox {
        margin: 0rem;
    }

    .site-form .checkbox .helper {
        color: #999;
        position: absolute;
        top: calc(50% - 0.8rem);
        left: 0;
        width: 1.6rem;
        height: 1.6rem;
        z-index: -1;
        border: 0.2rem solid currentColor;
        border-radius: 0.1rem;
        -webkit-transition: border-color 0.30s ease;
        transition: border-color 0.30s ease;
    }
	
	.site-form .checkbox .helper.datenschutz {
        top: calc(25% - 0.8rem);
    }
	
    .site-form .checkbox .helper::before,
    .site-form .checkbox .helper::after {
        position: absolute;
        height: 0;
        width: 0.32rem;
        background-color: #e10100;
        display: block;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 0.25rem;
        content: '';
        -webkit-transition: opacity 0.30s ease, height 0s linear 0.30s;
        transition: opacity 0.30s ease, height 0s linear 0.30s;
        opacity: 0;
    }

    .site-form .checkbox .helper::before {
        top: 1.04rem;
        left: 0.608rem;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        box-shadow: 0 0 0 0.1rem #fff;
    }

    .site-form .checkbox .helper::after {
        top: 0.48rem;
        left: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .site-form .checkbox label:hover .helper {
        color: #e10100;
    }

    .site-form .checkbox input:checked ~ .helper {
        color: #e10100;
    }

    .site-form .checkbox input:checked ~ .helper::after,
    .site-form .checkbox input:checked ~ .helper::before {
        opacity: 1;
        -webkit-transition: height 0.30s ease;
        transition: height 0.30s ease;
    }

    .site-form .checkbox input:checked ~ .helper::after {
        height: 0.8rem;
    }

    .site-form .checkbox input:checked ~ .helper::before {
        height: 1.62rem;
        -webkit-transition-delay: 0.30s;
        transition-delay: 0.30s;
    }

    .site-form .checkbox.invalid .helper {
        border-color: #e2001a;
    }

    .site-form .checkbox input:focus ~ .helper,
    .site-form .radio input:focus ~ .helper::before {
        outline: 1px dotted #e10100;
        outline-offset: 3px;
    }


    .site-form .form-group .invalid input {
        border-color: #e2001a;
    }

    .site-form .form-group .valid input {
        border-color: #009d42;
    }

    .site-form .form-group .invalid select {
        border-color: #e2001a;
    }

    .site-form .form-group .valid select {
        border-color: #009d42;
    }

    .parsley-errors-list,
    .errors-list {
        padding: 0px 15px;
        margin: 8px 0px;
        line-height: 1.2;
        color: #e2001a;
    }


.site-market-cart {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 992px) {
    .site-market-cart {
        border-left: 2px solid #e8e8e8;
        border-right: 2px solid #e8e8e8;
        flex-grow: 1;
    }
}

.site-market-cart .intro {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-market-cart h4 {
    font-size: 16px;
}

.site-market-cart form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .site-market-cart .row-flex {
        display: flex;
        flex-grow: 1;
    }
}

.site-market-cart .column {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
    border-top: 2px solid #e8e8e8;
}

@media (min-width: 992px) {
    .site-market-cart .column:not(:last-child) {
        border-right: 2px solid #e8e8e8;
    }
}


.site-dropdown .dropdown-content {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    background-color: #f5f5f4;
    padding: 15px;
    z-index: 1;
    border-right: 3px solid rgba(0,0,0,0.15);
    border-bottom: 3px solid rgba(0,0,0,0.15);
    display: none;
}

.site-dropdown:hover .dropdown-content {
    display: block;
}
.site-gallery {
    margin: 30px auto 0 auto;
    text-align: center;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    overflow: hidden;
    left: -2000px;
    right: -2000px;
    width: calc(100% + 4000px);
}

.site-gallery img {
    display: inline-block;
}



    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4 {
        color: #333333;
        line-height: 1.2;
        font-weight: normal;
        padding: 0;
        margin: 0 0 1rem 0;
    }

    h1, .h1,
    h2, .h2 {
        color: #000000;
        font-family: Generica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 24px;
        word-spacing: 0.175em;
    }

    h3, .h3 {
        font-size: 22px;
        font-weight: 700;
    }

    h4, .h4 {
        font-size: 18px;
        font-weight: 700;
    }



    .site-headline {
        text-align:center;
        color: #fff;
    }

    .site-headline h1 {
        color: currentColor;
        font-size: 40px;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
    }

    .site-headline p {
        font-size: 18px;
        display: block;
        font-weight: bold;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    }

    @media (max-width: 767px) {
        .site-headline {
            height: 135px;
        }

        .site-headline h1 {
            font-size: 32px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: calc(100% - 30px);
            left: 15px;
            right: 15px;
            margin: 0 auto;
        }

        .site-headline p {
            display: none;
        }
    }

    @media (min-width: 768px) {
        .site-headline {
            padding-top: 40px;
            padding-bottom: 40px;
        }
    }

    @media (min-width: 992px) {
        .site-headline {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }



    .site-text {
        line-height: 1.5;
        font-size: 14px;
    }

    .site-text * + h1,
    .site-text * + h2,
    .site-text * + h3,
    .site-text * + h4 {
        padding-top: 5px;
    }

     p {
        padding: 0;
        line-height: 1.5;
        margin: 0 0 1.5rem 0;
    }

    p:last-child {
        margin-bottom: 0;
    }

    .site-text-right {
        text-align: right;
    }

    .site-text-small {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.5;
        font-size: 12px;
    }

    .flickity:after {
        display: none;
    }

    .flickity:not(.flickity-enabled) {
        white-space: nowrap;
        overflow: hidden;
    }

    .flickity:not(.flickity-enabled) > .item {
        display: inline-block;
        white-space: normal;
        margin: 0 13px;
    }

    .flickity:not(.flickity-enabled) > .item:first-child {
        margin-left: 0;
    }

    .flickity-prev-next-button[disabled] {
        display: none;
    }

    .market-cart-price-table {
        width: 100%;
        margin-bottom: 15px;
    }

    .market-cart-price-table td,
    .market-cart-price-table th {
        padding: 15px 0;
        text-align: left;
        border-bottom: 1px solid black;
    }

    .market-cart-price-table th.date-title {
        padding: 15px 0;
        text-align: left;
        border-bottom: 1px solid black;
    }

    .market-cart-price-table .total-row {
        font-weight: bold;
    }

    .market-cart-price-table .total-row td,
    .market-cart-price-table .sub-total-row td {
        border-bottom: none;
        border-top: 1px solid black;
    }

    .dealer-credit-row td {
        border-top: 2px solid black !important;
    }

    .market-cart-price-table tr td:last-child,
    .market-cart-price-table tr th:last-child:not(.date-title) {
        text-align: right;
    }



    
                            *, *::before, *::after {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            .container {
                margin-left: auto;
                margin-right: auto;
                position: relative;
            }

            .clearfix::after,
            .container::after,
            .row::after {
                content: "";
                display: table;
                clear: both;
            }

            [class^="col-"] {
                float: left;
                position: relative;
                min-height: 1px;
            }
        
                .container {
            width: 100%;
                        max-width:     540px;
                        padding-left:  15px;
            padding-right: 15px;
        }

                .row {
            margin-left:  -15px;
            margin-right: -15px;
        }

                .row > [class*="col-"] {
            padding-left:  15px;
            padding-right: 15px;
        }

                    

            .col-xs-1 {
                width: 8.3333333333333%;
            }

                                            

            .col-xs-2 {
                width: 16.666666666667%;
            }

                                            

            .col-xs-3 {
                width: 25%;
            }

                                            

            .col-xs-4 {
                width: 33.333333333333%;
            }

                                            

            .col-xs-5 {
                width: 41.666666666667%;
            }

                                            

            .col-xs-6 {
                width: 50%;
            }

                                            

            .col-xs-7 {
                width: 58.333333333333%;
            }

                                            

            .col-xs-8 {
                width: 66.666666666667%;
            }

                                            

            .col-xs-9 {
                width: 75%;
            }

                                            

            .col-xs-10 {
                width: 83.333333333333%;
            }

                                            

            .col-xs-11 {
                width: 91.666666666667%;
            }

                                            

            .col-xs-12 {
                width: 100%;
            }

                                
                .hidden-xs-up {
            display: none !important;
        }

                
                
    
                            @media (min-width: 576px) {
        
                .container {
            width: 100%;
                        max-width:     540px;
                        padding-left:  15px;
            padding-right: 15px;
        }

                .row {
            margin-left:  -15px;
            margin-right: -15px;
        }

                .row > [class*="col-"] {
            padding-left:  15px;
            padding-right: 15px;
        }

                    

            .col-sm-1 {
                width: 8.3333333333333%;
            }

                                            

            .col-sm-2 {
                width: 16.666666666667%;
            }

                                            

            .col-sm-3 {
                width: 25%;
            }

                                            

            .col-sm-4 {
                width: 33.333333333333%;
            }

                                            

            .col-sm-5 {
                width: 41.666666666667%;
            }

                                            

            .col-sm-6 {
                width: 50%;
            }

                                            

            .col-sm-7 {
                width: 58.333333333333%;
            }

                                            

            .col-sm-8 {
                width: 66.666666666667%;
            }

                                            

            .col-sm-9 {
                width: 75%;
            }

                                            

            .col-sm-10 {
                width: 83.333333333333%;
            }

                                            

            .col-sm-11 {
                width: 91.666666666667%;
            }

                                            

            .col-sm-12 {
                width: 100%;
            }

                                
                .hidden-sm-up {
            display: none !important;
        }

                            }

                        @media (max-width: 575px) {
                .hidden-xs-down {
                    display: none !important;
                }
            }
        
                
    
                            @media (min-width: 768px) {
        
                .container {
            width: 100%;
                        max-width:     720px;
                        padding-left:  15px;
            padding-right: 15px;
        }

                .row {
            margin-left:  -15px;
            margin-right: -15px;
        }

                .row > [class*="col-"] {
            padding-left:  15px;
            padding-right: 15px;
        }

                    

            .col-md-1 {
                width: 8.3333333333333%;
            }

                                            

            .col-md-2 {
                width: 16.666666666667%;
            }

                                            

            .col-md-3 {
                width: 25%;
            }

                                            

            .col-md-4 {
                width: 33.333333333333%;
            }

                                            

            .col-md-5 {
                width: 41.666666666667%;
            }

                                            

            .col-md-6 {
                width: 50%;
            }

                                            

            .col-md-7 {
                width: 58.333333333333%;
            }

                                            

            .col-md-8 {
                width: 66.666666666667%;
            }

                                            

            .col-md-9 {
                width: 75%;
            }

                                            

            .col-md-10 {
                width: 83.333333333333%;
            }

                                            

            .col-md-11 {
                width: 91.666666666667%;
            }

                                            

            .col-md-12 {
                width: 100%;
            }

                                
                .hidden-md-up {
            display: none !important;
        }

                            }

                        @media (max-width: 767px) {
                .hidden-sm-down {
                    display: none !important;
                }
            }
        
                
    
                            @media (min-width: 992px) {
        
                .container {
            width: 100%;
                        max-width:     960px;
                        padding-left:  20px;
            padding-right: 20px;
        }

                .row {
            margin-left:  -20px;
            margin-right: -20px;
        }

                .row > [class*="col-"] {
            padding-left:  20px;
            padding-right: 20px;
        }

                    

            .col-lg-1 {
                width: 8.3333333333333%;
            }

                                            

            .col-lg-2 {
                width: 16.666666666667%;
            }

                                            

            .col-lg-3 {
                width: 25%;
            }

                                            

            .col-lg-4 {
                width: 33.333333333333%;
            }

                                            

            .col-lg-5 {
                width: 41.666666666667%;
            }

                                            

            .col-lg-6 {
                width: 50%;
            }

                                            

            .col-lg-7 {
                width: 58.333333333333%;
            }

                                            

            .col-lg-8 {
                width: 66.666666666667%;
            }

                                            

            .col-lg-9 {
                width: 75%;
            }

                                            

            .col-lg-10 {
                width: 83.333333333333%;
            }

                                            

            .col-lg-11 {
                width: 91.666666666667%;
            }

                                            

            .col-lg-12 {
                width: 100%;
            }

                                
                .hidden-lg-up {
            display: none !important;
        }

                            }

                        @media (max-width: 991px) {
                .hidden-md-down {
                    display: none !important;
                }
            }
        
                
    
                            @media (min-width: 1200px) {
        
                .container {
            width: 100%;
                        max-width:     1140px;
                        padding-left:  30px;
            padding-right: 30px;
        }

                .row {
            margin-left:  -30px;
            margin-right: -30px;
        }

                .row > [class*="col-"] {
            padding-left:  30px;
            padding-right: 30px;
        }

                    

            .col-xl-1 {
                width: 8.3333333333333%;
            }

                                            

            .col-xl-2 {
                width: 16.666666666667%;
            }

                                            

            .col-xl-3 {
                width: 25%;
            }

                                            

            .col-xl-4 {
                width: 33.333333333333%;
            }

                                            

            .col-xl-5 {
                width: 41.666666666667%;
            }

                                            

            .col-xl-6 {
                width: 50%;
            }

                                            

            .col-xl-7 {
                width: 58.333333333333%;
            }

                                            

            .col-xl-8 {
                width: 66.666666666667%;
            }

                                            

            .col-xl-9 {
                width: 75%;
            }

                                            

            .col-xl-10 {
                width: 83.333333333333%;
            }

                                            

            .col-xl-11 {
                width: 91.666666666667%;
            }

                                            

            .col-xl-12 {
                width: 100%;
            }

                                
                .hidden-xl-up {
            display: none !important;
        }

                            }

                        @media (max-width: 1199px) {
                .hidden-lg-down {
                    display: none !important;
                }
            }
        
                
    


    .visible-print {
        display: none !important;
    }

    @media print {
        .visible-print {
            display: block !important;
        }
    }

    @media print {
        .hidden-print {
            display: none !important;
        }
    }


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



    @font-face {
        font-family: 'Generica';
        src: url('/cache/f844607dcc2ce0a18128d1efc0638e05.woff') format('woff');
             font-weight: 700;
             font-style: normal;
    }



    .site-btn {
        -webkit-appearance: none;
        border: none;
        background: #ffed00;
        color: #000000 !important;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        outline: 0;
        padding: 0 20px;
        text-align: center;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        position: relative;
    }
	
    .site-btn:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 120px;
        height: 120px;
        margin-left: -60px;
        margin-top: -60px;
        background: #fff;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.5;
        visibility: hidden;
    }
	
    .site-btn:focus:after,
    .site-btn:active:after {
      animation: ripple 1s ease-out;
      visibility: visible;
    }
	
    .site-btn:hover,
    .site-btn:focus,
    .site-btn.active,
    .site-btn.selected {
        background: #555555;
        color: white !important;
        background-size: 150%;
    }

    .site-btn:disabled,
    .site-btn.disabled {
        opacity: 0.25;
        cursor: not-allowed;
    }

    .site-btn-small {
        font-size: 13px;
        height: 26px;
        line-height: 26px;
        padding: 0 15px;
    }

    .site-btn.icon {
        position: relative;
        vertical-align: middle;
    }

    .site-btn.icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .site-btn.flat {
        background: #e8e8e8;
        border: 1px solid #555555;
    }

    .site-btn.flat:hover,
    .site-btn.flat:focus,
    .site-btn.flat.active,
    .site-btn.flat.selected {
        background: #555555;
        color: white !important;
    }

    .site-btn.loading {
        background: #ffed00 !important;
        color: #ffed00 !important;
        cursor: default;
    }

    .site-btn.loading::before {
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        margin-top: -10px;
        border-radius: 50%;
        border: 3px solid #222222;
        border-top: 3px solid #E5D503;
        animation: 1s spin linear infinite;
    }



    .site-text a:not(.site-btn),
    .site-link {
        display: inline-block;
        color: #e10100 !important;
        position: relative;
        font-weight: bold;
        cursor: pointer;
    }

    .site-text a:not(.site-btn):before,
    .site-link:before {
        content:"\00bb";
        display: inline-block;
        margin-right: 3px;
    }

    .site-text a:not(.site-btn):hover,
    .site-link:hover {
        text-decoration: underline !important;
    }


.site-card {
    text-align: center;
    background-color: #f5f5f4;
    padding: 15px;
    z-index: 1;
    border-right: 3px solid rgba(0,0,0,0.15);
    border-bottom: 3px solid rgba(0,0,0,0.15);
}

.site-card.red {
    background-color: #e10100;
    color: #fff;
}

.site-card.yellow {
    background-color: #ffed00;
}

.site-card.white {
    background-color: #fff;
}

.site-card .card-header {
    margin: -15px -15px 15px -15px;
}

.site-card .card-image {
    display: block;
    height: 0;
    padding-bottom: 32%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.site-card .card-title {
    position: relative;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    background-color: #e10100;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    z-index: 1;
    padding: 0 15px;
    font-size: 20px;
}

.site-card .card-title a {
    color: currentColor !important;
}

.site-card .card-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -14px;
    background-color: #e10100;
    z-index: -1;
}

.site-card .card-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: -14px;
    background-color: #e10100;
    z-index: -1;
}

.site-card .card-body p {
    margin-bottom: 0;
}

@media (min-width: 767px) {
    .site-card {
        padding: 25px;
    }

    .site-card .card-header {
        margin: -25px -25px 15px -25px;
    }

    .site-card .card-title {
        font-size: 24px;
    }

}


.site-card .site-text {
    font-size: 14px;
}



    .site-download-list {
        position: relative;
        border: 1px solid #e10100;
        background: #fff;
    }

    .site-download-list > li {
        position: relative;
    }

    .site-download-list > li a {
        padding: 7px 50px 7px 20px;
        display: block;
    }

    .site-download-list > li + li  {
        border-top: 1px solid #e10100;
    }

    .site-download-list h4 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .site-download-list .title {
        font-weight: normal;
        margin-top: 5px;
        color: #000000;
        line-height: 1.2;
    }

    .site-download-list p {
        margin: 2px 0 0 0;
        font-size: 11px;
    }

    .site-download-list .icon {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 10px;
        fill: #000000;
        -webkit-transition:  transform .15s;
        -moz-transition: transform .15s;
        transition: transform .15s;
    }

    .site-download-list a:hover .icon,
    .site-download-list a:focus .icon {
        -webkit-transform: scale(1.20);
        -ms-transform: scale(1.20);
        -o-transform: scale(1.20);
        transform: scale(1.20);
        fill: #e10100;
    }
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 2px;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    text-align: center;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #e10100;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #e10100;
    box-shadow: inset 0 1px 3px #e10100;
}

.has-event .pika-button {
    background: #e10100;
    box-shadow: inset 0 1px 3px #e10100;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #e10100;
    box-shadow: none;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}



.site-reservation-office {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
}

.site-reservation-office h4 {
    color: #000000;
    text-align: left;
    margin-bottom: 0.5rem;
}

.site-reservation-office + .site-reservation-office h4 {
    font-size: 16px;
}

.site-reservation-office + .site-reservation-office {
    border-top: 3px solid #f5f5f4;
}

.site-reservation-office p {
    margin: 0;
}

.site-reservation-office > p {
    font-size: 14px;
    color: #000000;
}

.site-reservation-office:hover .more-link,
.site-reservation-office:focus .more-link {
    text-decoration: underline;
}

.site-reservation-office .office-telefon {
    line-height: 20px;
    font-weight: 700;
    padding-top: 0;
}

.site-reservation-office:last-child .office-telefon {
    border-bottom: none;
}

.site-reservation-office .office-telefon svg {
    position: relative;
    top: 3px;
    color: #e10100;
}

.site-reservation-office .contact {
    margin-top: 5px;
}

.site-reservation-office .contact > * {
    position: relative;
    padding-left: 23px;
}

.site-reservation-office .contact svg {
    position: absolute;
    top: 3px;
    left: 0;
    color: #e10100;
}

.site-reservation-office .contact .icon-mobile {
    left: -2px;
    top: 1px;
}

.site-reservation-office .contact .icon-clock {
    top: 2px;
}

.site-reservation-office .office-opening-time {
    margin-top: 15px;
    line-height: 1.35;
}

.site-reservation-office .office-opening-time table {
    border-collapse: collapse;
    width: 100%;
}

.site-reservation-office .office-opening-time th {
    text-align: left;
    padding-bottom: 5px;
}

.site-reservation-office table th:not(:first-child),
.site-reservation-office table td:not(:first-child) {
    padding-left: 10px;
    text-align: right;
    white-space: nowrap;
}

/*.site-reservation-office table th:not(:last-child),
.site-reservation-office table td:not(:last-child) {
    padding-right: 10px;
}

.site-reservation-office table tr:not(:last-child) td {
    border-bottom: 1px solid #e8e8e8;
}

.site-reservation-office table td:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}*/


.market-cart-breadcrumb {
    position: relative;
    margin-top: 15px;
    height: 40px;
    background: #e10100;
    color: #ffffff;
    display: flex;
    font-size: 11px;
}

@media (min-width: 768px) {
    .market-cart-breadcrumb {
        font-size: 14px;
    }
}

.market-cart-breadcrumb .container {
    display: flex;
    width: 100%;
}

.market-cart-breadcrumb ul,
.market-cart-breadcrumb li,
.market-cart-breadcrumb a {
    position: relative;
    display: flex;
    align-items: center;
}

.market-cart-breadcrumb svg {
    display: inline-flex;
    margin-right: 7px;
    flex-shrink: 0;
}

.market-cart-breadcrumb .check path {
    fill: #e10100;
}

.market-cart-breadcrumb .check circle {
    fill: #ffffff;
}

.market-cart-breadcrumb li {
    counter-increment: steps;
    padding-top: 1px;
}

.market-cart-breadcrumb li:not(.finished)::before {
    content: counter(steps);
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    background: #ffffff;
    color: #e10100;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.market-cart-breadcrumb li:not(.finished):not(.active) {
    opacity: 0.65;
}

.market-cart-breadcrumb li:not(:last-child):after {
    content: "";
    width: 40px;
    height: 40px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-flex;
    transform: rotate(-45deg);
    margin: 0 25px 0 -20px;
}

.market-cart-breadcrumb .image {
    position: absolute;
    bottom: 40px;
    right: 0;
}


.site-list-item {
    display: block;
    margin-bottom: 30px;
}

.site-list-item span {
    display: block;
}

.site-list-item + h2 {
    margin-top: 35px;
}

.site-list-item .image img {
    width: 100%;
}

@media (max-width: 767px) {
    .site-list-item .image {
        margin-bottom: 25px;
    }
}

.site-list-item .text {
    margin-top: -5px;
}

.site-list-item.no-image .text {
    width: 100%;
}

.site-list-item h1 + strong {
    display: block;
    margin: 0 0 1rem 0;
}

.site-list-item .outline {
    margin: 0 0 2rem 0;
}



.market-list-item {
    text-align: left;
    margin-bottom: 30px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .market-list-item {
        flex-direction: row;
    }
}

.market-list-item.last {
    margin-bottom: 50px;
}



.market-list-item .market-image {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .market-list-item .market-image {
        width: 200px;
        min-height: 0px;
    }
}

.market-list-item .market-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.market-list-item .market-content {
    padding: 20px;
}

@media (min-width: 768px) {
    .market-list-item .market-content {
        padding: 30px;
    }
}


.market-list-item .market-content h2 {
    margin-bottom: 5px;
    font-size: 20px;
}

.market-list-item .market-content h2 + strong {
    margin-bottom: 15px;
    display: block;
}

.market-list-item .market-content .title-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 5px;
}


@media (min-width: 992px) {
    .market-list-item .market-content .title-block {
        flex-direction: row;
        margin-bottom: 0px;
    }
}

.market-list-item .market-content .extra-info {
    position: relative;
}

.market-list-item .market-content svg {
    position: relative;
    color: #e10100;
    top: 1px;
}

.market-list-item .market-content .extra-info + .extra-info {
    margin-left: 15px;
}

.hidden-by-date,
.hidden-by-region {
    display: none;
}


.site-map {
    position: relative;
}



    .site-map .controls {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        display: block;
        height: 50px;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        text-align: center;
    }

    .module.open .site-map .controls,
    .site-map.open .controls {
        opacity: 1;
        z-index: 10;
    }

    .site-map .controls img {
        display: block;
        position: absolute;
        top: 5px;
        left: 25px;
    }

    .site-map .controls p {
        line-height: 50px;
        font-size: 17px;
        font-weight: bold;
        padding-left: 30px;
    }

    .site-map .controls a {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
    }




    .site-map form {
        position: relative;
    }

    .site-map form .icon {
        position: absolute;
        left: 8px;
        top: 8px;
    }

    .site-map form .submit {
        margin-top: 15px;
    }

    .site-map form input {
        padding-left: 38px;
        text-align: center;
    }

    @media (min-width: 575px) {
        .site-map form input {
            float: left;
            width: calc(100% - 220px);
            text-align: left;
        }

        .site-map form .submit {
            float: right;
            margin-top: 0;
        }
    }


    .site-map .popup {
        background: #fff;
        font-size: 14px;
        padding: 10px 15px;
        display: inline-block;
        position: relative;
        border: 1px solid #e10100;
        text-align: left;
    }

    /*.site-map .popup:after {
        content: "";
        top: 100%;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #e10100;
        border-left-width: 9px;
        border-right-width: 9px;
        border-top-width: 15px;
        margin-left: -9px;
    }*/

    .site-map .popup .close-popup {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
    }

    .site-map .popup > strong {
        display: block;
        padding-right: 20px;
        margin: 5px 0 10px 0;
        max-width: 220px;
    }

    .site-map .popup td {
        padding: 3px 0;
        border: none;
    }

    .site-map .popup table {
        border-collapse: collapse;
    }

    .site-map .popup tr:not(:last-child) td {
        border-bottom: 1px solid #e8e8e8;
    }

    .site-map .popup td:not(:first-child) {
        padding-left: 5px;
    }

    .site-map .popup td:not(:last-child) {
        padding-right: 5px;
        border-right: 1px solid #e8e8e8;
    }


    .site-map .address-error {
        background: #fff;
        font-size: 14px;
        padding: 10px;
        display: inline-block;
        position: relative;
        border: 1px solid #e10100;
        margin-top: 10px;
        clear: both;
        display: none;
    }



    .dib {
       display: inline-block !important;
    }

    .db {
       display: block !important;
    }

    .clearfix::after {
        content: "";
        display: table;
        clear: both;
    }


    .txr {
       text-align: right;
    }

    .txc {
       text-align: center;
    }

    .center {
       position: absolute;
       top: 50%;
       left: 50%;
       -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
    }

    .center-left,
    .center-right {
       position: absolute;
       top: 50%;
       -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
       transform: translateY(-50%);
       display: inline-block;
       left: 0;
    }

    .center-right {
       left:auto;
       right: 0;
    }

    .l5 {
        left: 5px;
    }

    .l10 {
        left: 10px;
    }

    .r5 {
        right: 5px;
    }

    .r10 {
        right: 10px;
    }



    .site-spacer {
        min-height: 55px;
        clear: both;
    }

    @media (max-width: 767px) {
        .site-spacer {
            min-height: 27.5px;
            clear: both;
        }
    }

    .module-border-top {
        border-top: 3px solid rgba(0,0,0,0.15);
    }

    .module-padding-top {
       padding-top: 50px;
    }

    .module-padding-bottom {
       padding-bottom: 55px;
    }

    @media (max-width: 767px) {
        .module-padding-top {
            padding-top: 24.5px;
        }

        .module-padding-bottom {
            padding-bottom: 27.5px;
        }
    }



    .site-shadow {
        position: relative;
        display: inline-block;
        z-index: 1;
        line-height: 1;
    }

    .site-shadow::after {
        content: "";
        position: absolute;
        height: 98%;
        width: 99%;
        bottom: -2px;
        right: -4px;
        z-index: -1;
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        transform: rotate(1deg);
        background-color: #222222;
    }

    .site-shadow.site-shadow-light::after {
        background-color: rgba(0,0,0,0.15);
    }

    .site-polaroid {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
        border: 4px solid transparent;
        -webkit-box-shadow: -1px 3px 1px rgba(0,0,0,0.15);
        box-shadow: -1px 4px 0 1px rgba(0,0,0,0.15);
        font-size: 0;
    }

    .site-college-block {
        display: block;
        position: relative;
        height: 20px;
        width: 100%;
        background: #fff url('/cache/bff474c70621c6e8716aed19ce1ec55a.svg') 0 -20px repeat-x;
    }

    .site-college-block.grey {
        background-position: 0 0;
    }



    @media (max-width: 991px) {
        .site-sidebar {
            margin-top: 37.5px;
        }
    }

    @media (min-width: 768px) {
        .site-sidebar {
            border-left: 3px solid #f5f5f4;
            padding-left: 30px;
        }
    }

    @media (min-width: 992px) {
        .site-sidebar {
            padding-left: 40px;
        }
    }

    @media (min-width: 1200px) {
        .site-sidebar {
            padding-left: 60px;
        }
    }



    @media (max-width: 767px) {
        .hide-mobile {
            display: none !important;
        }
    }


    .show-mobile {
        display: none !important;
    }


    @media (max-width: 767px) {
        .show-mobile {
            display: block !important;
        }
    }


    .site-margin-bottom-15 {
        margin-bottom: 15px;
    }

    .site-padding-top-30 {
        padding-top: 30px;
    }

    .pager-wrap  {
        position: relative;
    }

    .site-pager {
        text-align: center;
        font-size: 0;
        display: block;
        line-height: 1;
        clear: both;
        padding-top: 30px;
    }

    .site-pager.top {
        display: none;
    }

    .site-pager .prev {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .site-pager .prev,
    .site-pager .next,  {
        position: relative;
    }

    .site-pager .prev svg,
    .site-pager .next svg  {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .site-pager li  {
        display: inline-block !important;
        margin: 0 5px !important;
        vertical-align: top;
    }

    .site-pager li .btn.space,
    .site-pager .disabled > a,
    .site-pager .disabled > a:hover,
    .site-pager .disabled > a:focus,
    .site-pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        border-color: #ddd !important;
        background: #fff !important;
    }

    .site-pager .btn {
        min-width: 36px;
        padding: 0 10px;
        text-align: center;
    }




    html.site-edit {
       -ms-overflow-style: scrollbar;     }

    html {
        color: #ff0000;
        font-size: 10px;
        overflow-x: hidden;
    }
	
	/* roboto-regular - latin */
	@font-face {
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 400;
	  src: url('/cache/c5a158d105574709f3734ae7b55f5253.eot'); /* IE9 Compat Modes */
	  src: local('Roboto'), local('Roboto-Regular'),
		   url('/cache/c5a158d105574709f3734ae7b55f5253.eot') format('embedded-opentype'), /* IE6-IE8 */
		   url('/cache/3c10844589e4a3c89788d66090902b2a.woff2') format('woff2'), /* Super Modern Browsers */
		   url('/cache/a1f9ee1a09027252af215cf459da5003.woff') format('woff'), /* Modern Browsers */
		   url('/cache/d8ab18de123f4d173672bfd8b791cade.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('/cache/f2f77d7cae262fd555f8c01b2d6712c3.svg') format('svg'); /* Legacy iOS */
	}

	/* roboto-700 - latin */
	@font-face {
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 700;
	  src: url('/cache/bc71a304a75d0621f16396ef29310eac.eot'); /* IE9 Compat Modes */
	  src: local('Roboto Bold'), local('Roboto-Bold'),
		   url('/cache/bc71a304a75d0621f16396ef29310eac.eot') format('embedded-opentype'), /* IE6-IE8 */
		   url('/cache/9c2610608b1cb146fb30399c140a48fa.woff2') format('woff2'), /* Super Modern Browsers */
		   url('/cache/760a8e15b82a60b6feb2ea6b7885676f.woff') format('woff'), /* Modern Browsers */
		   url('/cache/05a8162844b94f6955fce0f4557dd37b.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('/cache/4809f3625a8b358ed91f620a84513c35.svg') format('svg'); /* Legacy iOS */
	}


    body {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #333333;
        line-height: 1;
        font-size: 14px;
        overflow-x: hidden;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }



    .container.special {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.special .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .container.special .row > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }



    .site-message-success {
        margin: 20px 0;
        display: block;
        text-align: center;
        padding: 10px;
        color: #009d42;
        border: 1px solid #009d42;
        background: #009d4221;
    }
	
	.site-message-success h2.site-headline {
        color: #009d42;
    }

    .site-message-error {
        margin: 20px 0;
        display: block;
        text-align: center;
        padding: 10px;
        color: #e2001a;
        border: 1px solid #e2001a;
        line-height: 1.4;
        background-color: #e2001a21;
    }



    .featherlight  .featherlight-close-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        text-align: center;
        background: rgba(255, 255, 255, 0.95);
    }

    .featherlight  .featherlight-close-icon:hover {
        color: rgba(0,0,0,0.5);
    }

    .featherlight-last-slide .featherlight-next,
    .featherlight-first-slide .featherlight-previous {
        display: none;
    }



    .flex {
        display: flex;
        align-items: flex-start;
    }

    .flex.jcsb {
        justify-content: space-between
    }

    .flex-row {
        display: flex;
    }

    @media (max-width: 991px) {
        .flex-row {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .flex {
            display: block;
        }
    }


    .site-box {
        padding: 30px;
        background:  #e8e8e8;
        position: relative;
    }

    .site-box.small {
        padding: 15px;
    }

    .site-box p:last-child {
        margin-bottom: 0px;
    }




    .loading-spinner {
        display: none;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
    }

    .loading > .loading-spinner,
    .loading.loading-spinner {
        display: block;
    }

    .loading-spinner:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 4px solid #e8e8e8;
        border-top: 4px solid #e10100;
        animation: 1s spin linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
.module-market-cart-date .market-info {
    font-size: 12px;
    background: #f5f5f4;
    padding: 15px;
}

.module-market-cart-date .market-info .image {
    margin: 15px 0;
}

@media (min-width: 992px) {
    .module-market-cart-date .market-info .image {
        float: right;
        margin: 0 0 10px 20px;
    }
}

.module-market-cart-date .dates {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.module-market-cart-date .date {
    position: relative;
    margin-right: 20px;
}


.module-market-cart-date .pricing {
    padding-top: 20px;
}

.module-market-cart-date .pricing table {
    border-collapse: collapse;
    width: 100%;
}

.module-market-cart-date .pricing table .nowrap {
    white-space: nowrap;
    text-align: right;
}

.module-market-cart-date .pricing table td {
    padding: 7px 0;
    border-bottom: 1px solid #e8e8e8;
}

.module-market-cart-date .pricing table td.devider {
    padding-top: 14px;
    padding-bottom: 1px;
    border-bottom: 0px;
}

.module-market-cart-date .pricing .note {
    padding: 7px 0 0 0;
    font-size: 11px;
    color: #999999;
}

.module-market-cart-date .pricing table tr.has-extra-price td {
    padding: 5px 0 0 0;
}

.module-market-cart-date .pricing table tr.no-border-row td {
    border-bottom: 0px;
}

.module-market-cart-date .pricing table tr.extra-price td {
    padding: 0;
    font-size: 13px;
    opacity: 0.75;
}

.module-market-cart-date .pricing table tr.extra-price-border-row td {
    padding: 0 0 5px 0;
}

.module-market-cart-date .pricing table tr.has-discounted-price td {
    padding: 5px 0 0 0;
    border-bottom: 0px;
}
.module-profile .billing-head {
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #555555;
    color: #ffffff;
}


.module-profile .billing-headline {
    margin-bottom: 20px;
}

.module-profile .column {
    width: 25%;
}

.module-profile .billing-list {
    margin-bottom: 25px;
}

.module-profile .billing-sum {
    width: 15%;
    text-align: right;
}

.module-profile .invoice-download {
    width: 10%;
    text-align: right;
}

.module-profile .accordion-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.module-profile .accordion-icon svg {
    pointer-events: none;
}


@media (max-width: 767px) {
    .module-profile .column,
    .module-profile .billing-sum  {
        width: 100%;
        text-align: left;
    }

    .module-profile .billing-sum  {
        margin-top: 15px;
    }

    .module-profile .date,
    .module-profile .stand {
        font-size: 12px;
    }

    .module-profile .billing-row {
        line-height: 1.4;
        position: relative;
    }

}

.module-profile .billing-row {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    transition: background ease 0.5s;
    background: #f5f5f4;
}

.module-profile .billing-row:hover {
    background: #99999950;
}

.module-profile .billing-row.closed .additional-info {
    display: none;
}



.module-profile .billing-row.closed .open {
    display: block;
}

.module-profile .billing-row.closed .close {
    display: none;
}

.module-profile .billing-row .open {
    display: none;
}

.module-profile .billing-row .close {
    display: block;
}

.module-profile .billing-row .additional-info {
    display: block;
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #999999;
}

.module-profile .billing-row .additional-info li {
    padding: 3px 0;
}

.module-profile .billing-row .additional-info .position-label {
    display: block;
    margin-bottom: 10px;
}

.module-profile .billing-row li > strong {
    width: 100px;
    display: inline-block;
    font-weight: normal;
}

.module-profile .form-group.postcode,
.module-profile .form-group.phone_prefix {
    width: 30%;
    margin-right: 15px;
}

.module-profile .form-group.city,
.module-profile .form-group.phone_number {
    width: 70%;
}

.module-profile .profile-box {
    margin-bottom: 25px;
}

@media (max-width: 767px) {

    .module-profile .form-group.postcode,
    .module-profile .form-group.phone_prefix {
        width: 100%;
        margin-right: 0;
    }

    .module-profile .form-group.city,
    .module-profile .form-group.phone_number {
        width: 100%;
    }

    .module-profile .profile-box {
        margin-bottom: 0;
    }

}
.module-market-item {
    line-height: 1.5;
}

.module-market-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.35);
}

.module-market-item h3 {
    font-size: 16px;
}

.module-market-item strong {
    color: #e10100;
    font-weight: bold;
    letter-spacing: .04em;
}

.module-market-item .visual-container {
    width: 100%;
    margin: 0 auto 30px auto;
    display: block;
    min-height: 480px;
    background-size:cover;
	background-position: center;
}

.module-market-item .market-name {
    display: block;
    position: absolute;
    top: -88px;
    left: 0;
    background: #e10100;
    padding: 15px;
    color: #fff;
    font-size: 24px;
}

.module-market-item .markets-next-teaser {
    position: absolute;
    left: 5px;
    top: 0;
    text-align: left;
    overflow: hidden;
    padding: 0 18px 0 15px;
}

.module-market-item .markets-next-teaser .item {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    display: block;
    width: 170px;
    color: #000;
    position: relative;
    top: -15px;
    left: -5px
}

.module-market-item .markets-next-teaser .item:hover,
.module-market-item .markets-next-teaser .item:focus {
    color: #000;
}

.module-market-item .markets-next-teaser .outer {
    display: block;
}

.module-market-item .markets-next-teaser .inner {
    background: #ffed00;
    padding: 13px 5px 13px 48px;
    display: block;
    border-top: 12px solid #ffed00;
}

.module-market-item .markets-next-teaser .inner:hover {
    background: #e8e8e8;
    border-color: #e8e8e8;
}

.module-market-item .markets-next-teaser .icon {
    fill: #000;
    position: absolute;
    left: 12px;
    bottom: 11px;
}

.module-market-item .markets-next-teaser strong {
    color: currentColor;
}

.module-market-item .booking-teaser h4 {
    font-family: Generica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
}

.module-market-item .booking-teaser .item {
    display: block;
    text-align: center;
}

.module-market-item .booking-teaser .item a {
    position: relative;
    display: block;
    background-color: #e8e8e8;
    padding: 25px;
    min-height: 160px;
}

.module-market-item .booking-teaser .icon {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.module-market-item .intro {
    margin-bottom: 30px;
}

.module-market-item .benefits {
    padding-left: 25px;
}

.module-market-item .benefits li {
    position: relative;
    margin: 10px 0;
}

.module-market-item .benefits li:last-of-type {
    position: relative;
    margin-bottom: 0;
}

.module-market-item .benefit-item {
    position: absolute;
    left: -25px;
    top: 2px;
}

.module-market-item .benefit-item.check svg {
    fill: green;
    position: static;
}

.module-market-item .benefit-item.notavailable svg {
    fill: red;
    position: static;
}

.module-market-item .skip-link {
    display: block;
    margin: 20px 20px 20px 0;
    text-align: right;
}

.module-market-item .public-infos,
.module-market-item .seller-infos {
    position: relative;
    padding: 0 0 5px 40px;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #f5f5f4;
}

.module-market-item .seller-infos {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.module-market-item .public-infos h3 {
    float: left;
    margin-right: 20px;
    min-width: 100px;
}

.module-market-item .public-infos:last-of-type,
.module-market-item .seller-infos:last-of-type {
    margin-bottom: 0;
    border: none;
}

.module-market-item .icon-before svg {
    position: absolute;
    top: -5px;
    left: 5px;
}

.module-market-item .seller-infos .icon-stand {
    top: -2px;
}

.module-market-item .seller-infos .icon-stand-parking {
    top: -3px;
}

.module-market-item .icon-before .icon-cutlery-public {
    width: 17px;
    left: 11px;
}

.module-market-item .icon-before .map-marker {
    left: 7px;
}

.module-market-item .icon-before .icon-cutlery {
    width: 17px;
    left: 12px;
}

.module-market-item .icon-before .icon-parking {
    width: 17px;
    left: 11px;
}

.module-market-item .next-market-date {
    background-color: #ffed00;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    display: block;
    width: 170px;
    color: #000;
    position: relative;
    top: -15px;
    left: -5px;
    z-index: -1;
}

.module-market-item .next-market-date svg {
    float: left;
    margin-right: 10px;
}

.module-market-item .next-market-date p {
    font-size: 14px;
    margin-top: 10px;
}

.module-market-item .next-market-date span {
    font-weight: 700;
    font-size: 20px;
}

.module-market-item .location {
    font-style: normal;
}

.module-market-item .cta-route-planner {
    margin-top: 15px;
}

.module-market-item .market-dates {
    margin: 30px 0;
}

.module-market-item .market-dates h3 {
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
}

.module-market-item .market-dates .missing-market-dates-notice {
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
}

.module-market-item .market-dates li {
    border-bottom: 3px solid #f5f5f4;
    position: relative;
}

.module-market-item .market-dates .booking {
    padding: 10px;
    display: block;
}

.module-market-item .market-dates .cta-booking {
    margin-left: 20px;
    position: absolute;
    top: 8px;
    right: 15px;
}

.module-market-item .more-dates {
    display: none;
}

.module-market-item .more-dates.open {
    display: block;
}

.module-market-item .toggle-more-dates {
    display: block;
    line-height: 40px;
    text-align: center;
}

.module-market-item .toggle-more-dates svg {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    transition: transform 0.3s;
    fill: #999999;
}

.module-market-item .toggle-more-dates:hover {
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35);
}

.module-market-item .more-dates.open + .toggle-more-dates svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.module-market-item .transition-o {
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.module-market-item .gallery {
    overflow: hidden;
    text-align: center;
    margin: 40px 0;
}

.module-market-item .gallery .items {
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    overflow: hidden;
    left: -2000px;
    right: -2000px;
    width: calc(100% + 4000px);
}

.module-market-item .gallery img {
    display: inline-block;
}

.module-market-item .market-name-side {
    display: block;
    background: #e10100;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.module-market-item .market-number {
    position: relative;
    bottom: -20px;
    right: 10px;
    text-align: right;
    height: 20px;
    display: none;
}

.module-market-item .market-number strong {
    color: currentColor;
}

.module-market-item .reservation-office {
    position: relative;
    padding: 4px 10px;
}

.module-market-item .market-rules {
    margin: 20px 0;
}

.module-market-item .market-number strong {
    font-size: 20px;
}

.module-market-item .cta-market-rules {
    margin: 20px 0 20px 0;
}

.module-market-item .office-telefon {
    font-size: 16px;
    margin-top: 5px;
}

.module-market-item .office-opening-time {
    border-collapse: collapse;
}

.module-market-item .pricing {
    border-top: 3px solid #f5f5f4;
    padding-top: 20px;
    margin-top: 30px;
}

.module-market-item .pricing table {
    border-collapse: collapse;
    width: 100%;
}

.module-market-item .pricing table .nowrap {
    white-space: nowrap;
    text-align: right;
}

.module-market-item .pricing table td {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f4;
}

.module-market-item .pricing table td.devider {
    padding-top: 14px;
    padding-bottom: 1px;
    border-bottom: 0px;
}

.module-market-item .pricing .note {
    padding: 5px 0 0 0;
    font-size: 13px;
    opacity: 0.75;
}

.module-market-item .pricing table tr.has-extra-price td {
    padding: 5px 0 0 0;
}

.module-market-item .pricing table tr.no-border-row td {
    border-bottom: 0px;
}

.module-market-item .pricing table tr.extra-price td {
    padding: 0;
    font-size: 13px;
    opacity: 0.75;
}

.module-market-item .pricing table tr.extra-price-border-row td {
    padding: 0 0 5px 0;
}

.module-market-item .no-float {
    float: none !important;
}

@media (min-width: 992px) {
    .module-market-item .market-name {
        left: 5px;
    }
}

@media (min-width: 1200px) {
    .module-market-item .market-name {
        left: 15px;
    }
}

@media (max-width: 768px) {
    .module-market-item .visual-container {
        min-height: 260px;
    }
}

.module-market-item .booking-teaser-fixed {
    display: none;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #f5f5f4;
}

@media (min-width: 992px) {
    .module-market-item .booking-teaser-fixed {
        top: 5px;
        transition: transform 0.2s;
    }

    body.headroom--pinned .module-market-item .booking-teaser-fixed {
        transform: translateY(165px);
    }
}

.module-market-item .booking-teaser-fixed a {
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    align-items: center;
}

.module-market-item .booking-teaser-fixed h4 {
    margin: 0;
}

.module-market-item .booking-teaser-fixed .icon {
    margin-right: 5px;
}

.module-market-item .booking-teaser-fixed .site-btn {
    height: 35px;
    line-height: 35px;
}

.module-market-item .booking-teaser-fixed .action {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.pinnedBooking .module-market-item .booking-teaser-fixed {
    display: block;
}

.module-market-item .market-note {
    margin-bottom: 40px;
}

.module-market-item .market-note img {
    width: 100%;
	max-width: 640px;
}
.module-video {
    position: relative;
    background: ;
}

.module-video video {
    width: 100%;
    object-fit: cover;
}

.module-video .iframe-ratio-container {
    display: block;
    position: relative;
    overflow: hidden;
}

.module-video .iframe-ratio-container:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.module-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}

.module-video .preview-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.module-market-checkout .border {
    border-right: 2px solid #e8e8e8;
}

.module-market-checkout .flex-row {
    flex-grow: 1;
}

.module-market-checkout .right-col {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .module-market-checkout .right-col {
        border-right: none;
        padding-top: 20px;
    }
}

.module-market-checkout .column-container {
    display: flex;
}

.module-market-checkout .billing-row {
    margin-bottom: 5px;
}

.module-market-checkout .billing-address-form {
    margin-top: 15px;
}

.module-market-checkout .billing-address-form .form-group {
    margin-bottom: 10px;
}

.module-market-checkout .parsley-errors-list:empty {
    display: none;
}

.module-market-checkout .input-group-addon {
    display: flex;
}

.module-market-checkout .input-group-addon .form-group.code {
    margin: 0;
    flex-grow: 1;
}

.module-market-checkout .input-group-addon .submit {
    height: 40px;
}

.module-market-checkout .coupon-name {
    line-height: 40px;
    height: 40px;
    background: #f5f5f4;
    flex-grow: 1;
    padding: 0 25px;
}

.module-market-checkout .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-market-checkout .form-actions .cancel-form {
    font-weight: bold;
    cursor: pointer;
}

.module-market-checkout .form-actions .cancel-form svg {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

@media (max-width: 991px) {
    .module-market-checkout .border {
        border: none;
        margin-bottom: 20px;
    }

    .module-market-checkout .column-container {
        display: block;
    }

}

.module-market-checkout .payment-title {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .module-market-checkout .payment-title {
        margin-top: 30px;
    }
}

.module-market-checkout .ppplus {
    margin-top: -15px;
    position: relative;
    min-height: 293px;
}

.module-market-checkout svg {
    pointer-events: none;
}

.module-market-checkout .submit {
    text-align: right;
}


    .module-market-checkout .date-list {
        margin-bottom: 5px;
    }

    .module-market-checkout .date-list .date {
        display: inline-block;
        padding-right: 15px;
        margin-right: 15px;
        position: relative;
    }

    .module-market-checkout .date-list .date:after {
        position: absolute;
        content: " ";
        top: 50%;
        right: 0;
        height: 10px;
        width: 1px;
        background: #555555;
        transform: translateY(-50%);
    }

    .module-market-checkout .date-list .date:last-child:after {
        content: none;
    }

    .module-market-checkout .selected-meters {
        margin-bottom: 7px;
    }

    .module-market-checkout .selected-row {
        margin-right: 15px;
    }



    .module-market-checkout .billing-address-error,
    .module-market-checkout .billing-address-success,
    .module-market-checkout .billing-address-plain,
    .module-market-checkout .billing-address-form,
    .module-market-checkout .coupon-widget-form,
    .module-market-checkout .coupon-widget-message {
        display: none;
    }

    .module-market-checkout .billing-address-error.show,
    .module-market-checkout .billing-address-success.show,
    .module-market-checkout .billing-address-plain.show,
    .module-market-checkout .billing-address-form.show,
    .module-market-checkout .coupon-widget-form.show,
    .module-market-checkout .coupon-widget-message.show {
        display: block;
    }

    .module-market-checkout .relative {
        position: relative;
    }

    .module-market-checkout .change-data {
        position: absolute;
        top: 0px;
        right: 0px;
        font-weight: 700;
        font-size: 12px;
        cursor: pointer;
    }

    .module-market-checkout .change-data .icon-edit {
        position: relative;
        top: 1px;
    }

    @media (max-width: 991px) {
        .module-market-checkout .checkout-location {
            margin-bottom: 35px;
        }
    }

    .module-market-checkout .checkout-location-image {
        max-width: 155px;
        height: auto;
        float: left;
    }

    .module-market-checkout .checkout-location-image img {
        max-width: 100%;
        height: auto;
    }

    .module-market-checkout .checkout-location-data {
        float: left;
        margin-left: 15px;
        width: calc( 100% - 155px - 15px)
    }

    @media (max-width: 575px) {
        .module-market-checkout .checkout-location-image {
            display: none;
        }

        .module-market-checkout .checkout-location-data {
            float: none;
            margin-left: 0px;
            margin-top: 0px;
        }
    }

    .module-market-checkout .billing-address-success,
    .module-market-checkout .billing-address-error {
        margin-top: 15px;
    }

    #paymentMethodContainer .paymentMethodRow {
        padding: 0 20px !important;
    }

    .module-market-checkout .button-checkout {
        -webkit-appearance: none;
        border: none;
        background: #e8e8e8;
        color: #000000 !important;
        display: inline-block;
        outline: 0;
        padding: 5px 10px;
        margin: 0 0px 0 0;
        text-align: center;
        text-decoration: none;
        user-select: none;
        vertical-align: middle;
        position: relative;
    }

    .module-market-checkout .button-label {
        display: inline-block;
        margin-right: 5px;
    }

    .module-market-checkout .price-calculation-title {
        display: none;
    }

    .module-market-checkout .market-cart-price-table .total-row td:last-child {
        font-weight: bold;
        font-size: 21px;
    }

    .module-market-checkout .divider {
        margin: 30px -30px;
        border: 0;
        height: 2px;
        background: #e8e8e8;
    }

    @media (max-width: 1199px) {
        .module-market-checkout .divider {
            margin: 20px -20px;
        }
    }

    @media (max-width: 991px) {
        .module-market-checkout .divider {
            margin: 15px -15px;
            display: none;
        }
    }

.module-market-checkout .market-checkout-reservation-countdown {
    background: #f5f5f4;
    padding: 15px;
    font-size: 12px;
    text-align: center;
}

.module-market-checkout .market-checkout-reservation-countdown p {
    margin: 0;
}

.module-market-checkout .market-checkout-reservation-countdown .reservation-countdown {
    font-weight: bold;
}

.module-market-checkout .market-checkout-reservation-countdown .site-message-error {
    display: none;
    margin: 0;
}

.module-market-checkout.completed {
    padding: 10vh 0;
    text-align: center;
}

.module-market-checkout.completed h1.success {
    max-width: 420px;
    margin: 0 auto;
}

.module-market-checkout.completed h1.error {
    max-width: 500px;
    color: #e2001a;
    margin: 0 auto;
}

.module-market-checkout.completed .text {
    margin: 20px auto 0 auto;
    max-width: 477px;
}

.module-market-checkout.completed .buttons {
    margin-top: 30px;
}

.module-market-checkout.completed .buttons div {
    margin: 10px 20px;
}
.page-rheinaue .module-market-item .market-name {
    background: #28abe1;
}

.page-rheinaue .module-market-item strong {
    color: #28abe1;
}

.page-rheinaue .module-market-item .market-name-side {
    background: #28abe1;
}

.page-rheinaue .contact svg  {
    color: #28abe1;
    fill: #28abe1;
}

.page-rheinaue .site-link {
    color: #28abe1 !important;
}

.page-rheinaue .module-market-item .booking-teaser .icon path:nth-child(3),
.page-rheinaue .module-market-item .map-marker path:first-child,
.page-rheinaue .module-market-item .icon-stand path:nth-child(2),
.page-rheinaue .module-market-item .icon-stand-parking path:nth-child(3),
.page-rheinaue .module-market-item .icon-stand-time path:nth-child(2) {
    fill: #28abe1 !important;
}

.page-rheinaue .module-market-item .map-marker path:first-child + path {
    fill: #2477c1 !important;
}




   .page-rheinaue footer {
        padding: 50px 0 0 0;
        background: #fff;
        text-align: center;
        color:  #333333;
    }

    .page-rheinaue footer a {
        border-right: 1px solid #222222;
        padding-right: 10px;
        margin-right: 10px;
    }

    .page-rheinaue footer a:last-child {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }

    .page-rheinaue footer .logos {
        display: table;
        padding-top: 10px;
        margin-bottom: 30px;
        border-top: 3px solid #f5f5f4;
    }

    .page-rheinaue footer .logo {
        display: table-cell;
     }

    .page-rheinaue footer .logo:first-child {
        text-align: right;
    }

    .page-rheinaue footer .logo:last-child {
        text-align: left;
    }

    .page-rheinaue footer .logo img{
        max-width: 100%;
    }

    .page-rheinaue footer .legal > div{
        margin-bottom: 20px;
    }
.module-markets-toplocations .item {
    width: calc(50% - 16px);
    margin: 0 15px 3px 15px;
    vertical-align: top;
    padding-bottom: 35px;
    position: relative;
}

.module-markets-toplocations .item .shadow {
    display: inline-block;
    max-width: 90%;
}

.module-markets-toplocations .item h1 {
    display: inline-block;
    max-width: 100%;
    height: 40px;
}

.module-markets-toplocations .item h1 a {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
}

.module-markets-toplocations .card-title:hover:before,
.module-markets-toplocations .card-title:hover:after,
.module-markets-toplocations .card-title:hover {
    background-color: #555555;
}

.module-markets-toplocations table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

.module-markets-toplocations caption {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 5px 0;
    text-align: left;
}

.module-markets-toplocations td {
    padding: 5px;
    border-bottom: 2px solid #e8e8e8;
}

.module-markets-toplocations td:first-child {
    text-align: left;
}

.module-markets-toplocations td:last-child {
    width: 68px;
}

.module-markets-toplocations td a {
    display: block;
    border-left: 1px solid #999999;
}

.module-markets-toplocations .today {
    color: #009d42;
    font-weight: bold;
}

@media (min-width: 992px) {
    .module-markets-toplocations {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .module-markets-toplocations .item {
        width: calc(33.333333% - 21px);
    }
}

@media (max-width: 1199px) {
    .module-markets-toplocations .flickity:after {
        content: "flickity";
    }
}

.module-markets-toplocations .more-dates {
    display: none;
}

.module-markets-toplocations .toggle-more-dates {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 30px;
}

.module-markets-toplocations .toggle-more-dates svg {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    transition: transform 0.3s;
    fill: #999999;
}

.module-markets-toplocations .toggle-more-dates:hover {
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35);
}

.module-markets-toplocations .more-dates.open + .toggle-more-dates svg{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#js .module-article-item h2 {
    display: none;
}

.module-article-item img {
    width: 100%;
}

.module-article-item ul.images {
    margin: 0 -5px 0 0;
}

.module-article-item ul.images li {
    float: left;
    padding: 5px 5px 0 0;
    width: 20%;
}

.module-article-item ul.images img {
    display: block;
    width: 100%;
    height: auto;
}

.module-article-item .image + .downloads,
.module-article-item .images + .downloads {
    margin-top: 35px;
}



    .module-market-cart-location  {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .module-market-cart-location form {
        position: relative;
    }

    .module-market-cart-location form.loading  {
        opacity: 0.25;
        pointer-events: none;
    }

    .module-market-cart-location .parsley-errors-list {
        display: none;
    }

    .module-market-cart-location .select-wrapper {
        display: flex;
        margin-bottom: 20px;
    }

    @media (max-width: 767px) {
        .module-market-cart-location .select-wrapper {
            flex-direction: column;
        }
    }




    .module-market-cart-location .item {
        background: #ffffff;
    }

    .module-market-cart-location .item[data-status="0"] {  /* frei */
        background: #009d42;
        color: white;
    }

    .module-market-cart-location .item[data-status="1"] {  /* geblockt */
        background: #e7bb0c;
        color: white;
    }

    .module-market-cart-location .item[data-status="2"] {  /* vergeben */
        background: #e2001a;
        color: white;
    }

    .module-market-cart-location .item[data-status="3"] {  /* ausgewählt */
        background: #0088e3;
    }

    .module-market-cart-location .options .item.selected,
    .module-market-cart-location .stand-selected {
        background: #0088e3 !important;
        color: white;
    }

    .module-market-cart-location .options .item.hover,
    .module-market-cart-location .hover-stand {
        background: #087dcb !important;
        color: white;
    }




    .module-market-cart-location .steps {
        flex-basis: 330px;
        flex-shrink: 0;
        margin-right: 4px solid white;
    }


    
        .module-market-cart-location .steps .label {
            background: #e8e8e8;
            padding: 10px 15px;
            font-weight: bold;
            position: relative;
            font-size: 18px;
        }

        .module-market-cart-location .steps .label .icons {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            display: none;
            color: #555555;
        }

        .module-market-cart-location .steps .finished .label .icon-check {
            color: #009d42;
        }

        .module-market-cart-location .steps .label .icon-edit {
            display: none;
        }

        .module-market-cart-location .steps .finished .label .icons {
            display: block;
        }

                @media not all and (hover: none) {
            .module-market-cart-location .finished .label:hover .icon-check {
                display: none;
            }
            .module-market-cart-location .finished .label:hover .icon-edit {
                display: block;
            }
        }




    .module-market-cart-location .step {
        background: #f5f5f4;
        padding-bottom: 2px;
        margin-bottom: 2px;
        display: flex;
        flex-direction: column;
    }

    .module-market-cart-location .step:last-child {
        margin-bottom: 0;
    }

    .module-market-cart-location .step:not(.confirm).disabled {
        opacity: 0.25;
        pointer-events: none;
        padding-bottom: 0;
    }

    .module-market-cart-location .step.finished {
        padding-bottom: 0;
        cursor: pointer;
    }

    .module-market-cart-location .step.finished .label ~ *:not(.options),
    .module-market-cart-location .step.disabled .label ~ *:not(.options) {
        display: none !important;
    }

    .module-market-cart-location .step .error {
        margin: 10px;
        display: none;
        font-size: 12px;
    }

    .module-market-cart-location .step .intro {
        padding: 12px 15px 10px 15px;
        line-height: 1.3;
    }

    .module-market-cart-location .step .error:not(:empty) + .intro {
        display: none;
    }

    .module-market-cart-location .options {
        display: flex;
        flex-wrap: wrap;
        max-height: 300px;
        transition: max-height 0.5s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 2px;
        flex-shrink: 0;
    }

    .module-market-cart-location .step.finished .options,
    .module-market-cart-location .step.disabled .options {
        max-height: 0;
    }

    .module-market-cart-location .options .item {
        position: relative;
        margin: 2px;
        font-weight: bold;
        cursor: pointer;
    }

    .module-market-cart-location .options .item.hover-unbookable {
        cursor: not-allowed;
        opacity: 0.25;
    }


    
        .module-market-cart-location .goods .options > .form-group {
            display: flex;
            flex-grow: 1;
            align-items: center;
            margin: 0 0 2px 0;
        }

        .module-market-cart-location .goods .options > .form-group:after {
            content: " m";
            display: inline-flex;
            margin: auto 15px auto 10px;
        }

        .module-market-cart-location .goods .options > .form-group.booth:after {
            content: " x";
            display: inline-flex;
            margin: auto 15px auto 16px;
        }

        .module-market-cart-location .goods .form-group {
            display: flex;
            align-items: center;
            background: white;
            margin: 5px 0;
        }

        .module-market-cart-location .goods .form-group label {
            width: 65%;
            flex-shrink: 0;
            padding: 5px 15px;
            font-size: 13px;
            margin-right: auto;
        }

        .module-market-cart-location .goods .form-group label .good-item-price {
            display: block;
            font-size: 10px;
            color: #999999;
            margin-top: 2px;
        }

        .module-market-cart-location .goods .form-group label .good-item-price:first-child {
            margin-top: 5px;
        }

        .module-market-cart-location .goods .form-group label + div {
            width: 35%;
        }

        .module-market-cart-location .goods .form-control {
            line-height: 35px;
            height: 35px;
            padding: 0;
            text-align: center;
        }

        .module-market-cart-location .goods .next {
            text-align: right;
            margin: 10px 15px;
        }



    
        .module-market-cart-location .rows .item {
            flex-basis: calc(50% -  4px);
            max-width: calc(50% -  4px);
            padding: 8px 10px;
            display: flex;
            flex-direction: column;
        }

        .module-market-cart-location .rows .item span {
            opacity: 0.75;
            font-size: 12px;
            display: block;
            margin-top: 4px;
            font-weight: normal;
            line-height: 1.3;
        }

        .module-market-cart-location .rows .item span.inapplicable {
            display: none;
        }

        .module-market-cart-location .rows .item.disabled {
            pointer-events: none;
            opacity: 0.5;
        }

        .module-market-cart-location .rows .item.disabled span.inapplicable {
            display: block;
        }

        .module-market-cart-location .rows .item.disabled span:not(.inapplicable) {
            display: none;
        }


    
        .module-market-cart-location .stands .options::after {
            content: '';
            flex-grow: 1000000000;
        }

        .module-market-cart-location .stands .item {
            justify-content: flex-start;
            align-items: flex-start;
            flex: 0 1 25.5px;
            font-size: 12px;
        }

        .module-market-cart-location .stands .item::before {
            content: "";
            position: absolute;
            left: -2px;
            top: -2px;
            bottom: -2px;
            right: -2px;
        }

        .module-market-cart-location .stands .item .spacer {
            height: 0;
            padding-bottom: 100%;
        }

        .module-market-cart-location .stands .item .content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            font-weight: bold;
            letter-spacing: -0.3px;
        }


        .module-market-cart-location .option-wrapper {
            position: relative;
        }

        .module-market-cart-location .notification {
            position: absolute;
            z-index: 20;
            left: 0;
            top: 0;
            right: 0;
            min-height: 100%;
            text-align: center;
            background: white;
            padding: 20px;
            background: rgba(255,255,255,0.97);
            justify-content:center;
            align-items: center;
            flex-direction: column;
            display: none;
        }

        .module-market-cart-location .notification.visible {
            display: flex;
        }

        .module-market-cart-location .notification .title {
            font-weight: bold;
            margin-bottom: 20px;
            max-width: 320px;
        }

        .module-market-cart-location .notification .info {
            margin-bottom: 20px;
            font-size: 13px;
            line-height: 1.2;
        }

        .module-market-cart-location .notification .buttons {
            display: flex;
            justify-content: space-around;
            width: 100%;
        }



    
        .module-market-cart-location .confirm {
            line-height: 1.3;
            padding: 15px;
        }

        .module-market-cart-location .title {
            font-size: 15px;
        }

        .module-market-cart-location .confirm.disabled .submit {
            opacity: 0.25;
            pointer-events: none;
            padding-bottom: 0;
        }

        .module-market-cart-location .confirm .choice {
            margin: 3px 0;
        }

        .module-market-cart-location .confirm .price {
            margin: 10px 0 15px 0;
            position: relative;
            cursor: pointer;
        }

        .module-market-cart-location .confirm .price.loading {
            pointer-events: none;
            opacity: 0.5;
        }

        .module-market-cart-location .confirm .price .icon {
            margin-left: auto;
            align-items: center;
            position: absolute;
            right: 0;
            top: 0;
            display: none;
        }

        .module-market-cart-location .confirm .price-calculation:not(:empty) + .icon {
            display: flex;
        }

        .module-market-cart-location .confirm .price svg {
            width: 10px;
            height: 10px;
            color: currentColor;
            margin: 0 5px 3px 0;
            transform: rotate(-90deg);
        }

        .module-market-cart-location .confirm .price.open svg {
            transform: rotate(0);
        }

        .module-market-cart-location .confirm .submit,
        .module-market-cart-location .confirm button {
            display: block;
            width: 100%;
        }




    .module-market-cart-location .price-calculation {
        font-size: 11px;
        display: none;
    }

    .module-market-cart-location .market-cart-price-table {
        margin: 15px 0 0 0;
    }

    .module-market-cart-location .market-cart-price-table .head-row {
        display: none;
    }

    .module-market-cart-location .market-cart-price-table td,
    .module-market-cart-location .market-cart-price-table th {
        padding: 5px 0;
        border-color: #999999;
    }

    .module-market-cart-location .market-cart-price-table td:not(:first-child) {
        white-space: nowrap;
    }

    .module-market-cart-location .selected-meters::after {
        content: " Standmeter"
    }

    .module-market-cart-location .selected-row:not(:empty)::before {
        content: ", Reihe: "
    }

    .module-market-cart-location .selected-stands:not(:empty)::before {
        content: ", Platz: "
    }
.module-footer {
    color: #fff;
    font-size: 14px;
    background-color: #222222;
}

.module-footer h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.module-footer .footer-partner {
    float: left;
    margin: 30px 0 70px 0;
    width: 100%;
}

.module-footer .footer-partner h3 {
    margin-bottom: 0;
}

.module-footer .footer-partner .partner-wrap {
    display: table;
    width: 100%;
}

.module-footer .footer-partner .images {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
}

.module-footer .footer-partner .images img {
    max-width: 100%;
    height: auto;
}

.module-footer .footer-nav {
    float: left;
    width: 50%;
    margin: 30px 0 35px 0;
}

.module-footer .footer-nav nav {
    float: left;
    text-align: center;
    margin-right: 30px;
}

.module-footer .footer-nav nav:last-child {
    margin-right: 0;
}

.module-footer .footer-nav a {
    display: block;
    background-color: #000;
    line-height: 40px;
    width: 200px;
    margin-bottom: 2px;
}

.module-footer .footer-nav a:hover,
.module-footer .footer-nav a:focus {
    color: #fff;
    text-decoration: underline;
}

.module-footer .footer-nav a.selected {
    text-decoration: underline;
    cursor: default;
}

.module-footer .sec-2 {
    background-color: #ffed00;
    color: #222222;
    border-top: 3px solid #E5D503;
}

.module-footer .payment {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0;
}

@media (max-width: 575px) {
    .module-footer .payment + .payment {
        margin-top: 0;
    }
}


.module-footer .payment li {
    display: inline-block;
}

.module-footer .payment.payment--middle li:first-child svg {
    position: relative;
    top: -1px;
    left: -1px;
}

.module-footer .silhouette {
    max-width: 90%;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 15px;
}

.module-footer .sec-3 {
    background-color: ;
    color: #222222;
}

.module-footer .copyright {
    text-align: center;
    padding: 15px 0;
    color: #ffffff;
}

.module-footer .copyright li {
    display: inline-block;
    border-right: 1px solid #222222;
    padding: 0 10px 0 7px;
    line-height: 1.8em;
}

.module-footer .copyright a:hover,
.module-footer .copyright a:focus {
    text-decoration: underline;
}

.module-footer .copyright li:nth-of-type(-n+2),
.module-footer .copyright li:last-of-type {
    border-right: none;
}

.module-footer .copyright li:nth-of-type(2) {
    display: block;
}

.module-footer .copyright li:nth-last-of-type(-n+3) {
    line-height: inherit;
    margin-top: 5px;
}

@media (min-width: 576px) {
    .module-footer .footer-partner h3 {
        text-align: left;
    }

    .module-footer .silhouette {
        max-width: 50%;
    }
}

@media (min-width: 768px) {

    .module-footer .footer-partner {
        width: 50%;
    }

    .module-footer .footer-partner .partner-wrap {
        padding-right: 30px;
    }

    .module-footer .silhouette {
        max-width: 40%;
    }

    .module-footer .payment {
        width: 30%;
        margin: 40px 0;
    }

    .module-footer .payment.payment--middle {
        width: 40%;
    }
}

@media (min-width: 1200px) {

    .module-footer .footer-nav a {
        width: 255px;
    }

    .module-footer .copyright li {
        line-height: inherit;
    }

    .module-footer .copyright li:nth-of-type(2) {
        display: inline-block;
    }

    .module-footer .copyright li:nth-of-type(-n+2) {
        border-right: 1px solid #222222;
    }
}


.module-footer .scroll-top {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #e10100;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 3vmin;
    bottom: 3vmin;
    z-index: 150;
    opacity: 0;
    transition: opacity 0.3s;
}

.headroom--not-top .module-footer .scroll-top {
    opacity: 1;
}

.module-footer .scroll-top svg {
    transform: rotate(180deg);
}



    .module-market-finder-all {
        text-align: center;
        padding: 0 25px;
        position: relative;
    }

    .module-market-finder-all .timeline {
        position: static;
        display: block;
        white-space: nowrap;
        overflow: visible !important;
    }

    @media (min-width: 768px) {
        .module-market-finder-all .timeline.flickity:after {
            content:"flickity";
        }

        .module-market-finder-all .timeline .flickity-viewport {
            overflow: visible;
        }

        .module-market-finder-all .timeline .flickity-prev-next-button  {
            height: 75px;
            top: 0;
            -webkit-transform: translate(0);
            transform: translate(0);
            border-radius: 0;
            background: rgba(0,0,0,0.05);
            width: 70px;
        }

        .module-market-finder-all .timeline .flickity-prev-next-button.previous  {
            left: 0;
            background: #fff;
            background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }

        .module-market-finder-all .timeline .flickity-prev-next-button.next  {
            right: 0;
            background: #fff;
            background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }
    }

    .module-market-finder-all .timeline:before {
        content:"";
        position: absolute;
        display: block;
        height: 75px;
        background: #fff;
        width: 2000vw;
        left: -1000vw;
        right: -1000vw;
    }

    .module-market-finder-all .timeline .description  {
        height: 99px;
    }

    @media (max-width: 767px) {
        .module-market-finder-all .timeline .description  {
            padding-top: 10px;
            height: 89px;
            text-align: center;
        }
    }

    .module-market-finder-all .timeline .description span  {
        display: block;
    }

    .module-market-finder-all .timeline .description > span:first-child,
    .module-market-finder-all .timeline .description .date > span:first-child  {
        font-size: 32px;
        font-weight: bold;
        padding: 11px 0 2px 0;
    }

    .module-market-finder-all .timeline .next .description .date > span:nth-child(2) {
        font-weight: bold;
    }

    @media (min-width: 768px) {
        .module-market-finder-all .timeline .next .description {
            position: relative;
            text-align: left;
        }

        .module-market-finder-all .timeline .next .description .date {
            position: relative;
            left: 50%;
            display: inline-block;
            -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
            -o-transform: translate(-50%);
            transform: translate(-50%);
        }

        .module-market-finder-all .timeline .next .description .date > span:first-child  {
            float:left;
            font-size: 40px;
            letter-spacing: -0.05em;
            margin-right: 10px;
        }

        .module-market-finder-all .timeline .next .description .date > span:nth-child(2) {
            font-weight: bold;
            padding-top: 20px;
        }

        .module-market-finder-all .timeline .next .description .date > span:nth-child(3) {
            display: block;
        }
    }

    .module-market-finder-all .timeline .item {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 300px;
        margin-bottom: 25px;
    }

    .module-market-finder-all .timeline.flickity:not(.flickity-enabled) > .item {
        margin: 0;
        width: 100%;
    }

    .module-market-finder-all .timeline.flickity-enabled .item {
        display: block;
    }

    @media (min-width: 768px) {
        .module-market-finder-all .timeline .item + .item {
            margin-left: 30px;
        }
    }

   @media (max-width: 767px) {
        .module-market-finder-all .timeline .item  {
            display: none;
        }

        .module-market-finder-all .timeline .item.in-current-week {
            display: block;
        }
    }



    .module-market-finder-all .box {
        position: relative;
        display: block;
        background: #fff;
        vertical-align: top;
        text-align: left;
        font-size: 0;
        white-space: normal;
    }

    @media (min-width: 767px) {
        .module-market-finder-all .box:before {
            position: absolute;
            content:"";
            left: 50%;
            top: -35px;
            margin-left: -10px;
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: #f7e600;
            border: 2px solid #d2c400;
        }
    }

    .module-market-finder-all .box .inner {
        position: relative;
        background: #fff;
        border-top: 3px solid #fff;
    }

    .module-market-finder-all .box .inner:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: #fff;
        border-width: 9px;
        margin-left: -9px;
        z-index: 1;
    }



    .module-market-finder-all .entry {
        background: #f5f5f4;
        font-size: 14px;
        white-space: nowrap;
        display: inline-block;
        line-height: 1.2;
        position: relative;
        margin: 0 3px 3px 3px;
        width: calc(100% - 6px);
    }

    .module-market-finder-all .entry:hover {
        background: #e8e8e8;
    }

    .module-market-finder-all .entry .image {
        float: left;
        margin-right: 15px;
        width: 50px;
        height: 65px;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .module-market-finder-all .entry .image img {
        display: block;
    }

    .module-market-finder-all .entry .info {
        float: left;
        width: calc(100% - 65px);
        padding-right: 5px;
    }

    .module-market-finder-all .entry .title {
        display: inline-block;
        font-weight: bold;
        overflow: hidden;
        max-height: 42px;
        white-space: initial;
        width: 100%;
        padding-top: 10px;
    }

    .module-market-finder-all .entry span {
        display: block;
    }

    .module-market-finder-all .entry .time {
        font-size: 12px;
    }


    .module-market-finder-all .entry .more {
        text-align: right;
        padding: 0 5px 0 0;
        font-size: 12px;
        text-decoration: none !important;
        position: absolute;
        right: 2px;
        bottom: 7px;
    }



    .module-market-finder-all .today {
        max-width: 100%;
        margin-bottom: 25px;
    }

    @media (min-width: 768px) {
        .module-market-finder-all .today.small {
            width: 260px;
        }

        .module-market-finder-all .today.medium {
            width: 520px;
        }

        .module-market-finder-all .today.large {
            width: 780px;
        }
    }

    .module-market-finder-all .today .box:before {
        background: #6ed03d;
        border-color: #5eb134;
    }

    @media (min-width: 768px) {
        .module-market-finder-all .today.small .entry {
            width: calc(100% - 6px);
        }

        .module-market-finder-all .today.medium .entry {
            width: calc(50% - 6px);
        }

        .module-market-finder-all .today.medium .entry:nth-child(even) {
            width: calc(50% - 3px);
           margin-left: 0;
        }

        .module-market-finder-all .today.large .entry {
            width: calc(33.333333% - 6px);
        }

        .module-market-finder-all .today.large .entry:nth-child(3n),
        .module-market-finder-all .today.large .entry:nth-child(3n-1) {
            width: calc(33.333333% - 3px);
            margin-left: 0;
        }

    }

    .module-market-finder-all .today .entry .time {
        color: #009d42;
    }

    .module-market-finder-all .show-all-dates {
        margin-top: 25px;
    }


    @media (min-width: 768px) {
        .module-market-finder-all .next .entry .image {
            display: none;
        }

        .module-market-finder-all .next .entry .title {
            padding: 0;
        }

        .module-market-finder-all .next .entry .info {
            padding: 5px;
            float: none;
            width: 100%;
        }
    }
.module-forgot-password {
    max-width: 500px;
    margin: auto;
}

.module-forgot-password .message {
    margin-bottom: 15px;
}

.module-forgot-password .box {
    padding: 30px;
    background:  #e8e8e8;
}


.module-forgot-password .form-group.username {
    margin-bottom: 0px;
}

.module-forgot-password .submit {
    margin-top: 15px;
}

.module-markets-nearby {
    position: relative;
    height: 300px;
    background: #e9e5dc;
    overflow: hidden;
}

.module-markets-nearby.open {
    height: 100vh;
}

.module-markets-nearby .gmap {
    height: 100%;
	background-image: url("/cache/989e97a638f8c77fba09d7b6c57f22ac.jpeg");
}





    .module-markets-nearby .searchbox {
        width: 80%;
        max-width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    .module-markets-nearby.open .searchbox {
        opacity: 0;
        z-index: -1;
    }
.module-form-configurator .hide-trans {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.module-form-configurator .submit-btn-row {
    margin-top: 50px;
}


    .module-form-configurator .two-columns .form-group {
        float: left;
        width: 50%;
    }

    .module-form-configurator .two-columns .form-group + .form-group {
        padding-left: 10px;
    }




    .module-form-configurator .col-100 {
        width: 100%;
        float: left;
    }

    .module-form-configurator .col-50 {
        width: 50%;
        float: left;
    }

    .module-form-configurator .col-25 {
        width: 25%;
        float: left;
    }

    .module-form-configurator .col-33 {
        width: 33.33333%;
        float: left;
    }

    .module-form-configurator .selection {
        padding-bottom: 5px;
    }

    .module-form-configurator .selection label {
        float: none;
        width: auto;
    }




    .module-form-configurator .site-headline {
        padding: 10px 0;
		color: #000;
    }




    .module-form-configurator .form-group-textarea label {

    }



    /**/

            .module-form-configurator .chosen-form.chosen-container-single .chosen-single {
                font-size: 16px !important;
                font-weight: normal;
            }

            .chosen-container-single .chosen-single {
                height: 33px;
                line-height: 33px;
                padding-top: 0;
            }

            .chosen-container-single .chosen-single div:before {
                padding-top: 1px;
            }

			.module-form-configurator select {
				font-family: Roboto, Helvetica, Arial, sans-serif;
				display: block;
				width: 100%;
				padding: 0.8rem 2.5rem;
				font-size: 1.4rem;

				color: #333333;
				background: #f5f5f4;
				border: 1px solid #fff;
				vertical-align: middle;
				text-overflow: ellipsis;
				border: 1px solid #f0f0f0;
			}



    .module-form-configurator .site-form-box .form-group.form-group-radio {
        margin-bottom: 10px;
    }

    .module-form-configurator .site-form-box .form-group-radio .set {
        float: left;
    }

    .module-form-configurator .site-form-box .form-group-radio .set input {
        float: left;
        top: 2px !important;
    }

    .module-form-configurator .form-group-radio input+label {
        margin: 0 0 0 30px;
        padding: 0;
        min-height: 23px;
        float:none;
        display: block;
    }


    /**/

            .module-form-configurator .form-group-radio input+label {
                min-height: 30px;
            }

            .module-form-configurator .site-form .site-checkbox-container .icon {
                top: 7px;
            }

            .module-form-configurator .site-form .site-checkbox-container .icon {
                top: 12px;
            }

            .module-form-configurator .site-form-box .form-group-radio {
                padding: 5px 0 10px;
            }

            .module-form-configurator .site-form-box .form-group-radio > label {
                display: inline-block;
                line-height: 1.2;
                font-size: 16px;
                padding-top: 10px;
            }


	.hidden-file-upload {
        display: none;
    }

    .lastname_special {
        display: none;
    }
.module-news-teaser .item {
    display: block;
    width: 100%;
}

.module-news-teaser .has-link {
    display: block;
    width: 100%;
}

.module-news-teaser ul.flickity:after {
    content: "flickity";
    display: none;
}

.module-news-teaser ul.flickity .item {
    margin: 0 15px 5px 15px;
    width: calc(100% - 5px);
}

.module-news-teaser .item a {
    position: relative;
    display: block;
    background-color: #ffed00;
    padding: 25px;
    min-height: 160px;
}

.module-news-teaser .item .image {
    display: block;
    margin: 0 20px 0 0px;
    width: 75px;
    float: left;
}

.module-news-teaser .item .image img {
    display: block;
    width: 100%;
}

.module-news-teaser .item .text {
    display: block;
    width: calc(100% - 95px);
    float: left;
}

.module-news-teaser .item .site-link {
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: black !important;
}

@media (min-width: 1199px) {
    .module-news-teaser .item .image {
        margin: 0 30px 0 10px;
        width: 95px;
    }

    .module-news-teaser .item .text {
        width: calc(100% - 135px);
    }
}
.module-gallery,
div[id^="admon-html-content-gallery"] {
    margin-bottom: 0 !important;
}

.module-gallery {
    background-color: #f5f5f4;
    overflow: hidden;
    color: #000000;
    text-align: center;
}

.module-gallery p{
    max-width: 650px;
    margin: 0 auto;
}
.module-market-cart-footer {
    color: #fff;
    font-size: 14px;
    background-color: #222222;
}

.module-market-cart-footer .copyright {
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
}

.module-market-cart-footer .copyright li {
    display: inline-block;
    border-right: 1px solid #222222;
    padding: 0 10px 0 7px;
    line-height: 1.8em;
}

.module-market-cart-footer .copyright a:hover,
.module-market-cart-footer .copyright a:focus {
    text-decoration: underline;
}

.module-market-cart-footer .copyright li:nth-of-type(-n+2),
.module-market-cart-footer .copyright li:last-of-type {
    border-right: none;
}

.module-market-cart-footer .copyright li:nth-of-type(2) {
    display: block;
}



@media (min-width: 1200px) {

    .module-market-cart-footer .footer-nav a {
        width: 255px;
    }

    .module-market-cart-footer .copyright li {
        line-height: inherit;
    }

    .module-market-cart-footer .copyright li:nth-of-type(2) {
        display: inline-block;
    }

    .module-market-cart-footer .copyright li:nth-of-type(-n+2) {
        border-right: 1px solid #222222;
    }
}

.module-header {
    display: flex;
    align-items: center;
}


    
        .module-header .logo {
            padding: 15px 0;
            flex-shrink: 0;
            width: 150px;
        }

        .module-header .logo img {
            width: 100%;
        }

        @media (min-width: 768px) {
            .module-header .logo {
                width: 200px;
            }
        }


    
        .module-header .benefits {
            color: #999999;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            font-style: italic;
            max-width: 320px;
            margin-left: auto;
            font-size: 14px;
            margin-right: 10px;
        }

        @media (min-width: 1200px) {
            .module-header .benefits {
                max-width: 360px;
                font-size: 16px;
            }
        }

        .module-header .benefits .icon {
            color: #e10100;
            display: flex;
            margin-right: 5px;
            height: 10px;
            width: 10px;
        }

        .module-header .benefits li {
            display: flex;
            margin: 7px 12px;
        }



    .module-header .quicknav {
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-self: flex-start;
        justify-content: flex-end;
        position: relative;
        top: 15px;
    }

    .module-header .quicknav li {
        color: #999999;
        display: flex;
        align-items: center;
        height: 28px;
    }

    @media (min-width: 576px) {
        .module-header .quicknav li:not(:first-child) {
            border-left: 1px solid #e8e8e8;
        }
    }

    .module-header .quicknav a {
        padding: 5px 10px;
        font-size: 13px;;
    }

    .module-header .quicknav a:hover {
        color: #e10100;
    }

    .module-header .quicknav .contact > a {
        display: flex;
        align-items: center;
    }

    .module-header .quicknav .contact > a .icon {
        margin-right: 10px;
    }




    .module-header .reservation {
        border: none;
        width: 280px;
        border-top: 3px solid #000;
        z-index: 1000;
        padding: 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.25);
    }

    .module-header .reservation::before {
        bottom: 100%;
        right: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: black;
        border-width: 8px;
        margin-left: -8px;
        z-index: 1;
    }

    .module-header .reservation a {
        padding: 15px;
        border-color: #e8e8e8;
    }

    .module-header .reservation a:hover {
        background: white;
    }

    .module-header .reservation a * {
        font-size: 13px !important;
    }

    .module-market-cart-location .preview {
        flex-grow: 1;
        margin: 10px 0 0 0;
        background: #f5f5f4;
    }

    @media (min-width: 768px) {
        .module-market-cart-location .select-wrapper .preview {
            margin: 0 0 0 2px;
        }
    }

    .module-market-cart-location .map-container {
        position: relative;
        margin-bottom: 30px;
    }

    .module-market-cart-location form:not(.loading) .map-container.loading .loading-spinner {
        display: block;
    }




    .module-market-cart-location .map-container .map {
        position: relative;
        overflow: hidden;
        height: 0;
    }

    .module-market-cart-location .map-container .scene {
        cursor: zoom-in;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .module-market-cart-location .map-container .scene.zoomed {
        transform: scale(2.5);
        cursor: zoom-out;
    }

    .module-market-cart-location .map-container .background {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }




    .module-market-cart-location .map-container .helper {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
    }

    .module-market-cart-location .map-container .helper .item:not(.selected) {
        display: none;
    }

    .module-market-cart-location .map-container .helper .item {
        z-index: 15;
        position: absolute;
        font-size: 0;
    }

    .module-market-cart-location .map-container .helper .item.hover,
    .module-market-cart-location .map-container .helper .item.hover-stand,
    .module-market-cart-location .map-container .helper .item.stand-selected {
        z-index: 20;
        display: block;
    }



    .module-market-cart-location .map-container .legend {
        display: flex;
        background: rgba(255,255,255,0.5);
        padding: 9px 12px;
        z-index: 100;
    }

    .module-market-cart-location .map-container .legend div {
        display: flex;
        align-items: center;
        padding: 1px 0;
        font-size: 11px;
        margin-left: 20px;
    }

    .module-market-cart-location .map-container .legend div::before {
        content: "";
        display: inline-flex;
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .module-market-cart-location .map-container .legend .selected::before {
        background: #0088e3;
    }

    .module-market-cart-location .map-container .legend .free::before {
        background: #009d42;
    }

    .module-market-cart-location .map-container .legend .blocked::before {
        background: #e7bb0c;
    }

    .module-market-cart-location .map-container .legend .booked::before {
        background: #e2001a;
    }
.module-page-headline {
    background-size: cover;
    background-position: center;
    position: relative;
}

.module-page-headline:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.35);
}

.module-page-headline h1 {
    opacity: 1;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    transition: opacity 3s;
}
.module-market-dates .filter-section {
    margin-bottom: 50px;
}

.module-market-dates .filter-location {
    margin-bottom: 15px;
}

.module-market-dates .icon-input {
    position: relative;
}

.module-market-dates .icon-input .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.module-market-dates svg {
    cursor: pointer;
    pointer-events: none;
}

.module-market-dates .icon-input input {
    padding-left: 40px;
}

.module-market-dates .icon-input .text-layer {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none;
}

.module-market-dates .message-box {
    display: none;
	border: 1px solid #ccc;
	padding: 20px;
	background: #f5f5f4;
	margin-bottom: 40px;
}
.module-intro p {
   margin: 0 auto;
   max-width: 800px;
   font-size: 18px;
   line-height: 1.7;
   font-style: italic;
   text-align: center;
   color: #000000;
   position: relative;
}

.module-intro p:before {
   content:"”";
   font-family: Georgia, serif;
   position: absolute;
   left: -50px;
   top: -40px;
   color: #e10100;
   opacity: 0.10;
   font-size: 100px;
}

@media (max-width: 991px) {
    .module-intro p {
        font-size: 16px;
        line-height: 1.5;
        padding: 0;
        max-width: calc(100% - 50px);
    }
}
.module-market-finder-vendor {
    position: relative;
}

@media (max-width: 767px) {
    .module-market-finder-vendor {
        position: relative;
        margin-top: 35px;
    }

    .module-market-finder-vendor:before {
        content: "";
        position: absolute;
        display: block;
        height: 75px;
        background: #fff;
        width: 2000vw;
        left: -1000vw;
        right: -1000vw;
        top: -35px;
        z-index: -1;
    }
}

.module-market-finder-vendor a[data-tab] {
    display: inline-block;
    padding: 0 25px;
    line-height: 40px;
    background: #e8e8e8;
    font-weight: bold;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.10)
}

@media (min-width: 576px) {
    .module-market-finder-vendor a[data-tab] {
        padding: 0 35px;
    }
}

.module-market-finder-vendor a[data-tab].selected {
    background: #fff;
}

.module-market-finder-vendor .tab {
    display: none;
}

.module-market-finder-vendor .tab.selected {
    display: block;
    position: relative;
}



    .module-market-finder-vendor .nearby .map {
        min-height: 400px;
        background: #e9e5dc;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        overflow: hidden;
        display: none;
        padding: 0;
        border-left: 3px solid rgba(0,0,0,0.15);
    }

    .module-market-finder.open .module-market-finder-vendor .nearby .map {
       display: block;
    }

    .module-market-finder.open .module-market-finder-vendor .nearby .gmap {
        height: 400px;
    }



    .module-market-finder-vendor .all input,
    .module-market-finder-vendor .all select {
        padding-left: 0;
        text-indent: 38px;
    }

    .module-market-finder-vendor .all .location,
    .module-market-finder-vendor .all .date {
        position: relative;
    }

    .module-market-finder-vendor .all .icon {
        position: absolute;
        left: 8px;
        top: 8px;
    }

    .module-market-finder-vendor .submit {
        margin-top: 15px;
        display: inline-block;
    }

    @media (min-width: 576px) {
        .module-market-finder-vendor .location,
        .module-market-finder-vendor .date {
            float: left;
            width: calc(50% - 80px);
        }

        .module-market-finder-vendor .submit {
            float: right;
            margin-top: 0;
        }
    }

    @media (min-width: 768px) {
        .module-market-finder-vendor .location,
        .module-market-finder-vendor .date {
            width: calc(50% - 110px);
        }

        .module-market-finder-vendor .submit .site-btn {
            min-width: 202px;
        }
    }

.module-market-finder-vendor .market-date-form .button {
    display: none;
}

.module-market-finder-vendor .market-date-form .button.show {
    display: inline-block;
}
.module-link-list {
    display: block;
    width: 100%;
}

.module-link-list li + li {
    margin-top: 15px;
}

.module-link-list .site-btn-link {
    margin-left: -1.5rem;
}

.module-link-list:not(:first-child),
[id^="admon-html-content-link-list"]:not(:first-child) {
    margin-top: 37.5px !important;
}
.module-markets-list h1 {
    margin-bottom: 30px;
}

.module-markets-list .filter-location {
    margin-bottom: 50px;
}

.module-markets-list svg {
    cursor: pointer;
    pointer-events: none;
}

.module-login .info {
    margin-bottom: 30px;
}

.module-login .divider {
    margin: 20px 0px;
}

.module-login .form-group.title {
    flex-shrink: 0;
    width: 120px;
}

.module-login .form-group.title,
.module-login .equal-width .form-group.firstname {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .module-login .form-group.title,
    .module-login .equal-width .form-group.firstname {
        margin-right: 0;
        width: 100%;
    }
}

.module-login .form-group.postcode,
.module-login .form-group.phone_prefix {
    width: 30%;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .module-login .form-group.postcode,
    .module-login .form-group.phone_prefix {
        width: 100%;
        margin-right: 0;
    }
}

.module-login .form-group.city,
.module-login .form-group.phone_number {
    width: 70%;
}

@media (max-width: 767px) {
    .module-login .form-group.city,
    .module-login .form-group.phone_number {
        width: 100%;
    }
}

.module-login h4:last-of-type {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .module-login .form-group h4:last-of-type {
        margin-top: 35px;
    }
}

.module-login .password {
    position: relative;
}

.module-login .password svg {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.module-login .password .hide-icon,
.module-login .password.toggled .show-icon {
    display: none;
}

.module-login .password.toggled .hide-icon {
    display: block;
}

.module-login .disclaimer {
    position: relative;
}

.module-login .disclaimer label {
    padding-left: 3rem;
    z-index: 15;
}

.module-login .disclaimer .helper {
    top: 11px;
    z-index: 10;
}
.module-market-pdf {
    position: relative;
    text-align: left;
    overflow: hidden;
    padding: 0 15px 0 15px;
}

.module-market-pdf .item {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    display: block;
    width: 170px;
    color: #000;
    position: relative;
    top: -15px;
    left: -5px
}

.module-market-pdf .item:hover,
.module-market-pdf .item:focus {
    color: #000;
}

.module-market-pdf .outer {
    display: block;
}

.module-market-pdf .inner {
    background: #ffed00;
    padding: 13px 5px 13px 48px;
    display: block;
    border-top: 12px solid #ffed00;
}

.module-market-pdf .inner:hover {
    background: #e8e8e8;
    border-color: #e8e8e8;
}

.module-market-pdf .icon {
    position: absolute;
    left: 12px;
    bottom: 11px;
}
.module-market-booking-teaser .item {
    display: block;
    width: 100%;
    text-align: center;
}

.module-market-booking-teaser .item a {
    position: relative;
    display: block;
    background-color: #e8e8e8;
    padding: 25px;
    min-height: 160px;
}

.module-market-booking-teaser .icon {
    position: absolute;
    top: 70px;
    left: 40px;
}

.module-market-booking-teaser .btn {
    min-width: 215px;
}

.module-market-booking-teaser .btn:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

@media (min-width: 1200px) {
    .module-market-booking-teaser .icon {
        position: absolute;
        top: 50px;
        left: 65px;
    }
}
.module-navigation-main {
    height: 60px;
    font-weight: bold;
    position: relative;
    text-align: right;
    font-size: 16px;
}

.module-navigation-main .toggle-mobile-nav {
    display: none;
}

.module-navigation-main .booking {
    right: 0;
    top: 5px;
    position: absolute;
}


    @media (max-width: 767px) {
        .module-navigation-main .scopes {
            display: none;
        }
    }

    .module-navigation-main .scopes {
        position: relative;
        z-index: 200;
    }

    .module-navigation-main .scopes a {
        display: inline-block;
        line-height: 42px;
        width: 180px;
        display: block;
        position: absolute;
        bottom: calc(100% + 3px);
        right: 0;
        text-align: center;
        cursor: pointer;
        background: #ffed00;
        color: black;
        text-shadow: none;
    }

    .module-navigation-main .scopes a:first-child {
            right: 184px;
    }

    .module-navigation-main.is-selected-vendor .scopes a[data-scope="vendor"],
    .module-navigation-main:not(.is-selected-vendor) .scopes a[data-scope="all"] {
        background: #e10100;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        color: white;
        cursor: default;
        bottom: 100%;
        border-bottom: 3px solid #e10100;
    }

    .module-navigation-main .scopes a.selected::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: #e10100;
    }

    .module-navigation-main .scopes a:not(.selected):hover {
        text-decoration: underline;
    }


    .module-navigation-main .subpages {
        display: block;
    }

    .module-navigation-main.is-selected-vendor .subpages.all,
    .module-navigation-main:not(.is-selected-vendor) .subpages.vendor {
        display: none;
    }

    @media (min-width: 768px) {
        .module-navigation-main .navbar {
            display: block !important;
        }
    }

    .module-navigation-main .subpages a {
        line-height: 60px;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        padding: 0 45px;
        display: inline-block;
        color: white;
    }

    .module-navigation-main .subpages a.selected,
    .module-navigation-main .subpages a:hover,
    .module-navigation-main .subpages a:focus {
        color: #ffed00;
        text-decoration: underline;
    }

    @media (max-width: 1199px) {
        .module-navigation-main .subpages a {
            padding: 0 25px;
        }
    }

    @media (max-width: 991px) {
        .module-navigation-main .subpages a {
            padding: 0 10px;
            line-height: 52px;
        }
    }


    @media (max-width: 991px) {
        .module-navigation-main {
            height: 52px;
        }
        .module-navigation-main .subpages li a {
            padding: 0 16px;
            line-height: 52px;
        }
        .module-navigation-main .subpages li a:first-child {
            padding-left: 0;
        }
        .module-navigation-main .subpages li a:last-child {
            padding-right: 0;
        }
    }

    @media (max-width: 767px) {

        .module-navigation-main {
            height: auto;
            min-height: 52px;
        }

        .module-navigation-main .toggle-mobile-nav {
            display: block;
            color: #fff !important;
            width: 150px;
            height: 50px;
            position: relative;
            left: 0;
            top: 0;
            text-align: left;
            text-transform: uppercase;
            white-space: nowrap;
            padding-left: 30px;
            line-height: 50px;
            z-index: 10;
        }

        .module-navigation-main .navbar {
            display: none;
            padding: 0 0 10px 0;
        }

        .module-navigation-main .subpages {
            display: block !important;
        }

        .module-navigation-main .subpages a {
            text-align: left;
            display: block;
            line-height: 40px;
            padding: 0;
        }


        .module-navigation-main .subpages.all,
        .module-navigation-main .subpages.vendor {
            position: relative;
        }

        .module-navigation-main .subpages.vendor:before,
        .module-navigation-main .subpages.all:before {
            content: "Für Verkäufer";
            position: absolute;
            right: 15px;
            font-size: 20px;
            color: rgba(255,255,255,0.3);
            text-transform: uppercase;
            top: 0;
            font-weight: lighter;
            border-top: 1px dotted rgba(255,255,255,0.25);
            width: calc(100% + 30px);
            padding-top: 10px;
            right: -15px;
            padding-right: 15px;
            pointer-events: none;
        }

        .module-navigation-main .subpages.all:before {
            content: "Für Alle";
        }

    }







@media print {
    @page {
        margin: 2cm;
    }

    html, body {
        background: none !important;
        color: #000000 !important;
    }
}

@media (min-width: 768px) {
    .module-content-block + .module-content-block,
    [id^="admon-html-content-block"] + [id^="admon-html-content-block"] {
        padding-top: 20px;
    }
}

.module-content-block .image a {
    display: block;
}

.module-content-block .image img {
    max-width: 100%;
}

.module-content-block .text {
    margin-top: -5px;
}

.module-content-block .text > h2 + h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.module-content-block .link {
    margin-top: 20px;
}
.module-newsletter-subscribe {
    background-size: cover;
    background-position: center;
    text-align: center;
}

.module-newsletter-subscribe h2,
.module-newsletter-subscribe p {
    color: #fff;
}

.module-newsletter-subscribe .form-group {
    white-space: nowrap
}

@media (min-width: 767px) {
    .module-newsletter-subscribe .form-group {
        min-width: 330px;
    }
}

.module-newsletter-subscribe .form-group.site-shadow input {
    display: inline-block;
    width: calc(100% - 40px);
}

.module-newsletter-subscribe .form-control {
    background: #fff;
}

.module-newsletter-subscribe .form-group .site-btn {
    margin-left: -4px;
}

.module-newsletter-subscribe .form-group.form-group-checkbox label {
    color: #fff;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.module-newsletter-subscribe input[type="checkbox"] {
    display:none;
}

.module-newsletter-subscribe input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    border: 2px solid #feed00;
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.module-newsletter-subscribe input[type="checkbox"]:checked+label::before {
    background-color: #000;
    content: "";
}

.module-newsletter-subscribe input[type="checkbox"]:checked+label::after {
    width: 8px;
    height: 16px;
    border-right: 3px solid #feed00;
    border-bottom: 3px solid #feed00;
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: -5px;
    transform: rotate(45deg);
}

.module-newsletter-subscribe a.site-link {
    color: #fff !important;
    display: inline-block;
    margin-top: 6px;
    font-weight: normal !important;
}
.module-downloads:not(:first-child),
[id^="admon-html-content-downloads"]:not(:first-child) {
    margin-top: 37.5px !important;
}
.module-service-benefits {
    text-align: center;
}

.module-service-benefits .item {
    padding: 20px 0 0 0;
    text-align: center;
    max-width: 100%;
}

.module-service-benefits .item h3 {
    margin: 12px 0;
}

.module-service-benefits .item p {
    color: #000000;
}

@media (min-width: 768px) {
    .module-service-benefits .item {
        float: left;
        max-width: 33%;
    }
}

@media (min-width: 992px) {
    .module-service-benefits .item p {
        margin: 0 30px;
    }
}
.module-error {
    text-align: center;
}



    @media (min-width: 992px) {

        #header {
            background: white;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            transition: transform 0.2s;
            transform: translateY(0%);
        }

        #header + #grid-b {
            margin-top: 170px;
        }

        .headroom--unpinned #header {
            transform: translateY(-97%);
        }
    }



    .page-market #grid-m {
        padding-top: 0;
    }

    @media (min-width: 992px) {
        .page-market:not(.headroom--unpinned) {
            padding-top: 170px;
        }
    }



    .page-home #header {
        z-index: 100;
    }

    @media (min-width: 768px) {
    .page-home #grid-b {
            min-height: 550px;
        }
    }

    .page-home #grid-b:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.35);
    }

    .page-home #grid-b .background {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .page-home #grid-b .background {
            bottom: auto;
            height: 135px;
        }
    }

    .page-home #grid-markets-pdf {
        position: absolute;
        left: 5px;
        top: 0;
    }

    @media (max-width: 991px) {
        .page-home #grid-markets-pdf {
            display: none;
        }
    }

    .page-home #grid-b #grid-eyecatcher {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 50;
    }


    .page-cart #grid-x {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .page-cart #grid-market-cart-footer {
        margin-top: auto;
    }
.module-eyecatcher {
    position: relative;
    max-width: 500px;
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    transform: translateX(200%);
}

.module-eyecatcher.loaded {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: transform 1s 1s;
    -moz-transition: transform 1s 1s;
    transition: transform 1s 1s;
}

.module-eyecatcher.hidden {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
}

.module-eyecatcher:not(.has-image) {
    max-width: 390px;
}

.module-eyecatcher h2 {
    font-size: 20px;
    padding-right: 25px;
}

.module-eyecatcher .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.module-eyecatcher .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    color: #000;
}

.module-eyecatcher .close:hover {
    opacity: 0.5;
}

.module-eyecatcher .item {
    text-align: left;
}

.module-eyecatcher .image {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 90px;
}

.module-eyecatcher.has-image .text {
    padding-left: 120px;
}

.module-eyecatcher .red h2,
.module-eyecatcher .red + .close {
    color: #fff;
}


@media (max-width: 767px) {
    .module-eyecatcher {
        position: relative;
        max-width: 390px;
    }

    .module-eyecatcher:not(.has-image) {
        max-width: 390px;
    }

    .module-eyecatcher .close {
        padding: 15px;
    }
}

.module-redirect {
	text-align: center;
    margin-top: 100px;
    background-color: LightGray;
    padding: 20px;
}
