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}
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}
/*
	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 effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

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

/* -- dk_mmenu theme 'lighter' -- */
.mm-menu.mm-light
{
	background: #ececec;
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* 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}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@font-face {
    font-family: 'classic_typewriterregular';
    src: url('/files/fonts/classic_typewriter_regular-webfont.eot');
    src: url('/files/fonts/classic_typewriter_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/files/fonts/classic_typewriter_regular-webfont.woff2') format('woff2'), url('/files/fonts/classic_typewriter_regular-webfont.woff') format('woff'), url('/files/fonts/classic_typewriter_regular-webfont.ttf') format('truetype'), url('/files/fonts/classic_typewriter_regular-webfont.svg#classic_typewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'classic_typewriterbold';
    src: url('/files/fonts/classic_typewriter_bold-webfont.eot');
    src: url('/files/fonts/classic_typewriter_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/files/fonts/classic_typewriter_bold-webfont.woff2') format('woff2'), url('/files/fonts/classic_typewriter_bold-webfont.woff') format('woff'), url('/files/fonts/classic_typewriter_bold-webfont.ttf') format('truetype'), url('/files/fonts/classic_typewriter_bold-webfont.svg#classic_typewriterbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_bq_lightRg';
    src: url('/files/fonts/akzidenzgrotesk-light-webfont.eot');
    src: url('/files/fonts/akzidenzgrotesk-light-webfont.eot?#iefix') format('embedded-opentype'), url('/files/fonts/akzidenzgrotesk-light-webfont.woff2') format('woff2'), url('/files/fonts/akzidenzgrotesk-light-webfont.woff') format('woff'), url('/files/fonts/akzidenzgrotesk-light-webfont.ttf') format('truetype'), url('/files/fonts/akzidenzgrotesk-light-webfont.svg#akzidenz-grotesk_bq_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_bqmedium';
    src: url('/files/fonts/akzidenzgrotesk-medium-webfont.eot');
    src: url('/files/fonts/akzidenzgrotesk-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/files/fonts/akzidenzgrotesk-medium-webfont.woff2') format('woff2'), url('/files/fonts/akzidenzgrotesk-medium-webfont.woff') format('woff'), url('/files/fonts/akzidenzgrotesk-medium-webfont.ttf') format('truetype'), url('/files/fonts/akzidenzgrotesk-medium-webfont.svg#akzidenz-grotesk_bqmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_bqbold';
    src: url('/files/fonts/akzidenzgrotesk-bold-webfont.eot');
    src: url('/files/fonts/akzidenzgrotesk-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/files/fonts/akzidenzgrotesk-bold-webfont.woff2') format('woff2'), url('/files/fonts/akzidenzgrotesk-bold-webfont.woff') format('woff'), url('/files/fonts/akzidenzgrotesk-bold-webfont.ttf') format('truetype'), url('/files/fonts/akzidenzgrotesk-bold-webfont.svg#akzidenz-grotesk_bqbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    height: 100%;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'classic_typewriterregular';
    font-size: 100%;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 * {
     -webkit-touch-callout: auto !important;
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
 }


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.visible-phone,
.out {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

strong {
    font-family: 'classic_typewriterbold';
}

#main {
    float: none;
    width: inherit;
}

#header,
#container,
#footer {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    margin-top: 60px;
}

.logo {
    margin-left: 10px;
}

#container {
    z-index: 11;
    margin-top: 147px;
    background-color: #FFF;
}

#header {
    padding: 20px 20px 0;
    height: 110px;
    border-bottom: 4px solid #F13896;
}

.headerWrapper {
    position: fixed;
    background-color: #FFF;
    top: 0;
    width: 100%;
    height: 147px;
    z-index: 99;
    -webkit-box-shadow: 1px -2px 35px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px -2px 35px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 1px -2px 35px 0px rgba(0, 0, 0, 0.11);
}

p {
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.ce_text ul {
    list-style: inside;
    list-style-image: url(/files/images/layout/listenstrich.png);
    list-style-position: outside;
    position: relative;
    left: 18px;
    padding-right: 18px;
}

#main {
    padding-top: 20px;
}


/*////////////////////////////// Navigation Styles //////////////////////////////*/

@media only screen and (min-width: 841px) {
    .mainmenu .level_1 {
        line-height: 19px;
    }
    .mainmenu ul .level_1 {
        list-style: none;
    }
    .mainmenu .level_1 li a {
        border-bottom: 0px;
        text-decoration: none;
        color: #F13896;
    }
    #header > div > nav > ul > li > a {
        padding: 7px 10px;
    }
    .mainmenu .level_1 li a:hover {
        color: #FFF;
    }
    #header > div > nav > ul > li.active.submenu,
    #header > div > nav > ul > li.submenu.sibling {
        background-color: #FFF;
    }
    .mainmenu li {
        display: inline;
    }
    .mainmenu {
        font-family: 'classic_typewriterbold';
        position: relative;
        top: 38px;
        overflow: visible;
    }
    /*#header > div > nav > ul > li > ul > li.submenu.last > ul {
        display: none;
    }*/
    .level_1 .submenu ul {
        font-size: 1rem;
        top: 32px;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        height: 0;
        /*opacity: 1;*/
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .submenu:hover ul {
        opacity: 0.95;
        visibility: visible;
        z-index: 500;
        height: 100%;
    }
    .submenu {
        font-size: 1.4rem;
    }
    #header > div > nav > ul > li > a:hover,
    .submenu .trail,
    #header > div > nav > ul > li.active.submenu > span {
        background-color: #F13896;
        color: #fff!important;
    }
    #header > div > nav > ul > li.active.submenu > span {
        padding: 7px 10px;
    }
    .submenu ul li {
        display: table-cell;
        font-size: 1rem;
    }
    .submenu .level_2 .trail,
    .submenu .level_2 .active,
    .submenu .level_3 .trail {
        background-color: #EBEBEB;
        font-size: 1rem;
        font-family: 'classic_typewriterbold';
        letter-spacing: 1px;
        color: #F13896!important;
        line-height: inherit;
    }
    .submenu .level_3 .active {
        font-family: 'akzidenz-grotesk_bq_lightRg';
    }
    .level_2,
    .level_3 {
        background-color: #EBEBEB;
    }
    ul ul {
        display: table;
    }
    ul ul li {
        font-family: 'akzidenz-grotesk_bq_lightRg';
        float: left;
        display: table-cell;
        position: relative;
    }
    /*.mainmenu .berufsinfo ul,
.mainmenu .verband ul .mainmenu .angebot ul {
    padding: 14px 4px 14px 14px;
    width: 98.5%;
}*/
    .mainmenu .level_1 ul {
        padding: 14px 0;
    }
    .mainmenu .level_2 ul {
        margin-bottom: 30px;
    }
    #header > div > nav > ul > li > ul > li.submenu.first > a {
        padding: 0px;
    }
    .mainmenu .level_3 ul {
        padding: 0;
    }
    .mainmenu .level_2 li {
        width: 15.3%;
        border-left: 2px solid #fff;
        padding: 0 0 0 7px;
    }
    .mainmenu .level_3 li {
        border-left: 0px solid #fff;
    }
    .mainmenu .level_3 li {
        width: 100%;
        padding-bottom: 10px;
    }
    .mainmenu ul .level_2 li a {
        font-size: 1rem;
    }
    .mainmenu ul .level_2 li.first {
        padding-left: 14px;
    }
    /*.mainmenu ul .level_2 li {
    background-image:url(/files/images/layout/logo.png);
}*/
    .mainmenu ul .level_3 li.first {
        padding-left: 0;
    }
    .mainmenu ul .level_3 li {
        padding-left: 0;
    }
    .mainmenu ul .level_2 li a.first {
        padding-left: 0;
    }
    .mainmenu ul .level_3 li a {
        padding-left: 0;
    }
    /*.mainmenu .level_2 li.first {
    border-left: 0px solid #FFF;
}*/
    .mainmenu .level_2 li.first {
        border-left: 0px solid #FFF;
    }
    .mainmenu .level_2 li a {
        font-family: 'classic_typewriterbold';
        color: #000;
        letter-spacing: 1px;
    }
    .mainmenu .level_3 li a {
        font-family: 'akzidenz-grotesk_bq_lightRg';
        line-height: 16px;
    }
    .mainmenu .level_2 li a:hover {
        opacity: 0.7;
        color: #000;
    }
    #header > div > nav > ul > li > ul > li.submenu.first > ul {
        padding: 0;
        position: relative;
        left: 0;
    }
    .metanav {
        position: absolute;
        right: 0;
        top: 4px;
    }
    .metanav .mod_search,
    .metanav .mod_customnav,
    .metanav .mod_changelanguage {
        float: left;
        margin-left: 20px;
    }
    .metanav .mod_search .submit {
        display: none;
    }
    .metanav .mod_search .text,
    .mod_search .text {
        font-family: 'classic_typewriterregular';
        font-size: 1rem;
        background: url(/files/images/layout/lupe.png) no-repeat 0 0 #F2F2F2;
        background-size: 32px;
        border: 0px solid #d1d1d1;
        color: #000;
        width: 200px;
        height: 34px;
        padding: 6px 15px 6px 35px;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }
    .metanav .mod_search .text:focus {
        width: 300px;
    }
    .metanav .mod_customnav li,
    .metanav .mod_changelanguage li {
        display: inline;
        margin-right: 14px;
    }
    .metanav .mod_changelanguage li {
        margin-right: 4px;
    }
    .metanav .mod_changelanguage li.lang-de {
        padding-right: 9px;
        border-right: 2px solid #000;
    }
    .metanav .mod_customnav,
    .metanav .mod_changelanguage {
        font-family: 'akzidenz-grotesk_bqmedium';
        font-size: 1rem;
        margin-top: 6px;
        letter-spacing: 1px;
    }
    .metanav .mod_customnav a,
    .metanav .mod_changelanguage a {
        border-bottom: 0px;
        text-decoration: none;
        color: #F13896;
    }
    .metanav .mod_customnav a:hover,
    .metanav .mod_changelanguage a:hover {
        text-decoration: none;
        color: #000;
    }
}

