@charset "UTF-8";
@import "/_style/gmach/jquery.mmenu.all.css";
/*
Title:			Gmach Steuerberatung
Author:			Philipp Hofstätter (http://fietstouring.com)
Framework:		Responsive layout based on Less Framework 4 (http://lessframework.com) by Joni Korpi 
*/
/* IMPORTS */
/* VARIABLES */
/* Sans Font */
/* COLORS */
/* Fließtext Color */
/* highlights */
/* Responsive Breakpoints */
/* MIXINS */
#mainnav ul,
#content {
  zoom: 1;
}
#mainnav ul:before,
#content:before {
  content: '';
  display: block;
}
#mainnav ul:after,
#content:after {
  content: '';
  display: table;
  clear: both;
}
/****************************** UTILITIES *****************************/
::-webkit-input-placeholder {
  color: #000000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder {
  color: #000000;
}
/* GENERAL STYLES
----------------------------------------------- */
body,
html,
#base {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  min-height: 100%;
  line-height: 1.4;
  font-weight: normal;
  background-color: #ffffff;
}
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #424241;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #424241;
  text-decoration: none;
}

.editor a {border-bottom: 1px dotted; } 
.editor a:visited {border-bottom-color:#424241; } 
.editor a:hover, .editor a:focus {border-bottom-color:#424241; } 

.editor a.morelink { border-bottom: 0px #000 solid; }

h1,
h2,
h3,
h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #ba1420;
}
h1 {
  font-size: 1.4em;
  margin-bottom: 0.6em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
h3 {
  font-size: 1em;
  margin-bottom: 0.6em;
}
/* RESETS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 RESETS FOR OLDER BROWSERS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.screen-reader-text,
.section-heading {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999em;
}
a img {
  border: 0;
}
ul,
li {
  list-style: none outside;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: top;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: none;
}
strong {
  font-weight: 600;
}
/* ICON FONT
----------------------------------------------- */
@font-face {
  font-family: 'metanormal_italic';
  src: url('/_fonts/gmach/ufonts.com_meta-normal-italic-webfont.eot');
  src: url('/_fonts/gmach/ufonts.com_meta-normal-italic-webfont.eot') format('embedded-opentype'), url('/_fonts/gmach/ufonts.com_meta-normal-italic-webfont.woff') format('woff'), url('/_fonts/gmach/ufonts.com_meta-normal-italic-webfont.ttf') format('truetype'), url('/_fonts/gmach/ufonts.com_meta-normal-italic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metabold_roman';
  src: url('/_fonts/gmach/ufonts.com_meta-bold-roman-webfont.eot');
  src: url('/_fonts/gmach/ufonts.com_meta-bold-roman-webfont.eot') format('embedded-opentype'), url('/_fonts/gmach/ufonts.com_meta-bold-roman-webfont.woff') format('woff'), url('/_fonts/gmach/ufonts.com_meta-bold-roman-webfont.ttf') format('truetype'), url('/_fonts/gmach/ufonts.com_meta-bold-roman-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* PAGE STRUCTURE
----------------------------------------------- */
#fixedNav {
  background: transparent url(/_img/gmach/transient.png) repeat-x left top;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 221px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-height: 400px) {
  #fixedNav {
    height: 191px;
  }
}
.colorBg {
  background-color: #ba1420;
  height: 145px;
  position: absolute;
  top: 76px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-height: 400px) {
  .colorBg {
    height: 115px;
  }
}
.gicon {
  position: absolute;
  top: 5.5%;
  right: 3.5%;
}
.gicon a {
  background: transparent url(/_img/gmach/gicon.png) no-repeat left top;
  background-size: 100%;
  display: block;
  width: 47px;
  height: 62px;
  text-indent: -9999em;
  border-bottom: 0px #000 solid;
}
@media screen and (max-width: 568px) {
  .gicon {
    display: none;
  }
}
html.home .gicon {
  display: block;
}
/* on homepage some things are different */
html.home #fixedNav {
  height: 50%;
  min-height: 0;
  overflow: visible;
}
html.home .colorBg {
  top: 0;
  height: 100%;
}
html.home .logo {
  margin: 0 auto;
  margin-top: -51px;
  width: 100%;
  max-width: 620px;
}
html.home .logo strong {
  font-size: 60px;
}
html.home .logo p {
  font-size: 32px;
}
@media screen and (min-width: 1200px) {
  html.home .logo {
    max-width: 790px;
    margin-top: -64px;
  }
  html.home .logo strong {
    font-size: 76px;
  }
  html.home .logo p {
    font-size: 46px;
  }
}
html.home .gicon {
  top: 10%;
  right: 10%;
}
@media screen and (max-width: 461px) {
  html.home .gicon {
    top: 6%;
  }
}
@media screen and (max-height: 461px) {
  html.home .gicon {
    top: 5%;
  }
}
html.home .gicon a {
  width: 97px;
  height: 208px;
}
.logo {
  margin: -37px 0 0 0;
  line-height: 1;
  width: 390px;
  text-align: left;
  margin-left: 7.5%;
  padding: 0 22.5px;
}
.logo strong {
  font-family: 'metabold_roman';
  font-size: 44px;
  text-transform: lowercase;
  font-weight: normal !important;
}
.logo strong a {
  text-decoration: none;
  color: #000;
}
.logo strong span {
  color: #9a9c9d;
  margin-right: -10px;
}
.logo p {
  font-family: 'metanormal_italic';
  color: #fff;
  font-size: 26px;
  text-align: left;
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 461px), screen and (max-height: 461px) {
  .logo {
    max-width: 320px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: -30px !important;
  }
  .logo strong {
    font-size: 36px !important;
  }
  .logo strong span {
    margin-right: -6px !important;
  }
  .logo p {
    font-size: 21px !important;
  }
}
@media screen and (max-width: 641px) {
  .logo {
    margin-left: 0;
  }
}
/* NAVIGATION
----------------------------------------------- */
#mainnav {
  position: absolute;
  right: 10%;
  top: auto;
  bottom: 20px;
  z-index: 1000;
}
#mainnav ul {
  /*text-align: right;*/
  width: 100%;
}
#mainnav li {
  display: block;
  position: relative;
  float: left;
}
#mainnav .navLevel0 > li {
  padding-left: 4em;
}
#mainnav li:first-child  {
  padding-left: 0;
}
#mainnav a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  /* margin-left: 35px; */
}

