﻿/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.even {}
.odd {
  background-color:#eee;
}
.error {
  color:#e60003;
}
.error span {
  display:block;
  padding-bottom:10px;
}
.searchword {
  background-color:#333;
  color:#fff;
}
.left { float:left; }
.right { float:right; }
.caption {
 font-style:italic;
 font-size:10px;
}

.hide, .hidden { display:none; }


/* ::: Imgleft ::: */
div.imgleft {
  float:left;
  margin:3px 14px 10px 0;
}

/* ::: Imgright ::: */
div.imgright {
  float:right;
  margin:3px 0 10px 14px;
}

/* ::: Zoombox und Shadowbox hervorheben ::: */
a.zoombox,
a.shadowbox {
  position:relative;
  font-size:0; /* FF3 */
}
img.zoomboxicon,
img.galleryicon {
  position:absolute;
  bottom:0;
  right:0;
}


hr {
    display: block;
    height: 1px;
    font-size:0;
    line-height:0;
    border: 0;
    border-top: 1px solid #d9d9db;
    margin: 10px 0;
    padding: 0;
    clear:both;
}

/* :::  Quicknav ::: */
a.tocontent, 
a.tonavigation {
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  display:block; 
  padding:1em 1em; 
  background-color:#FFFF8D; 
  font-size:1.400em; 
  font-weight:bold; 
  color:#010002;
}
a.tocontent:focus, 
a.tocontent:active, 
a.tonavigation:focus, 
a.tonavigation:active {
  left:0;
  width:10em;
}
.ui-datepicker{
    width:210px;}
.ui-datepicker-header{
    background:#026393;
    font-size:14px;
    color:#FFF;
    }
.ui-datepicker-calendar{
    background:#FFF;
}
.ui-datepicker .ui-state-default{
    color:#000;
}
.ui-datepicker .ui-state-hover,.ui-datepicker .ui-state-active,
.ui-datepicker .highlighted .ui-state-hover,.ui-datepicker .highlighted .ui-state-active{
    background:#026393;
    color:white;
}
.ui-datepicker tbody tr td, .ui-datepicker-calendar{
    border:1px #CCC solid;
}
.ui-datepicker-trigger{
    border:0;
    padding-left:5px;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev:hover{
    left:2px;
    top:2px;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-next:hover{
    right:2px;
    top:2px;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    text-indent:-99999px;
}
.ui-datepicker .ui-datepicker-prev{
    background:url(/img/system/date-arrow.gif) center -42px no-repeat
}
.ui-datepicker .ui-datepicker-next{
    background:url(/img/system/date-arrow.gif) center 10px no-repeat;
}
.ui-datepicker .highlighted > a{
    background:#84ae25;
}/*! jQuery UI - v1.10.4 - 2014-02-09
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}@font-face {
    font-family: TodaySans;
    src: url("/webfonts/TodaySans.eot");
    src: url("/webfonts/TodaySans.eot?#iefix") format("embedded-opentype"),
         url("/webfonts/TodaySans.woff") format("woff");
}

a { outline:0 !important; } 

#legacylogo { display:none; }

.lt-ie10 #logo img { display:none; }
.lt-ie10 #logo img#legacylogo { display:block; }

.nomargin { margin-top:0; }
.versteckt { display:none; }
body { font-family:Arial, Helvetica, sans-serif; }

section#leftbar { display:none; }

div.news { width:700px; height:110px; }
h2.supertab-head { display:none; }

div#subnavi-overview ul { list-style:none; margin:0; padding:0; }
div#subnavi-overview ul li { margin:0; padding:0; float:left; width:220px; margin-bottom:15px; margin-right:10px; }
div#subnavi-overview ul li img { width:220px; height:121px; margin-bottom:3px; }
div#subnavi-overview ul li.last { margin-right:0; }
div#subnavi-overview ul li.clear-summary { clear:both; }

div#subnavi-overview ul li a.textlink {
   color:#759901; font-weight:bold; font-size:12px; display:block; padding-left:27px; padding-bottom:16px; background:url(/img/system/sublink-hover.png) 0 2px no-repeat;
   text-decoration:none; padding-top:10px;
}

a.prev,
a.next { position:absolute; z-index:99; width:23px; height:38px; background:url(/img/system/pager-buttons.png) 0 0 no-repeat; top:93px; cursor:pointer; }
a.prev { left:9px; }
a.next { right:0; background-position:0 -38px; }

div#aktuelles div.item,
article.newsitem { width:640px; height:110px; padding:0 30px; }
div#aktuelles div.item { padding:0; width:700px; }

div.news article div.date { font-size:12px; float:left; font-weight:bold; height:13px; padding-top:7px; padding-bottom:5px; color:#666; padding-right:29px; background:url(/img/system/icon-news.gif) right 0 no-repeat; }

div#aktuelles.news article div.date { background:url(/img/system/icon-news2.gif) right 0 no-repeat; }
div.news article h2 { clear:left; font-size:12px; color:#026393; font-weight:bold; margin:0; padding-bottom:7px; }
div.news article div.plaintext { font-size:12px; color:#666; font-weight:normal; }

article.newsitem-aktuelles { width:190px; padding:0 20px; float:left; height:130px; overflow:hidden; border-right:1px solid #ccc; }
article.newsitem-aktuelles.itemlast { padding-right:0; border-right:0; }

a.more,
a.overview { display:block; font-weight:bold; color:#84ae25; text-decoration:none; background:url(/img/system/link-arrow.gif) 0 12px no-repeat;
      padding-left:15px; line-height:22px; padding-top:5px;  }

a.back { display:block; font-weight:bold; color:#84ae25; text-decoration:none; background:url(/img/system/link-arrow-back.gif) 0 12px no-repeat;
      padding-left:15px; line-height:22px; padding-top:5px;  }

a.overview { float:right; font-size:12px; padding-right:20px; }
a.overview:hover,
a.overview:focus,
a.overview:active { text-decoration:underline; }

div.leftarticle { float:left; width:368px; }
div.leftarticle h2{ font-size:16px;}
/* Allgemeines */
.clear { clear:both; font-size:0; line-height:0; height:0; }
.spacer { clear:both; font-size:0; line-height:0; height:15px; }
.doublespacer { clear:both; font-size:0; line-height:0; height:30px; }

div#website { 
  max-width:1265px;
  margin:0 auto;
  position:relative;
  z-index:1;
  margin-top:1px;
  background:url(/img/system/website-back.gif) 0 315px #dbdbdb repeat-x;
}

div.tabstartseite { clear:both; }

section#keyvisual {
  max-width:1265px;
  min-width:940px;
  width:100%;
  height:435px;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  overflow:hidden;
}


div#kv-pager { position:absolute; z-index:999; right:20px; top:-20px; }
div#kv-pager a { outline:none; display:block; font-size:0; text-decoration:none; float:left; width:16px; height:16px; background:url(/img/system/kv-navi.png) 0 0 no-repeat; padding-left:5px; }

div#kv-pager a.activeSlide { background-position:0 -16px; }

section#keyvisual div.keyvisual {
  position:absolute;
  z-index:1;
  max-width:1265px;
  min-width:940px;
  width:100%;
  height:315px;
}

body.home section#keyvisual div.keyvisual {
  height:435px;
}

section#keyvisual div#kv01,
section#keyvisual div#kv02,
section#keyvisual div#kv03,
section#keyvisual div#kv04 { background:none center center no-repeat; }

div#container, div#container-inner {
  position:relative;
  z-index:2;
  max-width:1265px;
  margin:0 auto;
}

  header {
    width:940px;
    height:155px;  
    margin:0 auto;
    background-color:#fff;
    margin-bottom:125px;
  }

