body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.black { color:#000; }
.white { color:#fff }
.grey { color:#818286; }
.grey2 { color:#4c4c4c; }
.blue { color:#308ac9; }
.green { color:#95c11e; }
.orange { color:#D96D0B; }
.red { color:#991016; }
.pink { color:#dd127b; }
.fontsize1 { font-size:1em; }
.fontsize15 { font-size:1.5em; }
.fontsize2 { font-size:2em; }
.fontsize25 { font-size:2.5em; }
.fontsize3 { font-size:2.5em; }
.shadow {text-shadow:0 0 4px rgba(0, 0, 0, 0.3)}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

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

	
/* ===========================================

	1.  Basic
	2.  Grid 16 Prozent
	3.  Layout
	4.  Navigation
	5.  Footer
	6.  Logo / Kontakt
	7.  Abstände oben / unten
	8.  Startseite
	9.  Unterseiten
	10. Überschriften
	11. Buttons
	12. Tabellen
	13. Accordions
	14. Listen
	15. Bilder
	16. Galerie
	17. Formulare
	18. Social
	19. Google Map
	20. News
	21. Download
	22. Back to Top
	23. JQuery BxSlider
	24. Slider Rocksolid
	25. Headerbild
	
	Media Responsive
	
	@media only screen and (min-width:1100px) and (max-width: 1280px)
	@media only screen and (min-width:768px) and (max-width:1024px)
	@media only screen and (min-width:768px) and (max-width:830px)
	@media only screen and (max-width: 767px)
	@media only screen and (max-width: 600px)
	@media only screen and (max-width: 450px)
	@media only screen and (max-width: 320px)
	
	
  ======================================== */
 
 /* ===========================================
 * Schriften
 * ======================================== */
 
 /* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/website/fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../files/website/fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/website/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/website/fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
 /* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/website/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../files/website/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/website/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/website/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/website/fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../../files/website/fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/website/fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/website/fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/website/fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../files/website/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/website/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/website/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/website/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
 
/* ===========================================
 * Basic
 * ======================================== */

*{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	background-repeat: no-repeat;
}

html{
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	-webkit-text-rendering: optimizelegibility;
	}

body{
	background-color:#f0ede5;
	/*font:18px/1.6 'Noto Serif','Merriweather','Droid Serif',sans-serif;*/
	/*font:17px/1.6 'Poppins', sans-serif;*/
	font:19px/1.55 'Open Sans', sans-serif;
	font-weight:normal;
	color:#3A3A3A;
	font-weight: 300;
	overflow-x:hidden;
	}

p,pre,blockquote,table,ol,ul,form{
	margin-bottom:15px}

section,figure{
	margin:0;padding:0}

a{
	color:#AE0000}

a:hover{
	color:#AE0000}

i{
	margin-right:4px}

ul li{
	list-style-type:none}

.desktop_nein{
	display:none}

.mobile_nein{
	display:none}
	
p.back a,p.more a{
	padding:10px 14px;
	background-color:#AE0000;
	text-decoration:none;
	color:#fff
	}

.spalte2 {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
}

.buchstabe1 p:first-of-type::first-letter {
    font-size: 1.6em;

}	
	
/* ===========================================
 * Grid 16 Prozent
 * ======================================== */

 /**
 * Set the default margin of the grid columns
 */
*[class*="grid"]{
	float:left;
	display:inline;
	margin-right:1%;
	margin-left:1%;
	}

/**
 * Add a default margin to all content elements, so they align with the floatet
 * ones (otherwise you would have to add "grid16" to every element)
 */
.mod_article *[class*="ce_"],.mod_article *[class*="mod_"]{
	margin-right:1%;margin-left:1%;
	}

/**
 * Grid column widths
 */
.grid1{width:4.25%}

.grid2{width:10.5%}

.grid3{width:16.75%}

.grid4{width:23%}

.grid5{width:29.25%}

.grid33{width:31.3333%}

.grid6{width:35.5%}

.grid7{width:41.75%}

.grid8{width:48%}

.grid9{width:54.25%}

.grid10{width:60.5%}

.grid11{width:66.75%}

.grid12{width:73%}

.grid13{width:79.25%}

.grid14{width:85.5%}

.grid15{width:91.75%}

.grid16{width:98%}

/**
 * For 100% wide, without margin, not within an article
 * e.g. for HTML Modules in header 
 */
.grid16_0 {
	margin: 0 !important;
	width: 100%;
}

/**
 * Floated articles can be 2% wider (no margin)
 */
.mod_article.grid1{width:6.25%}

.mod_article.grid2{width:12.5%}

.mod_article.grid3{width:18.75%}

.mod_article.grid4{width:25%}

.mod_article.grid5{width:31.25%}

.mod_article.grid6{width:37.5%}

.mod_article.grid7{width:43.75%}

.mod_article.grid8{width:50%}

.mod_article.grid9{width:56.25%}

.mod_article.grid10{width:62.5%}

.mod_article.grid11{width:68.75%}

.mod_article.grid12{width:75%}

.mod_article.grid13{width:81.25%}

.mod_article.grid14{width:87.5%}

.mod_article.grid15{width:93.75%}

.mod_article.grid16{width:100%}

/**
 * Default offset widths
 */
.offset1{margin-left:7.25% !important}

.offset2{margin-left:13.5% !important}

.offset3{margin-left:19.75% !important}

.offset4{margin-left:26% !important}

.offset5{margin-left:32.25% !important}

.offset6{margin-left:38.5% !important}

.offset7{margin-left:44.75% !important}

.offset8{margin-left:51% !important}

.offset9{margin-left:57.25% !important}

.offset10{margin-left:63.5% !important}

.offset11{margin-left:69.75% !important}

.offset12{margin-left:76% !important}

.offset13{margin-left:82.25% !important}

.offset14{margin-left:88.5% !important}

.offset15{margin-left:94.75% !important}
	

.grid8.spalte1 {
	margin-left:1%;
    margin-right: 3.5%;
	width: 45%;
}

	

/* ===========================================
 * Layout
 * ======================================== */
 
#wrapper{
	background-color:#ffffff;
	max-width:1140px;
	margin: 0 auto;
	}

.top{
	background-color:#AE0000;
	height: 20px;
	}

.top .inside{
	width:100%;
	max-width:1140px;
	overflow:visible;
	display:table;
	margin-right:auto;
	margin-left:auto;
	padding:8px 30px;
	}

.top .inside{
	padding-right:40px;
	padding-left:40px;
	}
	
#header{
	position:relative;
	background-color:#ffffff
	}

.navi-section{
	width:100%;
	position:relative;
	background-color:#ffffff;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	z-index:9999 !important;
	}

.navi-section .inside{
	width:100%;
	overflow:visible;
	margin-right:auto;
	margin-left:auto;
	background-color: #395e66;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	z-index:999;
	}


#afterheader{
	display:block;
	margin:0px 0 0 0;
	padding:0;
	}

#afterheader .inside{
	max-width:1140px;
	margin-right:auto;
	margin-left:auto;
	}

#container{
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
	}

.linke-spalte #container{
	max-width:1140px;
	}

.rechte-spalte #container{
	max-width:1140px;
	}
	
.sidebar_grey #container{
	max-width:1140px;
	margin-right:auto;
	margin-left:auto;
	padding-top:60px;
	background-color:#ffffff;
	}

.home #main {
    margin-top: -110px;
	}
	
#main .inside {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
	padding-bottom: 30px;
	}

.home #main .inside {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
	padding-bottom: 0px;
	}
	
