.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
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}
/* cookiebar extension for Contao Open Source CMS, Copyright (C) 2011-2017 Codefog */
#cookiebar a,#cookiebar span{margin-right:1em}#cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;background-color:#4b4b4b;padding:8px 16px;text-align:center;font-size:13px;color:#fff;line-height:2;z-index:10}#cookiebar.top{top:0}#cookiebar.bottom{bottom:0}#cookiebar-desc{display:inline-block}#cookiebar button{height:26px;padding:0 12px;border:none;background-color:#4ea55e;color:#fff;cursor:pointer;font-weight:700;line-height:26px}#cookiebar a{color:#fff;text-decoration:underline}#cookiebar a:hover{text-decoration:none}

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

* {
	margin: 0;
	padding: 0;
	outline: none;
}

@
mixin font-smoothing ($value: on ) { @if $value == on {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@
else {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

}
body {
	font-family: 'Open Sans', sans-serif; @ include font-smoothing(on);
	font-size: 14px;
	line-height: 34px;
}

a {
	transition: color 200ms ease-in-out;
	color: #000;
}

#main a:hover,#main a:focus,#main a:active {
	color: rgb(0, 0, 0);
}

a[href ^="mailto:"] {
	color: #000;
}

a,a:hover,a:focus,a:active,#main a[href ^="mailto:"]:hover,#main a[href
	^="mailto:"]:focus,#main a[href ^="mailto:"]:active {
	text-decoration: none;
	color: rgb(191, 186, 0);
}

h1,h2,h3,h4,h5,h6 { @include font-smoothing(off);
	font-weight: 100;
	text-transform: uppercase;
}

#wrapper,#header,#footer .inside,h1.ce_headline,h2.ce_headline,.hilite *,.contentsmall,.contentnorm,.contentwide,.maps
	{
	margin: 0 auto;
}

h1.ce_headline { /*	background: #3e332d;*/ /*	text-align: center;*/
	font-size: 100%;
}

h2.ce_headline {
	font-size: 30px;
	margin-bottom: 80px;
	margin-top: 95px;
}

.hilite h2,
.extern strong {
	font-size: 30px;
	line-height: 42px;
	text-transform: none;
}
.extern strong {
	font-weight: 100;
	display: block;
	margin-bottom: 30px;
	margin-top: 50px;
}
h3 {
	font-size: 22px;
	line-height: 34px;
	text-transform: none;
}

/* CIRCLES Start */
.circlebig::before,.circlesmall::before {
	border-radius: 50%;
	content: "";
	display: block;
	position: relative;
	transition: all 400ms;
}

.circlebig::before {
	width: 180px;
	height: 180px;
	left: -200px;
	top: 140px;
}

#praxisbeispiele.circlebig::before {
	background: #3e332d;
}

#recht.circlebig::before {
	background: #00567c;
}

#steuern.circlebig::before {
	background: #bfba00;
}

#archiv.circlebig::before {
	background: #c8c8c8;
}

.circlesmall::before {
	width: 40px;
	height: 40px;
	left: -65px;
	top: 40px;
	background: #bfba00;
}

.circlesmall.circlealign::before {
	top: 73px;
}

.circlealign {
	margin-top: -40px;
}

.imgcircle img,.anchorcircle a {
	border-radius: 50%;
	height: 180px;
	display: block;
}

.imgcircle img {
	transition: all .2s ease-in-out;
}

.imgcircle img:hover,.imgcircle img:focus,.imgcircle img:active {
	transform: scale(1.1);
}

.imgcircle img /*, h1.ce_headline*/ {
	width: 180px;
}

.ce_text.imgcircle h3 {
	margin-left: 200px;
}

.ce_text.imgcircle p {
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 200px;
}

.hilite.ce_text.imgcircle h2,.hilite.ce_text.imgcircle p {
	margin-left: 220px;
}

.hilite.ce_text.imgcircle h2 {
	margin-top: 30px;
}

.hilite.imgcircle img {
	transition: none;
}

.hilite.imgcircle.block {
	overflow: hidden;
}

.hilite.imgcircle img:hover,.hilite.imgcircle img:focus,.hilite.imgcircle img:active
	{
	transform: scale(1.0);
}

/*
h1.ce_headline, .anchorcircle a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
*/
.anchorcircle a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

/*
h1.ce_headline {
	min-height:180px;
	line-height:180px;
	max-width: 815px;
	margin-top: -90px !important;
}
h1.ce_headline > span {
	display:inline-block;
	line-height: 180px;
	vertical-align:middle;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #3e332d;
	text-align: center;
	color: #fff;
}
*/
h1.ce_headline {
	min-height: 180px;
	line-height: 170px;
	max-width: 815px;
	margin-top: -107px !important;
	position: relative;
	text-transform: uppercase;
}

