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

/*
	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: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

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

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

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

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

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

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

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

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

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

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

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

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

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

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

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

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

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

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

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

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

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

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

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

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

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

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

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

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

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* -- dk_mmenu theme 'light' -- */
.mm-menu.mm-light
{
	background: #e0e0e0;
}
@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color: #475253;
	width:100%;
	}
	
#main .inside{
	padding: 64px 0 56px 0;
	
	}
	
h1{
	font-family: 'Poiret One', cursive;
	font-size:3em;

	color:#666666;
	line-height:normal;
	transition: all 0.30s linear 0s;
	text-align:center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
	}
	
h1.ce_headline{
	margin: 0.5em auto 0.5em auto;
	max-width: 1200px;
	padding-top:0;
	padding-bottom:0;
	
	}
	

	
h2{
	/*	font-family: 'Kalam', cursive;*/
	font-family: 'Poiret One', cursive;
	font-size:2.5em;
	color:#000;
	transition: all 0.30s linear 0s;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	
	}
	

.css-blog{
	
	padding-bottom: 
	
	}

	
.wissenswertes-css h2{
	text-align:left;
	margin-top: 1.5em;	
	}
	
.wissenswertes-css #container .mod_article	{
	padding-bottom: 1em;	
	}
	
	
.wissenswertes-link{
	padding-top: 2em;
	padding-bottom: 2em;
	font-style: italic;	
	}
	
.wissen-beschreibung{
	padding-top: 2em;
	padding-bottom: 2em;	
	}

.fachbuch .wissenswertes-link{
	margin-bottom: 156px;
	}
			
.ce_hyperlink a{
	line-height: 1.5em;
	
	}		


.toggler{
	font-size:1.3em;
	color:#fff;
	line-height: 2em;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;	
	background-color: #999;
	transition: all 0.30s linear 0s;	
	}
		
.toggler:hover{
	cursor: pointer;
	background-color: #5D5D5D;
	}
	
.ui-accordion-content{
	padding-bottom: 1em;
	
	}
	
.gestaltung  h2{
	font-size:1.1em;
	font-weight: 300;
	font-style: italic;
	}	
	
h3,
.css-blog .ce_comments h2 {
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	font-size:1.2em;
	line-height:normal;
	font-weight: bold;
	transition: all 0.30s linear 0s;
	}		

p {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
	font-weight:300;	
	font-style: normal;
	transition: all 0.30s linear 0s;
		
	}
	
a {
	color:#807157;
	text-decoration:none
	
	}

.start-projektassistenz p{
	padding-top:0px;
	}
	
.start-projektassistenz p, .start-projektassistenz h3 {

	padding-bottom: 20px;
		
	}
	
#unser-service p{
	padding-top:0px;
	}
	
#unser-service h3
{
	padding-bottom: 0px;

	}		
	
	
.textspalten-2 p
{
	-webkit-columns: 300px 2;
   	-moz-columns: 300px 2;
    columns: 300px 2;
  	-webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
	-webkit-column-rule: 1px dotted #f5e4c6;
	-moz-column-rule: 1px dotted #f5e4c6;
	column-rule: 1px dotted #f5e4c6;
	margin-bottom: 36px;
	
	}
	
.textspalten-2-test
{
	-webkit-columns: 300px 2;
   	-moz-columns: 300px 2;
    columns: 300px 2;
  	-webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
	-webkit-column-rule: 1px dotted #f5e4c6;
	-moz-column-rule: 1px dotted #f5e4c6;
	column-rule: 1px dotted #f5e4c6;
	margin-bottom: 36px;
	
	}
	
	
.textspalten-3 p
{
	-webkit-columns: 300px 3;
   	-moz-columns: 300px 3;
    columns: 300px 3;
  	-webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
	-webkit-column-rule: 1px dotted #f5e4c6;
	-moz-column-rule: 1px dotted #f5e4c6;
	column-rule: 1px dotted #f5e4c6;
	margin-bottom: 36px;
	
	}	
	
#header{
	box-shadow: 7px 0 7px 9px rgba(0, 0, 0, 0.1);	

	
	}
	
