:root {
    color-scheme: light only;
    --main-green: #008B00;
}
@media (prefers-color-scheme: dark) {
  body {
    background: white;
  }
}
@font-face {
    font-family: 'SFCompactDisplayRegular';
    src: url('../Font/SFCompactDisplay-Regular.eot');
    src: url('../Font/SFCompactDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFCompactDisplay-Regular.woff2') format('woff2'),
    url('../Font/SFCompactDisplay-Regular.woff') format('woff'),
    url('../Font/SFCompactDisplay-Regular.ttf') format('truetype'),
    url('../Font/SFCompactDisplay-Regular.svg#SFCompactDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFCompactDisplaySemibold';
    src: url('../Font/SFCompactDisplay-Semibold.eot');
    src: url('../Font/SFCompactDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFCompactDisplay-Semibold.woff2') format('woff2'),
    url('../Font/SFCompactDisplay-Semibold.woff') format('woff'),
    url('../Font/SFCompactDisplay-Semibold.ttf') format('truetype'),
    url('../Font/SFCompactDisplay-Semibold.svg#SFCompactDisplay-Semibold') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFCompactDisplayMedium';
    src: url('../Font/SFCompactDisplay-Medium.eot');
    src: url('../Font/SFCompactDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFCompactDisplay-Medium.woff2') format('woff2'),
    url('../Font/SFCompactDisplay-Medium.woff') format('woff'),
    url('../Font/SFCompactDisplay-Medium.ttf') format('truetype'),
    url('../Font/SFCompactDisplay-Medium.svg#SFCompactDisplay-Medium') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFCompactTextLight';
    src: url('../Font/SFCompactText-Light.eot');
    src: url('../Font/SFCompactText-Light.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFCompactText-Light.woff2') format('woff2'),
    url('../Font/SFCompactText-Light.woff') format('woff'),
    url('../Font/SFCompactText-Light.ttf') format('truetype'),
    url('../Font/SFCompactText-Light.svg#SFCompactText-Light') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFCompactTextMedium';
    src: url('../Font/SFCompactText-Medium.eot');
    src: url('../Font/SFCompactText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFCompactText-Medium.woff2') format('woff2'),
    url('../Font/SFCompactText-Medium.woff') format('woff'),
    url('../Font/SFCompactText-Medium.ttf') format('truetype'),
    url('../Font/SFCompactText-Medium.svg#SFCompactText-Medium') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplayMedium';
    src: url('../Font/SFProDisplay-Medium.eot');
    src: url('../Font/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFProDisplay-Medium.woff2') format('woff2'),
    url('../Font/SFProDisplay-Medium.woff') format('woff'),
    url('../Font/SFProDisplay-Medium.ttf') format('truetype'),
    url('../Font/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplayLight';
    src: url('../Font/SFProDisplay-Light.eot');
    src: url('../Font/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFProDisplay-Light.woff2') format('woff2'),
    url('../Font/SFProDisplay-Light.woff') format('woff'),
    url('../Font/SFProDisplay-Light.ttf') format('truetype'),
    url('../Font/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplaySemibold';
    src: url('../Font/SFProDisplay-Semibold.eot');
    src: url('../Font/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../Font/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../Font/SFProDisplay-Semibold.woff') format('woff'),
    url('../Font/SFProDisplay-Semibold.ttf') format('truetype'),
    url('../Font/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
.kal_switch li:nth-child(2) {
    font-weight: bold;
}
.joCompetitionCarousel .slick-slide .joTbhInnerBox a .joTbhTextBox {
    flex: 1;
}
.joCompetitionCarousel .slick-slide .joTbhInnerBox a {
    display: flex;
    flex-direction: column;
}
.joCompetitionCarousel .slick-slide .joTbhInnerBox,
.joCompetitionCarousel .slick-slide .joTbhInnerBox a {
    height: 100%;
}
#back-to-top:after,
#back-to-top:before {
    content: '';
    width: 20px;
    background: var(--main-green);
    position: absolute;
    top: 50%;
    height: 3px;
}
#back-to-top:after {
    right: 2px;
    transform: rotate(45deg);
}
#back-to-top:before {
    left: 2px;
    transform: rotate(-45deg);
}
#back-to-top.noFooter {
    bottom: 5px !important;
}
#back-to-top.active {
    opacity: 1;
}
#back-to-top {
    z-index: 99999;
    border: 2px solid var(--main-green);
    background: #fff;
    width: 40px;
    height: 40px;
    opacity: 0;
    position: fixed;
    bottom: 5px;
    right: 10px;
    transition: opacity 1s, bottom .5s;
}
.form-navigation .btn-group.next {
    margin: 0 0 0 10px;
}
.form-check a {
    border-bottom: 2px dotted var(--main-green);
    transition: .2s;
}
.form-check a:hover {
    color: var(--main-green);
}
label.add-on [type="checkbox"]:not(:checked)+span:before,
label.add-on [type="checkbox"]:checked+span:before {
    cursor: pointer;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    left: 3px;
    top: 5px;
    outline: 1px solid var(--main-green);
}
label.add-on [type="checkbox"]:checked+span:after {
    cursor: pointer;
    content: '';
    background: center / contain url(../Images/green_point.svg) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    transition: all .25s;
    left: 3px;
    top: 5px;
    background-size: 50px;
}
.joLeftNavi2 .joMenuLeft3 a {
    font-size: 15px !important;
}
.joLeftNavi2 .joMenuLeft3 a:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: var(--main-green);
    border-radius: 50%;
}
.press .joTeaserbox:nth-of-type(1n) .joClearfix {
    margin: 15px 15px 15px 0;
}
.joBildbanner.detail img {
    width: auto;
    float: right;
}
.search .fakultaet-rightNavi {
    display: none !important;
}
#jumper {
    margin: -30px 0 0;
}
.joPinnwandBacklink a,
.joNewsItemDetail {
    transition: .2s;
}
.main_menu_1 .main.active a {
    color: #000;
}
.Pinnwand .summary table tr:last-of-type {
    display: none;
}
.Pinnwand .input.checkbox a,
.joNewsItemDetail a,
.joPinnwandBacklink a {
    border-bottom: 2px dotted var(--main-green);
    transition: .2s;
}
.Pinnwand .input.checkbox a:hover,
.joPinnwandBacklink a:hover,
.joNewsItemDetail a:hover {
    color: var(--main-green);
}
.joOrgaPlugin > .row {
    font-family: 'SFProDisplaySemibold';
    font-weight: bolder;
}
.home .kal_switch .next,
.home .kal_switch .prev {
    display: none;
}
.ce-textpic .ce-bodytext a {
    line-height: 150%;
}
.input select.form-control {
    background: url(/fileadmin/user_upload/Icons/greenArrowDown.svg) no-repeat;
    background-size: 25px;
    background-position-x: 98%;
    background-position-y: center;
}
.formHidden,
.form-group .formHidden,
#pinwand-4723-singleselect-3,
label[for="pinwand-4723-singleselect-3"] {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.form-control:focus {
    border-color: var(--main-green);
    box-shadow: 0 0 5px 0 var(--main-green);
}
.joNewsItemDetail .joNewsBild > img {
    margin: 40px 0 -40px;
}
.figcaption-link figcaption {
    display: unset;
    caption-side: unset;
}
.figcaption-link {
    display: table-caption;
    caption-side: bottom;
    border: 2px dotted var(--main-green);
    border-top: 0;
    padding: 5px 0 5px 10px;
    margin: 0 0 10px;
}
audio {
    width: 400px;
}
.home .joEventJahr {
    margin: 0 0 10px;
    padding: 0;
}
.home article header h2 {
    font-family: 'SFProDisplayLight';
    font-size: 32px;
    display: inline-block;
    border-top: 8px solid var(--main-green);
    padding: 10px 0 10px;
}
.joGreaterThan:first-of-type {
    display: none;
}
.joHeaderTextWrapper .header {
    position: block;
}
.joOrgaDetailContent a:hover {
    color: var(--main-green);
}
.joTeaserbox {
    height: fit-content;
}

/* Kleeblatt Optik */
.kleeblatt_green .joVeranstaltungslink .teasertext {
    background: #fff;
}
.kleeblatt_green .slick-slide .joTbhBackgroundImage img,
.kleeblatt_green.eventOuterwrap .eventitem img,
.kleeblatt_green .joTeaserbox .joTeaserBild img {
    border-top-right-radius: 50px;
}
.kleeblatt_green .joTeaserboxWrap,
.kleeblatt_green .joTeaserbox,
.kleeblatt_green .slick-slide .joTbhInnerBox,
.eventOuterwrap.kleeblatt_green .eventitem .eventWrapper {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #fff;
}
.kleeblatt_green .joTeaserTextContent,
.kleeblatt_green .slick-slide .joTbhTextBox,
.eventOuterwrap.kleeblatt_green .eventitem .teasertext {
    border: dotted var(--main-green);
    border-bottom-left-radius: 50px;
    border-top: 0;
}
/* Kleeblatt Optik */

.search .joOrgaForm div:nth-of-type(2) .persfilter .persfilterheight130>a:before,
.search .joOrgaForm div:nth-of-type(2) .persfilter .persfilterheight110>a:before {
    display: inline-block;
}
.joOrgaForm div:nth-of-type(2) .persfilter .persfilterheight130 > a:before,
.joOrgaForm div:nth-of-type(2) .persfilter .persfilterheight110 > a:before {
    display: none;
}
.joStudienfinderAbschluss .nav-item:before {
    display: none;
}
.joStudienfinderItemDetails:first-of-type:before {
    display: none;
}
.joStudienfinderBerufsbild .joTeaserEmailtext {
    border-bottom: 2px dotted var(--main-green);
    display: inline-block;
}
.studi_content .joAufklappbar h2:before {
    top: 8px;
}
.joStudienfinderHeadline a {
    color: #000;
    transition: .3s;
}
.joStudienfinderHeadline:hover a {
    color: var(--main-green);
}
.role-wrap .role-item:before {
    top: 11px;
}
.role-wrap .role-item {
    padding: 0;
    border-bottom: none;
}
.pinnwand tbody tr:last-of-type {
    display: none;
}
.ps-2 a {
    border-bottom: 2px dotted var(--main-green);
}
.banner .menu-banner-l-3 li a,
.banner .menu-banner-l-2 li a {
    font-family: 'SFCompactDisplayMedium';
    font-weight: initial;
    letter-spacing: 1px;
}
.fakultaet-rightNavi a[href$=".pdf"]:after {
    display: none;
}
/* --- PDF Icon ---*/
/* [href$=".pdf"]:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: center / contain url(/fileadmin/templates/images/pdf.jpg) no-repeat;
    margin: 0 0 0 5px;
} */
.search-kalender-container a:hover img:last-of-type,
.sos-container a:hover img:last-of-type {
    display: inline;
}
.search-kalender-container a:hover img,
.sos-container a:hover img {
    display: none;
}
.search-kalender-container a img:last-of-type,
.sos-container a img:last-of-type {
    display: none;
}
.eventrow {
    flex-direction: column-reverse;
}
.eventlist.event-id {
    overflow: initial !important;
}
.eventlist.event-id .ticketlink a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    border-bottom: none;
    margin: 0 0 0 5px;
}
.eventlist.event-id .ticketlink a:after {
    right: 5px;
}
.event-id .day,
.event-id .time,
.event-id .place,
.event-id .price-wrap,
.additional-information,
.ticketlink {
    margin: 0 0 0 30px;
}
.event-id .day:before,
.event-id .time:before,
.event-id .place:before,
.event-id .price-wrap:before,
.additional-information:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 5px;
}
.event-id .day:before {
    background: center / contain url(/fileadmin/user_upload/Icons/kalender.svg) no-repeat;
}
.event-id .time:before {
    background: center / contain url(/fileadmin/user_upload/Icons/uhr.svg) no-repeat;
}
.event-id .place:before {
    background: center / contain url(/fileadmin/user_upload/Icons/ort.svg) no-repeat;
}
.event-id .price-wrap:before {
    background: center / contain url(/fileadmin/user_upload/Icons/ticket.svg) no-repeat;
}
.additional-information:before {
    background: center / contain url(/fileadmin/user_upload/Icons/info.svg) no-repeat;
}
figcaption {
    font-size: 14px;
    line-height: 130%;
    padding: 10px 0 0;
}
body,
html {
	font-family: 'SFCompactDisplayRegular';
    font-size: 16px;
    color:#000;
}
* ol,
* ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    position: relative;
}
ul li {
    list-style: none;
}
b,
strong {
    text-shadow: 0 0 #000;
}
p {
    line-height: 130%;
}
.morelink {
    margin: 30px 0 0;
}
#scroll_anchor {
    top: -50px;
}
::selection {
    background: #008b0052;
}
::marker {
    color: var(--main-green);
}
.form-group.summary {
    padding: 80px 0 45px;
}
.form-check-input:checked {
    background-color: var(--main-green);
    border-color: var(--main-green);
    box-shadow: none;
}
.joOrgaDetailContent .joOrgaDetailDiskografie a {
    border-bottom: none;
}
.joOrgaIndex li:before,
.joEventKalenderUl li:before,
li.joNewsReload:before,
.kal_switch li:before,
.joPaginateLi:before {
    display: none;
}
#c17167 h3,
body a {
    color: #000;
    position: relative;
}
body h1,
body h2 {
    font-family: 'SFCompactTextMedium';
    word-break: break-word;
}
body h1,
header h2 {
    line-height: 130%;
    text-transform: uppercase;
}
header ul {
    padding: 0;
    margin: 0;
}
textarea {
    resize: none;
    height: 150px;
}
footer .joFooter .colnr-1 div:nth-of-type(2) a {
    border-bottom: 2px dotted var(--main-green);
}
footer .joFooter .frame-type-menu_pages {
    margin: 30px 0 0;
}
footer .joFooter * {
    font-size: 16px;
}
footer .colnr-1 {
    width: 100%;
}
footer .colnr-1 a,
footer .colnr-1 a:hover {
    border-bottom: none;
}
footer .colnr-4 {
	font-weight: 600;
    padding: 15px 0 0 13px;
}
footer li:before {
    display: none;
}
header .lang-container li a {
    margin: 0 8px;
}
header .navigation-container li a {
    padding: 0 0 15px 35px;
}
header .lang-container li a {
    font-size: 20px;
}
header a {
    font-size: 34px;
}

