/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
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}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@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}
/*
	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 position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.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-right.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-right.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 z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

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

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -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-front.mm-right, .mm-menu.mm-next.mm-right {
    -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-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -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-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

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

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.col-flex {
	display: flex;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-1-5,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12  {
	float: left;
	box-sizing: border-box;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}

.col-1-5 {
	width: 20%;
}

@media only screen and (max-width: 1199px) {
	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
}

@media only screen and (max-width: 991px) {
	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

@media only screen and (max-width: 767px) {
	.row-flex {
		display: block;
	}

	.row-flex-xs {
		display: flex;
	}

	.col-flex {
		display: block;
	}

	.col-flex-xs {
		display: flex;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-1-5,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		width: 100%;
	}

	.col-xs-12 {
		width: 100%;
	}

	.col-xs-11 {
		width: 91.66666667%;
	}

	.col-xs-10 {
		width: 83.33333333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.66666667%;
	}

	.col-xs-7 {
		width: 58.33333333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.66666667%;
	}

	.col-xs-4 {
		width: 33.33333333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.66666667%;
	}

	.col-xs-1 {
		width: 8.33333333%;
	}
}

@font-face {
  font-family: 'icomoon';
  src:  url("../../files/themes/theme_one/icomoon/fonts/icomoon.eot?378g8m");
  src:  url("../../files/themes/theme_one/icomoon/fonts/icomoon.eot?378g8m#iefix") format('embedded-opentype'),
    url("../../files/themes/theme_one/icomoon/fonts/icomoon.ttf?378g8m") format('truetype'),
    url("../../files/themes/theme_one/icomoon/fonts/icomoon.woff?378g8m") format('woff'),
    url("../../files/themes/theme_one/icomoon/fonts/icomoon.svg?378g8m#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\f00d";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-mail:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-xing:before {
  content: "\f168";
}
.icon-share:before {
  content: "\f1e0";
}


/*----------------------------------------------------------
	Reset
------------------------------------------------------------*/

body, div,
header, nav, main, section, article, aside, footer,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, code,
ul, ol, li,
table, th, td,
form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul {
	list-style-type: none;
}

a:focus, button:focus, input[type="submit"]:focus {
	outline: none;
}

:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:active {
	background-color: transparent;
}

a img {
	border: none;
}

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


/*----------------------------------------------------------
	General
------------------------------------------------------------*/

* {
	border: 0;
	box-sizing: border-box;
}

body {
	background: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #020202;
	overflow: hidden;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.visible-xs,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none;
}

.visible-md {
	display: none;
}

.visible-sm {
	display: none;
}

.hidden-lg {
	display: none;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*----------------------------------------------------------
	Header
------------------------------------------------------------*/

#header {
	height: auto;
}

#header-top {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1300px;
    height: 135px;
	margin-left: -650px;
	background: rgba(0,0,0,0.8);
    z-index: 500;
}

#header-top a {
	color: #fff;
}

#header-top a:hover,
#header-top a:focus {
	color: #44d62c;
}

.header-container {
	width: 1075px;
	height: 135px;
	margin: 0 auto;
}

.info-top-container {
	float: right;
	padding-top: 45px;
}

.contact-top,
.navi-lang-container,
.navi-main-container {
	float: right;
}

.contact-top a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
}

.contact-top span.icon-phone {
	font-size: 1.5em;
	margin-right: 10px;
	vertical-align: -4px;
}

.contact-top span.icon-mail {
	font-size: 1em;
	margin-right: 15px;
	vertical-align: -1px;
}

.navi-lang-container {
	padding: 30px 20px 0 40px;
}

.navi-lang-top li {
	float: left;
	padding-right: 20px;
}

.navi-lang-top a:hover,
.navi-lang-ctop a:focus {
	opacity: 0.7;
}

img.flag-icon {
	border-radius: 50%;
}

#logo {
	float: left;
	width: 265px;
	height: 135px;
	background: #fff;
}

#logo a {
	display: block;
	width: 265px;
	height: 135px;
	padding-top: 20px;
}

#logo img {
	display: block;
	width: 192px;
	height: 98px;
	margin: 0 auto;
}




/*----------------------------------------------------------
	Main Navigation
------------------------------------------------------------*/

.navi-main .navi-main-hidden {
	display: none;
}

.navi-main-container {
	padding-top: 35px;
}

.navi-main {
	text-transform: uppercase;
	font-weight: 600;
}

.navi-main ul {
	display: block;
	line-height: 1;
}

.navi-main ul li {
	position: relative;
	float: left;
	padding: 0 15px 0 20px;
}

.navi-main ul li:before {
	position: absolute;
	content: "\f04d";
	top: 6px;
	left: 0;
	font-size: 7px;
	color: #44d62c;
	font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
	text-indent: 0;
}