.newsletter {
    float: left;
    padding: 3px 10px;
}

.newsletter a {
    font-family: 'akzidenz-grotesk_bqmedium';
    font-size: 1rem;
    color: #F13896;
    z-index: 55;
    border-bottom: 0px;
}

.newsletter a:hover {
    color: #000;
}

.mod_search .first {
    margin-top: 40px;
}

.mod_search .even,
.mod_search .odd {
    margin-bottom: 40px;
}

.mod_search .even h3,
.mod_search .odd h3 {
    margin: 0;
}


/*.mod_search .even h3 a:hover,
.mod_search .odd h3 a:hover,
.ce_downloads a:hover,
.ce_download a:hover {
    width: 27.6%;
    float: left;
    background: #F2F2F2;
    margin: 0 20px 20px 0;
    padding: 10px;
}*/

{
    color: #F13896;
    border-bottom: 0px;
}

.mod_search h1 {
    margin: 60px 0 30px 0;
}

.mod_search .relevance {
    font-family: 'classic_typewriterregular';
}

#ctrl_submit_32,
.mod_search .url {
    display: none;
}


/*//////////////////////////////////////////////////////////////////////////////////// Allover Styles /////////////////////////////////////////*/

a {
    text-decoration: none;
    border-bottom: 1px solid #F13896;
    padding-bottom: 1px;
    color: #000;
}