.titelbild{
	position:relative;
	top:0;
	width: 100%;
	max-width:1800px;
	height:auto;
	margin: 0 auto;
	}

.logo-projektassistenz{
	position:absolute;
	top:180px;
	left:0;
	width: 100%;
	height:auto;
	margin: 0;
	clear: both;
	transition: all 0.30s linear 0s;
	}
	
.logo-projektassistenz .image_container{
	position:relative;
	width: 300px;
	height:auto;
	margin: 0 auto;
	clear: both;
    overflow: visible;
	transition: all 0.30s linear 0s;
	text-align:center;

	}
	

	

.logo-projektassistenz img{
	border:none;
		
	}
	
#container li {
    display: list-item;
    line-height: 1.8em;
    font-size: 1.1em;
    margin-left: 36px;
    text-align: match-parent;
	list-style-type: square;
	font-weight:300;
}

#container li ul li {
    font-size: 0.9em;
    margin-left: 24px;
	list-style-type: "− ";
}

.ornament{
	text-align:center;
	padding-bottom: 24px;	
	}
	
.ornament-weiss{
	text-align:center;
	padding-bottom: 24px;
	}

	
#unser-service .devise p{
	font-size:1.8em;
	line-height:normal;
	font-weight: 300;
	transition: all 0.30s linear 0s;
	color: #690;
	text-align:center;
	font-style: italic;
	padding-top: 16px;
	}
	
	
	
/* seite-partner-kooperationen############################################################*/	
	
.seite-partner-kooperationen h1 {
	padding-bottom: 48px;	
	}

#partner-kooperationen {
	padding-bottom: 5em;
	}
	
#partner-kooperationen .sp-1-1 {
	padding-top: 2em;
	padding-bottom: 2em;
	width: 80%
	} 
	
#partner-kooperationen figure {
	width: 30%;
	text-align:center;
	}
	
	
#partner-kooperationen .trennstreifen {
	text-decoration: none;
	border-top:thin dotted #f5e4c6;

	}	
	
	
/* pflege-von-loseblattsammlungen############################################################*/

#pflege-von-loseblattsammlungen h1{
	margin-bottom: 12px;
	margin-top: 1em;
	}
	
#pflege-von-loseblattsammlungen .sonder-breite-text p{
	width: 75%;
	padding-top: 48px;
	transition: all 0.30s linear 0s;

	}	
	
#pflege-von-loseblattsammlungen .image_container{
	text-align:center;	
	}
	
#pflege-von-loseblattsammlungen .caption{
	font-size: 0.9em;
	color:#999999;
	font-style: italic;
	line-height: 1.5em;
	}
 	
/* Blog ############################################################*/

.css-blog{
	
	}
	

.css-blog .layout_latest
{
	overflow: hidden;
	padding: 1em 2em;
	position: relative;
	margin-bottom:2em;
	border-top:thin dotted #f5e4c6;
	border-bottom:2px solid #f5e4c6;
	background-color: #F9F9F9;
	}

.css-blog .sp-4-3 h1
{
	text-align:left;

	}
	
.css-blog .layout_latest h2,
.css-blog .mod_newsreader h2
{
	text-align:left;
	margin-top: 0.5rem;
	}
	
.css-blog .menue-archive h3,
.css-blog .mod_newsmenu h3
{
	padding-top: 0;
	}
		
.css-blog .layout_latest .info,
.css-blog .mod_newsreader .info
{
	font-size: 0.9rem;
	padding-bottom: 1em;
	font-weight: bold;
	}	
	
	
.css-blog .layout_latest .image_container,
.css-blog .mod_newsreader .image_container

{

	padding-right: 2em;	
	}
	
.css-blog .layout_latest img,
.css-blog .mod_newsreader img
{
	border: 0;	
	padding-bottom:0;
	}
	


	
	
.css-blog .mod_newsmenu	{
	
	}
	
.css-blog #container .mod_newsmenu ul {
	display:block;
	width: 100%;	
	}	


	
.css-blog #container .mod_newsmenu ul li{
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	list-style-type:none;
	line-height: 1.2rem;	
	}
	
