
#js-band-cookies {
  background-color: #151515;
  bottom: 0;
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  left: 0;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2000;
}
#js-band-cookies p {
  margin: 0;
  padding: 0 50px;
}
#js-band-cookies a {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-left: 10px;
  text-decoration: none;
}
#js-band-cookies a:hover {
  text-decoration: underline;
}
#js-band-cookies span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  #js-band-cookies p {
    padding: 15px 15px 0;
  }
  #js-band-cookies a {
    background-color: #444;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    margin-top: 10px;
    padding: 10px 5px;
    text-decoration: none;
  }
}

/* default styles for extension "tx_cssstyledcontent" */
    /* Headers */
    .csc-header-alignment-center { text-align: center; }
    .csc-header-alignment-right { text-align: right; }
    .csc-header-alignment-left { text-align: left; }

    div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

    /* Clear floats after csc-textpic and after csc-textpic-imagerow */
    div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

    /* Set padding for tables */
    div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
    div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

    /* Settings for figure and figcaption (HTML5) */
    div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

    /* Captions */
    figcaption.csc-textpic-caption { display: table-caption; }
    .csc-textpic-caption { text-align: left; caption-side: bottom; }
    div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
    div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
    div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

    /* Float the columns */
    div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

    /* Border just around the image */
    div.csc-textpic-border div.csc-textpic-imagewrap img {
        border: 2px solid #B2B2B2;
        padding: 10px 10px;
    }

    div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

    /* Space below each image (also in-between rows) */
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

    /* colSpace around image columns, except for last column */
    div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
    div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

    /* Add margin from image-block to text (in case of "Text & Images") */
    div.csc-textpic-intext-left .csc-textpic-imagewrap,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin-right: 10px;
    }
    div.csc-textpic-intext-right .csc-textpic-imagewrap,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        margin-left: 10px;
    }

    /* Positioning of images: */

    /* Center (above or below) */
    div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
    div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
    div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

    /* Right (above or below) */
    div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
    div.csc-textpic-right div.csc-textpic-text { clear: right; }

    /* Left (above or below) */
    div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
    div.csc-textpic-left div.csc-textpic-text { clear: left; }

    /* Left (in text) */
    div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

    /* Right (in text) */
    div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

    /* Right (in text, no wrap around) */
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

    /* Left (in text, no wrap around) */
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

    div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

    /* Browser fixes: */
    /* Fix for unordered and ordered list with image "In text, left" */
    .csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

    /* Textmedia */
    .csc-textmedia,
    .csc-textmedia-gallery { overflow: hidden; }
    .csc-textmedia-gallery-column { float: left; }
    .csc-textmedia-gallery-column { margin-right: {$styles.content.textmedia.columnSpacing}px; }
    .csc-textmedia-gallery-column:last-child { margin-right: 0; }
    .csc-textmedia-gallery-row { overflow: hidden; margin-bottom: {$styles.content.textmedia.rowSpacing}px; }
    .csc-textmedia-gallery-row:last-child { margin-bottom: 0; }
    .csc-textmedia-above .csc-textmedia-gallery { margin-bottom: 10px; }
    .csc-textmedia-above-right .csc-textmedia-gallery { float: right; }
    .csc-textmedia-above-left .csc-textmedia-gallery { float: left; }
    .csc-textmedia-above .csc-textmedia-text { clear: both; }
    .csc-textmedia-above-center .csc-textmedia-gallery-outer,
    .csc-textmedia-below-center .csc-textmedia-gallery-outer { position: relative; float: right; right: 50%; }
    .csc-textmedia-above-center .csc-textmedia-gallery-inner,
    .csc-textmedia-below-center .csc-textmedia-gallery-inner { position: relative; float: right; right: -50%; }
    .csc-textmedia-below .csc-textmedia-gallery { margin-top: 10px; }
    .csc-textmedia-below-right .csc-textmedia-gallery { float: right; }
    .csc-textmedia-below-left .csc-textmedia-gallery { float: left; }
    .csc-textmedia-inside-right .csc-textmedia-gallery { float: right; margin-left: 10px; }
    .csc-textmedia-inside-left .csc-textmedia-gallery { float: left; margin-right: 10px; }
    .csc-textmedia-beside-right .csc-textmedia-gallery { float: right; margin-left: 10px; }
    .csc-textmedia-beside-right .csc-textmedia-text { overflow: hidden; }
    .csc-textmedia-beside-left .csc-textmedia-gallery { float: left; margin-right: 10px; }
    .csc-textmedia-beside-left .csc-textmedia-text { overflow: hidden; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; margin-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .contenttable { width: 100%; max-width: 100%; }
    .contenttable th, .contenttable td { padding: 0.5em 0.75em; vertical-align: top; }
    .contenttable thead th { font-weight: bold; border-bottom: 2px solid #dadada; }
    .contenttable th, .contenttable td { border-top: 1px solid #dadada; }
    .contenttable-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .contenttable-bordered th, .contenttable-bordered td { border: 1px solid #dadada; }

    /* Space */
    .csc-space-before-extra-small { margin-top: 1em; }
    .csc-space-before-small { margin-top: 2em; }
    .csc-space-before-medium { margin-top: 3em; }
    .csc-space-before-large { margin-top: 4em; }
    .csc-space-before-extra-large { margin-top: 5em; }
    .csc-space-after-extra-small { margin-bottom: 1em; }
    .csc-space-after-small { margin-bottom: 2em; }
    .csc-space-after-medium { margin-bottom: 3em; }
    .csc-space-after-large { margin-bottom: 4em; }
    .csc-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .csc-frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .csc-frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .csc-frame-indent { margin-left: 15%; margin-right: 15%; }
    .csc-frame-indent-left { margin-left: 33%; }
    .csc-frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}

/*!
 * shariff - v2.1.3 - Fri, 23 Feb 2018 07:35:40 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fa{width:30px}.shariff li .fa,.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
ul.resp-tabs-list {
    margin: 0;
    padding: 0;
    /*height: 30px;*/
    border-bottom: 1px solid #E1E1E1;
}

.resp-tabs-list li {
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
    list-style: none;
	display: inline-block;
    position: relative;
	vertical-align: bottom;
}


.resp-tabs-list li span {
    display: block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    padding: 0 15px;
    outline: none;
    color: #C00418;
    margin: 0;
    cursor: pointer;
}

.resp-tab-active {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    bottom: -1px !important;
    background-color: #FFFFFF;
}

.resp-tab-active span {
    transform: scale(1.2,1.2);
    height: 29px !important;
    line-height: 29px !important;
    /*font-size: 15px;*/
    color: #666666;
    cursor: auto !important;
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #E1E1E1;
    border-top: 0;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background-color: #FFFFFF;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 10px !important;
    height: 17px !important;
    line-height: 17px !important;
}

h2.resp-tab-active span {
    height: 17px !important;
    line-height: 17px !important;
    font-size: 15px;
    color: #666666;
    cursor: auto !important;
}

h2.resp-accordion {
    display: none;
    background: none !important;
    background-color: #FFF;
    text-decoration: none;
    color: #666666;
    font-size: 15px;
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 32px 10px 10px;
    position: relative;
    outline: none;
    margin-bottom: 0;
}

.resp-easy-accordion  h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-jfit {
    width: 100%;
    margin: 0;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 480px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    h2.resp-accordion::after {
        position: absolute;
        top: 5px;
        right: 10px;
        font-family: 'fontello';
        font-size: 23px;
        color: #C00418;
        Content: '\e810';
        cursor: pointer;
    }

    h2.resp-tab-active {
        border-bottom: 1px solid #FFFFFF !important;
        background-color: #F7F7F7 !important;
    }

    h2.resp-tab-active::after {
        position: absolute;
        top: 5px;
        right: 10px;
        font-family: 'fontello';
        font-size: 23px;
        color: #C00418;
        Content: '\e80f';
        cursor: pointer;
    }

    .resp-accordion-closed {
        display:none !important;
    }

    .resp-tab-content {
        padding: 10px 0;
        border: none;
    }

    .resp-tab-active {
        bottom: 0 !important;
    }
}
/*!
 * shariff - v1.21.0 - 06.11.2015
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2015 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */@font-face{font-family:FontAwesome;src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:400;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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;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:#fff}.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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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-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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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"}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{height:35px;box-sizing:border-box;overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:9pt;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal{display:-webkit-box}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-flex:none;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:5pc;width:auto;-webkit-flex:1;-ms-flex:1;flex:1}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:10pc}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:none;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:10pc}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:10pc}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:1;-ms-flex:1;flex:1}}@media only screen and (min-width:1024px){.shariff li{height:30px}.shariff li a{height:30px}.shariff li .fa{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:1pc}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#F67C1A}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px;position:relative;top:1px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:1pc;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:1pc}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:1pc}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465D}.shariff .tumblr a:hover{background-color:#44546B}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'fontello';
	src: url('../../../typo3conf/ext/cs_templates/Resources/Public/font/fontello.eot?46486038');
	src: url('../../../typo3conf/ext/cs_templates/Resources/Public/font/fontello.eot?46486038#iefix') format('embedded-opentype'),
	url('../../../typo3conf/ext/cs_templates/Resources/Public/font/fontello.woff2?46486038') format('woff2'),
	url('../../../typo3conf/ext/cs_templates/Resources/Public/font/fontello.woff?46486038') format('woff'),
	url('../../../typo3conf/ext/cs_templates/Resources/Public/font/fontello.ttf?46486038') format('truetype'),
	url('../../../typo3conf/ext/cs_templates/Resources/Public/font/fontello.svg?46486038#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"Futura";
	src:url('../../../typo3conf/ext/cs_templates/Resources/Public/font/f0052336-792e-4fcf-8750-fe6d7d5dccba.eot?#iefix');
	src:url('../../../typo3conf/ext/cs_templates/Resources/Public/font/f0052336-792e-4fcf-8750-fe6d7d5dccba.eot?#iefix') format("eot"),
		url('../../../typo3conf/ext/cs_templates/Resources/Public/font/1b696b29-a6bd-4411-a50f-37fd8a209b36.woff') format("woff"),
		url('../../../typo3conf/ext/cs_templates/Resources/Public/font/a3931c31-5998-4dbd-b7d5-d310e4ed3d60.ttf') format("truetype"),
		url('../../../typo3conf/ext/cs_templates/Resources/Public/font/6779412d-2ea7-4f1a-acfd-f6a527baaee7.svg#6779412d-2ea7-4f1a-acfd-f6a527baaee7') format("svg");
}

@font-face{
	font-family:"Futura Bold";
	src:url('../../../typo3conf/ext/cs_templates/Resources/Public/font/3b3d00eb-6d89-47ec-83ee-48276a47ad94.eot?#iefix');
	src:url('../../../typo3conf/ext/cs_templates/Resources/Public/font/3b3d00eb-6d89-47ec-83ee-48276a47ad94.eot?#iefix') format("eot"),
		url('../../../typo3conf/ext/cs_templates/Resources/Public/font/2a65cbfc-5071-4b4d-bfc2-e052bb091ee2.woff') format("woff"),
		url('../../../typo3conf/ext/cs_templates/Resources/Public/font/812f781d-aa66-47a1-b6a2-7941effc1527.ttf') format("truetype"),
		url('../../../typo3conf/ext/cs_templates/Resources/Public/font/2a371030-ff67-40ac-8307-082c1fccf151.svg#2a371030-ff67-40ac-8307-082c1fccf151') format("svg");
}

body {
	font-family: 'Arial';
	font-size: 13px;
	color: #666666;
}

iframe {
	border: 0 none;
	max-width: 100%;
}

a {
	color: #C00418;
}

a:hover {
	color: #358DDE;
}

a img {
	border: none;
}

p {
	line-height: 22px;
	margin-bottom: 10px;
}

button {
	border: none;
	cursor: pointer;
}

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

table td {
	vertical-align: top;
}

table td.nowrap {
	white-space: nowrap;
}

table.default-table,
table.striped-table {
    width: 100%;
    border-spacing: 0;
}
table.default-table thead tr,
table.striped-table thead tr {
    background: #B2B2B2;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

table.default-table thead tr th,
table.striped-table thead tr th {
    text-align: inherit;
}

table.default-table thead th,
table.default-table tbody td,
table.striped-table thead th,
table.striped-table tbody td {
    padding: 10px 9px 10px 10px;
}

table.default-table tr td,
table.striped-table tr td {
    line-height: 140%;
}

table.striped-table tr:nth-child(even) td {
    border-bottom: 1px solid #F7F7F7;
}

table.striped-table tr:nth-child(odd) td {
    background: #F7F7F7;
}

table.default-table td {
    border-bottom: 1px dotted #CCCCCC;
}

h1 {
	font-size: 31px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
}

#content-right .container h2.small,
#content-right .container h2.medium,
#content-right .container h2.big {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    background: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

h2.small {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/backgrounds/border_small.png') no-repeat 0 bottom;
	padding-bottom: 10px;
}

h2.medium {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/backgrounds/border_medium.png') no-repeat 0 bottom;
	padding-bottom: 10px;
}

h2.big {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/backgrounds/border_big.png') no-repeat 0 bottom;
	padding-bottom: 10px;
}

#content-right .container h2.small,
#content-right .container h2.medium,
#content-right .container h2.big,
.news-title,
h3 {
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

h6 {
	font-size: 27px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}

/* ########## General ########## */

img.responsive {
	max-width: 100%;
	height: auto;
}

div.text-special,
p.text-special {
	font-family: Georgia;
	font-size: 17px;
	font-style: italic;
	color: #333333;
	line-height: 150%;
	margin-bottom: 25px;
}

p.footnote {
    font-size: 10px;
    line-height: 140%;
}

/* ########## List Default ########## */

ul.list-default {
	margin-bottom: 15px;
}

ul.list-default li {
	list-style: none;
    line-height: 20px;
	padding-left: 17px;
	margin-bottom: 5px;
	position: relative;
}

ul.list-default li:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #C00418;
	Content: '';
}

/* ########## List Checked ########## */

ul.list-checked {
	margin-bottom: 15px;
}

ul.list-checked li {
	list-style: none;
    line-height: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
}

ul.list-checked li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'fontello';
	font-size: 16px;
	color: #C00418;
	Content: '\e815';
}

ul.list-checked li ul,
ul.list-default li ul {
    margin-top: 10px;
}

ul.list-checked li ul li:before,
ul.list-default li ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'fontello';
    font-size: 16px;
    color: #C00418;
    Content: '\e890';
}

/* ########## List with Links ########## */

ul.list-links {
	margin-bottom: 15px;
}

ul.list-links li {
	list-style: none;
    line-height: 20px;
	padding-left: 13px;
	margin-bottom: 10px;
	position: relative;
}

ul.list-links li:before {
	position: absolute;
	top: -1px;
	left: 0;
	font-family: 'fontello';
	font-size: 16px;
	color: #C00418;
	Content: '\e80e';
}

ul.list-links li:hover:before {
	color: #358DDE;
}

ul.list-links li a {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #C00418;
}

ul.list-links li a:hover {
	border-bottom: 1px dotted #358DDE;
}

/* ########## List Special ########## */

ul.list-special {
	margin-bottom: 15px;
}

ul.list-special li {
	list-style: none;
    line-height: 20px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 32px 0 10px;
	position: relative;
}

ul.list-special li:after {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 'fontello';
	font-size: 23px;
	color: #C00418;
	Content: '\e80e';
	cursor: pointer;
}

ul.list-special li:hover {
	background-color: #F7F7F7;
}

ul.list-special li a {
	display: block;
	padding: 10px 0;
	font-size: 15px;
	text-decoration: none;
	color: #666666;
	border-bottom: none !important;
}

ul.list-special li a:hover {
	border-bottom: none !important;
}

/* Icons Big */

.padding-left {
    padding: 0 0 0 40px;
}

p.icon-phone-big,
p.icon-location-big,
p.icon-mail-big,
p.icon-edit-big,
p.icon-home-big {
    padding: 0 0 10px 40px;
    border-bottom: 1px dotted #CCCCCC;
    position: relative;
}

p.icon-phone-big:before,
p.icon-location-big:before,
p.icon-mail-big:before,
p.icon-edit-big:before,
p.icon-home-big:before{
    font-family: 'fontello';
    font-size: 30px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

/* Icons Small */

.icon-phone-small,
.icon-location-small,
.icon-mail-small,
.icon-edit-small {
    padding-left: 30px;
    position: relative;
}

.icon-phone-small:before,
.icon-location-small:before,
.icon-mail-small:before,
.icon-edit-small:before {
    font-family: 'fontello';
    font-size: 20px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

/* Icons Big */

.icon-phone-big,
.icon-location-big,
.icon-mail-big,
.icon-edit-big {
    padding: 0 0 10px 40px;
    border-bottom: 1px dotted #CCCCCC;
    position: relative;
}

.icon-phone-big::before,
.icon-location-big::before,
.icon-mail-big::before,
.icon-edit-big::before {
    font-family: 'fontello';
    font-size: 30px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.icon-phone::before,
.icon-phone-small::before,
.icon-phone-big::before {
	content: '\e804';
}

.icon-location::before,
.icon-location-small::before,
.icon-location-big::before {
	content: '\e816';
}

.icon-mail::before,
.icon-mail-small::before,
.icon-mail-big::before {
	content: '\e801';
}

.icon-edit::before,
.icon-edit-small::before,
.icon-edit-big::before {
	content: '\e802';
}

.icon-home::before,
.icon-home-small::before,
.icon-home-big::before {
	content: '\e891';
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #E1E1E1;
    margin: 20px 0;
}

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

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

.align-right {
    text-align: right;
}
/*! Fancybox v2.1.5 fancyapps.com | fancyapps.com/Fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/fancybox/fancybox_sprite.png');
}

#Fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../typo3conf/ext/cs_templates/Resources/Public/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only Screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only Screen and (min--moz-device-pixel-ratio: 1.5),
	   only Screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* qTip2 v2.1.1 basic css3 | qtip2.com | Licensed MIT, GPL | Tue Aug 13 2013 14:51:05 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1} .qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030} .qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} .qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} .qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} .qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/#default#VML');display:inline-block;visibility:visible}
div.selector,div.selector span,div.checker span,div.radio span,div.uploader,div.uploader span.action,div.button,div.button span{background-repeat:no-repeat;-webkit-font-smoothing:antialiased;}div.selector,div.checker,div.button,div.radio,div.uploader{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;vertical-align:middle}div.selector:focus,div.checker:focus,div.button:focus,div.radio:focus,div.uploader:focus{outline:0}div.selector,div.selector *,div.radio,div.radio *,div.checker,div.checker *,div.uploader,div.uploader *,div.button,div.button *{margin:0;padding:0}.highContrastDetect{background:url('../../../typo3conf/ext/cs_templates/Resources/Public/images/bg-input.png') repeat-x 0 0;width:0;height:0}input.uniform-input,select.uniform-multiselect,textarea.uniform{padding:3px;background:url('../../../typo3conf/ext/cs_templates/Resources/Public/images/bg-input.png') repeat-x 0 0;outline:0}input.uniform-input.active,select.uniform-multiselect.active,textarea.uniform.active{background:url('../../../typo3conf/ext/cs_templates/Resources/Public/images/bg-input-focus.png') repeat-x 0 0}div.checker input,input[type=search],input[type=search]:active{-moz-appearance:none;-webkit-appearance:none}div.selector{background-position:0 -130px;line-height:26px;height:26px;padding:0 0 0 10px;position:relative;overflow:hidden}div.selector span{text-overflow:ellipsis;display:block;overflow:hidden;white-space:nowrap;background-position:right 0;height:26px;line-height:26px;padding-right:25px;cursor:pointer;width:100%;display:block}div.selector.fixedWidth{width:190px}div.selector.fixedWidth span{width:155px}div.selector select{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:0;background:0;position:absolute;height:22px;top:2px;left:0;width:100%}div.checker{position:relative}div.checker,div.checker span,div.checker input{width:19px;height:19px}div.checker span{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;text-align:center;background-position:0 -260px}div.checker span.checked{background-position:-76px -260px}div.checker input{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:0;background:0;display:-moz-inline-box;display:inline-block;*display:inline;zoom:1}div.radio{position:relative}div.radio,div.radio span,div.radio input{width:18px;height:18px}div.radio span{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;text-align:center;background-position:0 -279px}div.radio span.checked{background-position:-72px -279px}div.radio input{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:0;background:0;display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;text-align:center}div.uploader{background-position:0 -297px;height:28px;width:190px;cursor:pointer;position:relative;overflow:hidden}div.uploader span.action{background-position:right -409px;height:28px;line-height:28px;width:85px;text-align:center;float:left;display:inline;overflow:hidden;cursor:pointer}div.uploader span.filename{text-overflow:ellipsis;display:block;overflow:hidden;white-space:nowrap;float:left;cursor:default;height:24px;margin:2px 0 2px 2px;line-height:24px;width:82px;padding:0 10px}div.uploader input{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:0;background:0;position:absolute;top:0;right:0;float:right;cursor:default;width:100%;height:100%}div.uploader.active span.action{background-position:right -465px}div.uploader.hover,div.uploader.focus{background-position:0 -353px}div.uploader.hover span.action,div.uploader.focus span.action{background-position:right -437px}div.uploader.hover.active span.action,div.uploader.focus.active span.action{background-position:right -493px}div.uploader.disabled,div.uploader.disabled.active{background-position:0 -325px}div.uploader.disabled span.action,div.uploader.disabled.active span.action{background-position:right -381px}div.button{background-position:0 -641px;height:30px;cursor:pointer;position:relative}div.button a,div.button button,div.button input{opacity:.01;filter:alpha(opacity=1);-moz-opacity:.01;display:block;top:0;left:0;right:0;bottom:0;position:absolute}div.button span{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;line-height:30px;text-align:center;background-position:right -521px;height:30px;margin-left:13px;padding:0}div.button.active{background-position:0 -671px}div.button.active span{background-position:right -551px;cursor:default}div.button.hover,div.button.focus{background-position:0 -701px}div.button.hover span,div.button.focus span{background-position:right -581px}div.button.disabled,div.button.disabled.active{background-position:0 -731px}div.button.disabled span,div.button.disabled.active span{background-position:right -611px;cursor:default}
/* ########## History ########## */

#timeline {
	overflow: hidden;
	position: relative;
}

#timeline .spine {
	background-color: #CCCCCC;
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}

#timeline .period-left {
	float: left;
	width: 50%;
	margin-right: 50%;
}

#timeline .period-right {
	float: right;
	width: 50%;
	margin-left: 50%;
}

#timeline .period-first {
	margin-top: 0;
}

