@charset "UTF-8";

/*!
Theme Name: Pflegeteam
Version: 138
Description: http://www.awo-pflegeteam-hamburg.de
Author: COMMWORK
Author URI: http://www.commwork.de
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#__bs_notify__ {
  display: none !important;
}

/* Roboto */
@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-ThinItalic.ttf) format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-BoldItalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-Black.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/Roboto-BlackItalic.ttf) format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* Colors */
/* Fonts */
/* Spaces */
/* ---------------------------------------------------------------------------- Vendors ------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Remove default margin. */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden],
template {
  display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent;
}

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
  font-weight: bold;
}

/** Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 0;
}

/** Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/** Contain overflow in all browsers. */
pre {
  overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button,
select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
  line-height: normal;
}

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* ---------------------------------------------------------------------------- Mixins & Variables ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Mixins ------------------------------------------------------------------------- */
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/* @font-face mixin Bulletproof font-face via Font Squirrel @include fontface('family', 'assets/fonts/', 'myfontname'); */
/** IMAGE RETINA @include image-2x(/img/image.png, 100%, auto); */
/* ---------------------------------------------------------------------------- Responsive Usage @include r(240)  { } @include r(320)  { } @include r(480)  { } @include r(768)  { } @include r(1024) { } @include r(1280) { } ------------------------------------------------------------------------- */
/* Responsive font map */
/* Responsive padding map */
/* alert boxes */
/* ---------------------------------------------------------------------------- Variables ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Colors ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Primary Color Variants ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Structure ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- WordPress Core Styles ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Calendar widget ------------------------------------------------------------------------- */
.widget_calendar {
  display: table;
  width: 100%;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #333;
  font-family: sans-serif;
  font-weight: 300;
}

#wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #ffffff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* ---------------------------------------------------------------------------- Recommended sizes ------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------- Responsive ------------------------------------------------------------------------- */
@media (min-width: 240px) {

  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.4rem/1.8rem sans-serif;
  }
}

@media (min-width: 320px) {

  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.55rem/1.8 sans-serif;
  }
}

@media (min-width: 480px) {

  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.8rem/1.8 sans-serif;
  }
}

@media (min-width: 768px) {

  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.9rem/1.7 sans-serif;
  }
}

@media (min-width: 1024px) {

  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}

@media (min-width: 1280px) {

  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}

.topinfo {
  -webkit-transition: opacity 0.4s ease-out, top 0.4s ease-out;
  transition: opacity 0.4s ease-out, top 0.4s ease-out;
  opacity: 0;
  top: -20px;
}

.loaded .topinfo {
  -webkit-transition: opacity 0.4s ease-out, top 0.4s ease-out;
  transition: opacity 0.4s ease-out, top 0.4s ease-out;
  opacity: 1;
  top: 0;
}

/* ---------------------------------------------------------------------------- Structure ------------------------------------------------------------------------- */
.widescreen_wrap {
  padding: 25px;
}

.widescreen_wrap:before,
.widescreen_wrap:after {
  content: " ";
  display: table;
}

.widescreen_wrap:after {
  clear: both;
}

@media (max-width: 1024px) {
  .widescreen_wrap {
    padding: 0;
  }
}

@media (min-width: 1800px) {
  .widescreen_wrap {
    padding: 25px;
  }
}

.wrap {
  color: #333333;
  height: 100%;
  width: 100%;
}

.wrap.darken {
  opacity: .6;
}

@media (min-width: 1800px) {
  .wrap {
    margin: 0 auto;
    position: relative;
  }

  .wrap:before,
  .wrap:after {
    content: " ";
    display: table;
  }

  .wrap:after {
    clear: both;
  }
}

@media (min-width: 2000px) {
  .wrap {
    max-width: 1920px;
  }
}

@media (min-width: 2200px) {
  .wrap {
    max-width: 2050px;
  }
}

.sidebar-top,
.sidebar-bottom {
  color: #ffffff;
}

@media (min-width: 768px) {

  .sidebar-top,
  .sidebar-bottom {
    float: left;
    width: 250px;
  }
}

@media (min-width: 1024px) {

  .sidebar-top,
  .sidebar-bottom {
    width: 350px;
  }
}

@media (min-width: 1280px) {

  .sidebar-top,
  .sidebar-bottom {
    width: 390px;
  }
}

.sidebar-top {
  background-color: #efefef;
  min-height: 180px;
  padding: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .sidebar-top {
    border-top: 10px solid #fc001d;
  }
}

.home .sidebar-top {
  min-height: 160px;
}

@media (max-width: 768px) {
  .sidebar-top.blowup {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .sidebar-top.blowup>a {
    display: none;
  }
}

@media (min-width: 768px) {
  .sidebar-top {
    background-color: #e2001a;
    background-image: url("img/sidebar_back_strokes.png");
    background-position: -68px -40%;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .sidebar-top {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  }
}

/* .sidebar-top > a { 
  display: block; 
  position: relative; 
  text-align: center; 
  top: 10px; 
  width: 90px; 
  margin-bottom: 15px;
} */

.sidebar-top>a {
  display: block;
  position: relative;
  text-align: center;
  top: 10px;
  width: 138px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* .sidebar-top > a { 
    margin: 0 0 0 auto; 
    position: relative; 
    text-align: right; 
    top: 0; 
    width: 140px; 
  }  */

  .sidebar-top>a {
    margin: 0 0 0 auto;
    position: relative;
    text-align: right;
    top: 0;
    max-width: 400px;
    width: 100%;
  }
}

.sidebar-top>a .logo {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  /* .sidebar-top > a .logo { 
    width: 140px; 
  }  */

  .sidebar-top>a .logo {
    width: 400px;
  }
}

.content {
  background-color: #efefef;
  clear: left;
  padding: 15px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .content {
    background-color: #ffffff;
    min-height: 96%;
    padding: 30px;
    padding-bottom: 0;
    position: absolute;
    left: 250px;
    width: calc(100% - 250px);
  }
}

@media (min-width: 1024px) {
  .content {
    width: calc(100% - 425px);
    left: 400px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }
}

@media (min-width: 1280px) {
  .content {
    width: calc(100% - 465px);
    left: 440px;
  }
}

@media (min-width: 1800px) {
  .content {
    width: calc(100% - 415px);
    left: 415px;
  }
}

.sidebar-bottom {
  background-color: #efefef;
  z-index: 2;
}

@media (min-width: 768px) {
  .sidebar-bottom {
    background-color: #e2001a;
    clear: both;
  }
}

@media (min-width: 1024px) {
  .sidebar-bottom {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 1024px) {
  .sidebar-bottom {
    margin-top: 25px;
  }
}

.sidebar-bottom>section {
  padding: 30px 15px 0 15px;
}

@media (min-width: 768px) {
  .sidebar-bottom>section {
    padding: 30px 30px 0 30px;
  }
}

.sidebar-bottom .site-footer {
  padding: 15px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .sidebar-bottom .site-footer {
    padding: 30px;
  }
}

.sidebar-bottom .site-footer div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/** Base SCSS */
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use i.e. 1rem = 10px*/
html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  color: #333333;
  margin: 0;
  background-color: #c90017;
  height: 100%;
  min-height: 100%;
  line-height: 1.4em;
  font-weight: 400;
}

.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a,
a:active,
a:focus {
  color: #e30613;
  text-decoration: none;
}

a:hover {
  color: #e30613;
}

a:focus {
  outline: 0;
}

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

input:focus {
  outline: 0;
  border: 1px solid #292929;
}

select {
  width: 100%;
}

.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .mobile_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .desktop_only {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .desktop_only {
    display: block;
  }
}

.content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.3em;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 1024px) {
  .content p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 1280px) {
  .content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

.content h1 {
  font-size: 32px 1.15;
}

@media screen and (min-width: 768px) {
  .content h1 {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1024px) {
  .content h1 {
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1280px) {
  .content h1 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 0.8em;
  }
}

.content h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 0.8em;
}

@media screen and (min-width: 768px) {
  .content h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1024px) {
  .content h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1280px) {
  .content h2 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 0.8em;
  }
}

.content h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 768px) {
  .content h3 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 1024px) {
  .content h3 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 1280px) {
  .content h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 0.3em;
  }
}

.meta_date {
  font-size: 11px;
  color: #999999;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .meta_date {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .meta_date {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .meta_date {
    font-size: 12px;
  }
}

.widget-area>li {
  color: #e2001a;
  list-style: none;
}

.widget-area>li:last-child {
  border-bottom: 3px solid #e2001a;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .widget-area>li:last-child {
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  }
}

.widget-area>li+li {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
}

.widget-area>li ul {
  padding-left: 1em;
}

.widget-area>li ul,
.widget-area>li li,
.widget-area>li a,
.widget-area>li p,
.widget-area>li span,
.widget-area>li div {
  color: #333;
}

@media (min-width: 768px) {

  .widget-area>li ul,
  .widget-area>li li,
  .widget-area>li a,
  .widget-area>li p,
  .widget-area>li span,
  .widget-area>li div {
    color: #ffffff;
  }
}

.widget-area>li a {
  color: #e2001a;
}

@media (min-width: 768px) {
  .widget-area>li a {
    color: #ffffff;
  }
}

.widget-area p {
  margin-top: 1em;
}

.widget-area p:last-of-type {
  margin-bottom: 0;
  margin-top: 0;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.neat_row:before,
.neat_row:after {
  content: " ";
  display: table;
}

.neat_row:after {
  clear: both;
}

.neat_row+* {
  margin-top: 30px;
}

.columns,
.entry {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .col_1 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 5.298013245%;
  }

  .col_1:last-child {
    margin-right: 0;
  }

  .col_2 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 13.9072847682%;
  }

  .col_2:last-child {
    margin-right: 0;
  }

  .col_2.col_gallery:nth-child(6n) {
    margin-right: 0;
  }

  .col_2.col_gallery:nth-child(6n+1) {
    clear: left;
  }

  .col_3 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 22.5165562914%;
  }

  .col_3:last-child {
    margin-right: 0;
  }

  .col_3.col_gallery:nth-child(4n) {
    margin-right: 0;
  }

  .col_3.col_gallery:nth-child(4n+1) {
    clear: left;
  }

  .col_4 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 31.1258278146%;
  }

  .col_4:last-child {
    margin-right: 0;
  }

  .col_4.col_gallery:nth-child(3n) {
    margin-right: 0;
  }

  .col_4.col_gallery:nth-child(3n+1) {
    clear: left;
  }

  .col_5 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 39.7350993377%;
  }

  .col_5:last-child {
    margin-right: 0;
  }

  .col_5.col_gallery:nth-child(6n) {
    margin-right: 0;
  }

  .col_5.col_gallery:nth-child(6n+1) {
    clear: left;
  }

  .col_6 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 48.3443708609%;
  }

  .col_6:last-child {
    margin-right: 0;
  }

  .col_6.col_gallery:nth-child(7n) {
    margin-right: 0;
  }

  .col_6.col_gallery:nth-child(7n+1) {
    clear: left;
  }

  .col_7 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 56.9536423841%;
  }

  .col_7:last-child {
    margin-right: 0;
  }

  .col_7.col_gallery:nth-child(8n) {
    margin-right: 0;
  }

  .col_7.col_gallery:nth-child(8n+1) {
    clear: left;
  }

  .col_8 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 65.5629139073%;
  }

  .col_8:last-child {
    margin-right: 0;
  }

  .col_8.col_gallery:nth-child(9n) {
    margin-right: 0;
  }

  .col_8.col_gallery:nth-child(9n+1) {
    clear: left;
  }

  .col_9 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 74.1721854305%;
  }

  .col_9:last-child {
    margin-right: 0;
  }

  .col_10 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 82.7814569536%;
  }

  .col_10:last-child {
    margin-right: 0;
  }

  .col_11 {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 91.3907284768%;
  }

  .col_11:last-child {
    margin-right: 0;
  }

  .col_12 {
    width: 100%;
  }
}

.container_page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0;
  margin-top: 30px;
}