a:hover,
.mod_search.even a:hover,
.ce_download a:hover,
.ce_table td a:hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.block {
    float: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0em;
    margin-bottom: 16px;
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
}

h1 {
    font-family: 'classic_typewriterbold';
    font-size: 2.1rem;
    line-height: 34px;
    margin: 20px 0 10px 0;
}

.mod_newslist h1 {
    margin: 20px 0;
}

h2 {
    font-family: 'akzidenz-grotesk_bq_lightRg';
    font-size: 1.6rem;
    margin-bottom: 9px;
    margin-top: 20px;
    line-height: 32px;
}

.event.layout_teaser h2 {
    margin-top: 0;
}

.ce_text a {
    font-family: 'classic_typewriterregular'!important;
    border-bottom: 1px solid #F13896;
    font-size: 1rem!important;
}

.ce_text a:hover, .ce_table a:hover {
    border-bottom: 0px solid #F13896;
    color: #F13896;
}

.ce_text .image_container {
    margin-bottom: 20px;
}

.mod_newslist .layout_short,
.event.layout_list,
.event.layout_list.first {
    margin-bottom: 0px;
}

.ce_text,
.stellenangebote .mod_newslist,
.ce_headline,
.event.layout_list.last,
.event.layout_full {
    margin: 30px 0 0 0;
}

.ce_text {
    width: 100%;
}

.mod_newslist .ce_text,
.mod_newsreader .ce_text,
.mod_newslist .layout_short.first {
    margin: 0!important;
}


/*.mod_newsreader .ce_text {
    max-width: 45%;
}*/

.mod_newsreader {
    margin-top: 40px;
}

.ce_accordion {
    margin: 20px 0 0 0;
}

.newsteaserhome .mod_newslist .layout_short,
.newsteaserhome .mod_eventlist .layout_list {
    margin: 10px 0 0 0;
}

.newsteaserhome .mod_eventlist .layout_list {
    margin: 20px 0 0 0;
}

.newsteaserhome .mod_eventlist .layout_list.last {
    margin: 20px 0 20px 0;
}

.mod_newslist .layout_short,
.event.layout_list {
    margin: 10px 0 0 0;
}

.event.layout_list {
    margin: 30px 0 0 0;
}

.mod_eventlist {
    width: 100%;
}

.mod_eventlist p {
    margin-bottom: 5px;
}

.mod_eventlist time,
.mod_eventreader .info,
.mod_eventreader .location {
    font-family: 'classic_typewriterbold';
    color: #F13896;
    font-style: italic;
}

.mod_newslist .info,
.mod_newsreader .info,
.event.layout_list .time {
    color: #999999;
    margin-bottom: 0px;
}

.mod_newsreader h2,
.mod_newslist h2,
.event.layout_list h2 {
    margin-bottom: 3px;
    margin-top: 0;
    line-height: 1.7rem;
}

.mod_newslist .layout_full h2,
.mod_newsreader .layout_full h2 {
    margin: 4px 0 20px 0;
}

.mod_newslist .layout_full .image_container,
.mod_newsreader .layout_full .image_container {
    position: absolute;
    max-width: 50%;
    right: 0;
}

.newslab .mod_newslist .layout_full .image_container {
    position: inherit;
    max-width: 100%;
    margin-bottom: 30px;
}

#news .mod_newslist .layout_full .ce_text,
#news .mod_newsreader .layout_full .ce_text {
    max-width: 45%;
}

.stellenangebote .mod_newslist {
    max-width: 100%;
}

.stellenangebote .ce_hyperlink.button,
.stellengesuche .ce_hyperlink.button,
.kleininserate .ce_hyperlink.button {
    float: inherit;
    margin: 0;
}

.stellenangebote .mod_newslist .layout_full,
.kleininserate .mod_newslist .layout_full,
.sucheBiete .mod_newslist .layout_full {
    float: left;
    background: #F2F2F2;
    padding: 20px;
    margin: 20px 20px 0 0;
    width: 42%;
}

.stellenangebote .mod_newslist .layout_full .ce_text,
.kleininserate .mod_newslist .layout_full .ce_text {
    max-width: 100%;
}

.stellenageboteTeaserHome .layout_simple {
    width: 100%;
}

.mod_newslist.stellenageboteTeaserHome {
    margin-top: 0;
}

.sucheBiete .mod_newslist {
    margin-top: 0;
    margin-bottom: 60px;
}

.ce_form {
    margin: 60px 0 0 0;
}

.ce_form .formbody .widget,
.mod_personalData .formbody .widget {
    margin: 10px 0 0 0;
}

.formbody label,
.ce_form .formbody .widget label {
    font-family: 'akzidenz-grotesk_bq_lightRg';
    width: 100%;
    color: #aaa;
    float: left;
}

#gallerie .event.layout_full {
    max-width: 70%;
}

#newslab .mod_newsreader .layout_full .image_container,
#gallerie .event.layout_full .image_container {
    position: relative;
    max-width: 760px;
    right: inherit;
    margin-bottom: 24px;
}

.mod_newslist .layout_full,
.mod_newsreader .layout_full {
    margin-bottom: 60px;
}

.mod_newslist h2 a,
.event.layout_teaser h2 a,
.event.layout_list a,
.mod_newslist .layout_simple a,
h3 {
    font-family: 'classic_typewriterbold';
    font-size: 1.2rem;
    margin: 20px 0 10px 0;
}

