/* 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: 100;
  src: url('../fonts/lato-v23-latin-100.eot');
  src: local(''), url('../fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-100.woff2') format('woff2'), url('../fonts/lato-v23-latin-100.woff') format('woff'), url('../fonts/lato-v23-latin-100.ttf') format('truetype'), url('../fonts/lato-v23-latin-100.svg#Lato') format('svg');
}
@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: italic;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300italic.eot');
  src: local(''), url('../fonts/lato-v23-latin-300italic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-300italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-300italic.woff') format('woff'), url('../fonts/lato-v23-latin-300italic.ttf') format('truetype'), url('../fonts/lato-v23-latin-300italic.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');
}
html {
  overflow-y: scroll;
  font-family: 'Lato', sans-serif;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #094666;
}
.logoblock {
  text-align: center;
}
.logoblock img {
  width: 3.3em;
  margin-top: 1.2em;
  margin-bottom: 0.3em;
}
.logoblock a:link,
.logoblock a:visited {
  color: #004566;
  text-decoration: none;
  opacity: 1;
}
.logoblock a:hover {
  opacity: 0.7;
}
.logo {
  font-family: 'Times New Roman', Times, serif;
  font-size: 2.2em;
  font-weight: 300;
}
.dickdunkel {
  margin-top: 0.1ex;
  margin-bottom: 0.6em;
  border: 0.1em solid #004566;
  width: 4.8em;
}
.subhead {
  font-size: 0.75em;
  line-height: 1.4em;
}
.fusz1 {
  background-color: #cbc6b7;
  color: #004566;
}
.fusz1 a:link,
.fusz1 a:visited {
  color: #004566;
  text-decoration: none;
  padding: 0.4em 0 !important;
  display: inline-block;
  font-weight: 300;
}
.fusz1 a:hover,
.fusz1 li.active a,
.fusz1 li.current a {
  color: white;
}
.fusz1 li.item-130 {
  display: none;
}
.fusz1 .menu_fuszmenue {
  flex-direction: column;
}
.fusz2 {
  background-color: #004566;
  color: white;
  padding: 2em 0 3em;
}
.fusz2 a:link,
.fusz2 a:visited {
  color: white;
  text-decoration: none;
}
.fusz2 a:hover {
  color: #e4cb9a;
}
.fusz2.essen {
  padding: 0.4em 0 0.8em;
}
.fusz2.essen .menu_fusz2menue {
  justify-content: flex-end;
  border-bottom: 1px solid white;
}
.fusz2.essen .menu_fusz2menue .item-124,
.fusz2.essen .menu_fusz2menue .item-125,
.fusz2.essen .menu_fusz2menue .item-126,
.fusz2.essen .menu_fusz2menue .item-127,
.fusz2.essen .menu_fusz2menue .item-128,
.fusz2.essen .menu_fusz2menue .item-129 {
  display: none;
}
.fusz2.essen .menu_fusz2menue .item-130 {
  padding: 0.3em 0 0.6em;
}
.mobilefoot {
  display: block;
  position: fixed;
  bottom: 0;
  background-image: url(../images/waterkamp-schoppe_mobilfusz.png);
  width: 100%;
  padding: 5px 0;
}
.mobilefoot .middle {
  text-align: center;
  font-size: 0.8em;
}
.mobilefoot .right {
  position: absolute;
  margin-top: -23px;
  right: 15px;
}
.mobilefoot a:link,
.mobilefoot a:visited {
  color: black;
  text-decoration: none;
  opacity: 1;
}
.mobilefoot a:hover {
  opacity: 0.5;
}
#bm_slide_login_107 {
  padding-bottom: 60px;
}
#bm_slide_login_107 .bm_login_label {
  padding: 0;
  background: rgba(255,255,255,0);
  box-shadow: none;
  color: #47728b;
}
#bm_slide_login_107 .bm_login_label .icon-key.icon-small {
  display: none;
}
.item-page a:link,
.item-page a:visited {
  color: #004566;
  text-decoration: none;
}
.item-page a:hover {
  color: #e4cb9a;
}
.topline {
  margin-top: 2em;
}
.topline > div {
  text-align: center;
  background-image: url(../images/waterkamp-schoppe_body-back.gif);
}
.topline img {
  width: calc(100% + 30px);
  margin: 0 -15px 1.5em;
}
.topline h2,
.topline h3 {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
}
.topline h2 {
  font-size: 1.9em;
}
.topline h3 {
  font-size: 1.5em;
}
.topline .rechtslinks {
  background-image: url(../images/Waterkamp-schoppe_rechtsgebiete_01.jpg);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  text-align: left;
  padding: 0;
  position: relative;
}
.rechtslinks {
  background-color: #f9f2e7;
}
.topline.folgeseite img {
  margin-bottom: 0;
}
.abmd {
  display: none;
}
.signum {
  text-align: center;
  font-size: 1.4em;
}
.signum .logo {
  padding: 0.3em 0;
}
.kanzlei {
  text-align: center;
  background-image: url(../images/waterkamp-schoppe_body-back.gif);
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 2em;
}
.rechtblock {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.rechtblock a:link,
.rechtblock a:visited {
  width: 100%;
  background-color: #004566;
  color: #e4cb9a;
  padding: 1.5em 1em;
  display: block;
}
.rechtblock a:hover {
  color: #004566;
  background-color: #cbc6b7;
}
.rechtblock.zweiz a {
  padding: 0.78em 1em;
}
.rechtblock.dreiz a {
  padding: 0.45em 1em;
  line-height: 1.2em;
}
.rechtblock.rela {
  position: relative;
}
.titel {
  font-size: 1em;
  padding: 2.5em 0 0 1em;
}
.mitlinks {
  padding-bottom: calc(66.6667% - 11em);
  background-size: cover;
}
.mitarbeiterinnen .mitlinks {
  background-image: url(../images/waterkamp-schoppe_mitarbeit-mob.jpg);
}
.mitarbeiterinnen .topline > div {
  text-align: left;
}
.mitarbeiterinnen .topline > div .titel {
  font-size: 1em;
  padding: 9em 0 0 0.5em;
}
.mitarbeiterinnen .kanzlei {
  background-image: none;
}
.mitbox {
  background-image: url(../images/waterkamp-schoppe_body-back.gif);
  display: flex;
  align-items: top;
  margin-bottom: 1.3em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 0.55em;
  padding: 0.5em 0;
}
.mitbox .mitbox1 {
  padding: 0em 1em;
  text-transform: uppercase;
  border-right: 1px solid #004566;
  width: 50%;
  font-size: 1em;
}
.mitbox .mitbox1 span {
  text-transform: none;
}
.mitbox .mitbox2 {
  padding: 0em 1em;
}
.mietarbeit {
  margin: -0.5em 0em 0.5em -1em;
  width: 100%;
}
.formulare-links .mitlinks {
  background-image: url(../images/waterkamp-schoppe_forms_mob.jpg);
  padding: 62% 0 0 0;
}
.formulare-links .mitlinks .titel {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0;
}
.formosa .row > div {
  background-color: #f4f2ec;
  opacity: 0.75;
  font-size: 0.75em;
  background-image: url(../images/waterkamp-schoppe_forms-butback.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.formosa .row > div a:link,
.formosa .row > div a:visited {
  height: 4em;
  line-height: 1.2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
}
.formosa .row > div a:hover {
  color: #004566;
}
.formosa .row > div.col-6 {
  background-position: right center;
}
.formosa .row > div.col-6 a:link,
.formosa .row > div.col-6 a:visited {
  background-image: url(../images/waterkamp-schoppe_forms-butarrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5em) center;
  transition: background-position 1s ease-in-out;
}
.formosa .row > div.col-6 a:hover {
  background-position: calc(100% - 0.5em) center;
}
.formosa .row > div.col-6.offset-6 {
  background-position: left center;
}
.formosa .row > div.col-6.offset-6 a:link,
.formosa .row > div.col-6.offset-6 a:visited {
  background-image: url(../images/waterkamp-schoppe_forms-butarrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 1.5em center;
  transition: background-position 1s ease-in-out;
}
.formosa .row > div.col-6.offset-6 a:hover {
  background-position: 0.5em center;
}
.formosa .resolut {
  position: absolute;
  width: 100%;
  margin-top: -3em;
}
.formosa .lef {
  padding-right: 3.5em;
}
.formosa .lef div {
  text-align: right;
  width: 100%;
}
.formosa .rig {
  text-align: left;
  padding-left: 3.5em;
}
.blog .mitlinks,
.posts .mitlinks,
.blogs .mitlinks,
.dashboard .mitlinks,
.manage-bookmarks .mitlinks,
.manage-subscriptions .mitlinks,
.manage-comments .mitlinks,
.manage-followers .mitlinks,
.manage-posts .mitlinks,
.profile .mitlinks {
  background-image: url(../images/waterkamp-schoppe_blog-mob.jpg);
  padding: 62% 0 0 0;
}
.blog .titel,
.posts .titel,
.blogs .titel,
.dashboard .titel,
.manage-bookmarks .titel,
.manage-subscriptions .titel,
.manage-comments .titel,
.manage-followers .titel,
.manage-posts .titel,
.profile .titel {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 0;
}
label {
  display: inline-block !important;
}
.kontakt .mitlinks {
  background-image: url(../images/waterkamp-schoppe_kontakt_mob.jpg);
  padding: 62% 0 0 0;
}
.kontakt .mitlinks .titel {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0;
}
.kontakt .row.adrett {
  margin: 0;
}
.kontakt .row.adrett .adressi {
  font-size: 0.9em;
  padding-bottom: 1.5em;
}
.kontakt .row.adrett .titulo {
  font-size: 1.2em;
  padding-bottom: 0.6em;
}
.impressum-dsgvo .mitlinks {
  background-image: url(../images/waterkamp-schoppe_impressum-mob.jpg);
  padding: 62% 0 0 0;
}
.impressum-dsgvo .mitlinks .titel {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0;
}
.impressum-dsgvo .impress {
  margin: 0;
}
.impressum-dsgvo .impress h2 {
  font-weight: 300;
  margin: 0.8em 0;
}
.impressum-dsgvo .impress .implinks {
  background-color: #f4f2ed;
  padding-bottom: 2em;
}
.impressum-dsgvo .impress .imprechts {
  background-color: #004566;
  padding-bottom: 2em;
  color: #f4f2ed;
}
.impressum-dsgvo .impress .imprechts a:link,
.impressum-dsgvo .impress .imprechts a:visited {
  color: #f4f2ed;
}
.impressum-dsgvo .impress .imprechts a:hover {
  color: #e4d7b4;
}
.blaufeld {
  color: white;
  background-color: #5b77bb;
  background-image: url(../images/basistraining_start_feld1-back.png);
}
.blogfactory-post-title a:link,
.blogfactory-post-title a:visited,
.blogfactory-post-info-item a:link,
.blogfactory-post-info-item a:visited {
  color: #004566;
  text-decoration: none;
  opacity: 1;
}
.blogfactory-post-title a:hover,
.blogfactory-post-info-item a:hover {
  opacity: 0.6;
}
div.post-cover-wrapper {
  padding: 0;
}
div.blogfactory-post-info > span.blogfactory-post-info-item + span.blogfactory-post-info-item {
  display: none;
}
div.blogfactory-comments-post {
  display: none;
}
div.post-info.muted + div.post-info.muted {
  margin-bottom: 1em;
}
div.post-cover-wrapper div.post-cover {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog div.bloghead + h1 {
  display: none !important;
}
#rl_modals {
  font-size: 0.6em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-color: #f6f2ea;
  border: 1px #004566 solid;
  color: #004566;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#rl_modals h2 {
  font-size: 2em;
}
.no_title.has_scrollbar #rl_modals_close {
  background: url(../images/controls.png) -92px 0 no-repeat;
  right: 4px;
}
#rl_modals_close,
.cbimg {
  width: 22px;
  height: 22px;
}
.adresse {
  font-size: 1em;
  padding-top: 1em;
}
.portrait {
  background-color: #004566;
  margin-bottom: -16px;
}
.bilderrahmen {
  margin: -15px -15px 0 -15px;
  padding-top: 60%;
}
.anwalt {
  color: white;
  background-color: #004566;
  margin: 0 -15px;
  padding: 15px;
  bottom: 0;
  align-self: flex-end;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.anwalt a:link,
.anwalt a:visited {
  color: white;
  text-decoration: none;
}
.anwalt a:hover {
  color: #cbc6b7;
}
.waterkamp {
  background-image: url(../images/Waterkamp-schoppe_waterkamp.jpg);
  background-size: cover;
  background-position: center top;
}
.schoppe {
  background-image: url(../images/Waterkamp-schoppe_schoppe.jpg);
  background-size: cover;
  background-position: center top;
}
.waterkamp-schoppe {
  background-image: url(../images/Waterkamp-schoppe_waterkamp-schoppe.jpg);
  background-size: cover;
  background-position: center top;
}
.ff_elem {
  background-color: #f6f2ea;
  border: 1px solid #004566;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  color: #004566;
  padding: 5px;
}
.bfElemWrap.bfLabelLeft {
  margin-bottom: 4px;
}
#ff_formdiv1 + div,
#ff_formdiv2 + div {
  display: none !important;
}
#ff_formdiv2 {
  padding-bottom: 2em;
}
#bfQuickModeSection61591 {
  position: relative;
}
#bfSubmitButton.bfSubmitButton {
  background-color: #004566;
  color: white;
  border: none;
  padding: 10px;
  float: right;
  margin-bottom: -16px;
}
#bfSubmitButton.bfSubmitButton:hover {
  color: #cbc6b7;
}
#watsch-kontakt {
  margin: 0;
  padding: 30px 15px 10px;
}
#watsch-kontakt section {
  padding: 10px 0;
}
#watsch-kontakt section input,
#watsch-kontakt section textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#watsch-kontakt section input {
  line-height: 2em;
}
#watsch-kontakt section textarea {
  height: 150px;
}
#watsch-kontakt ::-webkit-input-placeholder {
  font-size: 0.6em;
  line-height: 1em;
}
#watsch-kontakt ::-moz-placeholder {
  font-size: 0.6em;
  line-height: 1em;
}
#watsch-kontakt :-ms-input-placeholder {
  font-size: 0.6em;
  line-height: 1em;
}
#watsch-kontakt input:-moz-placeholder {
  font-size: 0.6em;
  line-height: 1em;
}
.kontakthalter {
  background-color: #f4f2ed;
}
.kontakthalter .ff_elem {
  background-color: #f4f2ed;
}
.kontakthalter .ff_elem:hover,
.kontakthalter .ff_elem:focus {
  background-color: white;
}
.kontakthalter #bfSubmitButton.bfSubmitButton {
  margin-bottom: 0;
  margin-right: 15px;
}
#bfElemWrap109,
#bfElemWrap126,
#bfElemWrap131 {
  display: none;
}
#bfElemWrap153 {
  width: 100% !important;
  max-width: 100% !important;
}
#bfElemWrap153 #bfCaptchaEntry {
  width: calc(100% - 27px);
  max-width: calc(100% - 27px);
  min-width: calc(100% - 27px);
}
#bfElemWrap153 a {
  float: right;
  width: 27px !important;
  min-width: 27px;
  max-width: 27px;
  padding: 1px 5px 2px;
}
.menu_hauptmenue {
  font-size: 0.75em;
}
.menu_hauptmenue a:link,
.menu_hauptmenue a:visited {
  color: #004566;
  text-decoration: none;
}
.menu_hauptmenue a:hover,
.menu_hauptmenue li.active a,
.menu_hauptmenue li.current a {
  color: #e4cb9a;
}
.bg-dark {
  background-color: #004566 !important;
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: 0 -15px;
}
.navbar-dark .navbar-toggler {
  border-color: rgba(255,255,255,0);
  padding: 0.4em 0.6em;
}
.navbar-dark .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/Balken.svg);
  width: 0.9em;
  height: 1.5em;
  transition: transform 0.3s;
}
.navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-collapse {
  background-color: white;
  background-image: url(../images/waterkamp-schoppe_block-mobil.gif);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 0.3em;
}
.navbar-collapse li {
  width: 100%;
  text-align: center;
  background-color: #004566;
  margin-top: 0.6em;
  display: block;
}
.navbar-collapse li a:link,
.navbar-collapse li a:visited {
  text-transform: uppercase;
  color: #e4cb9a;
  padding: 0.5em 1em;
  font-weight: 400;
  display: inline-block;
}
.navbar-collapse li a:hover,
.navbar-collapse li.active a,
.navbar-collapse li.current a {
  color: white;
}
.nopad {
  padding: 0;
}
.nomobile {
  display: none;
}
.nopadright {
  padding-right: 0;
}
.card {
  border: none;
  border-radius: 0;
  background-color: rgba(255,255,255,0);
}
.card .card-header {
  padding: 0;
  border-bottom: none;
  background-color: rgba(255,255,255,0);
}
.card .card-header .plus {
  display: inline-block;
  font-size: 2em;
  vertical-align: -0.1em;
}
.card #headingOne h5 button.btn {
  background-color: #004566;
  color: #e4d7b4;
  text-decoration: none;
  padding: 0 0.5em !important;
}
.card #headingOne h5 button.btn:hover {
  color: white;
  text-decoration: none;
}
.card #headingTwo h5 button.btn {
  background-color: #e4d7b4;
  color: #004566;
  text-decoration: none;
  padding: 0 0.5em !important;
}
.card #headingTwo h5 button.btn:hover {
  color: white;
  text-decoration: none;
}
.card .card-body {
  padding: 1em 0;
}
@media (min-width: 480px) {
  .mitarbeiterinnen .topline > div.mitlinks {
    padding-bottom: 6em;
  }
  .mitarbeiterinnen .topline > div.mitlinks .titel {
    font-size: 1.5em;
    padding: 8.5em 0 0 0.8em;
  }
  .mitbox {
    font-size: 0.8em;
  }
  .formulare-links .topline > div.mitlinks .titel,
  .blog .topline > div.mitlinks .titel,
  .kontakt .topline > div.mitlinks .titel {
    font-size: 1.5em;
  }
  .formosa .row > div {
    font-size: 1em;
  }
  .formosa .resolut {
    margin-top: -4em;
  }
  .formosa .lef {
    padding-right: 5em;
  }
  .formosa .rig {
    padding-left: 5em;
  }
  .formosa .row > div.col-6 a:link,
  .formosa .row > div.col-6 a:visited {
    background-position: calc(100% - 2.5em) center;
  }
  .formosa .row > div.col-6 a:hover {
    background-position: calc(100% - 1em) center;
  }
  .formosa .row > div.col-6.offset-6 a:link,
  .formosa .row > div.col-6.offset-6 a:visited {
    background-position: 2.5em center;
  }
  .formosa .row > div.col-6.offset-6 a:hover {
    background-position: 1em center;
  }
  div.post-cover-wrapper {
    height: 300px;
  }
  .impressum-dsgvo .topline > div.mitlinks .titel {
    font-size: 1.5em;
    padding: 0.3em 0 0 0;
  }
  .rechtblock.dreiz a {
    padding: 0.78em 1em;
    line-height: 1.47em;
  }
}
@media (min-width: 576px) {
  .topline h2 {
    font-size: 3em;
  }
  .topline h3 {
    font-size: 2em;
  }
  .rechtblock a:link,
  .rechtblock a:visited {
    padding: 1.8em;
    font-size: 1.2em;
  }
  .rechtblock.zweiz a {
    padding: 1.06em 1.8em;
  }
  .rechtblock.dreiz a {
    padding: 0.6em 1em;
    line-height: 1.3em;
  }
  .titel {
    font-size: 1.8em;
    padding: 2.5em 0 0 1em;
  }
  #rl_modals,
  #rl_modals_wrapper,
  #rl_modals_content,
  #rl_modals_top_center {
    width: 540px !important;
    max-width: 540px !important;
  }
  #rl_modals.no_title.complete {
    left: calc(50% - 270px) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
  #rl_modals_loaded_content {
    max-width: 510px !important;
    width: 510px !important;
  }
  .bfElemWrap.bfLabelLeft {
    width: calc(50% - 2px);
    min-width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  #bfElemWrap3 {
    position: absolute;
    top: 0;
    left: calc(50% + 2px);
  }
  #ff_elem3 {
    height: calc(2em + 31px);
  }
  .topline > div.mitlinks {
    padding-bottom: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #e4d7b4;
  }
  .mitarbeiterinnen .topline > div.mitlinks {
    background-image: url(../images/waterkamp-schoppe_mitarbeit-pc_01.jpg);
    padding-bottom: 0;
  }
  .mitarbeiterinnen .topline > div.mitlinks .titel {
    font-size: 1.6em;
    padding: 3em 0 0 0.5em;
  }
  .mitarbeiterinnen .kanzlei {
    background-image: url(../images/waterkamp-schoppe_body-back.gif);
    margin-bottom: 2em;
  }
  .formulare-links .topline > div.mitlinks {
    background-image: url(../images/waterkamp-schoppe_forms_01.jpg);
    padding: 0 15px;
    text-align: left;
  }
  .formulare-links .topline > div.mitlinks .titel {
    position: relative;
    left: 0;
    top: 0;
    padding: 3em 0 0 0;
    font-size: 1.6em;
  }
  .nopadleft {
    padding: 0;
  }
  .mitbox {
    font-size: 0.9em;
  }
  .formosa .resolut {
    position: static;
    margin-top: 0;
    width: auto;
  }
  .formosa .row > div {
    font-size: 1.2em;
  }
  .formosa .row > div.col-6 a:link,
  .formosa .row > div.col-6 a:visited {
    background-position: calc(100% - 2.7em) center;
  }
  .formosa .row > div.col-6 a:hover {
    background-position: calc(100% - 1.2em) center;
  }
  .formosa .row > div.col-6.offset-6 a:link,
  .formosa .row > div.col-6.offset-6 a:visited {
    background-position: 2.7em center;
    transition: background-position 1s ease-in-out;
  }
  .formosa .row > div.col-6.offset-6 a:hover {
    background-position: 1.2em center;
  }
  .blog .topline > div.mitlinks,
  .posts .topline > div.mitlinks,
  .blogs .topline > div.mitlinks,
  .dashboard .topline > div.mitlinks,
  .manage-bookmarks .topline > div.mitlinks,
  .manage-subscriptions .topline > div.mitlinks,
  .manage-comments .topline > div.mitlinks,
  .manage-followers .topline > div.mitlinks,
  .manage-posts .topline > div.mitlinks,
  .profile .topline > div.mitlinks {
    background-image: url(../images/waterkamp-schoppe_blog_01.jpg);
    padding: 0 15px;
    text-align: left;
  }
  .blog .topline > div.mitlinks .titel,
  .posts .topline > div.mitlinks .titel,
  .blogs .topline > div.mitlinks .titel,
  .dashboard .topline > div.mitlinks .titel,
  .manage-bookmarks .topline > div.mitlinks .titel,
  .manage-subscriptions .topline > div.mitlinks .titel,
  .manage-comments .topline > div.mitlinks .titel,
  .manage-followers .topline > div.mitlinks .titel,
  .manage-posts .topline > div.mitlinks .titel,
  .profile .topline > div.mitlinks .titel {
    position: relative;
    left: 0;
    top: 0;
    padding: 3em 0 0 0;
    font-size: 1.6em;
  }
  .kontakt .topline > div.mitlinks {
    background-image: url(../images/waterkamp-schoppe_kontakt_01.jpg);
    padding: 0 15px;
    text-align: left;
  }
  .kontakt .topline > div.mitlinks .titel {
    position: relative;
    left: 0;
    top: 0;
    padding: 3em 0 0 0;
    font-size: 1.6em;
  }
  .kontakt .kontakter {
    background-color: #f4f2ed;
  }
  .kontakt .kontakter > div {
    padding-left: 0;
  }
  .kontakt .kontakter > div #watsch-kontakt {
    padding-left: 0;
  }
  .kontakt .kontakter > div #watsch-kontakt .bfElemWrap.bfLabelLeft {
    width: calc(96%);
    min-width: calc(96%);
    max-width: calc(96%);
  }
  .kontakt .kontakter #bfSubmitButton.bfSubmitButton {
    margin-right: 1.8rem;
  }
  .kontakt .row.adrett {
    margin: 0 -15px;
  }
  .kontakt .row.adrett .adressi {
    font-size: 0.7em;
    padding-bottom: 2em;
  }
  .kontakt .row.adrett .titulo {
    font-size: 1em;
    padding-bottom: 0.6em;
  }
  .impressum-dsgvo .topline > div.mitlinks {
    background-image: none;
    padding: 0 15px;
    text-align: left;
  }
  .impressum-dsgvo .topline > div.mitlinks .titel {
    position: relative;
    left: 0;
    top: 0;
    padding: 3em 0 0 0;
    font-size: 1.6em;
  }
  .impressum-dsgvo .impress {
    margin: 0 -15px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .impressum-dsgvo .impress .implinks {
    background-color: #004566;
    color: #e4d7b4;
  }
  .impressum-dsgvo .impress .implinks a:link,
  .impressum-dsgvo .impress .implinks a:visited {
    color: #e4d7b4;
  }
  .impressum-dsgvo .impress .implinks a:hover {
    color: white;
  }
  .impressum-dsgvo .impress .imprechts {
    background-color: #e4d7b4;
    color: #004566;
  }
  .impressum-dsgvo .impress .imprechts a:link,
  .impressum-dsgvo .impress .imprechts a:visited {
    color: #004566;
  }
  .impressum-dsgvo .impress .imprechts a:hover {
    color: white;
  }
  .card #headingOne h5 button.btn {
    background-color: #e4d7b4;
    color: #004566;
    text-decoration: none;
    padding: 0 0.5em !important;
  }
  .card #headingTwo h5 button.btn {
    background-color: #004566;
    color: #e4d7b4;
    text-decoration: none;
    padding: 0 0.5em !important;
  }
}
@media (min-width: 768px) {
  body {
    background-image: url(../images/waterkamp%2Bschoppe_back.gif);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 3447px;
  }
  .logoblock img {
    margin-top: 2em;
  }
  .row.header {
    height: 217.5px;
  }
  .row.header {
    margin-left: 0;
    margin-right: 0;
    background-image: url(../images/waterkamp-schoppe_body-back.gif);
    mix-blend-mode: multiply;
  }
  .row.header > div {
    padding-left: 0;
    padding-right: 0;
  }
  .menu_hauptmenue {
    margin-top: 11.85em;
  }
  .menu_hauptmenue li {
    margin-right: 1em;
  }
  .fusz1 .menu_fuszmenue {
    flex-direction: row;
    justify-content: space-between;
  }
  .topline {
    margin: 0;
  }
  .topline h2,
  .topline h3 {
    color: white;
    line-height: 1em;
  }
  .topline h2 {
    padding: 0.8em 0 0 0.8em;
  }
  .topline h3 {
    padding: 0 0 0 2.2em;
  }
  .topline img {
    width: 100%;
    margin: 0;
  }
  .topline > div {
    text-align: left;
    padding: 0;
    background-image: none;
  }
  .abmd {
    display: inline;
  }
  .abmd.flex {
    display: flex;
  }
  .signum,
  .kanzlei {
    margin-left: 0;
    margin-right: 0;
    background-image: url(../images/waterkamp-schoppe_body-back.gif);
    font-size: 1.15em;
  }
  .mobilefoot {
    display: none;
  }
  .rechtblock a:link,
  .rechtblock a:visited {
    padding: 1.65em 1em;
    font-size: 1.4em;
  }
  .rechtblock.zweiz a {
    padding: 0.9em 1em;
  }
  .rechtblock.dreiz a {
    padding: 0.9em 1em;
    line-height: 1.5em;
  }
  .titel {
    font-size: 2.2em;
    padding: 3.5em 0 0 1em;
  }
  .nomar {
    margin: 0;
  }
  #rl_modals {
    font-size: 0.8em;
  }
  #rl_modals,
  #rl_modals_wrapper,
  #rl_modals_content,
  #rl_modals_top_center {
    width: 690px !important;
    max-width: 690px !important;
  }
  #rl_modals.no_title.complete {
    left: calc(50% - 345px) !important;
  }
  #rl_modals_loaded_content {
    max-width: 660px !important;
    width: 660px !important;
  }
  #ff_elem3 {
    height: calc(2em + 32px);
  }
  .nomobile {
    display: inline;
  }
  .mitarbeiterinnen .topline > div.mitlinks .titel {
    font-size: 2em;
    padding: 3em 0 0 0.8em;
  }
  .formulare-links .topline > div.mitlinks .titel,
  .blog .topline > div.mitlinks .titel,
  .kontakt .topline > div.mitlinks .titel {
    font-size: 2em;
    padding: 3em 0 0 0;
  }
  .nopadleft {
    padding-left: 0;
    padding-right: 15px;
  }
  .mitbox {
    font-size: 0.7em;
    padding: 1.2em 0;
  }
  .formosa {
    padding: 0 15px;
  }
  .formosa .row > div {
    font-size: 1.6em;
  }
  .formosa .row > div.col-6 a:link,
  .formosa .row > div.col-6 a:visited {
    background-position: calc(100% - 2.8em) center;
  }
  .formosa .row > div.col-6 a:hover {
    background-position: calc(100% - 1.5em) center;
  }
  .formosa .row > div.col-6.offset-6 a:link,
  .formosa .row > div.col-6.offset-6 a:visited {
    background-position: 2.8em center;
    transition: background-position 1s ease-in-out;
  }
  .formosa .row > div.col-6.offset-6 a:hover {
    background-position: 1.5em center;
  }
  div.blogfactory-post-list,
  .posts .post-content,
  .posts .post-info.muted {
    padding-left: calc(50% + 15px);
    position: relative;
  }
  div.post-cover-wrapper {
    position: absolute;
    width: calc(50% - 15px);
    margin-left: calc(-50% - 15px);
    top: 7px;
  }
  .posts .content {
    position: relative;
  }
  .posts .post-cover-wrapper {
    top: auto;
    margin-left: 0;
  }
  .row.kontakter {
    margin: 0;
  }
  .row.kontakter #bfSubmitButton.bfSubmitButton {
    margin-right: 2rem;
  }
  .kontakt .row.adrett {
    margin: 0 -15px;
  }
  .kontakt .row.adrett .adressi {
    font-size: 0.9em;
    padding-bottom: 3em;
  }
  .kontakt .row.adrett .titulo {
    font-size: 1.3em;
    padding-bottom: 0.6em;
  }
  .impressum-dsgvo .topline > div.mitlinks .titel {
    padding: 3em 0 0 0;
    font-size: 2em;
  }
  .impressum-dsgvo .impress {
    margin: 0;
  }
  .mitbox1 {
    display: table-cell;
    vertical-align: middle;
  }
  .mietarbeit {
    margin: -1.3em 1em -1.3em -1em;
    width: 24%;
    float: left;
  }
  .mitbox.vierleer {
    margin-left: 50%;
  }
  .mitbox.vierleer mitbox2 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body {
    background-size: 4640px;
    font-size: 18px;
  }
  .row.header {
    height: 293px;
    font-size: 21px;
  }
  .menu_hauptmenue li {
    margin-right: 1.2em;
  }
  .topline h2 {
    padding: 0.8em 0 0 0.8em;
    font-size: 3.3em;
  }
  .topline h3 {
    padding: 0 0 0 2.2em;
    font-size: 2.475em;
  }
  .rechtblock a:link,
  .rechtblock a:visited {
    padding: 1.92em 1em;
    font-size: 1.5em;
  }
  .rechtblock.zweiz a {
    padding: 1.17em 1em;
  }
  .rechtblock.dreiz a {
    padding: 1.17em 1em;
    line-height: 1.5em;
  }
  .titel {
    font-size: 2.5em;
    padding: 3.5em 0 0 1em;
  }
  #rl_modals {
    font-size: 1em;
  }
  #rl_modals,
  #rl_modals_wrapper,
  #rl_modals_content,
  #rl_modals_top_center {
    width: 930px !important;
    max-width: 930px !important;
  }
  #rl_modals.no_title.complete {
    left: calc(50% - 465px) !important;
  }
  #rl_modals_loaded_content {
    max-width: 900px !important;
    width: 900px !important;
  }
  #ff_elem3 {
    height: calc(2em + 33px);
  }
  .formulare-links .topline > div.mitlinks .titel,
  .blog .topline > div.mitlinks .titel,
  .kontakt .topline > div.mitlinks .titel,
  .impressum-dsgvo .topline > div.mitlinks .titel {
    font-size: 2.3em;
    padding: 3em 0 0 0;
  }
  .mitarbeiterinnen .topline > div.mitlinks .titel {
    font-size: 2.3em;
    padding: 3em 0 0 0.8em;
  }
  .mitbox {
    font-size: 0.9em;
  }
  .formosa .row > div {
    font-size: 1.7em;
  }
  .row.kontakter #bfSubmitButton.bfSubmitButton {
    margin-right: 2.4rem;
  }
  .kontakt .row.adrett {
    margin: 0 -15px;
  }
  .kontakt .row.adrett .adressi {
    font-size: 1em;
  }
  .kontakt .row.adrett .titulo {
    font-size: 1.4em;
  }
  .signum,
  .kanzlei {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
/**
 * @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;
}
