/* ************** *
 *                *
 *  color schema  *
 *                *
 * ************** */
/* ******************* *
 *                     *
 *  width and heights  *
 *                     *
 * ******************* */
/* ******* *
 *         *
 *  fonts  *
 *         *
 * ******* */
/* line 17, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* *********** *
 *             *
 *  font-face  *
 *             *
 * *********** */
@font-face {
  font-family: 'open_sanslight';
  src: url("../font/OpenSans-Light-webfont.eot");
  src: url("../font/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Light-webfont.woff") format("woff"), url("../font/OpenSans-Light-webfont.ttf") format("truetype"), url("../font/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../font/OpenSans-Semibold-webfont.eot");
  src: url("../font/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Semibold-webfont.woff") format("woff"), url("../font/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../font/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* **************** *
 *                  *
 *  default styles  *
 *                  *
 * **************** */
/* line 43, ../scss/mayr-default.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 49, ../scss/mayr-default.scss */
b,
strong {
  font-weight: bold;
}

/* line 55, ../scss/mayr-default.scss */
i,
em {
  font-style: italic;
  color: #595959;
}

/* line 60, ../scss/mayr-default.scss */
blockquote {
  margin: 1em 40px;
}

/* line 64, ../scss/mayr-default.scss */
p {
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 69, ../scss/mayr-default.scss */
hr {
  background: none repeat scroll 0 0 #ccc;
  border: none;
  color: #ccc;
  display: block;
  height: 1px;
}

/* line 77, ../scss/mayr-default.scss */
div.content {
  margin-bottom: 20px;
}

/* line 83, ../scss/mayr-default.scss */
a {
  color: #595959;
  text-decoration: none;
  font-weight: bold;
}
/* line 89, ../scss/mayr-default.scss */
a:hover, a:focus {
  text-decoration: underline;
}
/* line 92, ../scss/mayr-default.scss */
a:focus {
  outline: thin dotted;
}
/* line 98, ../scss/mayr-default.scss */
a:hover, a:active {
  outline: 0;
}

/* line 105, ../scss/mayr-default.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

/* line 112, ../scss/mayr-default.scss */
li {
  list-style-image: url(../img/mayr-list-style.png);
}

/* line 116, ../scss/mayr-default.scss */
ul.content {
  padding-left: 40px;
}

/* line 120, ../scss/mayr-default.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 124, ../scss/mayr-default.scss */
h1 {
  font-family: 'open_sanssemibold';
  font-size: 2em;
  line-height: 1.3em;
  font-weight: normal;
  text-transform: uppercase;
  color: #A1BF37;
  margin: 0 0 1em;
}

/* line 134, ../scss/mayr-default.scss */
h2 {
  font-family: 'open_sanssemibold';
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
  color: #595959;
  margin: 0 0 1em;
}

/* line 143, ../scss/mayr-default.scss */
h3 {
  font-family: 'open_sanssemibold';
  font-size: 1.4em;
  color: #595959;
  margin: 0 0 1em;
}

/* line 150, ../scss/mayr-default.scss */
h4 {
  font-family: 'open_sanssemibold';
  font-size: 1.2em;
  color: #595959;
  margin: 0 0 1em;
}

/* line 157, ../scss/mayr-default.scss */
h5 {
  font-family: 'open_sanssemibold';
  font-size: 1.2em;
  font-weight: bold;
  color: #595959;
  margin: 0 0 1em;
}

/* line 165, ../scss/mayr-default.scss */
h6 {
  font-family: 'open_sanssemibold';
  font-size: 1em;
  font-weight: bold;
  color: #595959;
  margin: 0 0 1em;
}

/* line 178, ../scss/mayr-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #595959;
}

/* line 182, ../scss/mayr-default.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/* line 190, ../scss/mayr-default.scss */
th,
td {
  text-align: left;
  vertical-align: top;
}

/* line 195, ../scss/mayr-default.scss */
table.contenttable {
  width: 100%;
}

/* ************ *
 *              *
 *  page setup  *
 *              *
 * ************ */
/* line 205, ../scss/mayr-default.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 217, ../scss/mayr-default.scss */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 75%;
  line-height: 1.66em;
  background: url(../img/mayr-background-grey-bottom.png) 10% 50% no-repeat fixed #f9f9f9;
  color: #555555;
}

/* line 230, ../scss/mayr-default.scss */
#menu-lvl1 {
  float: right;
}

/* line 234, ../scss/mayr-default.scss */
#page-logo {
  float: left;
}

