@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_form" */
    .captcha { margin-bottom: .5rem; }
    .captcha a { margin-left: .5rem; }
    .captcha--reloading img { opacity: 0.5; }
    .captcha--reloading a { cursor: auto; }
    .captcha--spin .captcha__reload svg { animation: spin 0.8s infinite linear; }
    .captcha__audio__mute { display: none; }
    .captcha--playing .captcha__audio__mute { display: inherit; }
    .captcha--playing .captcha__audio__sound { display: none; }
    @keyframes spin {
      from {transform:rotate(359deg);}
      to {transform:rotate(0deg);}
    }

/* Preload images */
body:after {
  content: url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/close.png') url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/loading.gif') url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/prev.png') url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/next.png');
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/loading.gif') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('../../../_assets/3e14b6616a3de3e68efc0d456275bc86/lightbox2/images/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lightbox{
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
}
:root{--dp-cookie-palette-popup-background: rgba(0, 0, 0, .8);--dp-cookie-palette-popup-text: rgb(255, 255, 255);--dp-cookie-palette-button-background: rgb(249, 99, 50);--dp-cookie-palette-button-text: #fff;--dp-cookie-config-background: rgba(0, 0, 0, .4);--dp-cookie-config-text: inherit}@font-face{font-family:dp-icomoon;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/ttf;base64,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) format("truetype"),url(data:font/woff;base64,d09GRgABAAAAAAfIAAsAAAAAB3wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFx2NtYXAAAAFoAAAAVAAAAFQXVtKKZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAA6wAAAOsU//RYmhlYWQAAAVwAAAANgAAADYlgGF9aGhlYQAABagAAAAkAAAAJAdiA8lobXR4AAAFzAAAACAAAAAgFgAAAGxvY2EAAAXsAAAAEgAAABIDZAIcbWF4cAAABgAAAAAgAAAAIAAOALduYW1lAAAGIAAAAYYAAAGGmUoJ+3Bvc3QAAAeoAAAAIAAAACAAAwAAAAMDmgGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QMDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkD//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8ADgAPAAC8AABMuATU0NjMyFhcxCQE+ATMyFhUUBgcxCQEeARUUBiMiJicxCQEOASMiJjU0NjcxAYkEBRMNBwsFAUkBSQULBw0TBQT+tgFKBAUTDQcLBf63/rcFCwcNEwUEAUoDCQULBw0TBQT+tgFKBAUTDQcLBf63/rcFCwcNEwUEAUr+tgQFEw0HCwUBSQAAAAAFAAD/wAOAA8AASgBiAIQAoAC0AAAlIyYnJicmNTQ3NjMyFxYVFBcWMzI3NjU0JyYjIgcGBwYVFBcWBwYnJjU0NzY3NjMyFxYVFAcGIyInJjU0JyYjIgcGFRQXFhcWBwYDFBcWMzI3NjMyFxYXFgcGIyInJjU0MzIDIicmJyY1NDc2MzIXFhUUIyI1NCcmIyIHBhUUFxYXFgcGASI1NDc2NzYzMhcWFxYVFAcGJyYnJicmBwYHBiUiJyYjIgcGJyY1NDc2MzIXFgcGAnwGXEImGxsmJjY2JycZGSYmGhpbW4BcTEwmGBwGFBQGIB4qV1dokmdnJyc2NiYmGhomJhkZUDhUEgQEejc3UgQODgkJCQkCBBYYHFA0ZhYUcggGNiAuR0dkZEdHFhY6OlJSOjomGjYQEAb+7BYEQGBkeHhkYj4EEBAIPFRcbGxcWjgGAlgIAnZ4gmwKCgoKdI6CgBIKCAEYQiZBQTY0JSUlJTQiGBgYGCJ4VlYvL04yRlBKFAYGElJWTjxaNjZjY4o0JCQkJDQiGRkZGSJwUDgWAhgQAThKNjYCAgMDChYEBCZGdBb+ugY2PFBoXkREREReFBRONzc3N05gRC46DhAGAgQUBAhcMDQ0MFoIBA4GBg5SKi4BATAuUAjgAjw8BgYGDA4GQEAKEgwAAAABAAD/wALgA8AAIQAAAT4BMzIWFwEeARUUBgcBDgEjIiY1NDY3MQkBLgE1NDY3MQEpBQsHBwsFAYAEBQUE/oAFCwcNEwUEAWr+lgQFBQQDVwQFBQT+gAULBwcLBf6ABAUTDQcLBQFpAWkFCwcHCwUAAQAA/8ADoAPAACEAABM+ATMyFhcJAT4BMzIWFRQGBzEBDgEjIiYnAS4BNTQ2NzFpBQsHBwsFAWkBaQULBw0TBQT+gAULBwcLBf6ABAUFBAKXBAUFBP6WAWoEBRMNBwsF/oAEBQUEAYAFCwcHCwUAAAEAAAAAAACKIc3/Xw889QALBAAAAAAA4WEOgAAAAADhYQ6AAAD/wAOgA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA6AAAQAAAAAAAAAAAAAAAAAAAAgEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAAAAAAACgAUAB4AagFmAZ4B1gAAAAEAAAAIALUABQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff"),url(/icomoon.svg?rqal3l#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=dp--icon-],[class*=" dp--icon-"]{font-family:dp-icomoon!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dp--icon-x:before{content:""}.dp--icon-fingerprint:before{content:""}.dp--icon-chevron:before{content:""}.dp--icon-chevron[data-icon=down]:before{content:""}.dp--revoke{line-height:1;position:fixed;z-index:9999;top:0;left:0;display:flex;overflow:hidden;align-items:center;flex-wrap:nowrap;justify-content:center;box-sizing:border-box;min-width:40px;height:40px;margin:5px;padding:.5em;cursor:pointer;transition:all .3s ease-in-out;transform:none;text-decoration:none;border-radius:20px;background-color:var(--dp-cookie-palette-popup-background);color:var(--dp-cookie-palette-popup-text)}.dp--revoke i{font-size:24px;pointer-events:none}.dp--revoke.cc-top-right,.dp--revoke.cc-bottom-right{right:0;left:auto}.dp--revoke.cc-bottom,.dp--revoke.cc-bottom-left,.dp--revoke.cc-bottom-right{top:auto;bottom:0}.dp--revoke .dp--hover{display:none;pointer-events:none}.dp--revoke:hover{opacity:.7}.dp--revoke:hover .dp--hover{display:inline-block}.cc-window{font-size:16px;line-height:1.5em;position:fixed;z-index:9999;top:0;left:0;width:100%;background-color:var(--dp-cookie-palette-popup-background);color:var(--dp-cookie-palette-popup-text)}.cc-window.cc-bottom{top:auto;bottom:0}.cc-window.cc-top-left,.cc-window.cc-top-right,.cc-window.cc-bottom-left,.cc-window.cc-bottom-right{max-width:24em}.cc-window.cc-top-left,.cc-window.cc-top-right{top:1rem}.cc-window.cc-top-left,.cc-window.cc-bottom-left{left:1rem}.cc-window.cc-top-right,.cc-window.cc-bottom-right{right:1rem;left:auto}.cc-window.cc-bottom-left,.cc-window.cc-bottom-right{top:auto;bottom:1rem}.cc-window .cc-body{display:flex;flex-direction:column;width:100%}@media (min-width: 768px){.cc-window.cc-top .cc-body,.cc-window.cc-bottom .cc-body{align-items:center;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}}.cc-window .cc-message{padding:1.5rem}.cc-window .cc-link{display:inline-block;padding:.2em;text-decoration:underline;opacity:.8;color:inherit}.cc-window .dp--cookie-check{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;border:1px solid rgba(255,255,255,.5);border-radius:5px}.cc-window .dp--cookie-check label{display:block;overflow:hidden;margin:0;padding:5px;white-space:nowrap;text-overflow:ellipsis}.cc-window .dp--cookie-check label:first-child{padding-left:10px}.cc-window .dp--cookie-check label:last-child{padding-right:10px}.cc-window *,.cc-window *:before,.cc-window *:after{box-sizing:border-box}.cc-window .powered-by,.cc-window-config .powered-by{padding:0 .5rem;text-align:right;font-size:12px;opacity:.4}.cc-window .powered-by a,.cc-window-config .powered-by a{color:inherit}.cc-compliance{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;min-width:300px;max-width:100%!important}.cc-top .cc-compliance,.cc-bottom .cc-compliance{padding-top:.5rem;padding-right:1.5rem;padding-bottom:.5rem}.cc-btn{font-size:.9em;font-weight:700;display:block;width:50%;margin:0;padding:.4em .8em;cursor:pointer;text-align:center;white-space:nowrap;border-width:2px;border-style:solid;border-color:transparent;background-color:transparent;transition:all .3s ease-in-out;color:inherit;font-family:inherit;line-height:inherit}.cc-top .cc-btn,.cc-bottom .cc-btn{width:100%}.cc-top .cc-btn+.cc-btn,.cc-bottom .cc-btn+.cc-btn{margin-top:.25rem}.cc-btn.cc-allow-all{background-color:var(--dp-cookie-palette-button-background);color:var(--dp-cookie-palette-button-text)}.cc-btn:hover{opacity:.8}.cc-w-100{width:100%}.dp--iframe{display:none}.dp--iframe.dp--loaded{display:block}.dp--overlay{display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;background-color:var(--dp-cookie-overlay-box-background);color:var(--dp-cookie-overlay-box-text)}.dp--overlay-description,.dp--overlay-button{margin-top:.8rem}.db--overlay-submit{font-weight:700;display:inline-block;padding:.4em .8em;text-align:center;border:2px solid transparent;cursor:pointer;background-color:var(--dp-cookie-overlay-btn-background);color:var(--dp-cookie-overlay-btn-text)}.dp--iframe.dp--loaded+.dp--overlay{display:none}.cc-hide{visibility:hidden!important;opacity:0!important}.cc-sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0}.cc-no-wrap{white-space:nowrap}.cc-window-config{position:fixed;z-index:10000;height:100%;width:100%;left:0;top:0;display:flex;justify-content:center;align-items:center;background-color:var(--dp-cookie-config-background);opacity:0;visibility:hidden;transition:all .3s ease-in-out}.cc-window-config.cc-show{opacity:1;visibility:visible}.cc-window-config .cc-config{background-color:var(--dp-cookie-palette-popup-background);color:var(--dp-cookie-palette-popup-text);padding:1rem 1rem .25rem;width:800px;max-width:calc(100% - 1rem);max-height:calc(100vh - 1rem)}.cc-window-config .cc-config-header{display:flex;align-items:flex-start;flex-wrap:nowrap;justify-content:space-between;padding-top:.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--dp-cookie-palette-popup-text)}.cc-window-config .cc-config-header .cc-btn-close{padding:.25rem;margin:0;cursor:pointer;text-align:center;white-space:nowrap;border:0;background-color:transparent;transition:all .3s ease-in-out;color:inherit;font-family:inherit;line-height:inherit;display:flex;justify-content:center;align-items:center}.cc-window-config .cc-config-body{padding:.75rem 1.5rem 0;margin:0 -1rem;overflow:auto;max-height:calc(90vh - 170px - 1rem)}.cc-window-config .cc-config-footer{padding-top:.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-left:calc(var(--dp-cookie-extend-gap) * -1);margin-right:calc(var(--dp-cookie-extend-gap) * -1)}@media screen and (min-width: 768px){.cc-window-config .cc-config-footer{flex-wrap:nowrap}}.cc-window-config .cc-config-footer .cc-btn{margin:calc(var(--dp-cookie-extend-gap));flex:0 1 auto;order:1;width:calc(50% - var(--dp-cookie-extend-gap) * 2)}.cc-window-config .cc-config-footer .cc-btn.cc-allow-all{flex:0 1 100%;order:0}@media screen and (min-width: 768px){.cc-window-config .cc-config-footer .cc-btn.cc-allow-all{order:2}}.cc-window-config .cc-config-group{padding-bottom:.75rem}.cc-window-config .cc-config-group .cc-config-group-name{font-weight:700;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.cc-window-config .cc-config-group .cc-config-group-name .cc-btn{position:relative;padding:.75rem 1.25rem;flex:1 1 auto;line-height:1;border:0;text-align:left}.cc-window-config .cc-config-group .cc-config-group-name .dp--icon-chevron{font-size:.7rem;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out}.cc-window-config .cc-config-group .cc-config-cookies{display:none}.cc-window-config .cc-config-group .cc-config-group-cookie{list-style:none;font-size:.75em;padding:.5rem;margin-bottom:0;background-color:var(--dp-cookie-config-group-cookie-background);color:var(--dp-cookie-config-group-cookie-text)}.cc-window-config .cc-config-group .cc-config-group-cookie+.cc-config-group-cookie{border-top:1px solid var(--dp-cookie-config-group-cookie-border)}.cc-window-config .cc-config-group .cc-config-group-cookie>li{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap}.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-label{flex:0 0 100px;overflow:hidden;text-overflow:ellipsis;font-weight:700}.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-label+div{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;font-weight:700}.cc-window-config .cc-config-group .cc-config-group-cookie>li a{color:inherit}.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-cookie-description{display:none}@media screen and (min-width: 768px){.cc-window-config .cc-config-group .cc-config-group-cookie>li .cc-cookie-description{display:block}}.cc-window-config .cc-config-group.cc-show .dp--icon-chevron:before{content:""}.cc-window-config .cc-config-group.cc-show .cc-config-cookies{display:block}.cc-window-config .cc-message{padding-bottom:.75rem}.cc-pt-2{padding-top:.25rem}.cc-form-switch{--dp-cc-switch-border-width: 1px;position:relative;line-height:0}.cc-form-switch .dp--check-box{width:3rem;height:1.5rem;border-radius:2rem;transition:all .15s ease-in-out;background-color:var(--dp-cookie-config-group-cookie-background);border:var(--dp-cc-switch-border-width) solid var(--dp-cookie-config-group-cookie-background);-webkit-appearance:none;-moz-appearance:none;appearance:none}.cc-form-switch .dp--check-box+.cc-check-label{position:absolute;left:calc(var(--dp-cc-switch-border-width) * 3);top:50%;transform:translateY(-50%);transition:all .15s ease-in-out;width:1.25rem;height:1.25rem;border-radius:2rem;background-color:#fff;pointer-events:none}.cc-form-switch .dp--check-box[disabled]{cursor:no-drop}.cc-form-switch .dp--check-box:checked{background-color:var(--dp-cookie-palette-button-background);border-color:var(--dp-cookie-palette-button-background)}.cc-form-switch .dp--check-box:checked+.cc-check-label{left:calc(100% - var(--dp-cc-switch-border-width) * 3);transform:translate(-100%,-50%)}.cc-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);border:0}.cc-type-extend{--dp-cookie-extend-gap: 4px;--dp-cookie-config-group-cookie-background: #333;--dp-cookie-config-group-cookie-border: #666;--dp-cookie-config-group-cookie-text: #fff}.cc-type-extend.cc-window .cc-compliance{padding:0 var(--dp-cookie-extend-gap) var(--dp-cookie-extend-gap) var(--dp-cookie-extend-gap)}.cc-type-extend.cc-window .cc-compliance .cc-btn.cc-allow-all{margin-left:calc(var(--dp-cookie-extend-gap) * -1);margin-right:calc(var(--dp-cookie-extend-gap) * -1);margin-bottom:var(--dp-cookie-extend-gap);width:calc(100% + var(--dp-cookie-extend-gap) * 2)}.cc-type-extend.cc-window .cc-compliance .cc-btn:not(.cc-allow-all){width:calc(50% - var(--dp-cookie-extend-gap) / 2)}.cc-type-extend .cc-btn:not(.cc-allow-all){border:2px solid var(--dp-cookie-palette-button-background)}


/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-300.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-300.woff') format("woff");
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-300italic.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-300italic.woff') format("woff");
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-regular.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-regular.woff') format("woff");
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-italic.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-italic.woff') format("woff");
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-600.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-600.woff') format("woff");
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-600italic.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-600italic.woff') format("woff");
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-700.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-700.woff') format("woff");
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-800.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-800.woff') format("woff");
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-700italic.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-700italic.woff') format("woff");
}
/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-800italic.woff2') format("woff2"), url('../../../_assets/117394f43072c5e18dac8264809e5be8/fonts/open-sans-v15-latin-800italic.woff') format("woff");
}
:root {
  --primary-color: #f06800;
  --primary-color-dark: #d45a00;
  --primary-color-light: #ff7a1a;
  --primary-color-subtle: rgba(240, 104, 0, 0.08);
  --secondary-color: #333333;
  --secondary-color-light: #666666;
  --third-color: #cccccc;
  --background-color: #ffffff;
  --background-gray: #f8f9fa;
  --background-light-gray: #f5f5f5;
  --page-background: #eceff3;
  --border-color: #e0e0e0;
  --text-color: #333333;
  --text-color-light: #666666;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.06);
  --shadow-sticky: 0 4px 20px rgba(0, 0, 0, 0.08);
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-lg: 12px;
  --transition-speed: 0.25s;
  --content-padding: 24px;
  --focus-ring: 0 0 0 3px rgba(240, 104, 0, 0.18);
}

