@charset "utf-8";
/* moved by compressor */
/* 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 */
    {$styles.content.imgtext.borderSelector} {
        border: 1px solid #CCCCCC;
        padding: 0px 0px;
    }

    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: 10px; }
    .csc-textmedia-gallery-column:last-child { margin-right: 0; }
    .csc-textmedia-gallery-row { overflow: hidden; margin-bottom: 10px; }
    .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_csdictionary" */
    .dictionary-loader {
        background: url("/typo3conf/ext/cs_dictionary/Resources/Public/Icons/load.gif") center center no-repeat rgba(0,0,0,.1);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
/* default styles for extension "tx_csemployees" */
    .employees-loader {
        background: url("/typo3conf/ext/cs_employees/Resources/Public/Icons/load.gif") center center no-repeat rgba(0,0,0,.1);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
/* default styles for extension "tx_cscal" */
    .cal-loader {
        background: url("/typo3conf/ext/cs_cal/Resources/Public/Icons/load.gif") center center no-repeat rgba(0,0,0,.1);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

/*!
 * shariff - v3.1.1 - Tue, 29 Jan 2019 07:11:05 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2019 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 .fab,.shariff li .far,.shariff li .fas{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.button-style-icon{min-width:35px}.shariff .orientation-vertical.button-style-icon-count{min-width:80px}.shariff .orientation-vertical.button-style-standard{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical.button-style-icon-count li .share_count,.shariff .orientation-vertical.button-style-standard li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%}.shariff .orientation-horizontal.button-style-icon-count li,.shariff .orientation-horizontal.button-style-standard li{min-width:80px}.shariff .orientation-horizontal.button-style-icon-count li .share_count,.shariff .orientation-horizontal.button-style-standard li .share_count{display:block}.shariff .orientation-horizontal.button-style-standard li{width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal.button-style-standard li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-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 .fab,.shariff li .far,.shariff li .fas{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:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook-f{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-f{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-bill-alt{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-bill-alt{font-size:19px}}.shariff .flipboard a{background-color:#e12828}.shariff .flipboard a:hover{background-color:#ff2e2e}.shariff .flipboard .fa-flipboard{font-size:22px}.shariff .theme-white .flipboard a{color:#e12828}@media only screen and (min-width:600px){.shariff .flipboard .fa-flipboard{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-in{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-in{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 .pocket a{background-color:#ef4056}.shariff .pocket a:hover{background-color:#ff5066}.shariff .pocket .fa-get-pocket{font-size:22px}.shariff .theme-white .pocket a{color:#ef4056}@media only screen and (min-width:600px){.shariff .pocket .fa-get-pocket{font-size:19px}}.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}}
body {
  overflow: visible;
}
html,
body,
.container,
.scroller {
  height: 100%;
}
.container {
  position: relative;
  background: #FFF;
  min-width: 320px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.mp-pusher {
  position: relative;
  right: 0;
}
.scroller,
.scroller-inner {
  position: relative;
}
#mp-menu {
  color: #ffffff;
}
#mp-menu a {
  color: #ffffff;
}
.mp-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 230px;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: #004d8a;
}
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.mp-menu ul li {
  margin: 0;
  clear: both;
  padding-left: 0;
  background: none;
}
.mp-menu ul li > a {
  display: block;
  padding: 1.3em 17px 1.3em 20px;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 21px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  text-decoration: none;
}
.mp-menu ul li > a:hover {
  text-decoration: none;
}
.mp-menu ul li > a.change-level {
  width: 15px;
  float: right;
  padding-top: 18px;
  padding-bottom: 18px;
  box-shadow: none;
  padding-left: 25px;
  margin-left: 10px;
}
.mp-menu ul li > a.change-level:before {
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 25px;
  margin-right: 15px;
  overflow: visible;
}
.mp-menu h2 {
  margin: 0;
  padding: 18px;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 120%;
}
.mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #004d8a;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mp-level > #close-slide-menu {
  height: 20px;
  width: 100%;
  padding: 10px 0px;
  text-align: left;
  display: block;
}
.mp-level > #close-slide-menu:hover {
  text-decoration: none;
}
.mp-level > #close-slide-menu:before {
  display: block;
  width: auto;
  margin-left: 20px;
  text-align: left;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 100%;
}
.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}
.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
  z-index: -1;
}
.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 1500;
}
.mp-level.mp-level-overlay {
  cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}
.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(40px, 0, 0);
  -moz-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
  z-index: 2000;
}
.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.mp-menu  > .mp-level,
.mp-menu  > .mp-level.mp-level-open,
.mp-menu.mp-overlap  > .mp-level,
.mp-menu.mp-overlap  > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 120%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
}
.mp-menu ul li a:hover,
.mp-level  > ul  > li:first-child  > a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.mp-level > ul > li:first-child > a.change-level,
.mp-menu ul li a.change-level:hover,
.mp-level > ul > li:first-child > a.change-level:hover {
  box-shadow: none;
}
.mp-menu .mp-level.mp-level-overlay  > ul  > li  > a,
.mp-level.mp-level-overlay  > ul  > li:first-child  > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #ffffff;
  font-weight: 700;
  display: block;
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
  padding: 15px 18px 15px 10px;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
}
.mp-back:hover {
  text-decoration: none;
}
.mp-back::after {
  font-family: "iconfont-ihk-leipzig";
  position: absolute;
  content: "\e806";
  left: 0;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
  color: #ffffff;
}
.mp-menu .mp-level.mp-level-overlay  > .mp-back,
.mp-menu .mp-level.mp-level-overlay  > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MAX 680px   ----------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 680px) {
  .no-csstransforms3d #mobile-nav-link,
  .no-js #mobile-nav-link {
    display: none;
  }
  .no-js .mp-pusher,
  .no-csstransforms3d .mp-pusher {
    padding-right: 0;
  }
  .no-csstransforms3d #mp-menu,
  .no-js #mp-menu {
    display: none;
  }
}

/*! jQuery UI - v1.10.4 - 2014-03-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=normal&fsDefault=13px&cornerRadius=0px&bgColorHeader=%23fff&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23fff&fcHeader=%23333&iconColorHeader=%23333&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23fff&fcContent=%23000&iconColorContent=%23000&bgColorDefault=%23004D8A&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23004D8A&fcDefault=%23fff&iconColorDefault=%23fff&bgColorHover=%2300315A&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%2300315A&fcHover=%23fff&iconColorHover=%23fff&bgColorActive=%23fff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23999&fcActive=%23333&iconColorActive=%23333&bgColorHighlight=%23fff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23004D8A&fcHighlight=%23333&iconColorHighlight=%23004D8A&bgColorError=%23fff&bgTextureError=flat&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=2px&offsetTopShadow=-2px&offsetLeftShadow=-2px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/animated-overlay.gif');height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,sans-serif;font-size:13px}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #fff;background:#fff url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;color:#000}.ui-widget-content a{color:#000}.ui-widget-header{border:1px solid #fff;background:#fff url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_100_fff_40x100.png') 50% 50% repeat-x;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #004D8A;background:#004D8A url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_100_004D8A_40x100.png') 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#fff;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #00315A;background:#00315A url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_100_00315A_40x100.png') 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#fff;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #999;background:#fff url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_65_fff_40x100.png') 50% 50% repeat-x;font-weight:normal;color:#333}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#333;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #004D8A;background:#fff url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_55_fff_40x100.png') 50% 50% repeat-x;color:#333}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#333}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fff url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_95_fff_40x100.png') 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-icons_000_256x240.png')}.ui-widget-header .ui-icon{background-image:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-icons_333_256x240.png')}.ui-state-default .ui-icon{background-image:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-icons_fff_256x240.png')}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-icons_fff_256x240.png')}.ui-state-active .ui-icon{background-image:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-icons_333_256x240.png')}.ui-state-highlight .ui-icon{background-image:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-icons_004D8A_256x240.png')}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-icons_cd0a0a_256x240.png')}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}.ui-widget-overlay{background:#aaa url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-2px 0 0 -2px;padding:2px;background:#333 url('../../../typo3conf/ext/cs_templates/Resources/Public/css/jquery-ui-custom-theme/images/ui-bg_flat_0_333_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:0}

* {
    margin: 0;
    padding: 0;
}
.largeLabel {
    color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    line-height: 20px !important;
    margin: 0 10px !important;
    padding: 0 !important;
    text-align: center !important;
}
.smallLabel {
    color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 100 !important;
    line-height: 16px !important;
    margin: 6px 10px 0 !important;
    padding: 0 !important;
    text-align: center !important;
}
.mediaDescriptionHeader {
    color: #000000 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 22px !important;
    font-weight: 100 !important;
    line-height: 22px !important;
    margin: 6px 10px 6px 6px !important;
    padding: 0 !important;
}
.mediaDescriptionText {
    color: #000000 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 100 !important;
    line-height: 18px !important;
    margin: 6px 10px 6px 6px !important;
    padding: 0 !important;
}
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    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: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px;
    padding: 12px 14px 14px 14px;
}

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

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

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1;
    margin-bottom: 0;
    padding: 10px 15px;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px;
    padding: 14px 15px 15px 14px;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}

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

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

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

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

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-close:active {
	top: 1px; }

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

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

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

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
	padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
	padding: 0; }

.mfp-ie7 .mfp-content {
	padding-top: 44px; }

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }
/* TEXTPIC */
@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;
  }
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    display: inline-block;
  }
}
/* VIDEOS */
.video-container {
  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%;
}