.sidebar_grey #main .inside{
	padding:0 30px 30px
	}

#main .inside .mod_article .inside{
	max-width:1140px;
	margin: 0 auto;
	padding:0px 30px 0px 30px;
	}

.sidebar_grey aside{
	background-color:#f6f6f6
	}

#left .inside{
	padding:35px 30px 20px
	}

#right .inside{
	padding:35px 30px 20px
	}

#footer{
	width:100%;position:relative;
	display:block;
	/*background-color:#224750;*/
	background-color:#395e66;
	color:#ffffff;
	}

#footer .inside{
	max-width:1050px;
	margin-right:auto;
	margin-left:auto;
	padding:50px 30px;
	}

	
/* ===========================================
 * Navigation
 * ======================================== */
 
.mod_quicknav.mobileselect{
	display:none}

	
.dk_menu{
	display:none}

/* Hauptnavigation */
#mainmenu{
	width:1010px;
	padding: 15px;
	margin: 0 auto;
	}
	
#mainmenu ul{
	margin-bottom:0;
	}

#mainmenu ul li{
	float:left;
	margin-right:10px;
	}

#mainmenu ul li.last{
	float:left;
	margin-right:0;
	}

#mainmenu .level_1 li:hover a{
	color:#ffffff
	}

#mainmenu ul li a,#mainmenu ul li span{
	position:relative;
	float:none;
	display:block;
	padding:3px 19px;
	font-size:17px;
	font-weight: 500;
	line-height:2;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.25s ease;
	transition: All 0.25s ease;
	z-index:10;
	}

/*#mainmenu ul.level_1 > li.last > a,#mainmenu ul.level_1 > li.last > span{
	position:relative;
	float:none;
	display:block;
	padding:3px 0 3px 12px;
	font-size:16px;
	line-height:2;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.25s ease;
	transition: All 0.25s ease;
	z-index:10;
	}*/

#mainmenu ul li.submenu a:after,#mainmenu ul li.submenu span:after{
	margin-left:5px;
	font:12px/1 FontAwesome;
	text-decoration:none;
	content: "\f107";
	}

#mainmenu ul li ul li a:after,#mainmenu ul li ul li span:after{
	display:none
	}

#mainmenu ul li:hover a:after{
	height:100%;
	z-index:-1
	}

#mainmenu ul ul li a:after{
	display:none
	}

#mainmenu a{
	text-decoration:none;
	color:#ffffff;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.25s ease;
	transition: All 0.25s ease
	}

#mainmenu a.trail{
	color:#ffffff;
	background-color:rgba(255, 255, 255, 0.1);
	}

#mainmenu ul li a:hover{
	color:#ffffff;
	background-color:rgba(255, 255, 255, 0.1);
	}

#mainmenu ul li span{
	color:#ffffff;
	}	

#mainmenu ul li a::before{
	width:0%;
	height:2px;
	left:0;
	top:0;
	position:absolute;
	margin-left:12px;
	background-color:#AE0000;
	content:"";
	-webkit-transition: All 0.55s ease;
	-moz-transition: All 0.55s ease;
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.55s ease;
	transition: All 0.55s ease
	}

/*#mainmenu ul li a:hover::before,#mainmenu ul li span:before{
	width:30%;
	height:2px;
	left:0;top:0;
	position:absolute;
	margin-left:12px;
	background-color:#AE0000;
	content:""
	}*/

/*#mainmenu ul li a.trail::before{
	width:30%;
	height:2px;
	left:0;
	top:0;
	position:absolute;
	margin-left:12px;
	background-color:#AE0000;
	content:""
	}*/

#mainmenu ul ul li a:hover::before,#mainmenu ul ul li span:before,#mainmenu ul ul li a.trail::before{
	display:none;
	content:""
	}

#mainmenu ul:after{
	clear:both;
	display:block;
	content: ""
	}

#mainmenu ul ul li:after{
	display:none
	}

#mainmenu ul ul{
	width:200px;
	top:60px;
	position:absolute;
	display:none;
	padding:0;
	background-color:rgba(0,0,171,.95);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);
	box-shadow:0 0 3px rgba(0,0,0,.3);
	behavior:url('assets/css3pie/1.0.0/PIE.htc');
	opacity:0;
	-webkit-transition: All 0.55s ease;
	-moz-transition: All 0.55s ease;
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.55s ease;
	transition: All 0.55s ease
	}

#mainmenu ul li:hover > ul{
	top:auto;
	display:block;
	opacity:1
	}

#mainmenu ul ul li{
	width:100%;
	border-bottom:1px solid #FFFFFF;
	}

#mainmenu ul ul li a{
	display:block;
	padding:10px 14px;
	text-align:left;
	line-height:1.5;
	text-transform:none;
	text-transform:uppercase;
	background:#464646 !important;
	font-size:15px;
	}

#mainmenu ul ul span,#mainmenu ul ul a.trail,#mainmenu ul ul li a:hover{
	display:block;
	padding:10px 14px 10px 18px;
	font-size:15px;
	line-height:1.5;
	text-transform:none;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#AE0000 !important;
	}

#mainmenu ul ul span.first,#mainmenu ul ul li.first a.trail,#mainmenu ul ul li.first a:hover{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	behavior:url('assets/css3pie/1.0.0/PIE.htc')
	}

#mainmenu ul ul ul{
	left:100%;
	top:auto;
	position:absolute;
	margin-top:-41px;
	padding-top:0
	}

#mainmenu .active{
	background:#AE0000 !important
	}

/* Menu right */
#mainmenu ul li.last ul{
	right:0
	}

/* Menu right */
#mainmenu ul.level_1 li.submenu.last ul.level_2{
	right:0
	}

/* Menu right */
#mainmenu > ul > li.submenu.last > ul > li.submenu > ul,#mainmenu > ul > li.submenu.last > ul > li.submenu > ul > li.submenu.last > ul{
	left:auto;
	right:100%
	}

/* Unternavigation links */
#submenu{
	margin-bottom:20px
	}

#submenu h3{
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:1px solid #AE0000;
	font-size:1.2em;
	font-weight:500
	}

#submenu li{
	margin-bottom:10px
	}

#submenu .level_1 a{
	display:block;
	color:#000000;
	margin-bottom:0;
	padding:6px 12px;
	border:1px solid #f4f4f4;
	line-height:2;
	text-decoration:none;
	font-weight:500;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease
	}