header h2, header h3 {
  line-height: 1.5em;
}

/**
 * Headlines
 */
h1 {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 36px);
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 1.3;
}
h1 a {
  font-size: inherit;
  color: inherit;
}

h1.header {
  display: none;
}

h2 {
  font-size: clamp(20px, 3vw, 24px);
  margin-bottom: 16px;
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 1.4;
}

h3 {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 1.4;
}

p {
  line-height: 1.7;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 1em;
}

p.bodytext {
  padding-top: 12px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

#c23094 img {
  width: 20px;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #eeeeee !important;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* {
  font-family: inherit;
  box-sizing: border-box;
}

.make-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: white;
}
.make-sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary-color);
}

.cc-compliance .cc-btn {
  color: white;
}

/**
 * Header Search
 */
div.header-search {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 100;
}
div.header-search .search-icon-btn {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary-color);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all var(--transition-speed) ease;
  align-items: center;
  justify-content: center;
}
div.header-search .search-icon-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}
div.header-search .search-icon-btn:hover {
  background: white;
  color: var(--primary-color-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.08);
  border-color: rgba(255, 255, 255, 0.5);
}
div.header-search .search-icon-btn:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
div.header-search .search-icon-btn:active {
  transform: scale(0.95);
}

.navbar-form {
  background: transparent;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
}
.navbar-form label {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.navbar-form .input-group {
  display: flex;
  align-items: stretch;
}
.navbar-form input, .navbar-form button {
  font-weight: 600;
  border: 1px solid var(--primary-color);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-speed) ease;
  margin: 0;
  float: none;
}
.navbar-form input.form-control {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  padding: 8px 14px;
  font-size: 15px;
  border-right: none;
  height: auto;
  line-height: 1.5;
}
.navbar-form input.form-control:focus {
  outline: none;
  border-color: var(--primary-color-dark);
  box-shadow: var(--shadow-md);
  border-right: none;
}
.navbar-form input.form-control::placeholder {
  color: var(--text-color-light);
  opacity: 0.7;
}
.navbar-form .input-group-btn {
  display: flex;
}
.navbar-form button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: white;
  outline: none;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  padding: 8px 18px;
  font-size: 15px;
  cursor: pointer;
  margin-left: 0;
  height: auto;
  line-height: 1.5;
}
.navbar-form button:hover {
  background-color: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
}