.css-blog #container .mod_newsmenu ul li a:link,
.css-blog #container .mod_newsmenu ul li.year span
{
	display:block;
	padding: 3px 5px 3px 5px;
	background-color: #f5e4c6;
	}
	
.css-blog #container .mod_newsmenu ul li span.active{
	padding: 3px 5px 3px 5px;
	}	
		
.css-blog #container .mod_newsmenu ul li a:hover,
.css-blog #container .mod_newsmenu ul li ul li a:hover
{
	background-color: #F4F4F4;
	}
		
.css-blog #container .mod_newsmenu ul li ul{
	padding: 0rem;
	}

.css-blog #container .mod_newsmenu ul li ul li{
	padding: 0;
	margin: 0;
	}
			
.css-blog #container .mod_newsmenu ul li ul li a:link{
	background-color: #fff;
	}
	
	

/* formulare############################################################*/

#kontaktformular .sp-2-1 {
    padding-left: 10%;
    padding-right: 10%;	
}


form p.error{
	color:#FF3300;
	
	}	
	
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}

/* remove standard-styles */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
}




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"], 
textarea,
select,
label
{
	margin: 5px 0 5px 0;
	padding: 8px 5px 0px 5px;
	font-size:1.2em;
	line-height:2.0em;
	color: #999999;
	-moz-box-sizing: border-box;
	display: inline-block;
	transition: all 0.30s linear 0s;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #807157;
	border-right-color: #807157;
	border-bottom-color: #807157;
	border-left-color: #807157;
	font-style: italic;
	font-weight: 300;
}

label
{
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-top: 16px; 
}
	

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, 
textarea:focus,
select:focus
 {
	outline: 0 none;
	background-attachment: scroll;
	background-color: #f5e4c6;
	color:#000;
	opacity: 1;
}

label {
    font-size: 0.9em;
    line-height: 1.5em;
	display:block;
}



input.captcha{
	width: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;		
	}
.captcha_text{
	color: #638200;	
	}	
	
.captcha_text{
	padding-left:4px;
	font-size:0.9em;
	line-height:1.5em;		
	}
	
input[type="radio"], 
input[type="checkbox"]

{
	width:auto;
	
	}
	
input[type="submit"] {
	margin-top: 16px;
	width: 100%;
	background-color: #f5e4c6;	
	line-height:3em;
	color:#807157;
	transition: all 0.30s linear 0s;
	border: 1px solid #66573e;
}


input[type="submit"]:hover {
	background-color: #807157;
	color:#fff;

}

#kontakt-formular fieldset {
    margin: 1em 0 2em 0;
	padding: 1em;
    border: 1px solid #807157;
}

#kontakt-formular fieldset legend{
	display:inline !important;
}

#kontakt-formular fieldset #ctrl_64 {
    margin: 0;
	padding: 0.5em;
    border: 0;
}

#kontakt-formular fieldset #ctrl_64 span label {
	display:inline;
	padding-left: 1em;
	border: 0;
}

	
	
/* footer ############################################################*/

#footer{
/*	background-image: url(../../files//hg/kachel.jpg);
	background-repeat: repeat;
	background-position: center 0px;
	box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.1);	*/
	background-color:#f5e4c6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	min-height: 1px;
	}
			
#footer  .logo-projektassistenz{
	position:relative;
	top:0;
	width: 300px;
	height:auto;
	margin: 0 auto;
	clear: both;
	}
		
#footer .logo-projektassistenz{
	padding:48px 0 36px 0;
	

	}	

#footer .inside{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	}
	
#footer .nach_oben_link {
    background: none repeat scroll 0 0 #EF8600;
    bottom: 60px;
    position: fixed;
    right: 0;
    width: 100px;
	z-index:100;
}
#footer .nach_oben_link a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-decoration: none;
}


.webdesignby{
	text-align:right;	
	}
	
.fuss-copyright p{
	font-size: 0.9em;
	color:#494948;
	font-weight:300;
	padding-top:10px;
	}
	
.fuss-copyright a{
	color:#494948;
	font-weight:300;
	padding-top:10px;
	text-decoration:none;
	font-style: italic;
	}
	
.fuss-copyright a:hover{
	color:#333333;
	}

