
/* DOCUMENT INFORMATION
    - Document: Stylesheet for WACON COOKIE CONSENT BOX
    - Version:  4.1.0
    - Client:   WACON Internet GmbH
    - Author:   Kerstin Schmitt / Oliver Best
*/

.waconcookiemanagement {
    display: none;
    font-family: Helvetica, sans-serif;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.cookie-set.script img , .cookie-set-direct.script img {
    max-width: 100%;
    height: auto;
}

.cookie-information {
    margin-bottom: 20px;
}

#CookieBox p,
#CookieBox h1,
#CookieBox h2,#CookieBox .h2,
#CookieBox h3, #CookieBox .h3{
    color: #333333;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}
#CookieBox .h2{
    font-size:120%;
    margin-top:1rem;
    margin-bottom:.6rem;
}
#CookieBox .h3{
    font-size:110%;
    margin-bottom:.6rem;
}

#CookieBox a {
    color: #333333;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
}

#CookieBox {
    z-index: 201;
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
    background: #fff;
    padding: 70px 20px 20px;
    border-radius: 5px;
}

.waconcookiemanagementlist #CookieBox {
    z-index: 201;
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    max-width: 100%;
    max-height: auto;
    overflow: auto;
    background: #fff;
    padding: 0px;
    border-radius: 0px;
}

#CookieBox .h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

#CookieBox ul, #CookieBox2 ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#CookieBox .cookie-info ul, #CookieBox2 .cookie-infolist ul {
    text-align: left;
    padding: 0;
    padding-left: 1rem;
}

#CookieBox p, #CookieBox2 p {
    font-size: 1.1rem;
    margin: 0 auto 10px;
}

#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1rem;
    min-width:80%;
    font-weight: bold;
    padding: .5rem 1rem;
    text-decoration: none;
    background: #558217;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    margin: 15px auto;
}

#CookieBox .cookie-btn:hover {
    color: white;
    text-decoration: none;
}

#CookieBox .cookie-refuse .cookie-btn {
    background: #ccc;
}

#CookieBox .cookie-accept-container {
    text-align: center;
    cursor: pointer;
}



#CookieBox .cookieclose {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width:30px;
    height:30px;
    border-radius: 4px;
    border: 1px solid #333;
    background: #333;
}


#CookieBox .cookieclose:before,#CookieBox .cookieclose:after{
    content:'';
    position:absolute;
    width:26px;
    height:4px;
    background-color:white;
    border-radius:2px;
    top:12px;

}

#CookieBox .cookieclose:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
    left:1px;
}
#CookieBox .cookieclose:after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
    right:1px;
}
#CookieBox .intro p {
    width: 75%;
}

#CookieBox .cookie-management,
#CookieBox .cookie-refuse {
    margin: 10px auto;
}

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

#CookieBox .text-right,
#CookieBox .text-back-right {
    text-align: right;
}

#CookieBox .text-back-right a {
    display: inline-block;
    
    margin-right: 10px;
    text-decoration: none;
}

#CookieBox .cookieback {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;

}

#CookieBox .cookie-on,
#CookieBox .cookie-off, #CookieBox2 .cookie-on,
#CookieBox2 .cookie-off {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}



#CookieBox .intro .cookie-legal, #CookieBox2 .intro .cookie-legal {
    padding: 0px 30px;
    margin-top: 50px;
    width: 100%;
}

#CookieBox .cookie-legal a {
    display: inline-block;
    padding: 0;
    font-size: .9rem;
    margin-right: 30px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

#CookieBox .cookie-legal a:hover {
    text-decoration: underline;
}

#CookieBox .info-text {
    display: none;
}

#CookieBox .info-show {
    cursor: pointer;
}

#CookieBox .info-hide {
    cursor: pointer;
}


#CookieBox .category {
    background: #eeeeee;
    padding: 10px;
    margin: 25px 30px;
}

.waconcookiemanagementlist #CookieBox2 .category {
    background: #eeeeee;
    padding: 10px;
    margin: 25px 0px;
}

#CookieBox .category .h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.25rem;
}


#CookieBox .cookie-info, #CookieBox2 .cookie-infolist {
    background: #fff;
    padding: 10px;
}

#CookieBox .cookie-info table, #CookieBox2 .cookie-infolist table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

#CookieBox .cookie-info td, #CookieBox2 .cookie-infolist td {
    padding: 3px 10px 3px 0;
    border-top: #eeeeee solid 1px;
}

#CookieBox .cookie-info p, #CookieBox2 .cookie-infolist p {
    margin-top: 0;
}

#CookieBox .box-cookie-management {
    display: none;
    overflow: auto;
}

#CookieBox .box-cookie-management-in > p {
    width: 80%;
}

.waconcookiemanagementlist #CookieBox .box-cookie-management {
    display: block;
}

.waconcookiemanagementlist #CookieBox .box-cookie-management-in > p {
    width: 100%;
    margin: 25px 0 0 0;
}

.waconcookiemanagementlist #CookieBox .intro p {
    width: 100%;
}


#CookieBox .activated,
#CookieBox2 .activated {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    display: inline-block;
}

#CookieBox .cookie-on .activated, #CookieBox2 .cookie-on .activated {
    background: #558217;
}

#CookieBox .on,
#CookieBox2 .on {
    cursor: pointer;
    display: block;
    float: left;
    background: #fff;
    width: 16px;
    margin: 2px;
    height: 16px;
    border-radius: 8px;
}

#CookieBox .cookie-on .on, #CookieBox2 .cookie-on .on {
    float: right;
}

#CookieBox .arrow, #CookieBox2 .arrow {
    border: .5rem solid #333;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0px 10px;
    display: inline-block;
}

#CookieBox .arrow.down, #CookieBox2 .arrow.down {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-bottom: -5px;
}

#CookieBox .arrow.up, #CookieBox2 .arrow.up {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-top: -5px;
}

/* CookieFix unterer Bereich mit Buttons */
#CookieBox .cookie-fix {
    display: none;
    overflow: auto;
    padding: 20px 0 0 0;
    margin: 25px 30px;
}

.waconcookiemanagementlist #CookieBox .cookie-fix {
    display: block;
}

#CookieBox .cookie-fix .cookie-save {
    float: left;
    width:50%;
    
}

#CookieBox .cookie-fix .text-back-right {
    float: right;
    width:50%;
}

#CookieBox .cookie-refuse-container, #CookieBox .cookie-accept-container, #CookieBox .cookie-management-container {
    text-align: center;
}

#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse {
    display: block;
    margin-top: 10px ;
    margin-bottom: 10px ;
    text-align: center;
    cursor: pointer;
width:80%;
    white-space: nowrap;
}

#CookieBox .cookie-fix .cookie-legal {
    clear: both
}

.cookie-set.script , .cookie-set-direct.script{
    cursor: pointer;
    position: relative;
    min-height: 50px;
    background: #ffffff;
    text-align: center;
}

.cookie-set.script p , .cookie-set-direct.script p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 40px;
    border-radius: 5px;
}

.cookie-set, .cookie-set-direct {
    cursor: pointer
}


@media (max-width: 1000px) {
    #CookieBox {
        left: 2%;
        width: 96%;
        top: 5%;
        max-height: 90%;
        min-height: 90%;
    }
}

@media (max-width: 786px) {
    #CookieBox .cookie-fix .text-back-right {
        width: 87%;
    }

}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

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

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../typo3conf/ext/pm_fontawesome_4/Resources/Public/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../typo3conf/ext/pm_fontawesome_4/Resources/Public/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../typo3conf/ext/pm_fontawesome_4/Resources/Public/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../typo3conf/ext/pm_fontawesome_4/Resources/Public/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../typo3conf/ext/pm_fontawesome_4/Resources/Public/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../typo3conf/ext/pm_fontawesome_4/Resources/Public/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