#submenu .level_2 a{
	display:block;
	color:#000000;
	margin-bottom:0;
	padding:0px 12px;
	border:0px solid #f4f4f4;
	line-height:1;
	text-decoration:none;
	font-weight:500;
	font-size: 14px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease
	}

#submenu a:before{
	display:inline-block;
	padding-right:6px;
	font:12px/2 FontAwesome;
	text-decoration:none;
	color:rgba(0,11,223,.6);
	content: "\f105"
	}

#submenu span:before,#submenu a:hover:before{
	display:inline-block;
	padding-right:6px;
	font:12px/2 FontAwesome;
	color:#AE0000;
	content: "\f105"
	}

#submenu .level_1 a.active,#submenu .level_1 a:hover,#submenu .level_1 span{
	display:block;
	margin-bottom:0;
	padding:6px 12px 6px 16px;
	border:1px solid #AE0000;
	line-height:2;
	text-decoration:none;
	color:#AE0000;
	font-weight:500
	}

#submenu .level_2 a.active,#submenu .level_2 a:hover,#submenu .level_2 span{
	display:block;
	margin-bottom:0;
	padding:0px 12px 0px 16px;
	border:0px solid #AE0000;
	font-size: 14px;
	line-height:1;
	text-decoration:none;
	color:#AE0000;
	font-weight:500;
	}

#submenu .level_2 span.active.first{
	margin-top:20px;
	}
		
#submenu ul ul{
	margin-top:6px;
	margin-left:10px
	}

/* Sidebar */	
.sidebar_grey #submenu a{
	display:block;
	margin-bottom:0;
	padding:6px 12px;
	border:1px solid #eaeaea;
	line-height:2;
	text-decoration:none;
	font-weight:500;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease
	}

/* Breadcrumb */	
.mod_breadcrumb{
	float:left;
	display:block;
	margin-left:1%;
	font-size:11px;
	line-height:38px
	}

#main .mod_breadcrumb{
	float:none;
	display:block;
	margin-left:0;
	font-size:11px;
	line-height:30px
	}

.mod_breadcrumb ul li{
	float:left
	}

.mod_breadcrumb ul li:before{
	margin-right:6px;
	margin-left:6px;
	font-family:FontAwesome;
	content: "\f105"
	}

.mod_breadcrumb ul li.first:before{
	display:none
	}

.mod_breadcrumb ul li a{
	text-decoration:none
	}


/* ===========================================
 * Scroll-to fix Navigation
 * ======================================== */
 
.nav--slide_in.nav--is-fixed{
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	}
	
.nav--slide_in.nav--is-fixed{
	left:0;
	top:0;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	box-shadow:0 2px 2px rgba(0,0,0,0.2);behavior:url('assets/css3pie/1.0.0/PIE.htc');
	position: fixed !important;
	-webkit-animation: slide_in 1.3s;
	-moz-animation: slide_in .3s;
	-o-animation: slide_in .3s;
	animation: slide_in 1.3s;
	}

.nav--slide_in.nav--is-fixed .inside{
	padding-top:25spx;
	padding-bottom:25spx;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	background-color:#224750;
	}

.nav--slide_in.nav--fade-out{
	webkit-animation: slide_out 1.3s;
	-moz-animation: fade_out .3s;
	-o-animation: fade_out .3s;
	animation: slide_out 1.3s;
	top: 0px;
	}	
	
/* ===========================================
 * Footer
 * ======================================== */
 
#footer .inside{
	color:#ffffff
	}

#footer .inside h4{
	padding-bottom:16px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	font-size:18px;
	color:#ffffff
	}

#footer .inside a{
	text-decoration:none;
	color:#ffffff
	}

#footer .inside a:hover{
	text-decoration:underline
	}

#footer .inside .footermenu{
	margin-top:30px;
	padding-top:12px;
	border-top:1px solid rgba(255,255,255,0.2);
	font-size:12px;
	}

	
/* ===========================================
 * Logo / Kontakt
 * ======================================== */
 
/* Logo */
 #logo{
    background-image: url("../../files/rabsch/layout/logo-neu.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 89px;
    margin-top: 37px;
	margin-bottom: 37px;
	margin-left: 8%;
    width: 406px;
	}

#logo a{
	width:100%;
	height:100%;
	display:block;
	}

.wrapper-logo-contact {
    margin-left: auto;
    margin-right: auto;
    max-width: 1480px;
}

/* Kontakt oben */
.fa-phone::before {
	content: "\f095";
	}
	
.fa-envelope::before {
	content: "\f0e0";
	}	
	
.kontaktdaten_oben {
	padding-top: 50px;
	}
	
.kontaktdaten_oben p {
	margin-bottom: 3px;
	margin-left: 100px;
	}
	
.kontaktdaten_oben .tel a, .kontaktdaten_oben .email a {
    text-decoration: none;
	font-size: 18px;
	color: #464646;
	}
	
.kontaktdaten_oben .tel::before {
    font: 25px FontAwesome;
    margin-right: 6px;
	color: #AE0000;
	}
	
.kontaktdaten_oben .email::before {
    font: 18px FontAwesome;
    margin-right: 6px;
	color: #AE0000;
	}

/* Kontakt unten */
.kontaktdaten_unten .org{
	font-size:17px;
	}

.kontaktdaten_unten .vcard div{
	margin-right:0;
	margin-left:0;
	}

.kontaktdaten_unten .tel:before{
	margin-right:6px;
	font-family:FontAwesome;
	content: "\f095";
	}

.kontaktdaten_unten .tel span.type{
	display:none;
	}

.kontaktdaten_unten .phonefax.grid11{
	margin-top:30px;
	}

.kontaktdaten_unten .tel.fax:before{
	margin-right:6px;
	font-family:FontAwesome;
	content: "\f1ac";
	}

.kontaktdaten_unten .tel.mobil:before{
	width:14px;
	display:inline-block;
	margin-right:6px;
	text-align:center;
	font-family:FontAwesome;
	content: "\f10b";
	}

.kontaktdaten_unten a.email:before{
	margin-right:6px;
	font-family:FontAwesome;
	content: "\f0e0";
	}

/* ===========================================
 * Abstände / Hilfreiche Klassen
 * ======================================== */

.center{
	text-align:center;
	}

.rund img {
    border-radius: 100%;
}
	
.top1{
	margin-top:1em;
	}

.bottom1{
	margin-bottom:1em;
	}

.top15{
	margin-top:1.5em;
	}

.bottom15{
	margin-bottom:1.5em;
	}

.top2{
	margin-top:2em;
	}

.bottom2{
	margin-bottom:2em;
	}

.top3{
	margin-top:1.0em;
	}

.bottom3{
	margin-bottom:1em;
	}

.top35{
	margin-top:3.5em;
	}

.bottom35{
	margin-bottom:3.5em;
	}

.top4{
	margin-top:4em;
	}