#timeline .period-trigger {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	background-color: #C00418;
	color: #FFFFFF;
	font-size: 19px;
	text-decoration: none;
	padding: 0 10px;
	position: relative;
}

#timeline .period-left .period-trigger {
	float: right;
	margin-right: 10px;
	padding-left: 40px;
}

#timeline .period-right .period-trigger {
	float: left;
	margin-left: 10px;
	padding-right: 40px;
}

#timeline .period-trigger:after {
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	position: absolute;
	top: 0;
	font-family: 'fontello';
	font-size: 23px;
	color: #FFFFFF;
	content: '\e810';
	cursor: pointer;
}

#timeline .period-left .period-trigger:after {
	left: 0;
}

#timeline .period-right .period-trigger:after {
	right: 0;
}

#timeline .period-trigger.active:after {
	content: '\e80f';
}

#timeline ul.period-content {
	display: none;
	clear: both;
	padding: 10px;
	line-height: 20px;
}

#timeline ul.period-content li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#timeline .period-left ul.period-content li {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/marker_left.png') no-repeat right 5px;
	padding-right: 42px;
	margin-right: -14px;
	text-align: right;
}

#timeline .period-right ul.period-content li {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/marker_right.png') no-repeat left 5px;
	padding-left: 42px;
	margin-left: -14px;
	text-align: left;
}
/* ########## Forms ########## */