.navi-main ul li.navi-main-first {
	padding-left: 0;
}

.navi-main ul li.navi-main-first:before {
	content: "";
}

.navi-main ul li.navi-main-last {
	padding-right: 0;
}

.navi-main ul li a,
.navi-main ul li span {
	font-size: 16px;
	line-height: 1;
}

.navi-main ul li span {
	color: #44d62c;
}

.navi-main ul li a.trail,
#header-top .navi-main .trail a,
.navi-main ul li a:hover,
.navi-main ul li a:focus {
	color: #44d62c;
}



/*----------------------------------------------------------
	Page Image
------------------------------------------------------------*/

/* pageimage = image */

/* #banner {
	width: 100%;
	height: auto;
	overflow: visible;
}

#banner img {
	display: block;
	width: 100%;
}*/

/* pageimage = background-image */

#banner {
	width: 1300px;
	height: 600px;
	margin: 0 auto;
}

.banner-inside {
	height: 600px;
	background-size: cover;
	background-position: center center;
}



/*----------------------------------------------------------
	Breadcrumb Navigation
------------------------------------------------------------*/

.navi-breadcrumb {
	margin: 0 0 10px;
}

.navi-breadcrumb ul {
	overflow: hidden;
}

.navi-breadcrumb li {
	position: relative;
	padding: 0 20px 0 0;
	float: left;
}

.navi-breadcrumb li:after {
	position: absolute;
	content: "\f054";
	font-size: 10px;
	top: 10px;
	right: 15px;
	color: #666;
	font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
}

.navi-breadcrumb  li.last:after {
	content: "";
}

#main .navi-breadcrumb a {
	font-size: 15px;
	padding: 0 20px 0 0;
	line-height: 1.5;
}

.navi-breadcrumb li.active span {
	font-size: 15px;
	color: #666;
	line-height: 1.5;
	padding-top: 1px;
}




/*----------------------------------------------------------
	Content
------------------------------------------------------------*/

#container,
.container {
	width: 960px;
	margin: 0 auto;
}

.mod_article {
	overflow: visible;
}

#main {
	min-height: 500px;
	padding: 30px 0 70px;
}

#main h1 {
	font-size: 45px;
	font-weight: 300;
	color: #44d62c;
	line-height: 1.4;
	text-align: center;
	padding: 10px 0 20px;
}

#main h2 {
	font-size: 31px;
	font-weight: 300;
	color: #44d62c; /* #666; */
	line-height: 1.4;
	text-align: center;
	padding: 10px 0 20px;
}

#main h2.gray {
	color: #666;
}

#main h1.short,
#main h2.short {
	padding: 10px 0 0;
}

#main h3 {
	font-size: 25px;
	font-weight: 300;
	color: #666;
	line-height: 1.4;
	padding: 5px 0 15px;
}

p {
	padding: 0 0 15px;
	line-height: 1.6;
}

#main a {
	color: #44d62c;
}

#main a:hover,
#main a:focus {
	text-decoration: underline;
}

.ce_text ul {
	padding: 0 0 10px 0;
}

.ce_text ul  > li > ul {
	padding: 0 0 0 10px;
}

.ce_text ol {
	padding: 0 0 10px 20px;
}

.ce_text li {
	position: relative;
	line-height: 1.6;
	padding: 0 0 5px 15px;
}

.ce_text ol li {
	line-height: 1.6;
	padding: 0 0 5px 0;
}

.ce_text ul li:before {
	position: absolute;
	content: "\f04d";
	top: 11px;
	left: 0;
	font-size: 7px;
	color: #44d62c;
	font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
	text-indent: 0;
}

.ce_download, .ce_downloads {
	display: block;
	padding: 0 0 15px;
}

#main .ce_download a,
#main .ce_downloads a {
	color: #7a7d7a;
	line-height: 1.6;
}

#main .ce_download a:hover,
#main .ce_download a:focus,
#main .ce_downloads a:hover,
#main .ce_downloads a:focus {
	color: #44d62c;
}

.ce_download img {
	padding-right: 10px;
	vertical-align: -30%;
}

.text-small {
	font-size: 15px;
}

.green {
	color: #44d62c;
}

.gray {
	color: #7a7d7a;
}

.new-line {
	clear: both;
}


/*----------------------------------------------------------
	Images
------------------------------------------------------------*/

.image_container {
	padding: 5px 0 15px;
	line-height: 0;
}

.image_container img {
	display: block;
}