@font-face {
  font-family: 'iconfont-ihk-leipzig';
  src: url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconfont-ihk-leipzig.eot?73246188');
  src: url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconfont-ihk-leipzig.eot?73246188') format('embedded-opentype'), url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconfont-ihk-leipzig.woff?73246188') format('woff'), url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconfont-ihk-leipzig.ttf?73246188') format('truetype'), url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconfont-ihk-leipzig.svg?73246188#iconfont-ihk-leipzig') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconvault";
  src: url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconvault_1ba431f55b040a41e86c2d2b22827bfb.eot');
  src: url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconvault_1ba431f55b040a41e86c2d2b22827bfb.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconvault_1ba431f55b040a41e86c2d2b22827bfb.woff') format("woff"), url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconvault_1ba431f55b040a41e86c2d2b22827bfb.ttf') format("truetype"), url('../../../typo3conf/ext/cs_templates/Resources/Public/fonts/iconvault_1ba431f55b040a41e86c2d2b22827bfb.svg#iconvault') format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  color: #333;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  line-height: 140%;
  -webkit-text-size-adjust: none;
}
body .ui-widget,
html .ui-widget {
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
}
iframe {
  border: none;
  display: block;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.style-h2 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.style-h2 a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h6,
.style-h2 {
  font-family: 'Georgia', serif;
  font-weight: normal;
}
h1 {
  font-size: 32px;
  font-size: 2.46153846rem;
  line-height: 120%;
  margin-bottom: 35px;
  word-wrap: break-word;
}
h2 {
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 140%;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 140%;
  margin-bottom: 10px;
  color: #4D4D4D;
  border-bottom: 2px solid #CCC;
  width: 100%;
  padding-bottom: 5px;
}
h4 {
  font-size: 12px;
  font-size: 0.92307692rem;
  line-height: 120%;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #004D8A;
}
h4.style-h2 {
  color: #333;
  text-transform: none;
}
h5 {
  font-size: 12px;
  font-size: 0.92307692rem;
  line-height: 120%;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #999;
  font-weight: normal;
}
h6 {
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 12px;
  font-weight: bold;
}
.style-h2 {
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 140%;
  margin-bottom: 10px;
}
h1.highlighted,
h2.highlighted,
h3.highlighted,
h4.highlighted,
h5.highlighted,
h6.highlighted {
  color: #004D8A;
}
hr {
  border: none;
  border-top: 1px dashed #C7C7C7;
  height: 0;
  margin-bottom: 1em;
}
hr.solid {
  border-top: 1px solid #C7C7C7;
  margin: 30px 0;
}
hr.dotted {
  border-top: 1px dotted #999;
}
p {
  margin-bottom: 1em;
}
p i {
  font-style: italic;
}
p.align-left {
  text-align: left;
}
p.text-right,
p.align-right {
  text-align: right;
}
p.text-center,
p.align-center {
  text-align: center;
}
p.text-margin-left {
  margin-left: 45px;
}
p.bigger-text {
  font-size: 15px;
  font-size: 1.15384615rem;
  line-height: 140%;
}
p.bigger-text a.arrow-right-font-highlight,
p.bigger-text [class^="icon-cs"],
p.bigger-text [class*=" icon-cs"] {
  margin-left: 30px;
}
p.bigger-text a.arrow-right-font-highlight:before,
p.bigger-text [class^="icon-cs"]:before,
p.bigger-text [class*=" icon-cs"]:before {
  left: -27px;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 100%;
}
span.grey-text,
p.grey-text {
  color: #666;
  font-size: 11px;
  font-size: 0.84615385rem;
  line-height: 120%;
}
table {
  margin-bottom: 1em;
  width: 100%;
  border-collapse: seperate;
  border-spacing: 1px;
}
table tr td,
table tr th {
  text-align: left;
  padding: 3px 10px;
}
table tr th {
  background-color: #D1D1D1;
  font-weight: bold;
  border-left: none;
}
table tr:nth-child(odd) td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
table tr:nth-child(even) td {
  background: #EFEFEF;
}
table.clean {
  border-collapse: collapse;
}
table.clean tr td,
table.clean tr th {
  padding: 0;
}
table.clean tr th {
  background: none;
  border: none;
}
table.clean tr:nth-child(odd) td {
  border: none;
}
table.clean tr:nth-child(even) td {
  background: none;
}
ul,
ol {
  padding-left: 25px;
  margin-bottom: 1rem;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/ul-standard.jpg') left 6px no-repeat;
  padding-left: 20px;
}
ul.no-icon li {
  background: none;
  padding-left: 0;
}
ul.checklist {
  padding-left: 25px;
  list-style-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/ul-checklist.png');
}
ul.checklist li {
  padding-left: 0;
  background: none;
}
ul.link-list {
  list-style: none;
  padding-left: 15px;
}
ul.link-list li {
  position: relative;
  padding-left: 0;
  background: none;
}
ul.link-list li:before {
  color: #004D8A;
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 120%;
  position: absolute;
  left: -12px;
}
ul.link-list li a {
  text-decoration: none;
}
ul.link-list li a:hover {
  text-decoration: underline;
}
a {
  color: #004D8A;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0 none;
}
a.not-underlined {
  text-decoration: none;
}
a.not-underlined:hover {
  text-decoration: underline;
}
a.arrow-right-font-highlight,
a.icon-cs-arrow-right,
span.icon-cs-arrow-right,
a.icon-cs-arrow-left,
span.icon-cs-arrow-left,
a.icon-cs-image,
a.icon-cs-attach,
a.icon-cs-mail,
span.icon-cs-phone,
a.icon-cs-videocam {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-left: 20px;
}
a.arrow-right-font-highlight:hover,
a.icon-cs-arrow-right:hover,
span.icon-cs-arrow-right:hover,
a.icon-cs-arrow-left:hover,
span.icon-cs-arrow-left:hover,
a.icon-cs-image:hover,
a.icon-cs-attach:hover,
a.icon-cs-mail:hover,
span.icon-cs-phone:hover,
a.icon-cs-videocam:hover {
  text-decoration: underline;
}
a.arrow-right-font-highlight:before,
a.icon-cs-arrow-right:before,
span.icon-cs-arrow-right:before,
a.icon-cs-arrow-left:before,
span.icon-cs-arrow-left:before,
a.icon-cs-image:before,
a.icon-cs-attach:before,
a.icon-cs-mail:before,
span.icon-cs-phone:before,
a.icon-cs-videocam:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: .9em;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 100%;
  position: absolute;
  left: -20px;
  top: 2px;
}
a.icon-cs-download,
a.icon-cs-link {
  display: inline;
  text-decoration: none;
}
a.icon-cs-download:hover,
a.icon-cs-link:hover {
  text-decoration: underline;
}
a.icon-cs-download:before,
a.icon-cs-link:before {
  display: none;
}
a.icon-cs-download:after,
a.icon-cs-link:after {
  color: #808080;
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: 0.9em;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-size: 1rem;
  line-height: 100%;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
a.icon-cs-download:after {
  content: '\e81b';
  top: 2px;
}
a.icon-cs-link:after {
  content: '\e81d';
}
/*a.icon-cs-link-intern:after {
  // icon-link-ext
  content: '\e830';
}*/
a.arrow-right-font-highlight {
  font-family: 'Georgia', serif;
}
a.arrow-right-font-highlight,
a.icon-cs-arrow-right {
  margin-left: 15px;
}
a.arrow-right-font-highlight:before,
a.icon-cs-arrow-right:before {
  left: -17px;
}
a.icon-cs-image:before {
  content: '\e81e';
}
a.icon-cs-videocam:before {
  content: '\e81f';
}
a.icon-cs-mail:before {
  content: '\e801';
  height: 1em;
}
span.icon-cs-phone:hover {
  text-decoration: none;
}
span.icon-cs-phone:before {
  content: '\e80b';
}
a.icon-cs-arrow-left:before {
  content: '\e806';
}
a.icon-cs-attach:before {
  content: '\e82a';
}
div.bordered-box,
div.plain-box {
  padding: 10px 10px 1px;
  clear: both;
  margin-bottom: 20px;
}
div.bordered-box {
  border: 2px solid #EFEFEF;
  padding: 10px 8px 1px;
}
div.plain-box {
  background-color: #F2F2F2;
}
/*# sourceMappingURL=editor.css.map */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  height: .9em;
  overflow: hidden;
  margin-right: .3em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
}
[class^="icon-"].highlighted:before,
[class*=" icon-"].highlighted:before {
  color: #004D8A;
}
i[class^="icon-"],
i[class*=" icon-"] {
  font-style: normal;
}
a[class^="icon-"],
a[class*=" icon-"] {
  text-decoration: none;
}
a[class^="icon-"]:hover,
a[class*=" icon-"]:hover {
  text-decoration: underline;
}
.icon-sitemap:before {
  content: '\e800';
}
/* '' */
.icon-mail-alt:before {
  content: '\e801';
}
/* '' */
.icon-globe:before {
  content: '\e802';
}
/* '' */
.icon-angle-down:before {
  content: '\e803';
}
/* '' */
.icon-angle-up:before {
  content: '\e804';
}
/* '' */
.icon-angle-right:before {
  content: '\e805';
}
/* '' */
.icon-angle-left:before {
  content: '\e806';
}
/* '' */
.icon-angle-double-up:before {
  content: '\e807';
}
/* '' */
.icon-angle-double-down:before {
  content: '\e808';
}
/* '' */
.icon-calendar:before {
  content: '\e809';
}
/* '' */
.icon-rss:before {
  content: '\e80a';
}
/* '' */
.icon-phone:before {
  content: '\e80b';
}
/* '' */
.icon-chat:before {
  content: '\e80c';
}
/* '' */
.icon-youtube:before {
  content: '\e80d';
}
/* '' */
.icon-xing:before {
  content: '\e80e';
}
/* '' */
.icon-print:before {
  content: '\e80f';
}
/* '' */
.icon-up-open:before {
  content: '\e810';
}
/* '' */
.icon-right-open:before {
  content: '\e811';
}
/* '' */
.icon-left-open:before {
  content: '\e812';
}
/* '' */
.icon-down-open:before {
  content: '\e813';
}
/* '' */
.icon-menu:before {
  content: '\e814';
}
/* '' */
.icon-stop:before {
  content: '\e815';
}
/* '' */
.icon-info-circled:before {
  content: '\e816';
}
/* '' */
.icon-lock:before {
  content: '\e817';
}
/* '' */
.icon-circle:before {
  content: '\e818';
}
/* '' */
.icon-calendar-empty:before {
  content: '\e819';
}
/* '' */
.icon-trash:before {
  content: '\e81a';
}
/* '' */
.icon-download:before {
  content: '\e81b';
}
/* '' */
.icon-vcard:before {
  content: '\e81c';
}
/* '' */
.icon-link-ext:before {
  content: '\e81d';
}
/* '' */
.icon-picture:before {
  content: '\e81e';
}
/* '' */
.icon-videocam:before {
  content: '\e81f';
}
/* '' */
.icon-search:before {
  content: '\e820';
}
/* '' */
.icon-angle-circled-left:before {
  content: '\e821';
}
/* '' */
.icon-cancel-1:before {
  content: '\e822';
}
/* '' */
.icon-angle-circled-right:before {
  content: '\e823';
}
/* '' */
.icon-angle-circled-up:before {
  content: '\e824';
}
/* '' */
.icon-angle-circled-down:before {
  content: '\e825';
}
/* '' */
.icon-left-circled:before {
  content: '\e826';
}
/* '' */
.icon-right-circled:before {
  content: '\e827';
}
/* '' */
.icon-up-circled:before {
  content: '\e828';
}
/* '' */
.icon-down-circled:before {
  content: '\e829';
}
/* '' */
.icon-attach:before {
  content: '\e82a';
}
/* '' */
.icon-font:before {
  content: '\e82b';
}
/* '' */
.icon-pause:before {
  content: '\e82c';
}
/* '' */
.icon-play:before {
  content: '\e82d';
}
/* '' */
.icon-doc-text:before {
  content: '\e82e';
}
/* '' */
.icon-tags:before {
  content: '\e82f';
}
/* '' */
.icon-link-intern:before {
  content: '\e830';
}
/* '' */
.icon-file-archive-o:before {
  content: '\e831';
}
/* '' */
.icon-file-audio-o:before {
  content: '\e832';
}
/* '' */
.icon-file-code-o:before {
  content: '\e833';
}
/* '' */
.icon-file-excel-o:before {
  content: '\e834';
}
/* '' */
.icon-file-image-o:before {
  content: '\e835';
}
/* '' */
.icon-file-video-o:before {
  content: '\e836';
}
/* '' */
.icon-file-pdf-o:before {
  content: '\e837';
}
/* '' */
.icon-file-powerpoint-o:before {
  content: '\e838';
}
/* '' */
.icon-file-word-o:before {
  content: '\e839';
}
/* '' */
.icon-fax:before {
  content: '\e83a';
}
/* '' */
.icon-zoom-in:before {
  content: '\e83b';
}
/* '' */
.icon-gplus:before {
  content: '\e83c';
}
/* '' */
.icon-facebook:before {
  content: '\e83d';
}
/* '' */
.icon-twitter:before {
  content: '\e83e';
}
/* '' */
.icon-home:before {
  content: '\e83f';
}
/* '' */
.icon-adjust:before {
  content: '\e840';
}
/* '' */
.icon-compass:before {
  content: '\f14e';
}
/* '' */
.icon-mail-alt:before,
.icon-lock:before {
  height: 1em;
}
.icon-trash:before {
  height: 1.1em;
}
.icon-picture:before {
  height: 1.1em;
  width: 1.1em;
}
/*+++++++++++++++++ Spezifische Icon-Einbindung +++++++++++++++++*/
/* siehe editor.less, media.less, mlpushmenu.custom.less, content.less         */
[class^="pfad-"],
[class*=" pfad-"] {
  position: relative;
  border-bottom: none;
}
[class^="pfad-"]:before,
[class*=" pfad-"]:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  text-decoration: inherit;
  speak: none;
  font-size: 130px;
  font-size: 10rem;
  line-height: 100%;
  position: absolute;
  bottom: -8px;
  height: 15px;
  overflow: hidden;
}
.pfad-8:before {
  content: "\f100";
}
.pfad-5:before {
  content: "\f101";
}
.pfad-12:before {
  content: "\f102";
}
.pfad-10:before {
  content: "\f103";
}
.pfad-6:before {
  content: "\f104";
}
.pfad-4:before {
  content: "\f105";
}
.pfad-2:before {
  content: "\f106";
}
.pfad-7:before {
  content: "\f107";
}
.pfad-9:before {
  content: "\f108";
}
.pfad-3:before {
  content: "\f109";
}
.pfad-11:before {
  content: "\f10a";
}
.pfad-1:before {
  content: "\f10b";
}
.pfad-5:before {
  font-size: 170px;
  line-height: 100%;
}
.pfad-6:before {
  font-size: 170px;
  line-height: 100%;
  overflow: visible;
}
.pfad-7:before {
  font-size: 140px;
  line-height: 100%;
}
.pfad-8:before {
  font-size: 180px;
  line-height: 100%;
}
.pfad-9:before {
  font-size: 90px;
  line-height: 100%;
}
h2.pfad-5:before {
  left: 0px;
  bottom: -12px;
}
h3.pfad-5:before {
  left: -10px;
  bottom: -5px;
}
h2.pfad-6:before,
h3.pfad-6:before {
  right: -18px;
  bottom: -24px;
}
h2.pfad-7:before {
  left: 70px;
  bottom: -12px;
}
h3.pfad-7:before {
  left: 70px;
  bottom: -4px;
}
h2.pfad-8:before {
  left: 50px;
  bottom: -12px;
}
h3.pfad-8:before {
  left: 45px;
  bottom: -7px;
}
h2.pfad-9:before {
  left: 80px;
  bottom: -13px;
}
h3.pfad-9:before {
  left: 80px;
  bottom: -8px;
}
h2.pfad-10:before,
h2.pfad-11:before,
h2.pfad-12:before {
  bottom: -14px;
}
h3.pfad-10:before,
h3.pfad-11:before,
h3.pfad-12:before {
  bottom: -8px;
}
.ys-yellow:before {
  color: #FFDD00;
}
.ys-pink:before {
  color: #E92450;
}
.ys-turquoise:before {
  color: #8AD3D2;
}
.ys-green:before {
  color: #C9EC2B;
}
.shariff .fab {
  font-family: "iconfont-ihk-leipzig";
  margin-left: 5px;
  margin-right: 5px;
}
.shariff .fa-facebook-f:before {
  content: '\e83d';
}
.shariff .fa-google-plus:before {
  content: '\e83c';
}
.shariff .fa-twitter:before {
  content: '\e83e';
}
.shariff .fa-xing:before {
  content: '\e80e';
}
/*+++++++++++++++++ Spezifische Icon-Einbindung +++++++++++++++++*/
/* siehe editor.less         */
/*# sourceMappingURL=icons.css.map */
::-moz-selection {
  background: #004D8A;
  color: #fff;
}
::selection {
  background: #004D8A;
  color: #fff;
}
.csc-frame-default {
  margin-bottom: 25px;
}
.debug-tree input[type="checkbox"] {
  display: block;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.float-left {
  float: left;
}
.hidden {
  display: none !important;
}
.lighten-text {
  font-size: 12px;
  font-size: 0.92307692rem;
  line-height: 120%;
  color: #666;
}
.uppercase {
  text-transform: uppercase;
}
.no-margin {
  margin-bottom: 0;
}
.ui-widget-content a {
  color: #004D8A !important;
}
.ui-datepicker td a {
  color: #FFF !important;
}
.ui-datepicker td.ui-datepicker-today a {
  color: #004D8A !important;
}
.ui-helper-reset,
body .ui-widget,
body .ui-widget .ui-widget {
  font-size: 13px;
  font-size: 1rem;
  line-height: 140%;
}
a.icon-cs-file-pdf,
a.icon-cs-file-doc,
a.icon-cs-file-docx,
a.icon-cs-file-xls,
a.icon-cs-file-xlsx,
a.icon-cs-file-ppt,
a.icon-cs-file-pptx,
a.icon-cs-file-jpg,
a.icon-cs-file-jpeg,
a.icon-cs-file-gif,
a.icon-cs-file-png,
a.icon-cs-file-zip,
a.icon-cs-file-rar,
a.icon-cs-file-mp3,
a.icon-cs-file-wma,
a.icon-cs-file-wmv,
a.icon-cs-file-avi,
a.icon-cs-file-mov,
a.icon-cs-file-flv,
a.icon-cs-file-mp4,
a.icon-cs-file-mpg,
a.icon-cs-file-txt {
  display: inline;
  text-decoration: none;
  word-wrap: break-word;
}
a.icon-cs-file-pdf:hover,
a.icon-cs-file-doc:hover,
a.icon-cs-file-docx:hover,
a.icon-cs-file-xls:hover,
a.icon-cs-file-xlsx:hover,
a.icon-cs-file-ppt:hover,
a.icon-cs-file-pptx:hover,
a.icon-cs-file-jpg:hover,
a.icon-cs-file-jpeg:hover,
a.icon-cs-file-gif:hover,
a.icon-cs-file-png:hover,
a.icon-cs-file-zip:hover,
a.icon-cs-file-rar:hover,
a.icon-cs-file-mp3:hover,
a.icon-cs-file-wma:hover,
a.icon-cs-file-wmv:hover,
a.icon-cs-file-avi:hover,
a.icon-cs-file-mov:hover,
a.icon-cs-file-flv:hover,
a.icon-cs-file-mp4:hover,
a.icon-cs-file-mpg:hover,
a.icon-cs-file-txt:hover {
  text-decoration: underline;
}
a.icon-cs-file-pdf:before,
a.icon-cs-file-doc:before,
a.icon-cs-file-docx:before,
a.icon-cs-file-xls:before,
a.icon-cs-file-xlsx:before,
a.icon-cs-file-ppt:before,
a.icon-cs-file-pptx:before,
a.icon-cs-file-jpg:before,
a.icon-cs-file-jpeg:before,
a.icon-cs-file-gif:before,
a.icon-cs-file-png:before,
a.icon-cs-file-zip:before,
a.icon-cs-file-rar:before,
a.icon-cs-file-mp3:before,
a.icon-cs-file-wma:before,
a.icon-cs-file-wmv:before,
a.icon-cs-file-avi:before,
a.icon-cs-file-mov:before,
a.icon-cs-file-flv:before,
a.icon-cs-file-mp4:before,
a.icon-cs-file-mpg:before,
a.icon-cs-file-txt:before {
  display: none;
}
a.icon-cs-file-pdf:after,
a.icon-cs-file-doc:after,
a.icon-cs-file-docx:after,
a.icon-cs-file-xls:after,
a.icon-cs-file-xlsx:after,
a.icon-cs-file-ppt:after,
a.icon-cs-file-pptx:after,
a.icon-cs-file-jpg:after,
a.icon-cs-file-jpeg:after,
a.icon-cs-file-gif:after,
a.icon-cs-file-png:after,
a.icon-cs-file-zip:after,
a.icon-cs-file-rar:after,
a.icon-cs-file-mp3:after,
a.icon-cs-file-wma:after,
a.icon-cs-file-wmv:after,
a.icon-cs-file-avi:after,
a.icon-cs-file-mov:after,
a.icon-cs-file-flv:after,
a.icon-cs-file-mp4:after,
a.icon-cs-file-mpg:after,
a.icon-cs-file-txt:after {
  color: #808080;
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-size: 1rem;
  line-height: 100%;
  position: relative;
  margin-left: 1px;
  top: 3px;
}
a.icon-cs-file-pdf:after {
  content: '\e837';
}
a.icon-cs-file-doc:after,
a.icon-cs-file-docx:after {
  content: '\e839';
}
a.icon-cs-file-xls:after,
a.icon-cs-file-xlsx:after {
  content: '\e834';
}
a.icon-cs-file-ppt:after,
a.icon-cs-file-pptx:after {
  content: '\e838';
}
a.icon-cs-file-jpg:after,
a.icon-cs-file-jpeg:after,
a.icon-cs-file-gif:after,
a.icon-cs-file-png:after {
  content: '\e835';
}
a.icon-cs-file-zip:after,
a.icon-cs-file-rar:after {
  content: '\e831';
}
a.icon-cs-file-mp3:after,
a.icon-cs-file-wma:after {
  content: '\e832';
}
a.icon-cs-file-wmv:after,
a.icon-cs-file-avi:after,
a.icon-cs-file-mov:after,
a.icon-cs-file-flv:after,
a.icon-cs-file-mp4:after,
a.icon-cs-file-mpg:after {
  content: '\e836';
}
a.icon-cs-file-txt:after {
  content: '\e833';
}
/*--------------------------
	Mehrspaltig
----------------------------*/
.cs-cols {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.cs-cols2 > div,
.cs-cols2 > section,
.cs-cols3 > div,
.cs-cols3 > section,
.cs-cols4 > div,
.cs-cols4 > section,
.cs-cols5 > div,
.cs-cols5 > section,
.cs-cols-2-1 > div,
.cs-cols-2-1 > section {
  float: none;
  width: 100%;
  padding: 0 0 10px;
}
.cs-cols > div:first-child {
  padding-left: 0;
  clear: both;
}
/*--------------------------
	Beitragsrechner
----------------------------*/
.tx-cs-ihk-contribution .calc {
  background: #f7f7f7;
  padding: 2em 2em 1em;
}
.tx-cs-ihk-contribution table tr:nth-child(n) th,
.tx-cs-ihk-contribution table tr:nth-child(n) td {
  background: #f7f7f7;
  border: 0 none;
  text-align: right;
}
.tx-cs-ihk-contribution table tr:nth-child(n).sum th,
.tx-cs-ihk-contribution table tr:nth-child(n).sum td {
  border-bottom: 3px double #c7c7c7;
  border-top: 1px solid #c7c7c7;
}
/*--------------------------
	Themen von A-Z
----------------------------*/
.tx-csdictionary-register ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tx-csdictionary-register ul li {
  float: left;
  background: none;
  background-color: #004D8A;
  padding: 3px 4px 1px;
  width: 14px;
  height: 19px;
  color: #FFF;
  margin: 0 9px 5px 0;
  text-align: center;
}
.tx-csdictionary-register ul li a {
  color: #FFF;
  text-decoration: none;
}
.tx-csdictionary-register ul li a:hover {
  text-decoration: underline;
}
.tx-csdictionary-register ul li.disabled {
  background-color: #B2C9DC;
}
.tx-csdictionary-list .dictionary-register {
  list-style: none;
  border-bottom: 1px dotted #999;
  width: 100%;
  margin-top: 15px;
}
.tx-csdictionary-list .dictionary-register li {
  background: none;
  padding: 3px 3px 3px 2px;
  font-family: 'Georgia', serif;
  display: inline-block;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 120%;
}
.tx-csdictionary-list .dictionary-register li a {
  text-decoration: none;
}
.tx-csdictionary-list .dictionary-register li a:hover {
  text-decoration: none;
}
.tx-csdictionary-list .dictionary-register li.disabled {
  color: #B2C9DC;
}
.tx-csdictionary-list .dictionary-register li.active {
  color: #FFF;
  background-color: #004D8A;
}
.tx-csdictionary-list .dictionary-register li:hover:not(.disabled) {
  background-color: #004D8A;
}
.tx-csdictionary-list .dictionary-register li:hover:not(.disabled) a {
  color: #FFF;
}
.tx-csdictionary-list .dictionary-letter {
  font-size: 64px;
  font-size: 4.92307692rem;
  line-height: 120%;
  color: #CCC;
  font-family: 'Georgia', serif;
}
.tx-csdictionary-list .icon-home:before {
  font-size: 1em;
  margin: 0;
}
.tx-csdictionary-list .dictionary-search-icon:before {
  content: '\e820';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 54px;
  font-size: 4.15384615rem;
  line-height: 120%;
  color: #CCC;
}
.tx-csdictionary-list h2 {
  color: #004D8A;
}
.tx-csdictionary-list .dictionary-items .dictionary-item {
  margin-top: 10px;
}
.tx-csdictionary-list .dictionary-items .dictionary-item h2 {
  padding-left: 33px;
  position: relative;
}
.tx-csdictionary-list .dictionary-items .dictionary-item h2:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 24px;
  font-size: 1.84615385rem;
  line-height: 100%;
  position: absolute;
  left: 0px;
}
.tx-csdictionary-list .dictionary-items .dictionary-item h2:hover {
  cursor: pointer;
}
.tx-csdictionary-list .dictionary-items .dictionary-item .dictionary-item-content {
  border-top: 1px solid #CCC;
  padding: 15px 0px;
  border-bottom: 1px solid #CCC;
}
.tx-csdictionary-list .dictionary-items .dictionary-item .link-top {
  text-align: right;
  padding: 5px 0;
  clear: both;
}
.tx-csdictionary-list .dictionary-items .dictionary-item .link-top a {
  text-decoration: none;
}
.tx-csdictionary-list .dictionary-items .dictionary-item .link-top a:hover {
  text-decoration: underline;
}
.tx-csdictionary-list .dictionary-items .dictionary-item .link-top a:after {
  content: '\e804';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: .9em;
  overflow: hidden;
  text-align: center;
  margin-left: 5px;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
}
.tx-csdictionary-list .dictionary-items .dictionary-item.active h2:before {
  content: '\e803';
}
.tx-csdictionary-list .main-contact {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
/*--------------------------
	Mediathek
----------------------------*/
#CarouselButtons .icon-cs-arrow-left,
#CarouselButtons .icon-cs-arrow-right {
  width: 44%;
  display: inline-block;
  margin-left: 5%;
  font-size: 15px;
  font-size: 1.15384615rem;
  line-height: 120%;
}
#CarouselButtons .icon-cs-arrow-left:before,
#CarouselButtons .icon-cs-arrow-right:before {
  font-size: 24px;
  font-size: 1.84615385rem;
  line-height: 100%;
  top: -5px;
}
#CarouselButtons .icon-cs-arrow-left:before {
  left: -25px;
}
#CarouselButtons .icon-cs-arrow-right {
  margin-left: 0;
  margin-right: 5%;
  text-align: right;
}
#CarouselButtons .icon-cs-arrow-right:before {
  right: -32px;
  left: auto;
}
h2.csc-uploads-fileName a[class^="icon-cs"],
h2.csc-uploads-fileName a[class*=" icon-cs"] {
  margin-left: 25px;
  margin-right: 0;
  display: inline-block;
  position: relative;
}
h2.csc-uploads-fileName a[class^="icon-cs"]:after,
h2.csc-uploads-fileName a[class*=" icon-cs"]:after {
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 100%;
  position: absolute;
  top: 3px;
  left: -25px;
  color: #004D8A;
  margin-left: 0;
}
.csc-uploads-description {
  margin-left: 25px;
}
/*--------------------------
	Calender
----------------------------*/
.tx-cs-cal form {
  display: inline-block;
}
.tx-cs-cal form .select {
  display: inline-block;
  margin-right: 5px;
  min-width: 150px;
  width: auto;
}
.tx-cs-cal form .select:before {
  background-color: #FFF;
}
.tx-cs-cal form .select select {
  background: #FFF;
  display: inline-block;
  padding-right: 20px;
  height: 2.3rem;
}
.tx-cs-cal .legend {
  float: right;
  padding-top: 7px;
}
.tx-cs-cal .legend:before {
  background-color: #CC0000;
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
}
.tx-cs-cal .cal-nav a {
  display: inline-block;
  margin-left: 5%;
  width: 45%;
}
.tx-cs-cal .cal-nav .icon-cs-arrow-right {
  margin-left: 0;
  margin-right: 4%;
  text-align: right;
  width: 96%;
}
.tx-cs-cal .cal-nav .icon-cs-arrow-right:before {
  left: auto;
  right: -26px;
}
.tx-cs-cal .cal-nav .icon-cs-arrow-left + .icon-cs-arrow-right {
  width: 44%;
}
.tx-cs-cal table {
  table-layout: fixed;
}
.tx-cs-cal table td {
  border-bottom: 1px solid #666;
  width: 100%;
}
.tx-cs-cal .cal-date {
  position: relative;
  padding: 3px 10px;
}
.tx-cs-cal .cal-date:after {
  bottom: 0;
  border-bottom: 1px solid;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.tx-cs-cal .weekend {
  color: #666;
}
.tx-cs-cal .past {
  color: #B2C9DC;
  font-style: italic;
}
.tx-cs-cal .occupied {
  background-color: #CC0000;
  color: #FFF;
}
.tx-cs-cal .current {
  font-weight: bold;
}
.tx-cs-cal .current span:before {
  content: "[ ";
}
.tx-cs-cal .current span:after {
  content: " ]";
}
.tx-cs-cal .empty {
  display: none;
}
/*--------------------------
	Filter
----------------------------*/
.tx-csfilter-list fieldset {
  margin-bottom: 5px;
}
.tx-csfilter-list fieldset legend {
  font-size: 11px;
  font-size: 0.84615385rem;
  color: #999;
  display: block;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
}
.tx-csfilter-list fieldset label {
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
  color: #333;
  text-transform: none;
  width: 85%;
}
.tx-csfilter-list .select {
  width: 100%;
}
/*--------------------------
	Sitemap
----------------------------*/
.csc-sitemap ul {
  list-style: none;
}
.csc-sitemap ul li {
  position: relative;
  background: none;
}
.csc-sitemap ul li:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 120%;
  position: absolute;
  left: 0px;
}
.csc-sitemap ul li > span {
  display: inline-block;
  position: relative;
  padding-left: 33px;
}
.csc-sitemap ul li > span:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 120%;
  position: absolute;
  left: 0px;
}
.csc-sitemap ul li > span:hover {
  cursor: pointer;
}
.csc-sitemap ul li.active:before,
.csc-sitemap ul li.subnav:before,
.csc-sitemap ul li.active > span:before,
.csc-sitemap ul li.subnav > span:before {
  content: '\e803';
}
.csc-sitemap ul li a {
  text-decoration: none;
}
.csc-sitemap ul li a:hover {
  text-decoration: underline;
}
.csc-sitemap ul li ul {
  margin-top: 15px;
}
.csc-sitemap ul li ul li {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 120%;
}
.csc-sitemap ul li ul li ul {
  margin-top: 10px;
}
.csc-sitemap ul li ul li ul li {
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
}
.csc-sitemap > ul {
  margin-left: 0px;
  margin-top: 0px;
}
.csc-sitemap > ul > li {
  color: #004D8A;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 140%;
  font-family: 'Georgia', serif;
  margin-bottom: 15px;
  padding-left: 0;
}
.csc-sitemap > ul > li:before {
  display: none;
}
.csc-sitemap > ul > li > a {
  padding-left: 33px;
}
.csc-sitemap > ul > li > span:before {
  font-size: 24px;
  font-size: 1.84615385rem;
  line-height: 100%;
}
.csc-sitemap > ul > li > ul {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 30px;
}
/*--------------------------
    Tabellen
----------------------------*/
table tr td {
  border: 0 none;
  background: none;
  display: block;
  padding-left: 0;
  padding-bottom: 10px;
}
table tr th {
  display: none;
}
table tr td:before {
  content: attr(data-th);
  display: block;
  font-weight: bold;
  width: 100%;
}
table tr:nth-child(odd) td,
table tr:nth-child(even) td {
  border: 0 none;
  background: none;
}
/*--------------------------
	Formulare
----------------------------*/
fieldset {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
legend {
  display: none;
}
label {
  display: block;
  margin-bottom: 5px;
  padding-top: 6px;
}
label.mandatory {
  font-weight: bold;
}
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="email"],
select,
textarea {
  background-image: none;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  padding: 6px 2%;
  margin-bottom: 1em;
  width: 95%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  outline: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #333;
  vertical-align: top;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  outline: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.powermail_fieldwrap_type_text {
  margin-bottom: 1em;
  position: relative;
  padding-left: 20px;
}
.powermail_fieldwrap_type_text:before {
  content: '\e816';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 15px;
  line-height: 120%;
  color: #004D8A;
  position: absolute;
  left: 0;
  top: 0;
}
.powermail_check_inner {
  position: relative;
}
.powermail_check_inner .formError {
  left: -2px !important;
  top: 2px !important;
}
.powermail_create.error {
  color: #FF0000;
  font-weight: bold;
}
.powermail_field_error[type],
.formError + input[type="text"],
.formError + input[type="url"],
.formError + input[type="number"],
.formError + input[type="password"],
.formError + input[type="date"],
.formError + input[type="search"],
.formError + input[type="email"],
.formError + select,
.formError + textarea {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9);
}
.formError + input[type="checkbox"] + label span,
.formError + input[type="radio"] + label span {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9);
}
::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  font-style: italic;
  opacity: 1;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  opacity: 1;
}
/* ie */
input:-moz-placeholder {
  color: #999;
  font-style: italic;
  opacity: 1;
}
.placeholder {
  color: #999;
  font-style: italic;
  opacity: 1;
}
.select {
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.select:before {
  content: "";
  display: none;
  pointer-events: none;
  position: absolute;
  background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/select-bg.png') no-repeat left center #F2F2F2;
  bottom: 1px;
  right: 2px;
  height: auto;
  top: 1px;
  width: 29px;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/select-bg.png') no-repeat right center #F2F2F2;
  display: inline-block;
  margin: 0;
  padding: 6px 2%;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: "";
}
.select select option {
  color: #333;
  font-style: normal;
}
.select select option[value=""] {
  display: none;
}
.select select:hover {
  cursor: pointer;
}
.select select::-ms-expand {
  display: none;
}
.file-upload {
  position: relative;
  overflow: hidden;
  height: 20px;
  background-image: none;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  padding: 6px 2%;
  margin-bottom: 1em;
  width: 95%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  outline: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.file-upload > span.button {
  color: #333;
  border-left: 1px solid #333;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 110%;
}
.file-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 20;
}
textarea {
  min-width: 200px;
  max-width: 95%;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-bottom: 1em;
  margin-left: 35px;
  position: relative;
  padding-top: 0;
}
input[type="checkbox"] + label span,
input[type="radio"] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/sprite-forms.png') 0 -73px no-repeat;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -35px;
}
input[type="checkbox"]:checked + label span,
input[type="radio"]:checked + label span {
  background-position: 0 0;
}
.powermail_fieldwrap_check fieldset,
.powermail_fieldwrap_radio fieldset {
  margin-bottom: 0;
}
.typo3-adminPanel input[type="checkbox"],
.typo3-adminPanel input[type="radio"] {
  display: block;
}
label[for="preview_showFluidDebug"] {
  display: none !important;
}
input[type="radio"] + label span {
  background-position: 0 -127px;
}
input[type="radio"]:checked + label span {
  background-position: 0 -100px;
}
input[type="checkbox"].small + label {
  margin-left: 30px;
}
input[type="checkbox"].small + label span {
  background-position: 0 -50px;
  width: 18px;
  height: 18px;
  left: -30px;
  top: 0;
}
input[type="checkbox"].small:checked + label span {
  background-position: 0 -27px;
}
.form-datepicker,
.right-content .form-datepicker {
  position: relative;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  margin-bottom: 1em;
  height: 28px;
}
.form-datepicker > input[type="text"],
.right-content .form-datepicker > input[type="text"],
.form-datepicker > input[type="date"],
.right-content .form-datepicker > input[type="date"] {
  border: none;
  background: none;
  margin-bottom: 0;
  padding-right: 20%;
  width: 75%;
  position: relative;
  z-index: 300;
}
.form-datepicker > input[type="text"]:hover,
.right-content .form-datepicker > input[type="text"]:hover,
.form-datepicker > input[type="date"]:hover,
.right-content .form-datepicker > input[type="date"]:hover {
  cursor: pointer;
}
.form-datepicker > i.icon-calendar-empty,
.right-content .form-datepicker > i.icon-calendar-empty {
  position: absolute;
  right: 0;
  top: 6px;
  color: #666;
}
.form-datepicker > i.icon-calendar-empty:before,
.right-content .form-datepicker > i.icon-calendar-empty:before {
  overflow: visible;
}
.form-datepicker:hover,
.right-content .form-datepicker:hover {
  cursor: pointer;
}
.ui-datepicker {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.6);
}
button,
input[type="submit"],
.chat-console .chat-send-label,
a.button {
  background: #004D8A;
  padding: 5px 10px 5px 20px;
  color: #FFF;
  border: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
button:hover,
input[type="submit"]:hover,
.chat-console .chat-send-label:hover,
a.button:hover {
  text-decoration: none;
}
button:before,
input[type="submit"]:before,
.chat-console .chat-send-label:before,
a.button:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  position: absolute;
  left: 6px;
}
button:hover,
input[type="submit"]:hover,
.chat-console .chat-send-label:hover,
a.button:hover {
  background-color: #00315A;
  cursor: pointer;
}
/* Spezifisch */
.powermail_fieldwrap_select label {
  position: relative;
  top: -5px;
}
.powermail_fieldwrap_select .select {
  margin-bottom: 1rem;
}
.powermail_fieldwrap_select .select:before {
  height: 29px;
}
.left-content .powermail_fieldwrap_typoscript button,
.left-content .powermail_fieldwrap_submit input[type="submit"],
.left-content .powermail_fieldwrap_submit button,
.left-content .tx-felogin-pi1 button {
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
  margin-right: 1rem;
  padding: 8px 12px 8px 25px;
}
.left-content .powermail_fieldwrap_typoscript button:before,
.left-content .powermail_fieldwrap_submit input[type="submit"]:before,
.left-content .powermail_fieldwrap_submit button:before,
.left-content .tx-felogin-pi1 button:before {
  font-size: 17px;
  font-size: 1.30769231rem;
  line-height: 100%;
}
.left-content .powermail_fieldwrap_submit .lighten-text {
  clear: both;
  display: block;
  padding-top: 10px;
}
.tx-felogin-pi1 button + a {
  margin-left: 20px;
}
.formError {
  z-index: 990;
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.formError .formErrorContent {
  background-color: #004D8A;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6004d8a, endColorstr=#e6004d8a)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6004d8a, endColorstr=#e6004d8a);
  background-color: rgba(0, 77, 138, 0.9);
  border: 2px solid #333;
  color: #fff;
  font-size: 11px;
  margin-left: -120px;
  padding: 4px 5px 4px 5px;
  position: relative;
  width: 150px;
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow div {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  font-size: 0px;
  height: 1px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
  background-color: #004D8A;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6004d8a, endColorstr=#e6004d8a)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6004d8a, endColorstr=#e6004d8a);
  background-color: rgba(0, 77, 138, 0.9);
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #333;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #333;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 0 solid #333;
}
.formErrorInsideDialog.formError {
  z-index: 5000;
}
.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}
.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}
.right-content label {
  width: 100%;
  font-size: 11px;
  font-size: 0.84615385rem;
  line-height: 120%;
  color: #999;
  text-transform: uppercase;
}
.right-content input[type="text"],
.right-content input[type="url"],
.right-content input[type="number"],
.right-content input[type="password"],
.right-content input[type="date"],
.right-content input[type="search"],
.right-content input[type="email"],
.right-content textarea {
  width: 95%;
}
.right-content select {
  width: 100%;
}
.extbase-debugger-tree input[type="checkbox"],
.typo3-adminPanel input[type="checkbox"] {
  display: block;
}
.powermail_fieldwrap_typoscript button.float-left {
  float: none;
  display: block;
}
.powermail_fieldwrap_typoscript button.float-left + p {
  margin-top: 11px;
  position: relative;
  padding-left: 20px;
}
.powermail_fieldwrap_typoscript button.float-left + p:before {
  position: absolute;
  left: 0px;
  top: -2px;
}
.event-filter {
  width: 100%;
}
.event-filter button {
  margin-right: 10px;
}
.search-box {
  background-color: #FFF;
  position: absolute;
  display: none;
  top: 36px;
  right: 0;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
  padding: 15px 10px;
  z-index: 980;
  width: 280px;
  color: #333;
}
.search-box input[type="search"],
.search-box input[type="text"] {
  width: 270px;
  background-color: #EBEBEB;
  border: none;
  padding: 6px 5px;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="url"],