.field-wrapper,
.powermail_fieldwrap_text,
.powermail_fieldwrap_captcha {
	margin-bottom: 20px;
	overflow: hidden;
}

.powermail_label {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	width: 25%;
}

.radio span,
.checkbox span {
	margin-right: 3px;
	vertical-align: middle;
}

.powermail_field > .radio {
	width: 100%;
}

legend {
	display: none;
}

fieldset {
	border: 0 none;
}

.label-wrapper label.required {
	font-weight: bold;
}

.powermail_field {
	margin-left: 25%;
	width: 70%;
}

.powermail_fieldwrap_type_check .powermail_field,
.powermail_fieldwrap_type_radio .powermail_field {
	padding-top: 5px;
}

.powermail_fieldwrap_type_text .powermail_field {
	margin-left: 0;
	width: auto;
}

.powermail_fieldwrap {
	clear: both;
	margin-bottom: 20px;
}

.tx-powermail input[type="text"],
.tx-powermail input[type="email"],
.tx-powermail input[type="password"],
.tx-powermail input[type="search"],
.tx-powermail input[type="number"],
.tx-powermail input[type="tel"],
.tx-powermail textarea,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
.powermail_captcha {
	border: 1px solid #d1d2d2;
	box-sizing: border-box;
	padding: 5px;
	color: #999;
	font-family: 'Arial';
	font-size: 13px;
	height: 30px;
	width: 100%;
}

.tx-powermail textarea {
	height: 160px;
	resize: vertical;
}

.tx-powermail input.powermail_captcha {
	box-sizing: border-box;
	height: 30px;
	margin-right: 10px;
	padding: 5px;
	width: 20%;
}

.powermail_captchaimage {
	display: inline-block;
	vertical-align: top;
}

form .button-submit {
	margin-left: 25%;
}

form .button-reset,
form .button-reset:hover {
	background-color: #f7f7f7;
	color: #666;
}

form .button-submit:after,
form .button-reset:after {
	content: none;
}

.powermail_fieldwrap_typoscript {
	display: none;
}

.form-error label {
	color: red;
}

.parsley-error {
	background-color: #F2DEDE;
}

.parsley-errors-list {
	background-color: #F2DEDE;
	box-sizing: border-box;
	float: right;
	clear: left;
	list-style-type: none;
	margin: 5px 0 20px 0;
	padding: 0;
	width: 100%;
}

.checker .parsley-errors-list {
	position: absolute;
	float: none;
	min-width: 300px;
}

.parsley-errors-list>li {
	color: #A94442;
	padding: 5px 10px;
}

/** Routenbeschreibung **/

.tx-go-maps-ext form {
	margin-bottom: 20px;
}

.tx-go-maps-ext .input-wrapper {
	float: left;
	margin-left: 0;
	width: 50%;
}

.tx-go-maps-ext .button {
	float: left;
	margin-left: 20px;
}


/** Suche **/
.searchform .input-wrapper {
	float: left;
	width: 70%;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width: 100%;
}

/** in box **/
.box .powermail_label {
	float: none;
	width: auto;
}
.box .powermail_field {
	margin: 0;
	width: 100%;
}

.box .powermail_fieldwrap {
	margin-bottom: 10px;
}

.box .powermail_fieldwrap_type_submit {
	margin-bottom: 32px;
}

.box .powermail_fieldwrap_type_submit .button {
	position: absolute;
	right: 0;
	margin-top: 0;
}
html {
	overflow-y: scroll;
}

body {
	background-color: #DADADA;
	padding: 0 42px 0 10px;
	min-width: 320px;
}

.hidden-desktop {
	display: none;
}

#page {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#page-inner {
	max-width: 980px;
	padding: 0 60px;
	background-color: #FFFFFF;
	position: relative;
}

#background {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/backgrounds/grid.png') repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-user-select: none;        
	-moz-user-select: none; 
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#background img {
	position: relative;
	z-index: -1;
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.5;
	z-index: 1000;
}

/* ########## Header ########## */

#header {
	height: 96px;
	position: relative;
}

#top {
	float: right;
	margin-top: 14px;
}

/* ########## Search ########## */

#search {
	display: none;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	float: left;
	margin-right: 78px;
	position: relative;
	z-index: 20;
}

#search input {
	border: none;
	background: transparent;
	float: left;
	width: 215px;
	font-family: 'Arial';
	font-size: 12px;
	font-style: italic;
	color: #999999;
	padding: 7px 10px;
}

#search button {
	float: left;
	width: 29px;
	height: 29px;
	background: transparent;
}

#search button span {
	display: block;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
}

#search button span:after {
	display: block;
	width: 29px;
	height: 29px;
	line-height: 26px;
	text-align: center;
	font-family: 'fontello';
	font-size: 23px;
	color: #C00418;
	Content: '\e80e';
	text-indent: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/* ########## Language ########## */

#language {
	float: left;
	font-size: 12px;
	font-style: italic;
}

#language > li {
	list-style: none;
	float: left;
}

#language > li > a {
	display: block;
	padding: 2px 5px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

#language > li.active > a {
	color: #FFFFFF;
	background-color: #999999;
}

#language > li > a:hover {
	text-decoration: underline;
}

#language > li > span {
	display: block;
	padding: 2px 10px 2px 0;
}

/* ########## Logo ########## */

#logo {
	position: absolute;
	top: 42px;
	right: 0;
	z-index: 10;
}

#logo a {
	display: block;
	width: 246px;
	height: 100px;
}

#logo.softline-group a {
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/logo_sg.png') no-repeat 0 0;
}

#logo.softline-solutions a {
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/logo_ss.png') no-repeat 0 0;
}

#logo.prometheus {
	right: -1px;
}

#logo.prometheus a {
	background: #fff;
	border-radius: 50px 0 0 50px / 50px 0 0 50px;
	display: block;
	padding-right: 1px;
}

#logo.prometheus a:before {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/logo_services.svg') no-repeat right center;
	background-size: 210px auto;
	position: absolute;
	content: '';
	height: 100%;
	right: 2px;
	top: 0;
	width: 100%;
}

@media
only Screen and (-webkit-min-device-pixel-ratio: 2),
only Screen and (   min--moz-device-pixel-ratio: 2),
only Screen and (     -o-min-device-pixel-ratio: 2/1),
only Screen and (        min-device-pixel-ratio: 2),
only Screen and (                min-resolution: 192dpi),
only Screen and (                min-resolution: 2dppx) {

    #logo.softline-group a {
        background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/x2/logo_sg.png') no-repeat 0 0;
	    -webkit-background-size: 271px 100px;
	    -moz-background-size: 271px 100px;
	    -o-background-size: 271px 100px;
	    background-size: 271px 100px;
    }
    #logo.softline-solutions a {
        background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/x2/logo_ss.png') no-repeat 0 0;
	    -webkit-background-size: 271px 100px;
	    -moz-background-size: 271px 100px;
	    -o-background-size: 271px 100px;
	    background-size: 271px 100px;
    }
}

/* ########## Navigation ########## */

#navigation {
	position: absolute;
	top: 59px;
	left: 60px;
}

/* ########## Navigation Trigger ########## */

#hnavi-trigger {
	display: none;
	float: left;
	text-decoration: none;
	position: relative;
	z-index: 1002;
}

#hnavi-trigger:before {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-family: 'fontello';
	font-size: 31px;
	background-color: #F7F7F7;
	color: #666666;
	Content: '\e817';
}

#hnavi-trigger.active:before {
	background-color: #9E9C9F;
	color: #FFF;
	content: '\e822';
}

/* ########## Search Trigger ########## */

#search-trigger {
	float: left;
	border-left: 1px solid #D1D2D2;
	margin-left: 8px;
	padding-left: 8px;
	position: relative;
	z-index: 10;
}

#search-trigger a {
	width: 24px;
	height: 24px;
	display: block;
	background-color: inherit;
	text-decoration: none;
}

#search-trigger a.active {
    background-color: #F7F7F7;
}

#search-trigger a:after {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 25px;
	text-align: center; 
	font-family: 'fontello';
	font-size: 15px;
	color: #666666;
	Content: '\e800';
}

