@charset "UTF-8";
/* Contao Open Source CMS :: Copyright (C) 2005-2013 Leo Feyer :: LGPL license */
body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative}select,input,textarea{font-size:99%}form{margin:0;padding:0}img{border:0}#left{float:left}#right{float:right}#main{width:auto;position:relative}.inside{position:relative;text-align:left}.block{overflow:hidden}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block;text-align:left}.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden}*+html #main{position:static}header,footer,nav,section,aside,article,figure,figcaption{display:block}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial;
	font-size:12px;
}
html {
	overflow-y: scroll;
}
ol, ul {
	list-style: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
}
hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
input, select {
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: none;
}
body {
	font: 12px Arial #333;
}
:focus {
	outline: none;
}
* {
text-rendering:auto | optimizeSpeed | optimizeLegibility | geometricPrecision | inherit;
}
.block {
	overflow: visible;
}
/*============== MAIN NAVIGATION SETTINGS ==============*/
#main_nav {
	margin-top: -27px;
    position: absolute;
    right: 0;
    width: 755px;
	text-align:right;
}
#main_nav .mod_navigation {
	float:right;
}
#main_nav ul.level_1 li {
	float:left;
	padding:8px 13px 14px 13px;
	border-right:1px solid #b9c0c3;
}
#main_nav ul.level_1  li:first-child {
	border-left:1px solid #b9c0c3;
}
#main_nav ul.level_1 li a {
	color:#939fa7;
	text-decoration:none;
	font-size:13px;
}
#main_nav ul.level_1 li.active,  #main_nav ul.level_1 li.trail {
	background:#a8b2b8;
}
#main_nav ul.level_1 .hover {
	background:#929da5;
}
#main_nav ul.level_1 li span, #main_nav ul.level_1 li:hover a, #main_nav ul.level_1 li.trail a{
	color:#FFF;
	font-size:13px;
}
#main_nav ul.level_2 {
	right: 33px;
    margin-top: 14px;
    position: absolute;
	display:none;
}
#main_nav ul.level_1 li.active ul.level_2, #main_nav ul.level_1 li.trail ul.level_2 {
	display:block;
}
#main_nav ul.level_2 li {
	padding: 9px 12px 6px;
	border:0;
	background:url("../../tl_files/default/img/header_bg_shadow.png") no-repeat center top #fdfdfd;
	margin-right:2px;
}
#main_nav ul.level_2 li a, #main_nav ul.level_1 li:hover ul.level_2 li a, #main_nav ul.level_1 li.trail ul.level_2 a {
	color:#929ea6;
	font-size:12px;
}
#main_nav ul.level_2 li.first {
	border-left:0;
}
#main_nav ul.level_2 li:hover {
	background:url("../../tl_files/default/img/header_bg_shadow.png") no-repeat center top #929da5;
}
#main_nav ul.level_2 li.active {
	background:url("../../tl_files/default/img/header_bg_shadow.png") no-repeat center top #a8b2b8;
}
#main_nav ul.level_2 li span.active, #main_nav ul.level_2 li:hover a, #main_nav ul.level_1 li:hover ul.level_2 li:hover a{
	color:#FFF;
	font-size:12px;
}
#service_nav_head {
	background: none repeat scroll 0 0 #A8B2B8;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
}
#service_nav_head:hover {
	background:#929da5;
}
#service_nav_head a, #service_nav_head  span {
	color:#FFF;
	text-decoration:none
}
#navi_seo {
	position:absolute;
	bottom:-60px;
}
#navi_seo ul li {
	float:left;
	color:#FFF;
	border-right:1px solid #FFF; 
	padding-right:5px;
	margin-right:5px;
}
#navi_seo ul li.last {
	border-right:0px;
}
#navi_seo span, #navi_seo a {
	color:#FFF;
	font-size:10px;
}
@font-face {
    font-family: 'garamond';
    src: url("../../tl_files/default/fonts/garamond.eot");
    src: url("../../tl_files/default/fonts/garamond?#iefix") format('embedded-opentype'),
         url("../../tl_files/default/fonts/garamond.woff") format('woff'),
         url("../../tl_files/default/fonts/garamond.ttf") format('truetype'),
         url("../../tl_files/default/fonts/garamond.svg#garamond") format('svg');
    font-weight: normal;
    font-style: normal;

}
/*============== HOME SETTINGS ==============*/
h1 {
	color: #939FA7;
    font-family: 'garamond';
    font-size: 33px;
    font-weight: 100;
    letter-spacing: 1.3pt;
	margin-bottom:10px;
}
#main {
    margin-top: 6%;
	clear:both;
}
.mac.safari #main {
	clear: both;
    margin-top: -53px;
    position: relative;
    z-index: 10;
}

