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{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{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}
@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}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
#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}
.hljs{display:block;overflow-x:auto;padding:.5em;background:#eee;color:black}.hljs-link,.hljs-emphasis,.hljs-attribute,.hljs-addition{color:#070}.hljs-emphasis{font-style:italic}.hljs-strong,.hljs-string,.hljs-deletion{color:#d14}.hljs-strong{font-weight:bold}.hljs-quote,.hljs-comment{color:#998;font-style:italic}.hljs-section,.hljs-title{color:#900}.hljs-class .hljs-title,.hljs-type{color:#458}.hljs-variable,.hljs-template-variable{color:#336699}.hljs-bullet{color:#997700}.hljs-meta{color:#3344bb}.hljs-code,.hljs-number,.hljs-literal,.hljs-keyword,.hljs-selector-tag{color:#099}.hljs-regexp{background-color:#fff0ff;color:#880088}.hljs-symbol{color:#990073}.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#007700}
@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.success {
      background: #4e9e3e;
      border-color: #3e7830;
      color: #fff; }
      .contao-cookiebar .cc-btn.success:hover {
        background: #4c933f; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .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%); } }

.cookiebar_simple {
  color: #444444; }
  .cookiebar_simple p {
    color: #868686;
    line-height: 1.4; }
  .cookiebar_simple .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; }
  .cookiebar_simple .cc-groups {
    display: none;
    padding-top: 15px; }
    .cookiebar_simple .cc-groups .cc-group {
      position: relative;
      border: 1px solid #d0d0d0;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: left; }
      .cookiebar_simple .cc-groups .cc-group > label {
        margin: 5px 130px 5px 10px; }
  .cookiebar_simple .cc-cookies {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .cookiebar_simple .cc-cookies > p {
      font-size: 0.875rem; }
    .cookiebar_simple .cc-cookies > p, .cookiebar_simple .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-desc p {
      margin-bottom: 0; }
    .cookiebar_simple .cc-cookies .cc-cookie label.cookie + p, .cookiebar_simple .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .cookiebar_simple .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .cookiebar_simple .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .cookiebar_simple .cc-footer, .cookiebar_simple .cc-info {
    text-align: center; }
  .cookiebar_simple .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; }
    .cookiebar_simple .cc-detail-btn-details span:nth-child(2) {
      display: none; }
    .cookiebar_simple .cc-detail-btn-details.cc-active span:nth-child(1) {
      display: none; }
    .cookiebar_simple .cc-detail-btn-details.cc-active span:nth-child(2) {
      display: inline; }
    .cookiebar_simple .cc-detail-btn-details:hover {
      color: #717171; }
  .cookiebar_simple .cc-info {
    margin-top: 15px; }
    .cookiebar_simple .cc-info > p {
      font-size: 0.875rem; }
    .cookiebar_simple .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .cookiebar_simple .cc-info > a:hover {
        color: #717171; }
      .cookiebar_simple .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/* extra.css */
.slider .slides li img{height: 25%;    width: 25%;    background-size: original;    background-position: right}footer.page-footer .layout_simple time{color:#fff}#footer{background-image:url("../../files/img/layout/Holz-grau.jpg");background-position:center center;background-repeat:no-repeat}#mitarbeiter .headerImage h3,#mitarbeiter .headerImage h2,#mitarbeiter .headerImage h1{margin-top:100px;font-weight:bold;background: rgba(0, 63, 125, 0.4)}#main ul >li{list-style-type:disc;list-style-type: disc !important}#main .ce_gallery ul>li{list-style-type:none;list-style-type: none !important}ul:not(.browser-default){padding-left:30px;list-style-type: disc!important}.ui-state-active{background-color:#e3e3ff;font-size:1.2rem;font-weight:bold;color:#0d02ab;background-color: #d9e2ea !important; color: #0d02ab !important}.ui-icon{display: inline-block;    vertical-align: middle;    margin-top: 0.35em;    padding-right: 20px;    position: relative;    text-indent: -99999px;    overflow: hidden;    background-repeat: no-repeat}.ui-icon{width: 16px;    height: 16px}.ui-icon,.ui-widget-content .ui-icon{background-image: url("../../files/img/icon/ui-icons_ffffff_256x240.png")}.ui-icon-triangle-1-e{background-position: -32px -16px}.ui-icon .ui-icon-triangle-1-e{}.ui-icon-triangle-1-s{background-position: -65px -16px}.layout_latest h2{font-size: 1.56rem;    line-height: 90%;    margin: 0.3733333333rem 0 0.424rem 0}.layout_latest .inner2 .text,.layout_short .inner2 .text,.layout_teaser .inner2 .text,.layout_list .inner2 .text{overflow: visible;    position: relative;    padding: 20px 30px 20px 30px;    height: 140px;    color: #000}.layout_latest .inner2 .more,.layout_teaser .inner2 .more{position: absolute;    top: -32px;    right: 30px;    font-size: 36px;    line-height: 36px;    background: #003f7d;    color: #fff;    padding: 11px 5px 10px 3px;    border-radius: 100%;    width: 60px;    height: 60px;    text-align: center;    font-weight: 700;    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25)}.image{filter: opacity(60%); transition: filter 1.5s}.image:hover{filter: opacity(100%);transform: scale(1.1, 1.0)}.referenz{filter: opacity(40%); transition: filter 1.5s}.referenz:hover{filter: opacity(100%);transform: scale(1.2, 1.2)}.mod_mateModal .modal .unten,.ce_mateModal .modal .unten{position: relative;    right: 30px;    bottom: 30px;    cursor: pointer;    width: 30px;    height: 30px;    z-index: 1}.kopf img{height:auto;max-width:100% !important}.white{background-color:#fff}#mitarbeiter> .background-stretch-mitarbeiter{width:100%;height:auto;background-image:url("../../files/img/mitarbeiter/2020_KnippingSchaepers_Alle.jpg");background-position:center center;background-repeat:no-repeat;background-size: cover}.koepfe img{height: auto;    border: 1px solid #fafafa;    border-radius: 50%;    transition: all 0.25s linear 0s}.ce_mateTextBackgroundElement .bg-image{position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    background-position: center; -webkit-filter: blur(0px); filter: blur(0px); background-size: cover;    background-repeat: no-repeat}p .facebook,a .facebook{width:20px;height:20px;background-image:url("../../files/img/layout/facebook_logo.png");background-position:center center;background-repeat:no-repeat}p .instagramm{width:20px;height:20px;background-image:url("../../files/img/layout/istagramm_logo.png");background-position:center center;background-repeat:no-repeat}#header .mod_mateNavbar.stuck .nav-wrapper ul li a.active,#header .mod_mateNavbar.stuck .nav-wrapper ul li a:hover{font-weight:bold;color:#d4e0fc}#header .mod_mateNavbar.stuck .nav-wrapper ul>li>a.active:before,#header .mod_mateNavbar.stuck .nav-wrapper ul>li.trail>a:before{border: 2px solid #d4e0fc}
/* tabcontrol.css */
#main .ce_tabcontrol .tabcontrol_tabs ul{padding-left: 0 !important}.tabs{text-align:center;font-size:79%;color:#575757;width: 16.66%}#main .ce_tabcontrol .tabcontrol_tabs ul li,#main .ce_tabcontrol .tabcontrol_tabs ul li:last-child{float: left;    padding: 10px;    vertical-align: middle;    text-align: center;    color: #575757;    list-style-type: none;    cursor: pointer}}

.tabcontrol_tabs ul,.tabcontrol_tabs li{margin:0;padding:0;list-style-type:none}}

.tabcontrol_tabs li.tabs{float:left;padding:10px;vertical-align:middle;text-align:center;color:#575757;cursor: pointer}.tabcontrol_tabs li.selected{background-color:#ccc;color:#000}.tabcontrol_tabs .tabs,.tabcontrol_panes .panes{padding:20px;border:1px solid #ccc}