.newsletter-form input[type="date"],
.newsletter-form input[type="number"],
.newsletter-form input[type="search"],
.newsletter-form input[type="email"],
.newsletter-form select {
  background-color: #FFF;
  border: none;
  height: 17px;
  width: 94%;
  padding: 6px 8px;
  margin-bottom: 5px;
  line-height: 100%;
}
.newsletter-form .select {
  display: block;
  float: left;
  left: 0;
  margin: 0 2% 5px 0;
  width: 40%;
}
.newsletter-form .select:before {
  top: 0;
  right: 7px;
  background-color: #FFF;
}
.newsletter-form .select select {
  background-image: none;
  height: 29px;
  margin-bottom: 0;
  padding: 6px 8px 5px;
}
.newsletter-form .select + input[type="text"],
.newsletter-form .select + input[type="url"],
.newsletter-form .select + input[type="number"],
.newsletter-form .select + input[type="password"],
.newsletter-form .select + input[type="date"],
.newsletter-form .select + input[type="search"],
.newsletter-form .select + input[type="email"] {
  width: 52%;
}
.newsletter-form p {
  margin-top: 5px;
  float: left;
}
.newsletter-form p + button {
  float: right;
}
.event-searchform,
.keyword-searchform {
  background-color: #EFEFEF;
  padding: 4%;
  width: 92%;
  margin-bottom: 10px;
}
.event-searchform #event-search-input,
.keyword-searchform #event-search-input,
.event-searchform #keyword-search-input,
.keyword-searchform #keyword-search-input {
  background-color: #FFF;
  height: 28px;
  display: inline-block;
  width: 57%;
  margin-right: 2%;
}
.event-searchform #event-search-input i:before,
.keyword-searchform #event-search-input i:before,
.event-searchform #keyword-search-input i:before,
.keyword-searchform #keyword-search-input i:before {
  width: 7%;
  margin-right: 6px;
  margin-left: 4px;
  color: #888;
  overflow: visible;
}
.event-searchform #event-search-input input[type="search"],
.keyword-searchform #event-search-input input[type="search"],
.event-searchform #keyword-search-input input[type="search"],
.keyword-searchform #keyword-search-input input[type="search"],
.event-searchform #event-search-input input[type="text"],
.keyword-searchform #event-search-input input[type="text"],
.event-searchform #keyword-search-input input[type="text"],
.keyword-searchform #keyword-search-input input[type="text"] {
  background-color: #FFF;
  border: none;
  width: 80%;
  padding: 6px 2% 6px 0;
  vertical-align: baseline;
}
.event-searchform button,
.keyword-searchform button {
  width: 38%;
  padding-left: 9%;
  padding-right: 1%;
  text-align: center;
}
/*--------------------------
    NEWS & EVENTS
----------------------------*/
.back-to-overview {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 140%;
  font-family: 'Georgia', serif;
  border-top: 1px dotted #999;
  padding-top: 1em;
}
.back-to-overview [class^="icon-"]:before,
.back-to-overview [class*=" icon-"]:before {
  font-size: 19px;
  font-size: 1.46153846rem;
  line-height: 120%;
}
.page-navigation {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 140%;
  font-family: 'Georgia', serif;
  border-top: 1px dotted #999;
  padding-top: 1em;
  clear: both;
  float: left;
  overflow: hidden;
  width: 100%;
}
.page-navigation ul {
  float: left;
  left: 50%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.page-navigation ul li {
  background: none;
  padding: 0 3px 3px;
  margin: 0 2px;
  float: left;
  position: relative;
  right: 50%;
}
.page-navigation ul li.current {
  background-color: #004D8A;
  color: #FFF;
}
.page-navigation ul li.next,
.page-navigation ul li.previous {
  font-family: iconfont-ihk-leipzig;
}
.page-navigation ul li a {
  text-decoration: none;
}
.page-navigation ul li a:hover {
  text-decoration: underline;
}
.page-navigation > p {
  display: none;
}
/*--------------------------
    NEWS
----------------------------*/
.news-list {
  margin-bottom: 10px;
}
.news-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.news-list.list-with-images .news-list-item {
  border: none;
  padding-top: 0;
  margin-bottom: 40px;
}
.news-list.short .news-list-item {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.news-list.short .news-list-item a {
  text-decoration: none;
}
.news-list.short .news-list-item a:hover {
  text-decoration: underline;
}
.news-list.short .news-list-item .date {
  float: left;
}
.news-list.short .news-list-item .title {
  margin-left: 76px;
}
.news-list .news-list-item {
  border-top: 1px solid #CCC;
  padding-top: 20px;
  margin-top: 20px;
  clear: both;
}
.news-list .news-list-item:first-child {
  border: none;
  padding-top: 0;
}
.news-list .news-list-item .image {
  margin-bottom: 20px;
}
.news-list .news-list-item .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.news-list .news-list-item a {
  text-decoration: none;
}
.news-list .news-list-item a:hover {
  text-decoration: underline;
}
.news-list .news-list-item a h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.news-list .news-list-item .news-list-date {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.92307692rem;
  line-height: 120%;
  margin-bottom: 5px;
}
.no-news-found {
  height: 0;
  margin-top: -20px;
  visibility: hidden;
}
/*--------------------------
    EVENTS
----------------------------*/
.date-participant-state [class^="icon-"]:before,
.date-participant-state [class*=" icon-"]:before {
  margin-right: 3px;
  color: #CCC;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 120%;
  overflow: visible;
}
.date-participant-state.state-0 {
  color: #CC0000;
}
.date-participant-state.state-0 .circle-0:before {
  color: #CC0000;
}
.date-participant-state.state-1 {
  color: #FF9900;
}
.date-participant-state.state-1 .circle-1:before {
  color: #FF9900;
}
.date-participant-state.state-2 {
  color: #339933;
}
.date-participant-state.state-2 .circle-2:before {
  color: #339933;
}
.date-participant-state.state-3 {
  color: #CC0000;
  font-style: italic;
}
.date-participant-state.state-3 .icon-circle {
  display: none;
}
.cs-loader {
  background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/loader.gif');
  display: inline-block;
  height: 1em;
  width: 1em;
}
.top-events-slider {
  margin-bottom: 40px;
  position: relative;
}
.top-events-slider .flexslider {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.top-events-slider .controls {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 5px;
}
.top-events-slider .controls .flex-control-nav {
  font-size: 13px;
  line-height: 140%;
  list-style: none;
  float: right;
  margin-right: 28px;
}
.top-events-slider .controls .flex-control-nav > li {
  background: none;
  padding-left: 0;
  margin-left: 5px;
  float: left;
}
.top-events-slider .controls .flex-control-nav > li a {
  height: 11px;
  width: 10px;
  display: block;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05) inset;
  line-height: 0px;
  font-size: 1px;
  position: relative;
  text-decoration: none;
}
.top-events-slider .controls .flex-control-nav > li a:hover {
  text-decoration: none;
}
.top-events-slider .controls .flex-control-nav > li a:hover {
  cursor: pointer;
}
.top-events-slider .controls .flex-control-nav > li a.flex-active:before {
  content: '\e815';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 7px;
  line-height: 120%;
  position: absolute;
  left: 2px;
  top: 1px;
  color: #004D8A;
}
.top-events-slider .controls .flex-pauseplay {
  position: absolute;
  top: -1px;
  right: 0;
}
.top-events-slider .controls .flex-pauseplay a.flex-pause:before,
.top-events-slider .controls .flex-pauseplay a.flex-play:before {
  color: #004D8A;
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: 1.0em;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-size: 1rem;
  line-height: 100%;
}
.top-events-slider .controls .flex-pauseplay a.flex-pause:before {
  content: '\e82c';
}
.top-events-slider .controls .flex-pauseplay a.flex-play:before {
  content: '\e82d';
}
.top-events-slider .controls .flex-pauseplay a:hover {
  cursor: pointer;
}
.top-events-slider .slides {
  height: 360px;
}
.top-events-slider .slides > div {
  background-color: #F2F2F2;
  height: 100%;
}
.top-events-slider .slides > div .image {
  width: 100%;
  overflow: hidden;
}
.top-events-slider .slides > div .image img {
  display: block;
  margin: 0 auto;
}
.top-events-slider .slides > div .text {
  margin-bottom: 0;
  min-height: 154px;
}
.top-events-slider .slides > div .text a {
  text-decoration: none;
}
.top-events-slider .slides > div .text a:hover {
  text-decoration: underline;
}
.top-events-slider .slides > div .text h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.top-events-slider .slides > div .text .top-event-teaser {
  display: none;
}
.events-list .events-list-item {
  clear: both;
}
.events-list .events-list-item i {
  float: left;
}
.events-list .events-list-item p {
  margin-left: 20px;
  color: #333;
}
.events-list .events-list-item a {
  text-decoration: none;
}
.events-list .events-list-item a:hover {
  text-decoration: underline;
}
.events-list .events-list-item a [class^="icon-"]:before,
.events-list .events-list-item a [class*=" icon-"]:before {
  overflow: visible;
}
.events-list .events-list-item .events-list-date {
  margin-bottom: 0;
  color: #004D8A;
}
.events-detailed-list .events-detailed-list-item {
  border-top: 1px solid #CCC;
  padding-top: 30px;
  margin-top: 30px;
}
.events-detailed-list .events-detailed-list-item:first-child {
  border: none;
  padding-top: 0px;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-date {
  height: 45px;
  width: 45px;
  background-color: #004D8A;
  font-family: 'Georgia', serif;
  color: #FFF;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-date span {
  text-align: center;
  display: block;
  width: 100%;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-date .day {
  font-size: 24px;
  font-size: 1.84615385rem;
  line-height: 100%;
  margin-bottom: 3px;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-date .month {
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 110%;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-info a {
  text-decoration: none;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-info a:hover {
  text-decoration: underline;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-info h2 {
  margin-top: 10px;
}
.events-detailed-list .events-detailed-list-item .events-detailed-list-item-info .events-detailed-list-item-basic-info .date-participant-state {
  margin-bottom: 1em;
}
.event-detailed-info {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 1rem 0 0;
  margin: 10px 0;
  min-height: 25px;
}
.event-detailed-info p > span {
  width: 80px;
  display: inline-block;
}
.event-detailed-dates-list table {
  border-spacing: 0;
}
.event-detailed-dates-list table .button {
  margin-bottom: 20px;
  display: inline-block;
}
.event-detailed-dates-list table thead {
  display: none;
}
.event-detailed-dates-list table thead tr th {
  background: none;
  border: none;
}
.event-detailed-dates-list table tbody tr td {
  padding: 8px 0;
  display: block;
}
.event-detailed-dates-list table tbody tr td:first-child {
  padding-bottom: 0;
}
.event-detailed-dates-list table tbody tr td:before {
  display: none;
}
.event-detailed-dates-list table tbody tr.date-overview {
  position: relative;
  display: block;
  vertical-align: top;
}
.event-detailed-dates-list table tbody tr.date-overview td {
  border: none;
}
.event-detailed-dates-list table tbody tr.date-overview td:first-child {
  border-top: 1px solid #CCC;
}
.event-detailed-dates-list table tbody tr.date-overview td:first-child .detailed-date {
  color: #004D8A;
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.event-detailed-dates-list table tbody tr.date-overview td:first-child .detailed-date:before {
  margin-right: 0;
  position: absolute;
  left: 0px;
}
.event-detailed-dates-list table tbody tr.date-overview td:first-child .date-title {
  font-weight: bold;
  display: inline-block;
}
.event-detailed-dates-list table tbody tr.date-overview td [class^="icon-"]:before,
.event-detailed-dates-list table tbody tr.date-overview td [class*=" icon-"]:before {
  overflow: visible;
}
.event-detailed-dates-list table tbody tr.date-overview td.icon {
  position: absolute;
  top: 0;
  right: 0;
}
.event-detailed-dates-list table tbody tr.date-overview:hover {
  cursor: pointer;
}
.event-detailed-dates-list table tbody tr.date-detailed-info td {
  background-color: #F7F7F7;
  padding: 10px;
  vertical-align: top;
}
.event-detailed-image > a {
  display: block;
  max-width: 480px;
  width: auto;
  margin-bottom: 5px;
  padding-right: 0;
}
.event-detailed-image > a img {
  cursor: zoom-in;
  display: block;
  max-width: 100%;
  height: auto;
}
.event-detailed-image > a .plain-box {
  padding: 4px;
  text-align: left;
}
/*--------------------------
    LIGHTBOX
----------------------------*/
.gallery a {
  text-decoration: none;
}
.gallery a:hover {
  text-decoration: underline;
}
a.lightbox {
  text-decoration: none;
}
a.lightbox:hover {
  text-decoration: none;
}
.mfp-bg {
  opacity: 0.5;
}
.mfp-content {
  background-color: #fff;
  max-height: 600px;
  max-width: 900px;
  margin: 0 auto;
}
.mfp-content button:before {
  display: none;
}
.mfp-content button:hover {
  background: none;
}
.mfp-content .mfp-arrow {
  top: 45%;
}
.mfp-content .mfp-arrow:before,
.mfp-content .mfp-arrow:after {
  border: none;
  font-family: "iconfont-ihk-leipzig";
  font-size: 70px;
  line-height: 100%;
}
.mfp-content .mfp-arrow-left:after {
  content: '\e806';
}
.mfp-content .mfp-arrow-right:after {
  content: '\e805';
}
.mfp-content .mfp-close {
  background-color: #004D8A;
  color: #fff;
  width: 50px;
  height: 50px;
  right: 0;
  font-family: "iconfont-ihk-leipzig";
  padding: 0 0 0 4px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  opacity: 1;
}
.mfp-content .mfp-figure:after {
  display: none;
}
.mfp-content .mfp-figure .mfp-img {
  padding: 0;
}
.mfp-content .mfp-bottom-bar {
  background-color: #FFF;
  padding: 10px 2%;
  width: 96%;
  margin-top: 0px;
  min-height: 20px;
  position: relative;
}
.mfp-content .mfp-bottom-bar .mfp-title,
.mfp-content .mfp-bottom-bar .mfp-counter {
  color: #333;
}
.mfp-content .mfp-bottom-bar .mfp-title {
  padding-right: 85px;
  font-family: 'Arial', sans-serif;
}
.mfp-content .mfp-bottom-bar .mfp-counter {
  bottom: 10px;
  right: 2%;
  top: auto;
  font-family: 'Georgia', serif;
  font-size: 18px;
  line-height: 120%;
}
/*--------------------------
    ACCORDION
----------------------------*/
.content .main-content .wrapper .accordion .ui-accordion-header,
.content .main-content .wrapper .ui-accordion .ui-accordion-header {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  background: none;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 210%;
  color: #4D4D4D;
  border: none;
  border-bottom: 2px solid #CCC;
  width: 100%;
}
.content .main-content .wrapper .accordion .ui-accordion-header .ui-accordion-header-icon,
.content .main-content .wrapper .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.content .main-content .wrapper .accordion .ui-accordion-header > h3,
.content .main-content .wrapper .ui-accordion .ui-accordion-header > h3 {
  border: none;
  margin: 0;
}
.content .main-content .wrapper .accordion .ui-accordion-header > h3[class^="pfad-"]:before,
.content .main-content .wrapper .ui-accordion .ui-accordion-header > h3[class^="pfad-"]:before,
.content .main-content .wrapper .accordion .ui-accordion-header > h3[class*=" pfad-"]:before,
.content .main-content .wrapper .ui-accordion .ui-accordion-header > h3[class*=" pfad-"]:before {
  display: none;
}
.content .main-content .wrapper .accordion .ui-accordion-header:before,
.content .main-content .wrapper .ui-accordion .ui-accordion-header:before {
  content: '\e804';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.content .main-content .wrapper .accordion .ui-accordion-header.ui-accordion-header-active:before,
.content .main-content .wrapper .ui-accordion .ui-accordion-header.ui-accordion-header-active:before {
  content: '\e803';
}
.content .main-content .wrapper .accordion .ui-accordion-header.ui-accordion-header-active.no-border,
.content .main-content .wrapper .ui-accordion .ui-accordion-header.ui-accordion-header-active.no-border {
  border-bottom: none;
}
.content .main-content .wrapper .accordion .ui-accordion-header.ui-accordion-header-active > h3[class^="pfad-"]:before,
.content .main-content .wrapper .ui-accordion .ui-accordion-header.ui-accordion-header-active > h3[class^="pfad-"]:before,
.content .main-content .wrapper .accordion .ui-accordion-header.ui-accordion-header-active > h3[class*=" pfad-"]:before,
.content .main-content .wrapper .ui-accordion .ui-accordion-header.ui-accordion-header-active > h3[class*=" pfad-"]:before {
  display: block;
}
.content .main-content .wrapper .accordion .ui-accordion-content,
.content .main-content .wrapper .ui-accordion .ui-accordion-content {
  padding: 0;
  border: none;
}
.tab-content {
  margin-bottom: 20px !important;
}
.tab-content.accordion h2.resp-accordion,
.tab-content.tabs h2.resp-accordion,
.tab-content.accordion h2.resp-tab-active,
.tab-content.tabs h2.resp-tab-active {
  color: #004D8A;
  padding: 0 0 0 33px;
  position: relative;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 140%;
  border: none;
  background: none;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tab-content.accordion h2.resp-accordion .resp-arrow,
.tab-content.tabs h2.resp-accordion .resp-arrow,
.tab-content.accordion h2.resp-tab-active .resp-arrow,
.tab-content.tabs h2.resp-tab-active .resp-arrow {
  display: none;
}
.tab-content.accordion h2.resp-accordion:before,
.tab-content.tabs h2.resp-accordion:before,
.tab-content.accordion h2.resp-tab-active:before,
.tab-content.tabs h2.resp-tab-active:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 24px;
  font-size: 1.84615385rem;
  line-height: 100%;
  position: absolute;
  left: 0px;
}
.tab-content.accordion h2.resp-accordion:hover,
.tab-content.tabs h2.resp-accordion:hover,
.tab-content.accordion h2.resp-tab-active:hover,
.tab-content.tabs h2.resp-tab-active:hover {
  cursor: pointer;
}
.tab-content.accordion h2.resp-tab-active:before,
.tab-content.tabs h2.resp-tab-active:before {
  content: '\e803';
}
.tab-content.accordion .resp-tab-content,
.tab-content.tabs .resp-tab-content {
  border: none;
  border-top: 1px solid #CCC;
  padding: 15px 0 15px 33px;
  border-bottom: 1px solid #CCC;
}
/*--------------------------
    SOCIAL MEDIA BOX
----------------------------*/
.social-media-box {
  display: none;
}
/*--------------------------
    FCEs
----------------------------*/
.contact-person {
  background-color: #F2F2F2;
  width: 100%;
}
.contact-person .contact-image {
  width: 100%;
}
.contact-person .contact-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
  display: block;
}
.contact-person .contact-info {
  position: relative;
  padding: 10px 10px 1px;
  display: block;
}
.contact-person .contact-info .contact-links {
  position: absolute;
  right: 5px;
  top: 6px;
}
.contact-person .contact-info .contact-links a {
  margin-right: 5px;
  text-decoration: none;
}
.contact-person .contact-info .contact-links a:hover {
  text-decoration: none;
}
.contact-person .contact-info .contact-links a:before {
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
  width: 10px;
  overflow: visible;
}
.contact-person .contact-info .contact-links a.icon-vcard:before {
  font-size: 17px;
  font-size: 1.30769231rem;
  line-height: 120%;
}
.contact-person .contact-info .contact-links a.icon-xing:before {
  width: 6px;
}
.contact-person .contact-info .contact-links + h5 {
  width: 80%;
  word-wrap: break-word;
}
.contact-person .contact-info h2,
.contact-person .contact-info h4 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.contact-person .contact-info table {
  width: auto;
  border-spacing: 0px;
}
.contact-person .contact-info table tr th,
.contact-person .contact-info table tr td {
  background: none;
  border: none;
  display: table-cell;
  padding: 3px 10px;
}
.contact-person .contact-info table tr th:first-child,
.contact-person .contact-info table tr td:first-child {
  padding-left: 0;
}
.contact-person .contact-info table tr:nth-child(odd) td,
.contact-person .contact-info table tr:nth-child(even) td {
  border: 0 none;
  background: none;
}
.contact-person-detail {
  display: block;
}
.contact-person-detail .top-box {
  width: 100%;
}
.contact-person-detail .top-box .contact-image {
  width: 100%;
}
.contact-person-detail .top-box .contact-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.contact-person-detail .contact-info {
  width: 100%;
}
.contact-person-detail table {
  border-spacing: 0px;
}
.contact-person-detail table tr th,
.contact-person-detail table tr td {
  background: none !important;
  border: none !important;
  display: table-cell;
  padding: 3px 10px;
}
.contact-person-detail table tr th:first-child,
.contact-person-detail table tr td:first-child {
  padding-left: 0;
}
.contact-person-detail .grey-text {
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
}
.embeded-video {
  position: relative;
}
.embeded-video iframe {
  display: block;
}
.index-slider {
  font-size: 13px;
  line-height: 140%;
  position: relative;
  background-color: #004D8A;
  overflow: hidden;
  height: 260px;
}
.index-slider .flexslider {
  width: 100%;
  padding-bottom: 35px;
}
.index-slider .controls {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 200;
}
.index-slider .controls .flex-control-nav {
  padding: 0;
  list-style: none;
  float: left;
  left: 50%;
  margin: 15px auto 0;
  position: relative;
}
.index-slider .controls .flex-control-nav > li {
  background: none;
  padding-left: 0;
  float: left;
  position: relative;
  right: 50%;
  margin-right: 15px;
  margin-bottom: 0;
}
.index-slider .controls .flex-control-nav > li a {
  background-color: #749EC0;
  border: 1px solid #5E8AAD;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
  position: relative;
  display: block;
  height: 14px;
  width: 13px;
  line-height: 0px;
  font-size: 1px;
  text-decoration: none;
  color: transparent;
  color: rgba(255, 255, 255, 0);
}
.index-slider .controls .flex-control-nav > li a:hover {
  text-decoration: none;
}
.index-slider .controls .flex-control-nav > li a:hover {
  cursor: pointer;
}
.index-slider .controls .flex-control-nav > li a.flex-active:before {
  content: '\e815';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 11px;
  line-height: 120%;
  position: absolute;
  left: 1px;
  top: 0;
  color: #004D8A;
}
.index-slider .controls .flex-pauseplay {
  position: absolute;
  right: 5px;
  bottom: -9px;
}
.index-slider .controls .flex-pauseplay a.flex-pause:before,
.index-slider .controls .flex-pauseplay a.flex-play:before {
  color: #749EC0;
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: .9em;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  position: relative;
  top: -1px;
}
.index-slider .controls .flex-pauseplay a.flex-pause:before {
  content: '\e82c';
}
.index-slider .controls .flex-pauseplay a.flex-play:before {
  content: '\e82d';
}
.index-slider .controls .flex-pauseplay a:hover {
  cursor: pointer;
}
.index-slider .slides {
  width: 100%;
}
.index-slider .slides > div {
  background: none;
  padding-left: 0;
  width: 100%;
  height: 260px;
}
.index-slider .slides > div .image {
  width: 100%;
  height: 141px;
  overflow: hidden;
}
.index-slider .slides > div .image img {
  display: block;
  width: 120%;
  height: auto;
  position: relative;
  top: 0;
}
.index-slider .slides > div .image iframe {
  width: 100%;
  height: 100%;
}
.index-slider .slides > div .text {
  background-color: #004D8A;
  color: #FFF;
  margin-bottom: 10px;
  position: relative;
  padding-top: 20px;
}
.index-slider .slides > div .text p {
  display: none;
}
.index-slider .slides > div .text h2 {
  color: #FFF;
  font-size: 22px;
  line-height: 120%;
  margin-top: 0;
  display: block;
  margin-bottom: 0;
}
.index-slider .slides > div .text h2 [class^="icon-"]:before,
.index-slider .slides > div .text h2 [class*=" icon-"]:before {
  font-size: 1.538em !important;
  line-height: 10% !important;
  margin-right: 0;
  position: relative;
  top: 4px;
  overflow: visible;
}
.index-slider .slides > div .text a {
  color: #FFF;
  text-decoration: none;
}
.index-slider .slides > div .text a:hover {
  text-decoration: none;
}
.index-slider .slides > div .text:after {
  content: ".";
  display: inline-block;
  height: 10px;
  line-height: 0;
  color: #D2DDE9;
  background-color: #D2DDE9;
  position: absolute;
  width: 45%;
  left: 10px;
  top: 0;
  font-size: 0;
}
.index-slider .slides > div .text.red:after {
  background-color: #CC0033;
  color: #CC0033;
}
.index-slider .slides > div .text.orange:after {
  background-color: #FF9900;
  color: #FF9900;
}
.index-slider .slides > div .text.yellow:after {
  background-color: #FFCC00;
  color: #FFCC00;
}
.index-slider .slides > div .text.green:after {
  background-color: #99CC33;
  color: #99CC33;
}
.index-slider .slides > div .text.blue:after {
  background-color: #0099CB;
  color: #0099CB;
}
.index-slider .slides > div .text.purple:after {
  background-color: #990099;
  color: #990099;
}
.index-slider .slides > div .text:before {
  content: ".";
  display: inline-block;
  line-height: 0;
  color: #004D8A;
  position: absolute;
  right: 20px;
  top: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #004D8A;
  font-size: 0;
}
/*--------------------------
    SEARCH
----------------------------*/
.ui-autocomplete.ui-menu {
  background-color: #FFF;
  border: 1px solid #CCC;
  list-style: none;
  z-index: 2000;
}
.ui-autocomplete.ui-menu > li.ui-menu-item {
  list-style: none;
  background: none;
}
.ui-autocomplete.ui-menu > li.ui-menu-item > a {
  padding: 10px 10px 10px 20px;
  position: relative;
}
.ui-autocomplete.ui-menu > li.ui-menu-item > a:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: .9em;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 100%;
  position: absolute;
  left: 4px;
  top: 13px;
}
.ui-autocomplete.ui-menu > li.ui-menu-item > a:hover,
.ui-autocomplete.ui-menu > li.ui-menu-item > a.ui-state-focus {
  background: none;
  background-color: #004D8A;
  color: #FFF !important;
}
.ui-autocomplete.ui-menu > li.ui-menu-item > a:hover strong,
.ui-autocomplete.ui-menu > li.ui-menu-item > a.ui-state-focus strong {
  color: #FFF !important;
}
.ui-autocomplete-loading {
  background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/autocomplete-preloader.gif') !important;
  background-repeat: no-repeat !important;
  background-position: 90% center !important;
}
.tx-solr-search-form-errors,
.tx-solr-search-no-results {
  padding: 15px 20px;
  clear: both;
  margin-bottom: 20px;
  border: 2px solid #EFEFEF;
  text-align: center;
  font-family: 'Georgia', serif;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 140%;
  color: #666;
}
.tx-solr-search-form-errors .spelling-suggestions,
.tx-solr-search-no-results .spelling-suggestions {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
  font-family: 'Arial', sans-serif;
  color: #333;
}
.tx-solr-search-form-errors ul,
.tx-solr-search-no-results ul {
  margin-top: 15px;
  list-style: none;
}
.tx-solr-search-form-errors ul li,
.tx-solr-search-no-results ul li {
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
  font-family: 'Arial', sans-serif;
  color: #333;
  background-image: none;
}
.search-form {
  margin-bottom: 20px;
}
.search-form .search-input {
  position: relative;
}
.search-form .search-input input {
  background: none;
  padding: 10px 57% 10px 4%;
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 120%;
  color: #333333;
  border: 1px solid #CCC;
  margin-bottom: 2px;
  width: 38%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.search-form .search-input input.ui-autocomplete-loading {
  background-position: 47% center !important;
}
.search-form .search-input input:focus {
  outline: none;
}
.search-form .search-input .extended-search-link {
  width: 37%;
  color: #004D8A;
  display: inline-block;
  border-left: 1px solid #CCC;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 13px;
}
.search-form .search-input .extended-search-link:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 150%;
  position: absolute;
  right: -17px;
  overflow: hidden;
  height: 1.1em;
}
.search-form .search-input .extended-search-link.active:before {
  content: '\e803';
}
.search-form .search-input .extended-search-link:hover {
  cursor: pointer;
}
.search-form .extended-search-box {
  background-color: #EFEFEF;
  width: 96%;
  padding: 2%;
  display: none;
}
.search-form .extended-search-box > div > p {
  font-weight: bold;
  margin-top: 20px;
}
.search-form .extended-search-box > div label {
  margin-bottom: 7px;
  width: 90%;
  margin-left: 10%;
}
.search-form .extended-search-box > div label span {
  left: -10%;
}
.search-form .search-submit {
  margin-top: 20px;
  text-align: right;
}
.search-form .search-submit .icon-trash {
  color: #666;
  margin-right: 20px;
}
.search-form .search-submit button {
  padding: 8px 12px 8px 25px;
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
}
.search-form .search-submit button:before {
  font-size: 17px;
  font-size: 1.30769231rem;
  line-height: 100%;
}
.search-results .result-type-nav {
  display: none;
}
.search-results .results > h3 {
  border: none;
  margin-bottom: 0;
}
.search-results .results > h3 a {
  text-decoration: none;
  position: relative;
  padding-left: 32px;
}
.search-results .results > h3 a:hover {
  text-decoration: underline;
}
.search-results .results > h3 a:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 24px;
  font-size: 1.84615385rem;
  line-height: 150%;
  position: absolute;
  left: 0px;
  overflow: hidden;
  height: 1.1em;
}
.search-results .results > h3.active a:before {
  content: '\e803';
}
.search-results .results > div {
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.search-results .results .search-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.search-results .results .search-select select {
  background: none;
  color: #004D8A;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  width: auto;
  min-width: 170px;
  position: relative;
  z-index: 200;
  text-indent: 0.01px;
  text-overflow: "";
}
.search-results .results .search-select:after {
  content: '\e803';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  font-size: 1.15384615rem;
  line-height: 100%;
  color: #004D8A;
  position: absolute;
  pointer-events: none;
  background-color: #FFF;
  bottom: 0;
  right: 0px;
  height: 18px;
  top: 0px;
  width: 20px;
  z-index: 210;
}
.search-results .results .search-select:hover {
  pointer: cursor;
}
.search-results .results .results-item {
  position: relative;
  margin-top: 30px;
}
.search-results .results .results-item .results-highlight {
  font-weight: bold;
  text-decoration: underline;
}
.search-results .results .results-item h2 {
  margin-top: 5px;
  margin-left: 35px;
  min-height: 21px;
}
.search-results .results .results-item h2 a {
  text-decoration: none;
  word-wrap: break-word;
}
.search-results .results .results-item h2 a:hover {
  text-decoration: underline;
}
.search-results .results .results-item .relevance {
  margin-bottom: 10px;
}
.search-results .results .results-item .relevance .relevance-percent {
  font-size: 11px;
  font-size: 0.84615385rem;
  line-height: 120%;
  color: #666;
  display: inline-block;
  margin-right: 10px;
}
.search-results .results .results-item .relevance .relevance-bar {
  display: inline-block;
  width: 70px;
}
.search-results .results .results-item .relevance .relevance-bar .tx-solr-relevance {
  background-color: #004D8A;
  float: left;
  height: 8px;
}
.search-results .results .results-item .relevance .relevance-bar .tx-solr-relevance-fill {
  background-color: #EFEFEF;
  height: 8px;
  float: left;
}
.search-results .results .results-item:before {
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1.1em;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-size: 1.53846154rem;
  line-height: 100%;
  color: #004D8A;
  position: absolute;
  top: 0;
  left: 0;
}
.search-results .results .results-item.news:before {
  content: '\e82f';
}
.search-results .results .results-item.page:before {
  content: '\e82e';
}
.search-results .results .results-item.file:before {
  content: '\e82a';
}
.search-results .results .results-item.catalog:before {
  content: '\f14e';
}
.search-results .results .results-item.event:before {
  content: '\e809';
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 100%;
}
/*--------------------------
    CONTENT TEASER
----------------------------*/
.tx-cstemplates-teaser > h2 {
  margin-top: 5px;
}
.tx-cstemplates-teaser > a {
  display: block;
}
.tx-cstemplates-teaser img {
  width: 100%;
  height: auto;
}
.cs-history .slides {
  list-style: none;
  padding: 0;
}
.cs-history .slides > li {
  background: 0 none;
  padding: 0;
}
.cs-history .flex-direction-nav {
  height: 2em;
  position: relative;
}
.cs-history .flex-direction-nav li {
  background: 0 none;
  padding: 0;
}
.cs-history .flex-direction-nav a {
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
  text-decoration: none;
  background: #FFF;
  display: block;
  height: 100%;
  left: 0;
  padding-left: 12px;
  position: absolute;
  top: 0;
}
.cs-history .flex-direction-nav a:hover {
  text-decoration: underline;
}
.cs-history .flex-direction-nav a.flex-prev:before {
  content: '\e806';
  font-family: "iconfont-ihk-leipzig";
  height: 14px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
}
.cs-history .flex-direction-nav a.flex-next {
  left: auto;
  right: 0;
  padding-right: 12px;
}
.cs-history .flex-direction-nav a.flex-next:after {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  height: 14px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-decoration: none;
}
.cs-history .flex-direction-nav .flex-disabled {
  display: none;
}
#history-nav {
  position: relative;
}
#history-nav .slides {
  font-family: 'Georgia', serif;
  height: 50px;
  margin-bottom: 0;
  position: relative;
}
#history-nav .slides:before {
  border-bottom: 1px dotted #B2C9DC;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: 40px;
  width: 100%;
}
#history-nav .slides li {
  font-size: 20px;
  font-size: 1.53846154rem;
  line-height: 40px;
  cursor: pointer;
  color: #666;
  position: relative;
  text-align: center;
}
#history-nav .slides li:hover,
#history-nav .slides li.flex-active-slide {
  font-size: 28px;
  font-size: 2.15384615rem;
  line-height: 120%;
  color: #004D8A;
  transition: .3s all;
}
#history-nav .slides li:after {
  background: #004D8A;
  content: " ";
  display: block;
  height: 7px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 38px;
  width: 7px;
  z-index: 2;
}
#history-slider {
  position: relative;
}
#history-slider .year {
  font-size: 40px;
  font-size: 3.07692308rem;
  line-height: 120%;
  font-family: 'Georgia', serif;
  color: #ccc;
}
#history-slider .flex-viewport .year {
  font-size: 20px;
  font-size: 1.53846154rem;
  line-height: 120%;
  transition: 1s font-size;
}
#history-slider .flex-viewport .flex-active-slide .year {
  font-size: 40px;
  font-size: 3.07692308rem;
  line-height: 120%;
}
/*--------------------------
    Icon-Boxes
----------------------------*/
.icon-boxes {
  margin-top: 20px;
  display: block;
}
.icon-boxes a {
  text-decoration: none;
}
.icon-boxes a:hover {
  text-decoration: underline;
}
.icon-boxes > div {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 25px;
  text-align: center;
}
.icon-boxes > div.even {
  margin-right: 0;
}
.icon-boxes > div .image {
  width: 100%;
  margin-bottom: 10px;
}
.icon-boxes > div .bordered-box {
  text-align: left;
}
.icon-boxes.round-border > div .image {
  border: 1px solid #dce5ee;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  height: 90px;
  width: 90px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto 10px;
}
.icon-boxes.round-border > div .image img {
  max-width: 100%;
  display: block;
  height: auto;
}
.icon-boxes.box-border > div .content-wrapper {
  border: 1px solid #dce5ee;
  box-sizing: border-box;
  padding: 10px;
  display: block;
}
.icon-boxes.box-border > div .content-wrapper .image a {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
}
.icon-boxes.box-border > div .content-wrapper .image img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*--------------------------
    CONTENT