/* line 238, ../scss/mayr-default.scss */
#page-logo {
  font-family: aleobold, sans-serif;
  font-size: 2em;
  line-height: 2em;
  font-weight: bold;
}

/* line 245, ../scss/mayr-default.scss */
#mayr-header {
  background: #f1f2f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmOWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #f1f2f2 0%, #f1f2f2 31%, #fbfbfb 51%, #f9fafa 65%, #f1f2f2 80%, #f1f2f2 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f1f2f2), color-stop(31%, #f1f2f2), color-stop(51%, #fbfbfb), color-stop(65%, #f9fafa), color-stop(80%, #f1f2f2), color-stop(100%, #f1f2f2));
  background: -webkit-radial-gradient(center, ellipse cover, #f1f2f2 0%, #f1f2f2 31%, #fbfbfb 51%, #f9fafa 65%, #f1f2f2 80%, #f1f2f2 100%);
  background: -o-radial-gradient(center, ellipse cover, #f1f2f2 0%, #f1f2f2 31%, #fbfbfb 51%, #f9fafa 65%, #f1f2f2 80%, #f1f2f2 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f1f2f2 0%, #f1f2f2 31%, #fbfbfb 51%, #f9fafa 65%, #f1f2f2 80%, #f1f2f2 100%);
  background: radial-gradient(ellipse at center, #f1f2f2 0%, #f1f2f2 31%, #fbfbfb 51%, #f9fafa 65%, #f1f2f2 80%, #f1f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f2', endColorstr='#f1f2f2',GradientType=1 );
}

/* line 257, ../scss/mayr-default.scss */
#mayr-header-bar {
  min-height: 75px;
  -webkit-box-shadow: 0px 0px 3px 3px #e7e8e8;
  -moz-box-shadow: 0px 0px 3px 3px #e7e8e8;
  box-shadow: 0px 0px 3px 3px #e7e8e8;
  background: #fff;
  padding: 20px 0;
}

/* line 266, ../scss/mayr-default.scss */
#mayr-teaser {
  background: url(../img/mayr-background.png) 90% 0 no-repeat;
  height: 404px;
}

/* line 271, ../scss/mayr-default.scss */
.mayr-content-inner {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
}

/* line 278, ../scss/mayr-default.scss */
.mayr-teaser-text {
  width: 390px;
  padding: 40px 0;
}

/* line 283, ../scss/mayr-default.scss */
#mayr-leistungen {
  background: url(../img/mayr-background-grey.png) 90% 0 no-repeat white;
  -webkit-box-shadow: 0px 0px 3px 3px #e7e8e8;
  -moz-box-shadow: 0px 0px 3px 3px #e7e8e8;
  box-shadow: 0px 0px 3px 3px #e7e8e8;
  padding: 20px 0;
}

/* line 291, ../scss/mayr-default.scss */
#mayr-objekte {
  padding: 20px 0;
  /*background: url(../img/mayr-background-grey-bottom.png) 10% 0 no-repeat;*/
}

/* line 296, ../scss/mayr-default.scss */
#mayr-kontakt {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 3px #e7e8e8;
  -moz-box-shadow: 0px 0px 3px 3px #e7e8e8;
  box-shadow: 0px 0px 3px 3px #e7e8e8;
  padding: 20px 0;
}
/* line 303, ../scss/mayr-default.scss */
#mayr-kontakt .mayr-content-left {
  border-right: 1px solid #e7e8e8;
}

