/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/*! 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;
}*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  background-color: #44444c;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  font-weight: 400;
  height: 100%;
  padding-top: 70px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-size: 2.6em;
  margin: 0 0 1em 0;
  text-align: center;
}
h2 {
  font-size: 2em;
  margin: 0 0 0.8em 0;
}
h3 {
  font-size: 1.5em;
  margin: 0 0 0.6em 0;
}
h4 {
  font-size: 1em;
  margin: 0 0 0.5em 0;
}
p {
  line-height: 1.6;
  margin: 0 0 1.5em 0;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  text-decoration: none;
}
li {
  list-style-type: none;
  line-height: normal;
}
#content li {
  list-style-type: square;
  line-height: 1.5;
}
dt,
dd {
  display: inline-block;
  line-height: 1.6;
}
dt {
  font-size: 18px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  padding-left: 40px;
}
dd {
  margin: 10px 0 30px 40px;
}
img {
  height: auto;
  width: 100%;
}
.fine {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.clear {
  clear: both;
}
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: 1px solid transparent;
  color: #000000;
  width: 100%;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  border-color: #670000;
}
input {
  height: 40px;
  padding: 10px;
}
textarea {
  height: 150px;
  padding: 20px 30px;
}
#main {
  padding: 0 20px;
}
#main h1 {
  margin-top: 20px;
}
#content {
  padding: 20px 0;
}
#subheader .subheader-img {
  line-height: 0;
  margin: 0 auto;
  max-width: 1200px;
}
#shadowbox {
  z-index: 9999;
}
.wf-mediabox .wf-mediabox-frame .wf-mediabox-body .wf-mediabox-info-bottom {
  top: 10px;
}
.wf-mediabox .wf-mediabox-frame .wf-mediabox-body .wf-mediabox-info-bottom .wf-mediabox-nav .wf-mediabox-numbers {
  margin-right: 0;
  width: 100%;
}
.wf-mediabox .wf-mediabox-frame .wf-mediabox-body .wf-mediabox-info-bottom .wf-mediabox-nav .wf-mediabox-numbers ol > li {
  height: 10px;
  margin: 0 4px 10px 4px;
  width: 10px;
}
.wf-mediabox .wf-mediabox-frame .wf-mediabox-body .wf-mediabox-info-bottom .wf-mediabox-nav .wf-mediabox-numbers ol > li .wf-mediabox-number {
  background-color: rgba(255,255,255,0.6);
  font-size: 0;
}
.wf-mediabox .wf-mediabox-frame .wf-mediabox-body .wf-mediabox-info-bottom .wf-mediabox-nav .wf-mediabox-numbers ol > li .wf-mediabox-number.active,
.wf-mediabox .wf-mediabox-frame .wf-mediabox-body .wf-mediabox-info-bottom .wf-mediabox-nav .wf-mediabox-numbers ol > li .wf-mediabox-number:hover {
  background-color: #ffffff;
}
#header {
  background-color: #44444c;
  border-bottom: 1px solid #717180;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header #header-box {
  height: 100%;
  padding: 6px 0 0 10px;
  position: relative;
}
#header #header-box #logo {
  width: 150px;
}
#header #header-box #toggle-box span {
  display: none;
}
#header #header-box #toggle-box .mobile-nav-button {
  width: 40px;
  position: absolute;
  height: 40px;
  right: 15px;
  top: 17px;
  z-index: 9999;
  cursor: pointer;
  padding: 10px 5px 0 5px;
}
#header #header-box #toggle-box .mobile-nav-button .mobile-nav-button-line {
  width: 32px;
  height: 2px;
  background-color: #c5c5c5;
  position: relative;
  transition: 0.5s ease;
}
#header #header-box #toggle-box .mobile-nav-button:hover .mobile-nav-button-line {
  background-color: #ffffff;
}
#header #header-box #toggle-box .mobile-nav-button .mobile-nav-button-line:nth-of-type(2) {
  margin: 5px 0;
}
#header #header-box #toggle-box .mobile-nav-button .mobile-nav-button-line-1 {
  transform: rotate(45deg);
  top: 18px;
  position: absolute;
}
#header #header-box #toggle-box .mobile-nav-button .mobile-nav-button-line-2 {
  display: none;
}
#header #header-box #toggle-box .mobile-nav-button .mobile-nav-button-line-3 {
  transform: rotate(135deg);
  top: 18px;
  position: absolute;
}
#header #header-box .mobile-menu {
  display: block;
  width: 100%;
  right: -100%;
  height: 100vh;
  background-color: #2d2d33;
  position: absolute;
  z-index: 9998;
  transition: 0.4s ease;
  top: 0;
  opacity: 0;
}
#header #header-box .mobile-menu .menu-box {
  height: 100%;
}
#header #header-box .mobile-menu .menu-box .moduletable_menu {
  height: 100%;
}
#header #header-box .mobile-menu .menu-box .moduletable_menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
#header #header-box .mobile-menu .menu-box .moduletable_menu ul li a {
  color: #c5c5c5;
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
}
#header #header-box .mobile-menu .menu-box .moduletable_menu ul li a:hover,
#header #header-box .mobile-menu .menu-box .moduletable_menu ul li a:focus {
  color: #ffffff;
}
#header #header-box .mobile-menu .menu-box .moduletable_menu ul li.current a {
  color: #ffffff;
}
#header #header-box .mobile-menu.mobile-menu-open {
  right: 0;
  opacity: 1;
}
#header #header-box .mobile-menu .fb-link {
  bottom: 30px;
  position: absolute;
  right: 30px;
}
#header #header-box .mobile-menu .fb-link a {
  color: #c5c5c5;
}
#header #header-box .mobile-menu .fb-link a:hover,
#header #header-box .mobile-menu .fb-link a:focus {
  color: #ffffff;
}
#header #header-box .mobile-menu .fb-link a i {
  font-size: 26px;
}
.start #main {
  padding: 0;
}
.start #content {
  padding: 20px 0;
}
.start #content h1 {
  margin: 10px 0 25px 0;
  text-align: center;
}
.start #content h1 span {
  display: block;
  line-height: 44px;
}
.start #content h1 .line-1 {
  font-size: 80px;
  line-height: 60px;
}
.start #content h1 .line-2 {
  font-size: 44px;
}
.start #content h1 .line-3 {
  font-size: 52px;
}
.start #content #start-img {
  line-height: 0;
}
.start #col-box .col .info-box {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2d2d33;
  height: 280px;
  margin: 0 auto 20px auto;
  padding: 17px;
  text-align: center;
  width: 280px;
}
.start #col-box .col .info-box.hovered {
  background-color: #670000;
}
.start #col-box .col .info-box .info-header {
  border-bottom: 1px solid #ffffff;
  font-size: 40px;
  font-weight: 700;
  height: 50%;
  line-height: 1;
  padding-top: 15px;
  text-transform: uppercase;
}
.start #col-box .col .info-box .info-text {
  height: 100px;
  line-height: 1.3;
  padding-top: 25px;
}
.start #col-box .col .info-box .info-link {
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
.start #col-box .col .info-box .info-link i {
  margin-left: 5px;
}
.start #bottom {
  border-top: 1px solid #717180;
}
.start #video {
  border-top: 1px solid #717180;
}
.start #video #video-box {
  margin: 0 auto;
  max-width: 480px;
  padding: 20px 0;
  width: 90%;
}
.start #video #video-box h1 {
  margin-bottom: 20px;
}
.start #video #video-box video {
  height: auto;
  width: 100%;
}
#leistungen-box {
  margin: 0 auto;
  max-width: 400px;
}
#leistungen-box .leistung {
  background-color: #2d2d33;
  margin-bottom: 20px;
}
#leistungen-box .leistung .leistung-bild .wf-icon-zoom-image::before {
/*
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f00a";
  opacity: 1;
*/
}
#leistungen-box .leistung .leistung-galerie a {
  display: none;
}
#leistungen-box .leistung .leistung-text {
  padding: 10px 20px 20px 20px;
}
#leistungen-box .leistung .leistung-text h3 {
  text-align: center;
}
#leistungen-box .leistung .leistung-text .toggle-btn {
  background-color: #670000;
  cursor: pointer;
  height: 50px;
  margin: 30px auto 5px auto;
  position: relative;
  width: 50px;
}
#leistungen-box .leistung .leistung-text .toggle-btn span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: absolute;
  left: 10px;
  top: 25px;
  width: 30px;
}
#leistungen-box .leistung .leistung-text .toggle-btn .t1 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#leistungen-box .leistung .leistung-text .toggle-btn.open .t1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#leistungen-box .leistung .leistung-text .toggle-btn.open .t2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#leistungen-box .leistung .leistung-text .toggle-info {
  border-top: 1px solid #ffffff;
  margin-top: 30px;
  padding-top: 20px;
}
#leistungen-box .leistung .leistung-text .toggle-info ul {
  margin: 0;
  padding-left: 10px;
}
#leistungen-box .leistung .leistung-text .toggle-info ul li {
  line-height: 35px;
  background-image: url(../images/haekchen.png);
  background-repeat: no-repeat;
  background-position: left;
  list-style-type: none;
  height: 35px;
  padding-left: 32px;
}
#leistungen-box .leistung .leistung-text .toggle-info ul li.height {
  background-position: left top;
  height: 70px;
}
.leistungen .wf-mediabox-theme-shadow .wf-mediabox-numbers button {
    color: transparent !important;
}
.unternehmen #main {
  padding: 0;
}
.unternehmen #content {
  padding: 20px 0;
}
.unternehmen #content h1 {
  margin: 10px 0 25px 0;
  text-align: center;
}
.unternehmen #content h1 span {
  display: block;
  line-height: 38px;
}
.unternehmen #content h1 .line-1 {
  font-size: 50px;
  line-height: 40px;
}
.unternehmen #content h1 .line-2 {
  font-size: 31px;
}
.unternehmen #content h1 .line-3 {
  font-size: 50px;
}
.unternehmen #content #start-img {
  line-height: 0;
}
.unternehmen .box {
  padding: 10px 20px;
}
.unternehmen .box #unternehmen-text .abschnitt {
  margin-bottom: 15px;
}
.unternehmen .box #unternehmen-text .abschnitt:after {
  content: "";
  display: table;
  clear: both;
}
.unternehmen .box #unternehmen-text .abschnitt .jahr {
  background-color: #670000;
  font-size: 20px;
  font-weight: 700;
  float: left;
  margin: -6px -65px 0 0;
  padding: 6px 10px;
  text-align: center;
  width: 65px;
}
.unternehmen .box #unternehmen-text .abschnitt p {
  text-indent: 75px;
}
.unternehmen .box #unternehmen-photobuch {
  margin: 30px auto;
  width: 220px;
}
.unternehmen .box #unternehmen-photobuch .wf-icon-zoom-image {
  display: none !important;
}
.unternehmen .wf-mediabox-theme-shadow .wf-mediabox-numbers button {
        color: transparent !important;
}
.jobs .job-box {
    background-color: #2d2d33;
    margin-bottom: 20px;
}
.jobs .job-box .toggle-btn h3, .jobs .job-box .toggle-btn p {
    margin: 0;
}
.jobs .job-box .toggle-btn {
    padding: 20px 60px 20px 10px;
    position: relative;
}