/* Spaltensets /////////////////////////////*/
.artikel-sp8,
.artikel-sp7,
.artikel-sp6, 
.artikel-sp5, 
.artikel-sp4, 
.artikel-sp3, 
.artikel-s2, 
.artikel-s1,
#main .inside
{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
 	border: 0px dotted #666;	
	}
	



		
	
	
.sp-1-1
 {
	max-width: 1200px;
	margin: 0 auto;
 	border: 0px dotted #666;	
}	
	

.sp-2-1 {
	width: 50%;
 	border:0px dotted #666;
}

.sp-3-1 {
    width: 33.3333%;
 	border: 0px dotted #666;
	

}

.sp-3-2 {
    width: 65%;
 	border: 0px dotted #666;
}

.sp-4-1{
    width: 25%;
}

.sp-4-3 {
    width: 73%;
}

.sp-8-1
 {
    width: 12.5%;
 	border:none;
}



.sp-6-1 {
    width: 16.66%;
 	border:none;
}	


.sp-3-1, .sp-3-2, .sp-2-1, .sp-1-1, .sp-4-1, .sp-4-2, .sp-4-3, .sp-6-1, .sp-8-1 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.sp-6-1,
.sp-8-1, 
.sp-4-1,
.sp-4-3, 
.sp-3-1,
.sp-3-2,  
.sp-2-1

{
	float:left;
}

#kontaktformular .sp-2-1,
#kontaktformular .sp-1-1
 {
    padding-left: 24px;
    padding-right: 24px;	
}

/* Spaltensets ende /////////////////////////////*/

.gerade{
	display:none;
	}	
	
.ungerade{
	display:block;
	}
	
.abstand-klein-24{
	height:24px;
	width:100%;
	font-size:1px;
	position:relative;
	clear:both;
	float:left;
	}
	
.text-rechts{
	text-align:right;
	}
	
.text-rechts a{
	border: 1px dotted #f5e4c6;
	line-height: 2.5em;
	font-weight: 700;
    overflow: hidden;
	padding: 9px 15px 8px 15px;
	}
	
.text-sonderformat a{
    border: 0;
	font-size: 0.9em;
    font-weight: 400;
    line-height: 2.5em;
    overflow: hidden;
    padding: 9px 15px 9px 0;
	text-align:center;
	}
		
.text-sonderformat p{
	font-size: 0.9em;
	text-align:center;

	}	

/* ////////////////////////////////////////////////*/		
/* ueber-uns /////////////////////////////*/	

#ueber-uns {
  display: flex;
  flex-wrap: wrap;
}

#ueber-uns h2 {
	text-align:left;
	margin-top: 0.5em;
}
.inhalt-vert-mittig	{
display: flex;
align-items: center;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
}



/* ////////////////////////////////////////////////*/		
/* Sonderformatierung /////////////////////////////*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
*, *:after, *:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.clearfix:after {
    clear: both;
}

.center-ausrichtung {
	float:none;
	text-align: center;	
	}
	
.spanAbstandhalter-2 {
    display: block;
    float: left;
    width: 150px;
	padding-right: 0.5em;
}

.height-8{
    clear: both;
	width: 100%;
	height: 8px;	
	}
	
	

.pt2 {
    padding-top: 2em;
}


.pb2 {
    padding-bottom: 2em !important;
}


.pt3 {
    padding-top:3em;
}

.pb3 {
    padding-bottom: 3em;
}


.pt4 {
    padding-top: 4em;
}


.pb4 {
    padding-bottom: 4em;
}


.pb5{
    padding-bottom: 5em;
}
	
/* zitat ############################################################*/

#zitat
{
	background-color: #999;	
	}
	
#zitat p,
#zitat h2
{
	color: #fff;
	text-align:center;
	}
	
		


/* zitat - Ende ############################################################*/

.padding-bottom-1{
	padding-bottom: 1em;	
	}
	
.padding-bottom-2{
	padding-bottom: 2em;	
	}		
.padding-bottom-3{
	padding-bottom: 3em;	
	}

.padding-bottom-4{
	padding-bottom: 4em;	
	}
.padding-bottom-5{
	padding-bottom: 5em;	
	}