.image_container a {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.image_container a:hover,
.image_container a:focus {
	opacity: 0.7;
}

.image_container.float_right {
	padding-left: 30px;
}

.image_container.float_left {
	padding-right: 30px;
}


/*----------------------------------------------------------
	Teaser Boxes
------------------------------------------------------------*/

.teaser-boxes-container  {
	padding: 35px 0 50px;
}

.teaser-boxes {
	margin: -30px 0 0;
}

.teaser-box {
	margin: 30px 0 0;
}

.teaser-box-image {
	position: relative;
	text-align: center;
	line-height: 0;
}

.teaser-box-image a.hover-bg {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.teaser-box-image a.hover-bg:before {
	content: "";
    display: block;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	background: #000;
    opacity: 0.6;
	 -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-transition-duration: 1s, 0s;
    transition-duration: 1s, 0s;
    transition-property: opacity, visibility;
    visibility: visible;
	z-index: 100;
}

.teaser-box-image a.hover-bg:hover:before,
.teaser-box-image a.hover-bg:focus:before {
	content: "";
    display: block;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	background: #000;
    opacity: 0;
   -webkit-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
	-webkit-transition-duration: 0.5s, 0s;
    transition-duration: 0.5s, 0s;
    visibility: hidden;
}

.teaser-box-image img {
	display: block;
	outline: 5px solid #fff;
	/* outline color transition */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* -webkit-transition: -webkit-filter 0.5s linear;
    transition: -webkit-filter 0.5s linear;
    transition: filter 0.5s linear;
    transition: filter 0.5s linear, -webkit-filter 0.5s linear; */
}

.teaser-box-image a.hover-bg:hover img,
.teaser-box-image a.hover-bg:focus img {
	outline: 5px solid #44d62c;
	/* outline color transition */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	
	-webkit-filter: none;
    filter: none;
}

#main h3.teaser-box-title {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	color: #44d62c;
	line-height: 1;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
	/* color transition */
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#main a:hover h3.teaser-box-title,
#main a:focus h3.teaser-box-title {
	/* color: #fff; */
}


/*----------------------------------------------------------
	Jobs Teaser
------------------------------------------------------------*/

.job-boxes-container  {
	padding: 0 0 40px;
}

.job-boxes .col-6 {
	padding-top: 40px;
}

.job-box {
	flex: 1;
	position: relative;
	padding-bottom: 25px;
}

#main .job-box h3 {
	font-size: 17px;
	font-weight: 600;
	padding: 0 0 7px;
}

#main .job-box h3 a {
	color: #020202;
}

#main .job-box h3 a:hover,
#main .job-box h3 a:focus {
	color: #44d62c;
}

p.job-location {
	font-weight: 700;
}

.row p.job-location {
	font-size: 15px;
	color: #7a7d7a;
	font-weight: 400;
}

p.more-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #44d62c;
	line-height: 1.4;
	padding: 0 0 30px;
}

a.more-icon {
	position: absolute;
	right: -1px;
	bottom: 0;
}

span.icon-chevron-right {
	color: #fff;
	background: #44d62c;
	font-size: 15px;
	padding: 6px 8px 5px;
}

#main a.more-icon:hover,
#main a.more-icon:focus {
	text-decoration: none;
}

a.more-icon:hover span.icon-chevron-right,
a.more-icon:focus span.icon-chevron-right {
	opacity: 0.8;
}

.mod_fmodule_fe_list p.no-results {
	color: #7a7d7a;
	padding: 20px 0 15px 15px;
}

/*----------------------------------------------------------
	Jobs Details
------------------------------------------------------------*/

p.job-reference {
	font-weight: 700;
}

.intro p {
	padding: 15px 0 10px;
}

.enclosure {
	padding-top: 30px;
}

#main .enclosure a {
	color: #7a7d7a;
}

#main .enclosure a:hover,
#main .enclosure a:focus {
	color: #44d62c;
}

.enclosure img {
	padding-right: 10px;
	vertical-align: -30%;
}

p.back {
	font-size: 15px;
	padding: 20px 0 15px;
}

p.back a {
	position: relative;
	padding-left: 20px;
}

p.back a:before {
	position: absolute;
	content: "\f054";
	font-size: 10px;
	color: #44d62c;
	top: 7px;
	left: 0;
	font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg); 
}


/*----------------------------------------------------------
	Button
------------------------------------------------------------*/

.content-button {
	margin: 20px 0 40px;
	text-align: center;
}

#main a.button-green {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 30px 8px;
	background: #44d62c;
	/* background color transition */
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#main a.button-green:hover,
#main a.button-green:focus {
	background: #2bf40a;
	text-decoration: none;
}

.close-button {
	display: none;
}

.app-form {
    /* height: 0; */
	/* max-height: 0; */
	/* overflow: hidden; */
	/* transition: max-height 0.5s ease-in-out; */
	/* display: none; */
	/* transition: 0.5s ease-in-out; */
	/* visibility: hidden; */
	/* transition: max-height 0.5s ease-in-out 0s, visibility 0.5s 0.5s; */
	
}

.app-form.active {
	/* height: auto;
	max-height: 1300px; */
	/* visibility: visible; */
	display: block;
	/* transition-duration: 0.5; */
	/* transition: max-height 0.5s ease-in-out 0s, visibility 0.5s 0s; */
}