body.home header { 
 margin-bottom:232px;
}
  
  header nav.metanavi { padding-left:23px; padding-top:5px; height:18px; }
  
  header nav.metanavi ul { margin:0; padding:0; list-style:none; }
  header nav.metanavi ul li { float:left; }
  header nav.metanavi ul li a { display:block; line-height:18px; padding:0 10px; font-size:11px; color:#666; text-decoration:none; font-weight:normal; 
      background:url(/img/system/metanavi-trenner.gif) 0 4px no-repeat; }
      
    header nav.metanavi ul li .sublayer-notfall article a { padding:0; background:none; }
  
  header nav.metanavi ul li.sublayer { padding-left:8px; background:url(/img/system/metanavi-trenner.gif) 0 4px no-repeat; position:relative; }
  header nav.metanavi ul li.sublayer div.sublayer { display:none; position:absolute; z-index:999; width:379px; top:18px; left:3px;
             background:url(/img/system/notfall-back2.png) 0 bottom no-repeat; padding-bottom:13px; }

  header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall { padding:5px 25px 0; width:329px; background:url(/img/system/notfall-back.png) 0 0 no-repeat; }

  header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall article { padding:10px 0; border-top:1px solid #e6e6e6; }
  header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall article:first-child { border-top:0; }

  header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall h1 { margin:0; padding-bottom:2px; font-size:12px; font-weight:bold; color:#666; }
  header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall p { margin:0; font-size:12px; font-weight:normal; color:#666; }
  header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall span.phone { font-size:12px; font-weight:bold; color:#759900; }

  header nav.metanavi ul li a.notfall { background:url(/img/system/notfall-button.gif) 0 0 no-repeat; width:72px; height:19px; color:#759900; padding-left:20px; }
  
  header a#logo {
    float:right;
    width: 153px;
    margin-right: 27px;
    margin-top: 8px;
  }
  
  header a#logo img { max-height:105px; }
  
  .kls header a#logo { width:298px; }
  .mvz header a#logo { width:262px; }
  
header a#logo-mobile,nav.metanavi li.menubutton {
    display:none;  
  }
  
  header img#wordmark {
    display:block;
    clear:left;  
  }
  header a#wordmark-link {
    display:inline-block;
    height:98px;
  }
  header div#navcontainer {
    clear:both;
    background-color:#026393;
  }
    header nav#main {
      height:34px;
      float:left;
      position:relative;
      z-index:99;
    }
    header nav#main ul { margin:0; padding:0; list-style:none; }
    header nav#main ul li { float:left; height:34px; }
    header nav#main ul li a { display:block; line-height:34px; height:34px; padding:0 19px; border-right:2px solid #fff; color:#fff; text-decoration:none;
        font-family:TodaySans, Arial, Helvetica, sans-serif; font-size:18px; }

    header nav#main ul#medizin li { float:none; }
    
    header nav#main ul li > a:hover,
    header nav#main ul li.selected > a,
    header nav#main ul li:hover > a { color:#9ac01f; background-color:#fff; border-top:1px solid #ccc; margin-top:-1px; }

    header nav#main ul li.hastagcloud > a:hover,
    header nav#main ul li.hastagcloud:hover > a { color:#9ac01b; background-color:#034768; border-top:1px solid #ccc; }
    
    header nav#main ul li div.sublayer { display:none; position:absolute; left:0; top:34px; background:url(/img/system/subnavilayer-back.gif) 0 0 repeat-x;
        width:940px; padding-top:10px; }
    
    header nav#main ul li div.tagcloud { height:328px; background:url(/img/system/tagcloud-back.jpg) 0 0 no-repeat; padding: 52px 45px 0; }

    header nav#main ul li div.tagcloud h1 { color:#fff; font-family:TodaySans, Arial, Helvetica, sans-serif; font-size:25px; font-weight:normal; margin:0; }
    header nav#main ul li div.tagcloud ul li a { color:#fff; margin-top:-1px; }

    header nav#main ul li div.medizin { height:250px; padding-top:18px; }

    header nav#main ul li div.medizin ul { width:285px; margin-bottom:30px; margin-left:15px; }

    header nav#main ul li div.medizin ul#medizin li div.sublayer2 { left:300px; top:18px; border:1px solid #ccc; border-left:0; border-right:0; width:auto; height:auto; padding:0; padding-bottom:2px; background:#f0f7d8; padding-right:15px; }

    header nav#main ul li div.medizin ul#medizin li div.sublayer2 ul { margin-bottom:0; }
    header nav#main ul li div.medizin ul#medizin li div.sublayer2 li { background:none; }
    header nav#main ul li div.medizin ul#medizin li div.sublayer2 li.first { border-top:0; }
    header nav#main ul li div.medizin ul#medizin li div.sublayer2 li a { background:none; padding:2px 0 1px; line-height:18px; }

    header nav#main ul li div.medizin ul li { height:25px; border-top:1px solid #ccc; }
    header nav#main ul li div.medizin ul li.hasChildren a,
    header nav#main ul li div.medizin ul li.hasChildren a:hover { background:url("/img/system/link-arrow.gif") no-repeat right 10px transparent; }
    header nav#main ul li div.medizin ul li.last { border-bottom:1px solid #ccc; }
    header nav#main ul li div.medizin ul li a { height:25px; line-height:25px; padding-left:15px !important; }
    header nav#main ul li div.medizin ul li a:hover,
    header nav#main ul li div.medizin ul li a.selected,
    header nav#main ul li div.medizin ul li.selected a { background:none; }
    header nav#main ul li div.medizin ul li:hover { background:#f0f7d8; }

    header nav#main ul li div.sublayer a { display:block; color:#076798; border:0; font-weight:bold; font-size:12px; text-decoration:none;
        font-family:Arial, Helvetica, sans-serif; padding-left:21px; }

    header nav#main ul li div.sublayer a:hover,
    header nav#main ul li div.sublayer li.selected > a,
    header nav#main ul li div.sublayer li:hover > a { color:#9ac01c; background:url(/img/system/sublink-hover.png) 10px 3px no-repeat; margin-top:0; }

    header nav#main ul li div.sublayer > ul > li > a { padding-left:31px; padding-right:0; }
    
    header nav#main ul li div.sublayer ul li div.sublayer2 { display:none; position:absolute; z-index:1; left:0; height:248px; padding-top:15px; width:860px;
   background:url(/img/system/subnavilayer-back.gif) 0 0 repeat-x; padding-right:80px; }

/*
    header nav#main ul li:hover div.sublayer,
*/
    header nav#main ul li div.sublayer ul li:hover div.sublayer2 { display:block;  }
    
    header nav#main ul li div.sublayer ul li div.sublayer2 article { float:right; position:relative; z-index:1; padding-left:50px; cursor:pointer; }
    header nav#main ul li div.sublayer ul li div.sublayer2 article h1 { margin:0; position:absolute; z-index:2; top:8px; right:-10px; height:33px; line-height:38px; width:70px;
      background:url(/img/system/naviarticle-blue-small.jpg) 0 0 no-repeat; padding-left:18px; padding-right:50px; color:#fff; font-weight:normal; 
      font-family:TodaySans, Arial, Helvetica, sans-serif; font-size:18px; text-align:right; }
    header nav#main ul li div.sublayer ul li div.sublayer2 article a { color:#666; font-weight:normal; padding:0; line-height:normal; height:auto; padding-top:3px; }
    header nav#main ul li div.sublayer ul li div.sublayer2 article a:hover { background:none; }
    
    header nav#main ul li div.sublayer ul li ul { width:270px; float:left; }
    header nav#main ul li div.sublayer ul li ul li { float:none; height:auto; background:url(/img/system/dottedline.gif) 38px bottom no-repeat; }
    header nav#main ul li div.sublayer ul li ul li a { line-height:23px; height:auto; color:#666; font-weight:normal;
        background:url(/img/system/link-arrow-grey.gif) 22px 10px no-repeat; padding-left:38px; padding-top:2px; }
    header nav#main ul li div.sublayer ul li.selected ul li.selected a,
    header nav#main ul li div.sublayer ul li ul li a:hover { background:url(/img/system/link-arrow-grey.gif) 22px 10px no-repeat; }
    
    header div#search { float:right; height:22px; margin-top:6px; margin-right:15px; }
    header div#search input { float:left; width:109px; height:22px; border:0; background:url(/img/system/search-back.gif) 0 0 no-repeat;
      font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#808080; padding:0 12px; }
    header div#search a { float:left; display:block; width:23px; height:22px; }
  
  div#middle {
   position:relative;
    z-index:1;
    width:960px;
    margin:0 auto;
   padding-bottom:20px;
  }

div.plaintext p { margin:0; }
div.plaintext ul { list-style:none; margin:0; padding:0; padding-top:10px; padding-bottom:15px; }
div.plaintext ul ul { padding-top:0; }
div.plaintext ul li { padding-left:15px; background:url(/img/system/link-arrow.gif) 0 4px no-repeat; }

div#maincontent { width:923px; margin:0 10px; padding-top:12px; padding-left:17px; background-color:#fff; }

div#maincontent_full {margin:0 10px; padding-top:12px; padding-left:17px; background-color:#fff; }

div#leftcontent { width:202px; float:left; font-size:12px; color:#666; margin-right:20px; }
div#maincontent div#leftcontent h1, div#maincontent_full h1 { color:#666; font-size:12px; font-weight:bold; line-height:12px; margin:0; padding-bottom:6px; font-family:Arial, Helvetica, sans-serif; }
div#leftcontent div.inhaltsbox { border:1px solid #e6e6e6; padding:15px; margin-bottom:20px; }
div#leftcontent div.inhaltsbox a { color:#759901; display:block; background:url(/img/system/link-arrow.gif) 0 5px no-repeat; padding-left:14px; text-decoration:none; line-height:18px; }
div#leftcontent div.inhaltsbox a:hover { text-decoration:underline; }
div#maincontent div#leftcontent div.inhaltsbox div.plaintext { padding-bottom:0; }

nav#breadcrumb { padding-bottom:20px; }

nav#breadcrumb,
nav#breadcrumb a { font-size:11px; color:#666; font-family:Arial; text-decoration:none; }

nav#breadcrumb span,
nav#breadcrumb a { float:left; display:block; }

nav#breadcrumb span.greyarrow { background:url(/img/system/link-arrow-grey.gif) center center no-repeat; width:20px; height:11px; }  
  
section#contentwide { float:left; width:720px; padding-bottom:20px; }  
section#contentwide2 { float:left; width:680px; padding-bottom:20px; }
section#content { float:left; width:460px; padding-bottom:20px; }

section#content > img {
    max-width:100%;
}

div#maincontent h1, div#maincontent_full h1 { color:#006699; font-size:26px; line-height:24px; font-weight:normal; font-family:TodaySans, Arial, Helvetica, sans-serif; margin:0; padding-bottom:15px; }
div#maincontent h2, div#maincontent_full h2 { color:#006699; font-size:13px; font-weight:bold; margin:0; padding-bottom:10px; }
div#maincontent, div#maincontent_full  { color:#4d4d4d; font-size:12px; }
div#maincontent div.plaintext, div#maincontent_full div.plaintext { padding-bottom:15px; line-height:17px; }

a.submenuhead { color:#759901; font-weight:bold; font-size:12px; display:block; min-height:20px; padding-left:27px; padding-bottom:16px; background:url(/img/system/sublink-hover.png) 0 2px no-repeat;
   text-decoration:none; }

div#leftcontent p { margin:0; padding:0; }

div.imgbox { width:220px; float:left; margin-right:20px; }
div.imgbox.imgboxlast { margin-right:0; }
div.imgbox img { margin-bottom:6px; }

div#leftcontent nav#subnavi { background:url(/img/system/dottedline.gif) 0 bottom no-repeat; padding-bottom:10px; margin-bottom:20px; }

div#leftcontent nav#subnavi ul { list-style:none; padding:0; margin:0; }
div#leftcontent nav#subnavi ul.first { background:url(/img/system/dottedline.gif) 0 0 no-repeat; padding-top:20px; }

div#leftcontent nav#subnavi ul a { text-decoration:none; color:#666; font-size:12px; display:block; padding-left:20px; padding-bottom:10px; background:url(/img/system/subnavi-arrow.gif) 2px 3px no-repeat; }
div#leftcontent nav#subnavi ul li.menuback { padding-top:10px; }
div#leftcontent nav#subnavi ul li.menuback a { background-image:url(/img/system/link-arrow-back.gif); background-position:2px 4px; color:#759901; font-weight:bold; }
div#leftcontent nav#subnavi ul li.selected a { background-position:2px -790px; font-weight:bold; color:#759901; }

div#leftcontent nav#subnavi ul li.selected ul li a { padding-left:33px; }

div#leftcontent nav#subnavi ul li.selected ul li a { text-decoration:none; color:#666; font-size:12px; font-weight:normal; background-position:17px 3px; }
div#leftcontent nav#subnavi ul li.selected ul li.selected a { font-weight:bold; color:#759901; background-position:17px -790px; }