----------------------------*/
.left-content h2:first-child {
  margin-top: 0;
}
.left-content .csc-header + .cs-cols {
  margin-top: 20px;
}
.left-content h3 {
  font-size: 13px;
  font-size: 1rem;
  line-height: 140%;
  border: none;
  padding-bottom: 0;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}
.left-content h2.border-bottom,
.left-content h3.border-bottom {
  border-bottom: 2px solid #CCC;
  padding-bottom: 5px;
}
.content .main-content .index-teaser .wrapper {
  padding: 0;
}
.content .main-content > .wrapper {
  min-height: 600px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.content .main-content > .wrapper .breadcrumb {
  display: none;
}
.content .main-content > .wrapper > .cs-cols-2-1 {
  margin-top: 10px;
}
.content .main-content > .wrapper .right-content h3:first-child {
  margin-top: 0;
}
.content .main-content > .wrapper .right-content #nav-scd-level {
  margin-bottom: 20px;
}
.content .main-content > .wrapper .right-content #nav-scd-level h3 {
  margin-bottom: 2px;
}
.content .main-content > .wrapper .right-content #nav-scd-level h3 a {
  text-decoration: none;
  color: #333;
}
.content .main-content > .wrapper .right-content #nav-scd-level h3 a:hover {
  text-decoration: underline;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
  -webkit-transition: height 0.6s;
  /* Safari */
  transition: height 0.6s;
  overflow: hidden;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li {
  border-bottom: 1px dashed #CCC;
  background: none;
  padding-left: 0;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li:last-child {
  border-bottom: 1px solid #CCC;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li > ul {
  list-style: none;
  display: none;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > a,
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > span {
  background-color: #EFEFEF;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > ul {
  display: block;
  margin: 8px 0;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > ul > li {
  background: none;
  padding-left: 0;
  margin-left: 15px;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > ul > li a,
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > ul > li span {
  padding: 5px 7px 5px 25px;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > ul > li.active a,
.content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > ul > li.active span {
  font-weight: bold;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul li {
  color: #4C4C4C;
  margin: 0;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul li > a,
.content .main-content > .wrapper .right-content #nav-scd-level > ul li > span {
  color: #4C4C4C;
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
  padding: 9px 7px 9px 27px;
  display: block;
  text-decoration: none;
  position: relative;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul li > a:hover,
.content .main-content > .wrapper .right-content #nav-scd-level > ul li > span:hover {
  text-decoration: underline;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul li > a:before,
.content .main-content > .wrapper .right-content #nav-scd-level > ul li > span:before {
  /* icon-angle-right */
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: .9em;
  overflow: hidden;
  margin-right: 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.07692308rem;
  line-height: 120%;
  position: absolute;
  left: 7px;
}
.content .main-content > .wrapper .right-content #nav-scd-level > ul li span:hover {
  text-decoration: none;
}
.content .main-content > .wrapper .right-content #nav-scd-level .scd-nav-opener {
  display: none;
  text-align: right;
  color: #666;
  text-decoration: none;
}
.content .main-content > .wrapper .right-content #nav-scd-level .scd-nav-opener:hover {
  text-decoration: underline;
}
.content .main-content > .wrapper .right-content iframe {
  display: block;
  width: 100%;
  height: 180px;
}
.content .footer-content {
  background-color: #EBF1F5;
  padding: 10px 0 0;
}
.content .footer-content .wrapper {
  padding-top: 10px;
}
.content .footer-content h3 {
  color: #004D8A;
  font-size: 18px;
  line-height: 210%;
}
.content .footer-content a {
  text-decoration: none;
}
.content .footer-content a:hover {
  text-decoration: underline;
}
.content .footer-content p.bigger-text {
  font-size: 15px;
  line-height: 140%;
}
.content .footer-content p.bigger-text [class^="icon-"]:before,
.content .footer-content p.bigger-text [class*=" icon-"]:before {
  font-size: 16px;
  line-height: 100%;
  top: 2px;
}
.content .footer-content .icon-cs-phone:before {
  font-size: 20px;
  line-height: 140%;
  margin-right: 0.3em;
}
.content .footer-content .icon-cs-mail:before {
  height: 0.9em;
}
/*--------------------------
    CONTENT YOUNG STYLE
----------------------------*/
.young-style .cs-cols {
  overflow: visible;
}
.young-style .index-slider button,
.young-style .index-slider input[type="submit"],
.young-style .index-slider a.button {
  background: transparent !important;
  padding-left: 0px !important;
}
.young-style .index-slider button:before,
.young-style .index-slider input[type="submit"]:before,
.young-style .index-slider a.button:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  text-decoration: inherit;
  speak: none;
  font-size: 230px;
  line-height: 100%;
  position: absolute;
  left: -50px;
  top: -12px;
  height: 15px;
  color: #00315A;
  content: "\f10b";
}
.young-style .index-slider button:hover,
.young-style .index-slider input[type="submit"]:hover,
.young-style .index-slider a.button:hover {
  background-color: transparent !important;
}
.young-style .index-slider button:hover:before,
.young-style .index-slider input[type="submit"]:hover:before,
.young-style .index-slider a.button:hover:before {
  color: #003969;
}
.young-style .index-slider button > span,
.young-style .index-slider input[type="submit"] > span,
.young-style .index-slider a.button > span {
  z-index: 1;
  position: relative;
  padding-left: 20px;
}
.young-style .index-slider button > span:before,
.young-style .index-slider input[type="submit"] > span:before,
.young-style .index-slider a.button > span:before {
  content: '\e805';
  font-family: "iconfont-ihk-leipzig";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  position: absolute;
  left: 0px;
}
.young-style .footer-content .cs-cols > div,
.young-style .footer-content .cs-cols > section {
  position: relative;
}
.young-style .footer-content .cs-cols > div .text-margin-left,
.young-style .footer-content .cs-cols > section .text-margin-left {
  margin-left: 0;
}
.young-style .footer-content .cs-cols > div h3,
.young-style .footer-content .cs-cols > section h3 {
  margin-bottom: 20px;
}
.young-style .footer-content .cs-cols > div h3.pfad-10:before,
.young-style .footer-content .cs-cols > section h3.pfad-10:before {
  font-size: 135px;
  line-height: 100%;
  left: 20px;
}
.young-style .footer-content .cs-cols > div h3.pfad-11:before,
.young-style .footer-content .cs-cols > section h3.pfad-11:before {
  font-size: 135px;
  line-height: 100%;
}
.young-style .footer-content .cs-cols > div h3.pfad-12:before,
.young-style .footer-content .cs-cols > section h3.pfad-12:before {
  font-size: 140px;
  line-height: 100%;
  left: -45px;
}
.young-style #footer .cs-cols {
  overflow: hidden;
}
/*--------------------------
	VOLLVERSAMMLUNG
----------------------------*/
.tx-cs-vollversammlung .list-view h2.resp-accordion {
  font-size: 13px;
  font-size: 1rem;
  line-height: 26px;
  background-color: #E5EDF3;
  color: #333;
  cursor: pointer;
  font-family: 'Arial', sans-serif;
  margin: 0 0 10px;
  padding: 5px 60px 5px 15px;
  position: relative;
  text-align: right;
}
.tx-cs-vollversammlung .list-view h2.resp-accordion:before {
  background-color: #004D8A;
  box-sizing: border-box;
  color: #fff;
  content: '\e803';
  font-size: 26px;
  left: auto;
  line-height: 26px;
  height: 100%;
  margin: 0;
  padding-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.tx-cs-vollversammlung .list-view h2.resp-accordion:hover,
.tx-cs-vollversammlung .list-view h2.resp-accordion.resp-tab-active {
  background-color: #CC0033;
  color: #fff;
  font-weight: bold;
}
.tx-cs-vollversammlung .list-view h2.resp-accordion:hover:before,
.tx-cs-vollversammlung .list-view h2.resp-accordion.resp-tab-active:before {
  background-color: #E5EDF3;
  color: #333;
}
.tx-cs-vollversammlung .list-view h2.resp-accordion.resp-tab-active:before {
  content: '\e804';
}
.tx-cs-vollversammlung .list-view h2.resp-accordion span {
  float: left;
  padding-right: 20px;
  text-align: left;
}
.tx-cs-vollversammlung .list-view h3 {
  font-size: 16px;
  font-size: 1.23076923rem;
  line-height: 120%;
  color: #333;
  font-family: 'Georgia', serif;
  font-weight: normal;
  margin-bottom: 0;
}
.tx-cs-vollversammlung .list-view .resp-tab-content {
  border-bottom: 2px solid #ccc;
  border-top: 0 none;
  margin: 0 0 30px;
  padding: 10px 0;
}
.tx-cs-vollversammlung .list-view .item {
  background: #E5EDF3;
  margin-bottom: 20px;
  position: relative;
}
.tx-cs-vollversammlung .list-view .preview img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.tx-cs-vollversammlung .list-view .hint {
  color: #666;
}
.tx-cs-vollversammlung .list-view .text {
  padding: 15px 10px 8em;
}
.tx-cs-vollversammlung .list-view .text .clean {
  display: table;
}
.tx-cs-vollversammlung .list-view .text .clean td {
  display: table-cell;
}
.tx-cs-vollversammlung .list-view .bottom {
  bottom: 30px;
  box-sizing: border-box;
  height: 5em;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}
.tx-cs-vollversammlung .list-view .more {
  background-color: #004D8A;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.tx-cs-vollversammlung .list-view .more:before {
  font-size: 16px;
  float: right;
  overflow: visible;
}
.tx-cs-vollversammlung .list-view .more:hover .link {
  text-decoration: underline;
}
.tx-cs-vollversammlung .list-view.members .bottom {
  bottom: 0;
}
.tx-cs-vollversammlung .list-view.members .text {
  padding-bottom: 6em;
}
.tx-cs-vollversammlung .show {
  background-color: #E5EDF3;
  padding: 10px 20%;
}
.tx-cs-vollversammlung .show h1 {
  font-size: 24px;
  font-size: 1.84615385rem;
  line-height: 120%;
  color: #004D8A;
  margin-bottom: 1em;
  padding-top: 20px;
}
.tx-cs-vollversammlung .show h2 {
  color: #004D8A;
}
.tx-cs-vollversammlung .show h3 {
  font-size: 13px;
  font-size: 1rem;
  line-height: 120%;
  border: 0 none;
  color: #666;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0;
}
.tx-cs-vollversammlung .show .image {
  display: none;
}
.tx-cs-vollversammlung .show .big {
  font-size: 18px;
  font-size: 1.38461538rem;
  line-height: 120%;
  color: #666;
}
/*-------------------------------
CHAT ROBOTER
---------------------------------*/
/* CSS Document */
.chat-container-embedded {
  width: 100%;
}
.chat-container-embedded .chat-panel {
  box-shadow: none;
  border: 1px solid #ececec;
}
.chat-container-embedded .chat-header {
  background-color: #004D8A;
  right: -1px;
  left: -1px;
}
.chat-container-embedded .chat-contents {
  height: 490px;
  background: #ececec;
}
.chat-container-embedded .chat-history {
  overflow: auto;
  top: 30px;
  bottom: 80px;
}
.chat-container-embedded .chat-message-bot .chat-message-content,
.chat-container-embedded .chat-message-bot .chat-card-content {
  background-color: #ffcc00;
}
.chat-container-embedded .chat-message-content,
.chat-container-embedded .chat-card-content {
  color: #004d8a;
  border-radius: 0;
}
.chat-container-embedded .chat-message-bot .chat-message-content,
.chat-container-embedded .chat-message-bot .chat-card-content {
  background-color: #ffcc00;
}
.chat-container-embedded .chat-message-bot .chat-message-arrow {
  border-right: 14px solid #ffcc00;
}
.chat-container-embedded .chat-quickReply-action {
  margin: 10px 4px 10px 7px;
}
.chat-container-embedded .chat-quickReply-action-title {
  background-color: #004D8A;
  margin: 2px 0 0 0;
  border-radius: 0;
}
.chat-container-embedded .chat-textbox {
  padding: 8px 110px 8px 8px;
  top: 5px;
  right: auto;
}
.chat-container-embedded .chat-textarea {
  padding: 5px 8px;
}
.chat-container-embedded .chat-console .chat-send-label {
  bottom: 17px;
  box-sizing: border-box;
  font-weight: normal;
  height: auto;
  line-height: 140%;
  position: absolute;
  right: 8px;
  text-transform: none;
}
.chat-container-embedded .chat-footer {
  height: 30px;
}
.chat-container-embedded .chat-footer-label {
  width: auto;
}
/*# sourceMappingURL=content.css.map */
.mobile-hide {
  display: none;
}
.mobile-show {
  display: block;
}
.mobile-show.cs-cols {
  display: inline-block;
}
.wrapper {
  padding: 0 10px;
  position: relative;
}
#top-nav,
#header,
#mobile-nav,
#nav,
#teaser,
.index-teaser,
.content .footer-content,
#footer {
  font-size: 13px;
  line-height: 140%;
}
#top-nav [class^="icon-"]:before,
#header [class^="icon-"]:before,
#mobile-nav [class^="icon-"]:before,
#nav [class^="icon-"]:before,
#teaser [class^="icon-"]:before,
.index-teaser [class^="icon-"]:before,
.content .footer-content [class^="icon-"]:before,
#footer [class^="icon-"]:before,
#top-nav [class*=" icon-"]:before,
#header [class*=" icon-"]:before,
#mobile-nav [class*=" icon-"]:before,
#nav [class*=" icon-"]:before,
#teaser [class*=" icon-"]:before,
.index-teaser [class*=" icon-"]:before,
.content .footer-content [class*=" icon-"]:before,
#footer [class*=" icon-"]:before {
  font-size: 13px;
  line-height: 100%;
}
/*--------------------------
   Cookie-Hint
----------------------------*/
#cookie-hint {
  padding-top: 10px;
  display: none;
}
#cookie-hint p {
  margin-bottom: 0;
  color: #999;
}
#cookie-hint p a {
  color: #999;
  margin-left: 10px;
}
/*--------------------------
   TOPNAV
----------------------------*/
#top-nav {
  display: none;
}
/*--------------------------
    HEADER
----------------------------*/
#header {
  padding: 10px 0;
}
#header #slogan,
#header #sub-nav {
  display: none;
}
#header #logo {
  width: 60%;
  height: auto;
}
#header #mobile-main-nav {
  position: absolute;
  right: 10px;
  top: 3px;
}
#header #mobile-main-nav > ul {
  list-style-type: none;
}
#header #mobile-main-nav > ul > li {
  float: left;
  border-left: 1px solid #CCC;
  margin: 0;
  background: none;
  padding-left: 0;
}
#header #mobile-main-nav > ul > li > a,
#header #mobile-main-nav > ul > li > span {
  color: #666;
  display: block;
}
#header #mobile-main-nav > ul > li:first-child {
  border: 0;
}
#header #mobile-main-nav > ul > li#mobile-nav-link > a:before {
  font-size: 40px;
  line-height: 37px;
  margin: 0 5px 0 0;
  overflow: visible;
}
#header #mobile-main-nav > ul > li#mobile-search-link > a:before {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 0 5px;
  overflow: visible;
}
/*--------------------------
    NAV & MOBILE NAV
----------------------------*/
#nav,
#mobile-nav {
  clear: both;
  background-color: #004D8A;
  width: 100%;
  min-height: 12px;
}
#nav .wrapper,
#mobile-nav .wrapper {
  padding: 0;
  height: 45px;
}
#nav .wrapper > ul,
#mobile-nav .wrapper > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  background: #004D8A;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #004D8A), color-stop(1, #00467E));
  background: -ms-linear-gradient(bottom, #004D8A, #00467E);
  background: -moz-linear-gradient(center bottom, #004D8A 0%, #00467E 100%);
  background: -o-linear-gradient(#00467E, #004D8A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00467E', endColorstr='#004D8A', GradientType=0);
}
#nav .wrapper > ul > li,
#mobile-nav .wrapper > ul > li {
  float: left;
  margin: 0;
  color: #FFF;
  background: none;
  padding-left: 0;
}
#nav .wrapper > ul > li > a,
#mobile-nav .wrapper > ul > li > a,
#nav .wrapper > ul > li > span,
#mobile-nav .wrapper > ul > li > span {
  color: #FFF;
  font-size: 14px;
  line-height: 19px;
  display: block;
  float: left;
  padding: 13px 7px;
  border-left: 1px solid #3371A1;
  text-decoration: none;
}
#nav .wrapper > ul > li > a:hover,
#mobile-nav .wrapper > ul > li > a:hover,
#nav .wrapper > ul > li > span:hover,
#mobile-nav .wrapper > ul > li > span:hover {
  text-decoration: underline;
}
#nav .wrapper > ul > li > span:hover,
#mobile-nav .wrapper > ul > li > span:hover {
  text-decoration: none !important;
}
#nav .wrapper > ul > li:first-child > a,
#mobile-nav .wrapper > ul > li:first-child > a,
#nav .wrapper > ul > li:first-child > span,
#mobile-nav .wrapper > ul > li:first-child > span {
  border: 0;
  padding: 13px 10px;
}
#nav .wrapper > ul > li > i,
#mobile-nav .wrapper > ul > li > i {
  display: none;
}
#nav .wrapper > ul > li.active,
#mobile-nav .wrapper > ul > li.active {
  background: #004D8A;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00335E), color-stop(1, #004D8A));
  background: -ms-linear-gradient(bottom, #00335E, #004D8A);
  background: -moz-linear-gradient(center bottom, #00335E 0%, #004D8A 100%);
  background: -o-linear-gradient(#004D8A, #00335E);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D8A', endColorstr='#00335E', GradientType=0);
}
#nav .wrapper > ul > li.active > a,
#mobile-nav .wrapper > ul > li.active > a,
#nav .wrapper > ul > li.active > span,
#mobile-nav .wrapper > ul > li.active > span {
  border-color: transparent;
}
#nav .wrapper > ul > li.active + li > a,
#mobile-nav .wrapper > ul > li.active + li > a,
#nav .wrapper > ul > li.active + li > span,
#mobile-nav .wrapper > ul > li.active + li > span {
  border-color: transparent;
}
#nav .wrapper > ul > li > .flyout,
#mobile-nav .wrapper > ul > li > .flyout {
  display: none;
}
#nav {
  display: none;
}
#nav .wrapper > ul > li#search-link {
  display: none;
}
#mobile-nav .wrapper {
  text-align: center;
}
#mobile-nav .wrapper ul {
  margin: 0 auto;
  width: auto;
}
/*--------------------------
    TEASER
----------------------------*/
#teaser {
  display: none;
}
/*--------------------------
    SHARIFF
----------------------------*/
.shariff ul {
  list-style-type: none;
}
.shariff ul li {
  margin-bottom: 0;
  padding-left: 0;
}
/*--------------------------
    FOOTER
----------------------------*/
#footer {
  background-color: #004D8A;
  width: 100%;
  color: #FFF;
  padding: 10px 0 40px;
  border-top: 1px solid #BFD2E2;
}
#footer .wrapper {
  text-align: center;
}
#footer #footer-nav,
#footer #footer-nav-toggle {
  display: none;
}
#footer p {
  font-size: 12px;
  line-height: 25px;
}
#footer p a {
  color: #FFF;
  border-left: 1px solid #80A6C5;
  padding-left: 10px;
  margin-left: 10px;
  text-decoration: none;
}
#footer p a:hover {
  text-decoration: underline;
}
#footer #partner {
  margin-top: 10px;
}
#footer #partner a {
  margin-left: 20px;
  text-decoration: none;
}
#footer #partner a:first-child {
  margin: 0;
}