#mainnav li li a {font-weight:normal;} 
#mainnav a:hover {
  color: #ff6600;
}
#mainnav li.navCurrent a,
#mainnav li.navInPath a
{
  color: #000;
}
#mainnav .navLevel1 {
  position: absolute;
  bottom: 25px;
  width: 10em;
}
#mainnav .navLevel1 li {
  display: block;
  text-align: left;
  float:none;
}
#mainnav .navLevel1 li a {
  margin: 0;
  display: inline;
  text-shadow: none;
  font-size: 13px;
  color: #fff;
}
#mainnav .navLevel1 li a:hover {
  color: #ff6600;
}
@media screen and (max-width: 641px) {
  #mainnav {
    right: 93px;
    bottom: 25px;
    max-width: 250px;
    text-align: right;
  }
  #mainnav li {
    display: none;
  }
  #mainnav ul {
    text-align: right;
  }
  #mainnav ul:before {
    display: none;
  }
  #mainnav li.navInPath {
    display: inline-block;
    float: none;
  }
  #mainnav li.navInPath a {
    display: inline;
    text-shadow: none;
    color: #fff;
  }
  #mainnav li.navInPath > a:after {
    content: "|";
    color: #fff;
    margin-left: 3px;
  }
  #mainnav .navLevel1 {
    position: static;
    width: auto;
    display: inline;
  }
  #mainnav .navLevel1 li {
    display: inline;
    float: none;
    text-align: right;
  }
  #mainnav .navLevel1 li:after {
    content: "|";
    color: #fff;
    margin-left: 3px;
  }
}
/* CONTENT
----------------------------------------------- */
#content {
  padding: 6.7em 0 241px 23.5px;
  text-align: left;
  margin-left: 7.5%;
  /* width: 100%;
  max-width: 805px; */
}