.jobs .job-box .toggle-btn-box {
  background-color: #670000;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 50px;
}
.jobs .job-box .toggle-btn .toggle-btn-box span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: absolute;
  left: 10px;
  top: 25px;
  width: 30px;
}
.jobs .job-box .toggle-btn .toggle-btn-box .t1 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jobs .job-box .toggle-btn.open .toggle-btn-box .t1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jobs .job-box .toggle-btn.open .toggle-btn-box .t2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.jobs .job-box .toggle-info {
  border-top: 1px solid #ffffff;
  padding: 20px 10px;
}

#bottom .kontakt-text.moduletable {
  margin-bottom: 30px;
}
#bottom .kontakt-text #kontakt-box .kontakt-zeile {
    margin-bottom: 30px;
}
#bottom .kontakt-text #kontakt-box .kontakt-zeile:after {
  content: "";
  display: table;
  clear: both;
}
#bottom .kontakt-text #kontakt-box .kontakt-zeile .kontakt-icon {
  float: left;
  height: 50px;
  margin-right: 20px;
  text-align: center;
  width: 40px;
}
#bottom .kontakt-text #kontakt-box .kontakt-zeile .kontakt-icon i {
  color: #ffffff;
  font-size: 24px;
  height: 100%;
  padding-top: 12px;
  text-align: center;
  width: 100%;
}
#bottom .kontakt-text #kontakt-box .kontakt-zeile .kontakt-inhalt {
  height: 50px;
  line-height: 50px;
}
#bottom .kontakt-text #kontakt-box .kontakt-zeile .kontakt-inhalt.adresse {
  line-height: normal;
}
#bottom .kontakt-text #kontakt-box .kontakt-zeile .kontakt-inhalt span {
  
}
#bottom .kontakt-form.moduletable {
  margin: 0 auto;
  max-width: 700px;
}
#bottom .kontakt-form .pflicht {
  display: block;
  font-size: 14px;
  text-align: right;
  margin-bottom: 2px;
}
#bottom .kontakt-form .control-group {
  margin-bottom: 10px;
}
#bottom .kontakt-form .control-group label {
  color: #c5c5c5;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#bottom .kontakt-form .ds-text {
  display: block;
  font-size: 14px;
  margin: 5px 0 15px 0;
}
#bottom .kontakt-form .submit.control-group button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #670000;
  color: #ffffff;
  border: 0 none;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  font-weight: 700;
  height: 40px;
  text-transform: uppercase;
  width: 100%;
}
#bottom .kontakt-form .submit.control-group button:hover {
  background-color: #000000;
}
#bottom .kontakt-form #easycalccheckplus label {
    font-size: 14px;
}
#bottom .kontakt-form #easycalccheckplus input {
    margin: 0 10px;
    padding: 0;
    text-align: center;
    width: 40px;
}
#bottom .kontakt-form #easycalccheckplus .protectedby {
    text-align: left !important;
}
.datenschutz .ds-list li {
  line-height: 1.5;
  padding: 5px 0;
}
.impressum .al {
  background-image: url(../images/lilie.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
}
.impressum .al:hover {
  color: #b3ce35;
}
#redim-cookiehint-bottom {
  background-color: #2d2d33;
  -webkit-box-shadow: -5px -5px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -5px -5px 15px 0px rgba(0,0,0,0.75);
  box-shadow: -5px -5px 15px 0px rgba(0,0,0,0.75);
  padding: 15px;
  color: #fff;
  font-size: 14px;
  height: 320px;
  left: auto !important;
  right: 15px !important;
  bottom: 15px !important;
  width: 300px !important;
}
#redim-cookiehint-bottom .cookiebuttons {
  text-align: center;
}
#redim-cookiehint-bottom .cookiebuttons #cookiehintinfo {
  display: block;
  margin-bottom: 15px;
}
#redim-cookiehint-bottom .cookiebuttons #cookiehintinfo:hover {
  color: #670000;
}
#redim-cookiehint-bottom .cookiebuttons #cookiehintsubmit,
#redim-cookiehint-bottom .cookiebuttons #cookiehintsubmitno {
  background-color: #670000;
  display: inline-block;
  margin: 0 1%;
  padding: 7px;
  text-transform: uppercase;
  width: 47%;
}
#bottom #bottom-box {
  padding: 20px;
}
#footer {
  background-color: #44444c;
  border-top: 1px solid #717180;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