.joOrgaFilter li:before,
.search_topics li:before {
    display: none;
}
/*.joContentAndRightbox .frame-type-form_formframework h2 {
    border-top: none;
    font-weight: bold;
}*/
.home li:before {
    display: none;
}
.home article .frame:not(.frame-layout-7) > header h1 {
    margin: 20px 0;
}
.frame-layout-0 .joTeaserDownloadtext li:before {
    left: 1px;
    top: 11px;
}
.joContentAndRightbox .joTeaserWWWtext a[target=_blank]:after,
.joContentAndRightbox .joTeaserYoutubeItems a[target=_blank]:after,
.joContentAndRightbox .joTeaserFBtext a[target=_blank]:after {
    display: none;
}
.joContentAndRightbox a[target=_blank]:before,
.joContextMenuWettbewerbe a[target=_blank]:before {
    content: '';
    background: center / contain url(../Images/link_external_green.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: -1px;
    top: 3px;
    margin: 0 5px 0;
}
.joTeaserbox img {
    width: 100%;
    height: auto;
}
.search_topics {
    margin: 0 0 20px;
}
.joSlidePane .joTeaserbox:before {
    content: none;
}
.joSlidePane .joTeaserbox a {
    border-bottom: none;
}
.joSlidePane .joTeaserbox .joTeaserEmailtext a,
.joSlidePane .joTeaserbox .joOrgaTeaserDetail a {
    border-bottom: 2px dotted var(--main-green);
}
ul.lang-container a:hover {
    color: var(--main-green);
}
.instituteOverview .ce-gallery .ce-column .image {
    margin: 0 20px 25px 0;
    width: min-content;
}
.current .joTeaserHeadline {
    border: none;
    margin-top: 0;
}
.instituteOverview .ce-gallery .ce-column .image figcaption {
    display: block;
    padding: 10px;
    border: 1px dashed var(--main-green);
    border-top: none;
}
.instituteOverview .ce-gallery .ce-column .image a {
    text-decoration: none;
}
.header-wrap ul.meta_navi a,
.header-wrap ul.lang-container a {
    transition: .2s;
}
.meta_navi li:hover a {
    color: var(--main-green);
}
.current .joTeaserBild img {
    width: 100%;
    height: auto;
}
.current .joTeaserHeadline {
    border: none;
    margin-top: 0;
}
.joTeaserFreitext {
    margin: 0 0 20px;
}
.pinnwand #pinwand-4723-singleselect-1,
.pinnwand #pinwand-4723-singleselect-2 {
    background: calc(100% - 1rem) center url(../Images/green_down.svg) no-repeat;
    background-size: 20px;
}
.joFakulteat .navigation-container .main_menu_1 {
    display: none!important;
}
.joFakulteat .joHeaderTextWrapper .ce {
    background: #fff;
    font-size: 32px;
}
.joHeaderTextWrapper .ce {
    user-select: none;
    padding: 20px;
    height: auto;
    text-align: end;
}
.joEnsembleBodytext {
    hyphens: auto;
}
#containernavbar .lang-container {
    padding: 0 0 7px;
}
.joContentAndRightbox .eventlist {
    padding: 0;
}
.joContentAndRightbox .eventlist.event-grid {
    margin: 60px 0 0;
}
.joContentAndRightbox .joVeranstaltungslink,
.joContentAndRightbox .eventWrapper {
    margin: 0;
    transition: .4s;
}
.kal_days li:first-child {
    padding: 0 7px 0 0;
}
.kal_days li:last-child {
    padding: 0 0 0 7px;
}
.joContentAndRightbox .eventitem:nth-child(1n) .eventWrapper,
.joContentAndRightbox .eventitem:nth-child(2n) .eventWrapper {
    margin: 25px;
}
.joLeftNavi1:not(.joActive) .joMenuLeft2 {
    display: none;
}
.joLeftNavi1.active .menu-opener {
    transform: rotate(45deg);
}
.menu-opener {
    background: center / contain url(../Images/plus.svg) #fff;
    width: 40px;
    height: 38px;
    transition: transform .4s;
    position: absolute;
    left: -50px;
    top: -3px;
}
.fakultaet-rightNavi .main.active a {
    color: var(--main-green);
    font-size: 30px;
}
.fakultaet-rightNavi .main.active a:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid var(--main-green);
    border-left: 3px solid var(--main-green);
    transform: rotate(-135deg);
    margin: 10px 0 15px 3px;
}
.eventBack:before,
.joNewsBackLink:before,
.searchBack:before,
.joStudienfinderBackLink:before,
.joPinnwandBacklink a:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 3px;
    bottom: 9px;
    border-top: 2px solid var(--main-green);
    border-left: 2px solid var(--main-green);
    transform: rotate(-45deg);
}
.joStudienfinderItem.joStudienfinderFach.float-start:before{
	background-color: transparent;
}
.joNewsBackLink:before {
    bottom: 17px;
}
.fakultaet-rightNavi2 a,
.joContextMenuWettbewerbe a {
    display: inline-block;
    margin: 0 0 10px;
}
.joBcp {
    padding: 20px 0 0;
}
.joBcp,
.joBcpFakultaeten,
.joBcpFakultaeten a {
    font-size: 14px;
}
.joWettbewerbe .joBcp {
    padding: 30px 25px 0 0;
}
.joGreaterThan {
    color: var(--main-green);
    padding: 0 10px;
}
.joGreaterThan:nth-of-type(3),
.joBcpCount.joBcp-1 {
    display: none;
}
.joBcpFakultaeten .joBcpCount.joBcp-1,
.joBcpFakultaeten .joGreaterThan:nth-of-type(3) {
    display: inline-block;
    padding: 0 5px;
}
.joBcpCount:nth-of-type(4) {
    padding: 0 0 0 10px;
}
.joFliesstext li {
    padding: 20px 0 0;
}
.joEnsembleTeaser.joFliesstext,
.joEnsembleTeaser.joFliesstext li:first-child {
    padding-top: 0;
}
.joFakulteat .joFliesstext li.joTeaserbox {
    padding: 25px 0;
}
/* .joFakulteat .joFliesstext li {
    min-height: 245px;
} */
.joFakulteat .frame-type-list.frame-layout-0 ul li h3:before {
    left: 5px;
    top: 36px;
}
.frame-layout-7 ul li h3,
.joFliesstext li {
    position: relative;
}
.joStudienfinderItem.joStudienfinderFach.col-12.col-sm:before {
    display: none;
}
.frame-layout-0 li:before,
.frame-type-text.frame-layout-0 li:before,
.frame-layout-0 .joOrgaDetailFulltext ul li:before,
.frame-type-list.frame-layout-0 ul li h3:before,
.frame-layout-7 ul li h3:before,
.frame-type-list.frame-layout-0 .joOrgaUnitElement ul li h3:before,
.joFliesstext.joDisplayBlock ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--main-green);
    position: absolute;
    left: -15px;
    top: 30px;
}
.frame-type-list.frame-layout-0 ul li.joEnsembleTeaserItem  h3:before {
    content: none;
}
li.joEnsembleTeaserItem:before {
    content: none;
}
.joEnsembleTeaserItem h3 {
    position: relative;
}
.joTeaserTextContent h3:before {
    display: none;
}
.frame-layout-0 .joOrgaDetailFulltext ul li:before,
.frame-layout-7 ul li h3:before,
.frame-type-list.frame-layout-0 + ul li h3:before {
    left: -15px;
    top: 10px;
}
.joOrgaDetailFulltext ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}
.joOrgaDetailFulltext ul li:before {
    left: -15px;
    top: 10px;
}
.joOrgaPlugin .joTeaserTextContent a {
    font-size: 20px;
}
.carousel-indicators [data-bs-target] {
    margin: 0 5px 10px;
    width: 80px;
}
.lang-container a {
    font-family: 'SFProDisplayLight';
}
.lang-container a.active {
    color: var(--main-green);
    font-family: 'SFProDisplayMedium';
}
.lang-container li:last-child a:before {
    content: '|';
    position: absolute;
    left: -9px;
    color: #000;
}
.meta-menu-wrap {
    height: 70px;
}
#navbar .joMainMenuMobileContainer >  ul.social-container > li {
    border-bottom: 0;
    padding: 15px 0;
}
.nav-main {
    z-index: 0;
    background-color: #fff;
    left: 0;
    bottom: 0;
    height: calc(100% - 70px);
    padding: 0 15px 30px;
    opacity: 0;
    transition: opacity .3s;
}
#containernavbar.active > .nav-main {
    opacity: 1;
    z-index: 10000;
}
.logo img {
    width: 200px;
    padding: 10px;
}
.form-navigation .btn {
    color: #000;
    border-color: var(--main-green);
    background-color: #fff;
    transition: .3s;
    box-shadow: none;
    border-radius: 0;
}
.btn-group.next.submit {
    margin: 0 0 0 10px;
}
.form-navigation .btn:hover,
.form-navigation .btn:focus {
    box-shadow: none;
    color: #fff;
    background-color: var(--main-green);
}
.eventitem .teaserimage,
.eventitem .teasertext {
    transition: box-shadow .4s;
}
.tx-felogin-pi1 > div {
    display: none;
}
.tx-felogin-pi1 input[type="submit"]:focus {
    border: none;
    box-shadow: none;
}
.tx-felogin-pi1 input[type="submit"] {
    width: initial;
    background-color: var(--main-green);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 5px 15px;
}
.tx-felogin-pi1 input {
    transition: box-shadow .2s;
    width: 100%;
    font-size: 18px;
}
.tx-felogin-pi1 input:focus {
    outline: none;
    border: 2px solid #14141441;
    box-shadow: 0 0 5px var(--main-green);
}
.tx-felogin-pi1 legend {
    visibility: hidden;
}
.tx-felogin-pi1 fieldset div {
    margin: 20px 0;
}
.joFakulteat-content,
.joFakulteat .joContentPadding {
    padding: 0 25px 30px;
    transition: .3s;
}
.joBcpFakultaeten {
    padding: 30px 25px 0;
}
.joZurueckText a,
.joEnsembleBacklink a {
	padding: 10px 0 0 20px;
}
.joZurueckText a:before,
.joEnsembleBacklink a:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 7px;
    bottom: 7px;
    border-top: 2px solid var(--main-green);
    border-left: 2px solid var(--main-green);
    transform: rotate(-45deg);
}
.joFahneWettbewerbe {
	position: absolute;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 15px;
    margin: 0 auto;
    width: 270px;
    height: auto;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery {
    margin: 0 0 50px;
    width: 100%;
    height: auto;
}
.joFliesstext {
	padding: 20px 0 10px;
}
.joFliesstext a:hover {
    color: var(--main-green);
}
.joFliesstext a,
.fakultaet-rightNavi2 .joFliesstext a,
.joSlidePane .joTeaserbox .joTeaserEmailtext a,
.joSlidePane .joTeaserbox .joOrgaTeaserDetail a {
    border-bottom: 2px dotted var(--main-green);
    transition: .15s;
    position: relative;
}
.fakultaet-rightNavi2 .joFliesstext {
	padding: 0 0 20px;
}
.joContentmiddle2Col .joFliesstext {
    padding: 5px 0 10px;
    margin: 40px 0;
}
.fakultaet-rightNavi2 p,
.joTeaserTextShort p {
    margin: 0;
}
.joTeaserTextShort{
    padding: 10px;
    letter-spacing: 1px;
    min-height: 150px;
}
.video-small {
    height: calc(50%);
}
.joprevimg .video-small:last-child {
	margin-bottom: 0;
}
.video-small:hover::before {
    background: rgba(0, 0, 0, .35);
}
.video-small:before {
    content: '';
    background: rgba(0, 0, 0, 0);
    position: absolute;
    inset: 0;
    transition: .45s;
}
.video-small:after {
	content: '';
	background: -1717px -455px url('../Images/sprite_portal_white.svg') no-repeat;
	position: absolute;
	width: 86px;
	height: 86px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 0;
    transition: .45s;
}
.video-small:hover::after {
    opacity: 1;
}
.video-small img {
    width: auto;
    object-fit: cover;
}
.video-data-bg {
    background-size: cover;
    background-position: center;
}
.video-data-box {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 350px;
    position: absolute;
    z-index: 100;
    visibility: visible;
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-size: 16px;
}
.video-data-box a {
    color: var(--main-green);
}
.video-data-bg:hover .video-data-box {
    visibility: visible;
}
.video-data-btn {
    color: var(--main-green);
    border-bottom: 1px solid var(--main-green);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: none;
    background-color: #fff;
    padding: 0;
}
.joVideoShowcaseOuter .flex-row-reverse .joprevimg {
	padding: 0 3vw 0 0;
}
#c17256 .ce-column {
    margin: 20px 20px 0 0;
}
.home .joMainInnenabstand {
    padding: 50px 25px 0 15px;
}
.joMainInnenabstand {
    padding: 0 25px 15px;
}
.joWettbewerbeRightWrap {
    font-family: 'SFCompactDisplayRegular';
}
.form-group {
    padding: 5px 0 10px;
}
.josearchdetailcolor {
    transition: .3s;
    outline: none;
}
.joContentAndRightbox {
    padding: 0;
}
.joContentAndRightbox h1,
.joContentAndRightbox h2 {
    font-family: 'SFProDisplayLight';
    font-size: 32px;
    display: inline-block;
    border-top: 8px solid var(--main-green);
    padding: 10px 0 30px;
    margin: 70px 0 15px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.joContentAndRightbox h1 {
    text-transform: uppercase !important;
}
.joContentAndRightbox h2 {
    text-transform: initial !important;
}
.fakultaet-rightNavi2 h2,
.fakultaet-rightNavi a,
.fakultaet-rightNavi2 a {
    font-size: 17px;
}
.joTeaserTextShort a,
.joTeaserTextShort a p {
    line-height: 135%;
    font-size: 18px;
    opacity: 1;
    transition: .2s;
    font-family: 'SFProDisplayMedium';
}
.joFooter .grid-column-1 img:first-child {
    width: 100%;
}
#joSlideshow .carousel-item img {
    object-fit: cover;
    height: 500px;
}
header .navigation-container li.main a {
	font-family: 'SFCompactTextMedium';
    font-weight: 100;
	margin: 10px 0;
    color:var(--main-green);
    transition: color .3s;
}
.joVeranstaltungslink {
    margin: 0 15px;
}
.plus-trigger {
    font-size: 30px;
}
.frame-type-list .joStartPluginBottom {
    padding: 0;
}
.banner-content {
    height: inherit;
}
article .frame:not(.frame-layout-7) > header h1,
.joContextMenu_Bak h1,
.joContextMenu_Bak h2 {
    font-size: 32px;
    display: inline-block;
    border-top: 8px solid var(--main-green);
    padding: 10px 0 10px;
    margin: 60px 0 0;
}
.start article .frame:not(.frame-layout-7) > header h1 {
    padding: 10px 0 40px;
    margin: 30px 0 0;
}
#joDatepicker-itembox .joDatepicker-item {
	background-color: #f8f8f8;
    margin: 10px 0 0 0;
    padding: 10px;
    position: relative;
    transition: box-shadow .4s;
}
#joDatepicker-itembox .joDatepicker-copy {
	color: #000;
	margin-bottom: 0;
}
.social-container img,
.search-kalender-container img,
.sos-container img,
.social-container img:last-child {
    width: auto;
    height: 30px;
}
.social-container img:last-child {
    display: none;
}
.social-container a:hover img:first-child {
    display: none;
}
.social-container a:hover img:last-child {
    display: inline;
}
.fakultaeten-mobile-icons a {
    padding: 0 0 0 5px;
}
.joMenuLeft1 a:hover {
    opacity: 1;
    color: var(--main-green);
}
.fakultaet-rightNavi .joMenuLeft2 {
    font-family: 'SFCompactDisplayRegular';
}
.banner {
    background: linear-gradient(90deg, rgb(171, 255, 160) 0%, rgb(119, 255, 108) 20%, rgb(0, 244, 51) 44%, rgb(0, 221, 84) 65%, rgb(0, 209, 111) 84%);
}
.joMobileHead .lang-container {
    margin: 0 40px 0 0;
}
.joMobileHead .lang-container li a,
.joMobileHead .social-container li a {
    padding: 0 4px 0 8px;
}
.joFooter .joFliesstext a {
    font-size: 16px;
}
.joFooter {
    background-color: #f8f8f8;
    padding: 50px 25px;
}
.joMetaNaviFooter a,
header .navigation-container li a:hover {
    color: #000;
}
.joFooter ul {
    list-style-type: none;
    display: contents;
}
.joFooter h2 {
    margin: 15px 0 10px;
    user-select: none;
}
.joOrgaPlugin h3 {
	margin-bottom: 10px;
}
.joSocialmenu {
    height: 100px;
}
.joTeaserboxWrap,
.joTeaserboxWrapOverview .joTeaserbox {
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.joTeaserboxWrap:hover,
.joTbhInnerBox:hover,
.eventWrapper:hover {
    box-shadow: 0 0 6px #515151;
}
.joHfmMain6 .joTeaserTextContent {
	background-color: transparent;
}
.eventWrapper {
    margin: 0 5px;
    transition: box-shadow .4s;
}
.home .eventlist .eventitem .teasertext,
.joVeranstaltungsTeaserinnenabstand {
    flex: 1;
}
.home .eventlist .eventitem .eventWrapper {
    height: 100%;
}
.eventlist .eventitem .teasertext {
    padding: 15px 15px 15px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.eventitem .teasertext:after {
    align-self: end;
}
.joContent-1 header,
.joContest-1 .tonewslist a {
    text-align: left;
}
li.joEventsJahr:before,
ul.joJahre .joNextJahrLi:before,
ul.joJahre .joNewsJahreLi:before {
    content: '';
    position: initial;
    background-color: transparent;
}
.pi11 ul {
    margin: 0;
}
.pi11 ul li {
    padding: 0;
    margin: 0 0 20px;
}
.pi11 ul li:nth-child(3n+1),
.pi11 ul li:nth-child(3n+2) {
    padding: 0;
}
.joNewsPlugin .joTeaserBild,
.joTeaserboxWrapOverview .joTeaserbox .joTeaserBild {
    transition: transform .4s ease-in-out;
}
.joNewsPlugin .joTeaserboxWrap:hover .joTeaserBild,
.joTeaserboxWrapOverview .joTeaserbox:hover .joTeaserBild {
    transform: scale(1.1);
}
.joFooter h2,
.row .da a,
.morelink a:hover,
.joTeaserEmailtext a:hover,
.joActive .joNaviLeftLink1,
.joLeftNavi2 .joActive,
.tonewslist,
.morelink a,
.showAll a,
.goToYtb a,
.joNewsPlugin h1,
.joNewsPlugin h2,
.joNewsPlugin h3,
.joNewsPlugin h1 a,
.joNewsPlugin h2 a,
.joNewsPlugin h3 a {
    color: var(--main-green);
}
.joNewsPlugin h1,
.joNewsPlugin h2,
.joNewsPlugin h3,
.joNewsPlugin h1 a,
.joNewsPlugin h2 a,
.joNewsPlugin h3 a {
    font-weight: 700;
}
.joNewsPlugin .joTeaserTextContent h3 {
    color: #000;
    font-size: 20px;
}
.joTbhText,
.tonewslist,
.morelink a,
.showAll a,
.goToYtb a,
.joVeranstaltungsTeaserHeadline,
.joNewsPlugin h1,
.joNewsPlugin h2,
.joNewsPlugin h3,
.joNewsPlugin h1 a,
.joNewsPlugin h2 a,
.joNewsPlugin h3 a {
    font-size: 22px;
}
.row .da a,
.parentelement{
    font-size: 24px;
}
.joNewsPlugin p,
.joNewsPlugin p a{
    font-size: 18px;
}
.joFooter a,
.eventlist .joVeranstaltungsTeaserAdresse,
.eventlist .joTbhHover h2{
    font-size: 20px;
}
.joTeaserTextContent {
    padding: 15px;
}
.joNewsPlugin p,
.joNewsPlugin p a {
    margin: 20px 0 0 ;
    padding: 0;
}
.tonewslist,
.morelink a,
.showAll a,
.goToYtb a {
    margin: -15px 0 45px;
    padding: 0 0 0 35px;
    background: left / contain no-repeat url(../Images/arrowForward_green.svg);
    font-size: 24px;
    font-family: 'SFCompactDisplaySemibold';
}
.goToYtb {
    margin: 0px 0 40px;
}
.carousel-indicators {
    bottom: -70px;
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
    height: 11px;
    opacity: 0.2;
}
.carousel-indicators .active,
.menu-block .btn-close {
    opacity: 1;
}
header .joSocialLinks img {
    margin: 0 20px 0 1px;
}
.parentelement {
    padding: 13px 0 0;
}
.joVeranstaltungsTeaserHeadline {
    padding: 10px 0 0;
    -ms-hyphens: auto; 
    -webkit-hyphens: auto;
    hyphens: auto;
    transition: .2s;
}
.kal_days .t_1 .da,
.joTbhText {
	font-family: 'SFProDisplaySemibold';
}
article .frame:not(.frame-layout-7) > header h1,
.joContextMenu_Bak h1,
.joContextMenu_Bak h2,
.eventlist .joTbhHover h2,
.joVideoShowcaseOuter .tonewslist {
	font-family: 'SFProDisplayLight';
}
.eventlist .joVeranstaltungsTeaserAdresse {
    font-family: 'SFProDisplayMedium';
}
.kal_days {
    padding: 5px 0;
}
.kal_days li .da a {
    font-family: 'SFProDisplaySemibold';
    color: var(--main-green);
}
.kal_days li,
.kal_days li .da a {
    padding: 0 7px;
    font-size: 2.5vw;
}
.kal_days .t_1 .da {
    text-decoration: 3px solid underline var(--main-green);
    color: var(--main-green);
}
.d_0.t_1 {
    font-weight: bold;
}
.kal_days .fl {
    color: #000;
}
.kal_switch .prev {
    background: center / contain no-repeat url(../Images/arrow_left.svg);
}
.kal_switch .next {
    background: center / contain no-repeat url(../Images/arrow_right.svg);
}
.kal_switch .prev:hover {
    background: center / contain no-repeat url(../Images/arrow_left_green.svg);
}
.kal_switch .next:hover {
    background: center / contain no-repeat url(../Images/arrow_right_green.svg);
}
.kal_switch .prev,
.kal_switch .next {
    width: 25px;
    margin: 2px 0 0;
}
.kal_switch .prev a,
.kal_switch .next a {
    font-size: 0;
    width: 100%;
    height: 100%;
}
.row .da a {
    text-decoration: underline 0px rgba(0, 139, 0, 0);
    transition: text-decoration .15s;
}
.row .da a:hover {
    text-decoration: underline 2px var(--main-green);
}
.joInterorga a:hover {
    color:#F8F8F8;
}
.fakultaet-rightNavi2 h2,
.fakultaet-rightNavi a,
.joWettbewerbeRightWrap .joLeftNavi1 a {
    font-size: 17px;
}
article .frame.frame-layout-7 > header h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.joAufklappbar .joOffen h2 {
    color: var(--main-green);
}
.rubric-filter {
    margin-top: 10px;
}
.rubric-filter button {
    margin-top: 5px;
    margin-right: 5px;
    border: 2px solid var(--main-green);
    color: var(--main-green);
    background-color: #fff;
    transition: .2s;
}
.rubric-filter button:last-child {
    margin-right: 0;
}
.rubric-filter button.active,
.rubric-filter button:hover {
    color: #fff;
    background-color: var(--main-green);
}
.frame-type-form_formframework .form-check {
    position: relative;
}
.frame-type-form_formframework input.add-on[type="checkbox"] {
    width: 20px;
    height: 20px;
    left: 3px;
    top: 5px;
    position: absolute;
}
.joTeaserTextShort.cc {
    line-height: 135%;
    font-size: 18px;
    font-family: 'SFProDisplayMedium';
}
blockquote {
    position: relative;
    padding-left: 33px;
    margin: 30px 0;
}
blockquote:before {
    content: '"';
    position: absolute;
    left: 3px;
    top: 0;
    font-size: 76px;
    font-family: 'SFCompactDisplayRegular';
    line-height: 46px;
}
.frame-type-felogin_login label.col-form-label {
    width: 150px;
}
.frame-type-felogin_login input[type="submit"] {
    width: initial;
    background-color: var(--main-green);
    color: #fff;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 5px 15px;
}
@media (min-width: 768px)
{
    .home .joMainInnenabstand {
        padding: 0 25px 0 15px;
    }
    .joLeftNavi2 .joMenuLeft3 a {
        font-size: 18px !important;
    }
    .joTeaserTextShort.cc {
        margin-top: 70px;
        font-size: 22px;
    }
    .joOrgaPlugin .joTeaserTextContent a {
        font-size: 20px;
    }
    .joNewsItemDetail .joNewsBild>img {
        margin: 80px 0 0;
    }
    .menu-opener {
        top: 0;
    }
    footer .joFooter .frame-type-menu_pages {
        margin: 0;
    }
    .joFooter .joFliesstext a,
    footer .joFooter * {
        font-size: 18px;
    }
    .morelink {
        margin: 0;
    }
    .eventrow {
        flex-direction: unset;
    }
    footer .colnr-2,
    footer .colnr-3,
    footer .colnr-4 {
        flex: 20%;
    }
    body {
        font-size: 20px;
    }
    article .frame.frame-layout-7 > header h2 {
        font-size: 25px;
    }
    .joFooter {
        padding: 50px 75px;
    }
    footer .colnr-4 {
        padding: 0;
    }
    .lang-container li:last-child a:before {
        top: -2px;
    }
    .joFooter .grid-column-1 img:first-child {
        width: unset;
    }
    .instituteOverview .ce-row .ce-column:first-of-type .image {
        margin: 0 10px 25px 0;
    }
    .instituteOverview .ce-gallery .ce-column .image {
        margin: 0 10px 25px;
    }
    .kal_days li:first-child {
        padding: 0 0.2vw 0 0;
    }
    .kal_days li:last-child {
        padding: 0 0 0 0.2vw;
    }
    .joContentAndRightbox .eventitem:nth-child(1n) .eventWrapper {
        margin: 15px 15px 15px 0;
    }
    .logo img {
        width: 22vw;
    }
    .jobigvideo {
        padding: 0 15px 0 0;
    }
    .joprevimg {
        padding: 0 0 0 34px;
    }
    .tx-felogin-pi1 input {
        width: 35%;
    }
    .joFahneWettbewerbe {
        left: unset;
        right: 80px;
    }
    .ce-intext.ce-left .ce-gallery {
        margin: 15px 30px 15px 0;
        width: unset;
    }
    .ce-intext.ce-right .ce-gallery {
        margin: 15px 30px;
        width: unset;
    }
    .video-small img {
        width: 100%;
    }
    .pi11 ul li:nth-child(3n+1) {
        padding: 0 35px 0 0;
    }
    .pi11 ul li:nth-child(3n+2) {
        padding: 0 17.5px;
    }
    .pi11 ul li:nth-child(3n+3) {
        padding: 0 0 0 35px;
    }
    .altview-news.pi11 ul li:nth-child(3n+1),
    .altview-news.pi11 ul li:nth-child(3n+2),
    .altview-news.pi11 ul li:nth-child(3n+3) {
        padding: 0;
    }
    .altview-news.pi11 ul:nth-child(1) {
        padding: 0 35px 0 0;
    }
    .altview-news.pi11 ul:nth-child(2) {
        padding: 0 17.5px;
    }
    .altview-news.pi11 ul:nth-child(3) {
        padding: 0 0 0 35px;
    }
    .minus:before,
    .plus:before {
        font-weight: bold;
    }
    .plus:before {
        content: '+';
    }
    .minus:before {
        content: '';
        background: #000;
        width: 15px;
        height: 3px;
        display: inline-block;
        margin: 0 10px 7px 0;
    }
    .joTeaserTextShort{
        margin: 0 50px 0 0;
        width: 30rem;
    }
    .video-small {
        height: calc(50% - 20px);
    }
    article .frame:not(.frame-layout-7) > header h2,
    .joContextMenu_Bak h2 {
		margin: 70px 0 5px;
    }
	.home article .frame:not(.frame-layout-7) > header h2,
    .joContextMenu_Bak h2 {
        margin: 20px 0 5px;
    }
    .goToYtb {
        margin: 25px 0 0;
    }
    #c17289 .ce-column {
        margin: 0 20px 0 0;
    }
    article .frame:not(.frame-layout-7) > header h2,
    .joContextMenu_Bak h2 {
        font-size: 30px;
    }
    .fakultaet-rightNavi2 h2,
    .fakultaet-rightNavi a,
    .joWettbewerbeRightWrap .joLeftNavi1 a {
        font-size: 22px;
        transition: .2s;
    }
    .fakultaet-rightNavi2 .joMenuLeft2 h2,
    .fakultaet-rightNavi .joMenuLeft2 a {
        font-size: 20px;
		padding: 0;
    }
    .fakultaet-rightNavi2 a,
    .joWettbewerbeRightWrap .joLeftNavi2 a {
        font-size: 20px;
        transition: .2s;
    }
    article .frame:not(.frame-layout-7) > header h2 {
        font-size: 32px;
    }
    article .frame > header h2 {
        font-size: 48px;
    }
	.joTeaserTextShort h3{
	    font-size: 40px;
		color: #000;
		font-family: 'SFProDisplayLight';
	}
    .joTeaserTextShort a,
    .joTeaserTextShort a p {
        font-size: 22px;
		font-family: 'SFProDisplaySemibold';
    }
}

@media (min-width: 992px)
{
    .video-data-box {
        visibility: hidden;
    }
    .kal_days li,
    .kal_days li .da a {
        font-size: 1vw;
        padding: 0;
    }
    .joHeaderTextWrapper .ce a {
        font-size: 32px;
    }
    .joWettbewerbe .joBcp {
        padding: 30px 25px 0;
    }
    header .search-kalender-container li a,
    header .sos-container li a,
    header .lang-container li a,
    header .meta_navi li a,
    header .social-container li a {
        margin: 0 0 0 13px;
    }
    .lang-container li:last-child a:before {
        top: -3px;
        left: -11px;
    }
    .header-wrap {
        padding: 10px 15px 0;
    }
    .joFakulteat .header-wrap {
        padding: 10px 50px 15px;
    }
    .eventSlider {
        margin: 0 -75px;
    }
    header .navigation-container li a,
    .menu-banner-l-2 li a {
        font-size: 20px;
        font-weight: 900;
    }
    header a,
    header .lang-container li a {
        font-size: 16px;
    }
    .menu-banner {
        z-index: 100;
    }
    .menu-banner.activehov {
        opacity: 1;
    }
    .menu-banner .menu-block {
        background: linear-gradient(90deg, rgb(171, 255, 160) 0%, rgb(119, 255, 108) 20%, rgb(0, 244, 51) 44%, rgb(0, 221, 84) 65%, rgb(0, 209, 111) 84%);
    }
    .menu-banner-l-3 li,
    .menu-banner-l-2 li {
        padding: 15px 40px 0;
    }
    .plus-trigger{
        width: 30px;
    }
    .menu-banner .menu-block-wrap {
        padding: 40px 0 0 40px;
        overflow: hidden;
    }
    .menu-banner .parentelement{
        flex: 1;
    }
    .menu-banner .menu-items {
        width: 70%;
    }
    .menu-banner .menu-block {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease, visibility .5s ease;
    }
    .menu-banner .menu-block.activehov {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s ease, visibility .4s ease;
    }
    .menu-banner .menu-block .menu-block-wrap {
        opacity: 0;
        transform: translateY(80px);
        transition: transform .5s ease, opacity .5s ease;
        font-family: 'SFProDisplaySemibold';
    }
    .menu-banner .menu-block.activehov .menu-block-wrap {
        opacity: 1;
        transform: translateY(-25px);
        transition: transform .4s ease, opacity .4s ease;
    }
    .menu-block .btn-close {
        right: 2%;
        top: 5%;
        z-index: 1;
    }
    #c16493 {
        display: flex;
        justify-content: center;
    }
	#c17263,
	#c17264,
	#c17265,
	#c19287,
	#c19289,
	#c19290
	{
		margin: 50px 0 0;
	}
    #c17268 a {
        font-size: 19px;
    }
    .joPinnwandForm .csc-header h2 {
        font-size: 25px;
        color: #000;
        margin: 0;
        font-weight: normal;
        transition: color .3s;
    }
    .joTeaserinnenabstand {
        padding: 0 0 30px;
    }
    .joContent-1 {
        margin: 75px;
    }
    .joTeaserTextContent {
        padding: 25px;
    }
    .joTeaserTextContent a {
        font-size: 18px;
    }
    .banner-content,
    .banner-content > .frame,
    #joSlideshow,
    #joSlideshow .carousel-inner,
    #joSlideshow .carousel-item,
    #joSlideshow .flexContainer,
    #joSlideshow .outerImage,
    #joSlideshow .carousel-item img {
        height: 560px;
    }
    .joMainInnenabstand {
        padding: 0;
    }
}