.mod_newslist h2 a:hover,
.event.layout_teaser h2 a:hover,
.event.layout_list a:hover,
.mod_newslist .layout_simple a:hover,
#produktuebersicht .product_list .product h3 a:hover {
    border-bottom: 0px;
    color: #F13896;
}

.mod_eventlist .header {
    display: inherit;
    margin-top: 40px;
    color: #999;
}

.newsteaserhome .mod_eventlist .header,
#lehrstelle-finden .mod_eventlist .header,
#betrieb .mod_eventlist .header {
    display: none;
}

.mod_newslist .layout_simple {
    padding: 0 0 20px 0;
}


/*.rs-column.-large-col-3-1 {
    width: 32.20513%;
    margin-right: 1.89231%;
}

.rs-column.-large-last {
    margin-right: -5px;
}*/

.rs-column,
.ce_image {
    margin-bottom: 60px;
}
.-large-last.-large-first-row .ce_image {
    margin-top: 42px;
}

.ce_image {
    margin: 20px 0 20px 0;
}

.ce_rs_column_start {
    margin-bottom: 0px;
}

.SpalteRechts {
    margin-top: 30px;
}

.mod_eventlist,
.mod_newslist {
    margin-top: 20px;
    margin-bottom: 0;
}

#lehrstelle-finden .mod_eventlist {
    margin-top: 0px;
}

#lehrstelle-finden .event.layout_list {
    margin-top: 40px;
}


/*.rs-columns {
    margin-top: 30px;
}*/

.mod_eventreader .ce_text {
    margin-bottom: 10px;
}

.mod_article .first.ce_rs_columns_start .ce_text {
    padding-top: 0px;
}

.fusszeile {
    border-top: 3px solid #000;
    padding: 15px 0;
    margin-bottom: 30px;
}

.socialIcons {
    position: absolute;
    right: 0;
    top: 15px;
}

.ce_accordionSingle,
.ce_accordion {
    background-color: #EBEBEB;
}

