/* 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;
}html {
  overflow-y: scroll;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.toprow {
  background-image: url(../images/rettig-start-top.jpg);
  background-size: cover;
  padding-top: 32.3%;
  position: relative;
  min-height: 250px;
  background-position: center center;
}
.behandlungsspektrum .toprow {
  background-image: url(../images/rettig_behandlung_topback.jpg);
  padding-top: 53.6%;
  min-height: 400px;
}
.wellness .toprow {
  background-image: url(../images/rettig_wellness-topback.jpg);
  padding-top: 53.6%;
  min-height: 400px;
}
.kontakt-impressum-dsgvo .toprow {
  background-image: url(../images/rettig_kontakt-topback.jpg);
  padding-top: 53.6%;
  min-height: 400px;
}
.basistraining .toprow,
.basistraining-2 .toprow {
  background-image: url(../images/basistraining-topback.jpg);
  padding-top: 53.6%;
  min-height: 400px;
}
.kontakt-impressum-dsgvo-basis .toprow {
  background-image: url(../images/basistraining-kontakt-topback.jpg);
  padding-top: 53.6%;
  min-height: 400px;
}
.topper {
  position: absolute;
  top: 0;
  background-image: url(../images/rettig-top-back.png);
  z-index: 10;
}
.logos {
  padding-top: 8px;
  padding-bottom: 8px;
}
.custom_logo {
  border-bottom: 1px solid white;
  padding-bottom: 8px;
}
.adresser {
  border-top: 3px solid #fbd4c7;
  padding-top: 2em;
  font-size: 0.65em;
}
.adresser .custom .row > div {
  padding-bottom: 3em;
}
.adresser a:link,
.adresser a:visited {
  color: #ee6f5c;
  opacity: 1;
}
.adresser a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.adresser span {
  font-weight: 400;
}
.farbe {
  color: #ee6f5c;
}
.custom_toptext {
  position: absolute;
  bottom: 0;
}
.custom_toptext .transfeld {
  background-image: url(../images/rettig_toptext-back.png);
  padding: 0 1em 1.75em;
  position: relative;
  display: flex;
  flex-direction: column;
}
.custom_toptext .transfeld h1 {
  margin: 0.4em 0;
}
.fussmenuer {
  background-color: #ee6f5c;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.fussmenuer a:link,
.fussmenuer a:visited {
  color: white;
  opacity: 1;
}
.fussmenuer a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.janzunten {
  background-color: #fbd4c7;
  padding-top: 3em;
  padding-bottom: 3em;
}
.janzunten .custom_fuszkontakt {
  color: #e73331;
  padding-top: 10px;
  padding-bottom: 10px;
}
.janzunten .custom_fuszkontakt a:link,
.janzunten .custom_fuszkontakt a:visited {
  color: #e73331;
  opacity: 1;
}
.janzunten .custom_fuszkontakt a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.custom_karte {
  margin: 0 -15px;
}
.hund {
  position: relative;
  height: 100px;
}
.hund .huntext {
  position: absolute;
}
.hund img {
  position: absolute;
  z-index: 1000;
  width: 120px;
  left: 30px;
}
.basistraining .custom_toptext .transfeld,
.basistraining-2 .custom_toptext .transfeld,
.kontakt-impressum-dsgvo-basis .custom_toptext .transfeld {
  background-image: url(../images/basistraining_blau50.png);
  color: white;
  font-size: 0.9em;
}
.basistraining .custom_toptext .transfeld h1,
.basistraining-2 .custom_toptext .transfeld h1,
.kontakt-impressum-dsgvo-basis .custom_toptext .transfeld h1 {
  color: white;
}
.basistraining .topper,
.basistraining-2 .topper,
.kontakt-impressum-dsgvo-basis .topper {
  background-image: url(../images/basistraining_blau35.png);
}
.basistraining .adresser,
.basistraining-2 .adresser,
.kontakt-impressum-dsgvo-basis .adresser {
  border-top: 3px solid #007fc5;
}
.basistraining .adresser a:link,
.basistraining .adresser a:visited,
.basistraining .custom.row-replace a:link,
.basistraining .custom.row-replace a:visited,
.basistraining-2 .adresser a:link,
.basistraining-2 .adresser a:visited,
.basistraining-2 .custom.row-replace a:link,
.basistraining-2 .custom.row-replace a:visited,
.kontakt-impressum-dsgvo-basis .adresser a:link,
.kontakt-impressum-dsgvo-basis .adresser a:visited,
.kontakt-impressum-dsgvo-basis .custom.row-replace a:link,
.kontakt-impressum-dsgvo-basis .custom.row-replace a:visited {
  color: #007fc5;
  opacity: 1;
}
.basistraining .adresser a:hover,
.basistraining .custom.row-replace a:hover,
.basistraining-2 .adresser a:hover,
.basistraining-2 .custom.row-replace a:hover,
.kontakt-impressum-dsgvo-basis .adresser a:hover,
.kontakt-impressum-dsgvo-basis .custom.row-replace a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.basistraining .farbe,
.basistraining-2 .farbe,
.kontakt-impressum-dsgvo-basis .farbe {
  color: #007fc5;
}
.basistraining .fussmenuer,
.basistraining-2 .fussmenuer,
.kontakt-impressum-dsgvo-basis .fussmenuer {
  background-color: #007fc5;
}
.basistraining .janzunten,
.basistraining-2 .janzunten,
.kontakt-impressum-dsgvo-basis .janzunten {
  background-color: #cddcf2;
}
.basistraining .janzunten .custom_fuszkontakt,
.basistraining-2 .janzunten .custom_fuszkontakt,
.kontakt-impressum-dsgvo-basis .janzunten .custom_fuszkontakt {
  color: #007fc5;
}
.basistraining .janzunten .custom_fuszkontakt a:link,
.basistraining .janzunten .custom_fuszkontakt a:visited,
.basistraining-2 .janzunten .custom_fuszkontakt a:link,
.basistraining-2 .janzunten .custom_fuszkontakt a:visited,
.kontakt-impressum-dsgvo-basis .janzunten .custom_fuszkontakt a:link,
.kontakt-impressum-dsgvo-basis .janzunten .custom_fuszkontakt a:visited {
  color: #007fc5;
}
.basistraining .nav.menu_hoben.mod-list,
.basistraining-2 .nav.menu_hoben.mod-list,
.kontakt-impressum-dsgvo-basis .nav.menu_hoben.mod-list {
  background-image: url(../images/basistraining_schwatt50.png);
  padding: 0.3em 1em;
}
.basistraining .nav.menu_hoben.mod-list .nav-child.unstyled.small,
.basistraining-2 .nav.menu_hoben.mod-list .nav-child.unstyled.small,
.kontakt-impressum-dsgvo-basis .nav.menu_hoben.mod-list .nav-child.unstyled.small {
  padding-left: 1em;
}
.basistraining .nav.menu_hoben.mod-list .nav-child.unstyled.small li,
.basistraining-2 .nav.menu_hoben.mod-list .nav-child.unstyled.small li,
.kontakt-impressum-dsgvo-basis .nav.menu_hoben.mod-list .nav-child.unstyled.small li {
  list-style-type: none;
}
.basistraining .nav.menu_hoben.mod-list .nav-child.unstyled.small li a,
.basistraining-2 .nav.menu_hoben.mod-list .nav-child.unstyled.small li a,
.kontakt-impressum-dsgvo-basis .nav.menu_hoben.mod-list .nav-child.unstyled.small li a {
  text-transform: none !important;
}
#maximenuck105 {
  display: none;
}
.home .moduletable_alterg,
.physio-rettig .moduletable_alterg {
  position: absolute;
  width: calc(100% - 30px);
}
.moduletable_alterg {
  z-index: 900;
  margin-top: -2em;
  position: relative;
}
.farbblock {
  color: white;
  background-color: rgba(97,158,168,0.9);
  text-align: left;
}
.farbblock .ue1 {
  font-size: 1.3em;
  padding: 15px;
  width: calc(100% - 100px);
  font-weight: 300;
}
.farbblock .ue1 .pfeil {
  width: 30px;
  padding-top: 0.5em;
  display: inline-block;
}
.farbblock .ue1 .pfeil1 {
  content: url(../images/pfeil-breit.png);
  width: 20px;
  margin-right: 10px;
  margin-bottom: 1em;
}
.farbblock .ue1 .lauftext {
  display: inline-block;
  width: calc(100% - 30px);
}
.farbblock .ue2 {
  text-align: center;
  height: 2em;
}
.farbblock .ue2 .pfeil1 {
  content: url(../images/pfeil-breit.png);
  width: 20px;
  transform: rotate(180deg);
  margin-top: 0.5em;
}
.farbblock img {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
.farbblock dd + dt,
.farbblock dd + dt + dd.show {
  display: none;
}
.farbblock dd.show + dt,
.farbblock dd.show + dt + dd {
  display: block;
}
.farbblock .kleingedr {
  font-size: 0.7em;
  padding-bottom: 1em;
}
.basistraining .farbblock {
  background-color: rgba(26,63,96,0.7);
}
.basistraining .farbblock .ue1 {
  width: 100%;
}
.item-page {
  hyphens: auto;
}
.item-page a:link,
.item-page a:visited {
  color: #ee6f5c;
}
.mittig {
  text-align: center;
}
.home h1,
.physio-rettig h1 {
  margin-top: 3em;
}
h1 {
  color: #ee6f5c;
  font-weight: 300;
  font-size: 2em;
  hyphens: none;
}
.kontakt-impressum-dsgvo-basis .custom_dsgvo h1 {
  color: #007fc5;
}
h2 {
  color: #ee6f5c;
  font-weight: 300;
  font-size: 1.8em;
  padding: 0.8em 0;
  hyphens: none;
}
.hundert {
  width: 100%;
  height: auto;
}
a:link,
a:visited {
  opacity: 1;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.rosalie {
  background-color: #fbd4c7;
  background-image: url(../images/rettig-rosa-back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2em 0 2em;
}
.rosalie h2 {
  padding-top: 0;
}
.port {
  text-align: center;
  padding-right: 15px;
}
.port img {
  margin-bottom: 1em;
}
.rosafeld {
  background-color: #f6ae9b;
  color: white;
  padding: 1em;
  width: 100%;
  display: flex;
  align-items: center;
}
.blaufeld {
  background-color: #96c2e9;
  color: white;
}
.rosaerfeld {
  background-color: #f39a85;
  color: white;
}
.textabs {
  padding: 1em;
}
.abst-ou {
  margin-top: 0.4em;
  margin-bottom: 2em;
}
.bigonly {
  display: none;
}
.wellnessblock h2 {
  text-align: center;
  background-color: #f8bba9;
  color: white;
  padding: 1em 0;
  margin: 0;
}
.wellnessblock .md-kleiner {
  padding: 1em 0;
}
.wellnessblock .gruenblock {
  background-color: #dcfbf6;
}
.wellnessblock .gruenblock h2 {
  background-color: #dcfbf6;
  color: black;
}
.wellnessblock .gruenblock.zwei {
  padding: 0 15px 15px;
}
.zwanzig h2 {
  background-color: #fcddd3;
  color: black;
  padding-left: 30px;
  margin-bottom: 0;
}
.zwanzig .md-kleiner {
  background-color: #fcddd3;
  padding: 1em 1em 1em 30px;
}
.gruen-17 h2 {
  background-color: #f0fdfb;
  margin-bottom: 0;
  color: black;
  padding-left: 30px;
}
.gruen-17 .md-kleiner {
  background-color: #f0fdfb;
  padding: 0 0 1em 30px;
}
.gruen-17 .rahmen {
  background-color: #f0fdfb;
  padding-bottom: 4em;
}
.custom.row-replace {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  text-align: left;
  font-size: 0.65em;
}
.custom.row-replace a:link,
.custom.row-replace a:visited {
  color: #ee6f5c;
  opacity: 1;
}
.custom.row-replace a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.kontakt-impressum-dsgvo .abst-ou,
.kontakt-impressum-dsgvo-basis .abst-ou {
  margin-top: 2.5em;
}
.custom_dsgvo {
  background-color: #f8f8f8;
  padding: 1em 2em 0em;
  margin-bottom: 1em;
}
.custom_dsgvo h1 {
  margin-top: 0;
  text-align: center;
}
.custom_dsgvo .card {
  border: 0px solid #f8f8f8;
  background-color: rgba(255,255,255,0);
}
.custom_dsgvo .card .card-header {
  padding: 0;
  background-color: rgba(255,255,255,0);
  border-bottom: 0px solid #f8f8f8;
}
.custom_dsgvo .card .card-header h5 {
  font-size: 1em;
}
.custom_dsgvo .card .card-header .btn.btn-link {
  background-color: black;
  color: white;
  margin-left: -2em;
  padding: 0 1.5em;
  font-size: 1em;
  margin-bottom: -1em;
}
.custom_dsgvo .card .card-header .btn.btn-link:hover {
  text-decoration: none;
  color: #ee6f5c;
  cursor: pointer;
}
.custom_dsgvo .card .card-header .plus {
  display: inline-block;
  font-size: 3em;
  vertical-align: -0.2em;
  line-height: 0.8em;
}
.custom_dsgvo .card .card-body {
  padding: 0;
}
.custom_dsgvo .card .card-body a:link,
.custom_dsgvo .card .card-body a:visited {
  color: #ee6f5c;
  opacity: 1;
}
.custom_dsgvo .card .card-body a:hover {
  opacity: 0.6;
}
.rosalinie {
  border-top: 3px solid #fbd4c7;
  width: 100px;
}
.basistraining .blaufeld,
.basistraining-2 .blaufeld {
  color: white;
  background-color: #4c77be;
  padding: 1em;
}
.basistraining .blaufeld h1,
.basistraining-2 .blaufeld h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
}
.basistraining .blaufeld ul,
.basistraining-2 .blaufeld ul {
  padding-left: 1em;
  margin-bottom: 0;
}
.basistraining .blaufeld,
.basistraining-2 .blaufeld {
  padding-bottom: 1em;
}
.basistraining .drei,
.basistraining-2 .drei {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.basistraining .drei .nopad,
.basistraining-2 .drei .nopad {
  padding-left: 0;
  padding-right: 0;
}
.basistraining .drei h1,
.basistraining-2 .drei h1 {
  color: white;
  margin-top: 0.5em;
}
.basistraining .drei .krafter,
.basistraining-2 .drei .krafter {
  background-image: url(../images/basistraining_start_feld3-back.png);
  background-size: cover;
  background-position: right center;
}
.basistraining .drei .blaufeld-trans,
.basistraining-2 .drei .blaufeld-trans {
  background-image: url(../images/basistraining_start_blaubody_trans.png);
  padding: 1em 1em 1em 1em;
  margin-left: -800%;
  color: white;
  text-align: right;
}
.basistraining .drei .blaufeld,
.basistraining-2 .drei .blaufeld {
  font-size: 8px;
}
.basistraining .drei .vier,
.basistraining-2 .drei .vier {
  height: 8em;
}
.basistraining .drei .fettre,
.basistraining-2 .drei .fettre {
  background-image: url(../images/basistraining_start_feld4-back.png);
  background-size: cover;
  background-position: right center;
}
.basistraining .drei .lachsfeld,
.basistraining-2 .drei .lachsfeld {
  color: white;
  background-image: url(../images/basistraining_start_lachsbody_trans.png);
  padding: 1em;
}
.basistraining .drei .lachsfeld-trans,
.basistraining-2 .drei .lachsfeld-trans {
  background-image: url(../images/basistraining_start_lachsbody_trans.png);
  padding: 1em 1em 1em 1em;
  margin-left: -350%;
  color: white;
  text-align: right;
}
.basistraining .drei .sechs,
.basistraining-2 .drei .sechs {
  height: 6em;
}
.basistraining .drei .sieben,
.basistraining-2 .drei .sieben {
  padding: 0 1em;
}
.basistraining .drei .algenfeld,
.basistraining-2 .drei .algenfeld {
  background-image: url(../images/basistraining_start_algenbody_trans.png);
}
.basistraining .drei .algenfeld-trans,
.basistraining-2 .drei .algenfeld-trans {
  background-image: url(../images/basistraining_start_algenbody_trans.png);
  padding: 1em 1em 1em 1em;
  margin-right: -140%;
  color: white;
  position: relative;
  z-index: 10;
}
.basistraining .drei .acht,
.basistraining .drei .zehn,
.basistraining-2 .drei .acht,
.basistraining-2 .drei .zehn {
  padding: 0.1em 0 0.1em 1em;
}
.basistraining .drei .acht h1,
.basistraining .drei .zehn h1,
.basistraining-2 .drei .acht h1,
.basistraining-2 .drei .zehn h1 {
  position: relative;
  z-index: 10;
  margin-right: -100%;
}
.basistraining .drei .neun,
.basistraining-2 .drei .neun {
  height: 3em;
}
.basistraining .drei .funxi,
.basistraining-2 .drei .funxi {
  background-image: url(../images/basistraining_start_feld5-back.png);
  background-size: cover;
  background-position: center center;
}
.basistraining .drei .helbfeld,
.basistraining-2 .drei .helbfeld {
  background-image: url(../images/basistraining_start_helbbody_trans.png);
}
.basistraining .drei .helbfeld-trans,
.basistraining-2 .drei .helbfeld-trans {
  background-image: url(../images/basistraining_start_helbbody_trans.png);
  padding: 1em 1em 1em 1em;
  margin-right: -140%;
  color: white;
  position: relative;
  z-index: 10;
}
.basistraining .drei .reha,
.basistraining-2 .drei .reha {
  background-image: url(../images/basistraining_start_feld6-back.png);
  background-size: cover;
  background-position: right center;
}
.flexvm {
  display: flex;
  align-items: center;
}
.moduletable_job {
  float: right;
  z-index: 1000;
  position: relative;
}
.custom_job {
  margin-top: -83px;
  position: absolute;
  right: -15px;
}
.custom_job details summary {
  display: block;
  text-align: right;
}
.custom_job details summary img {
  cursor: pointer;
}
.custom_job details .stellenjob {
  border: 1px solid #bc1f18;
  background-color: rgba(236,99,53,0.5);
  color: white;
  text-align: left;
  padding: 20px;
  margin-top: -30px;
  font-size: 0.8em;
}
.custom_job details .stellenjob h2 {
  font-weight: bold;
  color: white;
}
.custom_job details .stellenjob a:link,
.custom_job details .stellenjob a:visited {
  color: white;
  font-size: 1.2em;
}
.bleuer {
  background-color: #609eaf;
  color: white;
  padding: 0.8em 1em;
}
.absotext {
  color: #3d6974;
  position: absolute;
  padding: 0.5em 1em;
  width: calc(100% - 30px);
  font-size: 3.7333vw;
}
.absobutton {
  position: absolute;
}
.absobutton img {
  margin-left: -15px;
  margin-top: 15vw;
}
nav.navbar-dark.bg-dark {
  background-color: rgba(255,255,255,0) !important;
  padding: 0 0 5px;
}
nav.navbar-dark.bg-dark button.navbar-toggler {
  border-color: rgba(255,255,255,0.5);
  padding: 0.1rem 0.3rem;
}
nav.navbar-dark.bg-dark button.navbar-toggler .navbar-toggler-icon {
  height: 1.3em;
}
nav.navbar-dark.bg-dark #navbarSupportedContent ul {
  flex-direction: column;
  padding-top: 5px;
}
nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:link,
nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:visited {
  color: white;
  padding: 2px 0;
  display: block;
  text-transform: uppercase;
}
nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:hover,
nav.navbar-dark.bg-dark #navbarSupportedContent ul li.active a,
nav.navbar-dark.bg-dark #navbarSupportedContent ul li.current a {
  color: #dadada;
  text-decoration: none;
}
.menu_hunten {
  flex-direction: column;
}
#bfElemWrap6 {
  display: none;
}
.bfQuickMode input[type="text"],
.bfQuickMode textarea,
.bfQuickMode .uneditable-input,
.bfQuickMode input[type="text"]:hover,
.bfQuickMode textarea:hover {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  padding: 8px;
  border: 1px solid gray;
}
.bfQuickMode section.bfElemWrap {
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.kontaktion {
  margin-top: 2em;
}
::-webkit-input-placeholder {
  color: gray;
  font-size: 0.65em;
  line-height: 1em;
}
::-moz-placeholder {
  color: gray;
  font-size: 0.65em;
  line-height: 1em;
}
:-ms-input-placeholder {
  color: gray;
  font-size: 0.65em;
  line-height: 1em;
}
input:-moz-placeholder {
  color: gray;
  font-size: 0.65em;
  line-height: 1em;
}
#bfSubmitButton {
  background-color: #e78f95;
  color: white;
  padding: 7px 15px;
  border: none;
}
#bfSubmitButton:hover {
  background-color: #853335;
  cursor: pointer;
}
.bfFormDiv + div {
  color: white;
}
.kontakt-impressum-dsgvo-basis #bfSubmitButton {
  background-color: #007fc5;
}
.kontakt-impressum-dsgvo-basis #bfSubmitButton:hover {
  background-color: #486573;
}
@media (min-width: 575px) {
  .logos {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .adresser,
  .custom.row-replace {
    font-size: 0.85em;
  }
  .menu_hunten {
    flex-direction: row;
    justify-content: space-between;
  }
  .menu_hunten .item-126 {
    flex-basis: 100%;
  }
  .menu_hunten .item-126 a {
    float: right;
  }
  .janzunten .custom_logo {
    padding-bottom: 1em;
  }
  .janzunten .custom_fuszkontakt {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .hund {
    height: 130px;
  }
  .hund img {
    width: 160px;
    left: 35px;
  }
  .mar5 {
    margin: 0 -5px;
  }
  .mar5 .dreierklein {
    padding: 0 5px;
    text-align: center;
  }
  h2 {
    font-size: 1.4em;
  }
  .farbblock .spalter {
    columns: 2;
    hyphens: auto;
    column-gap: 30px;
  }
  .absotext {
    font-size: 17px;
  }
  .absobutton img {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
  .home h1,
  .physio-rettig h1 {
    margin-top: 2em;
  }
  .logos {
    padding: 1em 0 1em 15px;
  }
  .adresser {
    font-size: 0.77em;
  }
  .custom.row-replace {
    font-size: 0.6em;
  }
  .custom_logo {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid white;
    padding-right: 2em;
  }
  .basistraining .custom_logo,
  .basistraining-2 .custom_logo {
    padding-right: 3em;
  }
  nav.navbar-dark.bg-dark {
    padding: 0.85em 0 5px;
  }
  .menu_hunten .item-126 {
    flex-basis: auto;
  }
  .janzunten {
    font-size: 0.77em;
  }
  .janzunten .custom_logo {
    padding-right: 3em;
    margin-right: -15px;
    border-right: none;
  }
  .janzunten .flux {
    border-right: 1px solid white;
  }
  .janzunten .custom_fuszkontakt {
    padding: 0 0 0 calc(3em - 15px);
  }
  .hund {
    height: 90px;
  }
  .hund img {
    width: 100px;
    left: 40px;
    top: 5px;
  }
  h1 {
    font-size: 2.5em;
  }
  .port {
    padding-right: calc(15px + 1em);
  }
  .nopadre {
    padding-right: 0;
  }
  .padre {
    padding-right: 15px !important;
  }
  .nopadli {
    padding-left: 0;
  }
  .padli {
    padding-left: 15px !important;
  }
  .md-kleiner {
    font-size: 0.8em;
  }
  .stretch {
    display: flex;
    align-items: stretch;
  }
  .gruenblock.zwei {
    width: calc(100% + 30px);
    margin-left: -30px;
    padding: 10px 15px 10px 30px !important;
  }
  .gruen-17 .rahmen {
    width: calc(100% + 30px);
    margin-left: -30px;
    padding: 0 0 5em 30px !important;
  }
  .moduletable.row-replace {
    width: 50%;
  }
  .kontaktion {
    width: 50%;
    float: left;
  }
  .bfQuickMode .bfNoSection {
    margin: 0 0 15px 0 !important;
  }
  .kontakt-impressum-dsgvo .abst-ou,
  .kontakt-impressum-dsgvo-basis .abst-ou {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kontaktion {
    margin-top: 0;
  }
  .basistraining .blaufeld,
  .basistraining-2 .blaufeld {
    padding-left: 30px;
  }
  .basistraining .blaufeld.eins,
  .basistraining-2 .blaufeld.eins {
    background-image: url(../images/basistraining_start_feld1-back.png);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 40%;
  }
  .basistraining .blaufeld.eins .blaufeld-trans,
  .basistraining-2 .blaufeld.eins .blaufeld-trans {
    position: absolute;
    right: 15px;
    background-image: url(../images/basistraining_start_blaubody_trans.png);
    top: 15em;
    width: 30%;
    padding: 1em;
    font-size: 0.8em;
  }
  .basistraining .blaufeld.zwei,
  .basistraining-2 .blaufeld.zwei {
    padding-right: 15%;
  }
  .basistraining .drei .vier,
  .basistraining-2 .drei .vier {
    height: 3em;
  }
  .basistraining .drei .blaufeld-trans,
  .basistraining-2 .drei .blaufeld-trans {
    padding: 1em 2em 1em 1em;
    margin-left: -80%;
  }
  .basistraining .drei .lachsfeld-trans,
  .basistraining-2 .drei .lachsfeld-trans {
    padding: 1em 2em 1em 1em;
    margin-left: -80%;
  }
  .basistraining .drei .algenfeld-trans,
  .basistraining-2 .drei .algenfeld-trans {
    padding: 1em 1em 1em 2em;
  }
  .basistraining .drei .acht,
  .basistraining-2 .drei .acht {
    padding-left: 2em;
  }
  .basistraining .krafter,
  .basistraining .fettre,
  .basistraining-2 .krafter,
  .basistraining-2 .fettre {
    padding-left: 30px;
  }
  .bigonly {
    display: inline-block;
  }
  .absotext {
    font-size: 23px;
  }
  .absobutton img {
    margin-left: -20px;
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
  .logos {
    padding: 1em 0 1em 15px;
  }
  .custom_logo {
    padding-bottom: 1em;
  }
  nav.navbar-dark.bg-dark {
    padding-top: 1.1em;
  }
  nav.navbar-dark.bg-dark #navbarSupportedContent ul {
    flex-direction: row;
    justify-content: flex-end;
  }
  nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:link,
  nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:visited {
    font-size: 0.7em !important;
    padding: 4px 5px;
  }
  .adresser,
  .custom.row-replace {
    font-size: 0.75em;
  }
  .menu_hunten .item-126 {
    flex-basis: 40%;
  }
  .janzunten {
    font-size: 0.75em;
  }
  .janzunten .custom_logo {
    padding-right: 3.5em;
    margin-right: -15px;
  }
  .janzunten .custom_fuszkontakt {
    padding: 0 0 0 calc(3.5em - 15px);
  }
  .hund {
    height: 125px;
  }
  .hund img {
    width: 150px;
    left: 35px;
    top: 5px;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 1.6em;
  }
  .port {
    padding-right: calc(15px + 2em);
  }
  .md-kleiner {
    font-size: 1em;
  }
  .basistraining .custom_toptext .transfeld h1,
  .basistraining-2 .custom_toptext .transfeld h1 {
    font-size: 3.2em;
  }
  .basistraining .drei .fuenf,
  .basistraining-2 .drei .fuenf {
    height: 12em;
  }
  .basistraining .drei .acht,
  .basistraining-2 .drei .acht {
    padding-bottom: 8em;
  }
  .basistraining .nav.menu_hoben.mod-list,
  .basistraining-2 .nav.menu_hoben.mod-list,
  .kontakt-impressum-dsgvo-basis .nav.menu_hoben.mod-list {
    display: none;
  }
  .basistraining div#maximenuck105,
  .basistraining-2 div#maximenuck105,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 {
    font-size: inherit;
    display: block;
  }
  .basistraining div#maximenuck105 .maxiFancybackground .maxiFancycenter,
  .basistraining-2 div#maximenuck105 .maxiFancybackground .maxiFancycenter,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 .maxiFancybackground .maxiFancycenter {
    border-top: 0px solid rgba(255,255,255,0) !important;
  }
  .basistraining div#maximenuck105 ul.maximenuck,
  .basistraining-2 div#maximenuck105 ul.maximenuck,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    padding: 5px 0px 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    zoom: 1;
  }
  .basistraining div#maximenuck105 ul.maximenuck li.maximenuck.level1,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.maximenuck.level1,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.maximenuck.level1 {
    float: none;
    border: 0px solid transparent;
    float: left;
    text-align: right;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: none !important;
  }
  .basistraining div#maximenuck105 ul.maximenuck li.maximenuck.level1 > a,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.maximenuck.level1 > a,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.maximenuck.level1 > a {
    text-shadow: none;
    min-height: inherit;
    padding: 4px 6px;
  }
  .basistraining div#maximenuck105 ul.maximenuck li.maximenuck.level1.current.active,
  .basistraining div#maximenuck105 ul.maximenuck li.maximenuck.level1:hover,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.maximenuck.level1.current.active,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.maximenuck.level1:hover,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.maximenuck.level1.current.active,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.maximenuck.level1:hover {
    border: none;
    background: none;
    border-radius: 0;
  }
  .basistraining div#maximenuck105 ul.maximenuck li.level1.parent > a,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.level1.parent > a,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.level1.parent > a {
    padding: 4px 20px 4px 6px !important;
  }
  .basistraining div#maximenuck105 ul.maximenuck li.level1.parent > a::after,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.level1.parent > a::after,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.level1.parent > a::after {
    top: 10px !important;
    right: 4px !important;
  }
  .basistraining div#maximenuck105 ul.maximenuck li.level1:hover > a span.titreck,
  .basistraining div#maximenuck105 ul.maximenuck li.level1.current.active > a span.titreck,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.level1:hover > a span.titreck,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.level1.current.active > a span.titreck,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.level1:hover > a span.titreck,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.level1.current.active > a span.titreck {
    color: white !important;
    text-shadow: none !important;
    opacity: 0.6;
  }
  .basistraining div#maximenuck105 ul.maximenuck li.level1.parent > a::after:hover,
  .basistraining-2 div#maximenuck105 ul.maximenuck li.level1.parent > a::after:hover,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck li.level1.parent > a::after:hover {
    background-color: white !important;
  }
  .basistraining div#maximenuck105 ul.maximenuck div.floatck,
  .basistraining-2 div#maximenuck105 ul.maximenuck div.floatck,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck div.floatck {
    border: none !important;
    margin: 2px 0 0 5px !important;
    background: url(../images/basistraining_schwatt50.png) !important;
    border-radius: 0 !important;
    padding: 5px;
    width: 150px;
  }
  .basistraining div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main,
  .basistraining-2 div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main {
    line-height: 1em !important;
  }
  .basistraining div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main .maximenuck2 li,
  .basistraining-2 div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main .maximenuck2 li,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main .maximenuck2 li {
    font-size: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .basistraining div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main .maximenuck2 li a,
  .basistraining-2 div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main .maximenuck2 li a,
  .kontakt-impressum-dsgvo-basis div#maximenuck105 ul.maximenuck div.floatck .maxidrop-main .maximenuck2 li a {
    color: white;
    text-shadow: none;
    text-transform: none !important;
  }
  .home .moduletable_alterg,
  .physio-rettig .moduletable_alterg {
    width: calc(100% - 15px);
  }
  .farbblock .ue1 {
    font-size: 1.4em;
    padding: 15px 15px 20px;
    width: calc(100% - 100px);
  }
  .farbblock .ue1 .pfeil {
    width: calc(25% + 35px);
    text-align: center;
  }
  .farbblock .ue1 .pfeil1 {
    content: url(../images/pfeil-breit.png);
    width: 50px;
    margin-bottom: 0.8em;
  }
  .farbblock .ue1 .lauftext {
    width: calc(75% - 35px);
  }
  .farbblock .ue2 {
    height: 3em;
  }
  .farbblock .ue2 .pfeil1 {
    width: 50px;
    margin-top: 1em;
  }
  .farbblock img {
    width: 100%;
    height: auto;
  }
  .farbblock dd + dt,
  .farbblock dd + dt + dd.show {
    display: none !important;
  }
  .farbblock dd.show + dt,
  .farbblock dd.show + dt + dd {
    display: block !important;
  }
  .farbblock .spalter {
    columns: 4;
    hyphens: auto;
    column-gap: 30px;
  }
  .basistraining .farbblock .ue1 .pfeil {
    width: calc(25% + 5px);
  }
  .basistraining .farbblock .ue1 .lauftext {
    width: calc(75% - 5px);
  }
  .absotext {
    font-size: 32px;
  }
  .absobutton img {
    margin-left: -25px;
    margin-top: 122px;
  }
  .custom_job summary img {
    margin-right: -30px;
    z-index: 100;
    position: relative;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
  nav.navbar-dark.bg-dark {
    padding-top: 1.05em;
  }
  nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:link,
  nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:visited {
    font-size: 0.64em !important;
    padding: 4px;
  }
  .adresser,
  .custom.row-replace {
    font-size: 0.67em;
  }
  .janzunten {
    font-size: 0.67em;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .janzunten .custom_logo {
    padding-right: 4em;
    margin-right: -15px;
  }
  .janzunten .custom_fuszkontakt {
    padding: 0 0 0 calc(4em - 15px);
  }
  .hund {
    height: 125px;
  }
  .hund img {
    width: 150px;
    left: 30px;
    top: 5px;
  }
  .port {
    padding-right: calc(15px + 3em);
  }
  .basistraining .custom_toptext .transfeld h1,
  .basistraining-2 .custom_toptext .transfeld h1 {
    font-size: 2.8em;
  }
  .textabs {
    padding: 0.5em 1em;
  }
  .front.home .middle > .container {
    position: relative;
  }
  .custom_job details .stellenjob {
    margin-top: -81px;
    position: absolute;
    width: calc(20vw - 15px);
    right: calc(-20vw + 15px);
    font-size: 0.7em;
  }
  .custom_job details .stellenjob h2 {
    font-size: 18px;
    padding: 5px 0 45px;
  }
  .custom_job details .stellenjob span {
    hyphens: none;
  }
  .absobutton img {
    margin-left: -35px;
    margin-top: 125px;
  }
  h2.grabst {
    padding-left: 20px !important;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 18px;
  }
  .container {
    max-width: 1440px;
  }
  nav.navbar-dark.bg-dark {
    padding-top: 1.25em;
  }
  nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:link,
  nav.navbar-dark.bg-dark #navbarSupportedContent ul li a:visited {
    font-size: 0.76em !important;
    padding: 4px 6px 4px 6px;
  }
  .adresser,
  .custom.row-replace {
    font-size: 0.82em;
  }
  .janzunten {
    font-size: 0.82em;
  }
  .janzunten .custom_logo {
    padding-right: 4em;
    margin-right: -15px;
  }
  .janzunten .custom_fuszkontakt {
    padding: 0 0 0 calc(4em - 15px);
  }
  .hund {
    height: 160px;
  }
  .hund img {
    width: 190px;
    left: 40px;
    top: 0px;
  }
  h1 {
    font-size: 3.5em;
  }
  h2 {
    font-size: 1.9em;
  }
  .basistraining .custom_toptext .transfeld h1,
  .basistraining-2 .custom_toptext .transfeld h1 {
    font-size: 3.4em;
  }
  .basistraining .blaufeld h1,
  .basistraining-2 .blaufeld h1 {
    padding-top: 10px;
    margin-bottom: 0.5em;
  }
  .basistraining .blaufeld.eins,
  .basistraining-2 .blaufeld.eins {
    padding-bottom: 2em;
  }
  .basistraining .drei .sechs,
  .basistraining-2 .drei .sechs {
    height: 9em;
  }
  .textabs {
    padding: 1em;
  }
  .custom_job details .stellenjob {
    font-size: 0.75em;
    hyphens: manual;
    margin-top: -83px;
  }
  .absotext {
    font-size: 39px;
  }
  .absobutton img {
    margin-left: -58px;
    margin-top: 150px;
    width: 42% !important;
  }
}
/**
 * @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;
}