:root{--gap: 30px;--default-mobile-spacing: 20px;--content-width: 1260px}@font-face{font-family:"Icons";src:url("/typo3conf/ext/pm_core/Resources/Public/Fonts/icomoon/Icons/fonts/Icons.ttf?7oe95i") format("truetype"), url("/typo3conf/ext/pm_core/Resources/Public/Fonts/icomoon/Icons/fonts/Icons.woff?7oe95i") format("woff"), url("/typo3conf/ext/pm_core/Resources/Public/Fonts/icomoon/Icons/fonts/Icons.svg?7oe95i#Icons") format("svg");font-weight:normal;font-style:normal;font-display:block}i.icon{font-family:"Icons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-home:before{content:"\f015"}.icon-search:before{content:"\f002"}.icon-times:before{content:"\f00d"}.icon-external-link:before{content:"\f08e"}.icon-envelope:before{content:"\f0e0"}.icon-envelope-o:before{content:"\f003"}.icon-user:before{content:"\f007"}.icon-user-o:before{content:"\f2c0"}.icon-phone:before{content:"\f095"}.icon-check:before{content:"\f00c"}.icon-circle:before{content:"\f111"}.icon-circle-o:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-file:before{content:"\f016"}.icon-file-text:before{content:"\f0f6"}.icon-file-image:before{content:"\f1c5"}.icon-file-photo:before{content:"\f1c5"}.icon-file-picture:before{content:"\f1c5"}.icon-file-pdf:before{content:"\f1c1"}.icon-file-powerpoint:before{content:"\f1c4"}.icon-file-word:before{content:"\f1c2"}.icon-file-excel:before{content:"\f1c3"}.icon-file-archive:before{content:"\f1c6"}.icon-file-zip:before{content:"\f1c6"}.icon-file-audio:before{content:"\f1c7"}.icon-file-sound:before{content:"\f1c7"}.icon-file-movie:before{content:"\f1c8"}.icon-file-video:before{content:"\f1c8"}.icon-facebook-color:before{content:"\e900";color:#1877f2}.icon-instagram-color:before{content:"\e901";color:#e4405f}.icon-linkedin-color:before{content:"\e902";color:#0077b5}.icon-xing-color:before{content:"\e903";color:#006567}.icon-whatsapp-color:before{content:"\e904";color:#25d366}.icon-youtube-color:before{content:"\e905";color:#f00}.icon-vimeo-color:before{content:"\e906";color:#1ab7ea}.icon-facebook:before{content:"\f39e"}.icon-instagram:before{content:"\f16d"}.icon-linkedin:before{content:"\f0e1"}.icon-xing:before{content:"\f168"}.icon-whatsapp:before{content:"\f098"}.icon-youtube:before{content:"\f167"}.icon-vimeo:before{content:"\f27d"}.icon-arrow-up-left:before{content:"\ea39"}.icon-arrow-up:before{content:"\ea3a"}.icon-arrow-up-right:before{content:"\ea3b"}.icon-arrow-right:before{content:"\ea3c"}.icon-arrow-down-right:before{content:"\ea3d"}.icon-arrow-down:before{content:"\ea3e"}.icon-arrow-down-left:before{content:"\ea3f"}.icon-arrow-left:before{content:"\ea40"}.icon-arrow-left-long:before{content:"\e907"}.icon-arrow-right-long:before{content:"\e908"}.icon-arrow-left-b:before{content:"\f060"}.icon-arrow-right-b:before{content:"\f061"}.icon-arrow-up-b:before{content:"\f062"}.icon-arrow-down-b:before{content:"\f063"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-down:before{content:"\f0d7"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-angle-double-left:before{content:"\f100"}.icon-angle-double-right:before{content:"\f101"}.icon-angle-double-up:before{content:"\f102"}.icon-angle-double-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}:root{--wacon--icon--background: #FFF;--wacon--icon--background-hover: var(--color-primary);--wacon--icon--box-shadow: var(--wacon--management--box-shadow);--wacon--icon--color: #000;--wacon--icon--color-hover: #FFF;--wacon--management--background: #FFF;--wacon--management--box-shadow: 0 0 20px rgba(0, 0, 0, .6);--wacon--management--border-radius: 5px;--wacon--management--padding: var(--default-mobile-spacing);--wacon--management--category-margin: var(--gap) 0 0;--wacon--cookieclose--background: var(--color-primary);--wacon--cookieclose--background-hover: #FFF;--wacon--cookieclose--border-color: var(--color-primary);--wacon--cookieclose--border-color-hover: var(--color-primary);--wacon--cookieclose--border-radius: var(--wacon--management--border-radius);--wacon--cookieclose--color: #FFF;--wacon--cookieclose--color-hover: var(--color-primary);--wacon--cookieclose--height: var(--gap);--wacon--cookieclose--width: var(--gap);--wacon--cookieclose--top: calc(var(--wacon--management--padding) * -1);--wacon--cookieclose--right: calc(var(--wacon--management--padding) * -1);--wacon--cookie-set--p-color: #FFF;--wacon--cookie-set--p-background: #000;--wacon--cookie-set--p-background-transparency: 60%;--wacon--cookie-set--p-padding: 20px}body>.cookie-management>div{display:none}.js body>.cookie-management>.cookie-set{display:block;position:fixed;bottom:16px;left:16px;z-index:100}.js body>.cookie-management>.cookie-set .ce-icon{background:var(--wacon--icon--background);border:1px solid var(--color-primary);border-radius:50%;box-shadow:var(--wacon--icon--box-shadow);display:block;padding:8px;height:32px;width:32px;transition:0.5s ease}@media screen and (min-width:768px){.js body>.cookie-management>.cookie-set .ce-icon{padding:12px}}@media screen and (min-width:1024px){.js body>.cookie-management>.cookie-set .ce-icon{padding:16px}}@media screen and (min-width:768px){.js body>.cookie-management>.cookie-set .ce-icon{height:48px}}@media screen and (min-width:1024px){.js body>.cookie-management>.cookie-set .ce-icon{height:60px}}@media screen and (min-width:768px){.js body>.cookie-management>.cookie-set .ce-icon{width:48px}}@media screen and (min-width:1024px){.js body>.cookie-management>.cookie-set .ce-icon{width:60px}}.js body>.cookie-management>.cookie-set .ce-icon svg{display:block;height:100%;width:100%;fill:var(--wacon--icon--color)}@media (hover:hover){.js body>.cookie-management>.cookie-set .ce-icon:hover{background:var(--wacon--icon--background-hover)}.js body>.cookie-management>.cookie-set .ce-icon:hover svg{fill:var(--wacon--icon--color-hover)}}@media print{.js body>.cookie-management>.cookie-set{display:none !important}}.waconcookiemanagement #CookieBox .cookie-info,.waconcookiemanagementlist #CookieBox2 .cookie-infolist{border:1px solid var(--color-primary)}.waconcookiemanagement #CookieBox .cookie-info:not(:first-of-type),.waconcookiemanagementlist #CookieBox2 .cookie-infolist:not(:first-of-type){border-top:0}.waconcookiemanagement{z-index:999999}.waconcookiemanagement~.waconcookiemanagement{display:none !important}.waconcookiemanagement td{word-break:break-all}.waconcookiemanagement #CookieBox{background:var(--wacon--management--background);border-radius:var(--wacon--management--border-radius);box-shadow:var(--wacon--management--box-shadow);height:96%;max-height:96%;max-width:94%;overflow:hidden;padding:var(--wacon--management--padding);position:absolute;top:2%;left:50%;z-index:201;transform:translate(-50%, 0)}@media (min-width:768px){.waconcookiemanagement #CookieBox{height:auto;width:var(--content-width);transform:translate(-50%, -50%);top:50%;transition:all 0.4s ease}.waconcookiemanagement #CookieBox:has(.intro:not([style*="display: none;"])){max-width:600px}}.waconcookiemanagement #CookieBox .middle-center{position:relative}.waconcookiemanagement #CookieBox .h2{color:var(--color-h2);font-family:var(--font-family--h2);font-size:3rem;font-weight:var(--font-weight--h2);line-height:var(--line-height--h2);margin-top:0;padding-top:0;text-align:center}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox .h2{font-size:4rem}}@media screen and (min-width:1024px){.waconcookiemanagement #CookieBox .h2{font-size:4.6rem}}.waconcookiemanagement #CookieBox .h2+p{text-align:center}.waconcookiemanagement #CookieBox .cookiecat{--cookiecat-margin:2.6rem;margin-top:calc(var(--cookiecat-margin) / 3);margin-right:calc(var(--cookiecat-margin) / 2)}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox .cookiecat{--cookiecat-margin:3rem}}@media screen and (min-width:1024px){.waconcookiemanagement #CookieBox .cookiecat{--cookiecat-margin:3.8rem}}.waconcookiemanagement #CookieBox .h3{color:var(--color-h3);font-family:var(--font-family--h3);font-size:2.6rem;font-weight:var(--font-weight--h3);line-height:var(--line-height--h3);display:inline-block;margin-top:0;padding-top:0}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox .h3{font-size:3rem}}@media screen and (min-width:1024px){.waconcookiemanagement #CookieBox .h3{font-size:3.8rem}}.waconcookiemanagement #CookieBox p{color:var(--color-text);font-family:var(--font-family);font-size:1.6rem;font-weight:var(--font-weight);line-height:var(--line-height)}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox p{font-size:1.8rem}}.waconcookiemanagement #CookieBox p.cookie-accept-container{margin-top:var(--gap)}.waconcookiemanagement #CookieBox .intro p{width:100%}.waconcookiemanagement #CookieBox .cookieclose{background:var(--wacon--cookieclose--background);border-color:var(--wacon--cookieclose--border-color);border-radius:var(--wacon--cookieclose--border-radius);height:var(--wacon--cookieclose--height);width:var(--wacon--cookieclose--width);margin-top:-1px;padding:0;top:var(--wacon--cookieclose--top);right:var(--wacon--cookieclose--right);text-align:center;z-index:1;transition:all 0.4s ease}.waconcookiemanagement #CookieBox .cookieclose::before,.waconcookiemanagement #CookieBox .cookieclose::after{background-color:var(--wacon--cookieclose--color)}@media (hover:hover){.waconcookiemanagement #CookieBox .cookieclose:hover{background:var(--wacon--cookieclose--background-hover);border-color:var(--wacon--cookieclose--border-color-hover)}.waconcookiemanagement #CookieBox .cookieclose:hover::before,.waconcookiemanagement #CookieBox .cookieclose:hover::after{background-color:var(--wacon--cookieclose--color-hover)}}.waconcookiemanagement #CookieBox .text-back-right a{width:100%}.waconcookiemanagement #CookieBox .cookieback{margin-top:var(--gap-half)}.waconcookiemanagement #CookieBox .cookie-legal{display:flex;align-items:center;justify-content:center;gap:var(--gap)}.waconcookiemanagement #CookieBox .cookie-legal a{color:inherit;font-size:initial;margin:0;width:fit-content}.waconcookiemanagement #CookieBox .category{margin:var(--wacon--management--category-margin)}.waconcookiemanagement #CookieBox .category .cookie-acc .arrow{pointer-events:none}.waconcookiemanagement #CookieBox .box-cookie-management{overflow-y:scroll;margin-right:-20px;padding-right:20px;position:static}.waconcookiemanagement #CookieBox .box-cookie-management-in>p{width:100%}.waconcookiemanagement #CookieBox .cookie-fix{margin:0}.waconcookiemanagement #CookieBox .cookie-fix .cookie-save-container{float:left;margin:0}@media (max-width:767.98px){.waconcookiemanagement #CookieBox .cookie-fix .cookie-save-container{float:none}}.waconcookiemanagement #CookieBox .cookie-fix .cookie-save-container .cookie-save{float:none;margin:0;width:100%}.waconcookiemanagement #CookieBox .cookie-fix .text-back-right{display:flex;float:right;flex-direction:column;gap:var(--gap-half);margin-right:15px;width:auto}@media (max-width:767.98px){.waconcookiemanagement #CookieBox .cookie-fix .text-back-right{clear:both;float:none;margin:10px 0 20px;width:100%}}.cookie-set.script p{background:color-mix(in srgb, var(--wacon--cookie-set--p-background) var(--wacon--cookie-set--p-background-transparency), transparent);border-radius:0;color:var(--wacon--cookie-set--p-color)}@media (prefers-reduced-transparency){.cookie-set.script p{background:var(--wacon--cookie-set--p-background)}}.cookie-set.script p:first-child{position:static;transform:none}.cookie-set.script p a{color:var(--wacon--cookie-set--p-color);text-decoration:underline}.cookie-set.script p a:hover{color:var(--wacon--cookie-set--p-color)}.cookie-set.script img+p{width:100%}.waconcookiemanagement #CookieBox .btn{background:var(--color-primary);border:solid 1px var(--color-primary);color:#FFF;display:block;font-size:16px;font-weight:400;margin:15px 0;padding:10px 50px;width:100%}.waconcookiemanagement #CookieBox .btn:hover{background:#FFF;border:solid 1px var(--color-primary);color:var(--color-primary);text-decoration:none}.waconcookiemanagement #CookieBox .btn::before,.waconcookiemanagement #CookieBox .btn::after{display:none}
/* flexbox grid */

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

.row {
	align-items: stretch;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex: 0 1 auto;
	-ms-flex-direction: row;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;

	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;

	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -15px;
	margin-left: -15px;

}

.row:before {
	content: "";
	display: block;
	height: 0;
	width: 100%;
}

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

.row.reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.row > div {
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.row > div:empty {
	display: none;
}


/**/
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.middle-xs {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.bottom-xs {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.last-xs {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media only screen and (min-width: 48em), (min-width: 768px) {
	.container {
		max-width: 46rem;
	}

	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-sm {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-sm {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-sm {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-sm {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-sm {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-sm {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 62em), (min-width: 992px) {
	.container {
		max-width: 61rem;
	}

	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-md {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-md {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-md {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-md {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-md {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-md {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-md {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 75em), (min-width: 1200px) {
	.container {
		max-width: 71rem;
	}

	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-lg {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-lg {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-lg {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-lg {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-lg {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}


/* eof */

/** { margin: 0; }*/
/**, *:before, *:after { box-sizing: border-box; }*/
*:focus, body a:focus { outline: none; }
html { overflow-y: scroll; }
body { text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
nav ul { list-style: none; padding: 0; }
nav ul:after { content: ""; clear: both; display: block; width: 100%; }
@media screen and (max-width: 768px){ /* ipad - portrait */
	html { overflow-y: auto; }
	html, body { min-height: 100%; }
}
@media screen and (max-width: 374px) { /* smaller than iPhone6 - portrait */
	#root { min-width: 300px; }
}


/* a:tel */
a[href^="tel:"] { color: inherit; cursor: text; }
a[href^="tel:"], a[href^="tel:"]:hover { text-decoration: none !important; }
@media screen and (max-width: 736px) { /* iphone 6+ - landscape */
	a[href^="tel:"] {}
	.touch a[href^="tel:"] { cursor: pointer; text-decoration: underline !important; }
}

/* headline positions */
header .ce-headline-center { text-align: center; }
header .ce-headline-right { text-align: right; }
header .ce-headline-left { text-align: left; }


/* zweispaltiger Text */
.frame-layout-1 {}
.frame-layout-1 .ce-bodytext { column-count: 2; column-gap: 40px; }
.frame-layout-1 .row .ce-bodytext { column-count: auto; } /* reset for text in grid */
.frame-layout-1 .ce-bodytext p {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	   -moz-column-break-inside: avoid; /* Mozilla */
		-mx-column-break-inside: avoid;
			column-break-inside: avoid;
			  page-break-inside: avoid; /* Firefox */
				   break-inside: avoid; /* IE 10+ */
}
.frame-layout-1 .ce-bodytext p:first-of-type:last-of-type { display: inline-block; }
/* Chrome, Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.frame-layout-1 .ce-bodytext { margin-bottom: -21px; }
	.frame-layout-1 .ce-bodytext p { margin-bottom: 0; }
	.frame-layout-1 .ce-bodytext p:after { content: ''; display: block; height: 21px; } /* height of bottom-margin */
}
/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), .frame-layout-1 .ce-bodytext p { margin-bottom: 21px; }
_:-ms-lang(x), .frame-layout-1 .ce-bodytext p:after { display: none; }
@media screen and (min-width: 1024px) { /* ipad - landscape */
	#sidebar .frame-layout-1 .ce-bodytext { column-count: auto; }
}
@media screen and (max-width: 992px) {
	.frame-layout-1 .ce-bodytext { column-gap: 20px; }
}
@media screen and (max-width: 767px) { /* smaller than ipad - portrait */
	.frame-layout-1 .ce-bodytext { column-count: auto; }
}
@media print {
	.frame-layout-1 .ce-bodytext { column-count: auto; }
}

/* youtube iframe */
iframe { border: none; max-width: 100%; }
.iframe-outer-wrapper { max-width: 100%; }
.align-left .iframe-outer-wrapper { margin: 0 auto 0 0; }
.align-center .iframe-outer-wrapper { margin: 0 auto; }
.align-right .iframe-outer-wrapper { margin: 0 0 0 auto; }
.iframe-inner-wrapper { height: auto; width: 100%; overflow: hidden; padding: 56.25% 0 0; position: relative; } /* padding -> ratio 16x9 */
.iframe-inner-wrapper iframe { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
video { max-width: 100%; }


/* maps */
body div.tapToEnable { display: block; cursor: pointer; height: 100%; width: 100%; position: absolute; top: 0; right: 0; z-index: 300; }
@media print { div.tapToEnable { display: none !important; } }
div.tapToEnable.open { height: auto; }
div.tapToEnable span { background: rgba(0,0,0,.5); box-sizing: border-box; height: 36px; width: 36px; position: absolute; top: 0; right: 0; }
div.tapToEnable span:before, div.tapToEnable span:after { box-sizing: initial; content: ""; position: absolute; }
div.tapToEnable span:before { border: 4px solid #FFF; border-radius: 50%; clip: rect(auto, auto, auto, 5px); height: 8px; width: 6px; top: 7px; left: 11px; transform: rotate(-90deg); transition: .1s ease-out; }
div.tapToEnable span:after { background: #FFF; border-radius: 2px; height: 12px; width: 18px; bottom: 7px; left: 9px; }
div.tapToEnable.open span:before { top: 5px; left: 13px; transform: rotate(-60deg); }

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), div.tapToEnable span:before { height: 15px; width: 15px; left: 10px; }

/* img in text */
p img[style*="float: right;"], p img[style*="float:right;"] { padding-left: 20px; }
p img[style*="float: left;"], p img[style*="float:left;"] { padding-right: 20px; }
@media screen and (max-width: 567px) { /* smaller than iPhone5 - landscape */
	p img[style*="float: right;"], p img[style*="float:right;"] { float: none !important; padding-left: 0; }
	p img[style*="float: left;"], p img[style*="float:left;"] { float: none !important; padding-right: 0; }
}


/** media */
div.ce-textpic {}
div.ce-gallery {}

div.ce-textpic:after,
div.ce-gallery:after { content: ""; clear: both; display: block; width: 100%; }
div.ce-gallery img { display: block; height: auto; /*width: auto;*/ max-width: 100%; }

/* border */
.ce-border .ce-media, .ce-border figure img, .ce-border iframe { border: 1px solid #CCC; padding: 5px; }

/* position */
div.ce-above .ce-bodytext { clear: both; }
div.ce-below .ce-bodytext {}

div.ce-right .ce-gallery { float: right; max-width: 48%; margin-left: 0; padding-left: 2%; z-index: 1; }
div.ce-right .ce-gallery .ce-media { text-align: right; }

div.ce-left .ce-gallery { float: left; max-width: 48%; margin-right: 0; padding-right: 2%; z-index: 1; }
div.ce-left .ce-gallery .ce-media { text-align: left; }

div.ce-center .ce-gallery { margin: 0 auto; text-align: center; }
div.ce-center .ce-gallery img { margin: 0 auto; }

/* desc */
div.ce-gallery .ce-column figure { display: block; margin: 0; }
div.ce-gallery .ce-column figure figcaption
{ display: block; font-size: 90%; text-align: left; margin: 5px 0 0; }

/* in text */
div.csc-textpic .csc-textpic-image:last-child { margin-bottom: 0; }
div.ce-textpic.ce-nowrap .ce-bodytext { overflow: hidden; }

div.ce-intext .ce-gallery { margin-bottom: 10px; }
div.ce-intext.ce-right .ce-gallery {}
div.ce-intext.ce-right .ce-gallery[data-ce-columns="1"] img { /*max-width: 200px;*/ }

div.ce-intext.ce-left .ce-gallery {}
div.ce-intext.ce-left .ce-gallery[data-ce-columns="1"] img { /*max-width: 200px;*/ }

div.ce-intext .ce-gallery .ce-row { width: auto; }
@media screen and (max-width: 567px) { /* smaller than iPhone5 - landscape */
	div.ce-intext.ce-right .ce-gallery { float: none; max-width: none; margin-left: 0; }
	div.ce-intext.ce-left .ce-gallery { float: none; max-width: none; margin-right: 0; }
	div.ce-textpic .ce-gallery + .ce-bodytext,
	div.ce-textpic .ce-bodytext + .ce-gallery { margin-top: 40px; }
}

/* columns */
.ce-gallery .ce-row {
	align-items: center;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex: 0 1 auto;
	-ms-flex-align: center;
	-ms-flex-direction: row;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;

	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;

	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
}

.ce-intext .ce-gallery .ce-row {
	align-items: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
}

.ce-gallery .ce-row:before {
	content: "";
	display: block;
	height: 0;
	width: 100%;
}

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

.ce-gallery .ce-row + .ce-row {}

.ce-gallery .ce-column {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	flex-wrap: wrap;

	margin: 0 0 20px;
	padding-right: 15px;
	padding-left: 15px;

	position: relative;
	width: 100%;
}

.ce-gallery[data-ce-columns="8"] {}
.ce-gallery[data-ce-columns="8"] .ce-column {
	-ms-flex-preferred-size: 12.5%;
	flex-basis: 12.5%;
	max-width: 12.5%;
}
.ce-gallery[data-ce-columns="7"] {}
.ce-gallery[data-ce-columns="7"] .ce-column {
	-ms-flex-preferred-size: 14.2857%;
	flex-basis: 14.2857%;
	max-width: 14.2857%;
}
.ce-gallery[data-ce-columns="6"] {}
.ce-gallery[data-ce-columns="6"] .ce-column {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}
.ce-gallery[data-ce-columns="5"] {}
.ce-gallery[data-ce-columns="5"] .ce-column {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
}
.ce-gallery[data-ce-columns="4"] {}
.ce-gallery[data-ce-columns="4"] .ce-column {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.ce-gallery[data-ce-columns="3"] {}
.ce-gallery[data-ce-columns="3"] .ce-column {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}
.ce-gallery[data-ce-columns="2"] {}
.ce-gallery[data-ce-columns="2"] .ce-column {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.ce-gallery[data-ce-columns="1"] {}
.ce-gallery[data-ce-columns="1"] .ce-column {
	/*-ms-flex-preferred-size: 100%;*/
	/*flex-basis: 100%;*/
	max-width: 100%;
}
@media screen and (max-width: 992px) {
	.ce-gallery[data-ce-columns="8"] .ce-column,
	.ce-gallery[data-ce-columns="7"] .ce-column {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.ce-gallery[data-ce-columns="6"] .ce-column {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
}
@media screen and (max-width: 768px) { /* ipad - portrait */
	.ce-gallery[data-ce-columns="8"] .ce-column,
	.ce-gallery[data-ce-columns="7"] .ce-column,
	.ce-gallery[data-ce-columns="5"] .ce-column,
	.ce-gallery[data-ce-columns="4"] .ce-column {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 319px) { /* smaller devices */
	.ce-gallery[data-ce-columns="8"] .ce-column,
	.ce-gallery[data-ce-columns="7"] .ce-column,
	.ce-gallery[data-ce-columns="6"] .ce-column,
	.ce-gallery[data-ce-columns="5"] .ce-column,
	.ce-gallery[data-ce-columns="4"] .ce-column,
	.ce-gallery[data-ce-columns="3"] .ce-column,
	.ce-gallery[data-ce-columns="2"] .ce-column {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}


/* table */
.frame-type-table { overflow-x: auto; position: relative; z-index: 1; }
.frame-type-table table { min-width: 280px; }

table {}
table caption { display: none; }

table.ce-table { border: none; border-collapse: collapse; margin: 0; width: 100%; }
table.ce-table + .ce-table { margin: 20px 0 0; }
table.ce-table th { font-weight: bold; text-align: left; padding: 5px; /*vertical-align: top;*/ }
table.ce-table td { padding: 5px; /*vertical-align: top;*/ }

table.ce-table-bordered th, table.ce-table-bordered td { border: 1px solid #CCC; }
table.ce-table-bordered th { background: #CCC; border-color: #CCC #FFF; }
table.ce-table-bordered tbody th { border-color: #CCC; }
table.ce-table-bordered th:first-child { border-left-color: #CCC; }
tabl.ce-table-borderede th:last-child { border-right-color: #CCC; }
tabl.ce-table-bordered td {}

table.ce-table-striped {}
table.ce-table-striped thead th { background-color: #CCC; }
table.ce-table-striped tr:nth-of-type(odd) { background-color: transparent; }
table.ce-table-striped tr:nth-of-type(even) { background-color: rgba(0,0,0,.03); }
tabl.ce-table-striped td {}

table.ce-table tbody th { border: 1px solid #CCC; }
table.ce-table th ~ td { border: 1px solid #CCC; }


/* ce-uploads */
.ce-uploads { list-style: none; padding: 0; }
.ce-uploads li { margin: 20px 0 0; }
.ce-uploads li:first-child { margin-top: 0; }
.ce-uploads li:after { content: ""; clear: both; display: block; }
.ce-uploads .ce-uploads-fileName {}
/* only name */
.ce-uploads li > div:first-child a {}
/* preview */
.ce-uploads li > a:first-child { display: block; float: left; margin: 0 20px 0 0; text-decoration: none; position: relative; z-index: 2; }
.ce-uploads li > a:first-child img { display: block; float: none; padding: 0; height: auto; width: auto; }
.ce-uploads li > a:first-child + div { padding-top: 20px; }
/* icon */
.ce-uploads li > img { display: none; }
.ce-uploads li > img + div a { display: inline-block; padding-top: 5px; position: relative; }
.ce-uploads li > img + div a:before { display: inline-block; color: #444; font-family: FontAwesome; font-size: 18px; line-height: 1; margin-top: -2px; position: absolute; left: 0; }
.ce-uploads li > img + div a[href]:before { content: "\f016"; }
.ce-uploads li > img + div a[href$='.jpg' i]:before, .ce-uploads li > img + div a[href$='.jpeg' i]:before,
.ce-uploads li > img + div a[href$='.ico' i]:before, .ce-uploads li > img + div a[href$='.gif' i]:before,
.ce-uploads li > img + div a[href$='.png' i]:before { content: "\f1c5"; }
.ce-uploads li > img + div a[href$='.csv' i]:before, .ce-uploads li > img + div a[href$='.xls' i]:before,  .ce-uploads li > img + div a[href$='.xlsx' i]:before, .ce-uploads li > img + div a[href$='.xlt' i]:before, .ce-uploads li > img + div a[href$='.xlw' i]:before,
.ce-uploads li > img + div a[href$='.doc' i]:before, .ce-uploads li > img + div a[href$='.docx' i]:before, .ce-uploads li > img + div a[href$='.pages' i]:before, .ce-uploads li > img + div a[href$='.rtf' i]:before, .ce-uploads li > img + div a[href$='.txt' i]:before { content: "\f0f6"; }
.ce-uploads li > img + div a[href$='.pdf' i]:before { content: "\f1c1"; }
.ce-uploads li > img + div a[href$='.zip' i]:before, .ce-uploads li > img + div a[href$='.rar' i]:before, .ce-uploads li > img + div a[href$='.gzip' i]:before { content: "\f1c6"; }
.ce-uploads li > img + div a .ce-uploads-fileName { padding-left: 25px; }
/* description */
.ce-uploads .ce-uploads-description { display: block; }
.ce-uploads .ce-uploads-filesize { display: block; }


/* eof */


.xdsoft_datetimepicker {
	display: none;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFF;
	border: 1px solid #BBB;
	color: #333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 2px 8px 8px 0;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}

.xdsoft_datetimepicker iframe {
	background: transparent;
	border: none;
	height: 210px;
	width: 75px;
	position: absolute;
	top: 0;
	left: 0;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}
.xdsoft_noselect {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
		   -o-user-select: none;
			  user-select: none;
}
.xdsoft_noselect::selection {
	background: transparent;
}
.xdsoft_noselect::-moz-selection {
	background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
	box-shadow: none;
	display: inline-block;
	position: static;
}
.xdsoft_datetimepicker * {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	float: left;
	margin-left: 8px;
	width: 224px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	float: left;
	margin-top: 0;
	margin-left: 8px;
	text-align: center;
	width: 58px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker .xdsoft_prev {
	background-position: -20px 0;
	float: left;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	background-position: -70px 0;
	float: left;
	margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
	background-position: 0 0;
	float: right;
}
.xdsoft_datetimepicker .xdsoft_next:active,
.xdsoft_datetimepicker .xdsoft_prev:active {
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 20px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	background-position: -40px -15px;
	display: block;
	float: none;
	height: 15px;
	width: 30px;
	margin-top: 7px;
	margin-left: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0px;
	margin-top: 0;
	margin-bottom: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #EEE;
	height: 151px;
	overflow: hidden;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div {
	background: #FFF;
	border-top: 1px solid #EEE;
	border-bottom-width: 0;
	border-collapse: collapse;
	color: #444;
	cursor: pointer;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
	border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	background-color: #FFF;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 3px;
	text-align: center;
	position: relative;
	z-index: 9999;
	width: 182px;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
	text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	display: none;
	background: #FFF;
	border: 1px solid #CCC;
	max-height: 160px;
	overflow-y: hidden;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 101;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect { right: -7px; }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect { right: 2px; }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #FFF;
	background: #A94442;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0 1px 3px 0 inset;
	color: #FFF;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
	text-align: right;
	width: 90px;
}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
	width: 56px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #F5F5F5;
	border: 1px solid #DDD;
	border-collapse: collapse;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	height: 25px;
	width: 14.2857142%;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #F1F1F1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #1E5799;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0 1px 3px 0 inset;
	color: #FFF;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
	opacity: .5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: .2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	background: #A94442 !important;
	box-shadow: none !important;
	color: #FFF !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
	background: inherit !important;
	box-shadow: inherit !important;
	color: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	color: #999;
	cursor: default;
	font-weight: 700;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_copyright {
	clear: both;
	color: #CCC !important;
	float: none;
	font-size: 10px;
	margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #EEE !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #AAA !important;
}
.xdsoft_time_box {
	border: 1px solid #CCC;
	position: relative;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #CCC !important;
	border-radius: 3px;
	height: 20px;
}
.xdsoft_scrollbar {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
}
.xdsoft_scroller_box {
	position: relative;
}

/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

div { position: relative; }

img { border: 0; }

form { display: inline; }

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
body {
  background-color: #e0e0e0;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-family: Helvetica, Arial;
}

div#root {
  width: 100%;
  margin: auto;
}

#header-area {
  height: 150px;
  /*padding-top: 20px;*/
}

div#top-notdienst {
  float: right;
  text-align: right;
  font-weight: 600;
  color: #cc3333;
  font-size: 20px;
}

div#top-notdienst a {
  color: #cc3333;
  text-decoration: none !important;
}

div#logo {
  width: 250px;
  float: left;
}

div#logo img {
  max-width: 250px;
  width: 250px;
  height: auto;
}

#content-area a.btn-read-more {
    display: table-cell;
    width: 140px;
    height: 25px;
    line-height: 25px;
    background: linear-gradient(to bottom, #cc3333 0%, #812320 100%);
    border-radius: 5px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

#content-area a.btn-read-more:hover {
    background: linear-gradient(to bottom, #d65c5c 0%, #9a4f4d 100%);
}

div.fullwidth {
  max-width: 1200px;
  margin: auto;
  padding: 15px;
  text-align: left;
}

div#content.readablewidth {
  max-width: 780px;
  hyphens: auto;
}

div#content.readablewidth:has(.news:not(.news-single)) {
    max-width: 100%;
    hyphens: none;
}

div#content-bg {
  min-height: 574px;
  left: 0;
  background-color: #ffffff;
  /*  background-color: #b9bcbf;
   background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/Bild-Startseite.jpg');*/
  background-repeat: no-repeat;
  background-position: top center;
}

div#content-area {
  padding-top: 30px;
  padding-bottom: 1px;
}

#footer-area {
}

#footer {
  padding-top: 10px;
  padding-bottom: 50px;
}

#footer div.copy {
  float: left;
}

#footer div.social {
  text-align: right;
  float: right;
}

.social img {
  width: 30px;
  height: 30px;
}

div#frau {
  position: absolute;
  right: -135px;
  top: -22px;
  width: 122px;
  height: 123px;
  /*background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/frau.png');*/
  background-repeat: no-repeat;
  display: none;
}

@media (max-width: 1190px) {
  div#frau {
    display: none;
  }
}

.row.single-column {
  margin-right:0;
  margin-left:0;
}

div.zweispaltig div.links {
  float: left;
  width: 600px;
}

div.zweispaltig div.rechts {
  float: right;
  width: 290px;
}

#content-area div.zweispaltig div.rechts a,
#content-area div.zweispaltig div.content a {
  border-bottom: none;
}

#c54 h1.csc-firstHeader {
  font-weight: 500;
  width: 600px;
  color: #000000;
  /*color: #87888a;*/
  text-transform: uppercase;
  font-size: 22px;
}

div#content div.zweispaltig.startseite div.links {
  /*border-top: 1px solid #828485;*/
  /*padding-top: 20px;*/
}

div#content div.zweispaltig.startseite {
  /*border-bottom: 1px solid #828485;*/
  padding-bottom: 10px;
}

div#content-area.unterseite div#subcontent-area {
  float: left;
  /*width: 282px;*/
  width: 25%;
  margin-top: 1em;
}

div#content-area.unterseite div#subcontent-area .frame {
  margin: 40px 0;
}

div#content-area.unterseite div#subcontent-area .frame:first-of-type {
  margin-top: 0;
}

div#content-area.unterseite div#subcontent-area .frame:last-of-type{
  margin-bottom: 0;
}

div#content-area.unterseite div#subcontent-area .frame.frame-type-div {
  margin: 0;
}

div#content-area.unterseite div#subcontent-area #subnavigation ul{
  margin-top: 0;
}

div#content-area.unterseite div#content {
  /*width: 598px;*/
  width: 75%;
  padding-left: 40px;
  box-sizing: border-box;
  float: right;
}

div#content-area.unterseite {
  padding-bottom: 30px;
}

#content div.zweispaltig.startseite h2, #content div.zweispaltig.startseite h3 {
  text-transform: none;
}

#content div.zweispaltig.startseite div.rechts h3 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

#content div.zweispaltig.startseite div.links p,
#content div.zweispaltig.startseite div.rechts p,
#content div.zweispaltig.startseite div.links li {
  line-height: 1.3em;
  margin-bottom: 10px;
}


#content div.zweispaltig.startseite div.rechts #c5234 p,
#content div.zweispaltig.startseite div.rechts #c5355 p {
  margin-top: 5px;
}


#content div.zweispaltig.startseite div.rechts {
  padding-left: 20px;
}

#content div.zweispaltig.startseite div.rechts .slider-content + .frame,
#content div.zweispaltig.startseite div.rechts .frame:not(:last-child) {
  margin-bottom: 40px;
}

#content div.zweispaltig.startseite div.rechts .frame:not(:last-child) .frame {
  margin-bottom: 0;
}
#content div.zweispaltig.startseite div.rechts .slider-content + div {
  margin-top: 40px;
}

#content div.zweispaltig.startseite div.rechts div.csc-textpic p:last-child {
  margin-bottom: 0;
}

#footer div.social {
  margin-bottom: -5px;
}

#footer div.social a + a {
  margin-left: 11px;
}

#footer div.copy a {
  color: #3e3d40;
  font-size: 12px;
  text-decoration: none;
    display: inline-block;
    padding: 0.5em 0.5em 0 0.5em;
}

#footer div.copy span {
  color: #000;
  font-size: 12px;
  display: inline-block;
    padding: 0.5em 0.5em 0 0.5em;
}

#footer div.copy a:hover {
  text-decoration: underline;
}

#content p.logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;

  letter-spacing: 0px;
  margin-bottom: 8px;
}

p.logos img {
  padding: 8px;
  height: 100%;
  max-height: 31px;
  width: auto;
  box-sizing: content-box;
}

p.logos img:last-child {
  margin-right: 0;
}

#content table {
  width: 100%;
}

#content table th {
  vertical-align: top;
}

