
.tx-szag-calendar label.button:hover {
    background-color: #EB6619 !important;
    color: #fff;
}

.tx-szag-calendar input.sz-calendar__filter[type="checkbox"]+label span.icon:before {
    visibility: hidden;
}

.tx-szag-calendar input.sz-calendar__filter[type="checkbox"]:checked+label span.icon:before {
    visibility: visible;
}

.tx-szag-calendar .additional-content p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .sz-calendar__list .border-left {
        border: none !important;
    }
}
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}.tns-wrap,.tns-item{position:relative}.tns-slider-container{visibility:hidden;opacity:0}.tns-slider-container:not(.tns-slider)>.tns-item:not(:first-child)>*{display:none}.tns-slider-container.tns-slider{visibility:visible;opacity:1}.tns-item video,.tns-item img{max-width:100%;display:block}.tns-item-fullwidth video,.tns-item-fullwidth img{width:100%}.tns-thumbnav>*{opacity:.5}.tns-thumbnav .tns-nav-active{opacity:1;filter:none !important;display:block !important}.tns-thumbnav img{max-height:40px;max-width:100%;width:auto}.tns-nav{display:flex;align-items:center;margin:0 -5px;padding:15px 0}.tns-nav>*{border:0;padding:5px;background:0;width:32px;height:2px;font-size:0;box-sizing:content-box;position:relative}.tns-nav>*:after{display:block;background:var(--secondary);outline:1px solid rgba(0,0,0,.5);content:" ";width:100%;height:100%}.tns-nav-secondary-dots>*{width:7px;height:7px}.tns-nav-secondary-dots>*:after{border-radius:50%;width:7px;height:7px;background:var(--secondary);opacity:.33}.tns-nav-secondary-dots .tns-nav-active{height:7px !important}.tns-nav-secondary-dots .tns-nav-active:after{background:var(--secondary);opacity:1 !important}.tns-nav-secondary>*:after{background:var(--secondary);outline:none}.tns-nav-primary>*:after{background:var(--primary);outline:none}.tns-nav-primary-outline>*:after{background:var(--primary);outline:1px solid rgba(0,0,0,.5)}.tns-nav-black>*:after{background:#000;outline:none}.tns-nav-black-outline>*:after{background:#000;outline:1px solid rgba(255,255,255,.5)}.tns-nav-white>*:after{background:#fff;outline:none}.tns-nav-white-outline>*:after{background:#fff;outline:1px solid rgba(0,0,0,.5)}.tns-nav .tns-nav-active{height:5px}.footer-slider .tns-nav>::after{outline:none !important}.footer-slider [aria-hidden]{visibility:hidden}.footer-slider .tns-wrap{overflow:hidden}.tns-wrap button:focus{outline:none !important}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tns-item *{opacity:0}.tns-slide-active *{opacity:1}.tns-thumbnav img{width:100% !important}}

.tx_teasergrid {
  position: relative;
}
.tx_teasergrid .entry {
  display: none;
  position: absolute;
}
.tx_teasergrid .entry .shade {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: background-color 0.35s ease;
}
.tx_teasergrid .entry .forwardlink {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  overflow: hidden;
}
.tx_teasergrid .entry.active .shade {
  background-color: rgba(0, 0, 0, 0.25);
}
.tx_teasergrid .entry.active .forwardlink {
  max-height: 60px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}
.tx_teasergrid .entry.active .abstract {
  display: block;
}
.tx_teasergrid .entry .abstract {
  display: none;
}
.tx_teasergrid .entry-inverted {
  color: #000;
}

/*# sourceMappingURL=tx_teasergrid.css.map */

.shk{--color-primary:#0d6efd;--color-opac:hsla(0,0%,72.5%,0.30196078431372547);--color-theme:#fff;--color-secondary:#767676;--color-text:#333;--color-shadow:hsla(0,2.1%,72%,0.5019607843137255);--color-handle-shadow-mobile:#b9b6b6;--background-body:var(--color-theme);--color-title:var(--color-text);--color-artist:var(--color-secondary);--color-button:var(--color-primary);--color-button-disabled:var(--color-opac);--color-button-active-background:var(--color-opac);--color-handle:var(--color-primary);--color-handle-disabled:#b9b9b9;--color-bar-loaded:var(--color-opac);--color-bar-played:var(--color-primary);--color-time:var(--color-secondary);--color-spinner:var(--color-primary);--color-live-symbol:var(--color-primary);--color-live-text:var(--color-primary);--shadow-body:2px 2px 8px -2px var(--color-shadow);--shadow-body-mobile:0 -2px 6px -2px var(--color-shadow);--shadow-handle:0px 2px 10px 2px var(--color-shadow);--shadow-handle-mobile:2px 2px 8px -2px var(--color-handle-shadow-mobile)}.shk[data-theme=dark]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#f8f9fa;--color-handle-shadow-mobile:#141414;--color-shadow:rgba(20,20,20,0.5019607843137255)}@media (prefers-color-scheme:dark){.shk[data-theme=auto]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#fff;--color-handle-shadow-mobile:#141414;--color-shadow:rgba(20,20,20,0.5019607843137255)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.shk{font-weight:400;font-size:16px;font-family:inherit;line-height:1.42;cursor:auto;position:relative;border:none;color:var(--color-text)}.js-focus-visible:focus:not(.focus-visible),.js-focus-visible :focus:not(.focus-visible){outline:none}.shk[data-fixed-type=fixed]{position:fixed;bottom:0;left:0;margin:0;width:100%}.shk[data-fixed-type=fixed][data-fixed-pos=top]{top:0;bottom:auto}.shk[data-seeking] .shk-player{cursor:-webkit-grabbing;cursor:grabbing}.shk button{font-family:inherit}.shk-player{height:120px;box-sizing:border-box;border-radius:2px;background:var(--background-body);position:relative;z-index:10}.shk-body{width:100%;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:stretch;align-items:stretch;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative}.shk-cover{width:80px;height:80px;-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:16px;background-repeat:no-repeat;background-size:cover}.shk-main{position:relative;-webkit-flex-grow:1;flex-grow:1;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.shk-text{overflow:hidden}.shk-artist,.shk-title{white-space:nowrap;margin:auto}.shk-artist{text-overflow:clip;font-weight:500;color:var(--color-artist)}.shk-title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent);mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent)}.shk-title_inner{display:-webkit-inline-flex;display:inline-flex;overflow:visible}.shk-title_wrap[data-overflow] .shk-title_inner{padding:0 3%;box-sizing:border-box;white-space:nowrap;-webkit-animation-duration:inherit;animation-duration:inherit}.shk-title_wrap[data-overflow] .shk-title_inner:after{display:inline-block;content:attr(data-title)}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{font-weight:300;font-size:1.33em;color:var(--color-title)}.shk-title_wrap[data-overflow] .shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{-webkit-animation:marquee linear infinite;animation:marquee linear infinite;-webkit-animation-duration:inherit;animation-duration:inherit;padding-right:60px}.shk-btn{-webkit-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;color:var(--color-button);fill:currentColor;box-sizing:content-box;padding:10px;position:relative;font-size:1em;line-height:normal}.shk-btn:disabled{color:var(--color-button-disabled);cursor:not-allowed}.shk-btn:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:var(--color-button-active-background);z-index:-1;pointer-events:none;opacity:0;visibility:hidden;transition:opacity 1s cubic-bezier(0,0,.2,1),visibility 1s linear}.shk-btn:not(:disabled):active:after{opacity:1;visibility:visible}a.shk-btn:visited{color:var(--color-button)}.shk-btn svg{width:24px;height:24px;vertical-align:middle}.shk-controls{position:relative;width:280px;margin:0 auto;-webkit-flex:0 0 auto;flex:0 0 auto}.shk-controls .shk-btn{border-radius:100%}.shk-controls>div{-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.shk-controls_basic{-webkit-justify-content:space-between;justify-content:space-between}.shk-controls_extra{position:absolute;right:0;bottom:0;width:0;height:100%;opacity:0;visibility:hidden;margin-right:44px;padding-right:0 8px;white-space:nowrap;overflow:hidden;z-index:10;-webkit-justify-content:flex-end;justify-content:flex-end;background:var(--background-body);transition:width .2s ease-in-out,opacity .1s linear .1s,visibility .2s}.shk[data-extra] .shk-controls_extra{opacity:1;visibility:visible;width:calc(100% - 44px);transition:width .2s ease-in-out,opacity .1s linear}.shk[data-extra] .shk-controls_extra .shk-btn{display:inline-block}.shk-btn_toggle svg{width:32px;height:32px}.shk[data-play=paused] .shk-btn_play,.shk[data-play=playing] .shk-btn_pause{display:inline}.shk[data-play=paused] .shk-btn_pause,.shk[data-play=playing] .shk-btn_play{display:none}.shk-btn_speed{font-size:.86em;font-weight:400;width:44px;height:44px;padding:0}.shk-btn_more{position:relative;z-index:11;-webkit-transform:none;transform:none;transition:-webkit-transform .2s .1s;transition:transform .2s .1s;transition:transform .2s .1s, -webkit-transform .2s .1s}.shk[data-extra] .shk-btn_more{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.shk[data-mute] svg.shk-btn_mute,svg.shk-btn_unmute{display:inline-block}.shk[data-mute] svg.shk-btn_unmute,svg.shk-btn_mute{display:none}.shk-bar_wrap{cursor:pointer;position:relative;z-index:1}.shk-bar{position:relative;height:4px;width:100%;box-sizing:border-box;background:var(--background-body)}.shk-bar_loaded,.shk-bar_played{position:absolute;top:0;left:0;bottom:0;width:0;transition:width .1s ease-in}.shk-bar_loaded{background:var(--color-bar-loaded)}.shk-bar_played{background:var(--color-bar-played)}.shk[data-seeking] .shk-bar_played{transition:none}.shk-bar-handle{background:var(--color-handle);position:absolute;right:-10px;width:20px;height:20px;padding:0;border:0;box-sizing:content-box;cursor:-webkit-grab;cursor:grab;border-radius:20px}.shk-bar-handle:disabled{cursor:not-allowed;box-shadow:none;background-color:var(--color-handle-disabled)}.shk-bar-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.shk-display{position:absolute}.shk-loader{display:none;vertical-align:middle;color:var(--color-spinner)}.shk[data-loading] .shk-loader{display:inline-block}.shk-loader svg{width:12px;height:12px;-webkit-animation:rotate 1.4s linear infinite;animation:rotate 1.4s linear infinite;position:relative}.shk-visuallyhidden:not(:focus):not(:active){position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.shk-time{display:inline-block;vertical-align:middle;font-size:.8em;font-weight:300;color:var(--color-time)}.shk .shk-live{display:none;-webkit-align-items:center;align-items:center;text-transform:uppercase;font-size:.8em;font-family:sans-serif;color:var(--color-live-text)}.shk .shk-live:before{content:"";background:var(--color-live-symbol);border-radius:50%;width:.5em;height:.5em;margin-right:2px}.shk-icons,.shk[data-live] .shk-bar,.shk[data-live] .shk-time{display:none}.shk[data-live] .shk-live{display:-webkit-inline-flex;display:inline-flex}@media (min-width:641px){.shk-player{margin-top:4px;padding:20px 16px;box-shadow:var(--shadow-body)}.shk-main{-webkit-align-items:flex-end;align-items:flex-end;padding:10px 0;max-width:calc(100% - 96px);-webkit-flex-direction:row;flex-direction:row}.shk-text{-webkit-flex:2 1 auto;flex:2 1 auto}.shk-bar_wrap{position:absolute;top:-4px;left:0;right:0;padding:4px 0 16px}.shk-bar{transition:height .15s ease-in}.shk-bar_wrap:hover .shk-bar{height:10px}.shk-bar-handle{top:-9.5px;border:4px solid transparent;box-shadow:var(--shadow-handle);-webkit-transform:scale(.0001);transform:scale(.0001);transition:all .1s ease-in}.shk-bar-handle.focus-visible,.shk-bar_wrap:hover .shk-bar-handle:not(:disabled){border-color:#fff;-webkit-transform:scale(.8);transform:scale(.8)}.shk-display{top:-6px;right:8px}.shk-loader{margin-right:4px}.shk-time_duration:before{content:"/";margin:0 4px}}@media (max-width:640px){.shk-player{padding:5px 16px;box-shadow:var(--shadow-body-mobile)}.shk[data-fixed-type=auto]{position:fixed;bottom:0;left:0;width:100%}.shk[data-fixed-type=auto][data-fixed-pos=top]{top:0;bottom:auto}.shk[data-live] .shk-bar_wrap{height:4px}.shk-cover{display:none}.shk-main{width:100%;max-width:none;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;padding:0}.shk-text{-webkit-flex:0 0 auto;flex:0 0 auto;width:100%;text-align:center}.shk-artist_wrap{font-size:.8em;line-height:1.1}.shk-artist{display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{font-size:1em;line-height:1}.shk-bar_wrap{padding:8px 0;margin:0 60px}.shk-bar-handle{display:inline-block;top:-8px;box-shadow:var(--shadow-handle-mobile)}.shk-bar{background:var(--color-opac);border-radius:2px}.shk-display{top:-16px;left:0;right:0}.shk-loader{position:absolute;left:-10px;top:-5px}.shk-time{margin:0 5px;font-size:.7em;line-height:1;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-flow:row nowrap;flex-flow:row nowrap}.shk-time_now{width:40px;text-align:right}.shk-time_duration{width:40px;text-align:left}.shk-live{position:absolute;right:0;top:0}}
.podcast .shk {
    --background-body: #ebebeb;
    --color-button: #698090;
}

.podcast .shk-player {
    box-shadow: none;
    padding: 0;
    height: inherit;
}

.podcast .shk-main {
    max-width: 100%;
    padding-top: 40px;
}

.podcast .shk-body {
    display: block;
}

.podcast .shk-cover {
    width: 100%;
    height: auto;
    padding-top: 56.47%; /* keep aspect ratio of image */
}

.podcast .shk-display {
    left: 0;
    right: 0;
    top: 8px;
    text-align: center;
}

.podcast .shk-controls {
    width: 100%;
}

.podcast .shk-bar_wrap {
    position: absolute !important;
    top: inherit;
    bottom: 102px;
    width: 100%;
    margin: 0;
}

.podcast .shk-btn_toggle {
    margin: 0 auto;
}

.podcast .shk-btn_play:hover, .shk-btn_pause:hover {
    color: #FF7F2A;
}

.podcast .shk-btn_speed,
.podcast  .shk-btn_backward,
.podcast .shk-btn_forward,
.podcast .shk-btn_more,
.podcast .shk-text {
    display: none;
}

.podcast .shk-btn_toggle svg {
    width: 48px;
    height: 48px;
}

.podcast .shk-time {
    font-size: inherit;
    display: inline-block;
}

.podcast .shk-time_now,
.podcast .shk-time_duration {
    width: inherit !important;
    text-align: inherit !important;
}

.podcast .shk-time_duration:before {
    content: "/";
    margin: 0 4px;
}


@media (max-width: 640px) {
    .podcast .shk-cover {
        display: block;
    }
}

.tx-kesearch-szag .kesearch_pagebrowser ul {
    padding: 0;
    text-align: center;
}

.tx-kesearch-szag .kesearch_pagebrowser li {
    display: inline-block;
    margin: 0 0.5rem;
}

.tx-kesearch-szag .kesearch_pagebrowser li.paginationPrev {
    float: left;
    margin-left: 0;
    padding-top: 3px;
}

.tx-kesearch-szag .kesearch_pagebrowser li.paginationNext {
    float: right;
    margin-right: 0;
    padding-top: 3px;
}

.tx-kesearch-szag .kesearch_pagebrowser li > a.current {
    color: #333333;
    font-weight: bold;
}
.tx-kesearch-szag .kesearch_pagebrowser li:before {
    content: none !important;
}

.tx-kesearch-szag input[type="checkbox"]+label span.icon:before {
    visibility: hidden;
}

.tx-kesearch-szag input[type="checkbox"]:checked+label span.icon:before {
    visibility: visible;
}

.tx-kesearch-szag .checkboxList input[type="checkbox"] {
    display: none;
}

/* Note: for now we get a rendered list of the pagination inside the Partials/PageBrowser.html template
  because of that, we cant use our icon-utility handling like we used to know (add the needed classes like .icon .icon-lg .icon-identifier)
  to prevent an overall rewriting of the pagination rendering for now, we simply use the css definitions of the icon-utilities for pagination-arrows in the next few lines
  this may needs to be changed in the far far future
*/

.tx-kesearch-szag .paginationPrev > a,
.tx-kesearch-szag .paginationNext > a {
    justify-content: center !important;
    align-items: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999rem;
}

.tx-kesearch-szag .paginationPrev > a:before,
.tx-kesearch-szag .paginationNext > a:before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left; /* is important to keep the before element in position because we set the text-indent for the parent and otherwise it would be disappear */
    text-indent: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tx-kesearch-szag .paginationPrev > a:before {
    background-image: url('../../../typo3conf/ext/sitepackage/Resources/Public/Icons/Sprites/icons.svg#pagination-arrow-prev-secondary')
}

.tx-kesearch-szag .paginationPrev > a:hover:before {
    background-image: url('../../../typo3conf/ext/sitepackage/Resources/Public/Icons/Sprites/icons.svg#pagination-arrow-prev-primary')
}

.tx-kesearch-szag .paginationNext > a:before {
    background-image: url('../../../typo3conf/ext/sitepackage/Resources/Public/Icons/Sprites/icons.svg#pagination-arrow-next-secondary')
}

.tx-kesearch-szag .paginationNext > a:hover:before {
    background-image: url('../../../typo3conf/ext/sitepackage/Resources/Public/Icons/Sprites/icons.svg#pagination-arrow-next-primary')
}

fieldset legend {
  font-family: "Barlow Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

fieldset.nolabel {
  margin: 0;
}

@media (min-width: 992px) {
  fieldset.layout2 > *, fieldset.publikation > * {
    margin-left: -15px;
    margin-right: -15px;
  }
  fieldset.layout2 > * > .powermail_fieldwrap, fieldset.layout2 > * > .powermail_fieldgroup, fieldset.publikation > * > .powermail_fieldwrap, fieldset.publikation > * > .powermail_fieldgroup {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  fieldset.layout2 > * > .powermail_fieldwrap.layout2, fieldset.publikation > * > .powermail_fieldwrap.layout2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  fieldset.layout2 > * > .powermail_fieldwrap.fieldisrow > *, fieldset.publikation > * > .powermail_fieldwrap.fieldisrow > * {
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
  }
  fieldset.layout2 > legend, fieldset.publikation > legend {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
fieldset.publikation .endcol label {
  display: none;
}

fieldset.nolabel legend, fieldset.nomail legend,
fieldset div.nolabel legend, fieldset div.nomail legend {
  display: none;
}

.fieldisrow {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.powermail_fieldwrap_type_report p:last-child {
  margin-bottom: 0;
}

.mandatory {
  margin-left: 0.2rem;
  color: #dc3545;
}

.powermail_fieldwrap_type_html {
  margin-bottom: 0.5rem;
}

.powermail_field_error {
  color: #495057;
  border-color: #dc3545;
  outline: 0;
}

.checkbox.powermail_field_error label {
  text-decoration: underline wavy #dc3545;
}

.powermail-errors-list {
  background: #dc3545;
  color: white;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.3rem;
}
.powermail-errors-list li {
  padding: 0.375rem 0.75rem;
}

.powermail_message_error {
  border-left: 2px solid #dc3545;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.powermail_message_error h2 {
  font-size: 1.5rem;
}

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


.category_sticky, .select_sticky {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #F3F5F7;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.select_sticky {
    visibility: 0;
    opacity: 0;
    transition: all 0.5s ease;
    top: -58px;
}

.select_sticky.select_visible {
    opacity: 1;
    visibility: visible;
    top: 55px;
}

.category_sticky .tx_szagconstruction_segment_btn {
    margin: 0 !important;
}
  
.category_sticky h3 {
    display: none;
}
  
a.bg-light:hover, a.bg-light:focus, .btn.bg-light.active {
    background: #B0BDC7 !important;
    color:#ffffff !important;
    box-shadow: 0 !important;
}

.tx_szagconstruction_sector_list .card-body ul {
    padding-left: 15px;
}

@media (max-width: 1200px) {
    .category_sticky {
        top: 52px;
    }
}

/*
@media (min-width: 768px) {
    .card-body .abstract {
        min-height: 280px;
    }
}
*/