#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*
	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; }

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-collapse:collapse;
    border-spacing:0;
}
caption,
th,
td {
    text-align:start;
    /* see #4596 */
        	vertical-align:top;
}
abbr,
acronym {
    border-bottom:1px dotted #666;
    font-variant:normal;
    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 {
    color:#000;
    font:12px/1 "
    Lucida Grande"
    ,"
    Lucida Sans Unicode"
    ,Verdana,sans-serif;
}
input,
button,
textarea,
select {
    font-size:99%;
    font-family:inherit;
    font-weight:inherit;
}
pre,
code {
    font-family:Monaco,monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:normal;
}
h1 {
    font-size:1.8333em;
    /* 22px */;
}
h2 {
    font-size:1.6667em;
    /* 20px */;
}
h3 {
    font-size:1.5em;
    /* 18px */;
}
h4 {
    font-size:1.3333em;
    /* 16px */;
}
table {
    font-size:inherit;
}
caption,
th {
    font-weight:bold;
}
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;
    /* Should match the font size */;
}
img {
    height:auto;
    max-width:100%;
}
.ie7 img {
    -ms-interpolation-mode:bicubic;
}
.ie8 img {
    width:auto;
    /* see #5789 */;
}


/* typography.css */
body {
    font:1em/1.5em dejavu_sansbook,sans-serif;
    font-weight:normal;
}
.lang-ar #main {
    text-align:right;
    font-family:Droid Arabic Kufi,sans-serif;
    direction:rtl;
}
p {
    margin:1em 0;
    font-size:.875em;
    line-height:1.5em;
}
#main .ce_text > ul {
    font-size:.875em;
}
#main .ce_text > ul ul {
    margin-bottom:0;
}
h1 {
    margin:.5em 0;
    font-size:1.5em;
    line-height:1.5em;
}
h2 {
    margin:1.2em 0;
    font-size:1.25em;
    line-height:1.2em;
}
h3 {
    margin:1.3333em 0;
    font-size:1.125em;
    line-height:1.3333em;
}
h4 {
    margin:1.5em 0;
    font-size:1em;
    line-height:1.5em;
}
h5 {
    margin:1.7143em 0;
    font-size:.875em;
    line-height:1.7143em;
}
h6 {
    margin:1.7143em 0;
    font-size:.875em;
    line-height:1.7143em;
}
@font-face {
    font-family: 'dejavu_sansbook';
        src: url('../../files/landkreis/layout/DejaVuSans-webfont.eot');
        src: url('../../files/landkreis/layout/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
             url('../../files/landkreis/layout/DejaVuSans-webfont.woff') format('woff'),
             url('../../files/landkreis/layout/DejaVuSans-webfont.ttf') format('truetype'),
             url('../../files/landkreis/layout/DejaVuSans-webfont.svg#OpenSansCondensedLight') format('svg');
        font-weight: normal;
        font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'dejavu_sanscondensed';
        src: url('../../files/landkreis/layout/DejaVuSansCondensed-webfont.eot');
        src: url('../../files/landkreis/layout/DejaVuSansCondensed-webfont.eot?#iefix') format('embedded-opentype'),
             url('../../files/landkreis/layout/DejaVuSansCondensed-webfont.woff') format('woff'),
             url('../../files/landkreis/layout/DejaVuSansCondensed-webfont.ttf') format('truetype'),
             url('../../files/landkreis/layout/DejaVuSansCondensed-webfont.svg#OpenSansCondensedLight') format('svg');
        font-weight: normal;
        font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Droid Arabic Kufi';
        font-style: normal;
        font-weight: normal;
    font-display: fallback;
        src: url(../../files/landkreis/layout/DroidKufi-Regular.eot);
        src: url(../../files/landkreis/layout/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
             url(../../files/landkreis/layout/DroidKufi-Regular.woff2) format('woff2'),
             url(../../files/landkreis/layout/DroidKufi-Regular.woff) format('woff'),
             url(../../files/landkreis/layout/DroidKufi-Regular.ttf) format('truetype');
}

body,
form,
figure {
    margin:0;
    padding:0;
}
img {
    border:0;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
    display:block;
}
select,
input,
textarea {
    font-size:99%;
}
#wrapper {
    width:100%;
    left:0;
    right:0;
    position:relative;
    padding-top:2.25em;
}
#sprachauswahl .inside,
#header .inside,
#container,
#footer .inside {
    width:60em;
    margin-right:auto;
    margin-left:auto;
}
#header {
    height:13em;
}
#container,
.inside {
    position:relative;
}
#container {
    padding-left:15em;
    box-sizing:border-box;
}
#container::after, .custom::after {
	clear: both;
	display: table;
	content: " ";
}
#main,
#left,
#right {
    position:relative;
    float:left;
}
#main {
    width:100%;
}
#left {
    width:15em;
    right:15em;
    margin-left:-100%;
}
#right {
    margin-right:-100%;
}
#footer {
    clear:both;
}
#main .inside {
    min-height:1px;
    /* see #4893 */;
}
#main .scroll-table table {
    width:100%;
}
.ce_gallery > ul {
    overflow:hidden;
    margin:0;
    padding:0;
    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;
    clear:both;
    font-size:.1px;
    line-height:.1px;
}
.invisible {
    width:1px;
    height:1px;
    position:absolute;
    overflow:hidden;
    margin:-1px;
    padding:0;
    border:0;
    clip:rect(0 0 0 0);
}
.custom {
    display:block;
}
#container:after,
.custom:after {
    clear:both;
    display:table;
    content:"
    "
}
.inline {
    position:relative;
    display:inline-block;
}