div.plaintext a,
a.overview { font-weight:bold; color:#84ae25; text-decoration:none;  }

div.plaintext a span { font-weight:bold !important; color:#84ae25 !important; }

.caption a { text-decoration:none; color:#84ae25; }

.caption a:hover,
.caption a:focus,
.caption a:active { text-decoration:underline; }

div.plaintext a:hover { text-decoration:underline; }

  article.mainhome,
  div.teaserbox { width:200px; height:250px; background:url(/img/system/teaserstartseite-back.png) 0 0 no-repeat;
   padding:24px 20px; padding-bottom:25px; position:relative; z-index:1; margin-bottom:20px; }

  article.mainhome { float:left; }

  div.teaserbox { background:none; height:auto;  }

div.teaserbox img { margin-bottom:10px; }

  article.mainhome img.top {  }
  
article.mainhome h1 { width:112px !important; }
  
  article.mainhome h1,
 div#maincontent div.teaserbox h1 { margin:0; position:absolute; z-index:2; top:8px; right:10px; height:37px; line-height:37px; width:164px;
      background:url(/img/system/teaserhead-blue-small.png) 0 0 no-repeat; padding-left:18px; color:#fff; font-weight:normal; 
      font-family:TodaySans, Arial, Helvetica, sans-serif; font-size:18px; padding-top:2px; }

  article.mainhome h1 { top:36px; }

 div#maincontent div.teaserbox h1 {
 background:url(/img/system/teaserhead-blue.png) 0 0 no-repeat;
 padding-bottom:0;
 width:164px;
}

  article.mainhome h2,
 div#maincontent div.teaserbox h2 { font-size:12px; font-weight:bold; color:#666; }
  article.mainhome div.plaintext { font-size:12px; color:#666; line-height:16px; }
  article.mainhome div.plaintext a,
 a.arrowlink { display:block; font-weight:bold; color:#84ae25; text-decoration:none; background:url(/img/system/link-arrow.gif) 0 12px no-repeat;
      padding-left:15px; line-height:14px; padding-top:9px; }
  article.mainhome div.plaintext a:hover,
  a.arrowlink:hover { text-decoration:underline; }
  a.backlink{background:url(/img/system/link-arrow-back.gif) 0 12px no-repeat;}

div.jobboerse a.arrowlink { line-height:15px; padding-top:0; background-position:0 3px; }
      
      
  div#middle aside { float:right; width:240px; margin-bottom:20px; }
  div#middle aside article.small { position:relative; z-index:1; background:url(/img/system/teaserstartseite-small-back.png) 0 0 no-repeat;
       padding:24px 20px; font-size:12px; color:#fff; padding-bottom:15px; }
  div#middle aside article.small.oshadow { background-image:url(/img/system/teaserstartseite-small-oshadow-back.png); }
  div#middle aside article.small h1 { margin:0; position:absolute; z-index:2; top:36px; right:10px; height:37px; line-height:37px; width:101px;
      background:url(/img/system/teaserhead-white-small.png) 0 0 no-repeat; padding-left:18px; color:#fff; font-weight:normal; color:#126d9a;
      font-family:TodaySans, Arial, Helvetica, sans-serif; font-size:18px; }
  div#middle aside article.small h2 { font-size:12px; color:#fff; font-weight:bold; margin:4px 0; }
  div#middle aside article.small p { font-size:12px; color:#fff; margin:0; margin-bottom:6px; }
div#middle aside article.small a { color:#fff; text-decoration:none; }
  div#middle aside article.small div.arrowlink {  background:url(/img/system/teaser-link-right.gif) right 0 no-repeat;  display:block; height:23px; float:left; font-size:12px; font-weight:bold; color:#759900; text-decoration:none; padding-right:2px; margin-top:8px; }
  div#middle aside article.small div.arrowlink > div { height:23px; background:url(/img/system/teaser-link.gif) 0 0 no-repeat;
      padding-left:21px; padding-right:7px; line-height:24px; font-size:12px; font-weight:bold; color:#759900; text-decoration:none; }
  div#middle aside article.small div.arrowlink a { display:block; height:23px; line-height:24px; font-size:12px; font-weight:bold; color:#759900; text-decoration:none; }
  div#middle aside article.small div.arrowlink a:hover,
  div#middle aside article.small a:hover { text-decoration:underline; }

aside div.teaserbox { padding-top:0; margin-bottom:0; }
  
  
  footer { background-color:#f6f6f6; font-size:11px; color:#666;  }
  footer div.inner { padding:20px 10px; width:920px; margin:0 auto;position:relative; }
  footer div#copyright { float:left; font-size:11px; color:#666; font-weight:bold; margin-bottom:10px; }
  footer nav.metanavi { float:right; }
  footer nav.metanavi ul { margin:0; padding:0; list-style:none; }
  footer nav.metanavi ul li { float:left; }
  footer nav.metanavi ul li a { display:block; padding:0 10px; font-size:11px; color:#666; text-decoration:none; font-weight:normal; }
  footer nav.metanavi ul li a:hover { text-decoration:underline; } 
  footer div.more { clear:left; padding-top:10px; }
  footer div.more a { color:#666; text-decoration:none;}
  footer div.more a.tuv{ position: absolute;right: 7px;top: 40px;}
  footer div.more a.tuv2 { right:240px; }
  footer div.more div.row { float:left; padding-right:10px; line-height:16px; }
  footer div#overview { border-top:1px solid #ccc; margin-top:30px; padding-top:10px; }
  footer div#overview p { margin:0; }
  footer nav.ov { float:left; padding-left:20px; width:215px;min-height:200px; }
  footer nav.ov h1 { font-weight:normal; color:#026393; margin-bottom:10px; 
      font-family:TodaySans, Arial, Helvetica, sans-serif; font-size:18px; }
  footer nav.ov a { display:block; color:#666; text-decoration:none; font-size:11px; padding-left:18px; background:url(/img/system/link-arrow-grey.gif) 2px 4px no-repeat;
      line-height:18px; }
  footer nav.ov a:hover { text-decoration:underline; }
  footer img.tuv { float:right; }

/* Styles für SocialMediaCenter */
#tinymce {  font-size:12px; color:#666; font-family:Arial, Helvetica, sans-serif; }
#tinymce p { margin:0; }
#tinymce a { font-weight:bold; color:#84ae25; text-decoration:none; }
#tinymce ul { list-style:none; margin:0; padding:0; padding-top:10px; padding-bottom:15px; }
#tinymce ul ul { padding-top:0; }
#tinymce ul li { padding-left:15px; background:url(/img/system/link-arrow.gif) 0 4px no-repeat; }

.termin_submit a{
    width: 49px;
    cursor: pointer;
    background: #026393;
    padding: 5px 9px;
    margin-bottom: 10px;
    display: block;
    color: #FFF;
    font-size: 14px;
    float:right;
}
.imgright.termine,
.imgleft.termine{
    width:200px;
}
.imgright.termine img,
.imgleft.termine img, .termin_img{
    min-width:160px;
    max-width:200px;
}
    .imgleft.termine img.galleryicon{
        min-width:0;
        max-width:none;
    }
.search-pager{
    clear:both;
    margin-bottom: 16px;
    padding: 4px 5px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 22px;
    text-align:center;
}
.search-pager-left{
    float:left;
}
.search-pager-right{
    float:right;
}
.search-active{
    color:#026393;
    text-decoration:underline;
}
.search-selected a{
    color:#4d4d4d;
    text-decoration:none;
}
    .pager-arrow{
        display:inline-block;
        width:10px;
        height:10px;
        background:url(/img/system/pager-arrows.png) 0 0 no-repeat;
    }
        .pager-last{
            background-position:0 -39px;
        }
        .pager-back{
            background-position:0 -78px;
        }
        .pager-first{
            background-position:0 -117px;
            margin-right:5px;
        }
        .pager-next{
            margin-right:5px;
            background-position:0 0;
        }
#mainmiddle_content_sucheingabeTermine {
    border: 1px #84ae25 solid;
    padding: 15px 10px;
    overflow:hidden;
    margin-bottom:20px;
}

#content #mainmiddle_content_sucheingabeTermine {
    border:0;
    padding:0;
    margin-bottom:0;
}

div#mainmiddle_content_sucheingabeTermine h2{
    font-size:16px;
    color:#84ae25;
}
#mainmiddle_content_sucheingabeTermine label{
    color:#666;
    font-weight:bold;
    line-height:18px;
}
    #mainmiddle_content_sucheingabeTermine .left label{
        width:30px;
    }
    #mainmiddle_content_sucheingabeTermine .right label{
        width:60px;
        margin:2px 0;
    }
#mainmiddle_content_sucheingabeTermine input.text{
    width:244px;
    padding:3px 2px;
}
    #mainmiddle_content_sucheingabeTermine .right  input.text{
        width:234px;
    }
#mainmiddle_content_sucheingabeTermine select,
#mainmiddle_content_sucheingabeTermine option{
    height: 22px;
    width: 240px;
    margin:2px 0;
}
#mainmiddle_content_sucheingabeTermine .halb{
    width:329px;
    margin-bottom:20px;
}
#mainmiddle_content_sucheingabeTermine .halb.right{
    width:300px;
    padding-left:29px;
}
.terminArtikel{
    float:left;
    width:368px;
    margin-bottom:30px;
    
}
    .terminArtikel.details{
        width:360px;
    }
    .terminArtikel div{
        overflow:hidden;
    }
    div.terminArtikel h2{
        text-decoration:none!important;
        font-size:16px!important;
        padding-bottom:5px!important;
    }
    div.terminArtikel > a{
        text-decoration:none!important;
    }
    .dottedSpacer{
        margin-bottom:30px;
        border-bottom:1px dotted #666;    
    }
.calleft{
    width:72px;
    height:78px;
    float:left;
    margin-right:25px;
    background:url(/img/system/cal_bg.png) 0 0 no-repeat;
}
    .calleft.right{
        float:right;
    }
.calleft span{
    display: block;
    text-align: center;
}
    .calleft .day{
        padding-top: 15px;
        font-size: 30px;
        color: #006699;
    }
    .calleft .month{
        padding-top: 4px;
        color: #FFF;
    }
.kurzbeschreibung{
    margin-bottom:0;
}
    .kurzbeschreibung p,
    .kurzbeschreibung span{
        font-size:12px!important;
        font-family:Arial, Helvetica, sans-serif!important;
        color:#006699!important;
        font-weight:bold!important;
        margin:0!important;
    }
    .plaintext p,
    .plaintext span{
        font-size:12px!important;
        font-family:Arial, Helvetica, sans-serif!important;
        color:#4d4d4d!important;
        font-weight:normal!important;
        margin:0!important;
    }
    .terminArtikel .datum{
        margin-bottom:10px;
        font-weight:bold;
    }
.descLeft{
    font-weight:bold;
    width: 70px;
    display: block;
    float: left;
    height:17px;
}
.bottomLink{
    margin-bottom:30px;
}