#content table.titelbild {
  border: 0;
  border-collapse: collapse;
  margin: 20px 0;
}

#content table.titelbild td.rechts {
  width: 80%;
}

#content table.titelbild td {
  padding: 0;
  vertical-align: middle;
  text-align: left;
  border: 0;
  background-color: #ffffff;
}

#content table.titelbild td img, #content table.titelbild td h2 {
  margin: 0 20px 0 0;
}

#content table.titelbild td figure {
  margin: 0;
}

#content div.frame:not(:first-child) {
  /*margin-top: 20px;*/
  margin-bottom: 0;
}

#content div.frame-layout-9 {
  background-color: #d2d3d5;
}

#content div.frame-layout-9 .ce-bodytext {
  float: left;
  width: 160px;
  overflow: hidden;
  padding: 10px 0 0 10px;
  z-index: 10;
}

.frame + .frame-type-waconcookiemanagement_script:has(iframe[src*="youtube"]) {
    margin-top: 20px;
}

#content .ce-gallery {
    max-width: 100%;
    margin-bottom: 10px;
}

#content .ce-left .ce-gallery {
  padding-right: 20px;
}

#content .rechts .ce-left .ce-gallery {
  max-width: 150px;
  padding-right: 10px;
}

#content .ce-gallery .ce-column {
  margin: 0;
}