.margin-bottom-3{
	margin-bottom: 3em;	
	}
	
	
/* poiret-one-regular - latin */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/poiret-one-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/poiret-one-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/poiret-one-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/poiret-one-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/poiret-one-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/poiret-one-v12-latin-regular.svg#PoiretOne') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v28-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fonts/open-sans-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v28-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}


	
@charset "utf-8";
/* CSS Document */

/*---navi-horizonntal############################################################*/




#navi-horizontal {
    display:block;
    overflow: visible;
	height:70px;
	width:100%;
	z-index:1000;
	font-size:1.2em;
	color:#ffffff;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:0;
	position:fixed;
	background-image: url(../../files/hg/verlauf.png);
	font-size:0.9em;	
}






#navi-horizontal *, 
#navi-horizontal *::before, 
#navi-horizontal *::after {
    transition: all 300ms ease 0s;
}
#navi-horizontal ul {
	height:70px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
	
}
#navi-horizontal ul li {
    display: inline-block;
    position: relative;
    width: auto;
}
#navi-horizontal ul li::before {
    display: none;
}
#navi-horizontal ul li a, 
#navi-horizontal ul li span {
    border-bottom: 0px solid transparent;
    color: #fff;
    display: block;
	font-size:1.3em;
	line-height:54px;
	padding-right:1em;
	padding-left:1em;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none;
}

#navi-horizontal ul li a:hover, 
#navi-horizontal ul li a.trail {
    background-color: #f5e4c6;
    border-bottom: 0px solid #fff;
    color: #000;
}
#navi-horizontal ul li a:hover::after, 
#navi-horizontal ul li a.trail::after {
    border-bottom-color: #ffd001;
}
#navi-horizontal ul li span {
    background-color: transparent;
    border-bottom: 0px solid #ffd001;
    color: #f5e4c6;
}
#navi-horizontal ul li span::after {
    border-bottom-color: #ffd001;
}
#navi-horizontal ul li ul {
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: all 300ms ease 0s;
    visibility: hidden;
	margin-top: 7px;
	z-index:1010;

}
#navi-horizontal ul li ul li {
    margin: 0;
    min-width: 410px;
}
#navi-horizontal ul li ul li a, 
#navi-horizontal ul li ul li span {
	background-image: url(../../files/hg/trans-90-braun.png);
    border-bottom: 0 none;
    color: #000;
    display: block;
    line-height: 2em;
    padding: 0.5em 1em;
    text-transform: none;
	font-size:1em;
}
#navi-horizontal ul li ul li a::after, 
#navi-horizontal ul li ul li span::after {
    display: none;
}
#navi-horizontal ul li ul li a:hover, 
#navi-horizontal ul li ul li a.trail {
	background-color: #fff;
	border-bottom: 0 none;
	color: #000;
}
#navi-horizontal ul li ul li span {
	background-color: #fff;
	color: #000;
}
#navi-horizontal ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
#navi-horizontal ul li.last ul {
    right: 0;
}

/*---navi-horizonntal - ende  ###############################*/


/*navi-imp ##############################*/
	
#navi-imp{
	position:relative;
	padding:0;
	height:35px;
	top: 16px;
	text-decoration:none;
	}
#navi-imp ul{
	padding:0 0 36px 0;
	margin:0;
}

#navi-imp li{	
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	height:auto;
	line-height:35px;
	font-size: 0.9em;

	}	

		
#navi-imp a:link,
#navi-imp li.active 
{
	color: #333;
	padding-right:0.9em;
	padding-left:0em;
	text-align:center;
	text-decoration:none;
	line-height:2.5em;
	float:left;
	display:block;	
	}
	

#navi-imp a:visited {
	color:#999;
	}
	
	

#navi-imp a:focus {}	

#navi-imp a:hover{
	text-decoration:none;
	color:#000;
}

 
#navi-imp li.active, #navi-imp a:active{
	text-decoration:none;
	color:#000;
	}
	
	
#navi-imp .soziale-medien a:link{
	float:right;
	padding: 0;
	}
		
#navi-imp .soziale-medien img{
	width: 50%;
	height: 50%;
	}
	
			