/**
 * Search fix
 */
a.resetButton {
  display: inline-block;
  width: 300px;
}

/**
 * Header
 */
.header {
  padding: 0;
  background: var(--background-color);
  border-bottom: 2px solid var(--primary-color);
}
.header .col-xs-3 {
  padding: 0;
  margin: 0;
  top: -10px;
}
.header .col-xs-9 {
  padding-right: 0;
  margin-right: 0;
}
.header a {
  color: var(--primary-color);
}
.header img {
  margin: 0;
}
.header h3 {
  margin-top: 0;
}

.container > .header {
  border-bottom: 3px solid var(--primary-color);
}

/**
 * ke_search Styling - Modern Design
 */
.tx-kesearch-pi1 #form_kesearch_pi1 {
  background: white;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.tx-kesearch-pi1 .kesearch_searchbox {
  border: none;
  padding: 0;
  margin: 0;
}
.tx-kesearch-pi1 .kesearchbox {
  margin-bottom: 15px;
}
.tx-kesearch-pi1 .kesearchbox .search-input-wrapper {
  position: relative;
}
.tx-kesearch-pi1 .kesearchbox input#ke_search_sword,
.tx-kesearch-pi1 .kesearchbox .search-input {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.tx-kesearch-pi1 .kesearchbox input#ke_search_sword:focus,
.tx-kesearch-pi1 .kesearchbox .search-input:focus {
  outline: none;
  border-color: var(--primary-color, #ff6600);
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.1);
}
.tx-kesearch-pi1 .search-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tx-kesearch-pi1 .search-buttons .btn {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
}
.tx-kesearch-pi1 .search-buttons .btn.btn-primary, .tx-kesearch-pi1 .search-buttons .btn.search-submit {
  background-color: #ff6600;
  color: white;
}
.tx-kesearch-pi1 .search-buttons .btn.btn-primary:hover, .tx-kesearch-pi1 .search-buttons .btn.search-submit:hover {
  background-color: #e55a00;
  box-shadow: 0 2px 6px rgba(255, 102, 0, 0.3);
}
.tx-kesearch-pi1 .search-buttons .btn.btn-default, .tx-kesearch-pi1 .search-buttons .btn.reset-button {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}
.tx-kesearch-pi1 .search-buttons .btn.btn-default:hover, .tx-kesearch-pi1 .search-buttons .btn.reset-button:hover {
  background-color: #e8e8e8;
  border-color: #ccc;
}
.tx-kesearch-pi1 span.submitbutt input {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}
.tx-kesearch-pi1 span.submitbutt input:hover {
  background-color: var(--primary-color-dark);
  box-shadow: 0 2px 6px rgba(240, 104, 0, 0.3);
}
.tx-kesearch-pi1 span.resetbutt {
  padding: 8px 20px;
  display: inline-block;
  width: auto;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tx-kesearch-pi1 span.resetbutt:hover {
  background-color: #e8e8e8;
  border-color: #ccc;
}
.tx-kesearch-pi1 span.resetbutt a {
  color: #333;
  text-decoration: none;
}
.tx-kesearch-pi1 #kesearch_num_results {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff6600;
}
.tx-kesearch-pi1 .result-list-item {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px !important;
  margin-bottom: 12px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}
.tx-kesearch-pi1 .result-list-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}
.tx-kesearch-pi1 .result-list-item::before, .tx-kesearch-pi1 .result-list-item::after {
  content: " ";
  display: table;
}
.tx-kesearch-pi1 .result-list-item::after {
  clear: both;
}
.tx-kesearch-pi1 .result-list-item input[type=checkbox] {
  display: none;
}
.tx-kesearch-pi1 .result-header {
  margin-bottom: 10px;
}
.tx-kesearch-pi1 span.result-number {
  display: inline-block;
  background: var(--primary-color);
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.3;
  margin-right: 8px;
  vertical-align: top;
}
.tx-kesearch-pi1 .result-title {
  display: inline;
}
.tx-kesearch-pi1 .result-title a {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.8;
}
.tx-kesearch-pi1 .result-title a:hover {
  color: var(--primary-color);
}
.tx-kesearch-pi1 .result-content {
  margin-top: 0;
  overflow: hidden;
}
.tx-kesearch-pi1 .add-info {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.5;
}
.tx-kesearch-pi1 .add-info div {
  margin-bottom: 3px;
}
.tx-kesearch-pi1 .add-info i {
  font-style: normal;
  font-weight: 500;
  color: #888;
}
.tx-kesearch-pi1 span.teaser_icon {
  display: none;
}
.tx-kesearch-pi1 .hit {
  color: #d93144;
  font-size: 16px !important;
}
.tx-kesearch-pi1 .result-teaser {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-top: 8px;
}
.tx-kesearch-pi1 .result-teaser mark {
  background-color: #fff3cd;
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: 500;
}
.tx-kesearch-pi1 span.clearer {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}
.tx-kesearch-pi1 p, .tx-kesearch-pi1 a, .tx-kesearch-pi1 span, .tx-kesearch-pi1 div.result_txt {
  font-size: 15px;
}
.tx-kesearch-pi1 .message {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.tx-kesearch-pi1 .ke_search-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
  margin: 25px 0;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
  border-top: none;
}
.tx-kesearch-pi1 .pages_total {
  border-top: none !important;
  padding-top: 30px;
  margin-top: 10px;
}
.tx-kesearch-pi1 .pages_total .result_txt {
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #666;
}
.tx-kesearch-pi1 .pages_total .result_txt strong {
  color: #333;
}
.tx-kesearch-pi1 div.kesearch_pagebrowser ul.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tx-kesearch-pi1 div.kesearch_pagebrowser ul.pagination li.page-item {
  padding: 0;
  float: none;
}
.tx-kesearch-pi1 div.kesearch_pagebrowser ul.pagination li.page-item.active .page-link {
  background-color: var(--primary-color, #007bff);
  color: white;
  border-color: var(--primary-color, #007bff);
  font-weight: bold;
}
.tx-kesearch-pi1 div.kesearch_pagebrowser ul.pagination li.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
.tx-kesearch-pi1 div.kesearch_pagebrowser ul.pagination li.page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: var(--primary-color, #007bff);
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tx-kesearch-pi1 div.kesearch_pagebrowser ul.pagination li.page-item .page-link:hover:not(.disabled) {
  background-color: #e9ecef;
  border-color: #adb5bd;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.tx-kesearch-pi1 div.kesearch_pagebrowser ul.pagination li.page-item .page-link .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#content h3 {
  font-size: 20px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

legend {
  font-size: 15px;
}

p.align-right {
  text-align: right;
}

table.promi_table td {
  padding: 15px;
}

/**
 * Footer
 */
.footer {
  border-top: 3px solid var(--primary-color);
  margin-top: 40px;
  padding: 32px 0 20px;
  font-size: 15px;
  background-color: var(--background-gray);
}
.footer a {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  transition: color var(--transition-speed) ease;
}
.footer a:hover {
  color: var(--primary-color-dark);
}
.footer ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
.footer ul li.head {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--secondary-color);
}

/**
 * Page navigation
 */
.page-navigation {
  font-size: 15px;
  margin-top: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page-navigation p {
  font-size: 15px;
}
.page-navigation li {
  margin-right: 0;
  list-style: none;
}
.page-navigation li.current {
  border: 1px solid var(--primary-color);
  padding: 8px 14px;
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius-sm);
}
.page-navigation li a {
  padding: 8px 14px;
  border: 1px solid var(--border-color);
  background-color: white;
  border-radius: var(--border-radius-sm);
  display: inline-block;
  transition: all var(--transition-speed) ease;
}
.page-navigation li a:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color-light);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/**
 * Nav
 */
#main-nav {
  margin-bottom: 0;
  border-radius: 0;
  background-color: white;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  min-height: auto;
}
#main-nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#main-nav .navbar-collapse li.open a {
  color: var(--secondary-color);
}
#main-nav .navbar-collapse li.active > a {
  background-color: var(--background-light-gray);
  color: var(--secondary-color);
  position: relative;
}
#main-nav .navbar-collapse li.active > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary-color);
}
#main-nav .navbar-collapse li a {
  transition: all var(--transition-speed) ease;
}
#main-nav .navbar-collapse li a:hover {
  background-color: var(--background-gray);
  color: var(--primary-color);
}