#overview a.logos{
    width: 227px;
    height: 100px;
    display: block;
    float: right;
    background: url(/img/system/logos.svg) no-repeat;
    background-size: cover;
}
    .lt-ie9 #overview a.logos{
        background:url(/img/system/logos.png) no-repeat;
    }
        #overview a.logos.mvz{
            background-position:0 -315px;
        }
            .mvz #overview a.logos.mvz{
                display:none;
            }
        #overview a.logos.kls{
            /*background-position:0 -115px;*/
            background:url(/img/logos/KLS-Logo-final.png) center center no-repeat;
        }
            .kls #overview a.logos.kls{
                display:none;
            }
        #overview a.logos.def{
            /*background-position:0 0;*/
            
            background: url(/img/logos/lev_logo.png) no-repeat !important;
            background: url(/img/logos/lev_logo.png) no-repeat !important;
            background-size: 200px !important;
            background-position: center center !important;
            
            
        }
            .def #overview a.logos.def{
                display:none;
            }
        
        #overview a.logos.pse{
            background-position:0 -220px;
        }
.terminSucheTeaser{
    padding-top:65px;    
}
.terminSucheTeaser > div{
    overflow:hidden;
}
    .terminSucheTeaser label{
        width:60px;
    }
    .terminSucheTeaser .withCal input{
        width:114px;
        padding: 2px 0;
    }
    .terminSucheTeaser .noCal input
    {
        width:136px;
        padding: 2px 0;
    }
    .terminSucheTeaser .noCal select{
        width:140px;
    }
    div.teaserbox .terminSucheTeaser img{
        margin-bottom:0;
    }
    .terminSucheTeaser .termin_submit{
        overflow:hidden;
        padding-top: 10px;
    }
        .terminSucheTeaser .termin_submit a{
            font-size:12px;
            font-weight:bold;
            text-decoration:none;    
        }
.datepickerTeaser{
    padding-top:55px;
}
div.ui-datepicker table,
div.ui-datepicker .ui-datepicker-header{
    width:190px;
}
.ui-datepicker-calendar{
    border:none;
}
.ui-datepicker td span,
.ui-datepicker td a{
    text-align:center;
    border: 1px solid #d6d6d6;
}
.datepickerTeaser .ui-datepicker .ui-datepicker-next{
    background: url(/img/system/pager-arrows.png) center -28px no-repeat;
}
.datepickerTeaser .ui-datepicker .ui-datepicker-prev {
background: url(/img/system/pager-arrows.png) center -108px no-repeat;
}
.datepickerTeaser .ui-datepicker .ui-datepicker-title{
    font-size:16px;
    color:#759901;
}
.datepickerTeaser .ui-datepicker-header{
    background:#FFF;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
    .datepickerTeaser .ui-datepicker-header{
        background:none;
    }
.ui-datepicker td, .ui-datepicker tbody tr td{
    padding:1px;
    border:0;
}

.privacy {
    padding:10px 0;
}
.privacy  input {
    display:inline-block;
}
.privacy a {
    color:#4d4d4d;
}

.privacy label {
    max-width: 370px;
    width: 100%;
    float: none;
    display: inline-block;
    width: auto;
}

.inlineCol {
    display: inline-block;
    vertical-align: top;
}

.youtube_info {
    font-size: 11px;
    color: #666;
    margin: 0;
    padding: 0;
}

.spendenbutton_outer {
    position: sticky;
    right: 0px;
    z-index: 100;
    top: 160px;
}

.home .spendenbutton_outer {
    top: 230px;
}

.spendenbutton_cut {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    right: 0;
    position: absolute;
}

.spendenbutton img {
    position: absolute;
    width: 70px;
    top: 12px;
    left: 22px;
}

.spendenbutton {
    position: relative;
    background: #99cc00;
    background: -moz-linear-gradient(top,  #b8db4c 0%, #99cc00 100%);
    background: -webkit-linear-gradient(top,  #b8db4c 0%,#99cc00 100%);
    background: linear-gradient(to bottom,  #b8db4c 0%,#99cc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8db4c', endColorstr='#99cc00',GradientType=0 );
    font-family: "TodaySans";   
    border-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    
    transition: 0.5s all;
    color: #fff;
    font-size: 30px;
    right: -5px;
}

.spendenbutton.out {
    right: -205px;
}

.spendenbutton a {
    padding: 25px;
    padding-right: 25px;
    padding-left: 110px;    
    text-decoration: none;
    color: #fff;
    display: block;
    white-space: nowrap;
}

.home .spendenbutton a {
    padding: 30px;
    padding-right: 25px;
    padding-left: 110px; 
}

.home .spendenbutton img {
    top: 16px;
}

@media (max-width: 768px) {
    .spendenbutton_outer {
        position: absolute;
        top: 210px;
    }
    .spendenbutton {
        font-size: 20px;
    }
    .home .spendenbutton a,
    .spendenbutton a {
        padding: 18px;
        padding-left: 70px;
    }
    
    .home .spendenbutton img,
    .spendenbutton img {
        width: 50px;
        top: 8px;
        left: 8px;
    }
    .spendenbutton.out {
        right: -140px;
    }
    
    #maincontent_full a {
        white-space: inherit;
    }
}

.cookieSpenden {
    padding: 15px;
    background-color: #efefef;
}

.video {
    height: 550px;
}

@media (max-width: 1000px) {
    .video {
        height: 450px
    }
}

@media (max-width: 767px) {
    .video {
        height: 250px
    }
}

.video_all {
    margin-top: 10px;
    overflow:hidden;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.fragen {
    position: absolute;
    width: 300px;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s all;
}

.fragen.open {
    right:0;
}

.fragen .close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
    cursor:pointer;
    z-index:1000;
}

.frage_button {
    cursor: pointer;
    display: inline-block;
    background-color: #026393;
    border: 1px solid #026393;;
    height: 30px;
    padding: 0 15px;
    color: #fff;
    font-family: TodaySans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-top: 10px;
    transition: 0.5s all;
    margin:auto;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.frage_button:hover {
    background-color: #fff;
    color: #026393;
}

#contentwide_full  {
    margin-right: 15px;
    padding-bottom: 10px;
}
.kontakt-headline {
    padding-top: 10px;
    padding-bottom: 5px;
}
.dropdown-style {
    padding:5px 0;
}
.dropdown-style.dropdown {
    padding-top:10px
}
.dropdown-style label {
    display:block;
    width:100%;
    font-weight:bold;
}
.dropdown-style .radioButtonWrapper label {
    font-weight:normal;
}
.plz-style input.zipcode {
    width:210px;
}


.ov img{
    width:auto;
    max-width:100%;
}

.overview-row4 nav.ov{
    width: 115px;
}#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%; padding-top:10px; background-color:#fff; }

.lt-ie11 #sb-body-inner { padding-top:20px; }

#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/img/system/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/img/system/shadowbox/close.png);}
#sb-nav-next{background-image:url(/img/system/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/img/system/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/img/system/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/img/system/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
/* ::: Formulare ::: */
fieldset {
  margin:0;
  padding:0;
  border:0;
}
legend {
  display:none;
}
.row {
  margin-top:3px;
  clear:both;
}
label {
  float:left;
  clear:both;
  width:160px;
  padding:2px 0;
  font-size:12px;
}
input.text, 
textarea.text,
select.text {
  width:210px;
  margin:1px 0;
  border:1px solid #CCC;
  background:#fff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:15px;
  color:#666;
}
input.text, 
textarea.text {
  padding:2px;
}
textarea.text {
  height:70px;
}
select.text {
  width:214px;
}
input.zipcode {
  width:43px;
  margin-right:4px;
}
input.city {
  width:157px;
}
.captcha img {
  cursor:pointer;
  margin:1px 0 4px 160px;
}
.absenden a {
  display:block;
  float:left;
  margin:1px 0 12px 292px;
  padding:4px 10px;
  background-color: #006699;
  color:#fff;
  font-weight:bold;
}
input.radio { float:left; margin-top:4px; margin-right:4px; }
.radioButtonListWrapper {
  float:left;
}
.radioButtonWrapper {
  float:left;
}
.radioButtonWrapper label,
label.labelradio {
  clear:none;
  width:auto;
  margin-right: 20px;
}section#contentwide2 .headline h1{
padding-bottom:0;
height:26px;
}

section#contentwide2 .news_aktuelles{
border:1px solid #a5c400;
padding:10px;

/*
border-left:0;
border-right:0;
*/
}

section#contentwide2 .news div.date{
font-weight:bold;
color:#666;
}

section#contentwide2 .news h2{
font-weight:bold;
color:#026393;
padding-bottom:0;
}

section#contentwide2 .news .plaintext{
color:#666;
padding-bottom:0;
}

.linie{
background:url(/img/system/dottedline.gif) repeat-x;
height:10px;
margin-top:5px;
}


section#contentwide2 .news_aktuelles .news{
width:660px;
height:auto;
}

section#contentwide2 .spalte_links{
width:330px;
height:50px;
float:left;
}

section#contentwide2 .spalte_links .news{
width:310px;
}

section#contentwide2 .spalte_rechts{
width:330px;
margin-left:20px;
float:left;
}

section#contentwide2 .spalte_rechts .news{
width:310px;
}
/* Search */
fieldset.search label.label {
  width:100px;
}
fieldset.search input.text {
  float:left;
}
a.search {
  float: left;
  display: block;
  margin: 1px 0 12px 16px;
  padding: 2px 10px;
  background-color: #006699;
  color: #FFFFFF;
  font-weight: bold;
}

