﻿:root{--ptb-blau: #009dd4;--ptb-midnightblue: #002039;--ptb-midnightbluetrans: rgba(0, 32, 57, 0.86);--ptb-green: #15a88a;--ptb-red:#841532;--ptb-yellow: #f8dc40;--ptb-lightgrey: #ecf2f6;--ptb-lightslategrey: #55798c;--ptb-crimson: #df0054;--ptb-lila: #8458a5;--ptb-background: var(--ptb-midnightblue);--border: solid 2px var(--ptb-midnightblue);--bordertrans: solid 2px transparent;--borderthick: solid 5px var(--ptb-midnightblue);--borderdott: dotted 2px var(--ptb-midnightblue);--font: 20px;--ptb-midnightblue90: #002039;--ptb-midnightblue80: #004260;--ptb-midnightblue70: #245674;--ptb-midnightblue60: #416987;--ptb-midnightblue50: #5e7f9b;--ptb-midnightblue40: #7b95af;--ptb-midnightblue30: #9aadc3;--ptb-midnightblue20: #bac7d7;--ptb-midnightblue10: #dbe2ec;--ptb-lightslategrey90: #75a1b4;--ptb-lightslategrey80: #85abbc;--ptb-lightslategrey70: #95b4c4;--ptb-lightslategrey60: #a4becc;--ptb-lightslategrey50: #b4c8d4;--ptb-lightslategrey40: #c3d3dd;--ptb-lightslategrey30: #d2dee5;--ptb-lightslategrey20: #e1e9ee;--ptb-lightslategrey10: #f0f4f7;--ptb-lightslategrey05: #f6f9fa;--ptb-green90: #4ab7a2;--ptb-green80: #69c0ac;--ptb-green70: #83c8b7;--ptb-green60: #99d0c1;--ptb-green50: #add8cc;--ptb-green40: #c0e1d7;--ptb-green30: #d1e8e1;--ptb-green20: #e1f0ec;--ptb-green10: #f0f8f6;--ptb-crimson90: #e83363;--ptb-crimson80: #ea5171;--ptb-crimson70: #ed6c82;--ptb-crimson60: #f08594;--ptb-crimson50: #f39ca6;--ptb-crimson40: #f6b2b9;--ptb-crimson30: #f8c7cb;--ptb-crimson20: #fbdbdd;--ptb-crimson10: #fdedee;--ptb-iconort: url(../Icons/ort.svg);--ptb-icondate: url(../Icons/date.svg)}@font-face{font-family:"universheavy";src:url("../Fonts/universheavy.otf") format("opentype")}@font-face{font-family:"universreg";src:url("../Fonts/universregular.otf") format("opentype")}*{margin:0;padding:0;box-sizing:border-box;font-family:universreg;border-radius:0;font-size:18px;hyphens:auto}svg *{font-size:revert;font-family:revert;text-decoration:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}img{width:auto;height:auto}*:has(>video[autoplay]){position:relative}*:has(>video[autoplay]):before{content:" ";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:64px;height:64px;margin:8px;border-radius:50%;border:6.4px solid currentColor;border-color:currentColor rgba(0,0,0,0) currentColor rgba(0,0,0,0);animation:lds-dual-ring 1.2s linear infinite;z-index:1000}*:has(video.playing):before{content:none}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body{background-color:#eee;overflow-x:hidden}.container-md{max-width:1000px}header.site-header{position:sticky;top:0;padding:0;background:var(--primaryColor);z-index:1200}header.site-header div.container-md{padding:20px 0}header.site-header .logo-heading .logo{display:flex}header.site-header .logo-heading .logo img{height:50px}header.site-header .logo-heading .logo #arrow img{width:50px;transition:all .3s}header.site-header .logo-heading .logo #arrow:hover{border:solid 2px #fff;margin:-2px;border-radius:10px;cursor:pointer}header.site-header .logo-heading .logo #arrow.active img{transform:rotate(180deg)}header.site-header #search{position:relative;display:flex;flex-grow:1}header.site-header #search #searchinput{flex-grow:1;border:solid 1px #000;border-radius:20px;padding:5px 15px;transition:all .3s;width:200px;font-size:25px}header.site-header #search #searchinput:focus{width:600px}header.site-header #search label{position:absolute;top:6px;left:15px;display:inline-block;font-size:20px;transition:all .3s;transition-delay:.3s}header.site-header #search label strong{padding:2px 5px;font-size:25px;background:#fff;transition:all .3s;transition-delay:.3s}header.site-header #search input+label span{display:none}header.site-header #search input:focus+label{top:-15px;color:gray}header.site-header #search input:focus+label strong{font-size:15px}header.site-header div.service{display:flex;gap:10px;align-items:center}header.site-header div.service .icons{display:flex;gap:10px;position:relative}header.site-header div.service div.login{width:40px;height:40px;position:relative}header.site-header div.service div.login div.icon{height:100%}header.site-header div.service div.login:hover{cursor:pointer;background:var(--primaryColorText)}header.site-header div.service div.login:hover div.icon{filter:none}header.site-header div.service div.login:has(+div.login-modal input[value=logout]):after{content:"";position:absolute;background-color:var(--ptb-green);background-image:url("../Icons/daumenhoch.svg");background-size:80%;background-repeat:no-repeat;background-position:center;background-size:0%;border-radius:50%;transform:translate(50%, -50%);top:0;right:0;width:15px;height:15px;font-size:0;color:var(--primaryColorText);display:flex;justify-content:center;align-items:center}@keyframes megacoolerloginshitblur{from{right:400px;top:350px;width:3000px;height:3000px;font-size:100px;background-size:20%}to{top:0;right:0;width:15px;height:15px;font-size:0;background-size:0%}}header.site-header div.service div.login span{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden}header.site-header div.service div.login+div.login-modal:has(input[type=submit]).active{display:block}header.site-header div.service div.login+div.login-modal:has(input[type=submit]){display:none;position:absolute;margin:0;background:#fff;padding:10px 20px;right:10px;width:300px;top:50px;border:solid 1px var(--primaryColor)}header.site-header div.service div.login+div.login-modal:has(input[type=submit]) div{margin:0}header.site-header div.service div.login+div.login-modal:has(input[type=submit]) div>header,header.site-header div.service div.login+div.login-modal:has(input[type=submit]) div>h3,header.site-header div.service div.login+div.login-modal:has(input[type=submit]) div>p{display:none}header.site-header div.service div.login+div.login-modal:has(input[type=submit]) fieldset{display:flex;flex-direction:column;gap:20px}header.site-header div.service div.login+div.login-modal:has(input[type=submit]) fieldset legend{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden}header.site-header div.service div.login+div.login-modal:has(input[type=submit]) fieldset input[type=submit]{margin:0}header.site-header div.service div.login+div.login-modal:has(input[type=submit]):has(input[value=logout]) fieldset div:first-of-type{display:flex}header.site-header div.service div.login+div.login-modal:has(input[type=submit]):has(input[value=logout]) fieldset div:first-of-type label{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden}header.site-header div.service div.login+div.login-modal:has(input[type=submit]):has(input[value=logout]) fieldset div:first-of-type:before{content:"";width:25px;height:25px;background:url("../Icons/person.svg");margin-right:10px}header.site-header div.service svg,header.site-header div.service img{border:solid 2px var(--primaryColorText);cursor:pointer;width:40px}header.site-header div.service a.active svg{background:var(--primaryColorText)}header.site-header div.service a.active svg>*{fill:var(--primaryColor)}header.site-header div.service a.logged-in svg{background:var(--ptb-green)}header.site-header div.service a.logged-in svg>*{fill:var(--ptb-midnightblue)}header.site-header div.service svg{padding:5px}header.site-header div.service svg>*{fill:var(--primaryColorText)}header.site-header div.service svg:hover{background:var(--primaryColorText)}header.site-header div.service svg:hover>*{fill:var(--primaryColor)}header.site-header div.service button{display:none}header.site-header .servicepoint{position:relative}header.site-header .servicepoint .serviceselect{position:absolute;display:flex;gap:2px;flex-direction:column;z-index:1000;margin-top:5px;height:0px;overflow:hidden}header.site-header .servicepoint .serviceselect.active{height:unset}header.site-header .servicepoint a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:solid 2px #fff;font-size:20px;color:#fff;text-decoration:none;background:var(--ptb-midnightblue)}header.site-header .servicepoint a:hover,header.site-header .servicepoint a.active{border:solid 2px var(--ptb-midnightblue);background:#fff;color:var(--ptb-midnightblue)}header.site-header .navglobal{height:0px;transition:all .3s;pointer-events:none;overflow:hidden}header.site-header .navglobal.active{height:57px;pointer-events:all}header.site-header .navglobal a{font-size:25px;text-decoration:none;color:#fff;padding:10px}header.site-header .navglobal a:hover{background:#fff;color:var(--ptb-midnightblue)}main>.container-md>article>section>.tx-dce-container>.personenliste,main>.container-md>article>section div.ce-container .personenliste,main>.container-md>article>section .benefit-accordion:has(.personenliste) .tx-dce-container>.personenliste{display:grid;grid-template-columns:1fr 1fr;gap:30px;width:max-content}main div.navlocal{display:flex;justify-content:space-between;padding:0;position:sticky;top:90px;background:#fff;z-index:1110}main div.navlocal:has(li.hasSubNav:hover){border-bottom:solid 1px var(--ptb-lightslategrey);margin-bottom:-1px}main div.navlocal nav{display:flex;align-items:center}main div.navlocal nav ul{display:flex;margin:0;padding:0}main div.navlocal nav ul li{background:#fff;list-style:none;position:relative}main div.navlocal nav ul li a,main div.navlocal nav ul li span{display:inline-block;width:100%;padding:10px;text-decoration:none;color:#000}main div.navlocal nav ul li a.spacer,main div.navlocal nav ul li span.spacer{cursor:default}main div.navlocal nav ul li a[title=Startseite]{font-size:0;color:rgba(0,0,0,0);width:47px;padding:0;display:flex;justify-content:center;align-items:center;height:47px}main div.navlocal nav ul li a[title=Startseite]:after{content:"";display:inline-block;width:30px;height:30px;background:url(../Icons/home.svg)}main div.navlocal nav ul li a[title=Startseite]:hover:after,main div.navlocal nav ul li a[title=Startseite]:focus:after,main div.navlocal nav ul li a[title=Startseite]:focus-within:after{background:url("../Icons/home_w.svg")}main div.navlocal nav ul li ul.subnav{position:absolute;display:none;width:max-content}main div.navlocal nav ul li ul.subnav>li ul.subsubnav{display:block;width:100%;padding-left:30px;background:#fff}main div.navlocal nav ul li ul.subnav>li.active,main div.navlocal nav ul li ul.subnav>li:has(.active),main div.navlocal nav ul li ul.subnav>li:focus,main div.navlocal nav ul li ul.subnav>li:focus-within{background-color:var(--ptb-midnightblue70);cursor:default}main div.navlocal nav ul li ul.subnav>li.active>a,main div.navlocal nav ul li ul.subnav>li.active>span,main div.navlocal nav ul li ul.subnav>li:has(.active)>a,main div.navlocal nav ul li ul.subnav>li:has(.active)>span,main div.navlocal nav ul li ul.subnav>li:focus>a,main div.navlocal nav ul li ul.subnav>li:focus>span,main div.navlocal nav ul li ul.subnav>li:focus-within>a,main div.navlocal nav ul li ul.subnav>li:focus-within>span{color:#fff}main div.navlocal nav ul li ul.subnav>li:hover{background-color:var(--ptb-midnightblue)}main div.navlocal nav ul li ul.subnav>li:hover>a,main div.navlocal nav ul li ul.subnav>li:hover>span{color:#fff}main div.navlocal nav ul li:hover ul.subnav,main div.navlocal nav ul li:focus ul.subnav,main div.navlocal nav ul li:focus-within ul.subnav{display:block;border-left:solid 1px var(--ptb-lightslategrey);border-right:solid 1px var(--ptb-lightslategrey);border-bottom:solid 1px var(--ptb-lightslategrey)}main div.navlocal nav ul li.active:not(:has(>.spacer)),main div.navlocal nav ul li:has(.active):not(:has(>.spacer)),main div.navlocal nav ul li:focus:not(:has(>.spacer)),main div.navlocal nav ul li:focus-within:not(:has(>.spacer)){background-color:var(--ptb-midnightblue70);cursor:default}main div.navlocal nav ul li.active:not(:has(>.spacer))>a,main div.navlocal nav ul li.active:not(:has(>.spacer))>span,main div.navlocal nav ul li:has(.active):not(:has(>.spacer))>a,main div.navlocal nav ul li:has(.active):not(:has(>.spacer))>span,main div.navlocal nav ul li:focus:not(:has(>.spacer))>a,main div.navlocal nav ul li:focus:not(:has(>.spacer))>span,main div.navlocal nav ul li:focus-within:not(:has(>.spacer))>a,main div.navlocal nav ul li:focus-within:not(:has(>.spacer))>span{color:#fff}main div.navlocal nav ul li.active:not(:has(>.spacer))>a[title=Startseite]:after,main div.navlocal nav ul li:has(.active):not(:has(>.spacer))>a[title=Startseite]:after,main div.navlocal nav ul li:focus:not(:has(>.spacer))>a[title=Startseite]:after,main div.navlocal nav ul li:focus-within:not(:has(>.spacer))>a[title=Startseite]:after{background:url("../Icons/home_w.svg")}main div.navlocal nav ul li:hover{background-color:var(--ptb-midnightblue)}main div.navlocal nav ul li:hover>a,main div.navlocal nav ul li:hover>span{color:#fff}main div.navlocal nav ul li:has(.active){background-color:var(--ptb-midnightblue70)}main div.navlocal nav ul li:has(.active)>a,main div.navlocal nav ul li:has(.active)>span{color:#fff}main div.navlocal .siteservice{padding:4px 10px 4px 0}main div.navlocal .siteservice ul{gap:10px}main div.navlocal .siteservice ul li a{box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:24px;height:24px;border:solid 2px var(--ptb-midnightblue);padding:2px}main div.navlocal .siteservice ul li a svg{height:100%}main div.navlocal .siteservice ul li a:hover path,main div.navlocal .siteservice ul li a.active path{fill:#fff}main div.navlocal .siteservice ul li a:hover{background:var(--ptb-midnightblue)}main div.navlocal .siteservice ul li a.active{background:var(--ptb-midnightblue70);pointer-events:none;cursor:default}main div.navlocal .siteservice ul li a path{fill:var(--ptb-midnightblue)}main .suchergebniscontainer{display:none}main .suchergebniscontainer.show{display:block}main .suchergebniscontainer{position:fixed;top:104px;left:0;right:0;bottom:0;background:#fff;z-index:2000;width:1000px;margin:0 auto;border-left:var(--borderthick);border-right:var(--borderthick)}main .suchergebniscontainer .filteroptionen{display:none;max-width:1000px;padding:7px 15px;margin:0 auto;background:#fff;border-bottom:var(--borderthick)}main .suchergebniscontainer .filteroptionen ul{display:flex;gap:30px;padding:0;margin:0}main .suchergebniscontainer .filteroptionen ul li{list-style:none}main .suchergebniscontainer .filteroptionen ul li .styledlink{margin:0}main .suchergebniscontainer .ergebnis{max-width:1000px;background:#fff;margin:0 auto}main .suchergebniscontainer .ergebnis ul.ergebnisse{background:#fff;margin:0;padding:0}main .suchergebniscontainer .ergebnis ul.ergebnisse>li{display:none}main .suchergebniscontainer .ergebnis ul.ergebnisse>li.show{display:block}main .suchergebniscontainer .ergebnis ul.ergebnisse>li{list-style:none;padding:5px 15px}main .suchergebniscontainer .ergebnis ul.ergebnisse>li:hover{border-top:var(--border);border-bottom:var(--border);margin:-2px 0 -2px 0}main .suchergebniscontainer .ergebnis ul.ergebnisse>li .kontakt li{display:none}main .suchergebniscontainer .ergebnis ul.ergebnisse>li:hover .kontakt li{display:flex}main .suchergebniscontainer .ergebnis ul.ergebnisse>li:first-child{border-bottom:var(--border);margin-bottom:0}main .suchergebniscontainer .ergebnis ul.ergebnisse>li:first-child:before{content:"";display:block;width:40px;height:40px;background-image:url(../Icons/arrow.svg);position:absolute;right:400px;top:0;transform:rotate(270deg)}main .suchergebniscontainer .ergebnis ul.ergebnisse>li:first-child:after{content:"";display:block;width:5px;height:41px;background:#fff;position:absolute;right:392px;top:0;z-index:1000}main .suchergebniscontainer .ergebnis ul.ergebnisse>li:first-child .fullcontent header a{font-size:25px;line-height:25px;max-width:335px;padding:3px}main .suchergebniscontainer .mapslink img{width:321px}main .banner.container-fluid{position:sticky;top:-113px;z-index:1100;background-color:#ddd}main .banner.container-fluid div.container-md{min-height:300px;padding:100px 0 0 0;position:relative}main .banner.container-fluid div.container-md:has(.logo-text){padding:103px 0 0 0}main .banner.container-fluid div.container-md figure{position:absolute;top:0;left:0;width:1000px;max-height:300px;overflow:hidden;display:flex;justify-content:flex-end}main .banner.container-fluid div.container-md .headings{position:relative;display:inline-block;width:auto;min-width:50%;padding:30px;background:var(--ptb-midnightbluetrans);transition:all .3s}main .banner.container-fluid div.container-md .headings h1{font-size:3rem;font-family:universheavy;color:#fff;font-weight:bold}main .banner.container-fluid div.container-md .headings h1:has(+h2){font-size:2rem}main .banner.container-fluid div.container-md .headings h2{font-size:1rem;color:#fff}main .banner.container-fluid div.container-md .headings:after{content:"";display:block;position:absolute;width:50%;height:30px;border:solid 2px var(--ptb-blau);background:none;right:10%;bottom:-15px}main .banner.container-fluid div.container-md .headings.invertbanner h1{font-size:18px;font-family:universreg;font-weight:normal}main .banner.container-fluid div.container-md .headings.invertbanner h2{font-size:36px;font-family:universheavy}main .banner.container-fluid div.container-md .logo-text{position:absolute;bottom:-10px;left:30px;background-color:var(--ptb-lightslategrey);padding:0;color:#fff;display:flex;align-items:center}main .banner.container-fluid div.container-md .logo-text *{color:#fff;font-size:18px;display:inline-block;margin:0}main .banner.container-fluid div.container-md .logo-text h2,main .banner.container-fluid div.container-md .logo-text h3{padding:8px 15px;display:flex;align-items:center}main .banner.container-fluid div.container-md .logo-text h2:before,main .banner.container-fluid div.container-md .logo-text h3:before{content:"";display:inline-block;width:25px;height:25px;background-size:100%;background-repeat:no-repeat;margin-right:10px}main .banner.container-fluid div.container-md .logo-text h2{margin-right:10px}main .banner.container-fluid div.container-md .logo-text h2:before{background-image:url("../Icons/date_w.svg")}main .banner.container-fluid div.container-md .logo-text h3:before{background-image:url("../Icons/ort_w.svg")}main .banner.container-fluid div.container-md .logo-text a{text-decoration:none}main .banner.container-fluid div.container-md .logo-text a:hover{background:var(--ptb-midnightblue)}main .banner.container-fluid div.container-md:has(.logo) .headings{position:absolute;width:0px;height:0px;overflow:hidden;padding:0;margin:0;max-width:0;font-size:0}main .banner.container-fluid div.container-md .logo{position:absolute;max-height:70%;top:40%;left:30px;transform:translateY(-50%)}main .banner.container-fluid div.container-md #guidelink,main .banner.container-fluid div.container-md #registerlink,main .banner.container-fluid div.container-md #agendalink,main .banner.container-fluid div.container-md #tvlink,main .banner.container-fluid div.container-md #feedbacklink{position:absolute;right:54px;background:hsla(0,0%,100%,.8);padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;width:150px;height:50%}main .banner.container-fluid div.container-md #guidelink span,main .banner.container-fluid div.container-md #registerlink span,main .banner.container-fluid div.container-md #agendalink span,main .banner.container-fluid div.container-md #tvlink span,main .banner.container-fluid div.container-md #feedbacklink span{color:#000}main .banner.container-fluid div.container-md #guidelink:hover,main .banner.container-fluid div.container-md #guidelink.active,main .banner.container-fluid div.container-md #registerlink:hover,main .banner.container-fluid div.container-md #registerlink.active,main .banner.container-fluid div.container-md #agendalink:hover,main .banner.container-fluid div.container-md #agendalink.active,main .banner.container-fluid div.container-md #tvlink:hover,main .banner.container-fluid div.container-md #tvlink.active,main .banner.container-fluid div.container-md #feedbacklink:hover,main .banner.container-fluid div.container-md #feedbacklink.active{background:var(--ptb-midnightblue);color:#fff}main .banner.container-fluid div.container-md #guidelink:hover *,main .banner.container-fluid div.container-md #guidelink.active *,main .banner.container-fluid div.container-md #registerlink:hover *,main .banner.container-fluid div.container-md #registerlink.active *,main .banner.container-fluid div.container-md #agendalink:hover *,main .banner.container-fluid div.container-md #agendalink.active *,main .banner.container-fluid div.container-md #tvlink:hover *,main .banner.container-fluid div.container-md #tvlink.active *,main .banner.container-fluid div.container-md #feedbacklink:hover *,main .banner.container-fluid div.container-md #feedbacklink.active *{color:#fff}main .banner.container-fluid div.container-md #guidelink:hover:after,main .banner.container-fluid div.container-md #guidelink.active:after,main .banner.container-fluid div.container-md #registerlink:hover:after,main .banner.container-fluid div.container-md #registerlink.active:after,main .banner.container-fluid div.container-md #agendalink:hover:after,main .banner.container-fluid div.container-md #agendalink.active:after,main .banner.container-fluid div.container-md #tvlink:hover:after,main .banner.container-fluid div.container-md #tvlink.active:after,main .banner.container-fluid div.container-md #feedbacklink:hover:after,main .banner.container-fluid div.container-md #feedbacklink.active:after{background-color:var(--ptb-midnightblue)}main .banner.container-fluid div.container-md #guidelink:hover:before,main .banner.container-fluid div.container-md #guidelink.active:before,main .banner.container-fluid div.container-md #registerlink:hover:before,main .banner.container-fluid div.container-md #registerlink.active:before,main .banner.container-fluid div.container-md #agendalink:hover:before,main .banner.container-fluid div.container-md #agendalink.active:before,main .banner.container-fluid div.container-md #tvlink:hover:before,main .banner.container-fluid div.container-md #tvlink.active:before,main .banner.container-fluid div.container-md #feedbacklink:hover:before,main .banner.container-fluid div.container-md #feedbacklink.active:before{filter:saturate(0) invert(1)}main .banner.container-fluid div.container-md #guidelink:before,main .banner.container-fluid div.container-md #registerlink:before,main .banner.container-fluid div.container-md #agendalink:before,main .banner.container-fluid div.container-md #tvlink:before,main .banner.container-fluid div.container-md #feedbacklink:before{content:"";display:block;width:50px;height:50px;background-position:center;background-repeat:no-repeat;background-size:60%}main .banner.container-fluid div.container-md #guidelink,main .banner.container-fluid div.container-md #agendalink{top:0px}main .banner.container-fluid div.container-md #guidelink:before,main .banner.container-fluid div.container-md #agendalink:before{background-image:url(../Icons/date.svg)}main .banner.container-fluid div.container-md:has(#registerlink) #guidelink,main .banner.container-fluid div.container-md:has(#registerlink) #agendalink,main .banner.container-fluid div.container-md:has(#tvlink) #guidelink,main .banner.container-fluid div.container-md:has(#tvlink) #agendalink,main .banner.container-fluid div.container-md:has(#feedbacklink) #guidelink,main .banner.container-fluid div.container-md:has(#feedbacklink) #agendalink{width:140px;border-bottom:solid 1px #a5c3dd}main .banner.container-fluid div.container-md #registerlink,main .banner.container-fluid div.container-md #tvlink,main .banner.container-fluid div.container-md #feedbacklink{width:140px;bottom:0px;border-bottom:solid 1px #a5c3dd}main .banner.container-fluid div.container-md #registerlink:before{background-image:url(../Icons/register.svg)}main .banner.container-fluid div.container-md #tvlink:before{background-image:url(../Icons/tv.svg)}main .banner.container-fluid div.container-md #feedbacklink:before{background-image:url(../Icons/feedback.svg)}main .banner.container-fluid.collapsed .container-md .headings{position:absolute;bottom:0;display:block;padding:10px;width:100%;height:50px;max-width:100%}main .banner.container-fluid.collapsed .container-md .headings h1,main .banner.container-fluid.collapsed .container-md .headings.invertbanner h2{display:block;font-size:25px;font-weight:normal;color:#fff;margin:0}main .banner.container-fluid.collapsed .container-md .headings h2,main .banner.container-fluid.collapsed .container-md .headings.invertbanner h1{display:none}main .banner.container-fluid.collapsed .container-md .headings{background:var(--ptb-midnightblue)}main .banner.container-fluid.collapsed .container-md .headings:after{display:none}main .banner.container-fluid.collapsed .container-md:has(.logo) .headings{display:block}main .banner.container-fluid.collapsed .container-md #guidelink.valink,main .banner.container-fluid.collapsed .container-md #registerlink.valink,main .banner.container-fluid.collapsed .container-md #agendalink.valink{display:none}main .banner.container-fluid.collapsed .container-md .logo,main .banner.container-fluid.collapsed .container-md .logo-text{display:none}main .banner.container-fluid.collapsed .container-md:has(.logo) .headings{display:inline-block;position:relative;width:100%;height:unset;overflow:hidden;padding:10px;margin:unset;max-width:unset;font-size:unset}main nav.breadcrumbs{display:none}main nav.breadcrumbs:has(li:nth-child(3)){display:block;background:#fff;padding:15px 30px 5px 28px}main nav.breadcrumbs:has(li:nth-child(3)).overflow{overflow-x:hidden}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol{display:none}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)){display:flex}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)) li{display:none}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)) li:nth-child(2){display:block}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)) li:nth-child(2):before{content:""}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)) li:nth-child(2):after{content:"» [...] »"}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)) li:nth-last-child(3):before{content:""}main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)) li:nth-last-child(3),main nav.breadcrumbs:has(li:nth-child(3)).overflow ol:has(:nth-child(3)) li:nth-last-child(2){display:block}main nav.breadcrumbs:has(li:nth-child(3)) ol{margin:0;padding:0;display:flex;flex-wrap:wrap}main nav.breadcrumbs:has(li:nth-child(3)) ol li{list-style:none;display:flex;align-items:center}main nav.breadcrumbs:has(li:nth-child(3)) ol li a{font-size:16px;white-space:nowrap}main nav.breadcrumbs:has(li:nth-child(3)) ol li+li{margin-left:3px}main nav.breadcrumbs:has(li:nth-child(3)) ol li+li:before{content:"»";margin-right:3px;position:relative;top:-2px}main nav.breadcrumbs:has(li:nth-child(3)) ol li:last-child{display:none;pointer-events:none}main nav.breadcrumbs:has(li:nth-child(3)) ol li:last-child a{background:#fff}main a.link,main span.link{cursor:pointer;background:var(--ptb-lightgrey);display:inline-block;padding:2px 5px;color:var(--ptb-midnightblue);text-decoration:none}main a.link:hover,main span.link:hover{background:var(--ptb-midnightblue);color:#fff}main .container-md{background-color:#fff;padding:50px 150px}main .container-md.grid{display:grid;padding:50px 15px 50px 30px;grid-template-columns:570px 335px;gap:30px}main .container-md.grid.grid-reverse{grid-template-columns:340px 570px}main .styledlink,main a[id]+header>h5:has(a){display:flex;align-items:center;margin-bottom:15px;position:relative;z-index:11;margin:0;font-family:universreg}main .styledlink:before,main a[id]+header>h5:has(a):before{content:"";display:inline-block;min-width:32px;height:32px;margin-right:5px;background-position:center;background-size:80%;background-repeat:no-repeat}main .styledlink:has(a[href]):before,main a[id]+header>h5:has(a):has(a[href]):before{background-image:url(../Icons/link.svg)}main .styledlink.arbeiten_in_der_ptb:before,main a[id]+header>h5:has(a).arbeiten_in_der_ptb:before{background-image:url(../Icons/arbeiteninderptb.svg) !important}main .styledlink.artikel:before,main a[id]+header>h5:has(a).artikel:before{background-image:url(../Icons/artikel.svg) !important}main .styledlink.ausserdienstliche_aktivitaeten:before,main a[id]+header>h5:has(a).ausserdienstliche_aktivitaeten:before{background-image:url(../Icons/aktivitaet.svg) !important}main .styledlink.barriere:before,main a[id]+header>h5:has(a).barriere:before{background-image:url(../Icons/barriere.svg) !important}main .styledlink.contact:before,main a[id]+header>h5:has(a).contact:before{background-image:url(../Icons/contact.svg) !important}main .styledlink.dienstleistung:before,main a[id]+header>h5:has(a).dienstleistung:before{background-image:url(../Icons/dienstleistung.svg) !important}main .styledlink.einrichtung:before,main a[id]+header>h5:has(a).einrichtung:before{background-image:url(../Icons/einrichtung.svg) !important}main .styledlink.gastwiss:before,main a[id]+header>h5:has(a).gastwiss:before{background-image:url(../Icons/gastwiss.svg) !important}main .styledlink.infrastruktur:before,main a[id]+header>h5:has(a).infrastruktur:before{background-image:url(../Icons/infrastruktur.svg) !important}main .styledlink.lesen:before,main a[id]+header>h5:has(a).lesen:before{background-image:url(../Icons/lesen.svg)}main .styledlink.link:before,main a[id]+header>h5:has(a).link:before{background-image:url(../Icons/link.svg) !important}main .styledlink.oe:before,main a[id]+header>h5:has(a).oe:before{background-image:url(../Icons/oe.svg) !important}main .styledlink.persoenliche_unterstuetzung:before,main a[id]+header>h5:has(a).persoenliche_unterstuetzung:before{background-image:url(../Icons/unterstuetzung.svg) !important}main .styledlink.person:before,main a[id]+header>h5:has(a).person:before{background-image:url(../Icons/person.svg) !important}main .styledlink.time:before,main a[id]+header>h5:has(a).time:before{background-image:url(../Icons/time.svg)}main .styledlink.verwaltung:before,main a[id]+header>h5:has(a).verwaltung:before{background-image:url(../Icons/verwaltung.svg) !important}main .styledlink.verwaltungsvorgaben:before,main a[id]+header>h5:has(a).verwaltungsvorgaben:before{background-image:url(../Icons/verwaltung.svg) !important}main .styledlink.video:before,main a[id]+header>h5:has(a).video:before{background-image:url(../Icons/video.svg)}main .styledlink:has(a[href*="https://uc.ptb.de"]):before,main a[id]+header>h5:has(a):has(a[href*="https://uc.ptb.de"]):before{background-image:url(../Icons/telefon.svg)}main .styledlink:has(a[href*="https://chat.ptb.de"]):before,main a[id]+header>h5:has(a):has(a[href*="https://chat.ptb.de"]):before{background-image:url(../Icons/chat.svg)}main .styledlink:has(a[href*=mailto]):before,main a[id]+header>h5:has(a):has(a[href*=mailto]):before{background-image:url(../Icons/email.svg)}main .styledlink:has(a[href*="https://maps.ptb.de"]):before,main a[id]+header>h5:has(a):has(a[href*="https://maps.ptb.de"]):before{background-image:url(../Icons/ort.svg)}main .styledlink:has(a[href*="https://oe.ptb.de"]):before,main a[id]+header>h5:has(a):has(a[href*="https://oe.ptb.de"]):before{background-image:url(../Icons/oe.svg)}main .styledlink:has(a[href*="https://tube.ptb.de"]):before,main a[id]+header>h5:has(a):has(a[href*="https://tube.ptb.de"]):before{background-image:url(../Icons/video.svg)}main .styledlink a,main a[id]+header>h5:has(a) a{display:inline-block;white-space:nowrap;overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;padding:4px 10px}main .styledlink a:hover,main a[id]+header>h5:has(a) a:hover{background-color:var(--ptb-midnightblue);color:#fff;max-width:unset;overflow-x:visible;padding-right:10px;position:absolute;left:37px}main .styledlink a,main a[id]+header>h5:has(a) a{text-decoration:none}main .styledlink a.type:after,main a[id]+header>h5:has(a) a.type:after{display:inline-block;margin-left:5px;border-left:var(--border);padding-left:5px}main .styledlink a.pdf:after,main a[id]+header>h5:has(a) a.pdf:after{content:"*.pdf"}main .styledlink a.ics:after,main a[id]+header>h5:has(a) a.ics:after{content:"*.ics"}main .styledlink div.open,main a[id]+header>h5:has(a) div.open{width:15px;height:15px;background:var(--ptb-green);margin-left:10px;border-radius:10px;display:inline-block}main>div.container-md>article header{margin-bottom:50px}main>div.container-md>article header:has(h5),main>div.container-md>article header:has(h4){margin:0;margin:150px 0 10px 0;margin-top:50px;margin-bottom:10px}main>div.container-md>article a[id]+header:has(a){margin:0}main>div.container-md>article>.fliesstext .app-menue.timeline{display:flex;margin:0 -150px;padding:0 20px;position:relative;margin-bottom:50px}main>div.container-md>article>.fliesstext .app-menue.timeline:before{content:"";display:block;position:absolute;width:100%;height:2px;left:0;top:13px;border-top:var(--borderthick)}main>div.container-md>article>.fliesstext .app-menue.timeline a{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;cursor:pointer;border:none;background:none;padding:0}main>div.container-md>article>.fliesstext .app-menue.timeline a label{cursor:pointer;font-size:16px}main>div.container-md>article>.fliesstext .app-menue.timeline a:before{content:"";display:block;width:30px;height:30px;background:#fff;border-radius:50%;margin-bottom:10px;border:var(--borderthick);background-image:none !important;position:relative;margin-right:0}main>div.container-md>article>.fliesstext .app-menue.timeline a:hover label{color:var(--ptb-midnightblue)}main>div.container-md>article>.fliesstext .app-menue.timeline a:hover:before{width:40px;height:40px;margin-top:-5px;margin-bottom:5px;background:var(--ptb-midnightblue);filter:none;min-height:unset;min-width:unset}main>div.container-md>article>.fliesstext .app-menue.timeline a.active:before{width:40px;height:40px;margin-top:-5px;margin-bottom:5px;background:var(--ptb-midnightblue);filter:none;min-height:unset;min-width:unset}main>div.container-md>article>.fliesstext .blog-event{display:grid;grid-template-columns:200px auto;grid-template-rows:200px;grid-template-areas:"date content"}main>div.container-md>article>.fliesstext .blog-event h2{grid-area:content;font-family:universreg;font-size:30px;display:flex;align-items:center;padding-left:20px;border:solid 1px var(--ptb-midnightblue);border-top-right-radius:7px;border-bottom-right-radius:7px}main>div.container-md>article>.fliesstext .blog-event h3{grid-area:date;background:var(--ptb-midnightblue);font-family:universheavy;font-size:31px;display:flex;align-items:center;justify-content:center;text-align:center;background-image:url(../Icons/date.svg);background-blend-mode:exclusion;border-top-left-radius:7px;border-bottom-left-radius:7px;color:#fff}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li.breadcrumb-item a{display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li.breadcrumb-item a span{font-family:universreg;font-size:16px}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li.breadcrumb-item a:before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/folder.svg)}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li.breadcrumb-item a.in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li.breadcrumb-item a.in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li.breadcrumb-item a:hover{background-color:var(--ptb-midnightblue);color:#fff}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li.breadcrumb-item a:hover:before{filter:brightness(0) invert(1)}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li:last-child{font-family:"universreg";flex-basis:100%;font-size:27px;padding:0;margin-top:20px;color:#000}main>div.container-md>article>.fliesstext .tx-filelist ol.breadcrumb li:last-child:before{content:none}main>div.container-md>article>.fliesstext .tx-filelist table a.is-folder{display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main>div.container-md>article>.fliesstext .tx-filelist table a.is-folder span{font-family:universreg;font-size:16px}main>div.container-md>article>.fliesstext .tx-filelist table a.is-folder:before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/folder.svg)}main>div.container-md>article>.fliesstext .tx-filelist table a.is-folder.in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main>div.container-md>article>.fliesstext .tx-filelist table a.is-folder.in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main>div.container-md>article>.fliesstext .tx-filelist table a.is-folder:hover{background-color:var(--ptb-midnightblue);color:#fff}main>div.container-md>article>.fliesstext .tx-filelist table a.is-folder:hover:before{filter:brightness(0) invert(1)}main>div.container-md>article>.fliesstext sup a{all:revert !important;font-size:14px !important}main>div.container-md>article>.fliesstext sup a:before{content:none !important}main>div.container-md>article>.fliesstext .ce-gridgallery .lightbox{z-index:unset}main>div.container-md>article>.fliesstext .ce-gridgallery #lightbox.lightbox{z-index:10000}main>div.container-md>article>.fliesstext .ce-gallery figure{width:100%}main>div.container-md>article>.fliesstext .ce-gallery .ce-row{min-height:min-content}main>div.container-md>article>.fliesstext div.bildkontakte .ce-inner{display:grid;grid-template-columns:32% 32% 32%;grid-column-gap:3%}main>div.container-md>article>.fliesstext div[data-ce-columns="3"] .ce-row{display:grid;grid-template-columns:32% 32% 32%;gap:2%}main>div.container-md>article .frame:not([style*=Color]){margin-bottom:50px}main>div.container-md>article .frame:has(ul.vadatetime){position:relative}main>div.container-md>article .frame:has(ul.vadatetime) header{padding-right:140px}main>div.container-md>article ul.vadatetime{background:var(--ptb-lightslategrey);display:flex;align-items:center;padding:8px 15px}main>div.container-md>article ul.vadatetime li:first-child:after{content:"|";margin:0 10px}main>div.container-md>article ul.vadatetime li{margin:0;list-style:none;font-family:universreg;color:#fff}main>div.container-md>article ul.vadatetime:before{content:"";display:inline-block;width:25px;height:25px;background-image:url("../Icons/date_w.svg");background-size:100%;margin-right:15px}main>div.container-md>article .full-link table.contenttable tr:not(:has(a)) td{padding:5px 10px 5px 5px}main>div.container-md>article .full-link table.contenttable tr:has(a[href]){background:var(--ptb-midnightblue10)}main>div.container-md>article .full-link table.contenttable tr:has(a[href]):hover{background:var(--ptb-midnightblue);color:#fff}main>div.container-md>article .full-link table.contenttable tr:has(a[href]):hover *{color:#fff}main>div.container-md>article .full-link table.contenttable tr:has(a[href]):hover a:has(:before){color:#000}main>div.container-md>article .full-link table.contenttable tr:has(a[href]) td{padding:0}main>div.container-md>article .full-link table.contenttable tr:has(a[href]) a{display:block;padding:5px 10px 5px 5px}main>div.container-md>article .full-link table.contenttable tr:has(a[href]) a:hover{background:var(--ptb-midnightblue);color:#fff}main>div.container-md>article .volleBreite:has(img),main>div.container-md>article .volleBreite:has(svg){margin:0 -150px 50px -150px}main>div.container-md>article .volleBreite:has(img):last-child,main>div.container-md>article .volleBreite:has(svg):last-child{margin:0 -150px -100px -150px}main>div.container-md>article .volleBreite:has(img) figure,main>div.container-md>article .volleBreite:has(svg) figure{margin:0}main>div.container-md>article .volleBreite:has(img) figure img,main>div.container-md>article .volleBreite:has(svg) figure img{max-width:unset}main>div.container-md>article .volleBreite:has(img) figcaption,main>div.container-md>article .volleBreite:has(svg) figcaption{padding:10px 150px}main>div.container-md>article div[style]:has(div.volleBreite),main>div.container-md>article div[style]:has(div.fakten){margin:0px -150px 50px -150px;padding:30px 150px;background:var(--backgroundColor)}main>div.container-md>article div[style]:has(div.volleBreite) header,main>div.container-md>article div[style]:has(div.fakten) header{margin:0 0 20px 0}main>div.container-md>article div[style]:has(div.volleBreite):has(+div[style] div.volleBreite),main>div.container-md>article div[style]:has(div.fakten):has(+div[style] div.volleBreite){margin-bottom:0px}main>div.container-md>article div[style]:has(div.volleBreite) h2,main>div.container-md>article div[style]:has(div.volleBreite) h4,main>div.container-md>article div[style]:has(div.volleBreite) h5,main>div.container-md>article div[style]:has(div.volleBreite) p,main>div.container-md>article div[style]:has(div.volleBreite) li,main>div.container-md>article div[style]:has(div.fakten) h2,main>div.container-md>article div[style]:has(div.fakten) h4,main>div.container-md>article div[style]:has(div.fakten) h5,main>div.container-md>article div[style]:has(div.fakten) p,main>div.container-md>article div[style]:has(div.fakten) li{color:var(--textColor)}main>div.container-md>article div[style]:has(div.volleBreite) a,main>div.container-md>article div[style]:has(div.fakten) a{color:var(--ptb-midnightblue)}main>div.container-md>article div[style]:has(div.volleBreite):not(:has(p)) header,main>div.container-md>article div[style]:has(div.volleBreite):not(:has(p)) h2,main>div.container-md>article div[style]:has(div.volleBreite):not(:has(p)) h3,main>div.container-md>article div[style]:has(div.volleBreite):not(:has(p)) h4,main>div.container-md>article div[style]:has(div.volleBreite):not(:has(p)) h5,main>div.container-md>article div[style]:has(div.fakten):not(:has(p)) header,main>div.container-md>article div[style]:has(div.fakten):not(:has(p)) h2,main>div.container-md>article div[style]:has(div.fakten):not(:has(p)) h3,main>div.container-md>article div[style]:has(div.fakten):not(:has(p)) h4,main>div.container-md>article div[style]:has(div.fakten):not(:has(p)) h5{margin:0}main>div.container-md>article section div.volleBreite:last-child:has(img){margin:0 -150px -50px -150px}main>div.container-md>article div.frame>.ce-textpic{display:flex;gap:15px}main>div.container-md>article div.frame>.ce-textpic.ce-right .ce-gallery,main>div.container-md>article div.frame>.ce-textpic.ce-left .ce-gallery{float:none}main>div.container-md>article div.frame>.ce-textpic .ce-row,main>div.container-md>article div.frame>.ce-textpic .ce-column,main>div.container-md>article div.frame>.ce-textpic figure,main>div.container-md>article div.frame>.ce-textpic img{width:100%}main>div.container-md>article div.frame>.ce-textpic .ce-gallery{width:30%}main>div.container-md>article div.frame>.ce-textpic .ce-bodytext{width:70%}main>div.container-md>article div.frame>.ce-textpic.ce-right{flex-direction:row-reverse}main>div.container-md>article div.frame[id]{scroll-margin-top:186px}main>div.container-md>article a:has(+header h4){scroll-margin-top:186px}main table.table{border:solid 1px rgba(0,32,57,0.2509803922)}main table.table>thead{position:sticky;top:194px}main table.table>thead>tr>th{padding:10px;background-color:var(--ptb-midnightblue);color:#fff;font-family:universheavy;letter-spacing:.04em}main table.table tbody>tr{display:none}main table.table tbody>tr.show{display:table-row}main table.table tbody>tr:hover td{background:var(--ptb-midnightblue);color:#fff}main table.table tbody>tr:hover td *{color:#fff;text-decoration:none}main:not(:has(>*.grid)) table,main:not(:has(>*.grid)) table.contenttable{width:940px;margin-left:-120px}main:not(:has(>*.grid)) -type-image{width:1000px;margin-left:-150px;border-top:solid 1px rgba(0,32,57,0.2509803922);border-bottom:solid 1px rgba(0,32,57,0.2509803922);margin-bottom:25px}main:not(:has(>*.grid)) -type-image img{max-width:1000px;width:1000px}main table,main table.contenttable{border:solid 1px rgba(0,32,57,0.2509803922)}main table>thead>tr>th,main table.contenttable>thead>tr>th{padding:5px 10px 5px 5px;background-color:var(--ptb-midnightblue);color:#fff}main table tr,main table.contenttable tr{border-bottom:solid 1px var(--ptb-midnightblue30)}main table tr td:first-child,main table.contenttable tr td:first-child{width:20%}main table tr td,main table.contenttable tr td{vertical-align:top;padding:5px 10px 5px 5px}main table tr td p,main table.contenttable tr td p{font-family:universreg}main table tr:not(:has(td[style])):hover,main table.contenttable tr:not(:has(td[style])):hover{background:var(--ptb-lightslategrey);color:#fff}main table tr:not(:has(td[style])):hover a,main table.contenttable tr:not(:has(td[style])):hover a{color:#000}main table tr:not(:has(td[style])):hover a.styledlink,main table.contenttable tr:not(:has(td[style])):hover a.styledlink{color:#000}main table tr:has(td[style]):hover,main table.contenttable tr:has(td[style]):hover{border-top:solid 1px var(--ptb-midnightblue);border-bottom:solid 1px var(--ptb-midnightblue)}main article h2,main article h2 *,main aside h2,main aside h2 *,main .suchergebniscontainer h2,main .suchergebniscontainer h2 *{font-family:universheavy;font-size:40px;hyphens:none}main article h3,main aside h3,main .suchergebniscontainer h3{font-size:25px}main article h5,main aside h5,main .suchergebniscontainer h5{margin:20px 0 5px 0;font-size:20px}main article section h4,main aside section h4,main .suchergebniscontainer section h4{position:relative;padding:5px 0;margin:0;z-index:500}main article section h4:has(+h5),main aside section h4:has(+h5),main .suchergebniscontainer section h4:has(+h5){margin:0 0 -25px 0}main article section.breit,main aside section.breit,main .suchergebniscontainer section.breit{margin:0 -130px}main article a,main aside a,main .suchergebniscontainer a{color:var(--ptb-midnightblue)}main article button,main aside button,main .suchergebniscontainer button{border:var(--border);background:#fff;display:flex;justify-content:space-between;padding:5px 10px;width:100%}main article button.icon:after,main aside button.icon:after,main .suchergebniscontainer button.icon:after{content:"";display:inline-block;width:25px;height:25px}main article button:hover,main article button:focus,main aside button:hover,main aside button:focus,main .suchergebniscontainer button:hover,main .suchergebniscontainer button:focus{background:var(--ptb-midnightblue);color:#fff}main article button:hover:after,main article button:focus:after,main aside button:hover:after,main aside button:focus:after,main .suchergebniscontainer button:hover:after,main .suchergebniscontainer button:focus:after{filter:brightness(0) invert(1)}main article button.reset:after,main aside button.reset:after,main .suchergebniscontainer button.reset:after{background:url("../Icons/reset.svg") center/cover}main article button.help:after,main aside button.help:after,main .suchergebniscontainer button.help:after{background:url("../Icons/hilfe.svg") center/cover}main article .fliesstext p,main article .fliesstext li,main article .fliesstext p *,main article .fliesstext li *,main article .shorttext p,main article .shorttext li,main article .shorttext p *,main article .shorttext li *,main article .longtext p,main article .longtext li,main article .longtext p *,main article .longtext li *,main aside .fliesstext p,main aside .fliesstext li,main aside .fliesstext p *,main aside .fliesstext li *,main aside .shorttext p,main aside .shorttext li,main aside .shorttext p *,main aside .shorttext li *,main aside .longtext p,main aside .longtext li,main aside .longtext p *,main aside .longtext li *,main .suchergebniscontainer .fliesstext p,main .suchergebniscontainer .fliesstext li,main .suchergebniscontainer .fliesstext p *,main .suchergebniscontainer .fliesstext li *,main .suchergebniscontainer .shorttext p,main .suchergebniscontainer .shorttext li,main .suchergebniscontainer .shorttext p *,main .suchergebniscontainer .shorttext li *,main .suchergebniscontainer .longtext p,main .suchergebniscontainer .longtext li,main .suchergebniscontainer .longtext p *,main .suchergebniscontainer .longtext li *{font-family:Cambria;font-size:18px}main article .fliesstext sub em strong,main article .shorttext sub em strong,main article .longtext sub em strong,main aside .fliesstext sub em strong,main aside .shorttext sub em strong,main aside .longtext sub em strong,main .suchergebniscontainer .fliesstext sub em strong,main .suchergebniscontainer .shorttext sub em strong,main .suchergebniscontainer .longtext sub em strong{display:flex;width:50px;height:50px;background:var(--ptb-midnightblue);border-radius:50%;color:#fff;align-items:center;justify-content:center;font-family:"universreg"}main article .fliesstext p,main article .shorttext p,main article .longtext p,main aside .fliesstext p,main aside .shorttext p,main aside .longtext p,main .suchergebniscontainer .fliesstext p,main .suchergebniscontainer .shorttext p,main .suchergebniscontainer .longtext p{margin-bottom:15px}main article .fliesstext div:not([class*=accordion]) div.ce-textpic.ce-left,main article .shorttext div:not([class*=accordion]) div.ce-textpic.ce-left,main article .longtext div:not([class*=accordion]) div.ce-textpic.ce-left,main aside .fliesstext div:not([class*=accordion]) div.ce-textpic.ce-left,main aside .shorttext div:not([class*=accordion]) div.ce-textpic.ce-left,main aside .longtext div:not([class*=accordion]) div.ce-textpic.ce-left,main .suchergebniscontainer .fliesstext div:not([class*=accordion]) div.ce-textpic.ce-left,main .suchergebniscontainer .shorttext div:not([class*=accordion]) div.ce-textpic.ce-left,main .suchergebniscontainer .longtext div:not([class*=accordion]) div.ce-textpic.ce-left{display:flex}main article .fliesstext img,main article .fliesstext video,main article .fliesstext iframe,main article .shorttext img,main article .shorttext video,main article .shorttext iframe,main article .longtext img,main article .longtext video,main article .longtext iframe,main aside .fliesstext img,main aside .fliesstext video,main aside .fliesstext iframe,main aside .shorttext img,main aside .shorttext video,main aside .shorttext iframe,main aside .longtext img,main aside .longtext video,main aside .longtext iframe,main .suchergebniscontainer .fliesstext img,main .suchergebniscontainer .fliesstext video,main .suchergebniscontainer .fliesstext iframe,main .suchergebniscontainer .shorttext img,main .suchergebniscontainer .shorttext video,main .suchergebniscontainer .shorttext iframe,main .suchergebniscontainer .longtext img,main .suchergebniscontainer .longtext video,main .suchergebniscontainer .longtext iframe{width:100%;max-width:700px}main article .fliesstext figcaption,main article .shorttext figcaption,main article .longtext figcaption,main aside .fliesstext figcaption,main aside .shorttext figcaption,main aside .longtext figcaption,main .suchergebniscontainer .fliesstext figcaption,main .suchergebniscontainer .shorttext figcaption,main .suchergebniscontainer .longtext figcaption{font-style:italic;font-size:16px}main article .fliesstext video,main article .fliesstext iframe,main article .shorttext video,main article .shorttext iframe,main article .longtext video,main article .longtext iframe,main aside .fliesstext video,main aside .fliesstext iframe,main aside .shorttext video,main aside .shorttext iframe,main aside .longtext video,main aside .longtext iframe,main .suchergebniscontainer .fliesstext video,main .suchergebniscontainer .fliesstext iframe,main .suchergebniscontainer .shorttext video,main .suchergebniscontainer .shorttext iframe,main .suchergebniscontainer .longtext video,main .suchergebniscontainer .longtext iframe{height:394px;border:var(--border)}main article .fliesstext .textbild,main article .shorttext .textbild,main article .longtext .textbild,main aside .fliesstext .textbild,main aside .shorttext .textbild,main aside .longtext .textbild,main .suchergebniscontainer .fliesstext .textbild,main .suchergebniscontainer .shorttext .textbild,main .suchergebniscontainer .longtext .textbild{display:flex}main article .fliesstext .textbild .text,main article .shorttext .textbild .text,main article .longtext .textbild .text,main aside .fliesstext .textbild .text,main aside .shorttext .textbild .text,main aside .longtext .textbild .text,main .suchergebniscontainer .fliesstext .textbild .text,main .suchergebniscontainer .shorttext .textbild .text,main .suchergebniscontainer .longtext .textbild .text{flex-grow:3}main article .fliesstext .textbild img,main article .shorttext .textbild img,main article .longtext .textbild img,main aside .fliesstext .textbild img,main aside .shorttext .textbild img,main aside .longtext .textbild img,main .suchergebniscontainer .fliesstext .textbild img,main .suchergebniscontainer .shorttext .textbild img,main .suchergebniscontainer .longtext .textbild img{width:200px}main article .fliesstext li,main article .shorttext li,main article .longtext li,main aside .fliesstext li,main aside .shorttext li,main aside .longtext li,main .suchergebniscontainer .fliesstext li,main .suchergebniscontainer .shorttext li,main .suchergebniscontainer .longtext li{margin-bottom:5px}main article .fliesstext .massnahmenlegende,main article .shorttext .massnahmenlegende,main article .longtext .massnahmenlegende,main aside .fliesstext .massnahmenlegende,main aside .shorttext .massnahmenlegende,main aside .longtext .massnahmenlegende,main .suchergebniscontainer .fliesstext .massnahmenlegende,main .suchergebniscontainer .shorttext .massnahmenlegende,main .suchergebniscontainer .longtext .massnahmenlegende{padding-top:5px;border-top:solid 1px var(--ptb-midnightblue);width:50%}main article .fliesstext .massnahmenlegende div,main article .shorttext .massnahmenlegende div,main article .longtext .massnahmenlegende div,main aside .fliesstext .massnahmenlegende div,main aside .shorttext .massnahmenlegende div,main aside .longtext .massnahmenlegende div,main .suchergebniscontainer .fliesstext .massnahmenlegende div,main .suchergebniscontainer .shorttext .massnahmenlegende div,main .suchergebniscontainer .longtext .massnahmenlegende div{display:flex;align-items:center}main article .fliesstext .massnahmenlegende div:before,main article .shorttext .massnahmenlegende div:before,main article .longtext .massnahmenlegende div:before,main aside .fliesstext .massnahmenlegende div:before,main aside .shorttext .massnahmenlegende div:before,main aside .longtext .massnahmenlegende div:before,main .suchergebniscontainer .fliesstext .massnahmenlegende div:before,main .suchergebniscontainer .shorttext .massnahmenlegende div:before,main .suchergebniscontainer .longtext .massnahmenlegende div:before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px}main article .fliesstext .massnahmenlegende div.vollendet:before,main article .shorttext .massnahmenlegende div.vollendet:before,main article .longtext .massnahmenlegende div.vollendet:before,main aside .fliesstext .massnahmenlegende div.vollendet:before,main aside .shorttext .massnahmenlegende div.vollendet:before,main aside .longtext .massnahmenlegende div.vollendet:before,main .suchergebniscontainer .fliesstext .massnahmenlegende div.vollendet:before,main .suchergebniscontainer .shorttext .massnahmenlegende div.vollendet:before,main .suchergebniscontainer .longtext .massnahmenlegende div.vollendet:before{background:var(--ptb-green)}main article .fliesstext .massnahmenlegende div.bearbeitung:before,main article .shorttext .massnahmenlegende div.bearbeitung:before,main article .longtext .massnahmenlegende div.bearbeitung:before,main aside .fliesstext .massnahmenlegende div.bearbeitung:before,main aside .shorttext .massnahmenlegende div.bearbeitung:before,main aside .longtext .massnahmenlegende div.bearbeitung:before,main .suchergebniscontainer .fliesstext .massnahmenlegende div.bearbeitung:before,main .suchergebniscontainer .shorttext .massnahmenlegende div.bearbeitung:before,main .suchergebniscontainer .longtext .massnahmenlegende div.bearbeitung:before{background:var(--ptb-yellow)}main article .fliesstext .massnahmenlegende div.keineini:before,main article .shorttext .massnahmenlegende div.keineini:before,main article .longtext .massnahmenlegende div.keineini:before,main aside .fliesstext .massnahmenlegende div.keineini:before,main aside .shorttext .massnahmenlegende div.keineini:before,main aside .longtext .massnahmenlegende div.keineini:before,main .suchergebniscontainer .fliesstext .massnahmenlegende div.keineini:before,main .suchergebniscontainer .shorttext .massnahmenlegende div.keineini:before,main .suchergebniscontainer .longtext .massnahmenlegende div.keineini:before{background:var(--ptb-red)}main article .fliesstext .massnahmenlegende div.nicht:before,main article .shorttext .massnahmenlegende div.nicht:before,main article .longtext .massnahmenlegende div.nicht:before,main aside .fliesstext .massnahmenlegende div.nicht:before,main aside .shorttext .massnahmenlegende div.nicht:before,main aside .longtext .massnahmenlegende div.nicht:before,main .suchergebniscontainer .fliesstext .massnahmenlegende div.nicht:before,main .suchergebniscontainer .shorttext .massnahmenlegende div.nicht:before,main .suchergebniscontainer .longtext .massnahmenlegende div.nicht:before{background:var(--ptb-lightslategrey)}main article .fliesstext .massnahmenlegende div p,main article .shorttext .massnahmenlegende div p,main article .longtext .massnahmenlegende div p,main aside .fliesstext .massnahmenlegende div p,main aside .shorttext .massnahmenlegende div p,main aside .longtext .massnahmenlegende div p,main .suchergebniscontainer .fliesstext .massnahmenlegende div p,main .suchergebniscontainer .shorttext .massnahmenlegende div p,main .suchergebniscontainer .longtext .massnahmenlegende div p{margin-bottom:0}main article abbr,main aside abbr,main .suchergebniscontainer abbr{font-size:inherit}main article div.person .fliesstext p:has(a[href*="https://uc.ptb.de"]),main article div.person .fliesstext p:has(a[href*=mailto]),main article div.person .fliesstext p:has(a[data-mailto-token]),main article div.person .fliesstext p:has(a[href*="https://chat.ptb.de"]),main article div.person .fliesstext p:has(a[href*="https://maps.ptb.de"]),main article div.person .fliesstext p:has(a),main article div.person .fliesstext p.oe.marker,main article div.person .shorttext p:has(a[href*="https://uc.ptb.de"]),main article div.person .shorttext p:has(a[href*=mailto]),main article div.person .shorttext p:has(a[data-mailto-token]),main article div.person .shorttext p:has(a[href*="https://chat.ptb.de"]),main article div.person .shorttext p:has(a[href*="https://maps.ptb.de"]),main article div.person .shorttext p:has(a),main article div.person .shorttext p.oe.marker,main article .fullcontent .shorttext .contact p:has(a[href*="https://uc.ptb.de"]),main article .fullcontent .shorttext .contact p:has(a[href*=mailto]),main article .fullcontent .shorttext .contact p:has(a[data-mailto-token]),main article .fullcontent .shorttext .contact p:has(a[href*="https://chat.ptb.de"]),main article .fullcontent .shorttext .contact p:has(a[href*="https://maps.ptb.de"]),main article .fullcontent .shorttext .contact p:has(a),main article .fullcontent .shorttext .contact p.oe.marker,main article .fullcontent .ort-section p:has(a[href*="https://uc.ptb.de"]),main article .fullcontent .ort-section p:has(a[href*=mailto]),main article .fullcontent .ort-section p:has(a[data-mailto-token]),main article .fullcontent .ort-section p:has(a[href*="https://chat.ptb.de"]),main article .fullcontent .ort-section p:has(a[href*="https://maps.ptb.de"]),main article .fullcontent .ort-section p:has(a),main article .fullcontent .ort-section p.oe.marker,main aside div.person .fliesstext p:has(a[href*="https://uc.ptb.de"]),main aside div.person .fliesstext p:has(a[href*=mailto]),main aside div.person .fliesstext p:has(a[data-mailto-token]),main aside div.person .fliesstext p:has(a[href*="https://chat.ptb.de"]),main aside div.person .fliesstext p:has(a[href*="https://maps.ptb.de"]),main aside div.person .fliesstext p:has(a),main aside div.person .fliesstext p.oe.marker,main aside div.person .shorttext p:has(a[href*="https://uc.ptb.de"]),main aside div.person .shorttext p:has(a[href*=mailto]),main aside div.person .shorttext p:has(a[data-mailto-token]),main aside div.person .shorttext p:has(a[href*="https://chat.ptb.de"]),main aside div.person .shorttext p:has(a[href*="https://maps.ptb.de"]),main aside div.person .shorttext p:has(a),main aside div.person .shorttext p.oe.marker,main aside .fullcontent .shorttext .contact p:has(a[href*="https://uc.ptb.de"]),main aside .fullcontent .shorttext .contact p:has(a[href*=mailto]),main aside .fullcontent .shorttext .contact p:has(a[data-mailto-token]),main aside .fullcontent .shorttext .contact p:has(a[href*="https://chat.ptb.de"]),main aside .fullcontent .shorttext .contact p:has(a[href*="https://maps.ptb.de"]),main aside .fullcontent .shorttext .contact p:has(a),main aside .fullcontent .shorttext .contact p.oe.marker,main aside .fullcontent .ort-section p:has(a[href*="https://uc.ptb.de"]),main aside .fullcontent .ort-section p:has(a[href*=mailto]),main aside .fullcontent .ort-section p:has(a[data-mailto-token]),main aside .fullcontent .ort-section p:has(a[href*="https://chat.ptb.de"]),main aside .fullcontent .ort-section p:has(a[href*="https://maps.ptb.de"]),main aside .fullcontent .ort-section p:has(a),main aside .fullcontent .ort-section p.oe.marker,main .suchergebniscontainer div.person .fliesstext p:has(a[href*="https://uc.ptb.de"]),main .suchergebniscontainer div.person .fliesstext p:has(a[href*=mailto]),main .suchergebniscontainer div.person .fliesstext p:has(a[data-mailto-token]),main .suchergebniscontainer div.person .fliesstext p:has(a[href*="https://chat.ptb.de"]),main .suchergebniscontainer div.person .fliesstext p:has(a[href*="https://maps.ptb.de"]),main .suchergebniscontainer div.person .fliesstext p:has(a),main .suchergebniscontainer div.person .fliesstext p.oe.marker,main .suchergebniscontainer div.person .shorttext p:has(a[href*="https://uc.ptb.de"]),main .suchergebniscontainer div.person .shorttext p:has(a[href*=mailto]),main .suchergebniscontainer div.person .shorttext p:has(a[data-mailto-token]),main .suchergebniscontainer div.person .shorttext p:has(a[href*="https://chat.ptb.de"]),main .suchergebniscontainer div.person .shorttext p:has(a[href*="https://maps.ptb.de"]),main .suchergebniscontainer div.person .shorttext p:has(a),main .suchergebniscontainer div.person .shorttext p.oe.marker,main .suchergebniscontainer .fullcontent .shorttext .contact p:has(a[href*="https://uc.ptb.de"]),main .suchergebniscontainer .fullcontent .shorttext .contact p:has(a[href*=mailto]),main .suchergebniscontainer .fullcontent .shorttext .contact p:has(a[data-mailto-token]),main .suchergebniscontainer .fullcontent .shorttext .contact p:has(a[href*="https://chat.ptb.de"]),main .suchergebniscontainer .fullcontent .shorttext .contact p:has(a[href*="https://maps.ptb.de"]),main .suchergebniscontainer .fullcontent .shorttext .contact p:has(a),main .suchergebniscontainer .fullcontent .shorttext .contact p.oe.marker,main .suchergebniscontainer .fullcontent .ort-section p:has(a[href*="https://uc.ptb.de"]),main .suchergebniscontainer .fullcontent .ort-section p:has(a[href*=mailto]),main .suchergebniscontainer .fullcontent .ort-section p:has(a[data-mailto-token]),main .suchergebniscontainer .fullcontent .ort-section p:has(a[href*="https://chat.ptb.de"]),main .suchergebniscontainer .fullcontent .ort-section p:has(a[href*="https://maps.ptb.de"]),main .suchergebniscontainer .fullcontent .ort-section p:has(a),main .suchergebniscontainer .fullcontent .ort-section p.oe.marker{margin-bottom:0px !important}main article div.person .fliesstext p.more,main article div.person .shorttext p.more,main article .fullcontent .shorttext .contact p.more,main article .fullcontent .ort-section p.more,main aside div.person .fliesstext p.more,main aside div.person .shorttext p.more,main aside .fullcontent .shorttext .contact p.more,main aside .fullcontent .ort-section p.more,main .suchergebniscontainer div.person .fliesstext p.more,main .suchergebniscontainer div.person .shorttext p.more,main .suchergebniscontainer .fullcontent .shorttext .contact p.more,main .suchergebniscontainer .fullcontent .ort-section p.more{display:none}main article ul.trl,main aside ul.trl,main .suchergebniscontainer ul.trl{display:flex;padding:0;margin:0}main article ul.trl li:not(:first-child),main aside ul.trl li:not(:first-child),main .suchergebniscontainer ul.trl li:not(:first-child){margin-left:-2px}main article ul.trl li,main aside ul.trl li,main .suchergebniscontainer ul.trl li{list-style:none;border:var(--border);padding:2px 5px}main article ul.trl li.lvl,main aside ul.trl li.lvl,main .suchergebniscontainer ul.trl li.lvl{background-color:var(--ptb-midnightblue);color:#fff}main article #collapseOne .accordion-item,main aside #collapseOne .accordion-item,main .suchergebniscontainer #collapseOne .accordion-item{width:90%}main article div.frame:not([style*=color]):has(.benefit-accordion),main aside div.frame:not([style*=color]):has(.benefit-accordion),main .suchergebniscontainer div.frame:not([style*=color]):has(.benefit-accordion){margin-bottom:0}main article div.accordion div.accordion-item h4,main aside div.accordion div.accordion-item h4,main .suchergebniscontainer div.accordion div.accordion-item h4{padding:0}main article div.accordion div.accordion-item h4:has(+h5),main aside div.accordion div.accordion-item h4:has(+h5),main .suchergebniscontainer div.accordion div.accordion-item h4:has(+h5){margin-bottom:0}main article div.accordion div.accordion-item[style] .accordion-button:before,main aside div.accordion div.accordion-item[style] .accordion-button:before,main .suchergebniscontainer div.accordion div.accordion-item[style] .accordion-button:before{content:"";display:block;width:40px;height:40px;background-image:var(--thumbnail);background-repeat:no-repeat;background-size:100%;margin:-10px 10px -10px -10px;background-position:center}main article div.accordion div.accordion-item .contenttable,main aside div.accordion div.accordion-item .contenttable,main .suchergebniscontainer div.accordion div.accordion-item .contenttable{width:unset;margin-left:unset}main article div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:hover:before,main article div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:not(.collapsed):before,main article div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:focus:before,main aside div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:hover:before,main aside div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:not(.collapsed):before,main aside div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:focus:before,main .suchergebniscontainer div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:hover:before,main .suchergebniscontainer div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:not(.collapsed):before,main .suchergebniscontainer div.accordion div.accordion-item:has(img[title=Icon]) .accordion-button:focus:before{filter:brightness(0) invert(1)}main article div.accordion div.accordion-item:has(div.ce-container) div.frame-type-textmedia,main aside div.accordion div.accordion-item:has(div.ce-container) div.frame-type-textmedia,main .suchergebniscontainer div.accordion div.accordion-item:has(div.ce-container) div.frame-type-textmedia{display:none}main article div.accordion div.accordion-item:has(div.volleBreite),main aside div.accordion div.accordion-item:has(div.volleBreite),main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite){margin:0;padding:0;background:none}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse{margin:0;padding:0;background:none}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body{padding:20px}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body .ce-container div.frame,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body .ce-container div.frame,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body .ce-container div.frame{margin:0;padding:0;background:none;margin:-20px;padding:20px}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite),main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite),main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite){background:var(--backgroundColor)}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) header,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) header,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) header{margin:0 0 20px 0}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite):has(+div[style] div.volleBreite),main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite):has(+div[style] div.volleBreite),main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite):has(+div[style] div.volleBreite){margin-bottom:0px}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h2,main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h4,main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h5,main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) p,main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) li,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h2,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h4,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h5,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) p,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) li,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h2,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h4,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) h5,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) p,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) li{color:var(--textColor)}main article div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) a,main aside div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) a,main .suchergebniscontainer div.accordion div.accordion-item:has(div.volleBreite) .accordion-collapse .accordion-body div[style]:has(div.volleBreite) a{color:var(--ptb-midnightblue)}main article div.accordion .accordion-button,main aside div.accordion .accordion-button,main .suchergebniscontainer div.accordion .accordion-button{font-size:18px;font-family:universreg}main article div.accordion .accordion-button *,main aside div.accordion .accordion-button *,main .suchergebniscontainer div.accordion .accordion-button *{font-family:universreg}main article div.accordion .accordion-button:not(.collapsed),main aside div.accordion .accordion-button:not(.collapsed),main .suchergebniscontainer div.accordion .accordion-button:not(.collapsed){background:var(--ptb-lightslategrey);color:#fff}main article div.accordion .accordion-item:has(input:checked) h2 button,main aside div.accordion .accordion-item:has(input:checked) h2 button,main .suchergebniscontainer div.accordion .accordion-item:has(input:checked) h2 button{background:var(--ptb-midnightblue);color:#fff}main article div.accordion .accordion-item:has(input:checked) h2 button:after,main aside div.accordion .accordion-item:has(input:checked) h2 button:after,main .suchergebniscontainer div.accordion .accordion-item:has(input:checked) h2 button:after{filter:brightness(0) invert(1)}main article div.accordion.benefit-accordion,main aside div.accordion.benefit-accordion,main .suchergebniscontainer div.accordion.benefit-accordion{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-areas:"t1 t2 t3" "con1 con1 con1" "t4 t5 t6" "con2 con2 con2";margin:0 -150px}main article div.accordion.benefit-accordion .accordion-item,main aside div.accordion.benefit-accordion .accordion-item,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item{display:contents}main article div.accordion.benefit-accordion .accordion-item .accordion-header,main aside div.accordion.benefit-accordion .accordion-item .accordion-header,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item .accordion-header{grid-column:span 1}main article div.accordion.benefit-accordion .accordion-item .accordion-header button,main aside div.accordion.benefit-accordion .accordion-item .accordion-header button,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item .accordion-header button{display:flex;flex-direction:column;justify-content:space-around;text-align:center;height:100%;min-height:200px;border-radius:0 !important}main article div.accordion.benefit-accordion .accordion-item .accordion-header button:before,main aside div.accordion.benefit-accordion .accordion-item .accordion-header button:before,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item .accordion-header button:before{margin:10px;width:120px;height:120px}main article div.accordion.benefit-accordion .accordion-item .accordion-header button:after,main aside div.accordion.benefit-accordion .accordion-item .accordion-header button:after,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item .accordion-header button:after{width:40px;height:40px;margin:0;background-size:contain}main article div.accordion.benefit-accordion .accordion-item .accordion-body,main aside div.accordion.benefit-accordion .accordion-item .accordion-body,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item .accordion-body{padding:20px 150px}main article div.accordion.benefit-accordion .accordion-item:nth-child(1) .accordion-collapse,main article div.accordion.benefit-accordion .accordion-item:nth-child(2) .accordion-collapse,main article div.accordion.benefit-accordion .accordion-item:nth-child(3) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:nth-child(1) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:nth-child(2) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:nth-child(3) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(1) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(2) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(3) .accordion-collapse{grid-area:con1}main article div.accordion.benefit-accordion .accordion-item:nth-child(4) .accordion-collapse,main article div.accordion.benefit-accordion .accordion-item:nth-child(5) .accordion-collapse,main article div.accordion.benefit-accordion .accordion-item:nth-child(6) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:nth-child(4) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:nth-child(5) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:nth-child(6) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(4) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(5) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(6) .accordion-collapse{grid-area:con2}main article div.accordion.benefit-accordion .accordion-item:nth-child(4n) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:nth-child(4n) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(4n) .accordion-collapse{grid-column:1/-1}main article div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button,main aside div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button{background-color:var(--ptb-lightslategrey50)}main article div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:hover,main article div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:not(.collapsed),main article div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:focus,main aside div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:hover,main aside div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:not(.collapsed),main aside div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:focus,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:hover,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:not(.collapsed),main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(even) .accordion-header button:focus{background-color:var(--ptb-lightslategrey)}main article div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button,main aside div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button{background-color:var(--ptb-lightslategrey30)}main article div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:hover,main article div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:not(.collapsed),main article div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:focus,main aside div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:hover,main aside div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:not(.collapsed),main aside div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:focus,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:hover,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:not(.collapsed),main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:nth-child(odd) .accordion-header button:focus{background-color:var(--ptb-lightslategrey)}main article div.accordion.benefit-accordion .accordion-item .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item .accordion-collapse{transition:all ease-in .2s}main article div.accordion.benefit-accordion .accordion-item:not(.show) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:not(.show) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:not(.show) .accordion-collapse{opacity:0}main article div.accordion.benefit-accordion .accordion-item:has(.show) .accordion-collapse,main aside div.accordion.benefit-accordion .accordion-item:has(.show) .accordion-collapse,main .suchergebniscontainer div.accordion.benefit-accordion .accordion-item:has(.show) .accordion-collapse{opacity:1}main article div.accordion.benefit-accordion:not(:has(img)) h4 button,main aside div.accordion.benefit-accordion:not(:has(img)) h4 button,main .suchergebniscontainer div.accordion.benefit-accordion:not(:has(img)) h4 button{font-size:25px}main aside{display:flex;flex-direction:column;gap:10px}main aside div.frame header{margin-bottom:10px}main aside div.frame header:not(:has(.portraitbanner)){border-bottom:solid 1px var(--ptb-midnightblue)}main aside div.frame header h4{font-size:20px;margin-bottom:5px}main aside div.frame ul:has(a[href*=how]){padding:0}main aside div.frame ul:has(a[href*=how]) li{list-style:none;margin-bottom:18px}main aside>div:not(:has(.personenliste)){display:block;padding:10px;margin-bottom:0;background:var(--ptb-lightgrey);border:solid 1px #d9d9d9}main aside>div:not(:has(.personenliste)).faehnchen,main aside>div:not(:has(.personenliste)).closeX{display:none}main aside>div:not(:has(.personenliste)):has(+.tx-dce-container),main aside>div:not(:has(.personenliste)).frame-type-header{background:none;padding:0;margin:0;border:none}main aside>div:not(:has(.personenliste)):has(+.tx-dce-container) header,main aside>div:not(:has(.personenliste)).frame-type-header header{border:none}main aside>div:not(:has(.personenliste)).frame-type-header{margin-top:30px}main aside>div div.offenzeiten{display:flex;align-items:center}main aside>div div.offenzeiten:before{content:"";display:inline-block;min-width:32px;min-height:32px;margin-right:8px;background-position:center;background-size:80%;background-repeat:no-repeat;background-image:url("../Icons/time.svg")}main aside>div div.offenzeiten p{font-size:16px;margin:0}.suchergebniscontainer .ergebnis{position:relative}.suchergebniscontainer .ergebnis .ergebnisse{width:60%}.suchergebniscontainer .ergebnis .ergebnisse .personenliste,.suchergebniscontainer .ergebnis .ergebnisse .fullcontent{display:none}.suchergebniscontainer .ergebnis .ergebnisse li .teasercontent .contact{display:none}.suchergebniscontainer .ergebnis .ergebnisse li.person .teasercontent .shorttext{display:none}.suchergebniscontainer .ergebnis .ergebnisse li:not(:first-child):hover header a,.suchergebniscontainer .ergebnis .ergebnisse li.person:not(:first-child):hover header a{white-space:nowrap;max-width:330px;overflow-x:hidden;text-overflow:ellipsis;display:block}.suchergebniscontainer .ergebnis .ergebnisse li:not(:first-child):hover .contact,.suchergebniscontainer .ergebnis .ergebnisse li:not(:first-child):hover .shorttext,.suchergebniscontainer .ergebnis .ergebnisse li.person:not(:first-child):hover .contact,.suchergebniscontainer .ergebnis .ergebnisse li.person:not(:first-child):hover .shorttext{display:flex}.suchergebniscontainer .ergebnis .ergebnisse li.show:not(.show~.show):hover{margin-top:0px;border-top:none}.suchergebniscontainer .ergebnis .ergebnisse li.show:not(.show~.show) .personenliste{display:block}.suchergebniscontainer .ergebnis .ergebnisse li.show:not(.show~.show) .fullcontent{display:block;position:absolute;top:0;right:0;width:40%;border-left:var(--border);padding:10px}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent{display:flex;justify-content:space-between}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header{margin:0;display:flex;align-items:center;font-family:universreg}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:before{content:"";display:inline-block;min-width:32px;height:32px;margin-right:5px;background-position:center;background-size:80%;background-repeat:no-repeat}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:has(a[href]):before{background-image:url(../Icons/link.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.arbeiten_in_der_ptb:before{background-image:url(../Icons/arbeiteninderptb.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.artikel:before{background-image:url(../Icons/artikel.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.ausserdienstliche_aktivitaeten:before{background-image:url(../Icons/aktivitaet.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.barriere:before{background-image:url(../Icons/barriere.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.contact:before{background-image:url(../Icons/contact.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.dienstleistung:before{background-image:url(../Icons/dienstleistung.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.einrichtung:before{background-image:url(../Icons/einrichtung.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.gastwiss:before{background-image:url(../Icons/gastwiss.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.infrastruktur:before{background-image:url(../Icons/infrastruktur.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.lesen:before{background-image:url(../Icons/lesen.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.link:before{background-image:url(../Icons/link.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.oe:before{background-image:url(../Icons/oe.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.persoenliche_unterstuetzung:before{background-image:url(../Icons/unterstuetzung.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.person:before{background-image:url(../Icons/person.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.time:before{background-image:url(../Icons/time.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.verwaltung:before{background-image:url(../Icons/verwaltung.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.verwaltungsvorgaben:before{background-image:url(../Icons/verwaltung.svg) !important}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header.video:before{background-image:url(../Icons/video.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:has(a[href*="https://uc.ptb.de"]):before{background-image:url(../Icons/telefon.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:has(a[href*="https://chat.ptb.de"]):before{background-image:url(../Icons/chat.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:has(a[href*=mailto]):before{background-image:url(../Icons/email.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:has(a[href*="https://maps.ptb.de"]):before{background-image:url(../Icons/ort.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:has(a[href*="https://oe.ptb.de"]):before{background-image:url(../Icons/oe.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header:has(a[href*="https://tube.ptb.de"]):before{background-image:url(../Icons/video.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent header a{display:flex;align-items:center}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext{gap:5px;margin:0;flex-direction:row;padding:0;background:none;border:none}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact header,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext header{display:none}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p{font-size:0;margin-left:2px;margin-bottom:0;position:relative}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:before{content:"";display:inline-block;min-width:32px;height:32px;margin-right:5px;background-position:center;background-size:80%;background-repeat:no-repeat;margin-right:-2px;border:var(--border)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p.telefon:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p.telefon:before{background-image:url(../Icons/telefon.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p.email:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p.email:before{background-image:url(../Icons/email.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p.chat:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p.chat:before{background-image:url(../Icons/chat.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p.oe:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p.oe:before{background-image:url(../Icons/oe.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p.ort:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p.ort:before{background-image:url(../Icons/ort.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p a,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p a{position:absolute;opacity:0;overflow:hidden;width:100%;height:100%;left:0}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:has(a[href="https://oe.ptb.de"]),.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:has(a[href="https://oe.ptb.de"]){pointer-events:none}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:hover:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:hover:before{background-color:var(--ptb-midnightblue)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:hover.telefon:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:hover.telefon:before{background-image:url(../Icons/telefon_w.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:hover.email:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:hover.email:before{background-image:url(../Icons/email_w.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:hover.chat:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:hover.chat:before{background-image:url(../Icons/chat_w.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:hover.oe:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:hover.oe:before{background-image:url(../Icons/oe_w.svg)}.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .contact p:hover.ort:before,.suchergebniscontainer .ergebnis .ergebnisse .teasercontent .shorttext p:hover.ort:before{background-image:url(../Icons/ort_w.svg)}.longtext img{max-width:570px}main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*="https://uc.ptb.de"]),main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*=mailto]),main.container-fluid div.container-md>article>section.fliesstext ul:has(a[data-mailto-token]),main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*="https://chat.ptb.de"]),main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*="https://maps.ptb.de"]),main.container-fluid div.container-md>article>section.fliesstext ul:has(a){padding:0 0 0 20px}main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*="https://uc.ptb.de"]) li a,main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*=mailto]) li a,main.container-fluid div.container-md>article>section.fliesstext ul:has(a[data-mailto-token]) li a,main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*="https://chat.ptb.de"]) li a,main.container-fluid div.container-md>article>section.fliesstext ul:has(a[href*="https://maps.ptb.de"]) li a,main.container-fluid div.container-md>article>section.fliesstext ul:has(a) li a{max-width:unset}main article p.oe.marker a,main aside p.oe.marker a{pointer-events:none}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)),main div.autolinks a{display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)) span,main div.autolinks a span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)):before,main div.autolinks a:before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/link.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).in-text,main div.autolinks a.in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).in-text:before,main div.autolinks a.in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)):hover,main div.autolinks a:hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)):hover:before,main div.autolinks a:hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).person:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)),main div.autolinks a.person:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).person:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)) span,main div.autolinks a.person:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).person:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)):before,main div.autolinks a.person:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/person.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).person:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)).in-text,main div.autolinks a.person:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).person:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)).in-text:before,main div.autolinks a.person:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).person:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)):hover,main div.autolinks a.person:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img)).person:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img)).person:not(:has(img)):hover:before,main div.autolinks a.person:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="tel:"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)),main div.autolinks a[href*="https://uc.ptb.de"]:not(:has(img)),main div.autolinks a[href^="tel:"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="tel:"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)) span,main div.autolinks a[href*="https://uc.ptb.de"]:not(:has(img)) span,main div.autolinks a[href^="tel:"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):before,main div.autolinks a[href*="https://uc.ptb.de"]:not(:has(img)):before,main div.autolinks a[href^="tel:"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/telefon.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="tel:"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)).in-text,main div.autolinks a[href*="https://uc.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href^="tel:"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="tel:"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)).in-text:before,main div.autolinks a[href*="https://uc.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href^="tel:"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):hover,main div.autolinks a[href*="https://uc.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href^="tel:"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://uc.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="tel:"]:not(:has(img)):hover:before,main div.autolinks a[href*="https://uc.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href^="tel:"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)),main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)) span,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):before,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/chat.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)),main div.autolinks a[href^="https://maps.ptb.de"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)) span,main div.autolinks a[href^="https://maps.ptb.de"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):before,main div.autolinks a[href^="https://maps.ptb.de"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/ort.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href^="https://maps.ptb.de"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href^="https://maps.ptb.de"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href^="https://maps.ptb.de"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://maps.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href^="https://maps.ptb.de"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)),main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)){width:auto;max-width:310px;white-space:nowrap;text-overflow:ellipsis}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)):hover{max-width:unset}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)),main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)) span,main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):before,main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/oe.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://oe.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href^="https://oe.ptb.de"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)),main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)) span,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):before,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/chat.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href^="https://chat.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href^="https://chat.ptb.de"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)),main div.autolinks a[href*="https://tube.ptb.de"]:not(:has(img)),main div.autolinks a[href$=".mp4"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)) span,main div.autolinks a[href*="https://tube.ptb.de"]:not(:has(img)) span,main div.autolinks a[href$=".mp4"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):before,main div.autolinks a[href*="https://tube.ptb.de"]:not(:has(img)):before,main div.autolinks a[href$=".mp4"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/video.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)).in-text,main div.autolinks a[href*="https://tube.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href$=".mp4"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)).in-text:before,main div.autolinks a[href*="https://tube.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".mp4"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):hover,main div.autolinks a[href*="https://tube.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href$=".mp4"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="https://tube.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".mp4"]:not(:has(img)):hover:before,main div.autolinks a[href*="https://tube.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href$=".mp4"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)),main div.autolinks a[href*="intranet.ptb.de"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)) span,main div.autolinks a[href*="intranet.ptb.de"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):before,main div.autolinks a[href*="intranet.ptb.de"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/internal-link.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href*="intranet.ptb.de"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href*="intranet.ptb.de"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href*="intranet.ptb.de"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="intranet.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href*="intranet.ptb.de"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=moodle]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)),main div.autolinks a[href*=moodle]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=moodle]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)) span,main div.autolinks a[href*=moodle]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=moodle]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)):before,main div.autolinks a[href*=moodle]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/moodle.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=moodle]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)).in-text,main div.autolinks a[href*=moodle]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=moodle]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)).in-text:before,main div.autolinks a[href*=moodle]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=moodle]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)):hover,main div.autolinks a[href*=moodle]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=moodle]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=moodle]:not(:has(img)):hover:before,main div.autolinks a[href*=moodle]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=dfn]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=webex]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)),main div.autolinks a[href*=dfn]:not(:has(img)),main div.autolinks a[href*="vc.ptb.de"]:not(:has(img)),main div.autolinks a[href*=webex]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=dfn]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=webex]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)) span,main div.autolinks a[href*=dfn]:not(:has(img)) span,main div.autolinks a[href*="vc.ptb.de"]:not(:has(img)) span,main div.autolinks a[href*=webex]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=dfn]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=webex]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)):before,main div.autolinks a[href*=dfn]:not(:has(img)):before,main div.autolinks a[href*="vc.ptb.de"]:not(:has(img)):before,main div.autolinks a[href*=webex]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/vk.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=dfn]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=webex]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)).in-text,main div.autolinks a[href*=dfn]:not(:has(img)).in-text,main div.autolinks a[href*="vc.ptb.de"]:not(:has(img)).in-text,main div.autolinks a[href*=webex]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=dfn]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=webex]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)).in-text:before,main div.autolinks a[href*=dfn]:not(:has(img)).in-text:before,main div.autolinks a[href*="vc.ptb.de"]:not(:has(img)).in-text:before,main div.autolinks a[href*=webex]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=dfn]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=webex]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)):hover,main div.autolinks a[href*=dfn]:not(:has(img)):hover,main div.autolinks a[href*="vc.ptb.de"]:not(:has(img)):hover,main div.autolinks a[href*=webex]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=dfn]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href*=webex]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=dfn]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*="vc.ptb.de"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href*=webex]:not(:has(img)):hover:before,main div.autolinks a[href*=dfn]:not(:has(img)):hover:before,main div.autolinks a[href*="vc.ptb.de"]:not(:has(img)):hover:before,main div.autolinks a[href*=webex]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)),main div.autolinks a[href$=".pdf"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)) span,main div.autolinks a[href$=".pdf"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):before,main div.autolinks a[href$=".pdf"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/pdf.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)).in-text,main div.autolinks a[href$=".pdf"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".pdf"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):hover,main div.autolinks a[href$=".pdf"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pdf"]:not(:has(img)):hover:before,main div.autolinks a[href$=".pdf"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".zip"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".rar"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)),main div.autolinks a[href$=".zip"]:not(:has(img)),main div.autolinks a[href$=".rar"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".zip"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".rar"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)) span,main div.autolinks a[href$=".zip"]:not(:has(img)) span,main div.autolinks a[href$=".rar"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):before,main div.autolinks a[href$=".zip"]:not(:has(img)):before,main div.autolinks a[href$=".rar"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/zip.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".zip"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".rar"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)).in-text,main div.autolinks a[href$=".zip"]:not(:has(img)).in-text,main div.autolinks a[href$=".rar"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".zip"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".rar"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".zip"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".rar"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):hover,main div.autolinks a[href$=".zip"]:not(:has(img)):hover,main div.autolinks a[href$=".rar"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".zip"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".rar"]:not(:has(img)):hover:before,main div.autolinks a[href$=".zip"]:not(:has(img)):hover:before,main div.autolinks a[href$=".rar"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".docx"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".doc"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dot"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)),main div.autolinks a[href$=".docx"]:not(:has(img)),main div.autolinks a[href$=".doc"]:not(:has(img)),main div.autolinks a[href$=".dotx"]:not(:has(img)),main div.autolinks a[href$=".dot"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".docx"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".doc"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dot"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)) span,main div.autolinks a[href$=".docx"]:not(:has(img)) span,main div.autolinks a[href$=".doc"]:not(:has(img)) span,main div.autolinks a[href$=".dotx"]:not(:has(img)) span,main div.autolinks a[href$=".dot"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):before,main div.autolinks a[href$=".docx"]:not(:has(img)):before,main div.autolinks a[href$=".doc"]:not(:has(img)):before,main div.autolinks a[href$=".dotx"]:not(:has(img)):before,main div.autolinks a[href$=".dot"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/word.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".docx"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".doc"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dot"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)).in-text,main div.autolinks a[href$=".docx"]:not(:has(img)).in-text,main div.autolinks a[href$=".doc"]:not(:has(img)).in-text,main div.autolinks a[href$=".dotx"]:not(:has(img)).in-text,main div.autolinks a[href$=".dot"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".docx"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".doc"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dot"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".docx"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".doc"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".dotx"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".dot"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):hover,main div.autolinks a[href$=".docx"]:not(:has(img)):hover,main div.autolinks a[href$=".doc"]:not(:has(img)):hover,main div.autolinks a[href$=".dotx"]:not(:has(img)):hover,main div.autolinks a[href$=".dot"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".docx"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".doc"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dotx"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".dot"]:not(:has(img)):hover:before,main div.autolinks a[href$=".docx"]:not(:has(img)):hover:before,main div.autolinks a[href$=".doc"]:not(:has(img)):hover:before,main div.autolinks a[href$=".dotx"]:not(:has(img)):hover:before,main div.autolinks a[href$=".dot"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xls"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)),main div.autolinks a[href$=".xlsx"]:not(:has(img)),main div.autolinks a[href$=".xls"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xls"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)) span,main div.autolinks a[href$=".xlsx"]:not(:has(img)) span,main div.autolinks a[href$=".xls"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):before,main div.autolinks a[href$=".xlsx"]:not(:has(img)):before,main div.autolinks a[href$=".xls"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/excel.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xls"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)).in-text,main div.autolinks a[href$=".xlsx"]:not(:has(img)).in-text,main div.autolinks a[href$=".xls"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xls"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".xlsx"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".xls"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):hover,main div.autolinks a[href$=".xlsx"]:not(:has(img)):hover,main div.autolinks a[href$=".xls"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xlsx"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".xls"]:not(:has(img)):hover:before,main div.autolinks a[href$=".xlsx"]:not(:has(img)):hover:before,main div.autolinks a[href$=".xls"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)),main div.autolinks a[href$=".pptx"]:not(:has(img)),main div.autolinks a[href$=".ppt"]:not(:has(img)),main div.autolinks a[href$=".ppsx"]:not(:has(img)),main div.autolinks a[href$=".ppt"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)) span,main div.autolinks a[href$=".pptx"]:not(:has(img)) span,main div.autolinks a[href$=".ppt"]:not(:has(img)) span,main div.autolinks a[href$=".ppsx"]:not(:has(img)) span,main div.autolinks a[href$=".ppt"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):before,main div.autolinks a[href$=".pptx"]:not(:has(img)):before,main div.autolinks a[href$=".ppt"]:not(:has(img)):before,main div.autolinks a[href$=".ppsx"]:not(:has(img)):before,main div.autolinks a[href$=".ppt"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/powerpoint.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text,main div.autolinks a[href$=".pptx"]:not(:has(img)).in-text,main div.autolinks a[href$=".ppt"]:not(:has(img)).in-text,main div.autolinks a[href$=".ppsx"]:not(:has(img)).in-text,main div.autolinks a[href$=".ppt"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".pptx"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".ppt"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".ppsx"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".ppt"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover,main div.autolinks a[href$=".pptx"]:not(:has(img)):hover,main div.autolinks a[href$=".ppt"]:not(:has(img)):hover,main div.autolinks a[href$=".ppsx"]:not(:has(img)):hover,main div.autolinks a[href$=".ppt"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".pptx"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppsx"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ppt"]:not(:has(img)):hover:before,main div.autolinks a[href$=".pptx"]:not(:has(img)):hover:before,main div.autolinks a[href$=".ppt"]:not(:has(img)):hover:before,main div.autolinks a[href$=".ppsx"]:not(:has(img)):hover:before,main div.autolinks a[href$=".ppt"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)),main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ics"]:not(:has(img)),main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)),main div.autolinks a[href$=".ics"]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)) span,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ics"]:not(:has(img)) span,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)) span,main div.autolinks a[href$=".ics"]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):before,main div.autolinks a[href$=".ics"]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/date.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)).in-text,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ics"]:not(:has(img)).in-text,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)).in-text,main div.autolinks a[href$=".ics"]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)).in-text:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ics"]:not(:has(img)).in-text:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)).in-text:before,main div.autolinks a[href$=".ics"]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):hover,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):hover,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):hover,main div.autolinks a[href$=".ics"]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):hover:before,main .suchergebniscontainer:not(:has(*.no-anchor-styling)) .contact a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):hover:before,main aside:not(:has(*.no-anchor-styling)) a[href]:not(:has(img))[href$=".ics"]:not(:has(img)):hover:before,main div.autolinks a[href$=".ics"]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)),main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)),main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)),main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)),main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)){width:auto;max-width:310px;white-space:nowrap;text-overflow:ellipsis}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover,main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover,main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover{max-width:unset}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)),main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)),main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)),main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)),main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)),main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)){display:inline-flex;align-items:center;position:relative;text-decoration:none;font-family:universreg;background:var(--ptb-lightgrey);padding:3px 5px;border-radius:4px;font-size:16px;border:solid 1px rgba(0,32,57,.2509803922);overflow:hidden}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)) span,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)) span,main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)) span,main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)) span,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)) span,main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)) span{font-family:universreg;font-size:16px}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):before,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):before,main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):before,main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):before,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):before,main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/email.svg)}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)).in-text,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)).in-text,main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)).in-text,main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)).in-text,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)).in-text,main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)).in-text{padding:1px 4px 1px 2px;font-size:16px;line-height:18px;position:relative;top:5px}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)).in-text:before,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)).in-text:before,main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)).in-text:before,main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)).in-text:before,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)).in-text:before,main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)).in-text:before{min-width:20px;min-height:20px;margin-right:5px;border-right:solid 1px rgba(0,32,57,0.2509803922)}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover,main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover,main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover,main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover{background-color:var(--ptb-midnightblue);color:#fff}main article div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover:before,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover:before,main aside div.frame:not(:has(*.no-anchor-styling)) a[href^="mailto:"]:not(:has(img)):hover:before,main article div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover:before,main .suchergebniscontainer div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover:before,main aside div.frame:not(:has(*.no-anchor-styling)) a[data-mailto-token]:not(:has(img)):hover:before{filter:brightness(0) invert(1)}main a[href*="/artikel"]:before{background-image:url(../Icons/artikel.svg) !important}main a[href*="/arbeiten-in-der-ptb"]:before{background-image:url(../Icons/arbeiteninderptb.svg) !important}main a[href*="/personalmanagement"]:before{background-image:url(../Icons/person.svg) !important}main a[href*="/infrastruktur"]:before{background-image:url(../Icons/infrastruktur.svg) !important}main a[href*="/einrichtung"]:before{background-image:url(../Icons/einrichtung.svg) !important}main a[href*="/persoenliche-unterstuetzung"]:before{background-image:url(../Icons/persoenlicheunterstuetzung.svg) !important}main a[href*="/ausserdienstliche-aktivitaeten"]:before{background-image:url(../Icons/aktivitaet.svg) !important}main a[href*="/hinweise"]:before{background-image:url(../Icons/information.svg) !important}main article a:has(img),main aside a:has(img){position:relative}main article a.lightbox:has(img)::after,main aside a.lightbox:has(img)::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;background-color:hsla(0,0%,100%,.9);background-image:url(../Icons/zoom-in.svg);background-size:70%;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .3s ease;pointer-events:none}main article a:has(img):hover::after,main aside a:has(img):hover::after{opacity:1}.person-section,.personenliste{display:flex;flex-direction:column;gap:10px}aside .container-md.hauptobjekt.person,aside section.contact.search-ignore,aside section.open-section,aside section.ort-section,aside section.link-section,aside section.ptb24_greybox,.suchergebniscontainer .container-md.hauptobjekt.person,.suchergebniscontainer section.contact.search-ignore,.suchergebniscontainer section.open-section,.suchergebniscontainer section.ort-section,.suchergebniscontainer section.link-section,.suchergebniscontainer section.ptb24_greybox,.howtokontakt .container-md.hauptobjekt.person,.howtokontakt section.contact.search-ignore,.howtokontakt section.open-section,.howtokontakt section.ort-section,.howtokontakt section.link-section,.howtokontakt section.ptb24_greybox,.personenliste .container-md.hauptobjekt.person,.personenliste section.contact.search-ignore,.personenliste section.open-section,.personenliste section.ort-section,.personenliste section.link-section,.personenliste section.ptb24_greybox{display:block;padding:10px;background:#ecf2f6;border:solid 1px #d9d9d9;max-height:max-content;width:335px;max-width:335px;margin:0}aside .container-md.hauptobjekt.person:has(~section.ptb24_greybox),aside section.contact.search-ignore:has(~section.ptb24_greybox),aside section.open-section:has(~section.ptb24_greybox),aside section.ort-section:has(~section.ptb24_greybox),aside section.link-section:has(~section.ptb24_greybox),aside section.ptb24_greybox:has(~section.ptb24_greybox),.suchergebniscontainer .container-md.hauptobjekt.person:has(~section.ptb24_greybox),.suchergebniscontainer section.contact.search-ignore:has(~section.ptb24_greybox),.suchergebniscontainer section.open-section:has(~section.ptb24_greybox),.suchergebniscontainer section.ort-section:has(~section.ptb24_greybox),.suchergebniscontainer section.link-section:has(~section.ptb24_greybox),.suchergebniscontainer section.ptb24_greybox:has(~section.ptb24_greybox),.howtokontakt .container-md.hauptobjekt.person:has(~section.ptb24_greybox),.howtokontakt section.contact.search-ignore:has(~section.ptb24_greybox),.howtokontakt section.open-section:has(~section.ptb24_greybox),.howtokontakt section.ort-section:has(~section.ptb24_greybox),.howtokontakt section.link-section:has(~section.ptb24_greybox),.howtokontakt section.ptb24_greybox:has(~section.ptb24_greybox),.personenliste .container-md.hauptobjekt.person:has(~section.ptb24_greybox),.personenliste section.contact.search-ignore:has(~section.ptb24_greybox),.personenliste section.open-section:has(~section.ptb24_greybox),.personenliste section.ort-section:has(~section.ptb24_greybox),.personenliste section.link-section:has(~section.ptb24_greybox),.personenliste section.ptb24_greybox:has(~section.ptb24_greybox){margin-bottom:10px}aside .container-md.hauptobjekt.person h4,aside section.contact.search-ignore h4,aside section.open-section h4,aside section.ort-section h4,aside section.link-section h4,aside section.ptb24_greybox h4,.suchergebniscontainer .container-md.hauptobjekt.person h4,.suchergebniscontainer section.contact.search-ignore h4,.suchergebniscontainer section.open-section h4,.suchergebniscontainer section.ort-section h4,.suchergebniscontainer section.link-section h4,.suchergebniscontainer section.ptb24_greybox h4,.howtokontakt .container-md.hauptobjekt.person h4,.howtokontakt section.contact.search-ignore h4,.howtokontakt section.open-section h4,.howtokontakt section.ort-section h4,.howtokontakt section.link-section h4,.howtokontakt section.ptb24_greybox h4,.personenliste .container-md.hauptobjekt.person h4,.personenliste section.contact.search-ignore h4,.personenliste section.open-section h4,.personenliste section.ort-section h4,.personenliste section.link-section h4,.personenliste section.ptb24_greybox h4{border-bottom:solid 1px var(--ptb-midnightblue);margin-bottom:15px}aside .container-md.hauptobjekt.person section,aside section.contact.search-ignore section,aside section.open-section section,aside section.ort-section section,aside section.link-section section,aside section.ptb24_greybox section,.suchergebniscontainer .container-md.hauptobjekt.person section,.suchergebniscontainer section.contact.search-ignore section,.suchergebniscontainer section.open-section section,.suchergebniscontainer section.ort-section section,.suchergebniscontainer section.link-section section,.suchergebniscontainer section.ptb24_greybox section,.howtokontakt .container-md.hauptobjekt.person section,.howtokontakt section.contact.search-ignore section,.howtokontakt section.open-section section,.howtokontakt section.ort-section section,.howtokontakt section.link-section section,.howtokontakt section.ptb24_greybox section,.personenliste .container-md.hauptobjekt.person section,.personenliste section.contact.search-ignore section,.personenliste section.open-section section,.personenliste section.ort-section section,.personenliste section.link-section section,.personenliste section.ptb24_greybox section{margin:0}aside .container-md.hauptobjekt.person header.person,aside section.contact.search-ignore header.person,aside section.open-section header.person,aside section.ort-section header.person,aside section.link-section header.person,aside section.ptb24_greybox header.person,.suchergebniscontainer .container-md.hauptobjekt.person header.person,.suchergebniscontainer section.contact.search-ignore header.person,.suchergebniscontainer section.open-section header.person,.suchergebniscontainer section.ort-section header.person,.suchergebniscontainer section.link-section header.person,.suchergebniscontainer section.ptb24_greybox header.person,.howtokontakt .container-md.hauptobjekt.person header.person,.howtokontakt section.contact.search-ignore header.person,.howtokontakt section.open-section header.person,.howtokontakt section.ort-section header.person,.howtokontakt section.link-section header.person,.howtokontakt section.ptb24_greybox header.person,.personenliste .container-md.hauptobjekt.person header.person,.personenliste section.contact.search-ignore header.person,.personenliste section.open-section header.person,.personenliste section.ort-section header.person,.personenliste section.link-section header.person,.personenliste section.ptb24_greybox header.person{margin-bottom:10px}aside .container-md.hauptobjekt.person header.person:not(:has(.portraitbanner)),aside section.contact.search-ignore header.person:not(:has(.portraitbanner)),aside section.open-section header.person:not(:has(.portraitbanner)),aside section.ort-section header.person:not(:has(.portraitbanner)),aside section.link-section header.person:not(:has(.portraitbanner)),aside section.ptb24_greybox header.person:not(:has(.portraitbanner)),.suchergebniscontainer .container-md.hauptobjekt.person header.person:not(:has(.portraitbanner)),.suchergebniscontainer section.contact.search-ignore header.person:not(:has(.portraitbanner)),.suchergebniscontainer section.open-section header.person:not(:has(.portraitbanner)),.suchergebniscontainer section.ort-section header.person:not(:has(.portraitbanner)),.suchergebniscontainer section.link-section header.person:not(:has(.portraitbanner)),.suchergebniscontainer section.ptb24_greybox header.person:not(:has(.portraitbanner)),.howtokontakt .container-md.hauptobjekt.person header.person:not(:has(.portraitbanner)),.howtokontakt section.contact.search-ignore header.person:not(:has(.portraitbanner)),.howtokontakt section.open-section header.person:not(:has(.portraitbanner)),.howtokontakt section.ort-section header.person:not(:has(.portraitbanner)),.howtokontakt section.link-section header.person:not(:has(.portraitbanner)),.howtokontakt section.ptb24_greybox header.person:not(:has(.portraitbanner)),.personenliste .container-md.hauptobjekt.person header.person:not(:has(.portraitbanner)),.personenliste section.contact.search-ignore header.person:not(:has(.portraitbanner)),.personenliste section.open-section header.person:not(:has(.portraitbanner)),.personenliste section.ort-section header.person:not(:has(.portraitbanner)),.personenliste section.link-section header.person:not(:has(.portraitbanner)),.personenliste section.ptb24_greybox header.person:not(:has(.portraitbanner)){border-bottom:solid 1px var(--ptb-midnightblue)}aside .container-md.hauptobjekt.person header.person h2,aside section.contact.search-ignore header.person h2,aside section.open-section header.person h2,aside section.ort-section header.person h2,aside section.link-section header.person h2,aside section.ptb24_greybox header.person h2,.suchergebniscontainer .container-md.hauptobjekt.person header.person h2,.suchergebniscontainer section.contact.search-ignore header.person h2,.suchergebniscontainer section.open-section header.person h2,.suchergebniscontainer section.ort-section header.person h2,.suchergebniscontainer section.link-section header.person h2,.suchergebniscontainer section.ptb24_greybox header.person h2,.howtokontakt .container-md.hauptobjekt.person header.person h2,.howtokontakt section.contact.search-ignore header.person h2,.howtokontakt section.open-section header.person h2,.howtokontakt section.ort-section header.person h2,.howtokontakt section.link-section header.person h2,.howtokontakt section.ptb24_greybox header.person h2,.personenliste .container-md.hauptobjekt.person header.person h2,.personenliste section.contact.search-ignore header.person h2,.personenliste section.open-section header.person h2,.personenliste section.ort-section header.person h2,.personenliste section.link-section header.person h2,.personenliste section.ptb24_greybox header.person h2{margin:0;line-height:0;margin-bottom:10px}aside .container-md.hauptobjekt.person header.person h2 a.person,aside section.contact.search-ignore header.person h2 a.person,aside section.open-section header.person h2 a.person,aside section.ort-section header.person h2 a.person,aside section.link-section header.person h2 a.person,aside section.ptb24_greybox header.person h2 a.person,.suchergebniscontainer .container-md.hauptobjekt.person header.person h2 a.person,.suchergebniscontainer section.contact.search-ignore header.person h2 a.person,.suchergebniscontainer section.open-section header.person h2 a.person,.suchergebniscontainer section.ort-section header.person h2 a.person,.suchergebniscontainer section.link-section header.person h2 a.person,.suchergebniscontainer section.ptb24_greybox header.person h2 a.person,.howtokontakt .container-md.hauptobjekt.person header.person h2 a.person,.howtokontakt section.contact.search-ignore header.person h2 a.person,.howtokontakt section.open-section header.person h2 a.person,.howtokontakt section.ort-section header.person h2 a.person,.howtokontakt section.link-section header.person h2 a.person,.howtokontakt section.ptb24_greybox header.person h2 a.person,.personenliste .container-md.hauptobjekt.person header.person h2 a.person,.personenliste section.contact.search-ignore header.person h2 a.person,.personenliste section.open-section header.person h2 a.person,.personenliste section.ort-section header.person h2 a.person,.personenliste section.link-section header.person h2 a.person,.personenliste section.ptb24_greybox header.person h2 a.person{font-size:20px;line-height:20px;font-family:universheavy;pointer-events:none}aside .container-md.hauptobjekt.person header.person .portraitbanner,aside section.contact.search-ignore header.person .portraitbanner,aside section.open-section header.person .portraitbanner,aside section.ort-section header.person .portraitbanner,aside section.link-section header.person .portraitbanner,aside section.ptb24_greybox header.person .portraitbanner,.suchergebniscontainer .container-md.hauptobjekt.person header.person .portraitbanner,.suchergebniscontainer section.contact.search-ignore header.person .portraitbanner,.suchergebniscontainer section.open-section header.person .portraitbanner,.suchergebniscontainer section.ort-section header.person .portraitbanner,.suchergebniscontainer section.link-section header.person .portraitbanner,.suchergebniscontainer section.ptb24_greybox header.person .portraitbanner,.howtokontakt .container-md.hauptobjekt.person header.person .portraitbanner,.howtokontakt section.contact.search-ignore header.person .portraitbanner,.howtokontakt section.open-section header.person .portraitbanner,.howtokontakt section.ort-section header.person .portraitbanner,.howtokontakt section.link-section header.person .portraitbanner,.howtokontakt section.ptb24_greybox header.person .portraitbanner,.personenliste .container-md.hauptobjekt.person header.person .portraitbanner,.personenliste section.contact.search-ignore header.person .portraitbanner,.personenliste section.open-section header.person .portraitbanner,.personenliste section.ort-section header.person .portraitbanner,.personenliste section.link-section header.person .portraitbanner,.personenliste section.ptb24_greybox header.person .portraitbanner{margin:0 -11px;background:url("../Images/portaitbanner_bg.jpg") center/cover;height:150px;padding-left:140px;border-top:solid 1px var(--ptb-midnightblue);border-bottom:solid 1px var(--ptb-midnightblue);overflow:hidden}aside .container-md.hauptobjekt.person header.person .portraitbanner img,aside section.contact.search-ignore header.person .portraitbanner img,aside section.open-section header.person .portraitbanner img,aside section.ort-section header.person .portraitbanner img,aside section.link-section header.person .portraitbanner img,aside section.ptb24_greybox header.person .portraitbanner img,.suchergebniscontainer .container-md.hauptobjekt.person header.person .portraitbanner img,.suchergebniscontainer section.contact.search-ignore header.person .portraitbanner img,.suchergebniscontainer section.open-section header.person .portraitbanner img,.suchergebniscontainer section.ort-section header.person .portraitbanner img,.suchergebniscontainer section.link-section header.person .portraitbanner img,.suchergebniscontainer section.ptb24_greybox header.person .portraitbanner img,.howtokontakt .container-md.hauptobjekt.person header.person .portraitbanner img,.howtokontakt section.contact.search-ignore header.person .portraitbanner img,.howtokontakt section.open-section header.person .portraitbanner img,.howtokontakt section.ort-section header.person .portraitbanner img,.howtokontakt section.link-section header.person .portraitbanner img,.howtokontakt section.ptb24_greybox header.person .portraitbanner img,.personenliste .container-md.hauptobjekt.person header.person .portraitbanner img,.personenliste section.contact.search-ignore header.person .portraitbanner img,.personenliste section.open-section header.person .portraitbanner img,.personenliste section.ort-section header.person .portraitbanner img,.personenliste section.link-section header.person .portraitbanner img,.personenliste section.ptb24_greybox header.person .portraitbanner img{width:auto;height:148px}aside .container-md.hauptobjekt.person div.divider,aside section.contact.search-ignore div.divider,aside section.open-section div.divider,aside section.ort-section div.divider,aside section.link-section div.divider,aside section.ptb24_greybox div.divider,.suchergebniscontainer .container-md.hauptobjekt.person div.divider,.suchergebniscontainer section.contact.search-ignore div.divider,.suchergebniscontainer section.open-section div.divider,.suchergebniscontainer section.ort-section div.divider,.suchergebniscontainer section.link-section div.divider,.suchergebniscontainer section.ptb24_greybox div.divider,.howtokontakt .container-md.hauptobjekt.person div.divider,.howtokontakt section.contact.search-ignore div.divider,.howtokontakt section.open-section div.divider,.howtokontakt section.ort-section div.divider,.howtokontakt section.link-section div.divider,.howtokontakt section.ptb24_greybox div.divider,.personenliste .container-md.hauptobjekt.person div.divider,.personenliste section.contact.search-ignore div.divider,.personenliste section.open-section div.divider,.personenliste section.ort-section div.divider,.personenliste section.link-section div.divider,.personenliste section.ptb24_greybox div.divider{border-bottom:solid 1px var(--ptb-lightslategrey)}aside .container-md.hauptobjekt.person div.divider h5,aside section.contact.search-ignore div.divider h5,aside section.open-section div.divider h5,aside section.ort-section div.divider h5,aside section.link-section div.divider h5,aside section.ptb24_greybox div.divider h5,.suchergebniscontainer .container-md.hauptobjekt.person div.divider h5,.suchergebniscontainer section.contact.search-ignore div.divider h5,.suchergebniscontainer section.open-section div.divider h5,.suchergebniscontainer section.ort-section div.divider h5,.suchergebniscontainer section.link-section div.divider h5,.suchergebniscontainer section.ptb24_greybox div.divider h5,.howtokontakt .container-md.hauptobjekt.person div.divider h5,.howtokontakt section.contact.search-ignore div.divider h5,.howtokontakt section.open-section div.divider h5,.howtokontakt section.ort-section div.divider h5,.howtokontakt section.link-section div.divider h5,.howtokontakt section.ptb24_greybox div.divider h5,.personenliste .container-md.hauptobjekt.person div.divider h5,.personenliste section.contact.search-ignore div.divider h5,.personenliste section.open-section div.divider h5,.personenliste section.ort-section div.divider h5,.personenliste section.link-section div.divider h5,.personenliste section.ptb24_greybox div.divider h5{margin:5px 0}aside .container-md.hauptobjekt.person div.divider p:last-child,aside section.contact.search-ignore div.divider p:last-child,aside section.open-section div.divider p:last-child,aside section.ort-section div.divider p:last-child,aside section.link-section div.divider p:last-child,aside section.ptb24_greybox div.divider p:last-child,.suchergebniscontainer .container-md.hauptobjekt.person div.divider p:last-child,.suchergebniscontainer section.contact.search-ignore div.divider p:last-child,.suchergebniscontainer section.open-section div.divider p:last-child,.suchergebniscontainer section.ort-section div.divider p:last-child,.suchergebniscontainer section.link-section div.divider p:last-child,.suchergebniscontainer section.ptb24_greybox div.divider p:last-child,.howtokontakt .container-md.hauptobjekt.person div.divider p:last-child,.howtokontakt section.contact.search-ignore div.divider p:last-child,.howtokontakt section.open-section div.divider p:last-child,.howtokontakt section.ort-section div.divider p:last-child,.howtokontakt section.link-section div.divider p:last-child,.howtokontakt section.ptb24_greybox div.divider p:last-child,.personenliste .container-md.hauptobjekt.person div.divider p:last-child,.personenliste section.contact.search-ignore div.divider p:last-child,.personenliste section.open-section div.divider p:last-child,.personenliste section.ort-section div.divider p:last-child,.personenliste section.link-section div.divider p:last-child,.personenliste section.ptb24_greybox div.divider p:last-child{margin-bottom:5px}.rubriken{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rubriken header{margin:10px 0}.rubriken header h2{font-size:20px}.tx-sf-event-mgt div.container-fluid,.tx-powermail div.container-fluid,div.frame:has(fieldset) div.container-fluid{padding:0}.tx-sf-event-mgt .event-list-item,.tx-powermail .event-list-item,div.frame:has(fieldset) .event-list-item{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tx-sf-event-mgt .event-list-item:nth-child(even) .image-container,.tx-powermail .event-list-item:nth-child(even) .image-container,div.frame:has(fieldset) .event-list-item:nth-child(even) .image-container{grid-column:1}.tx-sf-event-mgt .event-list-item:has(.image-container),.tx-sf-event-mgt .event-list-item:has(.header-container),.tx-powermail .event-list-item:has(.image-container),.tx-powermail .event-list-item:has(.header-container),div.frame:has(fieldset) .event-list-item:has(.image-container),div.frame:has(fieldset) .event-list-item:has(.header-container){grid-template-areas:"title title" "image content";margin:0px -150px;gap:10px 25px}.tx-sf-event-mgt .event-list-item:has(.image-container):nth-child(odd),.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd),.tx-powermail .event-list-item:has(.image-container):nth-child(odd),.tx-powermail .event-list-item:has(.header-container):nth-child(odd),div.frame:has(fieldset) .event-list-item:has(.image-container):nth-child(odd),div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd){grid-template-areas:"title title" "content image";background:var(--ptb-lightslategrey20)}.tx-sf-event-mgt .event-list-item:has(.image-container):nth-child(odd) .content-container,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .content-container,.tx-powermail .event-list-item:has(.image-container):nth-child(odd) .content-container,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .content-container,div.frame:has(fieldset) .event-list-item:has(.image-container):nth-child(odd) .content-container,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .content-container{padding-left:25px}.tx-sf-event-mgt .event-list-item:has(.image-container):nth-child(odd) .content-container .availableSlots,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .content-container .availableSlots,.tx-powermail .event-list-item:has(.image-container):nth-child(odd) .content-container .availableSlots,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .content-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.image-container):nth-child(odd) .content-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .content-container .availableSlots{margin:0 -25px 5px -25px;padding:5px 25px 5px 25px}.tx-sf-event-mgt .event-list-item:has(.image-container):nth-child(even) .content-container,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .content-container,.tx-powermail .event-list-item:has(.image-container):nth-child(even) .content-container,.tx-powermail .event-list-item:has(.header-container):nth-child(even) .content-container,div.frame:has(fieldset) .event-list-item:has(.image-container):nth-child(even) .content-container,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .content-container{padding-right:25px}.tx-sf-event-mgt .event-list-item:has(.image-container) .header-container,.tx-sf-event-mgt .event-list-item:has(.header-container) .header-container,.tx-powermail .event-list-item:has(.image-container) .header-container,.tx-powermail .event-list-item:has(.header-container) .header-container,div.frame:has(fieldset) .event-list-item:has(.image-container) .header-container,div.frame:has(fieldset) .event-list-item:has(.header-container) .header-container{grid-area:title;margin:0}.tx-sf-event-mgt .event-list-item:has(.image-container) .header-container h4,.tx-sf-event-mgt .event-list-item:has(.header-container) .header-container h4,.tx-powermail .event-list-item:has(.image-container) .header-container h4,.tx-powermail .event-list-item:has(.header-container) .header-container h4,div.frame:has(fieldset) .event-list-item:has(.image-container) .header-container h4,div.frame:has(fieldset) .event-list-item:has(.header-container) .header-container h4{margin:0}.tx-sf-event-mgt .event-list-item:has(.image-container) .image-container,.tx-sf-event-mgt .event-list-item:has(.header-container) .image-container,.tx-powermail .event-list-item:has(.image-container) .image-container,.tx-powermail .event-list-item:has(.header-container) .image-container,div.frame:has(fieldset) .event-list-item:has(.image-container) .image-container,div.frame:has(fieldset) .event-list-item:has(.header-container) .image-container{grid-area:image}.tx-sf-event-mgt .event-list-item:has(.image-container) .content-container,.tx-sf-event-mgt .event-list-item:has(.header-container) .content-container,.tx-powermail .event-list-item:has(.image-container) .content-container,.tx-powermail .event-list-item:has(.header-container) .content-container,div.frame:has(fieldset) .event-list-item:has(.image-container) .content-container,div.frame:has(fieldset) .event-list-item:has(.header-container) .content-container{grid-area:content}.tx-sf-event-mgt .event-list-item:has(.image-container) .content-container .availableSlots,.tx-sf-event-mgt .event-list-item:has(.header-container) .content-container .availableSlots,.tx-powermail .event-list-item:has(.image-container) .content-container .availableSlots,.tx-powermail .event-list-item:has(.header-container) .content-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.image-container) .content-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.header-container) .content-container .availableSlots{background:var(--ptb-lightslategrey30);margin:5px -25px 10px -25px;padding:5px 25px 5px 25px}.tx-sf-event-mgt .event-list-item:has(.image-container) .event-full,.tx-sf-event-mgt .event-list-item:has(.header-container) .event-full,.tx-powermail .event-list-item:has(.image-container) .event-full,.tx-powermail .event-list-item:has(.header-container) .event-full,div.frame:has(fieldset) .event-list-item:has(.image-container) .event-full,div.frame:has(fieldset) .event-list-item:has(.header-container) .event-full{border:solid 2px var(--ptb-crimson);padding:5px 23px;background:var(--ptb-crimson20)}.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd),.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even),.tx-powermail .event-list-item:has(.header-container):nth-child(odd),.tx-powermail .event-list-item:has(.header-container):nth-child(even),div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd),div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even){grid-template-areas:"title title" "content content";padding:20px 150px}.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .header-container,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .content-container,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .header-container,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .content-container,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .header-container,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .content-container,.tx-powermail .event-list-item:has(.header-container):nth-child(even) .header-container,.tx-powermail .event-list-item:has(.header-container):nth-child(even) .content-container,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .header-container,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .content-container,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .header-container,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .content-container{padding-left:0}.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .header-container .availableSlots,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .content-container .availableSlots,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .header-container .availableSlots,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .content-container .availableSlots,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .header-container .availableSlots,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .content-container .availableSlots,.tx-powermail .event-list-item:has(.header-container):nth-child(even) .header-container .availableSlots,.tx-powermail .event-list-item:has(.header-container):nth-child(even) .content-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .header-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .content-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .header-container .availableSlots,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .content-container .availableSlots{margin:10px 0}.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .header-container .event-waitlist,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .content-container .event-waitlist,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .header-container .event-waitlist,.tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .content-container .event-waitlist,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .header-container .event-waitlist,.tx-powermail .event-list-item:has(.header-container):nth-child(odd) .content-container .event-waitlist,.tx-powermail .event-list-item:has(.header-container):nth-child(even) .header-container .event-waitlist,.tx-powermail .event-list-item:has(.header-container):nth-child(even) .content-container .event-waitlist,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .header-container .event-waitlist,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .content-container .event-waitlist,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .header-container .event-waitlist,div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .content-container .event-waitlist{border:solid 2px var(--ptb-yellow);padding:5px 23px;background:var(--ptb-yellow20)}.tx-sf-event-mgt div.event-calendar,.tx-powermail div.event-calendar,div.frame:has(fieldset) div.event-calendar{margin:0 -150px;padding:0 20px;width:unset}.tx-sf-event-mgt div.event-calendar ul li,.tx-sf-event-mgt div.event-calendar ul li *,.tx-powermail div.event-calendar ul li,.tx-powermail div.event-calendar ul li *,div.frame:has(fieldset) div.event-calendar ul li,div.frame:has(fieldset) div.event-calendar ul li *{font-family:universreg}.tx-sf-event-mgt .event-calendar__browser,.tx-powermail .event-calendar__browser,div.frame:has(fieldset) .event-calendar__browser{padding:0 150px !important}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-current,.tx-powermail .event-calendar__browser .event-calendar__browser-current,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-current{white-space:nowrap}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-prev a,.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-next a,.tx-powermail .event-calendar__browser .event-calendar__browser-prev a,.tx-powermail .event-calendar__browser .event-calendar__browser-next a,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-prev a,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-next a{font-size:0px;color:rgba(0,0,0,0);background:none;display:inline-block;width:0px;height:0px;border-style:solid;position:relative;border-width:24px 45px 24px 0;border-color:rgba(0,0,0,0) var(--ptb-midnightblue) rgba(0,0,0,0) rgba(0,0,0,0)}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-prev a:hover,.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-next a:hover,.tx-powermail .event-calendar__browser .event-calendar__browser-prev a:hover,.tx-powermail .event-calendar__browser .event-calendar__browser-next a:hover,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-prev a:hover,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-next a:hover{border-color:rgba(0,0,0,0) var(--ptb-midnightblue) rgba(0,0,0,0) rgba(0,0,0,0)}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-prev a:hover:before,.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-next a:hover:before,.tx-powermail .event-calendar__browser .event-calendar__browser-prev a:hover:before,.tx-powermail .event-calendar__browser .event-calendar__browser-next a:hover:before,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-prev a:hover:before,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-next a:hover:before{border-color:rgba(0,0,0,0) var(--ptb-midnightblue) rgba(0,0,0,0) rgba(0,0,0,0)}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-prev a:before,.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-next a:before,.tx-powermail .event-calendar__browser .event-calendar__browser-prev a:before,.tx-powermail .event-calendar__browser .event-calendar__browser-next a:before,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-prev a:before,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-next a:before{border-width:20px 37px 20px 0;border-color:rgba(0,0,0,0) var(--ptb-midnightblue20) rgba(0,0,0,0) rgba(0,0,0,0)}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-prev a:hover,.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-next a:hover,.tx-powermail .event-calendar__browser .event-calendar__browser-prev a:hover,.tx-powermail .event-calendar__browser .event-calendar__browser-next a:hover,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-prev a:hover,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-next a:hover{cursor:pointer}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-prev a:before,.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-next a:before,.tx-powermail .event-calendar__browser .event-calendar__browser-prev a:before,.tx-powermail .event-calendar__browser .event-calendar__browser-next a:before,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-prev a:before,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-next a:before{content:"";display:inline-block;font-size:0px;color:rgba(0,0,0,0);background:none;display:inline-block;width:0px;height:0px;border-style:solid;position:absolute;top:0;left:0;transform:translate(5px, -20px);z-index:-1}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-prev a,.tx-powermail .event-calendar__browser .event-calendar__browser-prev a,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-prev a{transform:rotate(360deg);-webkit-transform:rotate(360deg)}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-next a,.tx-powermail .event-calendar__browser .event-calendar__browser-next a,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-next a{transform:rotate(180deg);-webkit-transform:rotate(180deg)}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-current,.tx-powermail .event-calendar__browser .event-calendar__browser-current,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-current{margin:0;display:flex;align-items:center;justify-content:center}.tx-sf-event-mgt .event-calendar__browser .event-calendar__browser-current h3,.tx-powermail .event-calendar__browser .event-calendar__browser-current h3,div.frame:has(fieldset) .event-calendar__browser .event-calendar__browser-current h3{margin:0;font-size:30px}.tx-sf-event-mgt div.event-date-ort-container,.tx-powermail div.event-date-ort-container,div.frame:has(fieldset) div.event-date-ort-container{border-left:solid 5px var(--ptb-lightslategrey);padding-left:10px}.tx-sf-event-mgt div.event-date-ort-container div.event-date-container,.tx-powermail div.event-date-ort-container div.event-date-container,div.frame:has(fieldset) div.event-date-ort-container div.event-date-container{display:flex;gap:20px}.tx-sf-event-mgt div.event-date-ort-container div.event-location,.tx-powermail div.event-date-ort-container div.event-location,div.frame:has(fieldset) div.event-date-ort-container div.event-location{display:inline-flex;align-items:center}.tx-sf-event-mgt div.event-date-ort-container div.event-location:before,.tx-powermail div.event-date-ort-container div.event-location:before,div.frame:has(fieldset) div.event-date-ort-container div.event-location:before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/ort.svg)}.tx-sf-event-mgt div.event-date-ort-container div.event-startdate,.tx-powermail div.event-date-ort-container div.event-startdate,div.frame:has(fieldset) div.event-date-ort-container div.event-startdate{display:inline-flex;align-items:center}.tx-sf-event-mgt div.event-date-ort-container div.event-startdate:before,.tx-powermail div.event-date-ort-container div.event-startdate:before,div.frame:has(fieldset) div.event-date-ort-container div.event-startdate:before{content:"";display:inline-block;min-width:24px;min-height:24px;margin-right:8px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url(../Icons/date.svg)}.tx-sf-event-mgt .event-calendar__weekdays .event-calendar__weeknumber,.tx-powermail .event-calendar__weekdays .event-calendar__weeknumber,div.frame:has(fieldset) .event-calendar__weekdays .event-calendar__weeknumber{background-color:unset}.tx-sf-event-mgt .event-calendar__weekdays .event-calendar__weekdays-weekday,.tx-powermail .event-calendar__weekdays .event-calendar__weekdays-weekday,div.frame:has(fieldset) .event-calendar__weekdays .event-calendar__weekdays-weekday{background-color:var(--ptb-lightslategrey)}.tx-sf-event-mgt .event-calendar__weekdays,.tx-powermail .event-calendar__weekdays,div.frame:has(fieldset) .event-calendar__weekdays{background-color:unset}.tx-sf-event-mgt .event-calendar__days,.tx-powermail .event-calendar__days,div.frame:has(fieldset) .event-calendar__days{padding:0 !important}.tx-sf-event-mgt .event-calendar__days .event-calendar__day,.tx-powermail .event-calendar__days .event-calendar__day,div.frame:has(fieldset) .event-calendar__days .event-calendar__day{position:relative}.tx-sf-event-mgt .event-calendar__days .event-calendar__day.event-calendar__day6,.tx-sf-event-mgt .event-calendar__days .event-calendar__day.event-calendar__day7,.tx-powermail .event-calendar__days .event-calendar__day.event-calendar__day6,.tx-powermail .event-calendar__days .event-calendar__day.event-calendar__day7,div.frame:has(fieldset) .event-calendar__days .event-calendar__day.event-calendar__day6,div.frame:has(fieldset) .event-calendar__days .event-calendar__day.event-calendar__day7{background-color:var(--ptb-lightslategrey30)}.tx-sf-event-mgt .event-calendar__days .event-calendar__day.event-calendar__day-today,.tx-powermail .event-calendar__days .event-calendar__day.event-calendar__day-today,div.frame:has(fieldset) .event-calendar__days .event-calendar__day.event-calendar__day-today{background-color:unset;border:solid 2px var(--ptb-midnightblue70);padding:2px 8px 8px 2px}.tx-sf-event-mgt .event-calendar__days .event-calendar__day.event-calendar__day-today .event-calendar__day-date,.tx-powermail .event-calendar__days .event-calendar__day.event-calendar__day-today .event-calendar__day-date,div.frame:has(fieldset) .event-calendar__days .event-calendar__day.event-calendar__day-today .event-calendar__day-date{display:inline-flex;padding:2px;justify-content:center;align-items:center;background-color:var(--ptb-midnightblue70);border-radius:50%;width:30px;height:auto;aspect-ratio:1/1;color:#fff}.tx-sf-event-mgt .event-calendar__days .event-calendar__day .event-calendar__day-event,.tx-powermail .event-calendar__days .event-calendar__day .event-calendar__day-event,div.frame:has(fieldset) .event-calendar__days .event-calendar__day .event-calendar__day-event{font-size:16px !important;max-height:63px;overflow:hidden}.tx-sf-event-mgt .event-calendar__days .event-calendar__day:hover,.tx-powermail .event-calendar__days .event-calendar__day:hover,div.frame:has(fieldset) .event-calendar__days .event-calendar__day:hover{background-color:var(--ptb-lightslategrey30)}.tx-sf-event-mgt .event-calendar__days .event-calendar__day:hover .day-event-container,.tx-powermail .event-calendar__days .event-calendar__day:hover .day-event-container,div.frame:has(fieldset) .event-calendar__days .event-calendar__day:hover .day-event-container{position:absolute;width:250px;z-index:200;background:var(--ptb-lightslategrey30);padding:5px}.tx-sf-event-mgt .event-calendar__days .event-calendar__day:hover .day-event-container div,.tx-powermail .event-calendar__days .event-calendar__day:hover .day-event-container div,div.frame:has(fieldset) .event-calendar__days .event-calendar__day:hover .day-event-container div{max-height:unset}.tx-sf-event-mgt .event-calendar__weeknumber,.tx-powermail .event-calendar__weeknumber,div.frame:has(fieldset) .event-calendar__weeknumber{color:var(--ptb-lightslategrey);background-color:var(--ptb-lightslategrey10);width:30px}.tx-sf-event-mgt .event-calendar__day-other-month,.tx-powermail .event-calendar__day-other-month,div.frame:has(fieldset) .event-calendar__day-other-month{background-color:var(--ptb-lightslategrey10)}.tx-sf-event-mgt .event-calendar__day-other-month.event-calendar__day6,.tx-sf-event-mgt .event-calendar__day-other-month.event-calendar__day7,.tx-powermail .event-calendar__day-other-month.event-calendar__day6,.tx-powermail .event-calendar__day-other-month.event-calendar__day7,div.frame:has(fieldset) .event-calendar__day-other-month.event-calendar__day6,div.frame:has(fieldset) .event-calendar__day-other-month.event-calendar__day7{background-color:var(--ptb-lightslategrey20)}.tx-sf-event-mgt form,.tx-powermail form,div.frame:has(fieldset) form{display:flex;flex-direction:column}.tx-sf-event-mgt form>div:has(input[type=hidden]),.tx-powermail form>div:has(input[type=hidden]),div.frame:has(fieldset) form>div:has(input[type=hidden]){grid-area:100}.tx-sf-event-mgt form h3,.tx-sf-event-mgt form legend,.tx-powermail form h3,.tx-powermail form legend,div.frame:has(fieldset) form h3,div.frame:has(fieldset) form legend{grid-column-start:1;grid-column-end:3}.tx-sf-event-mgt form h3,.tx-powermail form h3,div.frame:has(fieldset) form h3{font-size:27px;margin-bottom:20px}.tx-sf-event-mgt form legend,.tx-powermail form legend,div.frame:has(fieldset) form legend{font-size:20px}.tx-sf-event-mgt fieldset,.tx-powermail fieldset,div.frame:has(fieldset) fieldset{display:contents}.tx-sf-event-mgt fieldset .event-registration-row,.tx-powermail fieldset .event-registration-row,div.frame:has(fieldset) fieldset .event-registration-row{margin-bottom:20px}.tx-sf-event-mgt fieldset .event-registration-row:first-child,.tx-powermail fieldset .event-registration-row:first-child,div.frame:has(fieldset) fieldset .event-registration-row:first-child{display:none}.tx-sf-event-mgt fieldset .powermail_fieldwrap,.tx-sf-event-mgt fieldset>div:has(legend),.tx-powermail fieldset .powermail_fieldwrap,.tx-powermail fieldset>div:has(legend),div.frame:has(fieldset) fieldset .powermail_fieldwrap,div.frame:has(fieldset) fieldset>div:has(legend){margin-bottom:35px}.tx-sf-event-mgt fieldset .powermail_fieldwrap[class*=layout1],.tx-sf-event-mgt fieldset>div:has(legend)[class*=layout1],.tx-powermail fieldset .powermail_fieldwrap[class*=layout1],.tx-powermail fieldset>div:has(legend)[class*=layout1],div.frame:has(fieldset) fieldset .powermail_fieldwrap[class*=layout1],div.frame:has(fieldset) fieldset>div:has(legend)[class*=layout1]{width:100%}.tx-sf-event-mgt fieldset .powermail_fieldwrap[class*=bold_text],.tx-sf-event-mgt fieldset>div:has(legend)[class*=bold_text],.tx-powermail fieldset .powermail_fieldwrap[class*=bold_text],.tx-powermail fieldset>div:has(legend)[class*=bold_text],div.frame:has(fieldset) fieldset .powermail_fieldwrap[class*=bold_text],div.frame:has(fieldset) fieldset>div:has(legend)[class*=bold_text]{font-weight:bold}.tx-sf-event-mgt fieldset .powermail_fieldwrap:has(input[type=submit]),.tx-sf-event-mgt fieldset>div:has(input[type=submit]),.tx-powermail fieldset .powermail_fieldwrap:has(input[type=submit]),.tx-powermail fieldset>div:has(input[type=submit]),div.frame:has(fieldset) fieldset .powermail_fieldwrap:has(input[type=submit]),div.frame:has(fieldset) fieldset>div:has(input[type=submit]){grid-column-start:1;grid-column-end:3}.tx-sf-event-mgt fieldset input,.tx-sf-event-mgt fieldset label,.tx-sf-event-mgt fieldset textarea,.tx-powermail fieldset input,.tx-powermail fieldset label,.tx-powermail fieldset textarea,div.frame:has(fieldset) fieldset input,div.frame:has(fieldset) fieldset label,div.frame:has(fieldset) fieldset textarea{display:block;color:var(--bs-body-color)}.tx-sf-event-mgt fieldset input[type=text],.tx-sf-event-mgt fieldset input[type=password],.tx-sf-event-mgt fieldset input[type=email],.tx-sf-event-mgt fieldset input[type=tel],.tx-sf-event-mgt fieldset textarea,.tx-powermail fieldset input[type=text],.tx-powermail fieldset input[type=password],.tx-powermail fieldset input[type=email],.tx-powermail fieldset input[type=tel],.tx-powermail fieldset textarea,div.frame:has(fieldset) fieldset input[type=text],div.frame:has(fieldset) fieldset input[type=password],div.frame:has(fieldset) fieldset input[type=email],div.frame:has(fieldset) fieldset input[type=tel],div.frame:has(fieldset) fieldset textarea{width:100%;background:var(--ptb-lightgrey);border:none;padding:5px}.tx-sf-event-mgt fieldset input[type=text]:active,.tx-sf-event-mgt fieldset input[type=text]:focus,.tx-sf-event-mgt fieldset input[type=password]:active,.tx-sf-event-mgt fieldset input[type=password]:focus,.tx-sf-event-mgt fieldset input[type=email]:active,.tx-sf-event-mgt fieldset input[type=email]:focus,.tx-sf-event-mgt fieldset input[type=tel]:active,.tx-sf-event-mgt fieldset input[type=tel]:focus,.tx-sf-event-mgt fieldset textarea:active,.tx-sf-event-mgt fieldset textarea:focus,.tx-powermail fieldset input[type=text]:active,.tx-powermail fieldset input[type=text]:focus,.tx-powermail fieldset input[type=password]:active,.tx-powermail fieldset input[type=password]:focus,.tx-powermail fieldset input[type=email]:active,.tx-powermail fieldset input[type=email]:focus,.tx-powermail fieldset input[type=tel]:active,.tx-powermail fieldset input[type=tel]:focus,.tx-powermail fieldset textarea:active,.tx-powermail fieldset textarea:focus,div.frame:has(fieldset) fieldset input[type=text]:active,div.frame:has(fieldset) fieldset input[type=text]:focus,div.frame:has(fieldset) fieldset input[type=password]:active,div.frame:has(fieldset) fieldset input[type=password]:focus,div.frame:has(fieldset) fieldset input[type=email]:active,div.frame:has(fieldset) fieldset input[type=email]:focus,div.frame:has(fieldset) fieldset input[type=tel]:active,div.frame:has(fieldset) fieldset input[type=tel]:focus,div.frame:has(fieldset) fieldset textarea:active,div.frame:has(fieldset) fieldset textarea:focus{border:var(--border);margin:-2px}.tx-sf-event-mgt fieldset input[type=text][type=submit]:active,.tx-sf-event-mgt fieldset input[type=text][type=submit]:focus,.tx-sf-event-mgt fieldset input[type=password][type=submit]:active,.tx-sf-event-mgt fieldset input[type=password][type=submit]:focus,.tx-sf-event-mgt fieldset input[type=email][type=submit]:active,.tx-sf-event-mgt fieldset input[type=email][type=submit]:focus,.tx-sf-event-mgt fieldset input[type=tel][type=submit]:active,.tx-sf-event-mgt fieldset input[type=tel][type=submit]:focus,.tx-sf-event-mgt fieldset textarea[type=submit]:active,.tx-sf-event-mgt fieldset textarea[type=submit]:focus,.tx-powermail fieldset input[type=text][type=submit]:active,.tx-powermail fieldset input[type=text][type=submit]:focus,.tx-powermail fieldset input[type=password][type=submit]:active,.tx-powermail fieldset input[type=password][type=submit]:focus,.tx-powermail fieldset input[type=email][type=submit]:active,.tx-powermail fieldset input[type=email][type=submit]:focus,.tx-powermail fieldset input[type=tel][type=submit]:active,.tx-powermail fieldset input[type=tel][type=submit]:focus,.tx-powermail fieldset textarea[type=submit]:active,.tx-powermail fieldset textarea[type=submit]:focus,div.frame:has(fieldset) fieldset input[type=text][type=submit]:active,div.frame:has(fieldset) fieldset input[type=text][type=submit]:focus,div.frame:has(fieldset) fieldset input[type=password][type=submit]:active,div.frame:has(fieldset) fieldset input[type=password][type=submit]:focus,div.frame:has(fieldset) fieldset input[type=email][type=submit]:active,div.frame:has(fieldset) fieldset input[type=email][type=submit]:focus,div.frame:has(fieldset) fieldset input[type=tel][type=submit]:active,div.frame:has(fieldset) fieldset input[type=tel][type=submit]:focus,div.frame:has(fieldset) fieldset textarea[type=submit]:active,div.frame:has(fieldset) fieldset textarea[type=submit]:focus{margin:20px auto}.tx-sf-event-mgt fieldset .radio-field-radiofields,.tx-sf-event-mgt fieldset .powermail_field:has(.radio),.tx-powermail fieldset .radio-field-radiofields,.tx-powermail fieldset .powermail_field:has(.radio),div.frame:has(fieldset) fieldset .radio-field-radiofields,div.frame:has(fieldset) fieldset .powermail_field:has(.radio){display:grid;grid-template-columns:1fr 1fr}.tx-sf-event-mgt fieldset .radio-field-radiofields label,.tx-sf-event-mgt fieldset .powermail_field:has(.radio) label,.tx-powermail fieldset .radio-field-radiofields label,.tx-powermail fieldset .powermail_field:has(.radio) label,div.frame:has(fieldset) fieldset .radio-field-radiofields label,div.frame:has(fieldset) fieldset .powermail_field:has(.radio) label{display:flex}.tx-sf-event-mgt fieldset .radio-field-radiofields label input[type=radio],.tx-sf-event-mgt fieldset .powermail_field:has(.radio) label input[type=radio],.tx-powermail fieldset .radio-field-radiofields label input[type=radio],.tx-powermail fieldset .powermail_field:has(.radio) label input[type=radio],div.frame:has(fieldset) fieldset .radio-field-radiofields label input[type=radio],div.frame:has(fieldset) fieldset .powermail_field:has(.radio) label input[type=radio]{width:20px;margin-right:10px}.tx-sf-event-mgt fieldset .checkbox-field-checkfields label,.tx-powermail fieldset .checkbox-field-checkfields label,div.frame:has(fieldset) fieldset .checkbox-field-checkfields label{display:flex;align-items:flex-start}.tx-sf-event-mgt fieldset .checkbox-field-checkfields label input[type=checkbox],.tx-powermail fieldset .checkbox-field-checkfields label input[type=checkbox],div.frame:has(fieldset) fieldset .checkbox-field-checkfields label input[type=checkbox]{width:20px;height:17px;margin-right:10px;margin-top:6px}.tx-sf-event-mgt fieldset [type=submit],.tx-powermail fieldset [type=submit],div.frame:has(fieldset) fieldset [type=submit]{width:50%;margin:20px auto;grid-column:1/span 2;cursor:pointer;border:var(--border);display:inline-block;padding:5px 10px;background:#fff;color:var(--ptb-midnightblue);text-decoration:none;border-radius:0}.tx-sf-event-mgt fieldset [type=submit]:hover,.tx-powermail fieldset [type=submit]:hover,div.frame:has(fieldset) fieldset [type=submit]:hover{background:var(--ptb-midnightblue);color:#fff}aside div.frame:has(.event-list-item){padding:0}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd),aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even),aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd),aside .tx-powermail .event-list-item:has(.header-container):nth-child(even),aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd),aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even){grid-template-columns:1fr;padding:10px;margin:0}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) *,aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) *,aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd) *,aside .tx-powermail .event-list-item:has(.header-container):nth-child(even) *,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) *,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) *{font-size:16px}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) h4,aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) h4,aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd) h4,aside .tx-powermail .event-list-item:has(.header-container):nth-child(even) h4,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) h4,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) h4{font-size:20px}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .event-startdate,aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .event-startdate,aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd) .event-startdate,aside .tx-powermail .event-list-item:has(.header-container):nth-child(even) .event-startdate,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .event-startdate,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .event-startdate{white-space:nowrap;display:grid;grid-template-columns:40px 1fr 23px 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"icon datum datum datum" "icon zeit zeit zeit"}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .event-startdate .date,aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .event-startdate .date,aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd) .event-startdate .date,aside .tx-powermail .event-list-item:has(.header-container):nth-child(even) .event-startdate .date,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .event-startdate .date,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .event-startdate .date{grid-area:datum}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .event-startdate.multiple-day,aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .event-startdate.multiple-day,aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd) .event-startdate.multiple-day,aside .tx-powermail .event-list-item:has(.header-container):nth-child(even) .event-startdate.multiple-day,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .event-startdate.multiple-day,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .event-startdate.multiple-day{grid-template-columns:32px 1fr 1fr 1fr;grid-template-areas:"icon zeile1 zeile1" "icon zeile2 zeile2"}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .event-startdate.multiple-day .date,aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .event-startdate.multiple-day .date,aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd) .event-startdate.multiple-day .date,aside .tx-powermail .event-list-item:has(.header-container):nth-child(even) .event-startdate.multiple-day .date,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .event-startdate.multiple-day .date,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .event-startdate.multiple-day .date{grid-area:unset}aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(odd) .event-startdate:before,aside .tx-sf-event-mgt .event-list-item:has(.header-container):nth-child(even) .event-startdate:before,aside .tx-powermail .event-list-item:has(.header-container):nth-child(odd) .event-startdate:before,aside .tx-powermail .event-list-item:has(.header-container):nth-child(even) .event-startdate:before,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(odd) .event-startdate:before,aside div.frame:has(fieldset) .event-list-item:has(.header-container):nth-child(even) .event-startdate:before{grid-area:icon;max-width:24px}aside div.frame:has(.tx-sf-event-mgt):not(:has(.event-list-item)){display:none}main.container-fluid article section.fliesstext .tx-md-fullcalendar{--fc-event-bg-color: var(--ptb-lightslategrey);--fc-event-border-color: var(--ptb-lightslategrey)}main.container-fluid article section.fliesstext .tx-md-fullcalendar .row{display:grid;grid-template-columns:1fr;grid-template-rows:70px 1fr;grid-template-areas:"header" "calender"}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-header-toolbar{grid-area:header;display:grid;grid-template-columns:150px auto 150px}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-view-harness{grid-area:calender}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left{display:flex}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left .category-filter{grid-area:filter;width:40px;height:40px;overflow:hidden;border:solid 1px var(--ptb-lightslategrey50);padding-left:40px;position:relative;border-radius:4.5px}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left .category-filter>*{padding-left:10px}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left .category-filter h5{font-size:24px;margin:18px 0}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left .category-filter:before{content:"";display:block;width:40px;height:40px;background-image:url(../Icons/filter.svg);position:absolute;left:0px;top:0px;background-color:var(--ptb-lightgrey);background-size:80%;background-position:center;background-repeat:no-repeat}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left .category-filter.active{position:absolute;width:unset;height:unset;background:#fff;z-index:10}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left .fc-today-button{background:var(--ptb-lightgrey);border-color:var(--ptb-lightslategrey50);color:#000;height:40px}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.left .fc-today-button.fc-button-primary[disabled]{opacity:.3}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.center{display:flex;align-items:center}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.center>div{display:contents}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.center .fc-button{background:none;border:none;width:50px;height:50px;padding:0}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.center .fc-button span{display:contents}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.center .fc-button span:before{font-size:50px;color:var(--ptb-midnightblue)}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-toolbar-chunk.center h2{font-size:27px;font-weight:normal}main.container-fluid article section.fliesstext .tx-md-fullcalendar table{margin:0}main.container-fluid article section.fliesstext .tx-md-fullcalendar table thead th{background:var(--ptb-lightslategrey)}main.container-fluid article section.fliesstext .tx-md-fullcalendar table thead th .fc-scrollgrid-sync-inner{text-align:left}main.container-fluid article section.fliesstext .tx-md-fullcalendar table thead th .fc-scrollgrid-sync-inner a{color:#fff;font-weight:normal}main.container-fluid article section.fliesstext .tx-md-fullcalendar table .fc-daygrid-day.fc-day-other{background:var(--ptb-lightslategrey05)}main.container-fluid article section.fliesstext .tx-md-fullcalendar table .fc-daygrid-day{background:var(--ptb-lightslategrey20)}main.container-fluid article section.fliesstext .tx-md-fullcalendar table .fc-day-today{border:solid 2px var(--ptb-lightslategrey)}main.container-fluid article section.fliesstext .tx-md-fullcalendar table th,main.container-fluid article section.fliesstext .tx-md-fullcalendar table td{border:solid 1px var(--ptb-lightslategrey50);width:14.28%}main.container-fluid article section.fliesstext .tx-md-fullcalendar table th .fc-event .fc-event-time,main.container-fluid article section.fliesstext .tx-md-fullcalendar table td .fc-event .fc-event-time{display:none}main.container-fluid article section.fliesstext .tx-md-fullcalendar table th .fc-event .fc-event-title,main.container-fluid article section.fliesstext .tx-md-fullcalendar table td .fc-event .fc-event-title{background:var(--ptb-lightslategrey);padding:2px;color:#fff;font-weight:normal;border-radius:2px}main.container-fluid article section.fliesstext .tx-md-fullcalendar table th .fc-h-event:hover,main.container-fluid article section.fliesstext .tx-md-fullcalendar table th .fc-event-title:hover,main.container-fluid article section.fliesstext .tx-md-fullcalendar table td .fc-h-event:hover,main.container-fluid article section.fliesstext .tx-md-fullcalendar table td .fc-event-title:hover{max-width:unset}main.container-fluid article section.fliesstext .tx-md-fullcalendar table td.fc-day-sat,main.container-fluid article section.fliesstext .tx-md-fullcalendar table td.fc-day-sun{background:var(--ptb-lightslategrey30)}main.container-fluid article section.fliesstext .tx-md-fullcalendar table a{text-decoration:none}main.container-fluid article section.fliesstext .tx-md-fullcalendar .fc-media-screen{display:contents}main.container-fluid article section.fliesstext .tx-md-fullcalendar .modal .modal-dialog{top:500px}main.container-fluid article section.fliesstext div.frame.frame-type-menu_subpages ul{padding:0}main.container-fluid article section.fliesstext div.frame.frame-type-menu_subpages ul li{list-style:none}.app-menue{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"project person" "navigator navigator";gap:20px}.app-menue:has(.card:nth-child(5)){gap:10px}.app-menue:has(.card:nth-child(5)) a.card{padding:5px}.app-menue:has(.card:nth-child(5)) a.card img{width:70px;height:70px;margin-bottom:10px}.app-menue:has(.card:nth-child(5)) a.card label{font-size:1.3em}.app-menue:has(.card:nth-child(5)) a.card label+label{font-size:1em}.app-menue:has(.card:nth-child(7)){grid-template-columns:1fr 1fr 1fr}.app-menue:has(.card:nth-child(7)) a.card img{width:60px;height:60px}.app-menue:has(.card:nth-child(7)) a.card label{font-size:1em}.app-menue:has(.card:nth-child(7)) a.card label+label{font-size:.8em}.app-menue a.card{display:flex;align-items:center;padding:20px;text-decoration:none}.app-menue a.card:after{content:none}.app-menue a.card img{width:100px;height:100px;margin-bottom:20px}.app-menue a.card label{text-align:center;font-size:1.4em}.app-menue a.card label+label{font-size:1.1em}.app-menue a.card label{cursor:pointer}.app-menue a.card:hover{border:var(--borderthick);margin:-4px}.app-menue a.card[title="Navigation aller Drittmittel"]{grid-area:navigator}svg .svg-click:after{content:"?";display:flex;position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:var(--ptb-green);color:#fff;justify-content:center;align-items:center}svg .svg-hidden{opacity:0}ul.status li{list-style:none;border-left-width:10px;border-left-style:solid;margin-bottom:5px;padding-left:5px}ul.status li.vollendet{border-left-color:#83a872}ul.status li.bearbeitung{border-left-color:#f8dc40}ul.status li.keineini{border-left-color:#841532}ul.status li.nicht{border-left-color:#777}footer.container-fluid{background:var(--ptb-midnightblue)}footer.container-fluid div.container-md{display:flex;justify-content:space-between;padding:20px 0;flex-wrap:wrap}footer.container-fluid div.container-md .sociallinks{display:flex;gap:10px}footer.container-fluid div.container-md .sociallinks a{font-size:0;color:rgba(0,0,0,0);padding:5px}footer.container-fluid div.container-md .sociallinks a:before{content:"";display:block;width:30px;height:30px;filter:invert(1)}footer.container-fluid div.container-md .sociallinks a.instagram:before{background:url("../Icons/instagram.svg")}footer.container-fluid div.container-md .sociallinks a.linkedin:before{background:url("../Icons/linkedin.svg")}footer.container-fluid div.container-md .sociallinks a.youtube:before{background:url("../Icons/youtube.svg")}footer.container-fluid div.container-md .sociallinks a:hover{background:#fff}footer.container-fluid div.container-md .sociallinks a:hover:before{filter:invert(0)}footer.container-fluid div.container-md .impressum{display:flex;gap:10px;flex-wrap:wrap}footer.container-fluid div.container-md .impressum a{font-size:16px;color:#fff;text-decoration:none;cursor:pointer;padding:5px 10px}footer.container-fluid div.container-md .impressum a:hover{background:#fff;color:#000}div.frame:has(.date-event){display:grid;grid-template-areas:"datum heading";grid-template-columns:230px auto;gap:0 10%;margin-bottom:50px}div.frame:has(.date-event) div.date-event{grid-area:heading}div.frame:has(.date-event) div.date-event p strong{font-size:20px;font-family:universheavy}div.frame:has(.date-event) div.date-event h5{font-size:16px}div.frame:has(.date-event) p{margin:0}div.frame:has(.date-event) p:nth-child(2){display:flex;align-items:center;grid-area:datum;margin-bottom:15px}div.frame:has(.date-event) p:nth-child(2):before{content:"";display:inline-block;width:30px;height:30px;background-image:url("../Icons/ort.svg");background-repeat:no-repeat;background-position:bottom;margin-right:10px}div.frame:has(.date-event) header{margin:0;grid-area:datum;background:var(--secondaryColor);display:flex;justify-content:center;align-items:center;flex-direction:column;line-height:50px;height:230px}div.frame:has(.date-event) header h4,div.frame:has(.date-event) header h5{font-family:universheavy;font-size:30px;text-align:center;color:var(--secondaryColorText)}aside div.frame:has(.date-event){background:var(--ptb-midnightblue20);grid-template-areas:"datum datum" "heading heading";grid-template-columns:190px auto;gap:0 20px;padding:10px;margin-bottom:0}aside div.frame:has(.date-event) header{margin-top:0;height:unset;margin:0;height:unset;display:block;text-align:center;padding:10px 0;margin:-10px -10px 10px -10px}aside div.frame:has(.date-event) header h4,aside div.frame:has(.date-event) header h5{display:inline-block;margin:0}/*# sourceMappingURL=ptbcd.min.css.map */