.bottom4{
	margin-bottom:4em;
	}

	
/* ===========================================
 * Startseite
 * ======================================== */

 /* Willkommen*/
.mod_article.willkommen{
	padding-bottom: 30px;
	margin: 0 auto;
    max-width: 1050px;
	}

.mod_article.willkommen h1{
	padding-bottom: 10px;
	text-align: center;
	}	

 /* Intro*/
.mod_article.intro{
	padding: 60px 0px 40px 0px;
	background-color:#f4f4f4;
	}

#main .inside .mod_article.intro .inside {
	padding: 0px 30px 0px 30px;
	margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
	}
	
.mod_article.intro h1{
	padding-bottom: 10px;
	text-align: center;
	}	

.mod_article.intro h2{
	padding-bottom: 10px;
	text-align: center;
	text-transform: none;
	font-size: 25px;
	}		

/* Boxen Start*/	
.mod_article.boxen-start{
	padding-top: 0px;
	padding-bottom: 40px;
	margin: 0 auto;
	max-width: 1050px;
	}
	
.mod_article.boxen-start .ce_text.box01{
	background-color:#4F818C;
	background-image: url("../../files/rabsch/layout/boxen-footer05.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 20px;
	}

.mod_article.boxen-start .ce_text.box02{
	background-color:#416C75;
	background-image: url("../../files/rabsch/layout/boxen-footer06.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 20px;
	}

.mod_article.boxen-start .ce_text.box03{
	background-color:#385A63;
	background-image: url("../../files/rabsch/layout/boxen-footer07.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 20px;
	}
		
	
.mod_article.boxen-start h2{
	font-size:25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #ffffff;
	}

.mod_article.boxen-start h3{
	font-size:24px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: none;
	color: #ffffff;
	font-weight: 400;
	}
	
.mod_article.boxen-start:hover.button p a{
	background-color:#AE0000;
	color:#fff;
	}
	
.mod_article.boxen-start p{
	padding:0 38px 0 38px;
	color: #ffffff;
	}

.mod_article.boxen-start [class*="ce_"], .mod_article.boxen-start [class*="mod_"]{
    margin-left: 1%;
    margin-right: 1%;
}
	
/* Kompetenzen */	
.mod_article.kompetenzen{
	max-width: 100%;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #464646;
	color: #ffffff;
	}
	
.mod_article.kompetenzen .inside {
	margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
	}

.mod_article.kompetenzen h2{
	padding-bottom: 10px;
	color: #ffffff;
	}	

 /* Notar */
.mod_article.notar{
	padding: 60px 0px 40px 0px;
	background-color:#f4f4f4;
	}

#main .inside .mod_article.notar .inside {
	margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
	}	

.mod_article.notar h2{
	padding-bottom: 10px;
	text-transform: none;
	font-size: 25px;
	}	

	
/* ===========================================
 * Unterseiten
 * ======================================== */

.ce_form{
	max-width:500px;
	}

#cboxCurrent {
    display: none !important;
}

.unterseiten #main .mod_article{
	padding-bottom: 30px;
	margin: 0 auto;
    max-width: 1050px;
	}

/* ===========================================
 * Überschriften / Unterstriche
 * ======================================== */
 
 h1,h2,h3,h4,h5,h6{
	position:relative;
	margin-top:0;
	margin-bottom:.5em;
	line-height:1.2;
	color:#AE0000;
	font-weight: 500;
	}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	font-weight: inherit
	}

h1{
	font-size:24px;
	font-weight:500;
	line-height: 1.5;
	}

h2{
	font-size:24px;
	font-weight:500;
	line-height: 1.5;
	}

h3{
	font-size:1.4em;
	}
	
.datenschutzerklärung h2 {
	font-size:30px;
	margin-bottom:30px;
	margin-top:20px;
	}

.datenschutzerklärung h3 {
	font-size:22px;
	margin-top:20px;
	}
	
aside h3{
	padding-bottom:6px;
	border-bottom:1px solid #AE0000;
	font-size:1.2em;
	}

h4{
	font-size:1.4em;
	}

h5{
	font-size:1.3em;
	}

h6{
	font-size:1.2em;
	}

.celine h1,.celine h2,.celine h3,.celine h4,.celine h5,.celine h6{
	margin-bottom:40px;
	padding-bottom:16px;
	text-align:center;
	border-bottom:1px solid #E9E9E9;
	}

h1.celine,h2.celine,h3.celine,h4.celine,h5.celine,h6.celine{
	margin-bottom:40px;
	padding-bottom:16px;
	border-bottom:1px solid #E9E9E9;
	}

.celine h1:after,.celine h2:after,.celine h3:after,.celine h4:after,.celine h5:after,.celine h6:after{
	width:10%;
	right:46%;
	position:absolute;
	border-bottom:2px solid #AE0000;
	bottom:-2px;
	content:"";
	}

h1.celine:after,h2.celine:after,h3.celine:after,h4.celine:after,h5.celine:after,h6.celine:after{
	width:10%;
	bottom:-2px;
	left:0;
	position:absolute;
	display:block;
	border-bottom:2px solid #AE0000;
	left:46%;content:"";
	}

.leftline h1,.leftline h2,.leftline h3,.leftline h4,.leftline h5,.leftline h6{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
    padding-bottom: 16px;
	}

.leftline h1:after,.leftline h2:after,.leftline h3:after,.leftline h4:after,.leftline h5:after,.leftline h6:after{
    border-bottom: 3px solid #1c4b8c;
    bottom: -2px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 31.3333%;
	}

h1.leftline,h2.leftline,h3.leftline,h4.leftline,h5.leftline,h6.leftline{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
    padding-bottom: 16px;
	}

h1.leftline:after,h2.leftline:after,h3.leftline:after,h4.leftline:after,h5.leftline:after,h6.leftline:after{
    border-bottom: 2px solid #3a3a3a;
    bottom: -2px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 10.3333%;
	}

hr.centerline{
	width:98%;
	height:1px;
	position:relative;
	display:block;
	margin:40px auto 60px;
	background-color:#E9E9E9;
	}

hr.centerline:before{
	width:48%;
	height:3px;
	right:26%;
	position:absolute;
	display:block;
	background-color:#AE0000;
	content:"";
	bottom:-1px;
	}

hr.leftline{
	width:98%;
	height:1px;
	position:relative;
	display:block;
	margin:40px auto 60px;
	background-color:#E9E9E9;
	}

hr.leftline:before{
	width:31.33333%;
	height:3px;
	left:0;
	position:absolute;
	display:block;
	background-color:#AE0000;
	content:"";bottom:-1px;
	}

hr.invisible_hr{
	width:100%;
	height:1px;
	position:relative;
	display:block;
	margin:40px auto;
	background: transparent;
	}

hr.standard{
	width:100%;
	height:1px;
	position:relative;
	display:block;
	margin-bottom: 1.8em;
	background-color:#E9E9E9;
	}

	