/*----------------------------------------------------------
	Contactform
------------------------------------------------------------*/

.ce_form, .formbody {
	overflow: visible;
}

.contactform {
	margin: 20px 0 30px;
}

.contactform .widget.widget-text,
.contactform .widget.widget-select,
.contactform .widget-captcha,
.contactform .widget-upload {
	position: relative;
	width: 50%;
	height: 90px;
	float: left;
	margin: 0 0 10px;
}

.contactform .widget.widget-textarea,
.contactform .widget.widget-radio,
.contactform .widget.widget-text.subject,
.contactform .widget-upload {
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 10px;
}

.contactform .widget.widget-textarea {
	position: relative;
	height: 180px;
	margin: 0 0 20px;
}

.contactform .widget-captcha {
	height: 100px;
	margin: 15px 0 25px;
}

.contactform label,
.contactform legend {
	display: block;
	line-height: 1.5;
	padding: 0 0 7px;
}

.contactform .radio_container > span {
	display: inline-block;
	padding: 0 30px 0 0;
}

.contactform .radio_container > span > label {
	display: inline-block;
	padding: 0 0 0 10px;
}

.contactform  input[type="text"],
.contactform input[type="email"],
.contactform input[type="tel"],
.contactform select,
.contactform .textarea {
	width: 77%;
	line-height: 1.5;
	padding: 5px;
	border: 1px solid #020202;
	/* background color transition */
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.contactform .widget.widget-text.subject input[type="text"] {
	width: 88.5%;
}

.contactform .textarea {
	width: 88.5%;
	max-width: 100%;
	font-family: Open Sans, sans-serif;
}

.contactform input[type="text"]:focus,
.contactform input[type="email"]:focus,
.contactform input[type="tel"]:focus,
.contactform .textarea:focus {
	border: 1px solid #44d62c;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.contactform .widget-upload input[type="file"] {
	font-size: 15px;
	color: #7a7d7a;
	max-width: 100%;
}

.contactform .widget-captcha {
	font-size: 15px;
	color: #7a7d7a;
	clear: both;
}

.contactform .widget-captcha input[type="text"] {
	border: 1px solid #7a7d7a;
}

.contactform .captcha_text {
	display: block;
}

.contactform .submit_container {
	clear: both;
	text-align: center;
}

.contactform input[type="submit"] {
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 30px 8px;
	background: #44d62c;
	cursor: pointer;
	/* background color transition */
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.contactform input[type="submit"]:hover,
.contactform input[type="submit"]:focus {
	background: #2bf40a;
}

.contactform input[type="text"].error,
.contactform input[type="email"].error,
.contactform input[type="tel"].error,
.contactform .textarea.error {
	border: 1px solid #e34d35;
	color: #e34d35;
}

.widget-upload label.error {
	color: #e34d35;
}

.contactform p.error {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #e34d35;
	font-size: 12px;
	line-height: 1;
	padding: 0;
}

.contactform .max-file-size-exceeded-error-message-container p.error {
	position: relative;
	padding: 0 0 15px;
	
}

.custom-file-button {
	background: #ddd;
	padding: 5px 10px;
	font-size: 15px;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.custom-file-button:hover,
.custom-file-button:focus {
	background: #ccc;
}

.custom-file-button-text {
	color: #7a7d7a;
    font-size: 15px;
}



/*----------------------------------------------------------
	Accordion
------------------------------------------------------------*/
 
.ce_accordion {
	border-bottom: 1px solid #44d62c;
}

div + .ce_accordion,
h1 + .ce_accordion,
h2 + .ce_accordion,
h3 + .ce_accordion {
	margin-top: 20px;
	border-top: 1px solid #44d62c;
}
 
 .ce_accordion + :not(.ce_accordion) {
	margin-top: 40px;
}

.toggler {
	position: relative;
	font-size: 17px; /* 24px; */
	font-weight: 600;
	line-height: 1.4;
	padding: 10px 50px 10px 20px;
	cursor: pointer;
}

.toggler:before,
.toggler.active:before {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	background: #44d62c;
	font-size: 15px;
	padding: 6px 8px 5px;
	font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
	text-indent: 0;	
}

.toggler:before {
	content: "\f067";
}

.toggler.active:before {
	content: "\f068";
}

.toggler:hover {
	color: #44d62c;
}

.toggler:hover:before {
	opacity: 0.8;
}

.accordion div {
	padding: 10px 20px 15px;
	border-top: 1px dotted #44d62c;
}


/*----------------------------------------------------------
	Social Share
------------------------------------------------------------*/

.social-share {
	margin-top: 20px;
}

.share-text {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	line-height: 2;
}

.social-share .icon-share,
.social-share .icon-close {
	font-size: 25px;
	margin: 0 5px;
	vertical-align: text-top;
}

#main a.share-click {
	color: #7a7d7a;
}

#main a.share-click:hover,
#main a.share-click:focus {
	text-decoration: none;
	color: #44d62c;
}

.share-buttons {
	width: 0;
	float: left;
	transition: width 0.5s ease-in-out;
	overflow: hidden;
}
	
.share-open .share-buttons {
	width: 300px;
	transition-duration: 0.5s;
}

.share-buttons-inside {
	width: 300px;
}

#main .share-buttons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #7a7d7a;
	float: left;
	text-align: center;
	padding-top: 7px;
	margin-right: 15px;
}

