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}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.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%;
  }
}

/* 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}
@font-face {
  font-family: 'encode_sans_condensedbold';
  src: url('../../files/css/fonts/encodesanscondensed-bold-webfont.woff2') format('woff2'), url('../../files/css/fonts/encodesanscondensed-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'encode_sans_condensedlight';
  src: url('../../files/css/fonts/encodesanscondensed-light-webfont.woff2') format('woff2'), url('../../files/css/fonts/encodesanscondensed-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'encode_sans_condensedregular';
  src: url('../../files/css/fonts/encodesanscondensed-regular-webfont.woff2') format('woff2'), url('../../files/css/fonts/encodesanscondensed-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin_italic';
  src: url('../../files/css/fonts/roboto-thinitalic-webfont.woff2') format('woff2'), url('../../files/css/fonts/roboto-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'encode_sans_condensedregular';
  font-size: 18px;
  color: #727071;
}
h1,
h2,
h3 {
  font-weight: normal;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
  color: #3b5699;
}
a {
  color: #3b5699;
}
#header {
  height: 125px;
  transition: 0.7s height ease;
  position: fixed;
  z-index: 3000;
  background: white;
  width: 100%;
}
#header .inside {
  width: 1200px;
  margin: 0 auto;
  transition: 0.7s all ease;
}
@media only screen AND (max-width: 1250px) {
  #header .inside {
    width: 1000px;
  }
}
@media only screen AND (max-width: 1050px) {
  #header .inside {
    width: 100%;
  }
}
#header .inside #logo {
  margin-top: 7px;
  float: left;
  transition: 0.3s all ease;
}
@media only screen AND (max-width: 1050px) {
  #header .inside #logo {
    margin-left: 20px;
  }
}
#header .inside #logo img {
  transition: 0.3s all ease;
  height: 110px;
  width: auto;
}
#header .inside #logo2 {
  float: left;
}
#mainnav {
  overflow: visible;
}
@media only screen AND (max-width: 1050px) {
  #mainnav {
    display: none;
  }
}
#mainnav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  float: right;
  text-align: right;
}
#mainnav > ul > li {
  float: left;
  position: relative;
}
#mainnav > ul > li a,
#mainnav > ul > li span {
  height: 125px;
  color: #727071;
  text-decoration: none;
  display: block;
  padding: 54px 42px 53px 42px;
  transition: 0.5s all ease;
  box-sizing: border-box;
}
@media only screen AND (max-width: 1250px) {
  #mainnav > ul > li a,
  #mainnav > ul > li span {
    padding: 54px 22px 53px 22px;
  }
}
#mainnav > ul > li span,
#mainnav > ul > li a:hover {
  background: #3b5699;
  color: white;
}
#mainnav > ul > li > ul {
  padding: 0;
  top: 120px;
  margin: 0;
  padding-top: 30px;
  left: 20%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  z-index: 1;
  list-style: none;
  text-align: center;
  font-size: 17px;
  min-width: 260px;
  font-family: 'encode_sans_condensedlight';
}
#mainnav > ul > li > ul > li {
  text-align: left;
  position: relative;
}
#mainnav > ul > li > ul > li a,
#mainnav > ul > li > ul > li span {
  display: block;
  background: white;
  border-bottom: 1px solid gray;
  padding: 16px 35px 16px 15px;
  background: #3b5699;
  color: white;
  height: auto !important;
}
#mainnav > ul > li > ul > li > ul {
  padding: 0;
  padding-left: 25px;
  margin: 0;
  padding-top: 0px;
  left: 100%;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  z-index: 1;
  list-style: none;
}
#mainnav > ul > li > ul > li > ul:before {
  position: absolute;
  left: 5px;
  top: 10px;
  content: '';
  width: 0;
  height: 0;
  border-right: 20px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#mainnav > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#mainnav > ul > li > ul > li.last a,
#mainnav > ul > li > ul > li.last span {
  border-bottom: none;
}
#mainnav > ul > li > ul:before {
  position: absolute;
  left: 30px;
  top: 10px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #3b5699;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#mainnav > ul > li > ul li a:hover {
  text-decoration: none;
  background: #ef7d1d;
  color: white;
}
#mainnav > ul > li > ul li span {
  text-decoration: none;
  background: #ef7d1d;
  color: white;
}
#mainnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#mainnav > ul > li.hovered > a,
#mainnav > ul > li.hovered > span {
  background: #3b5699;
  color: white;
}
#header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: white;
  height: 75px !important;
}
#header.sticky #logo {
  height: 70px;
}
#header.sticky #logo img {
  height: 60px;
  width: auto;
}
#header.sticky #logo2 img {
  height: 25px !important;
  width: auto !important;
}
#header.sticky #linkmobile {
  font-size: 35px;
  top: 20px;
}
#header.sticky #mainnav > ul > li a,
#header.sticky #mainnav > ul > li span {
  padding: 29px 55px 28px 55px;
  height: 75px;
}
@media only screen AND (max-width: 1250px) {
  #header.sticky #mainnav > ul > li a,
  #header.sticky #mainnav > ul > li span {
    padding: 29px 35px 28px 35px;
  }
}
#header.sticky #mainnav > ul > li > ul {
  top: 70px;
}
#header.sticky #mainnav > ul > li > ul > li a,
#header.sticky #mainnav > ul > li > ul > li span {
  padding: 16px 55px 16px 35px;
}
#slider_container {
  transition: 0.5s padding ease;
}
#wrapper2 {
  padding-top: 125px;
}
#slogan {
  text-align: center;
  background: #ef7d1d;
  color: white;
  margin-top: 5px;
}
#slogan .inside {
  width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
  text-transform: uppercase;
}
#slogan .inside h2,
#slogan .inside h1 {
  font-size: 30px;
}
@media only screen AND (max-width: 860px) {
  #slogan .inside h2,
  #slogan .inside h1 {
    font-size: 20px;
  }
}
@media only screen AND (max-width: 1250px) {
  #slogan .inside {
    width: 1000px;
  }
}
@media only screen AND (max-width: 1050px) {
  #slogan .inside {
    width: 100%;
  }
}
#startboxen .ce_text {
  height: 200px;
  margin-top: 5px;
}
@media only screen AND (max-width: 1250px) {
  #startboxen .ce_text {
    height: 150px;
  }
}
@media only screen AND (max-width: 1050px) {
  #startboxen .ce_text {
    height: auto;
    text-align: center;
  }
}
#startboxen .ce_text .image_container {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}
@media only screen AND (max-width: 1050px) {
  #startboxen .ce_text .image_container {
    width: 100%;
    float: none;
    height: 200px;
  }
}
@media only screen AND (max-width: 660px) {
  #startboxen .ce_text .image_container {
    height: auto;
  }
}
#startboxen .ce_text .image_container img {
  transition: 0.5s all ease;
}
#startboxen .ce_text .image_container:hover img {
  transform: scale(1.1);
}
#startboxen .ce_text .content {
  margin-left: 5px;
  width: calc(50% - 5px);
  float: left;
  background: #ececec;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen AND (max-width: 1050px) {
  #startboxen .ce_text .content {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
}
#startboxen .ce_text .content p {
  margin-bottom: 0;
}
#startboxen .ce_text .content a {
  color: white;
  background: #3b5699;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px;
  transition: 0.5s all ease;
}
#startboxen .ce_text .content a:hover {
  background: #727071;
}
@media only screen AND (max-width: 1250px) {
  #startboxen .ce_text .content h2 {
    margin-top: 0;
  }
}
@media only screen AND (max-width: 860px) {
  #startboxen .ce_text .content h2 {
    font-size: 22px;
  }
}
.mod_rocksolid_slider {
  width: 100%;
  height: calc(100vh - 229px);
}
@media only screen AND (max-width: 860px) {
  .mod_rocksolid_slider {
    height: calc(100vh - 223px) !important;
  }
}
@media only screen AND (max-height: 460px) AND (max-width: 860px) {
  .mod_rocksolid_slider {
    height: 260px !important;
  }
}
@media only screen AND (max-height: 460px) AND (min-width: 860px) {
  .mod_rocksolid_slider {
    height: 460px !important;
  }
}
.mod_rocksolid_slider .rsts-description {
  position: absolute;
  z-index: 100000;
  color: white;
}
.mod_rocksolid_slider .rsts-description h1 {
  font-size: 60px;
  margin: 0;
  text-transform: uppercase;
  background: rgba(59,86,153,0.7);
  padding: 30px 45px;
}
@media only screen AND (max-width: 1050px) {
  .mod_rocksolid_slider .rsts-description h1 {
    font-size: 50px;
  }
}
@media only screen AND (max-width: 660px) {
  .mod_rocksolid_slider .rsts-description h1 {
    font-size: 23px;
    padding: 20px 25px;
  }
}
.mod_rocksolid_slider .rsts-description h2 {
  font-size: 20px;
  margin: 0;
  background: rgba(255,255,255,0.7);
  padding: 25px 45px;
  display: inline-block;
  color: black;
  font-family: 'encode_sans_condensedlight';
}
@media only screen AND (max-width: 660px) {
  .mod_rocksolid_slider .rsts-description h2 {
    font-size: 15px;
    padding: 15px 25px;
  }
}
.mod_rocksolid_slider .rsts-description p {
  margin-top: 0;
}
.mod_rocksolid_slider .rsts-description a {
  background: white;
  display: inline-block;
  margin-top: 0px;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  text-shadow: none;
  transition: 0.5s all ease;
  font-size: 23px;
}
.mod_rocksolid_slider .rsts-description a:hover {
  background: #3b5699;
  color: white;
}
.mod_rocksolid_slider .rsts-description.links {
  left: 50%;
  margin-left: -600px;
}
@media only screen AND (max-width: 1250px) {
  .mod_rocksolid_slider .rsts-description.links {
    margin-left: -500px;
  }
}
@media only screen AND (max-width: 1050px) {
  .mod_rocksolid_slider .rsts-description.links {
    left: 0%;
    margin-left: 20px;
  }
}
@media only screen AND (max-width: 860px) {
  .mod_rocksolid_slider .rsts-description.links {
    left: 0%;
    margin-left: 20px;
  }
}
.mod_rocksolid_slider .rsts-description.rechts {
  text-align: right;
  --widthA: 1200px;
  --widthB: calc(100% - var(--widthA));
  --widthC: calc(var(--widthB) / 2);
  right: var(--widthC);
}
@media only screen AND (max-width: 1250px) {
  .mod_rocksolid_slider .rsts-description.rechts {
    --widthA: 1000px;
    --widthB: calc(100% - var(--widthA));
    --widthC: calc(var(--widthB) / 2);
    right: var(--widthC);
  }
}
@media only screen AND (max-width: 1050px) {
  .mod_rocksolid_slider .rsts-description.rechts {
    right: 20px;
  }
}
@media only screen AND (max-width: 860px) {
  .mod_rocksolid_slider .rsts-description.rechts {
    right: 20px;
  }
}
@media only screen AND (max-width: 660px) {
  .mod_rocksolid_slider .rsts-description.rechts h1 {
    text-align: right !important;
    max-width: 90%;
    margin-left: auto;
  }
}
.mod_rocksolid_slider .rsts-description.oben {
  top: 100px;
}
@media only screen AND (max-width: 660px) {
  .mod_rocksolid_slider .rsts-description.oben {
    top: 40px;
  }
}
.mod_rocksolid_slider .rsts-description.unten {
  bottom: 100px;
}
@media only screen AND (max-width: 660px) {
  .mod_rocksolid_slider .rsts-description.unten {
    bottom: 60px;
  }
}
#footer {
  text-align: center;
  background: #3b5699;
  color: white;
  padding: 10px 0;
}
#footer a {
  color: white;
}
.cc_container {
  padding-bottom: 70px !important;
}
.cc_container a {
  color: #3b5699 !important;
}
.cc_container .cc_btn {
  background: #3b5699 !important;
  color: white !important;
  bottom: 17px !important;
}
.cc_container .cc_message:before {
  display: none !important;
}
#map {
  margin-top: 5px;
}
#container {
  width: 1200px;
  margin: 0 auto;
}
@media only screen AND (max-width: 1250px) {
  #container {
    width: 1000px;
  }
}
@media only screen AND (max-width: 1050px) {
  #container {
    width: 100%;
  }
}
.unterseite #slogan {
  text-align: left;
}
@media only screen AND (max-width: 1050px) {
  .unterseite #slogan {
    padding-left: 20px;
  }
}
.unterseite #container {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen AND (max-width: 1050px) {
  .unterseite #container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen AND (max-width: 1250px) {
  .parallax {
    background-position: center 30px;
  }
}
@media only screen AND (max-width: 1050px) {
  .parallax {
    display: none;
  }
}
.justmobile,
#linkmobile {
  display: none;
}
#linkmobile {
  position: absolute;
  right: 20px;
  top: 33px;
  font-size: 55px;
  transition: 0.5s all ease;
}
@media only screen AND (max-width: 1050px) {
  #linkmobile {
    display: block;
  }
}
.zweispaltig #left {
  width: 320px;
  padding-right: 60px;
  margin-left: 0;
}
@media only screen AND (max-width: 1050px) {
  .zweispaltig #left {
    display: none;
  }
}
.zweispaltig #main {
  width: calc(100% - 380px);
}
@media only screen AND (max-width: 1050px) {
  .zweispaltig #main {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#subnav {
  font-size: 19px;
  margin: 40px 0;
}
#subnav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#subnav > ul > li > a,
#subnav > ul > li span {
  display: block;
  padding: 20px;
  border-top: 1px solid #9a9a9a;
  text-decoration: none;
  color: #727071;
}
#subnav > ul > li > a.first,
#subnav > ul > li span.first {
  border-top: none;
}
#subnav > ul > li span,
#subnav > ul > li a:hover,
#subnav > ul > li a.trail {
  color: #3b5699;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
#subnav > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  border-top: 1px solid #9a9a9a;
  transition: 0.5s all ease;
  padding-left: 20px;
}
#subnav > ul > li > ul > li > a,
#subnav > ul > li > ul > li span {
  display: block;
  border-top: 1px solid #9a9a9a;
  padding: 10px;
  padding-left: 50px;
  color: #727071;
}
#subnav > ul > li > ul > li > a.first,
#subnav > ul > li > ul > li span.first {
  border-top: none;
}
#subnav > ul > li:hover ul {
  display: block;
}
@media only screen AND (max-width: 860px) {
  #subnav {
    display: none;
  }
}
.stellenangebot {
  border: 1px solid #ffffff;
  background: #ececec;
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 1s all ease;
  height: auto;
}
@media only screen AND (max-width: 1250px) {
  .stellenangebot {
    height: auto;
  }
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot {
    height: auto;
  }
}
@media only screen AND (max-width: 860px) {
  .stellenangebot {
    height: auto;
  }
}
.stellenangebot .info {
  margin-top: 5px;
}
.stellenangebot .image_container {
  width: 200px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media only screen AND (max-width: 1250px) {
  .stellenangebot .image_container {
    width: 180px;
  }
}
@media only screen AND (max-width: 860px) {
  .stellenangebot .image_container {
    width: 100%;
    text-align: center;
    float: none;
    height: 230px;
    overflow: hidden !important;
    position: relative;
  }
}
.stellenangebot .image_container img {
  position: absolute;
  transition: 0.5s all ease;
  height: auto;
}
@media only screen AND (max-width: 860px) {
  .stellenangebot .image_container img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
  }
}
.stellenangebot .image_container img:hover {
  transform: scale(1.2);
}
.stellenangebot .content {
  float: left;
  margin: 20px 20px 20px 40px;
  width: 510px;
}
@media only screen AND (max-width: 1250px) {
  .stellenangebot .content {
    width: 330px;
  }
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content {
    margin: 20px 20px 20px 20px;
    width: calc(100% - 220px);
  }
}
@media only screen AND (max-width: 860px) {
  .stellenangebot .content {
    width: calc(100% - 40px);
  }
}
.stellenangebot .content h1 {
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 10px !important;
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content h1 {
    margin-bottom: 2px !important;
  }
}
.stellenangebot .content h1,
.stellenangebot .content h2 {
  border-bottom: none !important;
  font-size: 26px;
  margin-top: 0;
}
@media only screen AND (max-width: 860px) {
  .stellenangebot .content h1,
  .stellenangebot .content h2 {
    font-size: 17px;
  }
}
.stellenangebot .content .zeile {
  border-top: 1px solid #ffffff;
  padding: 5px 0;
}
.stellenangebot .content .zeile .left {
  width: 140px;
  float: left;
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content .zeile .left {
    width: 100%;
  }
}
.stellenangebot .content .zeile p {
  margin-top: 0;
}
.stellenangebot .content .zeile .right {
  width: 410px;
  float: left;
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content .zeile .right {
    width: 100%;
  }
}
.stellenangebot .content .zeile .right p:first-child {
  margin-top: 0;
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content .teaser {
    display: none;
  }
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content .info {
    margin-bottom: 3px;
  }
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content .more {
    margin-top: 3px;
  }
}
.stellenangebot {
  width: calc(50% - 30px);
  height: 190px;
  float: left;
  margin-right: 28px;
  margin-top: 10px;
}
@media only screen AND (max-width: 1250px) {
  .stellenangebot {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot {
    height: auto;
  }
}
.stellenangebot .image_container {
  width: 200px;
  margin-right: 20px;
  height: 190px;
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .image_container {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    margin-right: 0;
  }
}
.stellenangebot .content {
  width: 330px;
  float: left;
  margin: 0;
  margin-top: 15px;
}
@media only screen AND (max-width: 1050px) {
  .stellenangebot .content {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-right: 0;
    padding: 20px;
  }
}
.stellenangebot .content h2 {
  margin-top: 10px;
  font-size: 23px;
}
.stellenangebot.small {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 15px;
  padding-bottom: 10px;
  height: auto;
  margin-top: 0;
}
.stellenangebot.small h2 {
  font-size: 17px;
}
.layout_full .kalenderblatt {
  width: 120px;
  height: 140px;
  background: white;
  border: 1px solid rgba(0,0,0,0.3);
  border-top: 10px solid #3b5699;
  text-align: center;
  width: 100%;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding: 10px 0px;
  margin-bottom: 20px;
}
.layout_full .kalenderblatt .month {
  text-transform: uppercase;
  margin: 20px 0;
  margin-bottom: 10px;
  display: inline;
  font-size: 25px;
}
.layout_full .kalenderblatt .month:after {
  content: ', ';
}
.layout_full .kalenderblatt .day {
  font-weight: 700;
  color: #3b5699;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 44px;
  display: inline;
  font-size: 30px;
}
.layout_full .kalenderblatt .day:after {
  content: '  ';
}
.layout_full .kalenderblatt .year {
  margin-top: 0;
  font-size: 120%;
  display: inline;
  font-size: 20px;
}
.layout_latest {
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
@media only screen AND (max-width: 660px) {
  .layout_latest {
    border-bottom: none;
  }
}
.layout_latest a {
  text-decoration: none;
}
.layout_latest a:hover {
  text-decoration: underline;
}
.layout_latest .kalenderblatt {
  width: 120px;
  height: 140px;
  background: white;
  float: left;
  margin-right: 40px;
  border: 1px solid rgba(0,0,0,0.3);
  border-top: 10px solid #3b5699;
  text-align: center;
}
@media only screen AND (max-width: 1050px) {
  .layout_latest .kalenderblatt {
    width: 100px;
    height: 140px;
  }
}
@media only screen AND (max-width: 660px) {
  .layout_latest .kalenderblatt {
    width: 100%;
    height: auto;
    text-align: left;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 10px 0px;
    margin-bottom: 20px;
  }
}
.layout_latest .kalenderblatt .month {
  text-transform: uppercase;
  margin: 20px 0;
  margin-bottom: 10px;
}
@media only screen AND (max-width: 660px) {
  .layout_latest .kalenderblatt .month {
    display: inline;
    font-size: 25px;
  }
  .layout_latest .kalenderblatt .month:after {
    content: ', ';
  }
}
.layout_latest .kalenderblatt .day {
  font-weight: 700;
  color: #3b5699;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 44px;
}
@media only screen AND (max-width: 660px) {
  .layout_latest .kalenderblatt .day {
    display: inline;
    font-size: 30px;
  }
  .layout_latest .kalenderblatt .day:after {
    content: '  ';
  }
}
.layout_latest .kalenderblatt .year {
  margin-top: 0;
  font-size: 120%;
}
@media only screen AND (max-width: 660px) {
  .layout_latest .kalenderblatt .year {
    display: inline;
    font-size: 20px;
  }
}
.layout_latest .content {
  float: left;
  width: calc(100% - 162px);
}
.layout_latest .content.with_image {
  width: calc(100% - 162px);
}
@media only screen AND (max-width: 660px) {
  .layout_latest .content.with_image {
    width: 100%;
  }
}
.layout_latest .content.with_image .innercontent {
  float: left;
  width: 65%;
  margin-right: 5%;
}
@media only screen AND (max-width: 1050px) {
  .layout_latest .content.with_image .innercontent {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.layout_latest .content.with_image .image_container {
  float: right;
  width: 30%;
  max-height: 140px;
}
@media only screen AND (max-width: 1050px) {
  .layout_latest .content.with_image .image_container {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    max-height: 100% !important;
  }
}
@media only screen AND (max-width: 1050px) {
  .layout_latest .content.with_image .image_container img {
    width: auto;
    float: none;
  }
}
.layout_latest .content.with_image .image_container:before {
  display: none;
}
.layout_latest h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen AND (max-width: 1250px) {
  .layout_latest h2 {
    font-size: 24px;
  }
}
.layout_latest .more a:before {
  width: calc(100% + 20px);
}
.layout_latest img {
  float: right;
}
.ce_form h3,
.mod_subscribe h3,
.mod_unsubscribe h3,
.mod_login h3,
.mod_registration h3,
.mod_search h3,
.mod_produkte_list h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ce_form table,
.mod_subscribe table,
.mod_unsubscribe table,
.mod_login table,
.mod_registration table,
.mod_search table,
.mod_produkte_list table {
  width: 100%;
}
.ce_form td.col_0,
.mod_subscribe td.col_0,
.mod_unsubscribe td.col_0,
.mod_login td.col_0,
.mod_registration td.col_0,
.mod_search td.col_0,
.mod_produkte_list td.col_0 {
  padding-right: 30px;
  width: 20%;
}
.ce_form .widget-headline,
.mod_subscribe .widget-headline,
.mod_unsubscribe .widget-headline,
.mod_login .widget-headline,
.mod_registration .widget-headline,
.mod_search .widget-headline,
.mod_produkte_list .widget-headline {
  font-size: 25px;
  font-weight: bold;
}
.ce_form input[type="text"],
.ce_form input[type="search"],
.ce_form input[type="tel"],
.ce_form input[type="email"],
.ce_form select,
.ce_form textarea,
.ce_form .submit,
.mod_subscribe input[type="text"],
.mod_subscribe input[type="search"],
.mod_subscribe input[type="tel"],
.mod_subscribe input[type="email"],
.mod_subscribe select,
.mod_subscribe textarea,
.mod_subscribe .submit,
.mod_unsubscribe input[type="text"],
.mod_unsubscribe input[type="search"],
.mod_unsubscribe input[type="tel"],
.mod_unsubscribe input[type="email"],
.mod_unsubscribe select,
.mod_unsubscribe textarea,
.mod_unsubscribe .submit,
.mod_login input[type="text"],
.mod_login input[type="search"],
.mod_login input[type="tel"],
.mod_login input[type="email"],
.mod_login select,
.mod_login textarea,
.mod_login .submit,
.mod_registration input[type="text"],
.mod_registration input[type="search"],
.mod_registration input[type="tel"],
.mod_registration input[type="email"],
.mod_registration select,
.mod_registration textarea,
.mod_registration .submit,
.mod_search input[type="text"],
.mod_search input[type="search"],
.mod_search input[type="tel"],
.mod_search input[type="email"],
.mod_search select,
.mod_search textarea,
.mod_search .submit,
.mod_produkte_list input[type="text"],
.mod_produkte_list input[type="search"],
.mod_produkte_list input[type="tel"],
.mod_produkte_list input[type="email"],
.mod_produkte_list select,
.mod_produkte_list textarea,
.mod_produkte_list .submit {
  transition: 0.5s all ease;
  border: 1px solid #aaaaaa;
  padding: 15px 25px;
  box-sizing: border-box;
  height: 100%;
  font-family: 'encode_sans_condensedregular' !important;
  overflow: hidden;
  width: 100%;
}
.ce_form input[type="text"].datum,
.ce_form input[type="search"].datum,
.ce_form input[type="tel"].datum,
.ce_form input[type="email"].datum,
.ce_form select.datum,
.ce_form textarea.datum,
.ce_form .submit.datum,
.mod_subscribe input[type="text"].datum,
.mod_subscribe input[type="search"].datum,
.mod_subscribe input[type="tel"].datum,
.mod_subscribe input[type="email"].datum,
.mod_subscribe select.datum,
.mod_subscribe textarea.datum,
.mod_subscribe .submit.datum,
.mod_unsubscribe input[type="text"].datum,
.mod_unsubscribe input[type="search"].datum,
.mod_unsubscribe input[type="tel"].datum,
.mod_unsubscribe input[type="email"].datum,
.mod_unsubscribe select.datum,
.mod_unsubscribe textarea.datum,
.mod_unsubscribe .submit.datum,
.mod_login input[type="text"].datum,
.mod_login input[type="search"].datum,
.mod_login input[type="tel"].datum,
.mod_login input[type="email"].datum,
.mod_login select.datum,
.mod_login textarea.datum,
.mod_login .submit.datum,
.mod_registration input[type="text"].datum,
.mod_registration input[type="search"].datum,
.mod_registration input[type="tel"].datum,
.mod_registration input[type="email"].datum,
.mod_registration select.datum,
.mod_registration textarea.datum,
.mod_registration .submit.datum,
.mod_search input[type="text"].datum,
.mod_search input[type="search"].datum,
.mod_search input[type="tel"].datum,
.mod_search input[type="email"].datum,
.mod_search select.datum,
.mod_search textarea.datum,
.mod_search .submit.datum,
.mod_produkte_list input[type="text"].datum,
.mod_produkte_list input[type="search"].datum,
.mod_produkte_list input[type="tel"].datum,
.mod_produkte_list input[type="email"].datum,
.mod_produkte_list select.datum,
.mod_produkte_list textarea.datum,
.mod_produkte_list .submit.datum {
  width: calc(100% - 70px);
  float: left;
  margin-right: 3px;
}
.ce_form .CalendarFieldIcon,
.mod_subscribe .CalendarFieldIcon,
.mod_unsubscribe .CalendarFieldIcon,
.mod_login .CalendarFieldIcon,
.mod_registration .CalendarFieldIcon,
.mod_search .CalendarFieldIcon,
.mod_produkte_list .CalendarFieldIcon {
  float: left;
  width: 57px !important;
  cursor: pointer;
}
.ce_form input,
.ce_form select,
.ce_form textarea,
.ce_form .submit,
.mod_subscribe input,
.mod_subscribe select,
.mod_subscribe textarea,
.mod_subscribe .submit,
.mod_unsubscribe input,
.mod_unsubscribe select,
.mod_unsubscribe textarea,
.mod_unsubscribe .submit,
.mod_login input,
.mod_login select,
.mod_login textarea,
.mod_login .submit,
.mod_registration input,
.mod_registration select,
.mod_registration textarea,
.mod_registration .submit,
.mod_search input,
.mod_search select,
.mod_search textarea,
.mod_search .submit,
.mod_produkte_list input,
.mod_produkte_list select,
.mod_produkte_list textarea,
.mod_produkte_list .submit {
  margin-top: 5px;
}
.ce_form .submit,
.mod_subscribe .submit,
.mod_unsubscribe .submit,
.mod_login .submit,
.mod_registration .submit,
.mod_search .submit,
.mod_produkte_list .submit {
  cursor: pointer;
}
.ce_form .submit:hover,
.mod_subscribe .submit:hover,
.mod_unsubscribe .submit:hover,
.mod_login .submit:hover,
.mod_registration .submit:hover,
.mod_search .submit:hover,
.mod_produkte_list .submit:hover {
  background: #3b5699;
}
.ce_form fieldset,
.mod_subscribe fieldset,
.mod_unsubscribe fieldset,
.mod_login fieldset,
.mod_registration fieldset,
.mod_search fieldset,
.mod_produkte_list fieldset {
  border: 1px solid #aaaaaa;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}
.ce_form fieldset legend,
.mod_subscribe fieldset legend,
.mod_unsubscribe fieldset legend,
.mod_login fieldset legend,
.mod_registration fieldset legend,
.mod_search fieldset legend,
.mod_produkte_list fieldset legend {
  font-weight: 400;
}
.ce_form fieldset span,
.mod_subscribe fieldset span,
.mod_unsubscribe fieldset span,
.mod_login fieldset span,
.mod_registration fieldset span,
.mod_search fieldset span,
.mod_produkte_list fieldset span {
  margin-right: 20px;
  display: inline-block;
}
.referenzen_list {
  border: 1px solid #ffffff;
  background: #ececec;
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 1s all ease;
  height: 140px;
}
@media only screen AND (max-width: 1250px) {
  .referenzen_list {
    height: auto;
  }
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list {
    height: auto;
  }
}
@media only screen AND (max-width: 860px) {
  .referenzen_list {
    height: auto;
  }
}
.referenzen_list .info {
  margin-top: 5px;
}
.referenzen_list .image_container {
  width: 200px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media only screen AND (max-width: 1250px) {
  .referenzen_list .image_container {
    width: 180px;
  }
}
@media only screen AND (max-width: 860px) {
  .referenzen_list .image_container {
    width: 100%;
    text-align: center;
    float: none;
    height: 230px;
    overflow: hidden !important;
    position: relative;
  }
}
.referenzen_list .image_container img {
  position: absolute;
  transition: 0.5s all ease;
  height: auto;
}
@media only screen AND (max-width: 860px) {
  .referenzen_list .image_container img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
  }
}
.referenzen_list .image_container img:hover {
  transform: scale(1.2);
}
.referenzen_list .content {
  float: left;
  margin: 20px 20px 20px 40px;
  width: 510px;
}
@media only screen AND (max-width: 1250px) {
  .referenzen_list .content {
    width: 330px;
  }
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list .content {
    margin: 20px 20px 20px 20px;
    width: calc(100% - 220px);
  }
}
@media only screen AND (max-width: 860px) {
  .referenzen_list .content {
    width: calc(100% - 40px);
  }
}
.referenzen_list .content h1 {
  line-height: 28px;
  margin-bottom: 10px !important;
  font-family: 'encode_sans_condensedlight';
  text-transform: uppercase;
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list .content h1 {
    margin-bottom: 2px !important;
  }
}
.referenzen_list .content h1,
.referenzen_list .content h2 {
  border-bottom: none !important;
  font-size: 22px;
  margin-top: 0;
}
@media only screen AND (max-width: 860px) {
  .referenzen_list .content h1,
  .referenzen_list .content h2 {
    font-size: 17px;
  }
}
.referenzen_list .content .zeile {
  padding: 5px 0;
}
.referenzen_list .content .zeile .left {
  width: 140px;
  float: left;
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list .content .zeile .left {
    width: 100%;
  }
}
.referenzen_list .content .zeile p {
  margin-top: 0;
}
.referenzen_list .content .zeile .right {
  width: 410px;
  float: left;
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list .content .zeile .right {
    width: 100%;
  }
}
.referenzen_list .content .zeile .right p:first-child {
  margin-top: 0;
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list .content .teaser {
    display: none;
  }
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list .content .info {
    margin-bottom: 3px;
  }
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list .content .more {
    margin-top: 3px;
  }
}
.referenzen_list.single {
  height: auto;
  background: none;
  border: none;
}
.referenzen_list.single .zeile {
  padding: 15px 0;
}
.referenzen_list.single .content {
  margin-top: 0;
  width: 440px;
}
@media only screen AND (max-width: 1050px) {
  .referenzen_list.single .content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
#lightgallery_cont {
  float: left;
  width: 280px;
}
@media only screen AND (max-width: 660px) {
  #lightgallery_cont {
    width: 100%;
  }
}
#lightgallery_cont a {
  display: block;
}
#lightgallery_cont .image_container {
  border: 1px solid #9a9a9a;
  position: relative;
  overflow: hidden;
  width: 277px;
  height: 230px;
  background-size: 280px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 1s ease all;
  cursor: pointer;
}
@media only screen AND (max-width: 660px) {
  #lightgallery_cont .image_container {
    width: calc(100% - 2px);
  }
}
#lightgallery_cont .image_container .referenz_img {
  width: 279px;
  position: absolute;
  transition: 1s ease all;
}
@media only screen AND (max-width: 660px) {
  #lightgallery_cont .image_container .referenz_img {
    width: 100%;
  }
}
#lightgallery_cont .image_container .transparenz2,
#lightgallery_cont .image_container .showmore {
  border: none;
  opacity: 0;
  background: black;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  transition: 0.2s all ease;
  margin: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#lightgallery_cont .image_container .transparenz2 {
  background: #3b5699;
  transition: 0.4s all ease;
}
#lightgallery_cont .image_container .showmore {
  background: url('../../files/img/more.png') 50% center no-repeat;
  z-index: 3;
  transition: 1.0s ease all;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#lightgallery_cont .image_container.thumbs {
  width: 138px;
  height: 114px;
  float: left;
  margin: -1px -1px -1px 0;
  border-bottom: 1px solid #9a9a9a;
}
@media only screen AND (max-width: 660px) {
  #lightgallery_cont .image_container.thumbs {
    width: calc(50% - 1px);
  }
}
@media only screen AND (max-width: 660px) {
  #lightgallery_cont .image_container.thumbs.last {
    width: calc(50% - 2px);
  }
}
#lightgallery_cont .image_container:after {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}
#lightgallery_cont .image_container:hover .referenz_img {
  transform: scale(1.1);
}
#lightgallery_cont .image_container:hover .transparenz {
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#lightgallery_cont .image_container:hover .transparenz2 {
  opacity: 0.6;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#lightgallery_cont .image_container:hover .showmore {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cd-timeline-content .cd-date {
  color: #727071;
}
.cd-timeline-content {
  background: #ececec;
  padding-top: 1.6em;
}
.cd-timeline-content p {
  margin-top: 0;
}
.cd-timeline-content h2 {
  font-size: 24px !important;
  text-transform: inherit !important;
}
.cd-timeline-img.cd-picture {
  background-image: url('../../files/img/logopng.png');
  background-color: white;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.cd-timeline-img.cd-location {
  background: #3b5699 !important;
}
#cd-timeline::before {
  background: #3b5699;
}
.cd-date {
  line-height: 110px;
  color: #d3d3d3 !important;
  color: black !important;
  font-family: 'robotothin_italic';
  top: 10px !important;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  float: left;
  padding: 10px 20px;
  background: #ececec;
  text-decoration: none;
}
.pagination ul li span,
.pagination ul li a:hover {
  background: #3b5699;
  color: white;
}
.ce_portfolio {
  background: #ececec;
}
.ce_portfolio .content {
  padding: 0 20px;
}