.page7 #main .inside {
	text-align:center;
	position:inherit;
	width:100%;
}
/*
.page7 #header {
	height:535px;
	background:url("../../tl_files/default/img/header_bg_home.jpg") repeat-x;
	width:100%;
	display:none;
}*/
#wrapper {
	min-width: 0px;
}
#main_nav {
	margin: -8.5% auto;
    position: relative;
    width: 665px;
}
.mac.safari #main_nav {
	margin-top: 535px !important;
    position: absolute;
    width: 100% !important;
}
.mac.safari #main_nav .block {
	float: none !important;
    margin: 0 auto;
    width: 680px;
}
/*.safari #main_nav {
	margin: -168px auto;
}*/
.ios #main_nav{
	margin: -9.4% auto;
}
.page7 #header .inside {
	text-align:center;
}/*
.page7 #header_shadow {
	display:none;
	background:url("../../tl_files/default/img/header_bg_shadow_home.png") no-repeat center top;
	height:30px;
	display:inline-block;
	width:100%;
	clear:both;
}*/
.mac.safari #header {
	background:url("../../tl_files/default/img/home_bg.png") no-repeat center top;
	height:680px;
	width:100%;
	display:inline-block;
}
.mac.safari #logo_home_bg {
	display:none;
}
#logo_home_bg a img {
	height: 100%;
    min-height: 373px;
    min-width: 960px;
    width: 100%;
}