@media screen and (max-width: 835px) {
  #content {
    margin-left: 0;
  }
}
@media screen and (max-width: 568px) {
  #content {
    padding-top: 8em;
  }
}

#content.centered {
  display: table;
  width: 90%;
  height: calc(75%);
  padding: 0;
  max-width: 540px;
  margin: 0 auto;
  margin-left: 10%;
}
#content.centered article {
  display: table-row;
}
#content.centered .editor {
  float: none;
  display: table-cell;
  vertical-align: middle;
  max-width: 540px;
  width: 100%; 
  // padding: 0 17.5px;
}
#content.centered .editor p {
  line-height: 1.55;
}

#content.top-centered {
  display: table;
  width: 90%;
  height: calc(75%);
  padding: 0;
  max-width: 540px;
  margin: 0 auto;
  margin-left: 10%;
}
#content.top-centered article {
  display: table-row;
}

#content.top-centered .editor  {
  position:absolute;
  float: none;
  display: table-cell;
  vertical-align: middle;
  top:10%;
  max-width: 540px;
  width: 90%; 
  // padding: 0 17.5px;
 
}

#content ul, #content li { list-style: outside none none; }
#content .editor ul li:before {content:"_ ";}
#content .editor ul li {text-indent: -0.85em;}

#content.centered .editor,
#content.top-centered .editor 
{
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}
#content.top-centered .editor p, 
#content.centered .editor p {
  line-height: 1.55;
}


@media screen and (max-height: 568px) {
  #content.centered {
    display: block;
    padding: 3.2em 17.5px 211px;
    height: auto;
  }
}
/* WYSIWYG Editor Styles */
.editor {
  width: 55%; 
  /* max-width: 540px; */
  padding: 0 17.5px 0 0;
  line-height: 1.5em;
  float: left;
}
.editor p,
.editor ul {
  margin-bottom: 1em;
}
.editor ul,
.editor li {
  list-style-type: disc;
  margin-left: 12px;
}
.images {
  float: right;
  max-width: 250px;
  width: 25%;
  padding-top: 2.6em;
  margin-right: 9em;
}
.images img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 835px) {
  .images { 
    margin-right: 7em;
  }
  #content {
    margin-left: 0;
  }
}

@media screen and (max-width: 568px) {
  #content {
    padding-top: 8em;
  }
}

