.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

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

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

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

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

@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.braunfett {
  color: #503430;
  font-size: 1.1em;
  font-weight: bold; }

#navmobile {
  display: none; }
  @media screen and (max-width: 24.9375em) {
    #navmobile {
      display: block !important;
      float: right;
      position: relative; } }
  @media screen and (min-width: 25em) and (max-width: 58.125em) {
    #navmobile {
      display: block !important;
      float: right;
      position: relative; } }

p.navicon {
  color: #caae61;
  font-style: normal;
  font-size: 4em;
  margin: 0 8px 0 0; }

#header .mod_navigation {
  padding: 0 0 7px 276px !important;
  z-index: 100;
  position: relative;
  text-transform: uppercase;
  margin: -160px 0 0 0;
  color: #1e2022;
  overflow: visible; }
  @media screen and (max-width: 24.9375em) {
    #header .mod_navigation {
      display: none; } }
  @media screen and (min-width: 25em) and (max-width: 58.125em) {
    #header .mod_navigation {
      display: none; } }

/* Die Liste wird nach links gefloatet */
#header .mod_navigation ul {
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* Die Listenelemente werden ebenfalls nach links gefloatet */
#header .mod_navigation li {
  width: auto;
  float: left;
  margin: 0; }

/* Die Menü-Links und den aktiven Menüpunkt gestalten */
#header .mod_navigation a,
#header .mod_navigation span {
  margin-right: 10px;
  margin-left: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #737373;
  font-size: 1.3em; }

/* Aktiven Menüpunkt und übergeordneten Menüpunkt hervorheben */
#header .mod_navigation a.active {
  color: #503430;
  border-bottom: medium solid #503430;
  z-index: 10; }

#header .mod_navigation .trail {
  color: #503430;
  z-index: 10; }

/* Menü-Links bei Hover und TAB-Navigation hervorheben */
#header .mod_navigation a:hover,
#header .mod_navigation a:focus {
  color: #503430;
  text-decoration: none;
  border-bottom: medium solid #503430;
  padding-bottom: 3px; }

/* Zweite Ebene ausblenden */
#header .mod_navigation .level_2 {
  width: 0;
  height: 0;
  position: absolute;
  left: -32768px;
  top: -32768px;
  overflow: hidden;
  display: inline; }

/* Listenelemente zweite Ebene untereinander */
#header .mod_navigation .level_2 li {
  clear: both;
  border: none;
  list-style-type: none;
  text-align: left;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #503430;
  width: 180px; }

/* Zweite Ebene bei MouseOver einblenden */
#header .mod_navigation li:hover .level_2 {
  width: auto;
  height: auto;
  min-width: 138px;
  left: auto;
  top: auto;
  overflow: auto;
  padding: 0 10px 0 10px;
  z-index: 200;
  display: block;
  margin: 0 0 0 17px;
  background: rgba(255, 255, 255, 0.9);
  border: thin solid #dadae5;
  border-radius: 3px; }

#header .mod_navigation ul.level_2 li.last {
  border: none; }

/* Hyperlinks und span gestalten */
#header .mod_navigation li:hover .level_2 a,
#header .mod_navigation li:hover .level_2 span {
  font-size: 0.9rem;
  line-height: 32px;
  font-weight: normal;
  border: none;
  margin-left: 5px; }

/* Aktiven Menüpunkt hervorheben */
#header .mod_navigation .level_2 span.active {
  font-weight: bold; }

.invisible {
  display: none !important; }

/* Die Liste wird nach links gefloatet */
.nav_sub ul {
  width: auto;
  float: left;
  padding: 0;
  list-style-type: none; }

/* Die Listenelemente werden ebenfalls nach links gefloatet */
.nav_sub li {
  width: auto;
  float: left;
  margin: 0; }

/* Die Menü-Links und den aktiven Menüpunkt gestalten */
.nav_sub a,
.nav_sub span {
  margin-right: 16px;
  margin-left: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #737373;
  font-size: 1.3em; }

/* Aktiven Menüpunkt und übergeordneten Menüpunkt hervorheben */
.nav_sub .active,
.nav_sub .trail {
  color: #503430;
  z-index: 10; }

/* Menü-Links bei Hover und TAB-Navigation hervorheben */
.nav_sub a:hover,
.nav_sub a:focus {
  color: #503430;
  text-decoration: none;
  padding-bottom: 3px; }