.safari #logo_home_bg a img {
	height:auto;
}
.ios #logo_home_bg a img {
	height:100%;
	width:100%;
}
.page7 #header #logo_home {
	padding-top:140px;
}
.page7 #footer {
	background:none;
	position:inherit;
}
.page7 #footer hr {
	border-bottom: 0 none;
    border-top: 3px dotted #DCDCDC;
    margin: 0 auto 25px;
    width: 270px;
}
a {
	text-decoration:none;
}
.ios #main_nav ul.level_1 li a, .ios #main_nav ul.level_1 li span {
	font-size:10px;
}
.ios #main_nav ul.level_1 li {
	padding:4px 5px 7px;
}
.ios #main_nav {
	width:530px;
}
.ios #footer a {
	color:#9FADB4;
}
#main_nav {
	margin: -8.5% auto !important;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

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

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasheader {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-header {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-header > a {
    text-decoration: none;
    display: block;
    padding: 10px 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-header .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-header .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-header .mm-btn:last-child {
      padding-right: 20px;
      right: 0; }

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

.mm-listview {
  font: inherit;
  font-size: 14px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a,
    .mm-listview > 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-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }
  .mm-listview.mm-first {
    margin-top: -20px; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }
  .mm-listview > li.mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-header > a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-header .mm-btn:before,
    .mm-menu .mm-header .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 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-opened .mm-page {
    min-height: 100vh; }

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 autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 0px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-listview > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.7);
  background: #f3f3f3; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.7);
    color: #f3f3f3; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 50px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    padding-left: 40px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-hasfooter > .mm-panel {
  bottom: 40px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-menu > .mm-header {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-menu > .mm-header .mm-close:after {
    content: 'x'; }

.mm-menu.mm-hassearch > .mm-header {
  top: 40px; }

.mm-menu.mm-hasheader .mm-panel .mm-header {
  display: none; }
.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hasheader .mm-fixeddivider {
  top: 40px; }
.mm-menu.mm-hasheader.mm-hassearch .mm-panel,
.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider {
  top: 80px; }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-menu > .mm-search {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-search {
  height: 40px;
  width: 100%;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0; }
  .mm-search input {
    border: none;
    border-radius: 25px;
    font: inherit;
    font-size: 14px;
    line-height: 25px;
    outline: none;
    display: block;
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasheader {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasheader .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

.mm-menu li.mm-nosubresults > a.mm-next {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-next + a,
  .mm-menu li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
  top: 40px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.71%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-hasheader .mm-indexer {
  top: 50px; }

.mm-hasfooter .mm-indexer {
  bottom: 50px; }

.mm-hassearch .mm-indexer {
  top: 50px; }

.mm-hassearch.mm-hasheader .mm-indexer {
  top: 90px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

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

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -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-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -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-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-panels .mm-menu .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -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;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

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

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .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: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .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: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

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

.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: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-header {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-header > a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-header .mm-btn:before,
    .mm-menu.mm-theme-dark .mm-header .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.8);
  background: #333333; }
  .mm-menu.mm-theme-dark .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.8);
    color: #333333; }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-header > a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-header .mm-btn:before,
    .mm-menu.mm-theme-white .mm-header .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-theme-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-header > a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-header .mm-btn:before,
    .mm-menu.mm-theme-black .mm-header .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-theme-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }
.mobile_menu_button a {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkQyMDdBMkNFQTU0MTFFNEEzN0JGMTA1RDU2QzVGM0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkQyMDdBMkRFQTU0MTFFNEEzN0JGMTA1RDU2QzVGM0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRDIwN0EyQUVBNTQxMUU0QTM3QkYxMDVENTZDNUYzQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRDIwN0EyQkVBNTQxMUU0QTM3QkYxMDVENTZDNUYzQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhefVSYAAAgHSURBVHja7N3Ni43/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) no-repeat;
	padding-left:30px;
	color:#000;
	text-decoration:none;
	background-size:25px;
	padding-top:2px;
	font-weight:bold;
	font-size:18px;
	color:#939fa7
}
.mobile_menu_button {
	left: 1%;	
    position: absolute;
    top: 3%;
	display:none;
}
#mobile_shortcuts {
	position: absolute;
    right: 2%;
    top: 2%;
	display:none;
}
#mobile_shortcuts ul li {
	float:left;
	margin-left:5px;
	list-style-type:none;
}
.mm-listview li.active span, .mm-listview li.active a {
	font-weight:bold;
}
.mm-listview li.active { 
	background:#FFF;
}
.mm-listview li.trail { 
	background:#f9f9f9;
}
.mm-listview a, .mm-listview span {

}
.mm-listview .mm-listview {
	background:#f9f9f9;
}
.mobile {
	display:none;
}
#main .mod_article p,
#main .mod_article strong,
#main .mod_article a {
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 14px;
}
#main .mod_article strong {
    color:#555;
}

#main .mod_article em  {
	font-size: 14px;
}
#main .mod_article h2 {
	margin-bottom: 10px;
	font-size:19px;
	color: #555;
}
#main .mod_article .ce_hyperlink a {
  text-decoration: none;
}
#main .mod_article .ce_hyperlink a:hover {
  text-decoration: underline;
}
.ce_gallery .image_container img {
	width: 290px !important;
	height: auto;
}
.hyp_uebersicht {
    text-align: left;
    margin-top: 20px;
    font-family: 'garamond';
}
.hyp_uebersicht a {
    text-decoration: none;
    font-size: 28px;
    color: #fff;
	letter-spacing: 2px;
	text-shadow: 1px 0px 1px #000;
}
.hyp_uebersicht a:hover {
	text-decoration: underline;
}
.page39 #main,
.page5 #main,
.page4 #main,
.page3 #main {
	display:none;
}
.parent42 #main .inside .mod_article {
	max-height:100%;
}
.seo_gal {
	border-top: 1px solid;
	padding: 15px 0px;
	border-bottom: 1px solid;
	max-width:100%;
	width:100%;
	overflow:hidden;
	margin-bottom: 15px;
}
.seo_gal .image_container img {
	width:195px !important;
}
#txt_h2 a strong:hover:active {
    color: #515151;
}
#txt_h2 a strong {
	color: #515151;
}
@media only screen 
and (min-width : 970px) {
	#main {
		margin-left: 41%;
	}
	.page7 #main {
		margin-left: 0%;
	}
}
@media only screen 
and (max-width : 970px) {
	.parent1 #footer {
		position:fixed;
		bottom:0px;
	}
    .page7 #footer {
		position:inherit !important;
	}
	.page7 #wrapper {
		min-width:0;
	}
	.page7 #main {
		margin-top:-40px;
		width:96%;
		padding:0 2%;
	}
	.page7 #footer {
		width:96%;
		padding:0 2%;
	}
	#footer #footer_info {
		float:none;
		margin:0 auto;
	}
	#header .inside,
	#main,
	#footer .inside{
		width:100%;
	}
	#logo_home_bg {
		background: url("../../tl_files/default/img/home_bg.png") no-repeat scroll center -87px / auto 450px rgba(0, 0, 0, 0);
		min-height: 333px;
		width: 100%;
	}
	#logo_home_bg a img {
		display:none !important;
	}
	
	.mobile_menu_button {
		display:block;
	}
	#social_icons {
		position: absolute;
		right: 0;
		top: 0;
	}
	#main_nav,
	#navi_seo,
	#service_nav {
		display:none !important;
	}
	#logo {
		text-align:center;
        width:970px;
	}
	#header .inside:after {
		display:none;
	}
    #logo {
        width:100%;
    }
	#supersized img {
	height: 100% !important;
	width: auto !important;
	left: 0px !important;
}
}
@media only screen 
and (min-width : 575px) {
    #main {
		padding-top: 400px;
	}
}
@media only screen 
and (max-width : 575px) {
	#main .inside,
	#thumbnail_box {
		width:100%;
	}
    #logo {
        width:100%;
    }
	#supersized img {
	height: 100% !important;
	width: auto !important;
	left: 0px !important;	
	}
	.ce_gallery .col_last {
		display:none;
	}
}
@media only screen 
and (max-width : 480px) {
	.nomobile {
		display:none !Important;
	}
	#header .mod_article h1 {
		text-align:center;
	}
	.hyp_uebersicht {
		margin-left: 15px;
	}
	#hyp_reservation {
		width:94%;
	}
	.mobile {
		display:block;
	}
	.fax {
		display:inline-block;
		width:100% !important;
		clear:both;
	}
	body {
		height:auto;
	}
	.page27 #main
	{
		display: inline-block;
		margin-top: -14px;
		height:100%;
	}
	.page24 table,
	.page17 table,
	.page20 table {
		width:100% !important;
		height:100% !important;
		text-align:center;
	}
	.page24 table tr,
	.page17 table tr,
	.page20 table tr {
		border-bottom:1px solid #939fa7;
	}
	.page24 table td, 
	.page17 table td, 
	.page20 table td {
		clear:both;
		width:100%;
		border:0 !important;
		display:inline-block !important;
		height:auto !important;
	}
	
	html, body, #wrapper, #container, #main, .bgstretcher-area, .bgstretcher-page {
		min-height:0px;
	}
	#main .inside .mod_article {
		max-height:none !important;
	}
	#map_box iframe {
		width:100% !important;
	}
	.page11 table,
	.page14 table,
	.page19 table,
	.page23 table {
		width:100% !important;
	}
	.page11 table tr td:nth-child(2),
	.page14 table  tr td:nth-child(2),
	.page19 table  tr td:nth-child(2),
	.page23 table  tr td:nth-child(2),
	.page11 table tr td:nth-child(4),
	.page14 table  tr td:nth-child(4),
	.page19 table  tr td:nth-child(4),
	.page23 table  tr td:nth-child(4),
	.page11 table tr td:nth-child(5),
	.page14 table  tr td:nth-child(5),
	.page19 table  tr td:nth-child(5),
	.page23 table  tr td:nth-child(5) {
		display:none !important;
	}
	.page11 table tr td:nth-child(6) img,
	.page14 table  tr td:nth-child(6) img,
	.page19 table  tr td:nth-child(6) img,
	.page23 table  tr td:nth-child(6) img {
		width:100%;
		height:auto;
	}
	/*
	.page11 table tr,
	.page14 table tr,
	.page19 table tr,
	.page23 table tr {
		border-bottom:1px solid #dcdcdc;
	}
	.page11 table td,
	.page14 table td,
	.page19 table td,
	.page23 table td {
		width:100% !important;
		display:inline-block;
		border:0 !important;
	}*/
	#prevslide, #nextslide {
		top:26%;
		margin-top:0;
		background-size:20px;
		background-repeat:no-repeat;
		z-index:9999;
		display:none !important;
	}
	body {
		overflow:visible !Important;
	} 
	#header {
		height:180px;
		background:url("../../tl_files/default/img/hg_kuech.jpg") repeat-x center center;
		position:relative !important;
	}
	#header_shadow {
		top:180px !important;
	}
	.page7 #main {
		margin-top:-67px;
	}
	.page7 #footer {
		margin-bottom:20px;
	}

	.page7 #footer a:last-child {
		display:inline-block !Important;
		width:100%;
	}
	.page7 #footer span, .page7 #footer p, .page7 #footer a {
		font-size:15px;
		line-height:20px;
	}
	.page7 #header {
		height:auto !Important;
		background:none !Important;
	}
	h1 {
		line-height:28px;
	}
	#footer {
		position:relative;
		clear:both;
		display:inline-block;
		width:100%;
	}
	#footer #footer_info {
		width:auto !Important;
	}
	#supersized  {
		/*height:auto !important;*/
		width:100% !important;
		top:180px !important;
		left:0 !Important;
		position:absolute !Important;
		overflow:hidden !important;
	}
	#supersized  li {
		position:absolute !Important;
	}
	#supersized img {
		width:100% !important;
		height:auto !important;
		top:0 !Important;
		left:0 !important;
	}
	#main {
		min-height:auto !important;
	}
	#main .inside {
		padding:0 !important;
		position:relative !important;
	}
	#main .inside .mod_article {
		padding:4% 3% 3% 3%;
		
		height: auto !important;
	}
	.parent2 #main .inside .mod_article, .parent3 #main .inside .mod_article, .parent4 #main .inside .mod_article, .parent5 #main .inside .mod_article {
		max-height:none !important;
	}
	#mobile_shortcuts {
		display:block;
	}
	#service_nav_head,
	#social_icons,
	#thumbnail_box,
	#jq_ez_bg {
		display:none;
	}
	.parent1 #jq_ez_bg {
		display:block !Important;
	}
	#logo {
		padding-top:40px;
	}
	#logo img {
		width:205px;
	}
	#main p, #main a, #main span, #main b, #main strong, #main div, #main label, #main ul li {
		font-size:15px;
		line-height:21px !important;
	}
	#main #thumbnail_box #close-open, #main #thumbnail_box #open-close {
		line-height:32px !Important;
	}
	#header .mod_article {
		margin-left:0 !Important;
	}
    #logo {
        width:100%;
    }
	.ce_text .caption,
	.ce_text .float_right img {
		display:none;
	}
}
@media only screen 
and (max-width : 375px) {
	.nomobile {
		display:none !Important;
	}
	.mobile {
		display:block;
	}
	.fax {
		display:inline-block;
		width:100% !important;
		clear:both;
	}
	body {
		height:auto;
	}
	.page27 #main
	{
		display: inline-block;
		margin-top: -14px;
		height:100%;
	}
	.page24 table,
	.page17 table,
	.page20 table {
		width:100% !important;
		height:100% !important;
		text-align:center;
	}
	.page24 table tr,
	.page17 table tr,
	.page20 table tr {
		border-bottom:1px solid #939fa7;
	}
	.page24 table td, 
	.page17 table td, 
	.page20 table td {
		clear:both;
		width:100%;
		border:0 !important;
		display:inline-block !important;
		height:auto !important;
	}
	
	html, body, #wrapper, #container, #main, .bgstretcher-area, .bgstretcher-page {
		min-height:0px;
	}
	#main .inside .mod_article {
		max-height:none !important;
	}
	#map_box iframe {
		width:100% !important;
	}
	.page11 table,
	.page14 table,
	.page19 table,
	.page23 table {
		width:100% !important;
	}
	.page11 table tr td:nth-child(2),
	.page14 table  tr td:nth-child(2),
	.page19 table  tr td:nth-child(2),
	.page23 table  tr td:nth-child(2),
	.page11 table tr td:nth-child(4),
	.page14 table  tr td:nth-child(4),
	.page19 table  tr td:nth-child(4),
	.page23 table  tr td:nth-child(4),
	.page11 table tr td:nth-child(5),
	.page14 table  tr td:nth-child(5),
	.page19 table  tr td:nth-child(5),
	.page23 table  tr td:nth-child(5) {
		display:none !important;
	}
	.page11 table tr td:nth-child(6) img,
	.page14 table  tr td:nth-child(6) img,
	.page19 table  tr td:nth-child(6) img,
	.page23 table  tr td:nth-child(6) img {
		width:100%;
		height:auto;
	}
	/*
	.page11 table tr,
	.page14 table tr,
	.page19 table tr,
	.page23 table tr {
		border-bottom:1px solid #dcdcdc;
	}
	.page11 table td,
	.page14 table td,
	.page19 table td,
	.page23 table td {
		width:100% !important;
		display:inline-block;
		border:0 !important;
	}*/
	#prevslide, #nextslide {
		top:26%;
		margin-top:0;
		background-size:20px;
		background-repeat:no-repeat;
		z-index:9999;
		display:none !important;
	}
	body {
		overflow:visible !Important;
	} 
	#header {
		height:180px;
		background:url("../../tl_files/default/img/hg_kuech.jpg") repeat-x center center;
		position:relative !important;
	}
	#header_shadow {
		top:180px !important;
	}
	.page7 #main {
		margin-top:-67px;
	}
	.page7 #footer {
		margin-bottom:20px;
	}

	.page7 #footer a:last-child {
		display:inline-block !Important;
		width:100%;
	}
	.page7 #footer span, .page7 #footer p, .page7 #footer a {
		font-size:15px;
		line-height:20px;
	}
	.page7 #header {
		height:auto !Important;
		background:none !Important;
	}
	h1 {
		line-height:28px;
	}
	#footer {
		position:relative;
		clear:both;
		display:inline-block;
		width:100%;
	}
	#footer #footer_info {
		width:auto !Important;
	}
	#supersized  {
		/*height:auto !important;*/
		width:100% !important;
		top:180px !important;
		left:0 !Important;
		position:absolute !Important;
		overflow:hidden !important;
	}
	#supersized  li {
		position:absolute !Important;
	}
	#supersized img {
		width:100% !important;
		height:auto !important;
		top:0 !Important;
		left:0 !important;
	}
	#main {
		min-height:auto !important;
	}
	#main .inside {
		padding:0 !important;
		position:relative !important;
	}
	#main .inside .mod_article {
		padding:4% 3% 3% 3%;
		
		height: auto !important;
	}
	.parent2 #main .inside .mod_article, .parent3 #main .inside .mod_article, .parent4 #main .inside .mod_article, .parent5 #main .inside .mod_article {
		max-height:none !important;
	}
	#mobile_shortcuts {
		display:block;
	}
	#service_nav_head,
	#social_icons,
	#thumbnail_box,
	#jq_ez_bg {
		display:none;
	}
	.parent1 #jq_ez_bg {
		display:block !Important;
	}
	#logo {
		padding-top:40px;
	}
	#logo img {
		width:205px;
	}
	#main p, #main a, #main span, #main b, #main strong, #main div, #main label, #main ul li {
		font-size:15px;
		line-height:21px !important;
	}
	#main #thumbnail_box #close-open, #main #thumbnail_box #open-close {
		line-height:32px !Important;
	}
	#header .mod_article {
		margin-left:0 !Important;
	}
    #logo {
        width:100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Webkit macht den Code sonst dramatisch kleiner. */
   
	 #logo {
		
	 }
	 #main_nav .mod_navigation {
		margin-top: 0px;
	}
	#main_nav {
		margin-top: -27px !important;
	}
	.page7 #main_nav {
		margin-top: -8.5% !Important;
	}

}
/* Safari Mac specific alterations
 * (relies on class added by js browser detection above),
 * to take into account different font metrics */
	.mac.page7 #main_nav .mod_navigation { 
		margin-top: 0px;
	}