.container_page:before,
.container_page:after {
  content: " ";
  display: table;
}

.container_page:after {
  clear: both;
}

@media screen and (max-width: 1300px) {

  .container_page .col_1,
  .container_page .col_2,
  .container_page .col_3,
  .container_page .col_4,
  .container_page .col_5,
  .container_page .col_6,
  .container_page .col_7,
  .container_page .col_8,
  .container_page .col_9,
  .container_page .col_10,
  .container_page .col_11,
  .container_page .col_12 {
    width: 100%;
  }
}

/*  fix the wp-images  */
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.wp-caption img {
  margin-bottom: 8px;
}

img[class*='wp-image'].alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 25px;
}

@media (max-width: 480px) {
  img[class*='wp-image'].alignleft {
    max-width: 40%;
  }
}

.wp-caption.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 25px;
}

@media (max-width: 480px) {
  .wp-caption.alignleft {
    max-width: 40%;
  }
}

.wp-caption .wp-caption-text {
  color: #999999;
  font-size: .95em;
  line-height: 1.3em;
  word-wrap: break-word;
}

img[class*='wp-image'].alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 25px;
}

@media (max-width: 480px) {
  img[class*='wp-image'].alignright {
    max-width: 40%;
  }
}

.wp-caption.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 25px;
}

@media (max-width: 480px) {
  .wp-caption.alignright {
    max-width: 40%;
  }
}

.wp-caption .wp-caption-text {
  color: #999999;
  font-size: .95em;
  line-height: 1.3em;
  word-wrap: break-word;
}

img[class*='wp-image'].aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  img[class*='wp-image'].aligncenter {
    max-width: 100%;
  }
}

.wp-caption.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .wp-caption.aligncenter {
    max-width: 100%;
  }
}

.wp-caption .wp-caption-text {
  color: #999999;
  font-size: .95em;
  line-height: 1.3em;
  text-align: center;
  word-wrap: break-word;
}