#subnavigation {
  background-color: #FFFFFF;
  height: 50px;
  margin-top: 0px;
  margin-left: 46px;
  z-index: 100;
  position: relative;
  text-transform: uppercase; }
  @media screen and (max-width: 24.9375em) {
    #subnavigation {
      float: left;
      display: block;
      margin-right: 6.80628%;
      width: 100%; }
      #subnavigation:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 58.125em) {
    #subnavigation {
      float: left;
      display: block;
      margin-right: 3.29114%;
      width: 100%; }
      #subnavigation:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
    #subnavigation {
      float: left;
      display: block;
      margin-right: 1.61893%;
      width: 66.08468%; }
      #subnavigation:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 75em) {
    #subnavigation {
      float: left;
      display: block;
      margin-right: 1.07349%;
      width: 66.30884%; }
      #subnavigation:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    #subnavigation {
      display: none; } }

.nav_sub {
  color: #737373;
  display: block;
  text-decoration: none;
  font-size: 12px; }

.nav_sub .level_1 li a {
  padding: 10px 8px;
  color: #737373;
  display: block;
  text-decoration: none;
  font-size: 12px; }

.nav_sub .level_1 li .active {
  padding: 10px 8px;
  color: #737373;
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal; }

.nav_sub .level_1 li a:hover, .nav_sub .level_1 li a:focus, .nav_sub .level_1 li.trail a {
  color: #503430; }

.nav_sub .level_1 .active .level_2, .nav_sub .level_1 .trail .level_2 {
  display: block;
  margin: 0 0 0 15px; }

.nav_sub .level_1 .level_2 {
  display: none; }

.nav_sub .level_2 li a {
  padding: 5px 8px 5px 13px;
  color: #1e2022;
  display: block;
  font-size: 12px; }

.nav_sub .level_2 li a.active, .nav_sub .level_2 li a:hover, .nav_sub .level_2 li a:focus {
  text-decoration: underline; }

.nav_sub .level_1 li.trail .level_2 a {
  color: #1e2022; }

.topnav {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.9em; }

.topnav a {
  text-decoration: none;
  color: #e3cb87; }

.topnav p {
  text-decoration: none;
  color: #FFFFFF; }

body {
  font-family: "Open Sans", sans-serif, sans-serif;
  font-weight: normal; }

p {
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 1.5em; }

p.beige {
  color: #e3cb87;
  font-style: italic; }

.strong {
  color: #FFFFFF;
  font-weight: bold; }

a, a:active, a:visited {
  text-decoration: none;
  color: #FFFFFF; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif, sans-serif;
  font-weight: normal; }

h1 {
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.3em;
  text-align: center; }

h2 {
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.3em;
  margin-top: 16px; }

h3 {
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 16px; }

.footer {
  text-align: left;
  color: #FFFFFF; }

.footer strong {
  color: #FFFFFF;
  font-weight: bold; }

.footer a {
  text-decoration: none;
  color: #FFFFFF; }

/* Revolution Slider */
.tp-bannertimer {
  display: none !important; }

.ce_revolutionslider {
  top: 15px;
  position: relative; }
  @media screen and (max-width: 24.9375em) {
    .ce_revolutionslider {
      padding: 0 !important;
      margin-top: 20px !important; } }

img {
  max-width: 100%;
  height: auto; }

body {
  color: #503430;
  background-color: #624442;
  font-family: "Open Sans", sans-serif; }
  body #wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    background-color: #624442;
    margin-top: 0px; }
    body #wrapper:after {
      content: "";
      display: table;
      clear: both; }
    body #wrapper #header {
      margin: 0 !important;
      background: transparent url("../../files/baur/img/header_bg.jpg") 0 0 no-repeat;
      background-size: 100% auto;
      max-height: 286px;
      position: relative; }
      @media screen and (max-width: 24.9375em) {
        body #wrapper #header {
          float: left;
          display: block;
          margin-right: 6.80628%;
          width: 100%; }
          body #wrapper #header:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 25em) and (max-width: 58.125em) {
        body #wrapper #header {
          float: left;
          display: block;
          margin-right: 3.29114%;
          width: 100%; }
          body #wrapper #header:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
        body #wrapper #header {
          float: left;
          display: block;
          margin-right: 1.61893%;
          width: 100%; }
          body #wrapper #header:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 75em) {
        body #wrapper #header {
          float: left;
          display: block;
          margin-right: 1.07349%;
          width: 100%; }
          body #wrapper #header:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 24.9375em) {
        body #wrapper #header {
          background: none; } }
      body #wrapper #header #topnav {
        position: relative;
        top: 20px;
        float: right;
        padding-right: 8px;
        color: #624442; }
        @media screen and (max-width: 24.9375em) {
          body #wrapper #header #topnav {
            display: none; } }
        @media screen and (min-width: 25em) and (max-width: 58.125em) {
          body #wrapper #header #topnav {
            float: left; } }
      body #wrapper #header #topnav a {
        color: #503430; }
    body #wrapper #main {
      z-index: 5; }
      @media screen and (max-width: 24.9375em) {
        body #wrapper #main {
          float: left;
          display: block;
          margin-right: 6.80628%;
          width: 100%; }
          body #wrapper #main:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 25em) and (max-width: 58.125em) {
        body #wrapper #main {
          float: left;
          display: block;
          margin-right: 3.29114%;
          width: 100%; }
          body #wrapper #main:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
        body #wrapper #main {
          float: left;
          display: block;
          margin-right: 1.61893%;
          width: 100%; }
          body #wrapper #main:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 75em) {
        body #wrapper #main {
          float: left;
          display: block;
          margin-right: 1.07349%;
          width: 100%; }
          body #wrapper #main:last-child {
            margin-right: 0; } }
  body #footer {
    position: relative;
    float: left;
    height: 48px;
    padding-top: 18px;
    font-size: 0.9em; }
    @media screen and (max-width: 24.9375em) {
      body #footer {
        float: left;
        display: block;
        margin-right: 6.80628%;
        width: 100%; }
        body #footer:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 25em) and (max-width: 58.125em) {
      body #footer {
        float: left;
        display: block;
        margin-right: 3.29114%;
        width: 100%; }
        body #footer:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
      body #footer {
        float: left;
        display: block;
        margin-right: 1.61893%;
        width: 100%; }
        body #footer:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 75em) {
      body #footer {
        float: left;
        display: block;
        margin-right: 1.07349%;
        width: 100%; }
        body #footer:last-child {
          margin-right: 0; } }