/* ########## Banner ########## */

#banner {
	position: relative;
    min-height: 335px;
}

#subnavigation {
	bottom: 0;
	left: -10px;
	position: absolute;
	width: 30%;
	z-index: 100;
}

/* ########## Content ########## */

#content {
	padding-top: 35px;
	padding-bottom: 30px;
	overflow: hidden;
}

#content-headline {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 30px;
}

#content-headline .left {
	float: left;
	width: 80%;	
}

#content-headline h1 {
	float: left;
	width: 100%;
}

#content-headline span {
	font-size: 13px;
	color: #999999;
    margin-bottom: 10px;
    display: block;
}

#content-headline span a {
	color: #666666;
	text-decoration: none;	
}

#content-headline span a:hover {
	text-decoration: underline;	
}

#content-headline-logo {
	float: right;
	width: 20%;
}

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

#content-main {
	float: left;
	width: 655px;
}

#content-main-inner {
	border-right: 1px solid #E1E1E1;
	padding-right: 38px;
	overflow: hidden;
}

#content-right {
	width: 100%;
}

#content-right-inner {
	padding-left: 35px;
	overflow: hidden;
}

.container {
	margin-bottom: 35px;
}

.container h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

/* ########## Content Columns ########## */

.columns {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.column {
	float: left;
	position: relative;
}

.column-left {
	width: 47%;
	margin-right: 6%;
}

.column-right {
	width: 47%;
}

.column-inner img {
	max-width: 100%;
	height: auto;
}

/* ########## Footer ########## */

#footer {
	max-width: 980px;
	padding: 0 60px;
	background-color: #333333;
	color: #CCCCCC;
}

#footer-inner {
	padding: 20px 0;
	overflow: hidden;
}

#footer-inner .column-1 {
	width: 35%;
}

#footer-inner .column-2 {
	width: 35%;
}

#footer-inner .column-3 {
	width: 30%;
}


#footer-inner a {
	color: #CCCCCC;
}

#footer-inner a.text-white {
	color: #FFFFFF;
}

#footer-inner h2 {
	color: #FFFFFF;
}

#footer-inner h4 {
	color: #CCCCCC;
}

#footer-inner td {
	line-height: 20px;
}

#footer-inner td.align-right {
    padding-left: 5px;
}

#footer-inner td.align-right img {
    display: block;
}

#footer-inner .selector {
	width: 70% !important;
    background: #666666;
    color: #CCCCCC;
    border: none;
}

#footer-inner .selector span {
    background: #666666;
    color: #CCCCCC;
}

#footer-inner .selector span:after {
    background: #BF0417;
    color: #FFFFFF;
    border-left: 1px solid #333333;
}

#footer-inner table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#footer-inner .width-60 {
    width: 60px;
}

#footer-copyright {
	border-top: 1px dotted #999999;
	height: 42px;
	line-height: 42px;
}

#footer-copyright a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer-copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* ########## Sidebar Icons ########## */

#sidebar {
	position: absolute;
	/**top: 468px; **/
    bottom: 346px;
	right: -32px;
}

#sidebar li {
	list-style: none;
	margin-bottom: 1px;
}

#sidebar li a {
	width: 46px;
	height: 46px;
	display: block;
	text-decoration: none;
}

#sidebar li a:after {
	background-color: #333;
	color: #999;
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-family: 'fontello';
	font-size: 30px;
}

#sidebar li.item-1 a:after {
	background-color: #C00418;
	color: #FFF;
	content: '\e801';
}

#sidebar li.item-1 a:hover:after {
	background-color: #980312;
}

#sidebar li.item-2 a:after {
	Content: '\e803';
}

#sidebar li.item-3 a:after {
	Content: '\e806';
}

#sidebar li.item-4 a:after {
	Content: '\e807';
}

#sidebar li.item-5 a:after {
	Content: '\e805';
}

#sidebar li.item-6 a:after {
	Content: '\e808';
}

/* youtube */
#sidebar li.item-7 a:after {
	Content: '\e818';
}

#sidebar li a:hover:after {
	color: #FFFFFF;
}

#sidebar li a span {
	display: none;
}

#sidebar-link {
	position: absolute;
	right: -32px;
	bottom: -15px;
}

#sidebar-link a {
	width: 46px;
	height: 46px;
	display: block;
	text-decoration: none;
}

#sidebar-link a:after {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-family: 'fontello';
	font-size: 30px;
	background-color: #C00418;
	color: #FFFFFF;
	Content: '\e80c';
}

#sidebar-link a:hover:after {
	background-color: #980312;
}

#sidebar-link a span {
	display: none;
}

/* ########## Top Navigation ########## */

#tnavi {
	float: left;
	font-size: 12px;
	font-style: italic;
	position: relative;
	z-index: 1001;
}

#tnavi > li {
	list-style: none;
	float: left;
	border-right: 1px solid #D1D2D2;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}

#tnavi > li.deeper {
	padding-right: 25px;
}

#tnavi > li.deeper:after {
	position: absolute;
	top: 0;
	right: 8px;
	font-family: 'fontello';
	font-size: 16px;
	font-style: normal;
	color: #C00418;
	Content: '\e811';
	cursor: pointer;
}

#tnavi > li > a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	text-decoration: none;
}

#tnavi > li > a:hover {
	text-decoration: underline;
}

#tnavi > li > ul {
	position: absolute;
	top: 100%;
	left: -10px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255, 0.95);
	padding-top: 10px;
	display: none;
}

#tnavi > li:hover > ul {
	display: block;
}

#tnavi > li > ul > li {
	list-style: none;
	white-space: nowrap;
	padding: 0 25px 0 10px;
	margin-bottom: 10px;
	position: relative;
}

#tnavi > li > ul > li:after {
	position: absolute;
	top: -1px;
	right: 10px;
	font-family: 'fontello';
	font-size: 16px;
	font-style: normal;
	color: #C00418;
	Content: '\e80e';
	cursor: pointer;
}

#tnavi > li > ul > li > a {
	color: #666666;
	text-decoration: none;
}

#tnavi > li > ul > li > a:hover {
	text-decoration: underline;
}

/* ########## Main Navigation ########## */

#hnavi {
    float: left;
    position: relative;
    z-index: 1004;
}

#hnavi > li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

#hnavi > li.active {
    background-color: #F7F7F7;
}

#hnavi > li.deeper:hover {
    background-color: #9E9C9E;
}

#hnavi > li.last {
    margin-right: 0;
}

#hnavi > li > a {
    display: block;
    color: #666666;
    text-decoration: none;
}
#hnavi > li.deeper:hover {
    position: relative;
}

#hnavi > li.deeper:hover > a {
    color: #FFFFFF;
}

#hnavi > li > a:hover {
    text-decoration: underline;
}

#hnavi > li > a > span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}

/* ########## Main Navigation Level 2 ########## */

#hnavi > li > ul {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    width: auto;
    padding-top: 5px;
    background-color: #9E9C9E;
}

#hnavi > li:hover > ul {
    display: block;
}

#hnavi > li > ul > li {
    list-style: none;
    position: relative;
}

#hnavi > li > ul > li.active,
#hnavi > li > ul > li:hover {
    background-color: #8E8C8E;
}

#hnavi > li > ul > li > a {
    display: block;
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 13px;
    text-decoration: none;
}

#hnavi > li > ul > li > a > span {
    display: block;
    border-bottom: 1px solid #BBBABB;
    padding: 6px 25px 6px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#hnavi > li > ul > li.last > a > span {
    border-bottom: none;
}

/* ########## Sub Navigation Level 1 ########## */

#snavi > li {
	list-style: none;
	background-color: #C00418;
	position: relative;
}

#snavi > li.sub:after {
	position: absolute;
	top: 1px;
	right: 10px;
	font-family: 'fontello';
	font-size: 23px;
	color: #FFFFFF;
	Content: '\e80e';
	cursor: pointer;
}

#snavi > li.more:after {
	position: absolute;
	top: 1px;
	right: 10px;
	font-family: 'fontello';
	font-size: 23px;
	color: #FFFFFF;
	Content: '\e810';
	cursor: pointer;
}

#snavi > li.blank:after {
	Content: '';
}

#snavi > li.blank {
	height: 30px;
}

#snavi > li.more {
	display: block !important;
}

#snavi > li.active {
	background-color: #980312;
}

#snavi > li.blank {
	background-color: #C00418;	
}

#snavi > li > a {
	display: block;
	color: #FFFFFF;
	padding: 0 10px;
	font-size: 15px;
	text-decoration: none;
}

#snavi > li > a > span {
	display: block;
	border-bottom: 1px solid #D3505E;
	padding: 6px 25px 6px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#snavi > li.last > a > span,
#snavi > li.more > a > span {
	border-bottom: none;
	padding-bottom: 7px;	
}

/* ########## Sub Navigation Level 2 ########## */

#snavi > li > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

#snavi > li > ul > li {
	list-style: none;
	background-color: #980312;
	position: relative;
	white-space: nowrap;
}

#snavi > li > ul > li.sub:after {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 'fontello';
	font-size: 16px;
	color: #FFFFFF;
	Content: '\e80e';
	cursor: pointer;
}

#snavi > li > ul > li > a {
	display: block;
	color: #FFFFFF;
	padding: 0 10px;
	text-decoration: none;
	font-size: 15px;
}

#snavi > li > ul > li > a:hover {
	text-decoration: underline;
}

#snavi > li > ul > li > a > span {
	display: block;
	border-bottom: 1px solid #B74F5A;
	padding: 6px 25px 6px 0;
}

#snavi > li > ul > li.last > a > span {
	border-bottom: none;	
}

/* ########## Sub Navigation Level 3 ########## */

#snavi > li > ul > li > ul{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

#snavi > li > ul > li > ul > li {
    list-style: none;
    background-color: #980312;
    position: relative;
    white-space: nowrap;
}

#snavi > li > ul > li > ul > li.sub:after {
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: 'fontello';
    font-size: 16px;
    color: #FFFFFF;
    Content: '\e80e';
    cursor: pointer;
}

#snavi > li > ul > li > ul > li > a {
    display: block;
    color: #FFFFFF;
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px;
}

#snavi > li > ul > li > ul > li> a:hover {
    text-decoration: underline;
}

#snavi > li > ul > li > ul > li > a > span {
    display: block;
    border-bottom: 1px solid #B74F5A;
    padding: 6px 25px 6px 0;
}

#snavi > li > ul > li > ul > li.last > a > span {
    border-bottom: none;
}

/* ########## Sub Navigation Level 2 Mobile ########## */

#snavi-mobile {
	margin-bottom: 25px;
	display: none;
}

#snavi-mobile > li {
	list-style: none;
	position: relative;
}