/* ===========================================
 * Buttons
 * ======================================== */
	
.button p a:after{
	display:inline-block;
	margin-left:10px;
	font-family:FontAwesome;
	text-decoration:none;
	content: '\f105';
	}

.button p a{
	display:inline-block;
	padding:4px 12px;
	border:1px solid #AE0000;
	background-color:#AE0000;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	}

.button.round a{
	display:inline-block;
	padding:4px 12px;
	background-color:#AE0000;
	border-radius:50px;
	text-decoration:none;
	color:#fff;
	behavior:url('assets/css3pie/1.0.0/PIE.htc');
	}

.button.medium a{
	display:inline-block;
	padding:8px 20px;
	}

.button.round.medium a{
	display:inline-block;
	padding:8px 20px;
	background-color:#AE0000;
	border-radius:50px;
	text-decoration:none;
	color:#fff;
	behavior:url('assets/css3pie/1.0.0/PIE.htc');
	}

.button.big a{
	padding:12px 28px;
	}

.button.round.big a{
	display:inline-block;
	padding:12px 28px;
	background-color:#AE0000;
	border-radius:50px;
	text-decoration:none;
	color:#fff;
	behavior:url('assets/css3pie/1.0.0/PIE.htc');
	}

.button p a:hover,.button.round.medium p a:hover,.button.round.big p a:hover{
	display:inline-block;
	background-color:#AE0000;
	border:1px solid #AE0000;
	text-decoration:none;
	color:#fff;
	}


/* ===========================================
 * Tabellen
 * ======================================== */
 
table{
	width:100%;
	margin-bottom:10px;
	white-space:nowrap;
	border-bottom:1px solid #e3e3e3;
	}

.ce_table {
	overflow:auto;
	}
	
.ce_table table th,.ce_table table tfoot td{
	text-align:left;
	background-color:#f3f3f3;
	border-top:1px solid #e3e3e3;
	}

table th{
	padding:.5em;
	}

table td{
	padding:.5em;
	border-top:1px solid #e3e3e3;
	}

.zubehoer table th.head_0 {
	width: 80%;
	}
	
.zubehoer table th.head_1 {
	width: 200%;
	}

.ce_table.striped tr.even{
	background-color:#f8f8f8;
	}

/* ===========================================
 * Accordion
 * ======================================== */
 
.ce_accordion .accordion{
	padding:20px;
	border:0;
	background: none;
	}

.ce_accordion .accordion > div{
	padding:0;
	}

.ce_accordion .toggler{
	padding:7px 0;
	background-image:none;
	border:1px solid #e9e9e9;
	line-height:30px;
	color:#ae0000;
	cursor: pointer;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.ce_accordion .toggler:hover{
	border:1px solid #ae0000;
	color:#ae0000;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.ce_accordion .toggler:before{
	width:25px;
	height:25px;
	float:left;
	clear:both;
	display:inline-block;
	margin-top:3px;
	margin-right:15px;
	margin-left:15px;
	padding:0;
	text-align:center;
	border-radius:3px;
	font:1.3em/28px FontAwesome;
	font-weight:normal;
	color:#ae0000;
	behavior:url('assets/css3pie/1.0.0/PIE.htc');
	content: '\f0d7';
	}

.ce_accordion .ui-accordion-header-active{
	border:1px solid #ae0000;
	color:#ae0000;
	}

.ce_accordion .toggler.ui-state-active:before{
	font-family:FontAwesome;
	content: '\f0d8';
	}

.ce_accordion .toggler:after{
	display:none;
	}

.ce_accordionSingle{
	margin-bottom:5px;
	}	


/* ===========================================
 * Listen
 * ======================================== */
 
.ce_list ul,.ce_text ul{
	padding-left:1.8em;
	}

.ce_list ol,.ce_text ol{
	padding-left:1.8em;
	}


.ce_list ul li{
	list-style-type:disc;
	list-style-position:outside;
	}

.ce_text ul li{
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:3px;
	}

.ce_list.circle ul li{
	list-style-type:circle;
	list-style-position:outside;
	}

.ce_list.square ul li{
	list-style-type:square;
	list-style-position:outside;
	}

.ce_list ol li{
	list-style-type:decimal;
	list-style-position:outside;
	}

.ce_list.upper-alpha ol li{
	list-style-type:upper-alpha;
	list-style-position:outside;
	}

.ce_list[class^="symlist"] ul,.ce_list[class*="symlist"] ul{
	margin-left:12px;
	padding-left:0;list-style-type:none;
	}

.ce_list[class^="symlist"] ul li,.ce_list[class*="symlist"] ul li{
	margin-left:12px;
	padding-left:0;
	list-style-type:none;
	}

.ce_list.symlist1 ul li:before{
	width:1em;
	display:inline-block;
	margin-right:.5em;
	margin-left:-1.55em;
	font-family:FontAwesome;
	list-style-type:none;
	content: "\f105";
	}

.ce_list.symlist2 ul li:before{
	width:1em;
	display:inline-block;
	margin-right:.5em;
	margin-left:-1.55em;
	font-family:FontAwesome;
	list-style-type:none;
	content: "\f101";
	}


/* ===========================================
 * Bilder
 * ======================================== */
 
.image_container{
	position:relative;
	overflow:hidden;
	line-height:0;
	}

.image_container a img{
	transform:scale(1,1);
	transition:all 300ms ease-out;
	}

/*.image_container a:hover img{
	transform:scale(1.1,1.1);
	transition:all 300ms ease-out
	}*/


.image_container.float_left{
	margin-right:3%;
	margin-bottom:1%;
	}

.image_container.float_right{
	margin-bottom:1%;
	margin-left:3%;
	}

.image_container.float_above{
	margin-bottom:1%;
	}

.image_container.float_below{
	margin-top:1%;
	}

.image_container .caption{
	bottom:0;
	left:0;
	margin-top:10px;
	padding:3px 6px;
	background-color:rgba(255,255,255,.95);
	border:1px solid #f4f4f4;
	font-size: 16px;
	line-height:1.5;
	width: auto !important;
	}


/* ===========================================
 * Galerie
 * ======================================== */
 
.ce_gallery ul{
	overflow:hidden;
	}

.ce_gallery.gallery_bg{
	overflow:hidden;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	background-color:#f2f2f2;
	}

.ce_text .ce_gallery ul{
	padding-left:0;
	}

.ce_gallery ul li{
	position:relative;
	float:left;
	margin-bottom:2%;
	}

.ce_text .ce_gallery ul li{
	list-style-type:none;
	}

/* gallery-neu.css */
.ce_gallery ul.cols_1 li{
	position:relative;
	float:left;
	margin-right:0;
	margin-bottom:2%;
	margin-left:0;
	}

.ce_gallery ul.cols_2 li{
	width:49%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery ul.cols_3 li{
	width:32%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery ul.cols_4 li{
	width:23.4%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery ul.cols_5 li{
	width:18.3%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery ul.cols_6 li{
	width:15%;
	margin-right:1%;
	margin-left:1%
	}

.ce_gallery ul.cols_8 li{
	width:10.75%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery.gallery1 ul li{
	position:relative;
	float:left;
	margin-right:0;
	margin-bottom:2%;
	margin-left:0
	}

.ce_gallery.gallery2 ul li{
	width:49%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery.gallery3 ul li{
	width:32%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery.gallery4 ul li{
	width:23.4%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery.gallery5 ul li{
	width:18.3%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery.gallery6 ul li{
	width:15%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery.gallery8 ul li{
	width:10.75%;
	margin-right:1%;
	margin-left:1%;
	}

.ce_gallery ul li.col_first{
	margin-left:0;
	}

.ce_gallery ul li.col_last{
	margin-right:0;
	}


/* ===========================================
 * Formulare
 * ======================================== */
 
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input:not([type]),textarea{
	padding:8px;
	background-color:#E4E6E9;
	border:1px solid #E4E6E9;
	border-radius:0;behavior:url('assets/css3pie/1.0.0/PIE.htc');
	box-shadow:none;
	transition:all 0.15s linear 0s
	}


input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input:focus:not([type]),textarea:focus{
	background-color:#C9CDD3;
	border:1px solid #AE0000;
	border-radius:0;
	behavior:url('assets/css3pie/1.0.0/PIE.htc');box-shadow:none
	}


input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important}


input.submit[type="submit"]{
	position:relative;
	display:block;
	padding:10px 8px;
	font-size:14px;
	color:#fff;
	background-color:#AE0000;
	border:0 !important;
	cursor:pointer;
	transition: all 0.2s ease-out 0s
	}


input[type="submit"]:hover{
	opacity:0.8 !important
	}


form div{
	margin-bottom:20px
	}


form div label[class*="grid"],form div input[class*="grid"],form div textarea[class*="grid"],form div select[class*="grid"],form div fieldset{
	width:100%;
	float:none;
	margin-right:0;
	margin-left:0
	}


p.error{
	width:100%;
	display:inline-block;
	font-size:12px;color:#f00
	}


form fieldset,div.widget-upload{
	padding:10px;
	border:1px solid #E9E9E9
	}


form fieldset[class*="grid"]{
	width:100%
	}


form fieldset legend{
	width:auto;
	padding-right:10px;
	padding-left:10px;
	background-color:#ffffff;
	border:1px solid #AE0000
	}


form select{
	padding:10px;
	border:1px solid #E9E9E9
	}


.ce_form form select{
	padding:10px;
	border:1px solid #E9E9E9;
	-webkit-appearance: none
	}


.ce_form form select{
	display:inline-block;
	padding:10px;
	background-color:#fff;
	background-image:url("../../files/files/theme/img/select-arrow-grey.png");
	background-repeat:no-repeat;
	border:1px solid #E9E9E9;border-radius:0;behavior:url('assets/css3pie/1.0.0/PIE.htc');
	background-position: 95% center;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/    
	-moz-appearance: none; /* Removes Default Firefox style*/    
	text-indent: 0.01px; /* Removes default arrow from firefox*/    
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/}


.ce_form form select.multiselect{
	background-image:none
	}


form select option{
	padding-right:10px;
	padding-left:10px
	}


form select.multiselect option{
	padding-right:0;
	padding-left:0
	}


.checkbox_container.vertical span,.radio_container.vertical span{
	display:block
	}


.radio_container  label,.checkbox_container  label{
	margin-left:6px
	}


.checkbox_container span,.radio_container span{
	margin-right:12px
	}


span.mandatory{
	color:#f00
	}


/* ===========================================
 * Social
 * ======================================== */
 
.socialnavi{
	overflow:hidden;
	float:right;
	line-height:0;
	margin-top:30px;
	margin-right:1%
	}

.socialnavi ul{
	margin-bottom:0}

.socialnavi li{
	overflow:hidden;
	display:inline-block;
	margin-left:6px
	}

.socialnavi li[class*="fa-"]:before,.socialnavi li[class^="fa-"]:before{
	display:none
	}

.socialnavi a{
	font-size:0;
	line-height:0
	}

.socialnavi a:hover{
	text-decoration:none
	}
	
.socialnavi a:before{
	width:27px;
	height:27px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	border:1px solid #ffffff;
	font:18px/28px FontAwesome;
	color:#ffffff
	}

.socialnavi a.fa-facebook:before{
	content: "\f09a"
	}

.socialnavi a.fa-facebook:hover:before{
	background-color:#0d6eac;
	border:1px solid #0d6eac;
	text-decoration:none;
	color:#fff;
	content: "\f09a"
	}

.socialnavi a.fa-twitter:before{
	content: "\f099"
	}

.socialnavi a.fa-twitter:hover:before{
	background-color:#55ACEE;
	border-color:#55ACEE;
	color:#fff;
	content: "\f099"
	}

.socialnavi a.fa-google-plus:before{
	content: "\f0d5"
	}

.socialnavi a.fa-google-plus:hover:before{
	background-color:#E43D2B;
	border:1px solid #E43D2B;
	color:#fff;
	content: "\f0d5"
	}

.socialnavi a.fa-xing:before{
	content: "\f168"
	}

.socialnavi a.fa-xing:hover:before{
	background-color:#006464;
	border-color:#006464;
	color:#fff;
	content: "\f168"
	}

.socialnavi a.fa-linkedin:before{
	content: "\f0e1"
	}

.socialnavi a.fa-linkedin:hover:before{
	background-color:#069;
	border-color:#069;
	color:#fff;
	content: "\f0e1"
	}

.socialnavi a.fa-youtube:before{
	content: "\f167"
	}

.socialnavi a.fa-youtube:hover:before{
	background-color:#cc181e;
	border-color:#cc181e;
	color:#fff;
	content: "\f167"
	}


/* ===========================================
 * Google Map
 * ======================================== */
 
.ce_dlh_googlemaps{
	/*width:100%;*/
	margin-left:0 !important;
	margin-right:0 !important;
	}

.ce_dlh_googlemaps .dlh_googlemap{
	width:100% !important;
	}

#dlh_googlemap_1 > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div.gm-style-iw > div > div > div > div > form > input.submit{
	display:inline-block;
	padding-top:8px;
	padding-bottom:9px;
	}


	
/* ===========================================
 * News
 * ======================================== */
 
.mod_newsreader .enclosure{
	width:100%;
	display:inline-block;
	margin-bottom:30px
	}


.mod_newsreader .enclosure p{
	display:block;
	margin-bottom:6px
	}


.mod_newsreader .enclosure p img.mime_icon{
	display:inline-block;
	vertical-align:middle
	}


.mod_newsmenu li{
	margin-bottom:6px
	}


.mod_newsmenu ul ul{
	margin-top:6px
	}


.mod_newsmenu a{
	display:block;
	margin-bottom:0;
	padding:6px 12px;
	border:1px solid #f4f4f4;
	line-height:2;
	text-decoration:none;
	font-weight:500;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease
	}


.mod_newsmenu a:before{
	display:inline-block;
	padding-right:6px;
	font:12px/2 FontAwesome;
	text-decoration:none;
	color:rgba(0,11,223,.6);
	content: "\f105"
	}


.mod_newsmenu span:before,.mod_newsmenu a:hover:before{
	display:inline-block;
	padding-right:6px;
	font:12px/2 FontAwesome;
	color:#AE0000;
	content: "\f105"
	}


.mod_newsmenu a.active,.mod_newsmenu a:hover,.mod_newsmenu span{
	display:block;
	margin-bottom:0;
	padding:6px 12px 6px 16px;
	border:1px solid #AE0000;
	line-height:2;
	text-decoration:none;
	color:#AE0000;
	font-weight:500
	}

/* ===========================================
 * Download
 * ======================================== */
 
.ce_download img.mime_icon,.ce_downloads img.mime_icon{
	vertical-align:middle
	}


.ce_download a,.ce_downloads a{
	text-decoration:none
	}


.ce_download a span.size,.ce_downloads a span.size{
	font-size:12px;
	font-style:italic;
	text-decoration:none
	}


.ce_downloads li{
	margin-bottom:6px;
	padding-bottom:6px;
	vertical-align:middle;
	border-bottom:1px solid #E9E9E9
	}



/* ===========================================
 * Back to Top
 * ======================================== */
 
#backtotop{
	height:auto;
	bottom:30px;
	right:30px;
	position:fixed;
	display:none;
	z-index: 30;
	}

#backtotop ul{
	padding-top:15px;
	padding-bottom:15px;
	}

#backtotop ul li a:before{
	width:30px;
	height:30px;
	top:-15px;
	position:relative;
	float:right;
	display:block;
	text-align:center;
	font:20px/30px FontAwesome;
	color:#fff;
	content: "\f077";
	}

#backtotop ul li a{
	width:30px;
	height:30px;
	bottom:30px;
	right:30px;
	float:right;
	display:block;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#AE0000;
	font-size:0;
	}

#backtotop ul li a:hover{
	background-color:#aaa;
	}


/* ===========================================
 * JQuery BxSlider
 * ======================================== */
 
.bx-wrapper .ce_image.block,.mod_article.mainslider.block{
	overflow:visible;
	}


#afterheader .inside .bx-wrapper  .mod_article{
	margin-top:0;
	}


.bx-wrapper{
	position:relative;
	margin:0 auto;
	padding:0;
	*zoom: 1;
	}


.gallery-small .bx-wrapper{
	position:relative;
	margin:0;
	padding:0;
	*zoom: 1;
	}


.ce_gallery.gallery-small .bx-wrapper ul{
	width:100%;
	height:auto;
	position:relative;
	overflow:visible;
	}


#header .bx-wrapper .bx-viewport .ce_image:after{
	display:none;
	}


.bx-wrapper img{
	max-width:100%;
	display:block;
	}


.bx-wrapper .bx-viewport{/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	}


.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{
	width:100%;
	bottom:10px;
	position:absolute;
	}


.bx-wrapper .bx-loading{
	width:100%;
	height:100%;
	min-height:50px;
	left:0;top:0;
	position:absolute;
	background-image:url("../../files/files/theme/img/bx_loader.gif");
	background-position:center center;
	background-repeat:no-repeat;
	z-index: 2000;
	}


.bx-wrapper .bx-pager{
	padding-top:20px;
	text-align:center;
	font-weight:bold;
	color:#666;
	font:.85em Arial;
	}


.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	display:inline-block;
	*zoom: 1;
	*display: inline;
	}


.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px;
	height:10px;
	display:block;
	margin:0 5px;
	border-radius:5px;
	text-indent:-9999px;
	behavior:url('assets/css3pie/1.0.0/PIE.htc');
	behavior:url('assets/css3pie/1.0.0/PIE.htc');
	background: #666;
	outline: 0;
	}


.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
	}