.footer_start {
  float: right; }

.logo {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .logo:after {
    content: "";
    display: table;
    clear: both; }
  .logo a {
    position: relative;
    float: left;
    margin: 0px 0  9px 46px;
    max-width: 163px;
    height: 165px;
    background: transparent url("../../files/baur/img/logos/logo.svg") 0 0 no-repeat;
    background-size: contain; }
    @media screen and (max-width: 24.9375em) {
      .logo a {
        float: left;
        display: block;
        margin-right: 6.80628%;
        width: 100%; }
        .logo a:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 25em) and (max-width: 58.125em) {
      .logo a {
        float: left;
        display: block;
        margin-right: 3.29114%;
        width: 100%; }
        .logo a:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
      .logo a {
        float: left;
        display: block;
        margin-right: 1.61893%;
        width: 100%; }
        .logo a:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 75em) {
      .logo a {
        float: left;
        display: block;
        margin-right: 1.07349%;
        width: 100%; }
        .logo a:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 24.9375em) {
      .logo a {
        margin: 0px 0 12px 0;
        text-align: center;
        float: left;
        max-width: 100%;
        background-position: center; } }

.line_dotted {
  margin: 13px 0 0 0;
  max-width: 1140px;
  height: 1px;
  background: transparent url("/files/baur/img/line_dotted.svg"); }
  @media screen and (max-width: 24.9375em) {
    .line_dotted {
      float: left;
      display: block;
      margin-right: 6.80628%;
      width: 100%; }
      .line_dotted:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 58.125em) {
    .line_dotted {
      float: left;
      display: block;
      margin-right: 3.29114%;
      width: 100%; }
      .line_dotted:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
    .line_dotted {
      float: left;
      display: block;
      margin-right: 1.61893%;
      width: 100%; }
      .line_dotted:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 75em) {
    .line_dotted {
      float: left;
      display: block;
      margin-right: 1.07349%;
      width: 100%; }
      .line_dotted:last-child {
        margin-right: 0; } }

@media screen and (max-width: 24.9375em) {
  .text_center {
    float: left;
    display: block;
    margin-right: 6.80628%;
    width: 100%; }
    .text_center:last-child {
      margin-right: 0; } }
@media screen and (min-width: 25em) and (max-width: 58.125em) {
  .text_center {
    float: left;
    display: block;
    margin-right: 3.29114%;
    width: 100%; }
    .text_center:last-child {
      margin-right: 0; } }
@media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
  .text_center {
    float: left;
    display: block;
    margin-right: 1.61893%;
    width: 100%; }
    .text_center:last-child {
      margin-right: 0; } }