div.search h2 a { text-decoration:none; color:#006699; }
div.search h2 a:hover,
div.search h2 a:active,
div.search h2 a:focus { text-decoration:underline; }div.jobdetails ul { margin-bottom:20px; }
div#maincontent div.jobdetails h1 { padding-bottom:0; }


/* ############## */
.jobsearch { border:1px solid #a5c400; padding:18px 10px; position:relative; z-index:1; margin-bottom:30px; }
div#maincontent .jobsearch h2 { font-size:16px; font-weight:bold; color:#84ae25; padding-bottom:5px; }
.jobsearch .radios { overflow:hidden; padding:0 10px; border-bottom:1px dotted #adaead; padding-bottom:10px; margin-bottom:18px; }

.jobsearch .radios label { clear:none; width:auto; padding:0; padding-right:30px; line-height:24px; }
.jobsearch .radios input { float:left; margin-right:10px; height:24px; }

.jobsearch .selects label { font-weight:bold; font-size:12px; line-height:22px; width:108px; }
.jobsearch .selects select { clear:both; height:22px; line-height:22px; border:1px solid #cccccc; width:240px; }
.jobsearch .submit { display:block; width:66px; height:26px; line-height:26px; text-align:center; 
        background:#026393; color:#fff; position:absolute; right:10px; bottom:18px; text-decoration:none; }
.jobsearch .submit:hover,
.jobsearch .submit:active,
.jobsearch .submit:focus { text-decoration:underline; }
#jobarrow { position:absolute; z-index:9; bottom:-11px; left:50%; margin-left:-6px; }


.jobliste h3 { color:#84ae25; font-size:12px; font-weight:bold; }
.jobliste table { margin-bottom:25px; }
.jobliste table a { color:#4d4d4d; text-decoration:none; }

.jobliste table th { text-align:left; border-top:1px solid #84ae25; border-bottom:1px solid #84ae25; padding:7px 14px; }
.jobliste table td { border-bottom:1px dotted #adaead; padding:7px 14px; vertical-align:top; }

.jobliste table tr { background:#f0eeee; cursor:pointer; }
.jobliste table tbody tr:hover,
.jobliste table tbody tr:hover a { background:#026393 !important; color:#fff !important; }
.jobliste table tr.odd,
.jobliste table thead tr { background:#fff; }

.kls .jobliste h3,
.kls div#maincontent .jobsearch h2 { color:#cb0334; }
.kls .jobliste table th,
.kls .jobsearch { border-color:#cb0334; }/* ::: Druckversion ::: */
@media print {

* { font-family:Arial !important; }


div.onAccordion div.onAccordionContent {
 display:block !important;
}

div#maincontent div.teaserbox h1 {  background-color:#006699; color:#fff; font-family:Arial !important; }

header { height:121px; }

div#container,
div#website,
header,
section#content,
div#maincontent,
div#middle { width:auto; float:none; margin:0; background:none; max-width:none; }

nav.metanavi,
footer,
#leftbar,
div#leftcontent,
#breadcrumb,
#keyvisual,
div#navcontainer { display:none; }


}table.jCalendar {
  border: 1px solid #000;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px;
  font-family:Arial !important;
}

table.jCalendar td {
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}
table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}
table.jCalendar td.today {
  background: #467cb4;
  color: #fff;
}
table.jCalendar td.selected {
  background: #f66;
  color: #fff;
}
table.jCalendar td.selected:hover {
  background: #f33;
  color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
  background: #fff;
  color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
  background-color: #4e8bca;
  color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
  position: relative;
}
div#dp-popup {
  position: absolute;
  z-index: 199;
}
div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}
a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
a#dp-close:hover {
  text-decoration: underline;
}
div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-prev a {
  float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}
div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-next a {
  float: right;
}
div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}
div.dp-popup td {
  cursor: pointer;
}
div.dp-popup td.disabled {
  cursor: default;
}

div.dp-popup 
{
/* Probably you want to style the color of the dp-popup check out the color.css */
  font-size: 10px;
  font-family: arial, sans-serif;
  width: 172px;
  line-height: 1.2em;
  background-color:#116ba7;
}

table.jCalendar{
  background-color:#FFFFFF;
  border-color:#666666;
  font-size:11px;
}

table.jCalendar th {
  background: #e5e5e5;
  color: #3e3d40;
  font-weight: bold;
  padding: 3px 5px;
  font-family:Arial !important;
}

table.jCalendar td{
  font-family:Arial !important;
  color:#000;
}

table.jCalendar td.today{
  /* You can find the background-color in the color.css */
  color:#fff;
}

table.jCalendar td.selected,
table.jCalendar td.selected:hover{
  background-color:#FFFFFF;
  color:#000000;
}

table.jCalendar td.disabled,
table.jCalendar td.disabled:hover{
  background-color:#fff;
  color:#797979;
}

a.dp-nav-prev-year,
a.dp-nav-prev-month,
a.dp-nav-next-year,
a.dp-nav-next-month { width:15px; height:15px; }

a.dp-nav-next-year {   background:url(/img/system/sprite.gif) no-repeat;  background-position: -644px -825px; }
a.dp-nav-next-month { background:url(/img/system/sprite.gif) no-repeat;  background-position: -640px -786px; }


a.dp-nav-prev-year { background:url(/img/system/sprite.gif) no-repeat;  background-position: -552px -825px; }
a.dp-nav-prev-month { background:url(/img/system/sprite.gif) no-repeat;  background-position: -557px -786px; }

div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
  background-position:-16px 5px;
}
/*
h1 {
  font-size: 1.6em;
  margin: 0 0 1em;
  padding: 0 0 .3em;
  border-bottom: 4px solid #ccc;
}
h1.home {
  margin: 0;
  border: none;
}
*/
div.dp-popup h2 
{
  font-size: 12px;
  margin: 2px 0;
  padding: 0;
  border: none;
  line-height:1.5em;
  color: #fff;
}

input.dp-applied {
  float: left;
  color: #464646;
}

a.dp-choose-date {
  width: 15px;
  padding: 0;
  display: block;
  height:15px;
  padding-bottom: 0.9em;
  text-indent: -2000px;
  overflow: hidden;
  background:url(/img/system/date.gif) 0 0 no-repeat;
}

a.dp-choose-date:active, a.dp-choose-date:focus {  
  background-position: 0 -32px;
 }

a.dp-choose-date.dp-disabled {
  cursor: default;
}

input.datesmall
{
  width:75px;
  border:1px solid #A5ACB2;
  color:#666666;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  height:20px;
  margin:1px 0;
  padding:2px 0 0 4px;
}@media only screen and (max-width: 1000px)
{
   .kls header div#search{ top:-128px; right:-6px;left:auto;}
}
@media only screen and (max-width: 767px)
{
    .kls header a#logo-mobile{ left:10px; }
    .kls header a#logo-mobile img{ width:295px; }
    .kls section#leftbar ul li a{ color:#0f669b; }
    .kls section#leftbar ul li a.submenuback,.kls section#leftbar ul li a.submenuback2{ color:#cb0334; }
}

.kls article.mainhome h1{ 
background: url(/img/system/teaserhead-red-small.png) 0 0 no-repeat;
}
.kls article.mainhome h1, .kls div#maincontent div.teaserbox h1{ line-height:34px; }
.kls article.mainhome h1 span , .kls div#maincontent div.teaserbox h1 span,.kls div#middle aside article.small h1 span{padding-left:18px; font-size:17px;}
.kls header div#navcontainer{ background-color: #0f669b;position:relative; }
.kls div#middle aside article.small h1{ color:#cb0334; }

.kls div.plaintext a, .kls a.arrowlink, .kls div.plaintext ul li { background:url(/img/system/link-arrow3.png) 0 5px no-repeat; padding-left:12px;}
.kls .newsitem-aktuelles a.arrowlink, .kls #aktuelles a.arrowlink,
.kls div.plaintext a.back {
    background:url(/img/system/link-arrow3.png) 0 12px no-repeat; 
}
a.dekra {position: absolute;    right: 240px;    top: 44px;}
.kls article.mainhome div.plaintext a, .kls a.overview, .kls div.plaintext a.more{ color:#cb0334; background:url(/img/system/link-arrow3.png) 0 12px no-repeat;border-left: 0;border-right: 0; }
.kls header nav#main ul li div.sublayer a:hover,
.kls header nav#main ul li div.sublayer li.selected > a,
.kls header nav#main ul li div.sublayer li:hover > a, 
.kls div#middle aside article.small div.arrowlink a,
.kls footer nav.ov h1,
.kls a.submenuhead,
.kls .ui-tabs-nav .ui-state-active a:link,
.kls .ui-tabs-nav .ui-state-active a:visited,
.kls .ui-tabs-nav .ui-tabs-selected a:link,
.kls .ui-tabs-nav .ui-tabs-selected a:visited,
.kls .ui-tabs-nav .ui-tabs-disabled a:link,
.kls .ui-tabs-nav .ui-tabs-disabled a:visited,
.kls div.plaintext a,
.kls a.overview,
.kls a.more,
.kls .caption a,
.kls header nav.metanavi ul li a.notfall,
.kls header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall span.phone,
.kls div#maincontent h2.ui-accordion-header.ui-state-active a,
.kls h2.ui-accordion-header.ui-state-active a,
.kls div#maincontent .onAccHead.selected,
.kls div#leftcontent div.inhaltsbox a{ color:#cb0334; }

.kls div.plaintext a span { color:#cb0334 !important; }

.kls div#leftcontent nav#subnavi ul li.selected a{color:#cb0334;background:url(/img/system/link-arrow3.png) 2px 4px no-repeat ;}

.kls div.slider .ui-tabs-nav,
.kls div#maincontent h2.ui-accordion-header, 
.kls h2.ui-accordion-header, 
.kls div#maincontent .onAccHead {
border: 1px solid #cb0334;
border-left: 0;border-right: 0;}

.kls div#maincontent .onAccordion div.onAccordionContent{
    border-bottom: 1px solid #cb0334;
}

.kls .tabelle thead tr th, 
.kls .tabelle tbody tr.headline td{
border: 1px solid #cb0334;
border-left: 0;
border-right: 0;
}

.kls div#middle aside article.small div.arrowlink > div{ background-image:url(/img/system/teaser-link3.png); }

.kls div#middle aside article.small { background-image: url(/img/system/teaserstartseite-small-back-red.png) }
.kls div#middle aside article.small.oshadow { background-image: url(/img/system/teaserstartseite-small-oshadow-back-red.png) }
.kls div#middle aside article.small h1{ background-image: url(/img/system/teaserhead-white3-small.png);font-size:17px; }

.kls header nav#main ul li > a:hover,.kls header nav#main ul li.selected > a, .kls header nav#main ul li:hover > a { 
color:#FFF;
background-color:#cb0334;
}
.kls header nav#main ul li div.sublayer a:hover, 
.kls header nav#main ul li div.sublayer li.selected > a, 
.kls header nav#main ul li div.sublayer li:hover > a{ background-image: none; }

.kls header nav#main ul li div.sublayer ul li.selected ul li.selected a, 
.kls header nav#main ul li div.sublayer ul li ul li a:hover{ background: url(/img/system/link-arrow-grey.gif) 22px 10px no-repeat; }

.kls #logo img { 
height: 105px;
padding: 10px;
} 

.kls header nav#main ul li div.medizin ul li.hasChildren a, 
.kls header nav#main ul li div.medizin ul li.hasChildren a:hover {
background: url("/img/system/link-arrow.gif") no-repeat right 10px transparent;
}

.kls header nav.metanavi ul li a.notfall {
background: url(/img/system/notfall-button-red.png) 0 0 no-repeat;
padding-left:7px;
width:82px;
background-size:100% 100%;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='/img/system/notfall-button-red.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='/img/system/notfall-button-red.png',
sizingMethod='scale')";
}

.kls div#maincontent h2.ui-accordion-header, 
.kls h2.ui-accordion-header, 
.kls div#maincontent .onAccHead {
background: url(/img/system/accordion-red.png) right 0 no-repeat;}

.kls div#kv-pager a {
background: url(/img/system/kv-navi-red.png) 0 0 no-repeat;}

.kls div#kv-pager a.activeSlide {
background-position: 0 -16px;
}