#snavi-mobile > li:after {
	position: absolute;
	top: 1px;
	right: 10px;
	font-family: 'fontello';
	font-size: 23px;
	color: #FFFFFF;
	Content: '\e80e';
	cursor: pointer;
}

#snavi-mobile > li > a {
	display: block;
	background-color: #9E9C9E;
	padding: 0 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
}

#snavi-mobile > li > a:hover,
#snavi-mobile > li.active > a {
	background-color: #666666;
}

#snavi-mobile > li > a > span {
	display: block;
	padding: 6px 25px 6px 0;
	border-bottom: 1px solid #BBBABB;
}

#snavi-mobile > li.last > a > span {
	border-bottom: none;
}

/* ########## Footer Navigation ########## */

#fnavi > li {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}

#fnavi > li:before {
	position: absolute;
	top: -1px;
	left: 0;
	font-family: 'fontello';
	font-size: 16px;
	color: #FFFFFF;
	Content: '\e80e';
}

#fnavi > li > a {
	color: #CCC;
	text-decoration: none;
}

#fnavi > li > a:hover {
	text-decoration: underline;
	color: #FFF;
}

#js-band-cookies a {
	color: #CCC;
	text-decoration: underline;
}

#js-band-cookies a:hover {
	color: #FFF;
	text-decoration: none;
}

/** ajax loader ***/

.ajax-spinner {
	background: rgba(0, 0, 0, 0.25);
	display: none;
	height: 100vh;
	left: 0;
	position:fixed;
	top: 0;
	width: 100vw;
	z-index: 100000;
}

#circularG{
	position:absolute;
	height:58px;
	left: 50%;
	margin: -29px 0 0 -29px;
	top: 50%;
	width:58px;
}

.circularG{
	position:absolute;
	background-color:#C00418;
	width:14px;
	height:14px;
	border-radius:9px;
	-o-border-radius:9px;
	-ms-border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	animation-name:bounce_circularG;
	-o-animation-name:bounce_circularG;
	-ms-animation-name:bounce_circularG;
	-webkit-animation-name:bounce_circularG;
	-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
	-o-animation-duration:1.1s;
	-ms-animation-duration:1.1s;
	-webkit-animation-duration:1.1s;
	-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
	-o-animation-delay:0.41s;
	-ms-animation-delay:0.41s;
	-webkit-animation-delay:0.41s;
	-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
	-o-animation-delay:0.55s;
	-ms-animation-delay:0.55s;
	-webkit-animation-delay:0.55s;
	-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
	-o-animation-delay:0.69s;
	-ms-animation-delay:0.69s;
	-webkit-animation-delay:0.69s;
	-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
	-o-animation-delay:0.83s;
	-ms-animation-delay:0.83s;
	-webkit-animation-delay:0.83s;
	-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
	-o-animation-delay:0.97s;
	-ms-animation-delay:0.97s;
	-webkit-animation-delay:0.97s;
	-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
	-o-animation-delay:1.1s;
	-ms-animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
	-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
	-o-animation-delay:1.24s;
	-ms-animation-delay:1.24s;
	-webkit-animation-delay:1.24s;
	-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
	-o-animation-delay:1.38s;
	-ms-animation-delay:1.38s;
	-webkit-animation-delay:1.38s;
	-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}
/* ########## Links ########## */
.csc-frame-default a {
	text-decoration: none;
	border-bottom: 1px dotted #C00418;
}

.csc-frame-default a.lightbox {
    border-bottom: none;
}

.csc-frame-default a:hover {
	border-bottom: 1px dotted #358DDE;
}

#footer-inner .csc-frame-default a {
	border-bottom: 1px dotted #FFF;
}

#footer-inner .csc-frame-default a:hover {
	border-bottom: 1px dotted #FFF;
}

.csc-frame-default a.icon-phone,
.csc-frame-default a.icon-location,
.csc-frame-default a.icon-mail {
	border-bottom: none !important;
}

.hidden {
	display: none;
}

div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner {
	width: 100%;
}

div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
	display: block;
}


/* ########## Buttons ########## */

.button {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	background-color: #C00418;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 35px 0 10px;
	font-size: 15px;
	position: relative;
}

.button:hover {
	color: #fff;
	background-color: #980312;
	transition: background .3s;
}

.button:after {
	position: absolute;
	top: 0;
	right: 10px;
	font-family: 'fontello';
	font-size: 23px;
	color: #FFFFFF;
	Content: '\e80e';
}

/* ########## Banner Slider ########## */

.flexslider {
	max-height: 325px;
	overflow: hidden;
}

.flexslider ul {
	width: 20000px;
}

.flexslider .slides li {
	list-style: none;
	position: relative;
	width: 980px;
	float: left;
}

.flexslider .slides li .slide-title {
	position: absolute;
	font-family: 'Futura';
	font-size: 27px;
	color: #FFFFFF;
}