@media (min-width: 1200px)
{
    header .search-kalender-container li a,
    header .sos-container li a,
    header .lang-container li a,
    header .meta_navi li a,
    header .social-container li a {
        margin: 0 0 0 20px;
    }
    header .search-kalender-container {
        padding: 0 40px 0 0;
    }
    .header-wrap {
        padding: 10px 50px 0;
    }
    .joLeftNavi1.joActive.hasSub > ul {
        display: block;
    }
    .fakultaet-rightNavi {
        font-family: 'SFCompactDisplayMedium';
        border: 2px solid var(--main-green);
        padding: 15px 30px;
        margin: 40px 0 15px;
        line-break: auto;
        -ms-hyphens: auto; 
        -webkit-hyphens: auto; 
        hyphens: auto;
    }
    .joFakulteat .fakultaet-rightNavi,
    .joWettbewerbeRightWrap {
        margin: 4.5rem 0 15px;
    }
    .fakultaet-rightNavi {
        margin: 10rem 0 15px;
    }
    .joContentAndRightbox {
        padding: 0 80px 0 0;
    }
}

@media (min-width: 1444px)
{
    .joBcpFakultaeten {
        padding: 30px 160px 0;
    }
    header .navigation-container li a,
    .menu-banner-l-2 li a {
        font-size: 25px;
    }
    .social-container img,
    .search-kalender-container img,
    .sos-container img {
        height: 30px;
        margin: 3px;
    }
    .lang-container li:last-child a:before {
        top: -4px;
        left: -11px;
    }
    .joWettbewerbe .joBcp,
    .joFakulteat-content,
    .joFakulteat .joContentPadding,
    .joWettbewerbe .joContentPadding {
        padding: 0 160px 30px;
    }
    .joWettbewerbe .joBcp {
        padding: 30px 160px 0;
    }
    .logo img {
        width: 400px;
    }
    footer .colnr-1 {
        flex: 35%;
    }
    footer .colnr-2,
    footer .colnr-3 {
        flex: 20%;
    }
	footer .colnr-4 {
        flex: 5%
	}
    header a,
    header .lang-container li a {
        font-size: 20px;
    }
}
