/**
* CSS3 rem font size
*/
html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 62.5%;
}
a,
a img {
  border: 0px;
}
.container {
  width: 990px;
  margin: 0 auto;
  padding: 0 40px;
}
.row {
  width: 990px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row .col-1 {
  float: left;
  width: 140px;
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-1 .row {
  width: auto;
}
.row .col-2 {
  float: left;
  width: 310px;
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-2 .row {
  width: auto;
}
.row .col-3 {
  float: left;
  width: 480px;
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-3 .row {
  width: auto;
}
.row .col-4 {
  float: left;
  width: 650px;
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-4 .row {
  width: auto;
}
.row .col-5 {
  float: left;
  width: 820px;
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-5 .row {
  width: auto;
}
.row .col-6 {
  float: left;
  width: 990px;
  padding-left: 0px;
  padding-right: 0px;
}
.row .col-6 .row {
  width: auto;
}
.row .col-12-3 {
  float: left;
  width: 225px;
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-12-3 .row {
  width: auto;
}
.row .col-first {
  padding-left: 0px;
}
.row .col-first .row {
  margin-left: 0px;
}
.row .col-last {
  padding-right: 0px;
}
.row .col-last .row {
  margin-right: 0px;
}
div.symbolimage {
  font-size: 10px;
  font-size: 0.6rem;
  font-family: "myriad-pro", sans-serif;
  text-align: right;
}
div.buttonHolder {
  background-color: #ebedea;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  min-height: 84px;
}
div.buttonNotice {
  position: absolute;
  bottom: 80px;
  right: 0px;
  width: 315px;
  background-color: transparent;
}
div.buttonNotice p {
  font-size: 13px;
  font-size: 0.8rem;
  font-family: "myriad-pro", sans-serif;
}
div.buttonNotice a {
  font-size: 13px;
  font-size: 0.8rem;
  font-family: "myriad-pro", sans-serif;
  color: #256729;
  text-decoration: none;
}
div.buttonContainer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #ffffff;
}
div.buttonContainer:before,
div.buttonContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.buttonContainer:after {
  clear: both;
}
div.buttonContainer .topSpacer {
  background-color: #ebedea;
  border-bottom-right-radius: 6px;
  height: 10px;
}
div.buttonContainer .leftSpacer {
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: #ebedea;
  border-bottom-right-radius: 6px;
  width: 10px;
  height: 70px;
  z-index: 10;
  /*		float: left;*/
}
div.buttonContainer button {
  background: #256729 url(/system/img/button_gruen-bg.png) top left no-repeat;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #ffffff;
  font-family: "myriad-pro", sans-serif;
  font-size: 19px;
  font-size: 1.2rem;
  border: none;
  border-bottom-right-radius: 6px;
  height: 65px;
  white-space: nowrap;
  padding: 0px 10px 0px 20px;
  cursor: pointer;
  z-index: 50;
  width: 320px;
}
div.buttonContainer button.home {
  width: 220px;
  padding-right: 0px;
}
div.buttonContainer a {
  background: #256729 url(/system/img/button_gruen-bg.png) top left no-repeat;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #ffffff;
  font-family: "myriad-pro", sans-serif;
  font-size: 19px;
  font-size: 1.2rem;
  border: none;
  border-bottom-right-radius: 6px;
  height: 55px;
  white-space: nowrap;
  padding: 10px 0px 0px 20px;
  display: inline-block;
  text-decoration: none;
  z-index: 50;
}
div.buttonContainer .button {
  min-width: 280px;
  padding-right: 10px;
  max-width: 280px;
}
div.buttonContainer button,
div.buttonContainer .button {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8rem;
}
div.buttonContainer button .label,
div.buttonContainer .button .label {
  float: left;
  padding-top: 16px;
}
div.buttonContainer button .costs,
div.buttonContainer .button .costs {
  font-size: 18px;
  font-size: 1.1rem;
  float: left;
  padding-top: 13px;
}
div.buttonContainer button .tax,
div.buttonContainer .button .tax {
  font-size: 11px;
  font-size: 0.7rem;
  float: left;
  padding-top: 2px;
}
div.buttonContainer button .highlight,
div.buttonContainer .button .highlight {
  font-size: 18px;
  font-size: 1.1rem;
  float: right;
  padding-top: 13px;
}
div.buttonContainer button .legal,
div.buttonContainer .button .legal {
  float: left;
  font-size: 11px;
  font-size: 0.7rem;
  padding-top: 13px;
}
.machineItem {
  font-size: 13px;
  font-size: 0.8rem;
  font-family: "myriad-pro", sans-serif;
  margin: 0 0 30px 0;
}
.machineItem h2 {
  color: #256729;
}
.machineItem p {
  margin: 0 0 5px 0;
}
.machineItem .machineInfo {
  border-right: 1px #b3b3b3 solid;
  margin-bottom: 5px;
  min-height: 70px;
  width: 309px;
}
.machineItem .machineInfo ul {
  margin-left: 0;
  padding-left: 15px;
}
.machineItem .machineDetailsTable {
  min-height: 94px;
}
.machineItem .image-gallery:before,
.machineItem .image-gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.machineItem .image-gallery:after {
  clear: both;
}
.machineItem .image-gallery a {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 0.5;
  background-color: #ffffff;
  position: relative;
}
.machineItem .image-gallery a img {
  border: 0;
  position: relative;
}
.machineItem img.col-2-klein {
  border: 30px #ffffff solid;
}
.machineItem .hide {
  display: none;
}
.machineItem .moreDetails .detailsContent {
  display: none;
}
.machineItem a.showDetails {
  color: #256729;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.machineItem a.showDetails:hover {
  text-decoration: underline;
}
.machineItem .standardTable {
  border-collapse: collapse;
}
.machineItem .standardTable th,
.machineItem .standardTable td {
  vertical-align: top;
  padding-left: 5px;
  border-collapse: collapse;
}
.machineItem .standardTable tr > td:first-child {
  padding-left: 0px;
}
.machineItem .propertiesTable td:first-child {
  width: 110px;
}
header {
  position: relative;
  min-height: 150px;
  background: #b3b3b3 url(/system/img/header_bg1.gif) bottom left repeat-x;
}
header #tiemanngroup {
  display: none;
  height: 100px;
  padding-top: 50px;
}
header #tiemanngroup .col-first {
  text-align: left;
}
header #tiemanngroup .col-first img {
  padding-left: 0px;
}
header #tiemanngroup .col-last a {
  margin-right: 10px;
  vertical-align: top;
}
header #navigationWrapper {
  height: 50px;
  position: relative;
}
header #navigationWrapper:before,
header #navigationWrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header #navigationWrapper:after {
  clear: both;
}
header #navigationWrapper #tiemanngroupLink {
  width: 50%;
  text-align: right;
  float: left;
}
header #navigationWrapper #tiemanngroupLink a {
  text-transform: uppercase;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-size: 16px;
  color: #ebedea;
  height: 30px;
  float: right;
  margin-right: 15px;
  text-decoration: none;
  padding-top: 20px;
}
header #navigationWrapper #logout {
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -485px;
  width: 200px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.9rem;
}
header #navigationWrapper #logout a {
  line-height: 1.4;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.9rem;
  text-decoration: none;
  font-family: "myriad-pro-semi-condensed", sans-serif;
}
header #navigationWrapper #logout a:hover {
  text-decoration: underline;
}
header #navigationWrapper #navigation {
  position: relative;
  width: 50%;
  float: left;
  text-align: left;
  background-color: #fff;
  height: 50px;
  overflow: visible;
}
header #navigationWrapper #navigation:before,
header #navigationWrapper #navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header #navigationWrapper #navigation:after {
  clear: both;
}
header #navigationWrapper #navigation a {
  text-transform: uppercase;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-size: 14px;
  font-size: 0.9rem;
  float: left;
  height: 65px;
  background: transparent;
  text-decoration: none;
}
header #navigationWrapper #navigation a span {
  display: block;
  height: 30px;
  padding: 20px 10px 0 10px;
  margin-left: 0px;
  border-left: 1px #b3b3b3 solid;
  background-color: #fff;
  color: #585858;
}
header #navigationWrapper #navigation a:hover span {
  color: #256729;
}
header #navigationWrapper #navigation a.active {
  background: transparent url(/system/img/nav_aktiv.png) bottom center no-repeat;
}
header #navigationWrapper #navigation a.active span {
  color: #b3b3b3;
}
header #navigationWrapper #navigation a.first span {
  border-left: 0px;
  margin-left: 0px;
}
header #logo {
  height: 100px;
  border: 0;
}
header #logo a,
header #logo img {
  border: 0;
}
#content {
  padding-top: 50px;
  position: relative;
}
#content.home {
  padding-top: 5px;
}
#content.home #mainForm {
  position: relative;
  min-height: 94px;
  font-family: "myriad-pro", sans-serif;
  padding-top: 10px;
  z-index: 100;
}
#content.home #mainForm p {
  margin: 0;
  padding: 0 0 10px 0;
}
#content.home #mainForm p:before,
#content.home #mainForm p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#content.home #mainForm p:after {
  clear: both;
}
#content.home #mainForm label {
  vertical-align: middle;
  padding-top: 4px;
  min-height: 16px;
  float: left;
  font-size: 13px;
  font-size: 0.8rem;
  font-weight: bold;
  width: 80px;
  font-family: "myriad-pro", sans-serif;
}
#content.home #mainForm .hidden {
  display: none;
}
#content.home #mainForm button {
  font-size: 18px;
  font-size: 1.1rem;
}
#content.home #mainForm input.calendarInput {
  width: 144px;
  border: 2px #fff solid;
  background: #ffffff url(/system/img/icon_kalender.png) right center no-repeat;
  border-radius: 2px;
  padding-right: 16px;
  min-height: 16px;
}
#content.home #mainForm select {
  background: #fff;
  border: 2px #fff solid;
  border-radius: 2px;
  width: 164px;
  min-height: 16px;
}
#content.home #teaserPrice {
  position: relative;
  padding-top: 105px;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  color: #256729;
}
#content.home #teaserPrice:before,
#content.home #teaserPrice:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#content.home #teaserPrice:after {
  clear: both;
}
#content.home #teaserPrice #teaserPriceNote {
  margin-left: 30px;
  padding-top: 65px;
  float: left;
}
#content.home #teaserPrice #teaserPriceNote span {
  font-size: 45px;
  font-size: 2.8rem;
  vertical-align: top;
  line-height: 1;
}
#content.home #teaserPrice #teaserPriceNote .small {
  font-size: 16px;
  font-size: 1rem;
  font-family: "myriad-pro", sans-serif;
}
#content.home #teaserPrice strong {
  font-size: 128px;
  font-size: 8rem;
  vertical-align: top;
  float: right;
  padding-right: 15px;
}
#content.home #teaserLegalNote {
  position: absolute;
  bottom: 95px;
  right: 0px;
  font-size: 11px;
  font-size: 0.7rem;
  color: #585858;
}
.contentElement {
  margin-bottom: 15px;
}
.textarea-content-col3,
.textarea-content-col6,
.contentElement-2Col,
.contentElement-3Col,
.contentElement-4Col,
.contentElement-6Col {
  font-size: 14px;
  font-size: 0.9rem;
  font-family: "myriad-pro", sans-serif;
}
.textarea-content-col3 h2,
.textarea-content-col6 h2,
.contentElement-2Col h2,
.contentElement-3Col h2,
.contentElement-4Col h2,
.contentElement-6Col h2 {
  color: #256729;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.textarea-content-col3 h3,
.textarea-content-col6 h3,
.contentElement-2Col h3,
.contentElement-3Col h3,
.contentElement-4Col h3,
.contentElement-6Col h3 {
  height: 30px;
  margin: 0 0 0 0;
  padding: 0;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  color: #585858;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.9rem;
}
.textarea-content-col3 h3 strong,
.textarea-content-col6 h3 strong,
.contentElement-2Col h3 strong,
.contentElement-3Col h3 strong,
.contentElement-4Col h3 strong,
.contentElement-6Col h3 strong {
  font-weight: normal;
  text-transform: uppercase;
}
.textarea-content-col3 img,
.textarea-content-col6 img,
.contentElement-2Col img,
.contentElement-3Col img,
.contentElement-4Col img,
.contentElement-6Col img {
  max-width: 100%;
}
.textarea-content-col3 p,
.textarea-content-col6 p,
.contentElement-2Col p,
.contentElement-3Col p,
.contentElement-4Col p,
.contentElement-6Col p {
  margin: 0 0 10px 0;
}
.textarea-content-col3 .hervorgehoben,
.textarea-content-col6 .hervorgehoben,
.contentElement-2Col .hervorgehoben,
.contentElement-3Col .hervorgehoben,
.contentElement-4Col .hervorgehoben,
.contentElement-6Col .hervorgehoben {
  color: #256729;
}
.textarea-content-col3 a,
.textarea-content-col6 a,
.contentElement-2Col a,
.contentElement-3Col a,
.contentElement-4Col a,
.contentElement-6Col a {
  color: #256729;
  text-decoration: none;
}
.textarea-content-col3 a:hover,
.textarea-content-col6 a:hover,
.contentElement-2Col a:hover,
.contentElement-3Col a:hover,
.contentElement-4Col a:hover,
.contentElement-6Col a:hover {
  text-decoration: underline;
}
.textarea-content-col3 table,
.textarea-content-col6 table,
.contentElement-2Col table,
.contentElement-3Col table,
.contentElement-4Col table,
.contentElement-6Col table {
  border-collapse: collapse;
  width: 100%;
  margin-left: -15px;
}
.textarea-content-col3 table tr td,
.textarea-content-col6 table tr td,
.contentElement-2Col table tr td,
.contentElement-3Col table tr td,
.contentElement-4Col table tr td,
.contentElement-6Col table tr td {
  font-family: "myriad-pro", sans-serif;
  background-color: #ebedea;
  padding: 2px 15px;
  border-bottom: 2px #ffffff solid;
}
.textarea-content-col3 ul,
.textarea-content-col6 ul,
.contentElement-2Col ul,
.contentElement-3Col ul,
.contentElement-4Col ul,
.contentElement-6Col ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.textarea-content-col3 ul li,
.textarea-content-col6 ul li,
.contentElement-2Col ul li,
.contentElement-3Col ul li,
.contentElement-4Col ul li,
.contentElement-6Col ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  background: url(/system/img/aufzaehlung.gif) 0px 5px no-repeat;
}
.textarea-content-col3 {
  padding: 15px;
}
.contentElement-LegalNote {
  font-size: 13px;
  font-size: 0.8rem;
  padding: 15px 0;
}
.contentElement-LegalNote ul,
.contentElement-LegalNote ol {
  margin-left: 0px;
  padding-left: 18px;
}
.contentElement-SeriesTeaser .col-2 h3 {
  text-align: center;
  border-top: 1px #b3b3b3 solid;
  padding-top: 5px;
}
.contentElement-Regions p.email a {
  color: #256729;
  text-decoration: none;
}
.contentElement-Form label {
  float: left;
  width: 100px;
}
.contentElement-Form input[type="text"],
.contentElement-Form input[type="password"],
.contentElement-Form textarea {
  width: 200px;
  border: 1px #B3B3B3 solid;
}
.contentElement-Form textarea {
  height: 150px;
  resize: none;
}
.contentElement-Form button {
  margin-left: 100px;
}
#filterContainer {
  border-radius: 5px;
  background-color: #ebedea;
  margin-bottom: 50px;
}
#filterForm {
  position: relative;
  height: 39px;
  padding-top: 15px;
  font-family: "myriad-pro", sans-serif;
}
#filterForm p:before,
#filterForm p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#filterForm p:after {
  clear: both;
}
#filterForm label {
  vertical-align: middle;
  min-height: 16px;
  padding-top: 2px;
  margin-left: 20px;
  float: left;
  font-size: 13px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: "myriad-pro", sans-serif;
}
#filterForm .hidden {
  display: none;
}
#filterForm input.calendarInput {
  width: 75px;
  border: 2px #ebedea solid;
  background: #ebedea url(/system/img/icon_kalender.png) right center no-repeat;
  padding-right: 16px;
  min-height: 16px;
  float: left;
  margin-left: 5px;
}
#filterForm select {
  background: #fff;
  border: 2px #fff solid;
  width: 144px;
  min-height: 16px;
  float: left;
  margin-left: 5px;
}
#filterForm button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 54px;
  background-color: #256729;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  border: 0px;
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  font-size: 1.1rem;
}
.form label {
  float: left;
  width: 100px;
}
.form input[type="text"],
.form textarea {
  width: 190px;
  border: 1px #B3B3B3 solid;
}
.form textarea {
  height: 150px;
  resize: none;
}
.form a {
  color: #256729;
  text-decoration: none;
}
.form a:hover {
  text-decoration: underline;
}
#metaContent {
  background: #ebedea url(/system/img/abstand_weiss.gif) top left repeat-x;
  min-height: 55px;
}
#metaContent #teaserItems .col-2 {
  height: 220px;
  overflow: hidden;
  position: relative;
}
#metaContent #teaserItems .col-2 img {
  margin-top: -220px;
}
#metaContent #teaserItems .col-2 h3 {
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 10px;
  color: #585858;
  position: absolute;
  top: 0px;
  left: 15px;
}
#metaContent #teaserItems .col-2:hover img {
  margin-top: 0px;
}
#metaContent #teaserItems .col-first h3 {
  left: 0px;
}
#metaContent #metaContacts,
#metaContent #metaLocations {
  padding: 30px 0 30px 0;
}
#metaContent #metaContacts h3,
#metaContent #metaLocations h3 {
  height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  color: #585858;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.9rem;
}
#metaContent #metaContacts h3 strong,
#metaContent #metaLocations h3 strong {
  font-weight: normal;
  text-transform: uppercase;
}
#metaContent #metaContacts .imageContainer,
#metaContent #metaLocations .imageContainer {
  height: 180px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