.flexslider .slides li .slide-title span {
	background-color: #C00418;
	font-size: 15px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.flexslider .slides li .slide-title p {
	line-height: 130%;
	margin-top: 10px;
}

.flexslider .slides li .slide-title strong,
.flexslider .slides li .slide-title b {
	font-family: 'Futura Bold';
}

.flexslider .slides li img {
	max-width: 100%;
	height: auto;
	display: block;
}

.flex-control-nav {
	float: right;
	margin-top: 8px;
}

.flex-control-nav li {
	list-style: none;
	float: left;
	margin-left: 7px;
}

.flex-control-nav li a {
	width: 50px;
	height: 2px;
	display: block;
	background-color: #999999;
	text-indent: -9999px;
	cursor: pointer;
}

.flex-control-nav li a.flex-active {
	width: 90px;
	background-color: #C00418;	
}

/* ########## Teaser ########## */

.teaser {
	width: 50%;
	max-width: 290px;
}

.teaser h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teaser img {
	max-width: 100%;
	height: auto;
}

/* ########## News Container ########## */

.news .news-date,
.tx-cs-blog .post-date{
	background-color: #C00418;
	padding: 2px 20px 2px 5px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
}

.news .news-item,
.tx-cs-blog .latest-view .blog-post {
    margin-bottom: 20px;
}
.news.latest-view .news-item.last {
    margin-bottom: 20px;
}
.news.latest-view .news-item a:hover + .news-link,
.news.latest-view .news-item a:hover + .news-link:before {
    color: #358dde;
}

.news-title {
	display: block;
	margin-bottom: 10px;
}

.news.latest-view .news-item a:hover + .news-link span {
    border-bottom-color: #358dde;
}

.news.latest-view .archive {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

.news.list-view .news-item,
.blog.list-view .post-item{
    margin-bottom: 40px;
}

.news .news-item.last,
.tx-cs-blog .post-item.last{
    margin-bottom: 0;
}

.news .news-date:after,
.tx-cs-blog .post-date:after{
	position: absolute;
	top: 1px;
	right: 5px;
	font-family: 'fontello';
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	Content: '\e80e';
}

.news.list-view .news-date,
.blog.list-view .post-date{
    display: block;
}

.news.list-view .news-date,
.blog.list-view .post-date {
    line-height: 20px;
    margin-right: 10px;
    width: 65px;
    float: left;
}

.news.list-view h3,
.blog.list-view h3 {
    margin-bottom: 5px;
    line-height: 1.3;
    padding-top: 2px;
}

.news-ad-hoc {
	background: #666;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0 10px 10px 0;
	padding: 2px 5px;
}

.news-ad-hoc + h3 {
	float: none;
	width: auto;
}

.news.list-view .news-item,
.blog.list-view .post-item{
    border-bottom: 1px solid #F7F7F7;
    margin-bottom: 15px;
}

.csc-frame-default .news a,
.container .news h3,
.container .blog h3{
	border-bottom: none !important;
	padding-bottom: 0;
}

.container .news h3 a,
.container .blog h3 a {
	border-bottom: none !important;
    color: #333333;
    text-decoration: none !important;
}

.news-item .more {
    white-space: pre;
}

.news-link {
	padding-left: 13px;
	position: relative;
    text-decoration: none;
}

.striped-table .news-link {
	border-bottom: none !important;
}

.container .news a.news-link,
.container .blog a.news-link {
	border-bottom: none !important;
	text-decoration: none;
}

.news-link span {
    border-bottom: 1px dotted #C00418;
}

.news-link:hover span {
    border-bottom: 1px dotted #358DDE;
}

.news-link:before {
	position: absolute;
	top: -1px;
	left: 0;
	font-family: 'fontello';
	font-size: 16px;
	color: #C00418;
	Content: '\e80e';
}

.list-view .news-link {
    padding-left: 0;
    border-bottom: none;
    text-decoration: underline;
}

.list-view .news-date .news-link,
.list-view .post-date .news-link{
	color: #FFF !important;
	text-decoration: none;
	border-bottom: none;
}
.list-view .news-date .news-link:hover,
.list-view .post-date .news-link:hover,
.list-view h3 .news-link:hover {
	border-bottom: none;
}

.list-view h3 .news-link {
	text-decoration: none;
	border-bottom: 1px dotted #C00418;
}

.list-view h3 .news-link:hover {
	border-bottom: 1px dotted #358DDE;
}

.list-view p .news-link {
	text-decoration: none;
	border-bottom: 1px dotted #C00418;
}

.list-view p .news-link:hover {
	border-bottom: 1px dotted #358DDE;
}

.list-view .news-link:before {
    content: '';
    padding-left: 0;
}

.news-link:hover:before {
	color: #358DDE;	
}

.news-link a,
a.link-back {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #C00418;
}

.news-link a:hover,
a.link-back:hover {
	border-bottom: 1px dotted #358DDE;
}

.news .article a::after,
.tx-cs-blog .article a::after{
    content: none;
}

.tx-cs-blog .article .social-sharing {
    margin: 10px 0;
}

.tx-cs-blog .social-sharing a {
	border: 0 none;
}

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

.news .article .news-img-wrap a {
	float: right;
}

.video-container {
	margin-bottom: 1rem;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.f3-widget-paginator {
	padding: 10px 0;
	text-align: right;
}

ul.f3-widget-paginator li {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #F7F7F7;
    color: #C00418;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    padding: 0;
}

ul.f3-widget-paginator li.current {
    height: 30px;
    width: 30px;
    background: #666666;
    color: #FFFFFF;
}

ul.f3-widget-paginator li.previous,
ul.f3-widget-paginator li.next {
    height: 30px;
    width: 30px;
    background: #C00418;
    color: #C00418;
}

ul.f3-widget-paginator li.next {
    background: #FFFFFF url('../../../typo3conf/ext/cs_templates/Resources/Public/images/arrows/arrow_red_small.png') center center no-repeat;
}

ul.f3-widget-paginator li.previous {
    background: #FFFFFF url('../../../typo3conf/ext/cs_templates/Resources/Public/images/arrows/arrow_red_back_small.png') center center no-repeat;
}

ul.f3-widget-paginator li a {
    display: block;
    height: 30px;
    width: 30px;
    background: #F7F7F7;
    color: #C00418;
    text-align: center;
    text-decoration: none;
    padding: 0 !important;
	border-bottom: none;
}

ul.f3-widget-paginator li a:hover {
	border-bottom: none;
}

ul.f3-widget-paginator li.next a,
ul.f3-widget-paginator li.previous a {
    background: none;
    opacity: 0.0;
}

/* ########## BLOG ########## */
.tx-cs-blog .tags,
.tx-cs-blog .author {
    background: #EEEEEE;
    padding: 5px 10px;
}

.tx-cs-blog .images,
.tx-cs-blog .videos {
    clear: both;
    margin-bottom: 20px;
}

.tx-cs-blog .images ul {
    overflow: auto;
}

.tx-cs-blog .images li {
    float: left;
    list-style: none;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 200px;
}

.tx-cs-blog .images li.clear {
    display: block;
    float: none;
    height: 0;
    clear: both;
}

.tx-cs-blog .images li a {
    border-bottom: none;
    display: block;
    height: 200px;
    width: 200px;
}

.tx-cs-blog .videos iframe {
    margin-bottom: 20px;
}

.tx-cs-blog .post-author-image {
    float: left;
}

.tx-cs-blog .post-author-name {
    border-bottom: none;
    font-size: 15px;
    margin: 0 0 0 100px;
    padding-bottom: 5px;
}

.tx-cs-blog .post-author-title {
    font-size: 13px;
    margin: 0 0 0 100px;
    padding-bottom: 5px;
}

.tx-cs-blog .post-author-email {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 0 100px;
    padding-bottom: 5px;
}

.tx-cs-blog .post-author-infotext {
    font-size: 13px;
    line-height: 22px;
    margin: 5px 0 0 0;
    padding-bottom: 5px;
}

.tx-cs-blog .post-author-infotext .text {
    padding-left: 5px;
}

.tx-cs-blog .post-author-infotext span {
    font-size: 25px;
}

.tx-cs-blog .post-author-infotext span.left {
    display: block;
    float: left;
}

.tx-cs-blog .post-author-social .social-sharing {
    margin: 10px 0;
}



/* ########## Logos Content ########## */

.logos li {
	list-style: none;
	float: left;
	width: 20%;
}

.logos li a {
	display: block;
	text-align: center;
}

.logos li a img {
	max-width: 100%;
	height: auto;
}

/* ########## Tabs ########## */

.tabs {
	margin-bottom: 15px;
}

.ui-tabs-nav {
	overflow: hidden;
}

.ui-tabs-nav li {
	list-style: none;
	float: left;
	margin-right: 3px;
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	position: relative;
	bottom: -3px;
}

.ui-tabs-nav li.ui-tabs-active {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	bottom: 0;
	background-color: #FFFFFF;
}

.ui-tabs-nav li a {
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	padding: 0 15px;
	outline: none;
}

.ui-tabs-nav li a:hover {
	color: #C00418;
}

.ui-tabs-nav li.ui-tabs-active a {
	height: 33px;
	line-height: 33px;
	font-size: 15px;
	color: #666666;
}

.ui-tabs-panel {
	clear: both;
	border: 1px solid #CCCCCC;
	padding: 35px 15px;
	margin-top: -1px;
}

/* ########## Accordion ########## */

.accordion {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

.ui-accordion-header {
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 15px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 32px 10px 10px;
	position: relative;
	outline: none;
}

.ui-accordion-header:hover {
	background-color: #F7F7F7;
	color: #666666;
}

.ui-accordion-header:after {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 'fontello';
	font-size: 23px;
	color: #C00418;
	Content: '\e810';
	cursor: pointer;
}

.ui-accordion-header-active {
	border-bottom: 1px solid #FFFFFF;
	background-color: #F7F7F7;
}

.ui-accordion-header-active:after {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 'fontello';
	font-size: 23px;
	color: #C00418;
	Content: '\e80f';
	cursor: pointer;	
}

.ui-accordion-content {
	padding: 25px 10px;
}

/* ########## Message Box ########## */

.box img {
	height: auto;
	max-width: 100%;
}

.box-grey {
	position: relative;
    padding: 15px 15px 20px 15px;
	margin-bottom: 15px;
	background-color: #F0F0F0;
}

.box-green {
	position: relative;
    padding: 15px 15px 20px 15px;
	margin-bottom: 15px;
	background-color: #ECF2CC;
}

.box-blue {
	position: relative;
    padding: 15px 15px 20px 15px;
	margin-bottom: 15px;
	background-color: #DCECF9;
}

.box-orange {
	position: relative;
	padding: 15px 15px 20px 15px;
	margin-bottom: 15px;
	background-color: #F7E4D3;
}

.box-yellow {
	position: relative;
    padding: 15px 15px 20px 15px;
	margin-bottom: 15px;
	background-color: #FAF8D9;
}

.box-grey .teaser-box,
.box-green .teaser-box,
.box-blue .teaser-box,
.box-orange .teaser-box,
.box-yellow .teaser-box {
    margin-bottom: 20px;
}

.box-grey .button,
.box-green .button,
.box-blue .button,
.box-orange .button,
.box-yellow .button {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ########## Downloads Container ########## */

.downloads {
	margin-bottom: 15px;
}

.downloads li {
	list-style: none;
	min-height: 24px;
	padding-left: 35px;
	margin-bottom: 10px;
}

.downloads li.doc {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/doc.png') no-repeat 0 0;
}
.downloads li.mp3 {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/mp3.png') no-repeat 0 0;
}
.downloads li.mp4 {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/mp4.png') no-repeat 0 0;
}
.downloads li.pdf {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/pdf.png') no-repeat 0 0;
}
.downloads li.rar {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/rar.png') no-repeat 0 0;
}
.downloads li.xls {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/xls.png') no-repeat 0 0;
}
.downloads li.zip {
	background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/zip.png') no-repeat 0 0;
}

@media
only Screen and (-webkit-min-device-pixel-ratio: 2),
only Screen and (   min--moz-device-pixel-ratio: 2),
only Screen and (     -o-min-device-pixel-ratio: 2/1),
only Screen and (        min-device-pixel-ratio: 2),
only Screen and (                min-resolution: 192dpi),
only Screen and (                min-resolution: 2dppx) {

	.downloads li.doc {
		background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/x2/doc.png') no-repeat 0 0;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
		-o-background-size: 24px 24px;
		background-size: 24px 24px;
	}
	.downloads li.mp3 {
		background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/x2/mp3.png') no-repeat 0 0;
		-webkit-background-size: 19px 24px;
		-moz-background-size: 19px 24px;
		-o-background-size: 19px 24px;
		background-size: 19px 24px;	
	}
	.downloads li.mp4 {
		background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/x2/mp4.png') no-repeat 0 0;
		-webkit-background-size: 19px 24px;
		-moz-background-size: 19px 24px;
		-o-background-size: 19px 24px;
		background-size: 19px 24px;	
	}
	.downloads li.pdf {
		background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/x2/pdf.png') no-repeat 0 0;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
		-o-background-size: 24px 24px;
		background-size: 24px 24px;
	}
	.downloads li.rar {
		background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/x2/rar.png') no-repeat 0 0;
		-webkit-background-size: 19px 24px;
		-moz-background-size: 19px 24px;
		-o-background-size: 19px 24px;
		background-size: 19px 24px;
	}
	.downloads li.xls {
		background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/x2/xls.png') no-repeat 0 0;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
		-o-background-size: 24px 24px;
		background-size: 24px 24px;	
	}
	.downloads li.zip {
		background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/filetypes/x2/zip.png') no-repeat 0 0;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
		-o-background-size: 24px 24px;
		background-size: 24px 24px;
	}
}

.downloads li a {
	color: #666666;
	text-decoration: none;
}

.downloads li a:hover {
	text-decoration: underline;
}

/* ########## Forms ########## */

div.selector {
    cursor: pointer;
    display: inline-block;
	position: relative;
	margin-bottom: 8px;
}

div.selector span {
    cursor: pointer;
	background: #666666 url('../../../typo3conf/ext/cs_templates/Resources/Public/images/backgrounds/selector.png') no-repeat right 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 0 32px 0 10px;
	width: auto !important;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#uniform-fniederlassung {
    height: 31px;
}

div.selector.hover span {
	color: #FFFFFF;
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
	width: 100%;
	height: 31px;
    left: 0;
	cursor: pointer;
    z-index: 10;
}

#fniederlassung option:first-child {
    display: none;
}

/* ########## Partner ########## */

.partner-item {
	margin-bottom: 35px;
}

.partner-logo {
	width: 30%;
	float: left;
	border: 2px solid #E9E9EA;
	text-align: center;
}

.partner-logo img {
	max-width: 100%;
	height: auto;
}

.partner-address {
	margin-left: 35%;
	position: relative;
}

.partner-address td {
	line-height: 20px;
}

.partner-icons {
	position: absolute;
	top: 0;
	right: 0;
}

/* ########## Icons ########## */

/* Icons Default */

.icon-phone, 
.icon-location, 
.icon-mail,
.icon-edit {
	display: block;
	width: 31px;
	height: 31px;
	float: left;
	margin-left: 1px;
	text-decoration: none;
	background-color: #B2B2B2;
}

#footer .icon-location,
#footer .icon-mail,
#footer .icon-edit {
	background-color: #666666;
}

#footer .icon-phone {
	background-color: #C00418;
}

.icon-phone:before, 
.icon-location:before, 
.icon-mail:before,
.icon-edit:before {
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-family: 'fontello';
	font-size: 23px;
	color: #FFFFFF;	
}



/* Icons General */

.text-white {
    color: #FFFFFF;
}

.frame {
    border: 2px solid #E9E9EA;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

a.lightbox {
    display: inline-block;
	max-width: 100%;
    position: relative;
}

a.lightbox span.lens {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/lupe.png') no-repeat 0 0;
}

/** NEWS **/

.news-backlink-wrap {
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/arrows/arrow_red_back_small.png') 0 2px no-repeat;
    padding-left: 15px;
}

a.link-back {
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
    display: block;
    float: left;
    text-decoration: none;
}

/* Tooltip */
.qtip-default {
    background: #F4F1AE;
    border: 0 none;
    color: #F4F1AE;
	pointer-events: none;
}

.qtip-content {
    color: #333;
    font-size: 13px;
    line-height: 120%;
}

/*powermail*/
.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0;
    position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 0 0 12px;
    top:2px;
}
.formError .formErrorArrow div {
    font-size: 0;
    height: 1px;
    margin: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    background: #FEDEE2; /* Old browsers */
}
.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
    background: #FEDEE2;
}
.blackPopup .formErrorArrow div {
    background: #FEDEE2;
    color: #FFF;
}

.powermail_message {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    list-style: none;
    margin-bottom: 1em;
}

.powermail_message.powermail_message_error {
    color: #c00418;
}

/* unifrom */
.powermail_fieldwrap_radio FIELDSET,
.powermail_fieldwrap_check FIELDSET {
    border: 0 none;
}

.powermail_fieldwrap_select LABEL,
.powermail_fieldwrap_radio LEGEND,
.powermail_fieldwrap_check LEGEND {
    float: left;
    width: 25%;
}

.powermail_radio_outer,
.powermail_check_outer {
    margin-left: 25%;
    width: 70%;
}

@media (max-width: 480px) {
    .powermail_fieldwrap_select LABEL,
    .powermail_fieldwrap_radio LEGEND,
    .powermail_fieldwrap_check LEGEND {
        float: none;
        display: block;
        width: auto;
    }
    .powermail_radio_outer,
    .powermail_check_outer {
        margin-left: 0;
        width: auto;
    }
}

/*uniform*/
#content div.selector {
    background: #FFF;
    border: 1px solid #D1D2D2;
    color: #666;
    width: 70% !important;
    display: inline-block;
    height: 31px;
}

