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}
/* dk_masonry global styles */
.masonry .image_container img {
	vertical-align: bottom;
}
.masonry > div, .masonry > section {
	float: left;
}
/*
	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); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.mfp-open {
  margin-right:0!important;
}

body {
	overflow-y:scroll;
}

/* normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display: inline;*zoom: 1}audio:not([controls]){height:0;display:none}[hidden]{display:none}html{background: #fff;/* 1 */    color: #000;/* 2 */    font-size: 100%;/* 3 */    -webkit-text-size-adjust: 100%;/* 4 */    -ms-text-size-adjust: 100%;/* 4 */}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline: thin dotted}a:active,a:hover{outline: 0}h1{margin:.67em 0;font-size:2em}h2{margin:.83em 0;font-size:1.5em}h3{margin:1em 0;font-size:1.17em}h4{margin:1.33em 0;font-size:1em}h5{margin:1.67em 0;font-size:.83em}h6{margin:2.33em 0;font-size:.67em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin: 1em 40px}dfn{font-style:italic}hr{height:0;-moz-box-sizing: content-box;box-sizing: content-box}mark{color:#000;background: #ff0}p,pre{margin:1em 0}code,kbd,pre,samp{font:1em monospace,serif;_font-family: 'courier new', monospace}pre{white-space:pre-wrap;word-wrap: break-word}q{quotes: none}q:before,q:after{content: '';content: none}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style-image:none;list-style: none}img{border:0;/* 1 */    -ms-interpolation-mode: bicubic;/* 2 */}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid #c0c0c0}legend{white-space:normal;border:0;/* 1 */    padding: 0;/* 2 */    *margin-left: -7px;/* 3 */}button,input,select,textarea{font-size:100%;/* 1 */    margin: 0;/* 2 */    vertical-align: baseline;/* 3 */    *vertical-align: middle;/* 3 */}button,input{}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance: button;/* 2 */    cursor: pointer;/* 3 */    *overflow: visible;/* 4 */}button[disabled],html input[disabled]{cursor: default}input[type="checkbox"],input[type="radio"]{box-sizing: border-box;/* 1 */    padding: 0;/* 2 */    *height: 13px;/* 3 */    *width: 13px;/* 3 */}input[type="search"]{-webkit-appearance: textfield;/* 1 */    -moz-box-sizing: content-box;-webkit-box-sizing: content-box;/* 2 */    box-sizing: content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;/* 1 */    vertical-align: top;/* 2 */}table{border-collapse:collapse;border-spacing:0}
a,a:hover{text-decoration:none}.cropreverse,.imgcrop{max-height:450px;overflow:hidden}h1,h2,h3,strong{font-weight:400}#slogan,.jumplinks a,.textcenter h1,.zitat{text-align:center}#container,#header,.close,.cropreverse,.imgcrop,.jumplinks,.jumplinks div{overflow:hidden}.jumplinks a,.toggler{box-sizing:border-box}@font-face{font-family:OpenSansRegular;src:url(../../files/fonts/OpenSans-Regular-webfont.eot);src:url(../../files/fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'),url(../../files/fonts/OpenSans-Regular-webfont.woff) format('woff'),url(../../files/fonts/OpenSans-Regular-webfont.ttf) format('truetype'),url(../../files/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:OpenSansBold;src:url(../../files/fonts/OpenSans-Bold-webfont.eot);src:url(../../files/fonts/OpenSans-Bold-webfont.eot?#iefix) format('embedded-opentype'),url(../../files/fonts/OpenSans-Bold-webfont.woff) format('woff'),url(../../files/fonts/OpenSans-Bold-webfont.ttf) format('truetype'),url(../../files/fonts/OpenSans-Bold-webfont.svg#OpenSansBold) format('svg');font-weight:400;font-style:normal}@font-face{font-family:OpenSansLightItalic;src:url(../../files/fonts/OpenSans-LightItalic-webfont.eot);src:url(../../files/fonts/OpenSans-LightItalic-webfont.eot?#iefix) format('embedded-opentype'),url(../../files/fonts/OpenSans-LightItalic-webfont.woff) format('woff'),url(../../files/fonts/OpenSans-LightItalic-webfont.ttf) format('truetype'),url(../../files/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic) format('svg');font-weight:400;font-style:normal}@font-face{font-family:edoregular;src:url(../../files/fonts/edo-webfont.eot);src:url(../../files/fonts/edo-webfont.eot?#iefix) format('embedded-opentype'),url(../../files/fonts/edo-webfont.woff2) format('woff2'),url(../../files/fonts/edo-webfont.woff) format('woff'),url(../../files/fonts/edo-webfont.ttf) format('truetype'),url(../../files/fonts/edo-webfont.svg#edoregular) format('svg');font-weight:400;font-style:normal}body,html{height:100%}html{font-size:100%}body{font-family:OpenSansRegular,sans-serif;color:#424242;max-width:2048px;margin:0 auto}#container{padding:50px 0 300px}.dienstleistungen #container,.mainpages #container{background:#35a3d3}#wrapper{min-height:100%;position:relative;background-image:url(../../files/bilder/beton_higru.gif);background-repeat:repeat}div.text{margin-left:25%;padding-right:60px}.textcenter{max-width:900px;margin:0 auto}.fontbigger{font-size:18px;line-height:1.4em}#kontaktlinks{position:absolute;z-index:500;right:20px;bottom:80px}#kontaktlinks span{margin-left:10px}#kontaktlinks a{color:#fff;font-size:1.8em}#kontaktlinks a:hover{color:#35A3D3}img{vertical-align:bottom}a{color:#009ee3;outline:0;-moz-outline:0;word-wrap:normal}a:active{outline:0}a:focus{-moz-outline-style:none;outline:0}strong{font-family:OpenSansBold,sans-serif}.clearboth{clear:both}ul{margin:0;padding:0}em{font-family:OpenSansLightItalic;font-style:normal}.imgcrop,.imgcrop img{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}#slogan{font-family:edoregular;font-size:5em;line-height:1.3em;color:rgba(255,255,255,.95);text-shadow:2px 2px 8px rgba(82,105,114,.2);position:absolute;width:1000px;left:50%;margin-left:-350px;top:23%}.zitat,h2.werte{line-height:1.6em}.sloganlogo{display:none}#header a.logo{position:absolute;z-index:1000;top:30%;display:block;color:#153163;padding:17px 30px;background-color:rgba(255,255,255,.9);-webkit-box-shadow:2px 2px 10px 0 rgba(50,50,50,.3);-moz-box-shadow:2px 2px 10px 0 rgba(50,50,50,.3);box-shadow:2px 2px 10px 0 rgba(50,50,50,.3)}#header a.logo img{float:left;margin-right:20px;height:90px;width:auto}h1.insidetext,h2.werte{margin-right:-60px;padding-right:60px}#header a.logo:hover{background-color:rgba(255,255,255,1);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#header a.logo span{position:relative;top:19px;font-size:19px}#header a.logo span strong{text-transform:uppercase;font-size:35px}h2,h3{font-family:OpenSansRegular}h1,h2.werte{font-family:OpenSansBold;background:#fff;color:#35A3D3;padding-left:7px}h1{font-size:1.5em;margin-left:25%}h2{font-size:1.3em}.textcenter h1,h1.insidetext{margin-left:0}h2.werte{font-size:1.5em}.green h1{color:#59b435}h3{color:#35A3D3;margin-top:0}.zitat{font-family:OpenSansLightItalic;font-size:190%;max-width:700px;margin:0 auto}.zitat span{font-size:70%}.jumplinks{max-width:820px;margin:30px auto 90px}.jumplinks div{margin-bottom:40px}.jumplinks div:first-child p{margin:0}.jumplinks a{display:block;float:left;min-width:380px;color:#fff;font-size:160%;padding:40px;background:#35a3d3;margin-right:20px}.jumplinks a:hover{background:#20627F}.jumplinks.single{margin:20px auto}.jumplinks.single a{float:none;max-width:300px;margin:0 auto;padding:40px 20px}#dreier,#zweier,.zitat_mm{max-width:100%}#zweier{margin-top:20px}#zweier a{min-width:0;width:45%;font-size:160%}#dreier{padding-right:10px}#dreier a{min-width:0;width:30%;font-size:120%;margin-left:20px;white-space:nowrap}#dreier a:first-child,#zweier a:first-child{margin-left:0}.close{height:0;padding:0 0 0 2px;opacity:0;-webkit-transition:all .7s ease}div.text .image_container{position:relative}.text .float_right img{margin:0 0 30px 30px}.caption,.figcaption{font-size:.9375em;margin:.5em 0 1em;max-width:100%;text-align:center}.rightpic{margin-left:25%}.topmargin{margin-top:50px}.whitematte{background:#fff;padding:20px 60px 20px 20px;margin-right:-60px;margin-top:0}.bookingteaser{padding:15px}.team{margin-bottom:40px;background:#fff;padding:7px 12px 12px}.team p{margin:15px 0 0 191px}.team img{margin:5px 30px 0 0;float:left}.anschrift{float:left}.waldk{margin-right:20%}.design{margin-top:50px;font-size:11px;color:#575757}#m_blaschke:target,#m_moeller:target,#m_voss:target,#p_muehlhause:target,#s_prior:target{padding:80px 0}#m_blaschke:target div.ce_text,#m_moeller:target div.ce_text,#m_voss:target div.ce_text,#p_muehlhause:target div.ce_text,#s_prior:target div.ce_text{box-shadow:0 0 80px 0 rgba(50,50,50,.75);-webkit-box-shadow:0 0 80px 0 rgba(50,50,50,.75);-moz-box-shadow:0 0 80px 0 rgba(50,50,50,.75)}#check{font-size:1.2em;padding-top:35px}.check{display:inline-block;font-family:OpenSansBold;line-height:1;background:#35A3D3;color:#fff;padding:5px 8px 5px 5px}.jobangebote,ul.checklist{background-color:#fff;margin-right:-60px}.satz{line-height:1.2;letter-spacing:0;margin-top:40px}ul.checklist{padding:20px}.jobangebote{padding:0 20px}ul.checklist li{background:url(../../files/bilder/haken.png) top left no-repeat;padding-left:45px;list-style-type:none;line-height:2.2em;margin-bottom:7px}ul.checklist li ul li{background:0 0;padding-left:26px;line-height:1.8em;margin-bottom:2px}ul.checklist li.checkless{background:0 0;padding-left:0;margin-bottom:15px}ul#dot li{background:url(../../files/bilder/dot.png) top left no-repeat}.subheadings h2{background:url(../../files/bilder/dot_wortwolke.png) left .3em no-repeat;display:inline-block;padding:0 30px 0 25px;margin:.5em 0}.ce_masonry_gallery{margin-bottom:60px}div.masonry{margin-right:-10px}.masonry_gallery,.masonry_spalte{box-sizing:border-box;padding:0 10px 10px 0;width:25%}.less4 .masonry_gallery,.less4 .masonry_spalte{padding:0 20px 20px 0;width:50%}.masonry_gallery .caption{display:none;background:rgba(40,130,170,.8);color:#fff;width:auto!important;position:absolute;bottom:-15px;font-size:15px;line-height:1;padding:3px 10px}.masonry_gallery .caption span,.mfp-title span{font-size:75%}.masonry_gallery:hover .caption{display:block}.mfp-bg,.mfp-container{opacity:0;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .5s ease-out}.mfp-ready .mfp-container{opacity:1}.mfp-ready.mfp-bg{opacity:.9}.mfp-removing .mfp-container,.mfp-removing.mfp-bg{opacity:0}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:auto}.duopics li{width:50%;position:relative}#footer,.caption{position:absolute}.multirow li{margin-bottom:50px}.caption{background:#fff;padding:0 3px 1px;bottom:-2px}.moreinfo{text-align:right;margin:10px 2px 40px 0}.moreinfo a{background:#35A3D3;color:#fff;padding:0 4px 1px}p.fatcontact{background:#fff;margin:0;padding:40px 10px;font-size:30px;text-align:center;word-spacing:1em}ul.blank li{list-style:none;margin-bottom:20px}.meinungen h3{margin:25px 0 5px}.feedback a{display:inline-block;text-align:right;width:100%}#footer,.vision{text-align:center}ul.square_ul{padding-left:2em}ul.square_ul li{list-style:square;margin:0 0 22px;color:#35A3D3;font-size:30px;line-height:1.1em}ul.square_ul li span{color:#424242;font-size:.7em}.timearrow{background:url(../../files/bilder/timearrow.png) right top no-repeat;padding:37px 60px 60px 0;foverflow:hidden}.ce_accordionSingle{float:left;overflow:hidden}.accordion{float:left;background:#fff;padding:20px;margin:50px 0}.toggler{background:#35A3D3;color:#fff;font-size:140%;cursor:pointer;display:inline;padding:25px;margin-right:10%;width:25%;outline:0}.ui-accordion-header-active{color:#35A3D3;background:#fff;-moz-box-shadow:1px 1px 3px rgba(50,50,50,.1);box-shadow:1px 1px 3px rgba(50,50,50,.1)}#time_header{margin-top:80px}#time_header h3{font-size:35px}.paddtop{padding-top:100px}.vision{font-size:240%;line-height:1.4em;padding:20px 90px;margin-bottom:80px}.zitat_mm{padding:30px 100px}.maps_logo{margin:20px 0;font-family:OpenSansRegular,sans-serif!important}.maps_logo span{font-size:16px!important}.maps_logo img{float:left;margin-right:15px}.routinglink form{margin-top:5px}.routinglink a:after{content:" "}.routinglink .submit{margin-left:10px}.ce_dlh_googlemaps{margin-bottom:50px}.dlh_googlemap{width:100%!important;height:400px;border:2px solid #DFDFDF}.dse h2{margin-top:50px}ul.dse li{padding-left:1.6em;list-style-type:none;background:url(../../files/bilder/dot_sm.png) -8px -6px no-repeat;margin:0 0 18px}#footer{bottom:0;width:100%;background:#fff}#footer .inside{padding:50px 15px}#footer .copyright{font-size:12px;white-space:nowrap;padding-left:15px;line-height:50px}#social .fa{font-size:2.7em;padding:30px 10px 5px}#social a:hover{color:#0070A2}@media only screen and (max-width:1500px){#slogan{font-size:4em;width:800px;margin-left:-250px;top:25%}}@media only screen and (max-width:1280px){.masonry_gallery,.masonry_spalte{width:50%}#header a.logo{top:27%;padding:17px 30px}#header a.logo img{height:80px;width:auto}#header a.logo span{top:19px;font-size:16px}#header a.logo span strong{font-size:30px}.duopic li{max-width:50%}#slogan{font-size:3.3em;width:680px;margin-left:-220px;top:25%}}@media only screen and (max-width:1100px){#slogan{font-size:2.8em;width:600px;margin-left:-140px}}@media only screen and (max-width:1050px){.text .float_right{float:none}.text .float_right img{margin:0 0 30px}}@media only screen and (max-width:1000px){#header a.logo{top:28%;padding:16px 26px}#header a.logo img{height:70px;width:auto}#header a.logo span{top:16px;font-size:16px}#header a.logo span strong{font-size:26px}#dreier{padding-right:0}#dreier a{font-size:110%;padding:10px}.vision{font-size:200%}}@media only screen and (max-width:900px){.rightpic,div.text,h1{margin-left:5%;padding-right:5%}.rightpic p{margin-right:5%}.rightpic .image_container{float:none;text-align:right}div.text .image_container{margin-left:0!important}.caption,.figcaption{font-size:.8125em}.textcenter .jumplinks{padding:0 15px}#slogan{font-size:2.3em;width:500px;margin-left:-120px;top:30%}#kontaktlinks{bottom:15px}}@media only screen and (max-width:850px){.jumplinks a{display:block;float:none;margin:0 0 20px;font-size:140%;padding:35px 0;min-width:100%}.jumplinks p{margin:0}.padding-x{padding:0 15px}}@media only screen and (max-width:820px){#zweier a{float:left;margin-left:30px}#dreier{padding-right:0}#dreier a,#dreier a:first-child{font-size:120%;padding:20px;margin:0 auto 30px;width:70%}.toggler{font-size:135%;padding:24px;margin-right:8%}#slogan{font-size:2.4em;width:300px;margin-left:-50px;top:20%}}@media only screen and (max-width:790px){#header a.logo{top:22%;padding:15px 23px}#header a.logo img{height:50px;width:auto;margin-right:10px}#header a.logo span{top:12px;font-size:15px}#header a.logo span strong{font-size:21px}h2.werte{padding-right:50px}#slogan{margin-left:-60px}}@media only screen and (max-width:700px){#footer .inside{padding:30px 15px}#footer span.copyright{display:block;line-height:35px}#container{padding:30px 0 290px}#kontaktlinks{bottom:6px;right:12px}.duopic li{max-width:100%}ul.checklist{margin-right:0}.duopics li{width:100%}#header .mod_article{padding-top:59px;background-color:#fff}#header a.logo{top:0;padding:9px 12px 9px 15px;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#header a.logo img{height:40px;width:auto;margin-right:10px}#header a.logo span{top:8px;font-size:12px}#header a.logo span strong{font-size:19px}.zitat{font-size:150%}.toggler{font-size:108%;padding:16px;margin-right:2%}.vision{font-size:155%;padding:20px 70px 20px 30px}#slogan{font-size:2.4em;width:600px;margin-left:-310px;top:40%}.sloganlogo{display:block;background:#fff;padding:10px 20px;float:left}.sloganlogo img{height:80px;width:auto}}@media only screen and (max-width:640px){#slogan{font-size:2.1em;width:540px;margin-left:-270px;top:43%}.sloganlogo{padding:8px 16px}.sloganlogo img{height:60px}}@media only screen and (max-width:618px){.toggler{font-size:120%;padding:18px;margin-right:5%}}@media only screen and (max-width:595px){ul.checklist li{background:url(../../files/bilder/haken_sm.png) top left no-repeat;padding-left:40px;line-height:1.8em}ul.checklist li ul li{padding-left:22px;line-height:1.4em}ul#dot li{background:url(../../files/bilder/dot_sm.png) top left no-repeat}.timearrow{background:0 0}}@media only screen and (max-width:670px){#slogan{font-size:2em;width:510px;margin-left:-255px;top:43%}.sloganlogo{padding:10px 16px}.sloganlogo img{height:50px}}@media only screen and (max-width:540px){.team p{margin:15px 0 0}.team img{margin:5px 30px 30px 0;float:none}#slogan{font-size:1.7em;width:420px;margin-left:-220px;top:49%}.sloganlogo{padding:9px 15px}.sloganlogo img{height:45px}}@media only screen and (max-width:460px){#container{padding:30px 0 330px}#slogan{font-size:1.3em;width:350px;margin-left:-180px;top:49%}.masonry_gallery,.masonry_spalte{width:100%}}@media only screen and (max-width:420px){#zweier a{float:none;width:100%;margin:0 0 30px}.jumplinks{margin:50px auto 10px}}@media only screen and (max-width:375px){#check{font-size:18px}ul.checklist li{line-height:1.6em}ul.checklist li ul li{line-height:1.65em}.jumplinks a{font-size:135%;padding:30px 0}.jumplinks p{font-size:90%}#slogan{font-size:1.2em;width:310px;margin-left:-155px;top:49%}.sloganlogo{padding:8px 13px}.sloganlogo img{height:40px}#kontaktlinks a{font-size:1.5em}}@media only screen and (max-width:350px){#check{font-size:18px}ul.checklist li{line-height:1.6em}ul.checklist li ul li{line-height:1.65em}.toggler{font-size:100%;padding:16px 15px;margin-right:2%}}
#footer .mod_customnav a,#footer .mod_customnav span,#header .mod_navigation a,#header .mod_navigation span,#left .mod_navigation a,#left .mod_navigation span,#left .mod_newsmenu a,#left .mod_newsmenu span{color:#153163}#header .mod_navigation .active,#header .mod_navigation .trail,#header .mod_navigation a:focus,#header .mod_navigation a:hover,#left .mod_newsmenu .active,#left .mod_newsmenu .trail,#left .mod_newsmenu a:focus,#left .mod_newsmenu a:hover{color:#fff}#footer .mod_customnav .active,#footer .mod_customnav .trail,#footer .mod_customnav a:focus,#footer .mod_customnav a:hover,#left .mod_navigation .active,#left .mod_navigation .active span,#left .mod_navigation .trail,#left .mod_navigation a:focus,#left .mod_navigation a:hover,#left .mod_navigation a:hover span{color:#35A3D3}#header .mod_navigation .active span,#header .mod_navigation a.trail,#header .mod_navigation a:focus,#header .mod_navigation a:hover{background:#35a3d3}#header .mod_navigation span.fa{display:inline;padding-right:3px;color:#fff}#header .mod_navigation a span.fa{color:#153163}#header .mod_navigation a:hover span.fa{background:#35a3d3;color:#fff}.mod_mmenu li span.fa{padding-right:4px}#header .mod_navigation li.nachhaltigkeit .active span,#header .mod_navigation li.nachhaltigkeit a.trail,#header .mod_navigation li.nachhaltigkeit a:focus,#header .mod_navigation li.nachhaltigkeit a:hover,#header .mod_navigation li.nachhaltigkeit span.active,.nachhaltigkeit #container{background:#59b435}.green #left .mod_navigation .active,.green #left .mod_navigation .active span,.green #left .mod_navigation .trail,.green #left .mod_navigation a:focus,.green #left .mod_navigation a:hover,.green #left .mod_navigation a:hover span{color:#59b435}#footer .mod_customnav li,#header .mod_navigation li,#left .mod_navigation li,#mmenu{text-transform:uppercase;font-family:OpenSansRegular}#header .mod_navigation{margin-right:-3px}#header .mod_navigation li{float:left;width:33.33%;box-sizing:border-box;padding-right:3px;font-size:18px;letter-spacing:.075em;text-align:center}#header .mod_navigation li.last{margin-right:0}#header .mod_navigation a,#header .mod_navigation span{display:inline-block;padding:20px 0;background:#fff;width:100%}#left .mod_navigation .active,#left .mod_navigation .trail{font-family:OpenSansBold}#left .mod_navigation ul.level_2 .active{font-family:OpenSansRegular}#left .mod_navigation{margin:13px 30px 20px 40px;max-width:250px}#left .mod_navigation li{text-transform:none;font-size:15px;margin-bottom:17px;line-height:22px}#left .mod_navigation ul.level_2{margin:8px 0 0 12px}#left .mod_navigation ul.level_2 li{font-size:14px;margin-bottom:11px;line-height:16px}#left .mod_navigation ul.level_3{margin:8px 0 0 12px;font-size:90%}@media only screen and (max-width:1090px){#left .mod_navigation li{max-width:200px}}@media only screen and (max-width:960px){#left .mod_navigation li{max-width:180px}}.mod_navigation ul li i{white-space:nowrap;font-style:normal}#main .mod_navigation ul{max-width:95%;margin:0 auto}#main .mod_navigation li{float:left;width:33.33%;box-sizing:border-box;text-transform:none;font-size:1.6em;padding:30px 70px;line-height:1.1em;font-family:OpenSansBold}#main .mod_navigation ul.level_2 li{width:100%}.unternehmen #main .mod_navigation li{min-height:200px}.dienstleistungen #main .mod_navigation li{min-height:400px}.karriere #main .mod_navigation li{min-height:294px}.nachhaltigkeit #main .mod_navigation li{min-height:207px}@media only screen and (max-width:960px){#main .mod_navigation li{width:50%}.dienstleistungen #main .mod_navigation li{min-height:200px}}@media only screen and (max-width:660px){#main .mod_navigation li{width:100%;float:none;padding:30px 40px;min-height:0!important}}#main .mod_navigation ul.level_2{margin:17px 0 0}#main .mod_navigation ul.level_2 li{float:none;font-size:.7em;line-height:19px;min-height:0;font-family:OpenSansRegular;padding:0;margin:0 0 17px}#main .mod_navigation .active,#main .mod_navigation .trail,#main .mod_navigation a:focus,#main .mod_navigation a:hover{color:#20627F}#main .mod_navigation a{color:#fff}#main .mod_navigation ul.level_3{margin:17px 0 0 12px;font-size:90%}#footer .mod_customnav{display:inline}#footer .mod_customnav ul{display:inline;padding:0}#footer .mod_customnav li{display:inline;letter-spacing:2px;font-size:13px;margin-right:12px;padding-right:13px;border-right:1px solid #153163}#footer .mod_customnav li.last{border:none;margin:0;padding:0}a.nav_button{display:none}@media only screen and (max-width:900px){#header .mod_navigation,#left .mod_navigation{display:none}a.nav_button{display:block;position:absolute;top:30px;right:15px;z-index:1000}.nav_button{height:35px;width:45px;margin-left:5px;padding-top:3px}.nav_button span{display:block;height:18%;margin-bottom:16%;background-color:#fff;-webkit-box-shadow:2px 2px 8px 0 rgba(50,50,50,.2);-moz-box-shadow:2px 2px 8px 0 rgba(50,50,50,.2);box-shadow:2px 2px 8px 0 rgba(50,50,50,.2)}a:hover.nav_button span{background-color:#35a3d3}}@media only screen and (max-width:700px){a.nav_button{top:10px;height:28px;width:38px}.nav_button span{background-color:#35a3d3}a:hover.nav_button span{background-color:#24779A}}@media only screen and (max-width:454px){#footer .mod_customnav li{display:block;font-size:13px;margin-right:0;padding:0 0 10px;border-right:none}}@media only screen and (max-width:450px){.nav_button{height:28px;width:38px}}.mod_sitemap{padding:40px 0 0 10px}.mod_sitemap a{color:#424242}.mod_sitemap a:hover{color:#009EE3}.mod_sitemap li{margin-bottom:15px;list-style-type:none}.mod_sitemap ul ul{padding:0;margin:10px 0 15px}.mod_sitemap li li{margin-left:1.5em;margin-bottom:5px}