#main-menu li {
  font-weight: 600;
}
#main-menu > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
#main-menu > li > a > .caret {
  margin-left: 6px;
  position: relative;
  top: -1px;
}
#main-menu ul .caret {
  margin-top: 5px !important;
}

/**
 * Content
 */
#mainContent {
  padding-top: 20px;
  position: relative;
}
#mainContent ul li {
  font-size: 16px;
}
#mainContent .frame-custom-23 img {
  margin-left: 12px;
}
#mainContent .frame-custom-20 {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#mainContent .frame-custom-20 .ce-gallery {
  margin-bottom: 0;
}
#mainContent .frame-custom-20 h2 {
  font-size: 19px;
}
#mainContent div.frame {
  overflow: hidden;
  margin-top: 10px;
}
#mainContent a.internal-link {
  margin-top: 10px;
}
#mainContent header h2, #mainContent header h1 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 5px;
}
#mainContent header h2 a, #mainContent header h1 a {
  line-height: 1.2em;
  color: var(--primary-color);
}
#mainContent .frame-type-html iframe {
  width: 100%;
  height: auto;
  min-height: 350px;
}
#mainContent div.frame h2.ce-headline-left a {
  color: var(--primary-color);
}
#mainContent div.frame .ce-left.ce-intext div.ce-gallery {
  float: left;
  margin-right: 15px;
  margin-top: 8px;
  height: 100%;
  margin-bottom: 10px;
}
#mainContent div.frame .ce-left.ce-intext div.ce-gallery figcaption .image-caption {
  font-size: 11px;
}
#mainContent div.frame-type-textpic .ce-above .image-embed-item {
  width: 750px;
  height: auto;
}
#mainContent div.frame-ruler-before {
  border-top: solid 1px #dddddd;
}
#mainContent div.frame-type-textpic::before {
  border: none;
  padding: 5px;
  margin: 0;
}
#mainContent div.frame-type-textpic::after {
  content: " ";
  display: table;
  clear: both;
}
#mainContent div.frame-custom-20 {
  padding: 15px;
  border: solid 1px #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