#content .ce-gallery .ce-column figure figcaption p {
  margin: 0;
}

#content div.frame-layout-9 {
  max-width: 600px;
}

#content div.frame-layout-9 .ce-bodytext * {
  color: #e9142b;
  font-weight: 600;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
}

#content div.frame-layout-9 .ce-gallery {
  /*max-width: none;*/
    margin: 0;
  padding: 0;
}

#content div.frame-layout-9 .ce-column {
  margin: 0;
  /*padding-left: 0;*/
}

#content div.frame-layout-9 figure {
  margin: 0;
}

#content div.frame-layout-5 .ce-textpic {
    display: flex;
    align-items: center;
}

#content div.frame-layout-5 .ce-textpic:after {
    content: none;
}

#content div.frame-layout-5 .ce-gallery {
    margin-top: 0;
    margin-bottom: 0;
}

#content div.frame-layout-5 img {
    max-width: 120px;
    width: 120px;
    height: auto;
}

#content div.frame-layout-5 .ce-bodytext {
    /*width: 100%;*/
}

div.frame-greybox {
  background-color: #e0e0e0;
  padding: 1px 10px;
  line-height: 1.3em;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.ce-intext.ce-right .ce-gallery,
div.ce-intext.ce-left .ce-gallery {
/*  padding: 0;*/
}

div.ce-intext.ce-right .ce-gallery[data-ce-columns="1"] img { /*max-width: unset;*/ }
div.ce-intext.ce-right .ce-gallery[data-ce-columns="1"] figcaption { width: 200px; }

/*div.ce-intext.ce-left .ce-gallery[data-ce-columns="1"] img { max-width: 140px; }*/

#content div.tx-powermail {
  width: 460px;
}


#content div.tx-powermail label {
  float: left;
  vertical-align: baseline;
  width: 100px;
  padding-top: 5px;
  margin-right: 0;
}

#content div.tx-powermail .powermail_radiowrap label,
#content div.tx-powermail .powermail_checkwrap label {
    float: none;
}

#content div.tx-powermail input[type='text'],
#content div.tx-powermail input[type='email'],
#content div.tx-powermail input[type='number'],
#content div.tx-powermail textarea,
#content div.tx-powermail select {
  padding: 3px;
  float: right;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  width: 351px;
  max-width: 351px;
  min-width: 351px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#content div.tx-powermail input[type='text'],
#content div.tx-powermail input[type='email'],
#content div.tx-powermail input[type='number'],
#content div.tx-powermail select {
  height: 2em;
}

#content div.tx-powermail label.error {
  margin-left: 0;
  color: #ef3c39;
  float: left;
  margin-left: 108px;
  width: 300px;
}

#content textarea {
  height: 150px;
}

#content input, #content textarea, #content select {
  font-size: 12px;
  font-family: Helvetica, Arial;
}

#content input[type='submit'] {
  float: right;
  height: 25px;
  border-radius: 4px;
  margin-top: 5px;
  border: 0;
  background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/button-bg.png');
  background-repeat: repeat-x;
  background-size: contain;
  padding: 0 10px;
  line-height: 25px;
  color: #ffffff;
}

#content-area.unterseite #content div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
  padding-left: 10px;
}

#content-area a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

#content-area a:hover {
  border-bottom: none;
}

#c54 div.csc-textpic-imagewrap img {
  max-width: 140px;
  height: auto;
}

#c54 div.csc-textpic {
  width: auto;
}

#c54 div.csc-textpic div.csc-textpic-text {
  margin-left: 0;
}

.startseite .rechts .frame-greybox {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.startseite .rechts .frame-greybox > div.ce-textpic {
  margin-top: 10px;
}



div.news {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-bottom: 20px;
}

/*div.news-list-view:before,*/
/*div.news-list-view:after {*/
  /*content: "";*/
  /*display: table;*/
/*}*/

div.news-list-view:after {
  clear: both;
}

div.news .footer {
  display: none;
}

.news div.news-list-view .article {
  width: 30%;
  margin-right: 5%;
  float: left;
  background-color: #e0e0e0;
  padding: 1px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 0;
}

.news .likeh3 {
  display: block;
    font-size: 1.17em;
  margin: 1em 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold
}

.news .article .header h3,
.news .article .header .likeh3 {
  height: 2.6em;
  line-height: 1.3em;
  overflow: hidden;
  margin-bottom: 0;
}

.news .article .teaser-text {
  margin: 0 0 3em 0;
}
.news .article .teaser-text p {
  min-height: 3.9em;
}

.news div.news-list-view {
  display: flex;
}

.news div.news-list-view .article:nth-child(3n+1) {
  clear: both;
}

.news div.news-list-view a {
  color: #000000;
  text-decoration: none;
}

.news div.news-list-view a.more {
  border-bottom: 1px dotted #000000;
  position: absolute;
  bottom: 1em;
}

.news div.news-list-view .article:last-child {
  margin-right: 0;
}

#c2298 div.news-list-view {
  flex-flow: row wrap;
  justify-content: center;
}

#c2298 div.news-clear {
  display: none;
}

#c2298 div.page-navigation:first-child {
  display: none;
}

#c2298 div.news-list-view div.article{
  float: left;
  width: 40%;
  margin: 10px;
}

@media screen and (min-width: 360px){
  #c2298 div.news-list-view div.article {
    min-width: 300px;
  }
}

#c2298 div.page-navigation {
  text-align: center;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
}

#c2298 .news .page-navigation p {
  float: none;
  /*margin-bottom: 0px;*/
}

#c2298 .news .page-navigation .paginate .previous {
  float: left;
}

#c2298 .news .page-navigation .paginate .next {
  float: right;
}

#c2298 .news .page-navigation ul.f3-widget-paginator {
  float: none;
  margin: 0;
}

#c2298 .news .page-navigation ul li {
  float: none;
  display: inline-block;
  padding: 0 2px;
}

#c2298 div.news-list-view .article:nth-child(2n) {
  /*margin-right: 0;*/
}

#c2298 div.news-list-view .article:nth-child(2n+1) {
  clear: both;
}

#c2298 .news div.news-list-view .article:nth-child(2n+1) {
  clear: none;
}

div.news-img-wrap {
  z-index: 80;
}

/*.news .news-img-wrap,*/
.news .news-list-view .news-img-wrap {
  display: none;
}

.news-single .article {
  max-width: 60em;
  margin: 0 auto;
}

#content-area .news .article .news-img-wrap a {
  border: none;
  margin: 1em;
}

/* GoYellow */
#content-area a.goyellow {
  border: none;
}


/* Strukturierte Daten */
#content .structure p.bodytext,
.frame-greybox .structure p.bodytext {
    margin-bottom: 0;
}

.structure address {
    font-style: normal;
}

#content .address.structure,
.frame-greybox .address.structure {
  margin-bottom: 20px;
}

#content .structure h3 {
  margin-top: 20px;
}

#content .address.structure p,
.frame-greybox .address.structure p {
  margin: 0;
}

#content .address.structure p.bodytext,
.frame-greybox .address.structure p.bodytext {
  display: block;
  margin-bottom: 0;
}

.frame-greybox .structure p.bodytext {
    margin-top: 0;
}

.address span[itemprop="image"] { display: none !important; }
.news span[itemprop="image"] { display: none !important; }
.news div[itemprop="publisher"] { display: none !important; }
.news .footer a[rel="author"] { display: none !important; }

/* Cookieconsent */
body .cc_banner-wrapper .cc_container {
  background: #E0E0E0;
  border-top: 1px solid #000;
}

body .cc_banner-wrapper .cc_message {
  color: #000;
  font-size: 0.7em!important;
  line-height: 1.2rem;
  hyphens: auto;
  text-align: left;
  margin: 0.5em;
}

body .cc_banner-wrapper .cc_message .cc_more_info {
  color: #cc3333;
}

body .cc_banner-wrapper .cc_btn.cc_btn_accept_all {
  margin-top: 1em;
  color: #FFF;
  font-size: 0.8em;
  font-weight: bold;
  background: #cc3333;
  background: linear-gradient(to bottom, #cc3333 0%, #812320 100%);
}

body .cc_banner-wrapper .cc_btn.cc_btn_accept_all:hover {
  background: #d55c5c;
  background: linear-gradient(to bottom, #d55c5c 0%, #9a4f4c 100%);
}

/* Text wird einzeilig */
@media screen and (min-width: 1652px) {
  body .cc_banner-wrapper .cc_btn.cc_btn_accept_all {
    margin-top: 0;
  }
}

/* Strukturierte Daten Logo ausblenden */
.data--image-logo {
  display: none;
}


/* Google Sterne-Bewertung / Proven Expert-Snippet */
.pe-richsnippets,
.tx-jn-phpcontentelement {
  margin-top: 30px;
  text-align: center;
}

#c2586 {
  text-align: center;
  margin: 30px 0;
}

#content-area a#pe_rating {
  border-bottom: none;
}


/* Iframe */
iframe {
  border: none;
}

#content div.zweispaltig.startseite div.rechts .h3 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}

/*Testbild auf Seite 165 oben*/
/*#root #c4537 .ce-gallery img {
  height: auto;
}*/

@media screen and (min-width: 768px) {
    
    /* Main Navigation */
    .nav-toggle {
        display: none;
    }
    #navigation {
        /*float: right;
         margin-top: 42px;*/
        position: absolute;
        top: 111px;
        left: 15px;
        z-index: 110;
        width: 920px;
    }

    #navigation ul, 
    #navigation ul li {
        margin: 0;
        padding: 0;
    }

    #navigation ul.menu-level-1 li {
        display: block;
        float: left;
        margin-left: 20px;
        list-style-type: none;
        text-align: left;
        text-transform: uppercase;
    }

    #navigation ul li:first-child {
        display: none;
    }

    #navigation ul ul {
        display: none;
    }

    #navigation ul.menu-level-1 li:hover > ul {
        display: block;
        /*  top: 0;*/
    }

    #navigation ul.menu-level-1 ul.menu-level-2 {
        float: left;
        display: none;
    }

    #navigation ul.menu-level-1 ul.menu-level-2 li {
        display: block;
        float: none;
        margin-left: 0;
    }

    #navigation ul.menu-level-1 li a {
        color: #707173;
        font-size: 12px;
        text-decoration: none;
    }

    #navigation nav > ul.menu-level-1 > li > a {
        font-size: 15px;
        font-weight: 600;
    }

    #navigation ul.menu-level-1 li ul li a {
        font-weight: bold;
    }

    #navigation ul.menu-level-1 li a:hover,
    #navigation ul.menu-level-1 > li.active > a {
        color: #000;
    }

    /*1.Ebene*/
    #navigation ul.menu-level-1 li {
        margin: 0px;
    }

    #navigation ul > li a {
        display: inline-block;
        padding: 4px 13px;
        color: #333;
        text-decoration: none;
        height: 31px;
    }

    #navigation ul.menu-level-1 > li.last > a {
        padding-right: 0;
    }

    #navigation ul.menu-level-1 > li.first + li > a {
        padding-left: 0;
    }

    #navigation ul > li:hover a {
        color: #000;
    }

    /*2. Ebene*/
    #navigation ul > li > ul.menu-level-2 {
        float: none;
        display: none;
    }

    #navigation ul > li > ul.menu-level-2 li {
        /*padding:0px 15px;*/
    }

    #navigation ul > li > ul.menu-level-2 li.last > a {
        border: none;
    }

    #navigation ul.menu-level-1 > li > ul.menu-level-2 > li:hover {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/navi-arrow.png');
        background-repeat: no-repeat;
        background-position: 0px 18px;
    }

    #navigation nav > ul > li > ul.menu-level-2 a {
        text-decoration: none;
        color: #fff;
        width: 152px;
        border-bottom: 1px solid #666;
        padding: 15px 0px;
        text-transform: none;
        height: auto;
        margin: 0px 15px;
        line-height: 1.5em;
    }

    div#root #navigation ul.menu-level-3 a {
        margin-left: 15px;
    }

    #navigation nav > ul > li > ul.menu-level-2 a:hover {
        color: #CC3333;
    }

    #navigation nav > ul > li:hover > ul.menu-level-2 {
        display: block;
        position: absolute;
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/navi-bg.png');
        /*border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;*/
    }

    #navigation nav > ul > li:hover > ul.menu-level-2 > li {
        float: none;
    }

    /* 3. Ebene */
    #navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 {
        display: none;
        float: right;
    }

    #navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 > li {
        float: none;
        padding-right: 0px;
    }

    #navigation ul > li > ul.menu-level-2 > li:hover > ul.menu-level-3 {
        display: block;
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/navi-arrow.png');
        background-repeat: no-repeat;
        background-position: 0px 18px;
    }

    #navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 a {
        /*width:120px;*/
    }

    #navigation ul.menu-level-1 > li > ul.menu-level-2 li:hover > a {
        color: #cc3333;
    }

    /*4. Ebene */
    #navigation nav > ul.menu-level-1 > li > ul.menu-level-2 > li > ul.menu-level-3 > li > ul.menu-level-4 {
        float: right;
    }

    #navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 > li > ul.menu-level-4 > li {
        float: none;
        padding-right: 0px;
    }

    #navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 > li:hover > ul.menu-level-4 {
        /*display: block;*/
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/navi-arrow.png');
        background-repeat: no-repeat;
        background-position: 0px 17px;
    }

    #navigation .nav-menu.menu-level-4,
    #navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 > li:hover > ul.menu-level-4 { display: none !important; }

    /* Sub-Navigation */
    div#content-area.unterseite div#subcontent-area div#subnavigation ul ul {
        background-color: #e0e0e0;
    }

    div#subnavigation ul {
        list-style-type: none;
        padding: 0;
        display: block;
    }

    div#subnavigation .menu-level-1 > li > a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        padding: 7px 0 7px 20px;
        /*   height:9px;*/

    }

    div#subnavigation .menu-level-1 > li {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/subnavi-bg.png');
        background-repeat: repeat-x;
    }

    div#subnavigation .menu-level-1 > li.active > a {
        /*  background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/subnavi-bg-hover.png');*/
    }

    div#subnavigation .menu-level-1 > li.first + li {
        /*border-top-left-radius: 3px;
        border-top-right-radius: 3px;*/
    }

    div#subnavigation .menu-level-1 > li > a {
        /*border-top-left-radius: 0;
        border-top-right-radius: 0;*/
    }

    div#subnavigation .menu-level-1 > li > a:hover, 
    div#subnavigation .menu-level-1 > li.active > a {
        background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/subnavi-marker-weiss.png');
        background-repeat: no-repeat;
        background-position: left 9px;
    }