.kls div#maincontent div.teaserbox h1{ width: 103px;background: url(/img/system/teaserhead-red-small.png) 0 0 no-repeat;padding-left:37px;  }


.kls a.submenuhead{ background: none; padding-left:20px; }

.kls div#subnavi-overview ul li a.textlink{ color:#cb0334; padding-left:5px; background:none; }

.kls div.ui-tabs { border-color:#cb0334; }

.kls div.slider .ui-tabs-nav .ui-tabs-selected a, 
.kls div.slider .ui-tabs-nav .ui-state-active a{
    background:url(/img/system/selectedtab-red.png) center bottom no-repeat;
}
 .kls div#maincontent div.teaserbox h1 span{ padding-left:0; }
 
 .kls article.mainhome,.kls div.teaserbox{
     height:265px;
     background-size:100% 100%;
 }
 
 .kls h2.ui-accordion-header.ui-state-active, 
 .kls div#maincontent h2.ui-accordion-header.ui-state-active{
     background-position: right -29px;
 }
 .kls .sitemap div.plaintext a{ background:none; }
 
 /* News Startseite nur einblenden wenn mind. 1 */
 .kls #contentwide .mainhome ~ .clear + .generate-ui-tab {
     display: none;
 }@media only screen and (max-width: 1000px)
{
   .mvz header div#search{ top:-128px; right:-6px;left:auto;}
}
@media only screen and (max-width: 767px)
{
    .mvz header a#logo-mobile{ left:10px; }
}

.mvz article.mainhome h1{ 
background: url(/img/system/teaserhead-green-small.png) 0 0 no-repeat;
}


.mvz article.mainhome { background-image:url(/img/system/teaserstartseite-back2.png); height:260px; }

div#middle aside article.small { padding-bottom:35px; }

.mvz article.mainhome h1, .mvz div#maincontent div.teaserbox h1{ line-height:34px; }
.mvz article.mainhome h1 span , .mvz div#maincontent div.teaserbox h1 span,.mvz div#middle aside article.small h1 span{padding-left:20px; font-size:17px;}
.mvz header div#navcontainer{ background-color: #99c016;position:relative; }

.mvz article.mainhome div.plaintext a, .mvz a.arrowlink, .mvz div.plaintext a, .mvz a.overview{ color:#026393; background-image:url(/img/system/link-arrow2.png); }
.mvz aside div.plaintext a {background: url(/img/system/link-arrow2.png) 0 12px no-repeat; }
.mvz div.plaintext a{ background:none; }
.mvz div#middle aside article.small div.arrowlink a { color:#026393; }

.mvz div#middle aside article.small div.arrowlink > div{ background-image:url(/img/system/teaser-link2.png); }

.mvz div#middle aside article.small { padding-bottom:45px; background-image: url(/img/system/teaserstartseite-small-back-green.png) }
.mvz div#middle aside article.small.oshadow { background-image: url(/img/system/teaserstartseite-small-oshadow-back-green.png) }
.mvz div#middle aside article.small h1{ background-image: url(/img/system/teaserhead-white2-small.png); font-size:17px; }

.mvz div#middle aside article.small .arrowlink p{ color: #126d9a;}

.mvz #logo img{ height: 100px; padding-top: 10px;}
.mvz footer img.tuv{ display:none; }
.mvz .absenden a{ background-color:  #99c016;}
.mvz div#maincontent div.teaserbox h1{ width: 103px;background: url(/img/system/teaserhead-green-small.png) 0 0 no-repeat;padding-left:37px;  }

.mvz .sitemap div.plaintext a{ background:none; }
/* ::: jQuery ui-tabs ::: */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
  .ui-tabs-hide {
    position: absolute;
    left: -10000px;
  }
}
@media print {
  .ui-tabs-nav {
    display:none;
  }
}

div.ui-tabs { 
 border-bottom:1px solid #759901;
}

div.ui-tabs.tabstartseite {
 border-bottom:0;
}

/* Skin */
.ui-tabs-nav {
  list-style:none;
  margin:0;
  padding:0 0 0 1px;
}

div.slider .ui-tabs-nav {
 border:1px solid #759901;
 border-left:0;
 border-right:0;
 height:49px;
 margin-bottom:21px;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  display:block;
  clear:both;
  content:" ";
}
.ui-tabs-nav li {
  float:left;
  margin:0 0 0 -1px;
  min-width:84px; /* be nice to Opera */
}

div.tabstartseite { width:709px; position:relative; }

div.tabstartseite .ui-tabs-nav a,
div.tabstartseite .ui-tabs-nav a span {
  display:block;
  height:45px;
}

div.slider .ui-tabs-nav a { 
 height:60px;
 display:block;
 line-height:49px;
 padding:0 10px;
}

div.tabstartseite .ui-tabs-nav a {
  padding-right:4px;
  background:url(/img/system/tabstartseite-right.png) right -45px no-repeat;
}

div.tabstartseite .ui-tabs-nav a span {
  background:url(/img/system/tabstartseite-left.png) 0 -45px no-repeat;
  font-size:18px;
  color:#999;
  font-family:TodaySans, Arial, Helvetica, sans-serif;
  padding-top:18px;
  padding-left:29px;
  padding-right:19px;
  height:27px;
}

.ui-tabs-nav a {
  margin:0;
  color:#464646;
  font-weight:normal;
  text-align:center;
  text-decoration:none;
  white-space:nowrap; /* required in IE 6 */
  outline:0; /* prevent dotted border in Firefox */
}
div.tabstartseite .ui-tabs-nav .ui-tabs-selected a {
div.tabstartseite .ui-tabs-nav .ui-state-active a,
 background-position:right 0;
}
div.tabstartseite .ui-tabs-nav .ui-tabs-active a span {
 background-position:0 0;
 color:#026393;
}

div.slider .ui-tabs-nav .ui-tabs-selected a,
div.slider .ui-tabs-nav .ui-state-active a {
 background:url(/img/system/selectedtab.png) center bottom no-repeat;
}

.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav .ui-state-active a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {

}
.ui-tabs-nav a,
.ui-tabs-nav .ui-tabs-disabled a:hover,
.ui-tabs-nav .ui-tabs-disabled a:focus,
.ui-tabs-nav .ui-tabs-disabled a:active {

}
.ui-tabs-nav .ui-tabs-selected a span,
.ui-tabs-nav .ui-state-active a span,
.ui-tabs-nav a:hover span,
.ui-tabs-nav a:focus span,
.ui-tabs-nav a:active span {

}
.ui-tabs-nav a span,
.ui-tabs-nav .ui-tabs-disabled a:hover span,
.ui-tabs-nav .ui-tabs-disabled a:focus span,
.ui-tabs-nav .ui-tabs-disabled a:active span {

}

.ui-tabs-nav .ui-state-active a:link,
.ui-tabs-nav .ui-state-active a:visited,
.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor:text;
  color:#759901;
  font-weight:bold;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover,
.ui-tabs-nav .ui-tabs-unselect a:focus,
.ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
  cursor:pointer;
}
.ui-tabs-disabled {
/*  opacity:.4;
  filter:alpha(opacity=40);*/
}
div.tabstartseite .ui-tabs-panel {
  border-bottom:1px solid #ccc;
  padding:16px 0;
  margin-left:9px; 
  background:#fff;
}
.ui-tabs-loading em {
  padding:0 0 0 20px;
  /*background:url(loading.gif) no-repeat 0 50%;*/
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  display:inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, IE 6 will ignore rule */
  display:inline-block;
}/* ::: onAccordion ::: */

*:focus  
{  
    outline: none;  
}  
.onAccordion { }

div#maincontent h2.ui-accordion-header,
h2.ui-accordion-header,
div#maincontent .onAccHead {
  background: url(/img/system/accordion.png) right 0 no-repeat;
  cursor:pointer;
  border:1px solid #759901;
  border-left:0;
  border-right:0;
  line-height:29px;
  padding:0;
  font-size:12px;
  color:#666;
  padding-left:9px;
  margin-top:10px;
}

h2.ui-accordion-header a,
h2.ui-accordion-header a:focus,
h2.ui-accordion-header a:active,
h2.ui-accordion-header a:hover { 
  font-size:12px;
  color:#666;
  text-decoration:none;
  outline:none;
}

div#maincontent h2.ui-accordion-header.ui-state-active a,
h2.ui-accordion-header.ui-state-active a,
div#maincontent .onAccHead.selected {
 color:#759901;
}

div#maincontent .onAccordion div.onAccordionContent { 
 padding-bottom:0;
 border-bottom:1px solid #759901;
}
div#maincontent .onAccordion .onAccHead.selected,
h2.ui-accordion-header.ui-state-active,
div#maincontent h2.ui-accordion-header.ui-state-active {
  background-position:right -29px;
  border-bottom:0;
  margin-bottom:1px;
}
.onAccordion div h3 {
  padding:10px 10px 0 10px;
}
.onAccordion div.onAccordionContent {
  padding:10px 0 10px 10px;
}/* ::: Pager ::: */
.pager {
  margin-bottom:16px;
  padding:4px 5px;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
  line-height:22px;
}
.pager-backward,
.pager-forward {
  float:left;
  width:30px;
}
.pager-forward {
  float:right;
}
.pager a {
  float:left;
  width:15px;
  text-align:center;
  text-decoration:none;
  font-size:18px;
  color:#006699;
}
.pager-info {
  text-align:center;
}/* iPad */
@media only screen and (max-width: 1000px) {
  
li#atotop,
li#atofav { display:none; }

footer img.tuv { margin-left:240px; float:none; }

header nav#main ul li div.sublayer a { padding-right:10px; }

header,div#middle,
header nav#main ul li div.sublayer { width:768px; }
article.mainhome h2 { margin:5px 0; }
header nav#main ul li div.sublayer.tagcloud { width:678px; }

header nav#main ul li div.sublayer ul li div.sublayer2 {
 width:738px;
 padding-right:30px;
}
header nav#main ul li div.sublayer ul li div.sublayer2 article {
 padding-left:20px;
}

div.youtube iframe { width:390px; height:290px; }

header nav#main ul li div.medizin ul { width:175px; }
header nav#main ul li div.medizin ul#medizin li div.sublayer2 { left:190px; }
header nav#main ul li div.sublayer ul li ul { width:260px; }