/*navi-imp  ende##############################*/


/*navi-02-impressum ##############################*/	
#navi-e02{
	position:relative;
	height:auto;
	width:100%;
	top:0;
	text-decoration:none;
	padding: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #f5e4c6;
	border-right-color: #f5e4c6;
	border-bottom-color: #f5e4c6;
	border-left-color: #f5e4c6;
	}
	
.fachbuch #navi-e02{
	margin-bottom: 2em;
	}	
	

	
	

#navi-e02 ul{
	padding: 0;
}
	
#navi-e02 li{	
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:30px;
	}	
	
		
#navi-e02 a:link{
	color: #807157;
	text-decoration:none;
	line-height: 1.5em;
    overflow: hidden;
	padding: 5px;
    display: block;


	}

#navi-e02 a:visited {
	color:#666;
	}

#navi-e02 a:focus {}	

#navi-e02 a:hover{
	text-decoration:none;
	color:#999999;
}


#navi-e02 li.active, #navi-e02 a:active{
	text-decoration:none;
	color:#333333;
	}
	
/* e//////////////////////////////////////////// ----------- */
/* einblendung mobil navi ----------- */
/* e//////////////////////////////////////////// ----------- */



/*
	MENU
*/
#menu:not(.mm-menu)
{
	display: none;
}
#menu .fa
{
	width: 15px;
	color: #ccc;
}
.mm-panel > p
{
	font-size: 14px;
	margin-top: 20px;
}
.mm-panel > p + .mm-list {
	padding-top: 0;
}
#donate
{
	padding: 45px 20px 30px 44px;
}
#donate:after
{
	border: none !important;
}


/*
	LAYOUT
*/
#dd-mobil-menu
{
	box-sizing: border-box;
	display: block;
	width: 70px;
	height: 45px;
	position: fixed;
	top: 0px;
	left: 100%;
	margin-left:-70px;
	z-index: 1002;
	background-color: rgba(0,0,0,0.5);
}



#dd-mobil-menu:before,
#dd-mobil-menu:after,
#dd-mobil-menu span
{
	background: #fff;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 20px;
}
#dd-mobil-menu:before
{
	top: 10px;
}
#dd-mobil-menu span
{
	top: 20px;
}
#dd-mobil-menu:after
{
	top: 30px;
}

/* animation */
#dd-mobil-menu:before,
#dd-mobil-menu:after,
#dd-mobil-menu span
{
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #dd-mobil-menu:before,
html.mm-opening #dd-mobil-menu:after
{
	top: 20px;	
}
html.mm-opening #dd-mobil-menu span
{
	left: -50px;
	opacity: 0;
}
html.mm-opening #dd-mobil-menu:before
{
	transform: rotate( 45deg );
}
html.mm-opening #dd-mobil-menu:after
{
	transform: rotate( -45deg );
}

@charset "utf-8";
/* CSS Document */

/* CSS Document */

/* max-width : 1620px (landscape) ----------- */
@media only screen 
and (max-width : 1600px)  {
	
	

	


	
}


/* max-width : 1200px (landscape) ----------- */
@media only screen 
and (max-width : 1220px)  {
	
.logo-projektassistenz{
	top:112px;

	}
}

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


#pflege-von-loseblattsammlungen .sonder-breite-text p{
	padding-top: 24px;
	}	


}


@media only screen 
and (max-width : 1050px)  {
	
h1{
	font-size:2.5em;
	
	}
h2{
	font-size:1.8em;

	}
	
	
#navi-horizontal ul li a, 
#navi-horizontal ul li span {
	font-size:1.1em;
	padding-right:0.8em;
	padding-left:0.8em;

}

#main .inside{
	padding-top: 10%;
	
	}
	
#pflege-von-loseblattsammlungen .sonder-breite-text p{
	width: 95%;
	padding-top: 24px;
	}
	

}


