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

/* dk_caroufredsel global styles */
.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
	vertical-align: bottom;
}
.caroufredsel > div, .caroufredsel > section, .caroufredsel_thumbnails > div {
	float: left;
}
.caroufredsel .clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin {
	position: relative;
}

/* Zu überschreibende Default settings aus dem Contao Framework hier einfügen
----------------------------------------------------------------*/
html, body {position:relative;}
body {font-family:'Open Sans',Helvetica, Arial, sans-serif; font-weight:400; color:#000; font-style:normal; font-size:100%; background-color:#fff;}
a:active, a:focus {outline: none;} /* lässt die gepunktete Linie verschwinden */


/* Farben
----------------------------------------------------------------*/
.graublau {color:#445156;}


/* Container
----------------------------------------------------------------*/
#wrapper {padding:0;}

#header {padding:0;}
#header div.inside {margin:20px 0 0 60px;}


#container {margin-top:10%;}  

#footer {width:100%; height:35px; background-color:#000; position:fixed; bottom:0px;}
#footer div.inside {}


/* Grundlegende Textformatierungen
----------------------------------------------------------------*/
h1,h2,h3,h4,h5,p,li,label {margin:0; padding:0;}
h1 { }
h2 { }
p {font-size:0.875em; line-height:1.5; margin-bottom:.75rem;}
p span.arrow {background:url("../../files/images_system/arrow_red.png") no-repeat left top; padding:0 0 0 2em;}
li {font-size:0.875em; line-height:1.5;}

a:link, a:visited {color:#000; text-decoration:none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;}
a:hover {color:#445156; text-decoration:none;}
a:active {color:#445156; text-decoration:none;}


/* Listen
----------------------------------------------------------------*/
.ce_text ul li a:link {background:url("../../files/images_system/arrow.png") no-repeat left top; padding:0 0 0 2em; font-weight:600;}
.ce_text ul li a:hover {background:url("../../files/images_system/arrow_grau.png") no-repeat left top;}


/* Tabellen
----------------------------------------------------------------*/


/* Startseite Specials
----------------------------------------------------------------*/


/* Artikel
----------------------------------------------------------------*/
.mod_article {max-width:900px;}


/* Module
----------------------------------------------------------------*/
div.uplink_wrapper { }


/* Inhaltselemente
----------------------------------------------------------------*/
.ce_text {background-color:rgba(255,255,255,.75); padding:10px; z-index:10;}

.ce_image {clear:both;}

/* Navigation
----------------------------------------------------------------*/
/*main Navi, Type mobile*/
ul.mobile_nav_button {z-index:100;}
ul.mobile_nav_button li.menu a.at2x {width:45px; height:35px; position:fixed; top:30px; right:30px; background:url("../../files/images_system/mobile_navi_button.png") no-repeat; background-size:45px 35px; cursor:pointer; outline:none; text-indent:10000px;}


/*sub Navi*/
nav.mod_customnav {float:left;}
nav.mod_customnav ul {margin-left:70px;}
nav.mod_customnav ul li {}
nav.mod_customnav ul li a {display:inline-block; text-decoration:none; color:#fff; padding-right:1em; margin-top:6px; border-right:#fff solid 1px;}
nav.mod_customnav ul li.sibling, nav.mod_customnav ul li.active, nav.mod_customnav ul li a:hover {display:inline-block; text-decoration:none; color:#666; padding-right:1em; margin-top:6px; border-right:#fff solid 1px;}

/*socialmedia Navi
ul.socialmedia_nav {text-align:right;}
ul.socialmedia_nav li {float:right; margin-top:-10px;}
ul.socialmedia_nav li a {display:inline-block;}
ul.socialmedia_nav li.contact a, ul.socialmedia_nav li.webcam a {color:#fff; font-size:.9375em; text-transform:uppercase; letter-spacing:.05em; text-decoration:none; margin:.7em 1em 0 0; padding-right:1em; border-right:#fff solid 1px;}
ul.socialmedia_nav li.twitter a.at2x {background:url("../../files/images_system/twitter.png") no-repeat; text-indent:1000px; background-size:35px 35px;}
ul.socialmedia_nav li.facebook a.at2x {width:40px; height:35px; background:url("../../files/images_system/facebook.png") no-repeat; text-indent:1000px; background-size:35px 35px;}*/

/*Sprach Navi*/
nav.mod_changelanguage { }
nav.mod_changelanguage li {}
nav.mod_changelanguage li a {display:inline-block; text-decoration:none; color:#fff; margin-top:6px; padding-left:1em; }
nav.mod_changelanguage li.active, nav.mod_changelanguage li a:hover {color:#666;}

/*mobile Navi*/
nav.mod_mmenu ul {font-family:'Droid Serif', Georgia, serif; font-size:1.375em; font-weight:normal;}
nav.mod_mmenu ul li a {text-decoration:none;}

.mm-menu {background:#445156; color:#fff;}

.mm-list, .mm-list > li {padding: 0;}
.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-list > li > a, .mm-list > li > span {text-overflow:ellipsis; white-space:nowrap; overflow hidden; color:inherit; line-height:20px; display:block; padding:11px 10px 11px 20px;  margin: 0;} /*Höhe der Listenelemente*/
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {width:auto; margin-left:0px; position:relative; left:auto;}
.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-menu .mm-list > li:after {border-color: rgba(0, 0, 0, 0.35);}


/* Google Map
----------------------------------------------------------------*/
.ce_dlh_googlemaps {clear:both;}


/* Accordion
----------------------------------------------------------------*/
div.accordion { visibility: hidden; }

.ce_accordion {margin: 0 20px 50px 60px;}
.ce_accordion.first { }
.ce_accordion .toggler {/*background:url("../../files/images_system/plus_black.png") no-repeat left bottom; background-position:0px 12px;*/ padding:10px 0 10px 0px; cursor:pointer; line-height:1.2; outline: none; font-family: 'Droid Serif', Georgia, serif; color:#fff; font-size:2em;}
.ce_accordion.first .toggler {border-top:none;}
.ce_accordion .toggler.hover {/*background:url("../../files/images_system/plus_blue.png") no-repeat left bottom; background-position:0px 12px;*/ outline: none;}
.ce_accordion .toggler.active {/*background:url("../../files/images_system/minus_blue.png") no-repeat left bottom; background-position:0px 12px;*/ outline: none;}




/* Formular
----------------------------------------------------------------*/
.ce_form label {display:block;}
.ce_form td.col_first {vertical-align: bottom;}
.ce_form input.captcha {width:25px;}

/* Formular ohne Tabelle
----------------------------------------------------------------*/
.ce_form label {display:block; margin:0; padding:0;}
.ce_form input {width:80%; margin:0 0 5px 0; color:#555;}
.ce_form textarea {width:80%; height:7em; margin:0 0 5px 0; color:#555;}
.ce_form input.submit {text-align:left; width:auto; margin:.75em 0; cursor:pointer; background:none; border:#FFF solid 1px; padding:.5em; font-size:1em; color:#fff;}



/* Formulare in Tabelle
----------------------------------------------------------------
.ce_form {margin-bottom:40px;}
.ce_form table {width:640px; font-family: Georgia; font-style:italic;}
.ce_form table td {border-top:#000 dotted 1px; vertical-align:middle;}
.ce_form table tr.row_first td {border-top:none;}

.ce_form td .mandatory, .ce_form td label {font-size:inherit;}

.ce_form td.col_first {padding-right: 5px;}
.ce_form input.text, textarea.textarea, .ce_form input.captcha {width:100%; background-color: #9c0; border:none; color:#000; font-style:italic; margin:4px 0px; padding:4px 0px;}
.ce_form fieldset.checkbox_container {padding:10px 0;}
.ce_form input.captcha {width:27px;}
.ce_form input.submit {text-align:left; margin-left:-2px; margin-top:5px; cursor:pointer; background-color:#fff; border:none; font-style:italic; color:#000;}

p.error {color: #9c0;}*/


/* visibility
----------------------------------------------------------------*/


/* Resposnsiv
----------------------------------------------------------------*/

@media only screen and (max-width:700px) 

{
#header div.inside {margin:20px 0 0 20px;}
.ce_accordion {margin: 0 20px 50px 20px;}
nav.mod_customnav ul {margin-left:30px;}
}


@media only screen and (max-width:460px) 

{
#header div.inside {margin:10px 0 0 10px;}
.ce_accordion {margin: 0 10px 50px 10px;}
nav.mod_customnav ul {margin-left:20px;}
ul.mobile_nav_button li.menu a.at2x {top:15px; right:15px;}

}