div#leftcontent { width:172px; }
section#content { width:390px; }

div#middle aside { width:160px; }

footer div.inner { width:728px; }
section#keyvisual { min-width:768px; }
div.news { width:560px; }

article.mainhome,
article.newsitem-aktuelles { width:145px; }
article.mainhome img.top,
aside img.top { width:160px; }

div.leftarticle { width:290px; }

div#maincontent { margin:0; width:751px; }

article.mainhome { width:150px; }
div.teaserbox img { width:150px; }

div.teaserbox { width:160px; padding-left:0; padding-right:0; }
article.mainhome h1, div#maincontent div.teaserbox h1 { right:0; }

article.newsitem-aktuelles,
div#aktuelles div.item, article.newsitem,div.news { height:150px; }

section#contentwide,
div.tabstartseite { width:570px; }
body.home div#middle aside { width:190px; }

div#search { 
 position:absolute;
 z-index:99;
 top:-3px;
/* left:438px;*/
 left:60%;
}

header div#search input { height:20px; background:none; border:1px solid #e4e4e4; }

.onAccordion .imgleft { float:none; }

#content .ui-tabs-nav li {float: none;}
  
#content div.slider .ui-tabs-nav {height:auto; border-bottom: none;}

#content .ui-tabs-nav .ui-tabs-selected a span, #content .ui-tabs-nav a:hover span, #content .ui-tabs-nav a:focus span, #content .ui-tabs-nav a:active span {
    border-bottom: 1px solid #759901;
    display: block;
}

#content div.slider .ui-tabs-nav a {padding:0px;}

}/* Handy */
@media only screen and (max-width: 767px) {
  
div#container {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}


div.imgright,
div.imgleft { 
    width:100% !important;
    float:none;
    margin:0;
}

div.imgright img,
div.imgleft img {
    max-width:100%;
    width:100%;
}
.caption p { margin-top:0; }


.jobliste { max-width:100%; overflow:auto; }

.plaintext a { white-space:nowrap; }

div#leftcontent { display:none; }

body.menuactive div#website {
  overflow: hidden;
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
}

div#middle aside article.small { padding:24px 15px; }
.mvz div#middle aside article.small { background-color:#adcd45; box-shadow:0 0 20px #666; }
div#middle aside article.small h1 { right:15px; }

div#website {
  position:relative;
  z-index:10; 
  width: 100%;
  transition: 0.25s all ease-in;
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -ms-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
}

div.youtube iframe { width:300px; height:200px; }

.absenden a { margin:1px 0 12px 0; }

section#leftbar { 
border-right: 2px solid #E4E4E4;
margin-left:-2px !important;
  display: block; 
  position:absolute;
  top:0;
  left:0;
  z-index:1; 
  height: 100%;
  margin: 0;
  width: 80%;
  background: white;
  transition: 0.25s all ease-in;
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -ms-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
 }
section#leftbar ul { margin:0; }

section#leftbar ul { 
  position: relative;
  margin:0;
  padding:0;
  z-index: 9;
  -webkit-transition: -webkit-transform .3s linear;
  -moz-transition: -moz-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  transition: transform .3s linear;
}
section#leftbar ul li a {
 display:block;
 padding:10px 15px;
 border-bottom:1px solid #e4e4e4;
 text-decoration:none;
 color:#026393;
 font-size:14px;
 font-weight:bold;
}

section#leftbar ul li a.submenuback,
section#leftbar ul li a.submenuback2 { color:#666; }

section#leftbar a.hasmenu,
section#leftbar a.hasmenu2 {  }

section#leftbar ul.submenuon {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

section#leftbar ul.topnavi div.sublayer,
section#leftbar ul.topnavi div.sublayer2 {
  position: absolute;
  left: 100%;
  width: 100%;
  display: none;
  top: 0;
  border-left: 1px solid #C9C9C9;
  margin-left: -1px;
}

section#leftbar ul.topnavi div.sublayer.submenuon,
section#leftbar ul.topnavi div.sublayer2.submenuon { 
 display:block;
}

nav.metanavi li.menubutton { display:block; }
nav.metanavi li.menubutton a { background:none; }

nav#breadcrumb { background: url(/img/system/dottedline.gif) 0 bottom repeat-x; padding-bottom:10px; margin-bottom:10px; }

  nav.metanavi { margin-bottom:130px; }
  nav.metanavi li.startseite,
  nav.metanavi li.imprint { display:none; }
  nav#main { display:none; }
  header div#navcontainer { background-color:transparent; }
  header div#search  { position:static; float:none; }

  header { height:193px; width:320px; position:relative; }
  header a#logo,
  header a#wordmark-link { display:none; }
  header img#wordmark { display:none; }

a.prev { left:0; }
footer div.more { display:none; }
footer div.inner,
section#contentwide2 .news_aktuelles .news { width:300px; }
footer nav.metanavi { clear:both; float:none; margin-bottom:30px; width:300px; }

div.leftarticle { width:260px; }
footer div#overview { display:none; }

section#keyvisual { min-width:320px; top:193px; }
section#keyvisual div.keyvisual { width:100% !important; height:122px; min-width:320px; background-size:cover !important; }

body.home section#keyvisual div.keyvisual { height:158px; }
body.home header { margin-bottom:122px; }


div.teaserbox img { width:180px; }
article.mainhome img.top, aside img.top { width:auto; }

body.home aside img.top { width:160px; }

article.mainhome, div.teaserbox { width:200px; float:none; margin-bottom:10px; }

div.teaserbox { height:auto; padding-bottom:0; padding-top:0; }

div.news { height:270px; width:320px; }
div#aktuelles div.item { width:320px; }
article.newsitem-aktuelles { width:280px; height:110px; border:0;float:none;  border-bottom:1px solid #ccc; padding:0; padding-bottom:5px; margin:0 20px; }
article.newsitem-aktuelles.itemlast { border-bottom:0; padding-bottom:0; }

div#middle aside { clear:both; float:none; width:230px; margin:0 auto; margin-bottom:20px; }

div.tabstartseite .ui-tabs-panel { margin-left:0; }

article.newsitem-aktuelles, div.news { height:auto; }
div#termine, div#termine article.newsitem { height:280px; }


div#aktuelles div.item, article.newsitem { width:260px; }

article.mainhome { margin-left:40px; }

article.newsitem div.imgleft { float:none; }

section#content { width:300px;position:relative; }

div#middle,
section#contentwide, div.tabstartseite { width:320px; }

.captcha img { margin:1px 0 4px 0; }

section#contentwide2 { width:300px; }

article.mainhome h1, div#maincontent div.teaserbox h1 { right:10px; }

div#middle { padding-bottom:0; }

div#maincontent { width:300px; padding:15px 10px 0; }

div#kv-pager { display:none; }

header nav.metanavi { padding-left:0; }
header nav.metanavi ul li a { line-height:32px; padding:0 7px; background-position:0 11px; }
header nav.metanavi ul li.sublayer { height:25px; background-position:0 11px; padding-top:7px; position:static; }
header nav.metanavi ul li a.notfall { line-height:19px; width:56px; }
header nav.metanavi ul li.sublayer div.sublayer { left:-1px; top:30px; background:none; width:320px; padding-bottom:0; }
header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall { background:none; background-color:#fff; border:1px solid #e4e4e4; width:300px; padding:5px 10px 0; }
  header a#logo-mobile { display:block; position:absolute; z-index:1; top:40px; left: 10px; width: 300px; }

header div#search input { height:28px; margin-left:10px; width:246px;  }
header div#search { margin-right:0; }
header div#search a { width:30px; height:30px; }
header div#search a img { height:30px; }

#mainmiddle_content_sucheingabeTermine .halb{
    width:280px;
}
#mainmiddle_content_sucheingabeTermine .halb.right{
    width:280px;
    padding-left:0;
}
#mainmiddle_content_sucheingabeTermine input.text{
    width:220px;
}
    input#mainmiddle_content_sucheingabeTermine_Suchbegriff.text{
        width:224px;
    }
#mainmiddle_content_sucheingabeTermine select, #mainmiddle_content_sucheingabeTermine option{
    width:230px;
}
.calleft{
    margin-right:0;
}
    .calleft.right{
        position:absolute;
        top:0;
        right:0;
    }
.terminArtikel, .terminArtikel.details{
    width:300px;
}
    .details div.terminArtikel h2, .details .datum, .details .kurzbeschreibung{
        width:205px;
    }
    .terminArtikel .datum{
        min-height:30px;
    }
a.backlink{
    margin-bottom:30px;
}

.privacy label {
    display:inline;
}

.privacy input.radio {
    margin-top:0;
}
}/* ::: Tabelle ::: */
.tabelle {
  width:100%;
  border:1px solid #e6e6e6;
  border-top:0;
  border-bottom:0;
  border-collapse:collapse;
}
.tabelle thead tr {
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
  padding:5px 10px;
  border:1px solid #759901;
  border-left:0;
  border-right:0;
  font-weight:bold;
  text-align:left;
  vertical-align:top;
}
.tabelle tbody tr td {
  padding:5px 10px;
  vertical-align:top;
  background:url(/img/system/dottedline.gif) 0 bottom no-repeat;
}
.tabelle tbody tr.zentriert td,
.tabelle tbody tr td.zentriert {
  text-align:center;
}
.tabelle tbody tr.links td
.tabelle tbody tr td.links {
  text-align:left;
}
.tabelle tbody tr.rechts td,
.tabelle tbody tr td.rechts {
  text-align:right;
}

.tabelle p { margin:0; }@media only screen and (max-width: 1000px)
{
   .medilev header div#search{ top:-128px; right:-6px;left:auto; }
   .medilev header div#search input { color:#fff; }
}
@media only screen and (max-width: 767px)
{
    .medilev header a#logo-mobile{ left:10px; }
}

.medilev #logo-mobile img { width:100%; }

.medilev article.mainhome h1{ 
background: url(/img/system/teaserhead-medilev-small.png) 0 0 no-repeat;
}

.medilev #overview a.logos.pse { display:none; }

.medilev article.mainhome { background-image:url(/img/system/teaserstartseite-back2.png); height:260px; }

.medilev div#middle aside article.small { padding-bottom:35px; }

.medilev article.mainhome h1, .medilev div#maincontent div.teaserbox h1{ line-height:34px; }
.medilev article.mainhome h1 span , .medilev div#maincontent div.teaserbox h1 span,.medilev div#middle aside article.small h1 span{padding-left:20px; font-size:17px;}
.medilev header div#navcontainer{ background-color: #00afd8;position:relative; }