/* line 308, ../scss/mayr-default.scss */
.mayr-content-left {
  float: left;
  width: 280px;
}

/* line 313, ../scss/mayr-default.scss */
.mayr-content-right {
  margin-left: 325px;
}

/* line 317, ../scss/mayr-default.scss */
#page-foot {
  margin-top: -20px;
  background: #a1bf37;
  color: #fff;
}

#page-foot a {
    color: #fff;
}

/* line 321, ../scss/mayr-default.scss */
#page-foot .mayr-content-inner {
  padding: 20px 0;
  background: url(../img/mayr-footer-logo.png) top right no-repeat;
}

/* ****** *
 *        *
 *  menu  *
 *        *
 * ****** */
/* line 335, ../scss/mayr-default.scss */
li.menu-lvl1 {
  display: inline-block;
  border-right: 2px solid #ebebeb;
  margin: 8px 0;
}
/* line 340, ../scss/mayr-default.scss */
li.menu-lvl1:last-child {
  border: none;
}

/* line 345, ../scss/mayr-default.scss */
a.menu-lvl1 {
  display: inline-block;
  font-size: 1.4em;
  font-family: 'open_sanssemibold', sans-serif;
  padding: 0 10px;
  color: #595959;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 360, ../scss/mayr-default.scss */
a.menu-lvl1:hover, a.menu-lvl1:focus, a.menu-lvl1.active {
  text-decoration: none;
  color: #A1BF37;
}

/* ******************* *
 *                     *
 *  multicolumn boxes  *
 *                     *
 * ******************* */
/* line 373, ../scss/mayr-default.scss */
div.table {
  display: table;
}

/* line 377, ../scss/mayr-default.scss */
div.table-row {
  display: table-row;
}

/* line 381, ../scss/mayr-default.scss */
div.table-cell {
  border-right: dotted 2px #cdcdcd;
  display: table-cell;
  padding: 0 20px;
  vertical-align: top;
}
/* line 387, ../scss/mayr-default.scss */
div.table-cell.first {
  padding-left: 0;
}
/* line 391, ../scss/mayr-default.scss */
div.table-cell.last {
  padding-right: 0;
  border: none;
}
/* line 396, ../scss/mayr-default.scss */
div.table-cell.width-22 {
  width: 178.66667px;
}
/* line 400, ../scss/mayr-default.scss */
div.table-cell.width-33 {
  width: 289px;
}
/* line 404, ../scss/mayr-default.scss */
div.table-cell div.content:last-child {
  margin-bottom: 0;
}

/* ************** *
 *                *
 *  form styling  *
 *                *
 * ************** */
/* ******* *
 *         *
 *  forms  *
 *         *
 * ******* */
/* line 424, ../scss/mayr-default.scss */
button,
input,
select,
textarea {
  /* Addresses font-family inconsistency between 'textarea' and other form elements. */
  font-family: Arial, sans-serif;
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  color: #555555;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* line 440, ../scss/mayr-default.scss */
.form-label {
  display: block;
  float: left;
  text-align: right;
  width: 220px;
  padding-right: 9px;
  border-right: solid 2px #cdcdcd;
  margin-right: 9px;
  margin-bottom: 10px;
}

/* line 451, ../scss/mayr-default.scss */
.form-content {
  margin-left: 240px;
  margin-bottom: 10px;
}

/* line 456, ../scss/mayr-default.scss */
input.powermail_text {
  width: 208px;
  border: 1px solid #cdcdcd;
  padding: 0 5px;
  line-height: 1.2em;
  background: #fff;
}

/* line 464, ../scss/mayr-default.scss */
input.powermail_submit {
  background: #595959;
  border: none;
  color: #fff;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.35em;
  cursor: pointer;
}

/* line 476, ../scss/mayr-default.scss */
textarea {
  width: 208px;
  border: 1px solid #cdcdcd;
  padding: 0 5px;
  line-height: 1.2em;
  background: #fff;
  height: 8.4em;
  line-height: 1.2em;
}

/* line 486, ../scss/mayr-default.scss */
table.powermail_all td {
  padding: 0 0.5em;
}
/* line 489, ../scss/mayr-default.scss */
table.powermail_all td:first-child {
  padding-left: 0;
}
/* line 493, ../scss/mayr-default.scss */
table.powermail_all td:last-child {
  padding-right: 0;
}

/* ************ *
 *              *
 *  wt_gallery  *
 *              *
 * ************ */
/* ********* *
 *           *
 *  slimbox  *
 *           *
 * ********* */
/* ************** *
 *                *
 *  color schema  *
 *                *
 * ************** */
/* ******************* *
 *                     *
 *  width and heights  *
 *                     *
 * ******************* */
/* ******* *
 *         *
 *  fonts  *
 *         *
 * ******* */
/* line 3, ../scss/mixins/_lightbox.scss */
#fnnlb-dimlight {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/black-80.png");
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

/* line 18, ../scss/mixins/_lightbox.scss */
#fnnlb-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  padding: 2px;
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  z-index: 1001;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0;
  visibility: hidden;
}

/* line 36, ../scss/mixins/_lightbox.scss */
#fnnlb-canvas img {
  overflow: hidden;
}