.bx-wrapper .bx-prev{
	left:10px;background-repeat:no-repeat;
	background-image:url("../../files/theme/img/pfeil_prev_s.png");
	background-position: 8px 0px;
	opacity:0.5;
	}


.bx-wrapper .bx-next{
	right:10px;
	background-repeat:no-repeat;
	background-image:url("../../files/theme/img/pfeil_next_s.png");
	background-position: 0px 0px;
	opacity:0.5;
	}


.ce_gallery .bx-wrapper .bx-prev{
	left:0;
	background-image:url("../../files/theme/img/pfeil_prev_s-black.png");
	background-repeat:no-repeat;
	background-position: 8px 0px;
	opacity:0.4;
	}


.ce_gallery .bx-wrapper .bx-next{
	right:0;
	background-image:url("../../files/theme/img/pfeil_next_s-black.png");
	background-repeat:no-repeat;
	background-position: 0px 0px;
	opacity:0.4;
	}


.bx-wrapper .bx-prev:hover{
	opacity:1;
	}


.bx-wrapper .bx-next:hover{
	opacity:1;
	}


.bx-wrapper .bx-controls-direction a{
	width:32px;
	height:72px;
	top:50%;
	position:absolute;
	margin-top:-36px;
	text-indent:-9999px;
	outline: 0;
	z-index: 99;
	}


