/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/templates/hartmann19_ng/fonts/lato-v17-latin-300.eot');
  src: local(''), url('/templates/hartmann19_ng/fonts/lato-v17-latin-300.eot?#iefix') format('embedded-opentype'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-300.woff2') format('woff2'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-300.woff') format('woff'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-300.ttf') format('truetype'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-300.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/hartmann19_ng/fonts/lato-v17-latin-regular.eot');
  src: local(''), url('/templates/hartmann19_ng/fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-regular.woff2') format('woff2'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-regular.woff') format('woff'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-regular.ttf') format('truetype'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-regular.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/templates/hartmann19_ng/fonts/lato-v17-latin-700.eot');
  src: local(''), url('/templates/hartmann19_ng/fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-700.woff2') format('woff2'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-700.woff') format('woff'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-700.ttf') format('truetype'), url('/templates/hartmann19_ng/fonts/lato-v17-latin-700.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-300.eot');
  src: local(''), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-300.woff2') format('woff2'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-300.woff') format('woff'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-300.ttf') format('truetype'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-300.svg#Montserrat') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-regular.eot');
  src: local(''), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-regular.woff2') format('woff2'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-regular.woff') format('woff'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-regular.ttf') format('truetype'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-700.eot');
  src: local(''), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-700.woff2') format('woff2'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-700.woff') format('woff'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-700.ttf') format('truetype'), url('/templates/hartmann19_ng/fonts/montserrat-v15-latin-700.svg#Montserrat') format('svg');
}
html {
  overflow-y: scroll;
}
body {
  background-color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}