/* eigene Klassen ############################################ */
.mitte {
    margin-right:auto;
    margin-left:auto;
}
.desktop {
    display:block;
}
.mobile {
    display:none;
}
.w25,
.w33,
.w50,
.w66,
.w75 {
    float:left;
}
.w25 {
    width:25%;
    box-sizing:border-box;
}
.w33 {
    width:33%;
}
.w50 {
    width:50%;
}
.w66 {
    width:66%;
}
.w75 {
    width:75%;
}

body {
    background-color:#fff;
}

/* header ################################################### */
#header {
    border-bottom:5px solid #fff;
    /*box-sizing:border-box;*/
}
#header .inside {
    height:100%;
    background-color:#902900;
}
#logo {
    width:15em;
    height:13em;
    float:left;
    background:#e3d5cf url("/files/landkreis/layout/ALSO_Logo.png") center center no-repeat;
    background-size:contain;
}
#headertext {
    width:30em;
    height:6em;
    min-height:100%;
    float:left;
    padding-top:1.33em;
    padding-bottom:1.33em;
    text-align:center;
    font-size:1.5em;
    line-height:2em;
    color:#fff;
    letter-spacing:.05em;
    text-shadow:2px 2px 0px #000;
}

/* container ################################################# */
#container {
    background-color:rgba(196,168,156,.2);
}

/* inhaltsbereich ############################################## */
#main {
    background-color:#e3d5cf;
}
#main .inside {
    min-height:580px;
    padding-right:1em;
    padding-bottom:1em;
    padding-left:1em;
    /*border-left:1px solid #000;
    box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);*/
}
#main a {
    text-decoration:underline;
    color:#000;
}
#main a:hover {
    background-color:#9D3810;
}
#main figure a:hover {
    background:none;
}
#main ul {
    padding-left:1em;
    list-style-type:disc;
}
#main ol {
    padding-left:1.5em;
    list-style-type:decimal;
}

/* footer #################################################### */
#footer {
    width:100%;
    min-height:15em;
}
#footer .inside {
    height:100%;
    min-height:15em;
    background-color:#363130;
    color:#fff;
}
#footer .ce_text,
#footer .ce_image {
    padding-right:1em;
    padding-left:1em;
}
#footer h1:first-child {
    padding-top:.5em;
    padding-bottom:.5em;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    font-size:1.1em;
}
#footer .ce_text p:last-child,
#footer .ce_image figure:last-child,
#footer .ce_text > div {
    padding-bottom:.5em;
    clear: both;
}
#footer table {
    width:100%;
    max-width:300px;
    margin-right:auto;
    margin-left:auto;
    padding-bottom:.5em;
}
#footer td {
    font-size:.875em;
}