@media screen and (min-width: 75em) {
  .text_center {
    float: left;
    display: block;
    margin-right: 1.07349%;
    width: 100%; }
    .text_center:last-child {
      margin-right: 0; } }

.buttons {
  padding-top: 15px;
  padding-bottom: 15px; }

.buttons .item {
  text-align: center; }
  @media screen and (max-width: 24.9375em) {
    .buttons .item {
      float: left;
      display: block;
      margin-right: 6.80628%;
      width: 100%; }
      .buttons .item:last-child {
        margin-right: 0; }
      .buttons .item:nth-child(1n) {
        margin-right: 0; }
      .buttons .item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 25em) and (max-width: 58.125em) {
    .buttons .item {
      float: left;
      display: block;
      margin-right: 3.29114%;
      width: 48.35443%; }
      .buttons .item:last-child {
        margin-right: 0; }
      .buttons .item:nth-child(2n) {
        margin-right: 0; }
      .buttons .item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
    .buttons .item {
      float: left;
      display: block;
      margin-right: 1.61893%;
      width: 23.7858%; }
      .buttons .item:last-child {
        margin-right: 0; }
      .buttons .item:nth-child(4n) {
        margin-right: 0; }
      .buttons .item:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 75em) {
    .buttons .item {
      float: left;
      display: block;
      margin-right: 1.07349%;
      width: 24.19488%; }
      .buttons .item:last-child {
        margin-right: 0; }
      .buttons .item:nth-child(4n) {
        margin-right: 0; }
      .buttons .item:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 24.9375em) {
    .buttons .item {
      padding: 15px 40px 0 40px;
      text-align: center; } }

#textbox {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 45px;
  padding-bottom: 15px;
  background-color: #737373; }
  #textbox:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 24.9375em) {
    #textbox {
      padding: 0 15px 0 15px;
      text-align: center; } }
  @media screen and (max-width: 24.9375em) {
    #textbox .article {
      float: left;
      display: block;
      margin-right: 6.80628%;
      width: 100%; }
      #textbox .article:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 58.125em) {
    #textbox .article {
      float: left;
      display: block;
      margin-right: 3.29114%;
      width: 100%; }
      #textbox .article:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
    #textbox .article {
      float: left;
      display: block;
      margin-right: 1.61893%;
      width: 66.08468%; }
      #textbox .article:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 75em) {
    #textbox .article {
      float: left;
      display: block;
      margin-right: 1.07349%;
      width: 66.30884%; }
      #textbox .article:last-child {
        margin-right: 0; } }
  #textbox .aside {
    margin-right: 0;
    padding-left: 50px;
    padding-top: 16px;
    padding: 16px 15px 0 50px; }
    @media screen and (max-width: 24.9375em) {
      #textbox .aside {
        float: left;
        display: block;
        margin-right: 6.80628%;
        width: 100%; }
        #textbox .aside:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 25em) and (max-width: 58.125em) {
      #textbox .aside {
        float: left;
        display: block;
        margin-right: 3.29114%;
        width: 100%; }
        #textbox .aside:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
      #textbox .aside {
        float: left;
        display: block;
        margin-right: 1.61893%;
        width: 32.16936%; }
        #textbox .aside:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 75em) {
      #textbox .aside {
        float: left;
        display: block;
        margin-right: 1.07349%;
        width: 32.61767%; }
        #textbox .aside:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 24.9375em) {
      #textbox .aside {
        padding: 25px 15px 0 15px;
        text-align: center; } }
  #textbox .aside2 {
    margin-right: 0;
    padding: 16px 15px 0 5px;
    font-size: 1em; }
    @media screen and (max-width: 24.9375em) {
      #textbox .aside2 {
        float: left;
        display: block;
        margin-right: 6.80628%;
        width: 100%; }
        #textbox .aside2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 25em) and (max-width: 58.125em) {
      #textbox .aside2 {
        float: left;
        display: block;
        margin-right: 3.29114%;
        width: 100%; }
        #textbox .aside2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
      #textbox .aside2 {
        float: left;
        display: block;
        margin-right: 1.61893%;
        width: 32.16936%; }
        #textbox .aside2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 75em) {
      #textbox .aside2 {
        float: left;
        display: block;
        margin-right: 1.07349%;
        width: 32.61767%; }
        #textbox .aside2:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 24.9375em) {
      #textbox .aside2 {
        padding: 25px 15px 0 15px;
        text-align: left; } }