#mainContent div.frame-custom-20 h2 {
  font-weight: bold;
  margin-top: 0;
}
#mainContent div.link a {
  color: var(--primary-color);
}
#mainContent .news-text-wrap a {
  color: var(--primary-color);
  font-weight: normal;
}
#mainContent .frame-ruler-after {
  box-shadow: 0 15px 10px -20px #333;
  border-bottom: none;
}
#mainContent .news-single-imgcaption {
  width: 100%;
  font-size: 12px;
}
#mainContent span.news-list-morelink a {
  color: var(--primary-color);
  font-size: 12px;
}
#mainContent div.no-news-found {
  margin-top: 40px;
  color: #333;
}
#mainContent figcaption {
  padding-left: 2px;
  padding-top: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

/**
 * Grids
 */
.gridElHeader h2 {
  padding-left: 0;
  margin-bottom: 20px;
}

.grids {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.grids header h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.4;
}
.grids header h2 p {
  font-size: 18px;
}
.grids header h2 a {
  color: var(--primary-color);
  transition: color var(--transition-speed) ease;
}
.grids header h2 a:hover {
  color: var(--primary-color-dark);
}
.grids .ce-textpic {
  margin: 0;
  padding: 0;
}
.grids .ce-textpic figure.image {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.grids .ce-textpic div {
  padding: 0;
  margin: 0;
}
.grids .ce-textpic div img {
  width: 100%;
  height: auto;
  display: block;
}
.grids div.frame {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.grids .col-sm-4 > div,
.grids .col-sm-6 > div {
  background-color: white;
  padding: 20px;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-speed) ease;
  height: 100%;
}
.grids .col-sm-4 > div:hover,
.grids .col-sm-6 > div:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

#mainContent a,
p.align-right a,
#categoryContent p.bodytext a {
  color: var(--primary-color);
}

h3 a {
  color: var(--secondary-color);
}

