body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@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-groups {
    display: none;
    padding-top: 15px; }
    .contao-cookiebar .cc-groups .cc-group {
      position: relative;
      border: 1px solid #d0d0d0;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: left; }
      .contao-cookiebar .cc-groups .cc-group > label {
        margin: 5px 130px 5px 10px; }
  .contao-cookiebar .cc-cookies {
    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-detail-btn-details {
    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-detail-btn-details span:nth-child(2) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(1) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(2) {
      display: inline; }
    .contao-cookiebar .cc-detail-btn-details:hover {
      color: #717171; }
  .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; }

/* basic.css */
div.ce_text.maintenance_notice.block{background-color: #dddcd7;padding: 14px 0 6px 14px;font-size: 13px}.search_results_wrapper .pagination{width: 100%;float: none;margin: 0}.search_results_wrapper .pagination ul{display: flex}#wrapper:has(.mod_newsletterreader){background-color:#dcdcd8}.mod_newsletterreader{max-width: 600px;display: flex;flex-direction: column;margin: 5rem auto;background: #fff;padding: 2rem;box-shadow: 0 2px 6px 0 rgba(84,84,72,.3) !important}.mod_newsletterlist ul li a{display: block;font-size: 1.4rem}.mod_newsletterlist ul li{border-bottom: 1px dotted;margin-bottom: 2rem;padding: 1.5rem 0rem}.mod_newsletterlist ul li::before{content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAE40lEQVRYR81XW2wUVRj+/zOzM7O9IKSWsrSUtrSGhDfgAU00+ECskJiokZiQSIimaoimUEvF2mVsobG2StXAg0YwGC8xkpAYMDEBH0xA8YYPoEiVUooIhUgL3d3ZmTnHb1aLy7alC11SJpls5uyZ833/91+HaYovnmJ8um0IsL2AQoZTcEcy7psay3CulfGJFBkiSQk99mfk8uA7P5AbYLBNJKiCpmnKWqhIrcDSLFZUnWsC0NrD+X9JRT26xns9LXHE7qEhtitoOivrUSb1AsDxo34F15M5dY4O833SmLgYhi3ErRGrrum6sxMErKVCUReALwhNRl8+6R7OufX/HRio7ZWZ86BAC4LvbizX8SsVZjcrrhXCf8LLc4/oMSsCef4O5MkVEQVpu0ooL2FZM/1YYkAzzYgSYjdUOM+t5eYeEkJEe+MP2eVWlWB+k0h+Idn5yO6lS5MlEVhtlBbOcDV3ObNaDS+36bp+zE26zcy8jFvnWt+D4Y+bTiXqnisNlxXrshuEFyNgtil23p0MiRR4dUGR57qP4cxGRMIvcHWjNJKnNc9co4jXclu59S3ADkb7nHWBtTZIiByQGAWu1PGRGLOrkXXjEcgkgbTYpnnGjpfOXL6YrTtSqT2v4E7huStheQP5AA/9H+ATEkgjsRUHLFKKdoX80NvZkLgK7ruPk+JmyP6dELI1PbuyIhCQ2FKZX+JJuQkq1GZDYgzwg5J5nd2b6E1XL2sC6SRgSS0K1C4V0rfbv185n+mOfytq/kwhvZWI9Bex/xDAGzLBU+pOFAOZhwdK+L5vozo+wkp9LFjraD4VOzuyLwU+J2+WpiVWK2XUI6v2K12vH4vozRDgt6rJuORZSwIFUMHy4Y7Ppc8t9pl4fwDuloUjpkKO6wSf04Bi2TRDT+55voecsQL3RhRgezaFKWQtQbneCAVqcP8GIguQz4eEhggXLKVPq/D8DGQ/gaCNBA3FF9QwzXW+Xt9P8VHuytIFKXBNt+6BpE0ALiVJr+mmvtd33UYUEYDSUbSvw/h/FcD3Obp41XDlfKx1AtRQJFoK/fi+TBLZKJACZ8O8F6kUFUTTlKTXo6cT7wfWtFcXFKO6bYC1dXh0YPEnvh7aHPi8bhGFyi6EFzPJ7SBZiLspk8REBK6Co0m1oEqGWYmOaF/803Qpt8zNi3jktwjFeYNOYm3XORq+JijLjfmCuBsZUSUVssKIfznS4K5HgDvRtWKWuRTggeyQkTaiT3yVbRUch8RdaEQdvu58GJC4hgCa0TeImZ/QC559o4zCw7rxAGTfDOCzkK/9ZsAzSWD62KqYaxSrTjXsfGAVkpb0zSfhwqeDbnggGJf6ixIrZg9YczSindg4jPJp52I4CdJUqzRr4IY2ZFKlUl699MLHheE2QOXl6IYm/ET3Y2JaQxz7g9lYxj4di/Ylj96o7Nfb315aWOTqbq1D4kA+uyW+0rqRRefYrrTuE5J2II1+ZkkbNDM0lKQrYxaQyRCyJLF0CvWk4ZSy1J5C5jxIEqOZXUwFeth6WDI1o8pdlCroXhhKJ3GF8G5q5k67UD3hXS7CEqZvqgLWZ0OJRHvqwwSl1kyVWqnWI1iqUEjMSeCP/6oiD3PgCZz/3mDM2R+k7qgvo4DMoG9W3AoCPma8zO5423ya3QqDszpzyhX4BzavqGFBWRYnAAAAAElFTkSuQmCC');float: left;position: relative;width: 45px}#tl_unsubscribe_257,#tl_unsubscribe_258{height: 25px}.ce_youtube iframe{position: absolute;top: 0; left: 0; right: 0; bottom: 0;width: 100% !important;height: 100% !important}.ce_youtube{position: relative;padding-bottom: 56.25%;height: auto}.contao-cookiebar.cookiebar_simple p{color:#2b2b2d;font-size: 1.25rem !important}.contao-cookiebar .cc-btn.warn{background-color: #C22E0C;color: #ffffff;border-color: #7b1d07}.contao-cookiebar.cookiebar_simple .cc-info > p{font-size:1rem;color:#2b2b2d}.contao-cookiebar .cc-btn.success{background-color: #C22E0C;border-color: #7b1d07;color: #FFFFFF}.content-slider-roadmap .ce_image{margin:0}.detailview .img_grid{display: grid !important;grid-template-columns: 1fr 1fr;grid-template-rows: auto;grid-gap: 1rem}.ce_image{margin-bottom:20px}.lebensgeschichten .ce_hyperlink.last.block{margin-top:2rem;margin-bottom:2rem}.lebensgeschichten .ce_player + .ce_player{margin-top:1rem}.lebensgeschichten .ce_text.last.block{margin-top:2rem}.mod_rocksolid_slider .image_container img{width:100%;max-height:none}.mod_subscribe p.confirm,.mod_unsubscribe p.confirm,.confirm.message{padding:.5rem;background-color:#5da423;font-weight:bold;color:#fff}.mod_subscribe p.error,.mod_unsubscribe p.error,.error.message{padding:.5rem;background-color:#c60f13;font-weight:bold;color:#fff}.nl_hp_headline{margin-top:1rem}html{overflow:scroll;font-size:62.5%}#switchbox{margin-bottom:1rem}#switchbox .mod_customnav{display:none}#switchbox_1,#switchbox_2{position:relative;border-bottom:1px dotted #757674}#switchbox_2{height:3.8rem;padding:.6rem 0}#switchbox_2 .mod_search{width:85%;height:100%;position:relative;float:left;padding-right:1rem;border-right:1px dotted #757674;z-index:3}#switchbox_2 input[type="text"],#switchbox_2 input[type="search"]{width:100%;border:1px dotted #757674;color:#757674}.switch_website_list li a:before,a.more:before,.more>a:before,.sitemap_link_level1:before,.sitemap_link_level2:before,.sitemap_link_level3:before,.sitemap_link_level4:before,.toggler:before,.resetfilter:before{content:"» "}#main .inside{overflow:visible}#mainnav.grid8{width:65.5rem}#right{width:100%;margin-top:3rem;margin-right:0;-webkit-hyphens: none;-moz-hyphens: none;hyphens: none}.publications .teaser-heading{height:auto}#container{height:100%;padding-right:0}#header_logo{padding-top:1rem}#header_logo img{max-width: 350px}#metanav ul{float:left;margin:0;font-size:1.4rem;list-style-type:none}#metanav.grid4{width:26.5rem}#metanav li:hover ul{left:auto;position:absolute;display:none;background-color:#fff}.mod_caroufredsel_gallery{width:100%;overflow:visible;display:block;margin-right:0;margin-left:0;padding-bottom:.3rem}.caroufredsel_skin{max-height:56rem;position:relative}.mod_rocksolid_slider .image_container figcaption.caption{bottom:0;position:static;padding:.5rem .5rem .5rem 1rem;color:#fff;background-color:rgba(0,0,0,.5);max-width: 100% !important}.mod_rocksolid_slider .rsts-slide figcaption .copyright{display: none}.mod_rocksolid_slider .rsts-nav{width: 100%;position: absolute;height: 2.4rem;left: 0;bottom: 0;background-color: rgba(117,118,116,.4)}.mod_rocksolid_slider .rsts-nav ul{text-align: center}.mod_rocksolid_slider .rsts-nav-bullets a{width: 1rem;margin: 0.5rem 0.5rem;height: 1rem;background-image: url('../../files/themes/images/icons/slider_white_dot.png');background-position: center center;box-shadow: none;padding: 0.6rem 0.6rem}.mod_rocksolid_slider .rsts-nav-bullets a.active{box-shadow: none;background-image: url("../../files/themes/images/icons/nf/nf_slider_dot.png")}.mod_rocksolid_slider .rsts-slides .image_container a > img{width: 100%;height: auto;max-height: none}.mod_rocksolid_slider .rsts-slides .ce_youtube iframe{padding-bottom: 24px}.mod_rocksolid_slider .rsts-slide .ce_player{padding-bottom:20px}.ce_caroufredsel_start [class*="ce_"]{margin-right:0;margin-left:0}.caroufredsel_wrapper .ce_image{margin-bottom:0}.caroufredsel_controls{width:100%;height:2rem;bottom:0;position:absolute;background-color:rgba(117,118,116,.4)}.caroufredsel_pagi{width:100%;height:2rem;margin-right:auto;margin-left:auto;padding-top:.2rem;vertical-align:middle;text-align:center}.caroufredsel_pagi span{display:none}.caroufredsel_pagi a:link{width:1.2rem;height:1.2rem;margin-right:.5rem;margin-left:.5rem;padding-right:1rem;padding-left:1rem;background-position:center center;background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/slider_white_dot.png")}.rsts-nav a{width:1.2rem;height:1.2rem;margin-right:.5rem;margin-left:.5rem;padding-right:1rem;padding-left:1rem;background-position:center center;background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/slider_white_dot.png")}.main_2col_border #main{min-height:40rem;margin-top:3rem;border-right:0px}.main_2col_border .ce_metamodel_list{margin:0;padding:0}.main_2col_border #right{margin-top:3rem;border-right:0px}#print,#pdf{display:none}.pdf_copyright{display:none}.ce_image.block a > img,.ce_gallery.block a > img{width:auto;max-height:20rem}#startseite>div.ce_teaser.first+div.ce_teaser>h2{-moz-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;-o-hyphens: auto;hyphens: auto}.lebensgeschichten .ce_image.block,.lebensgeschichten .ce_gallery.block{overflow:auto;text-align:center}.lebensgeschichten .ce_caroufredsel_start .ce_image.block{margin-bottom:0}.lebensgeschichten .ce_image.block>figure.image_container,.lebensgeschichten .ce_gallery.block>div.gallery-single-image figure{width:100%;height:17.2rem;max-height:17rem;display:inline-block;border-top:1px dotted #757674;border-bottom:1px dotted #757674}.lebensgeschichten .ce_gallery.block>div.gallery-single-image ul li{float:none}.lebensgeschichten .ce_caroufredsel_start{margin-top:2rem;margin-bottom:3rem}.lebensgeschichten .ce_caroufredsel_start .ce_image.block > figure.image_container{border:0}#history{height:100%;position:relative;margin-top:3rem;margin-bottom:3rem;padding-right:.5rem;border-top:.1rem dotted #757674;font-family:'Open Sans Bold',Verdana,Arial,sans-serif;border-bottom:.1rem dotted #757674}#history_timeline{position:relative}#history_right{bottom:-0.5rem;position:absolute;display:none;right:2rem;cursor:pointer;-webkit-user-select: none;display:none ! important}#history ul{margin:0 0 .5rem;padding-right:0}#history.mod_newsmenu li{width:4.3rem;float:left;display:inline;padding:.3rem .5rem;font-size:1.4rem}#history_detail div.layout_short{padding-top:1rem;padding-bottom:1rem}#history_detail .teaser{padding-left:1.5rem}#history_detail h3{margin-bottom:.5rem;padding-bottom:.5rem;padding-left:4.3rem;border-bottom:1px dotted #757674;font-family:'Open Sans Bold',Verdana,Arial,sans-serif;text-indent:-2.8rem}#history_detail h3.nf.gsf.ff:before,#event .mod_newsreader h1.nf.gsf.ff:before{margin-right:.5rem;padding-right:.5em;vertical-align:baseline;border-right:1px solid #333;content:url("../../files/themes/images/icons/nf-gsf-ff.png")}#history_detail h3.gsf.ff:before,#event .mod_newsreader h1.gsf.ff:before{margin-right:.5rem;padding-right:.5rem;vertical-align:baseline;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/x-gsf-ff.png")}#history_detail h3.nf.ff:before,#event .mod_newsreader h1.nf.ff:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #000;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/nf-x-ff.png")}#history_detail h3.nf.gsf:before,#event .mod_newsreader h1.nf.gsf:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/nf-gsf-x.png")}#history_detail h3.nf:before,#event .mod_newsreader h1.nf:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/nf-x-x.png")}#history_detail h3.gsf:before,#event .mod_newsreader h1.gsf:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/x-gsf-x.png")}#history_detail h3.ff:before,#event .mod_newsreader h1.ff:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/x-x-ff.png")}.mod_newslist.newslist_home > h1.ce_headline{margin-top:1rem;margin-right:0;margin-left:0}.portrait{min-width:21rem;max-width:30rem;margin-bottom:2rem}#organigramm_without_map{display: none}#organigramm{display: block}#landscape_without_display{display:block}#landscape{height:20rem;padding-right:1rem;padding-left:1rem}#col_title,#col_address,#col_property,#col_area,#col_casetype{border-right:0}#dlh_googlemap_1{width: auto !important}#auszahlungen .ce_table,#payments .ce_table{-moz-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;-o-hyphens: auto;hyphens: auto}body.mobile abbr:after{position:absolute;display:none;font-weight:normal;font:1.2rem/1.8rem 'Open Sans',Verdana,Arial,sans-serif;content: attr(title)}body.mobile abbr.tooltip::after{position:absolute;display:inline-block;margin-top:2rem;margin-left:-5rem;padding:.1rem .5rem;background-color:#eee;border:.1rem solid #888;border-radius:.3rem;behavior:url('assets/css3pie/1.0.0/PIE.htc')}.nosyndication{padding-top:2rem}.resetfilter{right:2rem;position:absolute;float:right;padding-right:2rem;top:5.5rem;cursor: pointer}.publications .teaser-image{height:auto;background-color:#ededed}.lifestories .teaser-image{height:17.5rem}.video-container{margin-right:2rem;margin-left:2rem;text-align:center}video{width:100%;height:100%}.article_list_element .teaser-heading a{color:#000}.auschwitz .article_list_element .teaser-heading a{color:#821f08}.publications .teaser-readmore{margin-bottom:.7rem}.publications .teaser-heading{height:5.5rem;margin-top:.7rem;margin-bottom:.7rem}.publications .teaser-text,.lifestories .teaser-text{height:9.5rem}.lifestories .teaser-heading{height:3.5rem;margin-top:.7rem;margin-bottom:.7rem}.team.toggler{height:auto;padding-top:0;padding-bottom:.2rem;padding-left:2.8rem;border-bottom:.1rem dotted #757674;cursor:pointer}.colorcoding{width:2rem;height:1rem;content: ' '}.layout_full .colorcoding,.colorcoding{position:absolute;margin-top:.5rem;padding-right:.4rem;border-right:1px solid #333}.layout_latest h2 span{position:absolute;margin-top:.4rem;padding-right:.4rem;border-right:1px solid #333}.submenu ul.level_2 li.first{border-top:1px dotted #000}.colorcoding.nf.gsf.ff{background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/nf-gsf-ff.png")}*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}.clearfix:after{height:0;clear:both;display:block;line-height:0;content: "."visibility: hidden}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}body{background-color:#dcdcd8;font-weight:normal;font:1.2rem/1.8rem 'Open Sans',Verdana,Arial,sans-serif}#wrapper{background-color:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(84,84,72,.3);box-shadow:0 2px 6px 0 rgba(84,84,72,.3);behavior:url('assets/css3pie/1.0.0/PIE.htc')}abbr{text-decoration:none}h1{margin-top:0;text-align:left;font:1.4rem/2rem 'Open Sans Bold',Verdana,Arial,sans-serif}h1,h2,h3,h4,strong{font-family:'Open Sans Bold',Verdana,Arial,sans-serif;font-weight:normal}h2{font:1.3rem 'Open Sans Bold',Verdana,Arial,sans-serif}h2 a:link,h2 a:visited{color:#000}h3,h4{margin-top:2.5rem;margin-bottom:1.2rem;font:1.2rem 'Open Sans Bold',Verdana,Arial,sans-serif}a,a:link,a:visited,a:focus,a:active{text-decoration:none}a:active{outline:none}.switch_website_list li a{position:relative}p.back>a:before,a.back:before{content:"« "}table{width:100%}.ui-accordion-content > div > [class*="ce_"]{margin-right:0;margin-left:0}.ce_metamodel_list.block > .ce_table{margin-top:2rem;margin-right:0;margin-left:0;cursor:pointer}#detailansicht-projekt .ce_metamodel_list,#project-details .ce_metamodel_list,#detailansicht-friedhof .ce_metamodel_list,#cemtery-details .ce_metamodel_list,#detailansicht-entscheidung .ce_metamodel_list,#decision-details .ce_metamodel_list{width:100%;margin:0}.mod_article.detailview{padding-right:1rem;padding-left:1rem}.detaillink a{width:100%;height:100%;display:table;color: #000000 !important}.detaillink span{width:100%;height:100%;display:table-cell;padding:.5rem;color: #000000 !important}.detaillink img{max-width:12rem}td.detaillink{height:100%;padding:0}th{padding:.5rem;text-align:left;border-top:0rem solid #757674;border-collapse:collapse;font-family:'Open Sans Bold',Verdana,Arial,sans-serif;font-weight:normal;border-right:.1rem solid #757674;border-bottom:.1rem solid #757674}th.col_first{border-left:0rem}th.col_last{border-right:0rem}tr.row_first td{border-top:0rem}tbody tr:nth-child(odd){background-color:#d9d4cd}tbody tr > td:last-of-type{border-right:0}.table_inverse tbody tr:nth-child(even){background-color:#d9d4cd}.newslist_home .mod_newslist,.newslist_home .ce_hyperlink.more{clear:right;margin-right:0;margin-left:0}.newslist_home .ce_hyperlink.more{margin-top:2rem}.mod_newslist p.more a{display:inline-block}.table_inverse tbody tr:nth-child(odd){background-color:#fff}.table_no_bg tbody tr:nth-child(odd){background-color:#fff}td{padding:.5rem;border-top:.1rem solid #757674;border-collapse:collapse;border-right:.1rem solid #757674;border-bottom:.1rem solid #757674}header{overflow: visible !important}#header_images{width:100%;height:auto;display:none;vertical-align:bottom;line-height:0}body.ueber_uns > #wrapper > #header > .inside > #header_images{background-repeat:no-repeat;background-image:url("../../files/themes/images/header_images/ueber_uns.jpg")}body.gedenkdienst > #wrapper > #header > .inside > #header_images{background-repeat: no-repeat;  background-image: url("../../files/themes/images/header_images/nf/nf_gedenkdienst.png");  background-size: 100% auto}body.publikationen > #wrapper > #header > .inside > #header_images{background-repeat:no-repeat;background-image:url("../../files/themes/images/header_images/publikationen.png");background-size:100% auto}body.kontakt > #wrapper > #header > .inside > #header_images,body.datenschutz > #wrapper > #header > .inside > #header_images,body.impressum > #wrapper > #header > .inside > #header_images,body.sitemap > #wrapper > #header > .inside > #header_images,body.service > #wrapper > #header > .inside > #header_images,body.suchergebnisse > #wrapper > #header > .inside > #header_images,body.pagenotfound > #wrapper > #header > .inside > #header_images{background-repeat:no-repeat;background-image:url("../../files/themes/images/header_images/datenschutz_impressum_kontakt.jpg")}#switchbox .mod_customnav>ul>li{padding-right:.5rem;padding-left:.5rem}#switchbox .mod_customnav>ul>li.first{padding-left:0}#switchbox li{float:left;margin:0}#switchbox a,#switchbox span{color:#757674}#switchbox .mod_changelanguage span,#switchbox .mod_changelanguage a{padding-right:0}#switch_website{width:15%;float:left;padding-left:1rem;text-align:right}#switch_website ul{min-width:30%;right:0;position:absolute;display:none;margin-top:.1rem;padding-top:0;padding-bottom:.5rem;text-align:left;background-color:#fff;z-index:2;list-style-position:outside}.switch_website_list li{width:100%;border-bottom:.1rem dotted #757674}.switch_website_list li.last{margin-bottom:.5rem}.switch_website_list li.first{border-top:.1rem dotted #757674}.switch_website_list li a{display:block;padding:.5rem}.switch_website_list li a > img{bottom:.9rem;position:absolute;right:1.3rem}.switch_fonds{font-size:3rem}.mod_changelanguage{float:right}.switch_fonds > img{height:100%;position:relative;z-index:3}#footernav,#switchbox,#last_update,.mod_breadcrumb{font-size:1.1rem}#nav_wrapper{width:100%;position:relative;float:left}#metanav{overflow:visible}#mainnav ul{margin:0;font-size:1.4rem;list-style-type:none}#mainnav,#metanav{margin-right:0;margin-left:0}#metanav ul ul{left:-99999px;position:absolute;padding-top:.5rem;padding-bottom:.5rem;z-index:2}#mainnav li,#metanav li{float:left;display:inline}#metanav li li{float:none;display:block;border-bottom:1px dotted #2d2c1c;padding: 0.1rem 0px}#mainnav a,#mainnav span,#metanav  a,#metanav  span{display:inline-block;padding:.8rem 1rem;font-size:1.15rem;line-height:1.4rem;text-decoration:none;color:#fff}#mainnav li:after{overflow:hidden;display:inline;margin-right:-0.3rem;margin-left:-0.3rem;padding-top:.8rem;text-align:center;color:#fff;content:"|"}#metanav li:after{overflow:hidden;display:inline;margin-right:-0.3rem;margin-left:-0.7rem;padding-top:.8rem;text-align:center;color:#fff;content:"|"}#mainnav li.last:after,#metanav li.last:after,#metanav ul.level_2 li:after{display:none}#metanav ul.level_2 a{width:100%;padding-top:.5rem;padding-right:2rem;padding-bottom:.5rem;color:#000}#metanav ul.level_2 a.trail{color:#fff}#breadcrumb{min-width:100%;margin:0;padding-right:1rem;padding-left:1rem}#breadcrumb ul{width:100%;min-height:2rem;display:inline-block;margin:0;padding-right:0;padding-left:0;border-bottom:1px dotted #757674}.mod_breadcrumb li{float:left;padding-right:.4rem}.newslist_home .rssfeed{margin:0}.rssfeed{height:2rem;float:right;display:inline}#main .ce_hyperlink.grid3.rssfeed{width:25%;height:1.5rem;float:left;display:block;text-align:right}#footer{margin-top:2rem;margin-right:1rem;margin-left:1rem;padding-top:.3rem;padding-bottom:2rem;border-top:.1rem dotted #757674}#footer [class*="grid"]{margin-right:0;margin-left:0}#footernav{position:relative;overflow:hidden;margin:.5rem 0 1rem;padding:0}#footernav ul{position:relative;float:left;clear:left;margin:0;list-style-type:none}#footernav ul li{position:relative;float:left;display:block;margin:0;padding:0}#footernav a,#footernav span{display:block;padding-right:2rem;text-decoration:none;color:#757674}#last_update{float:right;margin:.5rem 0 1rem;text-align:right;color:#757674}#startseite.mod_article,#home.mod_article{padding-top:2rem}#startseite .newsletter_text{width: 97% !important}#startseite .newsletter_submit{margin:1rem 0 0;padding:0 1rem}.mod_article.teaserpage [class*="ce_teaser"]{border-bottom:1px dotted #757674}.mod_article .teaser{display:inline;margin-right:0;margin-left:0}div.ce_teaser p{display:inline}.service .mod_newslist .layout_latest .teaser{margin-right:.3rem}.mod_article .ce_teaser a.more{display:inline-block}.ce_accordion{margin-bottom:2rem}.mod_article.teaserpage .ce_teaser.last{border-bottom:0}.mod_article.grid9 .mod_newslist{margin-right:1rem;margin-left:2rem}p.more,a.more{display:block;text-align:right}.mod_article .mod_newsreader{margin-right:1rem}.grid3 a.more,.grid3 a.more:visited{display:block;text-align:right}.teaser-text,.teaser-text p,.teaser-readmore,.teaser-readmore a.more{display:inline}.article_list_element .teaser-readmore a.more{display:inline-block}.grid9{padding-right:0}.mod_newsreader .back{margin-top:2.5rem;margin-left:0}.warning{color:#f00;font:1.5rem 'Open Sans Bold',Verdana,Arial,sans-serif}.ce_text > ul{padding-left:3rem;list-style-type:disc}.ce_text > ol{padding-left:3rem;list-style-type:decimal}.ce_teaser .ce_text{display:inline}#weitere-aufgabe .ce_text,#other-tasks .ce_text,#neue-ausstellung .ce_text,#new-exhibition .ce_text{margin:0}.fussnoten{padding-top:1rem;border-top:.1rem dotted #757674}.ce_gallery h2{min-height:4.5rem}.ce_image.block a > img{width:auto;max-height:28rem}.ce_gallery.block a > img{width:auto;max-height:28rem}.ce_gallery.block{margin-top:1rem;margin-bottom:2rem}.gallery_note{margin-bottom:2rem;text-align:center}.lifestories .article_list_element.grid3{height:30rem}.lebensgeschichten .article_list_element .teaser-text p{margin-right:.5rem}.lebensgeschichten .ce_image.block,.lebensgeschichten .ce_gallery.block{overflow:visible;margin-bottom:3rem;text-align:center}.lebensgeschichten .ce_image.block>figure.image_container,.lebensgeschichten .ce_gallery.block>div.gallery-single-image figure{width:100%;height:28.2rem;max-height:28.2rem;display:inline-block;border-top:1px dotted #757674;border-bottom:1px dotted #757674}.lebensgeschichten .ce_gallery.block>div.gallery-single-image ul li{float:none}.ce_gallery .gallery-single-image ul li:first-child{display:block}.ce_gallery .gallery-single-image ul li{display:none}.ce_gallery li{float:left}.ce_gallery.grid3 li{float:none}.lebensgeschichten .ce_image.block > figure.image_container img,.lebensgeschichten .ce_gallery.block a > img{width:auto;height:28rem;max-height:28rem}.lebensgeschichten .ce_image.block > figure.image_container figcaption{padding-top:.2rem;text-align:center;width: 100% !important}.lifestories ~.ce_gallery figure{max-width:680px}h1.lifestories{font-weight:normal}h1.lifestories:before{font-family:'Open Sans',Verdana,Arial,sans-serif;content:"Lebensgeschichte | "}html[lang="en"] h1.lifestories:before{font-family:'Open Sans',Verdana,Arial,sans-serif;content:"Lifestory | "}.lifestories .ce_teaser.grid3 > div.ce_text{margin-right:0;margin-left:0}.lifestories .ce_teaser.grid3 p:nth-child(2){min-height:5rem}.lifestories .ce_teaser.grid3 > h2:first-child{display:none}body.lebensgeschichten h1.lifestories+h2{font-size:1.4rem}#search_en{display:-ms-flexbox}.search_results_wrapper.grid12{width:92rem;margin-right:2rem;margin-left:0}.search_results_wrapper .highlight{color:#fff}.search_results_wrapper .header{font-size:1.4rem}.search_results_wrapper h3 a{border-bottom:.1rem dotted;font-family:'Open Sans Bold',Verdana,Arial,sans-serif}.ui-accordion-content{padding-top:.5rem;padding-bottom:1rem;padding-left:2.9rem;border-bottom:.2rem solid}li[class*="footable-page"]{min-width:1rem;max-width:2rem;max-height:2rem;float:left;display:block;padding-right:.5rem;padding-left:.5rem}.footable-page-arrow.limit,.footable-page-arrow.disabled{display:none !important}.top_list{margin-top:2.5rem}.pressetext_titel.grid9,.pressetext_ort.grid9,.pressetext_vorspann.grid9,.pressetext.grid9{width:100%}.middle.grid4{margin-right:0;margin-bottom:2rem;margin-left:2rem}.information.grid5{margin-right:0;margin-bottom:2rem;margin-left:0;padding-left:2rem}.teaserpage .ce_teaser img{float:left;margin-right:1.5rem;margin-bottom:1.5rem;width:10rem !important}.teaserpage a.more,.teaserpage a.more:visited{margin-bottom:1.0rem;margin-left:.4rem}.colorcoding .grid3 h2:before{padding-left:1.7rem;text-indent:-1.5rem}.colorcoding.nf{background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/nf-x-x.png")}.colorcoding.gsf{background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/x-gsf-x.png")}.colorcoding.ff{background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/x-x-ff.png")}.colorcoding.nf.gsf{background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/nf-gsf-x.png")}.colorcoding.nf.ff{background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/nf-x-ff.png")}.colorcoding.gsf.ff{background-repeat:no-repeat;background-image:url("../../files/themes/images/icons/x-gsf-ff.png")}.grid3.clear{height:auto;font-size:1.2rem;line-height:1.5rem}.mod_newslist .layout_latest,.mod_newsarchive .layout_latest{margin-top:1rem;padding-bottom:1rem;border-bottom:1px dotted #757674}.mod_newslist .layout_latest img,.mod_newsarchive .layout_latest img,.mod_newsreader .layout_full > figure > img{float:left;margin-right:1.5rem;margin-left:0;width: 10rem !important}.mod_newslist .layout_short h2,.mod_newslist .layout_short h2 a{margin-top:0;margin-right:0;margin-left:0;font-size:1.2rem;color:#333}.mod_newslist .layout_latest h2,.mod_newsarchive .layout_latest h2{margin-top:0;margin-bottom:.7rem}.mod_newslist .layout_latest p.info,.mod_newsarchive .layout_latest p.info{margin-bottom:.7rem}.mod_newslist .layout_latest p.more,.mod_newsarchive .layout_latest p.more{display:inline;margin-top:1.2rem;margin-right:0;margin-left:0;padding-bottom:1rem;text-align:right}.mod_newslist .layout_latest time,.mod_newsarchive .layout_latest time{line-height:1rem}.layout_latest figcaption{display:none}.mod_newsreader .layout_full h2{margin-top:1rem;margin-bottom:2.5rem}.mod_newslist .layout_latest.last,.mod_newsarchive .layout_latest.last{border-bottom:0}.mod_newslist .layout_short.first{margin-top:0}.mod_newslist .layout_short{margin-top:2rem}.layout_latest h2 a:before{text-indent:0}.news-heading,.publication-heading,.layout_full .news-heading,.mod_newslist .layout_latest h2 a,.mod_newsarchive .layout_latest h2 a{display:block;margin-left:2rem;padding-left:.4rem;word-wrap:break-word}.mod_newslist .layout_short p.more{display:inline;margin-top:.5rem;margin-left:.4rem;text-align:right;font-size:1em}.mod_article .ce_teaser.ce_text p{margin-right:.3rem}.mod_newsreader .layout_full h1{margin-bottom:2rem}.mod_newsreader .layout_full h2.subheadline{margin-top:0;margin-bottom:2rem;margin-left:2.5rem}.mod_newsreader .layout_full p.info{margin-bottom:1rem}.mod_newsreader .layout_full .ce_text.grid6{margin-right:1rem}#statistiken .ce_table table td.col_last,#statistik .ce_table.block table td.col_last,#statistics .ce_table table td.col_last,#statistics.ce_table.block table td.col_last,#verfahrensstatistik-der-schiedsinstanz-fuer-naturalrestitution .ce_table.block table td.col_last,#verfahren-vor-dem-antragskomitee .ce_table.block td.col_1,#verfahren-vor-dem-antragskomitee .ce_table.block td.col_2{width:10rem}.info_noresult{margin-top:1rem;padding-top:1rem;border-top:.1rem dotted #757674}#headline_daten{padding-bottom:.2rem;border-bottom:.1rem dotted #757674}.div_picture{width:32rem;height:24rem;overflow:hidden;float:left}.file{margin:0}.toggler{height:auto;padding-top:.4rem;padding-bottom:.2rem;padding-left:2rem;border-bottom:.1rem dotted #757674;cursor:pointer}.filter_toggler_de div.toggler:before{content:'» Filter einblenden'}.filter_toggler_de div.toggler.ui-state-active:before{content:'» Filter ausblenden'}.filter_toggler_en div.toggler:before{content:'» Show filters'}.filter_toggler_en div.toggler.ui-state-active:before{content:'» Hide filters'}.filter_toggler_de > div.ui-accordion-content,.filter_toggler_en > div.ui-accordion-content{padding-top:0;padding-left:0}.next_toggler{margin-top:.5rem}.organe_personen h2{padding-bottom:1.2rem}.organe_personen h3,.organe_personen h4{padding-bottom:1.2rem}#history{height:2.5rem;position:relative;margin-top:3rem;margin-bottom:3rem;padding-right:.5rem;border-top:.1rem dotted #757674;font-family:'Open Sans Bold',Verdana,Arial,sans-serif;border-bottom:.1rem dotted #757674}#history_timeline{position:relative}#history_right{width:1.5rem;height:3rem;bottom:-0.5rem;position:absolute;right:2rem;cursor:pointer;-webkit-user-select: none}#history_left{width:1.5rem;height:3rem;bottom:-0.5rem;position:absolute;left:2rem;cursor:pointer;-webkit-user-select: none}.mod_article.detailview .left.grid3{margin-left:0}.mod_article.detailview .right.grid9{margin-right:0;margin-left:0}#history ul{margin-right:17px;margin-left:17px}#history.mod_newsmenu li{width:4.3rem;float:left;display:inline;padding:.3rem .5rem;font-size:1.4rem}#history_detail div.layout_short{padding-top:1rem;padding-bottom:1rem}#history_detail .teaser{padding-left:1.5rem}#history_detail h3{margin-bottom:.5rem;padding-bottom:.5rem;padding-left:4.3rem;border-bottom:1px dotted #757674;font-family:'Open Sans Bold',Verdana,Arial,sans-serif;text-indent:-2.8rem}#history_detail h3.nf.gsf.ff:before,#event .mod_newsreader h1.nf.gsf.ff:before{margin-right:.5rem;padding-right:.5em;vertical-align:baseline;border-right:1px solid #333;content:url("../../files/themes/images/icons/nf-gsf-ff.png")}#history_detail h3.gsf.ff:before,#event .mod_newsreader h1.gsf.ff:before{margin-right:.5rem;padding-right:.5rem;vertical-align:baseline;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/x-gsf-ff.png")}#history_detail h3.nf.ff:before,#event .mod_newsreader h1.nf.ff:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #000;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/nf-x-ff.png")}#history_detail h3.nf.gsf:before,#event .mod_newsreader h1.nf.gsf:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/nf-gsf-x.png")}#history_detail h3.nf:before,#event .mod_newsreader h1.nf:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/nf-x-x.png")}#history_detail h3.gsf:before,#event .mod_newsreader h1.gsf:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/x-gsf-x.png")}#history_detail h3.ff:before,#event .mod_newsreader h1.ff:before{margin-right:.5rem;padding-right:.5rem;border-right:1px solid #333;font-size:1.1rem;line-height:1.1rem;content:url("../../files/themes/images/icons/x-x-ff.png")}#right .mod_newslist h1{font-size:1.3rem;line-height:2rem;color:#000;text-transform:uppercase}.mod_newslist .layout_latest h2,.mod_newsarchive .layout_latest h2,.layout_latest .image_container,.mod_newslist .layout_latest p.info,.mod_newsarchive .layout_latest p.info{margin-right:0;margin-left:0}#right .mod_newsmenu h2{margin-top:0;margin-bottom:0;padding-left:.5rem;border-top:1px solid #fff;border-collapse:collapse;font-size:1.3rem;line-height:2.6rem;font-weight:normal;border-bottom:1px solid #fff}#right .mod_article h2.ce_headline{margin-right:1.5rem;margin-left:.9rem;color:#333}#right .mod_article h3.ce_headline{margin-right:1.5rem;margin-left:.9rem;color:#333}#right .mod_newsmenu h2:before{content:"» "}#right .mod_newsmenu .toggler{height:auto;display:block;margin:0;padding:0;background-color:#fff;border-top:1px dotted #757674;border-bottom:1px dotted #757674}.publications .grid3{margin-bottom:2rem}.publikationen .article_list_element .teaser-text p{margin-right:.6rem}#right .mod_newsmenu .ui-accordion-content{padding-left:0;border-bottom:0}#right .mod_newsmenu .toggler:hover h2{color:#fff}#right .mod_newsmenu .toggler:before{content:""}.ce_accordionSingle.ce_accordion+div.ce_text,.ce_accordionSingle.ce_accordion+h1.ce_headline{margin-top:2rem}#right .mod_newsmenu .accordion.open{display:block !important}#right nav > ul.level_1{margin:0 1rem 5rem;border-collapse:collapse}#right ul.level_1 li{display:block;padding-top:1px;padding-right:0;padding-bottom:1px;border-bottom:1px dotted #757674;color:#2d2c1c}#right ul li.first{border-top:1px dotted #757674}#right ul.level_1 li a,#right ul.level_1 li span{min-height:2rem;display:block;padding-top:.5rem;padding-bottom:.5rem;padding-left:1.5rem;text-decoration:none;text-indent:-0.9rem}#right ul.level_1 a:before,#right ul.level_1 span:before,#right .ce_hyperlink a:before{content:"» "}#right ul.level_1 li.active span,#right ul.level_1 li.trail > a,#right ul.level_1 li a:hover,#right ul.level_2 li.trail > a,#right ul.level_1 li.trail span{color:#fff}#right ul.level_1 li.submenu.trail,#right ul.level_1 li.submenu.active{padding-bottom:0}#right ul.level_2,#right ul.level_3,#right ul.level_4{display:none}#right li.active > ul.level_2,#right li.trail > ul.level_2,#right ul.level_2 li.active > ul.level_3,#right ul.level_2 li.trail >ul.level_3,#right ul.level_3 li.active > ul.level4,#right ul.level_3 li.trail >ul.level_4{display:block;margin-bottom:0}#right ul.level_2 li a,#right ul.level_2 li span{display:block;padding-left:2.5rem;text-indent:-0.9rem}#right ul.level_3 li a,#right ul.level_3 li span{display:block;padding-left:3.5rem;text-indent:-0.9rem}#right ul.level_2 li.first{margin-top:.1rem}#right ul.level_2 li.last{border-bottom:0}#right .mod_article [class*="ce_"]{margin-right:1.5rem;margin-left:1.5rem}#right .mod_newsmenu li.year.submenu.active > a,#right .mod_newsmenu ul li.year span{background-color:#74712a;color:#fff}#right .mod_newsmenu li.year.submenu ul.level_2{display:none}#right .mod_newsmenu li.year.submenu span ~ ul.level_2,#right .mod_newsmenu li.year.submenu.active ul.level_2{display:block}#right .mod_newsmenu{margin-right:1.5rem;margin-left:1rem}#right .mod_newsmenu ul.level_1,#right .mod_newsmenu ul.level_2{margin-bottom:0}#right .mod_newsmenu ul.level_1 li a,#right .mod_newsmenu ul.level_1 li span{padding-left:2.5rem}#right .mod_newsmenu ul.level_2 li a,#right .mod_newsmenu ul.level_2 li span{padding-left:3.5rem}#right .ce_hyperlink{margin-right:2rem;margin-left:1.5rem;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;text-indent:-0.9rem}#right .ce_hyperlink.first{padding-top:.5rem;padding-bottom:.5rem}body.publikationen .grid3.ce_text figure.image_container figcaption{display:none}.presspics .ce_gallery.grid3 ul li,.lifestories ~ .ce_gallery ul li{display:none}.presspics .ce_gallery{max-width:40rem}.presspics .ce_gallery.grid3 ul li:first-child,.lifestories ~ .ce_gallery ul li:first-child{display:list-item}.presspics .ce_teaser.grid3 h2 a,body.publikationen .ce_teaser.grid3 h2 a{font-size:1.3rem;line-height:1.4rem;font-weight:normal}body.publikationen .grid3 a.more:link,body.publikationen .grid3 a.more:visited,.presspics .grid3  figure a.more:link,.presspics .grid3 figure a.more:visited{display:inline-block;text-align:right}body.publikationen .ce_teaser.grid3 >.ce_text.block{margin-right:0;margin-left:0}body.publikationen .grid3.ce_text img{margin-bottom:0}.link_arrows:before{content:"» "}.sitemap_item{width:50%;margin-right:0;margin-left:0;list-style-type:none}.mod_customnav.right_col_footer_nav.block{min-width:100%;margin-right:0;margin-left:0}.mod_sitemap .menu_item_top_level{margin-top:2rem}.mod_sitemap .menu_item_level2{margin:0}.mod_sitemap .menu_item_level2 li a{display:block;padding-left:.9rem;text-indent:-0.9rem}.sitemap_link_level1{font-family:'Open Sans Bold',Verdana,Arial,sans-serif}.sitemap_link_level2{margin-left:1rem}.sitemap_link_level3{margin-left:2rem}.sitemap_link_level4{margin-left:3rem}#landscape{height:20rem;margin-top:0;margin-bottom:2rem}#landscape_without_display{display:none;margin-right:2rem;margin-bottom:2rem;margin-left:2rem}.auschwitz.teaserpage .article_list_element .image_container img{width:11rem;float:left;margin-top:.5rem;margin-right:1.2rem;margin-bottom:1.2rem}.auschwitz_neu .image_container img{width:100%}.article_list_element .teaser-heading h2 a{color:#821f08}.auschwitz.teaserpage .article_list_element{min-height:16rem;display:block;margin-right:1rem;margin-bottom:1.5rem;margin-left:1rem;padding-right:0;padding-left:0;border-right:0px dotted #757674;border-bottom:1px dotted #757674}.auschwitz.teaserpage .article_list_element.last{margin-bottom:0;padding-right:0;padding-left:0;border-right:0 dotted #757674;border-bottom:0 dotted #757674}#newsletter_unsubscribe{margin-top:4rem;margin-bottom:4rem}.newsletter_text.grid4{height:2.5rem;margin-right:0;margin-left:0;padding-right:.5rem;padding-left:.5rem;border:.1rem dotted #757674;border-radius:.2rem;behavior:url('assets/css3pie/1.0.0/PIE.htc')}.newsletter_submit.grid3{height:2.5rem;margin-left:2rem;text-align:center;background-color:#821f08;color:#fff}#team section.ce_accordionSingle > div.toggler{padding-left:4.5rem;text-indent:-1rem}.team div.ui-accordion-content{margin-top:1.5rem;padding-left:4.4rem}th.hide_phone,th.hide_tablet,td.hide_phone,td.hide_tablet{display:none}