.bx-wrapper .bx-controls-direction a.disabled{
	display:none;
	}


.bx-wrapper .bx-controls-auto{
	text-align:center;
	}


.bx-wrapper .bx-controls-auto .bx-start{
	width:10px;
	height:11px;
	display:block;
	margin:0 3px;
	text-indent:-9999px;
	outline: 0;
	background: url(../../files/rabsch/css/images/controls.png) -86px -11px no-repeat;
	}


.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{
	background-position: -86px 0;
	}


.bx-wrapper .bx-controls-auto .bx-stop{
	width:9px;
	height:11px;
	display:block;
	margin:0 3px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-image:url("../../files/theme/css/images/controls.png");
	outline: 0;
	background-position:-86px -44px;
	}


.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{
	background-position: -86px -33px;
	}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	width:80%;
	text-align:left;
	}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
	width:35px;
	right:0;
	}


.bx-wrapper .bx-caption{
	width:100%;
	bottom:0;
	left:0;
	position:absolute;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	}


.bx-wrapper .bx-caption span{
	display:block;
	padding:10px;
	color:#fff;
	font:.85em Arial;
	}


.bx-wrapper .ce_text .image_container{
	margin-bottom:0;
	}


/* ===========================================
 * Rocksolid Slider
 * ======================================== */
 
.mod_rocksolid_slider, .mod_rocksolid_slider .ce_image {
	margin-right:0% !important;
	margin-left:0% !important;
	}

/* ===========================================
 * Headerbild
 * ======================================== */
 
#afterheader .ce_image {
	margin-right:0%;
	margin-left:0%;
	}
	