div.frame-type-form_formframework {
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 24px;
  background-color: var(--background-gray);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
}
div.frame-type-form_formframework h2 {
  margin-bottom: 20px;
  color: var(--secondary-color);
}
div.frame-type-form_formframework input[type=text],
div.frame-type-form_formframework input[type=email],
div.frame-type-form_formframework input[type=tel],
div.frame-type-form_formframework select,
div.frame-type-form_formframework textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-sm);
  font-size: 15px;
  transition: all var(--transition-speed) ease;
  background-color: white;
}
div.frame-type-form_formframework input[type=text]:focus,
div.frame-type-form_formframework input[type=email]:focus,
div.frame-type-form_formframework input[type=tel]:focus,
div.frame-type-form_formframework select:focus,
div.frame-type-form_formframework textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(240, 104, 0, 0.1);
}
div.frame-type-form_formframework input[type=text]:hover,
div.frame-type-form_formframework input[type=email]:hover,
div.frame-type-form_formframework input[type=tel]:hover,
div.frame-type-form_formframework select:hover,
div.frame-type-form_formframework textarea:hover {
  border-color: var(--primary-color-light);
}
div.frame-type-form_formframework textarea {
  min-height: 200px;
  resize: vertical;
  font-family: inherit;
}
div.frame-type-form_formframework button[type=submit],
div.frame-type-form_formframework input[type=submit] {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: var(--border-radius-sm);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
}
div.frame-type-form_formframework button[type=submit]:hover,
div.frame-type-form_formframework input[type=submit]:hover {
  background-color: var(--primary-color-dark);
}
div.frame-type-form_formframework button[type=submit]:active,
div.frame-type-form_formframework input[type=submit]:active {
  transform: translateY(0);
}
div.frame-type-form_formframework label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--secondary-color);
}

div#c18366 div.ce-gallery {
  margin-top: 10px;
}

ol.breadcrumb {
  background-color: var(--background-gray);
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px 16px;
}
ol.breadcrumb a {
  color: var(--primary-color);
  transition: color var(--transition-speed) ease;
}
ol.breadcrumb a:hover {
  color: var(--primary-color-dark);
  text-decoration: underline;
}
ol.breadcrumb li {
  color: var(--text-color-light);
}

.breadcrumb > li + li:before {
  color: var(--text-color-light);
}

.container {
  background-color: white;
  max-width: 1200px;
  border-radius: 0;
}

.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.1);
}

/**
 * Nav
 */
.topBar {
  height: auto;
  padding: 0;
  background-color: transparent;
  border: none;
}
.topBar img {
  padding-left: 5px;
}
.topBar .container {
  border-bottom: solid 1px #e7e7e7;
  padding-left: 0;
  background-color: #1d67ac;
  box-shadow: none;
}

/**
 * Fix for event-page directly with ID
 */
#news-container-195 .article {
  border-bottom: solid 2px #c8c8c8;
}
#news-container-195 .news-img-wrap {
  float: left;
  margin-right: 20px;
}
#news-container-195 .footer {
  clear: both;
  margin-top: 20px;
  padding-left: 5px;
  border-top: none;
  font-size: 14px;
  font-weight: bold;
}
#news-container-195 .header {
  box-shadow: 0 15px 10px -20px #333;
  border: none;
  margin-bottom: 10px;
}
#news-container-195 h3 {
  margin-top: 10px;
}
#news-container-195 h3, #news-container-195 h3 a {
  font-size: 20px;
}
#news-container-195 .EVPTopEvent {
  background-color: #ffffc2;
  padding: 1px 10px;
}
#news-container-195 .EVPTopEvent h3 {
  margin-top: 0;
}
#news-container-195 .EVPTopEvent .header {
  border-bottom: solid 2px var(--primary-color);
  margin-bottom: 5px;
}

form#event_filter input, form#event_filter select {
  width: 48%;
  margin: 5px;
}
form#event_filter button {
  margin: 5px;
}

/**
 * Header Ad
 */
.header-ad {
  height: 100px;
  font-size: 12px;
  margin-bottom: 10px;
  background-color: transparent;
}

.header-bg {
  overflow: hidden;
  background-color: #fefaf0;
  border-top: solid 3px var(--primary-color);
}

.addBox {
  margin-top: 20px;
}

.content-wrapper {
  position: relative;
  top: -10px;
}

/**
 * rightBar
 */
.rightBar {
  padding-top: 8px;
  margin-top: 16px;
}
.rightBar h3 {
  font-size: 18px;
}
.rightBar figcaption {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color-light);
  margin-top: 8px;
}
.rightBar a.external-link-new-window {
  font-weight: 600;
}
.rightBar p, .rightBar .ce-bodytext {
  font-size: 15px;
  line-height: 1.6;
}
.rightBar header h2,
.rightBar header h2 a {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.4;
}
.rightBar .frame {
  margin-top: 20px;
}
.rightBar .frame :after {
  padding: 0;
  margin-bottom: 12px;
}
.rightBar .frame-custom-20 {
  box-shadow: var(--shadow-sm);
  padding: 16px 20px;
  background-color: var(--background-gray);
  border-radius: var(--border-radius);
  margin-bottom: 20px;
  border-left: 4px solid var(--primary-color);
  transition: all var(--transition-speed) ease;
}
.rightBar .frame-custom-20:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}
.rightBar .frame-custom-21 {
  box-shadow: var(--shadow-sm);
  background-color: white;
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  transition: all var(--transition-speed) ease;
}
.rightBar .frame-custom-21:hover {
  box-shadow: var(--shadow-md);
}
.rightBar .frame-custom-21 b {
  color: var(--secondary-color);
}
.rightBar .frame-custom-22 {
  padding: 0;
}
.rightBar .frame-type-shortcut {
  padding: 0;
  margin-bottom: 20px;
}
.rightBar ul {
  margin-left: 0;
  padding-left: 24px;
  padding-top: 12px;
}
.rightBar ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/**
 * BannerContainer
 */
#BannerContainer {
  position: absolute;
  left: 50%;
  margin-left: 600px;
  top: 105px;
  text-align: left;
}

#navbottomvalues {
  display: inline-block !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#navbottomvalues a {
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px !important;
}

.navi-bottom a {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}

/**
 * RSS Fix
 */
#c18366 .ce-gallery {
  padding: 0;
  width: 50px;
  margin-bottom: 10px;
  text-align: center;
}

/**
 * News
 */
div.article {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
  transition: all var(--transition-speed) ease;
}
div.article:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  padding: 16px;
  margin-left: -16px;
  margin-right: -16px;
  border-radius: var(--border-radius);
  border-bottom-color: transparent;
}