.ce_accordionSingle .toggler,
.ce_accordion .toggler {
    background: url(/files/images/layout/plusMobileNav.png) no-repeat 97%;
    background-color: #EBEBEB;
    padding: 12px;
    font-family: 'classic_typewriterbold';
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.ce_accordionSingle .toggler:hover,
.ce_accordion .toggler:hover {
    background: url(/files/images/layout/closeMobileNav.png) no-repeat 97%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: #ccc;
}

.ce_accordionSingle .toggler:active,
.ce_accordion .toggler:active,
.ce_accordionSingle .toggler .active,
.ce_accordion .toggler.active {
    background-color: #EBEBEB;
    background: url(/files/images/layout/closeMobileNav.png) no-repeat 97%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.accordion {
    padding: 0 12px 20px 12px;
}

.ce_table {
    margin-top: 40px;
    width: 100%;
}

.ce_table table {
    width: 100%;
}

.ce_table .block {
    float: none;
}

.ce_table .even,
.ce_table .odd {
    border-bottom: 1px solid #EBEBEB;
}

.ce_table .col_0 {
    width: 40%;
    padding-right: 20px;
}

.ce_table .col_1 {
    width: 25%;
    padding-right: 20px;
}

.ce_table .col_2 {
    width: 35%;
}

td {
    padding: 15px 0;
}

tr {
    border-top: 1px solid #fff;
}

.marginTop {
    margin-top: 60px;
}

.noMarginBottom {
    margin-bottom: 10px;
}

.marginBottom {
    margin-bottom: 60px;
}

.team .ce_text {
    width: 30%;
    margin-right: 20px;
}

.team .image_container {
    margin-bottom: 5px;
}

#p3dnetzwerk a img {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#p3dnetzwerk .sponsorenlogos a {
    border-bottom: 0px solid #F13896;
}

#p3dnetzwerk a img:hover {
    opacity: 0.5;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Button/Form Styles /////////////////////////////////////////*/

.newsletterAnmeldeFormular input,
.mod_personalData input {
    background: #F2F2F2;
    border: 0px solid #d1d1d1;
    color: #000;
    width: 94%;
    height: 40px;
    padding-left: 10px;
}

.button,
.back {
    font-family: 'akzidenz-grotesk_bqbold';
    position: relative;
    margin: 0px 10px 10px 0;
    border-radius: 1px;
    float: left;
}

.mod_eventlist .button {
    float: inherit;
}

.button a,
.back a,
.mod_login .submit_container input,
.mod_lostPassword .submit_container input,
.newsletterAnmeldeFormular .button,
.mm-menu .mod_search .submit,
.ce_form .formbody .widget .submit,
.mod_personalData .submit,
#produktuebersicht .product_list .product .submit_container .submit,
.mod_iso_productreader .submit_container .submit,
.cart .button,
.checkout .button,
.mod_iso_cart .submit_container .submit,
.mod_iso_checkout .submit_container .submit {
    font-family: 'akzidenz-grotesk_bqbold'!important;
    color: #FFFFFF;
    font-size: 1rem!important;
    padding: 7px 10px 4px;
    width: 100%;
    background-color: #F13896;
    display: table-cell;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: 0px;
    border: 0;
}

.mod_iso_productreader .submit_container .submit,
.mod_iso_cart .submit_container .submit,
.mod_iso_checkout .submit_container .submit {
    margin: 10px 10px 60px 0;
    width: inherit;
    height: 34px;
}

.mod_iso_cart .submit_container .submit {
    margin: 10px 0;
}

.mod_personalData .submit {
    margin-top: 20px;
    width: 95%;
}

.newsletterAnmeldeFormular .button {
    margin-top: 10px;
    width: 100%;
}

.newsletterAnmeldeFormular .button:hover {
    padding: 7px 10px 4px;
}

.button a:hover,
.back a:hover,
#produktuebersicht .product_list .product .submit_container .submit:hover,
.mod_iso_productreader .submit_container .submit:hover {
    background-color: #000;
    color: #FFFFFF!important;
}

.mod_login,
.mod_lostPassword {
    width: 100%;
}

.mod_login .error,
.error {
    color: #F13896;
    margin-bottom: 0;
}

.mod_login.active {
    display: inline;
}

.mod_login .checkbox_container input {
    width: inherit;
    height: 14px;
    margin-top: 20px;
}

.mod_login .checkbox_container label {
    float: none;
}

.mod_login .submit_container input,
.mod_lostPassword .submit_container input,
.newsletterAnmeldeFormular input {
    display: inline;
    padding: 4px 10px 4px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.newsletterAnmeldeFormular input {
    padding: 0 17px 0 10px;
}

.mod_login .submit_container input:hover,
.mod_lostPassword .submit_container input:hover,
.newsletterAnmeldeFormular input:hover,
.ce_form .formbody .widget .submit:hover,
.mod_personalData .submit:hover,
#newslab input.submit:hover,
.cart .button:hover,
.checkout .button:hover,
#produktuebersicht .product_list .product .submit_container .submit:hover,
.mod_iso_productreader .submit_container .submit:hover,
.mod_iso_cart .submit_container .submit:hover,
.mod_iso_checkout .submit_container .submit:hover,
.newsletterAnmeldeFormular .button:hover {
    /*display: inline;*/
    background-color: #000;
    padding: 7px 10px 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.newsletterAnmeldeFormular input:hover {
    padding: 0 21px 0 10px;
    background-color: #EBEBEB;
}

.mod_login input,
.mod_lostPassword input,
.ce_form .formbody .widget input,
.ce_form .formbody .widget select,
.ce_form .formbody .widget textarea,
.upload,
.mod_iso_checkout .address input,
.mod_iso_checkout .address select {
    width: 100%;
    margin: 0;
    padding: 9px 0 9px 5px;
    border: 0px;
    border-radius: 0px;
    background-color: #EBEBEB;
}

.widget-upload input {
    font-family: 'akzidenz-grotesk_bq_lightRg';
    color: #F13896;
}
.ce_form .formbody .widget.widget-upload input {
        padding: 8px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/files/images/layout/select_bg.png") no-repeat 0 0 #F2F2F2;
    background-position: right;
    background-size: 21px 10px;
}
.mod_iso_checkout .address select {
    height: 42px;
    ;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.mod_login .submit,
.mod_lostPassword .submit,
.ce_form .formbody .widget .submit,
.ce_form .formbody .widget select {
    height: 38px;
}

.ce_form .formbody .widget .submit {
    margin-top: 20px;
}

.ce_form .formbody .widget textarea {
    height: 160px;
}

#loginButton {
    margin: 0 15px;
}

.ce_youtube .mejs-container {
    max-width: 10%;
    height: 300px;
}

.AnmeldeForm .ce_form {
    margin: 0 0 40px 0;
}


/*.AnmeldeForm .widget {
    width: 48%;
}*/

.eventsanzeige .ce_text,
#aktuelleKurse .ce_text,
#aktuelleKurse .location,
.event.layout_teaser {
    width: 48%;
    float: left;
    margin: 0 4% 20px 0;
}

.event.layout_teaser {
    margin: 0 2% 20px 0;
}

#aktuelleKurse .location {
    margin: 0 0 20px 0;
}

#aktuelleKurse h2 {
    margin-top: 0;
}

#aktuelleKurse .AnmeldeForm .widget,
.eventsanzeige .AnmeldeForm .widget {
    width: 100%;
}

#aktuelleKurse .anmeldung,
.eventsanzeige .anmeldung {
    width: 48%;
    float: left;
    position: relative;
    top: 68px;
}

.anmeldung {
    margin-bottom: 20px;
}

.anmeldung h3 {
    margin-top: 0;
}

.anmeldung h2,
#aktuelleKurse .anmeldung h2 {
    margin-top: 10px;
}

.p3dempfiehlt {
    border: 1px solid #F13896;
    padding: 4px 10px;
    background: #F2F2F2;
}

.p3dempfiehlt::before {
    content: "P3d empfiehlt:";
    font-size: 0.8rem;
    float: right;
}

#kultur-tipps-detail .p3dempfiehlt::before,
#kultur-tipps-detail .p3dempfiehlt,
#events-detail .p3dempfiehlt::before,
#events-detail .p3dempfiehlt {
    float: inherit;
    border: 0px solid #F13896;
    padding: 0;
    background: transparent;
}

.image_container .caption {
    margin: 7px 0;
}

.newslabTeaser .caption,
.newslabTeaser .more {
    display: none;
}

.newslabTeaser .image_container,
.newslabTeaser h1 {
    margin-bottom: 10px;
}

.ce_downloads,
.ce_downloads ul {
    margin-top: 20px;
    margin-bottom: 0px;
}

.ce_download {
    margin-top: 20px;
    width: 100%;
}

.ce_downloads li {
    margin-top: 20px;
}

.ce_form.LernAppForm {
    margin: 20px 0 0 0;
}