/* iPads (landscape) ----------- */
@media only screen 
and (max-width : 920px)  {
	
body{
	font-size: 0.9em;
	
	}
	
h1.ce_headline{
	padding-left: 2em;	
	padding-right: 2em;	
	}
	

.logo-projektassistenz{
	top:75px;

	}

.sp-8-1, 
.sp-4-1,
.sp-4-3, 
.sp-3-1,
.sp-3-2,  
.sp-2-1{
    width:50%;	
    padding: 0 24px 24px 24px;

	}
	
.sp-1-1{
    padding: 2em 24px 2em 24px;

	}	

#navi-horizontal,
#navi-e02
{
	display:none;	
	}
	
.wissenswertes-css #navi-e02
{
	display:block;	
	}	
	

#dd-mobil-menu
{
	display:block;

}

.ungerade{
	display:none;
	}

.gerade{
	display:block;
	}
	
#navi-e02 li {
    display:block;
}

.spanAbstandhalter-2 {
    width: 120px;
}


.toggler{

	margin-left: 24px;
	
	}
	
.fachbuch .wissenswertes-link{
	margin-bottom: 200px;
	}
		



/* Styles */
}


/* Smartphones (portrait) ----------- */


@media only screen 
and (max-width : 768px) {
	
h1{
	text-align:left;
	font-size:2.2em;	
	}
	
	
h1.ce_headline{
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;	
	}

h2{
	text-align:left;
	font-size:1.8em;
	}
		
.logo-projektassistenz{
	top:65px;

	}
	
#footer .logo-projektassistenz {

    width:auto;
}
		
.logo-projektassistenz .image_container,
#footer.logo-projektassistenz .image_container
{
	width: 86%;
	margin: 0 auto;

	}
	

	


.sp-8-1, 
.sp-4-1,
.sp-4-3, 
.sp-3-1,
.sp-3-2,  
.sp-2-1,
.sp-6-1,
.sp-1-1,
#kontaktformular .sp-2-1,
#kontaktformular .sp-1-1,
.sp-4-2,
.wissenswertes-css #navi-e02

 {
    width:100%;
	padding-left: 10%;
	padding-right: 10%;
	}
	
.toggler{

	margin-left: 10%;
	margin-right: 10%;
	
	}
	
.ungerade{
	display:none;
	}

.gerade{
	display:none;
	}
	
	
#unser-service .devise p{
	font-size:1.5em;
	text-align:left;
	}
	
#footer .sp-2-1,
#footer .sp-1-1 {
	padding-bottom: 0;
	display:block;
	}
		
#footer .sp-2-1 p {
	padding-bottom: 0;
	text-align:center;	
	}
	
.fuss-copyright p{
	text-align:center;	
	}
	
.spanAbstandhalter-2 {
    width: 80px;
	padding-right: 0.25em;

}

#pflege-von-loseblattsammlungen .sonder-breite-text p{
	width: 100%;
	padding-top: 0;
	}
	
.text-sonderformat a,
.text-sonderformat p
{

	text-align:left;
	}
	
.fachbuch .wissenswertes-link{
	margin-bottom: 2em;
	}
	
#navi-imp .soziale-medien {
	text-align:center;
	padding-top: 3em;
	}	

#navi-imp .soziale-medien a:link {
    float:left;
}

#navi-imp .soziale-medien ul {
	position:relative;
	left: 50%;
	margin-left:-55px;	
	width: 120px;
}

/* Styles - Ende */
}


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

h1{
	font-size:2em;
	
	}
h2{
	font-size:1.5em;

	}

.sp-8-1, 
.sp-4-1,
.sp-4-2,
.sp-4-3, 
.sp-3-1,
.sp-3-2,  
.sp-2-1,
.sp-6-1,
.sp-1-1,
#kontaktformular .sp-2-1,
#kontaktformular .sp-1-1,
.wissenswertes-css #navi-e02
 {
	padding-left: 5%;
	padding-right: 5%;
	}

	
.toggler{

	margin-left: 5%;
	margin-right: 5%;
	
	}	




}


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

	
#container .ce_gallery li {
    width: 100%;	
	}	

.spanAbstandhalter-2 {
    width:auto;
}


}



/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 769px)  {






/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 869px)  {


/* Styles */
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 921px)  {
#dd-mobil-menu
{
	display:none !important;

}	



/* Styles */
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {

	
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {


	
	
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
	
	
	
/* Styles */
}




