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}.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}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}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,iframe{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}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@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; }

/* superfish.css */
.sf-menu,.sf-menu *{margin:0;padding:0;list-style: none}.sf-menu li{position:relative}.sf-menu ul{top:100%;position:absolute;display:none;left: 0;z-index: 99}.sf-menu > li{float:left}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{display:block}.sf-menu a{position:relative;display:block}.sf-menu ul ul{top:0;left:100%}.sf-menu{float:left}.sf-menu ul{min-width:12em;background-color:#e6e6e6;box-shadow: 2px 2px 6px rgba(0,0,0,.2);/* allow long menu items to determine submenu width */	*width: 12em;/* no auto sub width for IE7, see white-space comment below */}.sf-menu a{padding:.75em 1em;text-decoration:none;/* fallback colour must use full shorthand */zoom: 1;/* IE7 */}.sf-menu a{color:#000;border: none !important}.sf-menu strong{display:block;padding:.75em 1em;background-color:#fff;font-weight:normal;text-decoration:none;/* fallback colour must use full shorthand */zoom: 1;/* IE7 */}.sf-menu li{white-space:nowrap;/* no need for Supersubs plugin */	*white-space: normal;/* ...unless you support IE7 (let it wrap) */	-webkit-transition: background .2s;transition: background .2s}.sf-menu ul li{width:100%}.sf-menu ul ul li{background: #9AAEDB}.sf-menu li:hover,.sf-menu li.sfHover{background-color:#fff;/* only transition out, not in */	-webkit-transition: none;transition: none}.sf-arrows .sf-with-ul{padding-right:2.5em;*padding-right: 1em;/* no CSS arrows for IE7 (lack pseudo-elements) */}.sf-arrows .sf-with-ul:after{width:0;height:0;top:50%;position:absolute;margin-top:-3px;content: '';right: 1em;/* order of following 3 rules important for fallbacks to work */	border: 5px solid transparent;border-top-color: #dFeEFF;/* edit this to suit design (no rgba in IE8) */	border-top-color: rgba(255,255,255,.5)}.sf-arrows > li > .sf-with-ul:focus:after,.sf-arrows > li:hover > .sf-with-ul:after,.sf-arrows > .sfHover > .sf-with-ul:after{border-top-color: white;/* IE8 fallback colour */}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color: transparent;border-left-color: #dFeEFF;/* edit this to suit design (no rgba in IE8) */	border-left-color: rgba(255,255,255,.5)}.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after{border-left-color: white}
/* basic.css */
@font-face{font-family: 'Open Sans' ;  font-style: normal;  font-weight: 400;  src: url('../../files/themes/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */  src: local(''),       url('../../files/themes/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       url('../../files/themes/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */       url('../../files/themes/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */       url('../../files/themes/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */       url('../../files/themes/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */font-display: swap}body{background-color:#eee;font:16px 'Open Sans',arial,verdana,sans-serif;font-weight:normal;color:#484848}h1{margin:2rem 0;font-size:250%;font-weight:normal;text-decoration:none}h2{margin:2rem 0 1rem;font-size:175%;font-weight:normal;text-decoration:none;color:#484848}h2 a{border: none !important;cursor: unset;color: #484848 !important}h4{margin:0 0 1rem;font-size:150%;font-weight:normal;text-decoration:none}h5{margin:2rem 0 1rem;font-size:150%;font-weight:normal;text-decoration:none}a{font-weight:normal;text-decoration:none;color:#000}a:link{border-bottom:1px dotted #000;font-weight:normal;text-decoration:none;color:#000}a:visited{border-bottom:1px dotted #000;font-weight:normal;text-decoration:none;color:#000}a:hover{border-bottom:1px solid #000;font-weight:normal;text-decoration:none;color:#000}a:active{border-bottom:1px dotted #000;font-weight:normal;text-decoration:none;color:#000}a:focus{border-bottom:1px dotted #000;font-weight:normal;text-decoration:none;color:#000}a[href^="tel"]{pointer-events: visible;cusor:default; text-decoration:none}button{margin-top:1rem;padding:.5rem}figure{position:relative}figure a{border: none !important}figcaption{bottom:0;left:0;position:absolute;padding:.5rem;text-align:center}form{margin:0 0 0 .15rem}input{width:65%;margin-bottom:1.5rem;padding:.5rem}input[type='checkbox']{width:65%;float:left;margin-top:.25rem;margin-right:.5rem;width: auto}input[type='radio']{width:65%;float:left;margin-top:.25rem;margin-right:.5rem;width: auto}.widget-upload label{width:12rem;float:left;margin-top:.5rem;margin-right:1rem}.widget-upload input{margin-bottom:.5rem}img{max-width:100%;vertical-align:bottom;height: auto}label{display:block;margin-bottom:.25rem}ul,ol{margin:0 0 1rem 1.25rem}ul li{margin:0 0 .25rem;list-style-type:disc}ol ul{margin:0 0 1rem 1rem}ol li{margin:0 0 .25rem}ol li ul li{margin:0 0 .25rem;list-style-type:circle}select{width:66.5%;margin-bottom:1.5rem;padding:.5rem}textarea{width:65%;height:12rem;margin-bottom:1.5rem;padding:.5rem}#cboxOverlay{background-color:rgba(0,0,0,.25)}.abstand_oben{margin-top:1rem}.back{margin-top:1rem}.back a::before{font-size:125%;font-weight:bold;color:#b1fa13;content: '◀ '}.clearing{clear:both}.cookiebar{padding:.25rem;background-color:rgba(0,0,0,.5)}.cookiebar a{color: #fff;border: none !important}.cookiebar__button{padding:.5rem;font-weight:normal}.mitte{text-align:center}.mobil{display:none}.mod_article ul{display:inline-block}.mod_search label{float:left;margin-right:2rem}.nach_oben_link{bottom:1rem;right:1rem;position:fixed}.nach_oben_link a{padding:1rem;font-size:300%}.pagination{margin-top:1rem}.pagination p{float:left}.pagination ul{float:left;width: auto}.pagination ul li{float:left;margin:0 1rem 0 0;list-style-type:none}.pagination a{float:left;padding:.5rem;background-color:#fff;list-style-type:none;border: none}.pagination li strong{float:left;padding:.5rem;background-color:#fff}.statistik{display:none}
@media screen{
/* screen.css */
footer{margin-top:2rem;background-color:#e6e6e6}footer .inside{max-width:1200px;margin-right:auto;margin-left:auto;padding-top:3rem;padding-bottom:3rem}header{border-top:0rem solid #b1fa13;border-right:0rem solid #b1fa13;border-bottom:.25rem solid #b1fa13;border-left:0rem solid #b1fa13;background: rgb(191,192,191);background: linear-gradient(360deg, rgba(191,192,191,1) 0%, rgba(217,218,218,1) 50%)}header .inside{max-width:1200px;margin-right:auto;margin-left:auto;padding-top:1rem}#hauptnavigation{background-color:#eee}#hauptnavigation .block{overflow:visible;display:inline-block}#main{min-height:40rem;position:relative}#main .inside{max-width:1200px;display:block;margin-right:auto;margin-left:auto}#service{left:1rem;top:14.75rem;position:fixed;background-color:#eee;z-index: 2000}#service  ul{margin: 0}#service  li{margin:0 0 1rem;list-style-type:none}#service ul li a{height:100%;display:block;border: none}#suchformular{bottom:0;right:0;position:absolute}#suchformular input{float:right;padding:.85rem .75rem;margin: 0;border: none}.box1{width:33.3%;padding-top:1rem;padding-bottom:1rem;text-align:center;border-top:0rem solid #b1fa13;border-right:0rem solid #b1fa13;border-bottom:.25rem solid #b1fa13;border-left:0rem solid #b1fa13}.box2{width:33.3%;padding-top:1rem;padding-bottom:1rem;text-align:center;border-top:0rem solid #b1fa13;border-right:0rem solid #b1fa13;border-bottom:.25rem solid #b1fa13;border-left:0rem solid #b1fa13}.box3{width:33.3%;padding-top:1rem;padding-bottom:1rem;text-align:center;border-top:0rem solid #b1fa13;border-right:0rem solid #b1fa13;border-bottom:.25rem solid #b1fa13;border-left:0rem solid #b1fa13}.box4{width:65%;float:left;box-sizing: border-box}.box5{width:35%;float:left;box-sizing: border-box}.box5 ul{list-style-type:none;margin: 0}.box5 li{float:left;margin-right:.5rem;list-style-type:none}.box5 a{border: none !important}.box6{width:30%;float:right;margin-top:2rem;border-top:.25rem solid #b1fa13;border-right:0rem solid #b1fa13;border-bottom:0rem solid #b1fa13;border-left:0rem solid #b1fa13;box-sizing: border-box}.box7{width:35%;float:left;margin-top:2rem;padding:1rem;background-color:#eee;border-radius:.25rem;box-sizing: border-box}.box7 ul{margin: 0}.box7 ul li{list-style-type:none}.box8{padding:2rem;background-color:#fff}.box9{width:45%;padding-top:1rem;padding-bottom:1rem}.fotogalerie{display: -webkit-flex; /* Safari */-webkit-justify-content: space-around; /* Safari 6.1+ */display: flex;justify-content: space-between;flex-wrap: wrap}.fotogalerie2 ul{display: -webkit-flex; /* Safari */-webkit-justify-content: space-around; /* Safari 6.1+ */display: flex;justify-content: space-between;flex-wrap: wrap}.fotogalerie2 li{margin-bottom:3rem;list-style-type:none}.fotogalerie2:hover img:not(:hover){-khtml-opacity: .3;-moz-opacity: .3;-ms-filter: alpha(opacity=30);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);filter: alpha(opacity=30);opacity: 0.3;transition: all .75s linear}.kennung1 a::before{font-size:125%;font-weight:bold;color:#b1fa13;content: '▶ '}.layout_latest{margin-bottom:2rem}.mod_breadcrumb ul{margin:0 0 .5rem 1rem}.mod_breadcrumb li{display:inline-block;margin:0 1rem 0 0;font-size:85%;list-style-type:none}.mod_newslist h2{margin:0 0 .5rem;font-size:125%}.mod_newslist p.info{margin: 0 !important}.mod_newslist .layout_short{margin:0 0 1rem}.service-1{width:60px;height:55px;background-image:url("../../files/themes/theme-bsd/servicetaste_notruf.gif");background-repeat:no-repeat}.service-1 a:hover{background-image:url("../../files/themes/theme-bsd/servicetaste_notruf.gif");background-position:center bottom;background-repeat:no-repeat}.service-2{width:60px;height:55px;background-image:url("../../files/themes/theme-bsd/servicetaste_telefon.gif");background-repeat:no-repeat}.service-2 a:hover{width:60px;height:55px;background-image:url("../../files/themes/theme-bsd/servicetaste_telefon.gif");background-position:center bottom;background-repeat:no-repeat}.service-3{width:60px;height:55px;background-image:url("../../files/themes/theme-bsd/servicetaste_kontakt.gif");background-repeat:no-repeat}.service-3 a:hover{background-image:url("../../files/themes/theme-bsd/servicetaste_telefon.gif");background-position:center bottom;background-repeat:no-repeat}.slider{position:relative}.slider ul{right:1rem;top:1rem;position:absolute;padding:2rem;background-color:rgba(255,255,255,.9);border-radius:.25rem;list-style-type:none;margin: 0 !important;width: auto}.slider ul li{list-style-type:none}.slider ul li:first-child{font-size:150%}.sticky #hauptnavigation{background-color:#fff;border-bottom:.25rem solid #b1fa13;z-index: 1000}.sticky .sf-menu a{padding:.5em 1em .25em}
}
@media screen and (min-width: 540px){
/* sreen2.css */
a[href^="tel"]{pointer-events:none; cusor:default; text-decoration:none;border: none !important}
}
@media screen and (max-width: 1220px){
/* tablet.css */
footer .inside{margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}#main .inside{margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}#service{right:1rem;top:14.75rem;position:fixed;display:inline;left: auto}#service{right:1rem;top:14.75rem;position:fixed;z-index: 2000}#service  li{margin:0 0 .25rem}
}
@media screen and (max-width: 800px){
/* pad.css */
h1{font-size:200%;font-weight:normal;text-decoration:none}h2{margin:2rem 0 1rem;font-size:150%;font-weight:normal;text-decoration:none;color:#484848}.box4{width:100%;float:none;display:block;margin-bottom:1rem;padding-right:2rem}.box5{width:100%;float:none;display:block}.box6{float:none;display:block;width: 100% !important}.box9{width:100%;margin-bottom:2rem}.mobil{display:block}.slider ul{padding:1rem}.slider h5{margin-top:1rem;font-size:125%}
}
@media screen and (max-width: 540px){
/* phone.css */
body{color:#000}h1{margin:1rem 0;font-size:165%}header .inside .fotogalerie div:nth-child(2),header .inside .fotogalerie div:nth-child(3){display:none}header select{width:100%;margin-bottom:1rem;padding:.5rem}input{width:90%}#main{background-image: none !important}textarea{width:90%;height:12rem}#main .inside{margin-right:auto;margin-left:auto;padding-right:.5rem;padding-left:.5rem}#service{right:0;top:16.5rem;position:fixed}#suchformular{position:relative}#suchformular input{width:50%;float:right;margin-bottom:1rem;padding:.5rem}.box1{width:100%}.box2{width:100%}.box3{width:100%}.box7{width:100%;border-radius:.25rem}.mod_breadcrumb{display:none}.nach_oben_link{display:none}.nichtmobil{display:none}
}
/* schema-buettner.css */
h1{color: #d90502}h3{color: #d90502}a:hover{border-color:#d90502;color:#d90502}header{border-style:solid;border-color:#d90502}#main{background-image:url("../../files/themes/theme-bsd/bsd-wasserzeichen.png");background-position:right bottom;background-repeat:no-repeat}.back a::before{color:#d90502}.box1{-webkit-filter: grayscale(1);filter: grayscale(1)}.box2{border-style:solid;border-color:#d90502}.box3{-webkit-filter: grayscale(1);filter: grayscale(1)}.box6{width:30%;border-color:#d90502}.kennung1 a::before{color:#d90502}.slider ul li:first-child{color:#d90502}.sticky #hauptnavigation{border-bottom:.25rem solid #d90502}
