/* 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('../fonts/lato-v23-latin-300.eot');
  src: local(''), url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-300.woff2') format('woff2'), url('../fonts/lato-v23-latin-300.woff') format('woff'), url('../fonts/lato-v23-latin-300.ttf') format('truetype'), url('../fonts/lato-v23-latin-300.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot');
  src: local(''), url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff'), url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot');
  src: local(''), url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-700.woff2') format('woff2'), url('../fonts/lato-v23-latin-700.woff') format('woff'), url('../fonts/lato-v23-latin-700.ttf') format('truetype'), url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot');
  src: local(''), url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-700italic.woff') format('woff'), url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot');
  src: local(''), url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-900.woff2') format('woff2'), url('../fonts/lato-v23-latin-900.woff') format('woff'), url('../fonts/lato-v23-latin-900.ttf') format('truetype'), url('../fonts/lato-v23-latin-900.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot');
  src: local(''), url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff'), url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot');
  src: local(''), url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-700.woff2') format('woff2'), url('../fonts/lato-v23-latin-700.woff') format('woff'), url('../fonts/lato-v23-latin-700.ttf') format('truetype'), url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot');
  src: local(''), url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-700italic.woff') format('woff'), url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot');
  src: local(''), url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-900.woff2') format('woff2'), url('../fonts/lato-v23-latin-900.woff') format('woff'), url('../fonts/lato-v23-latin-900.ttf') format('truetype'), url('../fonts/lato-v23-latin-900.svg#Lato') format('svg');
}
html {
  overflow-y: scroll;
}
body {
  background-color: #eeeeee;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.logo {
  display: block;
}
.logo .custom_top-logo {
  padding-top: 17%;
  padding-bottom: 11%;
}
.logo .custom_top-logo a:link img,
.logo .custom_top-logo a:visited img {
  width: 55%;
  max-width: 200px;
}
.logo .custom_top-logo a:hover img {
  opacity: 0.7;
}
.ultramarin-block {
  background-color: #1b0e47;
  color: white;
  padding-top: 5.3%;
  padding-bottom: 44%;
}
.nav.menu__footmemu .item-101,
.nav.menu__footmemu .item-107,
.nav.menu__footmemu .item-108,
.nav.menu__footmemu .item-109,
.nav.menu__footmemu .item-110,
.nav.menu__footmemu .item-124 {
  display: none;
}
.nav.menu__footmemu li {
  margin: 5px 10px;
}
.nav.menu__footmemu li a:link,
.nav.menu__footmemu li a:visited {
  color: white;
  font-weight: 400;
  padding: 10px 0;
}
.nav.menu__footmemu li a:hover {
  background-image: url(../images/heller-und-teriete_menu-back.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.menu-top .bg-dark {
  background-color: rgba(255,255,255,0) !important;
}
.menu-top {
  background-color: #2d4bdf;
  opacity: 0.65;
  mix-blend-mode: multiply;
}
.menu-top .item-124 {
  display: none;
}
.menu-top li {
  padding: 5px 9px;
}
.menu-top li a:link,
.menu-top li a:visited {
  color: white;
  opacity: 1 !important;
  font-weight: 700;
  padding: 10px 0;
}
.menu-top li a:hover {
  background-image: url(../images/heller-und-teriete_menu-back.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.menu-top li.active a,
.menu-top li.current a {
  background-image: url(../images/heller-und-teriete_menu-back.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.menu-bottom {
  padding-left: 5px;
}
.unternehmen .menu-top {
  background-color: #7b9aee;
}
a.nach-oben:link,
a.nach-oben:visited {
  padding: 5px 0px 10px 0;
  color: white;
  display: inline-block;
}
a.nach-oben:hover {
  background-image: url(../images/heller-und-teriete_menu-back.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.item-page {
  width: 100%;
}
.row.nomar {
  margin: 0;
  position: relative;
}
.row.nomar > div {
  padding: 0;
}
.row.nomar > div img {
  width: 100%;
}
.row.nomar a {
  display: block;
  margin-bottom: -6px;
}
.imageeffectck.effectck-1 {
  margin: 0 !important;
}
figure.imageeffectck img {
  opacity: 1 !important;
}
.row.nomar.vier .imageeffectck_title {
  color: black;
}
.v-mittig {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15px;
}
.whiteback {
  background-color: white;
}
.whiteback.text {
  padding: 30px 0 !important;
}
.whiteback.text a:link {
  color: black;
}
.whiteback.text a:hover {
  color: #5668d9;
  text-decoration: none;
}
.greenback {
  background-color: #c6fdec;
}
.greenback.text {
  padding: 30px 0 !important;
}
.greenback.text a:link {
  color: black;
}
.greenback.text a:hover {
  color: #5668d9;
  text-decoration: none;
}
.gruenfeld {
  background-image: url(../images/heller-teriete_back-gruen.gif);
}
.gruenfeld a:link,
.gruenfeld a:visited {
  color: black;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.gruenfeld a:hover {
  background-image: url(../images/heller-und-teriete_menu-back-neg.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.hellgraufeld {
  background-color: #f9f9f9;
}
.overlay-text {
  position: absolute;
  top: 0;
  padding-top: 23%;
  color: white;
}
.descri {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 16px;
}
.mehrzu {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
.mehrzu a:link,
.mehrzu a:visited {
  color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(../images/heller-teriete_pfeil.gif);
  background-position: 190px center;
  background-repeat: no-repeat;
  background-size: 60px 30px;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
}
.mehrzu a:hover {
  background-position: 250px center;
  text-decoration: none;
}
.patop.whiteback .uber {
  font-size: 27px;
  font-weight: 700;
  padding-top: 40px !important;
  padding-left: 15px;
}
.patop.whiteback .hist {
  padding: 40px 15px !important;
}
.patop.whiteback a:link,
.patop.whiteback a:visited {
  color: black;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.patop.whiteback a:hover {
  background-image: url(../images/heller-und-teriete_menu-back-neg.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.blaufeld {
  background-image: url(../images/heller-teriete_overlay.png);
  color: white;
}
.blaufeld.blau80 {
  background-image: url(../images/heller-teriete_overlay-blau80.png) !important;
}
.braunfeld {
  background-image: url(../images/heller-teriete_overlay-braun.png);
}
.row.nomar.leins {
  background-image: url(../images/heller-teriete_leistungen1.jpg);
  background-size: cover;
  padding-top: 51%;
  position: relative;
}
.row.nomar.leins .blaufeld {
  top: 0;
  height: 75%;
  position: absolute;
}
.leftex {
  padding: 15px !important;
}
.bagger {
  background-image: url(../images/heller-teriete_leistungen3.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60% 15px 20% !important;
  color: white;
}
.row.nomar.ldrei {
  background-image: url(../images/heller-teriete_leistungen4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.row.nomar.ldrei .blaufeld {
  color: white;
  padding: 110px 15px !important;
  background-image: none !important;
}
h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.kascha {
  background-image: url(../images/heller-teriete_leistungen5.jpg);
  background-size: cover;
  padding-top: 50% !important;
  background-position: center center;
}
.row.nomar.lfuenf div div {
  height: 300px;
  padding: 15px !important;
}
.row.nomar.lfuenf div .mauer {
  background-image: url(../images/heller-teriete_leistungen6.jpg);
  background-size: cover;
  background-position: center bottom;
}
.row.nomar.lfuenf div .daemmung {
  background-image: url(../images/heller-teriete_leistungen7.jpg);
  background-size: cover;
  background-position: center top;
}
.row.nomar.lsechs .maurer {
  background-image: url(../images/heller-teriete_leistungen8.jpg);
  background-size: cover;
  background-position: center center;
  height: 300px;
}
.row.nomar.aeins {
  background-image: url(../images/heller-teriete_ansprechpartner1.jpg);
  background-size: cover;
  padding-top: 51%;
  position: relative;
}
.row.nomar.aeins .blaufeld {
  top: 0;
  height: 75%;
  position: absolute;
}
.row.nomar.azwei div div {
  padding: 15px !important;
}
.overlay-ap {
  position: relative;
}
.row.nomar.azwei div .teriete,
.row.nomar.azwei div .heller {
  position: absolute;
  top: 40%;
  color: white;
  z-index: 15;
  padding-left: 45px !important;
}
.kontakt-overlay {
  position: absolute;
  z-index: 10;
  top: 440px;
  bottom: 390px;
  left: 30px;
  right: 30px;
  background-image: url(../images/heller-teriete_overlay.png);
}
.kontakt-overlay a:link,
.kontakt-overlay a:visited {
  color: black;
  padding: 4px 10px;
  background-color: white;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15px;
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.row.nomar.azwei div div.graufeld {
  background-color: #eeeeee;
  padding: 0 !important;
}
.row.nomar.reins {
  background-image: url(../images/heller-teriete_referenzen1.jpg);
  background-size: cover;
  padding-top: 51%;
  position: relative;
}
.row.nomar.reins .blaufeld {
  top: 0;
  height: 75%;
  position: absolute;
}
.row.nomar.rdrei {
  background-image: url(../images/heller-teriete_referenzen3.jpg);
  background-size: cover;
  position: relative;
}
.row.nomar.rdrei .blaufeld {
  top: 0;
  position: relative;
  padding: 15px;
}
.row.nomar.rvier {
  background-image: url(../images/heller-teriete_referenzen4.jpg);
  background-size: cover;
  position: relative;
  padding-top: 52.3%;
}
.row.nomar.rvier .blaufeld {
  top: 0;
  position: absolute;
  padding: 15px;
}
.row.nomar.rfuenf {
  background-image: url(../images/heller-teriete_referenzen5.jpg);
  background-size: contain;
  background-position: center 196px;
  background-repeat: no-repeat;
}
.row.nomar.rfuenf .linkswierechts {
  height: 196px;
}
.row.nomar.rfuenf .ref5links {
  padding-bottom: 53.8%;
}
.row.nomar.rfuenf .ref5links .blaufeld {
  padding: 15px;
}
.row.nomar.rfuenf .ref5rechts {
  background-image: url(../images/heller-teriete_overlay-weiss25.png);
}
.row.nomar.rfuenf .ref5rechts .gruenfeld {
  padding: 15px;
}
.row.nomar.rfuenf .ref5rechts .mauerbild {
  background-image: url(../images/heller-teriete_referenzen6.jpg);
  background-size: cover;
}
.row.nomar.rsechs .ref6rechts {
  background-image: url(../images/heller-teriete_overlay.png);
}
.row.nomar.rsechs .ref6rechts .blaufeld {
  background-image: none;
}
.row.nomar.peins {
  background-image: url(../images/heller-teriete_partner1.jpg);
  background-size: cover;
  padding-top: 51.4%;
  position: relative;
}
.row.nomar.peins .blaufeld {
  top: 0;
  height: 75%;
  position: absolute;
}
.row.nomar.peins .weiss65 {
  height: 25%;
  background-image: url(../images/heller-teriete_overlay-weiss65.png);
  position: absolute;
  bottom: 0;
  font-size: 20px;
  padding: 15px;
  font-weight: 700;
}
.row.nomar.peins .weiss65 .v-mittig {
  padding-left: 0 !important;
}
.row.nomar.peins .vierzigp {
  margin-bottom: 0 !important;
}
.kontakt-button {
  float: left;
  background-image: url(../images/heller-teriete_overlay.png);
  padding: 0 25px 0 15px;
}
.kontakt-button a:link,
.kontakt-button a:visited {
  padding: 7px 0 7px 0;
  color: white;
  margin-bottom: 0 !important;
}
.kontakt-button a:hover {
  background-image: url(../images/heller-und-teriete_menu-back.png);
  background-position: center 29px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.vierzigp {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.partnertext {
  padding: 15px !important;
}
.partnertext a:link,
.partnertext a:visited {
  color: white;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.partnertext a:hover {
  background-image: url(../images/heller-und-teriete_menu-back.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.cepla,
.bfsbm {
  display: block;
  width: 75%;
  max-width: 285px;
}
.bfpartnertext {
  padding: 15px !important;
}
.bfpartnertext a:link,
.bfpartnertext a:visited {
  color: black;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.bfpartnertext a:hover {
  background-image: url(../images/heller-und-teriete_menu-back-neg.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.row.nomar.pfuenf img {
  width: 100%;
  max-width: 350px;
}
.row.nomar.psechs .isselogo {
  padding: 15px !important;
}
.row.nomar.psechs .isselogo img {
  width: 100%;
  max-width: 300px;
}
.row.nomar.psechs .vierzigp {
  padding: 15px !important;
}
.row.nomar.psechs .adresser {
  padding: 15px !important;
}
.row.nomar.psechs .adresser a:link,
.row.nomar.psechs .adresser a:visited {
  color: black;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.row.nomar.psechs .adresser a:hover {
  background-image: url(../images/heller-und-teriete_menu-back-neg.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.borgerslogo img {
  max-width: 380px;
}
.raablogo div {
  background-color: #b6b7b6;
  height: 100%;
}
.raablogo div img {
  max-width: 350px;
}
.raabtext {
  padding: 15px !important;
}
.raabtext a:link,
.raabtext a:visited {
  color: white;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.raabtext a:hover {
  background-image: url(../images/heller-und-teriete_menu-back.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.heminglogo img,
.allianzlogo img {
  max-width: 380px;
}
.hemingpartnertext {
  padding: 15px !important;
}
.hemingpartnertext a:link,
.hemingpartnertext a:visited {
  color: black;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.hemingpartnertext a:hover {
  background-image: url(../images/heller-und-teriete_menu-back-neg.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.nglogo {
  padding: 15px !important;
}
.nglogo img {
  max-width: 360px;
}
.ng.partnertext {
  padding-top: 0 !important;
}
.row.nomar.keins {
  background-image: url(../images/heller-teriete-kontakt.jpg);
  background-size: cover;
  padding-top: 34.2%;
  position: relative;
}
.row.nomar.keins .blaufeld {
  top: 0;
  height: 100%;
  position: absolute;
}
.row.nomar.kzwei div {
  padding: 15px !important;
}
.row.nomar.ieins {
  background-image: url(../images/heller-teriete_impressum.jpg);
  background-size: cover;
  padding-top: 44.5%;
  position: relative;
}
.row.nomar.ieins .blaufeld {
  top: 0;
  height: 75%;
  position: absolute;
}
.row.nomar.izwei .hellgraufeld {
  padding: 15px !important;
}
.row.nomar.izwei .hellgraufeld a:link,
.row.nomar.izwei .hellgraufeld a:visited {
  color: black;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.row.nomar.izwei .hellgraufeld a:hover {
  background-image: url(../images/heller-und-teriete_menu-back-neg.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.row.nomar.deins {
  background-image: url(../images/heller-teriete_datenschutz.jpg);
  background-size: cover;
  padding-top: 47.8%;
  position: relative;
}
.row.nomar.deins .blaufeld {
  top: 0;
  height: 75%;
  position: absolute;
}
.row.nomar.dzwei div {
  padding: 15px !important;
}
.row.nomar.dzwei div a:link,
.row.nomar.dzwei div a:visited {
  color: black;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 2px;
}
.row.nomar.dzwei div a:hover {
  background-image: url(../images/heller-und-teriete_menu-back-neg.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 200px 4px;
}
.leistungen h2 {
  font-size: 32px;
}
#bfPage1 .bfNoSection section {
  padding: 5px 15px !important;
}
.bfQuickMode input[type="text"],
.bfQuickMode textarea,
.bfQuickMode .uneditable-input,
.bfQuickMode input[type="text"]:hover,
.bfQuickMode textarea:hover,
.bfQuickMode .uneditable-input:hover,
.bfQuickMode input[type="text"]:focus,
.bfQuickMode textarea:focus,
.bfQuickMode .uneditable-input:focus {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.bfSubmitButton.button {
  margin-right: 15px !important;
  color: white;
  background-color: #5668d9;
  border: 1px solid #878787;
}
#ff_formdiv1 + div {
  color: #eeeeee;
}
.ff_elem {
  padding: 15px;
  border: 1px solid #878787 !important;
}
.bfRequired {
  color: #5668d9 !important;
}
.row.nomar > div .bfCaptcha img {
  width: auto;
}
.row.nomar > div .bfCaptcha .ff_elem#bfCaptchaEntry + .ff_elem {
  display: inline;
  padding: 12px 15px 15px;
}
.row.nomar > div .bfCaptcha .ff_elem#bfCaptchaEntry {
  float: none !important;
}
#bfPage1 .bfNoSection#captchatext .bfSectionDescription {
  padding-top: 0px !important;
}
#bfPage1 .bfNoSection section#bfElemWrap25 {
  padding-bottom: 0 !important;
}
#bfElemWrap46 {
  display: none !important;
}
@media (min-width: 576px) {
  .logo {
    padding-left: 0;
  }
  .overlay-text {
    font-size: 18px;
  }
  .v-mittig {
    padding-left: 0px;
  }
  .mehrzu {
    padding-left: 15px;
  }
  .patop.whiteback .uber {
    padding-left: 15px;
  }
  .patop.whiteback .hist {
    padding: 40px 15px !important;
  }
  .leftex,
  .row.nomar.lfuenf .blaufeld,
  .row.nomar.lfuenf .braunfeld,
  .row.nomar.azwei div div {
    padding: 45px 15px 45px 45px !important;
  }
  .row.nomar.ldrei .blaufeld {
    padding: 135px 15px 136px 30px !important;
    background-image: url(../images/heller-teriete_overlay.png) !important;
  }
  .bagger {
    padding-left: 45px !important;
  }
  .row.nomar.lfuenf div div {
    height: 350px;
  }
  .kontakt-overlay {
    top: 490px;
    bottom: 440px;
    left: 45px;
    right: 45px;
  }
  .row.nomar.azwei div .teriete,
  .row.nomar.azwei div .heller {
    padding-left: 60px !important;
  }
  .row.nomar.rdrei .blaufeld,
  .row.nomar.rvier .blaufeld {
    padding: 45px 15px 45px 45px !important;
  }
  .row.nomar.rfuenf {
    background-position: center 226px;
  }
  .row.nomar.rfuenf .linkswierechts {
    height: 226px;
  }
  .row.nomar.rfuenf .ref5links {
    padding-bottom: 53.8%;
  }
  .row.nomar.rfuenf .ref5links .blaufeld {
    padding: 45px 15px 10px 45px;
  }
  .row.nomar.rfuenf .ref5rechts .gruenfeld {
    padding: 45px 15px 45px 45px;
  }
  .row.nomar.peins .weiss65 {
    font-size: 34px;
    padding-left: 45px;
  }
  .vierzigp {
    font-size: 34px;
  }
  .partnertext {
    padding: 15px 15px 45px 0 !important;
  }
  .bfpartnertext {
    padding: 15px 15px 30px 0 !important;
  }
  .row.nomar.psechs .isselogo {
    padding: 15px 30px !important;
  }
  .row.nomar.psechs .isselogo img {
    width: 100%;
    max-width: 300px;
  }
  .row.nomar.psechs .vierzigp {
    padding: 15px 30px !important;
  }
  .row.nomar.psechs .adresser {
    padding: 15px 30px !important;
  }
  .raabtext {
    padding-left: 30px !important;
  }
  .ng.partnertext {
    padding-left: 15px !important;
  }
  .row.nomar.kzwei div {
    padding: 15px 15px 15px 0 !important;
  }
  #bfPage1 .bfNoSection section {
    padding: 5px 0px !important;
  }
  .bfSubmitButton.button {
    margin-right: 0px !important;
  }
  .row.nomar.izwei .hellgraufeld {
    padding: 30px 15px 30px 0 !important;
  }
  .row.nomar.dzwei div {
    padding: 15px 0 !important;
  }
}
@media (min-width: 768px) {
  .accordeonck._mob {
    display: none;
  }
  .nav.menu_nomob {
    display: block !important;
    float: right;
  }
  .navbar-brand {
    display: none;
  }
  .menu-top {
    padding-top: 50px;
  }
  .logo .custom_top-logo {
    padding-top: 10%;
    padding-bottom: 7%;
  }
  .nav.menu_n0mob {
    right: 0;
    width: 610px;
    margin: 0 !important;
    position: relative;
  }
  .collapse.navbar-collapse {
    position: relative;
    display: block;
    padding-left: 48px;
    padding-bottom: 80px;
  }
  .collapse.navbar-collapse .nav.menu_n0mob li.item-113 {
    right: 15px;
    top: 60px;
    position: absolute;
    font-size: 0.7em;
  }
  .collapse.navbar-collapse .nav.menu_n0mob li.item-113 a:link,
  .collapse.navbar-collapse .nav.menu_n0mob li.item-113 a:visited {
    padding: 7px 0;
  }
  .collapse.navbar-collapse .nav.menu_n0mob li.item-112 {
    right: 107px;
    top: 60px;
    position: absolute;
    font-size: 0.7em;
  }
  .collapse.navbar-collapse .nav.menu_n0mob li.item-112 a:link,
  .collapse.navbar-collapse .nav.menu_n0mob li.item-112 a:visited {
    padding: 7px 0;
  }
  .logobottom > div {
    padding-left: 30px;
  }
  .menu-bottom {
    padding-left: 15px;
  }
  .menu-bottom .nav.menu__footmemu {
    padding-left: 28px;
  }
  .overlay-text {
    font-size: 21px;
  }
  .descri,
  .mehrzu {
    font-size: 13px;
  }
  .mehrzu a:link,
  .mehrzu a:visited {
    background-position: 145px center;
  }
  .mehrzu a:hover {
    background-position: 165px center;
  }
  .patop.whiteback .uber {
    padding-left: 0px;
  }
  .patop.whiteback .hist {
    padding: 40px 15px 40px 0px !important;
  }
  .bagger {
    padding: 50% 15px 10% 45px !important;
  }
  .kascha {
    padding-top: 25% !important;
  }
  .row.nomar.lfuenf div div {
    height: 350px;
  }
  .row.nomar.lsechs .maurer {
    height: auto;
  }
  .kontakt-overlay + .overlay-ap {
    margin-top: -80px;
  }
  .kontakt-overlay {
    top: 200px;
    bottom: 120px;
    left: 45px;
    right: 45px;
  }
  .row.nomar.rdrei {
    padding-top: 63.4%;
  }
  .row.nomar.rdrei .blaufeld {
    padding: 45px 80px 90px 45px !important;
    position: absolute;
    margin-top: -140.5px;
  }
  .row.nomar.peins .weiss65 {
    font-size: 40px;
  }
  .vierzigp {
    font-size: 40px;
  }
  .bfsbm {
    position: relative;
    right: 0;
    margin-left: 25%;
  }
  .bfpartnertext {
    padding: 0 15px 30px 0 !important;
  }
  .row.nomar.psechs .isselogo {
    padding: 15px 15px 15px 30px !important;
  }
  .row.nomar.psechs .isselogo img {
    width: 100%;
    max-width: 300px;
  }
  .row.nomar.psechs .vierzigp {
    padding: 15px !important;
  }
  .row.nomar.psechs .adresser {
    padding: 15px !important;
  }
  .raabtext {
    padding-left: 15px !important;
  }
  .hemingpartnertext {
    padding: 30px 30px 30px 0px !important;
  }
  .ng.partnertext {
    padding-left: 0px !important;
  }
  .nglogo {
    padding: 15px 0 0 30px !important;
  }
  .row.nomar.kzwei div {
    padding: 30px 30px 30px 0 !important;
  }
  #bfPage1 .bfNoSection section {
    padding: 15px 0px !important;
    display: flex;
    align-items: center;
  }
  .bfQuickMode .bfLabelLeft label {
    width: calc(33.3% - 10px) !important;
  }
  .bfQuickMode input[type="text"],
  .bfQuickMode textarea,
  .bfQuickMode .uneditable-input,
  .bfQuickMode input[type="text"]:hover,
  .bfQuickMode textarea:hover,
  .bfQuickMode .uneditable-input:hover,
  .bfQuickMode input[type="text"]:focus,
  .bfQuickMode textarea:focus,
  .bfQuickMode .uneditable-input:focus {
    width: 66.6% !important;
    max-width: 66.6% !important;
    min-width: 66.6% !important;
    float: right;
  }
  .row.nomar.izwei .hellgraufeld {
    padding: 30px 15px 45px 0 !important;
  }
  .row.nomar.dzwei div {
    padding: 30px 0 !important;
  }
  .row.nomar.lzwei > div img {
    width: 149%;
    overflow: hidden;
  }
  #bfPage1 .bfNoSection#captchatext .bfSectionDescription {
    padding-left: 33.3% !important;
  }
}
@media (min-width: 992px) {
  .menu-top {
    padding-top: 78px;
  }
  .logo .custom_top-logo a:link img,
  .logo .custom_top-logo a:visited img {
    width: 55%;
  }
  .logo .custom_top-logo a:link img,
  .logo .custom_top-logo a:visited img {
    width: 70%;
  }
  .logo .custom_top-logo {
    padding-top: 24%;
    padding-bottom: 17%;
  }
  .menu-bottom .nav.menu__footmemu {
    padding-left: 0px;
  }
  .menu-bottom .nav.menu__footmemu li {
    margin: 5px 20px;
  }
  .collapse.navbar-collapse {
    padding-left: 0px;
    padding-bottom: 50px;
  }
  .navbar.navbar-expand-md.navbar-dark.bg-dark {
    padding-left: 0;
    padding-right: 0;
  }
  .overlay-text {
    font-size: 24px;
    padding-top: 34%;
  }
  .descri,
  .mehrzu {
    font-size: 16px;
  }
  .mehrzu {
    padding-left: 15px;
  }
  .mehrzu a:link,
  .mehrzu a:visited {
    background-position: 190px center;
  }
  .mehrzu a:hover {
    background-position: 240px center;
  }
  .patop.whiteback .hist {
    padding: 40px 45px 40px 0px !important;
  }
  .leftex,
  .row.nomar.lfuenf .blaufeld,
  .row.nomar.lfuenf .braunfeld,
  .row.nomar.azwei div div {
    padding: 80px 20px 80px 80px !important;
  }
  .bagger {
    padding: 45% 30px 5% 80px !important;
  }
  .row.nomar.ldrei {
    background-size: 50%;
  }
  .row.nomar.ldrei .blaufeld {
    padding: 148px 30px 148px 30px !important;
  }
  .row.nomar.lfuenf div div {
    height: 340px;
  }
  .kontakt-overlay + .overlay-ap {
    margin-top: -150px;
  }
  .kontakt-overlay {
    top: 240px;
    bottom: 150px;
    left: 80px;
    right: 80px;
  }
  .row.nomar.azwei div .teriete,
  .row.nomar.azwei div .heller {
    padding-left: 95px !important;
  }
  .row.nomar.rdrei .blaufeld {
    padding: 80px 180px 150px 80px !important;
    margin-top: -164.5px;
  }
  .row.nomar.rvier .blaufeld {
    padding: 80px 20px 80px 80px !important;
  }
  .row.nomar.rfuenf {
    background-position: center 286px;
  }
  .row.nomar.rfuenf .linkswierechts {
    height: 286px;
  }
  .row.nomar.rfuenf .ref5links {
    padding-bottom: 53.8%;
  }
  .row.nomar.rfuenf .ref5links .blaufeld {
    padding: 80px 20px 15px 80px;
  }
  .row.nomar.rfuenf .ref5rechts .gruenfeld {
    padding: 80px 20px 80px 80px;
  }
  .row.nomar.peins .weiss65 {
    padding-left: 80px;
  }
  .partnertext {
    padding: 20px 20px 80px 0 !important;
  }
  .celogo {
    position: relative;
  }
  .cepla {
    position: absolute;
    right: 0;
    margin-top: -126px;
  }
  .bfpartnertext {
    padding: 0 20px 40px 0 !important;
  }
  .row.nomar.psechs .isselogo {
    padding: 30px 30px 15px 45px !important;
  }
  .row.nomar.psechs .isselogo img {
    width: 100%;
    max-width: 300px;
  }
  .row.nomar.psechs .vierzigp {
    padding: 30px 15px !important;
  }
  .row.nomar.psechs .adresser {
    padding: 30px 15px !important;
  }
  .hemingpartnertext {
    padding: 30px 60px 30px 0px !important;
  }
  .nglogo {
    padding: 30px 0 0 45px !important;
    margin-bottom: -10px;
  }
  .row.nomar.kzwei div {
    padding: 45px 30px 45px 0 !important;
  }
  .row.nomar.izwei .hellgraufeld {
    padding: 45px 15px 60px 0 !important;
  }
  .row.nomar.dzwei div {
    padding: 45px 0 !important;
  }
  .row.nomar.lzwei > div img {
    width: 108%;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .menu-top {
    padding-top: 67px;
  }
  .logo .custom_top-logo {
    padding-top: 17%;
    padding-bottom: 11%;
  }
  .collapse.navbar-collapse {
    padding-left: 88px;
  }
  .navbar.navbar-expand-md.navbar-dark.bg-dark {
    padding-left: 16px;
    padding-right: 16px;
  }
  .overlay-text {
    font-size: 27px;
  }
  .patop.whiteback .hist {
    padding: 40px 75px 40px 0px !important;
  }
  .leftex,
  .row.nomar.ldrei .blaufeld,
  .row.nomar.lfuenf .blaufeld,
  .row.nomar.lfuenf .braunfeld,
  .row.nomar.azwei div div {
    padding: 100px 50px 100px 100px !important;
  }
  .row.nomar.ldrei .blaufeld {
    padding: 161px 50px 162px 20px !important;
  }
  .bagger {
    padding: 40% 20px 5% 100px !important;
  }
  .row.nomar.lfuenf div div {
    height: 370px;
  }
  .kontakt-overlay + .overlay-ap {
    margin-top: -235px;
  }
  .kontakt-overlay {
    top: 330px;
    bottom: 190px;
    left: 100px;
    right: 100px;
  }
  .row.nomar.azwei div .teriete,
  .row.nomar.azwei div .heller {
    padding-left: 115px !important;
  }
  .row.nomar.rdrei .blaufeld {
    padding: 100px 250px 200px 100px !important;
    margin-top: -170px;
  }
  .row.nomar.rvier .blaufeld {
    padding: 100px 50px 100px 100px !important;
  }
  .row.nomar.rfuenf {
    background-position: center 316px;
  }
  .row.nomar.rfuenf .linkswierechts {
    height: 316px;
  }
  .row.nomar.rfuenf .ref5links {
    padding-bottom: 53.8%;
  }
  .row.nomar.rfuenf .ref5links .blaufeld {
    padding: 100px 50px 40px 100px;
  }
  .row.nomar.rfuenf .ref5rechts .gruenfeld {
    padding: 100px 50px 100px 100px;
  }
  .row.nomar.peins .weiss65 {
    padding-left: 100px;
  }
  .partnertext {
    padding: 30px 50px 100px 0 !important;
  }
  .cepla {
    margin-top: -150px;
  }
  .bfpartnertext {
    padding: 0 50px 50px 0 !important;
  }
  .row.nomar.psechs .isselogo {
    padding: 30px 30px 15px 60px !important;
  }
  .row.nomar.psechs .isselogo img {
    width: 100%;
    max-width: 300px;
  }
  .row.nomar.psechs .vierzigp {
    padding: 30px 30px !important;
  }
  .row.nomar.psechs .adresser {
    padding: 30px 15px 30px 0 !important;
  }
  .hemingpartnertext {
    padding: 45px 90px 45px 0px !important;
  }
  .nglogo {
    padding: 40px 0 0 45px !important;
    margin-bottom: -10px;
  }
  .leistungen h2 {
    font-size: 36px;
  }
  .row.nomar.lzwei > div img {
    width: 100%;
  }
}
/**
 * @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;
}
