.tx-seminar .seminars .button_arrow{padding-right:40px;}.tx-seminar .seminars .no_seminars{display:none;padding:50px 0;}.tx-seminar .filter{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px;}.tx-seminar .filter > SELECT{flex:1;}.tx-seminar .filter > SELECT + SELECT{margin-left:20px;}.tx-seminar .seminars{margin-top:20px;}.tx-seminar .seminars .seminar_entry{padding:20px;box-shadow:0px 10px 25px 0px rgba(0,0,0,0.15);border-radius:30px;}.tx-seminar .seminars .seminar_entry + .seminar_entry{margin-top:20px;}.tx-seminar .seminars.filtered .seminar_entry{display:none;}.tx-seminar .seminars .seminar_entry.show{display:block;}.tx-seminar .seminars .seminar_entry .seminar_entry_inner{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;}.tx-seminar .seminars .seminar_entry .seminar_image{width:50px;margin-right:20px;}.tx-seminar .seminars .seminar_entry .seminar_content{width:calc(100% - 250px - 70px);}.tx-seminar .seminars .seminar_entry .seminar_content .seminarname{margin-bottom:5px;}.tx-seminar .seminars .seminar_entry .seminar_content .seminarpoints{font-size:16px;line-height:100%;padding-top:0;}.tx-seminar .seminars .seminar_entry .seminar_content .seminarplace{margin-top:0;}.tx-seminar .seminars .seminar_entry .seminar_content .seminartype{margin-top:0;}.tx-seminar .seminars .seminar_entry .seminar_content .seminardescription.large{height:100px;overflow:hidden;position:relative;}.tx-seminar .seminars .seminar_entry .seminar_content .seminardescription.opened{height:auto;}.tx-seminar .seminars .seminar_entry .seminar_content .seminardescription.large:after{content:"";display:block;width:100%;height:100%;position:absolute;bottom:0;left:0;background:rgb(255,255,255);background:-moz-linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);}.tx-seminar .seminars .seminar_entry .seminar_content .seminardescription .read_more{display:none;}.tx-seminar .seminars .seminar_entry .seminar_content .seminardescription.large BUTTON.read_more{display:block;width:100%;height:40px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:url('../../../typo3conf/ext/seminar/Resources/Public/Images/plus-light-blue.svg') no-repeat center/20px auto;z-index:1;cursor:pointer;padding:0;}.tx-seminar .seminars .seminar_entry .seminar_content .seminardescription.large BUTTON.read_more SPAN{display:none;}.tx-seminar .seminars .seminar_entry .seminar_content .download_wrap .button_arrow + .button_arrow{margin-left:10px;}.tx-seminar .seminars .seminar_entry .seminar_content .download_wrap .download_popup{display:none;background:#fff;padding:20px;box-shadow:0px 10px 25px 0px rgba(0,0,0,0.15);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.tx-seminar .seminars .seminar_entry .seminar_content .download_wrap .download_popup UL{padding-top:0;}.tx-seminar .seminars .seminar_entry .seminar_content .download_wrap .download_popup .closeDownloads{position:absolute;top:0;right:0;}.tx-seminar .seminars .seminar_entry .seminar_content .download_wrap .download_popup A.closeDownloads{text-decoration:none;display:block;line-height:100%;padding:15px;}.tx-seminar .seminars .seminar_entry .seminar_buttons{width:250px;align-self:flex-end;}.tx-seminar .show-view .contactPerson{padding:5%;}.tx-seminar .show-view .download_wrap{margin-block:30px;}.tx-seminar .show-view .download_wrap UL LI A{hyphens:auto;}.hint-color{color:#ff7e64;}.application-form{background-color:#fff;border-radius:20px;box-shadow:0px 20px 25px 0px rgba(0,0,0,0.15);max-width:930px;width:100%;margin:0 auto;padding:40px 3%;}.application-form .errors{border:1px solid #ff7e64;margin:10px 0 20px;background-color:#F6F6F6;}.application-form .errors UL{margin:10px 0 10px 20px;}.application-form .field-name-days{border:1px solid transparent;padding:10px;}.application-form .field-name-days.focused{border-color:#ff7e64;}.application-form .field-name-days .days{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-top:10px;}.application-form .field-name-days .day .daysTransfer{display:none;}.application-form .field-name-days .day.act .daysTransfer{display:block;}.application-form .field-name-days .days .day{display:flex;flex-direction:column;gap:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);padding:15px;}.application-form .field-name-days LABEL + LABEL{margin-left:10px;}.application-form .field-name-days .days .day SELECT:not(:has(option)){display:none !important;}.application-form .form-fields{display:flex;flex-wrap:wrap;flex-direction:column;gap:10px;margin-top:10px;}.application-form .cols-1,.application-form .cols-2,.application-form .cols-3{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px 0;}.application-form .cols-1{gap:0;}.application-form .w100{flex-direction:column;}.application-form .w50 > DIV{width:calc(100% / 2 - 2%);}.application-form .w33 > DIV{width:calc(100% / 3 - 2%);}.application-form .more-questions{border:1px dashed #dbdbdb;padding:10px 15px;}.application-form .more-questions > DIV + DIV{margin-top:10px;}.application-form .field-type-radioYesNo LABEL + LABEL{margin-left:10px;}.application-form .submit-wrap{margin-top:10px;width:100%;}.application-form .submit-wrap BUTTON[type="submit"]{transition:all 0.5s ease-in-out;}.application-form .submit-wrap BUTTON[type="submit"]:disabled{opacity:0.5;filter:grayscale(100%);padding-left:60px;pointer-events:none;}.application-form .submit-wrap BUTTON[type="submit"]:disabled:after{content:url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><style>.spinner_z9k8{transform-origin:center;animation:spinner_StKS .75s infinite linear}@keyframes spinner_StKS{100%{transform:rotate(360deg)}}</style><path d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z' opacity='.25'/><path d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_z9k8'/></svg>");display:inline-block;top:50%;left:20px;position:absolute;transform:translateY(-44%);}.application-form .information{margin-top:10px;width:100%;}.application-form .information A{hyphens:auto;}#powermail_field_seminar,#powermail_field_datum{pointer-events:none;background:transparent;text-align:center;font-weight:bold;}@media screen and (max-width:870px){.tx-seminar .seminars .seminar_entry .seminar_content .download_wrap .button_arrow{display:block;}.tx-seminar .seminars .seminar_entry .seminar_content .download_wrap .button_arrow + .button_arrow{margin-left:0;}.tx-seminar .seminars .seminar_entry .seminar_buttons P{text-align:center;}.tx-seminar .show-view .download_wrap{margin-block:15px;}}@media screen and (max-width:700px){.tx-seminar .seminars .seminar_entry .seminar_entry_inner,.tx-seminar .filter{flex-direction:column;}.tx-seminar .seminars .seminar_entry .seminar_content,.tx-seminar .seminars .seminar_entry .seminar_buttons,.tx-seminar .filter > SELECT{width:100%;}.tx-seminar .filter > SELECT + SELECT{margin-top:10px;}.application-form .cols-1,.application-form .cols-2,.application-form .cols-3{flex-direction:column;width:100%;}.application-form .w50 > DIV,.application-form .w33 > DIV{width:100%;}.application-form .cols-1,.application-form .cols-2,.application-form .cols-3{gap:10px 0;}}.ce-align-left{text-align:left;}.ce-align-center{text-align:center;}.ce-align-right{text-align:right;}.ce-table td,.ce-table th{vertical-align:top;}.ce-textpic,.ce-image,.ce-nowrap .ce-bodytext,.ce-gallery,.ce-row,.ce-uploads li,.ce-uploads div{overflow:hidden;}.ce-left .ce-gallery,.ce-column{float:left;}.ce-center .ce-outer{position:relative;float:right;right:50%;}.ce-center .ce-inner{position:relative;float:right;right:-50%;}.ce-right .ce-gallery{float:right;}.ce-gallery figure{display:table;margin:0;}.ce-gallery figcaption{display:table-caption;caption-side:bottom;}.ce-gallery img{display:block;}.ce-gallery iframe{border-width:0;}.ce-border img,.ce-border iframe{border:2px solid #000000;padding:0px;}.ce-intext.ce-right .ce-gallery,.ce-intext.ce-left .ce-gallery,.ce-above .ce-gallery{margin-bottom:10px;}.ce-image .ce-gallery{margin-bottom:0;}.ce-intext.ce-right .ce-gallery{margin-left:10px;}.ce-intext.ce-left .ce-gallery{margin-right:10px;}.ce-below .ce-gallery{margin-top:10px;}.ce-column{margin-right:10px;}.ce-column:last-child{margin-right:0;}.ce-row{margin-bottom:10px;}.ce-row:last-child{margin-bottom:0;}.ce-above .ce-bodytext{clear:both;}.ce-intext.ce-left ol,.ce-intext.ce-left ul{padding-left:40px;overflow:auto;}.ce-headline-left{text-align:left;}.ce-headline-center{text-align:center;}.ce-headline-right{text-align:right;}.ce-uploads{margin:0;padding:0;}.ce-uploads li{list-style:none outside none;margin:1em 0;}.ce-uploads img{float:left;padding-right:1em;vertical-align:top;}.ce-uploads span{display:block;}.ce-table{width:100%;max-width:100%;}.ce-table th,.ce-table td{padding:0.5em 0.75em;vertical-align:top;}.ce-table thead th{border-bottom:2px solid #dadada;}.ce-table th,.ce-table td{border-top:1px solid #dadada;}.ce-table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05);}.ce-table-bordered th,.ce-table-bordered td{border:1px solid #dadada;}.frame-space-before-extra-small{margin-top:1em;}.frame-space-before-small{margin-top:2em;}.frame-space-before-medium{margin-top:3em;}.frame-space-before-large{margin-top:4em;}.frame-space-before-extra-large{margin-top:5em;}.frame-space-after-extra-small{margin-bottom:1em;}.frame-space-after-small{margin-bottom:2em;}.frame-space-after-medium{margin-bottom:3em;}.frame-space-after-large{margin-bottom:4em;}.frame-space-after-extra-large{margin-bottom:5em;}.frame-ruler-before:before{content:'';display:block;border-top:1px solid rgba(0,0,0,0.25);margin-bottom:2em;}.frame-ruler-after:after{content:'';display:block;border-bottom:1px solid rgba(0,0,0,0.25);margin-top:2em;}.frame-indent{margin-left:15%;margin-right:15%;}.frame-indent-left{margin-left:33%;}.frame-indent-right{margin-right:33%;}.allergynews_list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;justify-content:space-between;margin:20px 0;}.allergynews_list .allergynewsEntry{overflow:hidden;}.allergynews_list .allergynewsEntry .text .text_inner{padding:40px;}.allergynews_list .allergynewsEntry .image A{display:block;}.allergynews_list .allergynewsEntry .image .info{left:40px;}.allergynews_show .news_images{float:right;margin-left:40px;max-width:40%;}.allergynews_show .news_images .image{margin-bottom:20px;}.allergynews_show .events_calendars{display:flex;flex-wrap:wrap;margin-top:20px;max-width:766px;margin:40px auto 0;}.allergynews_show .events_calendars .event{margin:40px 40px 20px 40px;}.allergynews_show .events_calendars .calendars{padding:20px 20px 0 20px;width:100%;}.allergynews_show .events_calendars .calendars .calendar{margin-bottom:20px;text-align:center;}.allergynews_show .events_calendars .calendars .calendar .button{margin-top:0;}@media screen and (max-width:1024px){.allergynews_list{grid-template-columns:repeat(2,1fr);}}@media screen and (max-width:768px){.allergynews_list{grid-template-columns:repeat(1,1fr);}.allergynews_show .news_images{max-width:none;float:none;margin-left:0;}}.allcont UL.pagination li::before{content:none;}.allcont UL.pagination{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;}.allcont UL.pagination LI{padding:0;margin:10px 10px 0 0;text-align:center;}.allcont UL.pagination LI.disabled{opacity:0.5;}.allcont UL.pagination LI > *{display:block;border-radius:100%;background:#002559;color:#fff;line-height:40px;width:40px;height:40px;opacity:0.8;}.allcont UL.pagination LI A{display:block;text-decoration:none;}.allcont UL.pagination LI A:hover,.allcont UL.pagination LI.current > *{opacity:1;}.podcast_listallpodcasts{padding:30px 0;position:relative;}.podcast_listallpodcasts #podcastAnchor{position:absolute;top:-100px;}.podcast_listallpodcasts .podcast_entry{position:relative;box-shadow:0px 10px 25px 0px rgb(0 0 0 / 15%);border-radius:30px;}.podcast_listallpodcasts .podcast_entry .heading{padding:30px 50px;}.podcast_listallpodcasts .podcast_entry .heading{background-color:#00336D;border-radius:30px 30px 0 0;}.podcast_listallpodcasts .podcast_entry .body{padding:0 50px 20px;}.podcast_listallpodcasts .podcast_entry .body .teaser{display:block;}.podcast_listallpodcasts .podcast_entry .heading h6{font-size:clamp(18px,4.5vw,20px);color:#fff;line-height:120%;}.podcast_listallpodcasts .podcast_entry .moderator{font-weight:700;}.podcast_listallpodcasts .podcast_entry .moderator,.podcast_listallpodcasts .podcast_entry .length{display:inline-block;}.podcast_listallpodcasts .podcast_entry .length{margin-left:15px;color:rgb(150,150,150);font-weight:normal;}.podcast_listallpodcasts .podcast_entry .button{padding:10px 20px;}.podcast_listallpodcasts .podcast_entry+.podcast_entry{margin-top:40px;}@media screen and (max-width:450px){.podcast_listallpodcasts .podcast_entry .heading{padding:25px 4%;}.podcast_listallpodcasts .podcast_entry .body{padding:15px 4%;}.podcast_listallpodcasts .podcast_entry .length{margin-top:0;}}.podcast_showpodcast .body,.podcast_showpodcast .heading{padding:30px 4%;}.podcast_showpodcast .heading{background-color:#00336D;border-radius:30px 30px 0 0;}.podcast_showpodcast .heading h1{color:#fff;font-size:clamp(30px,4.5vw,50px);}.podcast_showpodcast .body .teaser{margin-bottom:50px;display:block;}.podcast_showpodcast .body .button{margin-top:40px;}.podcast_showpodcast{position:relative;box-shadow:0px 10px 25px 0px rgb(0 0 0 / 15%);border-radius:30px;}.podcast_showpodcast .moderator{font-weight:700;}.podcast_showpodcast .length{font-weight:700;margin-bottom:15px;}.podcast_showpodcast .more-episodes{margin-top:15px;}.podcast_showpodcast .otherPodcast_entry{padding-top:0;}.getEmployeesForm{padding:20px;box-shadow:0px 10px 25px 0px rgb(0 0 0 / 15%);border-radius:45px;width:500px;margin:50px auto;@media screen and (max-width:768px){width:auto;}}.getEmployeesFormInner{display:flex;}.getEmployeesForm INPUT{text-align:center;}.getEmployeesForm .zipField{width:calc(100% - 50px);height:50px;border-radius:30px 0 0 30px;}.getEmployeesForm .submitBtn{width:50px;height:50px;border-radius:0 30px 30px 0;border:0;margin-top:0;background:#002559 url('../../../typo3conf/ext/employees/Resources/Public/Images/search-icon.svg') no-repeat center/20px auto;}.getEmployeesForm .submitBtn SPAN{display:none;}.contact{padding:40px;box-shadow:0 10px 25px 0 rgba(0,0,0,0.15);border-radius:30px;width:500px;margin:20px auto;}.errorAjax{text-align:center;background:#67b9b0;color:#fff;border-radius:30px;padding:40px;box-shadow:0 10px 25px 0 rgba(0,0,0,0.15);margin:20px auto;width:500px;}.ajaxLoading{display:none;text-align:center;box-shadow:0 10px 25px 0 rgba(0,0,0,0.15);border-radius:20px;margin:20px auto;width:100px;height:100px;position:relative;}.loadingImage{position:absolute;top:50%;left:50%;width:50px;height:50px;-webkit-animation:blink 1s linear infinite both;animation:blink 1s linear infinite both;transform:translate(-50%,-50%);background:url('../../../typo3conf/ext/employees/Resources/Public/Images/loadingImage.svg') no-repeat center / 70% auto;}@-webkit-keyframes blink{0%{opacity:0.3;}50%{opacity:1;}100%{opacity:0.3;}}@keyframes blink{0%{opacity:0.3;}50%{opacity:1;}100%{opacity:0.3;}}
