#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/* rosario-regular - latin */
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fluchthilfe/fonts/rosario-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-regular.svg#Rosario') format('svg'); /* Legacy iOS */
}

/* rosario-700 - latin */
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fluchthilfe/fonts/rosario-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700.svg#Rosario') format('svg'); /* Legacy iOS */
}

/* rosario-italic - latin */
@font-face {
  font-family: 'Rosario';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fluchthilfe/fonts/rosario-v22-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-italic.svg#Rosario') format('svg'); /* Legacy iOS */
}

/* rosario-700italic - latin */
@font-face {
  font-family: 'Rosario';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fluchthilfe/fonts/rosario-v22-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fluchthilfe/fonts/rosario-v22-latin-700italic.svg#Rosario') format('svg'); /* Legacy iOS */
}


/***** RESETS *****/

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea { margin:0; padding:0; }
table { border-spacing:0; border-collapse:collapse; }
caption,th,td { text-align:left; text-align:start; vertical-align:top; }
abbr,acronym { font-variant:normal; border-bottom:1px dotted #666; cursor:help; }
blockquote,q { quotes:none; }
fieldset,img { border:0; } 
ul { list-style-type:none; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
del { text-decoration:line-through; }
ins { text-decoration:none; }
header,footer,nav,section,aside,article,figure,figcaption { display: block; }

html { overflow-y: scroll; }
body { font-size: 14px; line-height: 1; font-family: 'Rosario', sans-serif; color: #323232; font-weight: 400; }
input,button,textarea,select { font-family:inherit; font-size:99%; font-weight:inherit; }
table { font-size: inherit; }
img, object, embed, video { max-width: 100%; }
img { height: auto; }

.invisible { width: 0px; height: 0px; left: -1000px; top: -1000px; position: absolute; overflow: hidden; display: inline; }
.clr, #clr { clear: both; }
.block { display: block; overflow: hidden; }
.small { display: block; font-size: 0.8em; line-height: 1.4em; }
strong { font-weight: 700; }


/***** GLOBAL *****/

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

h2 { font-size: 1.5em; margin: 0.4em 0 0.7em; line-height: 1.2em; font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }
h3 { font-size: 1.1em; font-weight: 700; line-height: 1.2em; margin: 1.8em 0 0.3em; }
a { color: #b75725; text-decoration: none; outline: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
a:hover { color: #000; text-decoration: none; }
p { margin: 0 0 1.4em; line-height: 1.5em; }
p.small { font-size: 0.8em; line-height: 1.4em; }
p + h2 { margin-top: 2em; }
.mime_icon { vertical-align: text-top; }

hr { border: 0px none; color: #ccc; background-color: #ccc; height: 1px; padding: 0px; display: block; }


/***** CONTAINER *****/

#wrapper { position: relative; max-width: 1000px; margin: 0 auto; }
#container { padding-top: 15px; line-height: 1.5; }
#container:after { content: "."; clear: both; display: block; visibility: hidden; height: 0px; }
#footer { margin: 4em 0 2em 0; text-align: center; line-height: 2.5em; }

.mod_breadcrumb, #footer { font-size: 0.75em; letter-spacing: 0.1em; }
#footer a#totop { font-weight: 700; padding: 0 0.5em; }
#header .lang { width: 30px; height: 20px; background: url("../../files/fluchthilfe/pics/flags.png") no-repeat left top; text-indent: -9999em; display: inline-block; z-index: 9; }
#header .lang.en { background-position: left -20px; }
#footer .toggle > * { display: inline-block; text-align: center; overflow: visible; }
#footer .socials { margin: 1em 0; }
#footer .socials a { margin: 0 0.3em; }
/***** MAIN *****/
#main .mod_article.first > .mod_customnav.lang { float: right; margin-right: -250px; margin-top: 1em; width: 220px; }
#main .mod_article.first > .mod_customnav.lang li { float: left; list-style: none; margin-right: 1em; padding: 0; }
#main .mod_article.first > .mod_customnav.lang li span, #main .mod_article.first > .mod_customnav.lang li a { display: block; text-indent: -9999em; background: url("../../files/fluchthilfe/pics/flags.png") no-repeat left top; width: 30px; height: 20px; overflow: hidden; }
#main .mod_article.first > .mod_customnav.lang li a { filter: alpha(opacity=40); opacity: 0.4; }
#main .mod_article.first > .mod_customnav.lang li.last a, #main .mod_article.first > .mod_customnav.lang li.last span { background-position: left -20px; }

h1 { width: 0px; height: 0px; left: -1000px; top: -1000px; position: absolute; overflow: hidden; display: inline; }
body.medien .ce_headline + .ce_download { margin-top: 0.8em; }

#container a { font-weight: 700; }
#main a img { display: block; }

body.forum #main .mod_article { padding-right: 0; }
#main .ce_text { overflow: visible; margin: 0 0 3em; }
#main .ce_text.nomargin { margin: 0; }
#main .ce_text.kasten { background: #EEEEEF; padding: 1em 1em 0.3em; margin: -1.6em 0 1.4em; }
#main .ce_text.kasten h3 { margin-top: 0; }
#main .mod_article .ce_image.last { margin: 0 0 2em; }
#main .mod_article .ce_text.last  .image_container.float_below { margin: 0 0 3em; }

#main .image_container.float_left { margin-right: 1em; }
#main .image_container.float_left .caption { margin-bottom: 1em; }
#main .caption { font-size: 0.75em; line-height: 1.4em; margin-bottom: 2em; }

#main .ce_text p { text-align: justify; }
#main .ce_text ol,
#main .ce_text ul { padding: 0; margin: 0 0 1.4em; overflow: auto; zoom: 1; }
#main .ce_text ul { list-style-type: square; }
#main .ce_text ol { list-style-type: decimal; }
#main .ce_text ol li, 
#main .ce_text ul li { margin: 0 0 0.5em 1.75em; padding: 0 0 0 0.25em; }

#main .ce_gallery ul { overflow: hidden; }
#main .ce_gallery .caption { margin-bottom: 2em; }
#main .ce_gallery.space .caption { margin-bottom: 3em; }
body.ie8 #main .accordion .ce_gallery .image_container { width: 110px; }
#main .ce_download  + .ce_text { margin-top: 3em; }
#main .ce_download  + .ce_text.nomargin { margin-top: 1em; }
#main .ce_player { margin: 0 0 1.4em; }
#main .ce_player.mrgn10 { margin: 0 0 10px; }
#main .ce_download + .ce_player h4 { margin-top: 1em; }

#main .ce_comments h3 { margin-top: 0; }
#main .ce_comments .formbody { margin: 0 0 1.4em; }
#main .ce_comments .comment_default { margin: 0 0 1.4em; }
#main .ce_comments .comment_default p.info { background: #e7e8e8; padding: 0.1em 0.5em; margin: 0 0 0.5em; }
#main .ce_comments .comment_default p { margin: 0 0 1em; }

#main .ce_download p { margin-bottom: 0; }

.formbody label { display: inline-block; width: 50%; margin-left: 0.5em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.formbody input.text,
.formbody input.captcha,
.formbody textarea { border: 1px solid #e7e8e8; padding: 0.3em; font-family: 'Rosario', sans-serif; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1em; }
.formbody input.text { width: 45%; }
.formbody input.captcha { width: 20%; }
.formbody textarea { width: 90%; height: 10em; margin: 0 0 0.5em; }
.formbody input.checkbox { vertical-align: middle; }
.formbody fieldset label { width: 90%; }
.formbody legend { padding: 5px 0; font-weight: 700; }
.formbody p { margin: 0 0 15px;}
.formbody .submit_container { margin: 1em 0 3em; }
.formbody input.submit { color: #B75725; font-weight: 700; border: 1px solid #E7E8E8; background: #E7E8E8; -webkit-appearance: button; cursor: pointer; overflow: visible; padding: 0.1em 0.5em 0.3em; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.formbody input.submit:hover,
.formbody input.submit:active { border: 1px solid #b75725; background: #b75725; color: #fff; }
.formbody p.notice { color: #B75725; }

#notice { display: block; margin: 15px 0 0; color: #CC0000; }

/* Accordeon / Chronik */
body.chronik #main .mod_article { padding-right: 0; padding-bottom: 2em; margin-bottom: 2em; border-bottom: 1px solid #ccc; }
#main .ce_accordion { margin: 0 0 1em; }
body.chronik #main h3 { margin-bottom: 0.6em; }
#main .ce_accordion .toggler  { cursor: pointer; font-weight: 700; line-height: 1.2em; font-size: 1.1em; }
#main .ce_accordion .toggler:after { content: '\25ba'; margin-left: 0.5em; font-size: 1em; }
#main .ce_accordion .toggler.active:after { content: '\25bc'; }
#main .ce_accordion.category { margin-top: 2.4em; }
#main .ce_accordion.category  + .ce_accordion.category { margin-top: 0; }
body.chronik #main h3.category,
body.chronik #main .ce_text.category h3,
#main .ce_accordion.category .toggler { text-transform: uppercase; }
#main .accordion > div { margin: 1em 0; }
#main .accordion .ce_text + .ce_gallery { margin-top: -1.4em; }
body.chronik #main .ce_text.category { margin-bottom: 1em; }

/* Medien */
#main .ce_text a.filmteaser { display: block; margin: 5px 0 20px; }


/***** FOOTER *****/

#footer { line-height: 2.5em; }
#footer, #footer a { color: #323232; }
#footer .socials svg .fill { fill: #323232; }

#left { float: left; width: 140px; }
#main { margin: 0 20px 0 300px; }


/***** HEADER *****/

#header { background: -moz-linear-gradient(top, rgba(207,209,210,0.65) 0%, rgba(0,0,0,0) 100px); background: -webkit-linear-gradient(top, rgba(207,209,210,0.65) 0%,rgba(0,0,0,0) 100px); background: linear-gradient(to bottom, rgba(207,209,210,0.65) 0%,rgba(0,0,0,0) 100px); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cfd1d2', endColorstr='#00000000',GradientType=0); }
#header .inside { max-width: 1000px; margin: 0 auto; height: 137px; overflow: hidden; position: relative; }
#header .logo { display: block; text-align: right; border-bottom: 1px solid #d8a88f; }
#header .logo img { padding: 1.5em 20px 1em 0; }

#header .mod_breadcrumb { line-height: 2.5em; margin-left: 20px; }
#header .mod_breadcrumb:after { content: "."; clear: both; display: block; visibility: hidden; height: 0px; }
#header .mod_breadcrumb ul { display: block; list-style: none; }
#header .mod_breadcrumb ul li { display: inline-block; float: left; }
#header .mod_breadcrumb ul li:before, 
#header .mod_breadcrumb ul li:before  { content: '>'; padding-right: 0.5em; }
#header .mod_breadcrumb ul li.first:before, 
#header .mod_breadcrumb ul li.first:before  { content: ''; content: none; }
#header .mod_breadcrumb ul li a  { padding: 0 0.5em 0 0; color: #323232; }
#header .mod_breadcrumb ul li a:hover { }

#header .lang { position: absolute; top: 90px; right: 20px; }


/***** LEFT NAVI *****/

#mainnav { font-weight: 700; font-size: 1em; font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; overflow: visible; position: relative; top: 0; width: 140px; }
#mainnav ul { list-style: none; }
#mainnav ul li { display: block; }
#mainnav ul li a,
#mainnav ul li span { display: block; }
#mainnav ul li a { color: #323232; }
#mainnav ul li span,
#mainnav ul li a:hover,
#mainnav ul li a:active,
#mainnav ul li a:focus { color: #b75725; }
#mainnav ul.level_1 > li > a,
#mainnav ul.level_1 > li > span { text-align: right; line-height: 2.5em; }
#mainnav ul.level_2 { position: absolute; margin: 0.5em 0 0 150px; top: 0; z-index: 99; width: 140px; overflow: hidden; }
#mainnav ul.level_2.compressed { overflow-y: scroll; }
#mainnav ul.level_2 li { margin-bottom: 2px; background: #eeeeef; }
#mainnav ul.level_2 li a,
#mainnav ul.level_2 li span { font-size: 0.85em; line-height: 1.2em; padding: 0.3em 0 0.3em 5px; }


/***** MAIN *****/

#main .mod_article { padding-right: 250px; padding-top: 56px; }
#main .mod_article.nomargin { padding-top: 0; }
#main { margin-top: -56px; }
#main .float_right { float: right; margin-right: -250px; width: 220px; }
#main .ce_gallery ul li { float: left; margin: 0.2em 0.2em 0 0; }


/***** FOOTER *****/

#footer { margin-left: 20px; }