/* line 40, ../scss/mixins/_lightbox.scss */
#fnnlb-title {
  position: absolute;
  right: 2px;
  bottom: 2px;
  left: 2px;
  padding: 10px 20px;
  background: #595959;
  background: rgba(89, 89, 89, 0.9);
  color: #fff;
}
/* line 50, ../scss/mixins/_lightbox.scss */
#fnnlb-title.empty {
  display: none;
}

/* line 58, ../scss/mixins/_lightbox.scss */
#fnnlb-next,
#fnnlb-prev,
#fnnlb-close {
  position: absolute;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
  padding: 0 0.35em;
  width: 1em;
}

/* line 70, ../scss/mixins/_lightbox.scss */
#fnnlb-prev {
  left: -0.85em;
  top: 50%;
  margin-top: -0.5em;
}
/* line 74, ../scss/mixins/_lightbox.scss */
#fnnlb-prev:before {
  content: '«';
}

/* line 79, ../scss/mixins/_lightbox.scss */
#fnnlb-next {
  right: -0.85em;
  top: 50%;
  margin-top: -0.5em;
}
/* line 83, ../scss/mixins/_lightbox.scss */
#fnnlb-next:before {
  content: '»';
}

/* line 88, ../scss/mixins/_lightbox.scss */
#fnnlb-close {
  right: -0.65em;
  top: -0.65em;
  padding: 0.15em;
  border: 2px white solid;
}
/* line 94, ../scss/mixins/_lightbox.scss */
#fnnlb-close:before {
  content: '✕';
}

/* ***************** *
 *                   *
 *  generic classes  *
 *                   *
 * ***************** */
/* line 532, ../scss/mayr-default.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../../../lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 536, ../scss/mayr-default.scss */
.larger {
  font-size: larger;
}

/* line 540, ../scss/mayr-default.scss */
.smaller {
  font-size: smaller;
}

/* line 544, ../scss/mayr-default.scss */
.margin-left {
  margin-left: 20px;
}

/* line 548, ../scss/mayr-default.scss */
.margin-right {
  margin-right: 20px;
}

/* line 552, ../scss/mayr-default.scss */
.margin-top {
  margin-top: 20px;
}

/* line 556, ../scss/mayr-default.scss */
.margin-bottom {
  margin-bottom: 20px;
}

/* line 560, ../scss/mayr-default.scss */
.align-left {
  text-align: left;
}

/* line 564, ../scss/mayr-default.scss */
.align-center {
  text-align: center;
}

/* line 568, ../scss/mayr-default.scss */
.align-right {
  text-align: right;
}

/* line 572, ../scss/mayr-default.scss */
.align-justify {
  text-align: justify;
}

/* line 575, ../scss/mayr-default.scss */
.comment {
  color: #888888;
  font-size: smaller;
}