/*
    div#subnavigation .menu-level-1 > li.last,
    div#subnavigation .menu-level-1 > li.last > ul.menu-level-2,
    div#subnavigation .menu-level-1 > li.last > ul.menu-level-2 ul {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    div#subnavigation .menu-level-1 > li.last.active a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
*/
    div#subnavigation .menu-level-1 > li.last, 
    div#subnavigation .menu-level-1 > li.first {
        background-color: #ffffff;
    }

    div#subnavigation .menu-level-1 > li > ul > li {
        text-transform: none;
    }

    #subnavigation ul > li > ul.menu-level-2 > li.active {
        background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/subnavi-marker.png');
        background-repeat: no-repeat;
        background-position: 0 18px;
    }

    #subnavigation ul > li > ul > li > a {
        padding: 15px 0px;
    }

    #subnavigation ul > li > ul > li > ul.menu-level-3 li > a {
        /*    height:25px;*/
        padding: 8px 0px;
    }

    #subnavigation ul > li > ul > li > ul > li.last > a {

    }

    #subnavigation ul.navigation > li > ul.menu-level-2 > li.last > ul.menu-level-3 > li.last {
    }

    #subnavigation ul > li > ul > li > ul > li {
        padding: 0px;
    }

    #subnavigation ul > li > ul.menu-level-2 > li.active > a {
        color: #cc3333;
        text-decoration: none;
        font-weight: bold;
        display: block;
        width: 85%;
        margin: auto;
    }

    #subnavigation ul > li > ul.menu-level-3 > li.active > a {
        color: #cc3333;
    }

    #subnavigation ul > li > ul > li > ul > li.active > a {
        font-weight: normal;
    }

    #subnavigation ul > li > ul > li > a {
        color: #232323;
        text-decoration: none;
        /*  line-height: 25px;*/
        font-weight: bold;
        display: block;
        width: 85%;
        margin: auto;
        border-bottom: 1px solid #000000;
    }

    #subnavigation ul > li > ul > li > a:hover {
        border-bottom: 1px solid #000000;
    }

    #subnavigation .menu-level-1 > li > ul.menu-level-2 > li > ul.menu-level-3 > li a {
        border: none;
    }

    #subnavigation .menu-level-1 > li > ul.menu-level-2 > li > ul.menu-level-3 > li.last > a {
        border-bottom: 1px solid #000;
    }

    #subnavigation .menu-level-1 > li > ul.menu-level-2 > li.last > ul.menu-level-3 > li.last a {
        border-bottom: none;
      /*border-top: 1px solid black;*/
    }

    a.nav-94, ul.menu-level-4 a {
        border-top: none !important;
    }

    #subnavigation .menu-level-1 > li > ul.menu-level-2 > li.last a {
        border-bottom: none;
    }

    #subnavigation .menu-level-1 > li > ul.menu-level-2 > li.last > ul.menu-level-3 > li.first a {
        border-top: 1px solid #000;
    }

    #subnavigation ul > li > ul > li > a:hover {
        color: #cc3333;
    }

    #subnavigation ul > li > ul > li > ul > li > a {
        color: #232323;
        font-weight: normal;
    }

    div#subnavigation ul.menu-level-2 > li > ul.menu-level-3 > li > ul.menu-level-4 > li > a {
        font-size: 11px;
        /*  padding-left:20px;*/
    }

    div#subnavigation ul.menu-level-2 > li > ul.menu-level-3 > li > ul.menu-level-4 > li > a:before {
        content: " ";
        margin-left: 15px;
    }

    div#subnavigation ul.menu-level-2 > li > ul.menu-level-3 > li > ul.menu-level-4 > li.active > a {
        color: #cc3333;
    }
}

@media screen and (max-width: 767px) {
    .nav-toggle {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-button.png') center center no-repeat;
        display: block;
        border: 0 none;
        width: 40px;
        height: 40px;
        background-size: 40px;
        position: absolute;
        left: 20px;
        bottom: 15px;
        z-index: 9999;
    }

    .nav-toggle:active,
    .nav-toggle:focus {
        outline: none;
    }

    div#navigation {
        display: block;
        width: 250px;
        -moz-transform: translate3d(-250px, 0, 0);
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        background: #eeeeef;
        height: 100vh;
        padding: 0;
        z-index: 9999;
        -moz-transition: -moz-transform .3s ease-in-out;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        overflow: auto;
        border-right: 1px solid #ccc;
    }

    #root {
        -moz-transition: -moz-transform .3s ease-in-out;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

    .nav--opened #root {
        -moz-transform: translate3d(250px, 0, 0);
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    body, #root {
        height: 100% !important;
        min-height: 100%;
        width: 100%;
    }

    body.nav--opened {
        overflow: hidden;
        position: fixed;
    }

    div#navigation ul {
        width: 100%;
        margin: 0;
    }

    div#navigation ul.menu-level-1 li {
        display: block;
        float: none;
    }

    div#navigation br {
        display: none;
    }

    div#navigation ul.menu-level-1 li a {
        font-size: 14px;
        text-decoration: none;
    }

    div#navigation ul > li a {
        height: auto;
    }

    div#navigation nav > ul.menu-level-1 > li > a {
        text-transform: uppercase;
    }

    div#navigation nav > ul.menu-level-1 > li > a,
    div#navigation ul > li a,
    div#navigation ul.menu-level-1 > li.first > a {
        display: block;
        padding: 12px 10px;
    }

    div#navigation ul.menu-level-1 > li.first + li > a {
        padding-left: 10px;
    }

    div#navigation ul.menu-level-1 ul.menu-level-2,
    div#navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3,
    div#navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 > li > ul.menu-level-4 {
        float: none;
        display: none;
        background: #fff;
    }

    div#navigation ul > li > ul.menu-level-2 > li {
        background-color: #fff !important;
    }

    div#navigation ul.menu-level-1 > li > a {
        color: #232323;
        font-weight: 600;
        font-size: 14px;
    }

    div#navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 a:hover {
        color: #232323 !important;
    }

    div#navigation ul.menu-level-1 > li.has--child-items > a {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-black.png') 230px center no-repeat transparent;
        background-size: 8px;
    }

    div#navigation ul.menu-level-1 > li.has--child-items.open > a {
        background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-active-black.png');
    }

    div#navigation ul.menu-level-1 > li {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-bg-lv1.png') top left repeat-x;
        background-size: auto 43px;
    }

    div#navigation ul.menu-level-1 ul.menu-level-2 > li > a,
    div#navigation ul.menu-level-1 ul.menu-level-3 > li > a {
        margin: 0 !important;
        display: block;
        width: 100%;
    }

    div#navigation ul.menu-level-1 ul.menu-level-2 > li,
    div#navigation ul.menu-level-1 > li > ul.menu-level-2 > li:hover {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-bg-lv2.png') top left repeat-x;
        background-size: auto 45px;
    }

    div#navigation ul.menu-level-1 > li > ul.menu-level-2 li:hover > a {
        color: #fff;
    }

    #navigation nav > ul > li > ul.menu-level-2 a {
        text-decoration: none;
        color: #fff;
        width: 164px;
        border-bottom: 1px solid #666;
        padding: 15px 0px;
        text-transform: none;
        height: auto;
        margin: 0px 15px;
    }

    div#navigation nav > ul > li:hover > ul.menu-level-2,
    div#navigation ul > li > ul.menu-level-2 > li:hover > ul.menu-level-3,
    div#navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 > li:hover > ul.menu-level-4 {
        display: none;
    }

    div#navigation ul.menu-level-1 ul.menu-level-2 > li > a {
        color: #fff;
        padding: 12px 10px;
        border-bottom: 0 none;
    }

    div#navigation ul.menu-level-1 ul.menu-level-2 > li.has--child-items > a {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-white.png') 230px center no-repeat transparent;
        background-size: 8px;
    }

    div#navigation ul.menu-level-1 ul.menu-level-2 > li.has--child-items.open > a {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-active-white.png') 230px center no-repeat transparent;
        background-size: 8px;
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li.has--child-items > a {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-black.png') 220px center no-repeat transparent;
        background-size: 8px;
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li.active {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/subnavi-marker.png') -10px center no-repeat;
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li.active > a,
    div#navigation ul.menu-level-1 ul.menu-level-3 > li.active > a:hover {
        color: #cc3333 !important;
    }

    div#navigation ul.menu-level-1 ul.menu-level-4 > li.active > a,
    div#navigation ul.menu-level-1 ul.menu-level-4 > li.active > a:hover {
        color: #cc3333 !important;
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li.active.has--child-items > a {
        background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-red.png');
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li.active.has--child-items.open > a {
        background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-active-red.png');
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li.has--child-items.open > a {
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/nav-arrow-active-black.png') 220px center no-repeat transparent;
        background-size: 8px;
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li > a {
        background: #fff;
        color: #232323;
        padding: 12px 10px;
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li {
        margin: 0 10px;
    }

    div#navigation nav > ul > li > ul.menu-level-2 li:last-child > a {
        border-bottom: 0 !important;
    }

    div#navigation ul.menu-level-1 ul.menu-level-4 > li > a {
        display: block;
        width: 100%;
        color: #232323;
        border-bottom: 0 none;
    }

    div#root div#navigation ul.menu-level-4 a {
        margin: 0;
        padding-left: 20px;
    }

    div#navigation nav > ul.menu-level-1 > li > ul.menu-level-2 > li > ul.menu-level-3 > li > ul.menu-level-4 {
        border-bottom: 1px solid #666;
        float: none;
    }

    div#navigation nav > ul.menu-level-1 > li > ul.menu-level-2 > li > ul.menu-level-3 > li:last-child > ul.menu-level-4 {
        border-bottom: 0 none;
    }

    div#navigation ul.menu-level-1 ul.menu-level-3 > li:hover > a {
        color: #232323 !important;
    }

    div#navigation nav > ul > li:hover > ul.menu-level-2,
    div#navigation nav > ul > li:hover > ul.menu-level-3,
    div#navigation nav > ul > li:hover > ul.menu-level-4 {
        background: none;
        border-radius: 0;
        position: relative;
    }

    div#navigation ul > li > ul.menu-level-2 > li:hover > ul.menu-level-3,
    div#navigation ul > li > ul.menu-level-2 > li > ul.menu-level-3 > li:hover > ul.menu-level-4 {
        background-image: none;
    }

    #subnavigation {
        display: none;
    }

}

body {
  font-size: 15px;
  font-family: Helvetica, Arial;
}

#content {
  margin-top:10px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content .h1, #content .h2, #content .h3, #content .h4, #content .h5, #content .h6 {
  text-transform:none;
  font-size: 23px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 1.1em;
  font-weight: 200;
}

#content-area hr {
  border-bottom: medium none;
  border-top: 1px solid #B2B2B2;
  margin: 0;
}

#content hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

#content h1,
#content .h1 {
  margin-top: 0;
  font-weight:bold;
  line-height:1.5em;
  color:#87888a;
}

#content h2,
#content .h2 {
  font-size: 19px;
  text-transform:none;
  line-height: 1.3em;
}

#content h3,
#content .h3 {
  font-size: 17px;
  line-height: 1.2em;
  text-transform:none;
}

#content h4,
#content .h4 {
  font-size: 16px;
  text-transform: none;
}

#content h5,
#content .h5 {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}

#content h6,
#content .h6 {
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
}

#content li, #content p {
  line-height: 1.3em;
  padding: 0;
  /*margin: 0;*/
}

#content ul, #content ol, #content p {
  margin-bottom: 20px;
}

#content .ce-bodytext ul:last-child, #content .ce-bodytext ol:last-child, #content .ce-bodytext p:last-child {
  /*margin-bottom: 0;*/
}

#content ul {
  padding-left:17px;
}

#content li, #subcontent li {
  line-height:1.3em;
  margin-bottom:5px;
}

#content table {
  font-size:12px;
  border-collapse: separate;
    border-spacing: 1px;
}

#content table.ce-table-center td, #content table.ce-table-center th {
  text-align: center;
}

#content table th {
  padding: 8px;
  font-weight: normal;
}

#content tr {
  background-color:#e0e0e0;  
}

#content td {
  padding:8px;
}

#content p.text-center {
  text-align: center;  
}

/* this file contains the global style for forms */

/* button: animation */
.tx-powermail .powermail_fieldwrap_type_reset .powermail_field,
.tx-powermail .powermail_fieldwrap_type_submit .powermail_field { overflow: hidden; position: relative; z-index: 1; }