h1.ce_headline>span {
	display: table-cell;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	width: 180px;
	height: 180px;
	color: #fff;
	background: #3e332d;
	border-radius: 50%;
}

.anchorcircle {
	font-size: 114.3%;
	line-height: 19.2px;
}

.anchorcircle a {
	text-decoration: none;
	opacity: 1;
	transition: all .2s ease-in-out;
}

.anchorcircle a:hover,.anchorcircle a:focus,.anchorcircle a:active {
	opacity: 0.8;
}

#unternehmer a {
	padding-left: 30px;
	width: 152px;
	min-width: 152px;
	max-width: 152px;
	background: #3e332d;
}
.en #unternehmer a {
	padding-left: 20px;
	width: 162px;
	min-width: 162px;
	max-width: 162px;
}
.es #unternehmer a {
	padding-left: 35px;
	width: 147px;
	min-width: 147px;
	max-width: 147px;
}
#existenzgruender a {
	padding-left: 20px;
	width: 165px;
	min-width: 165px;
	max-width: 165px;
	background: #00567c;
}
.en #existenzgruender a {
	padding-left: 50px;
	width: 132px;
	min-width: 132px;
	max-width: 132px;
}
.fr #existenzgruender a {
	padding-left: 40px;
	width: 144px;
	min-width: 144px;
	max-width: 144px;
}
.es #existenzgruender a {
	padding-left: 35px;
	width: 147px;
	min-width: 147px;
	max-width: 147px;
}
#privatmandanten a {
	padding-left: 15px;
	width: 164px;
	min-width: 164px;
	max-width: 164px;
	background: #bfba00;
}
.en #privatmandanten a {
	padding-left: 50px;
	width: 129px;
	min-width: 129px;
	max-width: 129px;
}
.fr #privatmandanten a {
	padding-left: 36px;
	width: 143px;
	min-width: 143px;
	max-width: 143px;
}
.es #privatmandanten a {
	padding-left: 40px;
	width: 136px;
	min-width: 136px;
	max-width: 136px;
}

#leistungencentered {
	width: 550px;
	margin: 0 auto;
}

.circlesmall.block,.circlebig.block,.imgcircle.block,.ym-equalize {
	overflow: visible;
}

.pagination li a.link,.pagination li .current {
	margin-right: 15px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: block;
	background: rgb(191, 186, 0);
	color: #000;
	text-align: center;
	line-height: 27px;
}

.pagination li .current,#main .pagination li a:hover,#main .pagination li a:focus,#main .pagination li a:active
	{
	opacity: 0.8;
	/*	color: #fff;*/
}

.pagination .next,.pagination .last,.pagination .previous,.pagination .first
	{
	margin-right: 15px;
}

/* CIRCLES End */ /* HEADER Start */
#header,#footer .inside,.maps {
	max-width: 1175px;
}

#header {
	margin-top: 25px;
}

/* HEADER End */ /* NAVIGATION Start */
#header .mod_customnav {
	margin: 46px 0 22px 0;
}

#header #menuicon {
	display: none;
}

.mod_customnav li,.pagination li {
	display: inline-block;
	text-transform: uppercase;
}

.mod_customnav a,.mod_customnav span.active {
	font-size: 12px;
	line-height: 12px;
	color: rgb(0, 0, 0);
	padding-right: 45px;
}
.en .mod_customnav a, .en .mod_customnav span.active {
	padding-right: 54px;
}
.fr .mod_customnav a, .fr .mod_customnav span.active {
	padding-right: 25px;
}
.es .mod_customnav a, .es .mod_customnav span.active {
	padding-right: 15px;
}

.mod_customnav a.last,.mod_customnav span.active.last {
	padding-right: 0;
}

.mod_changelanguage a,
.mod_changelanguage .active {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}
.mod_changelanguage li {
	line-height: 15px;
	text-align: left;
}

.mod_customnav a:hover,
.mod_customnav a:focus,
.mod_customnav a:active,
.mod_customnav a.trail,
.mod_customnav span.active,
.mod_changelanguage a:hover,
.mod_changelanguage a:focus,
.mod_changelanguage a:active/*,
.mod_changelanguage a.trail,
.mod_changelanguage span.active*/  {
	color: rgb(191, 186, 0);
}

/* NAVIGATION End */ /* FOOTER Start */
#footer {
	border-top: 1px solid #c8c8c8;
	padding: 24px 0 78px 0;
}

#footer .ce_text,#footer a {
	color: rgb(200, 200, 200);
}

#footer a:hover,#footer a:focus,#footer a:active {
	color: rgb(191, 186, 0);
}

#footer .ce_text.first {
	float: left;
}

#footer .mod_customnav {
	text-align: right;
	float: right;
}

/* FOOTER End */
.ce_text p {
	margin-bottom: 30px;
}