#main .share-buttons a span {
	font-size: 22px;
	color: #fff;
}

#main .share-buttons a span.icon-mail,
#main .share-buttons a span.icon-google-plus {
	font-size: 20px;
}

#main .share-buttons a:hover,
#main .share-buttons a:focus {
	background: #44d62c;
}

#main .share-buttons a:hover span,
#main .share-buttons a:focus span {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------------------------
	Responsive Google Map
------------------------------------------------------------*/

.responsive-map-container {
	width: 100%;
	max-width: 100%;
	margin: 20px auto 30px;
}
 
.responsive-map {
	position: relative;
	padding-bottom: 40%; /* 56.25%; */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	z-index: 30;
}

.responsive-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*----------------------------------------------------------
	Sitemap
------------------------------------------------------------*/

.mod_sitemap {
	text-align: center;
}

.mod_sitemap li {
	padding: 5px 0;
}

.mod_sitemap .level_1 li a {
	font-weight: 600;
}

.mod_sitemap li  li {
	margin-left: 30px;
}

.mod_sitemap .level_2 > li.submenu {
	padding: 5px 0 0;
}

.mod_sitemap .level_2 li a {
	font-weight: 400;
}


/*----------------------------------------------------------
	Backtop Button
------------------------------------------------------------*/

#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 300;
}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% 'SohoGothicPro', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #c8c8c8;
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#back-top a:hover {
	color: #6d6e71;
}

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 5px;
	background: #44d62c url("../../files/themes/theme_one/img/arrowtop-white.png") no-repeat center center;
	opacity: 0.7;
	/* background color transition */
	-webkit-transition-property: background;
    transition-property: background;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#back-top a:hover span {
	/* background-color: #c8c8c8; */
	opacity: 1;
}



/*----------------------------------------------------------
	Footer
------------------------------------------------------------*/

#footer {
	width: 1300px;
	background: url("../../files/themes/theme_one/img/jaksch-footer-bg.png") no-repeat;
	background-position: 80% 0%;
	background-size: contain;
	margin: 0 auto;
}

#footer-inside {
	width: 1300px;
	background: rgba(0,0,0,0.8);
}

#footer-inside .container {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	padding: 30px 0 0;
}

img.logo-footer {
	display: block;
	margin-bottom: 20px;
	width: 97px;
	height: 35px;
}

.col-center,
.col-right {
	padding-top: 55px;
}

.navi-footer,
.navi-lang-footer,
.social-footer {
	float: right;
}

.navi-footer li,
.navi-lang-footer li {
	position: relative;
	padding: 0 20px 0 0;
	float: left;
}

.navi-footer li:after,
.navi-lang-footer li:after {
	position: absolute;
	content: "|";
	color: #fff;
	top: 0;
	right: 15px;
}

.navi-footer li.last:after,
.navi-lang-footer li.last:after {
	content: "";
}

.navi-footer a,
.navi-footer span,
.navi-lang-footer a,
.navi-lang-footer span {
	color: #fff;
	line-height: 1.6;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}

.navi-footer li.last,
.navi-footer li.last a,
.navi-footer li.last span,
.navi-lang-footer li.last,
.navi-lang-footer li.last a,
.navi-lang-footer li.last span {
	padding-right: 0;
}

#footer a:hover,
#footer a:focus,
.navi-footer .active,
.navi-footer .trail,
.navi-lang-footer .active,
.navi-lang-footer .trail {
	color: #44d62c;
}

.social-footer {
	padding: 50px 0 15px;
}

.social-footer a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #fff;
	float: left;
	text-align: center;
	padding-top: 5px;
	margin-left: 10px;
}

.social-footer span {
	font-size: 24px;
	color: rgba(0,0,0,0.8);
}

.social-footer a:hover,
.social-footer a:focus {
	background: #44d62c;
}

.social-footer a:hover span,
.social-footer a:focus span {
	color: #fff;
}

.footer-line {
	width: 110%;
	height: 1px;
	background: #44d62c;
	margin-left: -5%;
}

p.copyright {
	font-size: 13px;
	font-weight: 400;
	padding: 15px 0 20px;
}