.LernAppForm .linkeSpalte {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.LernAppForm .rechteSpalte {
    width: 48%;
    float: left;
}

.LernAppForm .rechteSpalte .halbesFeld {
    width: 48%;
    float: left;
}

.LernAppForm .halbesFeld input {
    padding-bottom: 10px;
}

.LernAppForm .rechteSpalte .halbesFeld.first {
    margin-right: 4%;
}

.LernAppForm .inputs label {
    margin-top: 10px;
}

.LernAppForm .rechteSpalte .inputs textarea {
    height: 235px;
    padding-bottom: 0;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Persönliche Daten Styles /////////////////////////////////////////*/

.mod_personalData {
    width: 100%;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Shop Styles /////////////////////////////////////////*/

#produktuebersicht .product_list {
    margin-top: 10px;
}

#produktuebersicht .mod_iso_productlist {
    margin-top: 30px;
}

#produktuebersicht .product_list .product {
    width: 27.6%;
    float: left;
    background: #F2F2F2;
    margin: 0 20px 20px 0;
    padding: 10px;
}

#produktuebersicht .product_list .product .sku,
#produktuebersicht .product_list .product .details {
    display: none;
}

#produktuebersicht .product_list .product .price,
.mod_iso_productreader .offer .price {
    font-family: 'classic_typewriterbold';
    margin-top: 17px;
    float: left;
}

.mod_iso_productreader .offer .price {
    float: inherit;
}

#produktuebersicht .product_list .product .image_container img {
    width: 100%;
}

#produktuebersicht .product_list .product label {
    float: inherit;
}

.mod_iso_productreader .quantity_container label {
    float: initial;
}

.mod_iso_productreader .quantity_container .input {
    height: 31px;
}

.mod_iso_productreader .quantity_container {
    float: left;
    width: 100px;
    margin-top: 10px;
}

#produktuebersicht .product_list .product .text,
.mod_iso_productreader .quantity_container .text,
#iso_cart_update_66 td input {
    width: 22px;
    height: 34px;
    padding: 0 6px;
}

#produktuebersicht .product_list .product .quantity_container {
    padding-top: 10px;
    text-align: right;
}

#produktuebersicht .product_list .product form {
    margin-bottom: 0;
}

#produktuebersicht .product_list .product h3 {
    margin-top: 0;
    height: 67px;
}

#produktuebersicht .product_list .product .submit_container .submit {
    border: 0;
    height: 34px;
    margin-top: 10px;
}

.mod_iso_cart .product {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EBEBEB;
}

.mod_iso_cart .cart {
    margin-bottom: 10px;
}

.mod_iso_cart,
.mod_iso_cart .subtotal {
    margin-top: 20px;
}

.mod_iso_cart .subtotal {
    font-family: 'classic_typewriterbold';
    border-top: 1px dashed #000;
    padding-top: 7px;
    margin-bottom: 20px;
}

.mod_iso_cart .name,
.foot_last .total,
.foot_last .name {
    margin-top: 10px;
    font-family: 'classic_typewriterbold';
}

#produktuebersicht .mod_iso_cart .remove {
    padding: 10px 0 0 0;
}

.mod_iso_productreader .sku {
    color: #ccc;
    margin: 10px 0;
}

#warenkorb .mod_iso_cart {
    margin-top: 40px;
}

#warenkorb .mod_iso_cart table {
    width: 100%;
}

.steps {
    margin-bottom: 30px;
    float: none;
}

.steps ol li {
    display: inline;
    margin-right: 30px;
}

.steps ol li .active {
    color: #F13896;
}

.mod_iso_checkout .shippingaddress .radio {
    width: 20px;
}

.mod_iso_checkout .radio_container span {
    margin-right: 20px;
}

#iso_mod_checkout_address {
    width: 50%;
}

.mod_iso_checkout .radio_container label {
    float: inherit;
    color: #000;
}

.mod_iso_checkout .orderinfo {
    width: 50%;
    float: left;
}

.mod_iso_checkout .orderproducts {
    width: 50%;
    float: left;
}

.mod_iso_checkout .orderproducts table {
    width: 100%;
    margin-top: 100px;
    background-color: #F2F2F2;
}

.mod_iso_checkout .orderproducts td {
    padding: 10px 0px;
}

.mod_iso_checkout .orderproducts .subtotal {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #000;
}

.mod_iso_checkout .info_container {
    padding-top: 20px;
    margin: 30px 60px 0 0;
    border-top: 1px solid #ccc;
}

.mod_iso_checkout .info_container h3 {
    margin-top: 10px;
}

.shippingaddress .widget-radio {
    margin-bottom: 30px;
}

.shippingmethod,
.paymentmethod {
    margin-bottom: 40px;
}

.warenkorblink {
    display: none
}

.partnerverbaende img {
    margin-bottom: 10px;
}
.orderproducts .image_container {
    margin: 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Mobile Styles /////////////////////////////////////////*/


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ====    ======================================================================*/

@media only screen and (max-width: 1160px) {
    #main,
    #footer {
        padding: 0px 20px 0;
    }
}

@media only screen and (max-width: 975px) {
    .team .ce_text {
        width: 100%;
    }
}