.ce_text p:last-child {
	margin-bottom: 0px;
}

.box,.hilite {
	background: rgb(226, 235, 240);
}
.lefttobox {
	box-sizing: border-box;
}
.box {
	min-width: 230px;
	text-align: center;
	padding: 20px 0 25px 0;
	box-sizing: border-box;
}

.box.imgcircle p,.box.imgcircle h3 {
	margin-left: 0;
}

.box.imgcircle h3 {
	margin-bottom: 8px;
}

.box.imgcircle p {
	font-size: 14px;
	line-height: 24px;
}

.box.imgcircle p:first-of-type {
	margin-top: 20px;
}

.box img {
	margin: 0 auto;
}

.hilite {
	width: 100%;
	margin-bottom: 80px;
	margin-top: 37px;
	padding-top: 90px;
	padding-bottom: 80px;
}

.hilite strong {
	font-size: 22px;
	font-weight: 100;
}

.hilite a,.ce_hyperlink.last a {
	color: rgb(0, 86, 124);
	font-size: 14px;
}

.hilite a:hover,.hilite a:focus,.hilite a:active,.ce_hyperlink.last a:hover,.ce_hyperlink.last a:focus,.ce_hyperlink.last a:active
	{
	color: rgb(191, 186, 0);
}

.contentsmall {
	max-width: 700px;
	padding-right: 115px;
}

.leistungen .contentsmall {
	padding-right: 0px;
}

.leistungen.contentwide {
/*	padding-left: 205px;*/
}

.leistungen.contentwide {
	margin-bottom: 80px;
}

.circlealign.ce_text p:first-of-type {
	margin-bottom: 0;
}

.hilite *,.contentnorm,h1.ce_headline,h2.ce_headline {
	max-width: 815px;
}

.contentwide,h2.ce_headline.contentwide {
	max-width: 1020px;
}

.ym-g50 {
	margin-bottom: 50px;
}

.ce_hyperlink.last {
	margin-top: 50px;
	/*	margin-bottom: 150px;*/
}

.ce_accordionSingle {
	border-top: 1px solid rgb(200, 200, 200);
	padding-bottom: 30px;
}

section.ce_accordionSingle:last-of-type {
	border-bottom: 1px solid rgb(200, 200, 200);
}

.ui-accordion-header {
	position: relative;
	cursor: pointer;
	font-size: 22px;
	padding-right: 25px;
}

.ce_accordionSingle.circlesmall:hover::before {
	opacity: 0.6;
}
.ui-accordion-content {
	padding-right: 20px;
}
.ui-accordion-header.active {
	
}

.ui-accordion-header-icon {
	position: absolute;
	top: 12px;
	right: 0;
	background: transparent url(../../files/assets/css/arrow-down.svg) top right no-repeat;
	width: 21px;
	height: 12px;
	transition: all 500ms;
}

.active .ui-accordion-header-icon {
	/*	background: transparent url(../../files/assets/css/arrow-up.svg) top right no-repeat;*/
	transform: rotate(180deg);
}

#article-10 {
	overflow: visible;
}

.ce_text.praxis {
	padding-left: 100px;
}

#main {
	padding-bottom: 150px;
}

.mod_newsarchive,.mod_newsreader {
	margin-top: 50px;
}

.mod_newsarchive .layout_short {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(200, 200, 200);
}

/* FORMULAR Start */ 
.ce_form input[type="text"] {
	behavior: url('assets/css3pie/1.0.0/PIE.htc');
}
label {
	width: 15%;
	display: inline-block;
	min-width: 150px;
	line-height: 140%;
}
.captcha_text {
	display: inline-block;
    margin-left: 150px;
    font-style: italic;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input:not([type]),
input[type="submit"],
.button,
textarea {
	width: 80%;
	border: 1px solid rgb(200, 200, 200);
	padding: 4px 2px;
	behavior: url('assets/css3pie/1.0.0/PIE.htc');
	font-family: 'Open Sans', sans-serif; @ include font-smoothing(on);
	font-size: 14px;
	vertical-align: top;
}
input[type="submit"],.button {
	width: 150px;
	height: 30px;
	margin-left: 150px;
	margin-top: 20px;
}
.ce_dlh_googlemaps input[type="text"],
.ce_dlh_googlemaps input[type="submit"] {
	width: auto;
	font-size: 11px;
}
form .widget.widget-text,
form .widget.widget-textarea {
	margin-bottom: 10px;
}
.mod_changelanguage {
/*	float: right;*/
	display: block;
	position: absolute;
	top: 9px;
	right: 10px;
}
#lang-mobile {
	display: none;
}
.mod_changelanguage select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	background: #fff url(../../files/assets/css/arrow-sm.svg) right no-repeat;
	padding: 0 10px 0 0;
	cursor: pointer;
}
.mod_changelanguage select::-ms-expand {
	display:none;
}
.mod_changelanguage option {
	padding: 2px 4px;
}