/*----------------------------------------------------------
	Responsive
------------------------------------------------------------*/

/*----------------------------------------------------------
	MD-Desktop
------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {

	/*----------------------------------------------------------
		General
	------------------------------------------------------------*/

	.visible-md {
		display: block;
	}

	.hidden-md {
		display: none;
	}
	
	/*----------------------------------------------------------
		Header
	------------------------------------------------------------*/
	
	#header-top {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.header-container {
		width: 960px;
	}
	
	.navi-lang-container {
		padding: 30px 0 0 20px;
	}

	.navi-lang-top li {
		padding-right: 20px;
	}

	#logo {
		width: 215px;
		height: 135px;
	}

	#logo a {
		width: 215px;
		height: 135px;
		padding-top: 30px;
	}

	#logo img {
		width: 150px;
		height: 76.5px;
	}
	
	
	/*----------------------------------------------------------
		Page Image
	------------------------------------------------------------*/
	
	#banner {
		width: 100%;
		height: 580px;
	}

	.banner-inside {
		height: 580px;
	}
	
	
	/*----------------------------------------------------------
		Content
	------------------------------------------------------------*/

	#main h1 {
		font-size: 40px;
	}

	#main h2 {
		font-size: 30px;
	}
	
	
	/*----------------------------------------------------------
		Footer
	------------------------------------------------------------*/
	
	#footer,
	#footer-inside {
		width: 100%;
	}
	
	
	
	
	
	
	
}







/*----------------------------------------------------------
	TABLET
------------------------------------------------------------*/

@media only screen and (max-width: 991px) {

	/*----------------------------------------------------------
		General
	------------------------------------------------------------*/
	
	body {
		font-size: 15px;
	}

	.visible-sm {
		display: block;
	}

	.hidden-sm {
		display: none;
	}
	
	
	
	/*----------------------------------------------------------
		Header
	------------------------------------------------------------*/

	#header-top {
		height: 120px;
	}
	
	.header-container {
		width: 720px;
		height: 120px;
	}
	
	.info-top-container {
		width: 520px;
		padding-top: 25px;
	}
	
	.contact-top a {
		display: inline;
		padding-left: 20px;
	}
	
	.navi-lang-container {
		padding: 0;
	}

	.navi-lang-top li {
		padding-right: 20px;
	}

	#logo {
		width: 200px;
		height: 120px;
	}

	#logo a {
		width: 200px;
		height: 120px;
		padding-top: 22px;
	}

	/* #logo img {
		width: 150px;
		height: 76.5px;
	} */
	
	
	/*----------------------------------------------------------
		Page Image
	------------------------------------------------------------*/
	
	#banner {
		height: 450px;
	}

	.banner-inside {
		height: 450px;
	}
	
	
	/*----------------------------------------------------------
		Main Navigation
	------------------------------------------------------------*/
	
	.navi-main-container {
		padding-top: 25px;
	}
	
	
	/*----------------------------------------------------------
		Breadcrumb Navigation
	------------------------------------------------------------*/

	.navi-breadcrumb li:after {
		font-size: 8px;
		top: 9px;
	}
	
	#main .navi-breadcrumb a {
		font-size: 13px;
	}

	.navi-breadcrumb li.active span {
		font-size: 13px;
	}
	
	
	/*----------------------------------------------------------
		Content
	------------------------------------------------------------*/

	#container,
	.container {
		width: 720px;
	}
	
	#main h1 {
		font-size: 35px;
	}

	#main h2 {
		font-size: 28px;
	}
	
	#main h3 {
		font-size: 22px;
	}
	
	.text-small {
		font-size: 14px;
	}
	
	
	
	/*----------------------------------------------------------
		Teaser Boxes
	------------------------------------------------------------*/

	#main h3.teaser-box-title {
		font-size: 18px;
		padding: 0 7px;
	}
	
	
	/*----------------------------------------------------------
		Jobs Teaser
	------------------------------------------------------------*/

	#main .job-box h3 {
		font-size: 15px;
	}
	
	.row p.job-location {
		font-size: 14px;
	}

	span.icon-chevron-right {
		font-size: 13px;
		padding: 7px 8px 5px;
	}
	
	
	/*----------------------------------------------------------
		Jobs Details
	------------------------------------------------------------*/

	p.back {
		font-size: 14px;
	}
	
	p.back a:before {
		top: 5px;
	}
	
	
	/*----------------------------------------------------------
		Button
	------------------------------------------------------------*/

	.content-button {
		margin: 20px 0 30px;
	}

	#main a.button-green {
		font-size: 20px;
	}
	
	
	/*----------------------------------------------------------
		Contactform
	------------------------------------------------------------*/
	
	.contactform .widget.widget-textarea {
		height: 160px;
	}
	
	.contactform input[type="submit"] {
		font-size: 20px;
	}
	
	
	
	/*----------------------------------------------------------
		Accordion
	------------------------------------------------------------*/

	.toggler {
		font-size: 15px; /* 20px; */
	}

	.toggler:before,
	.toggler.active:before {
		font-size: 13px;
		padding: 7px 8px 5px;
	}
	
	
	/*----------------------------------------------------------
		Social Share
	------------------------------------------------------------*/
	
	.share-text {
		line-height: 2.3;
	}
	
	.social-share .icon-share,
	.social-share .icon-close {
		vertical-align: -5px;
	}
	
	
	/*----------------------------------------------------------
		Backtop Button
	------------------------------------------------------------*/

	#back-top {
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	
	
	/*----------------------------------------------------------
		Footer
	------------------------------------------------------------*/
	
	.col-right {
		padding-top: 10px;
	}
	
	.social-footer {
		padding: 15px 0 15px;
	}

	
	
	
	
	
	
	
	
	
}


