#footer #footer-box {
  padding: 0 20px;
  color: #c5c5c5;
}
#footer #footer-box a {
  color: #c5c5c5;
  text-transform: uppercase;
}
#footer #footer-box a:hover,
#footer #footer-box a:focus {
  color: #ffffff;
}
#footer #footer-box ul {
  margin: 0;
  padding: 0;
}
#footer #footer-box ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
}
#footer #footer-box #footer-logos {
  margin: 0 auto;
  width: 200px;
}
#footer #footer-box #footer-logos img {
  display: block;
  margin-top: 30px;
}
#copy {
  color: #c5c5c5;
  font-size: 0.8em;
  padding: 15px 0;
}
#copy #copy-box {
  padding: 0 20px;
}
@media (min-width: 600px) {
  .start #content {
    border-bottom: 1px solid #717180;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
  }
  .start #content:after {
    content: "";
    display: table;
    clear: both;
  }
  .start #content h1 {
    position: absolute;
    left: 0;
    margin: 0;
    padding-right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    width: 41%;
  }
  .start #content h1 .line-1 {
    padding-right: 5px;
  }
  .start #content h1 .line-2 {
    padding-right: 1px;
  }
  .start #content #start-img {
    float: right;
    width: 59%;
  }
  .start #col-box {
    margin: 0 auto;
    width: 600px;
  }
  .start #col-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .start #col-box .col {
    float: left;
  }
  .start #col-box .col .info-box {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 10px 20px 10px;
  }
  .unternehmen #content {
    border-bottom: 1px solid #717180;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
  }
  .unternehmen #content:after {
    content: "";
    display: table;
    clear: both;
  }
  .unternehmen #content h1 {
    position: absolute;
    left: 0;
    margin: 0;
    padding-right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    width: 41%;
  }
  .unternehmen #content #start-img {
    float: right;
    width: 59%;
  }
}
@media (min-width: 768px) {
  #content {
    padding: 30px 0;
    margin: 0 auto;
    max-width: 930px;
  }
  #header #header-box #toggle-box {
    display: none;
  }
  #header #header-box .mobile-menu {
    /*border-left: 1px solid #717180; */
    width: 65%;
    right: auto;
    left: 35%;
    height: 100%;
    background-color: transparent;
    top: 0;
    opacity: 1;
  }
  #header #header-box .mobile-menu .menu-box {
    float: left;
    width: 435px;
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul {
    height: 100%;
    margin: 0;
    top: 0;
    transform: translateY(0);
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li {
    float: left;
    height: 100%;
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    padding: 26px 7px 0 7px;
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li a:hover,
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li a:focus {
    background-color: #670000;
    color: #ffffff;
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li.current a {
    background-color: #670000;
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li:last-child {
    border-right: 1px solid #717180;
  }
  #header #header-box .mobile-menu .fb-link {
    bottom: auto;
    position: static;
    right: auto;
    float: left;
    margin-top: 16px;
    margin-left: 10px;
  }
  #header #header-box .mobile-menu .fb-link a {
    color: #ffffff;
  }
  #header #header-box .mobile-menu .fb-link a i {
    font-size: 36px;
  }
  .start #content {
    max-width: none;
  }
  .start #content h1 span {
    line-height: 50px;
  }
  .start #content h1 .line-1 {
    font-size: 90px;
    line-height: 72px;
  }
  .start #content h1 .line-2 {
    font-size: 49px;
  }
  .start #content h1 .line-3 {
    font-size: 58px;
  }
  .start #content #start-img {
    border-left: 1px solid #717180;
  }
  .start #col-box {
    width: 620px;
  }
  .start #col-box .col .info-box {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 15px 30px 15px;
  }
  #leistungen-box {
    max-width: 860px;
  }
  #leistungen-box:after {
    content: "";
    display: table;
    clear: both;
  }
  #leistungen-box .col-1,
  #leistungen-box .col-2 {
    float: left;
    margin: 0 2%;
    width: 46%;
  }
  #leistungen-box .col-1 .leistung,
  #leistungen-box .col-2 .leistung {
    margin-bottom: 30px;
    width: 100%;
  }
  #leistungen-box .col-3:after {
    content: "";
    display: table;
    clear: both;
  }
  #leistungen-box .col-3 .leistung {
    float: left;
    margin: 0 2% 30px 2%;
    width: 46%;
  }
  #leistungen-box .leistung .leistung-text h3 {
    height: 55px;
  }
  .unternehmen #content {
    max-width: none;
  }
  .unternehmen #content h1 span {
    line-height: 40px;
  }
  .unternehmen #content h1 .line-1 {
    font-size: 54px;
    line-height: 43px;
  }
  .unternehmen #content h1 .line-2 {
    font-size: 33px;
  }
  .unternehmen #content h1 .line-3 {
    font-size: 54px;
  }
  .unternehmen #content #start-img {
    border-left: 1px solid #717180;
  }
  .unternehmen .box {
    margin: 0 auto;
    max-width: 930px;
    padding: 10px 30px;
  }
  .unternehmen .box:after {
    content: "";
    display: table;
    clear: both;
  }
  .unternehmen .box #unternehmen-text {
    float: left;
  }
  .unternehmen .box #unternehmen-photobuch {
    float: right;
    margin: 0 5% 0 0;
  }
  #bottom #bottom-box {
    margin: 0 auto;
    max-width: 620px;
    padding: 20px 0;
  }
  #bottom #bottom-box:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer #footer-box:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer #footer-box .col {
    float: left;
    width: 33.333%;
  }
  #footer #footer-box #footer-logos img {
    margin-top: 12px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.1em;
    padding-top: 80px;
  }
  #main h1 {
    margin-top: 30px;
  }
  #header {
    height: 80px;
  }
  #header #header-box {
    padding: 8px 0 0 30px;
  }
  #header #header-box #logo {
    width: 170px;
  }
    #header #header-box .mobile-menu {
    border-left: 1px solid #717180;
    left: 41%;
    width: 59%;
}
  #header #header-box .mobile-menu .menu-box {
    width: 555px;
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li a {
    font-size: 20px;
    padding: 30px 15px 0 15px;
  }
  #header #header-box .mobile-menu .fb-link {
    margin-top: 21px;
  }
  .start #content h1 span {
    line-height: 60px;
  }
  .start #content h1 .line-1 {
    font-size: 110px;
    line-height: 90px;
  }
  .start #content h1 .line-2 {
    font-size: 58px;
    padding-right: 3px;
  }
  .start #content h1 .line-3 {
    font-size: 69px;
    padding-right: 1px;
  }
  .start #col-box {
    width: 930px;
  }
  .start #col-box .col .info-box .info-text {
    font-size: 16px;
  }
  .start #video #video-box {
    padding: 20px 0 30px 0;
    max-width: 700px;
  }
  #leistungen-box {
    padding-bottom: 30px;
    max-width: 930px;
  }
  #leistungen-box:after {
    content: "";
    display: table;
    clear: both;
  }
  #leistungen-box .col-1,
  #leistungen-box .col-2 {
    float: left;
    margin: 0 1.5%;
    width: 30.333%;
  }
  #leistungen-box .col-3 {
    float: left;
    margin: 0 1.5%;
    width: 30.333%;
  }
  #leistungen-box .col-3 .leistung {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
  #leistungen-box .leistung {
    margin: 0 1.5% 30px 1.5%;
  }
  #leistungen-box .leistung .leistung-text h3 {
    font-size: 1.3em;
  }
  .unternehmen #content h1 span {
    line-height: 50px;
  }
  .unternehmen #content h1 .line-1 {
    font-size: 68px;
    line-height: 53px;
  }
  .unternehmen #content h1 .line-2 {
    font-size: 41px;
    padding-right: 3px;
  }
  .unternehmen #content h1 .line-3 {
    font-size: 67px;
    padding-right: 1px;
  }
  .unternehmen .box {
    padding: 10px 0;
  }
  .unternehmen .box #unternehmen-text .abschnitt .jahr {
    font-size: 24px;
    margin: -4px -80px 0 0;
    padding: 5px 10px;
    width: 80px;
  }
  .unternehmen .box #unternehmen-text .abschnitt p {
    text-indent: 90px;
  }
  #bottom:after {
    content: "";
    display: table;
    clear: both;
  }
  #bottom .kontakt-text.moduletable {
    float: left;
    width: 40%;
  }
  #bottom .kontakt-form.moduletable {
    float: right;
    margin: -30px 0 0 0;
    width: 56%;
  }
  #bottom .kontakt-form .control-group {
    margin-bottom: 20px;
  }
  #bottom #bottom-box {
    max-width: 930px;
  }
  #footer {
    padding-bottom: 0;
  }
  #footer #footer-box:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer #footer-box .col-1.col,
  #footer #footer-box .col-2.col {
    width: 25%;
  }
  #footer #footer-box .col-3.col {
    width: 50%;
  }
  #footer #footer-box #footer-logos {
    width: 420px;
  }
  #footer #footer-box #footer-logos:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer #footer-box #footer-logos img {
    float: left;
    height: 80px;
    margin: 12px 10px 0 10px;
    width: auto;
  }
  #copy {
    text-align: right;
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1200px) {
  .start #content h1 span {
    line-height: 74px;
  }
  .start #content h1 .line-1 {
    font-size: 140px;
    line-height: 110px;
  }
  .start #content h1 .line-2 {
    font-size: 74px;
  }
  .start #content h1 .line-3 {
    font-size: 87px;
    padding-right: 2px;
  }
  .unternehmen #content h1 span {
    line-height: 59px;
  }
  .unternehmen #content h1 .line-1 {
    font-size: 80px;
    line-height: 65px;
  }
  .unternehmen #content h1 .line-2 {
    font-size: 49px;
  }
  .unternehmen #content h1 .line-3 {
    font-size: 79px;
    padding-right: 2px;
  }
  .unternehmen .box #unternehmen-photobuch {
    margin: 0 15% 0 0;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 1.2em;
    padding-top: 100px;
  }
  #content {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #717180;
    border-right: 1px solid #717180;
  }
  #content h1 {
    margin-top: 0;
  }
  #subheader {
    border-bottom: 1px solid #717180;
  }
  #header {
    height: 100px;
  }
  #header #header-box #logo {
    width: 220px;
  }
  #header #header-box .mobile-menu .menu-box {
    width: 655px;
  }
  #header #header-box .mobile-menu .menu-box .moduletable_menu ul li a {
    font-size: 22px;
    padding: 40px 20px 0 20px;
  }
  #header #header-box .mobile-menu .fb-link {
    margin-top: 30px;
  }
  #header #header-box .mobile-menu .fb-link a i {
    font-size: 40px;
  }
  .start #content {
    margin-bottom: 0;
  }
  .start #content::before {
    content: '';
    background-color: #717180;
    height: 100%;
    margin-left: -600px;
    left: 50%;
    position: absolute;
    width: 1px;
  }
  .start #content h1 {
    padding-right: 30px;
  }
  .start #content h1 span {
    line-height: 95px;
  }
  .start #content h1 .line-1 {
    font-size: 200px;
    line-height: 147px;
  }
  .start #content h1 .line-2 {
    font-size: 105px;
  }
  .start #content h1 .line-3 {
    font-size: 123px;
    padding-right: 3px;
  }
  .start #col-box {
    border-left: 1px solid #717180;
    border-right: 1px solid #717180;
    padding: 40px 29px 0 29px;
    width: 1200px;
  }
  .start #col-box .col .info-box {
    height: 340px;
    margin: 0 20px 40px 20px;
    padding: 30px;
    width: 340px;
  }
  .start #col-box .col .info-box .info-header {
    font-size: 50px;
    padding-top: 8px;
  }
  .start #col-box .col .info-box .info-text {
    font-size: 18px;
    height: 120px;
    padding-top: 25px;
  }
  .start #col-box .col .info-box .info-link {
    font-size: 18px;
  }
  .start #video #video-box {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #717180;
    border-right: 1px solid #717180;
    padding: 30px 200px 40px 200px;
  }
  #leistungen-box {
    max-width: none;
    padding-bottom: 20px;
  }
  #leistungen-box .col-1,
  #leistungen-box .col-2,
  #leistungen-box .col-3 {
    margin: 0 2%;
    width: 29.333%;
  }
  #leistungen-box .col-1 .leistung,
  #leistungen-box .col-2 .leistung,
  #leistungen-box .col-3 .leistung {
    margin-bottom: 40px;
  }
  #leistungen-box .leistung .leistung-text h3 {
    font-size: 1.5em;
  }
  .unternehmen #content {
    margin-bottom: 0;
  }
  .unternehmen #content::before {
    content: '';
    background-color: #717180;
    height: 100%;
    margin-left: -600px;
    left: 50%;
    position: absolute;
    width: 1px;
  }
  .unternehmen #content h1 {
    padding-right: 30px;
  }
  .unternehmen #content h1 span {
    line-height: 64px;
  }
  .unternehmen #content h1 .line-1 {
    font-size: 88px;
    line-height: 75px;
  }
  .unternehmen #content h1 .line-2 {
    font-size: 53px;
    padding-right: 5px;
  }
  .unternehmen #content h1 .line-3 {
    font-size: 87px;
    padding-right: 3px;
  }
  .unternehmen .box {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #717180;
    border-right: 1px solid #717180;
    padding-top: 40px;
  }
  .unternehmen .box #unternehmen-text .abschnitt .jahr {
    font-size: 24px;
    margin: -4px -80px 0 0;
    padding: 5px 10px;
    width: 80px;
  }
  .jobs .job-box .toggle-btn-box {
        top: 11px;
    }
  .unternehmen .box #unternehmen-text .abschnitt p {
    text-indent: 90px;
  }
  #bottom #bottom-box {
    border-left: 1px solid #717180;
    border-right: 1px solid #717180;
    max-width: 1200px;
    padding: 30px 50px;
  }
  #footer {
    padding: 0;
  }
  #footer #footer-box {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #717180;
    border-right: 1px solid #717180;
    padding: 30px;
  }
  #copy {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #717180;
    border-right: 1px solid #717180;
  }
}
/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @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	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @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	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @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;
}