/* FORMULAR End */

.extern li {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.lists li {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.extern li::before,
.lists li::before {
	content: "• ";
	float: left;
}
.lists li::before {
	padding-right: 5px;
}
.extern li a {
	padding-left: 10px;
	display: block;
}
@media (max-width: 1200px) {
	#header {
		padding: 0 20px 20px 20px;
	}
	#header .mod_customnav {
		display: none;
	}
	#header #menuicon {
		display: block;
		position: absolute;
		top: 14px;
		right: 80px;
		width: 30px;
	}
	.leistungen.contentwide {
/*		padding-left: ;*/
	}
	.box {
/*		left: -50px;
		position: relative;*/
	}
	#footer .inside {
		padding-left: 20px;
	    padding-right: 20px;
	}
/*	#header .mod_changelanguage select {
		display: none;
	}*/
/*	.circlebig::before,
	.circlesmall::before {
		display: none;
	}*/
	.ce_text.praxis {
	    padding-left: 220px;
	}
}
@media (max-width: 970px) {
	#header .logo {
		display: block;
	}
	#header .logo1 {
		max-width: 70%;
	}
	#header .logo2 {
		margin-left: -8px;
	}
	.ce_dlh_googlemaps,
	.dlh_googlemap {
		width: 100% !important;
		max-width: 1180px !important;
	}
	.circlebig::before {
		width: 90px;
		height: 90px;
		left: -130px;
		top: 100px;
	}
	.ce_accordion.circlesmall {
		margin-left: 100px;
	}
	.imgcircle img {
	    padding: 5% 0;
	}
}
@media (max-width: 855px) {
	/*#main .inside .ce_image,*/
	#main .inside .ce_headline,
	#main .inside .ce_text, /*
	#main .inside section,*/
	#main .inside .ce_hyperlink,
	#main .inside .mod_newsarchive,
	#main .inside .back,
	#main .inside .mod_newsreader h1, 
	#main .inside .mod_newsreader .info,
	#main .inside .formbody {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.hilite {
		width: calc(100% - 40px);
	}
	#footer .mod_customnav {
		text-align: left;
		float: left;
	}
	.captcha_text {
		display: inline-block;
	    margin-left: 0;
	}
	input[type="submit"], .button {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	h1.ce_headline {
	    margin-top: -40px !important;
	    position: relative;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    margin-left: calc(50% - 110px);
	}
	#header #menuicon {
	    display: block;
	    position: absolute;
	    top: 40px;
	    right: 3px;
	    width: 30px;
	}
	#lang-mobile {
		display: block;
		top: -6px;
		right: 0px;
	}
	#lang-full {
		display: none;
	}
	.hilite {
		margin-top: -30px;
		padding-top: 60px;
	}
	.hilite.ce_text.imgcircle h2, 
	.hilite.ce_text.imgcircle p {
		margin-left: 0;
		text-align: center;
	}
	.imgcircle img {
	    width: 100%;
	    height: auto;
	}
	.float_left {
		float: none;
	}
	.ce_text.imgcircle h3,
	.ce_text.imgcircle p {
	    margin-left: 0;
	}
	.ce_accordion.circlesmall {
		margin-left: 60px;
		-ms-word-break: normal;
		word-break: normal;
		word-break: normal;
		-webkit-hyphens: auto;
   		-moz-hyphens: auto;
        hyphens: auto;
	}
/*	.ui-accordion-content {
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
	}*/
}
.ym-g75 {
	width: 60%;
}
.ym-gl {
	margin-left: 100px;
}
.ym-gr {
	float: left;
}
@media only screen and (max-width: 970px) {

	/* Subcolumns */

	/* linearization for grid module */
	.linearize-level-1,
	.linearize-level-1 > [class*="colset"],
	.linearize-level-1 > [class*="col_"]
	{
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}
	/* reset defined gutter values */
	.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}

	/* linearization for column module */
	.linearize-level-1,
	.linearize-level-1 > [class*="ym-col"]
	{
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}

	/* reset defined gutter values */
	.linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}

	.linearize-level-1 .col_1 .subcl{
		padding-right:0!important;
	}
	.linearize-level-1 .col_2 .subcr{
		padding-left:0!important;
	}
	.linearize-level-1 .col_2,
	.linearize-level-1 .col_3 {
		margin-top: 30px;
	}
	.linearize-level-1 .ym-gbox-right {
		padding-left: 0 !important;
	}
	.ce_text.anchorcircle {
		padding-left: 0 !important;
	}
	#leistungencentered {
/*		width: 555px !important;*/
	}
	#leistungencentered .ym-g33 {
		margin: 0 auto;
		width: 186px !important;
	}
}

.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 0px;
    margin-bottom: -0px;
}