@media screen and (max-width: 568px) {
  .editor {
      width:85%;
  }
  .images {
    float: none;
    width: 75%;
    max-width: 160px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin:0;
  }
  .images img {
    margin: 0;
  }
  .images ul li {
    display: none;
  }
  .images ul li:first-child {
    display: block;
  }
}
.morelink {
  color: #ba1420;
  text-decoration: none;
}
.morelink:hover {
  color: #ba1420 !important;
  text-shadow: 0 0 10px #000000;
}
.morelink:visited {
  color: #ba1420;
}
/* MM-MENU STYLES
----------------------------------------------- */
#mm-nav {
  overflow: visible;
}
#mm-nav .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  height: auto;
  display: block !important;
  margin: 0;
  width: auto;
}
#mm-nav .logo strong {
  font-size: 36px;
}
.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
  height: 86%;
  max-height: 750px;
}
.mm-menu,
.mm-menu > .mm-panel {
  background: #ba1420;
  text-align: left;
  width: 100%;
}
.mm-list > li > a,
.mm-list > li > span {
  color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  display: inline-block;
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: transparent;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border: none;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: transparent;
}
.navLevel1.mm-list > li > a {
  padding: 6px 0 6px 50px;
  font-weight: normal !important;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  padding: 0 0 10px 0;
}
/* Subopen Arrows */
.mm-list a.mm-subopen {
  position: static;
  display: inline-block;
  padding: 10px 10px 10px 5px;
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  position: static;
  display: inline-block;
  margin: 0;
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  background: transparent url(/_img/gmach/arrows.png) no-repeat left top;
  width: 12px;
  height: 12px;
  border: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Trigger Button */
.mm-trigger-close {
  position: fixed;
  background: transparent;
  width: 35px;
  height: 30px;
  right: 35px;
  bottom: 28px;
  z-index: 3;
  display: none;
}
.mm-trigger-open {
  position: fixed;
  width: 35px;
  height: 26px;
  right: 35px;
  bottom: 30px;
  z-index: 2;
  display: none;
}
.mm-trigger-open:before,
.mm-trigger-open:after,
.mm-trigger-open span {
  background: #fff;
  content: '';
  display: block;
  width: 35px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none 0.5s ease 0.5s;
  -moz-transition: none 0.5s ease 0.5s;
  -o-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: -webkit-transform, top, bottom, left, opacity;
  -moz-transition-property: -moz-transform, top, bottom, left, opacity;
  -o-transition-property: -o-transform, top, bottom, left, opacity;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform, top, bottom, left, opacity;
}
.mm-trigger-open span {
  top: 50%;
  margin-top: -3px;
}
.mm-trigger-open:after {
  top: auto;
  bottom: 0px;
}

.mobilomit {}

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

  .mobileomit { display: none;}
  .mm-trigger-open {
    display: block;
  }
}
html.mm-opened .mm-trigger-close {
  display: block;
  cursor: pointer;
}
html.mm-opening .mm-trigger-open:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
html.mm-opening .mm-trigger-open:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 10px;
}
html.mm-opening .mm-trigger-open span {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mm-header {
  border: none;
  text-align: left;
  line-height: 1;
  height: auto;
  padding: 0 22.5px;
  top: -36px;
  background: transparent;
  max-width: 320px !important;
}
.mm-header strong {
  font-family: 'metabold_roman';
  font-size: 44px;
  text-transform: lowercase;
  font-weight: normal !important;
}
.mm-header strong a {
  text-decoration: none;
  color: #000;
}
.mm-header strong span {
  color: #9a9c9d;
  margin-right: -10px;
}
.mm-header p {
  font-family: 'metanormal_italic';
  color: #fff;
  font-size: 26px;
  text-align: left;
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 461px), screen and (max-height: 461px) {
  .mm-header {
    max-width: 320px !important;
    margin-left: 0;
    margin-right: 0;
    top: -29px;
  }
  .mm-header strong {
    font-size: 36px !important;
  }
  .mm-header strong span {
    margin-right: -6px !important;
  }
  .mm-header p {
    font-size: 21px !important;
  }
}
@media screen and (max-width: 641px) {
  .mm-header {
    margin-left: 0;
  }
}
html.mm-front #mm-blocker {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: rgba(255, 255, 255, 0.4);
}
/* FOOTER
----------------------------------------------- */
footer {
  color: #fff;
  font-size: 11px;
  border-top: 1px solid #7b7b79;
  margin-top: 10em;
}
.footer-inner {
  padding: 1em 17.5px 2em 17.5px;
}
#bottomNav {
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#bottomNav ul {
  display: table-row;
}
#bottomNav li {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
#bottomNav li a {
  font-weight: bold;
  line-height: 28px;
  font-size: 13px;
}
html.aktuell footer {
  margin-top: 0;
  padding-bottom: 1em;
}
html.aktuell .footer-inner {
  background-color: #99989c;
  margin: 2em 0;
  padding: 0 17.5px;
}

@media print {


}