/** powermail */
div.tx-powermail {}
.tx-powermail .container-fluid { padding: 0; }
/* errors */
#content .tx-powermail ul.powermail-errors-list { margin: 3px 0; float: left; }
#content .tx-powermail .powermail-errors-list li { margin-left: 95px; }
#content .tx-powermail .powermail-errors-list li:before { display: none; }
#content .powermail_fieldwrap_type_check .powermail-errors-list li, #content .powermail_fieldwrap_type_radio .powermail-errors-list li { margin-left: 0; }
/* label */
.tx-powermail .powermail_form.layout1 h3 {}
.tx-powermail .powermail_form.layout2 h3 {}
.tx-powermail .powermail_form.layout3 h3 {}
.tx-powermail .powermail_form.nolabel h3 { display: none; }
/* legend */
.tx-powermail .powermail_fieldset legend { display: none; }
.tx-powermail .powermail_fieldset.layout1 legend {}
.tx-powermail .powermail_fieldset.layout2 legend {}
.tx-powermail .powermail_fieldset.layout3 legend { display: block; color: #010101; font-weight: bold; font-size: 18px; margin: 0 0 10px; }
.tx-powermail .powermail_fieldset.nolabel legend { display: none; }
.tx-powermail .powermail_fieldset + .powermail_fieldset { margin: 10px 0 0; }
/* Mehrschrittformular */
div.tx-powermail .powermail_tab_navigation { overflow: hidden; }
div.tx-powermail .btn-group { border-bottom: 2px solid #289AF2; margin: 0 0 20px; }
div.tx-powermail .btn-group button { border-bottom: none; margin: 0 0 0 20px; min-width: 0; }
div.tx-powermail .btn-group button.btn-primary { border-bottom: 2px solid #FFF; margin-bottom: -2px;}
div.tx-powermail .btn-group button:first-child { margin-left: 0; }
div.tx-powermail .btn-group button:first-child:last-child { /*display: none;*/ }
div.tx-powermail .powermail_morestep {}
/* layout */
.tx-powermail .powermail_fieldwrap { display: table; margin: 10px 0 0; width: 100%; }
.tx-powermail .powermail_legend + .powermail_fieldwrap { margin-top: 0; }
.tx-powermail .powermail_label { display: table-cell; padding: 5px 0 0; vertical-align: top; }
.js .powermail_fieldwrap > .powermail_label { /*display: none;*/ }
.js .powermail_fieldwrap_type_date > .powermail_label { display: table-cell; }
.tx-powermail .powermail_field {}
.tx-powermail .powermail_fieldwrap_type_check .powermail_label,
.tx-powermail .powermail_fieldwrap_type_radio .powermail_label { display: none; }
.tx-powermail .powermail_fieldwrap_type_check .powermail_label, .tx-powermail .powermail_fieldwrap_type_check .powermail_field,
.tx-powermail .powermail_fieldwrap_type_radio .powermail_label, .tx-powermail .powermail_fieldwrap_type_radio .powermail_field { padding-top: 5px; }
.tx-powermail .powermail_field textarea { margin-bottom: -5px !important; }

.tx-powermail .powermail_label, .tx-powermail .powermail_fieldwrap_type_submit:before { width: 130px; }
.tx-powermail .powermail_fieldwrap_type_submit:before { content: ""; display: inline-block; }
.tx-powermail .powermail_fieldwrap_type_submit .powermail_field { display: table-cell; vertical-align: top; width: 100%; }
/*.tx-powermail .powermail_fieldwrap_type_submit .powermail_field input { width: 100%; }*/
@media screen and (max-width: 666px) { /* smaller than iphone 6 - landscape */
	.tx-powermail .powermail_label { display: block; padding-top: 0; width: auto; }
	.tx-powermail .powermail_fieldwrap_type_submit:before { display: none; }
}
/* table */
.tx-powermail table { min-width: 50%; }
.tx-powermail table td { padding: 5px 10px; }
.tx-powermail table td:first-child { padding-left: 0; }


/** csc-mailform */
div.csc-mailform {}
div.csc-mailform fieldset legend { display: none; }
div.csc-mailform form:after { clear: both; content: ""; display: block; }
#content div.csc-mailform ol { list-style: none; padding: 0; }
div.csc-mailform ol li { display: table; margin: 10px 0 0 0; overflow: hidden; position: relative; width: 100%; }
#content div.csc-mailform form > ol > li { padding: 0; }
div.csc-mailform ol li:first-child { margin-top: 0; }
div.csc-mailform input[type='text'], div.csc-mailform input[type='email'], div.csc-mailform input[type='password'],
div.csc-mailform input[type='date'], div.csc-mailform input[type="datetime-local"], div.csc-mailform input[type='number'], div.csc-mailform input[type='tel'],
div.csc-mailform button, div.csc-mailform input[type='button'], div.csc-mailform input[type='submit'], div.csc-mailform input[type='reset'],
div.csc-mailform textarea { box-sizing: border-box; outline-style: none; }

div.csc-mailform li.csc-form-element-textblock { margin-left: 160px; width: auto; }

/** forms */
fieldset { border: none; clear: both; margin: 0; padding: 0; }
div.csc-mailform fieldset { border: 1px solid #9c9e9f; border-radius: 3px; padding: 20px; }
form :focus { outline: none; }

form .mandatory { color: #C00; }
form label .mandatory, form legend .mandatory { padding-left: 3px; }

/* error */
.powermail-errors-list li {}
div.csc-mailform .error, form label.error, .tx-powermail .powermail-errors-list li { display: block; color: #C00; font-size: 85%; font-weight: normal; }
div.csc-mailform p.error { font-size: 100%; }
div.csc-mailform li > strong.error,
div.csc-mailform li input ~ label, div.csc-mailform li textarea ~ label, div.csc-mailform li select ~ label { margin-left: 10px; }
form input[type="checkbox"] + label.error, form input[type="radio"] + label.error { margin-left: 25px; }
form input.parsley-error, form textarea.parsley-error { border-color: #C00; }

/* label */
div.csc-mailform li label {}
div.csc-mailform li label, .powermail-errors-list li { font-size: 14px; font-style: normal; margin: 0; float: left; width: auto; }
div.csc-mailform .csc-form-element label:first-child,
div.csc-mailform .csc-form-element-select label:first-child { display: table-cell; padding: 6px 0; vertical-align: top; width: 160px; }

/* placeholder */
form .placeholderInput { position: relative; }
form .placeholderLabel { color: #999; cursor: text; margin: 0 0 0 1px; padding: 5px; position: absolute; top: 1px; left: 10px; z-index: 1; width: auto; }
div.csc-mailform .placeholderLabel { left: -4px; }
form .placeholderInput .placeholderLabel { font-size: 14px; padding-top: 5px; }
#content form .placeholderInput ul + .placeholderLabel { margin-top: 0; }
form [required] ~ .placeholderLabel {}
form input:valid ~ .placeholderLabel { display: none; }

/* placeholder: WebKit, Blink, Edge */
form ::-webkit-input-placeholder { color: #999; opacity: 1; font-style: normal; }
form :focus::-webkit-input-placeholder { color: #EEE; }
form .error:focus::-webkit-input-placeholder { color: #C00; }
/* placeholder: Mozilla Firefox 4 to 18 */
form :-moz-placeholder { color: #999; opacity: 1; font-style: normal; }
form :focus:-moz-placeholder { color: #EEE; }
form .error:focus:-moz-placeholder { color: #C00; }
/* placeholder: Mozilla Firefox 19+ */
form ::-moz-placeholder { color: #999; opacity: 1; font-style: normal; }
form :focus::-moz-placeholder { color: #EEE; }
form .error:focus::-moz-placeholder { color: #C00; }
/* placeholder: Internet Explorer 10-11 */
form :-ms-input-placeholder { color: #999; opacity: 1; font-style: normal; }
form :focus:-ms-input-placeholder { color: #EEE; }
form .error:focus:-ms-input-placeholder { color: #C00; }
/* placeholder: Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
form :placeholder-shown { color: #999; opacity: 1; font-style: normal; }
form :focus:placeholder-shown { color: #EEE; }
form .error:focus:placeholder-shown { color: #C00; }

form .valid:focus {}

/* change autocomplete styles in Chrome */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	background-color: #FFF !important;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 100px #FFF inset;
	transition: background-color 5000s ease-in-out 0s;
}
form input:-webkit-autofill::selection { -webkit-text-fill-color: #FFF; }

/* input */
/*form input { min-height: 33px; }*/
form input, form textarea, form select, div.csc-mailform input.error, div.csc-mailform textarea.error, .selectric { font-size: 14px; padding: 5px 10px; }
form input, form textarea, form select, div.csc-mailform input.error, div.csc-mailform textarea.error { width: 100%; }
form input, form textarea, form select { background-color: #FFF; border: 1px solid #9C9E9F; border-radius: 3px; box-shadow: none !important; }
/*form input, form textarea, .js form select { -moz-appearance: none; -webkit-appearance: none; appearance: none; }*/
form input:hover, form textarea:hover, form select:hover { border-color: #444; }
form input:focus, form textarea:focus, form select:focus { border-color: #01378B; }
form input.hasInput, form textarea.hasInput, form select.hasInput {}

/* date / datetime / time */
form input[type="date"] { -webkit-appearance: textfield; } /* nur Datum */
form input[type="time"] { -webkit-appearance: textfield; } /* nur Zeit */
form input[type="datetime-local"] { -webkit-appearance: textfield; } /* Datum und Uhrzeit*/

form input[type="date"], form input[type="datetime-local"] { background-image: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Icons/icon_calendar.png'); background-position: right 5px center; background-repeat: no-repeat; background-size: 16px 16px; padding: 4px 5px; }

form input::-webkit-clear-button {}
form input[type="date"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input[type="time"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input[type="datetime-local"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

form input::-webkit-datetime-edit {}/* space between */
form input::-webkit-datetime-edit-fields-wrapper {}/* background */
form input::-webkit-datetime-edit-text {}/* text elements like "/" */
form input::-webkit-datetime-edit-month-field {}/* input: month */
form input::-webkit-datetime-edit-day-field {}/* input: day */
form input::-webkit-datetime-edit-year-field {}/* input: year */
form input::-webkit-calendar-picker-indicator { background: none; color: rgba(204,204,204,0); }/* color: transparent */

/* type number */
form input[type="number"] { -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; }
form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* type password */
form input[type="password"] { letter-spacing: 2px; }
form input[type="password"]::-ms-reveal { display: none; }/* eye */

/* type range */
form input[type="range"] { background: transparent; border: none; margin: 0; padding: 0; width: 100%; }
form input[type="range"]:focus { outline: none; }

form input[type="range"]::-webkit-slider-runnable-track { animate: 0.2s; background: #FFF; border: 1px solid #9C9E9F; border-radius: 3px; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]::-webkit-slider-thumb { background: #289AF2; border: 1px solid #289AF2; border-radius: 50%; box-shadow: 1px 1px 1px #444; cursor: pointer; height: 18px; width: 18px; margin-top: -5px; -webkit-appearance: none; }
form input[type="range"]:hover::-webkit-slider-runnable-track { border-color: #444; }
form input[type="range"]:focus::-webkit-slider-runnable-track { background: #FFF; border-color: #01378B; }

form input[type="range"]::-moz-range-track { animate: 0.2s; background: #FFF; border: 1px solid #9C9E9F; border-radius: 3px; box-shadow: 0 0 0 #000; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]::-moz-range-thumb { background: #289AF2; border: 1px solid #289AF2; border-radius: 50%; box-shadow: 1px 1px 1px #444; cursor: pointer; height: 22px; width: 22px; }
form input[type="range"]:hover::-moz-range-track { border-color: #444; }
form input[type="range"]:focus::-moz-range-track { background: #FFF; border-color: #01378B; }

form input[type="range"]::-ms-track { animate: 0.2s; background: transparent; border-color: transparent; color: transparent; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]::-ms-fill-lower { background: #FFF; border: 1px solid #9C9E9F; border-radius: 6px; box-shadow: 0 0 0 #000; }
form input[type="range"]::-ms-fill-upper { background: #FFF; border: 1px solid #9C9E9F; border-radius: 6px; box-shadow: 0 0 0 #000; }
form input[type=range]::-ms-thumb { background: #289AF2; border: 1px solid #289AF2; border-radius: 50%; box-shadow: 1px 1px 1px #444; cursor: pointer; height: 22px; width: 22px; }
form input[type="range"]:hover::-ms-fill-lower { border-color: #444; }
form input[type="range"]:hover::-ms-fill-upper { border-color: #444; }
form input[type="range"]:focus::-ms-fill-lower { background: #FFF; border-color: #01378B; }
form input[type="range"]:focus::-ms-fill-upper { background: #FFF; border-color: #01378B; }

/* checkbox / radio */
form input[type="checkbox"], form input[type="checkbox"]:hover, form input[type="checkbox"]:focus,
form input[type="radio"], form input[type="radio"]:hover, form input[type="radio"]:focus { background: none; border: none; padding: 0; }

form .powermail_checkwrap,
form .powermail_radiowrap { display: table-cell; position: relative; vertical-align: top; }
form .powermail_checkwrap input[type="checkbox"],
form .powermail_radiowrap input[type="radio"] { /*opacity: 0;*/ cursor: pointer; /*position: absolute;*/ top: 0; left: 0; z-index: 1; }
form .input-custom + .label { display: table-cell; padding-left: 10px; vertical-align: middle; }
div.csc-mailform .InputField ~ label, form .InputField label, form .InputField ~ label { margin-right: 0; width: auto; }
form .input-custom { display: none; background: linear-gradient(to bottom, #FFF 0%, #EDEDED 100%); border: 1px solid #979797; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,.2); margin: 0; top: 0; vertical-align: middle; }
form .powermail_checkwrap input[type="checkbox"],
form .powermail_radiowrap input[type="radio"], form .input-custom, form .input-custom:before { cursor: pointer; height: 20px; width: 20px; }
form input:hover ~ .input-custom { border-color: #444; }
form input:focus ~ .input-custom { box-shadow: 0 0 5px #289AF2; }
form input:checked ~ .input-custom { background: linear-gradient(to bottom, rgba(40,154,242,.1) 0%, rgba(40,154,242,.5) 50%, rgba(40,154,242,.2) 100%); }

/* checkbox */
form div.checkbox { float: left; margin: 0 0 5px; width: 50%; }
form input[type="checkbox"] { height: 14px; width: 14px; -moz-appearance: checkbox; -webkit-appearance: checkbox; appearance: checkbox; }
form .powermail_checkwrap input[type="checkbox"] { margin: 4px 0 0 1px; }
form .input-custom.checkbox {}
form .input-custom.checkbox:before { display: none; content: "\f00c"; font-family: FontAwesome; text-align: center; font-size: 12px; line-height: 20px; margin: 0 0 0 -1px; }
form input[type="checkbox"]:hover ~ .input-custom {}
form input[type="checkbox"]:focus ~ .input-custom {}
form input[type="checkbox"]:checked ~ .input-custom {}
form input[type="checkbox"]:checked ~ .input-custom:before { display: block; }

div.csc-mailform li.csc-form-element-checkbox { padding: 13px 0 12px; position: relative; }
div.csc-mailform li.csc-form-element-checkbox label { font-size: 12px; }
div.csc-mailform .csc-form-element-checkbox input[type="checkbox"] {}

/* radio */
form div.radio { float: left; margin: 0 0 5px; width: 50%; }
form input[type="radio"] { height: 14px; width: 14px; -moz-appearance: radio; -webkit-appearance: radio; appearance: radio; }
form .powermail_radiowrap input[type="radio"] { margin: 4px 0 0 4px; }
form .input-custom.radio { border-radius: 50%; }
form .input-custom.radio:before { display: none; content: ""; background: #444; border-radius: 50%; height: 6px; width: 6px; margin: 6px auto 0; text-align: center; }
form input[type="radio"]:hover ~ .input-custom {}
form input[type="radio"]:focus ~ .input-custom {}
form input[type="radio"]:checked ~ .input-custom {}
form input[type="radio"]:checked ~ .input-custom:before { display: block; }

div.csc-mailform li.csc-form-element-radio { position: relative;}
div.csc-mailform li.csc-form-element-radio label { font-size: 12px; }
div.csc-mailform .csc-form-element-radio input[type="radio"] {}

/* textarea */
div.csc-mailform li.csc-form-element-textarea {}
form textarea { resize: vertical; }

/* select */
div.csc-mailform li.csc-form-element-select { overflow: visible; }
/*form select { height: 40px; }*/
.selectric-wrapper { cursor: pointer; position: relative }
.selectric-hide-select { display: none; }
.selectric-wrapper .selectric-hide-select select { background: none; border: none; position: absolute; top: 0; left: 0; z-index: -10; }
.selectric { border: 1px solid; border-radius: 3px; position: relative; }
.selectric-open { z-index: 999; }
.selectric-open .selectric { border-radius: 3px 3px 0 0; }
.selectric .label { color: #999; display: block; line-height: 1.5; margin: 0 35px 0 0; padding: 2px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selectric-wrapper.changed .selectric .label { color: #010101; }
.selectric .button { background: #9C9E9F; display: block; border-left: 1px solid; text-align: center; height: 100%; position: absolute; top: 0; right: 0; }
.selectric .button i { color: #FFF; font-size: 24px; line-height: 1; margin-top: 5px; width: 35px; }
.selectric-wrapper .selectric-items { display: none; background: #FFF; border: 1px solid; border-radius: 0 0 3px 3px; margin: -1px 0 0; padding: 5px 0; position: absolute; top: 100%; left: 0; z-index: 10;
	-webkit-box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset;
	   -moz-box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset;
		-ms-box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset;
		 -o-box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset;
			box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset;
}
.selectric, .selectric .button, .selectric-wrapper .selectric-items { border-color: #9C9E9F; }
.selectric-wrapper:hover .selectric, .selectric-wrapper:hover .selectric .button, .selectric-wrapper:hover .selectric-items { border-color: #444; }
.selectric-wrapper.selectric-open:hover .selectric, .selectric-wrapper.selectric-open:hover .button { border-color: #01378B; }
.selectric-wrapper.selectric-open:hover .selectric-items { border-color: #289AF2; }

.selectric-open .selectric-items { display: block; }
.selectric-items .selectric-scroll { height: 100%; overflow: auto; }
#content .selectric-items ul { list-style: none; margin: 0; padding: 0; }
#content .selectric-wrapper .selectric-items li { cursor: pointer; display: block; float: none; margin: 0 !important; padding: 5px 10px; width: auto; }
#content .selectric-wrapper .selectric-items li:before { display: none; }
#content .selectric-wrapper .selectric-items li:after { display: none; }
.selectric-wrapper .selectric-items li.selected { background: rgba(40,154,242,.1); }
.selectric-wrapper .selectric-items li:hover { background: rgba(40,154,242,.05); }
.selectric-wrapper .selectric-items li.selected:hover {}
.selectric-items .selectric-group {}
.selectric-items .selectric-group .selectric-group-label { cursor: default; background: none; color: #444; font-weight: bold; padding-left: 10px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.selectric-wrapper .selectric-group li { padding-left: 20px; }
.selectric-items .disabled { background: none !important; color: #666 !important; cursor: default !important; filter: alpha(opacity=50); opacity: .5;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1; }
.selectric-input { background: none !important; border: none !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important; padding: 0 !important; height: 1px !important; width: 1px !important; outline: none !important; overflow: hidden !important; position: absolute !important; top: 0 !important; left: 0 !important; }

form select[multiple="multiple"]::-ms-expand { display: none; } /* hide default down arrow in IE10 / IE11 */
form select[multiple="multiple"] { border-radius: 3px; height: auto; text-indent: 0; text-overflow: ellipsis;
	-webkit-appearance: none;
	   -moz-appearance: none;
		/* no solution for IE9 and lower */
		 -o-appearance: none;
			appearance: none;
}
form select[multiple="multiple"]:hover, form select[multiple="multiple"]:focus { outline: none; }

/* file upload */
form input[type="file"] {}
.fakeInput { position: relative; }
.fakeInput .fileInput { padding-right: 20px; }
.fakeInput .fileButton { cursor: pointer; display: none; font-size: 14px; line-height: 1; position: absolute; top: 10px; right: 6px; }
div.csc-mailform li.csc-form-element-fileupload {}
div.csc-mailform .csc-form-element-fileupload input[type="file"] {}

/* dropzone */
.dropzone { border: 1px solid #CCC; cursor: pointer; height: 142px; line-height: 142px; margin: 17px 0; text-align: center; }
.dropzone:hover, .dropzone.dz-drag-hover { background-color: #EEE; border-color: #444; }
.dz-max-files-reached + .dropzone-previews { margin-top: 20px; }
.dropzone-previews { margin-bottom: 15px; }
.dropzone-previews .dz-image, .dropzone-previews .dz-progress,
.dropzone-previews .dz-success-mark, .dropzone-previews .dz-error-mark,.dropzone-previews .dz-complete, .dropzone.dz-max-files-reached { display: none; }
.dropzone-previews .dz-details .dz-size, .dropzone-previews .dz-details .dz-filename { display: inline-block; }
.dropzone-previews .dz-success-mark svg, .dropzone-previews .dz-error-mark svg { display: inline-block; height: 24px; width: 24px; }
.dropzone-previews .dz-success-mark svg path { fill: #53c866; }
.dropzone-previews .dz-error-mark svg path { fill: #be3434; }
.dropzone-previews .dz-preview { margin: 5px 0 0; padding-right: 25px; position: relative; }
.dropzone-previews p { margin-bottom: 5px; }
.dropzone-previews .dz-remove { text-decoration: none; padding-left: 10px; height: 100%; width: 0; overflow: hidden; position: absolute; top: 0; right: 0; }
.dropzone-previews .dz-remove:before { content: "\f00d"; font-family: FontAwesome; font-size: 14px; position: absolute; left: 0; }

/* buttons */
form input[type="button"], form button[type="button"],
form input[type="submit"], form button[type="submit"],
form input[type="reset"], form button[type="reset"] { background: #FFF; border: none; color: #289AF2; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; letter-spacing: 1px; text-align: right; padding: 5px 0; /*min-width: 49%;*/ width: auto; }
form input[type="button"]:hover, form button[type="button"]:hover,
form input[type="submit"]:hover, form button[type="submit"]:hover,
form input[type="reset"]:hover, form button[type="reset"]:hover { border-color: #289AF2; color: #289AF2; }

.tx-powermail .powermail_fieldwrap_type_button,
.tx-powermail .powermail_fieldwrap_type_reset,
.tx-powermail .powermail_fieldwrap_type_submit { clear: both; float: none; margin-top: 30px; }
.tx-powermail .powermail_fieldwrap_type_button .powermail_field:after,
.tx-powermail .powermail_fieldwrap_type_reset .powermail_field:after,
.tx-powermail .powermail_fieldwrap_type_submit .powermail_field:after { /*content: "\f138"*/; display: block; font-family: FontAwesome; font-size: 22px; line-height: 22px; font-weight: bold; text-indent: 3px; text-align: center; position: absolute; top: 3px; right: 1px; }
.tx-powermail .powermail_fieldwrap_type_button input[type="button"],
.tx-powermail .powermail_fieldwrap_type_reset input[type="reset"],
.tx-powermail .powermail_fieldwrap_type_submit input[type="submit"] { background: none; padding: 0 35px 0 0; position: relative; z-index: 2; }

.tx-powermail .powermail_fieldwrap_type_button input[type="button"],
.tx-powermail .powermail_fieldwrap_type_reset input[type="reset"],
.tx-powermail .powermail_fieldwrap_type_submit input[type="submit"],
.tx-powermail .powermail_fieldwrap_type_button .powermail_field:after,
.tx-powermail .powermail_fieldwrap_type_reset .powermail_field:after,
.tx-powermail .powermail_fieldwrap_type_submit .powermail_field:after { color: #289AF2; }
.tx-powermail .powermail_fieldwrap_type_button input[type="button"]:hover,
.tx-powermail .powermail_fieldwrap_type_reset input[type="reset"]:hover,
.tx-powermail .powermail_fieldwrap_type_submit input[type="submit"]:hover,
.tx-powermail .powermail_fieldwrap_type_button .powermail_field:hover:after,
.tx-powermail .powermail_fieldwrap_type_reset .powermail_field:hover:after,
.tx-powermail .powermail_fieldwrap_type_submit .powermail_field:hover:after { color: #01378B; }

/* button */
form input[type="button"], form button[type="button"] {}
form input[type="button"]:hover, form button[type="button"]:hover {}

/* reset */
div.csc-mailform .csc-form-element-reset, .tx-powermail .powermail_fieldwrap_type_reset {}
.tx-powermail .powermail_fieldwrap_type_reset .powermail_field { float: left; }
form input[type="reset"], form button[type="reset"] {}
form input[type="reset"]:hover, form button[type="reset"]:hover {}

/* submit */
div.csc-mailform .csc-form-element-submit, .tx-powermail .powermail_fieldwrap_type_type_submit { text-align: right; }
form input[type="submit"], form button[type="submit"] {}
form input[type="submit"]:hover, form button[type="submit"]:hover {}

/* confirm */
form.csc-form-confirmation {}
.csc-form-confirmation fieldset { border: none; }
#content .csc-form-confirmation ol { list-style: none; overflow: hidden; padding: 0; }
.csc-mailform .csc-form-confirmation ol li { padding: 0; }
.csc-form-confirmation .csc-form-confirmation-false { float: left; }
.csc-form-confirmation .csc-form-confirmation-true { float: right; }
.csc-form-confirmation input[type="submit"] { font-size: 12px; }

.powermail_confirmation {}
.powermail_confirmation h1 {}
div.tx-powermail .powermail_confirmation .btn-group { border: none; margin: 20px 0 0; overflow: hidden; }
.powermail_confirmation .btn-group form { width: 50%; }
.powermail_confirmation .btn-group form:first-child { float: left; text-align: left; }
.powermail_confirmation .btn-group form + form { float: right; text-align: right; }

/* result */
.powermail_create {}
.powermail_create table {}
.powermail_create table td {}

/* css progress */
@-webkit-keyframes progress { from {} to { width: 100%; } }
@-moz-keyframes progress { from {} to { width: 100%; } }
@-ms-keyframes progress { to { width: 100%; } }
@-o-keyframes progress { from {} to { width: 100%; } }
@keyframes progress { from {} to { width: 100%; } }
/* progressbar */
.tx-powermail .powermail_progressbar { border: 1px solid #289AF2; clear: both; float: right; margin: 5px 0 0; height: 7px; width: 100%; position: relative; }
.tx-powermail .powermail_progressbar:before { content: ""; display: block; background: #FFF; height: 5px; width: 102%; position: absolute; top: -6px; left: -1%; }
.tx-powermail .powermail_progressbar.disable, .tx-powermail .powermail_progressbar + .powermail_progressbar { display: none; }
.tx-powermail .powermail_progressbar > .powermail_progress { background: #289AF2; max-width: 100%; width: 0%;
	-webkit-animation: progress 5s 1 forwards;
	   -moz-animation: progress 5s 1 forwards;
		-ms-animation: progress 5s 1 forwards;
			animation: progress 5s 1 forwards;
}
.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progess_inner { background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Icons/icon_loading.gif') repeat-x; height: 5px; width: 100%; overflow: hidden; }
.tx-powermail .powermail_confirmation .powermail_progressbar { width: 100%; }

/** */
.tx-powermail .powermail_fieldwrap_plz { float: left; width: 50%; }
.tx-powermail .powermail_fieldwrap_plz + .powermail_fieldwrap_ort { float: left; padding-left: 10px; width: 50%; }
.tx-powermail .powermail_fieldwrap_plz + .powermail_fieldwrap_ort .powermail_label { display: none; opacity: 0; }
.tx-powermail .powermail_fieldwrap_plz + .powermail_fieldwrap_ort + div { clear: both; padding: 10px 0 0; }
@media screen and (max-width: 767px) {
	.tx-powermail .powermail_fieldwrap_plz { width: 40%; }
	.tx-powermail .powermail_fieldwrap_plz + .powermail_fieldwrap_ort { width: 60%; }
	.tx-powermail .powermail_fieldwrap_plz + .powermail_fieldwrap_ort .powermail_label { display: block; }
}

/* * * screen width */
@media screen and (max-width: 1300px) {
}/* 1300px */

@media screen and (max-width: 1024px) {
}/* 1024px */

@media screen and (max-width: 992px) {
	.row .row .tx-powermail .powermail_label { display: block; padding-top: 0; width: auto; }
	.row .row .tx-powermail .powermail_fieldwrap_type_submit:before { display: none; }
}/* 992px */

/* * * mobile */
@media screen and (max-width: 800px) {
}/* 800px */

@media screen and (max-width: 768px) {
}/* 768px */

@media screen and (max-width: 767px) { /* smaller than iPad - portrait */
	.tx-powermail .powermail_label { display: block; padding-top: 0; width: auto; }
	.tx-powermail .powermail_fieldwrap_type_submit:before { display: none; }
	form .placeholderInput .placeholderLabel,
	form input, form textarea, form select, form input[type="button"], form input[type="reset"], form input[type="submit"],
	div.csc-mailform input.error, div.csc-mailform textarea.error,
	.selectric, .selectric .label { font-size: 16px; }
	form input { min-height: 36px; }
}/* 768px */

@media screen and (max-width: 736px) { /* iphone 6+ - landscape */
}/* 736px */

@media screen and (max-width: 667px) { /* iphone 6 - landscape */
}/* 667px */

@media screen and (max-width: 666px) { /* smaller than iphone 6 - landscape */
	div.csc-mailform .csc-form-element label:first-child, div.csc-mailform .csc-form-element-select label:first-child { display: block; padding: 0; width: auto; }
	div.csc-mailform li.csc-form-element-textblock { margin-left: 0; }
}/* 666px */

@media screen and (max-width: 414px) { /* iPhone6+ - portrait */
}/* 414px */

@media screen and (max-width: 375px) { /* iPhone5 / iPhone6 - portrait */
}/* 375px */

@media screen and (max-width: 374px) { /* smaller devices */
}/* smaller */


/* eof */

/*for Helvetica:*/
@media screen and (max-width: 900px) {

    #navigation nav > ul.menu-level-1 > li > a {
        padding: 4px 4px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
   div.zweispaltig.startseite .content .ce-gallery img { max-height: 90px; width: auto; margin: 8px auto 0; }

    #nav-toggle {
        display: block;
    }

    #overlay {
        display: none;
        background: #000;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        animation: fadeIn .5s ease-in;
        opacity: .3;
    }

    div.fullwidth {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*#content-area {*/
        /*display: flex;*/
        /*flex-direction: column;*/
    /*}*/

    /*#subcontent-area {*/
        /*order: 1;*/
    /*}*/

    /*#content {*/
        /*order: 2;*/
    /*}*/

    #c1714 .ce-gallery,
    #c1487 .ce-gallery,
    #c1505 .ce-gallery,
    #c1514 .ce-gallery,
    #c1687 .ce-gallery,
    #c1651 .ce-gallery,
    #c1399 .ce-gallery{
        /*display: none;*/
    }

    #content div.tx-powermail {
        width: 100%;
    }

    #content input, #content textarea, #content select {
        font-size: 16px;
    }

    #content div.tx-powermail input[type='text'],
    #content div.tx-powermail input[type='email'],
    #content div.tx-powermail input[type='number'],
    #content div.tx-powermail textarea,
    #content div.tx-powermail select {
        padding: 3px;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #content .tx-powermail .parsley-errors-list li {
        margin-left: -20px;
    }

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

    body {
        font-size: 15px;
    }

    html {
        /* disable font size adjustments */
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        /* disable tap color */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    #root {
        width: 100%;
    }

    /* reset safari input styles */
    input, textarea, button {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    /* keep browser specific checkbox styles */
    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    #header {
        position: relative;
    }

    #header-area,
    #content-area,
    #footer-area {
        width: 100%;
        margin: 0 auto;
    }

    #header-area {
        height: auto;
    }

    div.fullwidth {
        width: 100%;
    }

    div#logo {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        clear: right;
        z-index: 1010;
        float: none;
    }

    div#logo img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    div#top-notdienst {
        width: 250px;
        margin-top: 15px;
        display: block;
        font-size: 18px;
        clear: left;
        z-index: 1005;
    }

    div#top-notdienst small {

    }

    div#content div.zweispaltig.startseite {
        width: 100%;
        margin: 0 auto;
    }

    div.zweispaltig div.links,
    div.zweispaltig div.rechts {
        float: none;
        width: 100%;
    }

    div#footer div.copy {
        width: 100%;
    }

    div#footer div.copy a,
    div#footer div.copy span {
        padding: 0.4em 0;
    }

    div#footer div.social {
        margin: 10px 0 20px;
        width: 100%;
        /*text-align: left;*/
    }

    .social img {
        width: 40px;
        height: 40px;
    }

    div#footer {
        margin: 10px 0 60px;
    }

    #subnavigation {
        display: none;
    }

    .swipe {
        overflow: hidden;
        visibility: hidden;
        position: relative;
    }

    .swipe-wrap {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .swipe-wrap > div {
        float: left;
        position: relative;
    }

    .swipe-wrap > div > div {
        margin: 0 5px;

    }

    #slider {
        border-bottom: 1px solid #B2B2B2;
        margin: 0 0 10px;
        padding: 0;
    }

    .js #content #slider .frame {
        margin-bottom: 0;
    }

    #slider div.csc-textpic .csc-textpic-imagewrap img,
    #slider .csc-textpic-image {
        width: 100% !important;
        height: auto;
    }

    #slider div.csc-textpic .csc-textpic-imagewrap {
        float: none;
        width: 100%;
    }

    #slider div.csc-textpic-intext-left .csc-textpic-imagewrap,
    #slider div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin-right: 0;
    }

    #slider .csc-textpic-intext-left-nowrap-150 .csc-textpic-text {
        margin-left: 0;
    }

    #slider a {
        float: right !important;
        display: block;
    }

    #content .swipe-nav {
        list-style: none !important;
        margin: 30px 0 10px !important;
        padding: 0 !important;
        text-align: center;
    }

    #content .swipe-nav li {
        margin: 0 3px !important;
        display: inline-block;
        text-indent: -9999px;
        width: 10px;
        height: 10px;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, .3);
    }

    #content .swipe-nav li.active {
        background-color: #cc3333;
    }

    #content .swipe-info {
        font-size: 90%;
        text-align: center;
    }

    div#content-area.unterseite {
        padding-bottom: 0;
    }

    div#content-area.unterseite div#subcontent-area {
        width: 100%;
        float: none;
    }

    div#content-area.unterseite div#content {
        width: 100%;
        float: none;
    }

    .more.temp {
        border: 0 none;
        color: #cc3333;
        margin: -15px 0 20px;
        float: right;
        background: url('../../../typo3conf/ext/pm_theme_sandmann/Resources/Public/Img/more.png') right center no-repeat;
        padding-right: 15px;
        background-size: 8px;
    }

    .unterseite .more.temp {
        margin: 0 0 20px;
    }

    .frame.read-more { overflow: hidden; }
    .read-more .more.temp { margin: 0; }

    #content div.frame-layout-5 .ce-textpic {
        flex-direction: column;
    }

    #content div.frame-layout-5 .ce-textpic div:first-child{
        margin-bottom: 0.3em;
    }

    #content div.frame-layout-5 img {
        width: auto;
        max-width: 200px;
    }

    #content .frame-type-table {
        overflow: hidden;
    }

    #content .table-cont {
        overflow: unset;
    }

    #content table.ce-table,
    #c1780 table {
        display: block;
        width: 100% !important;
        overflow: auto;
        min-width: 0;
        max-width: none !important;
        position: relative;
        margin: 0;
    }

    #c1780 table img {
        max-width: none;
    }

    #content .table-overlay {
        display: block;
        height: 100%;
        width: 20px;
        z-index: 1000;
        position: absolute;
        top: 0;
    }

    #content .table-overlay.left {
        left: -2px;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
        border: 0 none;
    }

    #content .table-overlay.right {
        right: -2px;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
        border: 0 none;
    }

    div#content-area.unterseite div#content {
        width: 100%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    #content #slider div.frame {
        margin-top: 0;
    }

    #content #slider img {
        width: 100%;
    }

    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        float: none;
    }

    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap img {
        margin: 0 auto 10px;
    }

    div.csc-textpic-intext-left-nowrap .csc-textpic-text {
        width: 100%;
        margin-left: 0;
    }

    #content-area.unterseite #content div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
        padding: 0;
    }

    .csc-textpic-image {
        width: 100%;
    }

    #c54 div.csc-textpic-imagewrap img {
        max-width: 280px;
    }

    div.ce-right .ce-gallery {
        padding-left: 0;
    }

    div.ce-left .ce-gallery {
        padding-right: 0;
    }

    div.ce-textpic .ce-gallery + .ce-bodytext,
    div.ce-textpic .ce-bodytext + .ce-gallery {
        margin-top: 0px;
    }

    div#top-notdienst {
        color: #000;
        font-weight: 400;
    }

    div#top-notdienst a {
        color: #cc3333;
        font-weight: 700;
        text-decoration: none !important;
        border-bottom: 1px dotted #cc3333;
    }

    #content div.csc-mailform ol li label {
        float: none;
        display: block;
        width: 100%;
    }

    #content div.csc-mailform {
        width: 100%;
    }

    #content div.csc-mailform input[type='text'], #content div.csc-mailform input[type='email'], #content div.csc-mailform input[type='number'], #content div.csc-mailform textarea, #content div.csc-mailform select {
        float: none;
        width: 100%;
        font-size: 16px;
        min-width: 0;
        max-width: none;
    }

    #c1781 div.csc-textpic-imagewrap img {
        width: 120px;
    }

    #c1781 div.csc-textpic-imagewrap {
        float: left;
    }

    #content table.titelbild td.rechts,
    #content table.titelbild td.links {
        display: block;
        width: 100%;
    }

    #content table.titelbild td.rechts {
        padding-top: 20px;
    }

    #content table.titelbild td.links img {
        margin: 0 auto;
    }

    #content table.titelbild td.links div.csc-textpic-left .csc-textpic-imagewrap {
        float: none;
    }

    #content table.titelbild td.links div {
        margin-top: 0;
    }

    #content div.rechts {
        margin-top: 20px;
    }

    #content div.rechts > div > div {
        margin-left: auto;
        margin-right: auto;
    }

    #content div.zweispaltig.startseite div.rechts {
        padding-left: 0;
    }

    #content div.zweispaltig.startseite div.rechts .ce-gallery {
        padding: 0 10px 0 0;
    }

    #content .rechts .ce-left .ce-gallery {
        max-width: none;
    }

    /*p.logos {*/
    /*text-align: left !important;*/
    /*}*/
    p.logos img {
        float: left;
        margin-bottom: 10px;
    }

    /*p.logos:after,*/
    /*p.logos:before {*/
    /*content: " ";*/
    /*display: table;*/
    /*}*/
    p.logos:after {
        clear: both;
    }

    .leveluebersicht div {
        float: none;
        width: 100%;
    }

    .csc-space-before-20 .csc-textpic-text img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #c1714 .csc-textpic-imagewrap,
    #c1487 .csc-textpic-imagewrap,
    #c1505 .csc-textpic-imagewrap,
    #c1514 .csc-textpic-imagewrap,
    #c1687 .csc-textpic-imagewrap,
    #c1651 .csc-textpic-imagewrap {
        display: none;
    }

    #root .twoColumns51 h1 {
        margin-top: 0;
        font-weight: bold;
        line-height: 1.5em;
        color: #87888a;
        font-size: 20px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    #root .twoColumns51 h2 {
        color: #000;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.2em;
    }
    #root .twoColumns51 .col-xs-12 + .col-xs-12 {
        margin-top: 10px;
    }
    #root .twoColumns51 .ce-gallery img {
        display: block;
        margin: 0 auto;
        /*height: 55px;*/
    }
    #root .twoColumns51 .ce-gallery .ce-column:last-child {
        margin-bottom: 0;
    }


    #content h1 {
        line-height: 1.3em;
    }

    .frame-greybox a[href^="javascript:linkTo_UnCryptMailto"] {
        margin-top: 10px;
        display: inline-block;
    }

    .frame-greybox a[href^="javascript:linkTo_UnCryptMailto"]:hover {
        padding-bottom: 1px;
    }

    #content h1, #content h2, #content .h1, #content .h2 {
        font-size: 21px;
    }

    #content h3, #content .h3 {
        font-size: 19px;
        font-weight: 400!important;
    }

    #content h4, #content h5, #content h6, #content .h4, #content .h5, #content .h6 {
        font-size: 17px;
    }

    .totop {
        background: none;
        border: 0 none;
        outline: none;
        display: block;
        text-align: center;
        width: 100%;
        margin: 20px 0;
        font-size: 18px;
    }

    #content ul {
        padding-left: 20px;
    }

    #content ul li {
        margin-bottom: 10px;
    }

    a img.hover {
        width: 120px;
        height: auto;
    }

    div#footer div.copy a,
    div#footer div.copy span {
        font-size: 15px !important;
    }

    #content .frame-greybox p {
        margin-top: 20px;
    }

    #content #c1782 .frame-greybox p {
        margin-top: 0;
    }

    #content div.csc-mailform label.error {
        margin: 0;
        width: 100%;
    }

    .social > div {
        margin-right: -5px !important;
    }

    div.csc-textpic-intext-right .csc-textpic-imagewrap {
        float: none;
        margin-left: 0;
    }

    figcaption.csc-textpic-caption {
        font-size: .9em;
    }

    div.news {
        padding: 0;
    }

    div.news div.news-list-view {
        display: block;
    }

    div.news div.news-list-view .article {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    #c2298 div.news-list-view {
        display: flex;
        flex-direction: column;
    }
    #c2298 div.news-list-view div.article {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 567px) {
    .news-single .article .news-img-wrap {
        float: none;
        width: 100%;
        margin: 0;
    }

    #content #slider .ce-gallery .ce-column {
        padding-right: 0;
    }
}