#metaContent #metaContacts .mapContainer,
#metaContent #metaLocations .mapContainer {
  height: 180px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
#metaContent #metaContacts p,
#metaContent #metaLocations p {
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  font-size: 0.9rem;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
  color: #585858;
}
#metaContent #metaContacts p.email a,
#metaContent #metaLocations p.email a {
  color: #256729;
  text-decoration: none;
}
#metaContent #testimonials {
  padding-top: 50px;
}
#metaContent #testimonials #servicenumber p {
  margin: 0;
  padding: 45px 0;
  background-color: #b3b3b3;
  text-align: center;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-size: 20pt;
  color: #ffffff;
  /*				a {
				text-decoration: none;
				font-family: @fontHighlight;
				font-size: 20pt;
				color: @white;
			}*/
}
#metaContent #testimonials #servicenumber p strong {
  font-size: 30pt;
  font-weight: normal;
}
#metaContent #testimonials #testimonial p {
  margin: 0;
  padding: 45px 260px 45px 45px;
  background-color: #fff;
  font-family: "myriad-pro", sans-serif;
  font-size: 10pt;
  color: #585858;
  min-height: 130px;
}
#metaContent #testimonials #testimonial p strong {
  display: block;
  color: #256729;
  font-style: italic;
  font-size: 16pt;
  font-weight: normal;
  padding-bottom: 10px;
}
#metaContent #testimonials.topSpacer {
  padding-top: 105px;
}
footer {
  background-color: #b3b3b3;
  height: 100px;
  padding-top: 50px;
  font-family: "myriad-pro", sans-serif;
  font-size: 13px;
  font-size: 0.8rem;
  color: #ffffff;
}
footer .container {
  position: relative;
  z-index: 110;
}
footer p {
  margin: 0;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
#footerTeaser {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 230px;
  width: 265px;
  height: 405px;
  background: url(/media/bilder/footer_bauer-01.png) bottom left no-repeat;
  z-index: 100;
}
span.contactLabel {
  float: left;
  width: 50px;
}
.editmode {
  font-size: 13px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #256729;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