@media only screen and (max-width: 840px) {
    /* Style adjustments for viewports that meet the condition */
    #main {
        padding: 40px 20px 0;
        position: relative;
    }
    h1 {
        margin: 10px 0;
    }
    h2 {
        font-size: 1.4rem;
    }
    .ce_hyperlink.button,
    .back {
        margin: 0 10px 10px 0;
    }
    .visible-phone {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .mainmenu .level_2 li {
        width: 30%;
        margin-bottom: 14px;
        float: left;
    }
    .headerWrapper {
        position: fixed;
        height: 64px;
    }
    #header {
        padding: 0;
        height: 64px;
        border-bottom: 0px solid #F13896;
    }
    #wrapper {
        background: #fff;
    }
    #container {
        margin-top: 0;
        padding-top: 30px;
    }
    .logo {
        top: 15px;
        right: 15px;
        position: absolute;
    }
    .logo img {
        height: 35px;
    }
    .mobileheader {
        top: 0;
        left: 0;
        width: 100%;
    }
    .mobileheader img {
        height: 64px;
    }
    .rs-column {
        margin-bottom: 0px;
    }
    .rs-column.-medium-first-row {
        margin-top: 0;
    }
    .rs-column,
    .ce_image {
        margin-bottom: 10px;
    }
    #news .mod_newslist .layout_full .ce_text,
    #news .mod_newsreader .layout_full .ce_text {
        max-width: 100%;
    }
    .mod_newslist .layout_full .image_container,
    .mod_newsreader .layout_full .image_container {
        position: inherit;
        max-width: 100%;
        right: 0;
        float: none;
    }
    /*  ////////////////////////////////////////////////////////////////////////////////Mobile NAV///////////////////////////////////////////////*/
    .mm-menu.mm-light .mm-search input {
        border-radius: 0;
    }
    .submenu {
        font-family: 'classic_typewriterbold';
        letter-spacing: 1px;
        color: #F13896;
    }
    .mm-list > li > a,
    .mm-list > li > span {
        padding: 15px 0;
    }
    .submenu a {
        border-bottom: 0px;
    }
    .level_1 li.submenu {
        border-top: 3px solid #F13896;
        margin: 0 20px;
        font-size: 1.2rem;
    }
    .level_1 li.submenu.last,
    .level_1 li.last {
        border-bottom: 3px solid #F13896;
    }
    .steps li.last {
        border-bottom: 0px solid #F13896;
    }
    .level_2 li.last,
    .level_2 li .submenu.trail {
        border-bottom: 0px solid #F13896;
    }
    .level_2 li.submenu {
        border-top: 0px solid #F13896;
        border-bottom: 0px solid #F13896!important;
    }
    .level_2 .active {
        font-size: 1rem;
    }
    .level_3 .active {
        font-family: 'akzidenz-grotesk_bq_lightRg';
    }
    .mm-fullsubopen {
        font-size: 1.2rem;
    }
    .mm-subopened > li {
        border-top: 0px solid #F13896!important;
    }
    .mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
    .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
        border-color: #F13896;
    }
    .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
        top: 36px;
    }
    .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
        border: 0;
    }
    .mm-list a.mm-subopen {
        width: 60px;
    }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
        margin-right: 0px;
    }
    .level_2.mm-list a.mm-subopen {
        right: 1px;
    }
    .mm-list > li > a,
    .mm-list > li > span {
        font-size: 1.2rem;
    }
    .mm-menu.mm-vertical .mm-list .mm-panel {
        display: none;
        padding: 0;
    }
    .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
        right: 4px;
        color: #000;
    }
    .mm-list a.mm-subopen:after,
    .mm-list a.mm-subclose:before {
        content: '+';
        font-family: arial;
        font-size: 1.7rem;
        font-weight: bolder;
        border: 0px solid transparent;
        display: inline-block;
        width: 11px;
        height: 11px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
        transform: rotate(-0deg);
        position: absolute;
        bottom: 50%;
    }
    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
        border: none;
    }
    .mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
        height: 60px;
    }
    .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
        top: 14px;
        right: 7px;
    }
    .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);
    }
    .mm-menu.mm-light .mm-list > li > a.mm-subclose {
        background: none;
        font-family: 'classic_typewriterbold';
        font-size: 22px;
        color: #fff;
        background-color: #F13896;
    }
    .mm-list a.mm-subclose:before {
        margin-bottom: -3px;
    }
    .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
    .mm-menu.mm-light .mm-list > li.mm-selected > span {
        background: none;
    }
    .mm-list a.mm-subopen {
        right: 0px;
    }
    .level_2.mm-list li a {
        color: #000;
        font-family: 'classic_typewriterbold';
        font-size: 1rem;
        width: 80%;
    }
    .level_3.mm-list li a {
        color: #000;
        font-family: 'akzidenz-grotesk_bq_lightRg';
        font-size: 1rem;
    }
    .level_2.mm-list li {
        margin: 0;
    }
    .level_3.mm-list li {
        margin: 0;
    }
    .level_3 .mm-subtitle li {
        color: #000;
    }
    .mod_newslist .layout_short.last,
    .event.layout_list.last {
        margin: 10px 0 0 0;
    }
    .event.layout_teaser {
        width: 100%;
        margin: 0 4% 20px 0;
    }
    .spracheMobile {
        position: absolute;
        left: -200px;
        top: 20px;
    }
    .mm-menu > .mm-search {
        width: 93%;
        margin: 0 10px;
    }
    .mod_changelanguage {
        position: relative;
        font-family: 'classic_typewriterbold';
        background: #ececec;
        padding: 20px 0 0 20px;
    }
    .mod_changelanguage ul {
        display: flex;
    }
    .mod_changelanguage li {
        margin-right: 20px;
        border-right: 1px solid #000;
        padding-right: 20px;
    }
    .mod_changelanguage li a,
    .mod_changelanguage .level_1 li {
        border-bottom: 0px;
    }
    .mm-menu.mm-hassearch > .mm-panel {
        padding-top: 90px;
    }
    .mm-menu .mm-list {
        padding: 61px 0 20px 0;
    }
    .submenu .mod_search,
    .submenu .MetaNavMobile,
    .submenu .mod_changelanguage {
        display: none;
    }
    #ctrl_submit_32 {
        display: inherit;
    }
    .mm-menu .mod_search,
    .MetaNavMobile {
        position: relative;
        margin: 40px 20px 20px;
    }
    .mm-menu .mod_search input,
    .mm-page .mod_search input {
        font-family: 'classic_typewriterregular';
        font-size: 1rem;
        background: url(/files/images/layout/lupe.png) no-repeat 0 0 #F2F2F2;
        background-size: 32px;
        height: 34px;
        padding: 6px 15px 6px 35px;
        border: 0px;
        width: 100%;
    }
    .mm-menu .mod_search .submit,
    .mm-page .mod_search .submit {
        margin-top: 5px;
        background: #F13896;
    }
    .MetaNavMobile {
        margin: 0 0 0 20px;
    }
    .MetaNavMobile a {
        border: 0px;
        font-family: 'akzidenz-grotesk_bqmedium';
        letter-spacing: 1px;
        color: #F13896;
        font-size: 1.1rem;
    }
    .mod_personalData input,
    .mod_personalData .submit {
        width: 100%;
    }
    .mod_login .checkbox_container input {
        width: 20px;
    }
    /*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Mobile Tables //////*/
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        width: 100%;
        padding: 20px 0;
    }
    .ce_table .col_0 {
        padding: 0;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding: 0;
    }
    .accordion table tr {
        padding: 20px 0;
    }
    .ce_accordionSingle.team table tr {
        padding: 0;
        border: none;
    }

    .accordion table td {
        padding: 0;
    }
     .ce_accordionSingle.team table td {
        padding: 20px 0;
        width: 100% !important;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    .ce_accordionSingle.team table td img {
        width: 100% ;
    }
    #stellenangebote .mod_newslist .layout_full .ce_text,
    #kleininserate .mod_newslist .layout_full .ce_text {
        max-width: 90%;
    }
    #stellenangebote .mod_newslist .layout_full,
    #kleininserate .mod_newslist .layout_full,
    .sucheBiete .mod_newslist .layout_full {
        padding: 20px;
        margin: 0 0 20px 0;
        width: 100%;
    }
    #aktuelleKurse .ce_text,
    #aktuelleKurse .location {
        width: inherit;
        float: inherit;
        margin-right: inherit;
    }
    #aktuelleKurse .location {
        position: inherit;
        top: 0;
    }
    #aktuelleKurse .AnmeldeForm .widget {
        width: 100%;
    }
    #aktuelleKurse .anmeldung {
        width: inherit;
        float: inherit;
        position: inherit;
        top: 0;
    }
    #newslab .mod_newsreader .layout_full .ce_text,
    #gallerie .event.layout_full {
        max-width: 100%;
    }
    .mod_newsreader .ce_text {
        max-width: 100%;
    }
    .LernAppForm .linkeSpalte,
    .LernAppForm .rechteSpalte {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .ce_table .col_0 {
        width: 100%;
    }
    /*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Mobile Shop Styles //////*/
    #produktuebersicht .product_list .product {
        width: 100%;
    }
    .mod_iso_checkout .orderinfo {
        width: 100%;
        float: left;
    }
    .mod_iso_checkout .orderproducts {
        width: 100%;
        float: left;
    }
    .mod_iso_checkout .info_container {
        margin: 30px 0 0 0;
    }
    .mod_iso_checkout .orderproducts table {
        margin-top: 20px;
    }
    .mod_iso_checkout .orderproducts td {
        padding: 0 10px;
        display: table-cell;
    }
    .mod_iso_checkout .orderproducts tr {
        padding: 5px 0;
    }
    #warenkorb .mod_iso_cart table,
    .mod_iso_cart,
    .mod_iso_cart .subtotal {
        width: 100%;
        margin-top: 0;
    }
    .mod_iso_cart .cart {
        margin-top: 20px;
    }
    .mod_iso_cart tr {
        padding: 0;
    }
    #iso_mod_checkout_address {
        width: 100%;
    }
    .radio_container span {
        float: none;
    }
    #produktuebersicht .product_list .product .quantity_container {
        margin-right: 20px;
    }
    #produktuebersicht .product_list .product {
        width: initial;
        margin: initial;
        margin-top: 20px;
    }
    #produktuebersicht .product_list .product.product_first {
        margin-top: 0;
    }
    .mod_iso_cart .name {
        margin: 0 0 10px 0;
    }
    .mod_iso_cart .quantity {
        width: 60px;
        float: left;
        margin-top: 5px;
    }
    tfoot .col_0,
    tfoot .col_3,
    tfoot .col_5,
    #ctrl_button_cart_32,
    .mod_iso_cart .subtotal {
        display: none;
    }
    .mod_iso_cart .foot_last.total {
        border-top: 1px dashed #000;
        margin-top: 20px;
        width: 100%;
    }
    .warenkorblink {
        display: inherit;
        position: fixed;
        top: 98px;
        right: 0px;
        font-family: 'akzidenz-grotesk_bqbold'!important;
        font-size: 1rem!important;
        padding: 7px 10px 4px;
        background-color: #F13896;
        -webkit-box-shadow: 1px -2px 35px 0px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 1px -2px 35px 0px rgba(0, 0, 0, 0.11);
        box-shadow: 1px -2px 35px 0px rgba(0, 0, 0, 0.11);
    }
    .warenkorblink a {
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 560px) {
    .socialIcons {
        bottom: 34px;
        top: 46px;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .mod_navigation,
    .metanav,
    .button,
    .socialIcons,
    .newsletter {
        display: none!important;
    }
    #header {
        padding: 0;
    }
    #main {
        padding-top: 0;
    }
    .ce_text {
        margin: 0;
    }
    .headerWrapper {
        position: inherit;
    }
    #container {
        margin-top: 0;
    }
    .mod_eventlist,
    .mod_newslist h1 {
        margin-top: 0;
    }
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}

/* article-title-hyphens.css */
.ce_text h1{hyphens: auto}.ce_text h2{hyphens: auto}