.mobile-ec-logo { width: 50%; margin-bottom: 8px; }

/* Wacon Cookiebox */
:root {
    --color-primary: #CD3F3F;
    --color-h2: #000;
    --font-family--h2: Helvetica, Arial, sans-serif;
    --line-height--h2: 1.5em;
    --font-weight--h2: bold;
    --color-h3: #000;
    --font-family--h3: Helvetica, Arial, sans-serif;
    --line-height--h3: 1.3em;
    --font-weight--h3: bold;
    --color-text: #000;
    --font-family: Helvetica, Arial, sans-serif;
    --line-height: 1.3em;
    --font-weight: 400;
}

#CookieBox,
#CookieBox *,
.cookie-management > .cookie-set .ce-icon {
    box-sizing: border-box;
}

.waconcookiemanagement #CookieBox {
    .box-cookie-management {
        text-align: left;
    }

    .h2 {
        font-size: 23px;
    }

    .h3 {
        display: block;
        font-size: 19px;
        text-align: left;
    }

    p {
        font-size: 15px;
    }

    .btn {
        border-radius: 0;
        margin: 0 0 10px;

        &:focus-visible {
            outline: 2px dashed var(--color-primary);
        }
    }

    .cookiecat {
        margin-top: 1px;
        margin-right: 12px;
        z-index: 1;
    }

    .cookie-fix .text-back-right {
        margin-right: 0;
    }
}

.cookie-set.script {
    &,
    & * {
        box-sizing: border-box;
    }

    img {
        display: block;
        margin: 20px auto;
    }

    img + p {
        margin-top: 15px;
        padding: 20px;
    }
}