/* Allgemeines CSS max-width: 300px */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 300px   ----------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 300px) {
  /*--------------------------
		  HEADER
	  ----------------------------*/
  #header #mobile-main-nav ul li#mobile-nav-link > a:before {
    margin: 0 13px 0 0;
  }
  #header #mobile-main-nav ul li#mobile-search-link > a:before {
    margin: 0 0 0 13px;
  }
  /*--------------------------
		  MOBILE-NAV
	  ----------------------------*/
  #mobile-nav .wrapper ul li a,
  #mobile-nav .wrapper ul li span {
    font-size: 16px;
    line-height: 120%;
    padding: 13px 13px;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 480px   ----------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 480px) {
  .wrapper {
    padding: 0 20px;
  }
  /*--------------------------
		  HEADER
	  ----------------------------*/
  #header {
    padding: 18px 0 10px;
  }
  #header #logo {
    width: 317px;
    height: 68px;
  }
  /*--------------------------
		  MOBILE-NAV
	  ----------------------------*/
  #mobile-nav .wrapper ul li a,
  #mobile-nav .wrapper ul li span {
    padding: 13px 20px;
  }
  #mobile-nav .wrapper ul li:first-child a,
  #mobile-nav .wrapper ul li:first-child span {
    padding: 13px 20px;
  }
  /*--------------------------
		  FCEs
	  ----------------------------*/
  .contact-person .contact-info {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 0;
    clear: none;
    display: inline-block;
  }
  .contact-person .contact-image {
    width: 48%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .contact-person .contact-image img {
    margin: 0;
  }
  .contact-person .contact-image + .contact-info {
    width: 46%;
    padding-left: 3%;
    padding-right: 3%;
    clear: none;
  }
  .index-slider {
    height: 230px;
  }
  .index-slider .slides > div {
    height: 230px;
  }
  .index-slider .slides > div .image img {
    top: -10%;
    width: 100%;
  }
  /*--------------------------
		  Icon-Boxes
	  ----------------------------*/
  .icon-boxes > div {
    width: 30%;
    margin-right: 5%;
  }
  .icon-boxes > div.even {
    margin-right: 5%;
  }
  .icon-boxes > div.third {
    margin-right: 0;
  }
  .icon-boxes > div.third + .even {
    clear: both;
  }
  /*--------------------------
		  SEARCH
	  ----------------------------*/
  .search-form .search-input input {
    padding: 10px 42% 10px 4%;
    width: 53%;
  }
  .search-form .search-input input.ui-autocomplete-loading {
    background-position: 60% center !important;
  }
  .search-form .search-input .extended-search-link {
    width: 29%;
  }
  /*--------------------------
		NEWS
	----------------------------*/
  .news-list .news-list-item .image {
    width: 197px;
    float: left;
  }
  .news-list .news-list-item .text {
    margin-left: 220px;
  }
  /*--------------------------
		  EVENTS
	  ----------------------------*/
  .event-detailed-dates-list table .button {
    margin-bottom: 10px;
  }
  .event-detailed-dates-list table thead {
    display: table-header-group;
  }
  .event-detailed-dates-list table thead tr th {
    font-size: 11px;
    font-size: 0.84615385rem;
    line-height: 120%;
    color: #999;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
  }
  .event-detailed-dates-list table thead tr th:first-child {
    padding-left: 0;
  }
  .event-detailed-dates-list table tbody tr td {
    padding-top: 8px;
    padding-bottom: 8px;
    display: table-cell;
    padding-left: 10px;
  }
  .event-detailed-dates-list table tbody tr td:first-child {
    padding-left: 0;
  }
  .event-detailed-dates-list table tbody tr.date-overview {
    position: static;
    display: table-row;
  }
  .event-detailed-dates-list table tbody tr.date-overview td {
    border-top: 1px solid #CCC;
  }
  .event-detailed-dates-list table tbody tr.date-overview td:first-child {
    width: 55%;
  }
  .event-detailed-dates-list table tbody tr.date-overview td.icon {
    width: 5%;
    position: static;
    display: table-cell;
  }
  .event-detailed-dates-list table tbody tr.date-overview td.icon [class^="icon-"]:before,
  .event-detailed-dates-list table tbody tr.date-overview td.icon [class*=" icon-"]:before {
    font-size: 14px;
    font-size: 1.07692308rem;
    line-height: 120%;
    margin-right: 0;
  }
  .event-detailed-dates-list table tbody tr.date-overview td .date-title {
    padding-left: 20px;
  }
  .event-detailed-dates-list table tbody tr.date-overview:first-child td {
    border-top: 0;
  }
  .event-detailed-dates-list table tbody tr.date-detailed-info td {
    border-bottom: 20px #ffffff solid;
  }
  .event-detailed-dates-list table tbody tr.date-detailed-info td:first-child {
    padding-left: 20px;
  }
  .events-detailed-list .events-detailed-list-item {
    clear: both;
  }
  .events-detailed-list .events-detailed-list-item .events-detailed-list-item-date {
    float: left;
  }
  .events-detailed-list .events-detailed-list-item .events-detailed-list-item-info {
    margin-left: 60px;
  }
  .events-detailed-list .events-detailed-list-item .events-detailed-list-item-info h2 {
    margin-top: 0;
  }
  .top-events-slider {
    position: relative;
  }
  .top-events-slider .flexslider {
    height: 200px;
  }
  .top-events-slider .slides {
    height: 200px;
  }
  .top-events-slider .slides > div {
    background-color: #F2F2F2;
  }
  .top-events-slider .slides > div .image {
    width: 200px;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .top-events-slider .slides > div .image img {
    margin: 0;
  }
  .top-events-slider .slides > div .text {
    clear: none;
    margin-left: 200px;
  }
  /*--------------------------
		  Formulare
	  ----------------------------*/
  label {
    display: inline-block;
    margin-bottom: 1rem;
    width: 30%;
  }
  input[type="text"],
  input[type="url"],
  input[type="number"],
  input[type="password"],
  input[type="date"],
  input[type="search"],
  input[type="email"],
  select,
  textarea {
    padding: 6px 2%;
    width: 56%;
  }
  .select {
    width: 60%;
  }
  textarea {
    max-width: 60%;
  }
  .powermail_fieldwrap_file label {
    position: relative;
    top: -14px;
  }
  .powermail_fieldwrap_file .powermail_fieldwrap_file_inner {
    width: 61%;
    display: inline-block;
  }
  .powermail_fieldwrap_text {
    width: 55%;
  }
  .powermail_fieldwrap_typoscript button,
  .powermail_fieldwrap_submit input[type="submit"],
  .powermail_fieldwrap_submit button,
  .powermail_fieldwrap_submit .lighten-text,
  .powermail_fieldwrap_textarea textarea,
  .powermail_fieldwrap_check,
  .powermail_fieldwrap_radio,
  .powermail_fieldwrap_text {
    margin-left: 30%;
  }
  .powermail_fieldwrap_check label,
  .powermail_fieldwrap_radio label {
    width: 70%;
  }
  .powermail_fieldwrap_textarea {
    position: relative;
  }
  .powermail_fieldwrap_textarea label {
    position: absolute;
    top: 0px;
  }
  .powermail_fieldwrap_textarea textarea {
    margin-left: 31%;
  }
  /* Spezifisch */
  .event-filter .select {
    width: 100%;
  }
  .event-filter > div {
    float: left;
    clear: none;
    width: 48%;
    margin-right: 4%;
  }
  .event-filter > div.right {
    margin-right: 0;
  }
  .event-filter > div:last-child {
    clear: left;
    width: 100%;
    margin-right: 0;
  }
  .powermail_fieldwrap_typoscript button.float-left + p {
    margin-left: 31%;
    width: 56%;
  }
  /*--------------------------
		  Themen von A-Z
	  ----------------------------*/
  .tx-csdictionary-list .dictionary-letter,
  .tx-csdictionary-list .dictionary-search-icon {
    float: left;
  }
  .tx-csdictionary-list .dictionary-items {
    margin-left: 80px;
  }
  .tx-csdictionary-list .dictionary-items .dictionary-item .dictionary-item-content {
    padding: 15px 15px 15px 33px;
  }
  /*--------------------------
		  History
	  ----------------------------*/
  #history-slider .year {
    float: left;
  }
  #history-slider .text {
    margin-left: 120px;
    min-height: 60px;
  }
  /*--------------------------
		  Sitemap
	  ----------------------------*/
  .csc-sitemap:before {
    content: '\e800';
    font-family: "iconfont-ihk-leipzig";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-size: 64px;
    font-size: 4.92307692rem;
    line-height: 120%;
    color: #CCC;
    float: left;
    position: relative;
    top: -15px;
  }
  .csc-sitemap > ul {
    margin-left: 80px;
    margin-top: 15px;
  }
  /*--------------------------
		 CONTENT
	 ----------------------------*/
  .content .footer-content .wrapper .cs-cols {
    overflow: visible;
    display: table-row;
    width: 100%;
  }
  .content .footer-content .wrapper .cs-cols > div {
    display: table-cell;
    float: none;
    padding-left: 3%;
  }
  .content .footer-content .wrapper .cs-cols > div.mobile-hide {
    display: none;
  }
  .content .footer-content .wrapper .cs-cols > div:first-child.mobile-hide + div,
  .content .footer-content .wrapper .cs-cols > div:first-child {
    padding-left: 0;
  }
  /*--------------------------
		VOLLVERSAMMLUNG
	----------------------------*/
  .tx-cs-vollversammlung .resp-tab-content {
    overflow: hidden;
  }
  .tx-cs-vollversammlung .group {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-justify-content: flex-start;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -2%;
  }
  .tx-cs-vollversammlung .item {
    margin: 0 2%;
    width: 46%;
  }
  .tx-cs-vollversammlung .show {
    padding: 0;
  }
  .tx-cs-vollversammlung .show .image {
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }
  .tx-cs-vollversammlung .show .image img {
    display: block;
    height: auto;
    width: 100%;
  }
  .tx-cs-vollversammlung .show .text {
    display: inline-block;
    margin-left: 3%;
    vertical-align: top;
    width: 50%;
  }
  /*--------------------------
		 YOUNG STYLE
	  ----------------------------*/
  .young-style .footer-content .wrapper .cs-cols > div,
  .young-style .footer-content .wrapper .cs-cols > section {
    float: left;
    width: 48%;
    padding-left: 4%;
    display: block;
  }
  .young-style .footer-content .wrapper .cs-cols > div.last,
  .young-style .footer-content .wrapper .cs-cols > section.last {
    padding-left: 0;
    clear: both;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 480px MAX 680px  ----------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 480px) and (max-width: 680px) {
  /*--------------------------
		  Mehrspaltig
	  ----------------------------*/
  .cs-cols2 > div,
  .cs-cols2 > section,
  .cs-cols3 > div,
  .cs-cols3 > section,
  .cs-cols4 > div,
  .cs-cols4 > section,
  .cs-cols5 > div {
    float: left;
    width: 48%;
    padding-left: 4%;
    margin-bottom: 20px;
  }
  .cs-cols > div:nth-child(odd) {
    padding-left: 0;
    clear: both;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 560px  ----------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 560px) {
  /*--------------------------
		  Tabellen
	  ----------------------------*/
  table {
    border-spacing: 1px;
  }
  table tr td,
  table tr th {
    display: table-cell;
    padding: 3px 10px;
  }
  table tr td:before,
  table tr th:before {
    display: none;
  }
  table tr th {
    background-color: #D1D1D1;
    font-weight: bold;
    border-left: none;
  }
  table tr:nth-child(odd) td {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  table tr:nth-child(even) td {
    background: #EFEFEF;
  }
  .tx-cs-ihk-contribution table tr td {
    width: 100px;
  }
  /*--------------------------
		  Kalender
	  ----------------------------*/
  .tx-cs-cal table td.cal-date:after {
    display: none;
  }
  .tx-cs-cal .empty {
    display: table-cell;
  }
  /*--------------------------
		  Icon-Boxes
	 ----------------------------*/
  .icon-boxes.cols-5 > div {
    width: 20%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-right: 0;
  }
  .icon-boxes.cols-5 > div.fifth {
    padding-right: 0;
  }
  .icon-boxes.cols-5 > div.fifth + .even {
    clear: both;
  }
  .icon-boxes.cols-5 > div.third + .even {
    clear: none;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 680px   ----------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 680px) {
  .hide-on-desktop {
    display: none;
  }
  /*--------------------------
	   Cookie-Hint
	----------------------------*/
  #cookie-hint {
    padding-top: 0;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
  }
  /*--------------------------
		  TOPNAV
	  ----------------------------*/
  #top-nav {
    display: block;
    height: 30px;
    width: 100%;
    border-bottom: 2px solid #E5E5E5;
  }
  #top-nav .wrapper > ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  #top-nav .wrapper > ul > li {
    float: left;
    margin: 0;
    padding-left: 20px;
    color: #666666;
    position: relative;
    background: none;
  }
  #top-nav .wrapper > ul > li > a,
  #top-nav .wrapper > ul > li > span {
    color: #6F6F6F;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
  }
  #top-nav .wrapper > ul > li > a:hover,
  #top-nav .wrapper > ul > li > span:hover {
    text-decoration: underline;
  }
  #top-nav .wrapper > ul > li > a#language-link > i:before,
  #top-nav .wrapper > ul > li > span#language-link > i:before {
    margin-right: 0;
    margin-left: .3em;
    font-weight: bold;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div,
  #top-nav .wrapper > ul > li > span#change-fontsize > div {
    display: inline;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div [class^="icon-"]:before,
  #top-nav .wrapper > ul > li > span#change-fontsize > div [class^="icon-"]:before,
  #top-nav .wrapper > ul > li > a#change-fontsize > div [class*=" icon-"]:before,
  #top-nav .wrapper > ul > li > span#change-fontsize > div [class*=" icon-"]:before {
    overflow: visible;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div .icon-cs-font,
  #top-nav .wrapper > ul > li > span#change-fontsize > div .icon-cs-font {
    display: block;
    float: left;
    margin-right: 6px;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div .icon-cs-font.large,
  #top-nav .wrapper > ul > li > span#change-fontsize > div .icon-cs-font.large {
    margin-right: 15px;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div .icon-cs-font:before,
  #top-nav .wrapper > ul > li > span#change-fontsize > div .icon-cs-font:before {
    margin-right: 0;
    content: "A";
    font-family: 'Arial', sans-serif;
    color: #999;
    width: 7px;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div .icon-cs-font.small:before,
  #top-nav .wrapper > ul > li > span#change-fontsize > div .icon-cs-font.small:before {
    font-size: 11px;
    line-height: 120%;
    width: 5px;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div .icon-cs-font.large:before,
  #top-nav .wrapper > ul > li > span#change-fontsize > div .icon-cs-font.large:before {
    font-size: 18px;
    line-height: 120%;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div.normal .icon-cs-font.small:before,
  #top-nav .wrapper > ul > li > span#change-fontsize > div.normal .icon-cs-font.small:before {
    color: #333;
    font-weight: bold;
  }
  #top-nav .wrapper > ul > li > a#change-fontsize > div.large .icon-cs-font:before,
  #top-nav .wrapper > ul > li > span#change-fontsize > div.large .icon-cs-font:before {
    color: #666666;
  }
  #top-nav .wrapper > ul > li > span:hover {
    text-decoration: none;
  }
  #top-nav .wrapper > ul > li > ul {
    background-color: #FFF;
    position: absolute;
    top: 30px;
    left: 15px;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    width: 130px;
    display: none;
    z-index: 1000;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
  }
  #top-nav .wrapper > ul > li > ul > li {
    color: #4C4C4C;
    border-top: 1px dashed #CCC;
    margin: 0;
    padding-left: 0;
    background: none;
  }
  #top-nav .wrapper > ul > li > ul > li:first-child {
    border-top: none;
  }
  #top-nav .wrapper > ul > li > ul > li > a,
  #top-nav .wrapper > ul > li > ul > li > span {
    color: #4C4C4C;
    font-size: 13px;
    font-size: 1rem;
    line-height: 120%;
    padding: 9px 7px 9px 25px;
    display: block;
    text-decoration: none;
  }
  #top-nav .wrapper > ul > li > ul > li > a:hover,
  #top-nav .wrapper > ul > li > ul > li > span:hover {
    text-decoration: underline;
  }
  /*--------------------------
		  HEADER
	  ----------------------------*/
  #header {
    min-height: 99px;
  }
  #header #mobile-main-nav {
    display: none;
  }
  #header #sub-nav {
    display: block;
    clear: both;
    padding-top: 10px;
  }
  #header #sub-nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  #header #sub-nav ul li {
    float: left;
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 120%;
    background: none;
  }
  #header #sub-nav ul li a,
  #header #sub-nav ul li span {
    color: #4C4C4C;
    border-left: 1px solid #CCC;
    padding-left: 18px;
    text-decoration: none;
  }
  #header #sub-nav ul li a:hover,
  #header #sub-nav ul li span:hover {
    text-decoration: underline;
  }
  #header #sub-nav ul li span:hover {
    text-decoration: none;
  }
  #header #sub-nav ul li:first-child {
    padding-left: 0;
  }
  #header #sub-nav ul li:first-child a {
    border: 0;
    padding: 0;
  }
  /*--------------------------
		 SEARCHBOX
	  ----------------------------*/
  .search-box {
    padding-left: 28px;
    padding-right: 28px;
    top: 45px;
  }
  /*--------------------------
		  MOBILE-NAV
	  ----------------------------*/
  #mobile-nav,
  #mp-menu {
    display: none;
  }
  /*--------------------------
		  NAV
	  ----------------------------*/
  #nav {
    display: block;
  }
  #nav .wrapper > ul > li {
    position: relative;
    height: 45px;
  }
  #nav .wrapper > ul > li > a,
  #nav .wrapper > ul > li > span {
    font-size: 14px;
    line-height: 19px;
    padding: 13px 14px;
    text-decoration: none;
  }
  #nav .wrapper > ul > li > a:hover,
  #nav .wrapper > ul > li > span:hover {
    text-decoration: underline;
  }
  #nav .wrapper > ul > li:first-child > a,
  #nav .wrapper > ul > li:first-child > span {
    padding-left: 20px;
  }
  #nav .wrapper > ul > li.subnav > a > i,
  #nav .wrapper > ul > li.subnav > span > i {
    display: none;
  }
  #nav .wrapper > ul > li#search-link {
    position: absolute;
    right: 0;
    background: #00315a;
    padding: 8px 0;
    display: block;
    height: 29px;
  }
  #nav .wrapper > ul > li#search-link > a,
  #nav .wrapper > ul > li#search-link > span {
    border: 0;
    padding: 0 10px;
  }
  #nav .wrapper > ul > li#search-link > a:hover,
  #nav .wrapper > ul > li#search-link > span:hover {
    text-decoration: none;
  }
  #nav .wrapper > ul > li#search-link > a:before,
  #nav .wrapper > ul > li#search-link > span:before {
    font-size: 22px;
    line-height: 120%;
    margin: 0;
    overflow: visible;
  }
  #nav .wrapper > ul > li > ul {
    background-color: #FFF;
    position: absolute;
    top: 45px;
    left: 0px;
    padding: 5px 0px;
    margin: 0;
    list-style-type: none;
    width: 220px;
    display: none;
    z-index: 1000;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
  }
  #nav .wrapper > ul > li > ul > li {
    color: #4C4C4C;
    border-top: 1px dashed #CCC;
    margin: 0;
    background: none;
    padding-left: 0;
  }
  #nav .wrapper > ul > li > ul > li:first-child {
    border-top: none;
  }
  #nav .wrapper > ul > li > ul > li > a,
  #nav .wrapper > ul > li > ul > li > span {
    color: #4C4C4C;
    font-size: 13px;
    line-height: 120%;
    padding: 9px 7px 9px 27px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #nav .wrapper > ul > li > ul > li > a:hover,
  #nav .wrapper > ul > li > ul > li > span:hover {
    text-decoration: underline;
  }
  #nav .wrapper > ul > li > ul > li > a:before,
  #nav .wrapper > ul > li > ul > li > span:before {
    /* icon-angle-right */
    content: '\e805';
    font-family: "iconfont-ihk-leipzig";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: .9em;
    overflow: hidden;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    position: absolute;
    left: 7px;
  }
  #nav .wrapper > ul > li.open-left > ul {
    left: auto;
    right: 0;
  }
  /*--------------------------
		  SEARCH
	  ----------------------------*/
  .search-form .search-input input {
    padding: 10px 34% 10px 3%;
    width: 62%;
  }
  .search-form .search-input input.ui-autocomplete-loading {
    background-position: 68% center !important;
  }
  .search-form .search-input .extended-search-link {
    width: 24%;
  }
  .search-form .extended-search-box > div {
    float: left;
    width: 32%;
    padding-left: 2%;
  }
  .search-form .extended-search-box > div > p {
    margin-top: 0;
  }
  .search-form .extended-search-box > div:first-child {
    padding-left: 0;
  }
  .search-form .extended-search-box > div label {
    margin-bottom: 7px;
    width: 84%;
    margin-left: 16%;
  }
  .search-form .extended-search-box > div label span {
    left: -19%;
  }
  .search-results .result-type-nav {
    display: block;
  }
  .search-results .result-type-nav ul {
    list-style: none;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0;
  }
  .search-results .result-type-nav ul li {
    padding: 0;
    margin-bottom: 0;
    top: 4px;
    position: relative;
    background: none;
    display: inline-block;
  }
  .search-results .result-type-nav ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #666666;
    background: #EFEFEF;
    border: 1px solid #CCC;
  }
  .search-results .result-type-nav ul li a:hover {
    text-decoration: none;
  }
  .search-results .result-type-nav ul li a:hover {
    background-color: #FFF;
    color: #666666;
  }
  .search-results .result-type-nav ul li.active {
    top: 1px;
  }
  .search-results .result-type-nav ul li.active a {
    padding: 9px 16px;
    background-color: #FFF;
    border-bottom: none;
    color: #666666;
  }
  .search-results .results {
    padding: 15px;
    position: relative;
    border: 1px solid #CCC;
    border-top: none;
  }
  .search-results .results > h3 {
    display: none;
  }
  .search-results .results > div {
    padding: 0;
    margin-bottom: 0px;
    border: none;
  }
  .search-results .results > div > p {
    width: 70%;
  }
  .search-results .results .search-select {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .search-results .results .search-select select {
    margin: 0;
  }
  .search-results .results .results-item {
    padding-left: 30px;
    position: relative;
  }
  .search-results .results .results-item h2 {
    margin-left: 0;
    width: 75%;
  }
  .search-results .results .results-item .relevance {
    position: absolute;
    right: 0;
    top: 2px;
  }
  .search-results.search-results-documents .results {
    border-top: 1px solid #CCC;
  }
  /*--------------------------
		  CONTENT
	  ----------------------------*/
  .content .main-content > .wrapper .breadcrumb {
    display: block;
  }
  .content .main-content > .wrapper .breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .content .main-content > .wrapper .breadcrumb ol:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .content .main-content > .wrapper .breadcrumb ol li {
    color: #999;
    float: left;
    margin: 0 1px 4px 0;
    font-size: 12px;
    font-size: 0.92307692rem;
    line-height: 120%;
  }
  .content .main-content > .wrapper .breadcrumb ol li a {
    color: #666;
    text-decoration: none;
  }
  .content .main-content > .wrapper .breadcrumb ol li a:hover {
    text-decoration: underline;
  }
  .content .main-content > .wrapper .breadcrumb ol li:after {
    content: '\e805';
    font-family: "iconfont-ihk-leipzig";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 13px;
    height: .9em;
    overflow: hidden;
    margin-right: 0;
    text-align: center;
    font-size: 13px;
    font-size: 1rem;
    line-height: 80%;
    color: #666;
  }
  .content .main-content > .wrapper .breadcrumb ol li.current,
  .content .main-content > .wrapper .breadcrumb ol li:last-child {
    margin-left: 0;
  }
  .content .main-content > .wrapper .breadcrumb ol li.current:after,
  .content .main-content > .wrapper .breadcrumb ol li:last-child:after {
    display: none;
  }
  /*--------------------------
		   FCEs
	   ----------------------------*/
  .index-slider {
    background-color: transparent;
    position: relative;
    height: 330px;
  }
  .index-slider .flexslider {
    padding-bottom: 0;
  }
  .index-slider .controls {
    padding-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 48px;
    left: 59%;
    width: auto;
    display: inline-block;
    height: 25px;
  }
  .index-slider .controls .flex-control-nav {
    position: static;
    margin-top: 0;
  }
  .index-slider .controls .flex-control-nav > li {
    position: static;
  }
  .index-slider .controls .flex-control-nav > li a {
    background-color: #E8EFF5;
    border: 1px solid #BDC7D2;
    height: 17px;
    width: 16px;
  }
  .index-slider .controls .flex-control-nav > li a.flex-active:before {
    font-size: 13px;
    line-height: 120%;
    left: 1px;
  }
  .index-slider .controls .flex-pauseplay {
    position: static;
    display: inline-block;
    padding: 3px 4px 4px;
    height: 12px;
  }
  .index-slider .controls .flex-pauseplay a.flex-pause:before,
  .index-slider .controls .flex-pauseplay a.flex-play:before {
    color: #999;
  }
  .index-slider .slides > div {
    height: 330px;
    position: relative;
    width: 100%;
  }
  .index-slider .slides > div .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .index-slider .slides > div .image img {
    width: auto;
    height: 125%;
    position: static;
  }
  .index-slider .slides > div .text-wrapper {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    padding-top: 25px;
  }
  .index-slider .slides > div .text {
    margin-bottom: 0;
    float: right;
    width: 45%;
    padding: 55px 30px 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/content-bg.png');
    background-position: -1150px -55px;
    background-repeat: no-repeat;
    background-color: rgba(0, 77, 138, 0.9);
  }
  .index-slider .slides > div .text * {
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
  }
  .index-slider .slides > div .text p {
    display: block;
  }
  .index-slider .slides > div .text p.date {
    color: #80A6C5;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 120%;
  }
  .index-slider .slides > div .text h2 {
    margin-bottom: 15px;
  }
  .index-slider .slides > div .text h2 [class^="icon-"]:before,
  .index-slider .slides > div .text h2 [class*=" icon-"]:before {
    display: none;
  }
  .index-slider .slides > div .text a.button {
    background-color: #00315a;
    padding: 10px 15px 10px 30px;
    font-size: 16px;
    line-height: 120%;
    display: inline-block;
  }
  .index-slider .slides > div .text a.button:hover {
    background-color: #003969;
  }
  .index-slider .slides > div .text:after {
    width: 85%;
    left: 30px;
  }
  .index-slider .slides > div .text:before {
    top: 60px;
    left: -50px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid rgba(0, 77, 138, 0.9);
  }
  .contact-person-detail .top-box .contact-image {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .contact-person-detail .top-box .contact-image img {
    margin: 0 0 10px;
  }
  .contact-person-detail .contact-info .left-box {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .contact-person-detail .contact-info .right-box {
    width: 48%;
    float: left;
  }
  /*--------------------------
		VOLLVERSAMMLUNG
	----------------------------*/
  .tx-cs-vollversammlung .group {
    margin: 0 -1.5%;
  }
  .tx-cs-vollversammlung .item {
    margin: 0 1.5%;
    width: 30.333333%;
  }
  .tx-cs-vollversammlung .show h1 {
    padding-top: 25%;
  }
  .tx-cs-vollversammlung .show h2 {
    padding-top: 25%;
  }
  .tx-cs-vollversammlung .show .image {
    width: 50%;
  }
  .tx-cs-vollversammlung .show .text {
    margin-left: 3%;
    width: 40%;
  }
  /*--------------------------
		   Formulare
	   ----------------------------*/
  label {
    width: 20%;
  }
  input[type="text"],
  input[type="url"],
  input[type="number"],
  input[type="password"],
  input[type="date"],
  input[type="search"],
  input[type="email"],
  select,
  textarea {
    width: 66%;
  }
  .select {
    width: 70%;
  }
  textarea {
    max-width: 70%;
  }
  .powermail_fieldwrap_file .powermail_fieldwrap_file_inner {
    width: 71%;
  }
  .powermail_fieldwrap_text {
    width: 65%;
  }
  .powermail_fieldwrap_check label,
  .powermail_fieldwrap_radio label {
    width: 70%;
  }
  .powermail_fieldwrap_typoscript button,
  .powermail_fieldwrap_submit input[type="submit"],
  .powermail_fieldwrap_submit button,
  .powermail_fieldwrap_submit .lighten-text,
  .powermail_fieldwrap_textarea textarea,
  .powermail_fieldwrap_check,
  .powermail_fieldwrap_radio,
  .powermail_fieldwrap_text {
    margin-left: 20%;
  }
  /* Spezifisch */
  form .layout1,
  form .layout2 {
    width: 50%;
    float: left;
  }
  form .layout1 input[type="text"],
  form .layout2 input[type="text"],
  form .layout1 input[type="url"],
  form .layout2 input[type="url"],
  form .layout1 input[type="number"],
  form .layout2 input[type="number"],
  form .layout1 input[type="password"],
  form .layout2 input[type="password"],
  form .layout1 input[type="date"],
  form .layout2 input[type="date"],
  form .layout1 input[type="search"],
  form .layout2 input[type="search"],
  form .layout1 input[type="email"],
  form .layout2 input[type="email"],
  form .layout1 textarea,
  form .layout2 textarea {
    width: 54%;
  }
  form .layout1 .select,
  form .layout2 .select {
    width: 56%;
  }
  form .layout1 label {
    width: 40%;
  }
  form .layout2 label {
    width: 20%;
    margin-right: 7px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
  }
  form .layout2.powermail_fieldwrap_text {
    margin-left: 20px;
    width: 34%;
  }
  form .layout2 .select {
    width: 58%;
  }
  form .layout2 + div {
    clear: both;
  }
  .powermail_fieldwrap_typoscript button.float-left + p {
    margin-left: 20%;
    width: 66%;
  }
  /*--------------------------
		  EVENTS
	  ----------------------------*/
  .event-detailed-info {
    position: relative;
  }
  .event-detailed-info p {
    width: 70%;
  }
  .event-detailed-info p > span {
    width: 60px;
  }
  .event-detailed-info p > span.event-location-label {
    float: left;
  }
  .event-detailed-info p > span.event-location-text {
    display: block;
    margin-left: 63px;
    width: auto;
  }
  .event-detailed-info p.event-webcode {
    position: absolute;
    width: 30%;
    top: 13px;
    right: 0;
    text-align: right;
  }
  .event-detailed-info p.event-webcode > span {
    width: auto;
    margin-right: 5px;
  }
  .top-events-slider .slides > div .text .top-event-teaser {
    display: block;
  }
  /*--------------------------
		  FOOTER
	  ----------------------------*/
  #footer #footer-nav {
    display: block;
    text-align: left;
  }
  #footer #footer-nav .cs-cols {
    padding-top: 20px;
    display: block;
  }
  #footer #footer-nav strong {
    font-size: 18px;
    line-height: 140%;
    display: block;
  }
  #footer #footer-nav strong a {
    font-size: 18px;
    line-height: 140%;
    color: #fff;
  }
  #footer #footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  #footer #footer-nav ul li {
    word-wrap: break-word;
    margin-bottom: 6px;
    background: none;
    padding-left: 0;
  }
  #footer #footer-nav ul li a {
    color: #FFF;
    text-decoration: none;
  }
  #footer #footer-nav ul li a:hover {
    text-decoration: underline;
  }
  #footer #footer-nav-toggle {
    text-align: center;
    border-bottom: 1px solid #3371A1;
    color: #80A6C5;
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .clean-template #footer #footer-nav-toggle {
    min-height: 18px;
  }
  .clean-template #footer #footer-nav-toggle i {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 680px MAX 768px  ----------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 680px) and (max-width: 768px) {
  /*--------------------------
		  Mehrspaltig
	  ----------------------------*/
  .cs-cols2 > div,
  .cs-cols2 > section {
    float: left;
    width: 48%;
    padding-left: 4%;
  }
  .cs-cols3 > div,
  .cs-cols3 > section,
  .cs-cols4 > div,
  .cs-cols4 > section,
  .cs-cols5 > div {
    float: left;
    width: 31%;
    padding-left: 3%;
    margin-bottom: 20px;
  }
  .cs-cols > div:nth-child(3n+4) {
    padding-left: 0;
    clear: both;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 768px   ----------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 768px) {
  /*--------------------------
		  HEADER
	  ----------------------------*/
  #header #logo {
    float: left;
  }
  #header #slogan {
    display: block;
    float: right;
    position: relative;
    top: 11px;
    width: 376px;
    height: 25px;
  }
  /*--------------------------
		  NAV
	  ----------------------------*/
  #nav .wrapper > ul > li > a,
  #nav .wrapper > ul > li > span {
    font-size: 14px;
    line-height: 120%;
    padding: 13px 15px;
  }
  #nav .wrapper > ul > li.subnav > a,
  #nav .wrapper > ul > li.subnav > span {
    padding-right: 5px;
  }
  #nav .wrapper > ul > li.subnav > i {
    display: inline-block;
    margin: 14px 0 0 3px;
  }
  #nav .wrapper > ul > li.subnav > i:before {
    font-size: 16px;
    line-height: 100%;
    margin-right: 10px;
    overflow: visible;
  }
  #nav .wrapper > ul > li.subnav.open > i:before {
    content: '\e804';
  }
  /*--------------------------
		  TEASER
	  ----------------------------*/
  #teaser {
    display: block;
    background-color: #D2DDE9;
    padding: 15px 0;
    min-height: 60px;
  }
  #teaser #teaser-nav-1 {
    width: 100%;
  }
  #teaser #teaser-nav-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #teaser #teaser-nav-1 ul li {
    background: none;
    background-color: #E9EEF4;
    margin: 0;
    width: 10%;
    height: 60px;
    padding: 0 1%;
    display: table-cell;
    vertical-align: middle;
    border-left: 10px solid #D2DDE9;
  }
  #teaser #teaser-nav-1 ul li a,
  #teaser #teaser-nav-1 ul li span {
    display: block;
    color: #3F3F3F;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }
  #teaser #teaser-nav-1 ul li a:hover,
  #teaser #teaser-nav-1 ul li span:hover {
    text-decoration: none;
  }
  #teaser #teaser-nav-1 ul li.orange {
    width: 16%;
  }
  #teaser #teaser-nav-1 ul li:first-child {
    border: 0;
  }
  #teaser #teaser-nav-1 ul li:hover a,
  #teaser #teaser-nav-1 ul li a:hover,
  #teaser #teaser-nav-1 ul li.active a,
  #teaser #teaser-nav-1 ul li:hover div,
  #teaser #teaser-nav-1 ul li div:hover,
  #teaser #teaser-nav-1 ul li.active div {
    color: #FFF;
  }
  #teaser #teaser-nav-1 ul li.red.active,
  #teaser #teaser-nav-1 ul li:hover.red {
    background-color: #cc0033;
  }
  #teaser #teaser-nav-1 ul li.orange.active,
  #teaser #teaser-nav-1 ul li:hover.orange {
    background-color: #ff9900;
  }
  #teaser #teaser-nav-1 ul li.yellow.active,
  #teaser #teaser-nav-1 ul li:hover.yellow {
    background-color: #ffcc00;
  }
  #teaser #teaser-nav-1 ul li.green.active,
  #teaser #teaser-nav-1 ul li:hover.green {
    background-color: #99cc33;
  }
  #teaser #teaser-nav-1 ul li.blue.active,
  #teaser #teaser-nav-1 ul li:hover.blue {
    background-color: #0099cb;
  }
  #teaser #teaser-nav-1 ul li.purple.active,
  #teaser #teaser-nav-1 ul li:hover.purple {
    background-color: #990099;
  }
  #teaser #teaser-nav-2 .pictograms,
  #teaser #teaser-nav-3 .pictograms {
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/sprite-pictograms.png') no-repeat top left;
    float: left;
    margin-right: 10px;
  }
  #teaser #teaser-nav-2 {
    width: 100%;
  }
  #teaser #teaser-nav-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #teaser #teaser-nav-2 ul li {
    margin: 0;
    margin-left: 2%;
    width: 18%;
    float: left;
    background: none;
    padding-left: 0;
  }
  #teaser #teaser-nav-2 ul li:first-child {
    margin-left: 0;
  }
  #teaser #teaser-nav-2 ul li a,
  #teaser #teaser-nav-2 ul li div {
    display: block;
    text-decoration: none;
    color: #004d8a;
  }
  #teaser #teaser-nav-2 ul li a:hover,
  #teaser #teaser-nav-2 ul li div:hover {
    text-decoration: none;
  }
  #teaser #teaser-nav-2 ul li a .sprite-dienstleistung-64,
  #teaser #teaser-nav-2 ul li div .sprite-dienstleistung-64 {
    background-position: 0 0;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li a .sprite-gastronomie-tourismus-64,
  #teaser #teaser-nav-2 ul li div .sprite-gastronomie-tourismus-64 {
    background-position: 0 -276px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li a .sprite-industrie-bau-landwirtschaft-64,
  #teaser #teaser-nav-2 ul li div .sprite-industrie-bau-landwirtschaft-64 {
    background-position: 0 -552px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li a .sprite-verkehr-logistik-64,
  #teaser #teaser-nav-2 ul li div .sprite-verkehr-logistik-64 {
    background-position: 0 -1293px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li a .sprite-handel-64,
  #teaser #teaser-nav-2 ul li div .sprite-handel-64 {
    background-position: 0 -414px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li a p,
  #teaser #teaser-nav-2 ul li div p {
    display: none;
  }
  #teaser #teaser-nav-2 ul li:hover .sprite-dienstleistung-64,
  #teaser #teaser-nav-2 ul li.active .sprite-dienstleistung-64 {
    background-position: 0 -69px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li:hover .sprite-gastronomie-tourismus-64,
  #teaser #teaser-nav-2 ul li.active .sprite-gastronomie-tourismus-64 {
    background-position: 0 -345px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li:hover .sprite-industrie-bau-landwirtschaft-64,
  #teaser #teaser-nav-2 ul li.active .sprite-industrie-bau-landwirtschaft-64 {
    background-position: 0 -621px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li:hover .sprite-verkehr-logistik-64,
  #teaser #teaser-nav-2 ul li.active .sprite-verkehr-logistik-64 {
    background-position: 0 -1362px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-2 ul li:hover .sprite-handel-64,
  #teaser #teaser-nav-2 ul li.active .sprite-handel-64 {
    background-position: 0 -483px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 {
    width: 100%;
    min-height: 60px;
  }
  #teaser #teaser-nav-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #teaser #teaser-nav-3 ul li {
    margin: 0;
    margin-left: 2%;
    width: 15%;
    float: left;
    background: none;
    padding-left: 0;
  }
  #teaser #teaser-nav-3 ul li:first-child {
    margin-left: 0;
  }
  #teaser #teaser-nav-3 ul li a,
  #teaser #teaser-nav-3 ul li div {
    display: block;
    text-decoration: none;
    color: #004d8a;
  }
  #teaser #teaser-nav-3 ul li a:hover,
  #teaser #teaser-nav-3 ul li div:hover {
    text-decoration: none;
  }
  #teaser #teaser-nav-3 ul li a .sprite-erfolgskurs-64,
  #teaser #teaser-nav-3 ul li div .sprite-erfolgskurs-64 {
    background-position: 0 -138px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li a .sprite-krise-64,
  #teaser #teaser-nav-3 ul li div .sprite-krise-64 {
    background-position: 0 -690px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li a .sprite-nachfolge-64,
  #teaser #teaser-nav-3 ul li div .sprite-nachfolge-64 {
    background-position: 0 -828px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li a .sprite-neuausrichtung-64,
  #teaser #teaser-nav-3 ul li div .sprite-neuausrichtung-64 {
    background-position: 0 -966px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li a .sprite-startup-64,
  #teaser #teaser-nav-3 ul li div .sprite-startup-64 {
    background-position: 0 -1104px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li a .sprite-wachstum-64,
  #teaser #teaser-nav-3 ul li div .sprite-wachstum-64 {
    background-position: 0 -1431px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li a p,
  #teaser #teaser-nav-3 ul li div p {
    display: none;
  }
  #teaser #teaser-nav-3 ul li:hover .sprite-erfolgskurs-64,
  #teaser #teaser-nav-3 ul li.active .sprite-erfolgskurs-64 {
    background-position: 0 -207px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li:hover .sprite-krise-64,
  #teaser #teaser-nav-3 ul li.active .sprite-krise-64 {
    background-position: 0 -759px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li:hover .sprite-nachfolge-64,
  #teaser #teaser-nav-3 ul li.active .sprite-nachfolge-64 {
    background-position: 0 -897px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li:hover .sprite-neuausrichtung-64,
  #teaser #teaser-nav-3 ul li.active .sprite-neuausrichtung-64 {
    background-position: 0 -1035px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li:hover .sprite-startup-64,
  #teaser #teaser-nav-3 ul li.active .sprite-startup-64 {
    background-position: 0 -1173px;
    width: 64px;
    height: 64px;
  }
  #teaser #teaser-nav-3 ul li:hover .sprite-wachstum-64,
  #teaser #teaser-nav-3 ul li.active .sprite-wachstum-64 {
    background-position: 0 -1500px;
    width: 64px;
    height: 64px;
  }
  /*--------------------------
		  EVENTS
	  ----------------------------*/
  .events-detailed-list .events-detailed-list-item .events-detailed-list-item-info .events-detailed-list-item-basic-info {
    margin-bottom: 1em;
  }
  .events-detailed-list .events-detailed-list-item .events-detailed-list-item-info .events-detailed-list-item-basic-info p {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 30px;
  }
  .events-detailed-list .events-detailed-list-item .events-detailed-list-item-info .events-detailed-list-item-basic-info .date-participant-state {
    margin-bottom: 0;
    display: inline-block;
  }
  /*--------------------------
		  Icon-Boxes
	  ----------------------------*/
  .icon-boxes:not(.cols-5) > div {
    text-align: left;
  }
  .icon-boxes:not(.cols-5) > div .image {
    width: 80px;
    float: left;
  }
  .icon-boxes:not(.cols-5) > div .text {
    margin-left: 90px;
  }
  .icon-boxes:not(.cols-5).box-border > div .content-wrapper {
    display: table;
    width: 100%;
  }
  .icon-boxes:not(.cols-5).box-border > div .content-wrapper .image {
    width: 60px;
    margin-bottom: 0;
  }
  .icon-boxes:not(.cols-5).box-border > div .content-wrapper .text {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  /*--------------------------
		 YOUNG STYLE
	  ----------------------------*/
  .young-style .footer-content .wrapper .cs-cols > div,
  .young-style .footer-content .wrapper .cs-cols > section {
    width: 31%;
    padding-left: 3%;
    display: table-cell;
  }
  .young-style .footer-content .wrapper .cs-cols > div.last,
  .young-style .footer-content .wrapper .cs-cols > section.last {
    padding-left: 3%;
    clear: none;
  }
  /*--------------------------
		  Tabs
	  ----------------------------*/
  .tab-content.tabs .resp-tabs-list {
    list-style: none;
    margin-bottom: 0;
  }
  .tab-content.tabs .resp-tabs-list li {
    margin: 0 4px 0 0;
    top: 7px;
    position: relative;
    background: none;
    padding: 5px 10px;
    text-decoration: none;
    color: #666666;
    background: #EFEFEF;
    border: 1px solid #CCC;
  }
  .tab-content.tabs .resp-tabs-list li:hover {
    background-color: #FFF;
    color: #666666;
  }
  .tab-content.tabs .resp-tabs-list li.resp-tab-active {
    top: 0px;
    padding: 9px 16px !important;
    background-color: #FFF;
    border-bottom: none;
    color: #666666;
  }
  .tab-content.tabs .resp-tab-content {
    padding: 15px;
    border: 1px solid #CCC;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 820px  ----------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 820px) {
  /*--------------------------
		   FCEs
	   ----------------------------*/
  .index-slider .slides > div .image img {
    width: 100%;
    height: auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 768px MAX 900px  ----------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 768px) and (max-width: 900px) {
  /*--------------------------
		  Mehrspaltig
	  ----------------------------*/
  .cs-cols2 > div,
  .cs-cols2 > section {
    float: left;
    width: 48%;
    padding-left: 4%;
  }
  .cs-cols3 > div,
  .cs-cols3 > section {
    float: left;
    width: 31%;
    padding-left: 3%;
  }
  .cs-cols4 > div,
  .cs-cols4 > section,
  .cs-cols5 > div,
  .cs-cols5 > section {
    float: left;
    width: 22%;
    padding-left: 4%;
    margin-bottom: 20px;
  }
  .cs-cols > div:nth-child(3n+4) {
    padding-left: 3%;
    clear: none;
  }
  .cs-cols > div:nth-child(4n+5) {
    padding-left: 0;
    clear: both;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 900px   ----------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 900px) {
  .mobile-hide {
    display: block;
  }
  .mobile-show {
    display: none;
  }
  /*--------------------------
		  Mehrspaltig
	  ----------------------------*/
  .cs-cols2 > div,
  .cs-cols2 > section {
    float: left;
    width: 48%;
    padding-left: 4%;
  }
  .cs-cols3 > div,
  .cs-cols3 > section {
    float: left;
    width: 31%;
    padding-left: 3%;
  }
  .cs-cols4 > div,
  .cs-cols4 > section {
    float: left;
    width: 22%;
    padding-left: 4%;
  }
  .cs-cols5 > div,
  .cs-cols5 > section {
    float: left;
    width: 18%;
    padding-left: 2%;
  }
  .cs-cols-2-1 > div,
  .cs-cols-2-1 > section {
    width: 32%;
    padding-left: 3%;
    float: left;
  }
  .cs-cols-2-1 > div:first-child,
  .cs-cols-2-1 > section:first-child {
    width: 65%;
    float: left;
    padding-left: 0;
  }
  /*--------------------------
		  CONTENT
	  ----------------------------*/
  .content .main-content .right-content .cs-cols2 > div,
  .content .main-content .right-content .cs-cols2 > section {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .content .footer-content .wrapper .cs-cols {
    overflow: visible;
    display: inline-block;
    width: 100%;
  }
  .content .footer-content .wrapper .cs-cols > div {
    display: block;
    float: left;
    padding-left: 3%;
  }
  .content .footer-content .wrapper .cs-cols > div.mobile-hide {
    display: block;
  }
  .content .footer-content .wrapper .cs-cols > div:first-child {
    padding-left: 0;
  }
  /*--------------------------
		SHARIFF
	----------------------------*/
  .shariff {
    width: 65%;
  }
  /*--------------------------
		  FCEs
	  ----------------------------*/
  .contact-person .contact-info {
    width: auto;
    padding: 10px 10px 1px;
    margin-left: 0;
    clear: both;
    display: block;
  }
  .contact-person .contact-image {
    width: 100%;
    float: none;
  }
  .contact-person .contact-image img {
    margin: 0 auto;
  }
  .contact-person .contact-image + .contact-info {
    width: auto;
    padding: 10px 10px 1px;
    margin-left: 0;
    clear: both;
    display: block;
  }
  /*--------------------------
		  NAV
	  ----------------------------*/
  #nav .wrapper > ul > li {
    padding-right: 13px;
  }
  #nav .wrapper > ul > li > a,
  #nav .wrapper > ul > li > span {
    font-size: 16px;
    line-height: 120%;
    padding: 13px 8px 13px 20px;
  }
  #nav .wrapper > ul > li.subnav > i:before {
    margin-right: 0;
  }
  #nav .wrapper > ul > li#search-link {
    margin-right: 0 !important;
  }
  /*--------------------------
		  CONTENT YOUNG STYLE
	  ----------------------------*/
  .young-style .footer-content .cs-cols > div,
  .young-style .footer-content .cs-cols > section {
    position: relative;
  }
  .young-style .footer-content .cs-cols > div:before,
  .young-style .footer-content .cs-cols > section:before {
    content: "";
    background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/sprite.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
  }
  .young-style .footer-content .cs-cols > div.col-1:before,
  .young-style .footer-content .cs-cols > section.col-1:before {
    background-position: 0 0;
    width: 68px;
    height: 85px;
    left: -28px;
    top: 130px;
  }
  .young-style .footer-content .cs-cols > div.col-2:before,
  .young-style .footer-content .cs-cols > section.col-2:before {
    background-position: 0 -90px;
    width: 77px;
    height: 114px;
    right: 40px;
    top: 108px;
  }
  .young-style .footer-content .cs-cols > div.col-3:before,
  .young-style .footer-content .cs-cols > section.col-3:before {
    background-position: 0 -277px;
    width: 99px;
    height: 93px;
    right: -28px;
    top: 100px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 1020px   ----------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 1020px) {
  .wrapper {
    width: 980px;
    padding: 0;
    margin: 0px auto;
  }
  /*--------------------------
		  HEADER
	  ----------------------------*/
  #header {
    padding-top: 12px;
  }
  /*--------------------------
		  NAV
	  ----------------------------*/
  #nav .wrapper > ul > li {
    position: relative;
    padding-right: 20px;
  }
  #nav .wrapper > ul > li > ul {
    padding: 5px;
  }
  #nav .wrapper > ul > li.flyout-link .flyout {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 990;
    background-color: #FFF;
    width: 940px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
    padding: 20px 20px 0px;
    color: #333333;
  }
  #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tabs-list .resp-tab-item {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-size: 1.38461538rem;
    line-height: 140%;
    font-weight: 400;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tabs-list .resp-tab-item.resp-tab-active {
    background-color: #FFF;
    top: 1px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tab-content {
    padding: 30px 0 0;
    border: none;
  }
  #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tab-content.resp-tab-content-active {
    border-top: 1px solid #e5e5e5;
  }
  #nav .wrapper > ul > li.flyout-link .flyout a {
    color: #333333;
    text-decoration: none;
  }
  #nav .wrapper > ul > li.flyout-link .flyout a:hover {
    text-decoration: underline;
  }
  #nav .wrapper > ul > li.flyout-link .flyout h3 {
    font-size: 18px;
    line-height: 210%;
  }
  #nav .wrapper > ul > li.flyout-link .flyout ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  #nav .wrapper > ul > li.flyout-link .flyout ul li a {
    color: #333333;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li {
    margin-bottom: 20px;
    background: none;
    position: relative;
    padding-left: 0;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li.red > a {
    background-color: #cc0033;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li.orange > a {
    background-color: #ff9900;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li.yellow > a {
    background-color: #ffcc00;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li.green > a {
    background-color: #99cc33;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li.blue > a {
    background-color: #0099cb;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li.purple > a {
    background-color: #990099;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > a {
    color: #FFF;
    font-size: 16px;
    line-height: 120%;
    padding: 6px 40px 6px 20px;
    display: table-cell;
    table-layout: fixed;
    width: 231px;
    height: 38px;
    vertical-align: middle;
    position: relative;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > a:after {
    /* icon-angle-right */
    content: '\e805';
    font-family: "iconfont-ihk-leipzig";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    height: .9em;
    overflow: hidden;
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul {
    margin-top: 10px;
    padding-left: 12px;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li {
    padding-left: 25px;
    margin-bottom: 5px;
    background: none;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li > a {
    text-decoration: none;
    position: relative;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li > a:hover {
    text-decoration: underline;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li > a:before {
    /* icon-angle-right */
    content: '\e805';
    font-family: "iconfont-ihk-leipzig";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    height: .9em;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    color: #004d8a;
    position: absolute;
    left: -20px;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li.more {
    padding-left: 0;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li.more > a {
    color: #999999;
  }
  #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li.more > a:before {
    display: none;
  }
  #nav .wrapper > ul > li.flyout-link.open:after {
    content: ".";
    display: inline-block;
    height: 8px;
    line-height: 0;
    color: #004d8a;
    background-color: #004d8a;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
    z-index: 991;
  }
  #nav .wrapper > ul > li.flyout-link.active:hover:after {
    color: #00315a;
    background-color: #00315a;
  }
  #nav .wrapper > ul > li.flyout-link div.csc-textpic-intext-left .csc-textpic-imagewrap,
  #nav .wrapper > ul > li.flyout-link div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 6px;
  }
  /*--------------------------
		  TEASER
	  ----------------------------*/
  #teaser #teaser-nav-2 ul li a img,
  #teaser #teaser-nav-2 ul li div img {
    float: left;
    margin-right: 10px;
  }
  #teaser #teaser-nav-2 ul li a p,
  #teaser #teaser-nav-2 ul li div p {
    display: table-cell;
    vertical-align: middle;
    height: 64px;
    margin-bottom: 0;
  }
  #teaser #teaser-nav-3 {
    position: relative;
  }
  #teaser #teaser-nav-3 .sprite-teaser-geschaeftssituation-bg {
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/sprite-pictograms.png') no-repeat 0px -1242px;
    width: 850px;
    height: 46px;
    position: absolute;
    z-index: 10;
    top: 11px;
    left: 15px;
  }
  #teaser #teaser-nav-3 ul {
    position: relative;
    z-index: 25;
  }
  #teaser #teaser-nav-3 ul li.large {
    width: 19%;
  }
  #teaser #teaser-nav-3 ul li.small {
    width: 13%;
  }
  #teaser #teaser-nav-3 ul li a img,
  #teaser #teaser-nav-3 ul li div img {
    float: left;
    margin-right: 10px;
  }
  #teaser #teaser-nav-3 ul li a p,
  #teaser #teaser-nav-3 ul li div p {
    display: block;
    margin-bottom: 0;
    padding-top: 15px;
  }
  /*--------------------------
		SHARIFF
	----------------------------*/
  .shariff {
    width: 588px;
  }
  /*--------------------------
		 FCEs
	 ----------------------------*/
  .index-slider {
    height: 414px;
    position: relative;
    top: -20px;
  }
  .index-slider .controls {
    left: 707px;
  }
  .index-slider .controls .flex-control-nav > li a {
    width: 17px;
  }
  .index-slider .controls .flex-control-nav > li a.flex-active:before {
    left: 2px;
  }
  .index-slider .slides > div {
    height: 414px;
  }
  .index-slider .slides > div .image {
    width: 100%;
    height: 100%;
  }
  .index-slider .slides > div .image img {
    width: 100%;
    height: auto;
  }
  .index-slider .slides > div .text {
    min-height: 370px;
    width: 315px;
    padding: 85px 20px 0 55px;
    background-position: -1230px -25px;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
  }
  .index-slider .slides > div .text:after {
    width: 308px;
    left: 50px;
  }
  /*--------------------------
		  CONTENT
	  ----------------------------*/
  .content {
    background: #e5edf3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #e5edf3));
    background: -ms-linear-gradient(bottom, #ffffff, #e5edf3);
    background: -moz-linear-gradient(center bottom, #ffffff 0%, #e5edf3 100%);
    background: -o-linear-gradient(#e5edf3, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5edf3', endColorstr='#ffffff', GradientType=0);
    padding-top: 20px;
    position: relative;
  }
  .content:before {
    content: ".";
    background: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/content-bg.png') top center no-repeat;
    position: absolute;
    top: 0;
    height: 356px;
    width: 100%;
    display: block;
    line-height: 0;
    color: #E5EDF3;
    font-size: 0px;
  }
  .content .wrapper {
    padding: 0 20px;
    width: 940px;
  }
  .content .main-content .index-teaser {
    height: 320px;
    overflow: visible;
    padding: 0;
  }
  .content .main-content .index-teaser .wrapper {
    width: 1040px;
    height: 420px;
  }
  .content .main-content > .wrapper {
    -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    border: 1px solid #EAEAEA;
    width: 924px;
    position: relative;
    z-index: 150;
    padding-right: 28px;
    padding-left: 28px;
  }
  .content .main-content > .wrapper .left-content {
    width: 588px;
  }
  .content .main-content > .wrapper .left-content .cs-cols2 > div {
    width: 280px;
    padding-left: 28px;
  }
  .content .main-content > .wrapper .left-content .cs-cols2 > div:first-child {
    padding-left: 0;
  }
  .content .main-content > .wrapper .right-content {
    width: 280px;
    padding-left: 56px;
  }
  .content .footer-content {
    background: none;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .content .footer-content .wrapper {
    background-color: #EBF1F5;
    width: 924px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .content .footer-content .wrapper .cs-cols3 > div {
    width: 280px;
    padding-left: 28px;
  }
  .content .footer-content .wrapper .cs-cols3 > div:first-child {
    padding-left: 0;
  }
  .content .footer-content .wrapper .cs-cols3 > div:last-child {
    padding-left: 56px;
  }
  .clean-template .content .main-content > .wrapper {
    margin-bottom: 35px;
  }
  /*--------------------------
		  Formulare
	  ----------------------------*/
  label {
    width: 180px;
  }
  input[type="text"],
  input[type="url"],
  input[type="number"],
  input[type="password"],
  input[type="date"],
  input[type="search"],
  input[type="email"],
  select,
  textarea {
    width: 370px;
  }
  .select {
    width: 396px;
  }
  textarea {
    max-width: 370px;
  }
  .powermail_fieldwrap_file .powermail_fieldwrap_file_inner {
    width: 398px;
  }
  .powermail_fieldwrap_text {
    width: 375px;
  }
  .powermail_fieldwrap_typoscript button,
  .powermail_fieldwrap_submit input[type="submit"],
  .powermail_fieldwrap_submit button,
  .powermail_fieldwrap_submit .lighten-text,
  .powermail_fieldwrap_textarea textarea,
  .powermail_fieldwrap_check,
  .powermail_fieldwrap_radio,
  .powermail_fieldwrap_text {
    margin-left: 180px;
  }
  .powermail_fieldwrap_check label,
  .powermail_fieldwrap_radio label {
    width: 360px;
  }
  /* Spezifisch */
  .event-filter > div {
    float: none;
    clear: left;
    width: 100%;
    margin-right: 0;
  }
  .event-filter > div:nth-child(even) + div {
    clear: none;
  }
  .event-filter > div.form-col2 {
    width: 47%;
    clear: none;
    float: left;
  }
  .event-filter > div.form-col2.left {
    margin-right: 5%;
  }
  .event-filter > div.form-col2.right + div {
    clear: both;
  }
  form .layout1 input[type="text"],
  form .layout2 input[type="text"],
  form .layout1 input[type="url"],
  form .layout2 input[type="url"],
  form .layout1 input[type="number"],
  form .layout2 input[type="number"],
  form .layout1 input[type="password"],
  form .layout2 input[type="password"],
  form .layout1 input[type="date"],
  form .layout2 input[type="date"],
  form .layout1 input[type="search"],
  form .layout2 input[type="search"],
  form .layout1 input[type="email"],
  form .layout2 input[type="email"],
  form .layout1 textarea,
  form .layout2 textarea {
    width: 129px;
    padding-right: 5%;
    padding-left: 5%;
  }
  form .layout1 .select,
  form .layout2 .select {
    width: 159px;
  }
  form .layout1 .select select,
  form .layout2 .select select {
    padding-right: 8%;
    padding-left: 8%;
  }
  form .layout1 {
    width: 347px;
  }
  form .layout1 label {
    width: 180px;
  }
  form .layout2 {
    width: 231px;
  }
  form .layout2.powermail_fieldwrap_text {
    width: 195px;
  }
  form .layout2 label {
    width: 67px;
  }
  .powermail_fieldwrap_typoscript button.float-left {
    float: left;
    display: inline-block;
  }
  .powermail_fieldwrap_typoscript button.float-left + p {
    margin-left: 10px;
    width: 145px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------    MIN 1100px   ----------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 1100px) {
  /*--------------------------
		   SOCIAL MEDIA BOX
	   ----------------------------*/
  .social-media-box {
    display: block;
    position: fixed;
    top: 210px;
    right: 0;
    width: 45px;
    font-size: 13px;
    line-height: 120%;
  }
  .social-media-box [class^="icon-"]:before,
  .social-media-box [class*=" icon-"]:before {
    color: #FFF;
    font-size: 24px;
    line-height: 45px;
    margin-right: 0;
    width: 45px;
    overflow: visible;
  }
  .social-media-box a {
    background-color: #00315a;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
  }
  .social-media-box a:hover {
    text-decoration: none;
  }
  .social-media-box a#scroll-to-top {
    background-color: #9AB8D0;
    margin-top: 10px;
    font-size: 13px;
    position: fixed;
    bottom: 20px;
    display: none;
  }
  .social-media-box a#scroll-to-top:before {
    font-size: 40px;
    line-height: 40px;
  }
  .social-media-box a#scroll-to-top:hover {
    background-color: #004d8a;
  }
  .social-media-box a#pdf {
    margin-bottom: 1px;
    background-image: url('../../../typo3conf/ext/cs_templates/Resources/Public/images/icon-pdf-download.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .social-media-box a:hover {
    background-color: #004d8a;
  }
}

@media print {
  html,
  body {
    font-family: 'Georgia', serif;
    color: #000;
    background: #FFF;
    height: auto;
  }
  ul {
    list-style-type: square;
    padding-left: 20px;
  }
  ul li {
    background: none;
    padding-left: 0;
  }
  #top-nav,
  #mobile-nav,
  #nav,
  #footer,
  .index-teaser,
  #teaser,
  .footer-content,
  .social-media-box,
  #nav-scd-level,
  .breadcrumb,
  #mp-menu,
  .index-slider,
  .top-events-slider,
  .shariff,
  #cookie-hint,
  .back-to-overview {
    display: none !important;
  }
  #header {
    width: 100%;
    height: 68px;
    margin: 15px 0;
  }
  #header #logo-mobile,
  #header #slogan,
  #header #mobile-main-nav,
  #header #sub-nav {
    display: none;
  }
  #header #logo {
    display: block;
    height: 68px;
    width: 317px;
  }
  .container,
  .mp-pusher,
  #mp-pusher,
  .scroller,
  .scroller-inner,
  .content,
  .main-content,
  .wrapper,
  .cs-cols,
  .cs-cols-2-1,
  .cs-cols2,
  .cs-cols3,
  .cs-cols4,
  .cs-cols5,
  .left-content {
    display: block;
    float: none;
    clear: both;
    overflow: visible;
    position: static;
    height: auto;
    min-height: auto;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    background: none;
    border: none;
  }
  .container:before,
  .mp-pusher:before,
  #mp-pusher:before,
  .scroller:before,
  .scroller-inner:before,
  .content:before,
  .main-content:before,
  .wrapper:before,
  .cs-cols:before,
  .cs-cols-2-1:before,
  .cs-cols2:before,
  .cs-cols3:before,
  .cs-cols4:before,
  .cs-cols5:before,
  .left-content:before,
  .container:after,
  .mp-pusher:after,
  #mp-pusher:after,
  .scroller:after,
  .scroller-inner:after,
  .content:after,
  .main-content:after,
  .wrapper:after,
  .cs-cols:after,
  .cs-cols-2-1:after,
  .cs-cols2:after,
  .cs-cols3:after,
  .cs-cols4:after,
  .cs-cols5:after,
  .left-content:after {
    display: none;
  }
  .content .main-content .left-content .plain-box {
    padding-left: 0;
    padding-right: 0;
  }
  .content .main-content .right-content {
    display: none;
  }
  .content .main-content .tx-csfilter-show .right-content {
    display: block;
  }
}