/* CSS ÄNDERUNG MEHMET - 08.03.2018 2nd */
#main {
	position:relative;
}
#main .inside { 
	position:relative !important;
}
.parent2 #main .inside .mod_article, .parent3 #main .inside .mod_article, .parent4 #main .inside .mod_article, .parent5 #main .inside .mod_article {
    max-height: 100%;
	padding-bottom: 4px;
}
#footer {
	position: relative !important;
}
.parent1 #footer {
	position:absolute !important;
}
html {
	height:100% !important;
}
.parent1 #wrapper,
.parent1 {
	height:100% !important;
}
.startseite #main {
    padding-top: 0px;
    padding-left: 0px;
}
.startseite #footer {
	position: unset !important;
}
.page33  #main .inside {
	overflow: hidden;
}
.page25 #main .inside{
	padding-bottom:486px !important;
}

#home .ce_text {
    max-width: 760px;
    margin: 0 auto;
    color: #95a2aa;
}

#home .ce_text h2 {
	color: #969fa7;
	font-size: 20px;
	font-weight: normal;
	padding:5px 0px;
}

#main .mod_article strong {
    color: #7d7d7d;
}

.cookieinfo {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0% !important;
	color: #fff !important;
	padding: 5px 18px !important;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif !important;
	font-size:13px !important;
	text-align: left !important;
}

.cookieinfo a {
	color: #fff !important;
    font-weight: bold;
}

.cookieinfo-close {
	color: rgb(255, 255, 255) !important;
	background: #000 !important;
}
.reservierungsanfrage .datenschutz,
.newsletter .datenschutz {
	display: inline-block;
}
.reservierungsanfrage .datenschutz #lbl_22_0,
.newsletter .datenschutz #lbl_18_0 {
	display:none;
}
.newsletter .datenschutz .checkbox {
	float: left;
	position: relative;
	top: 3px;
	display: inline-block;
	width: 10px !important;
}
.reservierungsanfrage .datenschutz {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 100% !important;
}
#newsletter .row_1 {
  float:left;
}
#opt_22_0 {
      width: 10px !important;
}
.mod_subscribe {
  padding: 20px 0px;
}