div.news .article {
  padding: 0;
  margin: 0;
}

div.news-list-view {
  margin-top: 24px;
}

div.news-list-view h3,
div.news-single h3 {
  margin-bottom: 12px;
}

div.news-list-view h3 a,
div.news-single h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
  transition: color var(--transition-speed) ease;
}
div.news-list-view h3 a:hover,
div.news-single h3:hover {
  color: var(--primary-color);
}

.news-single .header h3 {
  line-height: 1.4;
}

div.news-list-view div.header,
div.news-single div.header {
  background: none;
}

div.article span.news-list-author {
  display: none;
}

div.news-list-view div.header {
  margin-top: 12px;
  padding-top: 0;
}

div.news-list-view div.teaser-text {
  padding-top: 12px;
  color: var(--text-color);
  line-height: 1.7;
}

div.news-single div.teaser-text {
  color: var(--text-color);
  padding-top: 16px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.news-text-wrap sup,
div.news-single p.news-img-caption {
  font-weight: 600;
  font-size: 13px;
  color: var(--text-color-light);
}

.news-single .article .news-img-wrap {
  width: 210px;
  float: left;
  margin: 0 25px 0 0;
  padding-top: 10px;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.news-single .article .news-img-wrap img {
  border-radius: var(--border-radius);
}

.news-single ul li {
  font-size: 15px;
  padding-bottom: 5px;
}
.news-single .footer {
  display: block;
  padding: 0 0 0 8px;
  margin-top: 0;
}
.news-single .header {
  margin-bottom: 0;
}

/*
 * Fix first image to full witdth
 */
.news-single .article .news-img-wrap img:first-child {
  width: 100%;
  border-radius: var(--border-radius);
}
.news-single .article .news-img-wrap {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
}
.news-single p.news-img-caption {
  font-size: 12px;
  color: var(--text-color-light);
  font-style: italic;
  margin-top: 0.5rem;
}
.news-single .footer {
  border: none;
}
.news-single .header h3 {
  font-size: 22px;
  margin-top: 20px;
  padding-top: 0;
}

.news-list-view div.news-img-wrap img {
  max-width: 220px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-list-view div.news-img-wrap a {
  border: none;
  padding: 0;
}
.news-list-view .footer {
  display: none;
}

div.news div.footer {
  font-size: 13px;
}

#leftColumn {
  margin: 10px;
}

.ce-border img,
.ce-border iframe {
  border: none;
}

div.mobileSearch {
  background-color: var(--primary-color);
  display: none;
}

/**
 * Media Query
 */
@media screen and (max-width: 1300px) {
  #BannerContainer {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .container {
    margin: 0;
    width: 100%;
  }
  .rightBar .frame-type-image img {
    width: 100%;
    height: auto;
  }
  .ce-above .ce-gallery img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .make-sticky {
    position: relative !important;
    top: auto !important;
  }
  #StickyHeader {
    overflow: visible;
  }
  #main-nav .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #main-nav .navbar-collapse.in, #main-nav .navbar-collapse.collapsing {
    max-height: calc(100vh - 130px);
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  body {
    font-size: 15px;
  }
  .container {
    border-radius: 0;
  }
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-bg img {
    padding-top: 20px;
    width: 100%;
    height: auto;
  }
  div.header-search {
    top: 15px;
    right: 15px;
  }
  div.header-search .navbar-form {
    display: none;
  }
  div.header-search .search-icon-btn {
    display: inline-flex;
  }
  .navbar-form {
    margin: 12px 0;
    padding: 0;
  }
  .navbar-form input.form-control {
    font-size: 16px;
    padding: 12px 14px;
  }
  .navbar-form button {
    position: relative;
    top: -2px;
    border: 1px solid var(--primary-color);
    padding: 12px 18px;
  }
  table.news-single p img {
    width: 100%;
    height: auto;
  }
  .grids .col-sm-4,
  .grids .col-sm-6 {
    margin-top: 15px;
  }
  .frame-custom-23 {
    margin-bottom: 0;
  }
  .frame-custom-23 img {
    margin-left: 0;
  }
  .news-list-view .news-img-wrap {
    width: 100%;
    float: none;
  }
  .navbar-header {
    margin-right: 0;
  }
  #navbottomvalues p a {
    word-break: break-all;
  }
  .topBar {
    display: none;
  }
  .ce-gallery figure img {
    width: 100%;
    height: auto;
  }
  div.frame-type-textpic {
    margin-bottom: 25px;
  }
  div.frame-type-textpic .ce-bodytext {
    display: block;
    clear: both;
  }
  div.frame-type-textpic .ce-above .image-embed-item {
    width: 100%;
    height: auto;
  }
  p img {
    width: 100%;
    height: auto;
  }
  .ce-bodytext {
    font-size: 15px;
  }
  .header-ad {
    display: none;
  }
  #navbar {
    display: none;
  }
  #leftColumn {
    display: none;
  }
  p.bodytext {
    padding-top: 10px;
    line-height: 1.7em;
    font-size: 15px;
  }
  #navleft {
    padding-bottom: 20px;
  }
  .footer ul {
    margin-left: 0;
    padding-left: 0;
  }
  .footer ul li a {
    font-size: 14px;
  }
}
#navbottomvalues a {
  color: var(--primary-color);
}