/*----------------------------------------------------------
	MOBILE
------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

	/*----------------------------------------------------------
		General
	------------------------------------------------------------*/

	.visible-xs {
		display: block;
	}
	
	.visible-xs-inline {
		display: inline;
	}
	
	.visible-xs-inline-block {
		display: inline-block;
	}

	.hidden-xs {
		display: none;
	}
	
	
	
	/*----------------------------------------------------------
		Header
	------------------------------------------------------------*/
	
	#header-top {
		position: relative;
		top: auto;
		height: auto;
	}
	
	#header-top-mobile {
		height: 80px;
		padding-top: 13px;
	}

	.header-container {
		width: 100%;
		height: 100px;
	}
	
	.navi-mobile {
		width: 18%;
		float: left;
		padding: 0 0 0 10px;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
	}

	.navi-mobile-inside {
		width: 40px;
		text-align: center;
	}

	.navi-mobile span.icon-navicon {
		font-size: 2.5em;
	}
	
	.contact-top {
		width: 64%;
		float: left;
		padding: 0;
	}

	.contact-mobile-inside {
		width: 205px;
		height: 52px;
		color: #fff;
		margin: 0 auto;
		padding: 0 5px;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
		text-align: center;
	}
	
	.contact-top a {
		font-size: 14px;
		padding-left: 0;
		line-height: 1.7;
	}
	
	.contact-top span.tel-top {
		font-size: 18px;
	}
	
	/* .contact-top span.icon-phone {
		font-size: 1.5em;
		margin-right: 5px;
		vertical-align: -3px;
	}
	
	.contact-top span.icon-mail {
		font-size: 1em;
		margin-right: 5px;
		line-height: 1.5;
		vertical-align: -1px;
	}
	
	.contact-top span.small {
		font-size: 14px;
		line-height: 1.6;
	} */

	.navi-lang-container {
		width: 18%;
		float: left;
		padding: 0 10px 0 0;
		color: #fff;
	}

	.navi-lang-top {
		width: 40px;
		float: right;
	}
	
	.navi-lang-top li {
		width: 40px;
		padding-right: 0;
		margin: 0 auto;
		padding-bottom: 5px;
		text-align: center;
	}
	
	.navi-lang-top img {
		width: 20px;
	}
	
	#logo {
		width: 100%;
		height: 100px;
	}

	#logo a {
		width: 130px;
		height: 100px;
		margin: 0 auto;
		padding-top: 18px;
	}

	#logo img {
		width: 130px;
		height: 66.4px;
	}
	
	/*----------------------------------------------------------
		Page Image
	------------------------------------------------------------*/
	
	#banner {
		height: 200px;
	}

	.banner-inside {
		height: 200px;
	}
	
	
	
	/*----------------------------------------------------------
		Mobile Menu
	------------------------------------------------------------*/

	#mobile-menu {
		background: #343434;
	}

	#mobile-menu ul.level_1 {
		padding: 0;
	}

	.mm-list, .level_2.mm-list li.mm-subtitle {
		color: #fff;
		font-size: 15px;
		text-transform: uppercase;
	}

	#mobile-menu li.trail.first {
		background: #44d62c;
	}

	#mobile-menu li.trail.first a {
		color: #fff;
	}

	.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
		margin-left: 0;
	}

 	.mm-menu.mm-white .mm-list > li > a.mm-subclose {
		color: #fff;
		background: #44d62c;
	}

	.mm-menu.mm-white .mm-list > li.trail > a.mm-subopen.mm-fullsubopen::before,
	.mm-menu.mm-white .mm-list > li > a.mm-subopen.mm-fullsubopen::after,
	.mm-menu .mm-list > li.trail > a.mm-subopen::before,
	.mm-menu.mm-white .mm-list > li.trail > a.mm-subopen::after,
	.mm-menu.mm-white .mm-list > li > a.mm-subclose::before {
		border-color: #fff;
	}
	
	.mm-menu.mm-white .mm-list > li.submenu.mm-selected > a.mm-subopen.mm-fullsubopen::before {
		border-color: #fff;
	}

	.mm-menu.mm-white .level_2.mm-list > li.mm-selected > span,
	.mm-menu.mm-white .level_3.mm-list > li.mm-selected > span,
	.mm-menu.mm-white .level_4.mm-list > li.mm-selected > span 	{
		color: #297f1a;
		background: #fff;
	}

	.mm-menu.mm-white .mm-list > li.submenu.mm-selected > span,
	.mm-menu.mm-white .level_1.mm-list > li.mm-selected > span,
	.mm-menu.mm-white .level_2.mm-list > li.mm-selected > span {
		color: #fff;
		background: #44d62c;
	}

	.level_2.mm-list li.submenu.trail.first,
	.level_2.mm-list li.first.mm-selected,
	.level_3.mm-list li.first.mm-selected  {
		border-top: 1px solid #fff;
	}

	#mobile-menu li.trail {
		background: #44d62c;
	}

	#mobile-menu li.trail a, #mobile-menu li.trail span {
		color: #fff;
	}
	
	/* Border */
	
	.mm-menu.mm-white .mm-list > li::after,
	.mm-menu.mm-white .mm-list > li > a.mm-subopen::before,
	.mm-menu.mm-white .mm-list > li > a.mm-subopen::after,
	.mm-menu.mm-white .mm-list > li > a.mm-subclose::before {
		border-color: #fff;
	}
	
	.mm-menu.mm-white .mm-list > li.first {
		border-top: 1px solid #fff;
	}
	
	.mm-menu.mm-white .level_1.mm-list > li.first {
		border-top: none;
	}
	
	
	
	
	
	/*----------------------------------------------------------
		Content
	------------------------------------------------------------*/

	#container,
	.container {
		width: 100%;
	}
	
	#main {
		min-height: 200px;
		padding: 20px 15px 40px;
	}
	
	#main h1 {
		font-size: 30px;
	}

	#main h2 {
		font-size: 25px;
	}
	
	
	/*----------------------------------------------------------
		Images
	------------------------------------------------------------*/

	.image_container {
		text-align: center;
	}
	
	.image_container img {
		margin: 0 auto;
	}

	.image_container.float_right {
		padding-left: 0;
		float: none;
	}

	.image_container.float_left {
		padding-right: 0;
		float: none;
	}

	
	
	/*----------------------------------------------------------
		Teaser Boxes
	------------------------------------------------------------*/

	.teaser-boxes-container  {
		padding: 15px 0 30px;
	}
	
	#main h3.teaser-box-title {
		font-size: 20px;
		padding: 0 10px;
	}
	
	
	/*----------------------------------------------------------
		Contactform
	------------------------------------------------------------*/

	.contactform {
		margin: 10px 0 30px;
	}

	.contactform .widget.widget-text,
	.contactform .widget.widget-select,
	.contactform .widget-captcha,
	.contactform .widget-upload,
	.contactform .widget.widget-textarea {
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}
	
	.contactform .widget.widget-textarea {
		margin: 0 0 20px;
	}
	
	.contactform .widget-captcha	{
		margin: 10px 0 25px;
	}

	.contactform input[type="text"],
	.contactform .widget.widget-text.subject input[type="text"],
	.contactform input[type="email"],
	.contactform input[type="tel"],
	.contactform select,
	.contactform .textarea {
		width: 100%;
	}
	
	.contactform p.error {
		position: static;
		padding: 0 0 5px;
	}

	
	
	/*----------------------------------------------------------
		Social Share
	------------------------------------------------------------*/

	.share-text {
		float: none;
		line-height: 1.6;
	}

	.share-buttons {
		float: none;
	}

	
	/*----------------------------------------------------------
		Responsive Google Map
	------------------------------------------------------------*/

	.responsive-map-container {
		margin: 0 auto 30px;
	}
	
	
	
	/*----------------------------------------------------------
		Backtop Button
	------------------------------------------------------------*/

	#back-top a {
		width: 28px;
	}

	#back-top span {
		width: 28px;
		height: 28px;
		background-size: 18px 18px;
	}
	
	
	
	/*----------------------------------------------------------
		Footer
	------------------------------------------------------------*/

	#footer {
		background-position: 0% 0%;
		background-size: auto;
	}

	#footer-inside .container {
		font-size: 15px;
		padding: 30px 15px 0;
	}
	
	.navi-footer,
	.navi-lang-footer,
	.social-footer {
		float: left;
	}

	.col-center {
		padding-top: 10px;
	}
	
	.col-right {
		padding-top: 0;
	}
	
	.navi-footer li {
		padding-bottom: 10px;
	}
		
	.social-footer a {
		margin: 0 10px 0 0;
	}
	
}