#webdesign a {
    width:90px;
    height:30px;
    display:block;
    margin-right:auto;
    margin-left:auto;
     opacity: 0.15;
    background-image:url("/files/landkreis/layout/pep_oldenburg.png");
    background-repeat:no-repeat;
    background-position: center bottom;
    margin: 20px auto 10px auto;
}
#webdesign a:hover {
    background-color:#ffffff;
    transition: all 950ms ease-out;
     opacity: 1;
}

.clearfix:after, .custom::after {
	clear: both;
	display: table;
	content: " ";
}

/* mmenue ############################################################# */
.mm-listview > li > strong {
    display:block;
    padding:10px 10px 10px 20px;
}

/* nav top ################################################## */
#sprachauswahl {
    width:100%;
    height:2em;
    left:0;
    top:0;
    position:fixed;
    background-color:rgba(255,255,255,.95);
    border-top:4px solid #9E2A2B;
    font-family:dejavu_sanscondensed,sans-serif;
    line-height:2em;
    box-shadow:0 8px 9px rgba(0,0,0,0.5);
    /*box-sizing:border-box;*/
    z-index:9999;
}
#language ul {
    margin-top:4px;
    margin-bottom:0;
}
#sprachauswahl li.first {
    display:inline;
    border-left:1px solid #4D4D4D;
}
#sprachauswahl li {
    display:inline;
    border-right:1px solid #4D4D4D;
    line-height:2em;
}
#sprachauswahl a,
#sprachauswahl strong {
    padding-right:.5em;
    padding-left:.5em;
    font-size:.75em;
    text-decoration:none;
    color:#4d4d4d;
}
#sprachauswahl .active {
    text-decoration:underline;
}

/* nav links ################################################## */
.desktop nav ul {
    list-style-type:none;
}
.desktop nav ul li {
}
.desktop nav a,
.desktop nav strong,
.mod_newsmenu a,
.mod_newsmenu strong {
    display:block;
    padding:.5em 0 .5em 1em;
    border-bottom:1px dotted #4d4d4d;
    font:.875em/1.5em dejavu_sanscondensed,sans-serif;
    text-decoration:none;
    color:#4d4d4d;
    letter-spacing:.075em;
    /*text-shadow:1px 1px 0px rgba(0,0,0,0.6);*/
    -moz-transition:background 0.5s linear;
    -webkit-transition:background 0.5s linear;
    -o-transition:background 0.5s linear;
    transition:background 0.5s linear;
}
.desktop nav a:hover,
.desktop nav strong.active,
.desktop nav a.trail,
.mod_newsmenu a:hover,
.mod_newsmenu strong {
    display:block;
    background-color:#AA5939;
    text-decoration:none;
    color:#f1f1f1;
}
.desktop nav span.active,
.desktop nav a.trail {
    background-color:#B77E67;
    text-decoration:none;
    color:#000;
}

/* bilder #################################################### */
.image_container {
    text-align:center;
}
.caption {
    text-align:center;
    font-size:.875em;
    font-style:italic;
    color:#666;
}
figure.float_right {
    margin-bottom:1em;
    margin-left:1em;
}
figure.float_left {
    margin-right:1em;
    margin-bottom:1em;
}

/* google_map ################################################ */
.dlh_googlemap {
    width:99%;
    height:32em;
    min-height:32em;
    max-width:99%;
    margin-right:auto;
    margin-bottom:1em;
    margin-left:auto;
    border:1px solid #999;
    /*box-shadow: 3px 3px 6px #999;*/
}
.gm-style p,
.gm-style-iw p {
    font-size:1em;
}
.dlh_googlemap input[type="text"],
.dlh_googlemap input[type="submit"] {
    margin-top:0;
    margin-left:0;
    width:auto !important;
}

/* accordion ################################################# */
.ce_accordion h3 {
    margin:0;
    padding:3px 16px;
    background:#B77E67 url("/files/landkreis/layout/toggle_down.png") right center no-repeat;
    color:#000;
    border-top: solid 1px #F3EEEB;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #F3EEEB;
    text-shadow: 0px 1px 0 #F3EEEB;
    cursor: pointer;
    outline: none;
}
.ce_accordion .active  h3 {
    background:#B77E67 url("/files/landkreis/layout/toggle_up.png") right center no-repeat;
}
.ui-accordion-content div {
    padding:1em 1em 0;
    background-color:#F3EEEB;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #ffffff;
}