#content div.selector span {
    background: #FFF;
    color: #666;
}

#content div.selector.hover span {
    color: #999;
}

#content div.selector span:after {
    background: #D1D2D2;
    color: #FFF;
    content: '\e810';
    display: block;
    font-family: 'fontello';
    font-size: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25px;
}

#content div.selector select {
    left: -1px;
    top: 0;
}

@media (max-width: 480px) {
    #content div.selector {
        width: 95% !important;
    }
}

div.checker,
div.radio {
    margin-bottom: 5px;
}

div.checker span,
div.radio span {
    border: 1px solid #D1D2D2;
    cursor: pointer;
    height: 15px;
    width: 15px;
}

div.radio span {
    border-radius: 8px;
}

div.checker span.checked:before {
    color: #333;
    content: '\e815';
    display: block;
    font-family: 'fontello';
    font-size: 15px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
}

div.radio span.checked:before {
    background: #333;
    border-radius: 5px;
    content: ' ';
    display: block;
    font-size: 0;
    height: 9px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    width: 9px;
}

div.checker input,
div.radio input {
    cursor: pointer;
}

div.checker.hover span,
div.radio.hover span {
    background: #CCC;
}

/** Jobs **/

.tx-cssoftlinejobs-filter,
.tx-cssoftlineevents-filter {
    margin-bottom: 10px;
}


.tx-cssoftlinejobs-filter .department-filter,
.tx-cssoftlinejobs-filter .location-filter,
.tx-cssoftlineevents-filter .location-filter {
    width: 47%;
    float: left;
}

.tx-cssoftlineevents-filter .location-filter {
    width: 90%;
}

#content .tx-cssoftlinejobs-filter .department-filter .selector,
#content .tx-cssoftlinejobs-filter .location-filter .selector,
#content .tx-cssoftlineevents-filter .location-filter .selector {
    width: 94% !important;
}

.tx-cssoftlinejobs-filter .submit-button,
.tx-cssoftlineevents-filter .submit-button{
    float: right;
    padding-left: 0;
    width: 6%;
    display: block;
}

.tx-cssoftlineevents-filter .button,
.tx-cssoftlinejobs-filter .button {
    width: 90%;
    padding-left: 1px;
}

a.job-pdf {
	border-bottom: none !important;
}

a.job-pdf:hover {
	border-bottom: none !important;
}

/** Routenbeschreibung **/
.tx-go-maps-ext .adp-placemark {
    border: none;
    padding: 5px 10px;
    background: #F7F7F7;
}

.tx-go-maps-ext .adp-text {
    vertical-align: middle;
    padding-left: 20px;
    line-height: 1.5;
}

.tx-go-maps-ext .adp-summary {
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.5;
}

.tx-go-maps-ext .adp-substep {
    padding: 10px 0;
    line-height: 1.5;
}

.cs-contact .image {
    border: 2px solid #E9E9EA;
    float: left;
    padding: 2px;
    width: 114px;
}

.cs-contact .image img {
    display: block;
}

.cs-contact .text {
    margin-left: 140px;
    min-height: 122px;
}

.cs-contact .text a {
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/buttons/download.png');
    display: block;
    float: right;
    height: 31px;
    width: 30px;
}

/*lightbox container*/
.lightbox-container {
	max-width: 100%;
	width: 616px;
}

/* reset contenttable */
.contenttable { width: auto; }
.contenttable th, .contenttable td { padding: 0; }
.contenttable thead th { border-bottom: 0 none; }
.contenttable thead th { border-bottom: 0 none; }
.contenttable th, .contenttable td { border-top: 0 none; }
.tx-indexedsearch-info {
    padding: 5px;
}

.tx-indexedsearch-title {
    float: left;
}

.tx-indexedsearch-percent {
    float: right;
    background: #C00418;
    color: #FFF;
    line-height: 20px;
    padding: 0 5px;
}

.tx-indexedsearch-searchbox button {
    float: left;
    margin-left: 20px;
}

.tx-indexedsearch-browsebox,
.browsebox {
    margin-bottom: 10px;
}

.tx-indexedsearch-browsebox li,
.browsebox li {
    width: 31px;
}

.tx-indexedsearch-browsebox li a,
.browsebox li a {
    background: #C00418;
	border-bottom: none !important;
    color: #FFF;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
    color: #C00418;
    background: #F7F7F7;
}

@media (max-width: 500px) {
    .searchform .input-wrapper {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .tx-indexedsearch-searchbox button {
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
}


/* Sitemap */
.csc-sitemap A {
    color: #333;
    text-decoration: none;
}

.csc-sitemap A:HOVER {
    text-decoration: underline;
}

.csc-sitemap > UL > LI {
    float: left;
    font-size: 17px;
    line-height: 120%;
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
}

.csc-sitemap > UL > LI > A {
    border-bottom: 1px dashed #CCC;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.csc-sitemap UL UL {
    list-style: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/sitemap_1.gif');
    padding-left: 7%;
}

.csc-sitemap UL UL LI {
    font-size: 13px;
    line-height: 120%;
    padding-bottom: 5px;
}

.csc-sitemap UL UL UL {
    list-style: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icons/sitemap_2.gif');
    padding-left: 5%;
}

.csc-sitemap UL UL UL LI {
    padding: 0;
}

.csc-sitemap UL UL UL UL {
    list-style: none;
    padding-left: 5%;
}

/*Slider*/
.flexslider ul,
.flexslider .slides li,
.flexslider .slides li img {
    width: 100%;
}

#footer-copyright {
    padding: 10px 0 12px;
    height: auto;
    line-height: 120%;
}

.button {
    height: auto;
    line-height: 140%;
    padding: 5px 35px 6px 10px;
}

.button:after {
    margin-top: -11px;
    top: 50%;
}

div.csc-textpic div.csc-textpic-imagewrap img {
    height: auto;
    max-width: 100%;
}

/* Tooltip */
.qtip-default {
    background: #F4F1AE;
    border: 0 none;
    color: #F4F1AE;
}

.qtip-content {
    color: #333;
    font-size: 13px;
    line-height: 120%;
}

/*uniform*/
div.selector {
    background: #FFF;
    border: 1px solid #D1D2D2;
    color: #666;
    width: 68% !important;
}

div.selector span {
    background: #FFF;
    color: #666;
}

div.selector.hover span {
    color: #999;
}

div.selector span:after {
    background: #D1D2D2;
    color: #FFF;
    content: '\e810';
    display: block;
    font-family: 'fontello';
    font-size: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25px;
}

@media (max-width: 480px) {
    div.selector {
        width: 95% !important;
    }
}

div.checker,
div.radio {
    margin-bottom: 5px;
}

div.checker span,
div.radio span {
    border: 1px solid #D1D2D2;
    cursor: pointer;
    height: 15px;
    width: 15px;
}

div.radio span {
    border-radius: 8px;
}

div.checker span.checked:before {
    color: #333;
    content: '\e815';
    display: block;
    font-family: 'fontello';
    font-size: 15px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
}

div.radio span.checked:before {
    background: #333;
    border-radius: 5px;
    content: ' ';
    display: block;
    font-size: 0;
    height: 9px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 9px;
}

div.checker input,
div.radio input {
    cursor: pointer;
}

div.checker.hover span,
div.radio.hover span {
    background: #CCC;
}

/* queries */

@media (max-width: 560px) {
    .default-table TD,
    #content-main TD {
        border: 0 none;
        display: block;
    }

    .default-table TH,
    #content-main TH {
        display: none;
    }

    #content-main TD:BEFORE {
        content: attr(data-th);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    div.csc-textpic-intext-right .csc-textpic-imagewrap,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
    div.csc-textpic-intext-left .csc-textpic-imagewrap,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        float: none;
        text-align: center;
    }
    div.csc-textpic .csc-textpic-imagewrap img {
        display: inline;
        height: auto;
        max-width: 100%;
        width: auto;
    }
    .csc-textpic-intext-left-nowrap .csc-textpic-text,
    .csc-textpic-intext-right-nowrap .csc-textpic-text {
        margin: 0;
    }
}

@media (max-width: 660px) {
    .news.list-view h3 {
        width: 100%;
    }
}
/* ########## 1024px and smaller ########## */

@media (max-width: 1024px) {

	#background {
		display: none;
	}

	#page-inner, #footer {
		padding-left: 30px;
		padding-right: 30px;
	}

	#navigation {
		left: 30px;
	}

	#logo {
		top: 52px;
	}

    #logo.softline-group a {
        background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/logo_sg_small.png') no-repeat 0 0;
	    width: 171px;
	    height: 71px;
    }

    #logo.softline-solutions a {
        background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/logo_ss_small.png') no-repeat 0 0;
	    width: 171px;
	    height: 71px;
    }

    #logo.prometheus a {
	    border-radius: 40px 0 0 40px / 40px 0 0 40px;
	    width: 171px;
	    height: 71px;
    }

	#logo.prometheus a:before {
		background-size: 150px auto;
	}

}