.medilev article.mainhome div.plaintext a, .medilev a.arrowlink, .medilev div.plaintext a, .medilev a.overview{ color:#00679a; background-image:url(/img/system/link-arrow2.png); }
.medilev aside div.plaintext a {background: url(/img/system/link-arrow2.png) 0 12px no-repeat; }
.medilev div.plaintext a{ background:none; }
.medilev div#middle aside article.small div.arrowlink a { color:#00679a; }

.medilev div#middle aside article.small div.arrowlink > div{ background-image:url(/img/system/teaser-link2.png); }

.medilev div#middle aside article.small { padding-bottom:45px; background-image: url(/img/system/teaserstartseite-small-back-medilev.png) }
.medilev div#middle aside article.small.oshadow { background-image: url(/img/system/teaserstartseite-small-oshadow-back-green.png) }
.medilev div#middle aside article.small h1{ background-image: url(/img/system/teaserhead-medilev-white-small.png); font-size:17px; }

.medilev div#middle aside article.small .arrowlink p{ color: #126d9a;}

.medilev #logo img{ height: 100px; padding-top: 10px;}
.medilev footer img.tuv{ display:none; }
.medilev .absenden a{ background-color:  #00afd8;}
.medilev div#maincontent div.teaserbox h1{ width: 103px;background: url(/img/system/teaserhead-medilev-small.png) 0 0 no-repeat;padding-left:37px;  }

.medilev .sitemap div.plaintext a{ background:none; }

.medilev header nav#main ul li > a:hover,
.medilev header nav#main ul li.selected > a,
.medilev header nav#main ul li:hover > a {
    background-color:#006599;
    color:#fff;
}

.medilev header a#logo { width:300px; }

.medilev header nav.metanavi ul li a.notfall {
    background-image:url(/img/system/notfall-button-medilev2.gif);
    width:155px;
    color:#02b0d5;
}

.medilev header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall {
    background-image:url(/img/system/notfall-back-ml.png);
}

.medilev div#kv-pager a {
    background-image:url(/img/system/kv-navi-medilev.png);
}

.medilev div#maincontent h2.ui-accordion-header.ui-state-active a,
.medilev h2.ui-accordion-header.ui-state-active a,
.medilev div#maincontent .onAccHead.selected,
.medilev a.submenuhead,
.medilev .ui-tabs-nav .ui-state-active a:link,
.medilev .ui-tabs-nav .ui-state-active a:visited,
.medilev .ui-tabs-nav .ui-tabs-selected a:link,
.medilev .ui-tabs-nav .ui-tabs-selected a:visited,
.medilev .ui-tabs-nav .ui-tabs-disabled a:link,
.medilev .ui-tabs-nav .ui-tabs-disabled a:visited,
.medilev header nav.metanavi ul li.sublayer div.sublayer div.sublayer-notfall span.phone {
    color:#00679a;
}
.medilev div.plaintext a span {
    color:#00679a !important;
}

.medilev div#maincontent h2.ui-accordion-header,
.medilev h2.ui-accordion-header,
.medilev div#maincontent .onAccHead {
    background-image:url(/img/system/accordion-medilev.png);
}

.medilev div#maincontent h2.ui-accordion-header,
.medilev h2.ui-accordion-header,
.medilev div#maincontent .onAccHead,
.medilev div#maincontent .onAccordion div.onAccordionContent,
.medilev div.slider .ui-tabs-nav,
.medilev div.ui-tabs,
.medilev .tabelle thead tr th,
.medilev .tabelle tbody tr.headline td {
    border-color:#00679a;
}

.medilev div.plaintext ul li,
.medilev a.submenuhead {
    background-image:url(/img/system/link-arrow2.png);
}
.medilev a.submenuhead {
    padding-left:20px;
}

.medilev div.slider .ui-tabs-nav .ui-tabs-selected a,
.medilev div.slider .ui-tabs-nav .ui-state-active a {
    background-image:url(/img/system/selectedtab-medilev.png);
}.cc_container .cc_logo {
    display:none !important;
}.mvz header a#logo {
  max-width: 450px;
  width: 100%;
  margin-right: 0;
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 1000px) {
    .mvz header a#logo {
      margin-top: 45px;
      max-width: 300px; } }
  @media only screen and (max-width: 767px) {
    .mvz header a#logo {
      max-width: 100%;
      margin-top: 0;
      display: none; } }
  .mvz header a#logo img {
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 100%;
    padding-top: 0; }
    @media only screen and (max-width: 1000px) {
      .mvz header a#logo img {
        max-width: 140px; } }

.mvz #logo-mobile {
  max-width: 100%;
  width: calc(100% - 10px);
  margin-right: 0;
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  display: none; }
  @media only screen and (max-width: 767px) {
    .mvz #logo-mobile {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .mvz #logo-mobile img {
    width: 100%;
    max-width: 130px;
    height: auto;
    max-height: 100%;
    padding-top: 0; }

@media only screen and (max-width: 1000px) {
  .mvz article.mainhome img.top, .mvz aside img.top {
    width: auto !important; } }

@media only screen and (max-width: 1000px) {
  .mvz aside {
    width: 230px !important; } }

.mvz header nav#main ul li > a:hover,
.mvz header nav#main ul li.selected > a,
.mvz header nav#main ul li:hover > a {
  color: #fff;
  background-color: #ef8942; }

.mvz div#middle aside article.small {
  background: url("/img/system/teaserstartseite-small-back-orange.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .mvz div#middle aside article.small {
      box-shadow: none !important; } }

.mvz header nav#main ul li div.sublayer a:hover, .mvz header nav#main ul li div.sublayer li.selected > a, .mvz header nav#main ul li div.sublayer li:hover > a {
  color: #ef8942;
  background: url(/img/system/sublink-hover-mvz.png) 10px 3px no-repeat;
  margin-top: 0; }

.theme--color a.submenuhead {
  color: #ef8942;
  background: url(/img/system/sublink-hover-mvz.png) 0 2px no-repeat; }

.theme--color .mvz div#maincontent div.teaserbox h1 {
  background: url(/img/system/teaserhead-green-small-mvz.png) 0 0 no-repeat; }

.theme--color div.plaintext a span {
  color: #ef8942 !important; }

.theme--color .div#maincontent .onAccordion div.onAccordionContent {
  border-bottom: 1px solid #ef8942; }

.theme--color div#maincontent h2.ui-accordion-header, .theme--color h2.ui-accordion-header, .theme--color div#maincontent .onAccHead {
  background: url(/img/system/accordion-mvz.png) right 0 no-repeat;
  border: 1px solid #ef8942;
  border-left: 0;
  border-right: 0; }

.theme--color div#maincontent .onAccordion div.onAccordionContent {
  border-bottom: 1px solid #ef8942; }

.theme--color div#maincontent h2.ui-accordion-header.ui-state-active a, .theme--color h2.ui-accordion-header.ui-state-active a, .theme--color div#maincontent .onAccHead.selected {
  color: #ef8942; }

.theme--color .mvz article.mainhome div.plaintext a, .theme--color .mvz a.arrowlink, .theme--color .mvz div.plaintext a, .theme--color .mvz a.overview {
  color: #ef8942; }

.theme--color div#maincontent .onAccordion .onAccHead.selected, .theme--color h2.ui-accordion-header.ui-state-active, .theme--color div#maincontent h2.ui-accordion-header.ui-state-active {
  background-position: right -29px !important; }

.theme--color .caption a {
  color: #ef8942; }.gallery * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallerybox {
  margin-top: 10px;
}
.gallerybox * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallerybox .galleryrow {
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.gallerybox .galleryrow:after {
  content: "";
  clear: both;
  display: table;
}
.gallerybox .galleryrow a {
  display: block;
  width: calc(33.33% - 10px);
  height: 100%;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  max-height: 230px;
}
.gallerybox .galleryrow a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .gallerybox .galleryrow a {
    width: calc(50% - 10px);
  }
}
.pagination {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
.pagination a {
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 20px;
  margin-right: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  padding: 0 6px;
  background: #026393;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 5px;
}
.pagination a.selected {
  color: #fff;
  background-color: #9ac01f;
}body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}.notfall-wrapper *,
.notfall-wrapper *::before,
.notfall-wrapper *::after {
  box-sizing: border-box;
}
.notfall-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.notfall-wrapper.notfall-show {
  display: block;
}
.notfall-wrapper.notfall-hide {
  display: none;
}
.notfall-wrapper a {
  color: #84ae25;
}
.notfall-wrapper a:hover {
  color: rgba(132, 174, 37, 0.8);
}
.notfall-wrapper .notfall-item {
  background: #ffffff;
  padding: 10px;
  padding: 45px 10px;
  display: inline-block;
  width: 100%;
  max-width: 670px;
  text-align: center;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 610px;
  height: 100vh;
  overflow: auto;
}
@media (max-width: 768px) {
  .notfall-wrapper .notfall-item {
    max-height: 80%;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: inherit;
    max-width: 450px;
    width: 100%;
    padding: 40px 30px;
  }
  .notfall-wrapper .notfall-item .img-wrapper,
  .notfall-wrapper .notfall-item .text-wrapper {
    width: 100%;
  }
  .notfall-wrapper .notfall-item .img-wrapper .imgleft,
  .notfall-wrapper .notfall-item .text-wrapper .imgleft {
    max-width: 250px;
    margin: 0 auto 25px;
  }
}
.notfall-wrapper .notfall-item .notfall-close {
  position: absolute;
  right: 10px;
  top: 0px;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 30px;
}
.notfall-wrapper .notfall-item .notfall-inner {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.notfall-wrapper .notfall-item .notfall-inner h3 {
  color: #006699;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1em;
  font-family: TodaySans, Arial, Helvetica, sans-serif;
}
.notfall-wrapper .notfall-item .notfall-inner p {
  color: #4d4d4d;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 17px;
}
.notfall-wrapper .notfall-item .notfall-inner ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  color: #4d4d4d;
  padding-left: 14px;
}
.notfall-wrapper .notfall-item .notfall-inner .notfall-link {
  background: #84ae25;
  border-radius: 3px;
  padding: 7px 30px;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease-in-out;
}
.notfall-wrapper .notfall-item .notfall-inner .notfall-link:hover {
  background: #445a13;
  text-decoration: none;
}
.notfall-wrapper .notfall-item .notfall-inner .img-wrapper,
.notfall-wrapper .notfall-item .notfall-inner .text-wrapper {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .notfall-wrapper .notfall-item .notfall-inner .img-wrapper,
  .notfall-wrapper .notfall-item .notfall-inner .text-wrapper {
    width: 100%;
  }
}
.notfall-wrapper .notfall-item .notfall-inner .text-wrapper {
  text-align: left;
}