/* PDF Ansicht ################################################ */
#pdf object {
    width:100%;
    height:100%;
    min-height:31em;
    max-width:100%;
    margin-top:1.5em;
    font-size:1em;
}

/* news #################################################### */
.layout_short,
.layout_latest {
    margin:.5em .5em 2em;
    padding:1em;
    background-color:#fff;
    box-shadow:0px  2px 7px #999;
}
.layout_short figure,
.layout_latest figure {
    width:15em;
    font-size:1em;
}
.mod_newsmenu {
    margin:1.5em 0;
}
.mod_newsmenu h2 {
    margin-top:0;
    margin-bottom:0;
    padding-top:.5em;
    padding-bottom:.5em;
    text-align:center;
    border-bottom:1px dotted #4D4D4D;
}
.mod_newsmenu ul {
    margin-bottom:0;
}

/* Bilder #################################################### */
#cboxTitle {
    top:-1.5em;
}
#cboxContent {
    margin-top:1.5em;
}

.ce_form {
    margin-bottom:1.5em;
}
legend {
    width:100%;
    display:block;
    border:0;
    font-weight:bold;
}
label {
    width:190px;
    float:left;
    margin-right:10px;
    text-align:right;
}
span.mandatory {
    padding-left:.5em;
    color:#f00;
}
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]),
textarea {
    width:60%;
    display:inline-block;
    margin-bottom:.5em;
    padding:3px 6px;
    border:1px solid #ccc;
    border-radius:3px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    background:#fff;
    -moz-box-shadow:inset 0 1px 1px #eee;
    -webkit-box-shadow:inset 0 1px 1px #eee;
    box-shadow:inset 0 1px 1px #eee;
    -moz-transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -o-transition:all .15s linear;
    transition:all .15s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input:not([type]):focus,
textarea:focus {
    border-color:#999;
}
input[type="file"] {
    cursor:pointer;
}
select,
input[type="file"] {
    margin-bottom:.5em;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width:auto;
}
textarea,
select[multiple],
select[size] {
    height:auto;
}
input[type="radio"],
input[type="checkbox"] {
    margin:0 3px 0 0;
}
input[type="radio"],
input[type="checkbox"],
label {
    vertical-align:middle;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor:not-allowed;
    background:#eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background:transparent;
}
input[type="submit"],
.button {
    display:inline-block;
    margin-top:16px;
    margin-left:200px;
    padding:4px 15px 4px 14px;
    vertical-align:middle;
    text-align:center;
    background-color:#ececec;
    background-repeat:repeat-x;
    border:1px solid #ccc;
    border-radius:3px;
    font-size:14px;
    color:#000;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    cursor:pointer;
    background-image:-moz-linear-gradient(top, #fff, #ececec);
    background-image:-webkit-linear-gradient(top, #fff, #ececec);
    background-image:-ms-linear-gradient(top, #fff, #ececec);
    background-image:-o-linear-gradient(top, #fff, #ececec);
    background-image:linear-gradient(to bottom, #fff, #ececec);
    -moz-transition:background .15s linear;
    -webkit-transition:background .15s linear;
    -o-transition:background .15s linear;
    transition:background .15s linear;
}
input[type="submit"]:hover,
.button:hover {
    text-decoration:none;
    background-position:0 -15px !important;
}
input[type="submit"]:active,
.button:active {
    background-color:#e6e6e6;
    background-position:0 -30px !important;
}
input[type="submit"].blue,
.button.blue {
    background-color:#2f96b4;
    border-color:#2f96b4;
    color:#fff;
    background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
}
input[type="submit"].blue:active,
.button.blue:active {
    background-color:#2e95b3;
}
input[type="submit"].green,
.button.green {
    background-color:#51a351;
    border-color:#51a351;
    color:#fff;
    background-image:-moz-linear-gradient(top, #62c462, #51a351);
    background-image:-webkit-linear-gradient(top, #62c462, #51a351);
    background-image:-ms-linear-gradient(top, #62c462, #51a351);
    background-image:-o-linear-gradient(top, #62c462, #51a351);
    background-image:linear-gradient(to bottom, #62c462, #51a351);
}
input[type="submit"].green:active,
.button.green:active {
    background-color:#4f9f4f;
}
input[type="submit"].orange,
.button.orange {
    background-color:#f89406;
    border-color:#f89406;
    color:#fff;
    background-image:-moz-linear-gradient(top, #fbb450, #f89406);
    background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
    background-image:-ms-linear-gradient(top, #fbb450, #f89406);
    background-image:-o-linear-gradient(top, #fbb450, #f89406);
    background-image:linear-gradient(to bottom, #fbb450, #f89406);
}
input[type="submit"].orange:active,
.button.orange:active {
    background-color:#f28f04;
}
input[type="submit"].red,
.button.red {
    background-color:#bd362f;
    border-color:#bd362f;
    color:#fff;
    background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
}
input[type="submit"].red:active,
.button.red:active {
    background-color:#be322b;
}


/* Breite kleiner 1024px */
@media (min-width:1px) and (max-width:1023px) {
    #wrapper,
    #header .inside,
    #container,
    #footer .inside {
        margin: 0;
        width: auto;
        position:relative;
        left:0;
        top: 0;
    }
    #wrapper {
        padding:0;
    }
    #header {
        height: 40px;
        margin: 0;
        border:0;
    }
    #header .inside {
        background-color: #333;
        background-image: none;
        border-radius: 0;
        box-shadow: none;
    }
    #header .mobile {
        padding-left:10px;
        font-size:1.3em;
        line-height:40px;
        color:#fff;
        text-shadow:-1px -1px 0px #000;
    }
    #header .mobile a {
        width:40px;
        height:40px;
        right:10px;
        top:0;
        position:absolute;
        display:block;
        background-image:url("/files/landkreis/layout/menue.png");
        background-position:center center;
        background-repeat:no-repeat;
    }
    .mm-list > li > strong {
        text-overflow: ellipsis;
       white-space: nowrap;
       overflow: hidden;
       color: inherit;
       line-height: 20px;
       display: block;
       padding: 10px 10px 10px 20px;
       margin: 0;
    }
    #container {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
    #main,#left,#right {
        float: none;
        width: auto;
    }
    #main .inside {
        box-shadow: none;
        border: none;
    }
    #left {
        right: 0;
        margin-left: 0;
    }
    #left .inside {
        margin: 0;
    }
    #main .scroll-table {
        overflow-x: scroll;
    }
    #main .scroll-table table {
        max-width: 640px;
    }
    #adresse {
        width:208px;
        margin:1em auto;
    }
    #right {
        margin-right: 0;
    }
    .mobile {
        display: block;
    }
    #sprachauswahl ,.desktop {
        display: none;
    }
    .float_left,.float_right,figure.float_left,figure.float_right {
        margin: 0;
        float: none;
    }
    .layout_short figure,
    .layout_latest figure {
        width:100%;
    }
    .ce_form input[type="text"],.ce_form input[type="email"],.ce_form input[type="submit"],.ce_form textarea,.ce_form select {
        margin-left: 2px;
        width: 90%;
    }
    .ce_form input[type="submit"] {
        width: auto;
    }
    .ce_form label {
        text-align: left;
        margin-left: 0;
        display: block;
    }
    .ce_dlh_googlemaps {
        max-height:500px;
    }
    #pdf object {
        min-height:400px;
    }
    .style_auswahl {
        display:none;
    }
    .w25,
    .w33,
    .w50,
    .w66,
    .w75 {
        float:none;
        width:100%;
    }
}

/* Breite 960px */
@media (min-width:1024px) and (max-width:1279px) {
    body {
      font-size:16px;
    }
}

/* Breite 1080px */
@media (min-width:1280px) and (max-width:1439px) {
    body {
      font-size:18px;
    }
}

/* Breite 1200px */
@media (min-width:1440px) {
    body {
      font-size:20px;
    }
}

@media print {
body {
    color:#000;
    background:none;
}
#header,
#left,
#footer {
    display:none;
}
#wrapper,
#main .inside {
    border:none !important;
    box-shadow:none !important;
}
#container {
    width:100%;
    padding:0;
}
}