@media print {
  /* Seiteneinstellungen für optimale Print-Ausgabe */
  @page {
    size: A4;
    margin: 2cm 1.5cm;
    @top-center {
      content: "";
    }
    @bottom-center {
      content: "";
    }
  }
  /* WICHTIG: Alle Container müssen automatische Höhe haben */
  * {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    position: static !important;
    float: none !important;
    clear: both !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  /* HTML und Body */
  html, body {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background: white !important;
    color: black !important;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 12pt !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  /* ALLE Container dürfen über mehrere Seiten gehen */
  body,
  html,
  #wrapper,
  #mainContent,
  .container,
  .container-fluid,
  .main,
  .content,
  .news-single,
  .article,
  .news-single .article,
  .article-content,
  .content-wrapper,
  .text-content,
  div.news-text-wrap,
  .row,
  .col,
  [class*=col-] {
    page-break-inside: auto !important;
    break-inside: auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    display: block !important;
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }
  /* ALLE Textcontainer */
  p,
  div,
  span,
  .news-single p,
  .article p,
  .content p,
  div.news-text-wrap p,
  .text-content p {
    page-break-inside: auto !important;
    break-inside: auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    orphans: 2 !important;
    widows: 2 !important;
    font-size: 12pt !important;
    line-height: 1.4 !important;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
    text-align: justify !important;
  }
  /* Überschriften - nur diese vor Umbruch schützen */
  h1, h2, h3, h4, h5, h6 {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    page-break-after: avoid !important;
    break-after: avoid !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    color: black !important;
    font-weight: bold !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
  }
  .news-single .header h3 {
    font-size: 18pt !important;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
    padding-top: 0 !important;
  }
  .news-single h2 {
    font-size: 14pt !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
  }
  /* Listen */
  ul, ol {
    page-break-inside: auto !important;
    break-inside: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 1em 0 !important;
    padding-left: 2em !important;
  }
  li {
    page-break-inside: auto !important;
    break-inside: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    orphans: 2 !important;
    widows: 2 !important;
    margin-bottom: 0.5em !important;
  }
  /* Bild-Optimierungen */
  img {
    max-width: 16cm !important;
    width: auto !important;
    height: auto !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    margin: 1em auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  /* Artikel-Bilder Container */
  .news-single-img {
    width: 100% !important;
    margin: 1.5em 0 !important;
    text-align: center !important;
    page-break-inside: avoid !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  .news-single-img img {
    max-width: 16cm !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  /* News-Artikel Bild-Container */
  .news-single .article .news-img-wrap {
    width: 100% !important;
    margin: 1.5em 0 !important;
    text-align: center !important;
    page-break-inside: avoid !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  .news-single .article .news-img-wrap img {
    max-width: 16cm !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .news-single .article .news-img-wrap a {
    display: block !important;
    text-align: center !important;
  }
  .news-single .article .news-img-wrap a img {
    max-width: 16cm !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .news-single .article .news-img-wrap p.Default {
    page-break-inside: avoid !important;
    margin-top: 0.8em !important;
    font-size: 10pt !important;
    font-style: italic !important;
    text-align: center !important;
    color: #666 !important;
    line-height: 1.3 !important;
  }
  /* Tabellen */
  table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 1em 0 !important;
    page-break-inside: auto !important;
    break-inside: auto !important;
    height: auto !important;
    max-height: none !important;
  }
  tr {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    height: auto !important;
  }
  td, th {
    border: 1px solid #000 !important;
    padding: 0.5em !important;
    text-align: left !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  /* Links */
  a {
    color: black !important;
    text-decoration: underline !important;
  }
  /* Datum */
  table.news-single div.date {
    text-align: right !important;
    margin-bottom: 1em !important;
    font-size: 10pt !important;
    color: #666 !important;
  }
  /* Verstecke alle unnötigen Elemente */
  h1,
  div.mobileSearch,
  div.topBar,
  div.headerBg,
  div.mainnavigation,
  div#rightBar,
  div.footer,
  button#topBtn,
  div#breadcrumb,
  div.header-ad,
  div#BannerContainer,
  div#skyBannerContainer,
  div#secondSkyBannerContainer,
  div#navbottomvalues,
  div.addBox,
  div#StickyHeader,
  div#NewsletterPopup,
  .sidebar,
  .navigation,
  .menu,
  .social-media,
  .comments,
  .related-articles,
  .advertisement,
  .banner,
  .popup,
  .modal,
  div.dp--revoke,
  .print-button,
  .share-buttons,
  .social-share,
  .print-hide,
  script,
  style,
  noscript,
  .no-print,
  title {
    display: none !important;
  }
  /* Entferne alle Schatten und Effekte */
  * {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
  }
}
/**
 * Widget Paginator
 */
.f3-widget-paginator {
  padding-left: 0;
  list-style: none;
  margin-bottom: 48px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.f3-widget-paginator li {
  border: 1px solid var(--border-color);
  margin: 0;
  padding: 10px 16px;
  background-color: white;
  border-radius: var(--border-radius-sm);
  transition: all var(--transition-speed) ease;
}
.f3-widget-paginator li a {
  color: var(--text-color);
  transition: color var(--transition-speed) ease;
}
.f3-widget-paginator li:hover {
  border-color: var(--primary-color);
  background-color: var(--background-gray);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.f3-widget-paginator li:hover a {
  color: var(--primary-color);
}
.f3-widget-paginator li.previous, .f3-widget-paginator li.next {
  background-color: var(--background-light-gray);
  font-weight: 600;
}
.f3-widget-paginator li.current {
  font-weight: 700;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
.f3-widget-paginator li.current a {
  color: white;
}

/*
 * Fix first image to full witdth
 */
.news-single p {
  line-height: 1.7em;
  font-size: 15px;
}

.news-single .news-backlink-wrap a {
  color: var(--primary-color) !important;
}

.news-single-img {
  display: block;
  margin-top: 5px !important;
  margin-left: 0;
  width: 100%;
}

.news-single-img img {
  width: 100% !important;
  height: auto !important;
}

#skyBannerContainer {
  margin-bottom: 20px;
}

#wrapper div.slider-wrapper {
  width: 530px !important;
}

table.news-single div.date {
  text-align: right;
  margin-bottom: 10px;
}

.news-single h2 {
  font-size: 16px !important;
}

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Scroll to top
 */
#topBtn {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-speed) ease;
  opacity: 0.9;
}
#topBtn img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
#topBtn:hover {
  background-color: var(--primary-color-dark);
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
#topBtn:active {
  transform: translateY(-2px);
}

/**
 * Cookie
 */
.cc-floating.cc-theme-edgeless .cc-message {
  padding: 1em !important;
  font-size: 15px !important;
}

.dp--cookie-check label {
  font-size: 14px;
}

/**
 * Modern Utility Classes
 */
.card {
  background: white;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  padding: 20px;
  transition: all var(--transition-speed) ease;
}
.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: var(--border-radius-sm);
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
  text-decoration: none;
}
.btn:hover {
  background-color: var(--primary-color-dark);
  color: white !important;
}
.btn.btn-secondary {
  background-color: var(--secondary-color);
}
.btn.btn-secondary:hover {
  background-color: var(--secondary-color-light);
}
.btn.btn-outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.btn.btn-outline:hover {
  background-color: var(--primary-color);
  color: white;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

*:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

::selection {
  background-color: var(--primary-color);
  color: white;
}

::-moz-selection {
  background-color: var(--primary-color);
  color: white;
}

/*# sourceMappingURL=styles.css.map */