.high-contrast {
  color: #000;
}
.high-contrast ::-webkit-input-placeholder {
  color: #000;
}
.high-contrast ::-moz-placeholder {
  color: #000;
}
.high-contrast :-ms-input-placeholder {
  color: #000;
}
.high-contrast input:-moz-placeholder {
  color: #000;
}
.high-contrast .placeholder {
  color: #000;
}
.high-contrast.young-style .index-slider button:before,
.high-contrast.young-style .index-slider input[type="submit"]:before,
.high-contrast.young-style .index-slider a.button:before,
.high-contrast.young-style .footer-content .cs-cols > div:before,
.high-contrast.young-style .footer-content .cs-cols > section:before,
.high-contrast .pfad-1:before,
.high-contrast .pfad-2:before,
.high-contrast .pfad-3:before,
.high-contrast .pfad-4:before,
.high-contrast .pfad-5:before,
.high-contrast .pfad-6:before,
.high-contrast .pfad-7:before,
.high-contrast .pfad-8:before,
.high-contrast .pfad-9:before,
.high-contrast .pfad-10:before,
.high-contrast .pfad-11:before,
.high-contrast .pfad-12:before {
  display: none !important;
}
.high-contrast input[type="text"],
.high-contrast input[type="url"],
.high-contrast input[type="number"],
.high-contrast input[type="password"],
.high-contrast input[type="date"],
.high-contrast input[type="search"],
.high-contrast input[type="email"],
.high-contrast select,
.high-contrast textarea,
.high-contrast a,
.high-contrast h3,
.high-contrast h4,
.high-contrast h5,
.high-contrast span.grey-text,
.high-contrast p.grey-text,
.high-contrast a.icon-cs-file-pdf:after,
.high-contrast a.icon-cs-file-doc:after,
.high-contrast a.icon-cs-file-docx:after,
.high-contrast a.icon-cs-file-xls:after,
.high-contrast a.icon-cs-file-xlsx:after,
.high-contrast a.icon-cs-file-ppt:after,
.high-contrast a.icon-cs-file-pptx:after,
.high-contrast a.icon-cs-file-jpg:after,
.high-contrast a.icon-cs-file-jpeg:after,
.high-contrast a.icon-cs-file-gif:after,
.high-contrast a.icon-cs-file-png:after,
.high-contrast a.icon-cs-file-zip:after,
.high-contrast a.icon-cs-file-rar:after,
.high-contrast a.icon-cs-file-mp3:after,
.high-contrast a.icon-cs-file-wma:after,
.high-contrast a.icon-cs-file-wmv:after,
.high-contrast a.icon-cs-file-avi:after,
.high-contrast a.icon-cs-file-mov:after,
.high-contrast a.icon-cs-file-flv:after,
.high-contrast a.icon-cs-file-mp4:after,
.high-contrast a.icon-cs-file-mpg:after,
.high-contrast a.icon-cs-file-txt:after,
.high-contrast a.icon-cs-download:after,
.high-contrast a.icon-cs-link:after,
.high-contrast .tx-csdictionary-list h2,
.high-contrast .form-datepicker > i.icon-calendar-empty,
.high-contrast .right-content .form-datepicker > i.icon-calendar-empty,
.high-contrast [class^="icon-"].highlighted:before,
.high-contrast [class*=" icon-"].highlighted:before,
.high-contrast #cookie-hint p,
.high-contrast #cookie-hint p a,
.high-contrast #top-nav .wrapper > ul > li > a,
.high-contrast #top-nav .wrapper > ul > li > span,
.high-contrast #top-nav .wrapper > ul > li > a#change-fontsize > div .icon-cs-font:before,
.high-contrast #top-nav .wrapper > ul > li > span#change-fontsize > div .icon-cs-font:before,
.high-contrast #top-nav .wrapper > ul > li > ul > li > a,
.high-contrast #top-nav .wrapper > ul > li > ul > li > span,
.high-contrast #header #sub-nav ul li a,
.high-contrast #header #sub-nav ul li span,
.high-contrast #teaser #teaser-nav-1 ul li a,
.high-contrast #teaser #teaser-nav-1 ul li span,
.high-contrast #teaser #teaser-nav-2 ul li a,
.high-contrast #teaser #teaser-nav-2 ul li div,
.high-contrast #teaser #teaser-nav-3 ul li a,
.high-contrast #teaser #teaser-nav-3 ul li div,
.high-contrast #nav .wrapper > ul > li.active > a,
.high-contrast #mobile-nav .wrapper > ul > li.active > a,
.high-contrast #nav .wrapper > ul > li.active > span,
.high-contrast #mobile-nav .wrapper > ul > li.active > span,
.high-contrast #nav .wrapper > ul > li > ul > li,
.high-contrast #nav .wrapper > ul > li > ul > li > a,
.high-contrast #nav .wrapper > ul > li > ul > li > span,
.high-contrast .tab-content.tabs .resp-tabs-list li.resp-tab-active,
.high-contrast .index-slider .controls .flex-control-nav > li a.flex-active:before,
.high-contrast .content .main-content > .wrapper .breadcrumb ol li,
.high-contrast .content .main-content > .wrapper .breadcrumb ol li a,
.high-contrast .content .main-content > .wrapper .breadcrumb ol li:after,
.high-contrast ul.link-list li:before,
.high-contrast .csc-sitemap > ul > li,
.high-contrast #history-nav .slides li:hover,
.high-contrast #history-nav .slides li.flex-active-slide,
.high-contrast .events-list .events-list-item .events-list-date,
.high-contrast .csc-sitemap:before,
.high-contrast .tx-csdictionary-register ul li,
.high-contrast .tx-csdictionary-list .dictionary-letter,
.high-contrast .tx-csdictionary-list .dictionary-register li.disabled,
.high-contrast #history-nav .slides li,
.high-contrast .news-list .news-list-item .news-list-date,
.high-contrast .event-searchform #event-search-input i:before,
.high-contrast .keyword-searchform #event-search-input i:before,
.high-contrast .event-searchform #keyword-search-input i:before,
.high-contrast .keyword-searchform #keyword-search-input i:before,
.high-contrast .index-slider .slides > div .text a.button,
.high-contrast .tab-content.accordion h2.resp-accordion,
.high-contrast .tab-content.tabs h2.resp-accordion,
.high-contrast .tab-content.accordion h2.resp-tab-active,
.high-contrast #header #mobile-main-nav > ul > li > a,
.high-contrast #header #mobile-main-nav > ul > li > span,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tabs-list .resp-tab-item.resp-tab-active,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li.more > a,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > ul > li > a:before,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout ul li a,
.high-contrast .tab-content.tabs h2.resp-tab-active,
.high-contrast .search-form .search-input .extended-search-link,
.high-contrast .right-content label,
.high-contrast .tx-csfilter-list fieldset legend,
.high-contrast #history-slider .year,
.high-contrast .powermail_fieldwrap_text:before,
.high-contrast .search-results .results .search-select select,
.high-contrast .search-results .results .results-item:before,
.high-contrast .search-form .search-submit .icon-trash,
.high-contrast .events-list .events-list-item p,
.high-contrast .search-results .results .results-item .relevance .relevance-percent,
.high-contrast .search-box .tx-csdictionary-register ul li.disabled span:hover,
.high-contrast .search-box .tx-csdictionary-register ul li.disabled:hover span,
.high-contrast .tx-solr-search-form-errors,
.high-contrast .tx-solr-search-no-results,
.high-contrast .event-detailed-dates-list table tbody tr.date-overview td:first-child .detailed-date,
.high-contrast .search-results .results .search-select:after,
.high-contrast .search-results .result-type-nav ul li a,
.high-contrast .search-results .result-type-nav ul li.active a,
.high-contrast .event-detailed-dates-list table thead tr th,
.high-contrast .content .main-content .wrapper .accordion .ui-accordion-header,
.high-contrast .content .main-content .wrapper .ui-accordion .ui-accordion-header,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level .scd-nav-opener,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul li,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul li > a,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul li > span,
.high-contrast .content .footer-content .tx-csdictionary-register ul li a {
  color: #000;
}
.high-contrast button,
.high-contrast input[type="submit"],
.high-contrast a.button,
.high-contrast #teaser #teaser-nav-1 ul li:hover a,
.high-contrast #teaser #teaser-nav-1 ul li a:hover,
.high-contrast #teaser #teaser-nav-1 ul li.active a,
.high-contrast #teaser #teaser-nav-1 ul li:hover div,
.high-contrast #teaser #teaser-nav-1 ul li div:hover,
.high-contrast #teaser #teaser-nav-1 ul li.active div,
.high-contrast .index-slider .slides > div .text p.date,
.high-contrast .index-slider .controls .flex-pauseplay a.flex-pause:before,
.high-contrast .index-slider .controls .flex-pauseplay a.flex-play:before,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > a,
.high-contrast .index-slider .slides > div .text:after,
.high-contrast .tx-csdictionary-register ul li.disabled:hover,
.high-contrast .tx-csdictionary-list ul li.disabled:hover,
.high-contrast .tx-csdictionary-register ul li.disabled span:hover,
.high-contrast .tx-csdictionary-list ul li.disabled span:hover,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tabs-list .resp-tab-item,
.high-contrast .content .footer-content,
.high-contrast .content .footer-content a,
.high-contrast .content .footer-content h3,
.high-contrast .content .footer-content .tx-csdictionary-register ul li.disabled,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > a,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > span,
.high-contrast #footer #footer-nav-toggle {
  color: #FFF;
}
.high-contrast hr.solid,
.high-contrast input[type="text"],
.high-contrast input[type="url"],
.high-contrast input[type="number"],
.high-contrast input[type="password"],
.high-contrast input[type="date"],
.high-contrast input[type="search"],
.high-contrast input[type="email"],
.high-contrast select,
.high-contrast textarea,
.high-contrast .form-datepicker,
.high-contrast .right-content .form-datepicker,
.high-contrast .left-content h2.border-bottom,
.high-contrast .left-content h3.border-bottom,
.high-contrast h3,
.high-contrast hr,
.high-contrast hr.dotted,
.high-contrast table tr:nth-child(odd) td,
.high-contrast #top-nav,
.high-contrast #top-nav .wrapper > ul > li > ul > li,
.high-contrast #header #sub-nav ul li a,
.high-contrast #header #sub-nav ul li span,
.high-contrast #nav .wrapper > ul > li > ul > li,
.high-contrast .icon-boxes.box-border > div .content-wrapper,
.high-contrast .icon-boxes.round-border > div .image,
.high-contrast .news-list .news-list-item,
.high-contrast .csc-sitemap > ul > li > ul,
.high-contrast .tab-content.accordion .resp-tab-content,
.high-contrast .tab-content.tabs .resp-tab-content,
.high-contrast .event-detailed-info,
.high-contrast .back-to-overview,
.high-contrast .tab-content.tabs .resp-tabs-list li,
.high-contrast #header #mobile-main-nav > ul > li,
.high-contrast #history-nav .slides:before,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tabs-list .resp-tab-item,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tab-content.resp-tab-content-active,
.high-contrast .search-form .search-input .extended-search-link,
.high-contrast .tx-cs-ihk-contribution table tr:nth-child(n).sum th,
.high-contrast .tx-cs-ihk-contribution table tr:nth-child(n).sum td,
.high-contrast .search-results .results,
.high-contrast .tx-csdictionary-list .dictionary-register,
.high-contrast .tx-csdictionary-list .main-contact,
.high-contrast .tx-csdictionary-list .dictionary-items .dictionary-item .dictionary-item-content,
.high-contrast .events-detailed-list .events-detailed-list-item,
.high-contrast .tx-solr-search-form-errors,
.high-contrast .tx-solr-search-no-results,
.high-contrast .page-navigation,
.high-contrast .search-results .result-type-nav ul li a,
.high-contrast .search-results .result-type-nav ul,
.high-contrast .content .main-content .wrapper .accordion .ui-accordion-header,
.high-contrast .content .main-content .wrapper .ui-accordion .ui-accordion-header,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul li,
.high-contrast .content .main-content > .wrapper {
  border-color: #000;
}
.high-contrast .index-slider .controls .flex-control-nav > li a,
.high-contrast .content .footer-content h3,
.high-contrast #nav .wrapper > ul > li > a,
.high-contrast #mobile-nav .wrapper > ul > li > a,
.high-contrast #nav .wrapper > ul > li > span,
.high-contrast #footer,
.high-contrast #mobile-nav .wrapper > ul > li > span,
.high-contrast #footer #footer-nav-toggle,
.high-contrast #footer p a {
  border-color: #FFF;
}
.high-contrast button,
.high-contrast input[type="submit"],
.high-contrast a.button,
.high-contrast #nav,
.high-contrast #mobile-nav,
.high-contrast #nav .wrapper > ul,
.high-contrast #mobile-nav .wrapper > ul,
.high-contrast #nav .wrapper > ul > li#search-link,
.high-contrast #history-nav .slides li:after,
.high-contrast .index-slider .slides > div .text,
.high-contrast #nav .wrapper > ul > li.flyout-link:after,
.high-contrast .search-box .tx-csdictionary-register ul li,
.high-contrast .social-media-box a,
.high-contrast .social-media-box a#scroll-to-top,
.high-contrast .mp-menu,
.high-contrast .mp-level,
.high-contrast .tx-cs-vollversammlung .list-view h2.resp-accordion:before,
.high-contrast .tx-csdictionary-register ul li.disabled,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tabs-list .resp-tab-item,
.high-contrast .search-results .results .results-item .relevance .relevance-bar .tx-solr-relevance,
.high-contrast .ui-autocomplete.ui-menu > li.ui-menu-item > a:hover,
.high-contrast .ui-autocomplete.ui-menu > li.ui-menu-item > a.ui-state-focus,
.high-contrast .tx-csdictionary-list .dictionary-register li:hover,
.high-contrast .tx-csdictionary-list .dictionary-register li a:hover,
.high-contrast .tx-csdictionary-list .dictionary-register li.active,
.high-contrast .page-navigation ul li.current,
.high-contrast .search-results .result-type-nav ul li a,
.high-contrast .events-detailed-list .events-detailed-list-item .events-detailed-list-item-date,
.high-contrast .content .footer-content .wrapper,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > a,
.high-contrast .content .main-content > .wrapper .right-content #nav-scd-level > ul > li.active > span,
.high-contrast #footer,
.high-contrast .mfp-content .mfp-close {
  background-color: #000;
}
.high-contrast input[type="text"],
.high-contrast input[type="url"],
.high-contrast input[type="number"],
.high-contrast input[type="password"],
.high-contrast input[type="date"],
.high-contrast input[type="search"],
.high-contrast input[type="email"],
.high-contrast select,
.high-contrast textarea,
.high-contrast .form-datepicker,
.high-contrast .ui-datepicker-calendar tr th,
.high-contrast .right-content .form-datepicker,
.high-contrast .tx-cs-vollversammlung .list-view h2.resp-accordion,
.high-contrast .search-box .tx-csdictionary-register ul li.disabled,
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout #flyout-tabs .resp-tabs-list .resp-tab-item.resp-tab-active,
.high-contrast table tr:nth-child(even) td,
.high-contrast table tr th,
.high-contrast .search-form .extended-search-box,
.high-contrast .tx-cs-ihk-contribution table tr:nth-child(n) th,
.high-contrast .tx-cs-ihk-contribution table tr:nth-child(n) td,
.high-contrast .search-results .result-type-nav ul li a,
.high-contrast .tx-cs-ihk-contribution .calc,
.high-contrast #teaser #teaser-nav-1 ul li,
.high-contrast .tx-cs-vollversammlung .list-view .item,
.high-contrast .search-results .results .results-item .relevance .relevance-bar .tx-solr-relevance-fill,
.high-contrast .index-slider .controls .flex-control-nav > li a,
.high-contrast .index-slider .slides > div .text a.button,
.high-contrast .contact-person,
.high-contrast .event-detailed-dates-list table tbody tr.date-detailed-info td,
.high-contrast div.plain-box,
.high-contrast .content .footer-content {
  background-color: #FFF;
}
.high-contrast button:hover,
.high-contrast input[type="submit"]:hover,
.high-contrast a.button:hover {
  background-color: #FFF;
  color: #000;
}
.high-contrast .social-media-box a:hover,
.high-contrast .social-media-box a#scroll-to-top:hover,
.high-contrast .event-searchform,
.high-contrast .keyword-searchform,
.high-contrast .tx-csdictionary-register ul li {
  background-color: #FFF;
}
.high-contrast .social-media-box a:hover::before,
.high-contrast .social-media-box a#scroll-to-top:hover::before,
.high-contrast .event-searchform::before,
.high-contrast .keyword-searchform::before,
.high-contrast .tx-csdictionary-register ul li::before {
  color: #000;
}
.high-contrast .tx-csdictionary-list .dictionary-register li a,
.high-contrast .content .footer-content a {
  text-decoration: underline;
}
.high-contrast .tx-csdictionary-list .dictionary-register li a:hover,
.high-contrast .content .footer-content a:hover {
  text-decoration: none;
}
.high-contrast #nav .wrapper > ul,
.high-contrast #mobile-nav .wrapper > ul {
  background: #000;
}
.high-contrast #nav .wrapper > ul > li.active,
.high-contrast #mobile-nav .wrapper > ul > li.active {
  background: #FFF;
  color: #000;
}
.high-contrast.young-style .index-slider button,
.high-contrast.young-style .index-slider input[type="submit"],
.high-contrast.young-style .index-slider a.button {
  background-color: #FFF !important;
}
.high-contrast .index-slider .slides > div .text {
  background-image: none;
}
.high-contrast #nav .wrapper > ul > li.flyout-link .flyout div div > ul > li > a,
.high-contrast .index-slider .slides > div .text:after {
  background-color: #000 !important;
}
.high-contrast .index-slider .slides > div .text:before {
  border-right-color: #000;
  color: #000;
}
.high-contrast .ui-widget-content a,
.high-contrast .date-participant-state,
.high-contrast .select select,
.high-contrast .newsletter-form .select select {
  color: #000 !important;
}
.high-contrast .shariff a {
  background-color: #000 !important;
}
.high-contrast .shariff a .share_count {
  background-color: #FFF !important;
  color: #000;
}
.high-contrast .contact-person {
  box-sizing: border-box;
  border: 1px solid #000;
}
.high-contrast .ui-datepicker-calendar .ui-state-default,
.high-contrast .ui-datepicker-calendar .ui-widget-content .ui-state-default,
.high-contrast .ui-datepicker-calendar .ui-widget-header .ui-state-default {
  color: #000 !important;
  background: none;
  background: #fff;
  border: 1px solid #000 !important;
}
.high-contrast .ui-datepicker-calendar .ui-state-active,
.high-contrast .ui-datepicker-calendar .ui-widget-content .ui-state-active,
.high-contrast .ui-datepicker-calendar .ui-widget-header .ui-state-active {
  color: #FFF !important;
  background-color: #000;
}
.high-contrast .ui-datepicker-calendar td.ui-datepicker-today a {
  border: 3px solid #000 !important;
  box-sizing: border-box;
}
.high-contrast .search-results .results .results-item .relevance .relevance-bar,
.high-contrast .search-box input[type="search"],
.high-contrast .search-box input[type="text"],
.high-contrast .event-searchform #event-search-input,
.high-contrast .keyword-searchform #event-search-input,
.high-contrast .event-searchform #keyword-search-input,
.high-contrast .keyword-searchform #keyword-search-input {
  border: 1px solid #000;
}
.high-contrast .mp-overlap .mp-level.mp-level-open {
  border-left: 1px solid #FFF;
}
.high-contrast #teaser {
  background-color: #E5EDF3;
}
.high-contrast #teaser #teaser-nav-1 ul li {
  border-color: #E5EDF3;
}
.high-contrast #teaser #teaser-nav-1 ul li.active,
.high-contrast #teaser #teaser-nav-1 ul li:hover {
  background-color: #000 !important;
}