.h_icon_news {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cpath%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C46c-2.2%2C0-4-1.8-4-4V26%20h8%22%3E%3C%2Fpath%3E%20%3Cpath%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M10%2C2c0%2C0%2C0%2C37.8%2C0%2C40%20c0%2C2.2-1.8%2C4-4%2C4h36c2.2%2C0%2C4-1.8%2C4-4V2H10z%22%3E%3C%2Fpath%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2234%22%20y1%3D%2212%22%20x2%3D%2238%22%20y2%3D%2212%22%3E%3C%2Fline%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2234%22%20y1%3D%2220%22%20x2%3D%2238%22%20y2%3D%2220%22%3E%3C%2Fline%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2228%22%20x2%3D%2238%22%20y2%3D%2228%22%3E%3C%2Fline%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2236%22%20x2%3D%2238%22%20y2%3D%2236%22%3E%3C%2Fline%3E%20%3Crect%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20x%3D%2218%22%20y%3D%2212%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%228%22%20height%3D%228%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

h2.h_icon_news {
  background-position: left .13em;
  background-size: .85em;
  padding-left: 1.3em;
}

h3.h_icon_news {
  background-position: left .2em;
  background-size: .85em;
  padding-left: 1.3em;
}

.h_icon_mail {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cpolyline%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20data-cap%3D%22butt%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C6%2024%2C26%2046%2C6%20%22%3E%3C%2Fpolyline%3E%20%3Crect%20stroke-linejoin%3D%22miter%22%20x%3D%222%22%20y%3D%226%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%2244%22%20height%3D%2236%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

h2.h_icon_mail {
  background-position: left .13em;
  background-size: .85em;
  padding-left: 1.3em;
}

h3.h_icon_mail {
  background-position: left .15em;
  background-size: .85em;
  padding-left: 1.3em;
}

.h_icon_jobs {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%2016%2C10%2016%2C4%2032%2C4%2032%2C10%20%22%3E%3C%2Fpolyline%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2220%2C32%202%2C32%202%2C10%2046%2C10%2046%2C32%2028%2C32%20%22%3E%3C%2Fpolyline%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2244%2C32%2044%2C44%204%2C44%204%2C32%20%22%3E%3C%2Fpolyline%3E%20%3Crect%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20x%3D%2220%22%20y%3D%2228%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%228%22%20height%3D%228%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

h2.h_icon_jobs {
  background-position: left .13em;
  background-size: .85em;
  padding-left: 1.3em;
}

h3.h_icon_jobs {
  background-position: left .2em;
  background-size: .85em;
  padding-left: 1.3em;
}

.h_icon_home {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolygon%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2216%2C2%203%2C12%203%2C31%2012%2C31%2012%2C21%2020%2C21%2020%2C31%2029%2C31%2029%2C12%20%22%3E%3C%2Fpolygon%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

h2.h_icon_home {
  background-position: left .13em;
  background-size: .85em;
  padding-left: 1.3em;
}

h3.h_icon_home {
  background-position: left .12em;
  background-size: .85em;
  padding-left: 1.3em;
}

.spalte_text p {
  margin-bottom: .4em !important;
}

.spalte_linkliste {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.spalte_linkliste li {
  margin-bottom: .4em;
}

.spalte_linkliste_sprachen {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.spalte_linkliste_sprachen li {
  margin-bottom: .4em;
}

.spalte_linkliste_sprachen li a {
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  padding-left: 0;
}

.spalte_linkliste_sprachen li a img {
  margin-top: 6px;
  margin-right: .4em;
  position: relative;
  float: left;
}

.widget_pflegeteam_widget_slider .slider .slick-list,
.widget_pflegeteam_widget_slider .slider_stop .slick-list {
  border: 0;
  border-bottom: 0;
}

.widget_pflegeteam_widget_slider .slider.sliderborder .slick-list,
.widget_pflegeteam_widget_slider .slider_stop.sliderborder .slick-list {
  -webkit-box-shadow: 0 0 4px transparent;
  box-shadow: 0 0 4px transparent;
  border: 0;
}

@media (min-width: 768px) {

  .widget_pflegeteam_widget_slider .slider.sliderborder .slick-list,
  .widget_pflegeteam_widget_slider .slider_stop.sliderborder .slick-list {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 10px solid #ffffff;
  }
}

.widget_pflegeteam_widget_slider .slider .slick-dots,
.widget_pflegeteam_widget_slider .slider_stop .slick-dots {
  background-color: transparent;
  border: 0;
  color: #e2001a;
  padding-top: 10px;
}

@media (min-width: 768px) {

  .widget_pflegeteam_widget_slider .slider .slick-dots,
  .widget_pflegeteam_widget_slider .slider_stop .slick-dots {
    color: #ffffff;
  }
}

.widget_pflegeteam_widget_slider .slider.dots_only .slick-dots li,
.widget_pflegeteam_widget_slider .slider_stop.dots_only .slick-dots li {
  border-bottom: 0;
  margin-left: 0 !important;
  margin-right: 2px;
  padding: 0;
}

.widget_pflegeteam_widget_slider .slider.dots_only .slick-dots li a,
.widget_pflegeteam_widget_slider .slider_stop.dots_only .slick-dots li a {
  background-color: #e2001a;
  border-radius: 50%;
  color: #e2001a;
  display: block;
  height: 9px;
  opacity: .3;
  padding-right: 0;
  text-indent: -999px;
  width: 9px;
}

@media (min-width: 768px) {

  .widget_pflegeteam_widget_slider .slider.dots_only .slick-dots li a,
  .widget_pflegeteam_widget_slider .slider_stop.dots_only .slick-dots li a {
    background-color: #ffffff;
    color: #ffffff;
  }
}

.burger {
  display: none;
}

@media (max-width: 768px) {
  .burger {
    background-color: #e2001a;
    display: block;
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 24px;
    width: 60px;
  }

  .burger div {
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .burger div .burger-open,
  .burger div .burger-close {
    background-color: transparent;
    border: 0;
    color: #e2001a;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    letter-spacing: .08em;
    padding: 10px 15px;
    width: 60px;
  }

  .burger div .burger-open {
    background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%222%22%20y1%3D%2224%22%20x2%3D%2246%22%20y2%3D%2224%22%3E%3C%2Fline%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%222%22%20y1%3D%2210%22%20x2%3D%2246%22%20y2%3D%2210%22%3E%3C%2Fline%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%222%22%20y1%3D%2238%22%20x2%3D%2246%22%20y2%3D%2238%22%3E%3C%2Fline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    text-indent: -999px;
    background-size: 28px 40px;
    background-position: center center;
  }

  .burger div .burger-close {
    background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2238%22%20y1%3D%2210%22%20x2%3D%2210%22%20y2%3D%2238%22%3E%3C%2Fline%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2238%22%20y1%3D%2238%22%20x2%3D%2210%22%20y2%3D%2210%22%3E%3C%2Fline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    text-indent: -999px;
    background-size: 34px;
    background-position: center center;
  }

  .burger.active div {
    top: -60px;
  }
}

.menu-mainmenu-container {
  display: none;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .menu-mainmenu-container.menu-show {
    display: block;
    padding-top: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .menu-mainmenu-container {
    display: block !important;
    padding-top: 0;
    position: relative;
  }
}

.menu-mainmenu-container ul.menu,
.menu-mainmenu-container .menu_search {
  clear: right;
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  text-align: left;
}

.menu-mainmenu-container ul.menu li,
.menu-mainmenu-container .menu_search li {
  -webkit-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
}

.menu-mainmenu-container ul.menu li a,
.menu-mainmenu-container .menu_search li a {
  color: #e2001a;
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: .8em;
  font-weight: normal;
  letter-spacing: .08em;
  padding: 10px 0;
  padding-right: 39px;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  .menu-mainmenu-container ul.menu li a,
  .menu-mainmenu-container .menu_search li a {
    font-size: .9em;
  }
}

@media (min-width: 768px) {

  .menu-mainmenu-container ul.menu li a,
  .menu-mainmenu-container .menu_search li a {
    color: #ffffff;
  }
}

@media (min-width: 768px) {

  .menu-mainmenu-container ul.menu li,
  .menu-mainmenu-container .menu_search li {
    background-position: right;
  }
}

.menu-mainmenu-container ul.menu li:hover,
.menu-mainmenu-container .menu_search li:hover {
  -webkit-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
  background-size: 25px;
}

.menu-mainmenu-container ul.menu li:before,
.menu-mainmenu-container .menu_search li:before {
  border-bottom: 1px solid rgba(226, 0, 26, 0.2);
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media (min-width: 768px) {

  .menu-mainmenu-container ul.menu li:before,
  .menu-mainmenu-container .menu_search li:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}

.menu-mainmenu-container ul.menu .current-menu-item a,
.menu-mainmenu-container .menu_search .current-menu-item a {
  font-weight: 700;
  position: relative;
}

.menu-mainmenu-container ul.menu .current-menu-item a:before,
.menu-mainmenu-container .menu_search .current-menu-item a:before {
  border-left: 5px solid white;
  top: 20%;
  left: -30px;
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  z-index: 0;
}

.menu-mainmenu-container .menu_search {
  padding: 0;
}

.menu-mainmenu-container .menu_search li:before {
  border-bottom: 0;
}

@media (max-width: 768px) and (orientation: landscape) {
  .menu-mainmenu-container.menu-show {
    display: block;
    padding-top: 0;
    position: relative;
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .menu-mainmenu-container ul.menu li,
  .menu-mainmenu-container .menu_search li {
    width: 48%;
    margin-right: 4%;
    float: left;
  }

  .menu-mainmenu-container ul.menu li:nth-child(even),
  .menu-mainmenu-container .menu_search li:nth-child(even) {
    margin-right: 0;
  }
}

.menu .stellenangebote {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%2011%2C6%2011%2C2%2021%2C2%2021%2C6%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolyline%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2213%2C22%201%2C22%201%2C6%2031%2C6%2031%2C22%2019%2C22%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolyline%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2229%2C22%2029%2C30%203%2C30%203%2C22%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolyline%3E%20%3Crect%20data-color%3D%22color-2%22%20x%3D%2213%22%20y%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%226%22%20height%3D%225%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
}

.menu .kontakt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20data-cap%3D%22butt%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C2%2010%2C18%2010%2C28%2015.4%2C21.9%20%22%20stroke-linejoin%3D%22miter%22%20stroke-linecap%3D%22butt%22%3E%3C%2Fpolyline%3E%20%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C12%2030%2C2%2025%2C29%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolygon%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

.menu .unterstuetzungsangebote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Etool-hand%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='%23ffffff' stroke='%23ffffff'%3E%3Cpath d='M17,14V3.5A2.5,2.5,0,0,1,19.5,1h0A2.5,2.5,0,0,1,22,3.5V14' fill='none' stroke='%23ffffff' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M22,4.5A2.5,2.5,0,0,1,24.5,2h0A2.5,2.5,0,0,1,27,4.5V14' fill='none' stroke='%23ffffff' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M27,6a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2V17.972A13.028,13.028,0,0,1,17.972,31h0a13.028,13.028,0,0,1-10.84-5.8L2.516,18.274a2.413,2.413,0,0,1,.929-3.5h0a2.413,2.413,0,0,1,2.785.452l4.063,4.063A1,1,0,0,0,12,18.586V4.5a2.5,2.5,0,0,1,2.758-2.487A2.6,2.6,0,0,1,17,4.643' fill='none' stroke='%23ffffff' stroke-miterlimit='10'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.menu .betreuung {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M27%2C12c0%2C6.8-11%2C18-11%2C18%20S5%2C18.9%2C5%2C12c0-7%2C5.7-11%2C11-11S27%2C5.1%2C27%2C12z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Ccircle%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2212%22%20r%3D%223%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fcircle%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
}

.menu .servicewohnen {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpath%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M15%2C7%20c0-3.314%2C2.686-6%2C6-6s6%2C2.686%2C6%2C6s-2.686%2C7-6%2C7S15%2C10.314%2C15%2C7z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cpath%20data-cap%3D%22butt%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2C18.43%20c1.185-0.26%2C2.525-0.43%2C4-0.43c3.301%2C0%2C5.926%2C0.854%2C7.657%2C1.651C30.083%2C20.307%2C31%2C21.723%2C31%2C23.293V31H21%22%20stroke-linejoin%3D%22miter%22%20stroke-linecap%3D%22butt%22%3E%3C%2Fpath%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M4%2C16c0-2.761%2C2.239-5%2C5-5%20s5%2C2.239%2C5%2C5s-2.239%2C6-5%2C6S4%2C18.761%2C4%2C16z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2C28.926%20c0-1.258-0.782-2.377-1.961-2.816C13.605%2C25.576%2C11.483%2C25%2C9%2C25s-4.605%2C0.576-6.039%2C1.11C1.782%2C26.549%2C1%2C27.668%2C1%2C28.926V31h16%20V28.926z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
}

.menu .startseite {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2216%2C2%203%2C12%203%2C31%2012%2C31%2012%2C21%2020%2C21%2020%2C31%2029%2C31%2029%2C12%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolygon%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

.menu .aktuelles {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C18H1v10c0%2C1.7%2C1.3%2C3%2C3%2C3%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C1c0%2C0%2C0%2C25.3%2C0%2C27%20s-1.3%2C3-3%2C3h24c1.7%2C0%2C3-1.3%2C3-3V1H7z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2222%22%20y1%3D%226%22%20x2%3D%2226%22%20y2%3D%226%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2222%22%20y1%3D%2211%22%20x2%3D%2226%22%20y2%3D%2211%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2212%22%20y1%3D%2216%22%20x2%3D%2226%22%20y2%3D%2216%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Crect%20data-color%3D%22color-2%22%20x%3D%2212%22%20y%3D%226%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%226%22%20height%3D%225%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%2226%22%20x2%3D%2212%22%20y2%3D%2226%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%2221%22%20x2%3D%2212%22%20y2%3D%2221%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Crect%20data-color%3D%22color-2%22%20x%3D%2220%22%20y%3D%2221%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%226%22%20height%3D%225%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
}

.quicksearch_open {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2222%22%20y1%3D%2222%22%20x2%3D%2216.4%22%20y2%3D%2216.4%22%3E%3C%2Fline%3E%20%3Ccircle%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229%22%3E%3C%2Fcircle%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (min-width: 768px) {
  .menu .stellenangebote {
    background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%2011%2C6%2011%2C2%2021%2C2%2021%2C6%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolyline%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2213%2C22%201%2C22%201%2C6%2031%2C6%2031%2C22%2019%2C22%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolyline%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2229%2C22%2029%2C30%203%2C30%203%2C22%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolyline%3E%20%3Crect%20data-color%3D%22color-2%22%20x%3D%2213%22%20y%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%226%22%20height%3D%225%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
  }

  .menu .kontakt {
    background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20data-cap%3D%22butt%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C2%2010%2C18%2010%2C28%2015.4%2C21.9%20%22%20stroke-linejoin%3D%22miter%22%20stroke-linecap%3D%22butt%22%3E%3C%2Fpolyline%3E%20%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C12%2030%2C2%2025%2C29%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolygon%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  }

  .menu .unterstuetzungsangebote {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Etool-hand%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='%23ffffff' stroke='%23ffffff'%3E%3Cpath d='M17,14V3.5A2.5,2.5,0,0,1,19.5,1h0A2.5,2.5,0,0,1,22,3.5V14' fill='none' stroke='%23ffffff' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M22,4.5A2.5,2.5,0,0,1,24.5,2h0A2.5,2.5,0,0,1,27,4.5V14' fill='none' stroke='%23ffffff' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M27,6a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2V17.972A13.028,13.028,0,0,1,17.972,31h0a13.028,13.028,0,0,1-10.84-5.8L2.516,18.274a2.413,2.413,0,0,1,.929-3.5h0a2.413,2.413,0,0,1,2.785.452l4.063,4.063A1,1,0,0,0,12,18.586V4.5a2.5,2.5,0,0,1,2.758-2.487A2.6,2.6,0,0,1,17,4.643' fill='none' stroke='%23ffffff' stroke-miterlimit='10'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }

  .menu .betreuung {
    background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M27%2C12c0%2C6.8-11%2C18-11%2C18%20S5%2C18.9%2C5%2C12c0-7%2C5.7-11%2C11-11S27%2C5.1%2C27%2C12z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Ccircle%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2212%22%20r%3D%223%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fcircle%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
  }

  .menu .servicewohnen {
    background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpath%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M15%2C7%20c0-3.314%2C2.686-6%2C6-6s6%2C2.686%2C6%2C6s-2.686%2C7-6%2C7S15%2C10.314%2C15%2C7z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cpath%20data-cap%3D%22butt%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2C18.43%20c1.185-0.26%2C2.525-0.43%2C4-0.43c3.301%2C0%2C5.926%2C0.854%2C7.657%2C1.651C30.083%2C20.307%2C31%2C21.723%2C31%2C23.293V31H21%22%20stroke-linejoin%3D%22miter%22%20stroke-linecap%3D%22butt%22%3E%3C%2Fpath%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M4%2C16c0-2.761%2C2.239-5%2C5-5%20s5%2C2.239%2C5%2C5s-2.239%2C6-5%2C6S4%2C18.761%2C4%2C16z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2C28.926%20c0-1.258-0.782-2.377-1.961-2.816C13.605%2C25.576%2C11.483%2C25%2C9%2C25s-4.605%2C0.576-6.039%2C1.11C1.782%2C26.549%2C1%2C27.668%2C1%2C28.926V31h16%20V28.926z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
  }

  .menu .startseite {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2216%2C2%203%2C12%203%2C31%2012%2C31%2012%2C21%2020%2C21%2020%2C31%2029%2C31%2029%2C12%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpolygon%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  }

  .menu .aktuelles {
    background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C18H1v10c0%2C1.7%2C1.3%2C3%2C3%2C3%20%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C1c0%2C0%2C0%2C25.3%2C0%2C27%20s-1.3%2C3-3%2C3h24c1.7%2C0%2C3-1.3%2C3-3V1H7z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2222%22%20y1%3D%226%22%20x2%3D%2226%22%20y2%3D%226%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2222%22%20y1%3D%2211%22%20x2%3D%2226%22%20y2%3D%2211%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2212%22%20y1%3D%2216%22%20x2%3D%2226%22%20y2%3D%2216%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Crect%20data-color%3D%22color-2%22%20x%3D%2212%22%20y%3D%226%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%226%22%20height%3D%225%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%2226%22%20x2%3D%2212%22%20y2%3D%2226%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%2221%22%20x2%3D%2212%22%20y2%3D%2221%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Crect%20data-color%3D%22color-2%22%20x%3D%2220%22%20y%3D%2221%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%226%22%20height%3D%225%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
  }

  .quicksearch_open {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2222%22%20y1%3D%2222%22%20x2%3D%2216.4%22%20y2%3D%2216.4%22%3E%3C%2Fline%3E%20%3Ccircle%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229%22%3E%3C%2Fcircle%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.breadcrumb {
  font-size: 14px;
  background-color: transparent;
  color: #666666;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: .1em;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .menu .unterstuetzungsangebote {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Etool-hand%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='%23E2001A' stroke='%23E2001A'%3E%3Cpath d='M17,14V3.5A2.5,2.5,0,0,1,19.5,1h0A2.5,2.5,0,0,1,22,3.5V14' fill='none' stroke='%23E2001A' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M22,4.5A2.5,2.5,0,0,1,24.5,2h0A2.5,2.5,0,0,1,27,4.5V14' fill='none' stroke='%23E2001A' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M27,6a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2V17.972A13.028,13.028,0,0,1,17.972,31h0a13.028,13.028,0,0,1-10.84-5.8L2.516,18.274a2.413,2.413,0,0,1,.929-3.5h0a2.413,2.413,0,0,1,2.785.452l4.063,4.063A1,1,0,0,0,12,18.586V4.5a2.5,2.5,0,0,1,2.758-2.487A2.6,2.6,0,0,1,17,4.643' fill='none' stroke='%23E2001A' stroke-miterlimit='10'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .breadcrumb {
    font-size: 15px;
  }
}

.breadcrumb a:hover {
  color: #ec5a63;
}

.wp-pagenavi {
  border-top: 1px solid #dddddd;
  display: block;
  margin-top: 30px !important;
  padding-bottom: 5px;
  padding-top: 10px;
  width: 100%;
}

.wp-pagenavi:before,
.wp-pagenavi:after {
  content: " ";
  display: table;
}

.wp-pagenavi:after {
  clear: both;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 8px 10px;
  position: relative;
}

.wp-pagenavi span:first-child,
.wp-pagenavi a:first-child {
  padding-left: 0;
}

.wp-pagenavi span.current,
.wp-pagenavi a.current {
  font-weight: bold;
}

.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 130%;
}

.wp-pagenavi a:hover {
  text-decoration: none;
}

.neprev {
  border-top: 1px solid #dddddd;
  display: block;
  position: relative;
  width: 100%;
}

.neprev:before,
.neprev:after {
  content: " ";
  display: table;
}

.neprev:after {
  clear: both;
}

.neprev ul {
  list-style: none;
  padding: 0;
}

.neprev ul li {
  font-size: 11px;
  background-color: transparent;
  color: #999999;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.3em;
}

@media screen and (min-width: 768px) {
  .neprev ul li {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .neprev ul li {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .neprev ul li {
    font-size: 12px;
  }
}

.neprev ul li.ne {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.neprev ul li.ne a {
  color: #999999;
}

.neprev ul li.ne strong {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .neprev ul li.ne strong {
    font-size: 17px;
  }
}

@media screen and (min-width: 1024px) {
  .neprev ul li.ne strong {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .neprev ul li.ne strong {
    font-size: 18px;
  }
}

.neprev ul li.pre {
  float: right;
  padding-top: 30px;
  text-align: right;
}

.neprev ul li.pre a {
  color: #999999;
}

.neprev ul li.pre strong {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .neprev ul li.pre strong {
    font-size: 17px;
  }
}

@media screen and (min-width: 1024px) {
  .neprev ul li.pre strong {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .neprev ul li.pre strong {
    font-size: 18px;
  }
}

.site-footer {
  font-family: "Roboto", Arial, sans-serif;
}

.site-footer>*+* {
  margin-top: 15px;
}

.site-footer>div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 15px;
}

.site-footer>div.flexiblebox_footer_image {
  border-bottom: 0;
}

.site-footer>div.flexiblebox_footer_image img {
  margin-top: 5px;
}

.site-footer>div:first-child {
  border-top: 0;
  padding-top: 0;
}

.site-footer p,
.site-footer li,
.site-footer span,
.site-footer div {
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
}

@media screen and (min-width: 768px) {

  .site-footer p,
  .site-footer li,
  .site-footer span,
  .site-footer div {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) {

  .site-footer p,
  .site-footer li,
  .site-footer span,
  .site-footer div {
    font-size: 13px;
  }
}

@media screen and (min-width: 1280px) {

  .site-footer p,
  .site-footer li,
  .site-footer span,
  .site-footer div {
    font-size: 14px;
  }
}

.site-footer a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20stroke%3D%22%23E2001A%22%20stroke-width%3D%226%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214%2C4%2034%2C24%2014%2C44%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%20");
  background-size: 9px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 14px;
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
  .site-footer a {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%226%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214%2C4%2034%2C24%2014%2C44%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%20");
    background-size: 9px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    border-bottom: 1px solid transparent;
    color: #ffffff;
  }
}

.site-footer .spalte_text a {
  background-image: none;
  border-bottom: 1px solid #e2001a;
  color: #e2001a;
  padding-left: 0;
}

@media (min-width: 768px) {
  .site-footer .spalte_text a {
    color: #ffffff;
  }
}

.site-footer .spalte_text ul {
  padding-left: .8em;
}

.site-footer .spalte_text ul li {
  margin-left: .2em;
}

.site-footer .spalte_linkliste li:last-child {
  margin-bottom: 0;
}

p.intro {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  p.intro {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  p.intro {
    font-size: 30px;
  }
}

@media screen and (min-width: 1280px) {
  p.intro {
    font-size: 34px;
  }
}

b,
strong {
  font-weight: 700;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

blockquote {
  padding: 0 23px;
  margin: 0 0 23px;
}

blockquote:before {
  content: " ";
  border-left: 5px solid #e2001a;
  height: 2em;
  width: 1em;
  float: left;
  margin-left: -28px;
}

blockquote p {
  font-size: 1.4em !important;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.sidebar-bottom h1,
.sidebar-bottom h2,
.sidebar-bottom h3,
.sidebar-bottom h4,
.sidebar-bottom h5,
.sidebar-bottom h6 {
  color: #333;
}

@media screen and (min-width: 767px) {

  .sidebar-bottom h1,
  .sidebar-bottom h2,
  .sidebar-bottom h3,
  .sidebar-bottom h4,
  .sidebar-bottom h5,
  .sidebar-bottom h6 {
    color: #ffffff;
  }
}

h1 {
  font-size: 32px 1.15;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 0.8em;
  }
}

h1.page-header {
  margin-top: 0;
}

h1 .h1_pre_archive {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  h1 .h1_pre_archive {
    font-size: 21px;
  }
}

@media screen and (min-width: 1024px) {
  h1 .h1_pre_archive {
    font-size: 22px;
  }
}

@media screen and (min-width: 1280px) {
  h1 .h1_pre_archive {
    font-size: 23px;
  }
}

h1 a {
  color: #333;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0.8em;
  }
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0.8em;
  }
}

h2 a {
  color: #333;
}

h3 {
  font-size: 28px;
  line-height: 1.45;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 1024px) {
  h3 {
    font-size: 32px;
    line-height: 1.45;
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 1280px) {
  h3 {
    font-size: 34px;
    line-height: 1.45;
    margin-bottom: 0.3em;
  }
}

h3 a {
  color: #333;
}

.sidebar-bottom h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .sidebar-bottom h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar-bottom h3 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 1280px) {
  .sidebar-bottom h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 1024px) {
  h4 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 1280px) {
  h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}

h4 a {
  color: #333;
}

.entry a,
.spalte_editor a,
.spalte_infobox p a {
  text-decoration: none;
  border-bottom: 4px solid rgba(226, 0, 26, 0.3);
  color: #333;
}

.entry a:hover,
.spalte_editor a:hover,
.spalte_infobox p a:hover {
  color: #e2001a;
  border-bottom: 4px solid rgba(226, 0, 26, 0.3);
  text-decoration: none;
}

.nodeko a {
  border-bottom: 0;
}

.nodeko a:hover {
  border-bottom: 0;
}

.btn,
.btn:active {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border: 3px solid transparent;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: .8em;
  letter-spacing: .05em;
  padding: .5em 1.4em;
  text-transform: uppercase;
  background-color: #e2001a;
  text-align: center;
}

.btn:hover,
.btn:active:hover {
  border: 3px solid #e2001a;
  background-color: transparent;
  color: #e2001a !important;
  text-decoration: none;
}

.btn.btn_infobox,
.btn:active.btn_infobox {
  display: inline-block;
}

.btn_wrapper_left {
  display: block;
  margin: 0 auto;
  text-align: left;
}

.btn_archive {
  border-top: 1px solid #dddddd;
  display: block;
  font-weight: 700;
  margin-top: 15px !important;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214%2C4%2034%2C24%2014%2C44%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-size: 10px;
  background-position: left 16px;
  background-repeat: no-repeat;
  padding-left: 19px;
}

.btn_archive:before,
.btn_archive:after {
  content: " ";
  display: table;
}

.btn_archive:after {
  clear: both;
}

.more-link {
  display: inline-block;
}

.goto_red {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214%2C4%2034%2C24%2014%2C44%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-size: 10px;
  background-position: left 6px;
  background-repeat: no-repeat;
  padding-left: 19px;
}

.goto_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214%2C4%2034%2C24%2014%2C44%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-size: 10px;
  background-position: left 6px;
  background-repeat: no-repeat;
  padding-left: 19px;
}

/* totopcontrol
-------------------------------------------------------------------------------*/
#topcontrol {
  z-index: 9998;
  width: 44px;
  height: 40px;
  vertical-align: middle;
  display: block;
  text-align: center;
  background-color: #ec5a63;
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20transform%3D%22translate(0%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C17%2012%2C7%202%2C17%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  text-indent: -999px;
  background-size: 60%;
  background-position: center center;
}

@media (min-width: 2100px) {
  #topcontrol {
    width: 64px;
    height: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

#topcontrol:hover {
  opacity: 1 !important;
}

.sidebar-top a,
.sidebar-bottom a,
.menu-mainmenu-container a {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.sidebar-top a:hover,
.sidebar-bottom a:hover,
.menu-mainmenu-container a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}

.widget-area a {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.widget-area a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.downloads a:hover,
.panel-heading a:hover {
  text-decoration: none !important;
}

.addtoany_list a {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
  margin-top: 12px;
}

@media (min-width: 1500px) {
  .addtoany_list a {
    display: block !important;
  }
}

.a2a_svg {
  background-size: 38px auto !important;
  height: 38px !important;
  line-height: 38px !important;
  width: 38px !important;
}

@media (min-width: 1024px) {
  .a2a_svg {
    background-size: 32px auto !important;
    height: 32px !important;
    line-height: 32px !important;
    width: 32px !important;
  }
}

.bxslider_wrapper {
  position: relative;
  background-color: #e7e7e7;
}

.bxslider_wrapper>h3 {
  background-color: #e2001a;
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cpolyline%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20data-cap%3D%22butt%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%228%2C18.5%208%2C44%2020%2C44%2020%2C34%2028%2C34%2028%2C44%2040%2C44%2040%2C18.5%20%22%3E%3C%2Fpolyline%3E%20%3Cpolyline%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20data-cap%3D%22butt%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C24%2024%2C4%2046%2C24%20%22%3E%3C%2Fpolyline%3E%20%3Crect%20stroke-linejoin%3D%22round%22%20data-color%3D%22color-2%22%20x%3D%2220%22%20y%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20width%3D%228%22%20height%3D%228%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-size: 30px;
  background-position: 14px 8px;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -20px;
  padding: .5em .8em;
  padding-left: 59px;
  margin: 0;
  font-size: 20px;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .bxslider_wrapper>h3 {
    font-size: 21px;
  }
}

@media screen and (min-width: 1024px) {
  .bxslider_wrapper>h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .bxslider_wrapper>h3 {
    font-size: 23px;
  }
}

.bxslider_wrapper .btn {
  left: 20px;
  right: auto;
  color: #ffffff;
  background-color: #e2001a;
}

.bxslider_wrapper #bx-pager {
  padding: 10px 20px;
}

.bxslider_wrapper #bx-pager a {
  border-bottom: 1px solid #dddddd;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.bxslider_wrapper #bx-pager a:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bx-controls {
  display: none;
}

/* needed styles for flexible content stuff better have it all in one place */
[id*="-highlight"] {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

[id*="-highlight"]:target {
  -webkit-animation: target_animation 1s;
  animation: target_animation 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes target_animation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes target_animation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.table {
  border-collapse: collapse;
  display: table;
  margin: 0;
}

.table .table-row {
  display: table-row;
}

.table .table-row .table-cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

ul,
ol {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.3em;
  padding-left: 1.1em;
}

@media screen and (min-width: 768px) {

  ul,
  ol {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 1024px) {

  ul,
  ol {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 1280px) {

  ul,
  ol {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

/* styles for flexible boxes */
.flexiblebox {
  margin-bottom: 50px;
}

.flexiblebox.flexiblebox_has_cols {
  margin-bottom: 25px;
}

.flexiblebox.flexiblebox_has_cols .columns {
  margin-bottom: 25px;
}

.flexiblebox:before,
.flexiblebox:after {
  content: " ";
  display: table;
}

.flexiblebox:after {
  clear: both;
}

.flexiblebox:last-child {
  margin-bottom: 0;
}

.flexiblebox p:last-child {
  margin-bottom: 0 !important;
}

.flexiblebox.spalte_headline_h2 {
  margin-bottom: 20px;
}

.flexiblebox.spalte_headline_h3 {
  margin-bottom: 10px;
}

.flexiblebox>article p:last-of-type {
  margin-bottom: 10px;
}

.flexiblebox #ajaxcontent_news,
.flexiblebox #ajaxcontent_jobs {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.flexiblebox #ajaxcontent_news.loading,
.flexiblebox #ajaxcontent_jobs.loading {
  opacity: 1;
  position: relative;
}

.flexiblebox #ajaxcontent_news.loading:before,
.flexiblebox #ajaxcontent_jobs.loading:before {
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(img/svg/loader-fb.svg);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: center center;
}

.flexiblebox .ajaxcontent .article_bg_postthumb {
  background-position: 50% 50%;
  background-size: cover;
}

.flexiblebox .ajaxcontent .article_bg_postthumb .article_bg_postthumb_inner {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #ffffff;
  padding: 30px;
}

.flexiblebox .ajaxcontent .article_bg_postthumb .article_bg_postthumb_inner a {
  color: #ffffff;
}

.flexiblebox .ajaxcontent .article_bg_no_postthumb .article_bg_postthumb_inner {
  background-color: #dddddd;
  padding: 30px;
}

.flexiblebox .ajaxcontent .article_bg_no_postthumb .article_bg_postthumb_inner+* {
  margin-top: 30px;
}

.flexiblebox .ajaxcontent .article_bg_no_postthumb .article_bg_postthumb_inner>*+*:last-child,
.flexiblebox .ajaxcontent .article_bg_no_postthumb .article_bg_postthumb_inner>*+*:last-child *:last-child {
  margin-bottom: 0;
}

.embed-container {
  height: 0;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-top: 1px solid #dddddd;
  font-family: "Roboto", Arial, sans-serif;
}

.table>thead>tr>th {
  border-bottom: 2px solid #dddddd;
}

.table>tbody+tbody {
  border-top: 2px solid #dddddd;
}

.table tbody tr td {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .table tbody tr td {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .table tbody tr td {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .table tbody tr td {
    font-size: 15px;
  }
}

.table table {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .table {
    border: 0;
  }
}

@media (min-width: 768px) {

  .table thead tr th:first-child,
  .table tbody tr td:first-child {
    padding-left: 0;
  }
}

.downloads {
  padding-left: 0;
}

.downloads li {
  background-color: #f4f4f4;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.downloads li+li {
  border-top: 0;
}

.downloads li:hover {
  opacity: .7;
}

.downloads li .filetitle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20class%3D%22nc-icon%20glyph%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%3E%3Cpath%20fill%3D%22%233333%22%20d%3D%22M8%2C12c0.3%2C0%2C0.5-0.1%2C0.7-0.3L14.4%2C6L13%2C4.6l-4%2C4V0H7v8.6l-4-4L1.6%2C6l5.7%2C5.7C7.5%2C11.9%2C7.7%2C12%2C8%2C12z%22%3E%3C%2Fpath%3E%20%3Crect%20data-color%3D%22color-2%22%20x%3D%221%22%20y%3D%2214%22%20fill%3D%22%233333%22%20width%3D%2214%22%20height%3D%222%22%3E%3C%2Frect%3E%3C%2Fg%3E%3C%2Fsvg%3E%20");
  background-size: 11px;
  background-position: 13px 14px;
  background-repeat: no-repeat;
  padding-left: 34px;
  word-wrap: break-word;
}

.downloads li .filesize {
  padding-right: 10px;
}

.filetitle {
  font-style: italic;
  width: 100%;
  word-wrap: break-word;
}

a.download.table-row.break[href$=".jpg"] .filetitle.table-cell.has_filetype:after,
a.download.table-row.break[href$=".jpeg"] .filetitle.table-cell.has_filetype:after {
  content: " (*.JPG)";
}

a.download.table-row.break[href$=".pdf"] .filetitle.table-cell.has_filetype:after {
  content: " (*.PDF)";
}

a.download.table-row.break[href$=".doc"] .filetitle.table-cell.has_filetype:after {
  content: " (*.DOC)";
}

a.download.table-row.break[href$=".docx"] .filetitle.table-cell.has_filetype:after {
  content: " (*.DOCX)";
}

a.download.table-row.break[href$=".png"] .filetitle.table-cell.has_filetype:after {
  content: " (*.PNG)";
}

a.download.table-row.break[href$=".zip"] .filetitle.table-cell.has_filetype:after {
  content: " (*.ZIP)";
}

a.download.table-row.break[href$=".7zip"] .filetitle.table-cell.has_filetype:after {
  content: " (*.7ZIP)";
}

a.download.table-row.break[href$=".rar"] .filetitle.table-cell.has_filetype:after {
  content: " (*.RAR)";
}

.filetitle.table-cell.download_show_url {
  display: block;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filesize {
  font-size: 11px;
  padding-left: 10px;
  white-space: nowrap;
  top: 6px;
  position: relative;
}

.emptycell {
  width: 100%;
}

.download.table-row span {
  padding-top: 7px;
  padding-bottom: 7px;
}

.panel-default {
  border-color: transparent;
  border: 0;
}

.spalte_accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.spalte_accordion .panel .panel-heading {
  padding: 10px 8px 10px 15px;
  background-color: #e2001a;
  border-bottom: 1px solid #ffffff;
}

.spalte_accordion .panel .panel-heading h4.panel-title {
  font-size: 15px;
  font-weight: normal;
  text-transform: none !important;
  padding-left: 2em;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .spalte_accordion .panel .panel-heading h4.panel-title {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .spalte_accordion .panel .panel-heading h4.panel-title {
    font-size: 17px;
  }
}

@media screen and (min-width: 1280px) {
  .spalte_accordion .panel .panel-heading h4.panel-title {
    font-size: 18px;
  }
}

.spalte_accordion .panel .panel-heading:hover {
  background-color: #f6001c;
}

.spalte_accordion .panel .panel-heading a {
  text-decoration: none;
}

.spalte_accordion .panel .panel-body {
  border-top: none;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .spalte_accordion .panel .panel-body {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .spalte_accordion .panel .panel-body {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .spalte_accordion .panel .panel-body {
    font-size: 15px;
  }
}

.spalte_accordion .panel .panel-body p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1.3em;
}

@media screen and (min-width: 768px) {
  .spalte_accordion .panel .panel-body p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 1024px) {
  .spalte_accordion .panel .panel-body p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 1280px) {
  .spalte_accordion .panel .panel-body p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}

.spalte_accordion .panel-default>*:nth-last-child(2) {
  border-bottom: none;
}

a .acc-closed {
  display: none;
}

a.collapsed .acc-open {
  display: none;
}

a.collapsed .acc-closed {
  display: inline-block;
}

.panel-default a .acc-closed,
.panel-default a .acc-open {
  color: #333;
  float: left;
  font-weight: 700;
  padding-left: 0;
  margin-right: 10px;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
  font-size: .85em;
  text-indent: -9999px;
}

.panel-default a .acc-open {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.83%2016.83%22%3E%3Ctitle%3Earrows-32px-outline-1_minimal-down%3C%2Ftitle%3E%3Cpolygon%20points%3D%2229.41%2016.83%2030.83%2015.41%2015.41%200%200%2015.41%201.41%2016.83%2015.41%202.83%2029.41%2016.83%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

.panel-default a .acc-closed {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.83%2016.83%22%3E%3Ctitle%3Earrows-32px-outline-1_minimal-down%3C%2Ftitle%3E%3Cpolygon%20points%3D%2215.41%2014%201.41%200%200%201.41%2015.41%2016.83%2030.83%201.41%2029.41%200%2015.41%2014%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

.panel-default a:hover .acc-closed,
.panel-default a:hover .acc-open {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
  padding: 1.6em;
  padding-bottom: 2.2em;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body li {
  margin-bottom: 8px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body ul ul {
  margin-top: 10px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body>*:last-child {
  margin-bottom: 0;
}

.panel-body {
  background-color: #f4f4f4;
}

.panel-group {
  margin-bottom: 0;
}

.tab-content {
  border: 1px solid #e7e7e7;
  border-top: 0;
}

.tab-content article {
  padding: 15px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .tab-content article {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .tab-content article {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .tab-content article {
    font-size: 15px;
  }
}

.tab-content article p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .tab-content article p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .tab-content article p {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .tab-content article p {
    font-size: 15px;
  }
}

.nav-tabs {
  font-family: "Roboto", Arial, sans-serif;
  border-bottom-color: #e7e7e7;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: #f4f4f4;
  border: 1px solid #e7e7e7;
}

.spalte_gallery .fancybox {
  display: block;
  float: left;
  margin-bottom: 1em;
  margin-right: 3%;
  width: 17.6%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.spalte_gallery .fancybox:nth-of-type(5n+5) {
  margin-right: 0;
}

.spalte_gallery .fancybox:nth-of-type(5n+6) {
  clear: left;
}

.spalte_gallery .fancybox_caption footer {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .spalte_gallery .fancybox_caption footer {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .spalte_gallery .fancybox_caption footer {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .spalte_gallery .fancybox_caption footer {
    font-size: 12px;
  }
}

.spalte_slider {
  position: relative;
  color: #ffffff !important;
}

.spalte_slider h3 {
  font-size: 28px;
  line-height: 1.45;
  margin-bottom: 0.3em;
  color: #e2001a;
  position: relative;
}

@media screen and (min-width: 768px) {
  .spalte_slider h3 {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 1024px) {
  .spalte_slider h3 {
    font-size: 32px;
    line-height: 1.45;
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 1280px) {
  .spalte_slider h3 {
    font-size: 34px;
    line-height: 1.45;
    margin-bottom: 0.3em;
  }
}

@media (min-width: 768px) {
  .spalte_slider h3 {
    background-color: #e2001a;
    color: #ffffff;
    padding: 15px 30px;
    position: absolute;
    top: -20px;
    z-index: 2;
  }
}

.slider .slick-list,
.slider_stop .slick-list {
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}

.slider .slick-arrow,
.slider_stop .slick-arrow {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 0;
  height: 80px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -200px;
  top: 0;
  width: 80px;
  z-index: 1;
}

.slider .slick-arrow.slick-prev,
.slider_stop .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20transform%3D%22translate(0%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2223%2C30%209%2C16%2023%2C2%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fsvg%3E%0A");
  right: 81px;
}

.slider .slick-arrow.slick-next,
.slider_stop .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20transform%3D%22translate(0%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%229%2C2%2023%2C16%209%2C30%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fsvg%3E%0A");
  right: 0;
}

.slider:hover .slick-arrow,
.slider_stop:hover .slick-arrow {
  opacity: 1;
}

.slider .slick-dots,
.slider_stop .slick-dots {
  font-size: 14px;
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-top: 0;
  list-style: none;
  margin-top: -1px;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .slider .slick-dots,
  .slider_stop .slick-dots {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {

  .slider .slick-dots,
  .slider_stop .slick-dots {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {

  .slider .slick-dots,
  .slider_stop .slick-dots {
    font-size: 15px;
  }
}

.slider .slick-dots li,
.slider_stop .slick-dots li {
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  padding: 12px 16px;
  position: relative;
}

.slider .slick-dots li:before,
.slider .slick-dots li:after,
.slider_stop .slick-dots li:before,
.slider_stop .slick-dots li:after {
  content: " ";
  display: table;
}

.slider .slick-dots li:after,
.slider_stop .slick-dots li:after {
  clear: both;
}

.slider .slick-dots li a:first-child,
.slider_stop .slick-dots li a:first-child {
  display: block;
  padding-right: 80px;
}

.slider .slick-dots li a,
.slider_stop .slick-dots li a {
  color: #333;
}

.slider .slick-dots li.slick-active,
.slider_stop .slick-dots li.slick-active {
  background-color: #fcfcfc;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.slider .slick-dots li.slick-active a,
.slider_stop .slick-dots li.slick-active a {
  color: #e2001a;
}

.slider .slick-dots li:hover,
.slider_stop .slick-dots li:hover {
  background-color: #f7f7f7;
}

.slider .slick-dots li:last-child,
.slider_stop .slick-dots li:last-child {
  border-bottom: 0;
}

.slider .slick-dots li .slider_more,
.slider_stop .slick-dots li .slider_more {
  -webkit-transition: padding-left 0.2s ease-out;
  transition: padding-left 0.2s ease-out;
  padding: 7px 0;
  position: absolute;
  right: 12px;
  top: 5px;
}

.slider .slick-dots li .slider_more span,
.slider_stop .slick-dots li .slider_more span {
  -webkit-transition: left 0.2s, opacity 0.2s;
  transition: left 0.2s, opacity 0.2s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214%2C4%2034%2C24%2014%2C44%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-position: center 8px;
  background-repeat: no-repeat;
  background-size: 10px;
  display: inline-block;
  height: 24px;
  left: -30px;
  opacity: 0;
  position: absolute;
  width: 20px;
}

.slider .slick-dots li .slider_more:hover,
.slider_stop .slick-dots li .slider_more:hover {
  color: #e30613;
  padding-left: 30px;
}

.slider .slick-dots li .slider_more:hover span,
.slider_stop .slick-dots li .slider_more:hover span {
  -webkit-transition: left 0.2s ease-out, opacity 0.2s;
  transition: left 0.2s ease-out, opacity 0.2s;
  left: 7px;
  opacity: 1;
}

.slider.dots_only .slick-dots li,
.slider_stop.dots_only .slick-dots li {
  background-color: transparent;
  display: inline-block;
  height: 15px;
  margin: 0 5px 0 0;
  overflow: hidden;
  padding: 15px 10px;
  width: 15px;
}

.slider.dots_only .slick-dots li:first-child,
.slider_stop.dots_only .slick-dots li:first-child {
  margin-left: 5px;
}

.slider.dots_only .slick-dots li a,
.slider_stop.dots_only .slick-dots li a {
  background-color: #919191;
  border-radius: 50%;
  color: #333;
  display: block;
  height: 9px;
  opacity: .3;
  padding-right: 0;
  text-indent: -999px;
  width: 9px;
}

.slider.dots_only .slick-dots li .slider_more,
.slider_stop.dots_only .slick-dots li .slider_more {
  display: none;
}

.slider.dots_only .slick-dots li.slick-active a,
.slider_stop.dots_only .slick-dots li.slick-active a {
  opacity: 1;
}

.spalte_xl_text p {
  /* font-size: 28px; */
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .spalte_xl_text p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .spalte_xl_text p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .spalte_xl_text p {
    font-size: 26px;
  }
}

.spalte_text p {
  margin-bottom: .4em !important;
}

.spalte_linkliste ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.spalte_linkliste ul li {
  font-family: "Roboto", Arial, sans-serif;
  background-color: #f4f4f4;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  list-style: none;
  margin-left: 0;
  padding: 0;
  padding-right: 10px;
  margin-bottom: 0;
}

.spalte_linkliste ul li+li {
  border-top: 0;
}

.spalte_linkliste ul li:hover {
  opacity: .7;
}

.spalte_linkliste ul li a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpolyline%20stroke-linejoin%3D%22miter%22%20transform%3D%22translate(0%2C%200)%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20points%3D%227%2C2%2017%2C12%207%2C22%20%22%3E%3C%2Fpolyline%3E%20%3C%2Fsvg%3E%0A");
  background-size: 11px;
  background-position: right 15px;
  background-repeat: no-repeat;
  width: 100%;
  padding: 7px;
  padding-left: 12px;
  display: block;
}

.spalte_personen article {
  width: 100%;
}

.spalte_personen article img {
  margin-right: 15px;
  width: 100px;
}

@media (min-width: 1500px) {

  .col_6 .spalte_personen article,
  .col_7 .spalte_personen article,
  .col_8 .spalte_personen article,
  .col_9 .spalte_personen article {
    float: left;
    display: block;
    margin-right: 3.3112582781%;
    width: 48.3443708609%;
  }

  .col_6 .spalte_personen article:last-child,
  .col_7 .spalte_personen article:last-child,
  .col_8 .spalte_personen article:last-child,
  .col_9 .spalte_personen article:last-child {
    margin-right: 0;
  }

  .col_6 .spalte_personen article:before,
  .col_6 .spalte_personen article:after,
  .col_7 .spalte_personen article:before,
  .col_7 .spalte_personen article:after,
  .col_8 .spalte_personen article:before,
  .col_8 .spalte_personen article:after,
  .col_9 .spalte_personen article:before,
  .col_9 .spalte_personen article:after {
    content: " ";
    display: table;
  }

  .col_6 .spalte_personen article:after,
  .col_7 .spalte_personen article:after,
  .col_8 .spalte_personen article:after,
  .col_9 .spalte_personen article:after {
    clear: both;
  }
}

.col_1 .spalte_personen article,
.col_2 .spalte_personen article,
.col_3 .spalte_personen article,
.col_4 .spalte_personen article,
.col_5 .spalte_personen article {
  width: 100%;
}

.col_1 .spalte_personen article:last-child,
.col_2 .spalte_personen article:last-child,
.col_3 .spalte_personen article:last-child,
.col_4 .spalte_personen article:last-child,
.col_5 .spalte_personen article:last-child {
  margin-bottom: 0;
}

.spalte_personen article {
  border: 3px solid #e7e7e7;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 30px;
  padding: 18px;
}

.spalte_personen article:nth-child(2n+2) {
  margin-right: 0;
}

.spalte_personen article:nth-child(2n+3) {
  clear: left;
}

.spalte_personen article figure {
  float: left;
  margin: 0;
  margin-bottom: 1em;
  margin-top: .3em;
  text-align: left;
}

.spalte_personen article figure img {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: 6px solid white;
}

.spalte_personen article .person_contactdata {
  clear: left;
}

.spalte_personen article p,
.spalte_personen article p:last-child {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px !important;
  margin-bottom: .6em;
}

.spalte_personen article p.person_funktion,
.spalte_personen article p:last-child.person_funktion {
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.spalte_personen article p.person_telefon,
.spalte_personen article p:last-child.person_telefon {
  word-wrap: break-word;
}

.spalte_modul_social_share {
  text-align: left;
}

.col_1 .spalte_modul_social_share {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .col_1 .spalte_modul_social_share {
    border-top: 0;
    padding-top: 0;
    text-align: center;
  }
}

.spalte_modul_social_share h4 {
  text-align: center;
}

.addtoany_list a {
  margin-top: 5px;
}

.spalte_modul_news article:before,
.spalte_modul_news article:after {
  content: " ";
  display: table;
}

.spalte_modul_news article:after {
  clear: both;
}

.spalte_modul_news article.sticky {
  padding: 8px 8px 14px 14px;
  position: relative;
  background-color: rgba(236, 90, 99, 0.1);
}

@media (min-width: 1024px) {
  .spalte_modul_news article.sticky {
    border-left: 6px solid #ec5a63;
    padding: 12px 12px 12px 20px;
  }
}

.spalte_modul_news article+* {
  margin-top: 30px;
}

.spalte_modul_news p {
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .spalte_modul_news p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .spalte_modul_news p {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .spalte_modul_news p {
    font-size: 15px;
  }
}

.spalte_modul_news .postthumb {
  width: 90px;
  display: block;
  float: left;
  margin-top: .6em;
  margin-bottom: .6em;
  margin-right: 14px;
}

@media (min-width: 600px) {
  .spalte_modul_news .postthumb {
    width: 140px;
  }
}

@media (min-width: 1024px) {

  .col_4 .spalte_modul_news .postthumb,
  .col_3 .spalte_modul_news .postthumb,
  .col_2 .spalte_modul_news .postthumb {
    width: 110%;
  }
}

@media (min-width: 1140px) {

  .col_4 .spalte_modul_news .postthumb,
  .col_3 .spalte_modul_news .postthumb,
  .col_2 .spalte_modul_news .postthumb {
    width: 120px;
  }
}

.spalte_modul_jobs article+* {
  margin-top: 30px;
}

.gm-style-iw h4 {
  font-size: 14px;
}

.gm-style-iw p {
  font-size: 13px;
  margin-bottom: .6em;
}

.spalte_infobox {
  padding: 15px;
  border: 5px solid #dddddd;
}

.spalte_infobox h3 span {
  display: inline-block;
  /*font-size: 70%;*/
}

@media (min-width: 768px) {
  .spalte_infobox {
    padding: 30px;
  }
}

.spalte_ausklapp-box {
  margin-top: 30px;
  padding: 15px;
  border: 5px solid #ddd;
}

@media (min-width: 768px) {
  .spalte_ausklapp-box {
    padding: 30px;
  }
}

.dropdownwrap {
  height: auto;
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}

.dropdown-wrapper {
  margin-top: 15px;
  background-color: #e2001a;
}

#dropdown {
  background-color: #e2001a;
  display: block;
  width: 100%;
  color: #ffffff;
  border: 0;
  padding: 12px 14px;
  text-align: left;
  font-size: 18px;
}

#dropdown:hover {
  background-color: #f6001c;
}

#dropdown.t-btn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.83%2016.83%22%3E%3Ctitle%3Earrows-32px-outline-1_minimal-down%3C%2Ftitle%3E%3Cpolygon%20points%3D%2215.41%2014%201.41%200%200%201.41%2015.41%2016.83%2030.83%201.41%2029.41%200%2015.41%2014%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px;
  background-position: 12px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

#dropdown.t-btn.t-open {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.83%2016.83%22%3E%3Ctitle%3Earrows-32px-outline-1_minimal-down%3C%2Ftitle%3E%3Cpolygon%20points%3D%2229.41%2016.83%2030.83%2015.41%2015.41%200%200%2015.41%201.41%2016.83%2015.41%202.83%2029.41%2016.83%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.box_gray {
  background-color: #e7e7e7;
  padding: 1em 1.2em 1.2em 1.2em;
}

.box_gray+* {
  margin-top: 30px;
}

.box_gray>*+*:last-child,
.box_gray>*+*:last-child *:last-child {
  margin-bottom: 0;
}

.borderbox_gray {
  border: 3px solid #e2e2e2;
  padding: 30px;
}

.borderbox_gray+* {
  margin-top: 30px;
}

.borderbox_gray>*+*:last-child,
.borderbox_gray>*+*:last-child *:last-child {
  margin-bottom: 0;
}

.box_dropshow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #f4f4f4;
  padding: 18px;
}

.box_dropshow+* {
  margin-top: 30px;
}

.box_dropshow>*+*:last-child,
.box_dropshow>*+*:last-child *:last-child {
  margin-bottom: 0;
}

.topinfo {
  font-size: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cpolyline%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20data-cap%3D%22butt%22%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C6%2024%2C26%2046%2C6%20%22%3E%3C%2Fpolyline%3E%20%3Crect%20stroke-linejoin%3D%22miter%22%20x%3D%222%22%20y%3D%226%22%20fill%3D%22none%22%20stroke%3D%22%23e30613%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20width%3D%2244%22%20height%3D%2236%22%3E%3C%2Frect%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #e2001a;
  display: block;
  margin-bottom: 15px;
  padding: 15px 30px;
  padding-left: 36px;
  letter-spacing: .07em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .topinfo {
    font-size: 21px;
  }
}

@media screen and (min-width: 1024px) {
  .topinfo {
    font-size: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .topinfo {
    font-size: 23px;
  }
}

.topinfo p {
  margin-bottom: 0;
}

.topinfo img {
  display: none;
}

@media (min-width: 768px) {
  .topinfo {
    background-position: 0 3px;
    padding: 15px 30px;
    padding-left: 40px;
    padding-top: 0;
  }
}

/* Störer */
.topinfo-stoerer {
  position: relative;
  display: none;
}

.topinfo-stoerer img {
  position: relative;
  left: -20px;
  top: 0;
  margin-right: 0 !important;
  width: 140px;
  width: 140px;
}

@media (min-width: 768px) {
  .topinfo-stoerer {
    display: block;
  }
}

.topinfo-stoerer-mobile {
  background-color: #FECC2F;
  color: #333;
  display: inline-block;
  padding: 12px 20px;
  padding-left: 55px;
  margin-top: 25px;
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20transform%3D%22translate(0.5%2C%200.5)%22%3E%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2213%22%20y1%3D%2222%22%20x2%3D%2213%22%20y2%3D%2228%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M37.255%2C18.955L20%2C16V5.5%20C20%2C3.567%2C18.433%2C2%2C16.5%2C2h0C14.567%2C2%2C13%2C3.567%2C13%2C5.5V22h-3c-2.209%2C0-4%2C1.791-4%2C4v5.791c0%2C2.725%2C0.927%2C5.369%2C2.63%2C7.497L13%2C46h26%20l3.112-20.229C42.606%2C22.559%2C40.453%2C19.537%2C37.255%2C18.955z%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fpath%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2223%22%20y1%3D%2228%22%20x2%3D%2223%22%20y2%3D%2238%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3Cline%20data-color%3D%22color-2%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2231%22%20y1%3D%2228%22%20x2%3D%2231%22%20y2%3D%2238%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 12px 10px;
  background-size: 30px;
}

@media (min-width: 768px) {
  .topinfo-stoerer-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .home .headerblock h1 {
    padding-right: 34% !important;
  }

  .topinfo-stoerer {
    position: relative;
  }

  .topinfo-stoerer img {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    width: auto;
    max-width: 25%;
    bottom: 12px;
    top: auto;
  }

  .topinfo-stoerer img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .topinfo-stoerer img:hover,
  .topinfo-stoerer img:focus,
  .topinfo-stoerer img:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.post_page_header {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* .post_page_header img {
  width: 100%;
  min-height: 147px;
} */

.post_page_header img {
  width: 100%;
  min-height: 180px;
  height: 100%;
  object-fit: cover;
}

.post_page_header .header_bild_text__title {
  width: 100%;
  bottom: 0;
  /* display: none; */
}

@media (min-width: 1300px) {
  .post_page_header .header_bild_text__title {
    display: block;
  }
}


/* .post_page_header .header_bild_text__title h1 {
  display: block;
  font-size: 32px;
  background: none;
  position: static;
  color: #333333;
  padding: 20px 0 0 0;
} */

.post_page_header .header_bild_text__title h1 {
  display: block;
  font-size: 20px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  position: relative;
  color: #ffffff;
  padding: 20px 0 0 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  color: #ffffff;
  padding: 15px;
  padding-top: 100px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}

span.h1_subline {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  display: block;
  margin-top: 10px;
}


@media (min-width: 1024px) {
  /* .post_page_header .header_bild_text__title h1 {
    padding: 30px;
    padding-top: 100px;
  } */
}

@media (min-width: 1300px) {
  .post_page_header .header_bild_text__title h1 {
    font-size: 34px;
  }

  .post_page_header .header_bild_text__title h1 {
    font-size: 28px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    color: #ffffff;
    padding: 15px;
    padding-top: 100px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1;
  }
}

@media (min-width: 1600px) {
  .post_page_header .header_bild_text__title h1 {
    font-size: 54px;
  }
}

.post_page_header.no_bg {
  height: auto;
}

.post_page_header.no_bg .header_bild_text__title h1 {
  background: none;
  color: #333;
  padding: 0;
  position: relative;
}

.header_bild_text__title__mobile {
  display: block;
  margin-top: 20px;
}

@media (min-width: 1300px) {
  .header_bild_text__title__mobile {
    display: none;
  }
}

/* span.h1_subline {
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  display: block;
  margin-top: 10px;
} */

@media screen and (min-width: 768px) {
  /* span.h1_subline {
    font-size: 29px;
  } */
}

@media screen and (min-width: 1024px) {
  /* span.h1_subline {
    font-size: 30px;
  } */
}

@media screen and (min-width: 1280px) {
  span.h1_subline {
    font-size: 34px;
  }
}

.single_content .col_1 {
  text-align: center;
}

.single_content .col_1 h4 {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .single_content .col_1 h4 {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .single_content .col_1 h4 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .single_content .col_1 h4 {
    font-size: 12px;
  }
}

.single_content .col_4 p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .single_content .col_4 p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .single_content .col_4 p {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .single_content .col_4 p {
    font-size: 15px;
  }
}

article.current {
  padding: 8px 8px 8px 14px;
  position: relative;
  border-left: 6px solid #ec5a63;
}

article.current:before,
article.current:after {
  content: " ";
  display: table;
}

article.current:after {
  clear: both;
}

@media (min-width: 1024px) {
  article.current {
    padding: 0 12px 0 20px;
  }
}

article.current p {
  display: none;
}

.job_stream article+article {
  margin-top: 30px;
}

.job_stream article h4 {
  margin-top: 8px;
}

.jobs_aside {
  /*	border-top: 2px dotted #e2001a; padding-top: 30px;*/
  /*margin-top: 9px;*/
}

.jobs_aside>div {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.jobs_aside>div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.jobs_aside .meta_date_jobs {
  background-position: left 5px;
}

.jobs_aside .meta_date_jobs span {
  background-color: #e2001a;
  border-radius: 3px;
  padding: 4px 8px;
  color: #ffffff;
}

.single-jobs .entry ul {
  margin-bottom: 30px;
  padding-left: 1.2em;
}

.job_ort {
  font-size: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23E2001A%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M11%2C16h2c0.6%2C0%2C1-0.4%2C1-1V8h1l0%2C0c0.3%2C0%2C0.6-0.1%2C0.8-0.3c0.4-0.4%2C0.3-1.1-0.1-1.4l-7-6c-0.4-0.3-0.9-0.3-1.3%2C0%0A%09l-7%2C6c-0.4%2C0.4-0.5%2C1-0.1%2C1.4C0.4%2C7.9%2C0.7%2C8%2C1%2C8c0.2%2C0%2C1%2C0%2C1%2C0v7c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-3h4v3C10%2C15.6%2C10.4%2C16%2C11%2C16z%22%0A%09%2F%3E%0A%3C%2Fsvg%3E");
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-size: 14px;
  background-position: left 4px !important;
  background-repeat: no-repeat;
  padding-left: 22px;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .job_ort {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .job_ort {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .job_ort {
    font-size: 12px;
  }
}

.meta_date_jobs {
  font-size: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23E2001A%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C2h-2V1c0-0.6-0.4-1-1-1s-1%2C0.4-1%2C1v1H9V1c0-0.6-0.4-1-1-1S7%2C0.4%2C7%2C1v1H5V1c0-0.6-0.4-1-1-1S3%2C0.4%2C3%2C1v1H1%0A%09C0.4%2C2%2C0%2C2.4%2C0%2C3v12c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V3C16%2C2.4%2C15.6%2C2%2C15%2C2z%20M14%2C14H2V7h12V14z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-size: 14px;
  background-position: left 4px !important;
  background-repeat: no-repeat;
  padding-left: 22px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .meta_date_jobs {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .meta_date_jobs {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .meta_date_jobs {
    font-size: 12px;
  }
}

.container_page_search {
  padding-bottom: 30px;
}

.container_page_search article {
  border: 3px solid #e2e2e2;
  padding: 30px;
}

.container_page_search article+* {
  margin-top: 30px;
}

.container_page_search article>*+*:last-child,
.container_page_search article>*+*:last-child *:last-child {
  margin-bottom: 0;
}

.container_page_search article .more-link {
  display: block;
}

.quicksearch {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background-color: #efefef;
  color: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
  line-height: 30px;
}

.admin-bar .quicksearch {
  margin-top: 28px;
}

.quicksearch.hideme {
  top: -100%;
}

.quicksearch.showme {
  top: 0;
}

.quicksearch .quicksearch-formgroup {
  background-color: yellow;
  padding: 0;
  line-height: 30px;
}

.quicksearch .quicksearch-formgroup label {
  display: none;
}

.quicksearch .quicksearch-formgroup .quicksearch-input {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 20px;
  padding: 16px;
  line-height: 30px;
  color: #e2001a;
  width: 52%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quicksearch .quicksearch-formgroup .quicksearch-input:focus {
  background-color: #e7e7e7;
}

@media (min-width: 768px) {
  .quicksearch .quicksearch-formgroup .quicksearch-input {
    width: 70%;
  }
}

.quicksearch .quicksearch-formgroup .quicksearch_submit {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 20px;
  padding: 16px;
  line-height: 30px;
  background-color: #d80019;
  color: #ffffff;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .quicksearch .quicksearch-formgroup .quicksearch_submit {
    width: 25%;
  }

  .quicksearch .quicksearch-formgroup .quicksearch_submit:hover {
    background-color: #f1001c;
  }
}

.quicksearch .quicksearch-formgroup .quicksearch_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%0A%3Csvg%20class%3D%22nc-icon%20outline%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate(0%2C%200)%22%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%228%22%20x2%3D%228%22%20y2%3D%2216%22%3E%3C%2Fline%3E%20%3Cline%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%2216%22%20x2%3D%228%22%20y2%3D%228%22%3E%3C%2Fline%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 30px;
  display: inline-block;
  padding: 16px 16px 17px 16px;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid transparent;
  border-bottom: 0;
  background-color: #af0014;
  text-indent: -300px;
  overflow: hidden;
  width: 18%;
}

@media (min-width: 768px) {
  .quicksearch .quicksearch-formgroup .quicksearch_close {
    width: 5%;
  }

  .quicksearch .quicksearch-formgroup .quicksearch_close:hover {
    background-color: #960011;
  }
}

.quicksearch_open_searchpage {
  background-image: none;
}

.search_nada p {
  font-size: 28px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .search_nada p {
    font-size: 29px;
  }
}

@media screen and (min-width: 1024px) {
  .search_nada p {
    font-size: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .search_nada p {
    font-size: 34px;
  }
}

.modal-content {
  border: 10px solid #ffffff;
}

.modal-content h1 {
  margin-bottom: 0;
}

.modal-dialog {
  margin: 30px auto;
  width: 95%;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}

.modal-header,
.modal-body {
  padding: 25px;
}

@media (min-width: 768px) {
  .spalte_mobile_only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .spalte_desktop_only {
    display: none !important;
  }
}

.wp-video,
.mejs-container {
  min-width: 100%;
}

.menu .arbeitgeber {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23e2001a%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C26h10V16H5V26z%20M7%2C18h6v6H7V18z%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M20%2C4c0-2.2-1.8-4-4-4s-4%2C1.8-4%2C4v3H0v25h32V7H20V4z%20M14%2C4c0-1.1%2C0.9-2%2C2-2s2%2C0.9%2C2%2C2v3l0%2C0v2l0%2C0v1h-4V4z%0A%09%20M30%2C9v21H2V9h10v3h8V9H30z%22%2F%3E%0A%3Crect%20x%3D%2217%22%20y%3D%2217%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%0A%3Crect%20x%3D%2217%22%20y%3D%2223%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

@media (min-width: 768px) {
  .menu .arbeitgeber {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M5%2C26h10V16H5V26z%20M7%2C18h6v6H7V18z%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M20%2C4c0-2.2-1.8-4-4-4s-4%2C1.8-4%2C4v3H0v25h32V7H20V4z%20M14%2C4c0-1.1%2C0.9-2%2C2-2s2%2C0.9%2C2%2C2v3l0%2C0v2l0%2C0v1h-4V4z%0A%09%20M30%2C9v21H2V9h10v3h8V9H30z%22%2F%3E%0A%3Crect%20x%3D%2217%22%20y%3D%2217%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%0A%3Crect%20x%3D%2217%22%20y%3D%2223%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  }
}

.infobox_bh_wrapper {
  background-color: #f4f4f4;
  padding: 30px;
  text-align: center;
  borer-radius: 20px;
}

.infobox_bh_wrapper h2 {
  font-size: 50px;
  margin-bottom: 0.4em;
  padding-bottom: 15px;
  position: relative;
}

.infobox_bh_wrapper h2:after {
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 40%;
  left: 30%;
  border-top: 3px solid #e2001a;
}

.infobox_bil_box .infobox_bil_box_inner {
  background-color: #f4f4f4;
  padding: 30px;
}

@media (max-width: 768px) {
  .infobox_bil_box .infobox_bil_box_inner {
    padding: 15px;
  }
}

.infobox_bil_box .infobox_bil_box_inner .infobox_bil_box_txt>h3 {
  margin-top: -.2em;
}

.infobox_bil_box .infobox_bil_box_bgimg {
  float: left;
  width: 30%;
  margin-right: 3%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px) {
  .infobox_bil_box .infobox_bil_box_bgimg {
    width: 100%;
    margin-bottom: 20px;
  }
}

.infobox_bil_box .infobox_bil_box_txt {
  width: 67%;
  float: right;
}

@media (max-width: 768px) {
  .infobox_bil_box .infobox_bil_box_txt {
    width: 100%;
  }
}

.grec {
  margin-bottom: 20px;
}

.infobox_bil_box_bottom {
  background-color: #fbe9e0;
  padding: 30px;
  width: 100%;
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row {
  width: 100%;
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row div {
  width: 33%;
  float: left;
  padding-right: 2%;
}

@media (max-width: 1200px) {
  .infobox_bil_box_bottom .infobox_bil_box_bottom_row div {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .infobox_bil_box_bottom .infobox_bil_box_bottom_row div+div {
    margin-top: 30px;
  }
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row div:nth-child(2) p span,
.infobox_bil_box_bottom .infobox_bil_box_bottom_row div:nth-child(3) p span {
  display: block;
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row div:nth-child(2) p span+span,
.infobox_bil_box_bottom .infobox_bil_box_bottom_row div:nth-child(3) p span+span {
  margin-top: 10px;
  border-top: 1px solid #facdc8;
  padding-top: 10px;
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 {
  width: 100%;
  border-top: 1px solid #facdc8;
  padding-top: 40px;
  margin-top: -30px;
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 div {
  width: 33%;
  float: left;
  padding-right: 2%;
}

@media (max-width: 1200px) {
  .infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 div {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 div+div {
    margin-top: 30px;
  }
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 div:nth-child(2) {
  width: 67%;
}

@media (max-width: 1200px) {
  .infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 div:nth-child(2) {
    width: 100%;
  }
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 div:nth-child(2) p span {
  display: block;
}

.infobox_bil_box_bottom .infobox_bil_box_bottom_row_2 div:nth-child(2) p span+span {
  margin-top: 10px;
}

.h_icon_info {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%0A%09%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23E4001E%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C0H1C0.4%2C0%2C0%2C0.4%2C0%2C1v14c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V1C16%2C0.4%2C15.6%2C0%2C15%2C0z%20M9%2C12H7V7h2V12z%20M8%2C6%0A%09C7.4%2C6%2C7%2C5.6%2C7%2C5s0.4-1%2C1-1s1%2C0.4%2C1%2C1S8.6%2C6%2C8%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-left: 40px;
  background-size: 24px;
  background-position: left .05em;
}

.h_icon_computer_stats {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%0A%09%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23E4001E%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C0H1C0.4%2C0%2C0%2C0.4%2C0%2C1v14c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V1C16%2C0.4%2C15.6%2C0%2C15%2C0z%20M10.1%2C10.3L6%2C7.2%0A%09L2.7%2C9.4L1.6%2C7.7L6%2C4.8l3.9%2C2.9L13%2C4.6L14.4%2C6L10.1%2C10.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-left: 40px;
  background-size: 24px;
  background-position: left .05em;
}

.tarteaucitronName>b>a {
  position: relative;
  margin-right: 8px;
}

.tarteaucitronName>b>a:before {
  content: "?";
  position: absolute;
  top: 0;
  width: 26px;
  background-color: #999;
  color: white;
  text-align: center;
  border-radius: 8px;
  left: -.1em;
}

.tarteaucitronTitle>a {
  position: relative;
  margin-right: 8px;
}

.tarteaucitronTitle>a:before {
  content: "?";
  position: absolute;
  top: 0;
  width: 16px;
  background-color: #999;
  color: white;
  text-align: center;
  border-radius: 4px;
}

#dsgvo_service_control .tarteaucitronName>b>a {
  position: relative;
  margin-right: 8px;
}

#dsgvo_service_control .tarteaucitronName>b>a:before {
  content: "?";
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: #999;
  color: white;
  text-align: center;
  border-radius: 8px;
  left: -.1em;
  padding-top: 3px;
}

#dsgvo_service_control .tarteaucitronTitle>a {
  position: relative;
  margin-right: 14px;
}

#dsgvo_service_control .tarteaucitronTitle>a:before {
  content: "?";
  position: absolute;
  top: 0;
  width: 21px;
  height: 21px;
  background-color: #999;
  color: white;
  text-align: center;
  border-radius: 6px;
}

/* .grecaptcha-badge {
  visibility: collapse !important;
} */

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-top: 1px solid #ededed;
  font-family: "Roboto", Arial, sans-serif;
}

.table>thead>tr>th {
  border-bottom: 2px solid #ededed;
}

.table>tbody+tbody {
  border-top: 2px solid #ededed;
}

.table table {
  background-color: transparent;
}

@media (max-width: 768px) {
  .table {
    border: 0;
  }
}

@media (min-width: 768px) {

  .table thead tr th:first-child,
  .table tbody tr td:first-child {
    padding-left: 0;
  }
}

/** Wrap checkboxes and radio buttons with lable ("use_label_element"): <p> Radio examples [radio radio-129 use_label_element default:1 "11" "22" "33"] </p> <p> Checkbox examples [checkbox checkbox-758 use_label_element "aa" "bb" "cc"] </p> */
.wpcf7-form input:not([type="checkbox"]),
.wpcf7-form input:not([type="radio"]),
.wpcf7-form label,
.wpcf7-form textarea,
.wpcf7-form select,
.checkbox_styled input:not([type="checkbox"]),
.checkbox_styled input:not([type="radio"]),
.checkbox_styled label,
.checkbox_styled textarea,
.checkbox_styled select {
  width: 100%;
  border: 0;
  margin: 0;
  border-radius: 2px;
}

.wpcf7-form input:not([type="checkbox"]),
.wpcf7-form input:not([type="radio"]),
.wpcf7-form select,
.wpcf7-form textarea,
.checkbox_styled input:not([type="checkbox"]),
.checkbox_styled input:not([type="radio"]),
.checkbox_styled select,
.checkbox_styled textarea {
  background-color: #e0e0e0;
  padding: 10px;
}

.wpcf7-form label,
.checkbox_styled label {
  font-size: 15px;
}

.wpcf7-form textarea,
.checkbox_styled textarea {
  display: block;
}

.wpcf7-form input[type="submit"],
.checkbox_styled input[type="submit"] {
  background-color: #e2001a;
  color: #ffffff;
  padding: 10px;
}

.wpcf7-form .wpcf7-not-valid-tip,
.checkbox_styled .wpcf7-not-valid-tip {
  color: #e2001a;
  font-size: .9em;
  display: block;
  padding: .2em .5em;
  background-color: #ebd466;
}

.wpcf7-form .wpcf7-response-output,
.checkbox_styled .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 10px 15px;
  border: 2px solid #e2001a;
}

.wpcf7-form .wpcf7-list-item,
.checkbox_styled .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-mail-sent-ok,
.checkbox_styled .wpcf7-mail-sent-ok {
  margin: 20px 0 0 0;
  padding: 10px 15px;
  border: 2px solid #6ec563;
}

.wpcf7 .submit_wrapper {
  position: relative;
}

.wpcf7 .submit_wrapper .ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  background-color: #e2001a;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22loader-1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.935%2C25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318%2C0-18.683%2C8.365-18.683%2C18.683h4.068c0-8.071%2C6.543-14.615%2C14.615-14.615c8.072%2C0%2C14.615%2C6.543%2C14.615%2C14.615H43.935z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20from%3D%220%2025%2025%22%0A%20%20%20%20%20%20to%3D%22360%2025%2025%22%0A%20%20%20%20%20%20dur%3D%220.6s%22%0A%20%20%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}

.wpcf7 .submit_wrapper .wpcf7-submit {
  margin: 0;
  height: auto;
  padding: 14px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .5em;
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  display: none;
}

.files-wrapper-files .file {
  position: relative;
}

.files-wrapper-files .file+.file {
  margin-top: 10px;
}

.files-wrapper-files .file input {
  font-size: 95%;
  padding: 15px 20px;
  padding-right: 50px;
}

.files-wrapper-files .resetlink {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Ef-remove%3C%2Ftitle%3E%3Cg%20fill%3D%22%23e2001a%22%3E%3Cpath%20d%3D%22M16%2C0A16%2C16%2C0%2C1%2C0%2C32%2C16%2C16.047%2C16.047%2C0%2C0%2C0%2C16%2C0Zm8.121%2C22L22%2C24.121l-6-6-6%2C6L7.879%2C22l6-6-6-6L10%2C7.879l6%2C6%2C6-6L24.121%2C10l-6%2C6Z%22%20fill%3D%22%23e2001a%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -400px;
  width: 50px;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  font-size: 0;
  opacity: 0;
  border-bottom: 0;
}

.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
}

.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: auto;
  width: 1em;
  height: 1em;
}

.checkbox_styled {
  display: block;
}

.checkbox_styled label input {
  width: 1em !important;
  height: 1em;
}

.checkbox_styled label,
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}

.checkbox_styled input[type=checkbox],
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin-right: .7em;
}

.checkbox_styled input[type=checkbox]+span:before,
.checkbox_styled input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: .27em;
  left: 0;
  border-radius: 4px;
  background-color: #e0e0e0;
}

.checkbox_styled input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
  content: '';
  visibility: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Ef-check%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpolygon%20points%3D%2211.714%2027.786%201%2017.071%205.286%2012.786%2011.714%2019.214%2026.714%204.214%2031%208.5%2011.714%2027.786%22%20fill%3D%22%23000000%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 54%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkbox_styled input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:before {
  background: transparent;
}

.checkbox_styled input[type=checkbox]:checked+span:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:after {
  visibility: visible;
}

.wpcf7-form .wpcf7-radio label,
.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
  margin-right: .7em;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before,
.wpcf7-form .wpcf7-radio input[type=radio]+span:after {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: .35em;
  left: 0;
  border-radius: 50%;
  background-color: #e0e0e0;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:after {
  content: '';
  visibility: hidden;
  height: 8px;
  width: 8px;
  top: .62em;
  left: .3em;
  background-color: #000000;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:before {
  background-color: #e0e0e0;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:after {
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */

/* Jetzt Bewerben Button */

a.jetzt-bewerben {
  position: absolute;
  top: -280px;
  right: 30px;
  width: 250px;
  height: 250px;
  padding: 10px;
  color: #fff;
  background: rgba(227, 6, 19, 0.8);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 300ms ease;
  border-radius: 100%;
  z-index: 3;
}

a.jetzt-bewerben strong {
  margin-top: 10px;
  font-size: 26px;
  transition: 300ms ease;
  border-bottom: 2px solid #fff;
}

a.jetzt-bewerben:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.home .site-footer .col_12:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1600px) {
  a.jetzt-bewerben {
    top: -220px;
    right: 20px;
    width: 200px;
    height: 200px;
    font-size: 18px;
    line-height: 22px;
  }

  a.jetzt-bewerben strong {
    font-size: 22px;
  }
}

@media screen and (max-width: 1400px) {
  a.jetzt-bewerben {
    top: -160px;
    right: 10px;
    width: 150px;
    height: 150px;
    font-size: 13px;
    line-height: 17px;
  }

  a.jetzt-bewerben strong {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .home .site-footer .col_12:nth-child(2) {
    display: block;
  }

  .site-footer a.jetzt-bewerben {
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
    background: rgb(227, 6, 19);
    color: #fff;
    padding: 0;
    margin: 0;
    height: 100px;
    border: 3px solid #fff;
  }

  .site-footer a.jetzt-bewerben:hover {
    transform: scale(1.0);
  }

  .site-footer a.jetzt-bewerben:hover strong {
    transform: scale(1.1);
  }
}

li#menu-item-2863 {
  background: url(img/hausnotruf.png) no-repeat right center/20px;
}

li#menu-item-2863:hover {
  background-size: 25px;
}

@media screen and (max-width: 767px) {
  li#menu-item-2863 {
    background: url(img/hausnotruf_rot.png) no-repeat right center/20px;
  }
}

.container_page>p:nth-child(2) {
  display: none;
}


/* custom */

header.post_page_header {
  display: flex;
  flex-direction: column-reverse;
  min-height: 180px;
  overflow: hidden;
}


header.post_page_header picture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  height: 0;
  padding-top: 42.6%;
}


.post_page_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}

.slick-initialized .slick-slide a.slider_more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  color: #fff;
}



@media screen and (max-width: 767px) {

  section.flexiblebox.spalte_slider .slick-initialized .slick-slide {
    display: block;
    min-height: 180px;
    height: 100%;
  }

  .home .sidebar-top {
    min-height: 110px;
  }

  .flexiblebox#test p {
    font-size: 12px;
  }

  header.post_page_header {
    min-height: initial;
  }

  .post_page_header img {
    min-height: inherit;
  }

  header.post_page_header picture {
    min-height: initial;
  }

  .post_page_header .header_bild_text__title h1 {

    padding-top: 30px;

  }

  .flexiblebox {
    margin-bottom: 20px;
  }

  /* .spalte_xl_text p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
  } */

  .spalte_xl_text p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

}