.teaserboxen .ce_text p {
  padding: 0 20px 0 20px;
  text-align: center; }

.raute {
  padding-top: 48px; }

@media screen and (max-width: 24.9375em) {
  .raute .item {
    float: left;
    display: block;
    margin-right: 6.80628%;
    width: 100%; }
    .raute .item:last-child {
      margin-right: 0; }
    .raute .item:nth-child(1n) {
      margin-right: 0; }
    .raute .item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 25em) and (max-width: 58.125em) {
  .raute .item {
    float: left;
    display: block;
    margin-right: 3.29114%;
    width: 100%; }
    .raute .item:last-child {
      margin-right: 0; }
    .raute .item:nth-child(1n) {
      margin-right: 0; }
    .raute .item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 58.1875em) and (max-width: 74.9375em) {
  .raute .item {
    float: left;
    display: block;
    margin-right: 1.61893%;
    width: 49.19054%; }
    .raute .item:last-child {
      margin-right: 0; }
    .raute .item:nth-child(2n) {
      margin-right: 0; }
    .raute .item:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 75em) {
  .raute .item {
    float: left;
    display: block;
    margin-right: 1.07349%;
    width: 49.46325%; }
    .raute .item:last-child {
      margin-right: 0; }
    .raute .item:nth-child(2n) {
      margin-right: 0; }
    .raute .item:nth-child(2n+1) {
      clear: left; } }

.raute .ce_text {
  text-align: left;
  padding: 48px; }
  @media screen and (max-width: 24.9375em) {
    .raute .ce_text {
      text-align: center; } }

.raute .ce_image {
  text-align: center; }

/*
 * Internet Explorer IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  height: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    height: 100%; } }
.dlh_googlemap a {
  color: #737373; }

.dlh_googlemap {
  top: 15px; }
  @media screen and (max-width: 24.9375em) {
    .dlh_googlemap {
      padding: 0 !important;
      margin-top: 20px !important; } }

#dlh_googlemap_1 {
  width: 100% !important; }

/* Mitglieder Anmelden CSS*/
#footer div.anmeldung {
  float: right; }

#footer div.anmeldung a {
  color: #666;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none; }

.mod_login, .mod_registration {
  padding: 30px 0 10px 10px; }

.mod_registration label {
  float: left;
  width: 100px;
  margin-right: 10px;
  color: #FFFFFF; }

.mod_login form {
  line-height: 2;
  margin: 1em 0; }

.mod_login label {
  float: left;
  width: 100px;
  margin-right: 10px;
  color: #FFFFFF; }

.anmeldung, .angemeldet {
  color: #FFFFFF; }

.anmeldung, .angemeldet a {
  color: #FFFFFF !important; }

.captcha_text {
  color: #FFFFFF;
  padding: 0 0 0 10px; }

.submit_container {
  padding: 10px 0 0 0; }

.registrierlink {
  padding: 9px 0 0 119px;
  font-size: 1em; }

.mod_login .checkbox_container label {
  float: none; }

.mod_login .checkbox_container input,
.mod_login .submit_container input.submit {
  margin-left: 110px; }

.mod_login input.submit[value="Abmelden"] {
  margin-left: 0; }

.mod_subscribe, .mod_unsubscribe {
  margin-bottom: 1em; }

td {
  min-width: 150px; }

.aside2 p {
  font-size: 1em; }

.mod_lostPassword form {
  line-heigt: 2;
  padding-top: 1em; }

.mod_lostPassword label {
  float: left;
  width: 125px;
  color: #FFFFFF !important; }

.mod_lostPassword .submit_container input.submit {
  margin-left: 125px; }

.article ul {
  list-style-type: unset;
  padding-left: 20px;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 1.5em; }

/*# sourceMappingURL=app.css.map */