@media
only Screen and (-webkit-min-device-pixel-ratio: 2),
only Screen and (   min--moz-device-pixel-ratio: 2),
only Screen and (     -o-min-device-pixel-ratio: 2/1),
only Screen and (        min-device-pixel-ratio: 2),
only Screen and (                min-resolution: 192dpi),
only Screen and (                min-resolution: 2dppx) {

    #logo.softline-group a {
        background: #000;
        background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/x2/logo_sg_small.png') no-repeat 0 0;
        -webkit-background-size: 195px 71px;
        -moz-background-size: 195px 71px;
        -o-background-size: 195px 71px;
        background-size: 195px 71px;
	    background-position: right 50%;
    }
    #logo.softline-solutions a {
        background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/screen/x2/logo_ss_small.png') no-repeat 0 0;
        -webkit-background-size: 195px 71px;
        -moz-background-size: 195px 71px;
        -o-background-size: 195px 71px;
        background-size: 195px 71px;
	    background-position: right 50%;
    }
}

@media
only Screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only Screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only Screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only Screen and (        min-device-pixel-ratio: 2) and (max-width: 1024px),
only Screen and (                min-resolution: 192dpi) and (max-width: 1024px),
only Screen and (                min-resolution: 2dppx) and (max-width: 1024px) {
	#logo.softline-group a,
	#logo.softline-solutions a {
		background-size: 171px auto;
	}
}

/* ########## 960px and smaller ########## */

@media (max-width: 960px) {

	#content-main {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}

	#content-main-inner {
		border-right: none;
		padding-right: 0;
	}

	#content-right {
		border-top: 1px solid #E1E1E1;
		padding-top: 35px;
	}

	#content-right-inner {
		padding-left: 0;
	}

	.container:nth-child(odd) {
		clear: left;
		float: left;
		width: 47%;
	}

	.container:nth-child(even) {
		clear: right;
		float: right;
		width: 47%;
	}

	.box-grey .button,
	.box-green .button,
	.box-blue .button,
	.box-orange .button,
	.box-yellow .button {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 0;
	}
}

/* ########## 900px and smaller ########## */

@media (max-width: 900px) {
	
	#subnavigation {
		bottom: -25px;
		width: 33%;
	}

	#snavi > li > a {
		font-size: 13px;
	}
}
/* ########## 800px and smaller ########## */
@media (min-width: 800px) {
	#snavi > li:hover {
		background-color: #980312;
	}

	#snavi > li:hover > ul {
		display: block;
	}

	#snavi > li:hover > ul > li:hover > ul {
		display: block;
	}
}

/* ########## 800px and smaller ########## */

@media (max-width: 900px) {
	#hnavi > li {
		margin-right: 0;
	}
}

/* ########## 800px and smaller ########## */

@media (max-width: 800px) {

	body {
		padding-left: 0;
		padding-right: 0;
	}

	body.overlay::before {
		width: 100%;
		height: 100%;
		content: ' ';
		position: fixed;
		top: 0;
		left: 0;
		background-color: #000000;
		opacity: 0.5;
		z-index: 1002;
	}

	.hidden-mobile {
		display: none;
	}

	.hidden-desktop {
		display: block;
	}

	#page {
		z-index: auto;
	}

	#page-inner {
		padding-left: 0;
		padding-right: 0;
	}

	#header {
		height: 72px;
	}

	#top {
		margin-top: 5px;
	}

	#tnavi > li:last-child {
		display: none;
	}

	#language {
		padding-right: 10px;
	}

	#logo {
		top: 32px;
		right: 0;
	}

	#navigation {
		top: 15px;
		left: 10px;
	}

	#hnavi-trigger {
		display: block;
	}

	#hnavi {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 250px;
	}

	#hnavi > li {
		border-bottom: 1px solid #BABABA;
		float: none;
		margin-right: 0;
		background-color: #9E9C9F;
		position: relative;
	}

	#hnavi > li.deeper.hover,
	#hnavi > li.active,
	#hnavi > li.active:hover {
		background-color: #666666;
	}

	#hnavi > li > a {
		color: #FFF;
		display: inline-block;
		font-size: 15px;
		padding: 0 10px;
	}

	#hnavi > li > a > span {
		border-bottom: 0 none;
		padding: 0;
		height: 31px;
		line-height: 31px;
	}

	#hnavi > li.sub:after {
		color: #FFF;
		content: '\e80e';
		cursor: pointer;
		font-family: 'fontello';
		font-size: 23px;
		position: absolute;
		right: 10px;
		transform: rotate(90deg);
		top: 3px;
	}

	#hnavi > li:hover > ul {
		display: none;
	}

	#hnavi > li.hover:after {
		transform: rotate(-90deg);
	}

	#hnavi > li > ul {
		display: none;
		background-color: #666;
		top: auto;
		width: 100%;
		z-index: 2;
	}

	#hnavi > li.hover > ul,
	#hnavi > li.hover > ul > li.hover > ul {
		display: block;
	}

	#hnavi > li > ul > li {
		border-bottom: 1px solid #BBBABB;
	}

	#hnavi > li > ul > li > a > span {
		border-bottom: 0 none;
		padding: 7px 25px 8px 0;
	}

	#search-trigger {
		border-left: 1px solid #E1E1E1;
	}

	#search-trigger a {
		width: 46px;
		height: 46px;
	}

	#search-trigger a:after {
		width: 46px;
		height: 46px;
		line-height: 46px;
		font-size: 30px;
	}

	#search {
		position: absolute;
		top: 82px;
		left: 10px;
		margin-right: 0;
	}

	#search input {
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#search button,
	#search button span,
	#search button span:after {
		width: 37px;
		height: 37px;
	}

	#search button span:after {
		line-height: 34px;
	}

	.flex-control-nav {
		display: none;
	}

	.slide-title {
		top: auto !important;
		left: 10px !important;
		bottom: 20%;
	}

	#subnavigation {
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		margin: -22px 10px 0 10px;
	}

	#snavi > li {
		border-bottom: 1px solid #B74F5A;
	}

	#snavi li.sub:after {
		transform: rotate(90deg);
	}

	#snavi > li:nth-child(odd) {
		clear: left;
		float: left;
		width: 49%;
	}

	#snavi > li:nth-child(even) {
		clear: right;
		float: right;
		width: 49%;
	}

	#snavi > li > a {
		box-sizing: border-box;
		display: inline-block;
		font-size: 15px;
		max-width: 100%;
	}

	#snavi > li > a > span {
		box-sizing: border-box;
		display: inline-block;
		border: 0 none;
		max-width: 100%;
	}

	/* 2nd level */
    #snavi > li > ul {
	    left: 0;
	    top: 100%;
	    width: 100%;
	    z-index: 2;
    }

	#snavi > li.hover {
		background-color: #980312;
	}

	#snavi li.hover::after {
		transform: rotate(-90deg);
	}

	#snavi > li.hover > ul,
	#snavi > li.hover > ul > li.hover > ul {
		display: block;
	}

	#snavi > li > ul > li {
		border-top: 1px solid #B74F5A;
		white-space: normal;
	}

	#snavi > li > ul > li > a {
		display: inline-block;
	}

	#snavi > li > ul > li > a  > span {
		display: inline-block;
		border: 0 none;
	}

	/* 3rd level */
	#snavi > li > ul > li > ul {
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 3;
	}

	#snavi > li > ul > li > ul > li {
		background: #7F0000;
		white-space: normal;
	}

	#snavi-mobile {
		display: block;
	}

	#banner {
		min-height: 0 !important;
	}

	#content {
		clear: both;
		padding: 30px 10px;
	}

	.column-left {
		float: left;
		width: 49%;
		margin-right: 0;
	}

	.ui-accordion-content {
		padding: 10px 0;
	}

	.column-right {
		float: right;
		width: 49%;
	}

	#content-headline h1 span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.news.list-view h3,
	.blog.list-view h3 {
		float: none;
		width: auto;
	}

	#sidebar {
		display: none;
	}

	#sidebar-link {
		right: 10px;
	}

	#sidebar li.item-2 {
		display: none;
	}

	#footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer-inner .column {
		width: 50%;
	}

	#footer-inner .column-1 {
		display: none;
	}
}

/* ########## 640px and smaller ########## */

@media (max-width: 640px) {
	.partner-icons {
		position: relative;
		top: auto;
		right: auto;
		overflow: hidden;
		padding-left: 60px;
		margin-top: 10px;
	}

	.partner-icons a {
		margin-left: 0;
		margin-right: 1px;
	}
}

/* ########## 480px and smaller ########## */

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

	#tnavi > li > a {
		font-size: 0;
	}
	#tnavi > li > a::before {
		content: '\e83b';
		display: block;
		font-family: 'fontello';
		font-size: 16px;
		font-style: normal;
		line-height: 12px;
	}

	#snavi > li:nth-child(odd),
	#snavi > li:nth-child(even) {
		float: none;
		width: auto;
	}

	#content-headline .left,
	#content-headline-logo {
		float: none;
		width: 100%;
	}

	#content-headline-logo {
		clear: both;
		padding: 10px 0 0;
		text-align: center;
	}

	#content-headline-logo img {
		width: 50%;
	}

	#content-main-inner .column-left,
	#content-main-inner .column-right {
		float: none;
		width: auto;
	}

	.container:nth-child(odd),
	.container:nth-child(even) {
		float: none;
		width: auto;
	}

	.powermail_field {
		clear: both;
		margin-left: 0;
		width: 100%;
	}

	.tx-cssoftlinejobs-filter .department-filter,
	.tx-cssoftlinejobs-filter .location-filter,
	.tx-cssoftlineevents-filter .location-filter {
		width: 100%;
		float: none;
	}

	#content .tx-cssoftlinejobs-filter .department-filter .selector,
	#content .tx-cssoftlinejobs-filter .location-filter .selector,
	#content .tx-cssoftlineevents-filter .location-filter .selector {
		width: 97% !important;
	}

	#content .tx-cssoftlinejobs-filter .department-filter .selector span,
	#content .tx-cssoftlinejobs-filter .location-filter .selector span,
	#content .tx-cssoftlineevents-filter .location-filter .selector span {
		top: 0;
	}

	.tx-cssoftlinejobs-filter .submit-button,
	.tx-cssoftlineevents-filter .submit-button {
		float: none;
		padding-left: 0;
		width: 100%;
		display: block;
	}

	.tx-cssoftlinejobs-filter .button,
	.tx-cssoftlineevents-filter .button {
		width: 100%;
		padding-left: 1px;
	}

	.tx-go-maps-ext .input-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}

	.tx-go-maps-ext .button {
		width: 100%;
		margin-left: 0;
	}
}

/* ########## 360px and smaller ########## */

@media (max-width: 360px) {

	.partner-item {
		margin-bottom: 10px;
	}

	.partner-logo {
		width: auto;
		float: none;
		margin-bottom: 15px;
	}

	.partner-address {
		margin-left: 0;
	}

	#footer-inner .column {
		width: 100%;
	}

	#footer-inner .column-2 img {
		display: none;
	}

	#footer-copyright {
		text-align: center;
	}

	#footer-copyright span {
		display: none;
	}

}

/* ########## 320px and smaller ########## */

@media (max-width: 320px) {

}