/* ===========================================
 * @media only screen and (min-width:768px) and (max-width:1024px)
 * ======================================== */

@media only screen and (min-width:768px) and (max-width:1024px){

/* Layout */
#wrapper{
	max-width:100%
	}

.custom{
	padding-right:0;
	padding-left:0
	}

#left .inside{
	padding-left:20px
	}

#right .inside{
	padding-right:20px
	}

#mainmenu{
	display:none;
	}
	
/* dk_mmenu */
.dk_menu{
	display:table-cell;
	vertical-align:middle;
	text-align:right
	}

.dk_menu i{
	margin-right:0
	}

.dk_menu a.dk_mobilmenu{
	width:44px;
	height:44px;
	float:right;
	display:block;
	text-align:center;
	background-color:#$color;
	font-size:26px;
	line-height:44px;
	text-decoration:none;
	color:#fff
	}

em.mm-counter{
	right:50px;
	float:right;
	display:inline-block
	}

/* Tabs */
.tabs ul.horizontal li{
	padding-right:8px;
	padding-left:8px
	}

.tabs.horizontal.tab4 li,.tabs.horizontal.tab3 li,.tabs.horizontal.tab2 li{
	line-height:38px
	}

/* Buttons*/
.button a{
	font-size:13px
	}
	
/* Kontakt*/
.kontaktdaten_oben p {
    margin-bottom: 3px;
    margin-left: 0px;
	}
}


/* ===========================================
 * @media only screen and (min-width:768px) and (max-width:830px)
 * ======================================== */
@media only screen and (min-width:768px) and (max-width:830px){

h2 {
    font-size: 1.2em !important;
	}

}


/* ===========================================
 * @media only screen and (max-width: 767px)
 * ======================================== */
 
@media only screen and (max-width: 767px){

/* Basic */
.mobil_no{
	display:none !important
	}

.spalte2 {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
}
	
/* Grid */
*[class*="grid"]{
	float:none !important;
	display:block !important;
	width:auto !important
	}

*[class*="offset"]{
	margin-left:1% !important
	}
	
/* Layout */
#wrapper{
	width:100%
	}

#header{
	padding-top: 20px;
	}	

.home #main {
    margin-top: 0px;
}

.navi-section .inside, #footer .inside {
	padding-right:16px;
	padding-left:16px
	}	

.mod_article *[class*="ce_"],.mod_article *[class*="mod_"]{
	margin-right:0;
	margin-left:0
	}

#left .inside{
	margin-left:0;
	padding-right:30px;
	padding-left:30px
	}

#right .inside{
	margin-right:0;
	margin-left:0;
	padding-right:30px;
	padding-left:30px
	}

#mainmenu{
	display:none
	}

/* dk_mmenu */
.dk_menu{
	display:table-cell;
	vertical-align:middle;
	text-align:right
	}

.dk_menu i{
	margin-right:0
	}

.dk_menu a.dk_mobilmenu{
	width:36px;
	height:36px;
	float:right;
	display:block;
	text-align:center;
	background-color:#$color;
	font-size:26px;
	line-height:36px;
	text-decoration:none;
	color:#fff
	}

em.mm-counter{
	right:50px;
	float:right;
	display:inline-block
	}

/* Mobiles logo */
#logo{
	margin: 0 auto 10px;
	}

.kontaktdaten_oben {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align:center;
	}

/* Tabs */
.tabs ul.horizontal{
	width:100%;
	display:block
	}

.tabs ul.horizontal li{
	float:none;
	margin:0 0 6px
	}

.tabs > DIV{
	margin-top:0 !important
	}

.tabs.horizontal.tab2 li,.tabs.horizontal.tab3 li,.tabs.horizontal.tab4 li{
	width:100%
	}

.tabs.vertical ul.vertical{
	width:100%;
	float:none
	}

.tabs.vertical ul.vertical li{
	border-right:1px solid #e4e4e4
	}

/* Breadcrumb Navigation */
.mod_breadcrumb,#main .mod_breadcrumb{
	display:none
	}

/* Bilder */
.image_container.float_left,.image_container.float_right{
	float:none;
	margin-right:0;
	margin-left:0;
	margin-bottom: 20px;
	float:none !important
	}

.image_container img{
	/*width:100%;*/
	height:auto;
	/*max-width:100%;*/
	vertical-align:middle;
	}

.boxen-start .image_container img{
	width:100%;
	max-width:100%;
	}	

/* Formular */
input.submit[type="submit"]{
	background:-moz-linear-gradient(top,#$color,#$color);
	background:-webkit-linear-gradient(top,#$color,#$color);
	background:-o-linear-gradient(top,#$color,#$color);
	background:-ms-linear-gradient(top,#$color,#$color);
	background:linear-gradient(to bottom,#$color,#$color);
	-pie-background:linear-gradient(top,#$color,#$color);
	behavior:url('assets/css3pie/1.0.0/PIE.htc')
	}

.ce_form [class*="grid"]{
	width:100%
	}

.ce_form [class*="grid"] input[class*="grid"],.ce_form [class*="grid"] select[class*="grid"],.ce_form [class*="grid"] textarea[class*="grid"]{
	width:100% !important
	}

/* JQuery BxSlider */
.slider-control,.bx-wrapper .bx-pager{
	display:none
	}

/* Video */
.ce_video-container.bg-video{
	padding-bottom:45%
	}

.ce_video-container.bg-video video{
	top:-26px
	}

/* Startseite */
.boxen-start .ce_text{
	margin-bottom: 30px;
	}

.boxen-start img{
	max-width: 600px;
	}

.kompetenzen h2.center{
	text-align: left;
	}

.kompetenzen ul{
	margin-bottom: 0px;
	}	

/* Kontakt*/
.kontaktdaten_oben p {
    margin-bottom: 3px;
    margin-left: 0px;
	}	
}


/* ===========================================
 * @media only screen and (max-width: 600px)
 * ======================================== */
 
@media only screen and (max-width: 600px){

.button-anmeldung {
    margin-top: 20px;
	}
}


/* ===========================================
 * @media only screen and (max-width: 450px)
 * ======================================== */
 
@media only screen and (max-width: 450px){

#logo{
	width:80%;
	}	

.kontaktdaten_oben {
	padding-top: 0px;
	}	

.leftline h1:after,.leftline h2:after,.leftline h3:after,.leftline h4:after,.leftline h5:after,.leftline h6:after{
	width:90%;
	}


h1.leftline:after,h2.leftline:after,h3.leftline:after,h4.leftline:after,h5.leftline:after,h6.leftline:after{
	width:90%;
	}	
}	


/* ===========================================
 * @media only screen and (max-width: 320px)
 * ======================================== */
 
@media only screen and (max-width: 320px){

h1 {
    font-size: 1.1em !important;
	}

h2 {
    font-size: 1.0em !important;
	margin-bottom: 20px !important;
    margin-top: 20px !important;
	}
#logo{
	width:70%;
	}	
	

}

	