#customparallaxck98 {
  background-image: url(../../../images/parallax/hatmann-logo-30.png);
  background-size: contain;
  background-position: center 130px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.blaufeld {
  background-image: url(../../../images/parallax/hartmann-start-blaufeld-back.jpg);
  padding-bottom: 15px;
}
.blaufeld h2 {
  color: white;
  line-height: 1.5em;
}
figure.imageeffectck.effectck-1 {
  margin: 0 0 -5px 0 !important;
}
.bild {
  margin-bottom: -5px;
}
.weissfeld {
  background-color: white;
  color: black;
  padding-bottom: 15px;
}
.weissfeld img {
  width: calc(100% + 30px);
  margin: 0 -15px -15px;
}
.weissfeld.breit {
  padding-top: 30px;
  padding-bottom: 40px;
}
.weissrechts {
  background-color: white;
  padding: 1em 15px;
  color: black;
}
.blog {
  font-size: 1em;
}
.solidblau {
  background-color: #0091d3;
  color: white;
  padding-bottom: 15px;
}
.solidblau.imag {
  padding: 30px 0 0 0;
}
.textlinks {
  padding: 1em 0 1em 0;
}
.textlinks h3 {
  margin-bottom: 1em;
}
.col-6.bild {
  padding: 0;
}
.imago {
  padding: 0;
  margin-bottom: 11px;
}
.overlay-text {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 15px;
}
.bildnob {
  padding: 0;
}
.abstand {
  padding: 15px;
  line-height: 2em;
}
.stempelkissen {
  margin: 0 !important;
}
.mittig {
  text-align: center;
  padding: 3.5em 15px 2.5em;
}
.mittig img {
  width: 100%;
}
.textfeld {
  padding: 20px 15px;
}
.graufeld {
  background-color: #ededed;
  padding: 15px;
}
.graufeld .spalter {
  padding: 30px 0;
}
div.row.spalter img {
  max-width: 50%;
}
.graufeldheader {
  color: #646363;
  font-size: 1em;
}
.jobtop {
  background-image: url(../../../images/artikel/hartmann-jobs-back.jpg);
  background-position: left top;
  background-size: 115%;
  background-repeat: no-repeat;
}
.rechtsran {
  padding: 0 !important;
}
.rechtsran > div {
  padding: 30px 15px;
}
.home .leading-0 {
  color: white;
  background-image: url(../../../images/parallax/hartmann-start-back-2.jpg);
  background-size: 2600px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.home .leading-0 .bild {
  padding: 0;
}
.home .leading-0 .bild img {
  width: 100%;
}
.whiteline {
  border: 0;
  height: 0.5px;
  background: white;
  display: none;
  margin: 0;
}
.home .leading-1 {
  margin-bottom: 3em;
}
.moduletable_jobs ul {
  padding: 0;
  margin: 1em 0 1em -15px;
}
.moduletable_jobs ul li {
  list-style: none;
}
.moduletable_jobs ul li a:link,
.moduletable_jobs ul li a:visited {
  color: black;
  padding: 0.7em 0 0.7em 15px;
  display: block;
  background-image: url(../../../images/artikel/hartmann-jobs-liste-on.gif);
  background-repeat: no-repeat;
  background-position: -3% center;
  background-size: 3%;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
}
.moduletable_jobs ul li a:hover {
  background-position: left center;
  text-decoration: none;
  color: #0091d3;
}
.weissklein {
  background-color: white;
  height: 1px;
}
.headshot .blaufeld {
  color: white;
  margin-top: 50%;
}
.headshot .blaufeld h1 {
  margin-bottom: 0;
}
.einzelheiten {
  padding: 30px 0;
}
.einzelheiten h2 {
  color: #0091d3;
  margin: 0;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.einzelheiten h1 {
  color: #0091d3;
  font-size: 1.7em;
}
.einzelheiten ul {
  padding-left: 1em;
  list-style: none;
}
.einzelheiten ul li::before {
  content: "\2022";
  color: #0091d3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.einzelheiten hr {
  border: solid #0091d3 1px;
}
.tobot.kalbe {
  background-color: #0091d3;
  color: white;
  padding: 15px;
  background-image: url(../../../images/artikel/hartmann-rainer-kalbe.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 59%;
}
.tobot.kalbe br {
  position: absolute;
  top: 0;
}
.tobot.kalbe h4 {
  position: absolute;
  bottom: 15px;
  font-size: 1em;
  margin-bottom: 0.2rem;
}
iframe#ff_frame2 {
  height: 503px;
}
.heirech {
  background-image: url(../../../images/artikel/hartmann-heizungsrechner-back.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.heirech .blaufeld {
  margin: 0 -15px;
  color: white;
  padding: 15px;
}
.heirech .blaufeld ul {
  padding-left: 1em;
  line-height: 2em;
  margin: 0;
}
.heirech .weissfeld,
.heirech .solidblau {
  margin: 0 -15px;
  padding: 15px;
}
.heirech .graufeld {
  margin: 0 -15px;
}
.heirech .graufeld img {
  width: 100%;
  max-width: 280px;
}
.heirech .weissrechts {
  padding: 2em 15px 0;
  margin: 0 -15px;
}
.kontop,
.privat {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 1.5em;
}
.kontop .blaufeld,
.privat .blaufeld {
  margin: 0 -15px;
  color: white;
  padding: 25% 15px;
}
.kontop .weissfeld,
.privat .weissfeld {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  margin: 0 -15px;
  padding-left: 15px;
}
.kontop .weissfeld a:link,
.kontop .weissfeld a:visited,
.privat .weissfeld a:link,
.privat .weissfeld a:visited {
  font-weight: bold;
  color: #0091d3;
  text-decoration: none;
  font-size: 1.2em;
}
.kontop .weissfeld a:hover,
.privat .weissfeld a:hover {
  color: black;
}
.kontop .weissfeld hr,
.privat .weissfeld hr {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #ffffff;
  width: 65%;
  margin-left: 0;
  text-align: left;
}
.kontop {
  background-image: url(../../../images/artikel/hartmann-kontakt-back.jpg);
}
.privat {
  background-image: url(../../../images/artikel/hartmann-privat-back.jpg);
  background-size: cover;
  background-position: right center;
}
.privat .right {
  padding-left: 0;
  padding-right: 0;
}
.privat.gewerbe {
  background-image: url(../../../images/artikel/hartmann-gewerbe-top.png);
}
.privat.luft {
  background-image: url(../../../images/artikel/hartmann-gewerbe-luft-top.jpg);
}
.privat.steuer {
  background-image: url(../../../images/artikel/hartmann-gewerbe-steuer-top.jpg);
}
.privat.sanita {
  background-image: url(../../../images/artikel/hartmann-gewerbe-sanita-top.jpg);
}
.minus10 {
  margin: -10px -10px 0 -10px;
}
iframe.map {
  border: 0px solid white;
  position: relative;
  z-index: 10;
}
.phocamaps-box {
  margin: 0;
}
.mapoverlay {
  width: calc(100% - 30px);
  height: 700px;
  background-color: rgba(255,255,255,0);
  position: absolute;
  margin-top: -715px;
  margin-left: 10px;
  z-index: 5;
}
.impressum .kontop {
  margin-bottom: 0;
}
.impressum .kontop .weissfeld {
  background-color: rgba(255,255,255,0);
  display: none;
}
.heller {
  background-color: #dff2fa;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-top: 1em;
}
.hell {
  background-color: #cbe8fc;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-bottom: 1em;
}
.hell a:link,
.hell a:visited,
.heller a:link,
.heller a:visited {
  color: #0091d3;
}
.hell a:hover,
.heller a:hover {
  color: black;
  text-decoration: none;
}
.hell.drunter {
  margin-bottom: 2em;
}
ul.bigdata {
  margin-bottom: 0;
}
ul.bigdata li {
  list-style: none;
}
.privat-bad-service {
  background-image: url(../../../images/artikel/hartmann-privat-bad1.jpg);
  background-size: cover;
  font-size: 2em;
  line-height: 1.3em;
  padding: 3em 15px;
  margin: 0 -15px;
  font-family: 'Montserrat', sans-serif;
}
.elektriker {
  background-image: url(../../../images/artikel/hartmann-privat-bad2.jpg);
  background-size: cover;
  margin: 0 -15px -15px;
  padding-top: 100%;
}
.imraster img,
.moduletableservice-wartung .line .xac-container .imraster img {
  width: 100%;
}
.festehoehe {
  width: 100%;
}
.rechtig .solidblau {
  margin: 0;
  padding: 0;
}
.rechtig .solidblau img {
  width: 100%;
}
.weissrechts.breiter.minus {
  margin: 0 -15px;
}
.nopad {
  padding: 0;
}
.nopad img {
  width: 100%;
}
.v-mittig {
  display: flex;
  align-items: center;
}
.pad-right {
  padding: 1em 15px 1em 15px;
}
.pad-right.zwei {
  padding-top: 0;
}
.pad-right.zwei h3 {
  margin-bottom: 1em;
}
.pad-right.oben {
  padding-top: 2em;
}
.pad-right.unten {
  padding-bottom: 2em;
}
.flexaround {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
}
.flexaround > div {
  width: 100%;
}
.flexbetween {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.flexbetween > div {
  width: 100%;
}
.flexbetween > div.minusmarge {
  width: calc(100% + 30px);
}
.headspa {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  color: white;
  padding-left: 11%;
  position: absolute;
  padding-top: 25%;
  z-index: 10;
  line-height: 1.2em;
}
.headspa h3 {
  font-size: 0.6em;
}
.spatext {
  padding: 1em 15px 1.3em 15px;
}
.spatext h3 {
  margin-bottom: 1em;
}
.ablinks {
  padding: 0 15px;
}
.ablinks.undoben {
  padding-top: 23px;
}
.ablinks.undunten {
  padding-bottom: 23px;
}
.ablinks.nichtunten {
  padding-bottom: 0 !important;
}
.abobenunten {
  padding: 1em 15px;
}
.padtop {
  padding-top: 1em;
}
.weissrechts.textfeld {
  padding-left: 0px;
}
.minusmarge {
  margin-left: -15px;
  margin-right: -15px;
}
.minusmarge img {
  width: calc(100% + 30px);
}
.nomar {
  margin: 0;
}
.laempchen {
  background-image: url(../../../images/artikel/hartmann-privat-thermo1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1em;
  background-position: center center;
}
.laempchen .sechselftel {
  width: 100%;
  color: white;
  padding: 0 15px 15px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.untenobeneinfach {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.freisteher {
  width: 100%;
  margin-top: -46%;
}
hr.strich {
  border-top: 1px solid #000000;
  border-bottom: 0px solid #ffffff;
}
.verlauf {
  background-image: url(../../../images/artikel/hartmann-gewerbe-thermo-1.jpg);
  background-size: 200%;
  background-position: left top;
  height: 34em;
}
.thermotechnik .verlauf {
  background-size: cover;
  background-position: center center;
}
.verlauf.luft {
  background-image: url(../../../images/artikel/hartmann-gewerbe-luft-verlauf.jpg);
}
.linkisch {
  display: flex;
  align-items: center;
}
.linkisch .headspa {
  padding: 1em 0 1em 11%;
  position: relative;
}
.ankerlinks {
  padding: 0 0 0 11%;
  margin: 0;
}
.ankerlinks li {
  list-style: none;
}
.ankerlinks li a:link,
.ankerlinks li a:visited {
  color: white;
  font-size: 1.1em;
  padding: 1em 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
  padding-right: 25%;
  background-image: url(../../../images/artikel/hartmann_pfeil-kurz-weiss.png);
  background-repeat: no-repeat;
  background-position: 80% center;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
}
.ankerlinks li a:link span,
.ankerlinks li a:visited span {
  font-size: 0.8em;
}
.ankerlinks li a:hover {
  text-decoration: none;
  color: white;
  background-position: 100%;
}
.abstandhalter {
  height: 2em;
  background-color: #ffffff;
  display: none;
}
.schwatt {
  color: black;
  text-shadow: 0 0 3px white;
}
.headspa.mehrtext {
  padding-top: 20%;
}
.headspa.mehrtext h3 {
  margin-top: 1em;
}
.steuer-back {
  background-image: url(../../../images/artikel/hartmann-gewerbe-steuer-back.jpg);
  padding-top: 46.8%;
  background-size: cover;
  min-height: 300px;
}
.sanita-back {
  background-image: url(../../../images/artikel/hartmann-gewerbe-sanita-back.jpg);
  padding-top: 70.3%;
  background-size: cover;
  min-height: 300px;
}
.sanita-logos {
  width: 85px;
}
.solidblau.tex.toppy {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.blauvaumit {
  font-size: 1.11em;
  line-height: 2em;
  color: white;
}
.heizungsrechner .blauvaumit,
.unternehmen .blauvaumit {
  font-size: 1em;
}
.etwasg {
  font-size: 1.1em;
  line-height: 1.3em;
}
.rechtsrunter h1 {
  margin-bottom: 1.3em;
}
.trenner {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.einszweipad {
  padding: 1em;
}
#luft3.solidblau {
  padding-bottom: 0;
}
.centre {
  text-align: center;
}
.centre a:link,
.centre a:visited {
  color: white;
}
.centre a:hover {
  color: black;
  text-decoration: none;
}
.tobot {
  padding: 1em 15px;
}
.zusatz {
  color: #0091d3;
}
.zusatz h1 {
  font-size: 1.8em;
  font-weight: bold;
}
.row.einzelheiten + .row.einzelheiten {
  padding-top: 0;
}
.textgross {
  line-height: 1.3em;
}
.textgross a:link,
.textgross a:visited {
  color: #0091d3;
}
.textgross a:hover {
  color: black;
  text-decoration: none;
}
.job-und-karriere .jobtop .weissfeld.einrue.links {
  padding-bottom: 3em !important;
}
.nutzer {
  padding-bottom: 0.9em;
}
.grau7 {
  background-color: #f2f2f2;
}
.abschlusskalbe {
  margin-top: 2em;
}
.abschlusskalbe h4 {
  font-weight: 300;
}
.jetztbewerben {
  position: relative;
  margin: 16px 0 0;
}
a.rechner:link,
a.rechner:visited {
  color: #0091d3;
}
a.rechner:hover {
  color: black;
  text-decoration: none;
}
#m1_calculator {
  width: 100%;
}
ul.plusp {
  list-style: none !important;
  padding: 0 !important;
}
ul.plusp li {
  padding-left: 1.5em;
  list-style-type: none;
}
ul.plusp li:before {
  content: "+";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.ab768 {
  display: none;
}
.line > h3.xac-trigger {
  padding: 1em 1em 1em 0;
  border-top: 1px solid white;
  border-bottom: 0px solid white;
  font-family: 'Montserrat', sans-serif;
}
.line > h3.xac-trigger span {
  padding: 0;
  color: #0091d3;
  font-weight: bold;
  font-size: 0.9em;
}
.line > h3.xac-trigger + div + h3.xac-trigger {
  border-top: 1px solid black !important;
}
.heizungsrechner .line .xac-container {
  padding: 1.2em 0;
  border-top: 1px solid black;
  font-size: 1em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.heizungsrechner .line .xac-container img {
  width: 40%;
  margin-right: 15px;
  margin-top: 0.3em;
}
.xac-trigger.active,
.xac-trigger.active:hover {
  background: url(../../../images/module/hartmann-minus.gif) no-repeat right center;
}
.xac-trigger,
.xac-trigger:hover {
  background: url(../../../images/module/hartmann-plus.gif) no-repeat right center;
}
.service-wartung-reparatur-und-garantie .xac-wrapper .xac-trigger {
  display: none;
}
.service-wartung-reparatur-und-garantie .xac-wrapper .xac-container + .xac-trigger {
  display: block;
}
.moduletableservice-wartung {
  width: 100%;
}
.moduletableservice-wartung .line .xac-container {
  padding: 0;
  font-size: inherit;
}
.moduletableservice-wartung .line .xac-container img {
  width: inherit;
  margin: 0;
  float: none;
}
.moduletableservice-wartung .line .xac-container .weissfeld img {
  width: calc(100% + 30px);
  margin: 0 -15px -15px;
  margin-bottom: 0 !important;
}
.moduletableservice-wartung .line .xac-container .rechtig .solidblau {
  margin: 0;
  padding: 0;
}
.moduletableservice-wartung .line .xac-container .rechtig .solidblau img {
  width: 100%;
  margin: 0;
}
.moduletableheizrechslide .line .xac-container img {
  margin: 0.3em 15px 10px 0;
}
.doppeltsogross {
  width: 100%;
}
.stempler {
  display: none;
}
.sanitaer-installationen .eds-animate.animated.fadeInUp {
  float: left;
}
.hundert {
  width: 100%;
}
.schwarz {
  background-color: black;
  color: white;
  font-weight: 400;
  padding: 2em 0 1em;
}
.schwarz .logo {
  padding-top: 0.3em;
}
.schwarz .logo a:link img,
.schwarz .logo a:visited img {
  width: 100%;
  max-width: 335px;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.schwarz .logo a:hover img {
  opacity: 0.6;
}
.schwarz .row > div {
  padding-bottom: 1em;
}
.schwarz .implink a:link,
.schwarz .implink a:visited {
  color: white;
}
.schwarz .implink a:hover {
  color: #878787;
  text-decoration: none;
}
.grau {
  background-color: #ededed;
  font-size: 0.65em;
  padding: 2em 0;
}
.hellblau {
  background-image: url(../images/hartmann-form-back.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-color: #0092d4;
  font-size: 1.2em;
}
.custom_logo {
  background-color: #0091d3;
  color: white;
  font-size: 0.6em;
  border-bottom: 1px solid white;
  margin: 0 -15px;
}
.custom_logo a:link,
.custom_logo a:visited {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.custom_logo a:hover {
  opacity: 0.6;
}
.custom_logo img {
  width: 55%;
  vertical-align: middle;
}
.custom_zusammen {
  font-weight: 700;
  color: white;
  text-align: left;
  padding-top: 2em;
}
.custom_facebook {
  position: absolute;
  top: 2em;
  right: 15px;
  width: calc(20% - 0.8em);
  background-color: #6aa8df;
  text-align: center;
  padding: 0.8em 0;
}
.custom_facebook img {
  height: 3em;
}
.vierzehn {
  width: 100%;
  padding: 0 15px;
}
.vierzehn ul {
  padding-left: 0;
}
.vierzehn ul li {
  list-style-type: none;
}
.vierzehn ul li a:link,
.vierzehn ul li a:visited {
  color: black;
  background-image: url(../images/hartmann_blauring.png);
  background-repeat: no-repeat;
  background-position: left 0.6em;
  background-size: 0.8em;
  padding-left: 1.2em;
  display: block;
}
.vierzehn ul li a:hover {
  text-decoration: none;
  background-image: url(../images/hartmann_blaukreis.png);
}
.impressum .bm_slide_login {
  position: absolute;
  top: 0;
}
.impressum .bm_slide_login .bm_login_label {
  background-color: rgba(255,255,255,0);
  box-shadow: none;
  font-weight: 300;
  font-size: 0.5em;
  color: #39aedc;
}
.impressum .bm_slide_login .bm_login_label .icon-key::before {
  display: none;
}
.bm_slide_login .submit .icon-arrow-right::before {
  margin-top: -5px;
}
.cc-message-text {
  display: block;
  margin-bottom: 10px;
}
.cc-window.cc-floating .cc-link.cc-cookie,
.cc-window.cc-floating .cc-link.cc-privacy {
  display: inline-block !important;
  margin-right: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Lato', sans-serif;
}
.bfQuickMode #bfQuickModeSection18111.bfNoSection {
  margin: 2em 0 0.6em;
}
.bfQuickMode #bfQuickModeSection18111 section.bfElemWrap {
  padding: 0;
  margin: 0px 0px 0.6em 0px;
  background-color: rgba(255,255,255,0) !important;
}
.bfQuickMode section input[type="text"],
.bfQuickMode section textarea,
.bfQuickMode section select {
  background-color: #6aa8df;
  color: white;
  padding: 0.6em 1em 0.4em 1em;
  border: none;
  font-weight: 300;
  line-height: 1em !important;
}
.bfQuickMode section#bfElemWrap1 input[type="text"],
.bfQuickMode section#bfElemWrap2 input[type="text"] {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  height: 2em;
}
.bfQuickMode section#bfElemWrap8 textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: white;
}
::-moz-placeholder {
  opacity: 1;
  color: white;
}
:-ms-input-placeholder {
  opacity: 1;
  color: white;
}
input:-moz-placeholder {
  opacity: 1;
  color: white;
}
.bfQuickMode .bfSubmitButton {
  float: left !important;
  background-color: #3994d5;
  color: white;
  border: none;
  padding: 0.4em 1em 0.3em 1em;
}
div#ff_formdiv1 + div {
  color: rgba(255,255,255,0);
}
#ff_formdiv3 {
  background-color: #c6c6c6;
}
#ff_formdiv3 #formleft,
#ff_formdiv3 #formright {
  margin: 0 !important;
}
#ff_formdiv3 .bfElemWrap.bfLabelLeft {
  padding: 15px 15px 0 15px;
}
#ff_formdiv3 .bfElemWrap.bfLabelLeft .ff_elem {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: white;
  color: #0091d3;
  padding: 5px;
}
#ff_formdiv3 .bfElemWrap.bfLabelLeft ::-webkit-input-placeholder {
  opacity: 1;
  color: #636363;
}
#ff_formdiv3 .bfElemWrap.bfLabelLeft ::-moz-placeholder {
  opacity: 1;
  color: #636363;
}
#ff_formdiv3 .bfElemWrap.bfLabelLeft :-ms-input-placeholder {
  opacity: 1;
  color: #636363;
}
#ff_formdiv3 .bfElemWrap.bfLabelLeft input:-moz-placeholder {
  opacity: 1;
  color: #636363;
}
#ff_formdiv3 #bfElemWrap50 {
  margin: 15px 15px 0 15px;
  background-color: white;
  padding: 2px 5px 1px;
}
#ff_formdiv3 #bfElemWrap50 label {
  width: auto;
  min-width: auto;
  float: left;
  padding-right: 15px;
  color: #636363;
}
#ff_formdiv3 #bfElemWrap50 input {
  width: auto !important;
  min-width: auto !important;
  max-width: auto !important;
  font-weight: 300;
  padding: 0;
  color: #636363;
}
#ff_formdiv3 #bfElemWrap50 button {
  color: #636363 !important;
  background-color: white !important;
  border: 1px solid #636363 !important;
  padding: 0 15px !important;
}
#ff_formdiv3 #auftrag {
  margin: 15px 15px 0 15px;
}
#ff_formdiv3 #auftrag .bfSectionDescription {
  background-color: white;
  color: #636363;
  padding: 5px;
  line-height: 1em;
}
#ff_formdiv3 #bfElemWrap52,
#ff_formdiv3 #bfElemWrap74 {
  padding-top: 0;
}
#ff_formdiv3 #bfElementGroup52,
#ff_formdiv3 #bfElementGroup74 {
  width: 100%;
  min-width: 100% !important;
  max-width: 100% !important;
}
#ff_formdiv3 #bfElementGroup52 input.ff_elem[type="checkbox"],
#ff_formdiv3 #bfElementGroup74 input.ff_elem[type="checkbox"] {
  display: none;
}
#ff_formdiv3 #bfElementGroup52 input.ff_elem[type="checkbox"] + label::before,
#ff_formdiv3 #bfElementGroup74 input.ff_elem[type="checkbox"] + label::before {
  width: 41px;
  height: 26px;
  background-color: white;
  display: block;
  content: "";
  float: left;
  margin-right: 10px;
  border-right: 15px solid #c6c6c6;
}
#ff_formdiv3 #bfElementGroup52 label,
#ff_formdiv3 #bfElementGroup74 label {
  margin: 15px 0px 0 0px;
  padding: 0 10px 0 0;
  display: inline-block;
  background-color: white;
  color: #636363;
  width: 99.9%;
  min-width: 99.9%;
}
#ff_formdiv3 #bfElementGroup52 input.ff_elem[type="checkbox"]:checked+label::before,
#ff_formdiv3 #bfElementGroup74 input.ff_elem[type="checkbox"]:checked+label::before {
  background-color: #636363;
  content: "\f00c";
  font-family: 'FontAwesome';
  color: white;
  text-align: center;
  padding-top: 3px;
}
#ff_formdiv3 #bfElementGroup52 input.ff_elem[type="checkbox"] + label:hover,
#ff_formdiv3 #bfElementGroup74 input.ff_elem[type="checkbox"] + label:hover {
  cursor: pointer;
}
#ff_formdiv3 #bfLabel53 {
  color: white;
  font-weight: 400;
}
#ff_formdiv3 #captchatext {
  color: white;
  font-weight: 400;
  margin: 0 15px;
}
#ff_formdiv3 #bfSubmitButton {
  float: right !important;
}
#ff_formdiv3 + div > span {
  color: white;
}
h3.konform {
  background-color: #c6c6c6;
  color: white;
  font-weight: 300;
  padding: 15px 15px 0 15px;
  margin: 0;
  font-size: 1.2rem;
}
#bfElemWrap166,
#bfElemWrap179 {
  display: none;
}
#ff_elem192 {
  position: absolute;
  left: 0;
  opacity: 1;
  width: 1.3em;
  height: 1.3em;
  background-color: #6aa8df;
}
#bfLabel192:before {
  width: 30px;
  height: 30px;
  background-color: #6aa8df;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
}
#datscha {
  margin-top: -1.7em;
  margin-left: 2.5em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 5;
}
#datscha a:link,
#datscha a:visited {
  color: white;
}
#datscha a:hover {
  color: #3994d5;
  text-decoration: none;
}
.bfElemWrap.bfLabelLeft.bfRolloverBg {
  background-color: rgba(255,255,255,0) !important;
}
#bfElementGroupNoWrap218 {
  width: 100%;
  color: white;
}
#bfElementGroupNoWrap218 a:link,
#bfElementGroupNoWrap218 a:visited {
  font-weight: bold;
  color: white !important;
}
#bfElementGroupNoWrap218 a:hover {
  text-decoration: none;
  color: #636363 !important;
}
#ff_elem218 {
  display: none;
}
#bfElementGroupNoWrap218 input.ff_elem[type="checkbox"] + label::before {
  width: 45px;
  height: 30px;
  background-color: white;
  display: block;
  content: "";
  float: left;
  margin-right: 0px;
  border-right: 15px solid #c6c6c6;
}
#bfElementGroupNoWrap218 input.ff_elem[type="checkbox"]:checked + label::before {
  background-color: #636363;
  content: "\f00c";
  font-family: 'FontAwesome';
  color: white;
  text-align: center;
  padding-top: 3px;
}
#bfElementGroupNoWrap218 input.ff_elem[type="checkbox"] + label:hover {
  cursor: pointer;
}
#bfLabel252 {
  display: none;
}
.custom_ersatzkontakt {
  margin-top: 2em;
  background-color: #6aa8df;
  width: 80%;
  padding: 0.4em 0.8em;
  height: 4.6em;
  margin-bottom: 1em;
  display: table;
}
.custom_ersatzkontakt div {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.custom_ersatzkontakt div a:link,
.custom_ersatzkontakt div a:visited {
  color: white;
  opacity: 1;
}
.custom_ersatzkontakt div a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.custom_kontaktformersatz {
  background-color: #c6c6c6;
  color: white;
  padding: 15px;
}
.custom_kontaktformersatz a:link,
.custom_kontaktformersatz a:visited {
  color: white;
  opacity: 1;
}
.custom_kontaktformersatz a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.topmenu {
  display: flex;
}
.topmenu .navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color: white !important;
  width: 100%;
}
.topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li a:link,
.topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li a:visited {
  color: #0091d3;
  padding: 5px 0;
  display: inline-block;
}
.topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li.current a,
.topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li.active a,
.topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li a:hover {
  color: black;
  text-decoration: none;
}
.topmenu .item-128 {
  display: none;
}
.topmenu .nav.menu.mod-list {
  display: block;
}
.topmenu .navbar-brand {
  color: #0091d3;
}
.topmenu .navbar-light .navbar-toggler {
  color: white;
  border-color: #0091d3;
  right: 0;
}
.topmenu .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,145,211,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.moduletable_privat {
  padding-right: 15px;
  display: block;
}
.moduletable_privat ul.nav {
  display: block;
}
.moduletable_privat ul.nav li {
  border-top: 1px solid black;
  padding: 1.4em 0;
}
.moduletable_privat ul.nav li:first-child {
  border-top: 0px solid white;
}
.moduletable_privat ul.nav li.current a,
.moduletable_privat ul.nav li.active a,
.moduletable_privat ul.nav li a:hover {
  color: black;
  text-decoration: none;
}
.gepri {
  padding: 2em 0 2.5em;
}
.gepri a:link,
.gepri a:visited {
  color: #c6c6c6;
  width: 100%;
  display: block;
  background-image: url(../images/hartmann_pfeil-lang.png);
  background-repeat: no-repeat;
  background-position: 210px 25px;
  background-size: 50px;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
}
.gepri a:link div,
.gepri a:visited div {
  position: relative;
  width: 35px;
  height: 35px;
  bottom: -8px;
  background-size: 100%;
  background-position: center 35px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
}
.gepri a:hover {
  color: black;
  text-decoration: none;
  text-shadow: none;
  background-position: 100% 25px;
}
.gepri a:hover div {
  background-position: center top;
}
.gepri a.gewerber div {
  background-image: url(../images/hartmann_industrie.png);
}
.gepri a.privater div {
  background-image: url(../images/hartmann_privat.png);
}
a.bildlink:link,
a.bildlink:visited {
  width: 20px;
  height: 20px;
  padding-right: 60px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 35px bottom;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
}
a.bildlink:link img,
a.bildlink:visited img {
  width: 20px;
  position: relative;
  bottom: auto;
  display: inline-block;
  margin: 0;
}
a.bildlink:hover {
  background-position: 65px bottom;
}
a.bildlink.white {
  background-image: url(../../../images/artikel/hartmann_pfeil-kurz-weiss.png);
}
a.bildlink.black {
  background-image: url(../../../images/artikel/hartmann_pfeil-kurz-schwarz.png);
}
.awesome-marker i.groesser {
  margin-top: 5px !important;
  font-size: 40px !important;
}
@media (min-width: 576px) {
  .custom_logo {
    font-size: 0.9em;
    margin: 0 -15px;
  }
  .weissfeld.breit {
    margin-left: -100px;
    padding-left: 100px !important;
    min-width: calc(100% + 100px) !important;
  }
  .overlay-text {
    top: 0px;
    left: 170px;
    right: 15px;
  }
  .abstand {
    margin: 0 0 0 0;
    max-width: 100%;
  }
  div.row.spalter > div {
    text-align: left;
  }
  div.row.spalter div.rechts {
    text-align: right;
  }
  .textfeld {
    padding: 20px 0;
  }
  .jobtop {
    background-position: left top;
    background-size: 100%;
  }
  h2 {
    font-size: 1.4em;
  }
  .blaufeld h2 {
    line-height: 2em;
  }
  .heirech .blaufeld {
    padding: 30px 15px;
  }
  .heirech .weissfeld {
    padding: 30px 0 !important;
  }
  #ff_formdiv3 #bfElemWrap47,
  #ff_formdiv3 #bfElemWrap52 {
    width: 50%;
    float: left;
    padding-right: 7px;
  }
  #ff_formdiv3 #bfElemWrap48,
  #ff_formdiv3 #bfElemWrap74 {
    width: 50%;
    padding-left: 8px;
  }
  #ff_formdiv3 #bfLabel53 {
    position: absolute;
    margin-left: 246px;
    margin-top: -4px;
  }
  #ff_formdiv3 .bfCaptcha #ff_capimgValue {
    width: 233px !important;
    min-width: 233px !important;
    max-width: 233px !important;
  }
  #ff_formdiv3 #captchatext {
    position: absolute;
    margin-left: 261px;
    margin-right: 30px;
    margin-top: -95px;
  }
  #ff_formdiv3 #bfCaptchaEntry {
    width: calc(100% - 47px) !important;
    min-width: calc(100% - 47px) !important;
    max-width: calc(100% - 47px) !important;
  }
  .pad-right {
    padding-left: 0px;
  }
  .minus15sm .textlinks {
    margin-left: -15px;
  }
  .headspa {
    font-size: 2.5em;
  }
  .spatext {
    padding: 1em 0px 1.3em 0px;
  }
  .weissrechts.textfeld {
    margin-left: -15px;
  }
  .kleinkariert img {
    width: 50%;
  }
  .laempchen .sechselftel {
    width: 100%;
    color: white;
    padding: 0 15px 15px;
  }
  .freisteher {
    width: calc(100% + 30px) !important;
    margin-left: -30px;
  }
  .headspa.mehrtext {
    padding-top: 13%;
  }
  .headspa.mehrtext.sanita {
    padding-top: 25%;
  }
  .sanita-logos {
    width: 110px;
  }
  .left0right30 {
    padding-left: 0;
    padding-right: 30px;
  }
  .gepri a:link,
  .gepri a:visited {
    color: black;
  }
  .gepri a:link div,
  .gepri a:visited div {
    background-position: center top;
  }
  .gepri a:hover {
    color: #c6c6c6;
  }
  .gepri a:hover div {
    background-position: center 35px;
  }
}
@media (min-width: 768px) {
  .custom_logo {
    font-size: 0.65em;
    margin: 0 -15px;
  }
  .weissfeld.breit {
    min-width: calc(50% + 100px) !important;
    padding-top: 35px;
  }
  .blog {
    font-size: 0.65em;
  }
  .bild {
    margin-bottom: -7px;
  }
  .solidblau.imag {
    padding: 30px 0 0 30px;
    margin-bottom: -7px;
  }
  .solidblau.tex {
    padding: 45px 15px 15px;
  }
  .blaufeld.tex {
    padding: 60px 15px;
  }
  .imago figure.imageeffectck.effectck-1 {
    bottom: 0;
    position: absolute;
  }
  .overlay-text {
    top: 150px;
    left: 115px;
    right: 15px;
  }
  .bildnob {
    padding: 0;
  }
  .abstand {
    max-width: 50%;
  }
  .textfeld {
    padding: 30px 15px 30px 0;
  }
  .rechtsrunter {
    padding-top: 60%;
    padding-bottom: 2.8em;
  }
  .weissklein {
    height: 6em;
  }
  .headshot .blaufeld {
    margin-top: 10em;
    padding: 20px 15px 30px;
    font-size: 1.2em;
  }
  iframe#ff_frame2 {
    height: 395px !important;
  }
  .heirech {
    background-size: 135%;
  }
  .heirech .blaufeld {
    padding: 45px 15px;
  }
  .heirech .weissfeld {
    padding: 45px 15px 45px 0 !important;
  }
  .heirech .right {
    align-content: space-between;
  }
  .kontop .right {
    padding-top: 54%;
  }
  .kontop .blaufeld {
    height: 67%;
    padding: 33% 15px;
  }
  .kontop .weissfeld {
    height: 33%;
  }
  #ff_formdiv3 #bfLabel53 {
    position: absolute;
    margin-left: 15px;
    margin-top: -4px;
  }
  #ff_formdiv3 .bfCaptcha #ff_capimgValue {
    width: 322px !important;
    min-width: 322px !important;
    max-width: 322px !important;
  }
  #ff_formdiv3 #captchatext {
    position: absolute;
    margin-left: 352px;
    margin-right: 30px;
    margin-top: -75px;
  }
  #ff_formdiv3 #bfCaptchaEntry {
    width: calc(100% - 40px) !important;
    min-width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
  }
  .impressum .kontop .weissfeld {
    display: block;
  }
  .privat {
    background-size: contain;
    background-position: center top;
  }
  .privat .weissfeld {
    height: auto;
    display: block;
  }
  .privat .right {
    padding-top: 56%;
  }
  .privat .blaufeld {
    height: auto;
    padding: 25% 15px;
  }
  .sanitaer-installationen .privat .right {
    padding-top: 54%;
  }
  .heller {
    padding-bottom: 1em;
  }
  .hell {
    padding-top: 1em;
  }
  .rechtseitig {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0 !important;
  }
  .rechtseitig .elektriker {
    align-self: flex-end;
    width: calc(100% + 30px);
  }
  .rechtseitig .untern {
    align-self: flex-end;
  }
  .imraster,
  .moduletableservice-wartung .line .xac-container .imraster {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
  .festehoehe.bad,
  .moduletableservice-wartung .line .xac-container .festehoehe.bad {
    width: 275.5px;
    height: 250.5px;
    margin-left: -15px;
  }
  .weissrechts.breiter {
    margin: 0 -15px -15px -15px;
    height: 285px;
  }
  .moduletableservice-wartung .line .xac-container .rechtig .solidblau {
    margin: 0 -15px;
  }
  .moduletableservice-wartung .line .xac-container .rechtig .solidblau img {
    height: 157px;
    width: auto;
  }
  .moduletableservice-wartung .rechtig .solidblau img {
    height: 157px;
    width: auto;
  }
  .minus15sm .textlinks {
    margin-left: 0px;
  }
  .headspa {
    font-size: 3em;
    line-height: 1em;
  }
  .headspa h3 {
    line-height: 1.2em;
    margin-top: 0.5em;
  }
  .spatext {
    padding: 1em 0px 1.3em 15px;
  }
  .spabot2 {
    margin-top: 28px;
  }
  .weissrechts.textfeld {
    margin-left: 0px;
    padding-top: 0 !important;
  }
  .laempchen {
    padding-top: 48.66%;
  }
  .laempchen .sechselftel {
    position: absolute;
    width: 52%;
    color: white;
    bottom: 1.5em;
  }
  .untenobeneinfach {
    padding-top: 1em !important;
    padding-bottom: 0em !important;
  }
  .teilsabsolute-unten {
    position: absolute;
    bottom: 0px;
    margin-top: -100%;
  }
  .verlauf {
    background-size: cover;
    background-position: center top;
    height: 26em;
  }
  .headspa h3 {
    font-size: 0.4em;
  }
  .ankerlinks {
    padding-left: 15px;
  }
  .abstaender {
    margin-top: 2em;
  }
  .abstandhalter {
    display: block;
  }
  .headspa.mehrtext {
    max-width: 75%;
  }
  .headspa.mehrtext.sanita {
    max-width: 100%;
    padding-top: 18%;
  }
  .absolute {
    position: absolute;
    z-index: 10;
  }
  .absolute.bottom {
    bottom: 0;
  }
  .sanita-logos {
    width: 55px;
  }
  .abobenunten {
    padding: 1em 0;
  }
  .nopad .doppeltsogross {
    width: 200%;
    position: relative;
    z-index: 10;
  }
  .stempler {
    display: block;
    position: absolute;
    width: 40%;
    top: 23%;
    left: 10%;
  }
  .gepri {
    padding: 3em 0;
  }
  .gepri a:link,
  .gepri a:visited {
    color: white;
    background-position: 230px 25px;
    font-size: 1.5em;
  }
  .gepri a:link div,
  .gepri a:visited div {
    margin-left: 20px;
    background-position: center 70px;
  }
  .gepri a:hover {
    color: black;
    background-position: 100% 25px;
  }
  .gepri a:hover div {
    background-position: center top;
  }
  .linksseitigbild {
    margin-top: -2em !important;
  }
  .lueftungsanlagen .ankerlinks a.anker:link,
  .lueftungsanlagen .ankerlinks a.anker:visited {
    color: #0091d3;
    background-image: url(../../../images/artikel/hartmann_pfeil-kurz-blau.png);
  }
  .lueftungsanlagen .ankerlinks a.anker:hover {
    color: #0091d3;
  }
  .whiteline {
    display: block;
    margin-bottom: 25px;
  }
  .thermotechnik .ankerlinks {
    padding-left: 25%;
  }
  .tobot.kalbe {
    padding-top: 20%;
  }
  .tobot .kalbadresse {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .textgross {
    font-size: 1.5em;
  }
  .thermotechnik .verlauf {
    background-position: center top;
  }
  .solidblau.minus15 {
    margin-left: -15px;
  }
  .jetztbewerben {
    position: absolute;
    bottom: 16px;
    margin: 0;
  }
  .ab768 {
    display: block;
  }
}
@media (min-width: 992px) {
  .custom_logo {
    font-size: 0.95em;
  }
  .navbar-brand {
    display: none;
  }
  .topmenu .nav.menu.mod-list {
    display: flex;
  }
  .topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li a:link,
  .topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li a:visited {
    padding: 5px 10px;
    font-size: 0.8em;
  }
  .custom_zusammen {
    text-align: right;
  }
  .vierzehn {
    width: 14%;
  }
  .blog {
    font-size: 0.9em;
  }
  .blaufeld {
    padding: 30px 45px;
  }
  .weissfeld,
  .einrue {
    padding: 30px 0 100px 45px !important;
  }
  .weissfeld.breit {
    padding: 65px 45px 30px 100px !important;
  }
  .solidblau.imag {
    padding: 45px 0 0 45px;
    margin-bottom: -5px;
  }
  .solidblau.tex {
    padding: 70px 45px 15px;
  }
  .blaufeld.tex {
    padding: 90px 15px 90px 45px;
  }
  .overlay-text {
    top: 190px;
    left: 155px;
    right: 15px;
  }
  .textfeld {
    padding: 35px 15px 35px 0;
  }
  .graufeld {
    padding: 30px;
  }
  .moduletable_jobs ul {
    margin: 1em 0 1em -30px;
  }
  .moduletable_jobs ul li a:link {
    padding-left: 30px;
  }
  .headshot .blaufeld {
    padding: 50px 45px 60px;
  }
  .einzelheiten {
    padding: 45px 30px;
  }
  .heirech {
    background-size: 140%;
  }
  .heirech .blaufeld {
    padding: 105px 45px;
  }
  .heirech .weissfeld {
    padding: 60px 45px 45px 0 !important;
  }
  .heirech .weissrechts {
    padding-bottom: 0em;
  }
  .line .xac-container {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  .kontop .blaufeld,
  .privat .blaufeld {
    padding-left: 45px;
    padding-right: 45px;
    line-height: 1.8em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .privat .weissfeld {
    padding-right: 45px !important;
  }
  #ff_formdiv3 #formleft {
    width: 49.9%;
    float: left;
    display: inline-block;
    margin: 0;
  }
  #ff_formdiv3 #formleft .bfElemWrap.bfLabelLeft {
    padding: 15px 7px 0 15px;
  }
  #ff_formdiv3 #formleft #bfElemWrap50 {
    margin: 15px 7px 0 15px;
    padding: 2px 5px 1px;
  }
  #ff_formdiv3 #formleft #ff_elem51 {
    height: 235px !important;
  }
  #ff_formdiv3 #formright {
    width: 49.9%;
    display: inline-block;
    margin: 0;
  }
  #ff_formdiv3 #formright #auftrag {
    margin-left: 8px;
  }
  #ff_formdiv3 #formright .bfElemWrap.bfLabelLeft {
    padding: 15px 15px 0 8px;
  }
  #ff_formdiv3 #formright #bfElemWrap52 {
    padding-top: 0;
    padding-right: 8px;
  }
  #ff_formdiv3 #formright #bfElemWrap74 {
    padding-top: 0;
  }
  #ff_formdiv3 #formright .bfCaptcha {
    width: 216px !important;
    min-width: 216px !important;
    max-width: 216px !important;
  }
  #ff_formdiv3 #formright .bfCaptcha #ff_capimgValue {
    width: 216px !important;
    min-width: 216px !important;
    max-width: 216px !important;
  }
  #ff_formdiv3 #formright #captchatext {
    position: absolute;
    margin-left: 239px;
    margin-right: 30px;
    margin-top: -75px;
  }
  .heller {
    padding: 2em 15px 2em 45px;
  }
  .hell {
    padding: 2em 45px 2em 15px;
  }
  .hell.drunter {
    padding-left: 45px;
  }
  .privat-bad-service {
    padding: 2em 15px 2em 45px;
    font-size: 3em;
  }
  .textlinks {
    padding: 2em 30px 2em 30px;
  }
  .weissfeld img,
  .moduletableservice-wartung .line .xac-container .weissfeld img {
    position: relative;
    bottom: 0;
    width: calc(100% - 45px);
    margin: 0 -15px 0 0;
  }
  .weissfeld .moduletable img {
    position: static;
  }
  .imraster,
  .moduletableservice-wartung .line .xac-container .imraster {
    width: calc(100% - 15px);
    margin-left: 30px;
  }
  .festehoehe.bad,
  .moduletableservice-wartung .line .xac-container .festehoehe.bad {
    height: 316px;
    width: 347.5px;
  }
  .weissrechts.breiter {
    height: 265px;
    padding-top: 2em;
  }
  .moduletableservice-wartung .rechtig .solidblau img {
    height: 198px;
  }
  .pad-right.unten {
    padding: 1em 15px 4em 0;
  }
  .marge {
    margin-top: -2em !important;
  }
  .headspa {
    font-size: 3.5em;
  }
  .spatext {
    padding: 2em 0px 2.6em 12%;
  }
  .solidblau.padtop {
    padding: 5em 15px 0 45px;
  }
  .spabot2 {
    margin-top: 0;
  }
  .spabot1 {
    margin-top: 25px;
  }
  .kleinkariert img {
    width: 100%;
  }
  .verlauf {
    height: 30em;
  }
  .headspa.mehrtext.sanita {
    padding-top: 25%;
  }
  .sanita-logos {
    width: 88px;
  }
  .stempler {
    top: 30%;
  }
  .versatz {
    margin-left: -20px;
    margin-bottom: 1.5em;
  }
  .gepri a:link,
  .gepri a:visited {
    background-position: 290px 25px;
  }
  .gepri a:link div,
  .gepri a:visited div {
    margin-left: 10px;
  }
  .gepri a:hover {
    background-position: 95% 25px;
  }
  .linksseitigbild {
    margin-top: -4em !important;
  }
  .whiteline {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .tobot.kalbe {
    padding-top: 15%;
  }
  .textgross {
    font-size: 1.6em;
  }
  .laempchen .sechselftel {
    padding: 0 15px 15px 45px;
  }
}
@media (min-width: 1200px) {
  .custom_logo {
    font-size: 1.1em;
  }
  .topmenu .navbar.navbar-expand-lg.navbar-light.bg-light {
    padding-left: 2.8em;
  }
  .topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li a:link,
  .topmenu .navbar.navbar-expand-lg.navbar-light.bg-light li a:visited {
    padding: 0.8em 1.1em;
    font-size: 0.9em;
  }
  .blaufeld {
    padding: 30px 90px;
  }
  .weissfeld {
    padding: 30px 0 160px 90px !important;
  }
  .weissfeld.breit {
    margin-left: -150px;
    padding: 100px 90px 30px 150px !important;
    min-width: calc(50% + 150px) !important;
  }
  .solidblau.imag {
    padding: 90px 0 0 90px;
    margin-bottom: -5px;
  }
  .solidblau.tex {
    padding: 150px 90px 15px;
  }
  .blaufeld.tex {
    padding: 120px 15px 120px 90px;
  }
  .overlay-text {
    top: 240px;
    left: 190px;
    right: 30px;
  }
  .textfeld {
    padding: 40px 15px 40px 0;
  }
  .einrue {
    padding: 60px 0 160px 90px !important;
  }
  .moduletable_jobs ul {
    margin: 1em 0 1em -60px;
  }
  .moduletable_jobs ul li a:link {
    padding-left: 60px;
  }
  .headshot .blaufeld {
    padding: 80px 90px 90px;
  }
  .einzelheiten {
    padding: 60px 75px;
  }
  .heirech {
    background-size: 133%;
  }
  .heirech .blaufeld {
    padding: 135px 90px;
  }
  .heirech .weissfeld {
    padding: 75px 90px 45px 0 !important;
  }
  .heirech .solidblau {
    padding: 2em;
  }
  .heirech .weissrechts {
    padding-bottom: 0em;
  }
  .kontop .blaufeld,
  .privat .blaufeld {
    padding-left: 90px;
    line-height: 2em;
  }
  .privat .weissfeld {
    padding-right: 90px !important;
    font-size: 1.4em;
    line-height: 1.3em;
  }
  #ff_formdiv3 #formleft #ff_elem51 {
    height: 250px !important;
  }
  #ff_formdiv3 #formright .bfCaptcha {
    width: 261px !important;
    min-width: 261px !important;
    max-width: 261px !important;
  }
  #ff_formdiv3 #formright .bfCaptcha #ff_capimgValue {
    width: 261px !important;
    min-width: 261px !important;
    max-width: 261px !important;
  }
  #ff_formdiv3 #formright #captchatext {
    position: absolute;
    margin-left: 283px;
    margin-right: 30px;
    margin-top: -95px;
  }
  .heller {
    padding: 3em 15px 3em 90px;
  }
  .hell {
    padding: 3em 90px 3em 15px;
  }
  .hell.drunter {
    padding-left: 90px;
  }
  .moduletable_privat ul.nav li {
    padding: 1.2em 0;
  }
  .privat-bad-service {
    padding: 2em 15px 2em 90px;
  }
  .textlinks {
    padding: 3em 75px 3em 75px;
  }
  .weissfeld img,
  .moduletableservice-wartung .line .xac-container .weissfeld img {
    width: calc(100% - 90px);
  }
  .imraster,
  .moduletableservice-wartung .line .xac-container .imraster {
    width: calc(100% - 60px);
    margin-left: 75px;
  }
  .festehoehe.bad,
  .moduletableservice-wartung .line .xac-container .festehoehe.bad {
    height: 348.5px;
    width: 383.5px;
  }
  .weissrechts.breiter {
    height: 295px;
    padding-top: 3em;
  }
  .moduletableservice-wartung .rechtig .solidblau img {
    height: 219px;
  }
  .pad-right.oberst {
    padding-top: 4em;
  }
  .headspa {
    font-size: 4.3em;
  }
  .ablinks {
    padding-left: 85px;
  }
  .ablinks.halb {
    padding-left: 40px;
  }
  .ablinks.undoben {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .solidblau.padtop {
    padding: 8em 30px 0 90px;
  }
  .spabot1 {
    margin-top: 49px;
  }
  .laempchen .sechselftel {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding: 0 15px 15px 90px;
  }
  .verlauf {
    height: 34em;
  }
  .sanita-logos {
    width: 120px;
  }
  .stempler {
    top: 33%;
  }
  .linksseitigbild {
    margin-top: -8em !important;
  }
  .gepri a:link,
  .gepri a:visited {
    background-position: 280px 25px;
  }
  .gepri a:link div,
  .gepri a:visited div {
    margin-left: 10px;
  }
  .gepri a:hover {
    background-position: 95% 25px;
  }
  .einszweipad {
    padding: 2em;
  }
  .doppeltsogross + div.pad-right {
    padding-right: 2.5em;
  }
  .textgross {
    font-size: 2em;
  }
  .imago + div .weissfeld {
    padding-top: 7em !important;
  }
  .thermotechnik #projekt3 .ablinks {
    padding-right: 1.8em;
    padding-bottom: 0;
  }
  .links-gross-2em,
  .weissrechts.textfeld.nopatop.links-gross-2em {
    padding-left: 2em;
  }
  .abobenunten {
    padding: 2em 0 3em;
  }
  .nutzer {
    padding-bottom: 4em !important;
  }
  .farbform {
    padding-top: 4em !important;
  }
  .ablinks.undoben.badelemente {
    padding-top: 4em;
  }
  .ablinks.undoben.obenextra {
    padding-top: 4.9em;
  }
  .waermep {
    padding-top: 4em;
    padding-left: 4em;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 1.25em;
  }
  .container {
    max-width: 1460px;
  }
  .hellblau {
    background-size: 180%;
  }
  .blaufeld {
    padding: 30px 105px;
  }
  .weissfeld {
    padding: 30px 0 210px 105px !important;
  }
  .weissfeld.breit {
    margin-left: -400px;
    padding: 120px 105px 30px 400px !important;
    min-width: calc(50% + 400px) !important;
  }
  .solidblau.imag {
    padding: 105px 0 0 105px;
    margin-bottom: -5px;
  }
  .solidblau.tex {
    padding: 180px 105px 15px;
  }
  .blaufeld.tex {
    padding: 160px 15px 160px 105px;
  }
  .overlay-text {
    top: 300px;
    left: 230px;
    right: 45px;
  }
  .sometime {
    display: none;
  }
  .textfeld {
    padding: 45px 15px 45px 0;
  }
  .graufeld {
    padding: 45px;
  }
  .einrue {
    padding: 90px 0 90px 105px !important;
  }
  .moduletable_jobs ul {
    margin: 1em 0 1em -75px;
  }
  .moduletable_jobs ul li a:link {
    padding-left: 75px;
  }
  .headshot .blaufeld {
    padding: 95px 105px 105px;
  }
  .einzelheiten {
    padding: 60px 90px;
  }
  .heirech .blaufeld {
    padding: 180px 105px;
  }
  .heirech .weissfeld {
    padding: 90px 105px 60px 0 !important;
  }
  .heirech .weissrechts {
    padding-bottom: 0;
  }
  .kontop .blaufeld,
  .privat .blaufeld {
    padding-left: 105px;
    padding-right: 105px;
  }
  #ff_formdiv3 #bfElemWrap50 {
    padding: 1px 5px;
  }
  #ff_formdiv3 #formleft #ff_elem51 {
    height: 260px !important;
  }
  #ff_formdiv3 #bfCaptchaEntry {
    width: calc(100% - 41px) !important;
    min-width: calc(100% - 41px) !important;
    max-width: calc(100% - 41px) !important;
  }
  #ff_formdiv3 #bfElementGroup52 input.ff_elem[type="checkbox"] + label::before,
  #ff_formdiv3 #bfElementGroup74 input.ff_elem[type="checkbox"] + label::before {
    width: 45px;
    height: 30px;
    background-color: white;
    display: block;
    content: "";
    float: left;
    margin-right: 10px;
    border-right: 15px solid #c6c6c6;
  }
  #ff_formdiv3 #bfElementGroup52 label,
  #ff_formdiv3 #bfElementGroup74 label {
    margin: 15px 0px 0 0px;
    padding: 0 10px 0 0;
    display: inline-block;
    background-color: white;
    color: #636363;
    width: 99.9%;
    min-width: 99.9%;
  }
  .heller {
    padding: 3em 15px 3em 105px;
  }
  .hell {
    padding: 3em 105px 3em 15px;
  }
  .hell.drunter {
    padding-left: 105px;
  }
  .privat-bad-service {
    padding: 2em 15px 2em 105px;
  }
  .textlinks {
    padding: 3em 90px 3em 90px;
  }
  .weissfeld img,
  .moduletableservice-wartung .line .xac-container .weissfeld img {
    width: calc(100% - 105px);
  }
  .imraster,
  .moduletableservice-wartung .line .xac-container .imraster {
    width: calc(100% - 75px);
    margin-left: 90px;
  }
  .festehoehe.bad,
  .moduletableservice-wartung .line .xac-container .festehoehe.bad {
    height: 454px;
    width: 499.5px;
  }
  .weissrechts.breiter {
    height: 324px;
  }
  .moduletableservice-wartung .rechtig .solidblau img {
    height: 285px;
  }
  .ablinks {
    padding-left: 135px;
  }
  .ablinks.halb {
    padding-left: 65px;
  }
  .solidblau.padtop {
    padding: 8em 45px 0 105px;
  }
  .spabot1 {
    margin-top: 66px;
  }
  .sanita-logos {
    width: 130px;
  }
  .stempler {
    top: 36%;
  }
  .versatz {
    margin-left: -55px;
  }
  .versatz {
    margin-left: -50px;
  }
  .gepri a:link,
  .gepri a:visited {
    background-position: 290px 25px;
    font-size: 1.2em;
  }
  .gepri a:link div,
  .gepri a:visited div {
    margin-left: 10px;
  }
  .gepri a:hover {
    background-position: 70% 25px;
  }
  .linksseitigbild {
    margin-top: -12em !important;
  }
  a.bildlink:link,
  a.bildlink:visited {
    width: 30px;
    height: 30px;
    padding-right: 70px;
    background-size: 12px;
    background-position: 45px bottom;
    -webkit-transition: background-position 1s;
    transition: background-position 1s;
  }
  a.bildlink:link img,
  a.bildlink:visited img {
    width: 30px;
    margin-top: -5px;
  }
  a.bildlink:hover {
    background-position: 75px bottom;
  }
  .nutzer {
    padding-bottom: 4.6em !important;
  }
  .farbform {
    padding-top: 5.6em !important;
  }
  .ablinks.undoben.badelemente {
    padding-top: 4.7em;
  }
  .ablinks.undoben.obenextra {
    padding-top: 5.5em;
  }
  .laempchen .sechselftel {
    padding: 0 15px 15px 105px;
  }
}
/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
